/* ========================================================================
   PROFESOR TOKO ONLINE — v2 "Editorial Premium"
   Core color: WHITE / near-black · Accents: navy + gold
   3D, animated, fast. Mobile-first.
   ======================================================================== */

:root {
  /* Core */
  --white: #FFFFFF;
  --paper: #F7F8FA;        /* warm off-white core bg */
  --surface: #EEF1F6;      /* tinted section */
  --ink: #0B1220;          /* near-black text */
  --ink-soft: #51607A;     /* secondary text */
  --line: rgba(11,18,32,.10);

  /* Accents */
  --navy: #10203C;         /* dark feature bands */
  --navy-deep: #0A1730;
  --blue: #0E5C8A;
  --blue-2: #1B82C4;
  --gold: #C9A24B;
  --gold-deep: #AD842F;
  --gold-light: #E3C679;

  --maxw: 1180px;
  --radius: 20px;
  --radius-sm: 14px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);

  --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  --font-serif: 'Fraunces', Georgia, 'Times New Roman', serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .il2 { opacity: 1; }
  /* 3D journey → static fallback */
  .journey { height: auto; }
  .journey-pin { position: relative; height: auto; min-height: auto; padding: clamp(70px, 10vw, 110px) 0; }
  .journey-canvas, .journey-intro { display: none; }
  .journey-payoff { opacity: 1; transform: none; pointer-events: auto; }
}

body {
  font-family: var(--font-sans);
  background: var(--paper);
  color: var(--ink);
  line-height: 1.65;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }

.container { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 22px; }
.container--narrow { max-width: 820px; }

.skip-link { position: absolute; left: -999px; top: 0; z-index: 999; background: var(--gold); color: var(--navy); padding: 10px 16px; border-radius: 0 0 8px 0; font-weight: 700; }
.skip-link:focus { left: 0; }

/* ---------- Scroll progress + custom cursor ---------- */
.scroll-progress { position: fixed; top: 0; left: 0; height: 3px; width: 0; z-index: 200; background: linear-gradient(90deg, var(--gold), var(--blue)); transition: width .1s linear; }
.cursor, .cursor-dot { position: fixed; top: 0; left: 0; pointer-events: none; z-index: 300; border-radius: 50%; mix-blend-mode: normal; opacity: 0; transition: opacity .3s; }
.cursor { width: 38px; height: 38px; border: 1.5px solid rgba(201,162,75,.7); transform: translate(-50%,-50%); transition: width .25s var(--ease), height .25s var(--ease), background .25s, opacity .3s; }
.cursor-dot { width: 6px; height: 6px; background: var(--gold); transform: translate(-50%,-50%); }
.cursor.is-hover { width: 60px; height: 60px; background: rgba(201,162,75,.10); }
@media (hover: none), (pointer: coarse) { .cursor, .cursor-dot { display: none; } }

/* ---------- Typography ---------- */
.eyebrow { font-size: .78rem; letter-spacing: .2em; text-transform: uppercase; color: var(--gold-deep); font-weight: 700; margin-bottom: 16px; display: inline-flex; align-items: center; gap: 8px; }
.eyebrow--center { justify-content: center; width: 100%; }
.eyebrow--gold { color: var(--gold-light); }

.section-head { text-align: center; max-width: 720px; margin: 0 auto 54px; }
.section-title { font-family: var(--font-serif); font-size: clamp(2rem, 5.2vw, 3.2rem); line-height: 1.08; font-weight: 600; letter-spacing: -0.015em; color: var(--ink); }
.section-title--light { color: var(--white); }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: var(--font-sans); font-weight: 700; font-size: .98rem; padding: 14px 26px; border-radius: 100px; border: 1.5px solid transparent; cursor: pointer; transition: transform .35s var(--ease), box-shadow .35s var(--ease), background .3s, color .3s, border-color .3s; white-space: nowrap; line-height: 1; will-change: transform; }
.btn-sm { padding: 10px 18px; font-size: .86rem; }
.btn-lg { padding: 17px 32px; font-size: 1.05rem; }
.btn-gold { background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--navy); box-shadow: 0 12px 30px -12px rgba(201,162,75,.7); }
.btn-gold:hover { box-shadow: 0 20px 44px -14px rgba(201,162,75,.85); }
.btn-dark { background: var(--ink); color: var(--white); }
.btn-dark:hover { background: var(--navy); transform: translateY(-2px); }
.btn-outline { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-deep); transform: translateY(-2px); }

