:root {
  --bg: #0d0d0d;
  --surface: #151515;
  --surface-soft: #1d1d1d;
  --text: #fff;
  --text-secondary: #d0d0d0;
  --muted: #b0b0b0;
  --pink: #ea1868;
  --pink-readable: #ff5a9b;
  --orange: #ee511d;
  --success: #72d59b;
  --border: rgba(255,255,255,.12);
  --gradient: linear-gradient(110deg, var(--pink), var(--orange));
  --shadow-sm: 0 8px 24px rgba(0,0,0,.24);
  --shadow-md: 0 24px 64px rgba(0,0,0,.44);
  --shadow-glow: 0 0 90px rgba(234,24,104,.24);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --container: 1200px;
  --motion-fast: 220ms;
  --motion-enter: 760ms;
  --ease-out: cubic-bezier(.22,1,.36,1);
  --whatsapp: #25d366;
  --paper: #eeeae3;
  --ink: #111111;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
section[id], .exposure-table, .performance-composition, .map-shell, .diagnostic-card { scroll-margin-top: 112px; }
body { margin: 0; background: var(--bg); color: var(--text); font-family: Poppins, Arial, sans-serif; font-size: 16px; line-height: 1.65; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { color: inherit; }
.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; left: 16px; top: -80px; background: var(--text); color: var(--bg); padding: 12px 16px; border-radius: var(--radius-sm); transition: top .2s; }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .2s, border-color .2s; }
.site-header.scrolled { background: rgba(13,13,13,.9); border-color: var(--border); backdrop-filter: blur(18px); }
main > section + section { margin-top: 8px; }
main + .site-footer { margin-top: 8px; }
.header-inner { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 190px; overflow: visible; }
.brand img { width: 190px; height: 72px; object-fit: cover; object-position: center 42%; }
.site-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 500; }
.site-nav > a:not(.button) { color: var(--text-secondary); transition: color .2s; }
.site-nav > a:not(.button):hover { color: var(--text); }
.menu-toggle { display: none; background: none; border: 0; width: 48px; height: 48px; padding: 12px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--text); margin: 8px 0; transition: transform .2s; }

.button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 13px 24px; border: 1px solid transparent; border-radius: 999px; background: var(--gradient); color: var(--text); font-weight: 700; font-size: 14px; line-height: 1.2; cursor: pointer; box-shadow: 0 12px 32px rgba(234,24,104,.2); transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(234,24,104,.32); }
.button-small { min-height: 44px; padding: 10px 18px; }
.button-ghost { background: transparent; border-color: rgba(255,255,255,.25); box-shadow: none; }
.button-ghost:hover { border-color: var(--text); box-shadow: none; }

