@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700;800&family=Inter:wght@400;500;600;700;800&display=swap');

/* RESET (safe) */
html, body{ height:100%; width:100%; margin:0; padding:0; }
*, *::before, *::after{ box-sizing:border-box; }
body{ font-family:'Inter',system-ui,sans-serif; overflow-x:hidden; background:#fff; }

/* HERO v3 — full screen, full-bleed, new selectors (won't hit old CSS/JS) */
.agc-hero-v3{
  --wrap: 1240px;
  --px: clamp(16px, 3vw, 34px);

  --ink: rgba(2,6,23,.92);
  --muted: rgba(2,6,23,.66);

  --deep:#1d2b2d;
  --cyan:#2bc4e3;

  --y1:#ffe08a;
  --y2:#ffc85a;
  --y3:#ffb13a;
  --y4:#ff9a2a;

  --paper: rgba(255,255,255,.92);
  --glass: rgba(255,255,255,.78);
  --line: rgba(15,23,42,.12);

  --shadow: 0 28px 100px rgba(2,6,23,.16);
  --shadow2: 0 16px 60px rgba(2,6,23,.10);
  --ease: cubic-bezier(.2,.9,.2,1);

  position: relative;
  overflow: hidden;

  /* full-bleed + "stuck to nav" (no top margin) */
  margin: 0;
  padding: 0;
  min-height: calc(100svh - var(--nav-h, 72px));
  display: grid;
  align-items: stretch;

  /* keep your BG vibe */
  background:
    radial-gradient(920px 540px at 12% 14%, rgba(43,196,227,.12), transparent 60%),
    radial-gradient(860px 520px at 92% 16%, rgba(29,43,45,.08), transparent 58%),
    radial-gradient(900px 560px at 26% 92%, rgba(255,154,42,.14), transparent 60%),
    linear-gradient(180deg,#ffffff 0%, #fbfbfc 58%, #ffffff 100%);
}

/* extra depth layer */
.agc-hero-v3__bg{
  position:absolute; inset:-2px;
  background:
    radial-gradient(60% 55% at 50% 40%, rgba(255,184,74,.10), transparent 72%),
    repeating-linear-gradient(135deg, rgba(255,184,74,.06) 0 12px, rgba(255,184,74,0) 12px 34px);
  opacity:.85;
  pointer-events:none;
  mask-image: radial-gradient(65% 60% at 50% 40%, #000 0%, transparent 72%);
}

.agc-hero-v3__wrap{
  width: 100%;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: clamp(18px, 3.5vw, 42px) var(--px);
  display: grid;
  align-items: center;
  position: relative;
}

.agc-hero-v3__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: clamp(16px, 2.5vw, 26px);
  align-items: center;
}

/* LEFT */
.agc-hero-v3__copy{ position: relative; z-index: 1; }

.agc-hero-v3__brand{
  display:flex;
  align-items:center;
  gap: 14px;
  margin-bottom: 14px;
}

.agc-hero-v3__logo{
  width: 66px;
  height: 66px;
  object-fit: contain;
  border-radius: 18px;
  background:
    radial-gradient(22px 22px at 30% 28%, rgba(255,255,255,.62), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.55));
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 18px 44px rgba(2,6,23,.10), 0 0 0 9px rgba(255,184,74,.10);
}

.agc-hero-v3__brandname{
  font-weight: 1000;
  letter-spacing: -0.01em;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.1;
}
.agc-hero-v3__brandtag{
  margin-top: 3px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(2,6,23,.64);
}

.agc-hero-v3__title{
  margin: 0 0 12px;
  font-size: clamp(34px, 3.9vw, 62px);
  line-height: 1.02;
  letter-spacing: -0.035em;
  font-weight: 1000;
  color: var(--ink);
}
.agc-hero-v3__title span{
  background: linear-gradient(90deg, rgba(255,184,74,.26), rgba(43,196,227,.14));
  border: 1px solid rgba(255,184,74,.22);
  padding: .08em .28em;
  border-radius: 16px;
}
.agc-hero-v3__title em{
  display:block;
  margin-top: 10px;
  font-style: normal;
  font-weight: 1000;
  color: rgba(2,6,23,.86);
  letter-spacing: -0.02em;
}

.agc-hero-v3__sub{
  margin: 0 0 18px;
  max-width: 76ch;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.62;
  font-size: 15.5px;
}

/* CTA row */
.agc-hero-v3__ctaRow{
  display:flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 18px;
}

.agc-hero-v3__ctaCall{
  text-decoration:none;
  border-radius: 22px;
  padding: 14px 16px;
  border: 1px solid rgba(2,6,23,.10);
  background:
    radial-gradient(22px 22px at 22% 26%, rgba(255,255,255,.60), transparent 70%),
    linear-gradient(90deg, var(--y2), var(--y4));
  box-shadow: 0 30px 110px rgba(255,154,42,.20), 0 0 0 9px rgba(255,184,74,.12);
  color: rgba(2,6,23,.92);
  min-width: min(420px, 100%);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease), filter .22s var(--ease);
}
.agc-hero-v3__ctaCall:hover{
  transform: translateY(-2px);
  filter: saturate(1.03);
  box-shadow: 0 44px 140px rgba(255,154,42,.22), 0 0 0 10px rgba(255,184,74,.14);
}
.agc-hero-v3__ctaCall:focus-visible{ outline: 3px solid rgba(255,154,42,.55); outline-offset: 4px; }

.agc-hero-v3__ctaTop{
  display:block;
  font-size: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  font-weight: 950;
  color: rgba(2,6,23,.74);
}
.agc-hero-v3__ctaMain{
  display:block;
  font-size: 22px;
  font-weight: 1000;
  letter-spacing: -0.01em;
  line-height: 1.1;
}
.agc-hero-v3__ctaSub{
  display:block;
  margin-top: 2px;
  font-size: 12px;
  font-weight: 900;
  color: rgba(2,6,23,.70);
}

.agc-hero-v3__ctaGhost{
  text-decoration:none;
  border-radius: 22px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.84);
  color: rgba(2,6,23,.88);
  font-weight: 1000;
  box-shadow: var(--shadow2);
  transition: transform .22s var(--ease), border-color .22s var(--ease), box-shadow .22s var(--ease);
}
.agc-hero-v3__ctaGhost:hover{
  transform: translateY(-2px);
  border-color: rgba(43,196,227,.28);
  box-shadow: 0 22px 80px rgba(2,6,23,.12);
}
.agc-hero-v3__arrow{ margin-left: 6px; }

