/* =========================================================================
   Juliano Carmo · /consulta — redesign
   Direction A "Painel Clínico Vivo" + abertura cinematográfica "2h da manhã"
   Tema dark navy · arco de cor âmbar (dor) → azul (método) → verde (ação)
   ========================================================================= */

:root {
  /* base surfaces */
  --navy:        #0a1628;
  --navy-2:      #0c1422;
  --navy-3:      #0f1b2d;
  --navy-card:   #122036;
  --navy-card-2: #16263f;
  --navy-line:   #ffffff12;
  --navy-deep:   #060c16; /* opening "2am" */

  /* semantic accents */
  --blue:        #1e90ff;
  --blue-soft:   #4fb0ff;
  --blue-deep:   #0a4d96;
  --blue-glow:   #1e90ff55;
  --warn:        #f5b048;  /* dor / tensão */
  --warn-soft:   #ffc977;
  --warn-deep:   #5a3d12;
  --whatsapp:    #25d366;  /* ação / CTA, exclusivo */
  --whatsapp-2:  #1fb658;

  /* text */
  --text:   #e8eef7;
  --text-2: #a6b3c7;
  --text-3: #7d8ba3;
  --text-4: #57647c;

  /* type */
  --font-body:    "Inter", system-ui, -apple-system, sans-serif;
  --font-display: "Fraunces", "Playfair Display", Georgia, serif;
  --font-mono:    "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --border: #ffffff14;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 10px;
  --radius-xs: 6px;

  --maxw: 1180px;

  /* per-section accent (re-bound by section classes) */
  --accent: var(--blue);
  --accent-soft: var(--blue-soft);
  --accent-glow: var(--blue-glow);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--font-body);
  background: var(--navy);
  color: var(--text);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  line-height: 1.62;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img, svg, video { max-width: 100%; display: block; }