.hero { position: relative; min-height: 820px; display: grid; align-items: center; padding: 144px 0 96px; overflow: hidden; }
.hero::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, black, transparent 85%); }
.hero-glow { position: absolute; width: 520px; height: 520px; right: -160px; top: 80px; border-radius: 50%; background: rgba(234,24,104,.22); filter: blur(120px); }
.hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1.15fr) minmax(360px,.85fr); gap: 96px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: #ff4c94; font-size: 12px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1,h2,h3,p { margin-top: 0; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(48px,6.1vw,88px); line-height: 1.02; letter-spacing: -.055em; }
h2 { margin-bottom: 24px; font-size: clamp(36px,4.2vw,64px); line-height: 1.08; letter-spacing: -.045em; }
h3 { line-height: 1.25; }
.gradient-text { background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-lead { max-width: 680px; margin-bottom: 32px; color: var(--text-secondary); font-size: clamp(17px,1.55vw,21px); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-line { display: flex; align-items: flex-start; gap: 10px; max-width: 620px; margin: 24px 0 0; color: var(--muted); font-size: 13px; }
.trust-line span { color: var(--success); }

.screen-stage { position: relative; min-height: 580px; display: grid; align-content: center; justify-items: center; }
.screen-frame { position: relative; z-index: 2; width: 290px; aspect-ratio: 9/16; padding: 12px; border: 2px solid #3c3c3c; border-radius: var(--radius-md); background: #080808; box-shadow: var(--shadow-md), var(--shadow-glow); transform: rotate(2deg); }
.screen-frame::before { content: ""; position: absolute; width: 52%; height: 18px; left: 24%; bottom: -18px; background: #262626; clip-path: polygon(15% 0,85% 0,100% 100%,0 100%); }
.screen-frame::after { content: ""; position: absolute; width: 76%; height: 10px; left: 12%; bottom: -27px; border-radius: 50%; background: #333; }
.screen-content { height: 100%; padding: 40px 24px 28px; display: flex; flex-direction: column; background: radial-gradient(circle at 90% 25%, rgba(234,24,104,.3), transparent 34%), #0d0d0d; overflow: hidden; }
.screen-content p { color: #ff5a9b; font-size: 12px; text-transform: uppercase; letter-spacing: .14em; }
.screen-content strong { margin-top: auto; font-size: 38px; line-height: 1.02; letter-spacing: -.05em; }
.screen-content strong span { color: #ff3c7f; }
.screen-content small { margin-top: 16px; color: var(--text-secondary); font-size: 13px; line-height: 1.45; }
.screen-mark { align-self: flex-end; margin-top: auto; font-size: 90px; font-weight: 800; line-height: .8; font-style: italic; background: var(--gradient); background-clip: text; -webkit-background-clip: text; color: transparent; }
.screen-caption { position: absolute; z-index: 3; right: -28px; bottom: 50px; width: 230px; padding: 16px; border: 1px solid var(--border); border-radius: var(--radius-md); background: rgba(21,21,21,.9); backdrop-filter: blur(12px); box-shadow: var(--shadow-sm); }
.screen-caption span { display: block; color: #ff5a9b; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.screen-caption strong { display: block; margin-top: 10px; font-size: 14px; }
.signal { position: absolute; border: 1px solid rgba(234,24,104,.28); border-radius: 50%; }
.signal-one { width: 440px; height: 440px; }
.signal-two { width: 520px; height: 520px; }

.hero-media { position: relative; min-width: 0; margin: 0; isolation: isolate; }
.hero-media::before { content: ""; position: absolute; z-index: -1; inset: 12% -10% -8% 18%; border-radius: 50%; background: linear-gradient(135deg, rgba(234,24,104,.34), rgba(238,81,29,.08)); filter: blur(72px); }
.hero-media-viewport { position: relative; aspect-ratio: 4/5; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-md); }
.hero-media-viewport::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.02) 45%, rgba(0,0,0,.6)); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: 57% center; transform: scale(1.04); animation: hero-camera 14s ease-in-out infinite alternate; will-change: transform; }
.media-scan { position: absolute; z-index: 2; inset: -40% 0 auto; height: 36%; background: linear-gradient(180deg, transparent, rgba(255,255,255,.13), transparent); transform: skewY(-7deg); animation: media-scan 8s ease-in-out 1.4s infinite; pointer-events: none; }
.live-indicator { position: absolute; z-index: 4; left: -18px; top: 28px; display: flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid var(--border); border-radius: 999px; background: rgba(13,13,13,.82); backdrop-filter: blur(12px); color: var(--text-secondary); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; box-shadow: var(--shadow-sm); animation: card-float 5s ease-in-out infinite; }
.live-indicator i { width: 7px; height: 7px; border-radius: 50%; background: var(--pink); box-shadow: 0 0 0 0 rgba(234,24,104,.6); animation: live-pulse 2.2s ease-out infinite; }

@keyframes hero-camera { from { transform: scale(1.04) translate3d(-.5%,0,0); } to { transform: scale(1.1) translate3d(1%,-.6%,0); } }
@keyframes media-scan { 0%, 58% { transform: translateY(-150%) skewY(-7deg); opacity: 0; } 66% { opacity: .65; } 88%, 100% { transform: translateY(470%) skewY(-7deg); opacity: 0; } }
@keyframes card-float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-7px); } }
@keyframes live-pulse { 0% { box-shadow: 0 0 0 0 rgba(234,24,104,.6); } 70%, 100% { box-shadow: 0 0 0 8px rgba(234,24,104,0); } }

.positioning-bar { border-block: 1px solid var(--border); background: #111; }
.positioning-track { min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 24px; overflow: hidden; color: var(--text-secondary); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .12em; white-space: nowrap; }
.positioning-track i { width: 6px; height: 6px; border-radius: 50%; background: var(--gradient); }

.section { padding: 112px 0; }
.split-layout { display: grid; grid-template-columns: minmax(0,.9fr) minmax(320px,.7fr); gap: 120px; align-items: start; }
.section-copy { padding-top: 48px; color: var(--text-secondary); font-size: 18px; }
.section-copy p { margin-bottom: 20px; }
.text-link { display: inline-flex; gap: 12px; margin-top: 16px; color: var(--text); font-weight: 700; }
.text-link span { color: var(--pink-readable); }

.moments { background: var(--surface); }
.section-heading.horizontal { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 96px; align-items: end; margin-bottom: 64px; }
.section-heading.horizontal h2 { max-width: 760px; margin-bottom: 0; }
.section-heading.horizontal > p { margin: 0; color: var(--text-secondary); }
.context-gallery { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; margin-bottom: 72px; }
.context-card { position: relative; min-width: 0; margin: 0; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); background: #0b0b0b; box-shadow: var(--shadow-sm); }
.context-card:nth-child(2) { margin-top: 72px; }
.context-image { aspect-ratio: 16/10; overflow: hidden; }
.context-card img { width: 100%; height: 115%; object-fit: cover; transform: translate3d(0,var(--parallax-y,0),0) scale(1.04); transition: filter var(--motion-fast), transform .12s linear; will-change: transform; }
.context-card:hover img { filter: saturate(1.12) contrast(1.04); }
.context-card figcaption { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; align-items: end; gap: 24px; padding: 56px 24px 22px; background: linear-gradient(transparent, rgba(0,0,0,.88)); }
.context-card figcaption span { color: var(--pink-readable); font-size: 12px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.context-card figcaption strong { max-width: 230px; font-size: 17px; text-align: right; }
.moment-list { border-top: 1px solid var(--border); }
.moment { position: relative; display: grid; grid-template-columns: 64px minmax(0,1fr) 200px; gap: 32px; align-items: center; padding: 32px 0; border-bottom: 1px solid var(--border); transition: padding-inline var(--motion-fast) var(--ease-out), background var(--motion-fast); }
.moment::before { content: ""; position: absolute; left: 0; bottom: -1px; width: 0; height: 1px; background: var(--gradient); transition: width 520ms var(--ease-out); }
.moment:hover { padding-inline: 16px; background: rgba(255,255,255,.025); }
.moment:hover::before { width: 100%; }
.moment + .moment { margin-top: 8px; }
.moment > span { color: var(--pink-readable); font-size: 12px; font-weight: 700; }
.moment h3 { margin: 0 0 8px; font-size: 22px; }
.moment p { margin: 0; color: var(--muted); }
.moment b { text-align: right; color: var(--text-secondary); font-size: 13px; font-weight: 600; }
.availability-note { max-width: 720px; margin: 24px 0 0 auto; color: var(--muted); font-size: 12px; text-align: right; }

.diagnostic-section { position: relative; overflow: hidden; }
.diagnostic-section::before { content: ""; position: absolute; width: 520px; height: 520px; left: -260px; top: 10%; background: rgba(238,81,29,.14); filter: blur(120px); }
.diagnostic-grid { position: relative; display: grid; grid-template-columns: minmax(0,.75fr) minmax(460px,1fr); gap: 96px; align-items: center; }
.diagnostic-intro > p:not(.eyebrow) { max-width: 520px; color: var(--text-secondary); font-size: 18px; }
.check-list { list-style: none; padding: 0; margin: 32px 0 0; }
.check-list li { margin: 12px 0; color: var(--text-secondary); }
.check-list li::before { content: "✓"; margin-right: 12px; color: var(--success); font-weight: 700; }
.diagnostic-card { min-height: 560px; padding: 40px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); box-shadow: var(--shadow-md); }
.progress-row { display: grid; grid-template-columns: 100px 1fr; gap: 16px; align-items: center; margin-bottom: 40px; color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.progress { height: 4px; border-radius: 999px; background: #303030; overflow: hidden; }
.progress i { display: block; width: 25%; height: 100%; background: var(--gradient); transition: width .25s; }
.question { display: none; padding: 0; margin: 0; border: 0; }
.question.active { display: grid; gap: 12px; animation: question-enter 360ms var(--ease-out); }
@keyframes question-enter { from { opacity: 0; transform: translateX(14px); } to { opacity: 1; transform: translateX(0); } }
.question legend { width: 100%; margin-bottom: 24px; font-size: 25px; font-weight: 700; line-height: 1.3; }
.question-hint { margin: -12px 0 8px; color: #5b463e; font-size: 14px; }
.point-options { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
.selection-feedback { margin: 4px 0 0; color: #5b463e; font-size: 13px; font-weight: 600; }
.question.attention { animation: question-shake 320ms ease-out; }
.question.attention legend { color: #8b153f; }
@keyframes question-shake { 25% { transform: translateX(6px); } 50% { transform: translateX(-4px); } 75% { transform: translateX(2px); } }
.question label { cursor: pointer; }
.question input { position: absolute; opacity: 0; pointer-events: none; }
.question label span { display: block; padding: 15px 18px; border: 1px solid var(--border); border-radius: var(--radius-sm); color: var(--text-secondary); transition: border-color .2s, background .2s, color .2s; }
.question label:hover span, .question input:focus-visible + span { border-color: rgba(255,255,255,.4); color: var(--text); }
.question input:checked + span { border-color: var(--pink); background: rgba(234,24,104,.12); color: var(--text); }
.diagnostic-actions { display: flex; justify-content: space-between; gap: 12px; margin-top: 32px; }
.diagnostic-actions .button { min-width: 120px; }
.diagnostic-actions button:disabled { opacity: .35; cursor: not-allowed; transform: none; }
.diagnostic-result h3 { font-size: 30px; }
.diagnostic-result > p:not(.eyebrow) { color: var(--text-secondary); white-space: pre-line; }
.result-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.text-button { margin-top: 24px; padding: 0; border: 0; background: transparent; color: var(--muted); text-decoration: underline; cursor: pointer; }

.process { background: var(--surface); }
.process-grid { list-style: none; display: grid; grid-template-columns: repeat(4,1fr); padding: 0; margin: 0; border-top: 1px solid var(--border); }
.process-grid li { min-height: 260px; padding: 32px 24px 24px 0; border-right: 1px solid var(--border); }
.process-grid li:not(:first-child) { padding-left: 24px; }
.process-grid li:last-child { border-right: 0; }
.process-grid span { color: var(--pink-readable); font-size: 12px; font-weight: 700; }
.process-grid h3 { margin: 64px 0 12px; font-size: 20px; }
.process-grid p { color: var(--muted); font-size: 14px; }

.media-grid { display: grid; grid-template-columns: .8fr 1.1fr; gap: 120px; align-items: center; }
.format-visual { position: relative; min-height: 520px; display: grid; place-items: center; }
.ratio-box { position: relative; width: 250px; aspect-ratio: 9/16; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.25); border-radius: var(--radius-lg); background: linear-gradient(160deg, rgba(234,24,104,.2), transparent 40%), var(--surface); box-shadow: var(--shadow-md); }
.ratio-box::before, .ratio-box::after { content: ""; position: absolute; background: var(--border); }
.ratio-box::before { width: 1px; height: 100%; }
.ratio-box::after { width: 100%; height: 1px; }
.ratio-box span { position: relative; z-index: 1; font-size: 56px; font-weight: 800; letter-spacing: -.06em; }
.ratio-box small { position: absolute; z-index: 1; bottom: 24px; color: var(--muted); text-transform: uppercase; letter-spacing: .14em; }
.format-orbit { position: absolute; right: 12%; top: 10%; width: 96px; height: 96px; display: grid; place-items: center; border-radius: 50%; background: var(--gradient); font-size: 28px; font-weight: 800; box-shadow: var(--shadow-glow); }
.format-copy > p:not(.eyebrow) { max-width: 620px; color: var(--text-secondary); font-size: 18px; }
.spec-list { margin: 48px 0 0; }
.spec-list div { display: grid; grid-template-columns: 140px 1fr; padding: 18px 0; border-top: 1px solid var(--border); }
.spec-list div + div { margin-top: 8px; }
.spec-list div:last-child { border-bottom: 1px solid var(--border); }
.spec-list dt { color: var(--muted); font-size: 13px; }
.spec-list dd { margin: 0; font-weight: 600; }

.transparency { background: #f3f1ee; color: #111; }
.transparency .eyebrow { color: #c51659; }
.transparency-grid { display: grid; grid-template-columns: .85fr 1fr; gap: 96px; }
.truth-table { border-top: 1px solid rgba(0,0,0,.16); }
.truth-table > div { display: grid; grid-template-columns: 130px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid rgba(0,0,0,.16); }
.truth-table > div + div { margin-top: 8px; }
.truth-table p { margin: 0; color: #474747; }
.status { align-self: start; padding: 5px 8px; border-radius: var(--radius-sm); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.contracted { background: #d7f3e2; color: #17643a; }
.estimated { background: #fff0cb; color: #745000; }
.variable { background: #e1e8ff; color: #27428f; }
.not-promised { background: #f7dce6; color: #861f48; }

.partner-commercial { display: grid; gap: 96px; }
.partner-hero { display: grid; grid-template-columns: minmax(0,1fr) minmax(380px,.78fr); gap: 80px; align-items: center; }
.partner-copy h2 span { color: var(--pink-readable); }
.partner-copy > p:not(.eyebrow) { max-width: 680px; color: var(--text-secondary); font-size: 18px; }
.partner-actions { display: flex; margin-top: 32px; align-items: center; gap: 24px; }
.partner-text-link { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; color: var(--text); font-size: 14px; font-weight: 700; }
.partner-text-link span { color: var(--pink-readable); }
.partner-hero-media { position: relative; min-height: 520px; margin: 0; border: 1px solid var(--border); overflow: hidden; }
.partner-hero-media img { width: 100%; height: 520px; object-fit: cover; }
.partner-hero-media figcaption { position: absolute; z-index: 2; inset: auto 28px 28px; display: grid; gap: 12px; padding: 20px; background: rgba(13,13,13,.88); }
.partner-hero-media figcaption span { color: var(--pink-readable); font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.partner-benefits { scroll-margin-top: 112px; }
.partner-benefits-heading { display: flex; margin-bottom: 40px; align-items: end; justify-content: space-between; gap: 40px; }
.partner-benefits-heading p { margin-bottom: 0; }
.partner-benefits-heading > p:last-child { max-width: 620px; color: var(--text-secondary); font-size: 19px; }
.partner-benefit-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px; }
.partner-benefit-card { position: relative; grid-column: span 2; min-height: 330px; padding: 30px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); overflow: hidden; transition: transform var(--motion-fast), border-color var(--motion-fast), background var(--motion-fast); }
.partner-benefit-card:hover { transform: translateY(-4px); border-color: rgba(255,90,155,.5); background: var(--surface-soft); }
.partner-benefit-primary { grid-column: span 3; min-height: 410px; padding: 40px; }
.partner-benefit-primary::after { content: ""; position: absolute; width: 190px; height: 190px; right: -115px; bottom: -115px; border: 1px solid rgba(234,24,104,.4); border-radius: 50%; }
.partner-benefit-icon { width: 32px; height: 32px; margin-bottom: 64px; fill: none; stroke: var(--pink-readable); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.partner-benefit-primary .partner-benefit-icon { width: 40px; height: 40px; margin-bottom: 76px; }
.partner-benefit-tag { position: absolute; top: 36px; right: 36px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.partner-benefit-card > strong { display: block; margin-bottom: 16px; color: var(--text); font-size: clamp(30px,3vw,46px); line-height: 1.04; letter-spacing: -.05em; }
.partner-benefit-card h3 { margin-bottom: 12px; font-size: 19px; }
.partner-benefit-card p { max-width: 56ch; margin-bottom: 0; color: var(--muted); font-size: 14px; }
.partner-benefit-card blockquote { margin: 0 0 14px; color: var(--pink-readable); font-size: 19px; font-weight: 700; }
.partner-value-strip { display: grid; grid-template-columns: repeat(5,1fr); border: 1px solid var(--border); background: #090909; }
.partner-value-strip div { min-height: 180px; display: flex; padding: 24px; flex-direction: column; justify-content: flex-end; border-right: 1px solid var(--border); }
.partner-value-strip div:last-child { border-right: 0; }
.partner-value-strip strong { color: var(--pink-readable); font-size: clamp(20px,2vw,29px); line-height: 1.08; letter-spacing: -.04em; }
.partner-value-strip span { margin-top: 10px; color: var(--text-secondary); font-size: 13px; }
.partner-exchange { display: grid; grid-template-columns: 1fr auto 1fr; gap: 48px; align-items: center; padding: 56px; border: 1px solid var(--border); }
.partner-exchange > div { display: grid; gap: 12px; }
.partner-exchange > div:last-child { text-align: right; }
.partner-exchange span { color: var(--pink-readable); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.partner-exchange strong { font-size: clamp(24px,2.7vw,38px); line-height: 1.2; }
.partner-exchange b { color: var(--pink-readable); font-size: 42px; font-weight: 500; }
.partner-experience { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.7fr); gap: 80px; align-items: end; }
.partner-experience h3 { max-width: 740px; font-size: clamp(32px,4vw,56px); letter-spacing: -.045em; }
.partner-experience > div > p:last-child { max-width: 720px; color: var(--text-secondary); font-size: 17px; }
.partner-experience ul { display: grid; gap: 8px; margin: 0; padding: 0; border-top: 1px solid var(--border); list-style: none; }
.partner-experience li { padding: 20px 0; border-bottom: 1px solid var(--border); color: var(--text); font-size: 14px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.partner-experience li::before { content: "+"; margin-right: 16px; color: var(--pink-readable); }
.partner-process { padding-top: 48px; border-top: 1px solid var(--border); }
.partner-process h3 { margin-bottom: 36px; font-size: clamp(26px,3vw,40px); }
.partner-process ol { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; list-style: none; }
.partner-process li { position: relative; min-height: 180px; display: flex; padding: 24px 28px 24px 0; flex-direction: column; border-top: 1px solid var(--border); }
.partner-process li:not(:last-child)::after { content: "→"; position: absolute; top: 20px; right: 18px; color: var(--pink-readable); }
.partner-process li + li { padding-left: 28px; }
.partner-process li span { color: var(--pink-readable); font-size: 12px; font-weight: 700; }
.partner-process li strong { margin-top: 48px; font-size: 17px; }
.partner-process li small { margin-top: 8px; color: var(--muted); font-size: 13px; }
.partner-final-cta { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.62fr); gap: 80px; padding: 56px; border-left: 8px solid var(--pink); background: var(--surface); }
.partner-final-cta h3 { margin-bottom: 16px; font-size: clamp(28px,3.5vw,48px); letter-spacing: -.045em; }
.partner-final-cta p { margin-bottom: 0; color: var(--text-secondary); }
.partner-final-cta > div:last-child { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: 16px; }
.partner-final-cta small { color: var(--muted); font-size: 12px; }

.faq { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: .75fr 1fr; gap: 120px; }
.faq-list { border-top: 1px solid var(--border); }
.faq-list details { border-bottom: 1px solid var(--border); }
.faq-list details + details { margin-top: 8px; }
.faq-list summary { list-style: none; display: flex; justify-content: space-between; gap: 24px; padding: 24px 0; cursor: pointer; font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--pink); font-size: 22px; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin-top: 8px; padding: 0 48px 24px 0; color: var(--muted); }

.final-cta { position: relative; padding: 96px 0; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 10% 50%, rgba(234,24,104,.32), transparent 40%), radial-gradient(circle at 100% 80%, rgba(238,81,29,.2), transparent 36%); }
.final-cta-inner { position: relative; display: grid; grid-template-columns: 1fr .8fr; gap: 96px; align-items: center; }
.final-cta h2 { margin-bottom: 0; }
.final-cta-inner > div:last-child > p { color: var(--text-secondary); font-size: 18px; }

.site-footer { padding: 72px 0 24px; border-top: 1px solid var(--border); background: #090909; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .7fr; gap: 64px; }
.footer-grid img { width: 250px; height: 108px; object-fit: cover; object-position: center 42%; }
.footer-grid > div:first-child p { margin-top: 8px; }
.footer-grid p { color: var(--muted); }
.footer-grid strong { display: block; margin-bottom: 16px; font-size: 13px; text-transform: uppercase; letter-spacing: .1em; }
.footer-grid a { display: block; margin: 10px 0; color: var(--text-secondary); font-size: 14px; }
.social-links { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.footer-grid .social-links a { display: inline-flex; min-height: 44px; align-items: center; gap: 8px; margin: 0; padding: 8px 12px; border: 1px solid var(--border); transition: color var(--motion-fast), border-color var(--motion-fast), transform var(--motion-fast); }
.footer-grid .social-links a:hover { border-color: var(--pink); color: #fff; transform: translateY(-2px); }
.social-links svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.social-links .social-dot, .social-links .social-fill { fill: currentColor; stroke: none; }
.legal-line { display: flex; justify-content: space-between; gap: 32px; margin-top: 64px; padding-top: 24px; border-top: 1px solid var(--border); color: var(--muted); font-size: 12px; }
.legal-line p { margin: 0; }
.legal-line a { white-space: nowrap; }

html.motion-ready .reveal { opacity: 0; transform: translateY(22px); transition: opacity var(--motion-enter) var(--ease-out), transform var(--motion-enter) var(--ease-out); }
html.motion-ready .reveal.visible { opacity: 1; transform: translateY(0); }
.text-motion { opacity: 0; transform: translateY(8px); filter: blur(5px); transition: opacity 720ms var(--ease-out), transform 720ms var(--ease-out), filter 720ms var(--ease-out); }
.text-motion.visible, .reveal.visible .text-motion { opacity: 1; transform: translateY(0); filter: blur(0); }
html.motion-ready .media-reveal { transform: translateY(28px) scale(.985); transition: opacity var(--motion-enter) var(--ease-out), transform 900ms var(--ease-out); }
html.motion-ready .media-reveal::after { content: ""; position: absolute; z-index: 8; inset: 0; border-radius: inherit; background: var(--surface); transform: translateY(0); transition: transform 900ms var(--ease-out); pointer-events: none; }
html.motion-ready .media-reveal.visible { transform: translateY(0) scale(1); }
html.motion-ready .media-reveal.visible::after { transform: translateY(-101%); }

/* Motion narrativo — entradas únicas orientadas pelo conteúdo */
.motion-dialogue { display: grid; gap: 12px; }
.motion-dialogue > span { display: block; }
.motion-dialogue > span:last-child { color: var(--pink-readable); }
.real-world .motion-dialogue > span:last-child { color: #7b0d38; text-align: right; }
html.motion-ready .motion-item.motion-active { opacity: 0; transition-property: opacity, transform, filter; transition-duration: 760ms; transition-delay: var(--motion-delay,0ms); transition-timing-function: var(--ease-out); will-change: opacity, transform; }
html.motion-ready .motion-left.motion-active { transform: translateX(-35px); }
html.motion-ready .motion-right.motion-active { transform: translateX(35px); }
html.motion-ready .motion-up.motion-active { transform: translateY(30px); }
html.motion-ready .motion-card.motion-active, html.motion-ready .motion-step.motion-active { transform: translateY(24px); transition-duration: 600ms; }
html.motion-ready .motion-media.motion-active { transform: translateY(30px) scale(1.04); }
html.motion-ready .motion-winner.motion-active { transform: translateY(30px) scale(.985); transition-duration: 820ms; }
html.motion-ready .motion-item.visible { opacity: 1; transform: translate3d(0,0,0) scale(1); filter: none; }
html.motion-ready .motion-item.motion-active .partner-benefit-icon,
html.motion-ready .motion-item.motion-active .benefit-icon,
html.motion-ready .motion-item.motion-active .performance-card-icon { opacity: 0; transform: scale(.85); transition: opacity 500ms var(--ease-out) calc(var(--motion-delay,0ms) + 100ms), transform 500ms var(--ease-out) calc(var(--motion-delay,0ms) + 100ms); }
html.motion-ready .motion-item.motion-active .icon-visible { opacity: 1; transform: scale(1); }
.metric-mask { clip-path: inset(0 0 100% 0); transform: translateY(12px); transition: clip-path 680ms var(--ease-out) 100ms, transform 680ms var(--ease-out) 100ms; }
.metric-mask.visible { clip-path: inset(0); transform: translateY(0); }
.motion-bar { transform: scaleX(0); transform-origin: left; transition: transform 760ms var(--ease-out) 180ms; }
.motion-bar.visible { transform: scaleX(1); }
.motion-process-line { position: relative; }
.motion-process-line::before { content: ""; position: absolute; z-index: 2; left: 0; right: 0; top: 0; height: 2px; background: var(--gradient); transform: scaleX(0); transform-origin: left; transition: transform 800ms var(--ease-out); pointer-events: none; }
.motion-process-line:has(.visible)::before { transform: scaleX(1); }
.button { background-size: 160% 100%; background-position: 0 50%; transition: transform var(--motion-fast) var(--ease-out), box-shadow var(--motion-fast) var(--ease-out), background-position var(--motion-fast) var(--ease-out); }
.button:hover { background-position: 100% 50%; }
.text-link span, .advertiser-secondary span, .partner-text-link span { display: inline-block; transition: transform var(--motion-fast) var(--ease-out); }
.text-link:hover span, .advertiser-secondary:hover span, .partner-text-link:hover span { transform: translateX(4px); }
.hero-media img, .media-scan, .live-indicator, .live-indicator i, .whatsapp-float, .whatsapp-float::before { animation-iteration-count: 1; }
.hero-media img { animation: none; }
.hero-media.visible .media-scan { animation: media-scan-once 850ms var(--ease-out) 300ms both; }
.live-indicator, .live-indicator i, .whatsapp-float::before { animation: none; }
@keyframes media-scan-once { 0% { opacity: 0; transform: translateY(-30%) skewY(-7deg); } 45% { opacity: .7; } 100% { opacity: 0; transform: translateY(320%) skewY(-7deg); } }

@media (max-width: 980px) {
  .positioning-bar { transform: none; }
  .site-nav { position: fixed; inset: 88px 16px auto; display: none; flex-direction: column; align-items: stretch; padding: 24px; border: 1px solid var(--border); border-radius: var(--radius-md); background: rgba(21,21,21,.98); box-shadow: var(--shadow-md); }
  .site-nav.open { display: flex; }
  .menu-toggle { display: block; }
  .hero-grid, .diagnostic-grid, .media-grid, .transparency-grid, .faq-grid { grid-template-columns: 1fr; gap: 64px; }
  .hero { min-height: auto; }
  .hero-grid { padding-top: 32px; }
  .hero-media { width: min(100%, 680px); margin-inline: auto; }
  .hero-media-viewport { aspect-ratio: 16/11; }
  .context-gallery { grid-template-columns: 1fr 1fr; }
  .context-card:nth-child(2) { margin-top: 40px; }
  .split-layout { grid-template-columns: 1fr; gap: 24px; }
  .section-copy { padding-top: 0; }
  .section-heading.horizontal { grid-template-columns: 1fr; gap: 20px; }
  .process-grid { grid-template-columns: repeat(2,1fr); }
  .process-grid li:nth-child(2) { border-right: 0; }
  .process-grid li:nth-child(3), .process-grid li:nth-child(4) { border-top: 1px solid var(--border); }
  .final-cta-inner { grid-template-columns: 1fr; gap: 32px; }
  .partner-hero, .partner-experience, .partner-final-cta { grid-template-columns: 1fr; }
  .partner-benefit-card { grid-column: span 3; }
  .partner-value-strip { grid-template-columns: repeat(2,1fr); }
  .partner-value-strip div { border-bottom: 1px solid var(--border); }
  .partner-value-strip div:nth-child(even) { border-right: 0; }
  .partner-value-strip div:last-child { grid-column: 1/-1; border-bottom: 0; }
  .partner-process ol { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 767px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-inner { min-height: 76px; }
  .brand { width: 146px; }
  .brand img { width: 146px; height: 54px; }
  .site-nav { inset: 76px 12px auto; }
  .hero { padding: 120px 0 64px; }
  html.motion-ready .motion-left.motion-active { transform: translateX(-18px); }
  html.motion-ready .motion-right.motion-active { transform: translateX(18px); }
  html.motion-ready .motion-up.motion-active, html.motion-ready .motion-card.motion-active, html.motion-ready .motion-step.motion-active, html.motion-ready .motion-media.motion-active, html.motion-ready .motion-winner.motion-active { transform: translateY(18px); }
  .real-world .motion-dialogue > span:last-child { text-align: left; }
  h1 { font-size: clamp(42px,13vw,64px); }
  h2 { font-size: clamp(34px,10vw,50px); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-media-viewport { aspect-ratio: 4/5; }
  .hero-media img { object-position: 59% center; }
  .live-indicator { left: 12px; top: 12px; }
  .context-gallery { grid-template-columns: 1fr; gap: 16px; margin-bottom: 48px; }
  .context-card:nth-child(2) { margin-top: 0; }
  .context-image { aspect-ratio: 4/3; }
  .context-card figcaption { padding: 48px 18px 18px; }
  .screen-frame { width: 230px; }
  .screen-content { padding: 32px 20px 22px; }
  .screen-content strong { font-size: 31px; }
  .screen-caption { right: 0; bottom: 24px; width: 200px; }
  .signal-one { width: 340px; height: 340px; }
  .signal-two { width: 410px; height: 410px; }
  .positioning-track { justify-content: flex-start; }
  .positioning-track span:nth-of-type(n+4), .positioning-track i:nth-of-type(n+3) { display: none; }
  .section { padding: 72px 0; }
  .moment { grid-template-columns: 40px 1fr; gap: 16px; }
  .moment b { grid-column: 2; text-align: left; }
  .availability-note { text-align: left; }
  .diagnostic-card { min-height: 590px; padding: 24px; }
  .question legend { font-size: 21px; }
  .diagnostic-actions { align-items: stretch; }
  .diagnostic-actions .button { min-width: 0; flex: 1; padding-inline: 12px; }
  .result-actions { flex-direction: column; }
  .process-grid { grid-template-columns: 1fr; }
  .process-grid li, .process-grid li:not(:first-child) { min-height: 0; padding: 24px 0; border-right: 0; border-top: 1px solid var(--border); }
  .process-grid li:first-child { border-top: 0; }
  .process-grid h3 { margin: 32px 0 8px; }
  .partner-commercial { gap: 72px; }
  .partner-hero { gap: 40px; }
  .partner-actions, .partner-benefits-heading { align-items: stretch; flex-direction: column; }
  .partner-hero-media, .partner-hero-media img { min-height: 420px; height: 420px; }
  .partner-benefit-grid { grid-template-columns: 1fr; }
  .partner-benefit-card, .partner-benefit-primary { grid-column: auto; min-height: 0; padding: 24px; }
  .partner-benefit-icon, .partner-benefit-primary .partner-benefit-icon { width: 32px; height: 32px; margin-bottom: 48px; }
  .partner-benefit-tag { top: 26px; right: 24px; }
  .partner-value-strip { grid-template-columns: 1fr; }
  .partner-value-strip div, .partner-value-strip div:nth-child(even), .partner-value-strip div:last-child { grid-column: auto; min-height: 128px; border-right: 0; border-bottom: 1px solid var(--border); }
  .partner-value-strip div:last-child { border-bottom: 0; }
  .partner-exchange { grid-template-columns: 1fr; gap: 24px; padding: 32px 24px; }
  .partner-exchange > div:last-child { text-align: left; }
  .partner-exchange b { transform: rotate(90deg); transform-origin: left center; }
  .partner-experience { gap: 32px; }
  .partner-process ol { grid-template-columns: 1fr; }
  .partner-process li, .partner-process li + li { min-height: 0; padding: 24px 0; }
  .partner-process li:not(:last-child)::after { content: "↓"; top: auto; right: 0; bottom: 16px; }
  .partner-process li strong { margin-top: 20px; }
  .partner-final-cta { gap: 32px; padding: 36px 24px; }
  .format-visual { min-height: 460px; }
  .truth-table > div { grid-template-columns: 1fr; gap: 12px; }
  .status { justify-self: start; }
  .spec-list div { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .legal-line { flex-direction: column; margin-top: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
  .media-reveal::after { display: none; }
  .hero-media img, .media-scan, .live-indicator, .live-indicator i { animation: none !important; }
  .context-card img { transform: scale(1.04); }
}

/* Direção 2026 — editorial urbano / grade de programação */
body { background-color: #090909; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 80px 80px; }
.container { width: min(calc(100% - 64px), 1280px); }
.site-header { border-bottom: 1px solid rgba(255,255,255,.18); background: rgba(9,9,9,.88); }
.site-header.scrolled { background: rgba(9,9,9,.96); }
.header-inner { min-height: 96px; }
.brand, .brand img { width: 190px; }
.brand img { height: 70px; }
.site-nav { gap: 30px; }
.site-nav > a:not(.button) { position: relative; font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -10px; width: 100%; height: 2px; background: var(--gradient); transform: scaleX(0); transform-origin: right; transition: transform var(--motion-fast) var(--ease-out); }
.site-nav > a:not(.button):hover::after { transform: scaleX(1); transform-origin: left; }
.button { min-height: 52px; border-radius: 0; box-shadow: 6px 6px 0 rgba(255,255,255,.12); text-transform: uppercase; letter-spacing: .025em; }
.button:hover { transform: translate(-3px,-3px); box-shadow: 9px 9px 0 rgba(255,255,255,.16); }
.button-ghost { border-color: rgba(255,255,255,.42); background: #090909; }
.button-small { min-height: 44px; box-shadow: 4px 4px 0 rgba(255,255,255,.12); }

.hero { min-height: 900px; padding: 170px 0 90px; border-bottom: 1px solid var(--border); }
.hero::after { content: "VIRALIZE / DOOH"; position: absolute; z-index: 0; right: -22px; bottom: -36px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.08); font-size: clamp(72px,10vw,170px); font-weight: 800; line-height: 1; letter-spacing: -.07em; white-space: nowrap; pointer-events: none; }
.hero-glow { opacity: .65; background: linear-gradient(90deg, transparent 60%, rgba(234,24,104,.2)); filter: none; }
.hero-grid { grid-template-columns: minmax(0,1.08fr) minmax(440px,.92fr); gap: 70px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: #ff4e91; letter-spacing: .1em; }
.eyebrow > span { display: inline-grid; place-items: center; width: 32px; height: 28px; border: 1px solid currentColor; color: #fff; font-size: 12px; letter-spacing: 0; }
h1 { max-width: 790px; font-size: clamp(54px,6.4vw,96px); line-height: .96; letter-spacing: -.065em; }
.hero-lead { max-width: 690px; margin-top: 34px; font-size: 18px; }
.hero-actions { margin-top: 34px; }
.trust-line { max-width: 650px; padding-top: 19px; border-top: 1px solid var(--border); }
.hero-media { margin: 0; }
.hero-media-viewport { aspect-ratio: 3/4; border-radius: 0; border: 1px solid rgba(255,255,255,.42); box-shadow: 18px 18px 0 rgba(234,24,104,.14); }
.hero-media-viewport::before { content: "01"; position: absolute; z-index: 4; right: 18px; top: 12px; color: #fff; font-size: 54px; font-weight: 800; line-height: 1; mix-blend-mode: difference; }
.screen-caption { right: -24px; bottom: 28px; width: 250px; border-radius: 0; border-color: rgba(255,255,255,.35); background: #101010; box-shadow: 8px 8px 0 var(--pink); }
.live-indicator { left: -24px; top: 28px; border-radius: 0; background: #090909; }
.hero-coordinates { position: absolute; z-index: 4; left: -24px; bottom: 34px; display: grid; width: 126px; padding: 12px; border: 1px solid rgba(255,255,255,.4); background: rgba(9,9,9,.9); backdrop-filter: blur(10px); }
.hero-coordinates span, .hero-coordinates small { color: #d0d0d0; font-size: 12px; letter-spacing: .04em; }
.hero-coordinates b { color: #fff; font-size: 30px; line-height: 1.1; }

.positioning-bar { background: var(--pink); border: 0; color: #fff; transform: none; }
.positioning-track { min-height: 66px; color: #000; }
.positioning-track i { background: #0d0d0d; }
.section { padding: 130px 0; }
.split-layout { grid-template-columns: 1.15fr .72fr; gap: 100px; }
.real-world { position: relative; background: #eeeae3; color: #111; }
.real-world::before { content: "OFFLINE ≠ INVISÍVEL"; position: absolute; right: 3vw; top: 60px; color: rgba(0,0,0,.055); font-size: clamp(54px,8vw,130px); font-weight: 800; letter-spacing: -.07em; }
.real-world .eyebrow { color: #c41659; }
.real-world .eyebrow > span { color: #111; }
.real-world .section-copy, .real-world .text-link { color: #292929; }
.real-world .text-link { padding-bottom: 6px; border-bottom: 2px solid #111; }
.real-world .text-link span { color: #7b0d38; }
.real-world h2 { color: #111; }
.advertiser-benefits { position: relative; z-index: 1; }
.advertiser-intro { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(320px,.72fr); gap: 100px; align-items: end; }
.advertiser-intro h2 { max-width: 820px; margin-bottom: 0; }
.advertiser-lead { padding-bottom: 4px; color: #333; font-size: 18px; }
.advertiser-lead p { margin-bottom: 24px; }
.advertiser-lead span { display: inline-block; padding-top: 12px; border-top: 1px solid rgba(0,0,0,.28); color: #741039; font-size: 13px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.benefits-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); gap: 12px; margin-top: 72px; }
.benefit-card { position: relative; grid-column: span 2; min-height: 330px; padding: 30px; border: 1px solid rgba(0,0,0,.22); border-radius: var(--radius-md); background: rgba(255,255,255,.22); color: #111; overflow: hidden; transition: transform .22s var(--ease-out), background .22s, border-color .22s; }
.benefit-card:hover { transform: translateY(-4px); border-color: rgba(196,22,89,.55); background: rgba(255,255,255,.48); }
.benefit-card::after { content: ""; position: absolute; width: 120px; height: 120px; right: -76px; bottom: -76px; border: 1px solid rgba(196,22,89,.28); border-radius: 50%; }
.benefit-card-wide { grid-column: span 3; min-height: 290px; }
.benefit-icon { width: 30px; height: 30px; margin-bottom: 70px; fill: none; stroke: #c41659; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.benefit-number { position: absolute; top: 32px; right: 30px; color: #7b0d38; font-size: 12px; font-weight: 800; letter-spacing: .16em; }
.benefit-card h3 { max-width: 360px; margin-bottom: 12px; font-size: 25px; letter-spacing: -.035em; }
.benefit-card p { max-width: 52ch; margin-bottom: 0; color: #48433f; font-size: 15px; }
.benefit-metric { display: block; margin: -42px 0 24px; color: #111; font-size: clamp(34px,3.2vw,48px); line-height: 1; letter-spacing: -.06em; }
.benefit-card-quote blockquote { margin: 0 0 12px; color: #7b0d38; font-size: clamp(22px,2.1vw,31px); font-weight: 700; line-height: 1.2; letter-spacing: -.035em; }
.advertiser-proof { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.72fr); margin-top: 72px; border: 1px solid rgba(0,0,0,.25); background: #111; }
.advertiser-photo { position: relative; min-height: 480px; margin: 0; overflow: hidden; }
.advertiser-photo img { width: 100%; height: 100%; min-height: 480px; object-fit: cover; }
.advertiser-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top,rgba(0,0,0,.78),transparent 55%); }
.advertiser-photo figcaption { position: absolute; z-index: 1; left: 32px; right: 32px; bottom: 28px; display: grid; gap: 12px; color: #fff; }
.advertiser-photo figcaption span { color: #ff72aa; font-size: 12px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.advertiser-photo figcaption strong { font-size: 22px; }
.advertiser-stats { display: grid; grid-template-columns: 1fr 1fr; color: #fff; }
.advertiser-stats div { display: flex; min-height: 240px; padding: 30px; flex-direction: column; justify-content: flex-end; border-left: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.advertiser-stats div:nth-child(n+3) { border-bottom: 0; }
.advertiser-stats strong { color: #ff5a9b; font-size: clamp(22px,2vw,31px); line-height: 1; letter-spacing: -.045em; }
.advertiser-stats span { margin-top: 10px; color: #d0d0d0; font-size: 13px; }
.advertiser-cta { display: flex; margin-top: 32px; padding: 36px 0 0; align-items: center; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(0,0,0,.28); }
.advertiser-cta p { max-width: 720px; margin-bottom: 0; color: #111; font-size: clamp(21px,2.2vw,30px); font-weight: 700; line-height: 1.28; letter-spacing: -.035em; }
.advertiser-cta > div { display: flex; flex: 0 0 auto; align-items: center; gap: 22px; }
.advertiser-secondary { color: #111; font-size: 14px; font-weight: 700; white-space: nowrap; }
.advertiser-secondary span { color: #c41659; }

.moments { background: #090909; }
.context-gallery { grid-template-columns: 1.25fr .75fr; gap: 0; margin-top: 80px; }
.context-card { border-radius: 0; border-color: rgba(255,255,255,.32); }
.context-card:nth-child(2) { margin: 110px 0 -35px -1px; }
.context-card figcaption { flex-direction: column; align-items: flex-start; gap: 12px; border-top: 1px solid rgba(255,255,255,.25); background: linear-gradient(transparent,rgba(0,0,0,.92)); }
.context-card figcaption strong { max-width: none; text-align: left; }
.moment-list { margin-top: 90px; }
.moment { grid-template-columns: 80px minmax(0,1fr) 220px; padding: 38px 0; }
.moment > span { font-size: 30px; color: var(--pink-readable); -webkit-text-stroke: 0; }
.moment h3 { font-size: 25px; }

.network-section { position: relative; overflow: hidden; background: #090909; }
.network-section::before { content: "TERRITÓRIO"; position: absolute; left: -20px; top: 30px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.07); font-size: clamp(76px,12vw,180px); font-weight: 800; line-height: 1; letter-spacing: -.07em; pointer-events: none; }
.network-heading { position: relative; display: grid; grid-template-columns: minmax(0,1.05fr) minmax(340px,.65fr); gap: 96px; align-items: end; margin-bottom: 64px; }
.network-heading h2 { max-width: 800px; margin-bottom: 0; }
.network-intro { color: var(--text-secondary); }
.network-intro p { margin: 0 0 24px; }
.map-shell { position: relative; display: grid; gap: 8px; min-height: 570px; border: 1px solid rgba(255,255,255,.42); background: #161616; box-shadow: 16px 16px 0 rgba(234,24,104,.18); }
.network-section .container { color: #fff; }
.map-shell iframe { position: relative; z-index: 1; display: block; width: 100%; height: 570px; border: 0; filter: saturate(.9) contrast(1.04); }
.map-fallback { position: absolute; z-index: 0; inset: 0; display: grid; place-content: center; justify-items: center; gap: 16px; background-image: linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px); background-size: 48px 48px; color: var(--text-secondary); }
.map-fallback span { font-size: 16px; }
.map-fallback a { min-height: 44px; display: inline-flex; align-items: center; padding: 8px 16px; border: 1px solid rgba(255,255,255,.4); color: #fff; font-size: 13px; font-weight: 700; text-transform: uppercase; transition: border-color var(--motion-fast),background var(--motion-fast); }
.map-fallback a:hover { border-color: var(--pink); background: rgba(234,24,104,.14); }
.map-label { position: absolute; z-index: 3; left: -1px; top: -1px; display: grid; gap: 12px; padding: 12px 16px; border: 1px solid rgba(255,255,255,.42); background: #090909; color: #fff; pointer-events: none; }
.map-label span { color: var(--pink-readable); font-size: 12px; font-weight: 700; letter-spacing: .05em; }
.map-label b { font-size: 15px; }
.map-note { max-width: 760px; margin: 48px 0 0 auto; color: var(--muted); font-size: 12px; text-align: right; }

.exposure-section { background: #eeeae3; color: #111; }
.exposure-heading { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.5fr); gap: 48px 96px; align-items: end; margin-bottom: 64px; }
.exposure-heading .eyebrow { grid-column: 1/-1; margin-bottom: -24px; color: #c41659; }
.exposure-heading .eyebrow > span { color: #111; }
.exposure-heading h2 { margin: 0; color: #090909; }
.exposure-heading h2 em { color: #c41659; font-style: normal; }
.exposure-heading > p:last-child { color: #474747; }
.exposure-table { display: grid; gap: 8px; border: 2px solid #111; background: #111; }
.exposure-row { display: grid; grid-template-columns: minmax(160px,1.15fr) minmax(125px,.7fr) minmax(150px,.85fr) minmax(110px,.5fr); column-gap: 8px; min-height: 72px; align-items: center; border-top: 1px solid rgba(0,0,0,.24); background: #f8f5f0; }
.exposure-row:nth-child(odd) { background: #e5dfd6; }
.exposure-row > * { padding: 16px 24px; }
.exposure-row b { color: #474747; font-size: 13px; text-transform: uppercase; }
.exposure-row.featured { border-left: 8px solid var(--pink); }
.exposure-row.featured b { color: #a80d43; }
.exposure-header { min-height: 52px; border-top: 0; background: #111 !important; color: #fff; font-size: 12px; font-weight: 700; text-transform: uppercase; }
.data-note { max-width: 820px; margin: 32px 0 0 auto; color: #5a554e; font-size: 12px; text-align: right; }

.comparison-section { background: #0b0b0b; }
.comparison-heading { display: grid; max-width: 750px; gap: 16px; margin-bottom: 64px; }
.comparison-heading .eyebrow { margin: 0; }
.comparison-heading h2 { max-width: 750px; margin: 0; }
.comparison-heading > p:last-child { max-width: 680px; margin: 0; color: var(--text-secondary); font-size: 17px; }
.performance-composition { display: grid; gap: 24px; }
.performance-competitors { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 12px; }
.performance-card { display: flex; min-width: 0; min-height: 304px; flex-direction: column; gap: 16px; padding: 32px; border: 1px solid var(--border); border-radius: var(--radius-md); background: var(--surface); transition: transform 180ms ease, border-color 180ms ease, background 180ms ease; }
.performance-card:hover { transform: translateY(-4px); border-color: rgba(255,255,255,.3); background: var(--surface-soft); }
.performance-card-icon { width: 26px; height: 26px; fill: none; stroke: var(--text-secondary); stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; transition: stroke 180ms ease, transform 180ms ease; }
.performance-card:hover .performance-card-icon { stroke: var(--pink-readable); transform: translateY(-2px); }
.performance-card h3 { margin: 0; color: var(--text-secondary); font-size: 13px; line-height: 1.35; text-transform: uppercase; }
.performance-card > strong { color: var(--text); font-size: clamp(30px,2.7vw,36px); line-height: 1.1; }
.performance-card > p { margin: 0; color: var(--text); font-size: 15px; line-height: 1.55; }
.duration-visual { display: grid; gap: 8px; margin-top: auto; }
.duration-visual span { color: var(--muted); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.duration-visual i { position: relative; display: block; height: 6px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,.1); }
.duration-visual i::after { content: ""; position: absolute; inset: 0 auto 0 0; width: var(--duration,100%); border-radius: inherit; background: #777; }
.performance-winner { display: grid; grid-template-columns: minmax(0,1fr) minmax(280px,.75fr); gap: 64px; min-height: 280px; align-items: center; padding: 48px; border-radius: var(--radius-md); background: var(--pink-readable); color: var(--ink); box-shadow: 0 0 56px rgba(234,24,104,.12); }
.winner-copy { display: grid; justify-items: start; gap: 24px; }
.winner-badge { display: inline-flex; min-height: 40px; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: var(--ink); color: var(--text); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.winner-badge svg, .winner-label svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.75; stroke-linecap: round; stroke-linejoin: round; }
.winner-label { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.winner-copy > p { max-width: 580px; margin: 0; color: var(--ink); font-size: 17px; line-height: 1.6; }
.winner-metric { display: grid; gap: 24px; align-self: stretch; align-content: center; }
.winner-metric > strong { font-size: clamp(52px,5vw,64px); line-height: 1; letter-spacing: -.04em; white-space: nowrap; }
.duration-visual-winner span { color: var(--ink); }
.duration-visual-winner i { height: 8px; background: rgba(17,17,17,.18); }
.duration-visual-winner i::after { background: var(--ink); }
.performance-insight { display: grid; max-width: 820px; gap: 16px; margin-top: 48px; padding-left: 24px; border-left: 4px solid var(--pink); }
.performance-insight > span { color: var(--pink-readable); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.performance-insight p { margin: 0; color: var(--text-secondary); font-size: clamp(20px,2.2vw,28px); line-height: 1.45; }
.performance-insight p strong { color: var(--text); }
.performance-insight b { color: var(--text); font-size: 16px; line-height: 1.5; }
.performance-insight b i { padding-inline: 8px; color: var(--pink-readable); font-style: normal; }
.comparison-section .data-note { color: var(--muted); }

.whatsapp-float { position: fixed; z-index: 900; right: 24px; bottom: max(24px,env(safe-area-inset-bottom)); display: flex; align-items: center; justify-content: center; width: 62px; height: 62px; padding: 8px; border: 1px solid rgba(255,255,255,.28); background: #111; color: #fff; box-shadow: 8px 8px 0 rgba(37,211,102,.3); transition: transform var(--motion-fast) var(--ease-out), box-shadow var(--motion-fast) var(--ease-out); animation: whatsapp-arrive 700ms var(--ease-out) 1.2s both; }
.whatsapp-float::before { content: ""; position: absolute; inset: -1px; border: 1px solid var(--whatsapp); animation: whatsapp-ring 2.8s ease-out 2s infinite; pointer-events: none; }
.whatsapp-float:hover { transform: translate(-3px,-3px); box-shadow: 11px 11px 0 rgba(37,211,102,.38); }
.whatsapp-float:focus-visible { outline: 3px solid #fff; outline-offset: 4px; }
.whatsapp-icon { display: grid; place-items: center; flex: 0 0 44px; width: 44px; height: 44px; background: var(--whatsapp); color: #07180d; }
.whatsapp-icon svg { width: 28px; height: 28px; }
@keyframes whatsapp-arrive { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes whatsapp-ring { 0% { opacity: .7; transform: scale(1); } 70%,100% { opacity: 0; transform: scale(1.13,1.3); } }

.diagnostic-section { background: var(--orange); color: #111; }
.diagnostic-section::before { display: none; }
.diagnostic-intro .eyebrow { color: #351006; }
.diagnostic-intro .eyebrow > span { color: #111; }
.diagnostic-intro > p:not(.eyebrow), .diagnostic-intro .check-list li { color: #32160d; }
.check-list li::before { color: #111; }
.diagnostic-card { border-radius: 0; border: 2px solid #111; background: #f5efe9; color: #111; box-shadow: 14px 14px 0 #111; }
.question label span { border-radius: 0; border-color: rgba(0,0,0,.24); color: #242424; background: #fff; }
.question label:hover span, .question input:focus-visible + span { border-color: #111; color: #111; }
.question input:checked + span { border-color: #111; background: #111; color: #fff; }
.diagnostic-card .button-ghost { color: #111; border-color: #111; background: transparent; box-shadow: 5px 5px 0 rgba(0,0,0,.18); }
.progress { background: rgba(0,0,0,.16); }
.progress-row { color: #4c2a1f; }

.process { background: #eeeae3; color: #111; }
.process .eyebrow { color: #c41659; }
.process .eyebrow > span { color: #111; }
.process .section-heading.horizontal > p, .process-grid p { color: #474747; }
.process-grid { border-color: rgba(0,0,0,.25); }
.process-grid li { border-color: rgba(0,0,0,.25); transition: background var(--motion-fast), color var(--motion-fast); }
.process-grid li:hover { background: #111; color: #fff; }
.process-grid li:hover p { color: #d0d0d0; }
.process-grid span { color: #c41659; font-size: 14px; }
.ratio-box { border-radius: 0; border-color: rgba(255,255,255,.55); box-shadow: 16px 16px 0 rgba(234,24,104,.2); }
.format-orbit { border-radius: 0; transform: rotate(8deg); }
.transparency { background: #ea1868; }
.transparency .eyebrow { color: #000; }
.transparency .truth-table p { color: #000; }
.truth-table { border-color: rgba(0,0,0,.3); }
.truth-table > div { border-color: rgba(0,0,0,.3); }
.status { border-radius: 0; }
.partners { background-image: linear-gradient(90deg, transparent 49.95%, rgba(255,255,255,.08) 50%, transparent 50.05%); }
.faq { background: #111; }
.final-cta { border-top: 1px solid rgba(255,255,255,.22); }
.final-cta::after { content: "V"; position: absolute; right: 3vw; top: -40px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.08); font-size: 320px; font-weight: 800; line-height: 1; font-style: italic; }
.site-footer { border-top: 8px solid var(--pink); }

/* Páginas institucionais */
.internal-page { background-color: var(--bg); }
.internal-page .site-header { background: rgba(9,9,9,.96); border-color: var(--border); }
.site-nav a[aria-current="page"] { color: var(--text); }
.site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.internal-hero { position: relative; overflow: hidden; padding: 176px 0 96px; border-bottom: 1px solid var(--border); background: radial-gradient(circle at 82% 30%,rgba(234,24,104,.2),transparent 30%),#0b0b0b; }
.internal-hero::after { content: "V"; position: absolute; right: -32px; bottom: -96px; color: transparent; -webkit-text-stroke: 1px rgba(255,255,255,.07); font-size: 360px; font-weight: 800; line-height: 1; font-style: italic; pointer-events: none; }
.internal-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.15fr .65fr; gap: 96px; align-items: center; }
.internal-hero h1 { max-width: 900px; margin-bottom: 24px; font-size: clamp(56px,7vw,96px); }
.internal-lead { max-width: 68ch; color: var(--text-secondary); font-size: 20px; line-height: 1.6; }
.internal-hero .format-visual { min-height: 480px; }
.internal-section { background: #0d0d0d; }
.content-copy { max-width: 65ch; color: var(--text-secondary); font-size: 18px; line-height: 1.65; }
.spec-list-large { margin-top: 0; }
.spec-list-large div { grid-template-columns: 160px 1fr; padding: 24px 0; }
.spec-list dt { font-weight: 700; }
.spec-list dd { margin: 0; color: var(--text-secondary); }
.paper-section { background: var(--paper); color: var(--ink); }
.paper-section .eyebrow { color: #c41659; }
.paper-section .section-heading > p { color: #474747; }
.timeline-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 64px; padding: 0; border: 1px solid rgba(0,0,0,.25); list-style: none; }
.timeline-grid li { min-height: 260px; padding: 32px 24px; border-left: 1px solid rgba(0,0,0,.25); }
.timeline-grid li:first-child { border-left: 0; }
.timeline-grid span { color: #c41659; font-weight: 800; }
.timeline-grid h3 { margin: 64px 0 12px; font-size: 24px; }
.timeline-grid p { color: #474747; }
.checklist-layout { display: grid; grid-template-columns: .7fr 1fr; gap: 96px; }
.editorial-checklist { display: grid; grid-template-columns: repeat(2,1fr); margin: 0; padding: 0; border-top: 1px solid var(--border); list-style: none; }
.editorial-checklist li { position: relative; min-height: 112px; padding: 24px 24px 24px 48px; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); color: var(--text-secondary); }
.editorial-checklist li::before { content: "✓"; position: absolute; left: 16px; color: var(--pink-readable); font-weight: 800; }
.legal-hero { padding-bottom: 72px; }
.legal-hero .container { position: relative; z-index: 1; }
.revision-date { margin-top: 32px; color: var(--muted); font-size: 14px; }
.legal-content { background: var(--paper); color: var(--ink); }
.prose { width: min(calc(100% - 48px),820px); }
.prose h2 { margin: 64px 0 16px; font-size: clamp(24px,3vw,36px); }
.prose h2:first-child { margin-top: 0; }
.prose p { color: #3f3b37; font-size: 17px; line-height: 1.75; }
.prose a { color: #a30f49; text-decoration: underline; text-underline-offset: 4px; }
.legal-note { margin-top: 64px; padding: 24px 32px; border-left: 8px solid var(--pink); background: #111; color: #fff; line-height: 1.65; }
.source-line { margin-top: 48px; font-size: 14px !important; }

@media (max-width: 980px) {
  .container { width: min(calc(100% - 40px), 1280px); }
  .positioning-bar { transform: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-media { width: min(100%,720px); }
  .hero-media-viewport { aspect-ratio: 16/11; }
  .split-layout { grid-template-columns: 1fr; }
  .advertiser-intro { grid-template-columns: 1fr; gap: 28px; }
  .benefit-card { grid-column: span 3; }
  .benefit-card:last-child { grid-column: 2 / span 4; }
  .advertiser-proof { grid-template-columns: 1fr; }
  .advertiser-stats div { min-height: 170px; }
  .advertiser-cta { align-items: flex-start; flex-direction: column; }
  .network-heading { grid-template-columns: 1fr; gap: 32px; }
  .exposure-heading { grid-template-columns: 1fr; gap: 32px; }
  .exposure-heading .eyebrow { margin-bottom: 0; }
  .performance-competitors { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .performance-winner { grid-template-columns: 1fr 1fr; gap: 48px; }
  .internal-hero-grid, .checklist-layout { grid-template-columns: 1fr; gap: 48px; }
  .internal-hero .format-visual { min-height: 420px; }
  .internal-page .site-nav { top: 88px; max-height: calc(100dvh - 104px); overflow-y: auto; }
  .timeline-grid { grid-template-columns: repeat(2,1fr); }
  .timeline-grid li { border: 1px solid rgba(0,0,0,.25); }
}

@media (max-width: 767px) {
  body { background-size: 44px 44px; }
  .container { width: min(calc(100% - 28px), 1280px); }
  .header-inner { min-height: 76px; }
  .brand, .brand img { width: 170px; }
  .brand img { height: 62px; object-fit: cover; object-position: center 42%; }
  .hero { min-height: auto; padding-top: 125px; }
  h1 { font-size: clamp(45px,13vw,65px); }
  .hero-lead { font-size: 17px; }
  .hero-media-viewport { aspect-ratio: 4/5; }
  .screen-caption { right: 0; bottom: 24px; }
  .hero-coordinates { left: 0; bottom: 28px; }
  .positioning-bar { transform: none; }
  .section { padding: 84px 0; }
  .real-world::before { top: 30px; }
  .advertiser-lead { font-size: 16px; }
  .benefits-grid { grid-template-columns: 1fr; margin-top: 48px; }
  .benefit-card, .benefit-card-wide, .benefit-card:last-child { grid-column: auto; min-height: 0; padding: 24px; }
  .benefit-icon { margin-bottom: 48px; }
  .benefit-number { top: 26px; right: 24px; }
  .benefit-metric { margin-top: -20px; }
  .advertiser-proof { margin-top: 48px; }
  .advertiser-photo, .advertiser-photo img { min-height: 390px; }
  .advertiser-stats { grid-template-columns: 1fr; }
  .advertiser-stats div { min-height: 132px; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.18); }
  .advertiser-stats div:nth-child(3) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .advertiser-cta > div { width: 100%; align-items: stretch; flex-direction: column; }
  .advertiser-secondary { padding: 12px 0; text-align: center; }
  .context-gallery { margin-top: 46px; }
  .context-card:nth-child(2) { margin: -1px 0 0; }
  .moment-list { margin-top: 60px; }
  .moment { grid-template-columns: 50px 1fr; }
  .moment > span { font-size: 22px; }
  .map-shell { min-height: 420px; box-shadow: 8px 8px 0 rgba(234,24,104,.18); }
  .map-shell iframe { height: 420px; }
  .map-shell.media-reveal { opacity: 1; transform: none; }
  .map-shell.media-reveal::after { display: none; }
  .map-note { text-align: left; }
  .exposure-table { width: 100%; overflow: visible; }
  .exposure-row { min-width: 0; grid-template-columns: minmax(0,1.05fr) minmax(58px,.65fr) minmax(72px,.9fr) minmax(58px,.65fr); column-gap: 2px; min-height: 72px; }
  .exposure-row > * { min-width: 0; padding: 10px 4px; overflow-wrap: anywhere; }
  .exposure-row strong { font-size: 11px; line-height: 1.2; }
  .exposure-row span, .exposure-row b, .exposure-header, .exposure-header span { font-size: 10px; line-height: 1.2; letter-spacing: 0; }
  .exposure-row.featured { border-left-width: 4px; }
  .data-note { text-align: left; }
  .comparison-heading { margin-bottom: 48px; }
  .comparison-heading > p:last-child { font-size: 16px; }
  .performance-competitors { grid-template-columns: 1fr; }
  .performance-card { min-height: 0; padding: 24px; }
  .performance-winner { grid-template-columns: 1fr; gap: 32px; padding: 32px 24px; }
  .winner-metric > strong { font-size: clamp(38px,12vw,46px); }
  .performance-insight { margin-top: 48px; padding-left: 16px; }
  .performance-insight b { display: grid; gap: 4px; }
  .performance-insight b i { display: none; }
  .internal-hero { padding: 156px 0 72px; }
  .internal-hero h1 { font-size: clamp(44px,13vw,64px); }
  .internal-lead { font-size: 17px; }
  .internal-hero .format-visual { min-height: 400px; }
  .timeline-grid, .editorial-checklist { grid-template-columns: 1fr; gap: 8px; }
  .timeline-grid li { min-height: 220px; }
  .process-grid { gap: 8px; }
  .editorial-checklist li { border-right: 0; }
  .prose { width: min(calc(100% - 28px),820px); }
  .legal-note { padding: 24px; }
  .whatsapp-float { right: 14px; bottom: max(14px,env(safe-area-inset-bottom)); width: 58px; height: 58px; padding: 7px; box-shadow: 6px 6px 0 rgba(37,211,102,.3); }
  .whatsapp-icon { flex-basis: 44px; }
  .diagnostic-card { box-shadow: 8px 8px 0 #111; }
  .point-options { grid-template-columns: 1fr; }
  .question label span { padding: 13px 14px; }
  .footer-grid img { width: 230px; height: 100px; }
  .legal-line { flex-direction: column; gap: 20px; }
  .partners { background-image: none; }
}

@media (prefers-reduced-motion: reduce) {
  .text-motion, .reveal, .media-reveal, .motion-item, .metric-mask, .motion-bar, .partner-benefit-icon, .benefit-icon, .performance-card-icon { opacity: 1 !important; transform: none !important; clip-path: none !important; filter: none !important; transition-duration: 1ms !important; transition-delay: 0ms !important; animation: none !important; }
  .motion-process-line::before { transform: scaleX(1) !important; transition: none !important; }
}
