/* =========================================================================
   MAP WINNERS — Local SEO / GEO agency
   Reference: Lumora — dark 3D "stage" hero, floating glossy UI cards,
   chunky color-block stats + ledger-line headlines, checkerboard motif,
   big two-tone footer headline. Green (#CBD25E) + ink dominant; purple accent.
   ========================================================================= */

:root {
  /* palette */
  --ink:        #0f0e15;   /* near-black, faint purple undertone */
  --ink-2:      #17151f;
  --ink-3:      #221f2e;
  --paper:      #ffffff;
  --cream:      #f4f2ea;
  --lavender:   #eeecfa;   /* light purple-tinted section bg (Lumora sec 2) */
  --lavender-2: #e6e2f7;

  --green:      #cbd25e;   /* brand lime */
  --green-bri:  #d7de6d;   /* brighter for glows on dark */
  --green-deep: #a7ae3d;

  --purple:     #4a3d8f;   /* mid accent */
  --purple-card:#5a49a8;   /* stat / featured card */
  --purple-deep:#221a44;   /* deep band */
  --lilac:      #c5baf0;   /* soft text on dark */

  --grey-txt:   #5c5c66;
  --grey-line:  #e7e6ef;
  --grey-line-2:#d7d5e4;
  --dk-line:    #2a2733;

  /* type */
  --display: "Anton", "Arial Narrow", sans-serif;
  --ui:      "Space Grotesk", system-ui, sans-serif;
  --body:    "Inter Tight", system-ui, sans-serif;

  --wrap: 1200px;
  --r-sm: 10px;
  --r:    16px;
  --r-lg: 24px;
  --r-xl: 30px;
  --ease: cubic-bezier(.22,.61,.36,1);
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--body);
  font-weight: 450;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; color: inherit; }
ul { list-style: none; padding: 0; }
h1,h2,h3,h4 { line-height: 1.05; font-weight: 400; }

.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }

a:focus-visible, button:focus-visible, input:focus-visible, summary:focus-visible {
  outline: 3px solid var(--green);
  outline-offset: 2px;
  border-radius: 3px;
}

/* ---------- shared type ---------- */
.eyebrow {
  font-family: var(--ui);
  font-weight: 600;
  font-size: .78rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--grey-txt);
  margin-bottom: 18px;
}
.eyebrow-light { color: var(--green-deep); }

.section-title {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: clamp(2.4rem, 6vw, 4.8rem);
  letter-spacing: .005em;
  color: var(--ink);
}
.section-title.light { color: var(--paper); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--ui);
  font-weight: 600;
  font-size: .95rem;
  letter-spacing: .01em;
  padding: 14px 26px;
  border-radius: 100px;
  transition: transform .18s var(--ease), background .18s var(--ease), color .18s var(--ease), box-shadow .18s var(--ease);
  white-space: nowrap;
  border: 2px solid transparent;
}
.btn-lg { padding: 17px 34px; font-size: 1.02rem; }
.btn-block { width: 100%; }
.btn:hover { transform: translateY(-2px); }

.btn-green { background: var(--green); color: var(--ink); box-shadow: 0 10px 24px -10px rgba(203,210,94,.7); }
.btn-green:hover { background: var(--green-bri); box-shadow: 0 14px 30px -10px rgba(203,210,94,.85); }

.btn-dark { background: rgba(255,255,255,.08); color: var(--paper); border-color: rgba(255,255,255,.22); backdrop-filter: blur(4px); }
.btn-dark:hover { background: rgba(255,255,255,.16); border-color: rgba(255,255,255,.4); }

.btn-ink { background: var(--ink); color: var(--paper); }
.btn-ink:hover { background: var(--ink-3); }

.btn-ghost-light { background: transparent; color: var(--paper); border-color: rgba(255,255,255,.5); }
.btn-ghost-light:hover { background: var(--paper); color: var(--ink); border-color: var(--paper); }