/* proof row */
.agc-hero-v3__trust{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 14px;
}

.agc-proof{
  border-radius: 20px;
  border: 1px solid rgba(15,23,42,.10);
  background:
    radial-gradient(240px 140px at 18% 18%, rgba(255,184,74,.14), transparent 62%),
    rgba(255,255,255,.78);
  box-shadow: 0 16px 54px rgba(2,6,23,.08);
  padding: 12px;
  overflow:hidden;
  position: relative;
}

.agc-proof__ico{
  width: 44px; height: 44px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  color: rgba(2,6,23,.92);
  background:
    radial-gradient(18px 18px at 30% 28%, rgba(255,255,255,.60), transparent 70%),
    linear-gradient(180deg, var(--y2), var(--y4));
  box-shadow: 0 18px 42px rgba(2,6,23,.12), 0 0 0 7px rgba(255,184,74,.12);
  margin-bottom: 10px;
}
.agc-proof__ico svg{ width: 22px; height: 22px; }

.agc-proof__ico--google{
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 18px 42px rgba(2,6,23,.10);
}
.agc-proof__ico--google svg{ width: 26px; height: 26px; }

.agc-proof__t{
  font-weight: 1000;
  letter-spacing: -0.01em;
  color: rgba(2,6,23,.90);
}
.agc-proof__s{
  margin-top: 2px;
  font-weight: 650;
  color: rgba(2,6,23,.66);
  line-height: 1.35;
  font-size: 13px;
}

/* service pills */
.agc-hero-v3__pills{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
}
.agc-pill{
  display:inline-flex;
  align-items:center;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,184,74,.26);
  background: rgba(255,184,74,.12);
  color: rgba(2,6,23,.84);
  font-weight: 950;
  font-size: 12px;
}

/* RIGHT panel */
.agc-hero-v3__panel{ position: relative; z-index: 1; }

.agc-panel{
  border-radius: 26px;
  border: 1px solid rgba(15,23,42,.12);
  background:
    radial-gradient(520px 260px at 18% 12%, rgba(43,196,227,.10), transparent 62%),
    radial-gradient(520px 260px at 88% 12%, rgba(255,184,74,.12), transparent 62%),
    linear-gradient(180deg, var(--paper), rgba(255,255,255,.74));
  box-shadow: var(--shadow);
  padding: clamp(16px, 2.6vw, 22px);
  overflow:hidden;
}

.agc-panel__top{
  display:flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed rgba(15,23,42,.14);
}
.agc-panel__k{
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: rgba(2,6,23,.64);
}
.agc-panel__v{
  font-weight: 1000;
  letter-spacing: -0.01em;
  color: rgba(2,6,23,.90);
}

.agc-panel__stats{
  display:grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 12px;
  margin: 14px 0;
}
.agc-stat{
  border-radius: 20px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.78);
  box-shadow: 0 14px 44px rgba(2,6,23,.07);
  padding: 12px;
}
.agc-stat__n{
  font-weight: 1000;
  font-size: 26px;
  letter-spacing: -0.02em;
  color: rgba(2,6,23,.92);
}
.agc-stat__l{
  margin-top: 2px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(2,6,23,.62);
}

.agc-panel__h{
  font-weight: 1000;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  color: rgba(2,6,23,.90);
}
.agc-panel__ul{
  margin: 0;
  padding: 0 0 0 18px;
  color: rgba(2,6,23,.70);
  font-weight: 650;
  line-height: 1.65;
  columns: 2;
  column-gap: 16px;
}
.agc-panel__ul li{ break-inside: avoid; }

.agc-panel__call{
  margin-top: 14px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;
  text-decoration:none;
  border-radius: 999px;
  padding: 12px 14px;
  color: rgba(2,6,23,.92);
  font-weight: 1000;
  background:
    radial-gradient(18px 18px at 30% 28%, rgba(255,255,255,.55), transparent 70%),
    linear-gradient(90deg, var(--y2), var(--y4));
  box-shadow: 0 26px 96px rgba(255,154,42,.18), 0 0 0 8px rgba(255,184,74,.12);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.agc-panel__call:hover{
  transform: translateY(-2px);
  box-shadow: 0 40px 130px rgba(255,154,42,.20), 0 0 0 9px rgba(255,184,74,.14);
}
.agc-panel__call strong{ letter-spacing: -0.01em; }

.agc-panel__seo{
  margin: 14px 0 0;
  color: rgba(2,6,23,.66);
  font-weight: 650;
  line-height: 1.55;
}

/* Responsive */
@media (max-width: 980px){
  .agc-hero-v3{
    min-height: calc(100svh - var(--nav-h, 64px));
  }
  .agc-hero-v3__grid{ grid-template-columns: 1fr; }
  .agc-hero-v3__trust{ grid-template-columns: 1fr; }
  .agc-panel__ul{ columns: 1; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .agc-hero-v3__ctaCall,
  .agc-hero-v3__ctaGhost,
  .agc-panel__call{ transition: none; }
}
/* replace/append to your existing .agc-proof__ico--google styles */
.agc-proof__ico--google{
  background: rgba(255,255,255,.90);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 18px 42px rgba(2,6,23,.10);
  overflow: hidden;
}

.agc-proof__gimg{
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
}
/* about us index */

/* ABOUT (Home) — warm corporate + local SEO */
.about-home{
  --wrap: 1160px;
  --px: clamp(16px, 3vw, 28px);
  --r: 18px;

  --ink: rgba(2, 6, 23, .92);
  --muted: rgba(2, 6, 23, .66);

  --deep: #1d2b2d;
  --cyan: #2bc4e3;

  --y1:#ffe08a;
  --y2:#ffc85a;
  --y3:#ffb13a;
  --y4:#ff9a2a;

  --line: rgba(15,23,42,.12);
  --paper: rgba(255,255,255,.90);
  --glass: rgba(255,255,255,.78);

  --shadow: 0 22px 70px rgba(2, 6, 23, .14);
  --shadow2: 0 16px 52px rgba(2, 6, 23, .10);
  --ease: cubic-bezier(.2,.9,.2,1);

  padding: clamp(64px, 7vw, 96px) 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 520px at 14% 12%, rgba(255,154,42,.12), transparent 62%),
    radial-gradient(760px 460px at 90% 18%, rgba(43,196,227,.10), transparent 58%),
    radial-gradient(740px 520px at 80% 92%, rgba(29,43,45,.08), transparent 56%),
    linear-gradient(180deg,#ffffff 0%, #fbfbfc 60%, #ffffff 100%);
}

.about-home::before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(60% 55% at 50% 40%, rgba(255,184,74,.12), transparent 72%),
    repeating-linear-gradient(135deg,
      rgba(255,184,74,.06) 0 12px,
      rgba(255,184,74,0) 12px 32px);
  opacity:.75;
  pointer-events:none;
  mask-image: radial-gradient(60% 55% at 50% 35%, #000 0%, transparent 72%);
}

.about-home__wrap{
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--px);
  position: relative;
}

/* Head */
.about-home__head{
  max-width: 78ch;
  margin-bottom: 22px;
}

.about-home__kicker{
  display:inline-flex;
  align-items:center;
  gap: 10px;
  margin: 0 0 12px;
  font-weight: 950;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(2,6,23,.70);
}
.about-home__kicker::before{
  content:"";
  width: 26px; height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--y2), var(--cyan));
  box-shadow: 0 16px 42px rgba(255,154,42,.20);
}

