/* ====================== Plataforma CAVE — Landing ====================== */

/* Fonts (reaproveitando hashes do deck) */
@font-face { font-family:'Geist'; font-style:normal; font-weight:400; font-display:swap;
  src:url("1d1cf265-f296-4ac2-b181-c4227e9ab8f3") format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family:'Geist'; font-style:normal; font-weight:500; font-display:swap;
  src:url("1d1cf265-f296-4ac2-b181-c4227e9ab8f3") format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family:'Geist'; font-style:normal; font-weight:600; font-display:swap;
  src:url("1d1cf265-f296-4ac2-b181-c4227e9ab8f3") format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
@font-face { font-family:'Geist'; font-style:normal; font-weight:700; font-display:swap;
  src:url("1d1cf265-f296-4ac2-b181-c4227e9ab8f3") format('woff2');
  unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD; }
/* Instrument Serif removed — sans-only variant */

/* Design tokens */
:root {
  --teal:        #0E7B7A;
  --teal-dark:   #0A4F4E;
  --teal-deep:   #063B3A;
  --teal-soft:   #E8F2F1;
  --ink:         #0F1E20;
  --graphite:    #2B3B3E;
  --muted:       #5B6E71;
  --line:        #D9DFDE;
  --sand:        #F5F1EA;
  --sand-warm:   #EFE7D7;
  --paper:       #FBFAF7;
  --gold:        #B28D4A;
  --gold-soft:   #E7D9B8;
  --danger:      #B33A3A;
  --container: 1240px;
  --gutter: 32px;
  --section-y: clamp(80px, 9vw, 132px);
  --nav-h: 76px;
}

/* Anchor offset under fixed nav */
section[id], header[id] { scroll-margin-top: calc(var(--nav-h) + 16px); }

/* Accessible focus ring */
a:focus-visible, button:focus-visible, summary:focus-visible, details:focus-visible {
  outline: 2px solid var(--teal);
  outline-offset: 3px;
  border-radius: 6px;
}
.btn:focus-visible, .nav__cta:focus-visible, .dock:focus-visible { outline-offset: 4px; border-radius: 999px; }
.section--ink a:focus-visible, .section--teal a:focus-visible, .hero a:focus-visible, .cta-final a:focus-visible, .footer a:focus-visible { outline-color: var(--gold-soft); }

/* Selection */
::selection { background: rgba(14,123,122,0.18); color: var(--ink); }

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  margin: 0; padding: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 17px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "kern", "liga", "calt", "ss01";
}
img, svg, video { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }

/* Honor reduced motion globally */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
}

/* Type */
.serif { font-family: 'Geist', sans-serif; font-weight: 500; letter-spacing: -0.01em; }
.italic { font-style: normal; font-weight: 400; }
em { font-style: normal; font-weight: 500; }
/* Real italic preserved only for genuine quotes */
.gc-quote, .cta-final__quote blockquote { font-style: italic; }
.teal { color: var(--teal); }
.gold { color: var(--gold); }
.muted { color: var(--muted); }
.graphite { color: var(--graphite); }
.ink { color: var(--ink); }

.eyebrow {
  font-family: 'Geist', sans-serif;
  font-size: 12px; font-weight: 500;
  letter-spacing: 0.26em; text-transform: uppercase;
  color: var(--teal);
  display: inline-flex; align-items: center; gap: 14px;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; opacity: 0.5; }
.eyebrow--center::before { display: none; }

.display { font-family: 'Geist', sans-serif; font-weight: 500; font-size: clamp(48px, 7vw, 100px); line-height: 1.02; letter-spacing: -0.035em; margin: 0; text-wrap: balance; }
.h1 { font-family: 'Geist', sans-serif; font-weight: 500; font-size: clamp(38px, 5.2vw, 76px); line-height: 1.04; letter-spacing: -0.032em; margin: 0; text-wrap: balance; }
.h2 { font-family: 'Geist', sans-serif; font-weight: 500; font-size: clamp(32px, 4vw, 60px); line-height: 1.06; letter-spacing: -0.028em; margin: 0; text-wrap: balance; }
.h3 { font-family: 'Geist', sans-serif; font-weight: 500; font-size: clamp(19px, 1.4vw, 22px); line-height: 1.3; letter-spacing: -0.005em; margin: 0; text-wrap: balance; }
.lede { font-size: clamp(18px, 1.4vw, 22px); line-height: 1.55; color: var(--graphite); font-weight: 400; margin: 0; max-width: 720px; text-wrap: pretty; }
.body { font-size: 17px; line-height: 1.6; color: var(--graphite); margin: 0; }
.small { font-size: 13px; line-height: 1.5; color: var(--muted); letter-spacing: 0.005em; }

/* Container */
.wrap { max-width: var(--container); margin: 0 auto; padding: 0 var(--gutter); }
.wrap--wide { max-width: 1360px; }

