.elementor-2380 .elementor-element.elementor-element-f4faf99{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2380 .elementor-element.elementor-element-b84cd45{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2380 .elementor-element.elementor-element-8a13103 > .elementor-widget-container{margin:-20px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-6cd6fda *//* 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;
    /*visibility: none;*/
    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 {
    /*visibility: visible;*/
    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-a91e9d6 *//* =========================================================
   Web Design SERVICE PAGE HERO
   Uses the homepage amic-hp-hero system with a shorter
   service-page variant (.amic-hp-hero--service).
   ========================================================= */

/* ===== AMIC BRAND TOKENS ===== */
:root {
  --amic-blue:     #1A73E8;
  --amic-green:    #34A853;
  --amic-yellow:   #FBBC04;
  --amic-red:      #EA4335;
  --amic-accent:   #FF4D1C;
  --amic-charcoal: #1A1A18;
  --amic-muted:    #8A8778;
  --amic-border:   rgba(26,26,24,0.08);
  --amic-white:    #ffffff;
}

/* ===== BLOCK 01: HERO (Website Design 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;
  margin-top: -20px;
}
.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: -4px; 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;   display: block;
  vertical-align: bottom;
}

.amic-hp-hero-inner {
  position: relative; z-index: 3;
  max-width: 1500px; 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, em {
  font-family: 'Poppins', sans-serif; font-size: clamp(34px, 4.5vw, px);
  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; }

/* Hero Visual — Website Mockup Card */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
}

.website-mockup {
  width: 100%;
  max-width: 480px;
  background: var(--amic-white);
  border-radius: 16px;
  box-shadow: 0 24px 80px rgba(26,26,24,0.12), 0 2px 8px rgba(26,26,24,0.06);
  overflow: hidden;
  transform: perspective(1000px) rotateY(-3deg) rotateX(1deg);
  transition: transform 0.4s;
}
.website-mockup:hover { transform: perspective(1000px) rotateY(0deg) rotateX(0deg); }

.mockup-browser-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #f0efe9;
  border-bottom: 1px solid rgba(26,26,24,0.06);
}
.mockup-dots { display: flex; gap: 6px; }
.mockup-dots span {
  width: 10px; height: 10px;
  border-radius: 50%;
}
.mockup-dots span:nth-child(1) { background: var(--amic-red); }
.mockup-dots span:nth-child(2) { background: var(--amic-yellow); }
.mockup-dots span:nth-child(3) { background: var(--amic-green); }
.mockup-url-bar {
  flex: 1;
  background: var(--amic-white);
  border-radius: 6px;
  padding: 5px 12px;
  font-size: 11px;
  color: var(--amic-muted);
  display: flex;
  align-items: center;
  gap: 6px;
}
.mockup-url-bar svg { width: 12px; height: 12px; fill: var(--amic-green); flex-shrink: 0; }

.mockup-body { padding: 24px; }

.mockup-hero-section {
  background: linear-gradient(135deg, var(--amic-charcoal) 0%, #2a2a28 100%);
  border-radius: 10px;
  padding: 24px;
  margin-bottom: 16px;
  color: var(--amic-cream);
}
.mockup-hero-section .mockup-logo {
  width: 32px; height: 32px;
  background: var(--amic-accent);
  border-radius: 8px;
  margin-bottom: 12px;
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 14px; color: var(--amic-white);
}
.mockup-hero-section h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 6px;
  line-height: 1.2;
  color: #fff;
}
.mockup-hero-section p { font-size: 10px; opacity: 0.6; line-height: 1.5; }
.mockup-hero-section .mockup-btn {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 14px;
  background: var(--amic-accent);
  color: var(--amic-white);
  border-radius: 6px;
  font-size: 10px;
  font-weight: 600;
}

.mockup-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
  margin-bottom: 16px;
}
.mockup-card {
  background: #f8f7f3;
  border-radius: 8px;
  padding: 12px 8px;
  text-align: center;
}
.mockup-card-icon {
  width: 24px; height: 24px;
  border-radius: 6px;
  margin: 0 auto 6px;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px;
}
.mockup-card:nth-child(1) .mockup-card-icon { background: rgba(26,115,232,0.1); color: var(--amic-blue); }
.mockup-card:nth-child(2) .mockup-card-icon { background: rgba(52,168,83,0.1); color: var(--amic-green); }
.mockup-card:nth-child(3) .mockup-card-icon { background: rgba(255,77,28,0.1); color: var(--amic-accent); }
.mockup-card span { font-size: 9px; font-weight: 600; color: var(--amic-charcoal); }

.mockup-stats {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-top: 1px solid rgba(26,26,24,0.06);
}
.mockup-stat { text-align: center; }
.mockup-stat .num {
  font-size: 18px;
  font-weight: 700;
  color: var(--amic-charcoal);
}
.mockup-stat .label { font-size: 9px; color: var(--amic-muted); font-weight: 500; }

/* Floating stat badges */
.float-badge {
  position: absolute;
  background: var(--amic-white);
  color: var(--amic-charcoal);
  border-radius: 10px;
  padding: 8px 14px;
  box-shadow: 0 8px 32px rgba(26,26,24,0.1);
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  animation: float 3s ease-in-out infinite;
}
.float-badge.fb-1 { top: 30px; right: 12px; animation-delay: 0s; }
.float-badge.fb-2 { bottom: 96px; left: 24px; animation-delay: 1s; }
.float-badge.fb-3 { bottom: 20px; right: 12px; animation-delay: 2s; }
.float-badge .badge-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}
/* ===== 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; }
}
@media (max-width: 900px) {
  .website-mockup { transform: none; max-width: 400px; }
  .float-badge.fb-1 { right: 0; top: -8px; }
  .float-badge.fb-2 { left: -8px; bottom: 72px; }
  .float-badge.fb-3 { right: 0; bottom: -12px; }
}

@media (max-width: 600px) {
  .website-mockup { max-width: 100%; }
  .mockup-browser-bar { padding: 10px 12px; }
  .mockup-dots span { width: 8px; height: 8px; }
  .mockup-url-bar { font-size: 10px; padding: 4px 10px; }
  .mockup-body { padding: 16px; }
  .mockup-hero-section { padding: 18px; }
  .mockup-hero-section .mockup-logo { width: 28px; height: 28px; font-size: 12px; }
  .mockup-hero-section h4 { font-size: 14px; }
  .mockup-hero-section p { font-size: 9px; }
  .mockup-hero-section .mockup-btn { padding: 5px 12px; font-size: 9px; }
  .mockup-cards { gap: 6px; }
  .mockup-card { padding: 10px 6px; }
  .mockup-card-icon { width: 20px; height: 20px; font-size: 10px; }
  .mockup-card span { font-size: 8px; }
  .mockup-stat .num { font-size: 15px; }
  .mockup-stat .label { font-size: 8px; }
  .float-badge { font-size: 11px; padding: 6px 12px; }
  .float-badge .badge-dot { width: 6px; height: 6px; }
  .float-badge.fb-2 { left: -4px; }
}

/* 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; }
}

/* =========================================================
   SERVICE-PAGE HERO HEIGHT OVERRIDE
   Shorter variant of the homepage hero for service pages.
   ========================================================= */