/* =========================================================================
   HEADER — floating pill
   ========================================================================= */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 16px 20px 0;
}
.header-inner {
  display: flex;
  align-items: center;
  gap: 22px;
  height: 66px;
  max-width: var(--wrap);
  margin: 0 auto;
  padding: 0 14px 0 22px;
  background: rgba(255,255,255,.9);
  backdrop-filter: saturate(160%) blur(14px);
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 100px;
  box-shadow: 0 14px 40px -18px rgba(15,14,21,.4);
}
.logo { display: flex; align-items: center; gap: 11px; flex-shrink: 0; }
.logo-img { height: 38px; width: auto; display: block; }
.logo-footer .logo-img { height: 42px; }
.logo-mark { width: 34px; height: auto; }
.logo-word { display: flex; flex-direction: column; line-height: .82; }
.logo-map {
  font-family: var(--display);
  font-size: 1.42rem;
  letter-spacing: .02em;
  color: var(--green-deep);
}
.logo-win {
  font-family: var(--ui);
  font-weight: 700;
  font-size: .72rem;
  letter-spacing: .34em;
  color: var(--ink);
  padding-left: 2px;
}
.logo-win-light { color: var(--cream); }

.main-nav { margin-left: 4px; }
.nav-list { display: flex; align-items: center; gap: 2px; }
.nav-link {
  font-family: var(--ui);
  font-weight: 500;
  font-size: .93rem;
  color: var(--ink-2);
  padding: 9px 13px;
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color .15s, background .15s;
}
.nav-link:hover { color: var(--ink); background: var(--lavender); }
.caret {
  width: 7px; height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  transition: transform .2s;
  opacity: .55;
}
.has-menu { position: relative; }
.has-menu:hover .caret, .has-menu:focus-within .caret { transform: rotate(-135deg) translateY(-2px); }

.dropdown {
  position: absolute;
  top: calc(100% + 12px);
  left: 0;
  min-width: 290px;
  background: var(--paper);
  border: 1px solid var(--grey-line);
  border-radius: var(--r-lg);
  box-shadow: 0 24px 60px -20px rgba(15,14,21,.32);
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity .18s, transform .18s, visibility .18s;
}
.has-menu:hover .dropdown,
.has-menu:focus-within .dropdown,
.dropdown.open { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown a {
  display: block;
  font-family: var(--ui);
  font-size: .92rem;
  font-weight: 500;
  color: var(--ink-2);
  padding: 11px 14px;
  border-radius: var(--r-sm);
  transition: background .14s, color .14s, padding-left .14s;
}
.dropdown a:hover { background: var(--lavender); color: var(--ink); padding-left: 20px; }

.header-cta { display: flex; align-items: center; gap: 14px; margin-left: auto; }
.call-link { display: flex; flex-direction: column; line-height: 1.15; text-align: right; }
.call-label {
  font-family: var(--ui);
  font-size: .64rem;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--grey-txt);
}
.call-num { font-family: var(--ui); font-weight: 600; font-size: .9rem; color: var(--ink); }

.hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: auto; }
.hamburger span { width: 26px; height: 2.5px; background: var(--ink); border-radius: 2px; transition: transform .25s, opacity .2s; }
.hamburger.active span:nth-child(1) { transform: translateY(7.5px) rotate(45deg); }
.hamburger.active span:nth-child(2) { opacity: 0; }
.hamburger.active span:nth-child(3) { transform: translateY(-7.5px) rotate(-45deg); }

/* ---------- mobile menu ---------- */
.mobile-menu {
  position: fixed;
  inset: 90px 0 0 0;
  background: var(--paper);
  z-index: 99;
  overflow-y: auto;
  padding: 20px 24px 48px;
  animation: fadein .2s var(--ease);
}
@keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
.mobile-menu nav { display: flex; flex-direction: column; gap: 4px; }
.m-link, .m-group > summary {
  font-family: var(--ui);
  font-weight: 600;
  font-size: 1.15rem;
  padding: 15px 6px;
  border-bottom: 1px solid var(--grey-line);
  color: var(--ink);
}
.m-group > summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.m-group > summary::-webkit-details-marker { display: none; }
.m-group > summary::after { content: "+"; font-family: var(--ui); font-weight: 400; font-size: 1.5rem; color: var(--green-deep); }
.m-group[open] > summary::after { content: "–"; }
.m-group a { display: block; font-family: var(--body); font-size: 1rem; padding: 11px 16px; color: var(--grey-txt); }
.m-group a:hover { color: var(--ink); }
.m-call { font-family: var(--ui); font-weight: 600; font-size: 1.1rem; padding: 18px 6px 10px; color: var(--ink); }
.mobile-menu .btn { margin-top: 12px; }

/* =========================================================================
   HERO — dark 3D stage
   ========================================================================= */