/* Section frames */
section { position: relative; }
.section { padding: var(--section-y) 0; position: relative; }
.section--paper { background: var(--paper); }
.section--white { background: #fff; }
.section--sand  { background: var(--sand); }
.section--ink   { background: var(--ink); color: #fff; }
.section--teal  { background: var(--teal-deep); color: #fff; }
.section--ink .lede, .section--ink .body, .section--teal .lede, .section--teal .body { color: rgba(255,255,255,0.78); }
.section--ink .muted, .section--teal .muted { color: rgba(255,255,255,0.5); }
.section--ink .eyebrow, .section--teal .eyebrow { color: var(--gold-soft); }

.s-head { display: grid; gap: 14px; margin-bottom: 56px; max-width: 880px; }
.s-head .lede { margin-top: 8px; }
.s-head--center { margin: 0 auto 56px; text-align: center; justify-items: center; }
.s-head--center .eyebrow::before { display: none; }
.s-head--center .lede { margin-left: auto; margin-right: auto; }

/* ====================== Nav ====================== */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 50;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px clamp(20px, 4vw, 40px);
  background: rgba(15,30,32,0);
  transition: background 0.3s ease, backdrop-filter 0.3s ease, border-color 0.3s ease;
  border-bottom: 1px solid transparent;
}
.nav.is-scrolled {
  background: rgba(251,250,247,0.88);
  backdrop-filter: saturate(180%) blur(14px);
  -webkit-backdrop-filter: saturate(180%) blur(14px);
  border-bottom-color: var(--line);
}
.nav__brand { display: flex; align-items: center; gap: 12px; color: #fff; transition: color 0.3s ease; position: relative; }
.nav.is-scrolled .nav__brand { color: var(--ink); }
.nav__logos { position: relative; display: block; height: 32px; line-height: 0; flex-shrink: 0; }
.nav__logo { display: block; height: 32px; width: auto; transition: opacity 0.25s ease; }
.nav__logo--color { position: absolute; top: 0; left: 0; opacity: 0; }
.nav.is-scrolled .nav__logo--white { opacity: 0; }
.nav.is-scrolled .nav__logo--color { opacity: 1; }
.nav__brand-tag {
  font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase;
  font-weight: 500; padding: 4px 10px; border-radius: 99px;
  border: 1px solid rgba(255,255,255,0.22);
  color: rgba(255,255,255,0.78);
  transition: color 0.3s ease, border-color 0.3s ease;
  margin-left: 4px;
}
.nav.is-scrolled .nav__brand-tag { color: var(--teal); border-color: rgba(14,123,122,0.28); }
.nav__links { display: flex; align-items: center; gap: 28px; font-size: 14px; color: rgba(255,255,255,0.78); transition: color 0.3s ease; }
.nav.is-scrolled .nav__links { color: var(--graphite); }
.nav__links a { transition: color 0.2s; }
.nav__links a:hover { color: var(--teal); }
.nav__cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 18px; background: var(--teal); color: #fff;
  border-radius: 999px; font-weight: 500; font-size: 13px;
  border: 1px solid var(--teal); transition: transform 0.15s, background 0.2s;
}
.nav__cta:hover { background: var(--teal-dark); transform: translateY(-1px); }
@media (max-width: 980px) { .nav__links { display: none; } }
@media (max-width: 520px) { .nav__brand-tag { display: none; } }

/* ====================== Buttons ====================== */
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 15px 26px; border-radius: 999px;
  font-family: 'Geist', sans-serif;
  font-weight: 500; font-size: 14.5px; letter-spacing: -0.003em;
  transition: transform 0.18s, background 0.2s, border-color 0.2s, color 0.2s;
  border: 1px solid transparent; white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn--primary { background: var(--teal); color: #fff; border-color: var(--teal); }
.btn--primary:hover { background: var(--teal-dark); border-color: var(--teal-dark); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--line); }
.btn--ghost:hover { border-color: var(--ink); }
.section--ink .btn--ghost, .section--teal .btn--ghost, .hero .btn--ghost, .cta-final .btn--ghost { color: #fff; border-color: rgba(255,255,255,0.32); }
.section--ink .btn--ghost:hover, .section--teal .btn--ghost:hover, .hero .btn--ghost:hover, .cta-final .btn--ghost:hover { border-color: rgba(255,255,255,0.7); }
.btn--gold { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.btn--gold:hover { background: #C7A05E; border-color: #C7A05E; }
.btn--lg { padding: 18px 32px; font-size: 15.5px; }
.btn .arrow { width: 17px; height: 17px; transition: transform 0.2s ease; }
.btn:hover .arrow { transform: translateX(3px); }

/* ====================== HERO ====================== */
.hero {
  position: relative; min-height: 100vh;
  padding: 130px 0 70px;
  background: var(--teal-deep);
  color: #fff; overflow: hidden;
  display: flex; flex-direction: column;
}
.hero__bg {
  position: absolute; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 70% 55% at 50% 48%, rgba(14,123,122,0.42), transparent 65%),
    radial-gradient(ellipse 35% 35% at 82% 88%, rgba(198,162,79,0.18), transparent 60%),
    radial-gradient(ellipse 28% 28% at 12% 18%, rgba(198,162,79,0.08), transparent 60%),
    linear-gradient(180deg, #052525 0%, #063B3A 50%, #03191a 100%);
}
.hero__rings { position: absolute; inset: 0; z-index: 0; opacity: 0.5; }
.hero__inner { position: relative; z-index: 1; flex: 1; display: flex; flex-direction: column; justify-content: center; padding-top: 32px; }
.hero .eyebrow { color: #E6D3A6; font-size: 12px; }
.hero__title { color: #fff; font-size: clamp(40px, 6.2vw, 92px); line-height: 1.04; letter-spacing: -0.035em; font-family: 'Geist', sans-serif; font-weight: 500; margin: 24px 0 28px; max-width: 1080px; text-wrap: balance; }
.hero__title .accent { color: #E6D3A6; font-weight: 400; }
.hero__title .accent-teal { color: #5BC2C0; font-weight: 400; }
.hero__lede { font-size: clamp(17px, 1.35vw, 21px); color: rgba(255,255,255,0.78); max-width: 700px; line-height: 1.55; margin: 0 0 40px; text-wrap: pretty; }
.hero__lede strong { color: #fff; font-weight: 500; }
.hero__ctas { display: flex; gap: 14px; flex-wrap: wrap; align-items: center; }
.hero__caveat {
  margin-top: 22px;
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 13px; color: rgba(255,255,255,0.62);
  padding: 8px 16px; border: 1px solid rgba(255,255,255,0.14); border-radius: 999px;
  background: rgba(255,255,255,0.04);
}
.hero__caveat::before { content: ""; width: 6px; height: 6px; border-radius: 99px; background: var(--gold); }
.hero__stats {
  position: relative; z-index: 1;
  margin-top: 90px;
  border-top: 1px solid rgba(255,255,255,0.14);
  padding-top: 32px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px;
}
.hero__stat { display: flex; flex-direction: column; gap: 6px; }
.hero__stat-num { font-family: 'Geist', sans-serif; font-weight: 400; font-size: clamp(38px, 3.6vw, 52px); line-height: 1; color: #fff; letter-spacing: -0.035em; font-variant-numeric: tabular-nums; }
.hero__stat-num em { font-style: normal; font-weight: 300; color: #E6D3A6; }
.hero__stat-unit { font-size: 0.42em; font-weight: 400; color: rgba(255,255,255,0.62); letter-spacing: 0.01em; margin-left: 10px; vertical-align: 0.18em; }
.hero__stat-label { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.hero__stat-sub { font-size: 12px; color: rgba(255,255,255,0.45); }
@media (max-width: 720px) { .hero__stats { grid-template-columns: 1fr; gap: 20px; } }

/* ====================== Strip ====================== */
.strip {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.strip__inner {
  display: flex; align-items: center; gap: 32px;
  font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase;
  color: var(--muted); flex-wrap: wrap; justify-content: space-between;
}
.strip__inner b { color: var(--ink); font-weight: 500; }
.strip__sum { color: var(--teal); font-weight: 500; }
.strip__sum::before { content: ""; display: inline-block; width: 6px; height: 6px; border-radius: 99px; background: currentColor; margin-right: 10px; vertical-align: 2px; }

/* ====================== Problem cards ====================== */
.problem-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
  margin-top: 56px;
  grid-auto-rows: 1fr;
}
.problem-card {
  background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 28px 24px 30px;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.problem-card:hover { transform: translateY(-4px); border-color: rgba(14,123,122,0.35); box-shadow: 0 14px 40px -20px rgba(14,123,122,0.25); }
.problem-card__num { font-family: 'Geist', sans-serif; font-weight: 300; font-size: 42px; color: var(--teal); line-height: 1; margin-bottom: 18px; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.problem-card h3 { font-family: 'Geist', sans-serif; font-weight: 500; font-size: 18px; margin: 0 0 8px; color: var(--ink); }
.problem-card p { font-size: 14.5px; color: var(--graphite); line-height: 1.55; margin: 0; }
@media (max-width: 980px) { .problem-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .problem-grid { grid-template-columns: 1fr; } }

.problem-foot {
  margin-top: 36px;
  padding: 24px 28px;
  background: var(--sand);
  border-left: 3px solid var(--gold);
  border-radius: 4px;
  font-size: 17px; line-height: 1.55; color: var(--graphite);
  max-width: 880px;
}
.problem-foot strong { color: var(--ink); font-weight: 500; }
.section--white .problem-foot { background: var(--paper); }

/* ====================== Regulators (4 agências) ====================== */
.regulators {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
  margin-top: 48px;
}
.regulator {
  background: #fff;
  border-top: 3px solid var(--teal);
  padding: 26px 24px 28px;
  border-radius: 0 0 12px 12px;
  display: flex; flex-direction: column;
  transition: transform 0.25s, box-shadow 0.25s;
}
.regulator:hover { transform: translateY(-2px); box-shadow: 0 16px 40px -24px rgba(6,59,58,0.18); }
.section--white .regulator { border: 1px solid var(--line); border-top: 3px solid var(--teal); }
.regulator__abbr { font-family: 'Geist', sans-serif; font-weight: 600; font-size: 26px; color: var(--teal); line-height: 1; margin-bottom: 4px; letter-spacing: -0.02em; }
.regulator__name { font-size: 10.5px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-weight: 500; margin-bottom: 16px; }
.regulator ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 7px; }
.regulator li {
  font-size: 13.5px; color: var(--graphite); line-height: 1.4;
  display: flex; gap: 8px; align-items: flex-start;
}
.regulator li::before { content: ""; width: 4px; height: 4px; border-radius: 99px; background: var(--teal); margin-top: 8px; flex-shrink: 0; opacity: 0.5; }
.regulators-note {
  margin-top: 28px; font-family: 'Geist', sans-serif; font-weight: 400;
  font-size: clamp(19px, 1.6vw, 24px); color: var(--muted); line-height: 1.45;
  max-width: 960px;
}
.councils {
  margin-top: 18px; padding: 18px 24px;
  border: 1px dashed rgba(91,110,113,0.32);
  border-radius: 10px;
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 20px;
}
.councils__lbl { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 500; }
.councils__text { font-size: 14.5px; color: var(--graphite); }
.councils__text strong { color: var(--ink); font-weight: 500; }
.councils__tags { display: flex; gap: 6px; flex-wrap: wrap; }
.councils__tags span { font-size: 11px; letter-spacing: 0.12em; padding: 4px 10px; background: rgba(14,123,122,0.08); color: var(--teal-dark); border-radius: 99px; font-weight: 500; }
@media (max-width: 900px) { .regulators { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .regulators { grid-template-columns: 1fr; } }

/* ====================== Shift (antes × agora) ====================== */
.shift { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 48px; position: relative; }
.shift::before {
  content: "→"; position: absolute; left: 50%; top: 56px;
  transform: translateX(-50%); width: 48px; height: 48px;
  background: var(--paper); border: 1px solid var(--line);
  border-radius: 999px; display: grid; place-items: center;
  font-family: 'Geist', sans-serif; font-weight: 500; font-size: 18px;
  color: var(--teal); z-index: 2;
}
.section--sand .shift::before { background: var(--sand); }
.section--paper .shift::before { background: var(--paper); }
.section--white .shift::before { background: #fff; }
.shift__col { padding: 34px 30px 36px; border-radius: 16px; }
.shift__col--before { background: #fff; border: 1px solid var(--line); color: var(--muted); }
.shift__col--after { background: var(--teal-deep); color: #fff; }
.shift__tag { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500; margin-bottom: 18px; display: inline-block; }
.shift__col--before .shift__tag { color: var(--muted); }
.shift__col--after .shift__tag { color: #E6D3A6; }
.shift__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.shift__list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; line-height: 1.5; }
.shift__col--before .shift__list li { color: var(--graphite); }
.shift__col--after .shift__list li { color: rgba(255,255,255,0.88); }
.shift__list li::before { content: ""; width: 6px; height: 6px; border-radius: 99px; background: currentColor; opacity: 0.45; margin-top: 9px; flex-shrink: 0; }
.shift__col--after .shift__list li::before { background: #E6D3A6; opacity: 0.9; }
@media (max-width: 820px) { .shift { grid-template-columns: 1fr; gap: 16px; } .shift::before { display: none; } }

/* ====================== Golden Circle ====================== */
.gc-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.gc-card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 34px 30px 36px; position: relative;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.gc-card:hover { transform: translateY(-3px); border-color: rgba(14,123,122,0.3); box-shadow: 0 16px 40px -22px rgba(14,123,122,0.2); }
.gc-card__num {
  width: 38px; height: 38px; border-radius: 999px;
  background: var(--teal-soft); color: var(--teal-dark);
  font-family: 'Geist', sans-serif; font-weight: 500; font-size: 16px;
  display: grid; place-items: center; margin-bottom: 24px; font-variant-numeric: tabular-nums;
}
.gc-card__lbl { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--teal); font-weight: 500; margin-bottom: 14px; }
.gc-card__text { font-family: 'Geist', sans-serif; font-size: clamp(22px, 1.9vw, 28px); line-height: 1.25; color: var(--ink); letter-spacing: -0.008em; }
.gc-card__text strong { font-weight: 500; color: var(--teal); }
.gc-pillars {
  margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  padding: 32px; background: var(--sand); border-radius: 16px;
}
.gc-pillars__lbl { grid-column: 1 / -1; font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 8px; }
.gc-pillar h4 { font-family: 'Geist', sans-serif; font-weight: 500; font-size: 22px; color: var(--teal-dark); margin: 0 0 8px; letter-spacing: -0.018em; }
.gc-pillar p { font-size: 14.5px; color: var(--graphite); line-height: 1.5; margin: 0; }
.gc-quote {
  margin-top: 56px;
  font-family: 'Geist', sans-serif;
  font-style: italic;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1.3;
  color: var(--ink);
  border-left: 3px solid var(--gold);
  padding-left: 28px;
  max-width: 920px;
  letter-spacing: -0.01em;
}
@media (max-width: 900px) { .gc-grid, .gc-pillars { grid-template-columns: 1fr; } }

/* ====================== Pillars (4 funções) ====================== */
.pillars { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 56px; grid-auto-rows: 1fr; }
.pillar {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 30px 30px 34px; display: grid;
  grid-template-columns: auto 1fr; gap: 22px; align-items: flex-start;
  transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}
.section--sand .pillar { background: #fff; }
.pillar:hover { transform: translateY(-3px); border-color: rgba(14,123,122,0.3); box-shadow: 0 16px 40px -22px rgba(6,59,58,0.18); }
.pillar__num { font-family: 'Geist', sans-serif; font-weight: 300; font-size: 48px; color: var(--teal); line-height: 1; min-width: 56px; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.pillar h3 { font-family: 'Geist', sans-serif; font-size: 20px; font-weight: 500; margin: 4px 0 10px; color: var(--ink); letter-spacing: -0.005em; }
.pillar p { font-size: 14.5px; color: var(--graphite); line-height: 1.55; margin: 0; }
@media (max-width: 720px) { .pillars { grid-template-columns: 1fr; } }

/* ====================== Jornada (7 fases) ====================== */
.journey {
  margin-top: 40px;
  display: grid; grid-template-columns: repeat(7, minmax(260px, 1fr));
  gap: 14px; overflow-x: auto;
  padding-bottom: 14px; scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.journey::-webkit-scrollbar { height: 6px; }
.journey::-webkit-scrollbar-track { background: var(--line); border-radius: 99px; }
.journey::-webkit-scrollbar-thumb { background: var(--teal); border-radius: 99px; }
.phase {
  background: #fff; border: 1px solid var(--line);
  border-radius: 14px; padding: 26px 22px 28px;
  display: flex; flex-direction: column;
  scroll-snap-align: start;
  min-height: 320px;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.phase:hover { transform: translateY(-3px); border-color: rgba(14,123,122,0.3); box-shadow: 0 16px 40px -22px rgba(14,123,122,0.2); }
.section--sand .phase { background: var(--paper); }
.phase__num { font-family: 'Geist', sans-serif; font-weight: 300; font-size: 48px; color: var(--teal); line-height: 1; margin-bottom: 4px; letter-spacing: -0.03em; font-variant-numeric: tabular-nums; }
.phase__lbl { font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 18px; }
.phase h3 { font-family: 'Geist', sans-serif; font-weight: 500; font-size: 16.5px; color: var(--ink); margin: 0 0 16px; letter-spacing: -0.003em; line-height: 1.3; min-height: 42px; }
.phase ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; }
.phase li { font-size: 13px; color: var(--graphite); line-height: 1.45; display: flex; gap: 8px; align-items: flex-start; }
.phase li::before { content: ""; width: 4px; height: 4px; border-radius: 99px; background: var(--teal); opacity: 0.55; margin-top: 7px; flex-shrink: 0; }
.journey-scroll-hint { font-size: 12px; color: var(--muted); margin-top: 14px; display: flex; align-items: center; gap: 8px; }
.journey-scroll-hint::after { content: "→"; font-family: 'Geist', sans-serif; font-size: 16px; }
.journey-foot {
  margin-top: 44px; padding: 32px 36px;
  background: var(--teal-deep); color: #fff;
  border-radius: 16px;
  display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: center;
}
.journey-foot__lbl { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-soft); font-weight: 500; margin-bottom: 10px; display: block; }
.journey-foot h3 { font-family: 'Geist', sans-serif; font-weight: 500; font-size: clamp(24px, 2.4vw, 34px); line-height: 1.2; color: #fff; margin: 0 0 12px; letter-spacing: -0.01em; }
.journey-foot h3 .strike { text-decoration: line-through; text-decoration-thickness: 1.5px; text-decoration-color: rgba(230,211,166,0.6); }
.journey-foot h3 em { color: #E6D3A6; }
.journey-foot p { color: rgba(255,255,255,0.78); font-size: 15px; line-height: 1.55; margin: 0; max-width: 720px; }
.journey-foot p strong { color: #fff; font-weight: 500; }
.journey-foot p em { color: #E6D3A6; font-style: normal; }
@media (max-width: 820px) { .journey-foot { grid-template-columns: 1fr; } }

/* ====================== Plataforma (mock + features) ====================== */
.platform { display: grid; grid-template-columns: 1.05fr 1fr; gap: 64px; margin-top: 48px; align-items: start; }
.platform__trust {
  margin-top: 48px;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  padding: 28px 36px;
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  box-shadow: 0 18px 50px -32px rgba(6,59,58,0.18);
}
.section--sand .platform__trust { background: var(--paper); }
.trust-item { display: flex; flex-direction: column; gap: 6px; padding: 6px 28px; position: relative; }
.trust-item:first-child { padding-left: 0; }
.trust-item:last-child { padding-right: 0; }
.trust-item:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 14%; bottom: 14%; width: 1px; background: var(--line); }
.trust-item__num {
  font-family: 'Geist', sans-serif; font-weight: 400;
  font-size: clamp(34px, 3vw, 46px); line-height: 1;
  color: var(--teal-deep); letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
}
.trust-item__num em { font-style: normal; font-weight: 300; color: var(--gold); }
.trust-item__sep { color: var(--muted); font-weight: 300; margin: 0 2px; }
.trust-item__lbl { font-size: 13.5px; line-height: 1.4; color: var(--muted); }
@media (max-width: 720px) { .platform__trust { grid-template-columns: 1fr; padding: 22px 24px; } .trust-item { padding: 14px 0; } .trust-item:not(:last-child)::after { left: 0; right: 0; top: auto; bottom: 0; height: 1px; width: auto; } }
.platform__mock {
  border-radius: 16px; overflow: hidden; background: var(--ink);
  border: 1px solid var(--line);
  box-shadow: 0 30px 80px -40px rgba(6,59,58,0.35);
  position: relative; display: flex; flex-direction: column;
}
.mock-shot { display: block; width: 100%; height: auto; }
.platform__mock .mock-toolbar { background: var(--ink); border-bottom: 1px solid rgba(255,255,255,0.06); }
.platform__mock .mock-toolbar .mock-url { color: rgba(255,255,255,0.55); }
.platform__mock .mock-toolbar span:nth-child(1) { background: #FF5F57; }
.platform__mock .mock-toolbar span:nth-child(2) { background: #FEBC2E; }
.platform__mock .mock-toolbar span:nth-child(3) { background: #28C840; }
.mock-toolbar { display: flex; align-items: center; gap: 8px; padding: 12px 14px; background: var(--paper); border-bottom: 1px solid var(--line); }
.mock-toolbar span:not(.mock-url) { width: 11px; height: 11px; border-radius: 999px; background: #d6d2cb; }
.mock-toolbar span:nth-child(1):not(.mock-url) { background: #e07a6f; }
.mock-toolbar span:nth-child(2):not(.mock-url) { background: #e6c373; }
.mock-toolbar span:nth-child(3):not(.mock-url) { background: #7fb585; }
.mock-toolbar .mock-url { margin-left: 14px; font-size: 12px; color: var(--muted); }
.mock-body { display: grid; grid-template-columns: 180px 1fr; height: calc(100% - 40px); background: #fff; }
.mock-side { background: var(--ink); color: rgba(255,255,255,0.85); padding: 22px 18px; display: flex; flex-direction: column; gap: 4px; }
.mock-side .ms-brand { font-family: 'Geist', sans-serif; font-weight: 600; font-size: 15px; color: #fff; margin-bottom: 18px; display: flex; align-items: center; gap: 10px; letter-spacing: -0.02em; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.mock-side .ms-brand::before { content: ""; width: 22px; height: 22px; border-radius: 6px; background: var(--teal); display: grid; place-items: center; }
.mock-side ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 2px; }
.mock-side li { font-size: 12px; padding: 7px 10px; border-radius: 6px; color: rgba(255,255,255,0.62); display: flex; align-items: center; gap: 8px; }
.mock-side li::before { content: ""; width: 5px; height: 5px; border-radius: 99px; background: currentColor; opacity: 0.5; }
.mock-side li.is-active { background: rgba(14,123,122,0.22); color: #fff; }
.mock-side li.is-active::before { background: var(--gold-soft); opacity: 1; }
.mock-main { padding: 20px 22px; display: flex; flex-direction: column; gap: 12px; min-width: 0; }
.mock-h { display: flex; justify-content: space-between; align-items: center; }
.mock-h h4 { font-family: 'Geist', sans-serif; font-size: 18px; font-weight: 400; margin: 0; color: var(--ink); }
.mock-h .pill { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; background: var(--teal-soft); color: var(--teal-dark); padding: 4px 10px; border-radius: 99px; }
.mock-row { display: grid; grid-template-columns: 1fr auto auto; gap: 12px; align-items: center; padding: 9px 12px; border: 1px solid var(--line); border-radius: 8px; font-size: 12px; transition: border-color 0.2s, background 0.2s; }
.mock-row:hover { border-color: rgba(14,123,122,0.3); background: var(--paper); }
.mock-row .ttl { color: var(--ink); font-weight: 500; }
.mock-row .meta { color: var(--muted); font-size: 11px; }
.mock-row .badge { font-size: 9.5px; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 8px; border-radius: 99px; }
.mock-row .badge--ok { background: #E5F1E7; color: #2A6B36; }
.mock-row .badge--warn { background: #FBEFD9; color: #8A6512; }
.mock-row .progress { width: 70px; height: 4px; background: var(--line); border-radius: 4px; overflow: hidden; }
.mock-row .progress > i { display: block; height: 100%; background: var(--teal); }
.mock-row .progress > i.is-warn { background: var(--gold); }

.mock-foot { padding: 10px 14px; display: flex; align-items: center; gap: 10px; background: var(--paper); }
.mock-foot__dot { width: 8px; height: 8px; border-radius: 99px; background: #2A6B36; box-shadow: 0 0 0 3px rgba(42,107,54,0.18); flex-shrink: 0; animation: mockPulse 2s ease-in-out infinite; }
.mock-foot__txt { font-size: 11.5px; color: var(--graphite); }
@keyframes mockPulse { 0%, 100% { box-shadow: 0 0 0 3px rgba(42,107,54,0.18); } 50% { box-shadow: 0 0 0 6px rgba(42,107,54,0.05); } }

.platform__copy h2 { margin-bottom: 14px; }
.platform__features { list-style: none; padding: 0; margin: 24px 0 0; display: grid; grid-template-columns: 1fr 1fr; gap: 16px 24px; }
.platform__features li { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: flex-start; }
.platform__features li::before {
  content: ""; width: 20px; height: 20px; margin-top: 3px; background-color: var(--teal);
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat;
          mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat;
}
.platform__features strong { color: var(--ink); font-weight: 500; font-size: 15px; display: block; margin-bottom: 3px; }
.platform__features span { font-size: 13.5px; color: var(--graphite); line-height: 1.45; }
@media (max-width: 960px) { .platform { grid-template-columns: 1fr; gap: 40px; } .platform__features { grid-template-columns: 1fr; } }
@media (max-width: 560px) { .mock-body { grid-template-columns: 70px 1fr; } .mock-side ul { display: none; } }

/* ====================== Tour / vídeo ====================== */
.tour { display: grid; place-items: center; }
.tour__player {
  margin-top: 40px; width: 100%; max-width: 1080px;
  aspect-ratio: 16/9; border-radius: 16px; overflow: hidden;
  background: #000; box-shadow: 0 40px 80px -30px rgba(0,0,0,0.5);
  border: 1px solid rgba(255,255,255,0.08); position: relative;
}
.tour__player video { width: 100%; height: 100%; object-fit: cover; }
.tour__poster { position: absolute; inset: 0; display: grid; place-items: center; background: linear-gradient(135deg, #063B3A, #0F1E20); cursor: pointer; transition: opacity 0.35s ease; }
.tour__poster.is-hidden { opacity: 0; pointer-events: none; }
.tour__poster::after { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(14,123,122,0.35), transparent 70%), radial-gradient(ellipse 30% 30% at 80% 80%, rgba(198,162,79,0.15), transparent 70%); }
.tour__play { position: relative; z-index: 2; width: 88px; height: 88px; border-radius: 999px; background: rgba(255,255,255,0.95); display: grid; place-items: center; box-shadow: 0 18px 50px -10px rgba(0,0,0,0.6); transition: transform 0.2s, background 0.2s; border: none; }
.tour__player:hover .tour__play { transform: scale(1.06); background: #fff; }
.tour__play svg { width: 28px; height: 28px; fill: var(--teal-deep); margin-left: 4px; }
.tour__caption { position: absolute; bottom: 28px; left: 32px; right: 32px; z-index: 2; display: flex; align-items: center; justify-content: space-between; color: rgba(255,255,255,0.86); font-size: 13px; pointer-events: none; }
.tour__caption .serif { font-size: 20px; color: #fff; font-weight: 500; letter-spacing: -0.01em; }
.tour__cta { margin-top: 32px; text-align: center; }
.tour__cta p { color: rgba(255,255,255,0.7); margin: 0 0 16px; font-size: 14px; }

/* ====================== Entregáveis (2 colunas) ====================== */
.deliver { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 48px; }
.deliver__col { padding: 36px 34px; border-radius: 16px; }
.deliver__col--tech { background: #fff; border: 1px solid var(--line); }
.deliver__col--team { background: var(--teal-deep); color: #fff; }
.deliver__lbl { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500; margin-bottom: 22px; display: flex; align-items: center; gap: 14px; }
.deliver__col--tech .deliver__lbl { color: var(--teal); }
.deliver__col--team .deliver__lbl { color: var(--gold-soft); }
.deliver__lbl::before { content: ""; width: 28px; height: 1px; background: currentColor; opacity: 0.5; }
.deliver__col h3 { font-family: 'Geist', sans-serif; font-weight: 500; font-size: clamp(24px, 2.2vw, 32px); line-height: 1.2; margin: 0 0 24px; letter-spacing: -0.01em; }
.deliver__col--tech h3 { color: var(--ink); }
.deliver__col--team h3 { color: #fff; }
.deliver__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 14px; }
.deliver__list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15px; line-height: 1.5; }
.deliver__col--tech .deliver__list li { color: var(--graphite); }
.deliver__col--team .deliver__list li { color: rgba(255,255,255,0.88); }
.deliver__list li::before { content: ""; width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat; }
.deliver__col--tech .deliver__list li::before { background-color: var(--teal); }
.deliver__col--team .deliver__list li::before { background-color: #E6D3A6; }
.deliver-cta { margin-top: 48px; text-align: center; }
@media (max-width: 820px) { .deliver { grid-template-columns: 1fr; } }

/* ====================== Economia (tabela) ====================== */
.economy {
  margin-top: 48px;
  background: #fff; border-radius: 16px;
  overflow: hidden; border: 1px solid var(--line);
}
.section--sand .economy { box-shadow: 0 30px 80px -50px rgba(6,59,58,0.2); }
.economy__head, .economy__row, .economy__total {
  display: grid; grid-template-columns: 1fr auto;
  gap: 32px; padding: 18px 32px;
  border-bottom: 1px solid var(--line);
}
.economy__head {
  background: var(--ink); color: #fff;
  padding: 22px 32px;
}
.economy__head span { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: rgba(255,255,255,0.78); font-weight: 500; }
.economy__row { font-size: 16px; color: var(--graphite); transition: background 0.25s; }
.economy__row:hover { background: var(--paper); }
.economy__row:last-of-type { border-bottom: 1px solid var(--line); }
.economy__row .label { font-weight: 400; color: var(--ink); }
.economy__row .value { font-family: 'Geist', sans-serif; font-weight: 500; font-size: 18px; color: var(--teal-dark); letter-spacing: -0.01em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.economy__total {
  background: var(--teal-deep); color: #fff;
  padding: 26px 32px; border-bottom: none;
}
.economy__total .label { font-size: 14px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--gold-soft); font-weight: 500; }
.economy__total .value { font-family: 'Geist', sans-serif; font-weight: 500; font-size: clamp(26px, 2.8vw, 34px); color: #fff; letter-spacing: -0.025em; line-height: 1; font-variant-numeric: tabular-nums; }
.economy-notes {
  margin-top: 28px;
  display: grid; grid-template-columns: 2fr 1fr; gap: 32px;
  align-items: flex-start;
}
.economy-notes p { font-size: 13.5px; color: var(--muted); line-height: 1.55; margin: 0; }
.economy-notes .punch {
  font-family: 'Geist', sans-serif; font-weight: 500;
  font-size: clamp(20px, 1.8vw, 26px); line-height: 1.3;
  color: var(--ink); padding-left: 24px; letter-spacing: -0.015em;
  border-left: 2px solid var(--gold);
}
@media (max-width: 720px) {
  .economy__head, .economy__row, .economy__total { grid-template-columns: 1fr; gap: 4px; padding: 16px 22px; }
  .economy-notes { grid-template-columns: 1fr; }
}

/* ====================== Timeline 90 dias ====================== */
.timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 56px; position: relative; }
.timeline::before { content: ""; position: absolute; left: 6%; right: 6%; top: 0; height: 1px; background: linear-gradient(90deg, transparent 0%, var(--line) 12%, var(--line) 88%, transparent 100%); z-index: 0; }
.tstep { background: var(--paper); border: 1px solid var(--line); border-radius: 14px; padding: 28px 24px 28px; position: relative; transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s; }
.tstep:hover { transform: translateY(-2px); border-color: rgba(14,123,122,0.3); box-shadow: 0 14px 36px -22px rgba(6,59,58,0.16); }
.section--sand .tstep, .section--white .tstep { background: var(--paper); }
.tstep__dot {
  position: absolute; top: -18px; left: 24px;
  width: 36px; height: 36px; border-radius: 999px;
  background: var(--teal); color: #fff;
  display: grid; place-items: center;
  font-family: 'Geist', sans-serif; font-weight: 500; font-size: 15px;
  border: 4px solid var(--paper);
}
.section--sand .tstep__dot { border-color: var(--sand); }
.section--white .tstep__dot { border-color: #fff; }
.tstep__when { font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--teal); font-weight: 500; margin: 6px 0 12px; }
.tstep h3 { font-family: 'Geist', sans-serif; font-weight: 500; font-size: 17px; margin: 0 0 10px; color: var(--ink); letter-spacing: -0.003em; }
.tstep p { font-size: 13.5px; color: var(--graphite); line-height: 1.55; margin: 0; }
@media (max-width: 880px) { .timeline { grid-template-columns: 1fr 1fr; } .timeline::before { display: none; } }
@media (max-width: 520px) { .timeline { grid-template-columns: 1fr; } }

/* ====================== Lote de lançamento ====================== */
.launch {
  margin-top: 48px;
  display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 28px;
}
.launch__cards { display: flex; flex-direction: column; gap: 16px; }
.launch__card { background: #fff; border: 1px solid var(--line); border-radius: 14px; padding: 26px 30px 28px; transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s; display: flex; flex-direction: column; gap: 10px; }
.launch__card:hover { transform: translateY(-2px); border-color: rgba(14,123,122,0.3); box-shadow: 0 14px 36px -22px rgba(6,59,58,0.18); }
.launch__card h3 { font-family: 'Geist', sans-serif; font-weight: 500; font-size: 19px; color: var(--ink); margin: 0; letter-spacing: -0.003em; line-height: 1.25; }
.launch__card p { font-size: 14.5px; color: var(--graphite); line-height: 1.55; margin: 0; }
.launch__card p strong { color: var(--ink); font-weight: 500; }
.launch__card__tag {
  align-self: flex-start;
  font-size: 10.5px; letter-spacing: 0.22em; text-transform: uppercase; font-weight: 500;
  padding: 5px 11px; border-radius: 99px;
  background: var(--teal-soft); color: var(--teal-dark);
}
.launch__card__tag--gold { background: rgba(178,141,74,0.14); color: #8A6512; }
.launch__card__tag--alert { background: rgba(179,58,58,0.10); color: #962F2F; }
.launch__card__list { list-style: none; padding: 0; margin: 6px 0 0; display: flex; flex-direction: column; gap: 6px; }
.launch__card__list li { display: flex; gap: 9px; align-items: flex-start; font-size: 13.5px; color: var(--graphite); line-height: 1.45; }
.launch__card__list li::before { content: ""; width: 14px; height: 14px; flex-shrink: 0; margin-top: 3px; -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat; mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>") center/contain no-repeat; background-color: var(--teal); }
.launch__aside {
  background: var(--teal-deep); color: #fff;
  border-radius: 16px; padding: 32px 32px 28px;
  display: flex; flex-direction: column; gap: 26px;
  position: relative; overflow: hidden;
}
.launch__aside::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse 70% 50% at 90% 0%, rgba(198,162,79,0.20), transparent 65%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(14,123,122,0.35), transparent 70%);
}
.launch__aside > * { position: relative; z-index: 1; }
.launch__lbl { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold-soft); font-weight: 500; display: block; margin-bottom: 12px; }
.launch__modules { display: flex; flex-wrap: wrap; gap: 8px; }
.launch__modules span {
  font-size: 12.5px; padding: 7px 14px; border-radius: 999px;
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.18);
  color: #fff;
}
.launch__modules span.is-bonus { background: var(--gold); color: var(--ink); border-color: var(--gold); font-weight: 500; }

.launch__seats { padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.14); }
.launch__seats-head { display: flex; justify-content: space-between; align-items: baseline; }
.launch__seats-head .launch__lbl { margin-bottom: 0; }
.launch__seats-count { font-family: 'Geist', sans-serif; font-size: 13px; color: rgba(255,255,255,0.7); font-variant-numeric: tabular-nums; }
.launch__seats-count em { font-style: normal; font-weight: 500; color: #fff; font-size: 16px; margin-right: 3px; }
.launch__seats-bar { margin-top: 12px; height: 8px; border-radius: 99px; background: rgba(255,255,255,0.10); overflow: hidden; }
.launch__seats-bar i { display: block; height: 100%; width: 22%; background: linear-gradient(90deg, var(--gold) 0%, #D6B070 100%); border-radius: 99px; }
.launch__seats-note { font-size: 13px; line-height: 1.5; color: rgba(255,255,255,0.72); margin: 14px 0 0; }
.launch__seats-note strong { color: #fff; font-weight: 500; }

.launch__date { padding-top: 22px; border-top: 1px solid rgba(255,255,255,0.14); }
.launch__date .when {
  font-family: 'Geist', sans-serif; font-size: clamp(28px, 2.8vw, 38px); line-height: 1.1;
  color: #fff; letter-spacing: -0.01em; margin-bottom: 6px;
  font-variant-numeric: tabular-nums;
}
.launch__date .when em { font-style: normal; color: #E6D3A6; font-weight: 500; }
.launch__date .sub { font-size: 13px; color: rgba(255,255,255,0.62); line-height: 1.45; }

.launch__cta {
  margin-top: auto;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: 999px;
  background: var(--gold); color: var(--ink);
  font-family: 'Geist', sans-serif; font-weight: 500; font-size: 14.5px;
  border: 1px solid var(--gold);
  transition: transform 0.18s, background 0.2s, border-color 0.2s;
}
.launch__cta:hover { background: #C7A05E; border-color: #C7A05E; transform: translateY(-1px); }
.launch__cta svg { width: 16px; height: 16px; transition: transform 0.2s ease; }
.launch__cta:hover svg { transform: translateX(3px); }
@media (max-width: 900px) { .launch { grid-template-columns: 1fr; } }

/* ====================== Bônus ====================== */
.bonus { margin-top: 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.bonus-card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 32px 32px 34px; position: relative; overflow: hidden;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
}
.bonus-card:hover { transform: translateY(-3px); border-color: rgba(14,123,122,0.3); box-shadow: 0 16px 40px -22px rgba(6,59,58,0.18); }
.section--sand .bonus-card { background: var(--paper); }
.bonus-card__lbl { font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: 16px; display: inline-block; }
.bonus-card h3 { font-family: 'Geist', sans-serif; font-weight: 500; font-size: clamp(26px, 2.4vw, 36px); line-height: 1.15; margin: 0 0 14px; color: var(--ink); letter-spacing: -0.01em; }
.bonus-card h3 em { color: var(--teal); font-style: normal; }
.bonus-card p { font-size: 15px; color: var(--graphite); line-height: 1.55; margin: 0; }
.bonus-card p strong { color: var(--ink); font-weight: 500; }
@media (max-width: 720px) { .bonus { grid-template-columns: 1fr; } }

/* ====================== FAQ ====================== */
.faq { margin-top: 40px; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); padding: 22px 0; cursor: pointer; transition: padding 0.2s ease; }
.faq details[open] { padding-bottom: 26px; }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 24px; font-family: 'Geist', sans-serif; font-size: clamp(16px, 1.3vw, 19px); font-weight: 500; color: var(--ink); list-style: none; letter-spacing: -0.005em; outline: none; }
.faq summary:hover { color: var(--teal); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary .toggle { width: 30px; height: 30px; border-radius: 999px; border: 1px solid var(--line); display: grid; place-items: center; color: var(--teal); font-size: 18px; transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1), background 0.25s, border-color 0.25s, color 0.25s; flex-shrink: 0; }
.faq summary:hover .toggle { border-color: var(--teal); }
.faq details[open] summary .toggle { background: var(--teal); color: #fff; border-color: var(--teal); transform: rotate(45deg); }
.faq summary .toggle::before { content: "+"; }
.faq__body { padding: 16px 56px 4px 0; max-width: 920px; font-size: 15.5px; color: var(--graphite); line-height: 1.6; animation: faqFade 0.32s cubic-bezier(0.2, 0.7, 0.2, 1); }
@keyframes faqFade { from { opacity: 0; transform: translateY(-4px); } to { opacity: 1; transform: translateY(0); } }

/* ====================== CTA Final ====================== */
.cta-final { position: relative; padding: clamp(90px, 11vw, 160px) 0; background: var(--teal-deep); color: #fff; overflow: hidden; }
.cta-final::before { content: ""; position: absolute; inset: 0; background: radial-gradient(ellipse 55% 65% at 50% 50%, rgba(14,123,122,0.35), transparent 70%), radial-gradient(ellipse 30% 30% at 12% 18%, rgba(198,162,79,0.12), transparent 70%), radial-gradient(ellipse 30% 30% at 88% 82%, rgba(198,162,79,0.10), transparent 70%); z-index: 0; }
.cta-final__inner { position: relative; z-index: 1; display: grid; gap: 22px; max-width: 920px; margin: 0 auto; text-align: center; justify-items: center; }
.cta-final h2 { color: #fff; }
.cta-final h2 em { font-style: normal; color: #E6D3A6; }
.cta-final p { color: rgba(255,255,255,0.78); }
.cta-final__ctas { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-top: 8px; }
.cta-final__meta { display: flex; gap: 14px 28px; flex-wrap: wrap; justify-content: center; margin-top: 8px; font-size: 13px; color: rgba(255,255,255,0.6); }
.cta-final__meta .dot { width: 5px; height: 5px; border-radius: 99px; background: rgba(255,255,255,0.3); display: inline-block; margin: 0 6px 0 -8px; }
.cta-final__phone { font-family: 'Geist', sans-serif; font-weight: 500; font-size: 18px; color: #fff; letter-spacing: -0.005em; font-variant-numeric: tabular-nums; }
.cta-final__quote { margin-top: 44px; max-width: 760px; padding-top: 36px; border-top: 1px solid rgba(255,255,255,0.14); position: relative; }
.cta-final__quote::before { content: ""; position: absolute; top: -1px; left: 50%; transform: translateX(-50%); width: 48px; height: 1px; background: var(--gold); }
.cta-final__quote blockquote { font-family: 'Geist', sans-serif; font-style: italic; font-size: clamp(22px, 2.1vw, 28px); line-height: 1.4; color: rgba(255,255,255,0.92); margin: 0; padding: 0; text-align: center; letter-spacing: -0.01em; font-weight: 400; }

/* ====================== Footer ====================== */
.footer { background: var(--ink); color: rgba(255,255,255,0.6); padding: 56px 0 36px; border-top: 1px solid rgba(255,255,255,0.06); }
.footer__top { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 40px; padding-bottom: 36px; border-bottom: 1px solid rgba(255,255,255,0.08); }
.footer__brand { display: flex; flex-direction: column; gap: 16px; }
.footer__logo { height: 44px; width: auto; display: block; margin-bottom: 4px; align-self: flex-start; }
.footer__brand p { font-size: 13.5px; max-width: 360px; line-height: 1.55; margin: 0; }
.footer h5 { font-family: 'Geist', sans-serif; font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #fff; margin: 0 0 14px; font-weight: 500; }
.footer ul { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 9px; }
.footer a { font-size: 13.5px; color: rgba(255,255,255,0.6); transition: color 0.2s; }
.footer a:hover { color: #fff; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 24px; font-size: 12px; color: rgba(255,255,255,0.45); letter-spacing: 0.04em; }
@media (max-width: 820px) { .footer__top { grid-template-columns: 1fr 1fr; gap: 32px; } .footer__bottom { flex-direction: column; gap: 10px; } }

/* ====================== Floating dock ====================== */
.dock {
  position: fixed; bottom: 22px; right: 22px; z-index: 40;
  display: inline-flex; align-items: center; gap: 10px;
  padding: 13px 20px; background: var(--teal); color: #fff;
  border-radius: 999px; font-size: 14px; font-weight: 500;
  box-shadow: 0 14px 38px -10px rgba(14,123,122,0.55);
  transform: translateY(100px); opacity: 0;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.2, 1), opacity 0.3s, background 0.2s, box-shadow 0.3s;
}
.dock.is-visible { transform: translateY(0); opacity: 1; }
.dock:hover { background: var(--teal-dark); box-shadow: 0 18px 46px -8px rgba(14,123,122,0.62); transform: translateY(-2px); }
.dock svg { width: 18px; height: 18px; }

/* ====================== Reveal on scroll ====================== */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.2, 0.7, 0.2, 1); will-change: opacity, transform; }
.reveal.is-visible { opacity: 1; transform: translateY(0); will-change: auto; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } html { scroll-behavior: auto; } }