.amic-hp-hero.amic-hp-hero--service {
  padding: 72px 24px 180px;
  min-height: 0;
}
@media (min-width: 1920px) {
  .amic-hp-hero.amic-hp-hero--service {
    padding: 100px 48px 220px;
    min-height: 0;
  }
}
@media (min-width: 2560px) {
  .amic-hp-hero.amic-hp-hero--service {
    padding: 130px 64px 260px;
    min-height: 0;
  }
}
@media (max-width: 1024px) {
  .amic-hp-hero.amic-hp-hero--service { padding: 72px 24px 150px; }
}
@media (max-width: 640px) {
  .amic-hp-hero.amic-hp-hero--service { padding: 56px 20px 120px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8a13103 *//* =========================================================
   WHY DESIGN MATTERS — matched to amic-hp-why pattern
   ========================================================= */
 
.amic-hp-why {
  position: relative;
  background: #fff;
  padding: 100px 24px;
  overflow: hidden;
}
 
.amic-hp-why-inner {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
 
/* ===== LEFT: COPY ===== */
 
.amic-hp-why-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(30px, 3.6vw, 44px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: var(--amic-charcoal);
  margin-bottom: 22px;
}
.amic-hp-why-title em {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 800;
  color: var(--amic-blue);
  font-size: clamp(34px, 4.5vw, px);
}
 
.amic-hp-why-text {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  line-height: 1.75;
  color: #4a4a46;
  margin-bottom: 16px;
  max-width: 520px;
}
 
/* Checklist */
.amic-hp-why-list {
  list-style: none;
  padding: 0;
  margin: 28px 0 0;
  display: grid;
  gap: 12px;
}
.amic-hp-why-list li {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: var(--amic-charcoal);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.5;
}
.amic-hp-why-list .tick {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: var(--amic-green);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  margin-top: 1px;
  font-family: 'Poppins', sans-serif;
}
 
/* ===== RIGHT: DEVICE STACK (kept from original) ===== */
 
.device-stack {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 420px;
}
 
.device-desktop {
  width: 340px;
  background: var(--amic-white, #fff);
  border-radius: 12px;
  box-shadow: 0 16px 60px rgba(26,26,24,0.1);
  overflow: hidden;
  border: 1px solid rgba(26,26,24,0.08);
}
.device-desktop .dev-bar {
  background: #f0efe9;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(26,26,24,0.06);
}
.device-desktop .dev-bar span {
  width: 7px; height: 7px;
  border-radius: 50%;
}
.device-desktop .dev-bar span:nth-child(1) { background: var(--amic-red, #EA4335); }
.device-desktop .dev-bar span:nth-child(2) { background: var(--amic-yellow, #FBBC04); }
.device-desktop .dev-bar span:nth-child(3) { background: var(--amic-green, #34A853); }
 
.dev-content {
  padding: 16px;
}
.dev-content .line {
  height: 6px;
  background: #eae8e0;
  border-radius: 3px;
  margin-bottom: 6px;
}
.dev-content .line.short { width: 60%; }
.dev-content .line.med { width: 80%; }
.dev-content .line.accent { background: var(--amic-accent, var(--accent)); width: 35%; height: 8px; margin-bottom: 10px; }
.dev-content .block-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}
.dev-content .block-card {
  background: #f8f7f3;
  border-radius: 6px;
  height: 52px;
}
 
.device-phone {
  position: absolute;
  bottom: -10px;
  right: 96px;
  width: 120px;
  background: var(--amic-charcoal, #1a1a18);
  border-radius: 16px;
  padding: 8px 6px 10px;
  box-shadow: 0 12px 40px rgba(26,26,24,0.2);
}
.device-phone .phone-screen {
  background: var(--amic-white, #fff);
  border-radius: 10px;
  padding: 10px;
  height: 180px;
}
.device-phone .phone-line {
  height: 4px;
  background: #eae8e0;
  border-radius: 2px;
  margin-bottom: 5px;
}
.device-phone .phone-line.short { width: 50%; }
.device-phone .phone-btn {
  width: 100%;
  height: 16px;
  background: var(--amic-accent, var(--accent));
  border-radius: 4px;
  margin-top: 8px;
}
.device-phone .phone-blocks {
  display: flex; gap: 4px; margin-top: 8px;
}
.device-phone .phone-block {
  flex: 1;
  height: 30px;
  background: #f8f7f3;
  border-radius: 4px;
}
 
.device-tablet {
  position: absolute;
  top: -40px;
  left: 72px;
  width: 160px;
  background: #e8e5dc;
  border-radius: 12px;
  padding: 6px;
  box-shadow: 0 12px 40px rgba(26,26,24,0.12);
}
.device-tablet .tab-screen {
  background: var(--amic-white, #fff);
  border-radius: 8px;
  padding: 10px;
  height: 120px;
}
.device-tablet .tab-line {
  height: 4px;
  background: #eae8e0;
  border-radius: 2px;
  margin-bottom: 5px;
}
.device-tablet .tab-line.short { width: 60%; }
.device-tablet .tab-line.accent { background: var(--amic-blue, #1A73E8); width: 40%; }
.device-tablet .tab-row {
  display: flex; gap: 5px; margin-top: 8px;
}
.device-tablet .tab-box {
  flex: 1;
  height: 36px;
  background: #f8f7f3;
  border-radius: 4px;
}
 
/* ===== RESPONSIVE ===== */
 
@media (max-width: 1024px) {
  .amic-hp-why { padding: 80px 24px; }
  .amic-hp-why-inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .amic-hp-why-text { max-width: 100%; }
}
 
@media (max-width: 900px) {
  .device-tablet { position: relative; top: 0; left: 0; width: 100%; margin-bottom: 16px; }
  .device-phone { right: 10px; bottom: -20px; }
  .device-stack { min-height: 0px;}
}
 
@media (max-width: 640px) {
  .amic-hp-why { padding: 64px 20px; }
}
 
/* 1440p / 2K */
@media (min-width: 1920px) {
  .amic-hp-why { padding: 140px 48px; }
  .amic-hp-why-inner {
    max-width: 1500px;
    gap: 100px;
  }
  .amic-hp-why-title { font-size: clamp(44px, 3vw, 58px); margin-bottom: 28px; }
  .amic-hp-why-text { font-size: 18px; max-width: 580px; }
  .amic-hp-why-list li { font-size: 17px; }
  .amic-hp-why-list .tick { width: 26px; height: 26px; font-size: 14px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-252898a *//* =========================================================
   BLOCK 03: STATS BAND
   Dark charcoal section with 3 big stats + intro headline
   ========================================================= */

.amic-hp-stats {
  position: relative;
  background: var(--amic-charcoal);
  color: #fff;
  padding: 80px 24px;
  overflow: hidden;
}
.amic-hp-stats::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(26, 115, 232, 0.08), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(234, 67, 53, 0.08), transparent 50%);
  pointer-events: none;
}

.amic-hp-stats-inner {
  position: relative;
  z-index: 1;
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 48px;
  align-items: center;
}

/* Intro column */
.amic-hp-stats-intro h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.5px;
  color: #fff;
}
.amic-hp-stats-intro h2 em {
  font-style: normal;
  color: var(--amic-yellow);
}
.amic-hp-stats-intro p {
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 14px;
  max-width: 320px;
  line-height: 1.7;
}

/* Individual stat */
.amic-hp-stats-block {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  padding-left: 28px;
}
.amic-hp-stats-num {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(42px, 4.5vw, 64px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 8px;
}
.amic-hp-stats-num .unit {
  font-size: 0.55em;
  color: rgba(255, 255, 255, 0.4);
  margin-left: 2px;
  font-weight: 700;
}
.amic-hp-stats-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.5;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .amic-hp-stats { padding: 72px 24px; }
  .amic-hp-stats-inner {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
  .amic-hp-stats-intro {
    grid-column: 1 / -1;
  }
}
@media (max-width: 640px) {
  .amic-hp-stats { padding: 56px 20px; }
  .amic-hp-stats-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .amic-hp-stats-block {
    border-left: none;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding-left: 0;
    padding-top: 24px;
  }
}

/* 1440p / 2K */
@media (min-width: 1920px) {
  .amic-hp-stats { padding: 120px 48px; }
  .amic-hp-stats-inner {
    max-width: 1500px;
    gap: 64px;
  }
  .amic-hp-stats-intro h2 { font-size: clamp(42px, 3vw, 56px); }
  .amic-hp-stats-intro p { font-size: 17px; max-width: 380px; }
  .amic-hp-stats-num { font-size: clamp(64px, 4vw, 80px); }
  .amic-hp-stats-label { font-size: 16px; }
  .amic-hp-stats-block { padding-left: 36px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b029913 *//* =========================================================
   BLOCK 04: SERVICES BENTO GRID
   "What's Included" — 6-col bento with featured center card
   ========================================================= */

.amic-hp-services {
  position: relative;
  background: var(--amic-cream);
  padding: 100px 24px;
  overflow: hidden;
}

/* Section header — split 2-col */
.amic-hp-services-head {
  max-width: 1140px;
  margin: 0 auto 64px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: end;
}

.amic-hp-services-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amic-blue);
  margin-bottom: 16px;
}
.amic-hp-services-eyebrow::before {
  content: '';
  width: 28px; height: 2px;
  background: var(--amic-blue);
  border-radius: 2px;
}

.amic-hp-services-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(30px, 3.8vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.5px;
  color: var(--amic-charcoal);
}
.amic-hp-services-title em {
  font-style: normal;
  color: var(--amic-accent);
}

.amic-hp-services-intro {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #4a4a46;
  line-height: 1.75;
  max-width: 440px;
}

/* Bento grid */
.amic-hp-bento {
  max-width: 1140px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(200px, auto);
  gap: 18px;
}

/* Base tile */
.amic-hp-tile {
  position: relative;
  background: #fff;
  border: 1px solid var(--amic-border);
  border-radius: 18px;
  padding: 28px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.2, 1),
              box-shadow 0.35s,
              border-color 0.35s;
}
.amic-hp-tile:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(26, 26, 24, 0.08);
  border-color: rgba(26, 26, 24, 0.14);
}

.amic-hp-tile-icon {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}
.amic-hp-tile-icon.ic-blue   { background: rgba(26, 115, 232, 0.10); color: var(--amic-blue); }
.amic-hp-tile-icon.ic-red    { background: rgba(234, 67, 53, 0.10);  color: var(--amic-red); }
.amic-hp-tile-icon.ic-yellow { background: rgba(251, 188, 4, 0.14);  color: #C89400; }
.amic-hp-tile-icon.ic-green  { background: rgba(52, 168, 83, 0.10);  color: var(--amic-green); }
.amic-hp-tile-icon.ic-accent { background: rgba(255, 77, 28, 0.10);  color: var(--amic-accent); }

.amic-hp-tile h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.3px;
  line-height: 1.2;
  color: var(--amic-charcoal);
  margin-bottom: 10px;
}
.amic-hp-tile p {
  font-family: 'DM Sans', sans-serif;
  font-size: 14.5px;
  color: #4a4a46;
  line-height: 1.6;
}

/* Grid positions (6-col) */
.amic-hp-tile.t1 { grid-column: span 2; }
.amic-hp-tile.t2 { grid-column: span 2; grid-row: span 2; }
.amic-hp-tile.t3 { grid-column: span 2; }
.amic-hp-tile.t4 { grid-column: span 2; }
.amic-hp-tile.t5 { grid-column: span 2; }
.amic-hp-tile.t6 { grid-column: span 3; }
.amic-hp-tile.t7 { grid-column: span 3; }

/* Featured center tile (dark) */
.amic-hp-tile.feature {
  background: var(--amic-charcoal);
  color: #fff;
  border-color: var(--amic-charcoal);
}
.amic-hp-tile.feature h3 {
  color: #fff;
  font-size: 24px;
}
.amic-hp-tile.feature p {
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
}
.amic-hp-tile.feature .amic-hp-tile-icon {
  background: rgba(255, 255, 255, 0.08);
}
.amic-hp-tile.feature .g-bar {
  display: flex;
  gap: 4px;
  margin-top: 18px;
}
.amic-hp-tile.feature .g-bar span {
  height: 4px;
  border-radius: 2px;
  flex: 1;
}
.amic-hp-tile.feature .g-bar span:nth-child(1) { background: var(--amic-blue); }
.amic-hp-tile.feature .g-bar span:nth-child(2) { background: var(--amic-red); }
.amic-hp-tile.feature .g-bar span:nth-child(3) { background: var(--amic-yellow); }
.amic-hp-tile.feature .g-bar span:nth-child(4) { background: var(--amic-green); }

/* Grid pattern behind featured tile */
.amic-hp-tile.feature .tile-grid-bg {
  position: absolute; inset: 0;
  opacity: 0.06;
  pointer-events: none;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .amic-hp-services { padding: 80px 24px; }
  .amic-hp-services-head {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 48px;
  }
  .amic-hp-bento { grid-template-columns: repeat(4, 1fr); }
  .amic-hp-tile.t1,
  .amic-hp-tile.t3,
  .amic-hp-tile.t4,
  .amic-hp-tile.t5 { grid-column: span 2; }
  .amic-hp-tile.t2 { grid-column: span 4; grid-row: span 1; }
  .amic-hp-tile.t6,
  .amic-hp-tile.t7 { grid-column: span 2; }
}
@media (max-width: 640px) {
  .amic-hp-services { padding: 64px 20px; }
  .amic-hp-bento { grid-template-columns: 1fr; }
  .amic-hp-tile,
  .amic-hp-tile.t1,
  .amic-hp-tile.t2,
  .amic-hp-tile.t3,
  .amic-hp-tile.t4,
  .amic-hp-tile.t5,
  .amic-hp-tile.t6,
  .amic-hp-tile.t7 {
    grid-column: span 1;
    min-height: 180px;
  }
}

/* 1440p / 2K */
@media (min-width: 1920px) {
  .amic-hp-services { padding: 140px 48px; }
  .amic-hp-services-head {
    max-width: 1500px;
    gap: 72px;
    margin-bottom: 80px;
  }
  .amic-hp-services-title { font-size: clamp(48px, 3vw, 60px); }
  .amic-hp-services-intro { font-size: 18px; max-width: 520px; }
  .amic-hp-bento {
    max-width: 1500px;
    gap: 22px;
  }
  .amic-hp-tile { padding: 36px; min-height: 260px; }
  .amic-hp-tile h3 { font-size: 24px; }
  .amic-hp-tile p { font-size: 16px; }
  .amic-hp-tile.feature h3 { font-size: 28px; }
  .amic-hp-tile.feature p { font-size: 17px; }
  .amic-hp-tile-icon { width: 52px; height: 52px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dde7415 *//* =========================================================
   BLOCK 07: FAQ
   Accordion on white background
   ========================================================= */

.amic-hp-faq {
  background: var(--amic-cream);
  padding: 96px 24px;
}

.amic-hp-faq-wrap {
  max-width: 860px;
  margin: 0 auto;
}

/* Heading */
.amic-hp-faq-head {
  text-align: center;
  margin-bottom: 56px;
}
.amic-hp-faq-eyebrow {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--amic-blue);
  margin-bottom: 16px;
}
.amic-hp-faq-title {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(30px, 3.6vw, 48px);
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -0.5px;
  color: var(--amic-charcoal);
}
.amic-hp-faq-title em {
  font-style: normal;
  color: var(--amic-red);
}

/* Accordion */
details.amic-hp-q {
  border-bottom: 1px solid rgba(26, 26, 24, 0.12);
  padding: 22px 0;
}
details.amic-hp-q:first-of-type {
  border-top: 1px solid rgba(26, 26, 24, 0.12);
}

details.amic-hp-q summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-family: 'Poppins', sans-serif;
  font-size: clamp(17px, 2vw, 21px);
  font-weight: 700;
  letter-spacing: -0.3px;
  color: var(--amic-charcoal);
  transition: color 0.2s ease;
}
details.amic-hp-q summary::-webkit-details-marker { display: none; }

details.amic-hp-q summary::after {
  content: '+';
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 28px;
  color: var(--amic-accent);
  transition: transform 0.25s ease;
  flex-shrink: 0;
  line-height: 1;
}
details.amic-hp-q[open] summary::after {
  transform: rotate(45deg);
}
details.amic-hp-q summary:hover {
  color: var(--amic-blue);
}

.amic-hp-q-ans {
  padding-top: 14px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15.5px;
  color: #4a4a46;
  line-height: 1.7;
  max-width: 680px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .amic-hp-faq { padding: 80px 24px; }
}
@media (max-width: 640px) {
  .amic-hp-faq { padding: 64px 20px; }
  details.amic-hp-q { padding: 18px 0; }
  details.amic-hp-q summary { gap: 16px; }
  details.amic-hp-q summary::after { font-size: 24px; }
}

/* 1440p / 2K */
@media (min-width: 1920px) {
  .amic-hp-faq { padding: 140px 48px; }
  .amic-hp-faq-wrap { max-width: 1000px; }
  .amic-hp-faq-title { font-size: clamp(48px, 3vw, 60px); }
  details.amic-hp-q { padding: 28px 0; }
  details.amic-hp-q summary { font-size: clamp(21px, 1.8vw, 26px); }
  .amic-hp-q-ans { font-size: 17px; max-width: 780px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3850704 */.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 */: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;
    --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);
}

.e-con{
    padding-inline-end: 0;
    padding-inline-start: 0; 
}
.e-con.e-parent {
  max-width: 100% !important;
  width: 100% !important;
  padding-block-end: 0;
}
.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));
}


/* ══════════════════════════════════════════
   GLOBAL CSS VARIABLES & RESET
   ══════════════════════════════════════════ */

:root {
  --cream: #F5F0E8;
  --charcoal: #1A1A18;
  --blue: #1A73E8;
  --red: #EA4335;
  --yellow: #FBBC04;
  --green: #34A853;
  --accent: #FF4D1C;
  --muted: #8A8778;
  --white: #FFFFFF;
  --font-body: 'DM Sans', sans-serif;
  --font-serif: 'Fraunces', serif;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

.container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 24px;
}


/* ══════════════════════════════════════════
   SHARED COMPONENTS
   ══════════════════════════════════════════ */

.section-heading {
  font-size: clamp(30px, 3.5vw, 44px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--charcoal);
  color: var(--cream);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(26,26,24,0.25); }

.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border: 1.5px solid rgba(26,26,24,0.15);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--charcoal);
  transition: border-color 0.2s, background 0.2s;
}
.btn-secondary:hover { border-color: var(--charcoal); background: rgba(26,26,24,0.03); }

.btn-accent {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  background: var(--accent);
  color: var(--white);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-accent:hover { transform: translateY(-2px); box-shadow: 0 6px 20px rgba(255,77,28,0.3); }

.btn-ghost {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border: 1.5px solid rgba(245,240,232,0.2);
  border-radius: 10px;
  font-size: 15px;
  font-weight: 500;
  color: var(--cream);
  transition: border-color 0.2s, background 0.2s;
}
.btn-ghost:hover { border-color: rgba(245,240,232,0.4); background: rgba(245,240,232,0.05); }

/* ══════════════════════════════════════════
   ENTRANCE ANIMATIONS
   ══════════════════════════════════════════ */
.reveal {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.stagger > * { transition-delay: calc(var(--i, 0) * 0.08s); }/* End custom CSS */