:root {
  --ink: #080b0c;
  --ink-2: #0d1112;
  --paper: #050707;
  --paper-2: #0b0f10;
  --white: #ffffff;
  --muted: #9ca3a3;
  --line: rgba(255,255,255,.13);
  --dark-line: rgba(255,255,255,.13);
  --green: #28dc65;
  --green-dark: #0d9d40;
  --display: "Bebas Neue", "Arial Narrow", sans-serif;
  --body: "Inter", system-ui, sans-serif;
  --container: min(1240px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 86px; }
body { margin: 0; background: var(--ink); color: var(--white); font-family: var(--body); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: 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; top: 8px; left: 8px; z-index: 9999; transform: translateY(-140%); padding: 12px 18px; color: var(--ink); background: var(--green); font-weight: 700; text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--green); outline-offset: 4px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; padding: 22px 0; transition: background .3s ease, padding .3s ease, border-color .3s ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled { padding: 13px 0; background: rgba(8,11,12,.88); backdrop-filter: blur(16px); border-color: var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { width: 230px; display: block; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: 32px; }
.main-nav > a:not(.button) { color: #d7dbd9; font-size: 13px; text-decoration: none; transition: color .2s; }
.main-nav > a:not(.button):hover { color: var(--green); }
.menu-toggle { display: none; width: 48px; height: 48px; padding: 12px; background: transparent; border: 1px solid var(--line); }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--white); margin: 5px 0; transition: transform .2s; }
.menu-backdrop { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 16px; min-height: 54px; padding: 0 24px; background: var(--green); color: #041008; border: 1px solid var(--green); font-size: 13px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); background: #4bea80; }
.button-small { min-height: 44px; padding-inline: 18px; font-size: 11px; }
.button-outline { color: var(--green); background: transparent; }
.button-outline:hover { color: var(--ink); background: var(--green); }
.text-link { display: inline-flex; gap: 12px; align-items: center; min-height: 48px; font-size: 12px; letter-spacing: .08em; text-transform: uppercase; text-underline-offset: 5px; }

.hero { position: relative; min-height: clamp(700px, 92svh, 1080px); isolation: isolate; overflow: hidden; background: #020404; border-bottom: 1px solid rgba(40,220,101,.24); }
.hero-visual { position: absolute; inset: 0; overflow: hidden; animation: hero-camera 11.5s cubic-bezier(.22,.61,.36,1) 1 both; will-change: transform; }
.hero-visual img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.hero-base { z-index: 0; }
.hero-final { z-index: 1; clip-path: inset(100% 0 0); animation: hero-camera 11.5s cubic-bezier(.22,.61,.36,1) 1 both, hero-construction 11.5s cubic-bezier(.45,0,.22,1) 1 both, hero-finish-grade 11.5s ease 1 both; will-change: transform, clip-path, filter; }
.hero-build-grid { position: absolute; z-index: 2; inset: 8% 23% 7%; pointer-events: none; opacity: 0; overflow: hidden; background-image: linear-gradient(rgba(40,220,101,.28) 1px, transparent 1px), linear-gradient(90deg, rgba(40,220,101,.28) 1px, transparent 1px); background-size: 44px 44px; border: 1px solid rgba(40,220,101,.28); mask-image: linear-gradient(to bottom, transparent, black 18%, black 78%, transparent); animation: hero-grid-build 11.5s ease 1 both; }
.hero-build-grid::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 2px; opacity: 0; background: #8dffb2; box-shadow: 0 0 10px #28dc65, 0 0 30px rgba(40,220,101,.72); animation: hero-vertical-scan 11.5s cubic-bezier(.45,0,.22,1) 1 both; }
.hero-build-grid::after { content: ""; position: absolute; inset: -35% -70%; opacity: 0; background: linear-gradient(112deg, transparent 43%, rgba(255,255,255,.08) 47%, rgba(91,255,143,.34) 50%, rgba(255,255,255,.08) 53%, transparent 57%); transform: translateX(-38%); animation: hero-premium-sweep 11.5s cubic-bezier(.22,.61,.36,1) 1 both; }
.hero-blueprint { position: absolute; z-index: 3; top: 57%; left: 50%; width: min(31vw, 500px); aspect-ratio: 1; pointer-events: none; opacity: 0; transform: translate(-50%,-50%); clip-path: inset(100% 0 0); animation: hero-blueprint-build 11.5s cubic-bezier(.45,0,.22,1) 1 both; }
.hero-blueprint img { width: 100%; height: 100%; object-fit: contain; opacity: .82; filter: saturate(.7) brightness(1.5) drop-shadow(0 0 5px rgba(40,220,101,.95)) drop-shadow(0 0 24px rgba(40,220,101,.5)); }
.hero-scan { position: absolute; z-index: 4; top: 82%; left: 27%; width: 46%; height: 2px; pointer-events: none; opacity: 0; background: #a1ffbd; box-shadow: 0 0 8px #28dc65, 0 0 34px rgba(40,220,101,.9); animation: hero-scan-build 11.5s cubic-bezier(.45,0,.22,1) 1 both; }
.hero::after { content: ""; position: absolute; z-index: 6; inset: 0; pointer-events: none; background: radial-gradient(circle at 50% 52%, transparent 36%, rgba(0,0,0,.18) 70%, rgba(0,0,0,.7) 100%), linear-gradient(0deg, rgba(2,4,4,.56), transparent 22%, rgba(2,4,4,.12) 78%, rgba(2,4,4,.48)); }
.hero-atmosphere { position: absolute; inset: 0; z-index: 5; pointer-events: none; overflow: hidden; }
.hero-atmosphere::before { content: ""; position: absolute; inset: -30%; opacity: 0; background: radial-gradient(circle, rgba(40,220,101,.18), transparent 32%); transform: translate3d(-12%, 8%, 0) scale(.9); animation: hero-light 11.5s ease-in-out 1 both; mix-blend-mode: screen; }
.hero-atmosphere::after { content: ""; position: absolute; inset: 12% 20%; opacity: 0; background: radial-gradient(circle at 50% 56%, rgba(220,255,229,.7), rgba(40,220,101,.22) 19%, transparent 48%); transform: scale(.7); animation: hero-final-flare 11.5s cubic-bezier(.22,.61,.36,1) 1 both; mix-blend-mode: screen; }
.final-grid { position: absolute; inset: 0; z-index: -2; opacity: .18; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, black, transparent 68%); }
.hero-statement { position: relative; padding: 110px 0 94px; overflow: hidden; background: #050707; border-bottom: 1px solid var(--line); }
.hero-statement::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 80px 80px; mask-image: linear-gradient(to right, black, transparent 74%); }
.hero-statement-inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(310px, .65fr); gap: clamp(60px, 8vw, 130px); align-items: end; }
.hero-statement-copy { max-width: 850px; }
.eyebrow { display: flex; align-items: center; gap: 13px; margin: 0 0 28px; color: var(--green); font-size: 10px; line-height: 1.2; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.dark { color: var(--green); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--display); font-weight: 400; text-transform: uppercase; line-height: .93; letter-spacing: .01em; }
h1 { max-width: 900px; margin-bottom: 28px; font-size: clamp(62px, 6.45vw, 104px); }
h1 em, h2 em { color: var(--green); font-style: normal; }
.hero-lead { max-width: 740px; margin-bottom: 0; color: #fff; opacity: .82; font-size: clamp(16px, 1.25vw, 19px); line-height: 1.65; }
.hero-statement-side { display: grid; gap: 38px; align-content: end; }
.hero-actions { display: grid; gap: 12px; }
.hero-actions .button, .hero-actions .text-link { width: 100%; }
.hero-actions .text-link { justify-content: center; }
.hero-proof { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.hero-proof span { min-height: 44px; display: flex; align-items: center; padding: 15px 12px; color: #afb5b3; font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hero-proof span:nth-child(even) { border-right: 0; }
.hero-proof span:last-child { grid-column: 1 / -1; justify-content: center; border-right: 0; border-bottom: 0; }
.market-strip { overflow: hidden; padding: 17px 0; background: var(--green); color: var(--ink); }
.strip-track { display: flex; width: max-content; align-items: center; animation: marquee var(--marquee-duration, 24s) linear infinite; font-family: var(--display); font-size: 21px; letter-spacing: .07em; will-change: transform; }
.strip-group { display: flex; flex: none; align-items: center; gap: 28px; padding-right: 28px; }
.strip-track i { font-family: serif; font-size: 9px; font-style: normal; }
@keyframes marquee { to { transform: translate3d(-50%,0,0); } }
@keyframes hero-camera { from { transform: scale(1.045) translate3d(0,.6%,0); } to { transform: scale(1.015) translate3d(0,0,0); } }
@keyframes hero-construction {
  0% { clip-path: inset(99% 0 0); opacity: .78; }
  7% { clip-path: inset(92% 0 0); opacity: 1; }
  20% { clip-path: inset(78% 0 0); }
  34% { clip-path: inset(60% 0 0); }
  49% { clip-path: inset(41% 0 0); }
  64% { clip-path: inset(20% 0 0); }
  76%, 100% { clip-path: inset(0); opacity: 1; }
}
@keyframes hero-grid-build {
  0% { opacity: .2; transform: scale(.985); }
  8%, 49% { opacity: .48; transform: scale(1); }
  67% { opacity: .2; }
  77%, 100% { opacity: 0; }
}
@keyframes hero-blueprint-build {
  0% { clip-path: inset(96% 0 0); opacity: .16; }
  9% { clip-path: inset(84% 0 0); opacity: .35; }
  24% { clip-path: inset(65% 0 0); }
  40% { clip-path: inset(41% 0 0); }
  57% { clip-path: inset(16% 0 0); opacity: .3; }
  68% { clip-path: inset(0); opacity: .2; }
  76%, 100% { clip-path: inset(0); opacity: 0; }
}
@keyframes hero-scan-build {
  0% { top: 84%; opacity: .9; }
  64% { top: 18%; opacity: 1; }
  73%, 100% { top: 13%; opacity: 0; }
}
@keyframes hero-light {
  0% { transform: translate3d(-12%,8%,0) scale(.9); opacity: .08; }
  48% { opacity: .28; }
  75% { opacity: .8; }
  100% { transform: translate3d(12%,-5%,0) scale(1.08); opacity: .42; }
}
@keyframes hero-vertical-scan {
  0% { left: 0; opacity: .9; }
  52% { left: 100%; opacity: .85; }
  60%, 100% { left: 100%; opacity: 0; }
}
@keyframes hero-premium-sweep {
  0%, 65% { opacity: 0; transform: translateX(-38%); }
  72% { opacity: .8; }
  86% { opacity: .45; transform: translateX(38%); }
  92%, 100% { opacity: 0; transform: translateX(50%); }
}
@keyframes hero-final-flare {
  0%, 72% { opacity: 0; transform: scale(.7); }
  80% { opacity: .72; transform: scale(1.02); }
  88% { opacity: .15; transform: scale(1.16); }
  100% { opacity: 0; transform: scale(1.2); }
}
@keyframes hero-finish-grade {
  0%, 72% { filter: brightness(1) saturate(1); }
  80% { filter: brightness(1.12) saturate(1.12); }
  89%, 100% { filter: brightness(1) saturate(1); }
}

.section { padding: 130px 0; }
.diagnostic, .audiences, .distinction { background: var(--paper); color: var(--white); }
.section-intro { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; margin-bottom: 72px; }
.section-intro .eyebrow { grid-column: 1 / -1; margin-bottom: -30px; }
.section-intro h2, .ops-copy h2, .method h2, .distinction h2, .faq h2, .final-cta h2 { margin-bottom: 0; font-size: clamp(54px, 6vw, 94px); }
.section-intro h2 em, .distinction h2 em { color: var(--green); }
.section-intro > p:not(.eyebrow), .distinction-copy > p:not(.eyebrow) { margin: 0; color: #fff; opacity: .76; font-size: 16px; line-height: 1.7; }
.symptom-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--dark-line); border-left: 1px solid var(--dark-line); }
.symptom { min-height: 245px; padding: 28px; border-right: 1px solid var(--dark-line); border-bottom: 1px solid var(--dark-line); transition: background .25s, color .25s; }
.symptom:hover { color: var(--white); background: var(--ink-2); }
.symptom b { display: block; margin-bottom: 52px; color: var(--green); font-size: 10px; letter-spacing: .12em; }
.symptom h3 { margin-bottom: 13px; font-family: var(--display); font-size: 30px; font-weight: 400; text-transform: uppercase; }
.symptom p { margin: 0; color: #fff; opacity: .7; font-size: 13px; line-height: 1.65; }
.symptom:hover p { color: #adb5b2; }

.result-proof { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 42px; border: 1px solid var(--line); background: linear-gradient(100deg, rgba(40,220,101,.12), transparent 70%); }
.result-proof > div { min-height: 130px; display: flex; flex-direction: column; justify-content: center; gap: 8px; padding: 28px; border-right: 1px solid var(--line); }
.result-proof > div:last-child { border-right: 0; }
.result-proof strong { color: var(--green); font-family: var(--display); font-size: clamp(32px, 3.4vw, 52px); font-weight: 400; letter-spacing: .02em; }
.result-proof span { color: #a9b0ae; font-size: 11px; text-transform: uppercase; letter-spacing: .09em; }

.growth-intro { background: var(--paper); border-top: 1px solid var(--line); }
.growth-question { display: grid; grid-template-columns: .35fr 1fr; gap: 60px; align-items: start; margin-bottom: 52px; padding: 30px 34px; border: 1px solid rgba(40,220,101,.35); background: linear-gradient(110deg, rgba(40,220,101,.12), transparent 70%); }
.growth-question span { color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.growth-question p { max-width: 850px; margin: 0; font-family: var(--display); font-size: clamp(30px, 3vw, 46px); line-height: 1.04; text-transform: uppercase; }
.growth-signals { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.growth-signals article { min-height: 280px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.growth-signals b { display: block; margin-bottom: 58px; color: var(--green); font-size: 10px; letter-spacing: .12em; }
.growth-signals h3 { margin-bottom: 12px; font-family: var(--display); font-size: 30px; font-weight: 400; line-height: 1; text-transform: uppercase; }
.growth-signals p { margin: 0; color: #a7afac; font-size: 13px; line-height: 1.65; }

.two-pillars { position: relative; background: var(--ink); border-top: 1px solid var(--line); }
.two-pillars::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .12; background: linear-gradient(90deg, var(--green), transparent 36%); }
.pillar-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 2px; background: var(--line); }
.pillar-card { min-width: 0; padding: 42px; background: #080b0c; }
.pillar-card.pillar-marketing { background: #0a100d; }
.pillar-number { margin-bottom: 42px; color: var(--green); font-family: var(--display); font-size: 52px; line-height: 1; }
.pillar-heading > span { color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.pillar-heading h3 { max-width: 560px; margin: 10px 0 18px; font-family: var(--display); font-size: clamp(42px, 4vw, 62px); font-weight: 400; line-height: .96; text-transform: uppercase; }
.pillar-heading p { max-width: 570px; margin-bottom: 34px; color: #aeb6b3; font-size: 14px; line-height: 1.7; }
.pillar-card ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--line); }
.pillar-card li { display: grid; grid-template-columns: .75fr 1fr; gap: 22px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.pillar-card li strong { font-size: 12px; line-height: 1.45; }
.pillar-card li span { color: #8f9895; font-size: 12px; line-height: 1.55; }
.pillar-outcome { margin-top: 34px; padding: 22px; border: 1px solid rgba(40,220,101,.25); background: rgba(40,220,101,.06); }
.pillar-outcome small { display: block; margin-bottom: 7px; color: var(--green); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.pillar-outcome strong { font-family: var(--display); font-size: 23px; font-weight: 400; letter-spacing: .03em; text-transform: uppercase; }
.pillar-bridge { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 36px; margin-top: 42px; padding: 30px 34px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.pillar-bridge p { max-width: 690px; margin: 0; color: #aab2af; font-size: 15px; line-height: 1.7; }
.pillar-bridge strong { color: #fff; }

.audience-paths { background: var(--paper-2); border-top: 1px solid var(--line); }
.path-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 2px; background: var(--line); }
.path-card { grid-column: span 2; min-width: 0; background: #070a0b; }
.path-card:nth-last-child(-n+2) { grid-column: span 3; }
.path-card figure { position: relative; height: 320px; margin: 0; overflow: hidden; }
.path-card figure::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,6,6,.9), transparent 60%); }
.path-card figure img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.05) brightness(.82); }
.path-card figcaption { position: absolute; z-index: 1; left: 30px; bottom: 26px; color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.path-card > div { padding: 38px; }
.path-card > div > span { color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.path-card h3 { margin: 12px 0 18px; font-family: var(--display); font-size: clamp(34px, 2.7vw, 46px); font-weight: 400; line-height: .98; text-transform: uppercase; }
.path-card p { color: #a5aeab; font-size: 14px; line-height: 1.7; }
.path-card ul { margin: 26px 0 30px; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.path-card li { position: relative; padding: 14px 0 14px 22px; color: #d5dad8; border-bottom: 1px solid var(--line); font-size: 12px; line-height: 1.5; }
.path-card li::before { content: ""; position: absolute; top: 20px; left: 2px; width: 6px; height: 6px; background: var(--green); }
.path-card .text-link { color: var(--green); }

.revenue-impact { background: #050707; border-top: 1px solid var(--line); }
.impact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 2px; background: var(--line); }
.funnel-card, .return-card { min-width: 0; padding: 36px; background: #090c0d; }
.impact-card-head { display: grid; gap: 8px; margin-bottom: 34px; }
.impact-card-head span { color: var(--green); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.impact-card-head strong { font-family: var(--display); font-size: 34px; font-weight: 400; line-height: 1; text-transform: uppercase; }
.conversion-chart { display: grid; gap: 9px; }
.conversion-chart > div { position: relative; width: var(--value); min-width: 116px; min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 0 14px; background: linear-gradient(90deg, rgba(255,255,255,.13), rgba(255,255,255,.05)); border-left: 3px solid #6d7673; }
.conversion-chart span { font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.conversion-chart b { font-family: var(--display); font-size: 24px; font-weight: 400; }
.conversion-chart .sale { color: #041008; background: var(--green); border-color: var(--green); }
.scenario-note { margin: 24px 0 0; color: #7f8986; font-size: 10px; line-height: 1.6; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); }
.impact-table { width: 100%; min-width: 590px; border-collapse: collapse; font-size: 12px; }
.impact-table caption { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }
.impact-table th, .impact-table td { padding: 18px 16px; text-align: left; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.impact-table tr:last-child th, .impact-table tr:last-child td { border-bottom: 0; }
.impact-table th:last-child, .impact-table td:last-child { border-right: 0; }
.impact-table thead th { color: var(--green); background: rgba(40,220,101,.06); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.impact-table tbody th { color: #fff; }
.impact-table td { color: #c6cdca; }
.return-formulas { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; margin-top: 22px; background: var(--line); }
.return-formulas p { margin: 0; padding: 20px; background: #0b0f10; }
.return-formulas span { display: block; margin-bottom: 8px; color: var(--green); font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
.return-formulas strong { font-size: 11px; line-height: 1.55; }
.impact-cta { display: flex; justify-content: space-between; align-items: center; gap: 40px; margin-top: 42px; padding: 30px 34px; border: 1px solid rgba(40,220,101,.28); background: linear-gradient(100deg, rgba(40,220,101,.11), transparent 72%); }
.impact-cta p { max-width: 690px; margin: 0; color: #b0b8b5; font-size: 15px; line-height: 1.7; }

.operating-system { position: relative; background: var(--ink); border-top: 1px solid var(--line); }
.operating-system::before { content: ""; position: absolute; top: 0; left: 0; width: 34%; height: 100%; opacity: .1; background: linear-gradient(90deg, var(--green), transparent); }
.ops-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.ops-copy { position: sticky; top: 130px; }
.ops-copy h2 { margin-bottom: 30px; }
.ops-copy p:not(.eyebrow) { max-width: 520px; margin-bottom: 32px; color: #fff; opacity: .76; font-size: 15px; line-height: 1.75; }
.ops-stack { border-top: 1px solid var(--line); }
.op-card { display: grid; grid-template-columns: 44px 1fr auto; gap: 22px; align-items: start; padding: 30px 0; border-bottom: 1px solid var(--line); }
.op-card > span { color: var(--green); font-size: 10px; }
.op-card h3 { margin-bottom: 10px; font-family: var(--display); font-size: 32px; font-weight: 400; text-transform: uppercase; }
.op-card p { max-width: 530px; margin: 0; color: #fff; opacity: .68; font-size: 13px; line-height: 1.6; }
.op-card b { padding: 7px 9px; color: #8b9492; border: 1px solid var(--line); font-size: 8px; letter-spacing: .1em; }

.property-showcase { padding: 0; background: #050707; border-top: 1px solid var(--line); scroll-margin-top: 86px; }
.showcase-head { display: grid; grid-template-columns: 1fr .65fr; gap: 70px; align-items: end; margin-bottom: 60px; }
.showcase-head .eyebrow { grid-column: 1 / -1; margin-bottom: -24px; }
.showcase-head h2 { max-width: 900px; margin: 0; font-size: clamp(54px, 6vw, 94px); }
.showcase-head > p:not(.eyebrow) { margin: 0 0 5px; color: #fff; opacity: .76; line-height: 1.75; }
.showcase-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 2px; background: #050707; }
.showcase-card { position: relative; min-height: 510px; margin: 0; overflow: hidden; background: #0d1112; }
.showcase-card { grid-column: span 2; }
.showcase-card:nth-last-child(-n+2) { grid-column: span 3; }
.showcase-card.showcase-wide { min-height: 510px; }
.showcase-card img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; filter: saturate(.72) contrast(1.08) brightness(.8); transition: transform .7s ease, filter .7s ease; }
.showcase-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(3,5,5,.94), transparent 58%); }
.showcase-card:hover img { transform: scale(1.035); filter: saturate(.95) contrast(1.05) brightness(.88); }
.showcase-card figcaption { position: absolute; z-index: 1; left: 42px; right: 42px; bottom: 38px; display: grid; gap: 9px; }
.showcase-card figcaption span { color: var(--green); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.showcase-card figcaption strong { max-width: 520px; min-height: 2em; color: #fff; font-family: var(--display); font-size: clamp(30px, 2.35vw, 42px); font-weight: 400; line-height: 1; text-transform: uppercase; }

.section-intro.compact { grid-template-columns: 1fr; }
.section-intro.compact h2 { max-width: 800px; }
.audience-tabs { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--dark-line); }
.audience-tabs button { min-height: 62px; padding: 0 16px; background: transparent; color: #87908d; border: 0; border-bottom: 3px solid transparent; cursor: pointer; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.audience-tabs button[aria-selected="true"] { color: #fff; border-bottom-color: var(--green); font-weight: 700; }
.audience-panel { display: grid; grid-template-columns: 1fr 1fr; min-height: 520px; background: #0d1112; border: 1px solid var(--line); border-top: 0; }
.audience-panel[hidden] { display: none; }
.audience-panel > div:first-child { padding: 68px; align-self: center; }
.audience-panel > div:first-child > span { color: var(--green); font-size: 9px; letter-spacing: .12em; }
.audience-panel h3 { margin: 15px 0 20px; font-family: var(--display); font-size: 58px; font-weight: 400; text-transform: uppercase; }
.audience-panel p { max-width: 520px; color: #fff; opacity: .76; line-height: 1.7; }
.audience-panel ul { display: grid; gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; font-size: 13px; }
.audience-panel li::before { content: "↗"; margin-right: 10px; color: var(--green); }
.audience-photo { position: relative; min-height: 520px; margin: 0; overflow: hidden; }
.audience-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,7,7,.8), transparent 54%); }
.audience-photo img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.75) contrast(1.05) brightness(.82); }
.audience-photo figcaption { position: absolute; z-index: 1; left: 30px; bottom: 28px; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.audience-visual { position: relative; min-height: 480px; display: flex; flex-direction: column; justify-content: center; gap: 12px; padding: 60px; overflow: hidden; color: var(--white); background: var(--ink-2); }
.audience-visual::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(var(--line) 1px, transparent 1px), linear-gradient(90deg, var(--line) 1px, transparent 1px); background-size: 50px 50px; }
.audience-visual span, .audience-visual b, .audience-visual p, .audience-visual i { position: relative; z-index: 1; }
.audience-visual span { margin-bottom: 24px; color: var(--green); font-size: 9px; letter-spacing: .16em; }
.visual-imobiliaria b, .visual-incorporadora b { width: calc(100% - var(--indent, 0px)); margin-left: var(--indent, 0); padding: 12px; border-left: 3px solid var(--green); background: #171d1d; font-size: 10px; letter-spacing: .08em; }
.visual-imobiliaria b:nth-of-type(2) { --indent: 35px; }.visual-imobiliaria b:nth-of-type(3) { --indent: 70px; }.visual-imobiliaria b:nth-of-type(4) { --indent: 105px; }
.visual-incorporadora { flex-direction: row; align-items: center; }.visual-incorporadora span { position: absolute; top: 60px; left: 60px; }.visual-incorporadora b { width: auto; flex: 1; height: 100px; display: grid; place-items: center; padding: 10px; border-left: 0; border-top: 3px solid var(--green); }
.visual-corretor b { font-family: var(--display); font-size: 76px; font-weight: 400; }.visual-corretor p { margin: 0; padding: 15px 0; border-bottom: 1px solid var(--line); color: #c0c6c4; }

.strategy-image { position: relative; min-height: 780px; display: flex; align-items: end; overflow: hidden; }
.strategy-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8,11,12,.98), rgba(8,11,12,.08) 65%); }
.strategy-image > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.image-caption { position: relative; z-index: 1; padding-bottom: 80px; }
.image-caption p { margin-bottom: 14px; color: var(--green); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.image-caption h2 { max-width: 1040px; margin: 0; font-size: clamp(48px, 5.2vw, 82px); }

.method { background: var(--ink-2); }
.method-head { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 80px; margin-bottom: 70px; }
.method-head > p { margin: 0 0 7px; color: #fff; opacity: .76; line-height: 1.7; }
.method-steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.method-steps li { display: grid; grid-template-columns: 90px 1fr auto; gap: 35px; align-items: center; padding: 32px 0; border-bottom: 1px solid var(--line); }
.method-steps li > span { color: var(--green); font-family: var(--display); font-size: 38px; }
.method-steps h3 { margin-bottom: 8px; font-family: var(--display); font-size: 34px; font-weight: 400; text-transform: uppercase; }
.method-steps p { max-width: 720px; margin: 0; color: #fff; opacity: .68; font-size: 13px; line-height: 1.6; }
.method-steps small { color: #707976; font-size: 8px; letter-spacing: .14em; }

.distinction-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: center; }
.distinction h2 { margin-bottom: 25px; }
.distinction h2 { font-size: clamp(54px, 5vw, 78px); }
.comparison { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--dark-line); }
.comparison > div { padding: 32px; background: #0b0f10; }
.comparison > div:first-child { color: #89918f; }
.comparison .featured { color: var(--white); background: #101815; border: 1px solid rgba(40,220,101,.34); margin: -1px; }
.comparison span { display: block; margin-bottom: 45px; color: var(--green); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.comparison .featured span { color: var(--green); }
.comparison p { padding: 13px 0; margin: 0; border-bottom: 1px solid currentColor; border-color: rgba(127,127,127,.22); font-size: 13px; }
.comparison strong { display: block; margin-top: 40px; font-family: var(--display); font-size: 44px; font-weight: 400; text-transform: uppercase; }

.faq { background: #0b0f10; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.faq-title { position: sticky; top: 120px; align-self: start; }
.faq-title h2 { margin-bottom: 25px; }
.faq-title > p:not(.eyebrow) { max-width: 430px; color: #fff; opacity: .72; font-size: 14px; line-height: 1.7; }
.accordion { border-top: 1px solid var(--line); }
.accordion details { border-bottom: 1px solid var(--line); }
.accordion summary { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; list-style: none; font-family: var(--display); font-size: 26px; text-transform: uppercase; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { position: relative; flex: 0 0 24px; height: 24px; }
.accordion summary span::before, .accordion summary span::after { content: ""; position: absolute; top: 11px; left: 3px; width: 18px; height: 2px; background: var(--green); transition: transform .2s; }
.accordion summary span::after { transform: rotate(90deg); }
.accordion details[open] summary span::after { transform: rotate(0); }
.accordion details p { max-width: 680px; padding: 0 40px 28px 0; margin: 0; color: #fff; opacity: .72; font-size: 14px; line-height: 1.7; }

.final-cta { position: relative; isolation: isolate; overflow: hidden; padding: 150px 0; text-align: center; background: #050707; }
.final-grid { mask-image: radial-gradient(circle at center, black, transparent 70%); }
.final-cta .container { position: relative; max-width: 1180px; }
.final-cta h2 { max-width: 1120px; margin-inline: auto; font-size: clamp(58px, 5.6vw, 88px); }
.final-cta img { position: absolute; width: 500px; height: 500px; left: 50%; top: 40%; z-index: -1; transform: translate(-50%,-50%); opacity: .045; object-fit: contain; }
.final-cta .eyebrow { justify-content: center; }
.final-cta h2 { margin-bottom: 28px; }
.final-cta > .container > p:not(.eyebrow) { max-width: 660px; margin: 0 auto 34px; color: #fff; opacity: .78; line-height: 1.7; }

.blog-main { background: #050707; }
.blog-hero { position: relative; min-height: 760px; display: flex; align-items: end; overflow: hidden; border-bottom: 1px solid var(--line); }
.blog-hero-media { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5,7,7,.98), rgba(5,7,7,.72) 56%, rgba(5,7,7,.3)), linear-gradient(0deg, #050707, transparent 55%), url("assets/segmento-lancamentos.webp") 60% center / cover no-repeat; background-image: linear-gradient(90deg, rgba(5,7,7,.98), rgba(5,7,7,.72) 56%, rgba(5,7,7,.3)), linear-gradient(0deg, #050707, transparent 55%), image-set(url("assets/segmento-lancamentos.avif") type("image/avif"), url("assets/segmento-lancamentos.webp") type("image/webp")); }
.blog-hero .container { position: relative; z-index: 1; padding-bottom: 92px; }
.blog-hero h1 { max-width: 1000px; }
.blog-hero .container > p:not(.eyebrow) { max-width: 700px; margin: 0; color: #fff; opacity: .8; font-size: 17px; line-height: 1.7; }
.blog-topics { background: #050707; }
.topic-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.topic-card { min-height: 360px; display: flex; flex-direction: column; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.topic-card > span { margin-bottom: 70px; color: var(--green); font-size: 10px; letter-spacing: .14em; }
.topic-card h3 { margin-bottom: 15px; font-family: var(--display); font-size: 38px; font-weight: 400; text-transform: uppercase; }
.topic-card p { color: #fff; opacity: .7; font-size: 13px; line-height: 1.7; }
.topic-card small { margin-top: auto; color: var(--green); font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.blog-cta { border-top: 1px solid var(--line); }
.blog-library { background: #050707; }
.blog-library .section-intro { max-width: 980px; }
.blog-library .section-intro > p:not(.eyebrow) { max-width: 720px; }
.article-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.article-card { min-width: 0; background: #080b0c; }
.article-card-media { position: relative; display: block; aspect-ratio: 4 / 3; overflow: hidden; }
.article-card-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(5,7,7,.72), transparent 60%); }
.article-card-media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.7) contrast(1.08) brightness(.78); transition: transform .5s ease, filter .5s ease; }
.article-card:hover .article-card-media img { transform: scale(1.035); filter: saturate(.9) contrast(1.04) brightness(.85); }
.article-card > div { min-height: 330px; display: flex; flex-direction: column; padding: 30px; }
.article-card > div > span, .article-meta { color: var(--green); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.article-card h3 { margin: 18px 0 16px; font-family: var(--display); font-size: 34px; font-weight: 400; line-height: 1.05; text-transform: uppercase; }
.article-card h3 a, .article-link { text-decoration: none; }
.article-card p { margin-bottom: 26px; color: #bec4c2; font-size: 13px; line-height: 1.7; }
.article-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 18px; color: #fff; border-top: 1px solid var(--line); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-link:hover { color: var(--green); }
.seo-note { max-width: 860px; margin: 38px 0 0; color: #8f9794; font-size: 12px; line-height: 1.7; }
.seo-note a { color: #d9dddb; text-underline-offset: 4px; }

.article-page { background: #050707; }
.article-main { background: #050707; }
.article-hero { padding: 170px 0 80px; border-bottom: 1px solid var(--line); }
.article-breadcrumb { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 42px; color: #8d9693; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.article-breadcrumb a { text-decoration: none; }
.article-breadcrumb a:hover { color: var(--green); }
.article-hero h1 { max-width: 1120px; margin: 22px 0 28px; font-size: clamp(58px, 6.4vw, 102px); }
.article-hero-lead { max-width: 800px; margin-bottom: 28px; color: #d3d7d5; font-size: clamp(17px, 1.5vw, 21px); line-height: 1.65; }
.article-date { color: #7f8986; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.article-cover { margin: 0; background: #090d0d; }
.article-cover img { width: 100%; max-height: 760px; object-fit: cover; filter: saturate(.72) contrast(1.08) brightness(.8); }
.article-shell { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 90px; padding-top: 100px; padding-bottom: 120px; }
.article-content { max-width: 820px; color: #d3d8d5; }
.article-content > p:first-child { color: #fff; font-size: 20px; line-height: 1.75; }
.article-content h2 { margin: 72px 0 24px; font-size: clamp(42px, 4.8vw, 66px); }
.article-content h3 { margin: 40px 0 16px; color: #fff; font-family: var(--display); font-size: 34px; font-weight: 400; text-transform: uppercase; }
.article-content p, .article-content li { font-size: 16px; line-height: 1.85; }
.article-content p { margin-bottom: 24px; }
.article-content ul, .article-content ol { display: grid; gap: 12px; margin: 22px 0 34px; padding-left: 22px; }
.article-content strong { color: #fff; }
.article-content a:not(.button) { color: var(--green); text-underline-offset: 4px; }
.article-callout { margin: 46px 0; padding: 30px 34px; background: rgba(40,220,101,.08); border-left: 3px solid var(--green); }
.article-callout strong { display: block; margin-bottom: 10px; font-family: var(--display); font-size: 28px; font-weight: 400; text-transform: uppercase; }
.article-callout p { margin: 0; font-size: 14px; }
.article-aside { align-self: start; position: sticky; top: 110px; padding: 28px; border: 1px solid var(--line); background: #090d0d; }
.article-aside span { display: block; margin-bottom: 22px; color: var(--green); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.article-aside nav { display: grid; gap: 14px; }
.article-aside a { color: #aeb5b2; font-size: 12px; line-height: 1.5; text-decoration: none; }
.article-aside a:hover { color: #fff; }
.article-cta { margin-top: 76px; padding: 48px; background: #0c1210; border: 1px solid rgba(40,220,101,.45); }
.article-cta h2 { margin-top: 0; font-size: clamp(42px, 5vw, 64px); }
.article-cta p { max-width: 650px; }
.article-cta .button { margin-top: 10px; color: #041008; }
.related { padding: 90px 0; border-top: 1px solid var(--line); }
.related h2 { margin-bottom: 42px; font-size: clamp(46px, 5vw, 72px); }
.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px; background: var(--line); border: 1px solid var(--line); }
.related-grid a { min-height: 180px; display: flex; flex-direction: column; justify-content: space-between; gap: 30px; padding: 30px; background: #080b0c; text-decoration: none; }
.related-grid a:hover { background: #0c1210; }
.related-grid span { color: var(--green); font-size: 9px; letter-spacing: .12em; }
.related-grid strong { max-width: 500px; font-family: var(--display); font-size: 32px; font-weight: 400; line-height: 1.05; text-transform: uppercase; }

.site-footer { padding: 70px 0 20px; color: #909996; background: #030505; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.55fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 60px; }
.footer-grid > div { display: flex; flex-direction: column; gap: 13px; }
.footer-grid img { width: 240px; height: auto; margin-bottom: 8px; }
.footer-grid p { max-width: 360px; color: #737c79; font-size: 13px; line-height: 1.6; }
.footer-grid span { margin-bottom: 12px; color: #f0f2ef; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-grid a { width: fit-content; font-size: 12px; text-decoration: none; }
.footer-grid a:hover { color: var(--green); }
.footer-topics { padding: 24px 0; border-top: 1px solid var(--line); }
.footer-topics > span { display: block; margin-bottom: 16px; color: #f0f2ef; font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.footer-topics > div { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.footer-topics a { position: relative; color: #7f8986; font-size: 11px; line-height: 1.5; text-decoration: none; }
.footer-topics a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.mobile-cta { display: none; }

/* Adia apenas áreas tardias que não participam da navegação principal por âncoras. */
.method, .comparison, .strategy-image, .faq, .closing, .blog-library, .blog-cta, .related, .site-footer { content-visibility: auto; contain-intrinsic-block-size: auto 760px; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  :root { --container: min(100% - 38px, 900px); }
  .header-inner { position: relative; justify-content: center; min-height: 48px; }
  .brand { position: relative; z-index: 2; margin-inline: auto; }
  .menu-toggle { position: absolute; left: 0; top: 50%; display: block; z-index: 6; transform: translateY(-50%); }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .main-nav { position: fixed; inset: 0 auto 0 0; z-index: 5; width: min(86vw, 390px); min-height: 100dvh; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 0; padding: 105px 28px 40px; overflow-y: auto; background: #070a0b; box-shadow: 24px 0 70px rgba(0,0,0,.55); transform: translateX(-105%); opacity: 0; pointer-events: none; }
  .main-nav.is-open { transform: none; opacity: 1; pointer-events: auto; }
  .main-nav > a:not(.button) { padding: 13px 0; font-family: var(--display); font-size: 34px; text-transform: uppercase; border-bottom: 1px solid var(--line); }
  .main-nav .button { margin-top: 22px; }
  .menu-backdrop { position: fixed; inset: 0 0 0 min(86vw, 390px); z-index: 4; display: block; padding: 0; border: 0; background: rgba(0,0,0,.66); opacity: 0; pointer-events: none; }
  .menu-backdrop.is-open { opacity: 1; pointer-events: auto; }
  .hero-statement-inner { grid-template-columns: 1fr; gap: 48px; }
  .hero-statement-copy { max-width: 900px; }
  .hero-statement-side { grid-template-columns: minmax(260px, 360px) 1fr; align-items: end; }
  .section-intro, .ops-layout, .method-head, .distinction-grid, .faq-layout, .showcase-head { grid-template-columns: 1fr; }
  .section-intro .eyebrow { margin-bottom: -20px; }
  .symptom-grid { grid-template-columns: repeat(2,1fr); }
  .ops-copy, .faq-title { position: static; }
  .ops-layout, .distinction-grid, .faq-layout { gap: 65px; }
  .audience-panel { grid-template-columns: 1fr; }
  .audience-visual, .audience-photo { min-height: 350px; }
  .showcase-head .eyebrow { margin-bottom: -20px; }
  .showcase-grid { grid-template-columns: 1fr 1fr; }
  .showcase-card, .showcase-card:nth-last-child(-n+2) { grid-column: auto; }
  .showcase-card:last-child { grid-column: 1 / -1; }
  .showcase-card, .showcase-card.showcase-wide { min-height: 470px; }
  .strategy-image { min-height: 650px; }
  .growth-question { grid-template-columns: 1fr; gap: 18px; }
  .growth-signals { grid-template-columns: repeat(2, 1fr); }
  .pillar-grid, .path-grid, .impact-grid { grid-template-columns: 1fr; }
  .path-card, .path-card:nth-last-child(-n+2) { grid-column: auto; }
  .pillar-bridge, .impact-cta { align-items: flex-start; flex-direction: column; }
  .path-card figure { height: 380px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .topic-grid { grid-template-columns: 1fr; }
  .article-grid { grid-template-columns: repeat(2, 1fr); }
  .article-shell { grid-template-columns: 1fr; gap: 60px; }
  .article-aside { position: static; order: -1; }
}

@media (max-width: 640px) {
  :root { --container: calc(100% - 32px); }
  .site-header { padding: 14px 0; }
  .brand { width: 185px; }
  .menu-toggle { width: 44px; height: 44px; }
  .hero { min-height: max(640px, 82svh); }
  .hero-visual img { object-position: center 48%; }
  .hero-build-grid { inset: 8% 4% 8%; background-size: 32px 32px; }
  .hero-blueprint { top: 52%; width: 94vw; max-width: 520px; }
  .hero-scan { left: 4%; width: 92%; }
  .blog-hero-media { background: linear-gradient(0deg, rgba(5,7,7,.96), rgba(5,7,7,.38) 58%, rgba(5,7,7,.12)), url("assets/segmento-lancamentos-768.webp") 60% center / cover no-repeat; background-image: linear-gradient(0deg, rgba(5,7,7,.96), rgba(5,7,7,.38) 58%, rgba(5,7,7,.12)), image-set(url("assets/segmento-lancamentos-768.avif") type("image/avif"), url("assets/segmento-lancamentos-768.webp") type("image/webp")); }
  .hero-statement { padding: 74px 0 70px; }
  .hero-statement-inner { gap: 38px; }
  .hero-statement-side { grid-template-columns: 1fr; gap: 28px; }
  h1 { max-width: 100%; font-size: clamp(40px, 11vw, 50px); line-height: .95; }
  .hero-lead { font-size: 15px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .hero-actions .button { width: 100%; }
  .text-link { justify-content: center; }
  .hero-proof { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-proof span { justify-content: center; padding: 10px 6px; text-align: center; font-size: 8px; line-height: 1.25; }
  .hero-proof span:nth-child(even) { border-right: 0; }
  .hero-proof span:last-child { grid-column: 1 / -1; border-right: 0; border-bottom: 0; }
  .strip-track { font-size: 18px; }
  .section { padding: 90px 0; }
  .section-intro { gap: 25px; margin-bottom: 48px; }
  .section-intro .eyebrow { margin-bottom: 0; }
  .section-intro h2, .ops-copy h2, .method h2, .distinction h2, .faq h2, .final-cta h2 { font-size: clamp(42px, 11.5vw, 52px); line-height: .96; }
  .growth-question { margin-bottom: 34px; padding: 24px; }
  .growth-question p { font-size: 30px; }
  .growth-signals { grid-template-columns: 1fr; }
  .growth-signals article { min-height: 230px; padding: 24px; }
  .growth-signals b { margin-bottom: 40px; }
  .pillar-card { padding: 30px 24px; }
  .pillar-number { margin-bottom: 30px; font-size: 44px; }
  .pillar-heading h3 { font-size: 43px; }
  .pillar-card li { grid-template-columns: 1fr; gap: 7px; }
  .pillar-outcome { padding: 18px; }
  .pillar-bridge, .impact-cta { margin-top: 28px; padding: 24px; }
  .pillar-bridge .button, .impact-cta .button { width: 100%; }
  .path-card figure { height: 310px; }
  .path-card > div { padding: 30px 24px; }
  .path-card h3 { font-size: 40px; }
  .funnel-card, .return-card { padding: 28px 22px; }
  .impact-card-head strong { font-size: 31px; }
  .conversion-chart > div { min-width: 102px; }
  .return-formulas { grid-template-columns: 1fr; }
  .symptom-grid { grid-template-columns: 1fr; }
  .symptom { min-height: 210px; }
  .symptom b { margin-bottom: 34px; }
  .result-proof { grid-template-columns: 1fr; }
  .result-proof > div { min-height: 108px; border-right: 0; border-bottom: 1px solid var(--line); }
  .result-proof > div:last-child { border-bottom: 0; }
  .op-card { grid-template-columns: 35px 1fr; }
  .op-card b { display: none; }
  .audience-tabs { display: flex; overflow-x: auto; scrollbar-width: none; }
  .audience-tabs button { flex: 0 0 auto; padding-inline: 20px; }
  .audience-panel > div:first-child { padding: 38px 24px; }
  .audience-panel h3 { font-size: 46px; }
  .audience-visual { min-height: 330px; padding: 34px 24px; }
  .audience-photo { min-height: 340px; }
  .property-showcase { padding: 0; }
  .showcase-head { gap: 25px; margin-bottom: 42px; }
  .showcase-head .eyebrow { margin-bottom: 0; }
  .showcase-head h2 { font-size: clamp(50px, 15vw, 68px); }
  .showcase-grid { display: flex; gap: 1px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .showcase-grid::-webkit-scrollbar { display: none; }
  .showcase-card, .showcase-card.showcase-wide { flex: 0 0 88vw; min-height: 470px; scroll-snap-align: start; }
  .showcase-card figcaption { left: 24px; right: 24px; bottom: 24px; }
  .visual-incorporadora { flex-direction: column; align-items: stretch; }
  .visual-incorporadora span { top: 25px; left: 24px; }
  .visual-incorporadora b { height: auto; }
  .strategy-image { min-height: 620px; }
  .strategy-image > img { object-position: 58% center; }
  .image-caption { padding-bottom: 50px; }
  .image-caption h2 { font-size: 47px; }
  .method-steps li { grid-template-columns: 55px 1fr; gap: 15px; align-items: start; }
  .method-steps small { display: none; }
  .comparison { grid-template-columns: 1fr; }
  .comparison > div { padding: 25px; }
  .comparison > div:first-child { display: block; }
  .comparison strong { margin-top: 30px; font-size: 40px; }
  .faq-layout { gap: 40px; }
  .accordion summary { min-height: 78px; font-size: 23px; }
  .final-cta { padding: 100px 0 130px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 44px 28px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-topics { padding: 24px 16px; }
  .footer-topics > div { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
  .footer-bottom { flex-direction: column; gap: 10px; }
  .blog-hero { min-height: 700px; }
  .blog-hero .container { padding-bottom: 72px; }
  .blog-hero .container > p:not(.eyebrow) { font-size: 15px; }
  .topic-card { min-height: 280px; padding: 28px; }
  .topic-card > span { margin-bottom: 45px; }
  .article-grid { grid-template-columns: 1fr; }
  .article-card > div { min-height: 280px; padding: 26px; }
  .article-card h3 { font-size: 32px; }
  .article-hero { padding: 130px 0 60px; }
  .article-breadcrumb { margin-bottom: 30px; }
  .article-hero h1 { font-size: clamp(48px, 13vw, 62px); }
  .article-hero-lead { font-size: 16px; }
  .article-cover img { min-height: 360px; object-position: center; }
  .article-shell { padding-top: 70px; padding-bottom: 90px; }
  .article-content > p:first-child { font-size: 18px; }
  .article-content h2 { margin-top: 60px; font-size: clamp(40px, 11vw, 50px); }
  .article-content p, .article-content li { font-size: 15px; }
  .article-cta { margin-top: 60px; padding: 30px 24px; }
  .article-cta .button { width: 100%; }
  .related-grid { grid-template-columns: 1fr; }
  .mobile-cta { position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 90; display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding: 0 20px; color: var(--ink); background: var(--green); box-shadow: 0 14px 40px rgba(0,0,0,.4); font-size: 11px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; text-decoration: none; transition: opacity .2s, transform .2s; }
  .mobile-cta.is-hidden { opacity: 0; pointer-events: none; transform: translateY(16px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-visual { animation: none !important; transform: none; }
  .hero-final { clip-path: inset(0); opacity: 1; }
  .hero-build-grid, .hero-blueprint, .hero-scan { display: none; }
  .hero-atmosphere::before { animation: none !important; opacity: .48; transform: translate3d(12%,-5%,0) scale(1.08); }
  .reveal { opacity: 1; transform: none; }
  .strip-track { animation: none; }
}