.about-home__title{
  margin: 0 0 10px;
  font-size: clamp(28px, 3.0vw, 44px);
  line-height: 1.06;
  letter-spacing: -0.02em;
  font-weight: 1000;
  color: var(--ink);
}

.about-home__sub{
  margin: 0;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.6;
}

.about-home__chips{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.ah-chip{
  display:inline-flex;
  align-items:center;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(15,23,42,.12);
  background: rgba(255,255,255,.78);
  color: rgba(2,6,23,.80);
  font-weight: 900;
  font-size: 12px;
}
.ah-chip:hover{ border-color: rgba(255,154,42,.35); }

/* Main grid */
.about-home__grid{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
  align-items: start;
}

.about-home__card{
  border-radius: 20px;
  border: 1px solid var(--line);
  background:
    radial-gradient(520px 280px at 16% 10%, rgba(255,184,74,.16), transparent 62%),
    radial-gradient(520px 280px at 92% 18%, rgba(43,196,227,.08), transparent 58%),
    linear-gradient(180deg, var(--paper), rgba(255,255,255,.74));
  box-shadow: var(--shadow2);
  overflow:hidden;
  position: relative;
}

.about-home__card--main{ padding: clamp(16px, 2.4vw, 22px); }
.about-home__card--side{ padding: 16px; }

.about-home__card h3{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 1000;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.about-home__card p{
  margin: 0 0 12px;
  color: rgba(2,6,23,.70);
  font-weight: 650;
  line-height: 1.6;
}

.about-home__bullets{
  display:grid;
  gap: 12px;
  margin: 12px 0 12px;
}

.ah-bullet{
  display:flex;
  gap: 12px;
  align-items:flex-start;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid rgba(15,23,42,.10);
  background: rgba(255,255,255,.72);
}

.ah-ico{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display:grid;
  place-items:center;
  font-weight: 1000;
  color: rgba(2,6,23,.92);
  background:
    radial-gradient(18px 18px at 30% 30%, rgba(255,255,255,.55), transparent 70%),
    linear-gradient(180deg, var(--y2), var(--y4));
  box-shadow: 0 18px 42px rgba(2,6,23,.12), 0 0 0 6px rgba(255,184,74,.14);
  flex: 0 0 auto;
  margin-top: 1px;
}

.ah-title{
  font-weight: 950;
  color: rgba(2,6,23,.88);
  margin-bottom: 2px;
  letter-spacing: -0.01em;
}
.ah-text{
  color: rgba(2,6,23,.66);
  font-weight: 650;
  line-height: 1.5;
  font-size: 13.5px;
}

.about-home__tags{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.ah-tag{
  display:inline-flex;
  align-items:center;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255,184,74,.28);
  background: rgba(255,184,74,.14);
  color: rgba(2,6,23,.84);
  font-weight: 900;
  font-size: 12px;
}

.about-home__seo{
  margin: 14px 0 0 !important;
  padding-top: 12px;
  border-top: 1px dashed rgba(15,23,42,.14);
  color: rgba(2,6,23,.72);
}

/* Side highlights */
.ah-highlight{
  border-radius: 16px;
  padding: 12px 14px;
  background:
    radial-gradient(160px 90px at 18% 18%, rgba(255,184,74,.16), transparent 65%),
    rgba(255,255,255,.76);
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 14px 40px rgba(15,23,42,.06);
}
.ah-highlight + .ah-highlight{ margin-top: 12px; }

.ah-k{
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(2,6,23,.64);
}
.ah-v{
  font-weight: 1000;
  color: rgba(2,6,23,.88);
  margin-top: 2px;
  letter-spacing: -0.01em;
}

.ah-note{
  margin-top: 12px;
  border-radius: 18px;
  padding: 14px;
  background:
    radial-gradient(260px 140px at 18% 20%, rgba(43,196,227,.10), transparent 60%),
    linear-gradient(90deg, rgba(29,43,45,.92), rgba(29,43,45,.78));
  border: 1px solid rgba(43,196,227,.18);
  box-shadow: 0 22px 70px rgba(2,6,23,.14);
  overflow:hidden;
}
.ah-note h3{
  margin: 0 0 8px;
  color: rgba(255,255,255,.96);
  font-weight: 1000;
  letter-spacing: -0.01em;
  font-size: 16px;
}
.ah-note p{
  margin: 0 0 12px;
  color: rgba(255,255,255,.74);
  font-weight: 650;
  line-height: 1.55;
}

.ah-call{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  text-decoration:none;
  border-radius: 999px;
  padding: 12px 14px;
  color: rgba(2,6,23,.92);
  font-weight: 1000;
  background:
    radial-gradient(18px 18px at 30% 30%, rgba(255,255,255,.55), transparent 70%),
    linear-gradient(90deg, var(--y2), var(--y4));
  box-shadow: 0 18px 56px rgba(0,0,0,.22), 0 0 0 7px rgba(255,184,74,.14);
  transition: transform .22s var(--ease), box-shadow .22s var(--ease);
}
.ah-call:hover{
  transform: translateY(-2px);
  box-shadow: 0 26px 78px rgba(0,0,0,.26), 0 0 0 8px rgba(255,184,74,.16);
}
.ah-call:focus-visible{ outline: 3px solid rgba(255,184,74,.55); outline-offset: 4px; }

/* Gallery */
.about-home__gallery{ margin-top: 22px; }

.ah-ghead{
  display:flex;
  align-items:flex-end;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}
.ah-ghead h3{
  margin: 0;
  font-size: 18px;
  font-weight: 1000;
  letter-spacing: -0.01em;
}
.ah-ghead p{
  margin: 0;
  color: rgba(2,6,23,.64);
  font-weight: 650;
}

.ah-grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
}

.ah-grid > *{
  grid-column: span 4;
  border-radius: 18px;
  border: 1px solid rgba(15,23,42,.12);
  overflow:hidden;
  background: rgba(255,255,255,.80);
  box-shadow: 0 16px 52px rgba(2,6,23,.08);
}

/* If JS injects <a><img/></a> or <figure><img/></figure> */
.ah-grid a, .ah-grid figure{ display:block; margin:0; }
.ah-grid img{
  width:100%;
  height: 100%;
  display:block;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  transform: scale(1.001);
  transition: transform .35s var(--ease), filter .35s var(--ease);
}
.ah-grid a:hover img{ transform: scale(1.04); filter: saturate(1.05); }

/* Responsive */
@media (max-width: 980px){
  .about-home__grid{ grid-template-columns: 1fr; }
  .ah-grid > *{ grid-column: span 6; }
  .ah-ghead{ align-items:flex-start; flex-direction: column; }
}
@media (max-width: 620px){
  .ah-grid > *{ grid-column: span 12; }
  .ah-bullet{ padding: 11px; }
}
@media (prefers-reduced-motion: reduce){
  .ah-call, .ah-grid img{ transition: none; }
}

/* core services */

/* CORE SERVICES */
.core-services{
  padding: clamp(70px, 8vw, 120px) 20px;
  background: linear-gradient(180deg,#f8fafc 0%,#ffffff 100%);
}

.core-wrap{
  max-width: 1200px;
  margin: 0 auto;
}

.core-head{
  text-align: center;
  margin-bottom: 60px;
}

.core-title{
  font-size: clamp(32px, 3vw, 44px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
  color: #0f172a;
}

.core-sub{
  max-width: 700px;
  margin: 0 auto;
  font-size: 16px;
  color: #475569;
  line-height: 1.6;
}

.core-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 28px;
}

.core-card{
  position: relative;
  padding: 32px 26px 70px;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 18px 45px rgba(15,23,42,.08);
  border: 1px solid rgba(15,23,42,.06);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  overflow: hidden;
}

.core-card::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg,#1d2b2d,#2bc4e3);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}

.core-card h3{
  font-size: 20px;
  margin: 0 0 14px;
  font-weight: 700;
  color: #0f172a;
}

.core-card p{
  font-size: 14.5px;
  line-height: 1.6;
  color: #64748b;
  margin: 0;
}

.core-btn{
  position: absolute;
  bottom: 22px;
  left: 26px;
  display: inline-block;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  border-radius: 40px;
  text-decoration: none;
  background: #1d2b2d;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
  transition: all .3s ease;
}

.core-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(15,23,42,.15);
  border-color: rgba(43,196,227,.4);
}

.core-card:hover::before{
  transform: scaleX(1);
}

.core-card:hover .core-btn{
  opacity: 1;
  transform: translateY(0);
  background: linear-gradient(90deg,#1d2b2d,#2bc4e3);
}

@media (max-width: 768px){
  .core-card{
    padding: 26px 20px 65px;
  }
}/* actions */
.core-actions{ display:flex; justify-content:center; margin-top: 26px; }
.core-toggle{
  border: 0;
  cursor: pointer;
  padding: 12px 18px;
  border-radius: 999px;
  font-weight: 700;
  background: linear-gradient(90deg,#1d2b2d,#2bc4e3);
  color:#fff;
  box-shadow: 0 14px 28px rgba(15,23,42,.14);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
}
.core-toggle:hover{ transform: translateY(-2px); box-shadow: 0 18px 40px rgba(15,23,42,.18); }
.core-toggle:active{ transform: translateY(0); }
.core-toggle:focus-visible{ outline: 3px solid rgba(43,196,227,.45); outline-offset: 3px; }
.core-toggle[hidden]{ display:none; }

/* why choose */

/* WHY CHOOSE US — Warm Corporate Yellow (block-only, drop-in) */
.why-electric{
  --wrap: 1180px;
  --px: clamp(16px, 3vw, 28px);

  --ink: rgba(3, 7, 18, .92);
  --muted: rgba(3, 7, 18, .68);

  --deep: #1d2b2d;  /* your dark green/teal */
  --cyan: #2bc4e3;

  /* warm yellows */
  --y1: #ffe08a;
  --y2: #ffc85a;
  --y3: #ffb13a;
  --y4: #ff9a2a;

  --paper: rgba(255,255,255,.90);
  --glass: rgba(255,255,255,.78);
  --line: rgba(15,23,42,.10);

  --shadow: 0 22px 70px rgba(2, 6, 23, .14);
  --shadow2: 0 16px 52px rgba(2, 6, 23, .10);
  --ease: cubic-bezier(.2,.9,.2,1);

  padding: clamp(70px, 8vw, 120px) 0;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(900px 540px at 14% 14%, rgba(255,154,42,.16), transparent 62%),
    radial-gradient(860px 520px at 88% 12%, rgba(43,196,227,.10), transparent 58%),
    radial-gradient(720px 520px at 82% 92%, rgba(29,43,45,.10), transparent 56%),
    linear-gradient(180deg,#ffffff 0%, #fbfbfc 58%, #ffffff 100%);
}

.why-electric::before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(60% 55% at 50% 40%, rgba(255,184,74,.14), transparent 72%),
    repeating-linear-gradient(135deg,
      rgba(255,184,74,.08) 0 12px,
      rgba(255,184,74,0) 12px 32px);
  opacity:.78;
  pointer-events:none;
  mask-image: radial-gradient(60% 55% at 50% 40%, #000 0%, transparent 72%);
}

.why-wrap{
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 var(--px);
  position: relative;
}

.why-head{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 22px;
  align-items: center;
  margin-bottom: 26px;
}

.why-brand{
  display:flex;
  gap: 16px;
  align-items: center;
}

.why-logo{
  width: 92px;
  height: 92px;
  object-fit: contain;
  border-radius: 18px;
  background:
    radial-gradient(28px 28px at 30% 28%, rgba(255,255,255,.75), transparent 70%),
    linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,255,255,.55));
  border: 1px solid rgba(15,23,42,.10);
  box-shadow:
    0 18px 42px rgba(2,6,23,.10),
    0 0 0 10px rgba(255,184,74,.10);
}

.why-title{
  margin: 0 0 8px;
  font-size: clamp(30px, 3vw, 44px);
  letter-spacing: -0.02em;
  line-height: 1.05;
  font-weight: 950;
  color: var(--ink);
}

.why-title::after{
  content:"";
  display:block;
  width: 64px;
  height: 10px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,154,42,.0), rgba(255,154,42,.95), rgba(43,196,227,.85));
  box-shadow: 0 18px 48px rgba(255,154,42,.22);
}

