/* ═══════════════════════════════════════════════════════════
   Entre Nós · marketing site — page styles
   Built on the design-system tokens (styles.css). Brief-specific
   layouts: full-bleed photo heroes, split sentences, orbital
   diagram, before/after circles, atmospheric bands.
   ═══════════════════════════════════════════════════════════ */

:root {
  --paper: #F8F5F0;            /* respiro claro, mais quente que o cream */
  --mauve-light: #B6A6AC;      /* variante clara do accent */
}

.site-root strong { font-weight: var(--weight-semibold); }
/* inline emphasis phrase, a touch larger than its surrounding text */
.en-accent--lg { font-size: 1.4em; }

html { scroll-behavior: smooth; }
body { background: var(--cream-100); overflow-x: clip; }
.site-root { min-height: 100vh; }

/* UM único bege para todas as seções claras + UM navy — sem "carnaval" */
.ground-paper, .ground-cream, .ground-lilac { background: var(--cream-100); }
.theme-navy--deep { background: var(--navy-900); }
/* hairline discreta separa seções claras consecutivas sem criar novo tom */
.ground-paper, .ground-cream, .ground-lilac, .synth, .safety { border-top: 1px solid rgba(12,25,42,0.07); }

/* ───────────────── Grain texture ─────────────────
   A faint film over photography — never a clean stock look. */
.grain::after {
  content: "";
  position: absolute; inset: 0; z-index: 3;
  pointer-events: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScxNjAnIGhlaWdodD0nMTYwJz48ZmlsdGVyIGlkPSduJz48ZmVUdXJidWxlbmNlIHR5cGU9J2ZyYWN0YWxOb2lzZScgYmFzZUZyZXF1ZW5jeT0nMC44NScgbnVtT2N0YXZlcz0nMicgc3RpdGNoVGlsZXM9J3N0aXRjaCcvPjwvZmlsdGVyPjxyZWN0IHdpZHRoPScxMDAlJyBoZWlnaHQ9JzEwMCUnIGZpbHRlcj0ndXJsKCNuKScvPjwvc3ZnPg==");
  opacity: 0.14;
  mix-blend-mode: overlay;
}

/* ───────────────── Reveal motion ─────────────────
   Base state is the VISIBLE end-state; the hidden start only applies
   when JS marks it and motion is allowed — so no-JS / print show content. */
@media (prefers-reduced-motion: no-preference) {
  .js [data-rv] { opacity: 0; transform: translateY(22px); }
  .js [data-rv][data-shown] {
    opacity: 1; transform: none;
    transition: opacity 1s var(--ease-out), transform 1.1s var(--ease-out);
    transition-delay: var(--rv-delay, 0ms);
  }
  .js.rv-instant [data-rv] { transition: none !important; }
}

/* ───────────────── Nav ───────────────── */
.nav {
  position: fixed; inset: 0 0 auto 0; z-index: var(--z-sticky);
  border-bottom: 1px solid transparent;
  transition: background var(--dur-base) var(--ease-out),
              backdrop-filter var(--dur-base) var(--ease-out),
              border-color var(--dur-base) var(--ease-out);
}
.nav__inner { display: flex; align-items: center; justify-content: space-between; gap: var(--space-6); padding-block: var(--space-4); }
.nav__brand { display: inline-flex; align-items: center; gap: var(--space-3); }
.nav__brand img { height: 76px; width: auto; }
.nav__wordmark { font-family: var(--font-display); font-size: var(--text-xl); line-height: 1; color: var(--cream-50); letter-spacing: 0.015em; }
.nav__wordmark em { font-family: var(--font-accent); font-style: italic; font-weight: 500; font-size: 0.66em; opacity: 0.82; margin-right: 0.18em; }
@media (max-width: 560px) { .nav__wordmark { font-size: var(--text-lg); } .nav__brand img { height: 40px; } }
.nav__links { display: flex; gap: var(--space-7); align-items: center; }
.nav__links a { position: relative; font-size: var(--text-md); font-weight: var(--weight-medium); color: var(--cream-50); letter-spacing: 0.01em; }
.nav__links a:not(.nav__cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px;
  background: var(--lilac-200); border-radius: 2px;
  transition: right var(--dur-base) var(--ease-out);
}
.nav__links a:not(.nav__cta):hover::after,
.nav__links a[aria-current="page"]::after { right: 0; }
.nav__links a[aria-current="page"] { color: var(--lilac-200); }
.nav.is-scrolled {
  background: rgba(12,25,42,0.82);
  backdrop-filter: blur(14px) saturate(1.1);
  border-bottom-color: var(--border);
}
@media (max-width: 900px) { .nav__links a:not(.nav__cta) { display: none; } }

/* ───────────────── Buttons (plain-HTML use of DS classes) ───────────────── */
.en-btn__arrow { width: 1.1em; height: 1.1em; }

/* ───────────────── Eyebrow / heads ───────────────── */
.eyebrow { font-family: var(--font-body); font-weight: var(--weight-semibold); font-size: var(--text-sm); letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--accent); margin: 0; }
.hero .eyebrow { color: var(--cream-50); text-shadow: 0 1px 12px rgba(8,15,27,0.55); }
.head { max-width: 60ch; }
.head__title { margin-top: var(--space-5); font-size: var(--text-4xl); }
.head__lead { margin-top: var(--space-5); max-width: 52ch; }