/* ========================================================================
   HEADER
   ======================================================================== */
.site-header { position: fixed; inset: 0 0 auto 0; z-index: 100; padding: 16px 0; transition: background .4s var(--ease), padding .4s var(--ease), box-shadow .4s; }
.site-header.scrolled { background: rgba(255,255,255,.82); backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px); box-shadow: 0 1px 0 var(--line), 0 10px 30px -20px rgba(11,18,32,.3); padding: 10px 0; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand-logo { width: 40px; height: 40px; object-fit: contain; }
.brand-name { font-weight: 800; font-size: 1.04rem; letter-spacing: -0.01em; color: var(--ink); }
.brand-name-accent { color: var(--gold-deep); }

.main-nav { display: none; gap: 30px; }
.main-nav a { font-size: .93rem; font-weight: 600; color: var(--ink-soft); transition: color .25s; position: relative; }
.main-nav a::after { content: ''; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--gold); transition: width .3s var(--ease); }
.main-nav a:hover { color: var(--ink); }
.main-nav a:hover::after { width: 100%; }

.header-actions { display: flex; align-items: center; gap: 14px; }
.lang-toggle { display: flex; align-items: center; gap: 4px; }
.lang-btn { background: none; border: none; cursor: pointer; font-family: var(--font-sans); font-weight: 700; font-size: .85rem; color: var(--ink-soft); padding: 4px 6px; border-radius: 6px; transition: color .25s; }
.lang-btn.is-active { color: var(--gold-deep); }
.lang-btn:hover { color: var(--ink); }
.lang-sep { color: var(--ink-soft); opacity: .5; }
.header-cta { display: none; }

.nav-toggle { display: flex; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 6px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform .3s var(--ease), opacity .3s; }
.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-menu[hidden] { display: none; }
.mobile-menu { display: flex; flex-direction: column; gap: 4px; padding: 18px 22px 26px; background: rgba(255,255,255,.98); backdrop-filter: blur(14px); border-top: 1px solid var(--line); }
.mobile-menu a { padding: 13px 4px; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--line); }
.mobile-menu .btn { margin-top: 14px; }