.why-sub{
  margin: 0;
  max-width: 64ch;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.6;
}

.why-sub b{
  font-weight: 950;
  color: rgba(3,7,18,.86);
  background: rgba(255,184,74,.18);
  padding: 0 .28em;
  border-radius: 8px;
  border: 1px solid rgba(255,184,74,.22);
}

.why-badges{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 12px;
  justify-self: end;
}

.why-badge{
  border-radius: 16px;
  padding: 12px 14px;
  background:
    radial-gradient(180px 90px at 20% 18%, rgba(255,184,74,.18), transparent 65%),
    linear-gradient(180deg, var(--paper), var(--glass));
  border: 1px solid var(--line);
  box-shadow: 0 18px 46px rgba(15,23,42,.08);
  position: relative;
  overflow:hidden;
  transform: translateZ(0);
}

.why-badge::before{
  content:"";
  position:absolute; inset:-1px;
  background: linear-gradient(90deg, rgba(255,184,74,0), rgba(255,184,74,.24), rgba(255,184,74,0));
  transform: translateX(-120%);
  animation: wbSweep 4.6s linear infinite;
  opacity: .7;
}

.why-badge::after{
  content:"";
  position:absolute;
  left: 10px; top: 10px;
  width: 10px; height: 10px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--y2), var(--y4));
  box-shadow: 0 0 0 6px rgba(255,184,74,.14), 0 16px 40px rgba(2,6,23,.10);
}