/* ───────────────── Hero (full-bleed photo) ───────────────── */
.hero {
  position: relative; overflow: clip;
  min-height: 100svh; display: flex; flex-direction: column; justify-content: flex-end;
}
.hero__media { position: absolute; inset: 0; z-index: 0; }
.hero__media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero__veil {
  position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(to top, rgba(8,15,27,0.90) 0%, rgba(8,15,27,0.55) 32%, rgba(8,15,27,0.12) 64%, rgba(8,15,27,0.30) 100%);
}
.hero__veil--dark { background: linear-gradient(to top, rgba(8,15,27,0.95) 0%, rgba(8,15,27,0.74) 30%, rgba(8,15,27,0.46) 62%, rgba(8,15,27,0.58) 100%); }
/* capa Liderança — sem foto: navy com degradê moderno + brilho lílas */
.hero--navy-grad { background:
  radial-gradient(130% 90% at 78% 10%, #20364E 0%, rgba(32,54,78,0) 56%),
  radial-gradient(100% 80% at 12% 104%, #15263B 0%, rgba(21,38,59,0) 60%),
  linear-gradient(158deg, #0C192A 0%, #0A1626 46%, #060F1B 100%); }
.hero__grad { position: absolute; inset: 0; z-index: 1; pointer-events: none;
  background: radial-gradient(58% 50% at 72% 28%, rgba(118,88,138,0.20) 0%, rgba(118,88,138,0) 70%); }
.hero__lead-group { display: flex; flex-direction: column; gap: var(--space-4); margin-top: var(--space-5); max-width: 480px; }
.hero__lead-group .hero__lead { margin: 0; }
.hero__lead--accent { font-family: var(--font-display); font-size: var(--text-2xl); line-height: 1.3; color: var(--cream-50); text-shadow: 0 2px 26px rgba(118,88,138,0.55); margin-top: var(--space-2); max-width: 32ch; }
.hero__lead--accent strong { color: var(--lilac-200); }
/* thread — ornamento animado delicado (eco do scroll-cue da capa) */
.thread { display: block; width: 1px; height: 54px; margin: 0 auto var(--space-7); position: relative; background: rgba(238,236,232,0.16); overflow: hidden; }
.thread::after { content: ""; position: absolute; left: 0; top: 0; width: 1px; height: 16px; background: linear-gradient(to bottom, rgba(214,201,221,0), var(--lilac-200)); animation: thread-fall 3.2s var(--ease-out) infinite; }
@keyframes thread-fall { 0% { transform: translateY(-16px); opacity: 0; } 25% { opacity: 1; } 100% { transform: translateY(54px); opacity: 0; } }
@media (prefers-reduced-motion: reduce) { .thread::after { animation: none; top: 20px; } }
.hero__deco {
  position: absolute; z-index: 2; top: clamp(72px, 12vh, 150px); right: clamp(-10px, 2vw, 60px);
  font-family: var(--font-accent); font-style: italic; font-weight: 500;
  font-size: clamp(5rem, 16vw, 16rem); line-height: 0.8;
  color: var(--cream-50); opacity: 0.06; pointer-events: none; user-select: none;
}
.hero__inner { position: relative; z-index: 4; padding-bottom: clamp(var(--space-12), 14vh, var(--space-16)); padding-top: var(--space-16); }
.hero__copy { max-width: 720px; }
.hero__title { margin: var(--space-5) 0; font-size: clamp(2.4rem, 4.6vw, 3.9rem); color: var(--cream-50); }
.hero__title .en-accent { color: var(--lilac-200); }
.hero__lead { max-width: 460px; color: rgba(238,236,232,0.82); font-size: var(--text-lg); line-height: var(--leading-body); }
.hero__cta { margin-top: var(--space-7); display: flex; gap: var(--space-4); flex-wrap: wrap; }

/* scroll indicator */
.scroll-cue { position: absolute; left: 50%; bottom: var(--space-6); transform: translateX(-50%); z-index: 4; display: flex; flex-direction: column; align-items: center; gap: var(--space-3); }
.scroll-cue__line { position: relative; width: 1px; height: 56px; background: rgba(238,236,232,0.28); overflow: hidden; }
.scroll-cue__dot { position: absolute; left: 50%; top: 0; width: 4px; height: 4px; margin-left: -2px; border-radius: 50%; background: var(--cream-50); animation: cue-fall 2.4s var(--ease-out) infinite; }
.scroll-cue__label { font-size: var(--text-xs); letter-spacing: 0.18em; text-transform: uppercase; color: rgba(238,236,232,0.5); }
@keyframes cue-fall {
  0% { transform: translateY(-6px); opacity: 0; }
  30% { opacity: 1; }
  80% { opacity: 1; }
  100% { transform: translateY(56px); opacity: 0; }
}
@media (prefers-reduced-motion: reduce) { .scroll-cue__dot { animation: none; top: 26px; } }

/* ───────────────── Argument section (navy) with deco ring ───────────────── */
.argue { position: relative; overflow: clip; }
.deco-ring {
  position: absolute; border-radius: 50%; border: 1px solid currentColor;
  color: var(--accent); opacity: 0.16; pointer-events: none; z-index: 0;
}
.deco-ring--tr { width: min(58vw, 760px); aspect-ratio: 1; top: -22%; right: -14%; }
.deco-ring--bl { width: min(50vw, 620px); aspect-ratio: 1; bottom: -26%; left: -16%; }
.argue > .en-container { position: relative; z-index: 1; }

/* single-line serif list — a typographic breath, not bullets */
.breath-list {
  font-family: var(--font-accent); font-style: italic; font-weight: 500;
  font-size: var(--text-2xl); line-height: 1.5; color: var(--text);
  margin: var(--space-7) 0; max-width: 30ch;
}
.breath-list .sep { color: var(--accent); padding: 0 0.35em; font-style: normal; }

.argue__body { max-width: 52ch; display: flex; flex-direction: column; gap: var(--space-5); }
.argue__body p { font-size: var(--text-lg); color: var(--text-muted); }
.thesis {
  margin-top: var(--space-8); max-width: 30ch;
  font-family: var(--font-accent); font-style: italic; font-weight: 500;
  font-size: var(--text-2xl); line-height: 1.4; color: var(--mauve-light);
}
.theme-navy .thesis { color: var(--lilac-300); }

/* ───────────────── Atmospheric interlude band ───────────────── */
.interlude { position: relative; overflow: clip; height: clamp(280px, 38vh, 360px); }
.interlude image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }

/* ───────────────── Dor (cream, magazine column) ───────────────── */
.dor { background: var(--cream-50); }
.dor__layout { display: grid; grid-template-columns: 1fr 560px; gap: var(--space-12); align-items: start; }
.dor__anchor { position: sticky; top: 116px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.dor__mark { width: clamp(190px, 20vw, 260px); height: auto; opacity: 1; }
.dor__col { margin: 0; max-width: 560px; display: flex; flex-direction: column; gap: var(--space-5); }
@media (max-width: 980px) {
  .dor__layout { grid-template-columns: 1fr; gap: var(--space-9); }
  .dor__anchor { position: static; max-width: none; }
  .dor__mark { width: 200px; }
  .dor__col { max-width: 640px; }
}
.dor__title { font-size: var(--text-3xl); margin-bottom: var(--space-3); }
.dor__col p { font-size: var(--text-lg); line-height: var(--leading-body); color: var(--text-muted); }
.dor__final {
  margin: var(--space-14) auto 0; max-width: 22ch; text-align: center;
  font-family: var(--font-accent); font-style: italic; font-weight: 500;
  font-size: var(--text-3xl); line-height: 1.28; color: var(--text);
}
.dor__final .en-accent { color: var(--accent); }

/* before / after circles */
/* before / after — elegant orbital constellation (echoes the brand mark) */
.ba { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-9); margin: var(--space-12) auto 0; max-width: 760px; }
.ba__item { display: flex; flex-direction: column; align-items: center; gap: var(--space-6); text-align: center; }
.ba__disc { position: relative; width: 100%; max-width: 250px; aspect-ratio: 1; }
.ba__svg { width: 100%; height: 100%; overflow: visible; }
.ba__link { stroke: var(--accent); stroke-width: 0.7; stroke-linecap: round; }
.ba__ring { fill: none; stroke: var(--accent); stroke-width: 1; opacity: 0; transition: opacity 1.5s var(--ease-out) 0.25s; }
.ba__dot { fill: var(--accent); transition: transform 1.3s var(--ease-out), opacity 1.1s var(--ease-out); }
.ba__disc[data-organized] .ba__ring { opacity: 0.5; }
.ba__k { font-size: var(--text-sm); font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; color: var(--text-subtle); }
.ba__cap { font-size: var(--text-md); color: var(--text-muted); max-width: 26ch; line-height: 1.5; }
@media (max-width: 560px) { .ba { gap: var(--space-7); } }

/* ───────────────── Split sentence (photo | panel) ───────────────── */
.split { display: grid; grid-template-columns: 55fr 45fr; min-height: 620px; }
.split__media { position: relative; overflow: clip; min-height: 380px; display: flex; align-items: flex-end; }
.split__media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 0; }
.split__media .veil { position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top, rgba(8,15,27,0.82) 0%, rgba(8,15,27,0.30) 55%, rgba(8,15,27,0.05) 100%); pointer-events: none; }
.split__lead { position: relative; z-index: 4; padding: var(--space-9) var(--space-8); max-width: 460px; }
.split__panel { display: flex; flex-direction: column; justify-content: center; gap: var(--space-5); padding: clamp(var(--space-8), 6vw, var(--space-14)) clamp(var(--space-7), 5vw, var(--space-12)); background: var(--paper); }
.split__sentence {
  font-family: var(--font-display); font-weight: var(--weight-regular);
  font-size: var(--text-3xl); line-height: 1.18; letter-spacing: var(--tracking-snug);
}
.split__lead .split__sentence { color: var(--cream-50); }
.split__panel .split__sentence { color: var(--text); }
.split__panel .en-accent { font-size: 1em; color: var(--accent); }
.split__panel p.en-body { font-size: var(--text-lg); }
.split__claim { margin-top: var(--space-2); font-family: var(--font-body); font-size: var(--text-lg); line-height: 1.4; color: var(--text); }
.split__claim .en-accent { color: var(--accent); }
.split__panel .en-accent--lg { font-size: 1.6em; }
@media (max-width: 880px) {
  .split { grid-template-columns: 1fr; }
  .split__media { min-height: 60svh; }
}

/* ───────────────── Produto (paper, the "cardápio") ───────────────── */
.chips { display: flex; flex-wrap: wrap; gap: var(--space-3); margin: var(--space-7) 0 var(--space-12); }
.chip {
  display: inline-flex; align-items: center; gap: 0.5em;
  font-size: var(--text-md); font-weight: var(--weight-medium); letter-spacing: 0.02em;
  padding: 0.6em 1.1em; border: 1px solid var(--border-strong); border-radius: var(--radius-pill);
  color: var(--text); background: transparent;
}
.chip::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.modalities { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-10); }
.modality { display: flex; flex-direction: column; gap: var(--space-4); }
.modality__icon { color: var(--accent); }
.modality__title { font-family: var(--font-display); font-size: var(--text-2xl); color: var(--text); }
.modality__text { font-size: var(--text-lg); line-height: var(--leading-body); color: var(--text-muted); max-width: 40ch; }
.modality__ex {
  margin-top: var(--space-2); padding-left: var(--space-5); border-left: 2px solid var(--accent);
  font-family: var(--font-accent); font-style: italic; font-weight: 500; font-size: var(--text-xl);
  line-height: 1.35; color: var(--mauve-700);
}
@media (max-width: 820px) { .modalities { grid-template-columns: 1fr; gap: var(--space-8); } }

