/* =========================================================
   GBM Homepage v8
   Changes vs v7:
   - Anton hero H1
   - Hero eyebrow +25% + darker chip
   - Playful stat cards (icons, hover lift, gradient nums)
   - Marquee for trusted-by (all builder names)
   - Apple 3D emojis via emojicdn (Twemoji callback)
   - Pure white (#FFF) for section-light + paper alt
   - Fun extras: hero scroll hint, ad-tile shine, dominate sheen, seats counter
   ========================================================= */

/* ---------- 1. TOKENS ---------- */
:root {
  --gbm-red:      #E21E26;
  --gbm-red-dk:   #B3161D;
  --gbm-red-wash: #FFF1F1;
  --gbm-gold:     #C9A84C;
  --gbm-gold-2:   #E4C978;
  --ink:          #131316;
  --ink-2:        #1C1C21;
  --ink-3:        #26262C;

  /* pure whites per user */
  --paper:        #FFFFFF;
  --paper-2:      #FAFAF9;

  --muted-d:      rgba(251,250,247,.74);
  --muted-l:      #5C5C63;

  --font-hero:    'Anton', 'Montserrat', 'Poppins', sans-serif;
  --font-head:    'Poppins', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-alt:     'Montserrat', 'Poppins', system-ui, sans-serif;
  --font-body:    'DM Sans', system-ui, -apple-system, 'Segoe UI', sans-serif;

  --wrap: 1180px;
  --wrap-narrow: 760px;
  --pad-x: clamp(20px, 4vw, 40px);
  --sec-y: clamp(64px, 7.5vw, 104px);

  --radius: 14px;
  --radius-sm: 10px;
  --radius-lg: 18px;
  --radius-xl: 22px;

  --shadow-soft:  0 1px 2px rgba(19,19,22,.04), 0 8px 24px rgba(19,19,22,.06);
  --shadow-hover: 0 2px 4px rgba(19,19,22,.06), 0 20px 44px rgba(19,19,22,.10);
  --shadow-red:   0 14px 34px rgba(226,30,38,.30);
}

/* ---------- 2. RESET ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; background: none; border: 0; padding: 0; color: inherit; }
h1, h2, h3, h4 { font-family: var(--font-head); font-weight: 800; letter-spacing: -0.02em; line-height: 1.08; margin: 0; }
p { margin: 0 0 1em; }
ul, ol { margin: 0; padding: 0; list-style: none; }
code.code-inline { font-family: 'JetBrains Mono','Consolas',monospace; font-size: .85em; background: rgba(201,168,76,.12); padding: 2px 6px; border-radius: 4px; color: var(--gbm-gold); }

/* Apple-emoji-via-emojicdn image sizing */
img.apple-emoji, img.twemoji, .emoji img.apple-emoji, .emoji img.twemoji {
  display: inline-block;
  vertical-align: -0.16em;
  width: 1.1em;
  height: 1.1em;
  margin: 0 0.05em;
}

/* ---------- 3. LAYOUT ---------- */
.wrap { width: 100%; max-width: var(--wrap); margin: 0 auto; padding-left: var(--pad-x); padding-right: var(--pad-x); }
.wrap-narrow { max-width: var(--wrap-narrow); }