.hero {
  position: relative;
  background: var(--ink);
  color: var(--paper);
  overflow: hidden;
  isolation: isolate;
  margin-top: -98px;              /* pull under the floating pill nav */
  padding: 170px 0 90px;
}
.hero-grid-bg {
  position: absolute; inset: 0; z-index: -2;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: radial-gradient(120% 80% at 50% 20%, #000 45%, transparent 100%);
}
.hero-aura {
  position: absolute; inset: 0; z-index: -1; pointer-events: none;
}
/* prominent vertical green beam of light behind the headline */
.hero-aura::before {
  content: ""; position: absolute;
  left: 50%; top: 46%;
  width: min(680px, 90%); height: 132%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(24% 46% at 50% 40%, rgba(220,226,122,.60), rgba(203,210,94,.16) 58%, transparent 80%),
    radial-gradient(62% 62% at 50% 52%, rgba(203,210,94,.22), transparent 74%);
  filter: blur(3px);
}
/* softer purple ambient, kept low so green dominates */
.hero-aura::after {
  content: ""; position: absolute;
  width: 560px; height: 560px; left: 6%; bottom: -200px;
  background: radial-gradient(circle, rgba(90,73,168,.30), transparent 64%);
}

.hero-inner { position: relative; min-height: 560px; }

/* centered content */
.hero-content { position: relative; z-index: 3; max-width: 820px; margin: 0 auto; text-align: center; }
.hero-eyebrow {
  display: inline-block;
  font-family: var(--ui); font-weight: 600;
  font-size: .74rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--green-bri);
  background: rgba(203,210,94,.1);
  border: 1px solid rgba(203,210,94,.3);
  padding: 8px 16px; border-radius: 100px;
  margin-bottom: 26px;
}
.hero-title {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: clamp(2.9rem, 8vw, 6.6rem);
  line-height: .95;
  letter-spacing: .002em;
  margin-bottom: 24px;
}
.hero-title .hl { color: var(--green); }
.hero-sub {
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
  color: rgba(255,255,255,.8);
  max-width: 600px; margin: 0 auto 32px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-bottom: 28px; }
.hero-trust { display: flex; align-items: center; justify-content: center; gap: 11px; font-size: .93rem; color: rgba(255,255,255,.72); flex-wrap: wrap; }
.hero-trust strong { color: var(--paper); font-weight: 600; }
.stars { color: var(--green); letter-spacing: 2px; }
.stars.small { font-size: .85rem; }

/* the stage + floating cards (full-bleed within .hero) */
.hero-stage { position: absolute; inset: 0; z-index: 1; pointer-events: none; }

.float { position: absolute; }
.float.card-maps, .float.card-rank, .float.card-reviews, .float.card-ai {
  background: linear-gradient(160deg, rgba(40,37,54,.96), rgba(22,20,30,.96));
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--r);
  box-shadow: 0 26px 50px -20px rgba(0,0,0,.75);
  padding: 14px;
  backdrop-filter: blur(4px);
}
.card-maps { left: 4%; top: 24%; width: 172px; transform: rotate(-5deg); }
.fm-head { display: flex; align-items: center; gap: 7px; font-family: var(--ui); font-weight: 600; font-size: .78rem; color: #fff; margin-bottom: 9px; }
.fm-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px var(--green); }
.fm-map {
  position: relative; height: 90px; border-radius: 10px;
  background:
    linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px) 0 0 / 100% 22px,
    linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px) 0 0 / 22px 100%,
    #201d2b;
  overflow: hidden;
}
.fm-route { position: absolute; left: 12px; right: 30px; top: 60%; height: 3px; background: linear-gradient(90deg, transparent, var(--green)); border-radius: 3px; }
.fm-pin { position: absolute; right: 26px; top: 26px; width: 16px; height: 16px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--green); box-shadow: 0 0 12px rgba(203,210,94,.8); }

.card-rank { right: 5%; top: 26%; width: 128px; text-align: center; transform: rotate(5deg); display: flex; flex-direction: column; align-items: center; gap: 2px; }
.rk-num { font-family: var(--display); font-size: 2.6rem; line-height: 1; color: var(--green); }
.rk-label { font-family: var(--ui); font-weight: 600; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.7); }