/* ───────────────── Cycle (orbital diagram, navy) ───────────────── */
.cycle-sec { position: relative; overflow: clip; }
.cycle-sec__deco {
  position: absolute; left: clamp(-10px, 2vw, 40px); bottom: clamp(-12px, 2vh, 40px); z-index: 0;
  font-family: var(--font-accent); font-style: italic; font-weight: 500;
  font-size: clamp(5rem, 17vw, 17rem); line-height: 0.8; color: var(--cream-50); opacity: 0.05;
  pointer-events: none; user-select: none;
}
.cycle-sec > .en-container { position: relative; z-index: 1; }
.cycle { position: relative; width: min(440px, 72vw); aspect-ratio: 1; margin: var(--space-10) auto; }
.cycle__ring { position: absolute; inset: 8%; border-radius: 50%; border: 1.5px dashed var(--border-strong); }
.cycle__ring--spin { animation: cycle-spin 90s linear infinite; }
@keyframes cycle-spin { to { transform: rotate(360deg); } }
.no-orbit-motion .cycle__ring--spin { animation: none; }
@media (prefers-reduced-motion: reduce) { .cycle__ring--spin { animation: none; } }
.cycle__center { position: absolute; left: 50%; top: 50%; width: 9px; height: 9px; margin: -4.5px; border-radius: 50%; background: var(--accent); }
.cycle__node {
  position: absolute; left: 50%; top: 50%;
  width: clamp(108px, 22%, 150px); aspect-ratio: 1; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; text-align: center;
  font-family: var(--font-display); font-size: var(--text-md); line-height: 1.2;
  padding: var(--space-3);
}
.cycle__node span { display: block; }
.cycle__node--frame { background: rgba(238,236,232,0.04); border: 1.5px solid var(--border-strong); color: var(--cream-100); }
.cycle__node--core { background: var(--accent); color: var(--on-accent); box-shadow: var(--shadow-md); }
.cycle__node--n { left: 50%; top: 8%;  transform: translate(-50%, -50%); }
.cycle__node--e { left: 92%; top: 50%; transform: translate(-50%, -50%); }
.cycle__node--s { left: 50%; top: 92%; transform: translate(-50%, -50%); }
.cycle__node--w { left: 8%;  top: 50%; transform: translate(-50%, -50%); }