@keyframes wbSweep{ to{ transform: translateX(120%); } }

.wb-k{
  display:block;
  font-size: 12px;
  color: rgba(3,7,18,.62);
  font-weight: 850;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding-left: 14px;
}
.wb-v{
  display:block;
  font-size: 14px;
  font-weight: 1000;
  color: rgba(3,7,18,.92);
  margin-top: 2px;
  padding-left: 14px;
}

/* GRID */
.why-grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 18px;
  margin-top: 18px;
}

.why-card{
  position: relative;
  border-radius: 18px;
  padding: 22px 18px 18px;
  background:
    radial-gradient(420px 240px at 18% 12%, rgba(255,184,74,.18), transparent 60%),
    radial-gradient(420px 240px at 92% 18%, rgba(43,196,227,.08), transparent 58%),
    linear-gradient(180deg, var(--paper), rgba(255,255,255,.72));
  border: 1px solid var(--line);
  box-shadow: 0 18px 60px rgba(15,23,42,.10);
  overflow:hidden;
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease, filter .35s ease;
  transform: translateZ(0);
}

.why-card::before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(420px 260px at 50% 0%, rgba(255,184,74,.10), transparent 62%),
    linear-gradient(135deg, rgba(255,184,74,.08), transparent 42%, rgba(43,196,227,.06));
  opacity:.9;
  pointer-events:none;
}

.why-card::after{
  content:"";
  position:absolute;
  left:-45%;
  top:-30%;
  width: 92%;
  height: 135%;
  background: linear-gradient(90deg, rgba(255,184,74,0), rgba(255,184,74,.22), rgba(255,184,74,0));
  transform: rotate(18deg) translateX(-120%);
  transition: transform .60s ease;
  pointer-events:none;
  opacity:.85;
}

.why-ico{
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display:grid;
  place-items:center;
  color: rgba(3,7,18,.92);
  background:
    radial-gradient(24px 24px at 30% 28%, rgba(255,255,255,.58), transparent 70%),
    linear-gradient(180deg, var(--y2), var(--y4));
  box-shadow:
    0 18px 42px rgba(2,6,23,.14),
    0 0 0 7px rgba(255,184,74,.14);
  position: relative;
  z-index: 1;
}

.why-ico svg{ width: 22px; height: 22px; }

.why-card h3{
  margin: 14px 0 8px;
  font-size: 18px;
  letter-spacing: -0.01em;
  font-weight: 1000;
  color: var(--ink);
  position: relative;
  z-index: 1;
}

.why-card p{
  margin: 0;
  color: var(--muted);
  line-height: 1.62;
  font-weight: 650;
  font-size: 14.5px;
  position: relative;
  z-index: 1;
}

.why-chip{
  display:inline-flex;
  margin-top: 14px;
  padding: 8px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 1000;
  letter-spacing: .02em;
  color: rgba(3,7,18,.88);
  background: rgba(255,184,74,.18);
  border: 1px solid rgba(255,184,74,.30);
  position: relative;
  z-index: 1;
}

.why-card:hover{
  transform: translateY(-8px);
  border-color: rgba(255,184,74,.50);
  box-shadow: 0 30px 86px rgba(15,23,42,.14);
  filter: saturate(1.04);
}
.why-card:hover::after{ transform: rotate(18deg) translateX(190%); }

/* CTA BAR */
.why-cta{
  margin-top: 22px;
  border-radius: 22px;
  padding: 18px 18px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  background:
    radial-gradient(520px 220px at 18% 50%, rgba(255,184,74,.22), transparent 60%),
    linear-gradient(90deg, rgba(29,43,45,.94), rgba(29,43,45,.80));
  border: 1px solid rgba(43,196,227,.16);
  box-shadow: 0 24px 70px rgba(2,6,23,.18);
  position: relative;
  overflow:hidden;
}