.section { padding: var(--sec-y) 0; position: relative; }
.section-dark  { background: var(--ink);   color: #E9E7DE; }
.section-light { background: #FFFFFF;      color: var(--ink); }
.section-dark  h1, .section-dark  h2, .section-dark  h3, .section-dark  h4 { color: #F6F3EC; }
.section-light h1, .section-light h2, .section-light h3, .section-light h4 { color: var(--ink); }

/* ---------- 4. TEXT UTILITIES ---------- */
.eyebrow {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 12.5px;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin: 0 0 16px;
}
.eyebrow-gold { color: var(--gbm-gold); }
.eyebrow-red  { color: var(--gbm-red); }

.h2 {
  font-size: clamp(28px, 4.2vw, 46px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
  text-wrap: balance;
}
.text-red   { color: var(--gbm-red); }
.text-gold  { color: var(--gbm-gold); }
.text-red-strong { color: var(--gbm-red); font-weight: 800; }
.text-underline {
  position: relative;
  display: inline-block;
  font-style: italic;
}
.text-underline::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: -4px;
  height: 6px;
  background: linear-gradient(180deg, transparent 55%, rgba(201,168,76,.55) 55%);
  border-radius: 2px;
}
.section-dark .text-underline::after { background: linear-gradient(180deg, transparent 55%, rgba(201,168,76,.7) 55%); }

.lead {
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.6;
  max-width: 680px;
  margin: 0 0 30px;
}
.section-dark .lead { color: var(--muted-d); }
.section-light .lead { color: var(--muted-l); }

.body-lg { font-size: clamp(15.5px, 1.3vw, 17px); line-height: 1.65; margin: 0 0 14px; color: var(--muted-l); }
.section-dark .body-lg { color: var(--muted-d); }

.closer { font-family: var(--font-head); font-weight: 700; font-size: clamp(17px, 1.6vw, 20px); margin: 28px 0 0; line-height: 1.35; }
.fine   { font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; opacity: .7; margin: 22px 0 0; text-align: center; }
.sub-head { font-family: var(--font-head); font-weight: 800; font-size: clamp(18px, 1.8vw, 22px); margin: 44px 0 16px; }

.emoji {
  font-family: 'Apple Color Emoji','Segoe UI Emoji','Noto Color Emoji','EmojiOne Color','Twemoji Mozilla',sans-serif;
  font-style: normal;
  line-height: 1;
}

.highlight-red {
  position: relative;
  display: inline-block;
  color: var(--gbm-red);
  font-weight: 900;
}
.highlight-red::before {
  content: '';
  position: absolute; inset: .08em -.12em .06em -.12em;
  background: var(--gbm-red);
  opacity: .18;
  border-radius: 5px;
  z-index: -1;
}

/* ---------- 5. BUTTONS ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center;
  gap: 10px;
  padding: 13px 22px;
  border-radius: 11px;
  font-family: var(--font-head);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: -0.005em;
  border: 2px solid transparent;
  transition: transform .18s ease, background .18s ease, color .18s ease, border-color .18s ease, box-shadow .18s ease;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}
.btn-sm { padding: 10px 16px; font-size: 14px; }
.btn-lg { padding: 15px 26px; font-size: 16px; }
.btn-xl { padding: 18px 32px; font-size: 17px; border-radius: 12px; }
.btn-block { width: 100%; }

.btn-primary { background: var(--gbm-red); color: #fff; box-shadow: var(--shadow-red); }
.btn-primary:hover, .btn-primary:focus-visible { background: var(--gbm-red-dk); transform: translateY(-2px); box-shadow: 0 18px 40px rgba(226,30,38,.36); }
.btn-primary:active { transform: translateY(0) scale(.98); }

.btn-outline { background: transparent; color: var(--ink); border-color: rgba(19,19,22,.20); }
.btn-outline:hover, .btn-outline:focus-visible { border-color: var(--ink); background: var(--ink); color: #fff; }

.btn-ghost { background: rgba(255,255,255,.06); color: #fff; border-color: rgba(255,255,255,.22); backdrop-filter: blur(4px); }
.btn-ghost:hover, .btn-ghost:focus-visible { border-color: var(--gbm-gold); color: var(--gbm-gold); background: rgba(201,168,76,.08); }

.arrow { font-family: var(--font-head); font-weight: 500; transition: transform .18s ease; }
.btn:hover .arrow { transform: translateX(3px); }

:focus-visible { outline: 2px solid var(--gbm-gold); outline-offset: 3px; border-radius: 4px; }

.cta-row { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; margin-top: 26px; }
.cta-row-center { justify-content: center; text-align: center; margin-top: 36px; }

/* ---------- 6. RIBBON ---------- */
@keyframes gbm-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ribbon { background: var(--ink); color: #F0EEE6; overflow: hidden; border-bottom: 2px solid var(--gbm-red); }
.ribbon-track { display: flex; white-space: nowrap; width: max-content; animation: gbm-scroll 42s linear infinite; }
.ribbon-set { display: flex; align-items: center; gap: 34px; padding: 10px 22px; font-size: 13px; font-weight: 600; letter-spacing: .01em; flex: none; }
.ribbon-dot { color: var(--gbm-gold); font-size: 12px; }

/* ---------- 7. NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.95);
  backdrop-filter: saturate(140%) blur(10px);
  -webkit-backdrop-filter: saturate(140%) blur(10px);
  border-bottom: 1px solid rgba(19,19,22,.08);
  color: var(--ink);
}
body.mobile-menu-open .nav { z-index: 240; }
.nav-inner { display: flex; align-items: center; gap: 20px; padding-top: 15px; padding-bottom: 15px; }
.nav-brand { display: inline-flex; align-items: center; flex: 0 1 auto; min-width: 0; }
.nav-logo { height: 46px; width: auto; display: block; }
.nav-links { display: flex; gap: 24px; margin-left: 20px; flex: 1; }
.nav-links a { color: var(--ink); font-family: var(--font-head); font-weight: 600; font-size: 14.5px; opacity: .82; transition: color .15s, opacity .15s; }
.nav-links a:hover { color: var(--gbm-red); opacity: 1; }
.nav-cta { display: flex; gap: 12px; align-items: center; }
.nav-phone { display: inline-flex; align-items: center; gap: 6px; font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--ink); }
.nav-phone .emoji { color: var(--gbm-red); }

/* Nav socials (mobile only) */
.nav-socials {
  display: none;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}
.nav-social {
  display: inline-flex; align-items: center; justify-content: center;
  width: 36px; height: 36px; border-radius: 50%;
  color: var(--ink);
  transition: background .15s ease, color .15s ease, transform .15s ease;
  -webkit-tap-highlight-color: transparent;
}
.nav-social-wa   { color: #25D366; }
.nav-social-ig   { color: #E4405F; }
.nav-social-call { color: var(--gbm-red); }
.nav-social:active { transform: scale(.92); }
@media (hover: hover) {
  .nav-social:hover { background: rgba(19,19,22,.06); }
}

/* Hamburger button (mobile only) */
.nav-hamburger {
  display: none;
  width: 42px; height: 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 10px;
  margin-left: 4px;
  transition: background .15s ease;
  -webkit-tap-highlight-color: transparent;
}
/* Only apply hover bg on true-hover devices (kills sticky bg after tap on touch) */
@media (hover: hover) {
  .nav-hamburger:hover { background: rgba(19,19,22,.06); }
}
.nav-hamburger:focus-visible { background: rgba(19,19,22,.06); }
.hamburger-bar {
  width: 22px; height: 2px;
  background: var(--ink);
  border-radius: 2px;
  transition: transform .25s ease, opacity .2s ease, background .15s ease;
}
.nav-hamburger[aria-expanded="true"] {
  position: relative;
  z-index: 220; /* above .mobile-menu (200) so it stays tappable */
  width: 42px; height: 42px;
  background: var(--gbm-red);
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(226,30,38,.5);
  gap: 0;
}
.nav-hamburger[aria-expanded="true"] .hamburger-bar { background: #fff; }
.nav-hamburger[aria-expanded="true"] .hamburger-bar:nth-child(1) { transform: translateY(1px) rotate(45deg); }
.nav-hamburger[aria-expanded="true"] .hamburger-bar:nth-child(2) { opacity: 0; }
.nav-hamburger[aria-expanded="true"] .hamburger-bar:nth-child(3) { transform: translateY(-1px) rotate(-45deg); }
@media (hover: hover) {
  .nav-hamburger[aria-expanded="true"]:hover { background: var(--gbm-red-dk); }
}

/* Mobile menu overlay - sits below the sticky header so logo and close control stay reachable */
.mobile-menu {
  position: fixed;
  left: 0; right: 0; top: 68px; bottom: 0;
  z-index: 200;
  background: #0F0F12;
  color: #F6F3EC;
  padding: 28px 22px 90px;
  overflow-y: auto;
  animation: gbm-menu-in .22s ease-out;
}
.mobile-menu[hidden] { display: none; }
@keyframes gbm-menu-in { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
.mobile-menu-inner {
  display: flex; flex-direction: column;
  max-width: 460px; margin: 0 auto;
}
.mobile-menu-inner > a:not(.btn) {
  display: block;
  padding: 18px 6px;
  font-family: var(--font-head); font-weight: 700; font-size: 22px;
  color: #F6F3EC;
  border-bottom: 1px solid rgba(255,255,255,.08);
  transition: color .15s ease;
}
.mobile-menu-inner > a:not(.btn):hover { color: var(--gbm-red); }
.mobile-menu-phone,
.mobile-menu-email {
  font-size: 17px !important;
  color: var(--gbm-gold) !important;
}
.mobile-menu-phone .emoji { color: var(--gbm-red); margin-right: 4px; }
.mobile-menu-cta { margin-top: 26px !important; padding: 16px !important; font-size: 16px !important; }
body.no-scroll { overflow: hidden; }

/* ---------- 8. HERO (Anton, bigger eyebrow chip) ---------- */
.hero {
  position: relative;
  min-height: clamp(600px, 82vh, 820px);
  padding: clamp(80px, 11vw, 130px) 0 clamp(72px, 9vw, 110px);
  color: #fff;
  overflow: hidden;
  isolation: isolate;
  background: var(--ink);
}
.hero-bg {
  position: absolute; inset: 0; z-index: -2;
  background: url('../assets/img/hero-bg.jpg') center 30% / cover no-repeat;
  transform: scale(1.02);
}
.hero-scrim {
  position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(10,10,13,.72) 0%, rgba(10,10,13,.86) 55%, rgba(10,10,13,.97) 100%),
    radial-gradient(ellipse at center 40%, transparent 0%, rgba(10,10,13,.6) 100%);
}

.hero-inner { text-align: center; position: relative; z-index: 1; }

/* Eyebrow: bigger + darker chip */
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(19,19,22,.72);
  border: 1px solid rgba(226,30,38,.55);
  color: #fff;
  font-family: var(--font-head);
  font-weight: 800;
  font-size: 15px;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 999px;
  margin: 0 0 26px;
  box-shadow: 0 8px 30px rgba(0,0,0,.5), inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(4px);
}
.hero-eyebrow .dot { flex: 0 0 8px; width: 8px; height: 8px; border-radius: 50%; background: var(--gbm-red); box-shadow: 0 0 12px var(--gbm-red); }

/* Anton hero H1 */
.hero-h1 {
  font-family: var(--font-hero);
  font-weight: 400;
  font-size: clamp(40px, 7vw, 80px);
  line-height: 0.95;
  letter-spacing: 0.01em;
  margin: 0 auto 24px;
  max-width: 1080px;
  color: #fff;
  text-wrap: balance;
}
.hero-h1 .hero-num { color: var(--gbm-gold); }
.hero-h1 .hero-punch {
  display: block;
  margin-top: 4px;
  color: var(--gbm-red);
  letter-spacing: inherit;
  line-height: inherit;
}

.hero-sub {
  font-family: var(--font-body);
  font-size: clamp(16px, 1.5vw, 19px);
  line-height: 1.55;
  color: rgba(255,255,255,.86);
  max-width: 760px;
  margin: 0 auto 32px;
  font-weight: 400;
  text-transform: none;
}
.hero-sub strong { color: #fff; font-weight: 700; }

.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin: 0 0 26px; }
.hero-trust {
  display: inline-flex; align-items: center; gap: 12px;
  font-size: 14px; color: rgba(255,255,255,.75);
  flex-wrap: wrap; justify-content: center; margin: 0;
}
.hero-trust .stars { color: var(--gbm-gold); font-size: 17px; letter-spacing: 2px; }
.hero-trust strong { color: #fff; font-weight: 800; }

@keyframes gbm-reveal { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.hero-eyebrow  { animation: gbm-reveal .7s ease .05s both; }
.hero-h1       { animation: gbm-reveal .8s ease .18s both; }
.hero-sub      { animation: gbm-reveal .8s ease .35s both; }
.hero-ctas     { animation: gbm-reveal .8s ease .48s both; }
.hero-trust    { animation: gbm-reveal .8s ease .60s both; }

/* Scroll hint */
.scroll-hint {
  position: absolute;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-flex; flex-direction: column; align-items: center; gap: 6px;
  color: rgba(255,255,255,.75);
  font-family: var(--font-head); font-weight: 700; font-size: 10px; letter-spacing: .28em;
  transition: color .15s ease;
}
.scroll-hint:hover { color: var(--gbm-gold); }
.scroll-hint-label { }
.scroll-hint-arrow {
  width: 16px; height: 24px; border: 2px solid currentColor; border-radius: 10px; position: relative;
}
.scroll-hint-arrow::after {
  content: ''; position: absolute; left: 50%; top: 5px; transform: translateX(-50%);
  width: 2px; height: 6px; background: currentColor; border-radius: 2px;
  animation: gbm-scroll-dot 1.4s ease-in-out infinite;
}
@keyframes gbm-scroll-dot {
  0%   { opacity: 1; transform: translate(-50%, 0); }
  50%  { opacity: 0.4; transform: translate(-50%, 8px); }
  100% { opacity: 1; transform: translate(-50%, 0); }
}

/* ---------- 9. PROOF (playful stats + marquee) ---------- */
.proof { padding-top: 64px; padding-bottom: 44px; }
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.stat-card {
  background: linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
  border: 1px solid rgba(201,168,76,.18);
  border-radius: var(--radius-lg);
  padding: 24px 20px;
  text-align: center;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
  position: relative;
  overflow: hidden;
}
.stat-card::before {
  content: '';
  position: absolute; inset: 0; z-index: 0;
  background: radial-gradient(circle at 50% 0%, rgba(201,168,76,.18), transparent 70%);
  opacity: 0;
  transition: opacity .3s ease;
}
.stat-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201,168,76,.45);
  box-shadow: 0 30px 60px rgba(0,0,0,.32);
}
.stat-card:hover::before { opacity: 1; }
.stat-card > * { position: relative; z-index: 1; }

.stat-icon { display: block; font-size: 30px; margin-bottom: 10px; line-height: 1; }
.stat-num {
  display: block;
  font-family: var(--font-alt);
  font-weight: 900;
  font-size: clamp(30px, 3.8vw, 46px);
  color: var(--gbm-red);
  line-height: 1;
  letter-spacing: -0.02em;
  background: linear-gradient(180deg, #FF4A51, var(--gbm-red));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat-num-gold {
  background: linear-gradient(180deg, var(--gbm-gold-2), var(--gbm-gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat-label { display: block; margin-top: 8px; font-size: 13px; font-weight: 600; color: rgba(251,250,247,.72); }

/* Trusted-by marquee */
.trusted { margin-top: 44px; padding-top: 30px; border-top: 1px solid rgba(251,250,247,.12); }
.trusted-label { font-family: var(--font-head); font-weight: 800; font-size: 12px; letter-spacing: .16em; color: rgba(251,250,247,.55); margin: 0 0 20px; text-align: center; }

.marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0, black 8%, black 92%, transparent 100%);
}
.marquee-track { display: flex; width: max-content; animation: gbm-scroll 55s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-set { display: flex; align-items: center; gap: 30px; padding: 0 15px; flex: none; }
.mk {
  font-family: var(--font-alt);
  font-weight: 800;
  font-size: clamp(17px, 1.8vw, 22px);
  color: rgba(251,250,247,.82);
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: color .15s ease;
}
.marquee:hover .mk { color: rgba(251,250,247,.5); }
.marquee .mk:hover { color: var(--gbm-gold); }
.mk-dot { color: var(--gbm-gold); font-size: 8px; }

/* ---------- 10. STORY (opening + founder) ---------- */
.opening .letter,
.founder .letter {
  font-size: clamp(17.5px, 1.55vw, 20.5px);
  line-height: 1.75;
  margin: 0 0 20px;
}
.section-light .letter { color: #2a2a30; }
.section-dark  .letter { color: rgba(251,250,247,.9); }

.letter-emphasis {
  font-family: var(--font-head);
  font-weight: 800;
  font-size: clamp(24px, 2.8vw, 34px) !important;
  color: var(--gbm-red) !important;
  margin: 18px 0 22px !important;
  line-height: 1.15;
  text-transform: none;
}
.section-dark .letter-emphasis { color: var(--gbm-gold) !important; }

.pull {
  margin: 24px 0;
  padding: 20px 24px;
  border-left: 4px solid var(--gbm-red);
  background: rgba(226,30,38,.06);
  font-family: var(--font-head);
  font-weight: 600;
  font-style: italic;
  font-size: clamp(18px, 1.65vw, 22px);
  color: var(--ink);
  line-height: 1.4;
}
.section-dark .pull { color: #F6F3EC; background: rgba(201,168,76,.08); border-left-color: var(--gbm-gold); }

.signature { font-family: var(--font-head); font-weight: 700; font-size: 20px; color: #F6F3EC; margin-top: 24px; }
.signature-role { display: block; font-weight: 500; font-size: 13.5px; color: var(--muted-d); margin-top: 4px; }

/* Founder */
.founder-grid { display: grid; grid-template-columns: 260px 1fr; gap: 44px; align-items: start; max-width: 980px; margin: 0 auto; }
.founder-photo { margin: 0; text-align: center; }
.founder-photo img { width: 100%; aspect-ratio: 1; object-fit: cover; border-radius: 20px; border: 3px solid var(--gbm-gold); box-shadow: 0 30px 60px rgba(0,0,0,.4); }
.founder-photo figcaption { margin-top: 12px; font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--gbm-gold); letter-spacing: .04em; }
.founder-copy .letter:first-of-type { margin-top: 10px; }

/* ---------- 11. CARDS ---------- */
.cards { display: grid; gap: 20px; margin-top: 4px; }
.cards-2 { grid-template-columns: repeat(2, 1fr); }
.cards-3 { grid-template-columns: repeat(3, 1fr); }
.card {
  padding: 28px 26px;
  border-radius: var(--radius);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.section-dark  .card { background: var(--ink-2); border: 1px solid rgba(201,168,76,.16); color: #E9E7DE; }
.section-light .card { background: #FFFFFF; border: 1px solid rgba(19,19,22,.08); box-shadow: var(--shadow-soft); }
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.section-dark .card:hover { border-color: rgba(201,168,76,.32); }

.card-tag { font-family: var(--font-head); font-weight: 800; font-size: 11px; letter-spacing: .18em; color: var(--gbm-red); margin: 0 0 8px; }
.card-title { font-family: var(--font-head); font-weight: 800; font-size: 20px; letter-spacing: -0.01em; margin: 0 0 10px; color: #F6F3EC; }
.section-light .card-title { color: var(--ink); }
.card-title-gold { color: var(--gbm-gold) !important; }
.card-title-red  { color: var(--gbm-red)  !important; }
.card p { font-size: 15.5px; line-height: 1.6; color: rgba(251,250,247,.75); margin: 0; }
.section-light .card p { color: var(--muted-l); }

/* ---------- 12. SYSTEM / PIPELINE ---------- */
.system .h2 { margin-bottom: 18px; }
.pipeline { position: relative; margin: 40px 0 30px; padding-left: 40px; }
.pipeline-rail { position: absolute; left: 12px; top: 22px; bottom: 22px; width: 3px; background: rgba(19,19,22,.10); border-radius: 3px; overflow: hidden; }
.pipeline-fill { position: absolute; left: 0; top: 0; width: 100%; height: 0%; background: linear-gradient(180deg, var(--gbm-gold-2), var(--gbm-gold)); transition: height .18s ease-out; }
.pipeline-cap { position: absolute; left: 0;z-index: 10; transform: translateX(-8px); font-family: var(--font-head); font-weight: 800; font-size: 10px; letter-spacing: .18em; color: var(--gbm-gold); background: #FFFFFF; padding: 3px 8px; border-radius: 4px; border: 1px solid rgba(201,168,76,.3); }
.pipeline-cap-top { top: -8px; }
.pipeline-cap-bottom { bottom: -8px; }

.stages { display: flex; flex-direction: column; gap: 24px; }
.stage {
  position: relative;
  padding: 22px 26px;
  border: 1px solid rgba(19,19,22,.08);
  border-radius: var(--radius);
  background: #FFFFFF;
  box-shadow: var(--shadow-soft);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.stage:hover { transform: translateY(-2px); box-shadow: var(--shadow-hover); }
.stage.is-lit { border-color: rgba(201,168,76,.55); }
.stage-dot {
  position: absolute; left: -35px; top: 26px;
  width: 15px; height: 15px; border-radius: 50%;
  background: #FFFFFF; border: 3px solid rgba(19,19,22,.15);
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.stage.is-lit .stage-dot { border-color: var(--gbm-gold); background: var(--gbm-gold); box-shadow: 0 0 0 6px rgba(201,168,76,.18); }
.stage-num { font-family: var(--font-alt); font-weight: 900; font-size: 34px; color: var(--gbm-red); line-height: 1; letter-spacing: -0.03em; display: inline-block; margin-bottom: 8px; }
.stage-title { font-family: var(--font-head); font-weight: 800; font-size: clamp(18px, 1.8vw, 22px); color: var(--ink); margin: 0 0 8px; }
.stage p { color: var(--muted-l); font-size: 15.5px; line-height: 1.55; margin: 0; }

.callout {
  display: flex; gap: 18px; align-items: flex-start;
  margin: 32px 0 0;
  padding: 22px 26px;
  border-radius: var(--radius);
  background: var(--ink);
  color: #F0EEE6;
  border: 1px solid rgba(201,168,76,.4);
}
.callout-badge {
  flex: 0 0 auto;
  width: 44px; height: 44px; border-radius: 50%;
  background: rgba(201,168,76,.18);
  display: grid; place-items: center;
  font-size: 22px;
}
.callout p { margin: 0; font-size: clamp(15px, 1.35vw, 17px); line-height: 1.6; }
.callout strong { color: var(--gbm-gold); }

/* ---------- 13. RESULTS ---------- */
.case-stack { display: grid; gap: 20px; }
.case {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  background: var(--ink-2);
  border: 1px solid rgba(201,168,76,.14);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 20px 44px rgba(0,0,0,.28);
}
.case-reverse { grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr); }
.case-reverse .case-copy   { order: 2; }
.case-reverse .case-figure { order: 1; }
.case-copy { padding: clamp(26px, 3.4vw, 44px); display: flex; flex-direction: column; justify-content: center; }
.case-client { font-family: var(--font-head); font-weight: 700; font-size: 13px; letter-spacing: .06em; text-transform: uppercase; color: var(--gbm-gold); margin: 0 0 12px; }
.case-headline { font-family: var(--font-head); font-weight: 900; font-size: clamp(22px, 2.8vw, 34px); line-height: 1.1; letter-spacing: -0.02em; color: #F6F3EC; margin: 0 0 14px; }
.case-body { font-size: 15.5px; line-height: 1.6; color: var(--muted-d); margin: 0; }
.case-figure { margin: 0; min-height: 240px; position: relative; overflow: hidden; }
.case-figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ---------- 14. AD WALL (hover shine) ---------- */
.ad-wall { border-top: 1px solid rgba(201,168,76,.14); }
.ad-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 24px; }
.ad-tile {
  position: relative; margin: 0; overflow: hidden;
  border-radius: var(--radius);
  background: var(--ink-2);
  border: 1px solid rgba(201,168,76,.14);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.ad-tile::after {
  content: '';
  position: absolute; top: 0; left: -75%; width: 50%; height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255,255,255,.12) 50%, transparent 100%);
  transform: skewX(-20deg);
  transition: left .7s ease;
  pointer-events: none;
}
.ad-tile:hover { transform: translateY(-4px); box-shadow: 0 30px 50px rgba(0,0,0,.5); border-color: rgba(201,168,76,.4); }
.ad-tile:hover::after { left: 130%; }
.ad-tile img { width: 100%; aspect-ratio: auto; object-fit: contain; border-radius: var(--radius) var(--radius) 0 0; transition: transform .3s ease; }
.ad-tile:hover img { transform: scale(1.05); }
.ad-cap { padding: 12px 14px; font-size: 13px; color: var(--muted-d); display: flex; align-items: center; gap: 10px; }
.ad-badge { font-family: var(--font-head); font-weight: 800; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; padding: 3px 7px; border-radius: 4px; background: rgba(24,119,242,.15); color: #4a90ff; border: 1px solid rgba(74,144,255,.35); }

/* ---------- 15. TESTIMONIALS ---------- */
.videos { display: grid; gap: 22px; margin: 24px 0 20px; }
.videos-vertical { grid-template-columns: repeat(2, minmax(0, 340px)); justify-content: center; }
.video-tile { margin: 0; position: relative; overflow: hidden; border-radius: var(--radius); background: var(--ink-2); }
.video-thumb { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; border-radius: var(--radius); display: block; background: var(--ink-2); }
.video-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  width: 74px; height: 74px; border-radius: 50%;
  background: var(--gbm-red); color: #fff;
  display: grid; place-items: center;
  box-shadow: 0 20px 40px rgba(226,30,38,.5);
  transition: transform .18s ease, background .18s ease;
}
.video-play svg { width: 28px; height: 28px; margin-left: 3px; }
.video-tile:hover .video-play,
.video-play:hover,
.video-play:focus-visible { background: var(--gbm-red-dk); transform: translate(-50%, -50%) scale(1.06); }
.video-cap { margin-top: 12px; font-size: 14px; color: var(--muted-d); text-align: center; }
.video-cap strong { color: #F6F3EC; }

.chats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 6px 0 36px; }
.chat-tile { padding: 14px; border-radius: var(--radius-sm); background: var(--ink-2); border: 1px solid rgba(201,168,76,.18); display: flex; flex-direction: column; gap: 8px; min-height: 200px; }
.chat-header { font-family: var(--font-head); font-weight: 700; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: var(--gbm-gold); margin-bottom: 4px; }
.chat-bubble { padding: 8px 12px; border-radius: 12px; font-size: 13px; line-height: 1.4; max-width: 88%; }
.chat-them { background: rgba(255,255,255,.08); color: #F6F3EC; align-self: flex-start; border-bottom-left-radius: 4px; }
.chat-us   { background: var(--gbm-red); color: #fff; align-self: flex-end; border-bottom-right-radius: 4px; }

.faces { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.face-tile { margin: 0; text-align: center; }
.face-avatar { width: 84px; height: 84px; border-radius: 50%; object-fit: cover; margin: 0 auto 12px; border: 2px solid rgba(201,168,76,.4); }
.face-tile figcaption { font-size: 14px; color: var(--muted-d); line-height: 1.5; }
.face-tile strong { color: #F6F3EC; }

/* ---------- 16. AMPLIFIER ---------- */
.amp-grid { display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px; align-items: center; }
.amp-stack { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.amp-img { border-radius: var(--radius); object-fit: cover; width: 100%; aspect-ratio: 4 / 5; box-shadow: var(--shadow-soft); }
.amp-img-b { margin-top: 28px; }

/* ---------- 17. CREDIBILITY ---------- */
.credibility { padding: 44px 0; background: var(--paper-2); text-align: center; border-top: 1px solid rgba(19,19,22,.06); border-bottom: 1px solid rgba(19,19,22,.06); }
.cred-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 8px 0 16px; }
.cred-badge {
  font-family: var(--font-head); font-weight: 700; font-size: 13.5px;
  padding: 9px 18px; border-radius: 999px;
  background: #FFFFFF; color: var(--ink);
  border: 1px solid rgba(19,19,22,.10);
  box-shadow: 0 1px 2px rgba(19,19,22,.04);
}
.cred-sub { font-size: 14px; color: var(--muted-l); margin: 0; }
.cred-sub strong { color: var(--ink); }

/* ---------- 18. CHECK / CROSS ---------- */
.check li, .cross li {
  position: relative;
  padding-left: 32px;
  margin: 10px 0;
  font-size: 15.5px;
  line-height: 1.55;
}
.check li::before, .cross li::before {
  content: '';
  position: absolute; left: 0; top: .35em;
  width: 20px; height: 20px; border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
.check li::before {
  background-color: rgba(201,168,76,.16);
  border: 1.5px solid var(--gbm-gold);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path fill='none' stroke='%23C9A84C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2 6.4l2.6 2.4L10 3.4'/></svg>");
}
.cross li::before {
  background-color: rgba(226,30,38,.12);
  border: 1.5px solid var(--gbm-red);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'><path fill='none' stroke='%23E21E26' stroke-width='2' stroke-linecap='round' d='M3 3l6 6M9 3l-6 6'/></svg>");
}
.section-dark .check li, .section-dark .cross li { color: rgba(251,250,247,.9); }

/* ---------- 19. PRICING ---------- */
.pricing-head { text-align: center; max-width: 720px; margin: 0 auto 40px; }
.pricing-head .lead { margin-left: auto; margin-right: auto; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.plan {
  position: relative;
  background: #FFFFFF;
  border: 1px solid rgba(19,19,22,.08);
  border-radius: var(--radius-xl);
  padding: 30px 28px;
  display: flex; flex-direction: column;
  box-shadow: var(--shadow-soft);
  transition: transform .2s ease, box-shadow .2s ease;
  overflow: visible;
}
.plan:hover { transform: translateY(-3px); box-shadow: var(--shadow-hover); }
.plan-featured {
  border: 2px solid var(--gbm-red);
  box-shadow: 0 30px 60px rgba(226,30,38,.14);
  transform: translateY(-6px);
}
.plan-featured:hover { transform: translateY(-9px); }
.plan-flag {
  position: absolute; top: -14px; left: 50%; transform: translateX(-50%);
  background: var(--gbm-red); color: #fff;
  font-family: var(--font-head); font-weight: 800; font-size: 11px; letter-spacing: .12em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 999px;
  white-space: nowrap;
  z-index: 10;
}
.plan-name { font-family: var(--font-head); font-weight: 700; font-size: 18px; color: var(--ink); position: relative; z-index: 1; }
.plan-sub  { font-size: 12.5px; color: var(--muted-l); margin: 4px 0 18px; position: relative; z-index: 1; }
.plan-price { font-family: var(--font-alt); font-weight: 800; font-size: 38px; color: var(--ink); letter-spacing: -0.03em; line-height: 1; position: relative; z-index: 1; }
.plan-price-red { color: var(--gbm-red); }
.plan-per { font-family: var(--font-body); font-weight: 500; font-size: 15px; color: var(--muted-l); letter-spacing: 0; }
.plan-note { font-size: 12px; color: var(--muted-l); margin: 6px 0 22px; position: relative; z-index: 1; }

.plan-feats { display: flex; flex-direction: column; gap: 10px; margin: 0 0 22px; position: relative; z-index: 1; }
.plan-feats li {
  position: relative;
  padding-left: 26px;
  font-size: 14.5px;
  line-height: 1.5;
  color: var(--ink);
}
.plan-feats li::before {
  content: '';
  position: absolute; left: 0; top: .3em;
  width: 16px; height: 16px;
  background-repeat: no-repeat; background-position: center; background-size: 14px 14px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path fill='none' stroke='%23E21E26' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M2 7.5l3 3L12 3.5'/></svg>");
}

.plan-outcome {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 0; margin: 0 0 20px;
  border-top: 1px solid rgba(19,19,22,.08);
  position: relative; z-index: 1;
}
.plan-metric { font-family: var(--font-head); font-weight: 800; font-size: 22px; color: var(--gbm-red); letter-spacing: -0.02em; line-height: 1; }
.plan-metric-label { font-size: 11.5px; color: var(--muted-l); margin-top: 3px; }

.plan-toggle {
  display: inline-flex; align-items: center; gap: 6px;
  font-family: var(--font-head); font-weight: 700; font-size: 12px;
  line-height: 1;
  padding: 9px 14px; border-radius: 999px;
  background: var(--gbm-red-wash); color: var(--gbm-red-dk);
  border: 1px solid rgba(226,30,38,.28);
  transition: background .15s ease, color .15s ease;
  white-space: nowrap;
}
.plan-toggle .plan-toggle-label,
.plan-toggle .plan-toggle-icon { line-height: 1; display: inline-flex; align-items: center; }
.plan-toggle:hover, .plan-toggle:focus-visible { background: rgba(226,30,38,.14); }
.plan-toggle-red { background: var(--gbm-red); color: #fff; border-color: var(--gbm-red); box-shadow: 0 4px 12px rgba(226,30,38,.3); }
.plan-toggle-red:hover, .plan-toggle-red:focus-visible { background: var(--gbm-red-dk); color: #fff; }
.plan-toggle-icon { transition: transform .2s ease; display: inline-block; }
.plan-toggle[aria-expanded="true"] .plan-toggle-icon { transform: rotate(180deg); }

.plan-panel {
  border-top: 1px solid rgba(19,19,22,.08);
  padding-top: 20px;
  margin-bottom: 20px;
  display: grid; gap: 18px;
  position: relative; z-index: 1;
}
.plan-panel[hidden] { display: none; }

.plan-block-title { font-family: var(--font-head); font-weight: 700; font-size: 14.5px; color: var(--ink); margin-bottom: 8px; }
.plan-note-p { font-size: 13.5px; color: var(--muted-l); margin: 0 0 8px; line-height: 1.55; }
.plan-italic { font-style: italic; font-size: 12px; }

.check-tight li { font-size: 13.5px; padding-left: 26px; margin: 6px 0; }
.check-tight li::before { width: 16px; height: 16px; top: .3em; background-size: 10px 10px; }

.plan-callout { padding: 14px 16px; border-radius: 14px; }
.plan-callout-red { background: var(--gbm-red-wash); border: 1px solid rgba(226,30,38,.22); }
.plan-callout-red .plan-callout-title { color: var(--gbm-red-dk); }
.plan-callout-neutral { background: rgba(19,19,22,.04); border: 1px solid rgba(19,19,22,.08); }
.plan-callout-title { font-family: var(--font-head); font-weight: 700; font-size: 13px; margin-bottom: 4px; color: var(--ink); }

.plan-math-row { display: flex; justify-content: space-between; padding: 6px 0; font-size: 13.5px; color: var(--muted-l); }
.plan-math-row span:last-child { font-weight: 600; color: var(--ink); }
.plan-math-total { border-top: 1px solid rgba(19,19,22,.15); margin-top: 4px; padding-top: 10px; font-family: var(--font-head); font-weight: 800; color: var(--gbm-red); }
.plan-math-total span:last-child { color: var(--gbm-red); }

.plan .btn { margin-top: auto; position: relative; z-index: 1; }
.plan-cta-solo { margin-top: 12px; }

/* ---------- 20. GUARANTEE + SEATS COUNTER ---------- */
.guarantee .h2 { margin-bottom: 26px; }
.terms { display: grid; gap: 14px; margin: 22px 0 26px; }
.term { padding: 18px 20px; border-radius: var(--radius); background: var(--ink-2); border: 1px solid rgba(201,168,76,.2); }
.term dt { font-family: var(--font-head); font-weight: 800; font-size: 13px; letter-spacing: .12em; text-transform: uppercase; color: var(--gbm-gold); margin-bottom: 6px; }
.term dd { margin: 0; color: rgba(251,250,247,.9); font-size: 15.5px; line-height: 1.6; }
.miss { margin-top: 24px; padding: 24px 26px; border-radius: var(--radius); background: var(--ink-2); border: 1px solid rgba(226,30,38,.28); }
.miss-title { font-family: var(--font-head); font-weight: 800; font-size: 16px; color: var(--gbm-red); margin: 0 0 14px; }

.seats {
  margin: 30px 0 8px;
  padding: 22px 24px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(226,30,38,.10), rgba(201,168,76,.06));
  border: 1px solid rgba(226,30,38,.28);
}
.seats-head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 12px; gap: 12px; flex-wrap: wrap; }
.seats-label { font-family: var(--font-head); font-weight: 800; font-size: 12px; letter-spacing: .16em; color: var(--gbm-gold); }
.seats-count { font-family: var(--font-alt); font-size: 15px; color: rgba(251,250,247,.9); }
.seats-count strong { font-size: 22px; color: var(--gbm-red); }
.seats-bar { height: 10px; background: rgba(255,255,255,.08); border-radius: 999px; overflow: hidden; position: relative; }
.seats-bar-fill { display: block; height: 100%; background: linear-gradient(90deg, var(--gbm-red), var(--gbm-red-dk)); border-radius: 999px; position: relative; overflow: hidden; }
.seats-bar-fill::after {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,.4) 50%, transparent 100%);
  animation: gbm-shimmer 2.5s ease-in-out infinite;
}
@keyframes gbm-shimmer {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
.seats-fine { margin: 10px 0 0; font-size: 12.5px; color: rgba(251,250,247,.7); text-align: center; letter-spacing: .04em; }

/* ---------- 21. FAQ ---------- */
.faq-card {
  background: #FFFFFF;
  border: 1px solid rgba(19,19,22,.08);
  border-radius: var(--radius-xl);
  padding: 6px 12px;
  margin-top: 28px;
  box-shadow: var(--shadow-soft);
}
.faq-item + .faq-item { border-top: 1px solid rgba(19,19,22,.08); }
.faq-toggle {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  width: 100%;
  padding: 22px 12px;
  font-family: var(--font-head); font-weight: 700; font-size: clamp(16px, 1.45vw, 18px);
  color: var(--ink);
  text-align: left;
  transition: color .15s ease;
}
.faq-toggle:hover { color: var(--gbm-red); }
.faq-q { flex: 1; }
.faq-icon {
  font-family: var(--font-head); font-weight: 400; font-size: 26px;
  color: var(--gbm-red); line-height: 1;
  transition: transform .25s ease;
  flex: 0 0 auto;
}
.faq-toggle[aria-expanded="true"] .faq-icon { transform: rotate(45deg); }
.faq-panel {
  padding: 0 12px 22px;
  color: var(--muted-l);
  font-size: 15.5px;
  line-height: 1.65;
}
.faq-panel[hidden] { display: none; }

/* ---------- 22. FINAL CTA ---------- */
.final-cta { text-align: center; }
.final-cta .h2 { margin-left: auto; margin-right: auto; max-width: 720px; }
.final-cta .lead { margin-left: auto; margin-right: auto; text-align: center; }
.ps { max-width: 640px; margin: 36px auto 0; font-size: 14.5px; color: rgba(251,250,247,.75); line-height: 1.7; text-align: left; padding: 22px 24px; border: 1px solid rgba(201,168,76,.24); border-radius: var(--radius); background: rgba(255,255,255,.02); }
.ps strong { color: var(--gbm-gold); }

/* ---------- 23. FOOTER ---------- */
.footer { background: #0a0a0d; color: rgba(255,255,255,.72); padding: 64px 0 24px; border-top: 4px solid var(--gbm-gold); }
.footer-top {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1.2fr;
  gap: 48px;
  align-items: start;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.footer-brand-col { max-width: 380px; }
.footer-logo { height: 48px; width: auto; margin-bottom: 18px; display: block; }
.footer-tag { font-size: 15px; color: rgba(255,255,255,.7); margin: 0 0 20px; line-height: 1.55; }
.footer-contact { display: flex; flex-direction: column; gap: 8px; font-size: 14.5px; }
.footer-contact a { color: rgba(255,255,255,.85); transition: color .15s ease; }
.footer-contact a:hover { color: var(--gbm-gold); }
.footer-contact .emoji { color: var(--gbm-red); margin-right: 4px; }
.footer-locs { color: rgba(255,255,255,.6); font-size: 13.5px; letter-spacing: .04em; }

.footer-socials {
  display: flex; flex-direction: column; gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-social {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 14.5px;
  color: rgba(255,255,255,.85);
  transition: color .15s ease;
}
.footer-social:hover { color: var(--gbm-gold); }
.footer-social-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  transition: background .15s ease, border-color .15s ease;
}
.footer-social:hover .footer-social-icon { background: rgba(201,168,76,.14); border-color: rgba(201,168,76,.45); }
.footer-social:nth-child(1) .footer-social-icon { color: #25D366; }
.footer-social:nth-child(2) .footer-social-icon { color: #E4405F; }

.footer-col h4 { font-family: var(--font-head); font-weight: 800; font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--gbm-gold); margin: 0 0 16px; }
.footer-col ul li { margin: 10px 0; font-size: 15px; }
.footer-col a:hover { color: var(--gbm-gold); }
.footer-cta-tag { font-size: 14px; color: rgba(255,255,255,.7); margin: 0 0 16px; line-height: 1.55; max-width: 260px; }

.footer-bar { padding-top: 20px; margin-top: 0; }
.copyright { margin: 0; font-size: 12.5px; color: rgba(255,255,255,.5); }

/* ---------- 24. STICKY MOBILE CTA ---------- */
.mobile-cta {
  display: none;
  position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 100;
  background: var(--gbm-red); color: #fff;
  padding: 14px 22px;
  text-align: center;
  border-radius: 12px;
  font-family: var(--font-head); font-weight: 700; font-size: 15px;
  box-shadow: 0 12px 30px rgba(226,30,38,.42);
  align-items: center; justify-content: center; gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px);
  transition: opacity .25s ease, transform .25s ease;
}
.mobile-cta.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
body.has-mobile-cta { padding-bottom: 78px; }

/* ---------- 25. RESPONSIVE ---------- */
@media (max-width: 1000px) {
  .amp-grid { grid-template-columns: 1fr; }
  .amp-stack { max-width: 480px; margin-top: 24px; }
  .cards-3 { grid-template-columns: 1fr 1fr; }
  .plans { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .plan-featured { transform: none; }
  .plan-featured:hover { transform: translateY(-3px); }
  .footer-top { grid-template-columns: 1fr 1fr; }
  .footer-brand-col { grid-column: span 2; max-width: 100%; }
  .founder-grid { grid-template-columns: 200px 1fr; gap: 32px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 760px) {
  body { font-size: 15.5px; }
  .nav-inner { gap: 6px; padding-top: 11px; padding-bottom: 11px; }
  .nav-links { display: none; }
  .nav-phone { display: none; }
  .nav-cta { display: none; }
  .nav-socials { display: inline-flex; gap: 2px; }
  .nav-social { width: 34px; height: 34px; }
  .nav-hamburger { display: inline-flex; width: 40px; height: 40px; margin-left: 8px; flex: 0 0 auto; }
  .nav-logo { height: 33px; }
  body.mobile-menu-open .nav-hamburger { margin-left: 8px; }
  body.mobile-menu-open .mobile-cta { opacity: 0; pointer-events: none; }

  .hero { padding-top: 74px; padding-bottom: 90px; min-height: 620px; }
  .hero-eyebrow { font-size: 12.5px; padding: 8px 16px; letter-spacing: .1em; }
  .hero-h1 { font-size: clamp(38px, 10vw, 56px); line-height: 0.98; }

  .stats { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .cards-2 { grid-template-columns: 1fr; }
  .videos-vertical { grid-template-columns: 1fr; }
  .video-tile { max-width: 340px; margin: 0 auto; }
  .chats  { grid-template-columns: 1fr 1fr; }
  .faces  { grid-template-columns: 1fr; gap: 26px; }
  .ad-grid { grid-template-columns: 1fr 1fr; }

  .case { grid-template-columns: 1fr; }
  .case-reverse { grid-template-columns: 1fr; }
  .case-reverse .case-copy { order: 2; }
  .case-reverse .case-figure { order: 1; }
  .case-figure { min-height: 200px; }

  .pipeline { padding-left: 26px; }
  .stage-dot { left: -24px; }

  .founder-grid { grid-template-columns: 1fr; gap: 24px; }
  .founder-photo { max-width: 200px; margin: 0 auto; }

  .footer-top { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand-col { grid-column: auto; }

  .mobile-cta { display: flex; }
  .scroll-hint { display: none; }
}

@media (max-width: 480px) {
  .chats  { grid-template-columns: 1fr; }
  .ad-grid { grid-template-columns: 1fr; }
  .btn-xl { padding: 15px 24px; font-size: 15.5px; }
  .hero-ctas .btn { width: 100%; }
}

/* ---------- 26. INNER-PAGE HERO ---------- */
.page-hero {
  padding: 140px 0 60px;
  background: var(--ink);
  text-align: center;
  position: relative;
}
.page-hero .eyebrow { margin-bottom: 12px; color: #F6F3EC; }
.page-hero .h1 {
  font-family: var(--font-head);
  font-weight: 900;
  font-size: clamp(36px, 6vw, 56px);
  line-height: 1.1;
  color: #F6F3EC;
  margin-bottom: 16px;
}
.page-hero .h1 em { color: var(--gbm-gold); font-style: normal; }
.page-hero .lead { max-width: 680px; margin: 0 auto; color: var(--muted-d); font-size: 17px; line-height: 1.65; }
.page-hero-tall { padding: 160px 0 80px; }

/* ---------- 27. TIMELINE ---------- */
.timeline { position: relative; padding-left: 32px; }
.timeline::before { content: ''; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--gbm-gold), rgba(201,168,76,.15)); }
.timeline-item { position: relative; margin-bottom: 36px; }
.timeline-item::before { content: ''; position: absolute; left: -28px; top: 6px; width: 12px; height: 12px; border-radius: 50%; background: var(--gbm-gold); border: 2px solid var(--ink); }
.timeline-year { font-family: var(--font-head); font-weight: 900; font-size: 14px; color: var(--gbm-gold); letter-spacing: .08em; margin-bottom: 4px; }
.timeline-title { font-family: var(--font-head); font-weight: 800; font-size: 20px; color: #F6F3EC; margin-bottom: 6px; }
.timeline-desc { font-size: 15px; color: var(--muted-d); line-height: 1.6; }

/* ---------- PRICING CARDS ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 32px; }
.pricing-card {
  background: var(--ink-2); border: 1px solid rgba(201,168,76,.18);
  border-radius: var(--radius); padding: 36px 30px; position: relative;
}
.pricing-card.is-featured { border-color: var(--gbm-gold); }
.pricing-badge { position: absolute; top: -12px; right: 20px; background: var(--gbm-gold); color: var(--ink); font-family: var(--font-head); font-weight: 800; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; padding: 4px 14px; border-radius: 20px; }
.pricing-plan { font-family: var(--font-head); font-weight: 600; font-size: 13px; color: var(--gbm-gold); letter-spacing: .1em; text-transform: uppercase; margin-bottom: 4px; }
.pricing-name { font-family: var(--font-head); font-weight: 900; font-size: 28px; color: #F6F3EC; margin-bottom: 8px; }
.pricing-price { font-family: var(--font-hero); font-size: 42px; color: #F6F3EC; margin-bottom: 4px; }
.pricing-price span { font-size: 16px; font-family: var(--font-body); color: var(--muted-d); }
.pricing-desc { font-size: 14px; color: var(--muted-d); margin-bottom: 20px; line-height: 1.5; }
.pricing-list { list-style: none; padding: 0; margin: 0 0 24px; }
.pricing-list li { font-size: 14px; color: var(--muted-d); padding: 8px 0; border-bottom: 1px solid rgba(255,255,255,.06); display: flex; align-items: baseline; gap: 8px; }
.pricing-list li::before { content: '✓'; color: var(--gbm-gold); font-weight: 700; flex-shrink: 0; }
@media (max-width: 760px) { .pricing-grid { grid-template-columns: 1fr; } }

/* ---------- PULL-QUOTE ---------- */
.pull-quote { border-left: 3px solid var(--gbm-gold); padding: 18px 24px; margin: 28px 0; font-size: 18px; font-family: var(--font-head); font-weight: 700; color: #F6F3EC; line-height: 1.5; }
.pull-quote em { color: var(--gbm-gold); font-style: normal; }

/* ---------- 28. CONTENT SECTIONS (inner pages) ---------- */
.content-section { padding: 64px 0; }
.content-section + .content-section { border-top: 1px solid rgba(201,168,76,.12); }
.content-section.is-dark { background: var(--ink); color: #F6F3EC; }
.content-section.is-light { background: #fff; color: var(--ink); }
.content-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.content-grid.reverse > :first-child { order: 2; }
.content-grid.reverse > :last-child { order: 1; }
.content-img { width: 100%; border-radius: var(--radius); }
@media (max-width: 760px) { .content-grid, .content-grid.reverse { grid-template-columns: 1fr; } .content-grid.reverse > * { order: unset !important; } }

/* ---------- 29. SERVICE CARDS ---------- */
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 32px; }
.service-card {
  background: var(--ink-2); border: 1px solid rgba(201,168,76,.18);
  border-radius: var(--radius); padding: 32px 26px;
  transition: transform .2s, border-color .2s;
}
.service-card:hover { transform: translateY(-3px); border-color: rgba(201,168,76,.4); }
.service-card-icon { font-size: 36px; margin-bottom: 14px; }
.service-card h3 { font-family: var(--font-head); font-weight: 800; font-size: 20px; color: #F6F3EC; margin-bottom: 10px; }
.service-card p { font-size: 15px; color: var(--muted-d); line-height: 1.6; }
@media (max-width: 960px) { .service-cards { grid-template-columns: 1fr; max-width: 480px; } }

/* ---------- 30. BLOG ---------- */
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; margin-top: 32px; }
.blog-card {
  background: var(--ink-2); border: 1px solid rgba(201,168,76,.14);
  border-radius: var(--radius); overflow: hidden;
  transition: transform .2s, border-color .2s, box-shadow .2s;
  text-decoration: none; color: inherit; display: flex; flex-direction: column;
}
.blog-card:hover { transform: translateY(-4px); border-color: rgba(201,168,76,.4); box-shadow: 0 20px 40px rgba(0,0,0,.3); }
.blog-card-img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.blog-card-body { padding: 22px 20px; flex: 1; display: flex; flex-direction: column; }
.blog-card-cat { font-family: var(--font-head); font-weight: 800; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--gbm-gold); margin-bottom: 8px; }
.blog-card-title { font-family: var(--font-head); font-weight: 700; font-size: 18px; color: #F6F3EC; line-height: 1.3; margin-bottom: 10px; }
.blog-card-excerpt { font-size: 14px; color: var(--muted-d); line-height: 1.55; flex: 1; }
.blog-card-meta { font-size: 12px; color: var(--muted-d); margin-top: 14px; padding-top: 12px; border-top: 1px solid rgba(255,255,255,.08); }
@media (max-width: 960px) { .blog-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .blog-grid { grid-template-columns: 1fr; } }

/* Blog single */
.blog-single { max-width: 760px; margin: 0 auto; }
.blog-single-title {
  font-family: var(--font-head); font-weight: 800;
  font-size: clamp(28px, 4vw, 42px); line-height: 1.15;
  color: #F6F3EC; margin-bottom: 16px;
}
.blog-single-meta { font-size: 14px; color: var(--muted-d); margin-bottom: 32px; display: flex; gap: 16px; flex-wrap: wrap; }
.blog-single-meta .cat { color: var(--gbm-gold); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: 12px; }
.blog-single-content { color: #F6F3EC; line-height: 1.75; }
.blog-single-content h2 { font-family: var(--font-head); font-weight: 800; font-size: 24px; margin: 36px 0 14px; color: #F6F3EC; }
.blog-single-content h3 { font-family: var(--font-head); font-weight: 700; font-size: 20px; margin: 28px 0 12px; color: #F6F3EC; }
.blog-single-content p { margin-bottom: 18px; }
.blog-single-content ul, .blog-single-content ol { margin: 0 0 18px 20px; }
.blog-single-content li { margin-bottom: 8px; }
.blog-single-content strong { color: #F6F3EC; }
.blog-single-content blockquote { border-left: 3px solid var(--gbm-gold); padding: 12px 20px; margin: 24px 0; background: rgba(201,168,76,.06); border-radius: 0 var(--radius-sm) var(--radius-sm) 0; font-style: italic; color: var(--muted-d); }

/* ---------- 31. CONTACT FORM ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.contact-info-card { background: var(--ink-2); border: 1px solid rgba(201,168,76,.18); border-radius: var(--radius); padding: 28px 24px; }
.contact-info-card + .contact-info-card { margin-top: 18px; }
.contact-info-card h3 { font-family: var(--font-head); font-weight: 700; font-size: 16px; color: var(--gbm-gold); margin-bottom: 10px; }
.contact-info-card a { color: #F6F3EC; text-decoration: none; display: flex; align-items: center; gap: 8px; font-size: 15px; margin-bottom: 6px; }
.contact-info-card a:hover { color: var(--gbm-gold); }
.contact-form { display: flex; flex-direction: column; gap: 18px; }
.form-group { display: flex; flex-direction: column; gap: 6px; }
.form-label { font-family: var(--font-head); font-weight: 600; font-size: 13px; letter-spacing: .04em; color: #F6F3EC; }
.form-input, .form-textarea {
  background: var(--ink-2); border: 1px solid rgba(201,168,76,.2);
  border-radius: var(--radius-sm); padding: 13px 16px;
  font-family: var(--font-body); font-size: 15px; color: #F6F3EC;
  transition: border-color .15s;
}
.form-input:focus, .form-textarea:focus { outline: none; border-color: var(--gbm-gold); box-shadow: 0 0 0 3px rgba(201,168,76,.15); }
.form-input::placeholder, .form-textarea::placeholder { color: var(--muted-d); }
.form-textarea { resize: vertical; min-height: 120px; }
.form-select {
  appearance: none; background: var(--ink-2) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath fill='%23C9A84C' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") right 14px center / 12px no-repeat;
  border: 1px solid rgba(201,168,76,.2); border-radius: var(--radius-sm);
  padding: 13px 40px 13px 16px; font-family: var(--font-body); font-size: 15px; color: #F6F3EC;
  transition: border-color .15s;
}
.form-select:focus { outline: none; border-color: var(--gbm-gold); box-shadow: 0 0 0 3px rgba(201,168,76,.15); }
@media (max-width: 760px) { .contact-grid { grid-template-columns: 1fr; } }

/* ---------- 32. CASE STUDY DETAIL ---------- */
.case-detail { margin-bottom: 48px; }
.case-detail-header { margin-bottom: 28px; }
.case-detail-client { font-family: var(--font-head); font-weight: 700; font-size: 14px; color: var(--gbm-gold); text-transform: uppercase; letter-spacing: .08em; margin-bottom: 8px; }
.case-detail-h2 { font-family: var(--font-head); font-weight: 800; font-size: clamp(24px, 3.5vw, 36px); color: #F6F3EC; line-height: 1.15; }
.case-detail-img { width: 100%; border-radius: var(--radius); margin-bottom: 28px; }
.case-detail-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 28px 0; }
.case-stat { background: var(--ink-2); border: 1px solid rgba(201,168,76,.18); border-radius: var(--radius-sm); padding: 20px; text-align: center; }
.case-stat-num { font-family: var(--font-hero); font-size: 28px; color: var(--gbm-red); display: block; }
.case-stat-label { font-size: 13px; color: var(--muted-d); margin-top: 4px; }
@media (max-width: 600px) { .case-detail-stats { grid-template-columns: 1fr; } }

/* ---------- 33. RESPONSIVE INNER-PAGE GRIDS ---------- */
.inner-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}
.comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.ig-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
.ig-grid > div {
  min-width: 0;
  overflow: hidden;
}
.ig-grid .instagram-media,
.ig-grid .instagram-media-rendered,
.ig-grid iframe {
  min-width: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.lever-cards.service-cards {
  grid-template-columns: repeat(5, 1fr);
}
.equation-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 14px;
  align-items: center;
  text-align: center;
}
.stats-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.transparency-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.case-badge-row {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

@media (max-width: 960px) {
  .ig-grid { grid-template-columns: repeat(2, 1fr); }
  .lever-cards.service-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .page-hero, .page-hero.page-hero-tall { padding: 100px 0 40px; }
  .inner-stats-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .comparison-grid { grid-template-columns: 1fr; }
  .equation-grid { grid-template-columns: 1fr; gap: 10px; }
  .equation-grid .equation-op { display: none; }
  .stats-3 { grid-template-columns: 1fr; }
  .transparency-grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .inner-stats-grid { grid-template-columns: 1fr 1fr; }
  .ig-grid { grid-template-columns: 1fr; max-width: 400px; margin-left: auto; margin-right: auto; }
  .lever-cards.service-cards { grid-template-columns: 1fr; }
}

/* ---------- REDUCED MOTION ---------- */
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .ribbon-track, .marquee-track,
  .hero-eyebrow, .hero-h1, .hero-sub, .hero-ctas, .hero-trust,
  .scroll-hint-arrow::after, .seats-bar-fill::after { animation: none !important; }
  .pipeline-fill { transition: none !important; height: 100% !important; }
  .stage-dot { transition: none !important; }
  .stage:hover, .card:hover, .video-tile:hover .video-play,
  .plan:hover, .ad-tile:hover, .ad-tile:hover img,
  .stat-card:hover { transform: none; }
  .btn:hover, .btn:hover .arrow { transform: none; }
}
