/* ============================================================================
   Mac&Mad — Cloud Brand Infrastructure
   Design language carried over from the original site (airy off-white, emerald
   + blue, Bricolage Grotesque display) — but every layout here is editorial:
   split feature rows, numbered lists, a timeline, divided bands. No bento.
   ========================================================================== */

:root {
  --bg:      #f4f6f4;
  --surface: #ffffff;
  --mint:    #e6f5ec;
  --sky:     #e9f1fc;
  --cloud:   #eceeea;
  --paper:   #faf9f6;

  --ink:    #0e1a16;
  --body:   #45524c;
  --muted:  #6c7872;
  --line:   #e4e7e2;
  --line-2: #d6dad2;

  --green:      #14c088;
  --green-deep: #0a7c53;
  --green-ink:  #04271a;
  --green-2:    #0f9e6f;

  --blue:      #2e86e6;
  --blue-deep: #1d5fb0;

  --wa:        #1faa52;
  --wa-bright: #25d366;
  --gold:      #f5b62e;
  --red:       #d6473e;

  /* Growth-OS system accents */
  --c-diag:  #2e86e6;   /* Diagnose  — Insight Engine */
  --c-arch:  #11a36c;   /* Architect — Menu Architect */
  --c-opt:   #7c5cff;   /* Optimise  — Profit Lab */
  --c-conv:  #e0992a;   /* Convert   — Conversion Studio */

  --grad-green: linear-gradient(135deg, #1ed699, #0fa06c);

  --font-display: 'Sora', system-ui, -apple-system, sans-serif;
  --font-body: 'Inter', system-ui, -apple-system, sans-serif;
  --font-mono: 'DM Mono', ui-monospace, 'SF Mono', Menlo, monospace;
  --font-num: var(--font-display); /* numbers — Sora, matching headings */

  --r-sm: 12px;
  --r:    18px;
  --r-lg: 24px;
  --r-xl: 32px;
  --r-pill: 999px;

  --sh-1: 0 1px 2px rgba(14,26,22,.04), 0 3px 10px rgba(14,26,22,.05);
  --sh-2: 0 2px 6px rgba(14,26,22,.05), 0 12px 30px -8px rgba(14,26,22,.10);
  --sh-3: 0 6px 14px -6px rgba(14,26,22,.08), 0 26px 56px -18px rgba(14,26,22,.18);
  --sh-green: 0 10px 26px -8px rgba(16,181,126,.45);

  --header-h: 74px;
  --wrap: 1240px;
  color-scheme: light;
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 17px; line-height: 1.6;
  color: var(--body); background: var(--bg);
  -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; color: inherit; }
ul, ol { list-style: none; padding: 0; }
::selection { background: var(--green); color: var(--green-ink); }
:focus-visible { outline: 3px solid var(--green-deep); outline-offset: 3px; border-radius: 6px; }
.sprite { position: absolute; width: 0; height: 0; }
.ic { width: 1.15em; height: 1.15em; display: inline-block; vertical-align: -0.16em; fill: none; flex-shrink: 0; }

.skip-link {
  position: absolute; left: 16px; top: -60px; z-index: 999;
  background: var(--ink); color: #fff; padding: 10px 18px;
  border-radius: var(--r-sm); font-weight: 700; transition: top .2s;
}
.skip-link:focus { top: 14px; }

::-webkit-scrollbar { width: 12px; height: 12px; }
::-webkit-scrollbar-track { background: var(--bg); }
::-webkit-scrollbar-thumb { background: #cdd3cc; border-radius: 999px; border: 3px solid var(--bg); }
::-webkit-scrollbar-thumb:hover { background: #b6bdb4; }

/* ---------- layout ---------- */
.wrap { max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(20px,5vw,56px); width: 100%; }
section { position: relative; }
[id] { scroll-margin-top: 92px; }
.section { padding: clamp(68px, 9vw, 130px) 0; }

/* ---------- typography ---------- */
h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; color: var(--ink); }

.kicker {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-mono); font-size: .74rem; font-weight: 500;
  letter-spacing: .12em; text-transform: uppercase;
  color: var(--green-deep);
  background: var(--mint); border: 1px solid rgba(10,124,83,.16);
  padding: 7px 13px; border-radius: var(--r-pill);
}
.kicker-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--green); }
.kicker-blue { color: var(--blue-deep); background: var(--sky); border-color: rgba(29,95,176,.16); }
.kicker-blue .kicker-dot { background: var(--blue); }
.kicker-light { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.2); }