.why-cta::before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(700px 240px at 25% 50%, rgba(255,184,74,.22), transparent 60%),
    linear-gradient(90deg, rgba(255,184,74,.10), transparent 40%, rgba(43,196,227,.08));
  opacity:.85;
  pointer-events:none;
}

.why-cta-title{
  font-weight: 1000;
  color: rgba(255,255,255,.96);
  letter-spacing: -0.01em;
  font-size: 16px;
  position: relative;
}
.why-cta-sub{
  margin-top: 4px;
  color: rgba(255,255,255,.74);
  font-weight: 650;
  font-size: 13px;
  position: relative;
}

/* CTA button */
.why-call{
  position: relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 16px;
  border-radius: 999px;
  text-decoration:none;
  font-weight: 1000;
  color: rgba(3,7,18,.92);
  background:
    radial-gradient(22px 22px at 30% 28%, rgba(255,255,255,.55), transparent 70%),
    linear-gradient(90deg, var(--y2), var(--y4));
  box-shadow: 0 18px 56px rgba(0,0,0,.24), 0 0 0 7px rgba(255,184,74,.14);
  transition: transform .25s ease, box-shadow .25s ease, filter .25s ease;
  white-space: nowrap;
}
.why-call:hover{
  transform: translateY(-2px);
  filter: brightness(1.02);
  box-shadow: 0 28px 84px rgba(0,0,0,.28), 0 0 0 8px rgba(255,184,74,.16);
}
.why-call:active{ transform: translateY(0); }
.why-call:focus-visible{ outline: 3px solid rgba(255,184,74,.55); outline-offset: 4px; }

/* Responsive */
@media (max-width: 980px){
  .why-head{ grid-template-columns: 1fr; }
  .why-badges{ justify-self: start; grid-template-columns: repeat(3, minmax(0,1fr)); }
  .why-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 560px){
  .why-brand{ align-items:flex-start; }
  .why-logo{ width: 72px; height: 72px; border-radius: 16px; }
  .why-badges{ grid-template-columns: 1fr; }
  .why-grid{ grid-template-columns: 1fr; }
  .why-cta{ flex-direction: column; align-items: stretch; text-align: left; }
  .why-call{ width: 100%; }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce){
  .why-badge::before{ animation: none; }
  .why-card, .why-card::after, .why-call{ transition: none; }
}
/* Testimonials — Google-style (yellow/white/black), premium + animated */
.testimonials{
  --ink: rgba(10,10,12,.92);
  --muted: rgba(10,10,12,.62);
  --card: rgba(255,255,255,.92);
  --stroke: rgba(10,10,12,.10);
  --shadow: 0 18px 60px rgba(0,0,0,.10);
  --r: 18px;
  --yellow: #FABB05;
  --yellow2: #FFD768;
  --black: #0B0B10;

  padding: clamp(56px, 7vw, 96px) 0;
  background:
    radial-gradient(900px 460px at 15% 5%, rgba(250,187,5,.18), transparent 60%),
    radial-gradient(720px 420px at 85% 15%, rgba(0,0,0,.06), transparent 60%),
    linear-gradient(180deg, #fff 0%, #fbfbfd 55%, #fff 100%);
  color: var(--ink);
}

.testimonials .container{
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 28px);
}

.t-head{ text-align: center; margin-bottom: 22px; }
.t-badge{
  display: inline-flex; align-items: center; gap: 10px;
  padding: 10px 14px;
  border: 1px solid var(--stroke);
  border-radius: 999px;
  background: rgba(255,255,255,.85);
  box-shadow: 0 10px 30px rgba(0,0,0,.06);
}
.g-logo{ width: 22px; height: 22px; }
.t-badge-text{ font-weight: 800; letter-spacing: .01em; }

.t-title{
  margin: 14px auto 8px;
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.05;
  letter-spacing: -.02em;
  font-weight: 900;
  color: var(--black);
}
.t-sub{
  margin: 0 auto;
  max-width: 68ch;
  font-size: 15px;
  color: var(--muted);
  font-weight: 650;
}

.t-summary{
  margin: 16px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.t-score{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid var(--stroke);
  border-radius: 14px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 12px 34px rgba(0,0,0,.07);
}
.t-score-num{ font-size: 22px; font-weight: 950; color: var(--black); }
.t-stars{ display:inline-flex; gap: 2px; }
.star{ color: var(--yellow); text-shadow: 0 6px 18px rgba(250,187,5,.28); }
.t-score-meta{ color: var(--muted); font-weight: 700; font-size: 13px; }

.t-btn{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,.16);
  background: linear-gradient(180deg, #111 0%, #0b0b10 100%);
  color: #fff;
  font-weight: 900;
  letter-spacing: .01em;
  text-decoration: none;
  box-shadow: 0 18px 44px rgba(0,0,0,.18);
  transform: translateZ(0);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
  position: relative;
  overflow: hidden;
}
.t-btn:before{
  content:"";
  position:absolute; inset:-2px;
  background: radial-gradient(240px 120px at 20% 0%, rgba(250,187,5,.35), transparent 60%);
  opacity:.9;
  pointer-events:none;
}
.t-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 26px 70px rgba(0,0,0,.24);
  filter: brightness(1.02);
}
.t-btn:active{ transform: translateY(0); }
.t-btn-arrow{ font-size: 18px; opacity: .9; }