.cycle-grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-8) var(--space-10); max-width: 880px; margin-inline: auto; }
.cycle-step { display: flex; flex-direction: column; gap: var(--space-3); padding-top: var(--space-5); border-top: 1.5px solid var(--border-strong); }
.cycle-step__n { font-family: var(--font-accent); font-style: italic; font-size: var(--text-2xl); color: var(--accent); }
.cycle-step__t { font-family: var(--font-display); font-size: var(--text-xl); color: var(--text); }
.cycle-step__d { font-size: var(--text-md); color: var(--text-muted); line-height: 1.55; }
.cycle__close { margin: var(--space-12) auto 0; text-align: center; font-family: var(--font-accent); font-style: italic; font-size: var(--text-2xl); color: var(--lilac-300); }
@media (max-width: 620px) {
  .cycle-grid { grid-template-columns: 1fr; gap: var(--space-6); }
  .cycle__node { width: clamp(92px, 30%, 120px); font-size: var(--text-sm); }
}

/* warm palette variant of the cycle (page 2) */
.cycle-sec--warm { background: var(--navy-900); }
.cycle-sec--warm .cycle__node--core { background: var(--mauve-500); }
.cycle-sec--warm .cycle__center { background: var(--mauve-400); }
.cycle-sec--warm .cycle-step__n { color: var(--mauve-300); }
.cycle-sec--warm .cycle__ring { border-color: rgba(182,166,172,0.34); }
.cycle-sec--warm .cycle__close { color: var(--mauve-300); }

/* ───────────────── Quem conduz (text block + portrait band) ───────────────── */
.conduz { background: var(--surface); }
.conduz__grid { display: grid; grid-template-columns: 1.35fr 0.85fr; gap: clamp(var(--space-8), 6vw, var(--space-14)); align-items: center; }
.conduz__text { max-width: 640px; display: flex; flex-direction: column; gap: var(--space-5); }
.conduz__title { font-size: var(--text-4xl); margin: var(--space-5) 0 var(--space-2); }
.conduz__hl { font-size: var(--text-xl); font-family: var(--font-display); color: var(--text); max-width: 44ch; }
.conduz__hl .en-accent { color: var(--accent); }
.conduz__text p.en-body { font-size: var(--text-lg); }
.conduz__figure { margin: 0; display: flex; flex-direction: column; gap: var(--space-4); width: 100%; max-width: 380px; align-items: center; justify-self: center; }
.conduz__photo { display: block; width: 100%; aspect-ratio: 4 / 5; border-radius: var(--radius-lg); overflow: clip; box-shadow: var(--shadow-warm); }
.conduz__photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.conduz__cap { font-family: var(--font-display); font-size: var(--text-lg); color: var(--text); display: flex; flex-direction: column; align-items: center; gap: 0.25em; text-align: center; }
.conduz__cap span { font-family: var(--font-body); font-size: var(--text-sm); font-weight: var(--weight-medium); letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-subtle); }
@media (max-width: 820px) {
  .conduz__grid { grid-template-columns: 1fr; }
  .conduz__figure { max-width: 320px; }
}

/* ───────────────── CTA (full-bleed photo) ───────────────── */
.cta { position: relative; overflow: clip; min-height: 560px; display: flex; align-items: center; justify-content: center; text-align: center; }
.cta__media { position: absolute; inset: 0; z-index: 0; }
.cta__media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.cta__veil { position: absolute; inset: 0; z-index: 2; background: linear-gradient(to top, rgba(8,15,27,0.90) 0%, rgba(8,15,27,0.70) 50%, rgba(8,15,27,0.80) 100%); pointer-events: none; }
.cta__inner { position: relative; z-index: 4; max-width: 720px; padding-block: var(--space-16); display: flex; flex-direction: column; align-items: center; gap: var(--space-5); }
.cta__title { font-size: var(--text-4xl); color: var(--cream-50); text-shadow: 0 2px 18px rgba(8,15,27,0.5); }
.cta__title .en-accent { color: var(--lilac-200); }
.cta__lead { color: rgba(248,245,240,0.96); font-size: var(--text-lg); max-width: 48ch; text-shadow: 0 1px 14px rgba(8,15,27,0.7); }
.cta__lead .en-accent { color: var(--lilac-200); }
.cta__inner .eyebrow { color: var(--lilac-200); text-shadow: 0 1px 12px rgba(8,15,27,0.6); }

/* transition note band */
/* transition note band — an elevated cross-sell card, not a footnote */
.nota { background: var(--navy-900); padding-block: var(--space-10); }
.nota__card { display: flex; align-items: center; justify-content: space-between; gap: var(--space-8); flex-wrap: wrap;
  background: var(--surface-raised); border: 1px solid var(--border-strong); border-radius: var(--radius-lg);
  padding: clamp(var(--space-7), 5vw, var(--space-9)); box-shadow: var(--shadow-lg); }
.nota__copy { max-width: 58ch; display: flex; flex-direction: column; gap: var(--space-4); }
.nota__title { font-family: var(--font-display); font-weight: var(--weight-regular); font-size: var(--text-2xl); line-height: 1.32; color: var(--cream-100); }
.nota__title .en-accent { color: var(--lilac-300); }
.nota__card .en-btn { white-space: nowrap; flex: 0 0 auto; }
@media (max-width: 720px) { .nota__card { flex-direction: column; align-items: flex-start; } }