/* Header over the dark fog intro (light text) */
.site-header.on-dark .brand-name { color: #fff; }
.site-header.on-dark .brand-name-accent { color: var(--gold-light); }
.site-header.on-dark .main-nav a { color: rgba(255,255,255,.82); }
.site-header.on-dark .main-nav a:hover { color: #fff; }
.site-header.on-dark .lang-btn { color: rgba(255,255,255,.7); }
.site-header.on-dark .lang-btn.is-active { color: var(--gold-light); }
.site-header.on-dark .lang-sep { color: rgba(255,255,255,.5); }
.site-header.on-dark .nav-toggle span { background: #fff; }
.site-header.on-dark .header-cta { background: #fff; color: var(--navy); }

/* ========================================================================
   INTRO — INTERACTIVE FOG WIPE
   White frosted fog on a <canvas>; the cursor wipes it away like a
   glass cleaner to reveal the crisp message underneath.
   ======================================================================== */
.intro { position: relative; height: 100svh; min-height: 600px; overflow: hidden; background: var(--navy-deep); }

/* crisp content revealed under the fog */
.intro-reveal { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 0 22px;
  background:
    radial-gradient(60% 50% at 50% 38%, rgba(27,42,74,.75), transparent 70%),
    radial-gradient(40% 40% at 80% 80%, rgba(201,162,75,.10), transparent 70%),
    linear-gradient(180deg, #0A1730, #0B1220);
}
.intro-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px); background-size: 64px 64px; -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000, transparent 75%); mask-image: radial-gradient(ellipse 70% 60% at 50% 45%, #000, transparent 75%); }
.intro-content { position: relative; z-index: 2; text-align: center; padding: 0 max(44px, 8vw); }
.intro-kicker { font-size: .8rem; letter-spacing: .35em; text-transform: uppercase; color: var(--gold-light); font-weight: 700; margin-bottom: 22px; }
.intro-head { font-family: var(--font-serif); font-weight: 600; font-size: clamp(2.3rem, 8vw, 5rem); line-height: 1.04; color: #fff; letter-spacing: -0.02em; }
.intro-line { display: block; }
.intro-line em { font-style: italic; padding-inline: .12em; margin-inline: -.04em; background: linear-gradient(110deg, var(--gold-light), var(--gold) 60%, var(--blue-2)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.intro-cue { margin-top: 36px; display: inline-flex; align-items: center; gap: 8px; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.intro-cue:hover { color: rgba(255,255,255,.85); }
.intro-cue svg { animation: cueBob 1.8s var(--ease) infinite; }
@keyframes cueBob { 0%,100%{ transform: translateY(0); opacity:.6 } 50%{ transform: translateY(5px); opacity:1 } }

/* the fog layer you wipe */
.fog-canvas { position: absolute; inset: 0; z-index: 5; display: block; touch-action: none; cursor: none; transition: opacity .9s var(--ease); }
.fog-canvas.is-cleared { opacity: 0; pointer-events: none; }
@media (hover: none), (pointer: coarse) { .fog-canvas { cursor: default; } }

/* ========================================================================
   HERO
   ======================================================================== */
.hero { position: relative; min-height: 100svh; display: flex; align-items: center; padding: 130px 0 70px; overflow: hidden; background:
    radial-gradient(60% 50% at 85% 20%, rgba(201,162,75,.10), transparent 70%),
    radial-gradient(50% 50% at 10% 90%, rgba(14,92,138,.08), transparent 70%),
    var(--paper);
}
.hero::before { content: ''; position: absolute; inset: 0; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 60px 60px; -webkit-mask-image: radial-gradient(ellipse 70% 60% at 60% 40%, #000 20%, transparent 75%); mask-image: radial-gradient(ellipse 70% 60% at 60% 40%, #000 20%, transparent 75%); opacity: .6; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr; gap: 40px; align-items: center; }
.hero-copy { max-width: 620px; }
.hero-title { font-family: var(--font-serif); font-weight: 600; font-size: clamp(2.9rem, 9vw, 5.2rem); line-height: 1.0; letter-spacing: -0.025em; margin-bottom: 24px; color: var(--ink); }
.hero-title .line { display: block; overflow: hidden; }
.hero-title .word { display: inline-block; }
.hero-accent { font-style: italic; background: linear-gradient(110deg, var(--gold-deep), var(--gold) 50%, var(--blue)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.hero-sub { font-size: clamp(1rem, 2.4vw, 1.2rem); color: var(--ink-soft); max-width: 540px; margin-bottom: 34px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 40px; }
.hero-badges li { font-size: .82rem; font-weight: 700; color: var(--ink-soft); padding: 8px 18px; border: 1px solid var(--line); border-radius: 100px; background: rgba(255,255,255,.6); }

/* 3D scene */
.hero-scene { position: relative; height: 380px; display: none; perspective: 1000px; transform-style: preserve-3d; }
.scene-orb { position: absolute; border-radius: 50%; filter: blur(40px); }
.scene-orb--gold { width: 220px; height: 220px; background: radial-gradient(circle, rgba(201,162,75,.45), transparent 70%); top: -10px; right: 10px; }
.scene-orb--blue { width: 260px; height: 260px; background: radial-gradient(circle, rgba(14,92,138,.30), transparent 70%); bottom: -30px; left: -10px; }

.float-card, .float-chip, .float-badge { position: absolute; will-change: transform; }
.card-dash {
  top: 40px; left: 30px; width: 290px; padding: 20px; border-radius: 20px;
  background: rgba(255,255,255,.85); backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: 0 30px 60px -24px rgba(11,18,32,.35), 0 2px 6px rgba(11,18,32,.06);
}
.dash-head { display: flex; align-items: center; gap: 8px; margin-bottom: 16px; }
.dash-dot { width: 9px; height: 9px; border-radius: 50%; background: #22c55e; box-shadow: 0 0 0 3px rgba(34,197,94,.18); }
.dash-title { font-size: .8rem; font-weight: 700; color: var(--ink); }
.dash-live { margin-left: auto; font-size: .62rem; font-weight: 800; letter-spacing: .1em; color: #16a34a; background: rgba(34,197,94,.12); padding: 3px 7px; border-radius: 6px; }
.dash-metric { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; }
.dash-num { font-family: var(--font-serif); font-size: 2.4rem; font-weight: 700; color: var(--ink); line-height: 1; }
.dash-label { font-size: .76rem; color: var(--ink-soft); font-weight: 600; }
.dash-chart { width: 100%; height: 64px; display: block; }
.chart-line { stroke-dasharray: 600; stroke-dashoffset: 600; }
.dash-bars { display: flex; align-items: flex-end; gap: 6px; height: 40px; margin-top: 12px; }
.dash-bars span { flex: 1; height: var(--h); background: linear-gradient(var(--blue-2), var(--blue)); border-radius: 4px 4px 0 0; opacity: .85; }

.float-chip { display: flex; align-items: center; gap: 8px; padding: 12px 16px; border-radius: 14px; background: rgba(255,255,255,.9); backdrop-filter: blur(8px); box-shadow: 0 20px 40px -18px rgba(11,18,32,.4); border: 1px solid rgba(255,255,255,.9); }
.chip-rating { top: 10px; right: 0; }
.chip-rating .chip-stars { color: var(--gold); letter-spacing: 1px; font-size: .8rem; }
.chip-rating strong { font-size: 1.1rem; }
.chip-rating small { color: var(--ink-soft); font-size: .7rem; }
.chip-gmv { bottom: 30px; right: 20px; }
.chip-gmv .chip-ico { width: 30px; height: 30px; border-radius: 8px; background: rgba(201,162,75,.16); color: var(--gold-deep); display: grid; place-items: center; font-size: .7rem; }
.chip-gmv strong { display: block; font-size: 1rem; }
.chip-gmv small { color: var(--ink-soft); font-size: .7rem; }
.float-badge { bottom: 0; left: 60px; width: 88px; height: 88px; border-radius: 24px; background: var(--navy); display: grid; place-items: center; box-shadow: 0 24px 50px -20px rgba(16,32,60,.7); }

.scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); z-index: 3; }
.scroll-cue span { display: block; width: 24px; height: 38px; border: 2px solid var(--line); border-radius: 100px; position: relative; }
.scroll-cue span::after { content: ''; position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; background: var(--gold); border-radius: 4px; animation: scrollDot 1.8s var(--ease) infinite; }
@keyframes scrollDot { 0%{opacity:0;transform:translate(-50%,0)} 40%{opacity:1} 80%{opacity:0;transform:translate(-50%,14px)} 100%{opacity:0} }

/* ========================================================================
   KINETIC MARQUEE BAND
   ======================================================================== */
.kinetic { background: var(--navy); padding: 18px 0; overflow: hidden; border-block: 1px solid rgba(255,255,255,.06); }
.kinetic-track { display: flex; align-items: center; gap: 26px; width: max-content; animation: marquee 26s linear infinite; }
.kinetic-track span { font-family: var(--font-serif); font-style: italic; font-size: 1.5rem; font-weight: 600; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.4); white-space: nowrap; }
.kinetic-track i { color: var(--gold); font-style: normal; font-size: .9rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ========================================================================
   NUMBERS (dark feature band)
   ======================================================================== */
.numbers { background: linear-gradient(180deg, var(--navy) 0%, var(--navy-deep) 100%); padding: 90px 0; position: relative; overflow: hidden; }
.numbers::before { content: ''; position: absolute; width: 500px; height: 500px; border-radius: 50%; background: radial-gradient(circle, rgba(201,162,75,.14), transparent 70%); top: -200px; right: -100px; }
.numbers-head { text-align: center; margin-bottom: 50px; }
.numbers-title { font-family: var(--font-sans); font-weight: 800; letter-spacing: -0.01em; font-size: clamp(2.2rem, 7vw, 3.8rem); color: var(--white); }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; position: relative; }
.stat { padding: 30px 22px; text-align: center; border-radius: 18px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.08); transition: transform .4s var(--ease), border-color .4s, background .4s; transform-style: preserve-3d; }
.stat:hover { border-color: rgba(201,162,75,.35); background: rgba(255,255,255,.06); }
.stat-num { display: block; font-family: var(--font-sans); font-weight: 800; font-size: clamp(2.4rem, 8vw, 3.8rem); line-height: 1; color: var(--white); letter-spacing: -0.02em; }
.stat-num { background: linear-gradient(180deg, #fff, #cbd6e6); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.stat-label { margin-top: 12px; display: block; font-size: .76rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.7); }
.numbers-note { margin-top: 36px; text-align: center; font-size: .8rem; color: rgba(255,255,255,.5); }

/* ========================================================================
   TRUST
   ======================================================================== */
.trust { padding: 54px 0; background: var(--paper); overflow: hidden; }
.trust-label { text-align: center; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 32px; }
.marquee { width: 100%; overflow: hidden; -webkit-mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); mask-image: linear-gradient(90deg, transparent, #000 12%, #000 88%, transparent); }
.marquee-track { display: flex; gap: 60px; width: max-content; animation: marquee 30s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.client-logo { display: flex; align-items: center; flex-shrink: 0; opacity: .55; transition: opacity .3s; }
.client-logo img { height: 40px; width: auto; max-width: 140px; object-fit: contain; display: block; }
.client-logo:hover { opacity: 1; }

/* ========================================================================
   CLARITY
   ======================================================================== */
.clarity { padding: clamp(90px, 14vw, 150px) 0; text-align: center; }
.clarity-inner { max-width: 820px; margin-inline: auto; }
.clarity-title { font-family: var(--font-serif); font-weight: 600; font-size: clamp(2rem, 5.6vw, 3.4rem); line-height: 1.12; color: var(--ink); margin-bottom: 22px; letter-spacing: -0.015em; }
.clarity-title .w { display: inline-block; }
.clarity-sub { font-size: clamp(1rem, 2.3vw, 1.18rem); color: var(--ink-soft); max-width: 600px; margin-inline: auto; }

/* ========================================================================
   3D JOURNEY — first-person travel toward the light
   ======================================================================== */
.journey { position: relative; height: 360vh; background: #0A1730; }
.journey-pin { position: sticky; top: 0; height: 100svh; overflow: hidden;
  background: linear-gradient(180deg, #0b1d3a 0%, #0a1326 70%, #0a1326 100%); }
.journey-canvas { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.journey-flash { position: absolute; inset: 0; opacity: 0; pointer-events: none; background: #fff; }

.journey-overlay { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; padding: 0 22px; pointer-events: none; }
.journey-intro { position: absolute; top: 18%; left: 0; right: 0; padding: 0 22px; }
.journey-intro .section-title { max-width: 720px; margin: 10px auto 0; }
.journey-cue { margin-top: 26px; display: inline-flex; align-items: center; gap: 8px; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.journey-cue svg { animation: cueBob 1.8s var(--ease) infinite; }

.journey-payoff { position: relative; max-width: 760px; margin: 0 auto; padding: 16px 28px;
  text-align: center; background: transparent; border: none; box-shadow: none;
  opacity: 0; transform: translateY(24px); pointer-events: none; }
.payoff-logo { width: 66px; height: 66px; border-radius: 20px; background: var(--navy); display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; box-shadow: 0 8px 28px rgba(16,32,60,.22), 0 0 0 1px rgba(201,162,75,.28); }
.payoff-logo img { width: 48px; height: 48px; }
.payoff-brand { font-size: .72rem; letter-spacing: .28em; text-transform: uppercase; color: var(--gold-deep); font-weight: 700; margin-bottom: 8px; }
.payoff-title { font-family: var(--font-serif); font-weight: 700; font-size: clamp(2.7rem, 8vw, 5rem); color: var(--navy); line-height: 0.96; letter-spacing: -0.03em; margin-bottom: 8px; text-shadow: none; }
.payoff-title em { font-style: italic; padding-inline: .1em; margin-inline: -.04em; background: linear-gradient(110deg, var(--gold-deep), var(--gold) 55%, var(--gold-light)); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
.payoff-subtitle { font-family: var(--font-serif); font-style: italic; font-size: clamp(1.1rem, 3vw, 1.7rem); color: var(--ink-soft); letter-spacing: -0.01em; margin-bottom: 14px; }
.payoff-sub { color: var(--ink-soft); font-size: .94rem; max-width: 420px; margin: 0 auto 20px; }

/* reduced-motion: payoff on white bg so navy text is readable */
@media (prefers-reduced-motion: reduce) {
  .journey { background: var(--paper); }
  .journey-payoff { opacity: 1; transform: none; pointer-events: auto; background: var(--paper); padding: 80px 32px; }
}

/* ========================================================================
   SERVICES (3D tilt)
   ======================================================================== */
.services { padding: clamp(70px, 10vw, 110px) 0; }
.cards { display: grid; grid-template-columns: 1fr; gap: 18px; }
.card { position: relative; padding: 34px 28px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); box-shadow: 0 1px 2px rgba(11,18,32,.04); transition: box-shadow .4s var(--ease), border-color .4s; transform-style: preserve-3d; overflow: hidden; }
.card:hover { box-shadow: 0 30px 60px -28px rgba(11,18,32,.35); border-color: rgba(201,162,75,.35); }
.card-shine { position: absolute; inset: 0; background: radial-gradient(220px circle at var(--mx,50%) var(--my,0%), rgba(201,162,75,.14), transparent 65%); opacity: 0; transition: opacity .35s; pointer-events: none; }
.card:hover .card-shine { opacity: 1; }
.card-index { position: absolute; top: 24px; right: 26px; font-family: var(--font-serif); font-size: .9rem; color: var(--gold-deep); opacity: .6; transform: translateZ(30px); }
.card-icon { width: 54px; height: 54px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, rgba(201,162,75,.16), rgba(14,92,138,.10)); color: var(--gold-deep); margin-bottom: 22px; transform: translateZ(40px); }
.card-icon svg { width: 26px; height: 26px; }
.card-title { font-weight: 700; font-size: 1.2rem; color: var(--ink); margin-bottom: 12px; transform: translateZ(26px); }
.card-desc { color: var(--ink-soft); font-size: .96rem; transform: translateZ(16px); }

/* ========================================================================
   VALUES (bento)
   ======================================================================== */
.values { padding: clamp(70px, 10vw, 110px) 0; background: var(--surface); }
.bento { display: grid; grid-template-columns: 1fr; gap: 14px; }
.bento-item { position: relative; padding: 28px 26px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); transition: transform .4s var(--ease), box-shadow .4s, border-color .4s; }
.bento-item:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -28px rgba(11,18,32,.3); border-color: rgba(201,162,75,.3); }
.bento-lg { background: linear-gradient(150deg, var(--navy), var(--navy-deep)); border-color: transparent; }
.bento-lg h3, .bento-lg p { color: var(--white); }
.bento-lg p { color: rgba(255,255,255,.7); }
.bento-lg .value-num { color: var(--gold-light); }
.value-num { font-family: var(--font-serif); font-size: 1.6rem; color: var(--gold-deep); line-height: 1; display: block; margin-bottom: 14px; }
.bento-item h3 { font-size: 1.12rem; font-weight: 700; color: var(--ink); margin-bottom: 6px; }
.bento-item p { font-size: .92rem; color: var(--ink-soft); }

/* ========================================================================
   PROCESS (horizontal pinned)
   ======================================================================== */
.process { background: linear-gradient(180deg, var(--navy-deep), var(--navy)); position: relative; }
.process-pin { padding: 80px 0; }
.process-head { text-align: center; margin-bottom: 50px; }
.process-track { display: flex; flex-direction: column; gap: 16px; padding-inline: 22px; max-width: var(--maxw); margin-inline: auto; }
.pstep { flex: none; padding: 32px 28px; border-radius: var(--radius); background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); }
.pstep-num { font-family: var(--font-serif); font-size: 2.6rem; font-weight: 700; color: var(--gold); display: block; margin-bottom: 12px; line-height: 1; }
.pstep h3 { color: var(--white); font-size: 1.3rem; font-weight: 700; margin-bottom: 8px; }
.pstep p { color: rgba(255,255,255,.7); font-size: .98rem; }

/* ========================================================================
   TESTIMONIALS
   ======================================================================== */
.testimonials { padding: clamp(70px, 10vw, 110px) 0; }
.testi-grid { display: grid; grid-template-columns: 1fr; gap: 18px; }
.testi { padding: 30px 28px; border-radius: var(--radius); background: var(--white); border: 1px solid var(--line); box-shadow: 0 1px 2px rgba(11,18,32,.04); transition: box-shadow .4s var(--ease), transform .4s var(--ease); transform-style: preserve-3d; }
.testi:hover { box-shadow: 0 28px 56px -30px rgba(11,18,32,.35); }
.testi-stars { color: var(--gold); letter-spacing: 3px; margin-bottom: 16px; font-size: .95rem; }
.testi blockquote { font-family: var(--font-serif); font-size: 1.1rem; line-height: 1.5; color: var(--ink); font-style: italic; margin-bottom: 20px; }
.testi figcaption { display: flex; flex-direction: column; gap: 2px; }
.testi figcaption strong { color: var(--gold-deep); font-size: .98rem; }
.testi figcaption span { color: var(--ink-soft); font-size: .85rem; }
.testi-disclaimer { text-align: center; margin-top: 30px; font-size: .78rem; color: var(--ink-soft); opacity: .7; }

/* ========================================================================
   FAQ
   ======================================================================== */
.faq { padding: clamp(70px, 10vw, 110px) 0; background: var(--surface); }
.faq-list { display: flex; flex-direction: column; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius-sm); background: var(--white); overflow: hidden; transition: border-color .3s, box-shadow .3s; }
.faq-item[open] { border-color: rgba(201,162,75,.4); box-shadow: 0 18px 40px -28px rgba(11,18,32,.3); }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 24px; font-weight: 700; font-size: 1.02rem; color: var(--ink); display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-family: var(--font-serif); font-size: 1.6rem; color: var(--gold-deep); transition: transform .3s var(--ease); line-height: 1; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-a { padding: 0 24px 22px; color: var(--ink-soft); font-size: .96rem; }

/* ========================================================================
   FINAL CTA (dark band)
   ======================================================================== */
.cta-final { padding: clamp(80px, 12vw, 130px) 0; position: relative; overflow: hidden; background: linear-gradient(160deg, var(--navy), var(--navy-deep)); }
.cta-inner { position: relative; text-align: center; max-width: 720px; margin-inline: auto; }
.cta-glow { position: absolute; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(201,162,75,.25), transparent 70%); top: 50%; left: 50%; transform: translate(-50%,-50%); filter: blur(60px); z-index: 0; }
.cta-title, .cta-sub, .cta-actions { position: relative; z-index: 1; }
.cta-title { font-family: var(--font-serif); font-weight: 600; font-size: clamp(2rem, 6vw, 3.4rem); line-height: 1.1; color: var(--white); margin-bottom: 18px; letter-spacing: -0.015em; }
.cta-sub { font-size: clamp(1rem, 2.3vw, 1.18rem); color: rgba(255,255,255,.72); margin-bottom: 34px; }

/* ========================================================================
   FOOTER
   ======================================================================== */
.site-footer { background: var(--navy-deep); padding: 56px 0 26px; }
.footer-inner { display: grid; grid-template-columns: 1fr; gap: 34px; }
.footer-brand { display: flex; align-items: center; gap: 14px; }
.footer-name { font-weight: 800; color: var(--white); font-size: 1.05rem; }
.footer-tag { font-family: var(--font-serif); font-style: italic; color: var(--gold-light); font-size: .92rem; }
.footer-nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-nav a { color: rgba(255,255,255,.65); font-weight: 600; font-size: .92rem; transition: color .25s; }
.footer-nav a:hover { color: var(--gold-light); }
.footer-contact { display: flex; flex-direction: column; gap: 8px; }
.footer-contact a { color: rgba(255,255,255,.65); font-size: .92rem; transition: color .25s; }
.footer-contact a:hover { color: var(--white); }
.footer-social { display: flex; gap: 12px; margin-top: 12px; }
.social-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--gold-light); background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); transition: transform .3s var(--ease), background .3s, color .3s, border-color .3s; }
.social-icon:hover { transform: translateY(-3px); color: var(--navy); background: var(--gold-light); border-color: var(--gold-light); }
.footer-bottom { margin-top: 40px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); text-align: center; }
.footer-bottom p { font-size: .84rem; color: rgba(255,255,255,.45); }

/* ========================================================================
   FLOATING WHATSAPP
   ======================================================================== */
.wa-float { position: fixed; right: 18px; bottom: 18px; z-index: 90; width: 56px; height: 56px; border-radius: 50%; display: grid; place-items: center; background: #25D366; color: #fff; box-shadow: 0 12px 30px -8px rgba(37,211,102,.6); transition: transform .3s var(--ease); }
.wa-float:hover { transform: scale(1.08) translateY(-2px); }

/* ========================================================================
   REVEAL
   ======================================================================== */
.reveal, .card, .stat, .bento-item, .testi, .faq-item { opacity: 0; transform: translateY(30px); transition: opacity .8s var(--ease-out), transform .8s var(--ease-out); }
.is-visible { opacity: 1 !important; transform: none !important; }
.reveal-words .w { display: inline-block; opacity: 0; transform: translateY(20px); }

/* ========================================================================
   RESPONSIVE — Tablet
   ======================================================================== */
@media (min-width: 680px) {
  .stats-grid { grid-template-columns: repeat(4, 1fr); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .testi-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-inner { grid-template-columns: 1.4fr 1fr 1.2fr; align-items: start; }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .bento-lg { grid-column: span 2; }
}

/* ========================================================================
   RESPONSIVE — Desktop
   ======================================================================== */
@media (min-width: 980px) {
  .main-nav { display: flex; }
  .header-cta { display: inline-flex; }
  .nav-toggle { display: none; }
  .mobile-menu { display: none !important; }
  .hero-inner { grid-template-columns: 1.05fr .95fr; }
  .hero-scene { display: block; }
  .cards { grid-template-columns: repeat(4, 1fr); }
  .bento { grid-template-columns: repeat(3, 3fr); grid-auto-rows: 1fr; }
  .bento-lg { grid-column: span 1; grid-row: span 2; display: flex; flex-direction: column; justify-content: flex-end; }
  .bento-item:nth-child(1) { grid-column: 1; grid-row: 1 / span 2; }

  /* horizontal process on desktop (JS pins & scrolls X) */
  .process-pin { height: 100vh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; }
  .process-track { flex-direction: row; gap: 26px; max-width: none; padding-inline: max(22px, calc((100vw - var(--maxw)) / 2 + 22px)); will-change: transform; }
  .pstep { width: 360px; }
}

/* Bento explicit placement for desktop (clean 3-col with tall feature) */
@media (min-width: 980px) {
  .bento { grid-template-columns: repeat(3, 1fr); }
  .bento-item:nth-child(1) { grid-column: 1 / 2; grid-row: 1 / 3; }
  .bento-item:nth-child(2) { grid-column: 2 / 3; grid-row: 1 / 2; }
  .bento-item:nth-child(3) { grid-column: 3 / 4; grid-row: 1 / 2; }
  .bento-item:nth-child(4) { grid-column: 2 / 3; grid-row: 2 / 3; }
  .bento-item:nth-child(5) { grid-column: 3 / 4; grid-row: 2 / 3; }
}