button { cursor: pointer; color: inherit; background: none; border: none; font-family: inherit; }
::selection { background: var(--blue-glow); color: #fff; }

.skip-link {
  position: absolute; left: 12px; top: -60px; z-index: 200;
  background: var(--blue); color: #fff; padding: 10px 16px; border-radius: var(--radius-sm);
  font-weight: 600; font-size: 14px; transition: top .2s;
}
.skip-link:focus { top: 12px; }

:focus-visible { outline: 2px solid var(--blue-soft); outline-offset: 3px; border-radius: 3px; }

.container { max-width: var(--maxw); margin: 0 auto; padding: 0 24px; }
.container-tight { max-width: 940px; margin: 0 auto; padding: 0 24px; }

/* =========================================================================
   Background atmosphere
   ========================================================================= */
.bg-field {
  position: fixed; inset: 0; z-index: -2; pointer-events: none;
  background:
    radial-gradient(900px 700px at 78% -8%, #11335e44, transparent 60%),
    radial-gradient(800px 600px at 8% 12%, #1a2c4a40, transparent 55%),
    var(--navy);
}
.bg-grain {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .035;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/></filter><rect width='100%25' height='100%25' filter='url(%23n)'/></svg>");
}
.bg-grid {
  position: fixed; inset: 0; z-index: -1; pointer-events: none; opacity: .4;
  background-image:
    linear-gradient(to right, #ffffff06 1px, transparent 1px),
    linear-gradient(to bottom, #ffffff06 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 0%, #000 0%, transparent 70%);
}

/* =========================================================================
   Typography helpers
   ========================================================================= */
.eyebrow {
  font-family: var(--font-mono);
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--accent-soft);
  font-size: 11.5px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 9px;
}
.eyebrow::before {
  content: ""; width: 18px; height: 1px; background: var(--accent-soft); opacity: .6;
}

.section-title {
  font-family: var(--font-display);
  font-weight: 500;
  letter-spacing: -.02em;
  line-height: 1.06;
  text-wrap: balance;
  color: #fff;
  font-size: clamp(30px, 5.2vw, 54px);
}
.lede {
  color: var(--text-2);
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.66;
  max-width: 60ch;
  text-wrap: pretty;
}
.risk { color: var(--warn); text-decoration: line-through; text-decoration-color: var(--warn); text-decoration-thickness: 2px; }
.clear { color: var(--blue-soft); }
.kw { color: #fff; font-weight: 600; }

/* mono metadata label (instrument readout) */
.meta {
  font-family: var(--font-mono);
  font-size: 11px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--text-3);
}

/* section rhythm */
.section { position: relative; padding: clamp(72px, 11vw, 132px) 0; }
.section--tight { padding: clamp(56px, 8vw, 96px) 0; }
.hairline { height: 1px; background: linear-gradient(to right, transparent, var(--border) 18%, var(--border) 82%, transparent); }

/* =========================================================================
   Reveal / motion primitives
   Content is VISIBLE BY DEFAULT. Hiding is gated under .js-anim (set
   synchronously by an inline head script) so no-JS, crawlers, slow-JS and
   a failed app.js all render full content. .anim-failsafe (set after 4s)
   is an additional backstop that force-reveals everything.
   ========================================================================= */
.reveal { opacity: 1; transform: none; }
.js-anim .reveal { opacity: 0; transform: translateY(26px); }
.js-anim .reveal.visible { animation: revealIn .8s cubic-bezier(.22,.61,.36,1) both; }
@keyframes revealIn { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
.js-anim .reveal[data-d="1"].visible { animation-delay: .08s; }
.js-anim .reveal[data-d="2"].visible { animation-delay: .16s; }
.js-anim .reveal[data-d="3"].visible { animation-delay: .24s; }
.js-anim .reveal[data-d="4"].visible { animation-delay: .32s; }
.js-anim .reveal[data-d="5"].visible { animation-delay: .40s; }
.js-anim.anim-failsafe .reveal { opacity: 1 !important; transform: none !important; animation: none !important; }

@keyframes pulse-dot { 0% { opacity: .7; transform: scale(1); } 100% { opacity: 0; transform: scale(2.6); } }
@keyframes float-slow { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }
@keyframes aurora { 0%,100% { transform: translate(0,0) scale(1); } 50% { transform: translate(3%, -2%) scale(1.06); } }
@keyframes sheen { 0% { background-position: -200% 0; } 100% { background-position: 200% 0; } }
@keyframes blink { 0%,100% { opacity: 1; } 50% { opacity: .2; } }

/* live dot used across instrument UI */
.livedot { position: relative; width: 9px; height: 9px; border-radius: 50%; background: var(--accent-soft); flex: none; }
.livedot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--accent-soft); animation: pulse-dot 2.2s ease-out infinite; }

/* =========================================================================
   Buttons
   ========================================================================= */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font-weight: 600; font-size: 16px; line-height: 1;
  padding: 16px 26px; border-radius: 999px; min-height: 52px;
  transition: transform .25s cubic-bezier(.22,.61,.36,1), box-shadow .25s, background .25s, border-color .25s;
  will-change: transform; white-space: nowrap;
}
.btn:active { transform: translateY(1px) scale(.99); }

.btn-wa {
  background: var(--whatsapp); color: #04130a;
  box-shadow: 0 10px 30px -8px #25d36680, inset 0 1px 0 #ffffff40;
}
.btn-wa:hover { background: #2ee06f; transform: translateY(-2px); box-shadow: 0 16px 40px -8px #25d366aa, inset 0 1px 0 #ffffff55; }
.btn-wa svg { width: 19px; height: 19px; }

.btn-ghost {
  background: #ffffff08; color: var(--text); border: 1px solid var(--border);
  backdrop-filter: blur(6px);
}
.btn-ghost:hover { background: #ffffff12; border-color: #ffffff2e; transform: translateY(-2px); }

.btn-sm { padding: 11px 18px; min-height: 42px; font-size: 14px; }

/* quiz secondary text link */
.quiz-link {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--text-2); font-size: 14.5px; font-weight: 500;
  border-bottom: 1px solid transparent; transition: color .2s, border-color .2s;
}
.quiz-link:hover { color: var(--blue-soft); border-color: var(--blue-glow); }
.quiz-link .gem { color: var(--blue-soft); }

/* =========================================================================
   Credibility chips (authority anchors)
   ========================================================================= */
.cred-strip { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.cred-chip {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 14px; border-radius: 999px;
  background: #ffffff06; border: 1px solid var(--border);
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .04em;
  color: var(--text-2);
}
.cred-chip svg { width: 14px; height: 14px; color: var(--blue-soft); flex: none; }
.cred-chip b { color: var(--text); font-weight: 600; }

/* =========================================================================
   NAV
   ========================================================================= */
.nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  transition: background .3s, border-color .3s, backdrop-filter .3s;
  border-bottom: 1px solid transparent;
}
.nav.scrolled {
  background: #08111fcc; backdrop-filter: blur(14px) saturate(1.2);
  border-bottom-color: var(--border);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 70px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand-mark {
  width: 38px; height: 38px; border-radius: 11px; flex: none;
  display: grid; place-items: center;
  background: linear-gradient(150deg, #16314f, #0c1c30);
  border: 1px solid var(--border);
  font-family: var(--font-display); font-size: 19px; color: var(--blue-soft); font-weight: 600;
}
.brand-name { font-weight: 600; font-size: 15.5px; letter-spacing: -.01em; line-height: 1.1; }
.brand-name small { display: block; font-family: var(--font-mono); font-size: 10.5px; color: var(--text-3); letter-spacing: .08em; font-weight: 500; margin-top: 2px; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a { font-size: 14.5px; color: var(--text-2); transition: color .2s; position: relative; }
.nav-links a:hover { color: var(--text); }
.nav-links a::after { content: ""; position: absolute; left: 0; bottom: -6px; height: 1px; width: 0; background: var(--blue-soft); transition: width .25s; }
.nav-links a:hover::after { width: 100%; }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-progress { position: absolute; left: 0; bottom: 0; height: 2px; width: 0; background: linear-gradient(to right, var(--warn), var(--blue), var(--whatsapp)); }
@media (max-width: 860px) { .nav-links { display: none; } }

/* =========================================================================
   HERO
   ========================================================================= */
.hero { position: relative; padding: 120px 0 clamp(60px, 9vw, 104px); overflow: hidden; }
.hero-aurora {
  position: absolute; inset: -20% -10% auto -10%; height: 120%; z-index: -1; pointer-events: none;
  background:
    radial-gradient(620px 420px at 72% 18%, #1e90ff2e, transparent 62%),
    radial-gradient(520px 420px at 20% 4%, #2a4a7a33, transparent 60%);
  animation: aurora 16s ease-in-out infinite;
}
.hero.hero-spotlight::before {
  content: ""; position: absolute; width: 620px; height: 620px; left: var(--hero-gx,40%); top: var(--hero-gy,30%);
  background: radial-gradient(circle, #1e90ff22, transparent 62%);
  pointer-events: none; z-index: 0; transition: opacity .4s;
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(32px, 5vw, 72px); align-items: center; }

.hero-chip {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 7px 14px 7px 12px; border-radius: 999px;
  background: #ffffff08; border: 1px solid var(--border);
  font-family: var(--font-mono); font-size: 11.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-2);
}
.hero-tags { display: flex; flex-wrap: wrap; gap: 8px; margin: 22px 0 18px; }
.hero-tag {
  font-size: 13px; padding: 5px 12px; border-radius: 999px;
  background: #1e90ff14; border: 1px solid #1e90ff33; color: var(--blue-soft); font-weight: 500;
}
.hero-tag.muted { background: #ffffff06; border-color: var(--border); color: var(--text-3); }

.hero h1 {
  font-family: var(--font-display); font-weight: 500;
  font-size: clamp(33px, 6vw, 60px); line-height: 1.04; letter-spacing: -.022em;
  color: #fff; text-wrap: balance; margin-bottom: 22px;
}
.hero .lede { margin-bottom: 30px; }
.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-bottom: 14px; }

.hero-kpis {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 0;
  margin-top: 38px; border: 1px solid var(--border); border-radius: var(--radius-md);
  background: #ffffff05; overflow: hidden;
}
.kpi { padding: 18px 18px; border-right: 1px solid var(--border); position: relative; }
.kpi:last-child { border-right: none; }
.kpi-num { font-family: var(--font-display); font-size: clamp(24px, 3.4vw, 34px); color: #fff; line-height: 1; font-weight: 600; letter-spacing: -.01em; }
.kpi-num .u { font-size: .62em; color: var(--blue-soft); }
.kpi-label { color: var(--text-3); font-size: 12.5px; margin-top: 8px; line-height: 1.4; }
@media (max-width: 560px) {
  .hero-kpis { grid-template-columns: 1fr; }
  .kpi { border-right: none; border-bottom: 1px solid var(--border); }
  .kpi:last-child { border-bottom: none; }
}

/* hero photo as instrument frame */
.hero-figure { position: relative; }
.hero-frame {
  position: relative; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--border); background: var(--navy-card);
  aspect-ratio: 4 / 5; box-shadow: 0 40px 90px -30px #000a, inset 0 1px 0 #ffffff14;
}
.hero-frame img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 2; }
.hero-frame .photo-ph {
  position: absolute; inset: 0; display: grid; place-items: center; text-align: center; gap: 10px;
  background:
    radial-gradient(120% 90% at 50% 0%, #1b3556, #0c1a2e 70%);
  color: var(--text-3);
}
.photo-ph .ph-ico { width: 54px; height: 54px; opacity: .5; }
.photo-ph .ph-t { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.hero-corner { position: absolute; width: 18px; height: 18px; border: 2px solid var(--blue-soft); opacity: .6; z-index: 3; }
.hero-corner.tl { top: 14px; left: 14px; border-right: none; border-bottom: none; }
.hero-corner.tr { top: 14px; right: 14px; border-left: none; border-bottom: none; }
.hero-corner.bl { bottom: 14px; left: 14px; border-right: none; border-top: none; }
.hero-corner.br { bottom: 14px; right: 14px; border-left: none; border-top: none; }
.hero-livebadge {
  position: absolute; left: 16px; bottom: 16px; z-index: 3;
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 13px; border-radius: 999px; background: #07101dcc; border: 1px solid var(--border);
  backdrop-filter: blur(8px); font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em; color: var(--text);
}
.hero-crpbadge {
  position: absolute; right: -14px; top: 28px; z-index: 4;
  display: flex; align-items: center; gap: 10px; padding: 11px 15px; border-radius: 14px;
  background: #0c1a2eee; border: 1px solid var(--border); box-shadow: 0 18px 40px -16px #000c;
  animation: float-slow 6s ease-in-out infinite;
}
.hero-crpbadge svg { width: 22px; height: 22px; color: var(--blue-soft); }
.hero-crpbadge .t { font-size: 12px; line-height: 1.3; }
.hero-crpbadge .t b { display: block; color: #fff; font-size: 13px; }
.hero-crpbadge .t span { color: var(--text-3); font-family: var(--font-mono); font-size: 10px; }
@media (max-width: 880px) {
  .hero-grid { grid-template-columns: 1fr; }
  /* width:100% evita o colapso: como o frame tem filhos todos em position:absolute,
     sem largura explícita o grid item encolhe a 0 com margin:auto. */
  .hero-figure { width: 100%; max-width: 420px; margin: 8px auto 0; }
  .hero-crpbadge { right: 8px; }
}

/* =========================================================================
   OPENING — "2h da manhã" (cinematic)
   ========================================================================= */
.opening {
  position: relative; background: #04080f; overflow: hidden;
  padding: clamp(120px, 20vw, 260px) 0;
  --accent: var(--warn); --accent-soft: var(--warn-soft); --accent-glow: #f5b04844;
}
/* warm, restless ambient glow that breathes and drifts (the lamp still on at 2am) */
.opening-glow {
  position: absolute; left: 50%; top: 14%; width: min(900px, 120vw); height: 640px;
  transform: translateX(-50%); pointer-events: none; z-index: 0;
  background: radial-gradient(ellipse at center, #f5b0481f, #f5b04808 38%, transparent 64%);
  filter: blur(6px);
  transition: background 1.6s ease, opacity 1.6s ease;
  animation: breathe 9s ease-in-out infinite;
}
.opening.cleared .opening-glow {
  background: radial-gradient(ellipse at center, #1e90ff26, #1e90ff0a 40%, transparent 66%);
}
@keyframes breathe {
  0%, 100% { opacity: .7; transform: translateX(-50%) translateY(0) scale(1); }
  50%      { opacity: 1;  transform: translateX(-52%) translateY(-12px) scale(1.08); }
}
/* faint streetlight-through-blinds streaks + heavy vignette = night room */
.opening-streaks {
  position: absolute; inset: 0; z-index: 0; pointer-events: none; opacity: .5;
  background: repeating-linear-gradient(101deg, #ffd9930a 0 2px, transparent 2px 64px);
  mask-image: radial-gradient(120% 80% at 60% 20%, #000 0%, transparent 60%);
  transition: opacity 1.6s ease;
}
.opening.cleared .opening-streaks { opacity: .12; }
.opening::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(130% 100% at 50% 30%, transparent 38%, #000000c4 100%);
}
.opening-inner { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; padding: 0 24px; }

.clock {
  display: flex; width: fit-content; align-items: center; gap: 13px; margin-bottom: clamp(40px, 6vw, 64px);
  font-family: var(--font-mono); color: var(--warn-soft);
  padding: 9px 16px; border-radius: 999px;
  background: #f5b04809; border: 1px solid #f5b04822;
  transition: color 1.4s ease, background 1.4s ease, border-color 1.4s ease;
}
.opening.cleared .clock { color: var(--blue-soft); background: #1e90ff0d; border-color: #1e90ff2e; }
.clock { max-width: 100%; }
.clock .time { font-size: 14.5px; letter-spacing: .26em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.clock .tick { width: 7px; height: 7px; border-radius: 50%; background: var(--warn); box-shadow: 0 0 10px 1px #f5b04877; animation: blink 1s steps(1) infinite; transition: background 1.4s ease, box-shadow 1.4s ease; }
.opening.cleared .clock .tick { background: var(--blue-soft); box-shadow: 0 0 10px 1px #4fb0ff77; }
@media (max-width: 480px) {
  .clock { gap: 9px; padding: 7px 13px; }
  .clock .time { font-size: 11px; letter-spacing: .1em; }
}

.opening-lines { font-family: var(--font-display); font-style: italic; font-weight: 500; letter-spacing: -.012em; }
.opening-lines .ln {
  display: block; font-size: clamp(25px, 5vw, 50px); line-height: 1.2; color: #d6deea;
  opacity: 1; transform: none; filter: none;
  transition: opacity 1.3s ease, transform 1.4s cubic-bezier(.22,.61,.36,1), filter 1.3s ease, color 1.2s ease;
  margin-bottom: .42em; text-wrap: balance;
}
.js-anim .opening-lines .ln { opacity: .05; transform: translateY(22px) scale(.985); filter: blur(11px); will-change: opacity, transform, filter; }
.js-anim .opening-lines .ln.lit { opacity: 1; transform: none; filter: blur(0); }
.opening-lines em { color: var(--warn-soft); font-style: italic; text-shadow: 0 0 24px #f5b04855; }
.opening-close {
  font-family: var(--font-body); font-style: normal; font-size: clamp(18px, 2.7vw, 26px);
  color: var(--text-2); line-height: 1.55; margin-top: clamp(42px, 6vw, 68px); text-wrap: pretty;
  opacity: 1; transform: none; filter: none;
  transition: opacity 1.3s ease, transform 1.4s cubic-bezier(.22,.61,.36,1), filter 1.3s ease;
}
.js-anim .opening-close { opacity: .05; transform: translateY(22px); filter: blur(11px); }
.js-anim .opening-close.lit { opacity: 1; transform: none; filter: blur(0); }
.js-anim.anim-failsafe .opening-lines .ln, .js-anim.anim-failsafe .opening-close { opacity: 1 !important; transform: none !important; filter: none !important; }
/* mobile: drop the costly per-line blur, keep opacity+transform (compositor-cheap) */
@media (max-width: 600px) {
  .js-anim .opening-lines .ln, .js-anim .opening-close { filter: none !important; }
}
.opening-close .clear { color: var(--blue-soft); font-weight: 600; text-shadow: 0 0 30px #1e90ff66; }

/* =========================================================================
   PAIN — tabs
   ========================================================================= */
.pain { --accent: var(--warn); --accent-soft: var(--warn-soft); --accent-glow: #f5b04844; }
.tabs { display: inline-flex; gap: 4px; padding: 5px; border-radius: 999px; background: #ffffff07; border: 1px solid var(--border); margin: 24px 0 36px; }
.tab {
  padding: 10px 20px; border-radius: 999px; font-size: 14.5px; font-weight: 500; color: var(--text-2);
  transition: color .2s, background .2s; min-height: 44px;
}
.tab[aria-selected="true"] { background: #f5b04818; color: var(--warn-soft); box-shadow: inset 0 0 0 1px #f5b04844; }
.pain-list { display: grid; gap: 12px; }
.pain-panel[hidden] { display: none; }
.pain-item {
  display: grid; grid-template-columns: 30px 1fr; gap: 16px; align-items: start;
  padding: 20px 22px; border-radius: var(--radius-md);
  background: #ffffff05; border: 1px solid var(--border);
  transition: border-color .3s, background .3s, transform .3s;
}
.pain-item:hover { border-color: #f5b04840; background: #f5b0480a; transform: translateX(4px); }
.pain-item .pip { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; background: #f5b04814; flex: none; margin-top: 1px; }
.pain-item .pip svg { width: 16px; height: 16px; color: var(--warn-soft); }
.pain-item p { color: var(--text-2); font-size: 15.5px; line-height: 1.55; }
.pain-sign {
  margin-top: 36px; padding: 30px 32px; border-radius: var(--radius-lg);
  background: linear-gradient(120deg, #f5b0480f, #ffffff04); border: 1px solid #f5b04826;
  display: flex; flex-wrap: wrap; gap: 22px; align-items: center; justify-content: space-between;
}
.pain-sign h3 { font-family: var(--font-display); font-size: clamp(22px, 3vw, 30px); color: #fff; font-weight: 500; margin-bottom: 8px; }
.pain-sign p { color: var(--text-2); max-width: 52ch; font-size: 15px; }
.pain-sign .cta-col { display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
@media (max-width: 600px) {
  .pain-sign { padding: 24px 22px; gap: 18px; }
  .pain-sign .cta-col { width: 100%; }
  .pain-sign .cta-col .btn { width: 100%; white-space: normal; line-height: 1.3; padding: 14px 20px; text-align: center; }
  .pain-sign .cta-col .quiz-link { align-self: center; text-align: center; }
}

/* =========================================================================
   THESIS — custo (degradation curve)
   ========================================================================= */
.thesis { --accent: var(--warn); --accent-soft: var(--warn-soft); }
.thesis-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 5vw, 68px); align-items: center; }
.thesis-points { display: grid; gap: 16px; margin-top: 28px; }
.thesis-point { display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: start; }
.thesis-point .n { font-family: var(--font-mono); font-size: 12px; color: var(--warn-soft); padding-top: 3px; }
.thesis-point p { color: var(--text-2); font-size: 15.5px; }
.thesis-point p b { color: var(--text); }
.curve-card {
  border-radius: var(--radius-lg); border: 1px solid var(--border); background: var(--navy-card);
  padding: 22px; box-shadow: 0 30px 70px -34px #000a;
}
.curve-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.curve-legend { display: flex; gap: 18px; margin-top: 14px; }
.curve-legend span { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; color: var(--text-2); font-family: var(--font-mono); }
.curve-legend i { width: 14px; height: 3px; border-radius: 2px; }
@media (max-width: 820px) { .thesis-grid { grid-template-columns: 1fr; } }

/* =========================================================================
   ARGS — 6 transformations
   ========================================================================= */
.args-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 44px; }
.arg-card {
  position: relative; padding: 26px 24px; border-radius: var(--radius-md);
  background: #ffffff05; border: 1px solid var(--border); overflow: hidden;
  transition: border-color .3s, transform .3s, background .3s;
}
.arg-card:hover { border-color: #1e90ff44; transform: translateY(-4px); background: #1e90ff08; }
.arg-card::after { content: ""; position: absolute; left: 0; top: 0; height: 2px; width: 0; background: linear-gradient(to right, var(--blue), var(--blue-soft)); transition: width .5s; }
.arg-card:hover::after { width: 100%; }
.arg-n { font-family: var(--font-mono); font-size: 12px; color: var(--blue-soft); letter-spacing: .1em; }
.arg-ico { width: 40px; height: 40px; border-radius: 11px; display: grid; place-items: center; background: #1e90ff14; margin: 14px 0 16px; }
.arg-ico svg { width: 21px; height: 21px; color: var(--blue-soft); }
.arg-card h3 { font-size: 17.5px; color: #fff; font-weight: 600; margin-bottom: 9px; letter-spacing: -.01em; }
.arg-card p { color: var(--text-2); font-size: 14.5px; line-height: 1.56; }
@media (max-width: 880px) { .args-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .args-grid { grid-template-columns: 1fr; } }

/* =========================================================================
   WHYNOW
   ========================================================================= */
.whynow { --accent: var(--blue); }
.whynow-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 40px; }
.whynow-card {
  padding: 30px 30px; border-radius: var(--radius-lg); background: var(--navy-card); border: 1px solid var(--border);
  position: relative; overflow: hidden;
}
.whynow-card .wn-ico { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: #1e90ff14; margin-bottom: 18px; }
.whynow-card .wn-ico svg { width: 22px; height: 22px; color: var(--blue-soft); }
.whynow-card h3 { font-family: var(--font-display); font-size: clamp(19px, 2.4vw, 24px); color: #fff; font-weight: 500; margin-bottom: 10px; letter-spacing: -.01em; }
.whynow-card p { color: var(--text-2); font-size: 15px; }
.whynow-card .note { margin-top: 14px; font-family: var(--font-mono); font-size: 11.5px; color: var(--text-3); letter-spacing: .03em; }
@media (max-width: 760px) { .whynow-grid { grid-template-columns: 1fr; } }

/* =========================================================================
   METHOD 360 — signature
   ========================================================================= */
.method { position: relative; --accent: var(--blue); --accent-soft: var(--blue-soft); overflow: hidden; }
.method::before {
  content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none;
  background: radial-gradient(700px 500px at 80% 10%, #1e90ff1c, transparent 60%);
}
.pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 44px 0 0; }
.pillar { padding: 26px 24px; border-radius: var(--radius-md); background: #ffffff05; border: 1px solid var(--border); }
.pillar .pn { font-family: var(--font-mono); font-size: 26px; color: #1e90ff; opacity: .55; letter-spacing: -.02em; }
.pillar h3 { font-size: 18px; color: #fff; margin: 12px 0 9px; font-weight: 600; }
.pillar p { color: var(--text-2); font-size: 14.5px; }
@media (max-width: 820px) { .pillars { grid-template-columns: 1fr; } }

/* dashboard */
.dash-wrap { margin-top: 52px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; align-items: stretch; }
@media (max-width: 900px) { .dash-wrap { grid-template-columns: 1fr; } }
.dash {
  border-radius: var(--radius-lg); border: 1px solid #1e90ff33; background: linear-gradient(180deg, #102543, #0c1a2e);
  padding: 0; overflow: hidden; box-shadow: 0 40px 90px -36px #000c, inset 0 1px 0 #ffffff10;
}
.dash-top { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--border); background: #ffffff05; }
.dash-top .dots { display: flex; gap: 6px; }
.dash-top .dots i { width: 9px; height: 9px; border-radius: 50%; background: #ffffff1a; }
.dash-top .dots i:first-child { background: #f5b04866; }
.dash-title { font-family: var(--font-mono); font-size: 12px; letter-spacing: .08em; color: var(--text-2); }
.dash-body { padding: 24px 24px 26px; }
.dash-headline { display: flex; align-items: flex-end; justify-content: space-between; gap: 16px; margin-bottom: 22px; }
.dash-headline .h { font-family: var(--font-display); font-size: 22px; color: #fff; font-weight: 500; }
.dash-headline .h small { display: block; font-family: var(--font-mono); font-size: 11px; color: var(--text-3); letter-spacing: .1em; text-transform: uppercase; margin-top: 5px; }
.badge-up { display: inline-flex; align-items: center; gap: 6px; padding: 6px 12px; border-radius: 999px; background: #25d36618; border: 1px solid #25d36644; color: #5fe690; font-family: var(--font-mono); font-size: 13px; font-weight: 600; }
.metric { margin-bottom: 18px; }
.metric-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.metric-row .lbl { font-size: 13.5px; color: var(--text-2); }
.metric-row .val { font-family: var(--font-mono); font-size: 13.5px; color: #fff; }
.bar { height: 8px; border-radius: 999px; background: #ffffff0c; overflow: hidden; }
.bar > i { display: block; height: 100%; width: 0; border-radius: 999px; background: linear-gradient(to right, var(--blue-deep), var(--blue-soft)); transition: width 1.4s cubic-bezier(.22,.61,.36,1); }
.spark-card { display: flex; flex-direction: column; gap: 0; }
.spark-head { display: flex; align-items: center; justify-content: space-between; padding: 16px 20px; border-bottom: 1px solid var(--border); }
.spark-head .lbl { font-size: 13px; color: var(--text-2); }
.spark-head .trend { font-family: var(--font-mono); font-size: 12px; color: #5fe690; }
.spark-body { padding: 18px 20px; flex: 1; display: flex; flex-direction: column; justify-content: space-between; }
.spark svg { width: 100%; height: 84px; overflow: visible; }
.spark path.line { fill: none; stroke: var(--blue-soft); stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.spark .updated { font-family: var(--font-mono); font-size: 10.5px; color: var(--text-3); letter-spacing: .06em; margin-top: 12px; display: inline-flex; align-items: center; gap: 8px; }
.dash-side { display: flex; flex-direction: column; gap: 22px; }
.dash-note {
  border-radius: var(--radius-md); border: 1px solid var(--border); background: #ffffff05; padding: 18px 20px;
}
.dash-note .meta { margin-bottom: 8px; display: block; }
.dash-note p { color: var(--text-2); font-size: 13.5px; }

.method-quote {
  margin-top: 30px; padding: 30px 34px; border-radius: var(--radius-lg);
  background: #ffffff05; border: 1px solid var(--border); border-left: 3px solid var(--blue);
}
.method-quote blockquote { font-family: var(--font-display); font-size: clamp(19px, 2.6vw, 26px); color: #eaf1fb; line-height: 1.4; font-weight: 500; text-wrap: pretty; }
.method-quote .cite { margin-top: 16px; display: flex; align-items: center; gap: 12px; }
.method-quote .cite .av { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(150deg, #16314f, #0c1c30); display: grid; place-items: center; font-family: var(--font-display); color: var(--blue-soft); font-weight: 600; flex: none; border: 1px solid var(--border); }
.method-quote .cite .nm { font-size: 14px; color: #fff; font-weight: 600; }
.method-quote .cite .nm small { display: block; font-family: var(--font-mono); font-size: 11px; color: var(--text-3); font-weight: 400; margin-top: 2px; }

/* =========================================================================
   COMPARE
   ========================================================================= */
.compare-table { margin-top: 44px; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: #ffffff04; }
.compare-head { display: grid; grid-template-columns: 1fr 1fr 1fr; }
.compare-head > div { padding: 20px 22px; }
.compare-head .ch-feat { background: #ffffff03; }
.compare-head .ch-common { background: #f5b0480a; border-left: 1px solid var(--border); }
.compare-head .ch-method { background: #1e90ff12; border-left: 1px solid var(--border); position: relative; }
.compare-head .label { font-family: var(--font-mono); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-3); margin-bottom: 6px; }
.compare-head .ch-common .name { color: var(--warn-soft); font-weight: 600; font-size: 16px; }
.compare-head .ch-method .name { color: var(--blue-soft); font-weight: 600; font-size: 16px; }
.compare-head .rec { position: absolute; top: 14px; right: 14px; font-family: var(--font-mono); font-size: 10px; letter-spacing: .1em; text-transform: uppercase; padding: 4px 9px; border-radius: 999px; background: #1e90ff22; color: var(--blue-soft); border: 1px solid #1e90ff44; }
.compare-row { display: grid; grid-template-columns: 1fr 1fr 1fr; border-top: 1px solid var(--border); }
.compare-row > div { padding: 20px 22px; font-size: 14px; line-height: 1.5; }
.compare-row .feat { color: #fff; font-weight: 600; background: #ffffff03; display: flex; align-items: center; }
.compare-row .common { color: var(--text-3); border-left: 1px solid var(--border); }
.compare-row .method { color: var(--text); border-left: 1px solid var(--border); background: #1e90ff08; display: flex; gap: 10px; }
.compare-row .method svg { width: 17px; height: 17px; color: #5fe690; flex: none; margin-top: 2px; }
.compare-row .common .x { color: var(--warn); margin-right: 8px; }
/* mobile: cada comparação vira um card limpo (sem header redundante, sem bordas cortadas) */
@media (max-width: 760px) {
  .compare-table { border: none; border-radius: 0; background: none; overflow: visible; margin-top: 30px; }
  .compare-head { display: none; }
  .compare-row { display: block; border-top: none; border: 1px solid var(--border); border-radius: var(--radius-md); overflow: hidden; background: #ffffff04; margin-bottom: 14px; }
  .compare-row > div { padding: 14px 18px; font-size: 14px; }
  .compare-row .feat { background: #ffffff07; color: var(--text-2); font-family: var(--font-mono); font-size: 11px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; border-bottom: 1px solid var(--border); display: block; }
  .compare-row .common { color: var(--text-3); border-left: none; display: block; }
  .compare-row .method { color: var(--text); border-left: none; background: #1e90ff0c; display: block; border-top: 1px solid var(--border); }
  .compare-row .common::before { content: "Atendimento comum"; display: block; font-family: var(--font-mono); font-size: 10px; color: var(--warn-soft); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 6px; }
  .compare-row .method::before { content: "Método 360°"; display: block; font-family: var(--font-mono); font-size: 10px; color: var(--blue-soft); text-transform: uppercase; letter-spacing: .1em; margin-bottom: 6px; }
  .compare-row .method svg { display: inline-block; margin: 0 7px 0 0; vertical-align: -3px; }
  .compare-row .common .x { color: var(--warn); margin-right: 7px; }
}

/* =========================================================================
   SOCIAL — stats + carousel
   ========================================================================= */
.social { --accent: var(--blue); }
.stats-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 40px 0 52px; }
.stat { padding: 24px 20px; border-radius: var(--radius-md); background: #ffffff05; border: 1px solid var(--border); text-align: center; }
.stat .s-num { font-family: var(--font-display); font-size: clamp(26px, 3.6vw, 38px); color: #fff; font-weight: 600; line-height: 1; }
.stat .s-num .u { color: var(--blue-soft); font-size: .6em; }
.stat .s-lbl { color: var(--text-3); font-size: 12.5px; margin-top: 9px; font-family: var(--font-mono); letter-spacing: .04em; }
.social-creds { justify-content: center; margin: -26px 0 46px; }
@media (max-width: 680px) { .stats-row { grid-template-columns: 1fr 1fr; } }

.carousel { position: relative; }
.carousel-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 18px; gap: 16px; }
.carousel-track-wrap { overflow: hidden; mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent); }
.carousel-track { display: flex; align-items: center; width: max-content; will-change: transform; animation: car-marquee 70s linear infinite; }
.carousel:hover .carousel-track, .carousel-track:active { animation-play-state: paused; }
@keyframes car-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
/* card: largura fixa, ALTURA NATURAL (sem corte; aspect reservado pelos attrs width/height da img) */
.print-card {
  flex: 0 0 auto; width: clamp(232px, 72vw, 278px); margin-right: 18px; border-radius: var(--radius-md); overflow: hidden;
  border: 1px solid var(--border); background: #0b141a; position: relative;
  box-shadow: 0 20px 50px -28px #000a;
  opacity: .62; transform: scale(.94);
  transition: opacity .45s ease, transform .45s cubic-bezier(.22,.61,.36,1), border-color .45s, box-shadow .45s;
}
.print-card.is-center { opacity: 1; transform: scale(1.04); border-color: #1e90ff55; box-shadow: 0 32px 66px -26px #1e90ff4d, 0 14px 30px -16px #000c; z-index: 2; }
.print-card img { width: 100%; height: auto; display: block; }
@media (prefers-reduced-motion: reduce) {
  .carousel-track { animation: none; }
  .carousel-track-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .print-card { opacity: 1; transform: none; }
}
.print-ph {
  position: absolute; inset: 0; display: flex; flex-direction: column; gap: 12px; padding: 18px;
  background: linear-gradient(160deg, #16263f, #0d1a2c);
}
.print-ph .pp-top { display: flex; align-items: center; gap: 9px; }
.print-ph .pp-av { width: 30px; height: 30px; border-radius: 50%; background: #25d36622; border: 1px solid #25d36644; flex: none; }
.print-ph .pp-name { height: 9px; width: 90px; border-radius: 5px; background: #ffffff18; }
.print-ph .pp-bubble { border-radius: 12px; padding: 12px; background: #1e3252; }
.print-ph .pp-bubble.me { background: #1f4d33; align-self: flex-end; max-width: 80%; }
.print-ph .pp-line { height: 8px; border-radius: 5px; background: #ffffff20; margin-bottom: 7px; }
.print-ph .pp-line:last-child { margin-bottom: 0; width: 60%; }
.print-ph .pp-tag { margin-top: auto; font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .1em; color: var(--text-4); text-transform: uppercase; }
.carousel-ctrls { display: flex; gap: 8px; }
.car-btn { width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--border); background: #ffffff06; display: grid; place-items: center; transition: background .2s, border-color .2s; }
.car-btn:hover { background: #ffffff12; border-color: #ffffff30; }
.car-btn svg { width: 18px; height: 18px; color: var(--text); }
.car-note { font-family: var(--font-mono); font-size: 11px; color: var(--text-4); letter-spacing: .04em; }

/* =========================================================================
   OBJECTIONS + FAQ (accordion)
   ========================================================================= */
.accordion { margin-top: 36px; display: grid; gap: 10px; }
.acc-item { border: 1px solid var(--border); border-radius: var(--radius-md); background: #ffffff05; overflow: hidden; transition: border-color .3s, background .3s; }
.acc-item.open { border-color: #1e90ff3a; background: #1e90ff08; }
.acc-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 22px; text-align: left; font-size: 16px; font-weight: 600; color: #fff; min-height: 60px; }
.acc-q .ic { width: 26px; height: 26px; flex: none; border-radius: 50%; border: 1px solid var(--border); display: grid; place-items: center; transition: transform .3s, background .3s, border-color .3s; }
.acc-q .ic svg { width: 13px; height: 13px; color: var(--blue-soft); transition: transform .3s; }
.acc-item.open .ic { background: #1e90ff18; border-color: #1e90ff44; }
.acc-item.open .ic svg { transform: rotate(45deg); }
.acc-a { max-height: 0; overflow: hidden; transition: max-height .4s cubic-bezier(.22,.61,.36,1); }
.acc-a .inner { padding: 0 22px 22px; color: var(--text-2); font-size: 15px; line-height: 1.62; }

/* =========================================================================
   GUARANTEE + URGENCY
   ========================================================================= */
.guarantee-card {
  display: grid; grid-template-columns: auto 1fr; gap: 26px; align-items: center;
  padding: clamp(30px, 5vw, 52px); border-radius: var(--radius-lg);
  background: linear-gradient(120deg, #25d3660d, #1e90ff0a); border: 1px solid #25d36626;
}
.guarantee-card .seal { width: 92px; height: 92px; border-radius: 50%; display: grid; place-items: center; background: #25d36614; border: 1px solid #25d36644; flex: none; }
.guarantee-card .seal svg { width: 44px; height: 44px; color: var(--whatsapp); }
.guarantee-card h3 { font-family: var(--font-display); font-size: clamp(22px, 3.2vw, 32px); color: #fff; font-weight: 500; margin-bottom: 10px; }
.guarantee-card p { color: var(--text-2); font-size: 15.5px; max-width: 64ch; }
@media (max-width: 620px) { .guarantee-card { grid-template-columns: 1fr; text-align: left; gap: 18px; } }

.urgency { --accent: var(--warn); --accent-soft: var(--warn-soft); }
.urgency-card {
  position: relative; padding: clamp(30px, 5vw, 48px); border-radius: var(--radius-lg);
  background: linear-gradient(120deg, #f5b04810, #ffffff04); border: 1px solid #f5b04826; overflow: hidden;
}
.urgency-card .meta { color: var(--warn-soft); margin-bottom: 16px; display: inline-flex; align-items: center; gap: 9px; }
.urgency-card h3 { font-family: var(--font-display); font-size: clamp(24px, 3.6vw, 38px); color: #fff; font-weight: 500; margin-bottom: 14px; letter-spacing: -.01em; }
.urgency-card p { color: var(--text-2); font-size: 16px; max-width: 62ch; margin-bottom: 26px; }
.slots-bar { display: flex; gap: 6px; margin-bottom: 12px; }
.slots-bar i { height: 9px; flex: 1; border-radius: 3px; background: #ffffff10; }
/* preenchido por padrão (no-JS ok); anima o "encher" quando a seção entra na tela */
.slots-bar i.taken { background: linear-gradient(to right, var(--warn-deep), var(--warn)); transform-origin: left; }
.urgency-card.visible .slots-bar i.taken { animation: slot-fill .55s cubic-bezier(.22,.61,.36,1) backwards; }
.urgency-card.visible .slots-bar i.taken:nth-child(1) { animation-delay: .15s; }
.urgency-card.visible .slots-bar i.taken:nth-child(2) { animation-delay: .25s; }
.urgency-card.visible .slots-bar i.taken:nth-child(3) { animation-delay: .35s; }
.urgency-card.visible .slots-bar i.taken:nth-child(4) { animation-delay: .45s; }
.urgency-card.visible .slots-bar i.taken:nth-child(5) { animation-delay: .55s; }
.urgency-card.visible .slots-bar i.taken:nth-child(6) { animation-delay: .65s; }
.urgency-card.visible .slots-bar i.taken:nth-child(7) { animation-delay: 0s; }
@keyframes slot-fill { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.slots-bar i.just { animation: slot-just 1.3s ease 2; }
@keyframes slot-just { 0%, 100% { box-shadow: 0 0 0 0 #f5b04800; } 50% { box-shadow: 0 0 12px 1px #f5b048cc; } }
.slots-foot { display: flex; justify-content: space-between; align-items: center; gap: 10px 16px; flex-wrap: wrap; }
.slots-meta { font-family: var(--font-mono); font-size: 11.5px; color: var(--text-3); letter-spacing: .04em; }
.slots-live { font-family: var(--font-mono); font-size: 11.5px; color: var(--warn-soft); display: inline-flex; align-items: center; gap: 8px; letter-spacing: .03em; }
@media (prefers-reduced-motion: reduce) {
  .urgency-card.visible .slots-bar i.taken { animation: none; }
}

/* =========================================================================
   FINAL CTA
   ========================================================================= */
.final { position: relative; overflow: hidden; --accent: var(--whatsapp); }
.final::before { content: ""; position: absolute; left: 50%; top: 0; width: 760px; height: 520px; transform: translateX(-50%); background: radial-gradient(circle, #25d36614, transparent 62%); pointer-events: none; z-index: -1; }
.final-inner { text-align: center; max-width: 820px; margin: 0 auto; }
.final h2 { font-family: var(--font-display); font-size: clamp(30px, 5.4vw, 56px); color: #fff; font-weight: 500; line-height: 1.06; letter-spacing: -.02em; margin-bottom: 22px; text-wrap: balance; }
.final .lede { margin: 0 auto 32px; text-align: center; }
.final-cta { display: flex; flex-wrap: wrap; gap: 16px; justify-content: center; align-items: center; }
.final-seals { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 30px; }
.final-seal { display: inline-flex; align-items: center; gap: 8px; font-family: var(--font-mono); font-size: 11.5px; color: var(--text-3); }
.final-seal svg { width: 14px; height: 14px; color: var(--whatsapp); }
.ps {
  margin: 56px auto 0; max-width: 700px; text-align: left; padding: 28px 30px;
  border-radius: var(--radius-lg); background: #ffffff04; border: 1px solid var(--border);
}
.ps .meta { color: var(--blue-soft); display: block; margin-bottom: 12px; }
.ps p { color: var(--text-2); font-size: 15px; line-height: 1.68; }
.ps p em { font-family: var(--font-display); font-style: italic; color: var(--warn-soft); }

/* =========================================================================
   SOBRE
   ========================================================================= */
.sobre { --accent: var(--blue); }
.sobre-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px, 5vw, 64px); align-items: center; }
.sobre-photos { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sobre-photos .ph-frame { border-radius: var(--radius-md); overflow: hidden; border: 1px solid var(--border); aspect-ratio: 1; position: relative; background: var(--navy-card); }
.sobre-photos .ph-frame.tall { grid-row: span 2; aspect-ratio: auto; }
.sobre-photos img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 2; }
.sobre-photos .place {
  position: absolute; inset: 0; display: grid; place-items: center; text-align: center; gap: 8px;
  background: linear-gradient(150deg, #16263f, #0d1a2c); color: var(--text-4);
}
.sobre-photos .place svg { width: 28px; height: 28px; opacity: .5; }
.sobre-photos .place span { font-family: var(--font-mono); font-size: 9.5px; letter-spacing: .08em; text-transform: uppercase; }
.sobre-body h2 { font-family: var(--font-display); font-size: clamp(26px, 4vw, 42px); color: #fff; font-weight: 500; line-height: 1.08; letter-spacing: -.02em; margin-bottom: 22px; }
.sobre-body p { color: var(--text-2); font-size: 15.5px; margin-bottom: 16px; }
.sobre-body p b, .sobre-body p .kw { color: #fff; }
.sobre-meta { margin-top: 24px; }
@media (max-width: 820px) { .sobre-grid { grid-template-columns: 1fr; } .sobre-photos { max-width: 460px; } }

/* =========================================================================
   FOOTER
   ========================================================================= */
.footer { border-top: 1px solid var(--border); padding: 48px 0 calc(40px + env(safe-area-inset-bottom)); background: var(--navy-deep); }
.footer-inner { display: flex; flex-wrap: wrap; gap: 24px; align-items: center; justify-content: space-between; }
.footer .brand-name small { color: var(--text-4); }
.footer-meta { color: var(--text-4); font-size: 12.5px; font-family: var(--font-mono); line-height: 1.7; letter-spacing: .02em; max-width: 60ch; }
.footer-meta b { color: var(--text-3); }

/* =========================================================================
   STICKY MOBILE CTA
   ========================================================================= */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  background: #08111fe8; backdrop-filter: blur(14px); border-top: 1px solid var(--border);
  display: none; gap: 12px; align-items: center; justify-content: space-between;
  transform: translateY(120%); transition: transform .4s cubic-bezier(.22,.61,.36,1);
}
.sticky-cta.show { transform: none; }
.sticky-cta .txt { font-size: 12.5px; color: var(--text-2); line-height: 1.3; }
.sticky-cta .txt b { color: #fff; display: block; font-size: 13.5px; }
.sticky-cta .btn { flex: none; }
@media (max-width: 720px) { .sticky-cta { display: flex; } body { padding-bottom: calc(86px + env(safe-area-inset-bottom)); } }

/* =========================================================================
   Reduced motion
   ========================================================================= */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
  .js-anim .reveal { opacity: 1 !important; transform: none !important; }
  .js-anim .opening-lines .ln, .js-anim .opening-close { opacity: 1 !important; transform: none !important; filter: none !important; }
  .hero-aurora, .hero-crpbadge, .opening-glow { animation: none !important; }
  /* keep the static end-state of the colour arc legible & intentional */
  .opening-glow { background: radial-gradient(ellipse at center, #1a2c4a40, #12203633 40%, transparent 66%) !important; }
}