.t-btn--big{
  padding: 14px 18px;
  border-radius: 16px;
  background: linear-gradient(180deg, #111 0%, #0b0b10 100%);
}
.t-btn--big:before{
  background: radial-gradient(340px 160px at 20% 0%, rgba(255,215,104,.42), transparent 62%);
}

.t-grid{
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 14px;
  margin-top: 18px;
}
.t-card{
  grid-column: span 4;
  border-radius: var(--r);
  border: 1px solid var(--stroke);
  background: var(--card);
  box-shadow: var(--shadow);
  padding: 16px 16px 14px;
  position: relative;
  overflow: hidden;
}
.t-card:before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(280px 140px at 10% 0%, rgba(250,187,5,.18), transparent 60%),
    radial-gradient(260px 140px at 90% 10%, rgba(0,0,0,.06), transparent 62%);
  opacity: .9;
  pointer-events:none;
}
.t-card-head{
  display:flex; align-items:center; gap: 12px;
  margin-bottom: 10px;
  position: relative;
}
.avatar{
  width: 42px; height: 42px;
  border-radius: 999px;
  display:grid; place-items:center;
  background: radial-gradient(24px 24px at 35% 30%, var(--yellow2), var(--yellow));
  color: #111;
  font-weight: 950;
  border: 1px solid rgba(0,0,0,.14);
  box-shadow: 0 14px 34px rgba(250,187,5,.22);
}
.avatar span{ font-size: 13px; letter-spacing: .04em; }
.t-who{ min-width: 0; }
.t-name{
  font-weight: 950;
  color: var(--black);
  line-height: 1.1;
}
.t-meta{
  display:flex; align-items:center; gap: 10px;
  margin-top: 2px;
  color: var(--muted);
  font-weight: 750;
  font-size: 12.5px;
}
.t-stars-mini{ color: var(--yellow); letter-spacing: 1px; text-shadow: 0 6px 18px rgba(250,187,5,.22); }
.t-text{
  margin: 0;
  color: rgba(10,10,12,.78);
  font-weight: 650;
  line-height: 1.5;
  position: relative;
}

.t-footer{
  margin-top: 18px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--stroke);
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  box-shadow: 0 16px 50px rgba(0,0,0,.08);
}
.t-footer-note{
  color: var(--muted);
  font-weight: 750;
  max-width: 68ch;
}

@media (max-width: 980px){
  .t-card{ grid-column: span 6; }
  .t-footer{ flex-direction: column; align-items: stretch; text-align: center; }
  .t-footer-note{ max-width: none; }
}
@media (max-width: 620px){
  .t-card{ grid-column: span 12; }
  .t-summary{ gap: 10px; }
  .t-score{ width: 100%; justify-content: center; }
  .t-btn{ width: 100%; justify-content: center; }
}

/* Animations (retention) */
.reveal{
  opacity: 0;
  transform: translateY(14px) scale(.985);
  transition: opacity .55s ease, transform .55s ease;
  will-change: opacity, transform;
}
.reveal.is-in{
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* subtle hover lift */
.t-card{
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.t-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 24px 70px rgba(0,0,0,.14);
  border-color: rgba(0,0,0,.16);
}

/* motion-safe */
@media (prefers-reduced-motion: reduce){
  .reveal, .t-btn, .t-card{ transition: none !important; }
}

/* areas we serve */

/* Service Areas — match premium light theme */
.service-areas{
  --ink: rgba(2, 6, 23, .92);
  --muted: rgba(2, 6, 23, .62);
  --stroke: rgba(15, 23, 42, .10);
  --card: rgba(255,255,255,.88);
  --shadow: 0 18px 60px rgba(2, 6, 23, .10);
  --r: 18px;
  --accent: #2bc4e3;
  --deep: #1d2b2d;

  padding: clamp(56px, 7vw, 96px) 0;
  background:
    radial-gradient(900px 420px at 20% 10%, rgba(43,196,227,.12), transparent 60%),
    radial-gradient(740px 420px at 90% 22%, rgba(29,43,45,.08), transparent 60%),
    linear-gradient(180deg, #ffffff 0%, #fbfbfd 55%, #ffffff 100%);
  color: var(--ink);
}
.service-areas .container{
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 28px);
}

.sa-head{ text-align: center; margin-bottom: 18px; }
.sa-title{
  margin: 0 0 10px;
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.05;
  letter-spacing: -.02em;
  font-weight: 900;
}
.sa-sub{
  margin: 0 auto;
  max-width: 78ch;
  font-size: 15px;
  color: var(--muted);
  font-weight: 650;
}

.sa-grid{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
  align-items: start;
}

.sa-copy{
  border: 1px solid var(--stroke);
  border-radius: var(--r);
  background: var(--card);
  box-shadow: var(--shadow);
  padding: 18px;
  position: relative;
  overflow: hidden;
}
.sa-copy:before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(420px 200px at 10% 0%, rgba(43,196,227,.14), transparent 60%),
    radial-gradient(420px 220px at 90% 10%, rgba(29,43,45,.08), transparent 65%);
  opacity: .9;
  pointer-events:none;
}
.sa-p{
  margin: 0 0 12px;
  color: rgba(2, 6, 23, .78);
  font-weight: 650;
  line-height: 1.55;
  position: relative;
}

.sa-chips{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 6px;
  margin-bottom: 14px;
  position: relative;
}
.sa-chip{
  display:inline-flex;
  align-items:center;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(43,196,227,.28);
  background: rgba(43,196,227,.08);
  color: rgba(2,6,23,.84);
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: .01em;
}

.sa-qa{
  margin-top: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--stroke);
  position: relative;
}
.sa-qa-title{
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 950;
  color: rgba(2,6,23,.90);
}

.sa-map{
  border: 1px solid var(--stroke);
  border-radius: var(--r);
  background: rgba(255,255,255,.90);
  box-shadow: var(--shadow);
  padding: 14px;
  position: sticky;
  top: 92px; /* works with sticky header */
  overflow: hidden;
}
.sa-map-top{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.sa-map-title{
  font-weight: 950;
  letter-spacing: -.01em;
}
.sa-map-pill{
  font-size: 12px;
  font-weight: 900;
  padding: 7px 10px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, .10);
  background: rgba(29,43,45,.06);
  color: rgba(2,6,23,.78);
}

.sa-map-frame{
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, .12);
  background: #eef2f6;
  height: 300px;
}
.sa-map-frame iframe{
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(1.05) contrast(1.02);
}

/* “radius” highlight overlay */
.sa-ring{
  position:absolute;
  left: 50%;
  top: 54%;
  width: 375px;
  height: 375px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  border: 2px solid rgba(43,196,227,.55);
  box-shadow: 0 0 0 999px rgba(255,255,255,.0);
  background: radial-gradient(circle, rgba(43,196,227,.16), rgba(43,196,227,.06) 55%, rgba(43,196,227,0) 70%);
  pointer-events: none;
  animation: saPulse 2.8s ease-in-out infinite;
}
.sa-dot{
  position:absolute;
  left: 50%;
  top: 54%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background: #2bc4e3;
  box-shadow: 0 10px 30px rgba(43,196,227,.35);
  pointer-events: none;
}