/* ───────────────── Footer ───────────────── */
.footer { background: var(--navy-900); border-top: 1px solid var(--border); }
.footer__inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: var(--space-9); padding-block: var(--space-12) var(--space-9); }
.footer__lockup { display: inline-flex; align-items: center; gap: var(--space-3); margin-bottom: var(--space-5); }
.footer__lockup img { height: 56px; width: auto; }
.footer__wordmark { font-family: var(--font-display); font-size: var(--text-2xl); line-height: 1; color: var(--cream-50); letter-spacing: 0.015em; }
.footer__wordmark em { font-family: var(--font-accent); font-style: italic; font-weight: 500; font-size: 0.6em; opacity: 0.82; margin-right: 0.18em; }
.footer__brand p { color: rgba(238,236,232,0.6); font-size: var(--text-md); max-width: 32ch; line-height: 1.55; }
.footer__h { font-size: var(--text-sm); font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--text-subtle); margin-bottom: var(--space-4); }
.footer__col a { display: block; color: rgba(238,236,232,0.74); font-size: var(--text-md); margin-bottom: var(--space-3); }
.footer__col a:hover { color: var(--cream-50); }
.footer__legal { display: flex; justify-content: space-between; gap: var(--space-5); padding-block: var(--space-5); border-top: 1px solid var(--border); color: var(--text-subtle); font-size: var(--text-sm); flex-wrap: wrap; }
@media (max-width: 720px) { .footer__inner { grid-template-columns: 1fr 1fr; } .footer__brand { grid-column: 1 / -1; } }

/* generic section title color inside navy already handled by theme-navy */

/* ═══════════════ Página 2 · Experiências de marca ═══════════════ */

/* desejo nomeado — centered contemplative prose on a light ground */
.prose { max-width: 680px; margin-inline: auto; display: flex; flex-direction: column; gap: var(--space-6); text-align: center; }
.prose p { font-size: var(--text-xl); line-height: 1.5; color: var(--text-muted); }
.prose p.prose__hl { font-family: var(--font-display); font-size: var(--text-2xl); line-height: 1.3; color: var(--text); }
.prose p.prose__bridge { font-family: var(--font-accent); font-style: italic; font-weight: 500; font-size: clamp(2.1rem, 3.6vw, 2.65rem); line-height: 1.3; color: var(--accent); }

/* o momento, por dentro — full-bleed anchor photo + long, paused text */
.moment { position: relative; overflow: clip; display: flex; align-items: center; min-height: 100svh; }
.moment__media { position: absolute; inset: 0; z-index: 0; }
.moment__media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; }
.moment__veil { position: absolute; inset: 0; z-index: 2; pointer-events: none;
  background: linear-gradient(105deg, rgba(8,15,27,0.88) 0%, rgba(8,15,27,0.66) 46%, rgba(8,15,27,0.34) 100%); }
.moment__inner { position: relative; z-index: 4; max-width: 660px; padding-block: clamp(var(--space-14), 16vh, var(--space-20)); display: flex; flex-direction: column; gap: var(--space-8); }
.moment__inner p { font-size: var(--text-lg); line-height: 1.62; color: rgba(238,236,232,0.88); max-width: 46ch; }
.moment__inner p.lead-in { font-family: var(--font-display); font-size: clamp(2.4rem, 4.6vw, 3.9rem); line-height: 1.15; letter-spacing: var(--tracking-snug); color: var(--cream-50); max-width: 16ch; }
.moment__inner p.moment__final { margin-top: var(--space-6); font-family: var(--font-accent); font-style: italic; font-weight: 500; font-size: var(--text-3xl); line-height: 1.22; color: var(--lilac-200); max-width: 20ch; }

.moment__inner p.moment__final .moment__brand { display: inline-block; margin-top: 0.15em; font-size: 1.35em; color: var(--cream-50); text-shadow: 0 0 34px rgba(214,201,221,0.4); }
.layers { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-10); margin-top: var(--space-9); }
.layer { display: flex; flex-direction: column; gap: var(--space-4); padding-top: var(--space-5); border-top: 1.5px solid var(--border-strong); }
.layer__num { font-family: var(--font-accent); font-style: italic; font-size: var(--text-xl); color: var(--accent); }
.layer__t { font-family: var(--font-display); font-size: var(--text-2xl); color: var(--text); }
.layer__d { font-size: var(--text-lg); line-height: var(--leading-body); color: var(--text-muted); max-width: 44ch; }
.formato__close { margin: var(--space-12) auto 0; max-width: 40ch; text-align: center; font-family: var(--font-accent); font-style: italic; font-weight: 500; font-size: var(--text-2xl); line-height: 1.34; color: var(--text); }

/* a experiência, por inteiro — sensorial layers (boutique / VIP) */
.senses { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--space-9) var(--space-6); margin-top: var(--space-10); }
.sense { display: flex; flex-direction: column; gap: var(--space-4); }
.sense__img { display: block; width: 100%; height: 280px; aspect-ratio: auto; border-radius: var(--radius-lg); overflow: clip; box-shadow: var(--shadow-warm); }
.sense__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sense__t { font-family: var(--font-display); font-weight: var(--weight-regular); font-size: var(--text-xl); color: var(--text); }
.sense__d { font-size: var(--text-md); line-height: 1.55; color: var(--text-muted); }
@media (max-width: 820px) { .senses { grid-template-columns: 1fr 1fr; gap: var(--space-7) var(--space-5); } }
@media (max-width: 540px) { .senses { grid-template-columns: 1fr; } }
@media (max-width: 820px) { .layers { grid-template-columns: 1fr; gap: var(--space-8); } }

/* ═══════════════ B2B reforços · Liderança & Equipes ═══════════════
   Componentes da correção: frase-síntese, barra de specs, blocos de dor
   com custo de negócio, faixa-dado, enquadramento de segurança, para quem,
   FAQ de confiança. Tom sóbrio/institucional — paleta azul-marinho. */

/* citação de fonte — discreta, factual */
.src { display: block; margin-top: var(--space-2); font-size: var(--text-xs); letter-spacing: 0.03em; color: var(--text-subtle); }
.theme-navy .src { color: rgba(238,236,232,0.5); }