.card-reviews { left: 6%; bottom: 16%; width: 168px; transform: rotate(4deg); }
.rv-stars { color: var(--green); letter-spacing: 2px; font-size: 1rem; }
.rv-row { display: flex; align-items: baseline; gap: 8px; margin-top: 4px; }
.rv-score { font-family: var(--display); font-size: 1.7rem; color: #fff; line-height: 1; }
.rv-sub { font-family: var(--ui); font-size: .72rem; color: rgba(255,255,255,.6); }

.card-ai { right: 5%; bottom: 18%; width: 200px; transform: rotate(-4deg); display: flex; flex-direction: column; gap: 8px; }
.ai-q { font-family: var(--body); font-size: .82rem; color: rgba(255,255,255,.72); font-style: italic; }
.ai-a { display: inline-flex; align-items: center; gap: 6px; align-self: flex-start; font-family: var(--ui); font-weight: 600; font-size: .84rem; color: var(--ink); background: var(--green); padding: 5px 12px; border-radius: 100px; }
.ai-spark { font-size: .8rem; }

.blob { border-radius: 30% 70% 62% 38% / 45% 45% 55% 55%; }
.blob-green { left: 20%; top: 8%; width: 62px; height: 62px; background: linear-gradient(150deg, var(--green-bri), var(--green-deep)); box-shadow: 0 20px 40px -12px rgba(203,210,94,.6); transform: rotate(12deg); }
.blob-purple { right: 22%; top: 6%; width: 76px; height: 76px; border-radius: 24px; background: linear-gradient(150deg, #6b58c4, var(--purple-deep)); box-shadow: 0 22px 44px -14px rgba(90,73,168,.7); transform: rotate(-14deg); }

@media (prefers-reduced-motion: no-preference) {
  .float { animation: floaty 7s ease-in-out infinite; }
  .card-rank { animation-delay: -1.5s; }
  .card-reviews { animation-delay: -3s; }
  .card-ai { animation-delay: -4.5s; }
  .blob-green { animation-delay: -2s; }
  .blob-purple { animation-delay: -5s; }
  @keyframes floaty { 0%,100% { transform: translateY(0) rotate(var(--rot,0deg)); } 50% { transform: translateY(-14px) rotate(var(--rot,0deg)); } }
  .card-maps { --rot: -5deg; } .card-rank { --rot: 5deg; } .card-reviews { --rot: 4deg; } .card-ai { --rot: -4deg; }
  .blob-green { --rot: 12deg; } .blob-purple { --rot: -14deg; }
}

/* =========================================================================
   VALUE STRIP
   ========================================================================= */
.value-strip { background: var(--cream); }
.value-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 40px 24px; }
.value-card {
  background: var(--paper);
  border: 1px solid var(--grey-line);
  border-radius: var(--r-lg);
  padding: 34px 30px;
  transition: transform .2s var(--ease), box-shadow .2s;
}
.value-card:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -26px rgba(15,14,21,.3); }
.value-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 14px; background: var(--green); color: var(--ink); margin-bottom: 20px; }
.value-icon svg { width: 26px; height: 26px; }
.value-card h3 { font-family: var(--ui); font-weight: 700; font-size: 1.28rem; margin-bottom: 10px; }
.value-card p { color: var(--grey-txt); font-size: 1rem; }

/* =========================================================================
   IMPACT / STATS — ledger-line headline + chunky color cards
   ========================================================================= */