@keyframes saPulse{
  0%,100%{ transform: translate(-50%,-50%) scale(1); opacity: .95; }
  50%{ transform: translate(-50%,-50%) scale(1.06); opacity: .78; }
}

.sa-map-cta{
  margin-top: 10px;
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  text-decoration:none;
  font-weight: 950;
  color: #fff;
  background: linear-gradient(180deg, var(--deep) 0%, #0f1718 100%);
  border: 1px solid rgba(0,0,0,.18);
  box-shadow: 0 18px 44px rgba(2,6,23,.18);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}
.sa-map-cta:hover{
  transform: translateY(-2px);
  box-shadow: 0 26px 70px rgba(2,6,23,.24);
  filter: brightness(1.02);
}
.sa-map-cta:active{ transform: translateY(0); }

.sa-mini-note{
  margin-top: 10px;
  color: var(--muted);
  font-weight: 650;
  font-size: 12.8px;
  line-height: 1.45;
}

@media (max-width: 980px){
  .sa-grid{ grid-template-columns: 1fr; }
  .sa-map{ position: relative; top: auto; }
  .sa-map-frame{ height: 240px; }
}
@media (prefers-reduced-motion: reduce){
  .sa-ring, .sa-map-cta{ animation: none !important; transition: none !important; }
}

/* CTA FINAL */

/* CTA Call — Yellow/Black, punchy, premium */
.cta-call{
  --ink: rgba(10,10,12,.92);
  --muted: rgba(10,10,12,.70);
  --stroke: rgba(10,10,12,.14);
  --r: 20px;

  --y: #FABB05;      /* Google yellow */
  --y2:#FFD768;
  --blk:#0B0B10;

  padding: clamp(56px, 7vw, 96px) 0;
  background:
    radial-gradient(900px 420px at 15% 15%, rgba(250,187,5,.26), transparent 60%),
    radial-gradient(700px 420px at 85% 25%, rgba(0,0,0,.10), transparent 60%),
    linear-gradient(180deg, #fff 0%, #fbfbfd 55%, #fff 100%);
}

.cta-call .container{
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 clamp(16px, 3vw, 28px);
}

.cta-shell{
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 16px;
  align-items: stretch;

  border-radius: calc(var(--r) + 6px);
  border: 1px solid rgba(10,10,12,.10);
  overflow: hidden;

  background:
    radial-gradient(520px 280px at 12% 15%, rgba(250,187,5,.22), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.92) 0%, rgba(255,255,255,.86) 100%);
  box-shadow: 0 26px 90px rgba(0,0,0,.14);
  position: relative;
}

.cta-shell:before{
  content:"";
  position:absolute; inset: 0;
  background:
    radial-gradient(720px 320px at 90% 0%, rgba(250,187,5,.16), transparent 60%),
    radial-gradient(520px 260px at 20% 100%, rgba(0,0,0,.07), transparent 58%);
  pointer-events:none;
}

.cta-copy, .cta-actions{ position: relative; padding: 22px; }

.cta-title{
  margin: 0 0 10px;
  font-size: clamp(26px, 3.2vw, 44px);
  line-height: 1.05;
  letter-spacing: -.02em;
  font-weight: 950;
  color: var(--blk);
}

.cta-sub{
  margin: 0 0 14px;
  color: var(--muted);
  font-weight: 650;
  line-height: 1.5;
  max-width: 62ch;
}

.cta-points{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}
.cta-points li{
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  color: rgba(10,10,12,.82);
}
.cta-points .dot{
  width: 10px; height: 10px;
  border-radius: 999px;
  background: var(--y);
  box-shadow: 0 12px 26px rgba(250,187,5,.34);
  border: 1px solid rgba(0,0,0,.10);
}

.cta-actions{
  border-left: 1px solid rgba(10,10,12,.10);
  display: grid;
  gap: 14px;
  align-content: center;
  background:
    radial-gradient(420px 220px at 60% 20%, rgba(255,215,104,.25), transparent 60%),
    linear-gradient(180deg, rgba(250,187,5,.12) 0%, rgba(255,255,255,.60) 100%);
}

.cta-btn{
  text-decoration: none;
  border-radius: 18px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(0,0,0,.18);
  background: linear-gradient(180deg, #111 0%, #0b0b10 100%);
  color: #fff;
  box-shadow: 0 24px 70px rgba(0,0,0,.22);
  transform: translateZ(0);
  position: relative;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.cta-btn:before{
  content:"";
  position:absolute; inset:-2px;
  background:
    radial-gradient(360px 160px at 20% 0%, rgba(250,187,5,.48), transparent 60%),
    radial-gradient(280px 140px at 90% 20%, rgba(255,215,104,.22), transparent 62%);
  opacity: .95;
  pointer-events:none;
}

.cta-btn:hover{
  transform: translateY(-2px);
  box-shadow: 0 34px 96px rgba(0,0,0,.30);
  filter: brightness(1.03);
}
.cta-btn:active{ transform: translateY(0); }

.cta-btn-top{
  display:block;
  font-weight: 950;
  letter-spacing: .02em;
  opacity: .92;
}
.cta-btn-main{
  display:block;
  font-weight: 1000;
  font-size: 26px;
  letter-spacing: .02em;
  margin-top: 2px;
}
.cta-btn-sub{
  display:block;
  margin-top: 6px;
  font-weight: 750;
  color: rgba(255,255,255,.78);
  font-size: 13px;
}

.cta-trust{
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
}
.pill{
  display:inline-flex;
  align-items:center;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: rgba(255,255,255,.75);
  color: rgba(10,10,12,.82);
  font-weight: 900;
  font-size: 12.5px;
}

/* subtle pulse to push calls (motion-safe) */
@media (prefers-reduced-motion: no-preference){
  .cta-btn{
    animation: ctaPulse 2.6s ease-in-out infinite;
  }
  @keyframes ctaPulse{
    0%,100%{ box-shadow: 0 24px 70px rgba(0,0,0,.22); }
    50%{ box-shadow: 0 34px 96px rgba(0,0,0,.28); }
  }
}

@media (max-width: 980px){
  .cta-shell{ grid-template-columns: 1fr; }
  .cta-actions{ border-left: 0; border-top: 1px solid rgba(10,10,12,.10); }
  .cta-btn-main{ font-size: 24px; }
}