/* ── Frase-síntese + specs (logo abaixo do hero) ── */
.synth { background: var(--cream-100); }
.synth__grid { display: grid; grid-template-columns: 1fr; gap: var(--space-9); max-width: 920px; }
.synth__statement { font-family: var(--font-display); font-weight: var(--weight-regular); font-size: var(--text-3xl); line-height: 1.26; letter-spacing: var(--tracking-snug); color: var(--text); }
.synth__statement .en-accent { color: var(--accent); }
.synth__nots { margin-top: var(--space-5); font-size: var(--text-lg); color: var(--text-muted); }
.synth__nots b { color: var(--text); font-weight: var(--weight-semibold); }

.specbar { display: grid; grid-template-columns: repeat(5, 1fr); border-top: 1.5px solid var(--border-strong); margin-top: var(--space-2); }
.spec { display: flex; flex-direction: column; gap: var(--space-2); padding: var(--space-6) var(--space-5) var(--space-2) 0; border-left: 1px solid var(--border); padding-left: var(--space-5); }
.spec:first-child { border-left: 0; padding-left: 0; }
.spec__k { font-size: var(--text-xs); font-weight: var(--weight-semibold); letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--text-subtle); }
.spec__v { font-family: var(--font-display); font-size: var(--text-lg); line-height: 1.2; color: var(--text); }
@media (max-width: 860px) { .specbar { grid-template-columns: 1fr 1fr; gap: 0 var(--space-5); }
  .spec { border-left: 0; padding-left: 0; border-top: 1px solid var(--border); padding-top: var(--space-5); }
  .spec:first-child, .spec:nth-child(2) { border-top: 0; } }
@media (max-width: 460px) { .specbar { grid-template-columns: 1fr; } .spec:nth-child(2) { border-top: 1px solid var(--border); } }

/* ── Blocos de dor com custo de negócio (ROI) ── */
.pains { display: flex; flex-direction: column; gap: 0; margin-top: var(--space-9); }
.pain { display: grid; grid-template-columns: 1.1fr 1fr; gap: var(--space-6) var(--space-9); align-items: baseline;
  padding: var(--space-7) 0; border-top: 1px solid var(--border-strong); }
.pain__t { font-family: var(--font-display); font-size: var(--text-2xl); line-height: 1.24; color: var(--text); }
.pain__t .en-accent { color: var(--accent); }
.pain__cost { font-size: var(--text-md); line-height: 1.55; color: var(--text-muted); }
.pain__cost b { display: inline-block; margin-right: 0.5em; font-family: var(--font-body); font-size: var(--text-xs);
  font-weight: var(--weight-semibold); letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--accent); }
@media (max-width: 760px) { .pain { grid-template-columns: 1fr; gap: var(--space-3); } }

/* ── O custo invisível · iceberg (dado local, substitui a foto de lounge) ── */
.iceberg__grid { display: grid; grid-template-columns: 0.85fr 1.15fr; gap: clamp(var(--space-8), 6vw, var(--space-14)); align-items: center; }
.berg { margin: 0; max-width: 320px; width: 100%; justify-self: center; }
.berg__svg { width: 100%; height: auto; display: block; overflow: visible; }
.berg__tip { fill: var(--lilac-200); }
.berg__mass { fill: var(--lilac-400); opacity: 0.45; }
.berg__water { stroke: var(--lilac-300); stroke-width: 1.5; stroke-dasharray: 5 7; opacity: 0.8; }
.berg__cap { margin-top: var(--space-6); display: flex; flex-direction: column; gap: var(--space-3); }
.berg__cap span { font-size: var(--text-sm); line-height: 1.5; color: rgba(238,236,232,0.66); }
.berg__cap b { display: block; font-size: var(--text-xs); font-weight: var(--weight-semibold); letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--lilac-200); margin-bottom: 0.2em; }
.iceberg__big { font-family: var(--font-display); font-weight: var(--weight-regular); font-size: clamp(2.8rem, 7vw, 4.6rem); line-height: 0.95; color: var(--lilac-200); margin-top: var(--space-4); }
.iceberg__lead { font-size: var(--text-xl); line-height: 1.45; color: var(--cream-100); max-width: 42ch; margin-top: var(--space-5); }
.iceberg__lead .en-accent { color: var(--lilac-200); }
.iceberg__reinforce { margin-top: var(--space-7); padding-top: var(--space-5); border-top: 1px solid var(--border-strong); font-size: var(--text-md); line-height: 1.5; color: rgba(238,236,232,0.72); max-width: 46ch; }
.iceberg__reinforce b { color: var(--lilac-200); font-family: var(--font-display); font-size: 1.3em; }
.iceberg__reinforce .src { margin-top: var(--space-2); }
@media (max-width: 820px) { .iceberg__grid { grid-template-columns: 1fr; gap: var(--space-8); } .berg { max-width: 240px; } }

/* ── Enquadramento de segurança / método ── */
.safety { background: var(--cream-100); }
.safety__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-9); margin-top: var(--space-9); }
.safe-col { display: flex; flex-direction: column; gap: var(--space-5); padding: var(--space-7); background: var(--surface-raised); border: 1px solid var(--border); border-top: 3px solid var(--border-strong); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.safe-col--guard { border-top-color: var(--accent); }
.safe-col__h { font-family: var(--font-display); font-size: var(--text-2xl); line-height: 1.15; color: var(--text); letter-spacing: var(--tracking-snug); }
.safe-word { position: relative; font-style: italic; white-space: nowrap; }
.safe-word--no { color: var(--text-subtle); }
.safe-word--no::after { content: ""; position: absolute; left: -2px; right: -2px; top: 52%; height: 2px; background: var(--text-subtle); transform: rotate(-4deg); }
.safe-word--yes { color: var(--accent); }
.safe-word--yes::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; background: var(--accent); border-radius: 2px; }
.safe-list { display: flex; flex-direction: column; gap: var(--space-4); }
.safe-item { display: grid; grid-template-columns: auto 1fr; gap: var(--space-3); font-size: var(--text-md); line-height: 1.5; color: var(--text-muted); }
.safe-item__mk { width: 1.5em; height: 1.5em; flex: 0 0 auto; color: var(--accent); margin-top: 0.05em; }
.safe-col--no .safe-item__mk { color: var(--text-subtle); }
@media (max-width: 760px) { .safety__grid { grid-template-columns: 1fr; gap: var(--space-7); } }