.impact { padding: clamp(80px, 11vw, 140px) 0; background: var(--lavender); }
.impact-inner { display: grid; grid-template-columns: 1.05fr 1fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.rule-head {
  font-family: var(--display);
  text-transform: uppercase;
  font-size: clamp(2.6rem, 6.5vw, 5.2rem);
  line-height: .96;
  margin-bottom: 30px;
}
.rule-head .line { display: block; position: relative; }
.rule-head .line::before {
  content: ""; position: absolute; left: 0; right: -30px; bottom: -1px;
  height: 2px; background: rgba(15,14,21,.16); z-index: 0;
}
.rule-head .line { padding-bottom: 6px; }
.rule-head .swatch {
  display: inline-block; width: .95em; height: .62em;
  margin: 0 .08em; vertical-align: baseline;
  border-radius: 6px;
  background: var(--green);
  box-shadow: inset 0 0 0 2px rgba(15,14,21,.12);
}
.rule-head .strike { color: var(--green-deep); }
.impact-lead { font-size: 1.15rem; margin-bottom: 18px; max-width: 520px; }
.impact-note { color: var(--grey-txt); margin-bottom: 22px; max-width: 520px; }
.impact-note strong, .impact-lead strong { color: var(--ink); font-weight: 600; }
.founder-line { font-family: var(--ui); font-size: .95rem; color: var(--ink); }
.founder-line strong { color: var(--green-deep); }

.impact-stats { display: grid; grid-template-columns: 1fr 1fr; grid-auto-rows: minmax(150px, auto); gap: 16px; }
.stat {
  border-radius: var(--r-lg);
  padding: 26px 24px;
  display: flex; flex-direction: column; justify-content: space-between;
  position: relative; overflow: hidden;
}
.stat-badge {
  position: absolute; top: 20px; right: 20px;
  width: 34px; height: 34px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(15,14,21,.12);
}
.stat-badge svg { width: 18px; height: 18px; }
.stat-num { font-family: var(--display); font-size: clamp(2.6rem, 5vw, 3.7rem); line-height: 1; }
.stat-label { font-family: var(--ui); font-weight: 500; font-size: .92rem; line-height: 1.35; max-width: 88%; }
.stat-green  { background: var(--green); color: var(--ink); grid-column: span 2; min-height: 168px; }
.stat-green .stat-num { font-size: clamp(3rem, 6vw, 4.4rem); }
.stat-purple { background: var(--purple-card); color: var(--paper); }
.stat-purple .stat-label { color: rgba(255,255,255,.88); }
.stat-purple .stat-badge { background: rgba(255,255,255,.16); color: #fff; }
.stat-ink    { background: var(--ink); color: var(--paper); }
.stat-ink .stat-num { color: var(--green); }
.stat-ink .stat-label { color: rgba(255,255,255,.82); }
.stat-ink .stat-badge { background: rgba(255,255,255,.12); color: var(--green); }
.stat-outline { background: var(--paper); border: 1.5px solid var(--grey-line-2); color: var(--ink); grid-column: span 2; }
.stat-outline .stat-label { color: var(--grey-txt); }
.stat-outline .stat-badge { background: var(--lavender); color: var(--purple); }

/* =========================================================================
   SECTION HEAD (shared)
   ========================================================================= */
.services, .industries, .results, .faq { padding: clamp(80px, 11vw, 130px) 0; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 52px; }
.section-head .section-title { line-height: .95; }
.section-desc { color: var(--grey-txt); max-width: 340px; font-size: 1.05rem; }

/* services */
.services { background: var(--paper); }
.svc-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.svc-card {
  border: 1px solid var(--grey-line);
  border-radius: var(--r-lg);
  padding: 28px 24px 30px;
  background: var(--paper);
  transition: transform .2s var(--ease), border-color .2s, box-shadow .2s;
  position: relative; overflow: hidden;
}
.svc-card:hover { transform: translateY(-5px); border-color: transparent; box-shadow: 0 26px 54px -26px rgba(15,14,21,.42); }
.svc-num { font-family: var(--ui); font-weight: 700; font-size: .82rem; color: var(--green-deep); letter-spacing: .08em; display: block; margin-bottom: 18px; }
.svc-card h3 { font-family: var(--ui); font-weight: 700; font-size: 1.14rem; line-height: 1.2; margin-bottom: 10px; }
.svc-card h3 em { font-style: normal; color: var(--grey-txt); font-weight: 500; font-size: .82em; }
.svc-card p { color: var(--grey-txt); font-size: .96rem; }
.svc-featured { background: var(--ink); color: var(--paper); border-color: var(--ink); }
.svc-featured h3 { color: var(--paper); }
.svc-featured p { color: rgba(255,255,255,.8); }
.svc-featured .svc-num { color: var(--green); }
.svc-tag { display: inline-block; margin-top: 16px; font-family: var(--ui); font-weight: 600; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink); background: var(--green); padding: 5px 12px; border-radius: 100px; }

/* =========================================================================
   GEO BAND
   ========================================================================= */
.geo-band { background: var(--purple-deep); color: var(--paper); padding: clamp(80px, 11vw, 130px) 0; }
.geo-inner { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.geo-copy .section-title { margin-bottom: 22px; }
.geo-lead { color: var(--lilac); font-size: 1.12rem; max-width: 420px; }
.geo-points { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.geo-points li { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-lg); padding: 28px 26px; transition: background .2s, transform .2s; }
.geo-points li:hover { background: rgba(255,255,255,.09); transform: translateY(-3px); }
.geo-points h4 { font-family: var(--ui); font-weight: 700; font-size: 1.08rem; margin-bottom: 9px; color: var(--paper); }
.geo-points p { color: rgba(255,255,255,.68); font-size: .95rem; }

/* =========================================================================
   INDUSTRIES
   ========================================================================= */
.industries { background: var(--cream); }
.ind-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.ind-card {
  background: var(--paper);
  border: 1px solid var(--grey-line);
  border-radius: var(--r-lg);
  padding: 32px 28px 30px;
  min-height: 210px;
  display: flex; flex-direction: column;
  transition: transform .2s var(--ease), box-shadow .2s;
}
.ind-card:hover { transform: translateY(-5px); box-shadow: 0 26px 52px -26px rgba(15,14,21,.35); }
.ind-cat { font-family: var(--ui); font-weight: 600; font-size: .74rem; letter-spacing: .12em; text-transform: uppercase; color: var(--green-deep); margin-bottom: 16px; }
.ind-card h3 { font-family: var(--ui); font-weight: 700; font-size: 1.42rem; margin-bottom: 10px; }
.ind-card p { color: var(--grey-txt); font-size: .98rem; flex: 1; }
.ind-arrow { font-size: 1.4rem; color: var(--ink); margin-top: 18px; transition: transform .2s; }
.ind-card:hover .ind-arrow { transform: translateX(6px); }
.ind-cta-card { background: var(--purple-card); color: var(--paper); border-color: var(--purple-card); }
.ind-cta-card h3 { color: var(--paper); }
.ind-cta-card p { color: rgba(255,255,255,.8); }
.ind-cta-card .ind-arrow { color: var(--green); }

/* =========================================================================
   RESULTS / CASE STUDIES
   ========================================================================= */
.results { background: var(--paper); }
.case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.case-card {
  border-radius: var(--r-lg);
  padding: 30px 28px;
  background: var(--cream);
  border: 1px solid var(--grey-line);
  min-height: 260px;
  display: flex; flex-direction: column;
  transition: transform .2s var(--ease), box-shadow .2s;
}
.case-card:hover { transform: translateY(-5px); box-shadow: 0 26px 52px -26px rgba(15,14,21,.32); }
.case-tag { align-self: flex-start; font-family: var(--ui); font-weight: 600; font-size: .72rem; letter-spacing: .09em; text-transform: uppercase; color: var(--ink); background: var(--green); padding: 6px 13px; border-radius: 100px; margin-bottom: 22px; }
.case-card h3 { font-family: var(--ui); font-weight: 700; font-size: 1.5rem; margin-bottom: 12px; }
.case-card p { color: var(--grey-txt); flex: 1; }
.case-read { font-family: var(--ui); font-weight: 600; font-size: .9rem; color: var(--green-deep); margin-top: 18px; }

/* =========================================================================
   GUARANTEE
   ========================================================================= */
.guarantee { background: var(--ink); color: var(--paper); padding: clamp(80px, 11vw, 130px) 0; text-align: center; position: relative; overflow: hidden; }
.guarantee::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(60% 90% at 50% 0%, rgba(203,210,94,.14), transparent 60%); }
.guarantee-inner { position: relative; z-index: 1; max-width: 780px; margin: 0 auto; }
.guarantee-mark { width: 60px; height: 60px; margin: 0 auto 26px; color: var(--green); }
.guarantee-mark svg { width: 100%; height: 100%; }
.guarantee h2 { font-family: var(--display); text-transform: uppercase; font-size: clamp(2.2rem, 5.5vw, 4rem); line-height: 1; margin-bottom: 22px; }
.guarantee p { color: rgba(255,255,255,.8); font-size: 1.15rem; max-width: 620px; margin: 0 auto 32px; }

/* =========================================================================
   TESTIMONIALS — checkerboard motif
   ========================================================================= */
.testimonials { background: var(--purple-deep); color: var(--paper); padding: clamp(80px, 11vw, 130px) 0; position: relative; overflow: hidden; }
.testi-checker {
  position: absolute; top: 0; right: 0; width: 340px; height: 300px; pointer-events: none;
  background-image:
    linear-gradient(45deg, var(--green) 25%, transparent 25%),
    linear-gradient(-45deg, var(--green) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--purple-card) 75%),
    linear-gradient(-45deg, transparent 75%, var(--purple-card) 75%);
  background-size: 46px 46px;
  background-position: 0 0, 0 23px, 23px -23px, -23px 0;
  -webkit-mask-image: linear-gradient(225deg, #000 8%, transparent 62%);
  mask-image: linear-gradient(225deg, #000 8%, transparent 62%);
  opacity: .8;
}
.testimonials .wrap { position: relative; z-index: 1; }
.testimonials .eyebrow-light { color: var(--lilac); }
.testi-title { margin-bottom: 48px; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card {
  background: var(--cream);
  color: var(--ink);
  border-radius: var(--r-lg);
  padding: 32px 30px;
  display: flex; flex-direction: column;
}
.quote-mark { font-family: var(--display); font-size: 4rem; line-height: .5; color: var(--green-deep); height: 30px; }
.testi-card blockquote { font-family: var(--ui); font-weight: 500; font-size: 1.14rem; line-height: 1.4; margin: 10px 0 22px; flex: 1; }
.testi-card figcaption { display: flex; flex-direction: column; gap: 6px; }
.testi-author { font-family: var(--ui); font-weight: 600; font-size: .92rem; color: var(--grey-txt); }

/* =========================================================================
   FAQ
   ========================================================================= */
.faq { background: var(--lavender); }
.faq-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.faq-head .section-title { margin: 16px 0 18px; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { border-bottom: 1px solid var(--grey-line-2); }
.faq-item:first-child { border-top: 1px solid var(--grey-line-2); }
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  font-family: var(--ui); font-weight: 600; font-size: 1.16rem;
  padding: 24px 4px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-plus { position: relative; width: 18px; height: 18px; flex-shrink: 0; }
.faq-plus::before, .faq-plus::after { content: ""; position: absolute; background: var(--green-deep); border-radius: 2px; transition: transform .25s var(--ease), opacity .25s; }
.faq-plus::before { top: 8px; left: 0; width: 18px; height: 2.5px; }
.faq-plus::after { left: 8px; top: 0; width: 2.5px; height: 18px; }
.faq-item[open] .faq-plus::after { transform: rotate(90deg); opacity: 0; }
.faq-item p { color: var(--grey-txt); padding: 0 4px 26px; max-width: 640px; font-size: 1.02rem; }

/* =========================================================================
   FINAL CTA
   ========================================================================= */
.cta-band { background: var(--green); color: var(--ink); padding: clamp(80px, 11vw, 130px) 0; position: relative; overflow: hidden; }
.cta-inner { position: relative; }
.cta-checker {
  position: absolute; right: -10px; top: 50%; transform: translateY(-50%);
  width: 280px; height: 280px;
  background-image:
    linear-gradient(45deg, var(--ink) 25%, transparent 25%),
    linear-gradient(-45deg, var(--ink) 25%, transparent 25%),
    linear-gradient(45deg, transparent 75%, var(--ink) 75%),
    linear-gradient(-45deg, transparent 75%, var(--ink) 75%);
  background-size: 46px 46px;
  background-position: 0 0, 0 23px, 23px -23px, -23px 0;
  opacity: .1;
  border-radius: var(--r-lg);
}
.cta-copy { max-width: 640px; position: relative; z-index: 1; }
.cta-logo { height: 44px; width: auto; margin-bottom: 24px; opacity: .95; }
.cta-band h2 { font-family: var(--display); text-transform: uppercase; font-size: clamp(2.4rem, 6.5vw, 5rem); line-height: .96; margin-bottom: 20px; }
.cta-band p { font-size: 1.18rem; margin-bottom: 30px; max-width: 560px; }
.cta-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 18px; }
.cta-band .btn-green { background: var(--ink); color: var(--green); border-color: var(--ink); box-shadow: none; }
.cta-band .btn-green:hover { background: var(--ink-3); }
.cta-band .btn-ghost-light { color: var(--ink); border-color: rgba(15,14,21,.4); }
.cta-band .btn-ghost-light:hover { background: var(--ink); color: var(--green); border-color: var(--ink); }
.cta-fine { font-size: .92rem; color: rgba(15,14,21,.7); }

/* =========================================================================
   FOOTER
   ========================================================================= */
.site-footer { background: var(--ink); color: var(--cream); padding: 80px 0 30px; }
.footer-lead {
  display: flex; justify-content: space-between; align-items: flex-end; gap: 40px;
  padding-bottom: 54px; margin-bottom: 46px; border-bottom: 1px solid var(--dk-line);
}
.footer-headline {
  font-family: var(--display); text-transform: uppercase;
  font-size: clamp(2rem, 4.6vw, 3.7rem); line-height: .98;
  max-width: 780px; color: var(--paper);
}
.footer-headline .muted-word { color: rgba(245,244,236,.4); }
.footer-contact { display: flex; flex-direction: column; gap: 8px; text-align: right; flex-shrink: 0; }
.footer-contact a { font-family: var(--ui); font-weight: 600; font-size: 1rem; color: var(--green); }
.footer-contact a:hover { color: var(--green-bri); }
.footer-contact .muted { font-size: .88rem; color: rgba(245,244,236,.5); }

.footer-inner { display: grid; grid-template-columns: 1.2fr 2fr; gap: 50px; padding-bottom: 46px; border-bottom: 1px solid var(--dk-line); }
.logo-footer .logo-map { color: var(--green); }
.footer-tag { font-family: var(--ui); font-weight: 500; font-size: .92rem; color: rgba(245,244,236,.85); margin-top: 20px; }
.footer-sub { color: rgba(245,244,236,.55); font-size: .9rem; margin-top: 6px; }
.footer-cols { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-col h4 { font-family: var(--ui); font-weight: 700; font-size: .82rem; letter-spacing: .12em; text-transform: uppercase; color: var(--green); margin-bottom: 18px; }
.footer-col ul { display: flex; flex-direction: column; gap: 11px; }
.footer-col a { font-size: .95rem; color: rgba(245,244,236,.78); transition: color .15s; }
.footer-col a:hover { color: var(--green); }
.footer-col .muted { font-size: .88rem; color: rgba(245,244,236,.5); }
.footer-form { margin-top: 22px; }
.footer-form label { display: block; font-family: var(--ui); font-weight: 600; font-size: .82rem; letter-spacing: .1em; text-transform: uppercase; color: var(--green); margin-bottom: 12px; }
.form-row { display: flex; gap: 8px; }
.footer-form input {
  flex: 1; min-width: 0;
  background: var(--ink-2); border: 1px solid var(--dk-line);
  border-radius: 100px; padding: 12px 18px; color: var(--cream);
  font-family: var(--body); font-size: .92rem;
}
.footer-form input::placeholder { color: rgba(245,244,236,.4); }
.footer-form .btn { padding: 12px 20px; font-size: .88rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding-top: 26px; font-family: var(--ui); font-size: .85rem; color: rgba(245,244,236,.5); }

/* =========================================================================
   RESPONSIVE
   ========================================================================= */
@media (max-width: 1160px) {
  .card-maps, .card-rank, .card-reviews, .card-ai { display: none; }
  .blob-green { left: 6%; } .blob-purple { right: 8%; }
}
@media (max-width: 1080px) {
  .main-nav, .header-cta .call-link { display: none; }
  .hamburger { display: flex; }
  .header-cta { margin-left: auto; }
  .header-cta .btn { display: none; }
  .svc-grid { grid-template-columns: repeat(2, 1fr); }
  .ind-grid, .case-grid, .testi-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 820px) {
  .impact-inner, .geo-inner, .faq-inner { grid-template-columns: 1fr; }
  .value-grid { grid-template-columns: 1fr; }
  .section-head { flex-direction: column; align-items: flex-start; }
  .section-desc { max-width: none; }
  .geo-points { grid-template-columns: 1fr; }
  .footer-lead { flex-direction: column; align-items: flex-start; gap: 24px; }
  .footer-contact { text-align: left; }
  .footer-inner { grid-template-columns: 1fr; gap: 40px; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .svc-grid, .ind-grid, .case-grid, .testi-grid { grid-template-columns: 1fr; }
  .impact-stats { grid-template-columns: 1fr; }
  .stat-green, .stat-outline { grid-column: span 1; }
  .hero { padding: 150px 0 70px; margin-top: -90px; }
  .hero-stage { display: none; }
  .hero-actions .btn, .cta-actions .btn { flex: 1; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 6px; }
}
@media (max-width: 400px) {
  .footer-cols { grid-template-columns: 1fr; }
}

/* =========================================================================
   MOTION
   ========================================================================= */
@media (prefers-reduced-motion: no-preference) {
  .reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
  .reveal.in { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; scroll-behavior: auto !important; }
  .btn:hover, .svc-card:hover, .ind-card:hover, .case-card:hover, .value-card:hover { transform: none; }
}
