.elementor-1812 .elementor-element.elementor-element-c4aab92{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:-20px;--margin-left:0px;--margin-right:0px;}.elementor-1812 .elementor-element.elementor-element-4bb8272{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-1812 .elementor-element.elementor-element-45bdd49 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-1812:not(.elementor-motion-effects-element-type-background), body.elementor-page-1812 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#8A87785C;background-image:url("https://amicsocial.com/wp-content/uploads/2026/04/Dallas-Map-Blur.png");background-position:center center;background-repeat:no-repeat;background-size:cover;}@media(min-width:1025px){body.elementor-page-1812:not(.elementor-motion-effects-element-type-background), body.elementor-page-1812 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}@media(max-width:767px){body.elementor-page-1812{margin:0px 0px 0px 0px;}body.elementor-page-1812:not(.elementor-motion-effects-element-type-background), body.elementor-page-1812 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-position:top left;background-size:cover;}}/* Start custom CSS for html, class: .elementor-element-c90d71a *//* Scope everything under .amic-nav to avoid Elementor conflicts */
  .amic-nav, .amic-nav *,
  .amic-nav-dropdown, .amic-nav-dropdown *,
  .amic-nav-mobile, .amic-nav-mobile * { box-sizing: border-box; }
 
  .amic-nav {
    position: fixed;
    top: 48px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
    transition: top 0.3s ease;
  }
 
  .amic-nav-inner {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    border: 1px solid rgba(26, 26, 24, 0.06);
    border-radius: 999px;
    padding: 6px 6px 6px 20px;
    box-shadow: 0 4px 16px rgba(26, 26, 24, 0.04);
    transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  }
 
  .amic-nav.scrolled .amic-nav-inner {
    background: #FFFFFF;
    border-color: rgba(26, 26, 24, 0.1);
    box-shadow: 0 10px 30px rgba(26, 26, 24, 0.08);
  }
 
  /* Logo */
.amic-nav-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-right: 18px;
  flex-shrink: 0;
  line-height: 0;
}
.amic-nav-logo:hover { text-decoration: none; }
.amic-nav-logo-svg {
  height: 48px;
  width: auto;
  display: block;
}
@media (max-width: 480px) {
  .amic-nav-logo-svg { height: 20px; }
  .amic-nav-logo { margin-right: 10px; }
}
  /* Links */
  .amic-nav-link {
    position: relative;
    padding: 9px 16px!important;
    font-size: 14px!important;
    font-weight: 400!important;
    color: #1A1A18;
    border-radius: 999px!important;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    text-decoration: none;
    background: transparent;
    border: 0;
    font-family: inherit;
    transition: background 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    box-shadow:none;
  }
  .amic-nav-link:hover { background: #F5F0E8; color: #1A1A18; text-decoration: none; }
  .amic-nav-link.is-active { background: #F5F0E8; }
 
  .amic-nav-chev {
    width: 10px;
    height: 10px;
    transition: transform 0.25s ease;
  }
  .amic-nav-link.is-open .amic-nav-chev { transform: rotate(180deg); }
 
  /* CTA */
  .amic-nav-cta {
    margin-left: 8px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    background: #1A1A18;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    transition: background 0.2s ease, transform 0.2s ease;
    white-space: nowrap;
  }
  .amic-nav-cta:hover { background: #2C2C2A; color: #FFFFFF; text-decoration: none; transform: translateY(-1px); }
  .amic-nav-cta-dot { width: 6px; height: 6px; border-radius: 50%; background: #FBBC04; }
 
  /* Dropdown */
  .amic-nav-dropdown {
    position: fixed;
    top: 112px;
    left: 50%;
    transform: translateX(-50%) translateY(-8px);
    z-index: 9998;
    width: min(540px, calc(100vw - 32px));
    background: #FFFFFF;
    border: 1px solid rgba(26, 26, 24, 0.08);
    border-radius: 20px;
    padding: 14px;
    box-shadow: 0 20px 50px rgba(26, 26, 24, 0.12);
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0.22s;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  .amic-nav-dropdown.is-open {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
    visibility: visible;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0s linear 0s;
  }
 
  .amic-dd-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 14px;
    text-decoration: none;
    color: #1A1A18;
    transition: background 0.18s ease;
  }
  .amic-dd-item:hover { background: #F5F0E8; color: #1A1A18; text-decoration: none; }
  .amic-dd-icon {
    width: 34px;
    height: 34px;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    flex-shrink: 0;
    line-height: 1;
  }
  .amic-dd-i-gbp { background: rgba(26, 115, 232, 0.12); }
  .amic-dd-i-web { background: rgba(255, 77, 28, 0.12); }
  .amic-dd-i-lsa { background: rgba(52, 168, 83, 0.12); }
  .amic-dd-i-seo { background: rgba(251, 188, 4, 0.18); }
  .amic-dd-i-nap { background: rgba(138, 135, 120, 0.18); }
  .amic-dd-i-apple { background: rgba(26, 26, 24, 0.08); }
 
  .amic-dd-text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
  .amic-dd-title { font-size: 13.5px; font-weight: 500; color: #1A1A18; line-height: 1.2; }
  .amic-dd-sub { font-size: 11.5px; color: #8A8778; line-height: 1.2; }
 
  /* Hamburger (hidden on desktop) */
  .amic-nav-burger {
    display: none;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    box-shadow: none!important;
    padding: 0!important;
    cursor: pointer;
    position: relative;
    margin-left: 4px;
    border-radius: 999px!important;
    transition: background 0.2s ease;
  }
  .amic-nav-burger:hover { background: #F5F0E8; }
  .amic-nav-burger span {
    position: absolute;
    left: 11px;
    right: 11px;
    height: 1.5px;
    background: #1A1A18;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.25s ease, top 0.3s ease;
  }
  .amic-nav-burger span:nth-child(1) { top: 14px; }
  .amic-nav-burger span:nth-child(2) { top: 19px; }
  .amic-nav-burger span:nth-child(3) { top: 24px; }
  .amic-nav-burger.is-open span:nth-child(1) { top: 19px; transform: rotate(45deg); }
  .amic-nav-burger.is-open span:nth-child(2) { opacity: 0; }
  .amic-nav-burger.is-open span:nth-child(3) { top: 19px; transform: rotate(-45deg); }
 
  /* Mobile overlay */
  .amic-nav-mobile {
    position: fixed;
    inset: 0;
    background: #F5F0E8;
    z-index: 9997;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
    padding: 90px 24px 40px;
    overflow-y: auto;
    font-family: 'DM Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  .amic-nav-mobile.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
  }
  .amic-mob-link {
    display: block;
    padding: 16px 4px;
    font-size: 22px;
    font-weight: 500;
    color: #1A1A18;
    text-decoration: none;
    border-bottom: 1px solid rgba(26, 26, 24, 0.1);
    letter-spacing: -0.01em;
  }
  .amic-mob-link:hover, .amic-mob-link:focus { color: #FF4D1C; text-decoration: none; }
  .amic-mob-section-label {
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #8A8778;
    margin: 28px 4px 4px;
    font-weight: 500;
  }
  .amic-mob-sub {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 4px;
    font-size: 15px;
    color: #1A1A18;
    text-decoration: none;
    border-bottom: 1px solid rgba(26, 26, 24, 0.08);
  }
  .amic-mob-sub:hover { color: #FF4D1C; text-decoration: none; }
  .amic-mob-sub .amic-dd-icon { width: 30px; height: 30px; font-size: 15px; border-radius: 8px; }
  .amic-mob-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
    padding: 18px;
    background: #1A1A18;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    border-radius: 999px;
    text-decoration: none;
  }
  .amic-mob-cta:hover { color: #FFFFFF; text-decoration: none; }
 
 .amic-eyebrow-pin {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* Gentle entrance cue */
  animation: amic-pin-drop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.pin-yellow{
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23FBBC04' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z'/><circle cx='12' cy='9' r='2.5' fill='%23ffffff'/></svg>");
    /* Subtle lift so it feels like it's "dropped" onto the divider */
    filter: drop-shadow(0 2px 3px rgba(251, 188, 4, 0.5));
}

  /* Responsive */
  @media (max-width: 900px) {
    .amic-nav-inner { padding: 6px 6px 6px 16px; }
    .amic-nav-link, .amic-nav-cta { display: none; }
    .amic-nav-burger { display: inline-block; }
    .amic-nav-dropdown { display: none !important; }
  }
  @media (max-width: 480px) {
    .amic-nav { top: 12px; }
    .amic-nav-logo { font-size: 14px; margin-right: 8px; }
  }
 
  /* Add top spacing so page content is not hidden behind the fixed nav.
     Remove this rule if your Elementor layout already accounts for it. */
  body.amic-nav-active { padding-top: 0; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45bdd49 *//* ===== BLOCK 01: HERO (GBP card visual + wave + 1440p) ===== */
 
/* CTA buttons */
.amic-hp-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600;
  padding: 14px 30px; background: #1A73E8; color: #fff;
  border-radius: 50px; border: none; cursor: pointer;
  transition: 0.35s cubic-bezier(0.4,0,0.2,1); text-decoration: none;
}
.amic-hp-cta-btn:hover {
  background: #1557b0; transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(26,115,232,0.35); color: #fff;
}
.amic-hp-cta-btn-outline {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Poppins', sans-serif; font-size: 15px; font-weight: 600;
  padding: 14px 30px; background: transparent; color: #fff;
  border-radius: 50px; border: 2px solid rgba(255,255,255,0.25);
  cursor: pointer; transition: 0.35s cubic-bezier(0.4,0,0.2,1); text-decoration: none;
}
.amic-hp-cta-btn-outline:hover {
  border-color: #fff; color: #fff; background: rgba(255,255,255,0.06);
}
 
/* Hero */
.amic-hp-hero {
  position: relative; background: transparent; color: #fff;
  padding: 100px 24px 220px; overflow: hidden;
  min-height: 600px; display: flex; align-items: center;
  margin-bottom: -4px;
}
.amic-hp-hero-overlay {
  position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: linear-gradient(135deg,
    rgba(10,42,85,0.88) 0%, rgba(17,17,19,0.82) 50%, rgba(10,42,85,0.85) 100%);
}
.amic-hp-hero-overlay::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 55% 50% at 8% 55%, rgba(26,115,232,0.22) 0%, transparent 60%),
    radial-gradient(ellipse 45% 45% at 92% 20%, rgba(52,168,83,0.14) 0%, transparent 55%),
    radial-gradient(ellipse 35% 35% at 55% 95%, rgba(234,67,53,0.10) 0%, transparent 50%),
    radial-gradient(ellipse 30% 30% at 75% 70%, rgba(251,188,4,0.08) 0%, transparent 45%);
}
.amic-hp-hero-topbar {
  position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #1A73E8, #34A853, #FBBC04, #EA4335); z-index: 5;
}
.amic-hp-hero-wave {
  position: absolute; left: 0; right: 0; bottom: 0; width: 100%;
  z-index: 4; line-height: 0; pointer-events: none;
}
.amic-hp-hero-wave svg { display: block; width: 100%; height: auto; min-height: 120px; }
.amic-hp-hero-inner {
  position: relative; z-index: 3;
  max-width: 1140px; margin: 0 auto; width: 100%;
  display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center;
}
 
/* Left content */
.amic-hp-hero-logo { height: 44px; width: auto; filter: brightness(0) invert(1); margin-bottom: 28px; }
.amic-hp-hero-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 20px; }
.amic-hp-hero-pill {
  font-family: 'Poppins', sans-serif; font-size: 12px; font-weight: 600;
  padding: 5px 14px; border-radius: 50px; border: 1px solid rgba(255,255,255,0.15);
  color: rgba(255,255,255,0.65); display: flex; align-items: center; gap: 6px;
}
.amic-hp-hero-pill .pill-dot { width: 6px;
    height: 6px; 
    border-radius: 50%; 
    display: inline-block;
}
.amic-hp-hero-title {
  font-family: 'Poppins', sans-serif; font-size: clamp(34px, 4.5vw, 54px);
  font-weight: 800; 
  line-height: 1.08; 
  letter-spacing: -0.5px; 
  margin-bottom: 20px;
  color: #fff;
}
.amic-hp-hero-title em { font-style: normal; color: #4D9AFF; }
.amic-hp-hero-text {
  font-family: 'DM Sans', sans-serif; font-size: 17px; color: rgba(255,255,255,0.65);
  line-height: 1.8; margin-bottom: 32px; max-width: 460px;
}
.amic-hp-hero-btns { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 28px; }
.amic-hp-hero-trust {
  display: flex; gap: 24px; font-family: 'DM Sans', sans-serif;
  font-size: 13px; color: rgba(255,255,255,0.4);
}
.amic-hp-hero-trust span::before { content: '✓ '; color: #34A853; font-weight: 700; }
 
/* =====================================================
   RIGHT SIDE — GBP PROFILE CARD VISUAL (Amic palette)
   ===================================================== */
.amic-hp-visual {
  position: relative;
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  font-family: 'DM Sans', sans-serif;
}
 
/* Main card */
.amic-hp-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 16px 50px rgba(0,0,0,0.30);
  position: relative;
  z-index: 2;
  animation: amicCardUp 0.7s ease both;
}
/* Google-colored top bar — kept as-is */
.amic-hp-card-bar {
  height: 5px;
  background: linear-gradient(90deg, var(--amic-blue) 25%, var(--amic-green) 25%, var(--amic-green) 50%, var(--amic-yellow) 50%, var(--amic-yellow) 75%, var(--amic-red) 75%);
}
.amic-hp-card-body { padding: 28px 28px 24px; }
 
/* Profile row */
.amic-hp-card-profile {
  display: flex; align-items: center; gap: 14px; margin-bottom: 16px;
}
.amic-hp-card-avatar {
  width: 50px; height: 50px; border-radius: 12px;
  background: linear-gradient(135deg, var(--amic-accent), #ff6b3d);
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; color: var(--amic-white); font-weight: 700;
  font-family: 'Poppins', sans-serif;
  flex-shrink: 0;
}
.amic-hp-card-name {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 17px; color: var(--amic-charcoal); line-height: 1.2;
}
.amic-hp-card-cat { font-size: 13px; color: var(--amic-muted); margin-top: 2px; }
 
/* Stars */
.amic-hp-card-stars {
  display: flex; align-items: center; gap: 6px;
  margin-bottom: 20px;
}
.amic-hp-card-stars-icons { color: var(--amic-yellow); font-size: 16px; letter-spacing: 2px; }
.amic-hp-card-stars-count { font-size: 13px; color: var(--amic-muted); }
 
/* Stats 2x2 grid */
.amic-hp-card-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.amic-hp-stat {
  background: #f3f4f6;
  border-radius: 12px;
  padding: 18px 14px;
  text-align: center;
  transition: 0.3s ease;
  border: 1px solid var(--amic-border);
}
.amic-hp-stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(26,26,24,0.08);
}
.amic-hp-stat-value {
  font-family: 'Poppins', sans-serif;
  font-weight: 800; font-size: 24px; line-height: 1;
  color: var(--amic-charcoal);
}
.amic-hp-stat-label {
  font-size: 11px; color: var(--amic-muted); margin-top: 4px;
  text-transform: uppercase; letter-spacing: 0.3px;
}
/* Accent colors per stat */
.amic-hp-stat:nth-child(1) .amic-hp-stat-value { color: var(--amic-blue); }
.amic-hp-stat:nth-child(2) .amic-hp-stat-value { color: var(--amic-green); }
.amic-hp-stat:nth-child(3) .amic-hp-stat-value { color: var(--amic-yellow); }
.amic-hp-stat:nth-child(4) .amic-hp-stat-value { color: var(--amic-red); }
 
/* Floating badges */
.amic-hp-badge {
  position: absolute;
  background: var(--amic-white);
  border-radius: 50px;
  padding: 8px 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px; font-weight: 700;
  box-shadow: 0 6px 24px rgba(26,26,24,0.16);
  display: flex; align-items: center; gap: 6px;
  z-index: 5;
  animation: amicBadgeFloat 3.5s ease-in-out infinite;
  white-space: nowrap;
  color: var(--amic-charcoal);
}
.amic-hp-badge-rank {
  top: 24px; right: -10px;
  color: var(--amic-green);
  animation-delay: 0s;
}
.amic-hp-badge-views {
  top: 64%; right: -30px;
  color: var(--amic-blue);
  animation-delay: 0.8s;
}
.amic-hp-badge-rating {
  bottom: -1%; left: -28px;
  color: var(--amic-accent);
  animation-delay: 1.6s;
}
 
/* Subtle glow behind the card */
.amic-hp-card-glow {
  position: absolute;
  width: 90%; height: 70%;
  top: 15%; left: 5%;
  background:
    radial-gradient(ellipse at 30% 40%, rgba(255,77,28,0.10) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 60%, rgba(26,115,232,0.08) 0%, transparent 50%);
  border-radius: 50%;
  z-index: 1;
  filter: blur(30px);
  pointer-events: none;
}
/* Animations */
@keyframes amicCardUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes amicBadgeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-7px); }
}
 
/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .amic-hp-hero { padding: 100px 24px 180px; }
  .amic-hp-hero-inner { grid-template-columns: 1fr; text-align: center; }
  .amic-hp-hero-pills { justify-content: center; }
  .amic-hp-hero-text { margin: 0 auto 32px; }
  .amic-hp-hero-btns { justify-content: center; }
  .amic-hp-hero-trust { justify-content: center; }
  .amic-hp-visual { margin: 40px auto 0; max-width: 400px; }
  .amic-hp-badge-rank { right: 0px; top:-8px; }
  .amic-hp-badge-views { right: -10px; }
  .amic-hp-badge-rating { left: -10px; }
}
@media (max-width: 640px) {
  .amic-hp-hero { padding: 72px 20px 140px; }
  .amic-hp-hero-trust { flex-direction: column; gap: 6px; }
  .amic-hp-hero-wave svg { min-height: 80px; }
  .amic-hp-card-body { padding: 22px 20px 18px; }
  .amic-hp-stat { padding: 14px 10px; }
  .amic-hp-stat-value { font-size: 20px; }
  .amic-hp-badge { font-size: 11px; padding: 6px 12px; }
  .amic-hp-badge-views { right: -8px; }
  .amic-hp-badge-rating { left: -16px; }
}
 
/* 1440p / 2K */
@media (min-width: 1920px) {
  .amic-hp-hero { padding: 140px 48px 280px; min-height: 780px; }
  .amic-hp-hero-inner { max-width: 1500px; gap: 80px; }
  .amic-hp-hero-logo { height: 58px; margin-bottom: 36px; }
  .amic-hp-hero-pills { gap: 12px; margin-bottom: 26px; }
  .amic-hp-hero-pill { font-size: 14px; padding: 7px 18px; }
  .amic-hp-hero-title { font-size: clamp(54px, 3.75vw, 72px); margin-bottom: 28px; }
  .amic-hp-hero-text { font-size: 20px; max-width: 580px; margin-bottom: 42px; }
  .amic-hp-hero-btns { gap: 18px; margin-bottom: 36px; }
  .amic-hp-cta-btn, .amic-hp-cta-btn-outline { font-size: 17px; padding: 18px 38px; }
  .amic-hp-hero-trust { gap: 32px; font-size: 15px; }
  .amic-hp-visual { max-width: 560px; }
  .amic-hp-card-body { padding: 36px; }
  .amic-hp-card-avatar { width: 58px; height: 58px; font-size: 28px; }
  .amic-hp-card-name { font-size: 20px; }
  .amic-hp-card-cat { font-size: 14px; }
  .amic-hp-card-stars-icons { font-size: 18px; }
  .amic-hp-card-stars-count { font-size: 14px; }
  .amic-hp-stat { padding: 22px 18px; }
  .amic-hp-stat-value { font-size: 30px; }
  .amic-hp-stat-label { font-size: 12px; }
  .amic-hp-badge { font-size: 15px; padding: 10px 20px; }
  .amic-hp-hero-wave svg { min-height: 160px; }
}
@media (min-width: 2560px) {
  .amic-hp-hero { padding: 180px 64px 340px; min-height: 900px; }
  .amic-hp-hero-inner { max-width: 1800px; gap: 100px; }
  .amic-hp-hero-logo { height: 68px; }
  .amic-hp-hero-title { font-size: 84px; }
  .amic-hp-hero-text { font-size: 22px; max-width: 640px; }
  .amic-hp-visual { max-width: 660px; }
  .amic-hp-stat-value { font-size: 36px; }
  .amic-hp-hero-wave svg { min-height: 200px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a9fcd66 */.amic-trust-bar {
    background: #fff;
    padding: 18px 0;
    overflow: hidden;
    position: relative;
    z-index: 12;
}
.amic-trust-label {
      position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 220px;
    background: linear-gradient(90deg, #fff 60%, transparent);
    display: flex;
    align-items: center;
    padding-left: 24px;
    z-index: 2;
    font-family: var(--font-heading);
    font-size: 13px;
    font-weight: 600;
    color: #8A8778;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.amic-trust-logos {
  display: flex; gap: 40px; align-items: center;
  animation: amic-scrollX 20s linear infinite;
}
.amic-trust-item {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 0.95rem; color: #8A8778;
  white-space: nowrap; letter-spacing: -0.02em; opacity: 0.6;
}
@media (max-width: 900px) {
  .amic-trust-bar { padding: 24px; gap: 24px; }
}
@keyframes amic-scrollX {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-63853d3 */.amic-services { background: #fff; padding: 80px 24px; }
.amic-services-container { max-width: 1140px; margin: 0 auto; }
.amic-services-header { text-align: center; margin-bottom: 56px; }
.amic-services-header .amic-section-subtitle { margin: 0 auto; }
.amic-services-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.amic-service-card {
  background: #FAFAF8;
  border-radius: 16px;
  padding: 36px 28px;
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  cursor: default;
  width: calc(33.333% - 16px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.2);
  animation-name: amic-fadeUp;
  animation-duration: 1s;
}
.amic-service-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: var(--card-accent, #1A73E8);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.amic-service-card:hover::before { transform: scaleX(1); }
.amic-service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
}
.amic-service-icon {
  width: 52px; height: 52px; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 24px; margin-bottom: 20px;
}
.amic-service-name {
  font-family: var(--amic-font-heading, 'Poppins', sans-serif);
  font-size: 18px; font-weight: 700; margin-bottom: 10px;
  color: var(--amic-charcoal, #1A1A1A);
}
.amic-service-desc {
  font-family: var(--amic-font-body, 'DM Sans', sans-serif);
  font-size: 14px; color: #6B6B6B; line-height: 1.7;
}
.amic-service-tag {
  display: inline-block; margin-top: 14px;
  font-family: var(--amic-font-heading, 'Poppins', sans-serif);
  font-size: 11px; font-weight: 600; text-transform: uppercase;
  letter-spacing: 1px; padding: 4px 12px; border-radius: 50px;
  background: rgba(26,115,232,0.08); color: #1A73E8;
}
.amic-service-tag.tag-coming {
  background: rgba(251,188,4,0.12); color: #b8860b;
}
@media (min-width: 1920px) {
    .amic-services-container {
        max-width: 1500px;
    }
}
@media (max-width: 1024px) {
  .amic-service-card { width: calc(50% - 12px); }
}
@media (max-width: 640px) {
  .amic-services { padding: 56px 20px; }
  .amic-service-card { width: 100%; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d23f729 */.amic-about { background: var(--amic-cream, #F5F0E8); padding: 80px 24px; }
.amic-about-container { max-width: 1140px; margin: 0 auto; }
.amic-about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}
.amic-about-content .amic-section-title { margin-bottom: 20px; }
.amic-about-text {
  font-family: var(--amic-font-body, 'DM Sans', sans-serif);
  font-size: 16px;
  color: #6B6B6B;
  line-height: 1.8;
  margin-bottom: 28px;
}
.amic-about-stats { display: flex; gap: 36px; margin-bottom: 32px; }
.amic-about-stat-num {
  font-family: var(--amic-font-heading, 'Poppins', sans-serif);
  font-size: 36px; font-weight: 800; color: var(--amic-blue); line-height: 1;
}
.amic-about-stat-label { font-size: 13px; color: #6B6B6B; margin-top: 4px; }
.amic-about-visual { position: relative; }
.amic-about-img-wrap {
  border-radius: 16px; overflow: hidden;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  position: relative;
}
.amic-about-img-wrap img {
  width: 100%; height: 400px; object-fit: cover; display: block;
}
.amic-about-img-wrap::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1A73E8, #34A853, #FBBC04, #EA4335);
}
.amic-about-float {
  position: absolute;
  bottom: -20px; right: -20px;
  background: #fff;
  border-radius: 10px;
  padding: 16px 22px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  font-family: var(--amic-font-heading, 'Poppins', sans-serif);
  text-align: center;
}
.amic-about-float-num { font-size: 28px; font-weight: 800; color: #1A73E8; }
.amic-about-float-label { font-size: 12px; color: #6B6B6B; margin-top: 2px; }

@media (min-width: 1920px) {
    .amic-about-container {
        max-width: 1500px;
    }
}
@media (max-width: 1024px) {
  .amic-about-grid { grid-template-columns: 1fr; text-align: center; }
  .amic-about-stats { justify-content: center; }
  .amic-about-visual { max-width: 500px; margin: 0 auto; }
  .amic-about-float { right: 0; }
}
@media (max-width: 640px) {
  .amic-about { padding: 56px 20px; }
  .amic-about-stats { gap: 24px; flex-wrap: wrap; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d915995 */.amic-process { background: var(--amic-charcoal, #1A1A1A); color: #fff; padding: 80px 24px;
margin-bottom:-20px;}
.amic-process-container { max-width: 1140px; margin: 0 auto; }
.amic-process .amic-eyebrow { color: #34A853; }
.amic-process .amic-section-subtitle { color: rgba(255,255,255,0.6); }
.amic-process .amic-section-title { color: #fff; }
.amic-process-header { text-align: center; margin-bottom: 56px; }
.amic-process-header .amic-section-subtitle { margin: 0 auto; }
.amic-process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.amic-step {
  text-align: center;
  padding: 32px 20px;
  border-radius: 16px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.amic-step:hover {
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.15);
  transform: translateY(-4px);
}
.amic-step-num {
  font-family: var(--amic-font-heading, 'Poppins', sans-serif);
  font-size: 14px; font-weight: 700; color: #34A853; margin-bottom: 14px;
}
.amic-step-icon { font-size: 32px; margin-bottom: 16px; }
.amic-step-title {
  font-family: var(--amic-font-heading, 'Poppins', sans-serif);
  font-size: 17px; font-weight: 700; margin-bottom: 10px;
}
.amic-step-text {
  font-family: var(--amic-font-body, 'DM Sans', sans-serif);
  font-size: 14px; color: rgba(255,255,255,0.6); line-height: 1.7;
}

@media (min-width: 1920px) {
    .amic-process-container {
        max-width: 1500px;
    }
}

@media (max-width: 1024px) {
  .amic-process-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .amic-process { padding: 56px 20px; }
  .amic-process-steps { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-94746c4 *//* =========================================================
     REVIEWS MASONRY SECTION
     ========================================================= */
  .amic-reviews{
    position:relative;
    padding:120px 24px 140px;
    overflow:hidden;
    background:var(--amic-cream);
    margin-bottom: -20px;
  }
 
  .amic-reviews::before{
    content:"";
    position:absolute;
    top:-10%;
    right:-5%;
    width:520px;height:520px;
    background:radial-gradient(circle, rgba(255,77,28,.06) 0%, rgba(255,77,28,0) 60%);
    pointer-events:none;
    z-index:0;
  }

  .amic-reviews__container{
    position:relative;
    z-index:1;
    max-width:1240px;
    margin:0 auto;
  }
 
  /* ---------- Header ---------- */
  .amic-reviews__header{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:end;
    gap:48px;
    margin-bottom:64px;
  }
 
  .amic-reviews__title{
    font-family: var(--amic-font-body, 'DM Sans', sans-serif);
    font-size: 16px;
    color: var(--amic-charcoal);
    line-height: 1.8;
    margin-bottom: 28px;
  }
  .amic-reviews__title em{
    font-family:'Fraunces',serif;
    font-style:italic;
    font-weight:400;
    font-variation-settings:"opsz" 144;
  }
 
  .amic-reviews__badge{
    display:flex;
    align-items:center;
    gap:16px;
    padding:16px 20px;
    background:var(--amic-white);
    border:1px solid var(--border);
    border-radius:16px;
    box-shadow:var(--shadow-sm);
  }
  .amic-reviews__badge-logo{
    width:40px;height:40px;flex-shrink:0;
    display:flex;align-items:center;justify-content:center;
    background:var(--amic-white);
    border:1px solid var(--border);
    border-radius:10px;
  }
  .amic-reviews__badge-info{display:flex;flex-direction:column;gap:2px}
  .amic-reviews__badge-rating{
    display:flex;align-items:center;gap:8px;
    font-size:18px;font-weight:600;color:var(--amic-charcoal);
    letter-spacing:-.01em;
  }
  .amic-reviews__badge-stars{display:flex;gap:2px;color:var(--amic-yellow)}
  .amic-reviews__badge-stars svg{width:14px;height:14px}
  .amic-reviews__badge-meta{font-size:12px;color:var(--amic-muted);font-weight:500}
 
  /* ---------- Masonry Grid ---------- */
  .amic-reviews__grid{
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    grid-auto-rows:minmax(0, auto);
    gap:24px;
    grid-template-areas:
      "hero hero small-1"
      "med-1 med-2 small-2"
      "small-3 med-2 small-4";
  }
 
  .amic-reviews__card{
    background:var(--amic-white);
    border:1px solid var(--border);
    border-radius:20px;
    padding:32px;
    display:flex;
    flex-direction:column;
    gap:20px;
    transition:transform .4s ease, box-shadow .4s ease, border-color .4s ease;
    box-shadow:var(--shadow-sm);
    position:relative;
  }
  .amic-reviews__card:hover{
    transform:translateY(-4px);
    box-shadow:var(--shadow-md);
    border-color:var(--border-strong);
  }
 
  /* Decorative quote mark */
  .amic-reviews__card::before{
    content:"\201C";
    position:absolute;
    top:16px;
    right:24px;
    font-family:'Fraunces',serif;
    font-size:72px;
    line-height:1;
    color:var(--cream-2);
    font-weight:400;
    pointer-events:none;
  }
 
  /* Grid area assignments */
  .amic-reviews__card--hero     { grid-area:hero }
  .amic-reviews__card--med-1    { grid-area:med-1 }
  .amic-reviews__card--med-2    { grid-area:med-2 }
  .amic-reviews__card--small-1  { grid-area:small-1 }
  .amic-reviews__card--small-2  { grid-area:small-2 }
  .amic-reviews__card--small-3  { grid-area:small-3 }
  .amic-reviews__card--small-4  { grid-area:small-4 }
 
  /* ---------- Hero card: accent treatment ---------- */
  .amic-reviews__card--hero{
    background:linear-gradient(135deg, var(--amic-charcoal) 0%, #2a2a26 100%);
    color:var(--amic-white);
    padding:44px;
    border-color:var(--amic-charcoal);
  }
  .amic-reviews__card--hero::before{
    color:rgba(255,255,255,.08);
    font-size:96px;
    top:20px;
    right:32px;
  }
  .amic-reviews__card--hero .amic-reviews__quote{
    font-family:'Fraunces',serif;
    font-size:28px;
    line-height:1.3;
    font-weight:400;
    font-variation-settings:"opsz" 144;
    color:var(--white);
    letter-spacing:-.015em;
  }
  .amic-reviews__card--hero .amic-reviews__quote em{
    color:var(--amic-accent);
    font-style:italic;
  }
  .amic-reviews__card--hero .amic-reviews__meta{
    border-top-color:rgba(255,255,255,.12);
  }
  .amic-reviews__card--hero .amic-reviews__name{color:var(--amic-white)}
  .amic-reviews__card--hero .amic-reviews__biz{color:rgba(255,255,255,.6)}
  .amic-reviews__card--hero .amic-reviews__google{
    background:var(--amic-white);
    border-radius:8px;
    padding:4px;
    width:34px;height:34px;
  }
 
  /* ---------- Small cards: tighter padding ---------- */
  .amic-reviews__card--small-1,
  .amic-reviews__card--small-2,
  .amic-reviews__card--small-3,
  .amic-reviews__card--small-4{
    padding:28px;
    gap:16px;
  }
  .amic-reviews__card--small-1 .amic-reviews__quote,
  .amic-reviews__card--small-2 .amic-reviews__quote,
  .amic-reviews__card--small-3 .amic-reviews__quote,
  .amic-reviews__card--small-4 .amic-reviews__quote{
    font-size:15px;
  }
 
  /* ---------- Med-2 accent: cream tint ---------- */
.amic-reviews__card--med-2{
  background:linear-gradient(135deg, #1A73E8 0%, #0F47A1 100%);
  border-color:transparent;
  color:var(--amic-white);
}
.amic-reviews__card--med-2 .amic-reviews__quote{color:var(--amic-white)}
.amic-reviews__card--med-2 .amic-reviews__quote em{color:#FBBC04}
.amic-reviews__card--med-2 .amic-reviews__meta{border-top-color:rgba(255,255,255,.18)}
.amic-reviews__card--med-2 .amic-reviews__name{color:var(--amic-white)}
.amic-reviews__card--med-2 .amic-reviews__biz{color:rgba(255,255,255,.7)}
.amic-reviews__card--med-2 .amic-reviews__google{
  background:var(--amic-white);
  border-radius:8px;
  padding:3px;
  width:32px;height:32px;
}
.amic-reviews__card--med-2::before{color:rgba(255,255,255,.12)}
  /* ---------- Shared card internals ---------- */
  .amic-reviews__card-head{
    display:flex;
    align-items:center;
    gap:12px;
  }
  .amic-reviews__google{
    width:28px;height:28px;
    display:flex;align-items:center;justify-content:center;
    flex-shrink:0;
    position:relative;
    z-index:1;
  }
  .amic-reviews__google svg{width:26px;height:26px}
  .amic-reviews__stars{display:flex;gap:3px;color:var(--amic-yellow)}
  .amic-reviews__stars svg{width:18px;height:18px}
 
  .amic-reviews__quote{
    font-size:16px;
    line-height:1.6;
    color:var(--amic-charcoal);
    flex:1;
    letter-spacing:-.005em;
  }
  .amic-reviews__quote em{
    font-family:'Fraunces',serif;
    font-style:italic;
    font-weight:400;
  }
 
  .amic-reviews__meta{
    display:flex;
    align-items:center;
    gap:12px;
    padding-top:20px;
    border-top:1px solid var(--border);
  }
  .amic-reviews__avatar{
    width:44px;height:44px;
    border-radius:50%;
    display:flex;align-items:center;justify-content:center;
    font-weight:600;font-size:15px;
    color:var(--amic-white);
    flex-shrink:0;
    letter-spacing:.01em;
  }
  .amic-reviews__avatar--blue{background:var(--amic-blue)}
  .amic-reviews__avatar--red{background:var(--amic-red)}
  .amic-reviews__avatar--green{background:var(--amic-green)}
  .amic-reviews__avatar--orange{background:var(--amic-accent)}
  .amic-reviews__avatar--charcoal{background:var(--amic-charcoal)}
  .amic-reviews__avatar--cream{background:var(--cream-2);color:var(--amic-charcoal)}
 
  .amic-reviews__author{display:flex;flex-direction:column;gap:2px;min-width:0}
  .amic-reviews__name{
    font-size:14px;font-weight:600;color:var(--amic-charcoal);
    letter-spacing:-.005em;
  }
  .amic-reviews__biz{
    font-size:12px;color:var(--amic-muted);font-weight:500;
    overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  }
  
  
 /* ---------- Hidden expansion groups ---------- */
.amic-reviews__grid-group{
  display:none;
  grid-template-columns:repeat(3, 1fr);
  grid-auto-rows:minmax(0, auto);
  gap:24px;
  margin-top:24px;
}
.amic-reviews__grid-group.is-revealed{
  display:grid;
}

/* Group 1: wide-left hero, tall-right column */
#reviews-group-1{
  grid-template-areas:
    "hero hero small-1"
    "hero hero med-2"
    "med-1 small-2 med-2"
    "med-1 small-3 small-4";
}

/* Group 2: centered hero with flanking mediums */
#reviews-group-2{
  grid-template-areas:
    "med-1 hero hero"
    "med-1 hero hero"
    "small-1 small-2 med-2"
    "small-3 small-4 med-2";
}

.amic-reviews__grid-group .amic-reviews__card{
  opacity:0;
  transform:translateY(24px);
}
.amic-reviews__grid-group.is-revealed .amic-reviews__card{
  animation:reviewCardIn .6s cubic-bezier(.22,1,.36,1) forwards;
}
.amic-reviews__grid-group.is-revealed .amic-reviews__card--hero    {animation-delay:.05s}
.amic-reviews__grid-group.is-revealed .amic-reviews__card--small-1 {animation-delay:.12s}
.amic-reviews__grid-group.is-revealed .amic-reviews__card--med-1   {animation-delay:.19s}
.amic-reviews__grid-group.is-revealed .amic-reviews__card--med-2   {animation-delay:.26s}
.amic-reviews__grid-group.is-revealed .amic-reviews__card--small-2 {animation-delay:.33s}
.amic-reviews__grid-group.is-revealed .amic-reviews__card--small-3 {animation-delay:.40s}
.amic-reviews__grid-group.is-revealed .amic-reviews__card--small-4 {animation-delay:.47s}
/* ---------- View more button ---------- */
.amic-reviews__expand-wrap{
  margin-top:40px;
  display:flex;
  justify-content:center;
}
.amic-reviews__expand{
  display:inline-flex;
  align-items:center;
  gap:10px;
  padding:14px 28px;
  background:var(--amic-white);
  color:var(--charcoal);
  border:1px solid var(--border-strong);
  border-radius:999px;
  font-family:'DM Sans',sans-serif;
  font-size:14px;
  font-weight:600;
  letter-spacing:-.005em;
  cursor:pointer;
  transition:all .3s ease;
  box-shadow:var(--shadow-sm);
}
.amic-reviews__expand:hover{
  background:var(--amic-charcoal);
  color:var(--amic-white);
  border-color:var(--amic-charcoal);
  transform:translateY(-2px);
  box-shadow:var(--shadow-md);
}
.amic-reviews__expand:disabled{
  opacity:.5;
  cursor:not-allowed;
  transform:none;
}
.amic-reviews__expand:disabled:hover{
  background:var(--amic-white);
  color:var(--amic-charcoal);
  border-color:var(--border-strong);
  box-shadow:var(--shadow-sm);
  transform:none;
}
.amic-reviews__expand svg{
  width:16px;height:16px;
  transition:transform .4s cubic-bezier(.22,1,.36,1);
}
.amic-reviews__expand-count{
  font-weight:500;
  color:var(--muted);
  margin-left:2px;
}
.amic-reviews__expand:hover:not(:disabled) .amic-reviews__expand-count{
  color:rgba(255,255,255,.6);
}
@media (max-width:1024px){
  #reviews-group-1,
  #reviews-group-2{
    grid-template-columns:repeat(2, 1fr);
  }
  #reviews-group-1{
    grid-template-areas:
      "hero hero"
      "med-2 small-1"
      "med-2 small-2"
      "med-1 small-3"
      "med-1 small-4";
  }
  #reviews-group-2{
    grid-template-areas:
      "hero hero"
      "med-1 med-2"
      "small-1 med-2"
      "small-2 small-3"
      "small-4 small-4";
  }
}

@media (max-width:768px){
  #reviews-group-1,
  #reviews-group-2{
    grid-template-columns:1fr;
    grid-template-areas:
      "hero"
      "small-1"
      "med-1"
      "med-2"
      "small-2"
      "small-3"
      "small-4";
    gap:16px;
  }
}
 
  /* ---------- CTA footer ---------- */
  .amic-reviews__footer{
    margin-top:56px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:16px;
    flex-wrap:wrap;
  }
  .amic-reviews__footer-text{
    font-size:14px;
    color:var(--amic-muted);
    font-weight:500;
  }
  .amic-reviews__footer-link{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:var(--amic-charcoal);
    text-decoration:none;
    font-size:14px;
    font-weight:600;
    border-bottom:1px solid var(--amic-charcoal);
    padding-bottom:2px;
    transition:gap .3s ease, color .3s ease;
  }
  .amic-reviews__footer-link:hover{
    gap:10px;
    color:var(--amic-accent);
    border-bottom-color:var(--amic-accent);
  }
  
  
 
  /* ---------- Entrance animation ---------- */
  .amic-reviews__card{
    opacity:0;
    transform:translateY(24px);
  }
  .amic-reviews.is-visible .amic-reviews__card{
    animation:reviewCardIn .8s cubic-bezier(.22,1,.36,1) forwards;
  }
  .amic-reviews.is-visible .amic-reviews__card--hero    {animation-delay:.05s}
  .amic-reviews.is-visible .amic-reviews__card--small-1 {animation-delay:.15s}
  .amic-reviews.is-visible .amic-reviews__card--med-1   {animation-delay:.22s}
  .amic-reviews.is-visible .amic-reviews__card--med-2   {animation-delay:.30s}
  .amic-reviews.is-visible .amic-reviews__card--small-2 {animation-delay:.38s}
  .amic-reviews.is-visible .amic-reviews__card--small-3 {animation-delay:.46s}
  .amic-reviews.is-visible .amic-reviews__card--small-4 {animation-delay:.54s}
  @keyframes reviewCardIn{
    to{opacity:1;transform:translateY(0)}
  }
 
  /* =========================================================
     RESPONSIVE
     ========================================================= */
  @media (max-width:1024px){
    .amic-reviews__grid{
      grid-template-columns:repeat(2, 1fr);
      grid-template-areas:
        "hero hero"
        "med-1 small-1"
        "med-2 small-2"
        "small-3 small-4";
    }
  }
 
  @media (max-width:768px){
    .amic-reviews{padding:80px 20px 100px}
    .amic-reviews__header{
      grid-template-columns:1fr;
      align-items:start;
      gap:28px;
      margin-bottom:48px;
    }
    .amic-reviews__badge{align-self:start}
    .amic-reviews__grid{
      grid-template-columns:1fr;
      grid-template-areas:
        "hero"
        "small-1"
        "med-1"
        "med-2"
        "small-2"
        "small-3"
        "small-4";
      gap:16px;
    }
    .amic-reviews__card{padding:28px 24px}
    .amic-reviews__card--hero{padding:32px 28px}
    .amic-reviews__card--hero .amic-reviews__quote{
      font-size:22px;
    }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d086c4d */.amic-recap {
  padding: 96px 48px;
  background: var(--amic-white);
  position: relative;
  overflow: hidden;
  margin-bottom: -20px;
}
 
/* background texture dots */
.amic-recap::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: radial-gradient(circle, rgba(26,26,24,0.06) 1px, transparent 1px);
  background-size: 28px 28px;
  pointer-events: none;
}
 
.amic-recap-inner {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
 
/* ── SUMMARY PILLS ── */
.amic-recap-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 56px;
}
 
.amic-recap-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #f3f4f6;
  border: 1px solid rgba(26,26,24,0.10);
  border-radius: 100px;
  padding: 8px 16px;
  font-family: 'DM Sans', sans-serif;
  font-size: 0.85rem;
  font-weight: 500;
  color: #1A1A18;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: all 0.2s;
}
.amic-recap-pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}
.amic-recap-pill .pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}
 
/* ── CENTRAL CARD ── */
.amic-recap-card {
  background: #1A1A18;
  border-radius: 28px;
  padding: 64px 56px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
 
.amic-recap-card::before {
  content: '';
  position: absolute;
  top: -160px; left: 50%;
  transform: translateX(-50%);
  width: 500px; height: 500px;
  background: radial-gradient(circle, rgba(26,115,232,0.18) 0%, transparent 70%);
  pointer-events: none;
}
 
.amic-recap-card::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1A73E8, #34A853, #FBBC04, #EA4335);
}
 
.amic-recap-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #FBBC04;
  margin-bottom: 24px;
}
.amic-recap-headline {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.8rem, 3.5vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 18px;
}
 
.amic-recap-headline .amic-recap-highlight {
  color: #1A73E8;
}
 
.amic-recap-body {
  font-size: 1rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.55);
  max-width: 540px;
  margin: 0 auto 40px;
}
 
/* ── MINI PROOF ROW ── */
.amic-recap-proof {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
 
.amic-proof-item {
  text-align: center;
}
 
.amic-proof-num {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #ffffff;
  line-height: 1;
  display: block;
}
 
.amic-proof-num .amic-proof-accent { color: #1A73E8; }
 
.amic-proof-label {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.4);
  margin-top: 4px;
  font-weight: 500;
}
 
.amic-proof-divider {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.1);
}
 
/* ── CTA BUTTON GROUP ── */
.amic-recap-actions {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
 
.amic-recap-btn-primary {
  background: #1A73E8;
  color: white;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 36px;
  border-radius: 100px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s;
  letter-spacing: -0.01em;
  border: none;
  cursor: pointer;
}
.amic-recap-btn-primary:hover {
  background: #0D5FCC;
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(26,115,232,0.35);
  color: white;
  text-decoration: none;
}
 
.amic-recap-btn-secondary {
  background: transparent;
  color: rgba(255,255,255,0.7);
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 1rem;
  padding: 16px 32px;
  border-radius: 100px;
  text-decoration: none;
  border: 1.5px solid rgba(255,255,255,0.15);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.25s;
  letter-spacing: -0.01em;
}
.amic-recap-btn-secondary:hover {
  border-color: rgba(255,255,255,0.4);
  color: white;
  transform: translateY(-2px);
  text-decoration: none;
}
 
.amic-recap-reassurance {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
 
.amic-reassure-item {
  display: flex;
  align-items: center;
  gap: 5px;
}
 
/* ── RESPONSIVE ── */

@media (min-width: 1920px) {
    .amic-recap-inner {
        max-width: 1140px;
    }
}

@media (max-width: 900px) {
  .amic-recap { padding: 64px 24px; }
  .amic-recap-card { padding: 48px 28px; }
  .amic-proof-divider { display: none; }
}
@media (max-width: 580px) {
  .amic-recap-actions { flex-direction: column; align-items: center; }
  .amic-recap-btn-primary,
  .amic-recap-btn-secondary { width: 100%; justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dfc3a4f */.amic-phone-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1A73E8;
  color: white;
  text-decoration: none;
  border-radius: 100px;
 
  /* Start as a circle */
  width: 6rem;
  height: 6rem;
  overflow: hidden;
  position: relative;
 
  /* Smooth pill expansion */
  transition:
    width 0.35s cubic-bezier(0.34, 1.56, 0.64, 1),
    background 0.2s ease,
    box-shadow 0.2s ease;
 
  box-shadow: 0 4px 14px rgba(26,115,232,0.35);
  cursor: pointer;
}
 
.amic-phone-btn:hover {
  width: 160px;
  background: #0D5FCC;
  box-shadow: 0 6px 24px rgba(26,115,232,0.45);
  text-decoration: none;
  color: white;
}
 
/* Pulse ring animation when idle */
.amic-phone-btn::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 100px;
  border: 2px solid rgba(26,115,232,0.5);
  animation: amic-phone-ring 2.2s ease-out infinite;
  pointer-events: none;
}
@keyframes amic-phone-ring {
  0%   { transform: scale(1);    opacity: 0.8; }
  70%  { transform: scale(1.55); opacity: 0; }
  100% { transform: scale(1.55); opacity: 0; }
}
.amic-phone-btn:hover::after {
  animation: none;
  opacity: 0;
}
 
/* Icon and label stacked in the same space via absolute positioning */
.amic-phone-icon,
.amic-phone-label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition:
    opacity 0.25s ease,
    transform 0.25s ease;
}
 
/* Icon — visible by default, fades out on hover */
.amic-phone-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
.amic-phone-icon svg {
  width: 2rem;
  height: 2rem;
  fill: white;
}
.amic-phone-btn:hover .amic-phone-icon {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.6);
}
 
/* Label — hidden by default, fades in on hover */
.amic-phone-label {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: white;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.85);
}
.amic-phone-btn:hover .amic-phone-label {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}
/* Fix the widget to corner */
.amic-phone-btn {
  position: fixed;
  bottom: 32px;
  right: 32px;
  z-index: 999;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4bb8272 */.elementor-element.elementor-element-4bb8272.e-con-full.e-flex.e-con.e-parent.e-lazyloaded {
    padding: 0px!important;
}/* End custom CSS */
/* Start custom CSS */*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --amic-cream: #F5F0E8;
    --amic-charcoal: #1A1A18;
    --amic-blue: #1A73E8;
    --amic-red: #EA4335;
    --amic-yellow: #FBBC04;
    --amic-green: #34A853;
    --amic-accent: #FF4D1C;
    --amic-muted: #8A8778;
    --amic-border: rgba(26, 26, 24, 0.12);
    --amic-white: #FFFFFF;
  --cream: #F5F0E8;
   --cream-2:#EFE8DC;
  --cream-light: #FAFAF8;
  --charcoal: #111113;
  --charcoal-mid: #1C1C1F;
  --text-secondary: #6B6B6B;
  --text-light: rgba(255,255,255,0.65);
  --g-blue: #1A73E8;
  --g-blue-light: #4D9AFF;
  --g-red: #EA4335;
  --g-yellow: #FBBC04;
  --g-green: #34A853;
  --font-heading: 'Poppins', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-card: 0 2px 24px rgba(0,0,0,0.07);
  --shadow-hover: 0 12px 40px rgba(0,0,0,0.12);
  --transition: 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  --border:rgba(26,26,24,.08);
    --border-strong:rgba(26,26,24,.14);
    --shadow-sm:0 1px 2px rgba(26,26,24,.04), 0 2px 8px rgba(26,26,24,.04);
    --shadow-md:0 8px 24px rgba(26,26,24,.08), 0 2px 6px rgba(26,26,24,.04);
    --shadow-lg:0 24px 60px rgba(26,26,24,.12), 0 6px 14px rgba(26,26,24,.05);
}
/* Shared button styles */
.amic-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--amic-font-heading);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  background: var(--amic-charcoal);
  color: #fff;
  border-radius: 50px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: var(--amic-transition);
}
.amic-btn-primary:hover {
  background: var(--amic-g-blue);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(26,115,232,0.3);
}
.amic-btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--amic-font-heading);
  font-size: 15px;
  font-weight: 600;
  padding: 14px 28px;
  background: transparent;
  color: var(--amic-charcoal);
  border-radius: 50px;
  border: 2px solid rgba(26,26,26,0.15);
  cursor: pointer;
  text-decoration: none;
  transition: var(--amic-transition);
}
.amic-btn-secondary:hover {
  border-color: var(--amic-g-blue);
  color: var(--amic-g-blue);
}
 
/* Shared section typography */
.amic-eyebrow {
  display: inline-block;
  font-family: var(--amic-font-heading);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--amic-blue);
  margin-bottom: 16px;
}
.amic-section-title {
  font-family: var(--amic-font-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
}
.amic-section-subtitle {
  font-family: var(--amic-font-body);
  font-size: 17px;
  color: var(--amic-text-secondary);
  max-width: 600px;
  line-height: 1.7;
}
 
/* Gradient bar utility */
.amic-gradient-bar {
  height: 4px;
  background: linear-gradient(90deg, var(--amic-g-blue), var(--amic-g-green), var(--amic-g-yellow), var(--amic-g-red));
  border-radius: 2px;
}
/* ==========================================================================
   AMIC Eyebrow — Section Divider with Google Maps Waypoint
   ========================================================================== */
 
.amic-eyebrow {
  /* Layout: center the pin between two horizontal lines */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 20px;
 
  /* Typography */
  font-family: 'Google Sans', 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #5f6368;          /* Google neutral gray */
  white-space: nowrap;
}
 
/* The horizontal rule lines on either side of the pin */
.amic-eyebrow::before,
.amic-eyebrow::after {
  content: "";
  flex: 1;
  height: 1px;
  background: linear-gradient(
    90deg,
    rgba(95, 99, 104, 0)   0%,
    rgba(95, 99, 104, 0.25) 50%,
    rgba(95, 99, 104, 0.25) 100%
  );
}
 
/* Mirror the gradient so it fades OUT toward the edges on both sides */
.amic-eyebrow::after {
  background: linear-gradient(
    90deg,
    rgba(95, 99, 104, 0.25) 0%,
    rgba(95, 99, 104, 0.25) 50%,
    rgba(95, 99, 104, 0)   100%
  );
}
 
/* Google Maps waypoint pin — injected as a CSS-only SVG */
.amic-eyebrow-pin {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* Gentle entrance cue */
  animation: amic-pin-drop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
.pin-red{
     background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23EA4335' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z'/><circle cx='12' cy='9' r='2.5' fill='%23ffffff'/></svg>");
        /* Subtle lift so it feels like it's "dropped" onto the divider */
    filter: drop-shadow(0 2px 3px rgba(234, 67, 53, 0.25));
}
.pin-blue{
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%231A73E8' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z'/><circle cx='12' cy='9' r='2.5' fill='%23ffffff'/></svg>");
        /* Subtle lift so it feels like it's "dropped" onto the divider */
    filter: drop-shadow(0 2px 3px rgba(26, 115, 232, 0.5));
}
.pin-green{
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%2334A853' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z'/><circle cx='12' cy='9' r='2.5' fill='%23ffffff'/></svg>");
        /* Subtle lift so it feels like it's "dropped" onto the divider */
    filter: drop-shadow(0 2px 3px rgba(52, 168, 83, 0.75));
}
.pin-yellow{
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23FBBC04' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z'/><circle cx='12' cy='9' r='2.5' fill='%23ffffff'/></svg>");
    /* Subtle lift so it feels like it's "dropped" onto the divider */
    filter: drop-shadow(0 2px 3px rgba(251, 188, 4, 0.5));
}

.wave-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  width:100%;
  z-index: 0;
}

@keyframes amic-pin-drop {
  0%   { transform: translateY(-8px); opacity: 0; }
  100% { transform: translateY(0);    opacity: 1; }
}
 
/* Responsive: tighten up on mobile */
@media (max-width: 640px) {
  .amic-eyebrow {
    gap: 10px;
    font-size: 11px;
    letter-spacing: 2px;
    max-width: 360px;
  }
  .amic-eyebrow-pin {
    width: 18px;
    height: 18px;
  }
}
 
/* Badge float animation */
@keyframes amicBadgeFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
 
/* Trust bar scroll animation */
@keyframes amicTrustScroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes amic-fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes amic-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.4; transform: scale(1.4); }
}
@keyframes amic-float {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(-8px); }
}/* End custom CSS */