/* ── Para quem é (qualificação) ── */
.theme-navy .aud { border-top-color: rgba(238,236,232,0.24); }
.theme-navy .aud__t { color: var(--cream-50); }
.theme-navy .aud__k { color: var(--lilac-200); }
.audience__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--space-6); margin-top: var(--space-9); }
.aud { display: flex; flex-direction: column; gap: var(--space-3); padding-top: var(--space-5); border-top: 1px solid var(--border-strong); }
.aud__k { font-family: var(--font-accent); font-style: italic; font-size: var(--text-xl); color: var(--accent); }
.aud__t { font-family: var(--font-display); font-size: var(--text-lg); line-height: 1.2; color: var(--text); }
.aud__d { font-size: var(--text-md); line-height: 1.5; color: var(--text-muted); }
@media (max-width: 880px) { .audience__grid { grid-template-columns: 1fr 1fr; gap: var(--space-7) var(--space-6); } }
@media (max-width: 480px) { .audience__grid { grid-template-columns: 1fr; } }

/* ── FAQ de confiança ── */
.faq__grid { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-8) var(--space-10); margin-top: var(--space-9); }
.qa { display: flex; flex-direction: column; gap: var(--space-3); padding-top: var(--space-5); border-top: 1px solid var(--border-strong); }
.qa__q { font-family: var(--font-display); font-size: var(--text-lg); line-height: 1.28; color: var(--text); }
.qa__a { font-size: var(--text-md); line-height: 1.6; color: var(--text-muted); }
@media (max-width: 760px) { .faq__grid { grid-template-columns: 1fr; gap: var(--space-7); } }

/* ── Devolutiva · mockup ilustrativo do relatório pós-sessão ── */
.devo { margin: var(--space-10) auto 0; max-width: 940px; background: var(--surface-raised);
  border: 1px solid var(--border); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: clip; }
.devo__bar { display: flex; align-items: center; gap: var(--space-4); padding: var(--space-5) var(--space-6);
  border-bottom: 1px solid var(--border); background: var(--cream-50); }
.devo__brand { display: inline-flex; align-items: center; gap: var(--space-3); font-family: var(--font-display); font-size: var(--text-lg); color: var(--text); }
.devo__brand img { height: 22px; width: auto; }
.devo__meta { font-size: var(--text-sm); color: var(--text-subtle); }
.devo__tag { margin-left: auto; font-size: var(--text-xs); letter-spacing: var(--tracking-eyebrow); text-transform: uppercase;
  color: var(--accent); border: 1px solid var(--accent); border-radius: var(--radius-pill); padding: 0.3em 0.85em; }
.devo__body { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(var(--space-6), 4vw, var(--space-9));
  padding: clamp(var(--space-6), 4vw, var(--space-9)); }
.devo__block { display: flex; flex-direction: column; gap: var(--space-4); }
.devo__k { font-size: var(--text-sm); font-weight: var(--weight-semibold); letter-spacing: 0.04em; text-transform: uppercase; color: var(--text); }
.devo__note { text-transform: none; letter-spacing: 0; font-weight: var(--weight-regular); color: var(--text-subtle); font-size: 0.84em; }
.devo__lead { font-size: var(--text-md); line-height: 1.5; color: var(--text-muted); }
.devo__lead strong { color: var(--text); }
.devo__stats { display: flex; gap: var(--space-7); flex-wrap: wrap; }
.dstat { display: flex; flex-direction: column; gap: 3px; }
.dstat__v { font-family: var(--font-display); font-size: var(--text-2xl); line-height: 1; color: var(--text); }
.dstat__l { font-size: var(--text-xs); letter-spacing: 0.04em; text-transform: uppercase; color: var(--text-subtle); }
.devo__etapas { display: flex; flex-direction: column; gap: var(--space-2); margin-top: var(--space-2); }
.etapa { display: grid; grid-template-columns: 92px 1fr; align-items: center; gap: var(--space-3); }
.etapa__l { font-size: var(--text-xs); color: var(--text-muted); }
.etapa__track { height: 8px; border-radius: 4px; background: var(--cream-200); overflow: hidden; }
.etapa__fill { display: block; height: 100%; width: var(--w); background: var(--accent); border-radius: 4px; }
.devo__themes { list-style: none; display: flex; flex-direction: column; gap: var(--space-4); }
.devo__themes li { display: flex; flex-direction: column; gap: 6px; }
.devo__tlab { font-size: var(--text-sm); color: var(--text-muted); }
.devo__tbar { height: 8px; border-radius: 4px; background: var(--accent); width: var(--w); opacity: 0.85; }
.devo__commits { list-style: none; display: flex; flex-direction: column; gap: var(--space-3); }
.devo__commits li { display: grid; grid-template-columns: auto 1fr; gap: var(--space-3); align-items: start;
  font-size: var(--text-md); line-height: 1.45; color: var(--text-muted); }
.devo__commits svg { width: 1.2em; height: 1.2em; color: var(--accent); margin-top: 0.15em; }
.pulse { display: flex; flex-direction: column; gap: var(--space-2); }
.pulse__q { font-family: var(--font-accent); font-style: italic; font-size: var(--text-md); line-height: 1.35; color: var(--text-muted); }
.pulse__n { display: flex; align-items: center; gap: 0.4em; color: var(--text-subtle); }
.pulse__n b { font-family: var(--font-display); font-size: var(--text-3xl); line-height: 1; color: var(--text); font-weight: var(--weight-regular); }
.pulse__n b.up { color: var(--positive); }
.pulse__n svg { width: 1.1em; height: 1.1em; color: var(--text-subtle); }
.pulse__n i { font-style: normal; font-size: var(--text-sm); color: var(--text-subtle); align-self: flex-end; padding-bottom: 0.3em; }
.pulse__c { font-size: var(--text-xs); color: var(--text-subtle); }
.devo__foot { margin: var(--space-7) auto 0; max-width: 60ch; text-align: center; font-size: var(--text-md); line-height: 1.5; color: var(--text-muted); }
.devo__foot-emph { font-size: calc(var(--text-md) + 3px); font-style: italic; }
.devo__foot .en-accent { color: var(--accent); }
@media (max-width: 760px) { .devo__body { grid-template-columns: 1fr; } .devo__bar { flex-wrap: wrap; } .devo__tag { margin-left: 0; } }