.sec-head { max-width: 720px; margin: 0 auto clamp(44px,5vw,68px); text-align: center; }
.sec-head .kicker { margin-bottom: 18px; }
.sec-title { font-size: clamp(2rem, 4vw, 3.3rem); line-height: 1.07; }
.sec-lead { font-size: clamp(1.04rem,1.5vw,1.2rem); color: var(--muted); margin-top: 18px; line-height: 1.6; }
.hl { color: var(--green-deep); }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  font-family: var(--font-body); font-weight: 700; font-size: .98rem; line-height: 1.2;
  padding: 15px 24px; border-radius: var(--r-pill);
  border: 1.6px solid transparent; cursor: pointer; white-space: normal; text-align: center;
  transition: transform .22s cubic-bezier(.34,1.4,.64,1), box-shadow .22s, background .2s, color .2s, border-color .2s;
}
.btn .ic { width: 1.05em; height: 1.05em; }
.btn-primary { background: var(--green); color: var(--green-ink); box-shadow: var(--sh-green); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 16px 34px -8px rgba(16,181,126,.6); }
.btn-dark { background: var(--ink); color: #fff; }
.btn-dark:hover { transform: translateY(-3px); box-shadow: var(--sh-2); }
.btn-line { background: var(--surface); border-color: var(--line-2); color: var(--ink); }
.btn-line:hover { border-color: var(--green-deep); color: var(--green-deep); transform: translateY(-3px); }
.btn-ghost-light { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.2); color: #fff; }
.btn-ghost-light:hover { background: rgba(255,255,255,.16); transform: translateY(-3px); }
.btn-wa { background: var(--wa); color: #fff; }
.btn-wa:hover { transform: translateY(-3px); box-shadow: 0 14px 28px -10px rgba(31,170,82,.55); filter: brightness(1.07); }
.btn-sm { padding: 11px 17px; font-size: .9rem; }
.btn-lg { padding: 17px 30px; font-size: 1.05rem; }
.btn-block { width: 100%; }
.btn:active { transform: translateY(-1px) scale(.99); }

.link-arrow { display: inline-flex; align-items: center; gap: 7px; font-weight: 700; font-size: .96rem; color: var(--green-deep); }
.link-arrow .ic { transition: transform .2s; }
.link-arrow:hover .ic { transform: translate(3px,-3px); }

.stars { display: inline-flex; gap: 2px; color: var(--gold); }
.stars .ic { width: 16px; height: 16px; }
.stars.sm .ic { width: 13px; height: 13px; }

.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; background: var(--grad-green); z-index: 200; }

/* ============================================================================
   ANNOUNCEMENT
   ========================================================================== */
.announce { background: var(--mint); color: var(--ink); font-size: .85rem; font-weight: 500; position: relative; z-index: 90; border-bottom: 1px solid rgba(10,124,83,.14); }
.announce.hidden { display: none; }
.announce-inner { display: flex; align-items: center; justify-content: center; gap: 14px; padding: 9px 0; min-height: 40px; }
.announce-inner p { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; }
.announce-dot { color: var(--green-deep); display: inline-flex; }
.announce-dot .ic { width: 15px; height: 15px; }
.announce a { display: inline-flex; align-items: center; gap: 5px; font-weight: 700; color: var(--green-deep); }
.announce a .ic { width: 13px; height: 13px; }
.announce-x { position: absolute; right: clamp(16px,5vw,40px); display: flex; padding: 6px; border: none; background: transparent; color: var(--muted); border-radius: 8px; }
.announce-x:hover { background: rgba(10,124,83,.12); color: var(--ink); }
.announce-x .ic { width: 15px; height: 15px; }

/* ============================================================================
   HEADER
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(244,246,244,.8);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid transparent; transition: background .25s, border-color .25s, box-shadow .25s;
}
.site-header.scrolled { background: rgba(255,255,255,.9); border-bottom-color: var(--line); box-shadow: 0 6px 20px -16px rgba(14,26,22,.4); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: var(--header-h); gap: 20px; }
.brand { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand-logo { height: 28px; width: auto; display: block; transition: height .25s; }
.site-header.scrolled .brand-logo { height: 24px; }

/* wordmark */
.logo-wm { font-family: var(--font-display); font-weight: 800; letter-spacing: -.03em; color: var(--ink); display: inline-flex; align-items: baseline; line-height: 1; }
.logo-wm .amp { position: relative; color: var(--green-deep); }
.logo-wm-nav { font-size: 1.35rem; }

.nav-links { display: flex; align-items: center; gap: 2px; }
.nav-links a { font-weight: 600; font-size: .92rem; color: var(--body); padding: 9px 13px; border-radius: var(--r-sm); transition: color .18s, background .18s; }
.nav-links a:hover, .nav-links a.active { color: var(--ink); background: rgba(14,26,22,.05); }
.nav-actions { display: flex; align-items: center; gap: 12px; }

.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line-2); background: var(--surface); border-radius: 11px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; }
.nav-toggle span { width: 19px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .25s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.mobile-nav { display: none; flex-direction: column; gap: 4px; padding: 14px clamp(20px,5vw,56px) 26px; background: var(--surface); border-bottom: 1px solid var(--line); }
.mobile-nav.open { display: flex; animation: slideDown .28s ease; }
.mobile-nav a:not(.btn) { font-weight: 600; font-size: 1.05rem; color: var(--ink); padding: 13px 8px; border-bottom: 1px solid var(--line); }
.mobile-nav .btn { margin-top: 10px; }
@keyframes slideDown { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }

/* ============================================================================
   HERO
   ========================================================================== */
.hero { padding: clamp(44px,6vw,84px) 0 clamp(56px,7vw,96px); overflow: hidden; }
.hero-atmos { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hero-atmos::before { content:''; position:absolute; inset:0;
  background-image: linear-gradient(rgba(14,26,22,.028) 1px, transparent 1px), linear-gradient(90deg, rgba(14,26,22,.028) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(120% 80% at 50% 0%, #000 35%, transparent 75%);
  mask-image: radial-gradient(120% 80% at 50% 0%, #000 35%, transparent 75%);
}
.bloom { position: absolute; border-radius: 50%; filter: blur(80px); }
.bloom-1 { width: 460px; height: 460px; background: rgba(20,192,136,.18); top: -170px; left: -90px; }
.bloom-2 { width: 420px; height: 420px; background: rgba(46,134,230,.14); top: -130px; right: -100px; }
.hero-inner { position: relative; z-index: 1; text-align: center; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px;
  font-family: var(--font-mono); font-size: .72rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase;
  color: var(--green-deep); background: var(--mint); border: 1px solid rgba(10,124,83,.18);
  padding: 7px 14px; border-radius: var(--r-pill);
}
.hero-badge .ic { width: 14px; height: 14px; }
.hero-h1 { font-size: clamp(2.6rem, 6vw, 5rem); line-height: 1.04; letter-spacing: -0.035em; }
.hero-h1 .green {
  color: var(--green-deep); display: inline-block; padding-bottom: .16em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 10' preserveAspectRatio='none'%3E%3Cpath d='M3 7.2C50 2.8 150 2.6 197 5.8' fill='none' stroke='%2314c088' stroke-width='3.4' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat 50% 100% / 100% .14em;
}
.hero-h1 .num {
  font-variant-numeric: tabular-nums; display: inline-block; padding: 0 .13em;
  color: var(--green-deep); background: var(--mint);
  border: 1.5px solid rgba(10,124,83,.16); border-radius: .2em;
  transform: rotate(-1.8deg);
}
.hero-h1 .num:nth-of-type(2) { transform: rotate(1.4deg); }
.hero-h1 .num:nth-of-type(3) { transform: rotate(-1deg); }
.hero-sub { font-size: clamp(1.06rem,1.6vw,1.26rem); color: var(--body); margin: 24px auto 0; max-width: 660px; line-height: 1.62; }
.hero-sub strong { color: var(--ink); font-weight: 700; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.hero-note { margin-top: 14px; font-size: .82rem; color: var(--muted); }

/* hero stat trio */
.hero-stats { display: flex; justify-content: center; flex-wrap: wrap; gap: clamp(20px,4vw,52px); margin-top: 34px; }
.hero-stat { text-align: center; }
.hero-stat b { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.9rem,3vw,2.5rem); color: var(--ink); line-height: 1; letter-spacing: -.02em; display: block; }
.hero-stat b .accent { color: var(--green-deep); }
.hero-stat b span { display: inline; }
.hero-stat > span { font-size: .82rem; color: var(--muted); margin-top: 7px; display: block; max-width: 150px; }

/* awards */
.awards { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 30px; }
.award {
  display: inline-flex; align-items: center; gap: 11px;
  background: linear-gradient(135deg, #fdf8ed 0%, #fef4d0 50%, #fdf8ed 100%);
  border: 1.5px solid #d8be72; border-radius: 12px; padding: 9px 16px;
  box-shadow: 0 1px 6px rgba(201,168,64,.15), inset 0 1px 0 rgba(255,255,255,.7);
}
.award svg { flex-shrink: 0; color: #b8860b; }
.award-text { text-align: left; }
.award-title { font-size: .76rem; font-weight: 800; color: #7a5c00; line-height: 1.2; }
.award-sub { font-size: .64rem; font-weight: 500; color: #a07a20; line-height: 1.25; margin-top: 1px; }

/* proof row */
.hero-proof { display: inline-flex; align-items: center; gap: 16px; flex-wrap: wrap; justify-content: center; margin-top: 26px; font-size: .9rem; color: var(--muted); }
.hero-proof strong { color: var(--ink); }
.avatars { display: flex; }
.avatars span {
  width: 30px; height: 30px; border-radius: 50%; margin-left: -8px;
  border: 2px solid var(--bg); display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 700; font-size: .66rem; color: #fff;
}
.avatars span:first-child { margin-left: 0; }
.proof-i { display: inline-flex; align-items: center; gap: 8px; }
.hp-sep { width: 1px; height: 24px; background: var(--line-2); }

/* ============================================================================
   HERO INFRASTRUCTURE DIAGRAM  (1 → 3 → 9, single cohesive panel)
   ========================================================================== */
/* shared platform dot colours (used by method block + calculator) */
.pdot-grab { background: #00b14f; } .pdot-shopee { background: #ee4d2d; } .pdot-panda { background: #d70f64; }

/* ===== The Mac&Mad Method block ===== */
.method {
  margin-top: clamp(44px,5vw,68px);
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl);
  box-shadow: var(--sh-3); text-align: left; padding: clamp(26px,3.4vw,42px);
}
.method-head { text-align: center; max-width: 660px; margin: 0 auto clamp(26px,3.4vw,38px); }
.method-kicker { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.method-title { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.45rem,3vw,2.1rem); letter-spacing: -.02em; color: var(--ink); margin-top: 14px; line-height: 1.12; }
.method-sub { margin-top: 12px; color: var(--muted); font-size: .98rem; line-height: 1.6; }

.method-flow { display: flex; align-items: stretch; gap: 0; }
.method-kitchen { flex: 0 0 auto; align-self: center;
  display: flex; flex-direction: column; align-items: center; text-align: center; gap: 9px;
  width: clamp(148px,15vw,184px); padding: 22px 16px;
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--r-lg); }
.mk-ic { width: 48px; height: 48px; border-radius: 50%; display: grid; place-items: center; background: rgba(20,192,136,.12); color: var(--green-deep); }
.mk-ic .ic { width: 23px; height: 23px; }
.method-kitchen b { font-family: var(--font-display); font-weight: 800; font-size: .98rem; color: var(--ink); line-height: 1.25; }
.mk-sub { font-size: .72rem; color: var(--muted); font-family: var(--font-mono); text-transform: uppercase; letter-spacing: .06em; }

/* branching connector: kitchen -> 3 brands */
.method-trunk { flex: 0 0 auto; width: clamp(20px,2.4vw,34px); position: relative; }
.method-trunk::before { content:''; position: absolute; top: 50%; left: 0; width: 50%; height: 1.5px; background: var(--line-2); }
.method-trunk::after { content:''; position: absolute; left: 50%; top: 15%; bottom: 15%; width: 1.5px; background: var(--line-2); }

.method-brands { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 12px; }
.method-row { display: flex; align-items: center; gap: 0; position: relative; }
.method-row::before { content:''; position: absolute; top: 50%; left: calc(clamp(20px,2.4vw,34px) / -2); width: calc(clamp(20px,2.4vw,34px) / 2); height: 1.5px; background: var(--line-2); }
.mbrand { flex: 1 1 auto; min-width: 0; padding: 13px 16px; border-radius: var(--r); border: 1px solid; display: flex; flex-direction: column; gap: 2px; }
.mbrand-tag { font-family: var(--font-mono); font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.mbrand b { font-family: var(--font-display); font-weight: 800; font-size: 1rem; color: var(--ink); line-height: 1.2; }
.mbrand-sub { font-size: .77rem; color: var(--muted); }
.mbrand-a { background: rgba(224,153,42,.09); border-color: rgba(224,153,42,.32); }
.mbrand-a .mbrand-tag { color: #b9781d; }
.mbrand-b { background: rgba(46,134,230,.08); border-color: rgba(46,134,230,.30); }
.mbrand-b .mbrand-tag { color: #2e72d6; }
.mbrand-c { background: rgba(20,192,136,.10); border-color: rgba(20,192,136,.32); }
.mbrand-c .mbrand-tag { color: var(--green-deep); }

.mrow-line { flex: 0 0 auto; width: clamp(14px,1.8vw,26px); height: 1.5px; background: var(--line-2); }
.mplats { flex: 0 0 auto; width: clamp(150px,16vw,196px); display: flex; flex-direction: column; gap: 6px; }
.mplat { display: flex; align-items: center; gap: 8px; font-size: .76rem; font-weight: 700; color: var(--body); background: var(--paper); border: 1px solid var(--line); border-radius: 9px; padding: 7px 11px; }
.mplat .pdot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }
.mplat-live { width: 7px; height: 7px; border-radius: 50%; background: var(--green); margin-left: auto; box-shadow: 0 0 0 3px rgba(20,192,136,.15); flex-shrink: 0; }

.method-points { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: clamp(24px,3.2vw,36px); }
.mpoint { display: flex; gap: 14px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--r); padding: 16px 18px; }
.mpoint-n { font-family: var(--font-mono); font-size: .8rem; font-weight: 700; color: var(--green-deep); flex-shrink: 0; }
.mpoint p { font-size: .87rem; color: var(--muted); line-height: 1.55; }
.mpoint p strong { color: var(--ink); font-weight: 700; }

/* ============================================================================
   MARQUEE
   ========================================================================== */
.marquee-sec { padding: 34px 0; border-block: 1px solid var(--line); overflow: hidden; background: var(--surface); }
.marquee-label { text-align: center; font-family: var(--font-mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); margin-bottom: 22px; }
.marquee { position: relative; -webkit-mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.marquee-track { display: flex; align-items: center; gap: 26px; width: max-content; animation: marquee 46s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track .ml-logo { flex: 0 0 auto; height: 64px; width: 64px; object-fit: cover; border-radius: 15px; background: #fff; border: 1px solid var(--line); opacity: 1; transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.marquee-track .ml-logo:hover { transform: scale(1.28); border-color: var(--green); box-shadow: 0 16px 34px rgba(14,26,22,.22); position: relative; z-index: 3; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================================
   ICP QUALIFIER — editorial 3-column with dividers (not cards)
   ========================================================================== */
.icp { background: var(--bg); padding: clamp(56px,7vw,90px) 0; }
.icp-top { text-align: center; max-width: 700px; margin: 0 auto clamp(36px,4vw,52px); }
.icp-top .kicker { margin-bottom: 16px; }
.icp-top h2 { font-size: clamp(1.7rem,3vw,2.5rem); line-height: 1.1; }
.icp-cols { display: grid; grid-template-columns: repeat(3,1fr); gap: 0;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-1); }
.icp-col { padding: clamp(26px,3vw,40px) clamp(22px,2.4vw,34px); border-left: 1px solid var(--line); }
.icp-col:first-child { border-left: none; }
.icp-check { width: 36px; height: 36px; border-radius: 50%; background: var(--mint); color: var(--green-deep);
  display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.icp-check .ic { width: 19px; height: 19px; }
.icp-col h3 { font-size: 1.12rem; line-height: 1.3; margin-bottom: 8px; }
.icp-col p { font-size: .94rem; color: var(--body); line-height: 1.62; }
.icp-foot { text-align: center; margin-top: 26px; font-size: .9rem; color: var(--muted); font-style: italic; }

/* ============================================================================
   PROBLEM — centered editorial numbered list
   ========================================================================== */
.problem { background: var(--surface); }
.problem-list { max-width: 880px; margin: 0 auto; }
.leak { display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: center; padding: 28px 10px; border-top: 1px solid var(--line); transition: background-color .3s; }
.leak:hover { background-color: rgba(20,192,136,.045); }
.leak:last-child { border-bottom: 1px solid var(--line); }
.leak-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.7rem,2.6vw,2.3rem); line-height: 1; color: var(--line-2); min-width: 2ch; font-variant-numeric: tabular-nums; transition: color .3s; }
.leak:hover .leak-num { color: var(--green); }
.leak-body h3 { font-size: clamp(1.2rem,2vw,1.5rem); color: var(--ink); }
.leak-body p { color: var(--muted); margin-top: 6px; font-size: .98rem; line-height: 1.6; }
.leak-cost { text-align: right; white-space: nowrap; }
.leak-cost b { font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: var(--red); display: block; line-height: 1; }
.leak-cost span { font-size: .74rem; color: var(--red); opacity: .8; }

/* ============================================================================
   MANIFESTO — photo-backed statement
   ========================================================================== */
.manifesto {
  overflow: hidden; background-color: #06301f;
  background-image: linear-gradient(118deg, rgba(4,28,19,.92) 0%, rgba(6,54,37,.78) 52%, rgba(9,82,55,.6) 100%), url('the-shift.jpg');
  background-size: cover; background-position: center;
  padding: clamp(86px,12vw,170px) 0;
}
.manifesto-inner { text-align: center; max-width: 980px; margin: 0 auto; }
.manifesto .kicker { background: rgba(255,255,255,.12); color: #fff; border-color: rgba(255,255,255,.22); margin-bottom: 26px; }
.manifesto .kicker-dot { background: var(--green); }
.manifesto-h { font-family: var(--font-display); font-weight: 800; font-size: clamp(2rem,4.6vw,3.8rem); line-height: 1.1; letter-spacing: -.025em; color: #fff; }
.manifesto-h em { font-style: italic; color: var(--green); }
.manifesto-sub { margin: 24px auto 0; max-width: 620px; color: rgba(255,255,255,.82); font-size: clamp(1.04rem,1.5vw,1.18rem); line-height: 1.6; }
.manifesto .btn { margin-top: 32px; }

/* ============================================================================
   GROWTH OS — flow bar + alternating split feature rows
   ========================================================================== */
.gos { background: var(--bg); }
/* (the Diagnose→Convert flow indicator now lives in the carousel stepper) */

/* chains highlight */
.gos-chains { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center;
  max-width: 980px; margin: clamp(34px,4vw,50px) auto 0;
  background: var(--ink); color: #fff; border-radius: var(--r-xl); padding: clamp(26px,3vw,38px); }
.gos-chains-ic { width: 58px; height: 58px; border-radius: 15px; background: rgba(20,192,136,.16); color: var(--green);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.gos-chains-ic .ic { width: 28px; height: 28px; }
.gos-chains h3 { color: #fff; font-size: clamp(1.2rem,2vw,1.6rem); margin-bottom: 8px; }
.gos-chains p { color: rgba(255,255,255,.72); font-size: .98rem; line-height: 1.6; }
.gos-chains .tag { display: inline-block; margin-top: 12px; font-family: var(--font-mono); font-size: .74rem; color: var(--green);
  background: rgba(20,192,136,.12); border: 1px solid rgba(20,192,136,.25); padding: 5px 12px; border-radius: var(--r-pill); }

/* feature rows (zig-zag) */
/* ── feature rows → interactive carousel ── */
.gos-carousel { margin-top: clamp(46px,6vw,82px); --active-accent: var(--c-diag); }

/* stepper = nav + Diagnose→Convert journey in one */
.gosc-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; }
.gosc-step { display: flex; align-items: flex-start; gap: 13px; text-align: left; padding: 13px 15px; color: inherit;
  background: var(--surface); border: 1.5px solid var(--line); border-radius: 16px; cursor: pointer;
  transition: border-color .2s, background .2s, transform .2s, box-shadow .2s; }
.gosc-step:hover { transform: translateY(-2px); box-shadow: var(--sh-1); }
.gosc-step-n { flex-shrink: 0; width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center;
  font-family: var(--font-mono); font-size: .82rem; font-weight: 500; color: var(--muted); background: var(--cloud);
  transition: background .2s, color .2s; }
.gosc-step-tx { display: flex; flex-direction: column; line-height: 1.16; min-width: 0; }
.gosc-step-tx b { font-family: var(--font-display); font-weight: 800; font-size: .94rem; color: var(--ink); }
.gosc-step-tx small { font-family: var(--font-mono); font-size: .62rem; text-transform: none; letter-spacing: .01em; line-height: 1.32; color: var(--muted); margin-top: 4px; }
.gosc-step.is-active { border-color: var(--accent); background: var(--accent-soft); box-shadow: 0 8px 22px -12px var(--accent); }
.gosc-step.is-active .gosc-step-n { background: var(--accent); color: #fff; }
.gosc-step.is-active .gosc-step-tx small { color: var(--accent); }

/* stage = arrows flank a clipping viewport */
.gosc-stage { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 16px; margin-top: clamp(24px,3vw,38px); }
.gosc-arrow { width: 48px; height: 48px; border-radius: 50%; border: 1.5px solid var(--line-2); background: var(--surface);
  color: var(--ink); display: grid; place-items: center; cursor: pointer; transition: border-color .2s, color .2s, transform .2s; }
.gosc-arrow:hover { border-color: var(--active-accent); color: var(--active-accent); transform: scale(1.08); }
.gosc-arrow:active { transform: scale(.95); }
.gosc-arrow .ic { width: 22px; height: 22px; }

.gosc-viewport { overflow: hidden; transition: height .55s cubic-bezier(.5,.05,.2,1); }
.gosc-track { display: flex; align-items: flex-start; transition: transform .55s cubic-bezier(.5,.05,.2,1); }
.gosc-slide { flex: 0 0 100%; display: grid; grid-template-columns: 1fr 1fr; gap: clamp(30px,4vw,60px); align-items: center;
  opacity: .32; transition: opacity .5s ease; }
.gosc-slide.is-active { opacity: 1; }
.gosc-slide .gos-copy h3 { display: inline-block; }
.gosc-slide .gos-copy h3::after { content: ''; display: block; width: 46px; height: 4px; border-radius: 3px; background: var(--accent); margin-top: 14px; }

/* progress dots */
.gosc-dots { display: flex; justify-content: center; gap: 9px; margin-top: clamp(22px,3vw,32px); }
.gosc-dot { width: 9px; height: 9px; padding: 0; border: none; border-radius: 999px; background: var(--line-2); cursor: pointer;
  transition: width .3s, background .3s; }
.gosc-dot.is-active { width: 28px; background: var(--active-accent); }
.gos-copy h3 { font-size: clamp(1.6rem,2.6vw,2.3rem); line-height: 1.08; margin-bottom: 8px; }
.gos-copy .gos-sub { font-family: var(--font-mono); font-size: .8rem; color: var(--muted); text-transform: uppercase; letter-spacing: .06em; margin-bottom: 18px; }
.gos-copy > p { font-size: 1.04rem; color: var(--body); line-height: 1.65; margin-bottom: 22px; }
.gos-feats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.gos-feat { display: flex; align-items: flex-start; gap: 11px; font-size: .94rem; font-weight: 600; color: var(--ink); line-height: 1.4; }
.gos-feat-ic { width: 30px; height: 30px; border-radius: 9px; background: var(--accent-soft); color: var(--accent);
  display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.gos-feat-ic .ic { width: 16px; height: 16px; }

/* viz frame */
.gos-viz { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: var(--sh-3);
  padding: clamp(22px,2.6vw,30px); position: relative; }
.gos-viz::before { content: ''; position: absolute; top: -1px; left: 36px; width: 52px; height: 4px;
  border-radius: 0 0 5px 5px; background: var(--accent); }
.gos-viz-title { font-family: var(--font-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 16px; }
.gos-viz-title + .gos-viz-title { margin-top: 22px; }

/* — viz 01: growth score ring + bars — */
.ie-top { display: grid; grid-template-columns: auto 1fr; gap: 22px; align-items: center; }
.ie-ring { position: relative; width: 116px; height: 116px; }
.ie-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.ie-ring-label { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.ie-ring-num { font-family: var(--font-display); font-weight: 800; font-size: 2.2rem; color: var(--ink); line-height: 1; }
.ie-ring-den { font-size: .74rem; color: var(--muted); }
.ie-ring-cap { text-align: center; font-size: .72rem; color: var(--muted); margin-top: 8px; }
.ie-bars { display: flex; flex-direction: column; gap: 10px; }
.ie-bar { display: grid; grid-template-columns: 92px 1fr 28px; gap: 10px; align-items: center; }
.ie-bar-lbl { font-size: .76rem; color: var(--body); font-weight: 600; }
.ie-bar-track { height: 8px; border-radius: 999px; background: var(--cloud); overflow: hidden; }
.ie-bar-fill { display: block; height: 100%; border-radius: 999px; }
.ie-bar-val { font-family: var(--font-display); font-weight: 700; font-size: .82rem; color: var(--ink); text-align: right; }
.ie-issues { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 20px; padding-top: 18px; border-top: 1px solid var(--line); }
.ie-issue { display: inline-flex; align-items: center; gap: 6px; font-size: .76rem; font-weight: 600; color: #a05a00;
  background: #fdf3e2; border: 1px solid #f1dcb6; padding: 5px 11px; border-radius: var(--r-pill); }

/* — viz 02: menu architecture flow + set meals — */
.ma-flow { display: flex; align-items: stretch; gap: 6px; flex-wrap: wrap; }
.ma-step { flex: 1; min-width: 84px; text-align: center; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 12px 6px; }
.ma-step b { display: block; font-size: .8rem; color: var(--ink); font-weight: 700; }
.ma-step span { font-size: .68rem; color: var(--muted); }
.ma-sets { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.ma-set { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 14px 12px; text-align: center; position: relative; }
.ma-set.hi { border-color: var(--accent); background: var(--accent-soft); box-shadow: 0 8px 22px -12px rgba(17,163,108,.5); }
.ma-set-lbl { font-size: .74rem; color: var(--muted); }
.ma-set-price { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; color: var(--ink); margin-top: 4px; }
.ma-set-tag { display: inline-block; margin-top: 6px; font-size: .62rem; font-weight: 800; color: var(--accent); }

/* — viz 03: profit table + brand options — */
.pl-tbl { width: 100%; border-collapse: collapse; font-size: .82rem; }
.pl-tbl th { text-align: left; font-family: var(--font-mono); font-weight: 500; font-size: .68rem; text-transform: uppercase; letter-spacing: .04em; color: var(--muted); padding: 0 8px 10px; }
.pl-tbl th:nth-child(n+2), .pl-tbl td:nth-child(n+2) { text-align: right; }
.pl-tbl td { padding: 9px 8px; border-top: 1px solid var(--line); color: var(--body); }
.pl-tbl td:first-child { color: var(--ink); font-weight: 600; }
.pl-score { display: inline-block; min-width: 30px; text-align: center; font-family: var(--font-display); font-weight: 800; font-size: .78rem; padding: 2px 7px; border-radius: 7px; }
.pl-hi { background: var(--mint); color: var(--green-deep); }
.pl-mid { background: var(--sky); color: var(--blue-deep); }
.pl-lo { background: #fbeaea; color: var(--red); }
.pl-brands { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 8px; }
.pl-brand { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; padding: 14px 12px; text-align: center; }
.pl-brand-ic { width: 34px; height: 34px; border-radius: 9px; margin: 0 auto 9px; display: flex; align-items: center; justify-content: center; background: var(--accent-soft); color: var(--accent); }
.pl-brand-ic .ic { width: 18px; height: 18px; }
.pl-brand b { display: block; font-size: .82rem; color: var(--ink); }
.pl-brand span { font-size: .68rem; color: var(--muted); line-height: 1.4; display: block; margin-top: 2px; }

/* — viz 04: photo + banner templates + platform chips — */
.cs-photos { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.cs-photo { aspect-ratio: 1/1; border-radius: 12px; position: relative; display: flex; align-items: flex-end; padding: 10px; overflow: hidden; }
.cs-photo .ic { position: absolute; top: 12px; left: 12px; width: 22px; height: 22px; color: rgba(255,255,255,.85); }
.cs-photo-cap { font-size: .68rem; font-weight: 700; color: #fff; }
.cs-banners { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.cs-banner { border-radius: 12px; padding: 14px; display: flex; flex-direction: column; justify-content: space-between; min-height: 84px; }
.cs-banner-txt { font-family: var(--font-display); font-weight: 800; color: #fff; font-size: .92rem; line-height: 1.2; }
.cs-banner-badge { align-self: flex-start; margin-top: 10px; font-size: .6rem; font-weight: 800; padding: 3px 9px; border-radius: var(--r-pill); }
.cs-plats { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.cs-plat { display: inline-flex; align-items: center; gap: 7px; font-size: .76rem; font-weight: 700; color: var(--body);
  background: var(--paper); border: 1px solid var(--line); padding: 6px 12px; border-radius: var(--r-pill); }
.cs-plat .pdot { width: 8px; height: 8px; border-radius: 50%; }

/* bottom strip */
.gos-strip { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap;
  max-width: 1040px; margin: clamp(50px,7vw,84px) auto 0; padding: 20px 26px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); box-shadow: var(--sh-1); }
.gos-strip-l { display: flex; align-items: center; gap: 11px; font-size: .9rem; font-weight: 600; color: var(--body); }
.gos-strip-l .ic { width: 18px; height: 18px; color: var(--green-deep); }
.gos-strip-r { font-size: .92rem; color: var(--muted); }
.gos-strip-r b { font-family: var(--font-display); color: var(--green-deep); }

/* ============================================================================
   LIVE DASHBOARD — dark cohesive panel
   ========================================================================== */
.dash { background: var(--ink); color: #fff; }
.dash-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 22px; flex-wrap: wrap; margin-bottom: 32px; }
.dash-head .kicker { background: rgba(255,255,255,.1); color: #fff; border-color: rgba(255,255,255,.2); margin-bottom: 14px; }
.dash-head h2 { color: #fff; font-size: clamp(1.7rem,3vw,2.6rem); }
.dash-brand { display: flex; align-items: center; gap: 14px; width: fit-content; margin: 20px 0 22px;
  padding: 9px 18px 9px 9px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 16px; }
.dash-brand-mark { display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 11px; flex: 0 0 auto;
  background: #fff; box-shadow: 0 8px 20px -10px rgba(0,0,0,.6); overflow: hidden; }
.dash-brand-mark img { width: 100%; height: 100%; object-fit: contain; display: block; }
.dash-brand-id { display: flex; flex-direction: column; gap: 5px; line-height: 1.05; }
.dash-brand-id b { font-family: var(--font-display); font-weight: 800; font-size: 1rem; line-height: 1.2; color: #fff; letter-spacing: -.01em; max-width: 30ch; }
.dash-brand-id i { display: inline-flex; align-items: center; gap: 5px; font-family: var(--font-mono); font-style: normal; font-weight: 500;
  font-size: .58rem; text-transform: uppercase; letter-spacing: .1em; color: var(--green); }
.dash-brand-id i .ic { width: 12px; height: 12px; }
.dash-context { display: inline-flex; align-items: center; gap: 9px; font-size: .86rem; color: rgba(255,255,255,.6);
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); padding: 9px 15px; border-radius: var(--r-pill); }
.dash-context .ic { width: 16px; height: 16px; color: var(--green); }
.dash-context strong { color: #fff; }
.dash-panel { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 1px; background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-xl); overflow: hidden; }
.dash-cell { background: #141f1a; padding: clamp(22px,2.6vw,30px); }
.dash-cell.wide:last-child { grid-column: 1 / -1; }
.dm-live { display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-mono); font-size: .64rem; text-transform: uppercase; letter-spacing: .1em; color: var(--green); margin-bottom: 12px; }
.dm-live::before { content:''; width: 7px; height: 7px; border-radius: 50%; background: var(--green); animation: pulse 2s ease-out infinite; }
@keyframes pulse { 0% { box-shadow: 0 0 0 0 rgba(20,192,136,.6); } 70%,100% { box-shadow: 0 0 0 7px rgba(20,192,136,0); } }
.dm-lbl { font-size: .82rem; color: rgba(255,255,255,.55); }
.dm-val { font-family: var(--font-display); font-weight: 800; font-size: clamp(1.9rem,3vw,2.7rem); color: #fff; line-height: 1; margin-top: 6px; letter-spacing: -.02em; }
.dm-badge { display: inline-block; margin-top: 10px; font-size: .76rem; font-weight: 700; color: var(--green); background: rgba(20,192,136,.14); padding: 4px 11px; border-radius: var(--r-pill); }
.dm-spark { margin-top: 16px; }
.dm-spark svg { width: 100%; height: 56px; display: block; }
.dm-bars { display: flex; align-items: flex-end; gap: 6px; height: 56px; margin-top: 16px; }
.dm-bars span { flex: 1; background: rgba(255,255,255,.14); border-radius: 4px 4px 2px 2px; height: var(--h); }
.dm-bars span.hi { background: var(--green); }
.dm-sub { font-size: .86rem; color: rgba(255,255,255,.5); margin-top: 10px; line-height: 1.5; }
.dash-note { margin-top: 20px; font-size: .82rem; color: rgba(255,255,255,.45); text-align: center; }
.dash-note strong { color: rgba(255,255,255,.7); }

/* ============================================================================
   RESULTS — count-up divided band
   ========================================================================== */
.results { background: var(--surface); }
.stat-band { display: grid; grid-template-columns: repeat(4,1fr); background: var(--bg); border: 1px solid var(--line);
  border-radius: var(--r-xl); overflow: hidden; box-shadow: var(--sh-1); }
.stat-cell { padding: clamp(28px,3.4vw,46px) clamp(20px,2.4vw,32px); border-left: 1px solid var(--line); text-align: center; }
.stat-cell:first-child { border-left: none; }
.stat-num { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.4rem,4vw,3.4rem); line-height: 1; letter-spacing: -.03em;
  background: linear-gradient(140deg, var(--green-deep), var(--blue)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.stat-cell p { color: var(--body); margin-top: 10px; font-size: .92rem; line-height: 1.45; }

/* ============================================================================
   PROOF WALL — dark, number-first cards on two opposing marquee rows
   ========================================================================== */
.proofwall { background: var(--ink); color: #fff; overflow: hidden; }
.pw-head { text-align: center; max-width: 640px; margin: 0 auto clamp(34px,4.5vw,52px); }
.pw-head .kicker { background: rgba(20,192,136,.14); color: var(--green); border-color: rgba(20,192,136,.28); margin-bottom: 14px; }
.pw-head h2 { color: #fff; }
.pw-head .sec-lead { color: rgba(255,255,255,.58); }
.pw-hint { color: rgba(255,255,255,.34); font-size: .82em; }

.pw-rows { display: flex; flex-direction: column; gap: 18px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.pw-row { overflow: hidden; }
.pw-track { display: flex; align-items: flex-start; gap: 18px; width: max-content; }
.pw-track.looped { animation: pwScroll 64s linear infinite; }
.pw-track.pw-track-rev.looped { animation-direction: reverse; animation-duration: 74s; }
.pw-rows:hover .pw-track.looped { animation-play-state: paused; }
@keyframes pwScroll { to { transform: translateX(-50%); } }

.rw-card { flex: 0 0 auto; width: 270px; background: #141f1a; border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-lg); padding: 22px 24px 24px; transition: transform .25s, border-color .25s, box-shadow .25s; }
.rw-card:hover { transform: translateY(-5px); border-color: rgba(20,192,136,.5); box-shadow: 0 18px 42px -22px rgba(20,192,136,.55); }
.rw-head b { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.06rem; color: #fff; line-height: 1.15; }
.rw-head i { display: block; font-family: var(--font-mono); font-style: normal; font-size: .62rem; text-transform: uppercase; letter-spacing: .04em; color: rgba(255,255,255,.4); margin-top: 5px; }
.rw-num { display: block; font-family: var(--font-display); font-weight: 800; font-size: 2.9rem; line-height: 1; letter-spacing: -.035em; margin: 18px 0 9px;
  background: linear-gradient(140deg, #2ce8a8, #0fa06c); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; color: transparent; }
.rw-meta { display: block; font-size: .8rem; color: rgba(255,255,255,.62); line-height: 1.4; }
.rw-badge { display: inline-flex; align-items: center; gap: 5px; margin-top: 13px; font-size: .62rem; font-weight: 800; color: var(--gold);
  background: rgba(245,182,46,.12); border: 1px solid rgba(245,182,46,.32); padding: 4px 10px; border-radius: var(--r-pill); text-transform: uppercase; letter-spacing: .05em; }
.rw-badge .ic { width: 12px; height: 12px; }
.rw-sig { display: block; margin-top: 13px; width: 100%; max-width: 168px; height: auto; border-radius: 8px; border: 1px solid rgba(245,182,46,.32); }
.rw-card.rw-star { border-color: rgba(245,182,46,.4); background: linear-gradient(165deg, #221f14, #141f1a 60%); }
.rw-card.rw-star .rw-num { background: linear-gradient(140deg, #ffd25e, #e0992a); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }

/* card → clickable into the modal */
.rw-card[data-case] { cursor: pointer; }
.rw-card[data-case]:focus-visible { outline: 3px solid var(--green); outline-offset: 3px; }
.rw-open { display: inline-flex; align-items: center; gap: 6px; margin-top: 14px; font-family: var(--font-mono); font-size: .58rem; font-weight: 500;
  text-transform: uppercase; letter-spacing: .09em; color: var(--green); opacity: 1;
  transition: gap .25s, color .25s; }
.rw-open .ic { width: 11px; height: 11px; }
.rw-card:hover .rw-open, .rw-card:focus-visible .rw-open { gap: 10px; }
.rw-card.rw-star .rw-open { color: var(--gold); }

/* section-level CTA — tells visitors the cards are clickable */
.pw-cta { display: inline-flex; align-items: center; gap: 10px; margin: clamp(30px,4vw,46px) auto 0; cursor: pointer;
  font-family: var(--font-mono); font-size: .76rem; font-weight: 500; text-transform: uppercase; letter-spacing: .08em; color: var(--ink);
  background: var(--green); border: none; border-radius: var(--r-pill); padding: 15px 28px;
  box-shadow: 0 14px 34px -14px rgba(20,192,136,.7); transition: transform .22s, box-shadow .22s, background .22s; }
.pw-cta .ic { width: 15px; height: 15px; transition: transform .22s; }
.pw-cta:hover { transform: translateY(-2px); background: #18d093; box-shadow: 0 20px 42px -16px rgba(20,192,136,.85); }
.pw-cta:hover .ic { transform: translate(3px,-3px); }
.pw-cta:focus-visible { outline: 3px solid #fff; outline-offset: 3px; }
.proofwall .wrap { text-align: center; }

/* ============================================================================
   CASE MODAL + LIGHTBOX
   ========================================================================== */
.cmodal { position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; padding: clamp(10px,3vw,40px);
  opacity: 0; visibility: hidden; transition: opacity .3s ease, visibility .3s ease; }
.cmodal.open { opacity: 1; visibility: visible; }
.cm-scrim { position: absolute; inset: 0; background: rgba(6,16,12,.72); backdrop-filter: blur(6px); -webkit-backdrop-filter: blur(6px); }
.cm-dialog { position: relative; z-index: 1; display: flex; flex-direction: column; width: min(940px, 100%); max-height: 90vh; overflow: hidden;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); box-shadow: 0 40px 110px -30px rgba(0,0,0,.6);
  transform: translateY(20px) scale(.985); transition: transform .4s cubic-bezier(.3,1,.4,1); }
.cmodal.open .cm-dialog { transform: none; }
.cm-close { flex: 0 0 auto; align-self: flex-end; margin: 14px 14px 0 0; width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid var(--line-2); background: var(--surface); color: var(--ink); display: grid; place-items: center; transition: background .2s, transform .3s; }
.cm-close:hover { background: var(--bg); transform: rotate(90deg); }
.cm-close .ic { width: 18px; height: 18px; }
.cm-body { flex: 1 1 auto; overflow-y: auto; overscroll-behavior: contain; padding: 4px clamp(24px,3.4vw,44px) clamp(28px,3.4vw,44px); }

.cd-eyebrow { display: block; font-family: var(--font-mono); font-size: .7rem; text-transform: uppercase; letter-spacing: .05em; color: var(--muted); line-height: 1.5; }
.cd-sig { display: inline-flex; align-items: center; gap: 6px; margin-top: 12px; font-family: var(--font-mono); font-size: .64rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
  color: #8a6000; background: linear-gradient(135deg,#fef4d0,#fdf8ed); border: 1px solid #e3c873; padding: 5px 12px; border-radius: var(--r-pill); }
.cd-sig .ic { width: 13px; height: 13px; color: #c8930c; }
.cd-title { font-size: clamp(1.7rem,3vw,2.5rem); line-height: 1.08; margin-top: 12px; }
.cd-tag { font-size: clamp(1.02rem,1.5vw,1.18rem); color: var(--body); line-height: 1.5; margin-top: 12px; max-width: 62ch; font-weight: 500; }
.cd-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; margin-top: 24px; background: var(--line); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; }
.cd-stat { background: var(--paper); padding: 16px 12px; text-align: center; }
.cd-stat b { display: block; font-family: var(--font-display); font-weight: 800; font-size: clamp(1.05rem,1.7vw,1.35rem); color: var(--green-deep); line-height: 1.1; }
.cd-stat span { display: block; font-size: .66rem; color: var(--muted); margin-top: 5px; line-height: 1.3; }

.cd-gallery { display: flex; gap: 12px; overflow-x: auto; margin: 26px 0 2px; padding-bottom: 10px; scroll-snap-type: x proximity; scrollbar-width: thin; }
.cd-shot { flex: 0 0 auto; height: clamp(240px,40vh,360px); padding: 0; border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; background: var(--bg); cursor: zoom-in; scroll-snap-align: start; transition: transform .2s, border-color .2s; }
.cd-shot:hover { transform: translateY(-3px); border-color: rgba(20,192,136,.5); }
.cd-shot img { height: 100%; width: auto; display: block; }

.cd-prose { margin-top: 28px; }
.cd-block { margin-bottom: 22px; }
.cd-block h4 { font-family: var(--font-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--green-deep); margin-bottom: 10px; }
.cd-block > p { color: var(--body); line-height: 1.65; }
.cd-block ul { display: flex; flex-direction: column; gap: 10px; }
.cd-block li { position: relative; padding-left: 22px; color: var(--body); line-height: 1.55; font-size: .96rem; }
.cd-block li::before { content: ''; position: absolute; left: 2px; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.cd-results li::before { background: var(--green-deep); }
.cd-block b { color: var(--ink); font-weight: 700; }
.cd-take { margin-top: 6px; padding: 16px 20px; background: var(--mint); border: 1px solid rgba(10,124,83,.18); border-radius: var(--r); color: var(--green-ink); font-weight: 600; line-height: 1.5; }

.cm-lightbox { position: fixed; inset: 0; z-index: 10; display: flex; align-items: center; justify-content: center; padding: clamp(16px,4vw,40px);
  background: rgba(6,16,12,.9); opacity: 0; visibility: hidden; transition: opacity .25s ease, visibility .25s ease; }
.cm-lightbox.open { opacity: 1; visibility: visible; }
.cm-lightbox img { max-width: 100%; max-height: 92vh; border-radius: var(--r); box-shadow: 0 30px 80px -20px rgba(0,0,0,.7); }
.cm-lb-close { position: absolute; top: 18px; right: 18px; width: 44px; height: 44px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3);
  background: rgba(255,255,255,.1); color: #fff; display: grid; place-items: center; transition: background .2s; }
.cm-lb-close:hover { background: rgba(255,255,255,.2); }
.cm-lb-close .ic { width: 20px; height: 20px; }
@media (max-width: 620px) {
  .cd-stats { grid-template-columns: repeat(2,1fr); }
}

/* ============================================================================
   CASES — before/after, uniform 3-up
   ========================================================================== */
.cases { background: var(--bg); }
.cases-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; flex-wrap: wrap; margin-bottom: 40px; }
.cases-head .sec-head { margin: 0; text-align: left; max-width: 600px; }
.cases-head .sec-head .kicker { margin-bottom: 16px; }
.cases-head .sec-sub { font-size: .98rem; color: var(--muted); max-width: 400px; line-height: 1.6; }
.cases-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.case-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px;
  display: flex; flex-direction: column; transition: transform .26s, box-shadow .26s, border-color .26s; }
.case-card:hover { transform: translateY(-5px); box-shadow: var(--sh-2); border-color: rgba(20,192,136,.4); }
.case-head { display: flex; align-items: center; gap: 13px; }
.case-logo { width: 54px; height: 54px; border-radius: 12px; flex: 0 0 auto; overflow: hidden;
  background: #fff; border: 1px solid var(--line); display: inline-flex; align-items: center; justify-content: center; }
.case-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.case-id { min-width: 0; }
.case-brand { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; color: var(--ink); line-height: 1.15; }
.case-meta { font-family: var(--font-mono); font-size: .72rem; color: var(--muted); text-transform: uppercase; letter-spacing: .04em; margin-top: 5px; }
.case-ba { display: flex; align-items: center; gap: 14px; margin: 20px 0; padding: 16px; background: var(--bg); border: 1px solid var(--line); border-radius: var(--r); }
.ba-block { flex: 1; text-align: center; }
.ba-lbl { font-size: .68rem; font-family: var(--font-mono); text-transform: uppercase; letter-spacing: .06em; color: var(--muted); }
.ba-before { font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; color: var(--muted); margin-top: 4px; }
.ba-after { font-family: var(--font-display); font-weight: 800; font-size: 1.6rem; color: var(--green-deep); margin-top: 4px; }
.ba-arrow { color: var(--green); display: flex; }
.ba-arrow .ic { width: 20px; height: 20px; }
.case-period { font-size: .82rem; font-weight: 700; color: var(--green-deep); }
.case-change { font-size: .92rem; color: var(--body); line-height: 1.55; margin-top: 10px; }
.case-quote { font-size: .95rem; color: var(--ink); line-height: 1.55; font-style: italic; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--line); }
.case-author { font-size: .82rem; color: var(--muted); margin-top: 10px; font-weight: 600; }

/* ============================================================================
   TEAM — uniform avatar cards
   ========================================================================== */
.team { background: var(--surface); }
.team-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.team-card { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 26px 22px; text-align: center;
  display: flex; flex-direction: column; align-items: center; transition: transform .24s, box-shadow .24s; }
.team-card:hover { transform: translateY(-4px); box-shadow: var(--sh-2); }
.team-av { position: relative; width: 76px; height: 76px; border-radius: 50%; overflow: hidden; display: flex; align-items: center; justify-content: center;
  font-family: var(--font-display); font-weight: 800; font-size: 1.5rem; color: #fff;
  transition: transform .35s cubic-bezier(.34,1.4,.64,1); }
.team-av img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.team-av-fallback { position: absolute; inset: 0; display: grid; place-items: center; }
.team-av.founder { background: linear-gradient(140deg, var(--green), var(--green-2)); box-shadow: 0 0 0 3px rgba(20,192,136,.32); }
.team-av.staff { background: linear-gradient(140deg, var(--blue), var(--blue-deep)); box-shadow: 0 0 0 3px rgba(46,134,230,.3); }
.team-card:hover .team-av { transform: scale(1.06) rotate(-4deg); }
.team-badge { margin-top: 12px; font-family: var(--font-mono); font-size: .62rem; text-transform: uppercase; letter-spacing: .08em;
  color: var(--green-deep); background: var(--mint); padding: 3px 10px; border-radius: var(--r-pill); }
.team-badge.empty { background: transparent; color: transparent; border: 1px solid transparent; }
.team-role { font-size: .78rem; color: var(--muted); margin-top: 12px; font-weight: 600; }
.team-name { font-family: var(--font-display); font-weight: 800; font-size: 1.2rem; color: var(--ink); margin-top: 2px; }
.team-quote { font-size: .84rem; color: var(--body); line-height: 1.55; font-style: italic; margin-top: 12px; }

/* ============================================================================
   CALCULATOR — inputs | output split
   ========================================================================== */
.calc { background: var(--bg); }
.calc-grid { display: grid; grid-template-columns: 1fr 1.05fr; gap: 22px; align-items: start; max-width: 1080px; margin: 0 auto; }
.calc-inputs { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(24px,3vw,36px); box-shadow: var(--sh-1); }
.calc-sec-lbl { font-family: var(--font-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); margin-bottom: 16px; }
.calc-sec-lbl:not(:first-child) { margin-top: 26px; }
.calc-row { margin-bottom: 20px; }
.calc-row-top { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.calc-row-top label { font-weight: 600; font-size: .94rem; color: var(--ink); }
.calc-val { font-family: var(--font-display); font-weight: 800; font-size: 1.05rem; color: var(--green-deep); }
.slider { -webkit-appearance: none; appearance: none; width: 100%; height: 7px; border-radius: 999px;
  background: linear-gradient(90deg, var(--green) var(--p,20%), var(--line) var(--p,20%)); cursor: pointer; }
.slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 22px; height: 22px; border-radius: 50%; background: #fff; border: 4px solid var(--green); box-shadow: var(--sh-1); }
.slider::-moz-range-thumb { width: 18px; height: 18px; border-radius: 50%; background: #fff; border: 4px solid var(--green); }
.slider-hints { display: flex; justify-content: space-between; margin-top: 7px; font-size: .68rem; color: var(--muted); }
.ptoggles { display: flex; gap: 8px; flex-wrap: wrap; }
.ptog { flex: 1; min-width: 90px; text-align: center; font-weight: 700; font-size: .84rem; padding: 11px 8px; border-radius: var(--r-sm);
  border: 1.6px solid; cursor: pointer; transition: all .16s; display: flex; align-items: center; justify-content: center; gap: 7px;
  appearance: none; -webkit-appearance: none; }
.ptog .pdot { width: 8px; height: 8px; border-radius: 50%; }
.ptog-grab.on { border-color: #00b14f; background: rgba(0,177,79,.08); color: #00833b; }
.ptog-shopee.on { border-color: #ee4d2d; background: rgba(238,77,45,.08); color: #c43618; }
.ptog-panda.on { border-color: #d70f64; background: rgba(215,15,100,.08); color: #b00c52; }
.ptog.off { border-color: var(--line-2); background: var(--bg); color: var(--muted); }
.ptog.off .pdot { background: var(--line-2) !important; }
.brand-btns { display: flex; gap: 8px; }
.brand-btn { flex: 1; text-align: center; font-weight: 700; font-size: .9rem; padding: 12px; border-radius: var(--r-sm);
  border: 1.6px solid var(--line-2); background: var(--bg); color: var(--body); cursor: pointer; transition: all .16s;
  appearance: none; -webkit-appearance: none; }
.brand-btn.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.calc-note { margin-top: 18px; font-size: .76rem; color: var(--muted); line-height: 1.55; }
.calc-note strong { color: var(--ink); }

.calc-output { background: var(--ink); border-radius: var(--r-xl); padding: clamp(24px,3vw,34px); color: #fff; box-shadow: var(--sh-2); }
.coh-lbl { font-size: .82rem; color: rgba(255,255,255,.55); }
.coh-rev { font-family: var(--font-display); font-weight: 800; font-size: clamp(2.6rem,5vw,3.8rem); line-height: 1; margin-top: 8px; letter-spacing: -.03em; }
.coh-rev .accent { color: var(--green); }
.coh-desc { font-size: .84rem; color: rgba(255,255,255,.5); margin-top: 8px; }
.coh-vs { margin-top: 14px; font-size: .86rem; color: rgba(255,255,255,.7); padding-top: 14px; border-top: 1px solid rgba(255,255,255,.12); }
.coh-uplift { color: var(--green); font-weight: 800; }
.cog { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 18px; }
.cog-card { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r); padding: 14px 16px; }
.cog-lbl { font-size: .72rem; color: rgba(255,255,255,.5); }
.cog-val { font-family: var(--font-display); font-weight: 800; font-size: 1.4rem; margin-top: 4px; }
.cog-val.green { color: var(--green); } .cog-val.amber { color: var(--gold); }
.cog-sub { font-size: .68rem; color: rgba(255,255,255,.4); margin-top: 2px; }
.cbc { margin-top: 18px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r); padding: 16px 18px; }
.cbc-title { font-size: .76rem; color: rgba(255,255,255,.55); margin-bottom: 12px; }
.cbc-row { display: grid; grid-template-columns: 80px 1fr 72px; gap: 10px; align-items: center; margin-bottom: 8px; }
.cbc-row:last-child { margin-bottom: 0; }
.cbc-lbl { font-size: .78rem; color: rgba(255,255,255,.7); }
.cbc-track { height: 8px; border-radius: 999px; background: rgba(255,255,255,.1); overflow: hidden; }
.cbc-bar { display: block; height: 100%; border-radius: 999px; transition: width .6s cubic-bezier(.34,1,.4,1); }
.bar-grab { background: #00b14f; } .bar-shopee { background: #ee4d2d; } .bar-panda { background: #d70f64; }
.cbc-val { font-family: var(--font-display); font-weight: 700; font-size: .82rem; text-align: right; }
.calc-cta { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; margin-top: 18px; padding: 18px; background: var(--green); border-radius: var(--r); color: var(--green-ink); }
.calc-cta-txt { font-size: .88rem; line-height: 1.5; } .calc-cta-txt strong { display: block; font-weight: 800; }
.calc-cta .btn { background: var(--green-ink); color: #fff; flex-shrink: 0; }
.calc-cta .btn:hover { transform: translateY(-3px); }

/* ============================================================================
   JOURNEY — vertical alternating timeline (dark)
   ========================================================================== */
.journey { background: var(--ink); color: #fff; overflow: hidden; }
.journey-head { text-align: center; max-width: 660px; margin: 0 auto clamp(48px,6vw,72px); }
.journey-head .kicker { background: rgba(20,192,136,.14); color: var(--green); border-color: rgba(20,192,136,.28); margin-bottom: 16px; }
.journey-head h2 { color: #fff; }
.journey-head h2 .green { color: var(--green); }
.journey-head p { color: rgba(255,255,255,.6); margin-top: 16px; line-height: 1.7; }
/* ── Growth roadmap — one spacious step at a time ── */
.jrm { --n: 5; }

/* stepper rail = the path + your progress + the nav */
.jrm-rail { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); margin-bottom: clamp(30px,4vw,48px); }
.jrm-rail-track { position: absolute; top: 22px; left: 10%; right: 10%; height: 2px; border-radius: 2px; background: rgba(255,255,255,.13); }
.jrm-rail-fill { display: block; height: 100%; width: 0; border-radius: 2px; background: linear-gradient(90deg, var(--green-2), var(--green));
  box-shadow: 0 0 12px rgba(20,192,136,.55); transition: width .6s cubic-bezier(.5,.05,.2,1); }
.jrm-step { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; gap: 12px;
  background: none; border: none; padding: 0; cursor: pointer; color: inherit; }
.jrm-dot { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: #141f1a;
  border: 2px solid rgba(255,255,255,.2); color: rgba(255,255,255,.5); font-family: var(--font-mono); font-weight: 500; font-size: .86rem;
  box-shadow: 0 0 0 6px var(--ink); transition: transform .4s cubic-bezier(.34,1.5,.6,1), background .3s, border-color .3s, color .3s, box-shadow .3s; }
.jrm-dot.jrm-dot-sm { font-size: .6rem; letter-spacing: -.03em; }
.jrm-step:hover .jrm-dot { border-color: var(--green); color: var(--green); }
.jrm-step.is-done .jrm-dot { border-color: var(--green); color: var(--green); }
.jrm-step.is-active .jrm-dot { background: var(--green); border-color: var(--green); color: var(--green-ink);
  transform: scale(1.16); box-shadow: 0 0 0 6px var(--ink), 0 10px 28px -6px rgba(20,192,136,.8); }
.jrm-step.is-active .jrm-dot.jrm-dot-fin { box-shadow: 0 0 0 6px var(--ink), 0 0 0 8px rgba(20,192,136,.25), 0 10px 28px -6px rgba(20,192,136,.8); }
.jrm-step-lbl { font-family: var(--font-mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .05em; white-space: nowrap;
  color: rgba(255,255,255,.4); transition: color .3s; }
.jrm-step.is-done .jrm-step-lbl { color: rgba(255,255,255,.62); }
.jrm-step.is-active .jrm-step-lbl { color: #fff; }
.jrm-step:focus-visible { outline: none; }
.jrm-step:focus-visible .jrm-dot { box-shadow: 0 0 0 6px var(--ink), 0 0 0 9px var(--green); }

/* stage = arrows flank ONE spacious detail card */
.jrm-stage { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: clamp(12px,2vw,22px); }
.jrm-arrow { width: 52px; height: 52px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,.2); background: rgba(255,255,255,.05);
  color: #fff; display: grid; place-items: center; cursor: pointer; transition: border-color .2s, color .2s, background .2s, transform .2s, opacity .2s; }
.jrm-arrow:hover:not(:disabled) { border-color: var(--green); color: var(--green); background: rgba(20,192,136,.1); transform: scale(1.08); }
.jrm-arrow:active:not(:disabled) { transform: scale(.94); }
.jrm-arrow:disabled { opacity: .22; cursor: default; }
.jrm-arrow .ic { width: 24px; height: 24px; }

.jrm-viewport { overflow: hidden; transition: height .55s cubic-bezier(.5,.05,.2,1); }
.jrm-track { display: flex; align-items: flex-start; transition: transform .6s cubic-bezier(.55,.06,.18,1); }
.jrm-card { flex: 0 0 100%; display: grid; grid-template-columns: .82fr 1fr; gap: clamp(26px,4vw,54px);
  background: #141f1a; border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-xl); padding: clamp(26px,3.4vw,44px);
  opacity: .2; transition: opacity .5s ease; }
.jrm-card.is-active { opacity: 1; }
.jrm-card.finale { border-color: rgba(20,192,136,.5); background: linear-gradient(150deg, #143026, #141f1a); }
.jrm-side { position: relative; align-self: start; }
.jrm-side > * { position: relative; z-index: 1; }
.jrm-bignum { position: absolute; top: -14px; right: -4px; z-index: 0; font-family: var(--font-display); font-weight: 800;
  font-size: clamp(4.4rem,8vw,7rem); line-height: 1; letter-spacing: -.05em; color: rgba(255,255,255,.05); pointer-events: none; }
.jrm-card .tl-month { margin-bottom: 16px; }
.jrm-card h3 { color: #fff; font-size: clamp(1.34rem,2.1vw,1.9rem); line-height: 1.16; }
.jrm-card .tl-st { font-family: var(--font-mono); font-size: .74rem; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .04em; margin-top: 6px; }
.jrm-card .tl-items { margin-top: 0; gap: clamp(14px,1.6vw,18px); }
.jrm-card .tl-item b { font-size: .96rem; }
.jrm-card .tl-item span { font-size: .86rem; }
.jrm-card .tl-item-ic { width: 32px; height: 32px; }
.jrm-card .tl-item-ic .ic { width: 17px; height: 17px; }
.jrm-card .tl-kpis { margin-top: 22px; }
.jrm-card .tl-finale-result { margin-top: 22px; }

/* step-in effect: items + metrics rise when a card becomes active */
.jrm-card.is-active .tl-item { animation: jrmRise .55s both; }
.jrm-card.is-active .tl-item:nth-child(1) { animation-delay: .12s; }
.jrm-card.is-active .tl-item:nth-child(2) { animation-delay: .2s; }
.jrm-card.is-active .tl-item:nth-child(3) { animation-delay: .28s; }
.jrm-card.is-active .tl-item:nth-child(4) { animation-delay: .36s; }
.jrm-card.is-active .tl-kpis, .jrm-card.is-active .tl-finale-result { animation: jrmRise .55s both .42s; }
@keyframes jrmRise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }
.tl-month { display: inline-block; font-family: var(--font-mono); font-size: .68rem; text-transform: uppercase; letter-spacing: .08em;
  color: var(--green); background: rgba(20,192,136,.12); border: 1px solid rgba(20,192,136,.22); padding: 4px 11px; border-radius: var(--r-pill); margin-bottom: 14px; }
.tl-card h3 { color: #fff; font-size: 1.16rem; line-height: 1.25; }
.tl-card .tl-st { font-family: var(--font-mono); font-size: .72rem; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .04em; margin-top: 4px; }
.tl-items { margin-top: 16px; display: flex; flex-direction: column; gap: 12px; }
.tl-item { display: flex; gap: 11px; }
.tl-item-ic { width: 28px; height: 28px; border-radius: 8px; background: rgba(20,192,136,.12); color: var(--green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.tl-item-ic .ic { width: 15px; height: 15px; }
.tl-item b { display: block; font-size: .88rem; color: #fff; }
.tl-item span { font-size: .8rem; color: rgba(255,255,255,.55); line-height: 1.5; }
.tl-kpis { display: flex; gap: 8px; margin-top: 18px; flex-wrap: wrap; }
.tl-kpi { flex: 1; min-width: 80px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); border-radius: 10px; padding: 10px; text-align: center; }
.tl-kpi b { display: block; font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; color: var(--green); }
.tl-kpi span { font-size: .64rem; color: rgba(255,255,255,.5); line-height: 1.3; }
.tl-card.finale { border-color: rgba(20,192,136,.5); background: linear-gradient(150deg, #143026, #141f1a); box-shadow: 0 20px 50px -20px rgba(20,192,136,.4); }
.tl-node.finale { background: var(--green); color: var(--green-ink); border-color: var(--green); }
.tl-finale-result { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; margin-top: 18px; padding-top: 16px; border-top: 1px solid rgba(255,255,255,.12); }
.tl-fr { flex: 1; min-width: 70px; text-align: center; }
.tl-fr b { display: block; font-family: var(--font-display); font-weight: 800; font-size: .92rem; color: var(--green); }
.tl-fr span { font-size: .64rem; color: rgba(255,255,255,.5); }
.journey-cta { text-align: center; margin-top: 40px; }
.journey-cta p { color: rgba(255,255,255,.5); font-size: .92rem; margin-bottom: 16px; }

/* ============================================================================
   PRICING — 3 tiers
   ========================================================================== */
.pricing { background: var(--surface); }
.pricing-foot-note { text-align: center; max-width: 560px; margin: -8px auto clamp(40px,5vw,56px); font-size: .86rem; color: var(--muted); }
.pricing-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 26px; align-items: stretch; max-width: 960px; margin-inline: auto; }
.plan { background: var(--bg); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(30px,3vw,44px);
  display: flex; flex-direction: column; position: relative; transition: transform .24s, box-shadow .24s; }
.plan:hover { transform: translateY(-5px); box-shadow: var(--sh-2); }
.plan.pro { background: var(--ink); color: #fff; border-color: var(--ink); box-shadow: var(--sh-3); }
.plan-pop { position: absolute; top: -13px; left: 50%; transform: translateX(-50%); display: inline-flex; align-items: center; gap: 6px;
  font-size: .72rem; font-weight: 800; color: var(--green-ink); background: var(--green); padding: 6px 14px; border-radius: var(--r-pill); white-space: nowrap; }
.plan-pop .ic { width: 13px; height: 13px; }
.plan-label { font-family: var(--font-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--green-deep); }
.plan.pro .plan-label { color: var(--green); }
.plan-name { font-family: var(--font-display); font-weight: 800; font-size: 1.78rem; color: var(--ink); margin-top: 6px; }
.plan.pro .plan-name { color: #fff; }
.plan-tagline { font-size: .88rem; color: var(--muted); margin-top: 6px; line-height: 1.5; min-height: 40px; }
.plan.pro .plan-tagline { color: rgba(255,255,255,.6); }
.plan-desc { font-size: .92rem; color: var(--body); margin: 14px 0 0; line-height: 1.6; }
.plan.pro .plan-desc { color: rgba(255,255,255,.72); }
.plan-feats-label { font-family: var(--font-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); margin-bottom: 2px; }
.plan.pro .plan-feats-label { color: rgba(255,255,255,.5); }
.plan-price { margin: 20px 0; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.plan.pro .plan-price { border-color: rgba(255,255,255,.12); }
.plan-price-from { font-size: .82rem; color: var(--muted); font-weight: 600; }
.plan.pro .plan-price-from { color: rgba(255,255,255,.55); }
.plan-amt { font-family: var(--font-display); font-weight: 800; font-size: 2.6rem; color: var(--ink); line-height: 1; letter-spacing: -.03em; }
.plan.pro .plan-amt { color: #fff; }
.plan-amt.custom { font-size: 1.8rem; }
.plan-price-note { font-size: .78rem; color: var(--muted); margin-top: 8px; line-height: 1.5; }
.plan.pro .plan-price-note { color: rgba(255,255,255,.5); }
.plan-feats { display: flex; flex-direction: column; gap: 11px; flex: 1; }
.plan-feat { display: flex; align-items: flex-start; gap: 10px; font-size: .93rem; color: var(--body); line-height: 1.45; }
.plan.pro .plan-feat { color: rgba(255,255,255,.85); }
.plan-feat .ic { width: 17px; height: 17px; flex-shrink: 0; margin-top: 1px; color: var(--green-deep); }
.plan.pro .plan-feat .ic { color: var(--green); }
.plan-feat.no { color: var(--muted); }
.plan.pro .plan-feat.no { color: rgba(255,255,255,.35); }
.plan-feat.no .ic { color: var(--line-2); }
.plan .btn { margin-top: 26px; }
.pricing-strip { text-align: center; max-width: 720px; margin: clamp(34px,4vw,48px) auto 0; padding: 20px 26px;
  background: var(--mint); border: 1px solid rgba(10,124,83,.18); border-radius: var(--r-lg); font-size: .9rem; color: var(--green-ink); line-height: 1.7; }
.pricing-strip strong { font-weight: 800; }

/* ============================================================================
   TESTIMONIALS — marquee
   ========================================================================== */
.testimonials { background: var(--bg); overflow: hidden; }
.testi-marquee { -webkit-mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); mask-image: linear-gradient(90deg, transparent, #000 5%, #000 95%, transparent); }
.tm-track { display: flex; gap: 20px; width: max-content; animation: marquee 56s linear infinite; }
.testi-marquee:hover .tm-track { animation-play-state: paused; }
.tm-card { width: 380px; flex-shrink: 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 28px; }
.tm-stars { margin-bottom: 14px; }
.tm-card blockquote { color: var(--ink); font-size: 1.02rem; line-height: 1.6; font-weight: 500; }
.tm-card figcaption { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.tm-logo { width: 48px; height: 48px; border-radius: 11px; flex-shrink: 0; overflow: hidden;
  background: #fff; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; }
.tm-logo img { width: 100%; height: 100%; object-fit: contain; display: block; }
.tm-card figcaption strong { display: block; color: var(--ink); font-size: .94rem; }
.tm-card figcaption small { color: var(--muted); font-size: .82rem; }

/* ============================================================================
   CONTACT — split (value + founder | form)
   ========================================================================== */
.contact { background: var(--mint); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px,5vw,64px); align-items: start; }
.contact-left h2 { font-size: clamp(1.9rem,3.4vw,2.8rem); line-height: 1.1; margin-top: 4px; }
.contact-left > p { font-size: 1.05rem; color: var(--body); line-height: 1.65; margin-top: 16px; }
.contact-badges { display: flex; flex-direction: column; gap: 12px; margin-top: 26px; }
.contact-badge { display: flex; align-items: center; gap: 12px; font-size: .94rem; font-weight: 600; color: var(--ink); }
.cb-ic { width: 26px; height: 26px; border-radius: 50%; background: var(--green); color: var(--green-ink); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cb-ic .ic { width: 15px; height: 15px; }
.founder-card { display: flex; gap: 16px; margin-top: 30px; padding: 22px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg); }
.founder-av { position: relative; overflow: hidden; width: 54px; height: 54px; border-radius: 50%; flex-shrink: 0; background: linear-gradient(140deg, var(--green), var(--blue)); color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 0 3px rgba(20,192,136,.28); }
.founder-av img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.founder-av-fallback { position: absolute; inset: 0; display: grid; place-items: center; }
.founder-name { font-family: var(--font-display); font-weight: 800; color: var(--ink); }
.founder-role { font-size: .82rem; color: var(--green-deep); font-weight: 600; }
.founder-quote { font-size: .9rem; color: var(--body); line-height: 1.55; font-style: italic; margin-top: 8px; }

.form-card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-xl); padding: clamp(26px,3vw,40px); box-shadow: var(--sh-2); }
.form-title { font-family: var(--font-display); font-weight: 800; font-size: 1.3rem; color: var(--ink); margin-bottom: 12px; }
.form-note { margin: 0 0 20px; font-size: .78rem; line-height: 1.55; color: var(--muted); padding: 10px 13px; background: rgba(20,192,136,.06); border: 1px solid rgba(20,192,136,.16); border-radius: 10px; }
.form-field { margin-bottom: 16px; display: flex; flex-direction: column; }
.form-field label { font-size: .86rem; font-weight: 700; color: var(--ink); margin-bottom: 7px; }
.form-field label .req { color: var(--green-deep); }
.form-field input, .form-field select {
  width: 100%; padding: 13px 14px; border: 1.6px solid var(--line-2); border-radius: var(--r-sm);
  font-family: var(--font-body); font-size: 1rem; color: var(--ink); background: var(--bg); transition: border-color .18s, box-shadow .18s; }
.form-field select { appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' stroke='%236c7872' stroke-width='2.4' stroke-linecap='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat; background-position: right 12px center; background-size: 18px; padding-right: 40px; }
.form-field input:focus, .form-field select:focus { outline: none; border-color: var(--green-deep); box-shadow: 0 0 0 4px rgba(20,192,136,.16); background: var(--surface); }
.form-field input.invalid, .form-field select.invalid { border-color: var(--red); box-shadow: 0 0 0 4px rgba(214,71,62,.12); }
.form-reassurance { margin-top: 14px; font-size: .8rem; color: var(--muted); text-align: center; line-height: 1.5; }
.form-alt { margin-top: 16px; text-align: center; font-size: .9rem; color: var(--muted); }
.form-alt a { color: var(--green-deep); font-weight: 700; }
.form-success { text-align: center; padding: 20px 6px; }
.success-tick { width: 70px; height: 70px; margin: 0 auto 18px; border-radius: 50%; background: var(--green); display: flex; align-items: center; justify-content: center; box-shadow: var(--sh-green); animation: pop .5s cubic-bezier(.34,1.6,.5,1); }
.success-tick .ic { width: 34px; height: 34px; color: var(--green-ink); }
@keyframes pop { from { transform: scale(0); } to { transform: scale(1); } }
.form-success h3 { font-size: 1.4rem; } .form-success p { margin: 10px 0 20px; color: var(--body); }

/* ============================================================================
   FAQ — split (sticky title | accordion)
   ========================================================================== */
.faq { background: var(--bg); }
.faq-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: clamp(32px,5vw,64px); align-items: start; }
.faq-left { position: sticky; top: 100px; }
.faq-left .kicker { margin-bottom: 16px; }
.faq-left h2 { font-size: clamp(1.7rem,3vw,2.5rem); line-height: 1.12; }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { background: var(--surface); border: 1px solid var(--line); border-radius: var(--r); overflow: hidden; transition: border-color .2s, box-shadow .2s; }
.faq-item[open] { border-color: rgba(20,192,136,.45); box-shadow: var(--sh-1); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 20px 22px; cursor: pointer; list-style: none; font-family: var(--font-display); font-weight: 700; font-size: 1.04rem; color: var(--ink); }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chev { width: 22px; height: 22px; color: var(--green-deep); flex-shrink: 0; transition: transform .28s; }
.faq-item[open] .faq-chev { transform: rotate(180deg); }
.faq-a { padding: 0 22px 22px; }
.faq-a p { color: var(--body); font-size: .96rem; line-height: 1.65; }
.faq-item[open] .faq-a { animation: faqIn .3s ease; }
@keyframes faqIn { from { opacity: 0; transform: translateY(-8px); } to { opacity: 1; transform: none; } }

/* ============================================================================
   ADDRESS / MAP — dark split
   ========================================================================== */
.address { background: var(--ink); color: #fff; }
.address-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px,5vw,60px); align-items: stretch; }
.address-grid > .reveal:last-child { min-width: 0; }
.address-grid > .reveal:last-child .map-embed { height: 100%; }
.address .kicker { background: rgba(20,192,136,.14); color: var(--green); border-color: rgba(20,192,136,.28); margin-bottom: 16px; }
.address h2 { color: #fff; }
.addr-block { margin-top: 28px; }
.addr-sublabel { font-family: var(--font-mono); font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; color: var(--green); margin-bottom: 8px; }
.addr-text { font-size: 1.1rem; color: #fff; line-height: 1.5; }
.addr-subtext { font-size: .9rem; color: rgba(255,255,255,.55); margin-top: 6px; }
.contact-items { display: flex; flex-direction: column; gap: 16px; margin-top: 28px; }
.contact-item { display: flex; gap: 13px; align-items: center; }
.ci-ic { width: 40px; height: 40px; border-radius: 11px; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1); color: var(--green); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-ic .ic { width: 18px; height: 18px; }
.ci-label { display: block; font-size: .72rem; color: rgba(255,255,255,.45); text-transform: uppercase; letter-spacing: .05em; }
.ci-value { display: block; font-weight: 600; color: #fff; font-size: .95rem; }
.ci-value a:hover { color: var(--green); }
.hours-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 24px; }
.hour-box { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: 12px; padding: 16px; }
.hour-day { font-size: .78rem; color: rgba(255,255,255,.5); }
.hour-time { font-family: var(--font-display); font-weight: 800; color: #fff; margin-top: 4px; }
.map-embed { background: #141f1a; border: 1px solid rgba(255,255,255,.1); border-radius: var(--r-xl); height: 100%; min-height: 420px; position: relative; overflow: hidden; }
.map-frame { display: block; width: 100%; height: 100%; min-height: 420px; border: 0; }
.map-inner { text-align: center; position: relative; }
.map-pin { width: 56px; height: 56px; border-radius: 50%; background: rgba(20,192,136,.16); color: var(--green); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.map-pin .ic { width: 28px; height: 28px; }
.map-inner strong { display: block; color: #fff; font-family: var(--font-display); font-weight: 800; font-size: 1.1rem; }
.map-inner p { color: rgba(255,255,255,.55); font-size: .88rem; margin-top: 6px; line-height: 1.5; }
.map-link { position: absolute; left: 14px; bottom: 14px; z-index: 2; display: inline-flex; align-items: center; gap: 6px; font-weight: 700; font-size: .82rem; color: var(--green); background: rgba(15,23,19,.92); padding: 8px 13px; border-radius: 999px; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 6px 18px -8px rgba(0,0,0,.6); }
.map-link:hover { background: rgba(15,23,19,1); }

/* ============================================================================
   FOOTER
   ========================================================================== */
.site-footer { background: #0b1410; color: rgba(255,255,255,.6); padding: clamp(54px,7vw,84px) 0 30px; }
.footer-grid { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1.2fr; gap: 38px; }
.footer-logo { height: 32px; width: auto; display: block; }
.footer-cbi { font-family: var(--font-mono); font-size: .58rem; letter-spacing: .16em; text-transform: uppercase; color: rgba(255,255,255,.3); margin-top: 4px; }
.footer-brand p { margin: 14px 0 16px; font-size: .9rem; line-height: 1.6; color: rgba(255,255,255,.5); max-width: 36ch; }
.footer-cities { font-size: .82rem; color: rgba(255,255,255,.4); line-height: 1.6; }
.footer-col h4 { color: #fff; font-size: .95rem; margin-bottom: 14px; }
.footer-col a { display: block; padding: 6px 0; font-size: .9rem; color: rgba(255,255,255,.55); transition: color .18s; }
.footer-col a:hover { color: var(--green); }
.footer-chips { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 10px; }
.footer-chips span { font-size: .72rem; color: rgba(255,255,255,.4); background: rgba(255,255,255,.06); padding: 4px 11px; border-radius: var(--r-pill); }
.footer-bottom { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; color: rgba(255,255,255,.4); }
.footer-powered { flex-basis: 100%; text-align: center; }
.footer-powered a { color: rgba(255,255,255,.7); font-weight: 600; }
.footer-powered a:hover { color: #fff; text-decoration: underline; }

/* ============================================================================
   WHATSAPP FLOAT
   ========================================================================== */
.wa-float { position: fixed; right: 22px; bottom: 22px; z-index: 95; display: flex; align-items: center; height: 58px; width: 58px;
  background: var(--wa-bright); color: #fff; border-radius: 999px; box-shadow: 0 12px 30px -6px rgba(37,211,102,.5); overflow: hidden;
  transition: width .3s cubic-bezier(.34,1.2,.5,1), transform .2s; }
.wa-float .ic { width: 58px; height: 58px; padding: 15px; box-sizing: border-box; }
.wa-float-tip { white-space: nowrap; font-weight: 700; font-size: .92rem; padding-right: 22px; opacity: 0; transition: opacity .2s; }
.wa-float:hover { width: 186px; transform: translateY(-2px); }
.wa-float:hover .wa-float-tip { opacity: 1; }
.wa-float::before { content: ''; position: absolute; inset: 0; border-radius: 999px; border: 2px solid var(--wa-bright); animation: waPulse 2.6s ease-out infinite; }
@keyframes waPulse { 0% { transform: scale(1); opacity: .7; } 70%,100% { transform: scale(1.5); opacity: 0; } }

/* ============================================================================
   REVEAL
   ========================================================================== */
.reveal { transition: opacity .7s cubic-bezier(.22,.6,.36,1), transform .7s cubic-bezier(.22,.6,.36,1); transition-delay: calc(var(--i,0) * 80ms); }
.js .reveal { opacity: 0; transform: translateY(30px); }
.js .reveal.in { opacity: 1; transform: none; }

/* ============================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 1080px) {
  .gosc-slide { grid-template-columns: 1fr; gap: 30px; }
  .gosc-slide .gos-copy { order: 1; }
  .gosc-slide .gos-viz { order: 2; }
  .gosc-steps { grid-template-columns: repeat(2,1fr); }
  .dash-panel { grid-template-columns: 1fr 1fr; }
  .dash-cell.wide { grid-column: 1 / -1; }
  .calc-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: repeat(3,1fr); }
  .stat-band { grid-template-columns: 1fr 1fr; }
  .stat-cell:nth-child(3) { border-left: none; }
  .stat-cell:nth-child(n+3) { border-top: 1px solid var(--line); }
}
@media (max-width: 920px) {
  :root { --header-h: 64px; }
  .nav-links { display: none; }
  .nav-toggle { display: flex; }
  .nav-actions .btn { display: none; }
  .contact-grid, .address-grid, .faq-grid { grid-template-columns: 1fr; }
  .cases-grid { grid-template-columns: 1fr 1fr; }
  .faq-left { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 460px; margin-inline: auto; }
  .plan.pro { order: -1; }
}
@media (max-width: 760px) {
  body { font-size: 16px; }
  .icp-cols { grid-template-columns: 1fr; }
  .icp-col { border-left: none; border-top: 1px solid var(--line); }
  .icp-col:first-child { border-top: none; }
  .cases-grid { grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .cog, .gos-feats { grid-template-columns: 1fr; }
  .calc-cta { flex-direction: column; align-items: stretch; text-align: center; }
  .calc-cta .btn { width: 100%; }
  .ie-top { grid-template-columns: 1fr; justify-items: center; text-align: center; }
  .ie-bars { width: 100%; }
  .dash-panel { grid-template-columns: 1fr; }
  .stat-band { grid-template-columns: 1fr; }
  .stat-cell { border-left: none !important; border-top: 1px solid var(--line); }
  .stat-cell:first-child { border-top: none; }
  .hero-actions .btn { flex: 1; min-width: 200px; }
  /* timeline → single column, left aligned */
  .jrm-card { grid-template-columns: 1fr; gap: 22px; }
  .jrm-bignum { font-size: 4.4rem; top: -8px; }
  .jrm-step-lbl { display: none; }
  .jrm-stage { grid-template-columns: 1fr; }   /* full-width card; tap a step or swipe to move */
  .jrm-arrow { display: none; }
  .method-flow { flex-direction: column; gap: 16px; }
  .method-kitchen { width: 100%; align-self: stretch; }
  .method-trunk { display: none; }
  .method-row { flex-direction: column; align-items: stretch; gap: 8px; }
  .method-row::before { display: none; }
  .mrow-line { display: none; }
  .mplats { width: 100%; }
  .method-points { grid-template-columns: 1fr; }
  .matrix-grid { grid-template-columns: 70px repeat(3,1fr); }
  .matrix-brand { font-size: .64rem; }
  .gos-chains { grid-template-columns: 1fr; text-align: center; }
  .gos-chains-ic { margin: 0 auto; }
}
@media (max-width: 480px) {
  .tm-card { width: 300px; }
  .team-grid { grid-template-columns: 1fr; }
  .wa-float:hover { width: 58px; }
  .wa-float:hover .wa-float-tip { opacity: 0; }
  .matrix-grid { grid-template-columns: 58px repeat(3,1fr); gap: 5px; }
  .matrix-plat { font-size: .6rem; gap: 4px; }
  .matrix-plat .pdot { width: 6px; height: 6px; }
  .matrix-cell { font-size: .6rem; padding: 9px 3px; }
  .matrix-cell .ic { display: none; }
}
@media (max-width: 560px) {
  .announce-inner { display: block; text-align: center; padding: 9px 44px; min-height: 0; }
  .announce-inner p { display: block; line-height: 1.45; }
  .announce-dot { vertical-align: -3px; margin-right: 3px; }
  .announce-dot .ic { width: 14px; height: 14px; }
  .announce a { display: flex; justify-content: center; margin-top: 5px; }
  .announce-x { top: 7px; right: 8px; }
}
@media (max-width: 620px) {
  .gosc-stage { grid-template-columns: 1fr; }
  .gosc-arrow { display: none; }
  .gosc-steps { grid-template-columns: none; grid-auto-flow: column; grid-auto-columns: minmax(190px,1fr);
    overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; padding-bottom: 6px; scrollbar-width: none; }
  .gosc-steps::-webkit-scrollbar { display: none; }
  .gosc-step { scroll-snap-align: start; }
}

/* ============================================================================
   REDUCED MOTION
   ========================================================================== */
@media (prefers-reduced-motion: reduce) {
  * { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
  .js .reveal { opacity: 1; transform: none; }
  .marquee-track, .tm-track, .pw-track { animation: none; }
  .matrix-cell { opacity: 1; transform: none; }
}

/* ===== Numbers axis — follows --font-num (= heading by default; switchable) ===== */
.num, .hero-stat b, .leak-num, .leak-cost b, .ie-ring-num, .ie-ring-den, .ie-bar-val,
.ma-set-price, .pl-score, .dm-val, .stat-num, .rw-num, .cd-stat b, .ba-before, .ba-after,
.calc-val, .coh-rev, .cog-val, .cbc-val, .jrm-bignum, .tl-kpi b, .tl-fr b, .plan-amt, .hour-time {
  font-family: var(--font-num);
}