/* ═══════════ Rev3 · caixas de destaque + ajustes de layout ═══════════ */
.dor__intro { max-width: 58ch; font-size: var(--text-lg); line-height: var(--leading-body); color: var(--text-muted); margin-top: var(--space-4); }
.paincards { display: grid; grid-template-columns: 1fr 1fr; gap: var(--space-6); margin: var(--space-9) 0 var(--space-12); }
.paincard { display: flex; flex-direction: column; gap: var(--space-4); padding: clamp(var(--space-6), 3vw, var(--space-8));
  background: var(--surface-raised); border: 1px solid var(--border); border-top: 3px solid var(--accent);
  border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.paincard__t { font-family: var(--font-display); font-size: var(--text-2xl); line-height: 1.2; color: var(--text); }
.paincard__t .en-accent { color: var(--accent); }
.paincard__cost { margin-top: auto; padding-top: var(--space-4); border-top: 1px solid var(--border);
  font-size: var(--text-md); line-height: 1.55; color: var(--text-muted); }
.paincard__cost b { display: inline-block; margin-right: 0.5em; font-size: var(--text-xs); font-weight: var(--weight-semibold);
  letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--accent); }
.paincard__cost .en-accent { color: var(--accent); }
@media (max-width: 760px) { .paincards { grid-template-columns: 1fr; gap: var(--space-5); } }

.bergimg { margin: 0; }
.bergimg img { width: 100%; height: auto; display: block; border-radius: var(--radius-lg); }
.iceberg__reinforce { margin: var(--space-8) auto 0; text-align: center; max-width: 64ch; }

.modality__exlabel { margin-top: var(--space-3); font-size: var(--text-sm); font-weight: var(--weight-semibold); letter-spacing: 0.02em; color: var(--text-subtle); }
.modality__exlist { list-style: none; display: flex; flex-direction: column; gap: var(--space-3); margin-top: var(--space-2); }
.modality__exlist li { padding-left: var(--space-5); border-left: 2px solid var(--accent); font-family: var(--font-accent); font-style: italic; font-weight: 500; font-size: var(--text-lg); line-height: 1.35; color: var(--mauve-700); }

.lead-emph { color: var(--accent); font-weight: var(--weight-semibold); font-size: 1.12em; }

/* bloco de dado destacado (substitui a imagem do iceberg) */
.costband { max-width: 64ch; margin-inline: auto; text-align: center; display: flex; flex-direction: column; align-items: center; gap: var(--space-4); }
.costband__big { font-family: var(--font-display); font-weight: var(--weight-regular); font-size: clamp(5rem, 16vw, 11rem); line-height: 0.92; color: var(--lilac-100); text-shadow: 0 0 60px rgba(214,201,221,0.6), 0 0 28px rgba(214,201,221,0.5); }
.costband__lead { font-size: var(--text-xl); line-height: 1.45; color: var(--cream-100); max-width: 48ch; }
.costband__lead .en-accent { color: var(--lilac-200); }
.costband__xl { display: inline-block; font-family: var(--font-display); font-size: 1.9em; line-height: 1.15; color: var(--lilac-200); }
.costband__punch { margin-top: var(--space-2); font-size: var(--text-2xl); line-height: 1.3; color: var(--cream-100); max-width: 40ch; }
.costband__punch strong { color: var(--lilac-100); font-weight: var(--weight-semibold); }
.cta__highlight.cta__highlight--xl { font-size: var(--text-3xl); line-height: 1.18; max-width: 30ch; }

/* caixa do dado R$400 — separa visualmente do slide navy anterior */
.theme-navy--deep.iceberg { padding-top: var(--space-12); border-top: 1px solid rgba(214,201,221,0.16); }
.costband--card { padding: clamp(var(--space-8), 5vw, var(--space-12)); border: 1px solid rgba(214,201,221,0.28); border-radius: var(--radius-lg); background: rgba(214,201,221,0.07); box-shadow: 0 24px 70px -30px rgba(0,0,0,0.7), inset 0 1px 0 rgba(214,201,221,0.14); }

/* caixas de destaque na CTA (sombreadas, evidentes) */
.cta__highlight { width: fit-content; max-width: 38ch; margin: var(--space-5) auto 0; padding: var(--space-5) var(--space-7);
  background: rgba(12,25,42,0.55); border: 1px solid var(--border-strong); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg); backdrop-filter: blur(5px);
  font-family: var(--font-display); font-size: var(--text-xl); line-height: 1.3; color: var(--cream-50); }
.cta__highlight .en-accent { color: var(--lilac-200); }
.cta__highlight--lg { font-size: var(--text-3xl); line-height: 1.18; }

/* ── Contextos de uso (Experiências de marca) ── */
.contexts { margin-top: var(--space-12); display: flex; flex-direction: column; gap: var(--space-4); }
.contexts__k { font-size: var(--text-xs); font-weight: var(--weight-semibold); letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--text-subtle); }
.contexts .chips { margin: 0; }
.contexts--center { align-items: center; text-align: center; }
.contexts--center .chips { justify-content: center; }

/* "O momento" em quadros + setas (Experiências de marca) */
.beats { display: flex; flex-direction: column; gap: var(--space-3); margin: var(--space-2) 0; max-width: 480px; }
.beat { background: rgba(8,15,27,0.42); border: 1px solid var(--border-strong); border-radius: var(--radius-lg);
  padding: var(--space-5) var(--space-6); backdrop-filter: blur(5px); box-shadow: var(--shadow-md); }
.beat__k { display: block; font-size: var(--text-sm); letter-spacing: var(--tracking-eyebrow); text-transform: uppercase; color: var(--lilac-200); margin-bottom: var(--space-2); }
.beat p { font-size: var(--text-xl); line-height: 1.45; color: rgba(238,236,232,0.92); }
.beat p strong { color: var(--cream-50); font-weight: var(--weight-semibold); }
.beat--accent { border-color: var(--lilac-400); background: rgba(118,88,138,0.28); }
.beat--accent p { color: var(--cream-50); }
.beat__arrow { display: flex; justify-content: center; color: var(--lilac-300); opacity: 0.7; }
.beat__arrow svg { width: 22px; height: 22px; }
