:root {
  --ink: #07110d;
  --night: #020b07;
  --night-2: #06150e;
  --green: #10ef5d;
  --green-2: #00c94d;
  --mint: #e9f7ec;
  --paper: #f5f5ed;
  --white: #f8fff9;
  --muted: #a8b8ae;
  --line: rgba(24, 238, 95, .18);
  --radius: 28px;
  --shadow: 0 24px 80px rgba(0, 0, 0, .24);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--night); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; transition: background .3s ease, color .3s ease; }
body.modal-open { overflow: hidden; }
button, input, select { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 200; padding: 12px 18px; border-radius: 12px; background: var(--green); color: #001b09; font-weight: 800; text-decoration: none; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; height: 76px; z-index: 100; display: grid; grid-template-columns: 130px 1fr 360px; align-items: center; padding: 0 max(18px, calc((100vw - 1440px) / 2)); border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, height .3s ease; }
.site-header.scrolled { height: 66px; background: rgba(2, 11, 7, .88); backdrop-filter: blur(18px); border-color: rgba(255,255,255,.08); }
.brand { display: inline-flex; align-items: center; width: 106px; }
.brand img { width: 106px; height: auto; object-fit: contain; image-rendering: auto; }
.main-nav { display: flex; justify-content: center; gap: clamp(12px, 1.3vw, 23px); }
.main-nav a { position: relative; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 650; text-decoration: none; transition: color .2s ease; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--green); transition: right .2s ease; }
.main-nav a:hover, .main-nav a.active { color: var(--white); }
.main-nav a:hover::after, .main-nav a.active::after { right: 0; }
.nav-work-link { display: none; }
.header-actions { display: flex; justify-content: flex-end; align-items: center; gap: 10px; }
.icon-button, .menu-toggle { display: grid; place-items: center; width: 40px; height: 40px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; background: rgba(255,255,255,.04); color: white; cursor: pointer; }
.icon-button svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.theme-toggle span { font-size: 18px; line-height: 1; }
.menu-toggle { display: none; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 24px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; font-size: 14px; text-decoration: none; cursor: pointer; transition: transform .2s ease, box-shadow .25s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #001b09; background: linear-gradient(135deg, #22f66b, #06b944); box-shadow: 0 14px 34px rgba(16,239,93,.24); }
.button-primary:hover { box-shadow: 0 18px 44px rgba(16,239,93,.36); }
.button-glass, .button-outline { color: var(--white); border-color: rgba(255,255,255,.22); background: rgba(255,255,255,.06); backdrop-filter: blur(12px); }
.button-small { min-height: 40px; padding: 0 17px; font-size: 12px; }
.button-work { color: #00210b; background: var(--green); }

.search-shell { position: fixed; inset: 0; z-index: 150; background: rgba(0,8,4,.84); backdrop-filter: blur(16px); padding: 110px 24px 24px; }
.search-panel { width: min(820px, 100%); margin: 0 auto; color: white; }
.search-panel > label { display: block; margin-bottom: 20px; font-size: clamp(24px, 4vw, 48px); font-weight: 900; letter-spacing: -.04em; }
.search-input-wrap { display: grid; grid-template-columns: 28px 1fr 44px; align-items: center; gap: 12px; padding: 10px 12px 10px 20px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(255,255,255,.08); }
.search-input-wrap svg { width: 24px; fill: none; stroke: var(--green); stroke-width: 1.8; }
.search-input-wrap input { min-width: 0; padding: 13px 0; border: 0; outline: 0; background: transparent; color: white; font-size: 18px; }
.search-input-wrap input::placeholder { color: #88978e; }
.search-input-wrap button { border: 0; background: transparent; color: white; font-size: 30px; cursor: pointer; }
.search-results { display: grid; gap: 8px; margin-top: 16px; max-height: 52vh; overflow: auto; }
.search-result { display: flex; justify-content: space-between; align-items: center; padding: 17px 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 14px; background: rgba(255,255,255,.05); color: white; text-decoration: none; }
.search-result:hover { border-color: rgba(16,239,93,.5); background: rgba(16,239,93,.08); }
.search-result small { color: var(--green); }
.search-empty { color: var(--muted); padding: 16px 4px; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: flex; align-items: center; color: white; background: #02120b; }
.hero-video, .hero-video iframe, .hero-shade, .grid-overlay { position: absolute; inset: 0; }
.hero-video { overflow: hidden; }
.hero-video iframe { width: 100%; height: 100%; border: 0; pointer-events: none; transform: scale(1.35); filter: saturate(.75) contrast(1.1); }
.hero-shade { background: linear-gradient(90deg, rgba(0,12,6,.96) 3%, rgba(0,12,6,.78) 48%, rgba(0,12,6,.32) 100%), linear-gradient(0deg, rgba(0,10,5,.85), transparent 45%); }
.grid-overlay { opacity: .22; background-image: linear-gradient(rgba(58,255,122,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(58,255,122,.13) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to right, #000, transparent 85%); }
.hero-content { position: relative; z-index: 3; padding-top: 112px; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin: 0 0 20px; color: var(--green); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #087b36; }
.hero h1, .section-heading h2, .dossier-copy h2 { margin: 0; font-family: "Arial Narrow", Impact, Haettenschweiler, sans-serif; font-stretch: condensed; font-weight: 900; letter-spacing: -.045em; line-height: .94; text-transform: uppercase; }
.hero h1 { max-width: 960px; font-size: clamp(48px, 6.6vw, 94px); }
.hero h1 span, .section-heading h2 span, .dossier-copy h2 span { color: var(--green); }
.hero-lead { max-width: 680px; margin: 28px 0 0; color: #ced8d1; font-size: clamp(17px, 1.8vw, 21px); line-height: 1.6; }
.hero-actions { display: flex; gap: 12px; margin-top: 32px; }
.hero-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; max-width: 760px; margin-top: 58px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-stats div { padding: 22px 24px 0 0; }
.hero-stats strong { display: block; color: var(--green); font-size: 27px; }
.hero-stats span { color: #a9b7ae; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.scroll-cue { position: absolute; right: max(24px, calc((100vw - 1180px) / 2)); bottom: 34px; z-index: 4; display: flex; align-items: center; gap: 12px; color: #a6b4ab; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; text-decoration: none; }
.scroll-cue span { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; }
.scroll-cue span::after { content: "↓"; display: grid; place-items: center; height: 100%; color: var(--green); }

.section { position: relative; padding: 120px 0; overflow: hidden; }
.section-light, .timeline-section, .trust-section, .video-section { background: var(--paper); }
.section-heading { max-width: 760px; margin-bottom: 54px; }
.section-heading h2, .dossier-copy h2 { color: #06120c; font-size: clamp(48px, 6vw, 78px); }
.section-heading > p:last-child { max-width: 680px; margin: 26px 0 0; color: #5d6861; font-size: 18px; line-height: 1.65; }
.process-section .section-heading h2, .coverage-section .section-heading h2, .proof-section .section-heading h2, .faq-section .section-heading h2, .results-section .section-heading h2, .solutions-section .section-heading h2 { color: white; }
.process-section .section-heading > p:last-child, .coverage-section .section-heading > p:last-child, .proof-section .section-heading > p:last-child, .faq-section .section-heading > p:last-child, .results-section .section-heading > p:last-child, .solutions-section .section-heading > p:last-child { color: #a8b8ae; }

.feature-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.feature-card { position: relative; min-height: 290px; padding: 34px; border: 1px solid #d9e2da; border-radius: var(--radius); background: rgba(255,255,255,.62); overflow: hidden; }
.feature-card::after { content: ""; position: absolute; right: -70px; bottom: -70px; width: 170px; height: 170px; border: 1px solid #d5dfd6; border-radius: 50%; }
.feature-index { color: #168746; font: 700 12px ui-monospace, monospace; }
.feature-card h3 { margin: 60px 0 12px; font-size: 34px; letter-spacing: -.03em; }
.feature-card p { max-width: 470px; color: #5f6d64; line-height: 1.6; }
.feature-card a { position: absolute; left: 34px; bottom: 28px; color: #087b36; font-weight: 800; text-decoration: none; }
.feature-card-dark { color: white; border-color: #0a3820; background: #062515; }
.feature-card-dark p { color: #abc6b4; }
.feature-card-dark::after { border-color: rgba(16,239,93,.18); }

.process-section { color: white; background: linear-gradient(135deg, #020c07, #052817); }
.process-section::before, .proof-section::before { content: ""; position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(16,239,93,.13) 1px, transparent 1px), linear-gradient(90deg, rgba(16,239,93,.13) 1px, transparent 1px); background-size: 64px 64px; }
.process-section .container, .proof-section .container { position: relative; z-index: 2; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.process-card { min-height: 300px; padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 24px; background: rgba(255,255,255,.045); }
.process-card b { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(16,239,93,.4); border-radius: 50%; color: var(--green); }
.process-card h3 { margin: 78px 0 14px; font-size: 22px; }
.process-card p { margin: 0; color: #a7b9ad; line-height: 1.6; }
.legal-band { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 18px; padding: 32px 36px; border: 1px solid rgba(16,239,93,.24); border-radius: 24px; background: rgba(16,239,93,.08); }
.legal-band h3 { margin: 8px 0; font-size: 28px; }
.legal-band p { max-width: 680px; margin: 0; color: #abc0b2; line-height: 1.5; }
.kicker { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.timeline { border-top: 1px solid #cbd8ce; }
.timeline-item { display: grid; grid-template-columns: 170px 1fr; gap: 40px; padding: 38px 0; border-bottom: 1px solid #cbd8ce; }
.timeline-item time { color: #08a143; font: 900 clamp(38px, 5vw, 64px)/1 "Arial Narrow", Impact, sans-serif; }
.timeline-item h3 { margin: 0 0 9px; font-size: 24px; }
.timeline-item p { max-width: 680px; margin: 0; color: #617066; line-height: 1.6; }

.coverage-section { color: white; background: #04160d; }
.coverage-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 60px; }
.text-link { display: inline-block; margin-top: 24px; color: var(--green); font-weight: 800; text-decoration: none; }
.coverage-visual { position: relative; aspect-ratio: 1; max-width: 570px; margin-left: auto; }
.coverage-visual::after { content: ""; position: absolute; inset: 20%; border-radius: 50%; background: radial-gradient(circle, rgba(16,239,93,.2), transparent 66%); filter: blur(12px); }
.orbit { position: absolute; border: 1px solid rgba(16,239,93,.22); border-radius: 50%; }
.orbit-one { inset: 10%; }
.orbit-two { inset: 25%; }
.coverage-core { position: absolute; inset: 36%; z-index: 2; display: grid; place-content: center; border-radius: 50%; text-align: center; background: var(--green); color: #001b09; box-shadow: 0 0 80px rgba(16,239,93,.26); }
.coverage-core strong { font-size: 30px; }
.coverage-core span { font-size: 10px; font-weight: 800; text-transform: uppercase; }
.coverage-pill { position: absolute; z-index: 3; min-width: 150px; padding: 18px 22px; border: 1px solid rgba(255,255,255,.16); border-radius: 18px; background: rgba(2,15,8,.78); backdrop-filter: blur(10px); }
.coverage-pill b { display: block; color: var(--green); font-size: 30px; }
.coverage-pill span { color: #adbbb2; font-size: 12px; text-transform: uppercase; }
.p1 { top: 12%; left: 0; }.p2 { top: 42%; right: 0; }.p3 { bottom: 10%; left: 10%; }

.reputation-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 18px; }
.metric-board { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; padding: 1px; border-radius: var(--radius); overflow: hidden; background: #dce4dd; }
.metric { min-height: 190px; padding: 30px; background: white; }
.metric strong { display: block; color: #07883b; font-size: clamp(38px, 5vw, 64px); letter-spacing: -.05em; }
.metric strong span { font-size: .42em; }
.metric p { color: #627068; }
.metric-note { grid-column: 1 / -1; margin: 0; padding: 18px 28px; background: #edf2ed; color: #69756e; font-size: 11px; line-height: 1.5; }
.evidence-card { margin: 0; padding: 18px; border: 1px solid #d5ded6; border-radius: var(--radius); background: white; }
.evidence-card img { width: 100%; height: 250px; border-radius: 18px; object-fit: cover; object-position: left top; }
.evidence-card figcaption { display: flex; flex-direction: column; gap: 10px; padding: 22px 10px 8px; }
.evidence-card figcaption span { color: #087b36; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.evidence-card figcaption strong { font-size: 22px; line-height: 1.25; }
.evidence-card figcaption a { color: #087b36; font-weight: 800; text-decoration: none; }

.proof-section { color: white; background: #020b07; }
.partnership-band { display: grid; grid-template-columns: .8fr 1.2fr; gap: 40px; margin-bottom: 18px; padding: 34px; border: 1px solid rgba(16,239,93,.24); border-radius: 24px; background: linear-gradient(120deg, rgba(16,239,93,.14), rgba(255,255,255,.03)); }
.partnership-band span, .proof-copy span { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.partnership-band strong { display: block; margin-top: 8px; font-size: 24px; }
.partnership-band p { margin: 0; color: #b0c0b5; line-height: 1.6; }
.proof-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.proof-card { overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); background: rgba(255,255,255,.05); }
.proof-card.wide { grid-column: 1 / -1; display: grid; grid-template-columns: 1.2fr .8fr; }
.proof-image { overflow: hidden; background: #fff; }
.proof-image img { width: 100%; height: 100%; object-fit: cover; }
.proof-image.landscape { min-height: 380px; }
.proof-image.landscape img { object-position: center top; }
.proof-image.portrait { height: 370px; }
.proof-image.portrait img { object-position: center 20%; }
.proof-copy { padding: 34px; }
.proof-copy h3 { margin: 14px 0; font-size: 28px; line-height: 1.16; }
.proof-copy p, .proof-copy li { color: #a9b9af; line-height: 1.6; }
.proof-copy a { color: var(--green); font-weight: 800; text-decoration: none; }
.proof-list { display: grid; align-items: center; }
.proof-list ul { padding-left: 20px; }

.video-section .section-heading { max-width: 820px; }
.video-feature { display: grid; grid-template-columns: 1.35fr .65fr; gap: 0; overflow: hidden; margin-bottom: 20px; border-radius: var(--radius); background: #062515; color: white; box-shadow: var(--shadow); }
.video-poster, .video-thumb { position: relative; display: block; width: 100%; padding: 0; border: 0; cursor: pointer; overflow: hidden; background: #000; }
.video-poster { aspect-ratio: 16 / 9; }
.video-poster img, .video-thumb img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, opacity .3s ease; }
.video-poster:hover img, .video-thumb:hover img { transform: scale(1.035); opacity: .78; }
.play-button, .video-thumb span { position: absolute; inset: 50% auto auto 50%; display: grid; place-items: center; width: 68px; height: 68px; transform: translate(-50%,-50%); border-radius: 50%; background: var(--green); color: #00210b; box-shadow: 0 14px 40px rgba(16,239,93,.35); }
.video-feature-copy { display: flex; flex-direction: column; justify-content: center; padding: 38px; }
.video-feature-copy > span, .video-card small { color: var(--green); font-size: 11px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.video-feature-copy h3 { margin: 16px 0; font-size: 34px; line-height: 1.15; }
.video-feature-copy p { color: #adc1b3; line-height: 1.6; }
.text-button, .video-card div > button { align-self: flex-start; margin-top: 12px; padding: 0; border: 0; background: transparent; color: var(--green); font-weight: 800; cursor: pointer; }
.video-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.video-card { overflow: hidden; border: 1px solid #d4ded5; border-radius: 22px; background: #fff; }
.video-thumb { aspect-ratio: 16 / 9; }
.video-thumb span { width: 48px; height: 48px; font-size: 13px; }
.video-card > div { padding: 22px; }
.video-card h3 { min-height: 54px; margin: 9px 0 4px; font-size: 19px; line-height: 1.35; }

.faq-section { color: white; background: linear-gradient(145deg, #042414, #020b07); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.faq-layout .section-heading { position: sticky; top: 110px; }
.accordion { border-top: 1px solid rgba(255,255,255,.16); }
.accordion details { border-bottom: 1px solid rgba(255,255,255,.16); }
.accordion summary { position: relative; padding: 25px 52px 25px 0; list-style: none; font-size: 19px; font-weight: 750; cursor: pointer; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; position: absolute; right: 3px; top: 19px; display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; color: var(--green); font-size: 22px; }
.accordion details[open] summary::after { content: "−"; }
.accordion details p { margin: 0; padding: 0 50px 25px 0; color: #abc0b2; line-height: 1.65; }
.accordion details p a { color: var(--green); }

.dossier-section { background: var(--paper); }
.dossier-card { display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: center; padding: clamp(34px, 6vw, 76px); border-radius: 36px; background: #062515; color: white; box-shadow: var(--shadow); }
.dossier-copy h2 { color: white; }
.dossier-copy > p:not(.eyebrow) { max-width: 620px; color: #b1c2b6; font-size: 18px; line-height: 1.6; }
.dossier-copy ul { margin: 28px 0; padding: 0; list-style: none; }
.dossier-copy li { position: relative; margin: 11px 0; padding-left: 24px; color: #d8e3db; }
.dossier-copy li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.dossier-copy small { display: block; margin-top: 14px; color: #7f9a88; }
.dossier-preview { position: relative; min-height: 480px; perspective: 1000px; }
.paper { position: absolute; inset: 2% 9%; border-radius: 6px; background: white; box-shadow: 0 30px 70px rgba(0,0,0,.35); transform-origin: bottom center; }
.paper-back { transform: rotate(-7deg) translate(-30px, 20px); opacity: .35; }
.paper-mid { transform: rotate(4deg) translate(24px, 10px); opacity: .65; }
.paper-front { display: flex; flex-direction: column; padding: 42px; overflow: hidden; color: #06140d; transform: rotate(-1deg); background: linear-gradient(155deg, #f7fff8, #e4f3e7); }
.paper-front::after { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(4,111,46,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(4,111,46,.08) 1px, transparent 1px); background-size: 34px 34px; }
.paper-front img, .paper-front span, .paper-front strong, .paper-front em { position: relative; z-index: 1; }
.paper-front img { width: 112px; height: auto; margin-bottom: auto; filter: drop-shadow(0 0 0 transparent); }
.paper-front span { color: #087b36; font: 800 12px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.paper-front strong { width: 100%; max-width: 100%; margin-top: 16px; overflow-wrap: normal; word-break: normal; hyphens: auto; font: 900 clamp(23px, 2vw, 31px)/1.02 "Arial Narrow", Arial, sans-serif; letter-spacing: -.035em; text-transform: uppercase; }
.paper-front strong i { display: block; max-width: 100%; font: inherit; font-style: normal; }
.paper-front em { margin-top: 22px; color: #52705d; font-style: normal; }

.site-footer { padding: 70px 0 28px; color: #a7b7ad; background: #010704; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 40px; }
.footer-grid img { width: 110px; height: auto; }
.footer-grid strong { display: block; margin-bottom: 16px; color: white; }
.footer-grid a { display: block; margin: 9px 0; color: #9db0a3; text-decoration: none; }
.footer-grid a:hover { color: var(--green); }
.footer-bottom { display: flex; justify-content: space-between; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.footer-bottom a { color: var(--green); text-decoration: none; }

.video-modal { width: min(1000px, calc(100% - 32px)); max-height: calc(100svh - 32px); padding: 0; overflow: auto; border: 1px solid rgba(255,255,255,.15); border-radius: 24px; background: #03120b; color: white; box-shadow: 0 30px 100px #000; }
.video-modal::backdrop { background: rgba(0,0,0,.86); backdrop-filter: blur(10px); }
.modal-close { position: fixed; top: max(24px, calc((100svh - min(700px, calc(100svh - 32px))) / 2 + 14px)); right: max(24px, calc((100vw - min(1000px, calc(100vw - 32px))) / 2 + 14px)); z-index: 3; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; background: rgba(0,0,0,.65); color: white; font-size: 28px; cursor: pointer; }
.modal-media { aspect-ratio: 16 / 9; background: #000; }
.modal-media video, .modal-media iframe { width: 100%; height: 100%; border: 0; object-fit: contain; }
.modal-caption { padding: 22px 28px 26px; }
.modal-caption span { color: var(--green); font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.modal-caption h2 { margin: 6px 0 0; font-size: 22px; }
.modal-caption a { display: inline-block; margin-top: 10px; color: var(--green); text-decoration: none; font-weight: 800; }
.toast { position: fixed; left: 50%; bottom: -90px; z-index: 220; transform: translateX(-50%); padding: 13px 20px; border-radius: 999px; background: var(--green); color: #00220b; font-weight: 800; transition: bottom .3s ease; }
.toast.show { bottom: 24px; }

/* Resultados */
.results-section { color: white; background: radial-gradient(circle at 50% 50%, rgba(14,78,39,.32), transparent 38%), #020b07; }
.results-heading { margin-inline: auto; text-align: center; }
.results-heading .eyebrow { justify-content: center; }
.results-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.result-card { position: relative; min-height: 190px; padding: 30px; overflow: hidden; border: 1px solid rgba(16,239,93,.18); border-radius: 22px; background: linear-gradient(145deg, rgba(16,239,93,.075), rgba(255,255,255,.025)); }
.result-card::after { content: ""; position: absolute; right: -35px; bottom: -35px; width: 100px; height: 100px; border: 1px solid rgba(16,239,93,.15); transform: rotate(45deg); }
.result-card strong { display: flex; align-items: baseline; gap: 5px; color: var(--green); font-size: clamp(34px, 4vw, 54px); letter-spacing: -.05em; }
.result-card strong span { font-size: .48em; letter-spacing: -.02em; }
.result-card strong b { font-weight: 900; }
.result-card p { max-width: 180px; margin: 42px 0 0; color: #afbeb4; line-height: 1.45; }

/* Soluções */
.solutions-section { color: white; background: linear-gradient(160deg, #03130b, #010704); }
.solutions-carousel { position: relative; margin-top: 34px; }
.solutions-viewport { overflow: hidden; }
.solutions-track { display: flex; gap: 18px; padding: 32px clamp(20px, 32vw, 390px) 38px; overflow-x: auto; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.solutions-track::-webkit-scrollbar { display: none; }
.solution-card { position: relative; flex: 0 0 clamp(280px, 34vw, 390px); min-height: 360px; padding: 30px; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 26px; scroll-snap-align: center; text-align: left; color: white; background: rgba(255,255,255,.035); opacity: .42; cursor: pointer; transform: scale(.92); transition: transform .35s ease, opacity .35s ease, border-color .35s ease, background .35s ease, box-shadow .35s ease; }
.solution-card::after { content: ""; position: absolute; inset: auto -30% -45% 10%; height: 70%; border-radius: 50%; background: radial-gradient(circle, rgba(16,239,93,.18), transparent 68%); opacity: 0; transition: opacity .35s ease, transform .35s ease; }
.solution-card:hover, .solution-card.active { opacity: 1; transform: scale(1); border-color: rgba(16,239,93,.6); background: rgba(16,239,93,.055); box-shadow: 0 25px 60px rgba(0,0,0,.28); }
.solution-card:hover::after { opacity: 1; transform: translateY(-8px); }
.solution-featured { border-color: rgba(16,239,93,.58); background: linear-gradient(150deg, rgba(16,239,93,.13), rgba(255,255,255,.025)); }
.solution-card > span { color: var(--green); font: 800 11px ui-monospace, monospace; letter-spacing: .14em; }
.solution-icon { display: grid; place-items: center; width: 76px; height: 76px; margin: 42px 0 30px; border: 1px solid rgba(16,239,93,.28); border-radius: 50%; color: var(--green); font-size: 26px; box-shadow: inset 0 0 30px rgba(16,239,93,.07); }
.solution-card h3 { margin: 0 0 10px; font-size: 28px; letter-spacing: -.035em; }
.solution-card p { min-height: 52px; margin: 0; color: #a8b9ae; line-height: 1.5; }
.solution-card em { display: inline-block; margin-top: 24px; color: var(--green); font-size: 12px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.solutions-arrow { position: absolute; top: 50%; z-index: 4; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(16,239,93,.42); border-radius: 50%; color: white; background: rgba(2,18,9,.9); font-size: 30px; cursor: pointer; transform: translateY(-65%); }
.solutions-arrow.prev { left: 0; }.solutions-arrow.next { right: 0; }
.solutions-dots { display: flex; justify-content: center; gap: 8px; }
.solutions-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: #344039; cursor: pointer; transition: width .25s ease, background .25s ease; }
.solutions-dots button.active { width: 26px; background: var(--green); }

.club-section { color: white; background: radial-gradient(circle at 65% 45%, rgba(16,239,93,.14), transparent 33%), #020b07; }
.club-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 70px; }
.club-copy h2 { margin: 0 0 24px; font-size: clamp(42px, 5.3vw, 72px); letter-spacing: -.05em; line-height: .98; }
.club-copy h2 span { color: var(--green); }
.club-copy > p:not(.eyebrow) { max-width: 650px; color: #aebeb3; font-size: 17px; line-height: 1.65; }
.club-benefits { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 28px; }
.club-benefits span { padding: 10px 13px; border: 1px solid rgba(16,239,93,.22); border-radius: 999px; color: #d6e3da; background: rgba(16,239,93,.055); font-size: 12px; }
.club-showcase { position: relative; display: grid; grid-template-columns: 1fr 220px 1fr; align-items: center; gap: 18px; min-height: 570px; }
.club-phone { position: relative; z-index: 2; min-height: 450px; padding: 30px 20px; border: 8px solid #15221a; border-radius: 42px; background: linear-gradient(160deg, #f7fff9, #dfece3); color: #07120c; box-shadow: 0 35px 90px rgba(0,0,0,.55), 0 0 55px rgba(16,239,93,.16); }
.club-phone::before { content: ""; position: absolute; top: 10px; left: 50%; width: 72px; height: 18px; border-radius: 99px; background: #15221a; transform: translateX(-50%); }
.club-phone-head { display: flex; align-items: center; justify-content: space-between; margin: 20px 0 48px; font-size: 11px; font-weight: 800; }
.club-phone-head img { width: 72px; }.club-phone > small { color: #5a6b60; }.club-phone > strong { display: block; margin: 7px 0 20px; color: #07883b; font-size: 25px; }
.club-phone-card { padding: 18px; border-radius: 18px; color: white; background: #07351d; }
.club-phone-card span { display: block; color: #82eaa5; font-size: 10px; text-transform: uppercase; }.club-phone-card b { display: block; margin-top: 5px; }
.club-phone-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 12px; }.club-phone-grid span { padding: 13px 8px; border: 1px solid #cedbd1; border-radius: 13px; color: #486153; background: white; font-size: 10px; font-weight: 800; text-align: center; }
.club-orbit { display: grid; gap: 18px; }.club-orbit span { padding: 20px 12px; border: 1px solid rgba(16,239,93,.18); border-radius: 17px; color: #b9c8be; background: rgba(255,255,255,.035); text-align: center; box-shadow: 0 18px 50px rgba(0,0,0,.2); animation: clubFloat 5s ease-in-out infinite; }.club-orbit span:nth-child(2) { animation-delay: -1.5s; }.club-orbit span:nth-child(3) { animation-delay: -3s; }
@keyframes clubFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-9px); } }

/* Cobertura e marcas */
.native-map-section { margin-top: 0; padding: clamp(28px, 4vw, 52px); border: 1px solid rgba(16,239,93,.22); border-radius: 30px; background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(16,239,93,.035)); box-shadow: 0 28px 80px rgba(0,0,0,.25); }
.native-map-heading > span { color: var(--green); font: 800 11px ui-monospace, monospace; letter-spacing: .14em; text-transform: uppercase; }
.native-map-heading h3 { margin: 10px 0; font-size: clamp(34px, 4.6vw, 58px); letter-spacing: -.045em; line-height: 1; }
.native-map-heading p { max-width: 780px; margin: 0; color: #aebeb3; font-size: 17px; line-height: 1.6; }
.national-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 32px 0; }
.national-kpis article { padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(0,0,0,.18); }
.national-kpis span { display: block; color: #91a399; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }.national-kpis strong { display: block; margin-top: 8px; color: var(--green); font-size: clamp(22px, 2.5vw, 34px); letter-spacing: -.04em; }
.map-data-note { margin: -18px 0 28px; color: #789083; font-size: 11px; line-height: 1.5; }
.map-explorer { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(330px, .88fr); gap: 18px; align-items: stretch; }
.brazil-map-card, .map-detail-panel { min-width: 0; border: 1px solid rgba(255,255,255,.11); border-radius: 24px; background: #08130d; }
.brazil-map-card { position: relative; padding: 20px; overflow: hidden; }.brazil-map-toolbar { display: flex; justify-content: space-between; gap: 20px; color: #c8d5cc; font-weight: 800; }.brazil-map-toolbar small { color: #7f9486; font-weight: 600; }
.brazil-map { display: grid; place-items: center; min-height: 540px; padding: 18px; }.brazil-map svg { display: block; width: min(100%, 620px); max-height: 540px; height: auto; overflow: visible; }
.brazil-map .state { fill: #143421; stroke: #76a787; stroke-width: .55; vector-effect: non-scaling-stroke; }
.brazil-map .map-state { fill: var(--state-fill, #184429); cursor: pointer; transition: fill .2s ease, filter .2s ease, transform .2s ease; transform-box: fill-box; transform-origin: center; }
.brazil-map .map-state:hover, .brazil-map .map-state:focus-visible { fill: #3cff7d; filter: drop-shadow(0 0 5px rgba(16,239,93,.55)); outline: none; }
.brazil-map .map-state.selected { fill: #10ef5d; filter: drop-shadow(0 0 8px rgba(16,239,93,.72)); }
.map-loading { color: #8fa196; }.map-tooltip { position: absolute; z-index: 5; min-width: 150px; max-width: 230px; padding: 11px 13px; border: 1px solid rgba(16,239,93,.35); border-radius: 12px; color: white; background: rgba(0,17,8,.94); box-shadow: 0 14px 40px rgba(0,0,0,.38); pointer-events: none; }.map-tooltip b { display: block; color: var(--green); }.map-tooltip small { display: block; margin-top: 4px; color: #b4c4b9; }
.map-legend { display: flex; justify-content: center; gap: 24px; color: #82958a; font-size: 11px; }.map-legend span { display: flex; align-items: center; gap: 7px; }.map-legend i { width: 36px; height: 7px; border-radius: 99px; background: linear-gradient(90deg, #173824, var(--green)); }.map-legend span:last-child i { background: var(--green); }
.map-detail-panel { padding: 26px; }.map-panel-kicker { color: var(--green); font: 800 10px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }.map-detail-panel h4 { margin: 9px 0 20px; font-size: 30px; letter-spacing: -.035em; }.map-detail-panel > p { color: #9caf9f; line-height: 1.55; }
.map-detail-panel h4 small { margin-left: 6px; color: #7f9486; font-size: .48em; letter-spacing: .08em; }
.map-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 9px; }.map-metric { padding: 15px; border: 1px solid rgba(255,255,255,.09); border-radius: 15px; background: rgba(255,255,255,.028); }.map-metric span { display: block; color: #82958a; font-size: 10px; text-transform: uppercase; }.map-metric strong { display: block; margin-top: 6px; color: white; font-size: 19px; }.map-metric strong.positive { color: var(--green); }
.map-ranking { margin-top: 26px; }.map-ranking h5, .map-cities h5 { margin: 0 0 14px; color: #d6e0d9; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }.rank-row { display: grid; grid-template-columns: 24px minmax(80px, .9fr) minmax(90px, 1.1fr) auto; align-items: center; gap: 8px; margin: 9px 0; color: #becbc2; font-size: 11px; }.rank-row > b { color: var(--green); }.rank-bar { height: 7px; overflow: hidden; border-radius: 99px; background: #1a2b21; }.rank-bar i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #079b42, var(--green)); }.rank-row strong { color: white; font-size: 10px; }
.map-hint { margin-top: 22px; padding: 15px; border-radius: 14px; color: #b7c5bb; background: rgba(16,239,93,.065); font-size: 12px; line-height: 1.45; }
.map-cities { margin-top: 24px; }.map-cities > p { color: #95a79b; font-size: 13px; }.map-cities ol { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }.map-cities li { display: grid; grid-template-columns: 23px minmax(95px, 1fr) auto; align-items: center; gap: 7px; min-width: 0; padding: 9px 10px; border-radius: 11px; color: #c4d1c8; background: rgba(255,255,255,.032); }.map-cities li > b { color: #8da397; font-size: 11px; }.map-cities li > span { min-width: 0; font-size: 12px; }.map-cities li > strong { color: var(--green); font-size: 12px; white-space: nowrap; }.map-cities li > small { grid-column: 2 / -1; margin-top: -4px; color: #789083; font-size: 10px; }.map-actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 22px; }.map-actions .button { flex: 1 1 145px; min-height: 44px; padding: 0 16px; text-align: center; }.map-complete-link { margin-top: 16px; min-height: 44px; padding: 0 17px; font-size: 11px; }.map-actions .map-complete-link { margin-top: 0; }
.brands-section { padding: 90px 0; overflow: hidden; color: white; background: #010704; }
.brands-heading { margin-bottom: 42px; text-align: center; }
.brands-heading span { color: var(--green); font: 800 11px ui-monospace, monospace; letter-spacing: .14em; text-transform: uppercase; }
.brands-heading h2 { max-width: 720px; margin: 12px auto 0; font-size: clamp(34px, 4.6vw, 58px); letter-spacing: -.045em; line-height: 1; }
.brand-marquee { overflow: hidden; margin: 12px 0; mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent); }
.brand-track { display: flex; width: max-content; animation: marquee-left 28s linear infinite; }
.brand-marquee-right .brand-track { animation-name: marquee-right; animation-duration: 32s; }
.brand-track img { flex: none; width: auto; height: 126px; max-width: none; }
@keyframes marquee-left { to { transform: translateX(-50%); } }
@keyframes marquee-right { from { transform: translateX(-50%); } to { transform: translateX(0); } }

/* Reconhecimentos */
.recognition-showcase { margin-top: 62px; padding: 48px 24px 32px; border: 1px solid rgba(16,239,93,.15); border-radius: 30px; background: #010704; }
.recognition-heading { text-align: center; }
.recognition-heading span { color: var(--green); font: 800 11px ui-monospace, monospace; letter-spacing: .14em; text-transform: uppercase; }
.recognition-heading h3 { margin: 10px 0 0; font: 900 clamp(34px, 5vw, 56px)/1 "Arial Narrow", Impact, sans-serif; text-transform: uppercase; }
.recognition-carousel { position: relative; }
.recognition-stage { position: relative; height: 340px; margin: 30px 55px 10px; perspective: 1200px; overflow: hidden; }
.recognition-slide { --offset: 0; --distance: 0; position: absolute; top: 18px; left: 50%; width: min(330px, 54vw); height: 285px; overflow: hidden; border: 1px solid rgba(16,239,93,.25); border-radius: 22px; background: #08170e; transform: translateX(calc(-50% + (var(--offset) * 225px))) scale(calc(1 - (var(--distance) * .13))) rotateY(calc(var(--offset) * -13deg)); opacity: calc(1 - (var(--distance) * .28)); z-index: calc(10 - var(--distance)); transition: transform .6s cubic-bezier(.2,.8,.2,1), opacity .5s ease, filter .5s ease; filter: brightness(.52); }
.recognition-slide.active { filter: none; box-shadow: 0 25px 70px rgba(0,0,0,.48), 0 0 40px rgba(16,239,93,.07); }
.recognition-slide img { width: 100%; height: 100%; object-fit: contain; }
.recognition-arrow { position: absolute; top: 45%; z-index: 30; display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; color: white; background: rgba(255,255,255,.045); font-size: 30px; cursor: pointer; }
.recognition-arrow.prev { left: 4px; }.recognition-arrow.next { right: 4px; }
.recognition-dots { display: flex; justify-content: center; gap: 8px; }
.recognition-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #344039; cursor: pointer; transition: width .2s ease, background .2s ease; }
.recognition-dots button.active { width: 24px; border-radius: 99px; background: var(--green); }

/* Trabalhe conosco */
.work-section { color: white; background: radial-gradient(circle at 20% 15%, rgba(12,112,51,.24), transparent 30%), #020b07; }
.work-modal { width: min(1240px, calc(100% - 28px)); max-height: calc(100svh - 28px); padding: 0; overflow: auto; border: 1px solid rgba(16,239,93,.32); border-radius: 30px; color: white; background: #020b07; box-shadow: 0 30px 110px #000; }
.work-modal::backdrop { background: rgba(0,0,0,.88); backdrop-filter: blur(12px); }
.work-modal .modal-close { top: 26px; right: max(24px, calc((100vw - min(1240px, calc(100vw - 28px))) / 2 + 18px)); }
.work-modal-content { padding: clamp(32px, 5vw, 64px); background: radial-gradient(circle at 18% 8%, rgba(12,112,51,.25), transparent 24%), #020b07; }
.work-modal-intro { max-width: 780px; margin-bottom: 34px; padding-right: 58px; }
.work-modal-intro > span { color: var(--green); font: 800 11px ui-monospace, monospace; letter-spacing: .14em; text-transform: uppercase; }
.work-modal-intro h2 { margin: 10px 0; font: 900 clamp(46px, 6vw, 78px)/.95 "Arial Narrow", Impact, sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.work-modal-intro p { margin: 0; color: #aebeb3; font-size: 17px; line-height: 1.6; }
.work-card { display: grid; grid-template-columns: 1.02fr .98fr; gap: 42px; align-items: center; padding: 48px; border: 1px solid rgba(16,239,93,.22); border-radius: 30px; background: rgba(255,255,255,.035); }
.work-copy h2 { margin: 0; font: 900 clamp(44px, 5.2vw, 72px)/.95 "Arial Narrow", Impact, sans-serif; letter-spacing: -.045em; text-transform: uppercase; }
.work-copy h2 span { color: var(--green); }
.work-copy > p:not(.eyebrow) { color: #afbeb4; font-size: 17px; line-height: 1.65; }
.work-copy > small { display: block; margin-top: 18px; color: #789082; line-height: 1.5; }
.work-points { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.work-points span { padding: 9px 12px; border: 1px solid rgba(16,239,93,.2); border-radius: 999px; color: #c5d5ca; background: rgba(16,239,93,.06); font-size: 12px; }
.work-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.work-video { overflow: hidden; aspect-ratio: 4 / 3; width: 100%; border-radius: 24px; background: #000; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.work-video > button { position: relative; display: block; width: 100%; height: 100%; padding: 0; border: 0; background: #000; cursor: pointer; }
.work-video img { display: block; width: 100%; height: 100%; object-fit: contain; }
.work-video .play-button { width: 64px; height: 64px; }
.license-heading { margin: 84px 0 30px; }
.license-heading > span, .qualification-copy > span, .gain-intro > span { color: var(--green); font: 800 11px ui-monospace, monospace; letter-spacing: .14em; text-transform: uppercase; }
.license-heading h3, .gain-intro h3 { max-width: 750px; margin: 10px 0 0; font-size: clamp(34px, 4vw, 54px); letter-spacing: -.04em; line-height: 1.05; }
.license-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.license-card { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 22px 34px; min-height: 430px; padding: 34px; border: 1px solid rgba(255,255,255,.13); border-radius: 26px; background: rgba(255,255,255,.035); }
.license-card > div:first-child { grid-column: 1 / -1; }
.license-card small { color: #829689; line-height: 1.5; }
.license-card > div > small:first-child { font: 800 11px ui-monospace, monospace; letter-spacing: .12em; }
.license-card h3 { margin: 9px 0; font-size: 36px; }
.license-card h3 span { color: var(--green); }
.license-card p { max-width: 480px; margin: 0; color: #a5b6ab; line-height: 1.5; }
.license-price { align-self: end; }
.license-price > span { display: block; color: #96a89d; font-size: 12px; }
.license-price strong { display: block; margin: 4px 0; font-size: clamp(35px, 4vw, 50px); letter-spacing: -.05em; }
.license-card ul { margin: 0; padding: 0; list-style: none; }
.license-card li { position: relative; padding: 8px 0 8px 22px; border-bottom: 1px solid rgba(255,255,255,.08); color: #c4d1c8; font-size: 13px; }
.license-card li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.license-featured { border-color: rgba(16,239,93,.58); background: linear-gradient(145deg, rgba(16,239,93,.10), rgba(255,255,255,.025)); }
.license-featured > b { position: absolute; top: 18px; right: 18px; padding: 8px 11px; border-radius: 999px; color: #00210b; background: var(--green); font-size: 10px; text-transform: uppercase; }
.license-note { margin: 15px 4px 0; color: #70877a; font-size: 11px; }
.qualification-panel { margin-top: 80px; padding: 48px; overflow: hidden; border: 1px solid rgba(16,239,93,.18); border-radius: 30px; background: linear-gradient(145deg, rgba(16,239,93,.075), rgba(255,255,255,.025)); }
.qualification-copy h3 { margin: 14px 0; font-size: clamp(38px, 5vw, 62px); letter-spacing: -.045em; line-height: 1; }
.qualification-copy { max-width: 720px; }
.qualification-copy p { color: #9caf9f; line-height: 1.6; }
.qualification-ladder { display: grid; grid-template-columns: repeat(7, minmax(128px, 1fr)); align-items: end; gap: 9px; min-height: 500px; margin-top: 40px; padding: 40px 2px 4px; overflow-x: auto; scrollbar-color: var(--green) rgba(255,255,255,.08); }
.level { display: flex; flex-direction: column; align-items: center; justify-content: flex-start; min-width: 118px; height: var(--level); padding: 10px 8px 14px; border: 1px solid color-mix(in srgb, var(--level-color), transparent 35%); border-radius: 16px 16px 4px 4px; text-align: center; background: linear-gradient(to top, color-mix(in srgb, var(--level-color), transparent 72%), rgba(255,255,255,.025)); box-shadow: 0 0 30px color-mix(in srgb, var(--level-color), transparent 82%); }
.level img { width: 86px; height: 86px; margin: -36px auto 10px; object-fit: contain; filter: drop-shadow(0 12px 18px rgba(0,0,0,.42)); transition: transform .3s ease, filter .3s ease; }
.level:hover img { transform: translateY(-6px) scale(1.05); filter: drop-shadow(0 18px 24px rgba(0,0,0,.55)); }
.level b { font-size: 12px; text-transform: uppercase; }.level span { max-width: 110px; margin-top: 7px; color: #aebbb2; font-size: 9px; line-height: 1.35; }
.level em { display: block; margin-top: auto; color: #7f9486; font-size: 8px; font-style: normal; line-height: 1.35; text-transform: uppercase; }.level em strong { display: block; margin-top: 4px; color: var(--level-color); font-size: 10px; text-transform: none; }
.level-1 { --level: 235px; --level-color: #15d866; }.level-2 { --level: 270px; --level-color: #e98226; }.level-3 { --level: 305px; --level-color: #20aee8; }.level-4 { --level: 340px; --level-color: #cbd3d7; }.level-5 { --level: 375px; --level-color: #e4b839; }.level-6 { --level: 410px; --level-color: #10ef5d; }.level-7 { --level: 445px; --level-color: #8cff9f; }
.qualification-note { margin: 18px 0 0; color: #789082; font-size: 11px; line-height: 1.5; }
.gain-simulator { margin-top: 80px; padding: 48px; border: 1px solid rgba(16,239,93,.38); border-radius: 30px; background: #06160d; }
.gain-intro p { max-width: 760px; color: #9fb0a5; line-height: 1.6; }
.gain-tabs, .promo-tabs { display: inline-flex; gap: 6px; margin: 26px 0; padding: 6px; border: 1px solid rgba(255,255,255,.12); border-radius: 999px; background: rgba(0,0,0,.25); }
.gain-tabs button, .promo-tabs button { padding: 11px 18px; border: 0; border-radius: 999px; color: #a5b6ab; background: transparent; font-weight: 800; cursor: pointer; }
.gain-tabs button.active, .promo-tabs button.active { color: #00210b; background: var(--green); }
.promotions-section .promo-tabs { border-color: #b8c0ba; background: #d7dcd7; }
.promotions-section .promo-tabs button { color: #2f4437; }
.promotions-section .promo-tabs button:not(.active):hover { color: #07130c; background: rgba(255,255,255,.55); }
.gain-body { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: stretch; margin-top: 10px; }
.gain-controls, .gain-result { padding: 30px; border: 1px solid rgba(255,255,255,.11); border-radius: 22px; background: rgba(255,255,255,.03); }
.gain-controls label { display: block; margin-bottom: 12px; color: #c5d4ca; }
.gain-controls label strong { color: var(--green); font-size: 26px; }
.gain-controls > small { display: block; margin-top: 18px; color: #85998c; line-height: 1.5; }
input[type="range"] { --range-progress: 0%; width: 100%; height: 6px; margin: 12px 0 28px; appearance: none; border-radius: 99px; background: linear-gradient(90deg, var(--green) var(--range-progress), #304039 var(--range-progress)); }
input[type="range"]::-webkit-slider-thumb { width: 24px; height: 24px; appearance: none; border: 4px solid #062515; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 1px var(--green), 0 0 22px rgba(16,239,93,.42); cursor: pointer; }
input[type="range"]::-moz-range-thumb { width: 18px; height: 18px; border: 4px solid #062515; border-radius: 50%; background: var(--green); cursor: pointer; }
.money-input { display: flex; align-items: center; overflow: hidden; width: min(250px, 100%); border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: rgba(0,0,0,.22); }
.money-input span { padding-left: 14px; color: var(--green); font-weight: 800; }
.money-input input { min-width: 0; width: 100%; padding: 13px; border: 0; outline: 0; color: white; background: transparent; }
.gain-result > span { color: #91a297; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.gain-result > strong { display: block; margin: 10px 0 28px; color: var(--green); font-size: clamp(42px, 5vw, 62px); letter-spacing: -.05em; }
.gain-result > div { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px 0; border-top: 1px solid rgba(255,255,255,.1); }
.gain-result p { margin: 0; color: #91a297; font-size: 12px; }.gain-result b { max-width: 260px; text-align: right; }
.gain-result small, .gain-disclaimer { display: block; color: #74877a; line-height: 1.5; }
.gain-disclaimer { margin: 20px 4px 0; font-size: 11px; }
.work-promotions { margin-top: 80px; }
.work-promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.work-promo-card { min-height: 265px; padding: 26px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.04); }
.work-promo-card > span { color: var(--green); font: 800 11px ui-monospace, monospace; letter-spacing: .1em; text-transform: uppercase; }
.work-promo-card h3 { margin: 30px 0 10px; font-size: 23px; line-height: 1.12; }
.work-promo-card p { color: #a8b8ae; line-height: 1.55; }
.work-promo-card b { display: block; margin-top: 20px; color: var(--green); font-size: 12px; line-height: 1.45; }
.work-promo-source { display: flex; align-items: center; justify-content: space-between; gap: 28px; margin-top: 16px; padding: 22px 24px; border: 1px solid rgba(16,239,93,.18); border-radius: 18px; background: rgba(16,239,93,.06); }
.work-promo-source p { max-width: 720px; margin: 0; color: #aebeb3; line-height: 1.5; }

/* Promoções */
.promotions-section { background: var(--paper); }
.promo-panel { display: none; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.promo-panel.active { display: grid; }
.promo-card { min-height: 270px; padding: 28px; border: 1px solid #d9e2da; border-radius: 24px; background: white; }
.promo-card > span { color: #07883b; font: 800 11px ui-monospace, monospace; letter-spacing: .12em; text-transform: uppercase; }
.promo-card h3 { margin: 34px 0 10px; font-size: 25px; line-height: 1.12; }
.promo-card p { color: #5d6a62; line-height: 1.55; }
.promo-card b { display: block; margin-top: 22px; color: #087b36; font-size: 12px; line-height: 1.45; }
.promo-source { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-top: 18px; padding: 24px 28px; border-radius: 20px; color: white; background: #062515; }
.promo-source p { max-width: 720px; margin: 0; color: #aebeb3; line-height: 1.5; }

/* Flutuantes e modais */
.whatsapp-float { position: fixed; right: 22px; bottom: 22px; z-index: 90; display: flex; align-items: center; gap: 9px; height: 52px; padding: 0 16px; border-radius: 999px; color: #00210b; background: #22df6b; box-shadow: 0 12px 35px rgba(0,0,0,.35); font-size: 12px; font-weight: 900; text-decoration: none; }
.whatsapp-float svg { width: 24px; fill: currentColor; }
.discount-float { position: fixed; right: 22px; bottom: 84px; z-index: 90; display: flex; align-items: center; gap: 9px; min-height: 50px; padding: 0 18px; border: 1px solid rgba(16,239,93,.5); border-radius: 999px; color: white; background: rgba(2,24,12,.92); backdrop-filter: blur(12px); box-shadow: 0 12px 35px rgba(0,0,0,.32); font-size: 12px; font-weight: 900; text-transform: uppercase; cursor: pointer; }
.discount-float span { color: var(--green); font-size: 20px; }
.solution-modal, .discount-modal, .invoice-modal { width: min(720px, calc(100% - 28px)); max-height: calc(100svh - 28px); padding: 0; overflow: auto; border: 1px solid rgba(16,239,93,.3); border-radius: 26px; color: white; background: #04160d; box-shadow: 0 30px 100px #000; }
.solution-modal.has-plans { width: min(1080px, calc(100% - 28px)); }
.discount-modal { width: min(900px, calc(100% - 28px)); }
.solution-modal::backdrop, .discount-modal::backdrop, .invoice-modal::backdrop { background: rgba(0,0,0,.84); backdrop-filter: blur(10px); }
.solution-modal-content, .discount-modal form { padding: 48px; }
.solution-modal-content > span, .discount-head > span { color: var(--green); font: 800 11px ui-monospace, monospace; letter-spacing: .13em; text-transform: uppercase; }
.solution-modal-content h2, .discount-head h2 { margin: 14px 0; font-size: clamp(34px, 5vw, 55px); letter-spacing: -.045em; line-height: 1; }
.solution-modal-content > p, .discount-head p { color: #adbbb2; line-height: 1.65; }
.solution-modal-content > div { display: grid; gap: 8px; margin: 28px 0; }
.solution-modal-content > div span { padding: 13px 15px; border: 1px solid rgba(255,255,255,.1); border-radius: 12px; color: #c8d5cc; background: rgba(255,255,255,.035); }
.solution-modal-content > div span::before { content: "✓"; margin-right: 10px; color: var(--green); }
.solution-modal-content > .telecom-plans { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 10px; margin: 26px 0; }
.telecom-plans article { display: flex; min-width: 0; flex-direction: column; padding: 18px 14px; border: 1px solid rgba(16,239,93,.32); border-radius: 17px; background: linear-gradient(160deg, rgba(16,239,93,.1), rgba(255,255,255,.025)); }
.solution-modal-content .telecom-plans article > span { padding: 0; border: 0; color: #c8d5cc; background: transparent; font-size: 11px; font-weight: 800; }.solution-modal-content .telecom-plans article > span::before { content: none; }
.telecom-plans strong { display: block; margin-top: 9px; color: var(--green); font-size: 25px; letter-spacing: -.04em; }.telecom-plans small { display: block; min-height: 34px; margin-top: 5px; color: #8ca095; font-size: 10px; line-height: 1.45; }.telecom-plans b { display: block; margin-top: 18px; color: white; font-size: 14px; }.telecom-plans em { display: block; margin-top: 8px; color: #81958a; font-size: 9px; font-style: normal; line-height: 1.4; }
.discount-fields { display: grid; grid-template-columns: .35fr .65fr; gap: 16px; margin: 28px 0; }
.discount-fields label, .discount-contact label { display: grid; gap: 8px; color: #c5d4ca; font-size: 12px; font-weight: 750; }
.discount-fields input:not([type="range"]), .discount-fields select, .discount-contact input { width: 100%; padding: 14px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; outline: 0; color: white; background: rgba(0,0,0,.23); }
.discount-fields label small { color: #7f9486; font-weight: 500; line-height: 1.45; }
.discount-fields select option { color: #07110d; }
.discount-fields input:focus, .discount-fields select:focus, .discount-contact input:focus { border-color: var(--green); }
.field-wide { grid-column: 1 / -1; }
.bill-row { display: grid; grid-template-columns: 1fr 190px; gap: 22px; align-items: center; }
.bill-row input[type="range"] { margin: 0; }.bill-row .money-input { width: 100%; }
.discount-result { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.discount-result > div { padding: 22px; border: 1px solid rgba(16,239,93,.24); border-radius: 18px; background: rgba(16,239,93,.065); }
.discount-result span { display: block; color: #91a397; font-size: 11px; text-transform: uppercase; }
.discount-result strong { display: block; margin-top: 8px; color: var(--green); font-size: clamp(28px, 4vw, 42px); letter-spacing: -.04em; }
.discount-rule { display: grid; gap: 6px; margin: -8px 0 16px; padding: 15px 17px; border: 1px solid rgba(16,239,93,.22); border-radius: 14px; color: #aebfb4; background: rgba(16,239,93,.055); font-size: 12px; line-height: 1.45; }
.discount-rule b { color: var(--green); font-size: 13px; }.discount-rule span { color: #d3dfd7; }.discount-rule small { color: #84988b; }
.discount-explain { margin: 16px 0; padding: 20px; border-radius: 16px; background: rgba(255,255,255,.04); }
.discount-explain p { color: #c0cdc4; line-height: 1.55; }.discount-explain small { color: #7f9486; line-height: 1.45; }
.invoice-guide { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin: 18px 0; }
.invoice-example, .invoice-rejections { margin: 0; padding: 18px; border: 1px solid rgba(255,255,255,.1); border-radius: 16px; background: rgba(255,255,255,.035); }
.invoice-example > span, .invoice-rejections > span { color: var(--green); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.invoice-example figcaption, .invoice-rejections figcaption, .invoice-rejections li { color: #aebdb3; font-size: 11px; line-height: 1.45; }.invoice-rejections ul { margin: 12px 0 0; padding-left: 18px; }.invoice-rejections li { margin: 5px 0; }
.invoice-photo-button { display: block; width: 100%; margin: 14px 0 12px; padding: 0; overflow: hidden; border: 1px solid rgba(255,255,255,.12); border-radius: 12px; background: #010604; cursor: zoom-in; }
.invoice-photo-button img { width: 100%; height: 250px; object-fit: contain; transition: transform .25s ease; }
.invoice-photo-button:hover img, .invoice-photo-button:focus-visible img { transform: scale(1.025); }
.invoice-rejection-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 2px; }
.invoice-rejection-grid figure { min-width: 0; margin: 0; }
.invoice-rejection-grid .invoice-photo-button { margin-bottom: 7px; }
.invoice-rejection-grid .invoice-photo-button img { height: 152px; object-fit: contain; }
.invoice-rejection-grid figcaption { text-align: center; }
.invoice-modal { width: min(980px, calc(100% - 28px)); background: #010604; }
.invoice-modal > img { width: 100%; max-height: calc(100svh - 30px); object-fit: contain; }
.invoice-upload { display: grid; gap: 8px; margin: 18px 0; padding: 16px; border: 1px dashed rgba(16,239,93,.38); border-radius: 15px; color: #d3dfd7; font-size: 12px; cursor: pointer; background: rgba(16,239,93,.045); }
.invoice-upload input { color: #99ac9f; font-size: 11px; }.invoice-upload span { color: var(--green); overflow-wrap: anywhere; }
.discount-contact { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 20px 0; }
.discount-actions { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10px; }.discount-submit { width: 100%; }.discount-actions button:disabled { opacity: .4; cursor: not-allowed; box-shadow: none; transform: none; }
.invoice-privacy { display: block; margin: 12px 2px 0; color: #71887a; font-size: 10px; line-height: 1.45; }
.form-message { min-height: 18px; margin: 9px 0 0; color: #ffb7a8; font-size: 12px; text-align: center; }

/* Modo noturno */
body.theme-dark .section-light,
body.theme-dark .timeline-section,
body.theme-dark .trust-section,
body.theme-dark .video-section,
body.theme-dark .promotions-section,
body.theme-dark .dossier-section { color: #eef8f1; background: #06100b; }
body.theme-dark .section-heading h2,
body.theme-dark .dossier-copy h2 { color: #f5fff7; }
body.theme-dark .section-heading > p:last-child,
body.theme-dark .timeline-item p,
body.theme-dark .feature-card p,
body.theme-dark .promo-card p { color: #aebdb3; }
body.theme-dark .feature-card,
body.theme-dark .promo-card,
body.theme-dark .video-card,
body.theme-dark .evidence-card,
body.theme-dark .metric { color: #eef8f1; border-color: rgba(255,255,255,.11); background: #0a1710; }
body.theme-dark .feature-card::after { border-color: rgba(16,239,93,.15); }
body.theme-dark .timeline,
body.theme-dark .timeline-item { border-color: rgba(255,255,255,.12); }
body.theme-dark .metric-board { background: #1a2b21; }
body.theme-dark .metric-note { color: #8da095; background: #0d1c13; }
body.theme-dark .evidence-card figcaption strong,
body.theme-dark .video-card h3,
body.theme-dark .promo-card h3 { color: #f4fff7; }
body.theme-dark .promotions-section .promo-tabs { border-color: rgba(255,255,255,.18); background: #15241a; }
body.theme-dark .promotions-section .promo-tabs button { color: #c1d1c6; }
body.theme-dark .promotions-section .promo-tabs button.active { color: #00210b; }
body.theme-dark .dossier-card { box-shadow: 0 30px 90px rgba(0,0,0,.42); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.reveal.visible { opacity: 1; transform: none; }
.search-highlight { animation: highlight 1.5s ease; }
@keyframes highlight { 0%, 100% { outline: 0 solid transparent; } 35% { outline: 6px solid rgba(16,239,93,.22); } }

@media (max-width: 1220px) {
  .site-header { grid-template-columns: 1fr auto; }
  .main-nav { position: fixed; inset: 66px 0 auto; display: none; flex-direction: column; align-items: center; padding: 32px; background: rgba(2,11,7,.97); border-bottom: 1px solid rgba(255,255,255,.1); }
  .main-nav.open { display: flex; }
  .main-nav a { font-size: 16px; }
  .main-nav .nav-work-link { display: block; }
  .menu-toggle { display: grid; gap: 4px; }
  .menu-toggle span { width: 16px; height: 1px; background: white; }
  .header-actions .button { display: none; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .coverage-layout, .faq-layout, .dossier-card { grid-template-columns: 1fr; }
  .coverage-visual { width: min(560px, 100%); margin: 0 auto; }
  .faq-layout .section-heading { position: static; }
  .proof-card.wide { grid-template-columns: 1fr; }
  .video-feature { grid-template-columns: 1fr; }
  .video-grid { grid-template-columns: repeat(2, 1fr); }
  .results-grid { grid-template-columns: repeat(2, 1fr); }
  .club-layout, .map-explorer, .work-card, .qualification-panel, .gain-body { grid-template-columns: 1fr; }
  .club-showcase { width: min(700px, 100%); margin: 0 auto; }
  .work-video { aspect-ratio: 4 / 3; max-height: none; }
  .national-kpis { grid-template-columns: repeat(2, 1fr); }
  .promo-panel, .work-promo-grid { grid-template-columns: repeat(2, 1fr); }
  .work-promo-source { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { padding: 0 14px; }
  .section { padding: 82px 0; }
  .hero-content { padding-top: 92px; padding-bottom: 70px; }
  .hero h1 { font-size: clamp(52px, 17vw, 76px); }
  .hero-video iframe { transform: scale(2); }
  .hero-shade { background: linear-gradient(90deg, rgba(0,12,6,.95), rgba(0,12,6,.68)), linear-gradient(0deg, rgba(0,10,5,.9), transparent); }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); margin-top: 38px; }
  .scroll-cue { display: none; }
  .section-heading h2, .dossier-copy h2 { font-size: clamp(42px, 13vw, 60px); }
  .section-heading > p:last-child { font-size: 16px; }
  .feature-grid, .process-grid, .reputation-layout, .proof-grid, .video-grid, .license-grid, .promo-panel, .work-promo-grid { grid-template-columns: 1fr; }
  .results-grid { grid-template-columns: 1fr 1fr; }
  .result-card { min-height: 160px; padding: 22px; }
  .result-card p { margin-top: 28px; }
  .feature-card { min-height: 260px; }
  .process-card { min-height: 245px; }
  .process-card h3 { margin-top: 50px; }
  .legal-band { align-items: flex-start; flex-direction: column; }
  .timeline-item { grid-template-columns: 1fr; gap: 14px; }
  .coverage-pill { min-width: 125px; padding: 12px 16px; }
  .coverage-pill b { font-size: 24px; }
  .reputation-layout { gap: 14px; }
  .metric-board { grid-template-columns: 1fr; }
  .metric { min-height: 150px; }
  .partnership-band { grid-template-columns: 1fr; gap: 18px; padding: 26px; }
  .proof-card.wide { grid-column: auto; }
  .proof-image.landscape, .proof-image.portrait { min-height: 240px; height: 240px; }
  .proof-copy { padding: 25px; }
  .video-feature-copy { padding: 28px; }
  .video-card h3 { min-height: 0; }
  .promo-source { align-items: flex-start; flex-direction: column; }
  .native-map-section { width: min(100% - 28px, 1180px); margin-top: 0; padding: 24px 18px; }
  .national-kpis { grid-template-columns: 1fr; }.national-kpis article { padding: 17px; }
  .brazil-map-card { padding: 15px; }.brazil-map { min-height: 390px; padding: 8px; }.brazil-map-toolbar { align-items: flex-start; flex-direction: column; gap: 4px; }.map-detail-panel { padding: 21px 17px; }.map-metrics { grid-template-columns: 1fr 1fr; }.rank-row { grid-template-columns: 22px minmax(72px,.9fr) minmax(70px,1fr) auto; gap: 6px; }
  .solutions-track { padding-inline: calc(50% - 145px); }.solution-card { flex-basis: 290px; min-height: 340px; }.solutions-arrow { width: 42px; height: 42px; }
  .club-showcase { grid-template-columns: 1fr 190px 1fr; min-height: 500px; gap: 8px; }.club-phone { min-height: 390px; padding-inline: 14px; }.club-orbit span { padding: 14px 6px; font-size: 10px; }
  .brand-track img { height: 86px; }
  .recognition-showcase { padding-inline: 8px; }
  .recognition-stage { height: 300px; margin-inline: 38px; }
  .recognition-slide { width: min(280px, 72vw); height: 250px; transform: translateX(calc(-50% + (var(--offset) * 175px))) rotateY(calc(var(--offset) * -10deg)); }
  .work-card, .qualification-panel, .gain-simulator { padding: 28px 22px; }
  .work-modal { width: calc(100% - 12px); max-height: calc(100svh - 12px); border-radius: 22px; }
  .work-modal .modal-close { top: 14px; right: 14px; }
  .work-modal-content { padding: 28px 14px; }
  .work-modal-intro { padding: 0 50px 0 8px; }
  .work-modal-intro p { font-size: 15px; }
  .work-actions { flex-direction: column; }
  .work-video { aspect-ratio: 4 / 3; }
  .license-card { grid-template-columns: 1fr; min-height: 0; padding: 26px; }
  .license-card > div:first-child { grid-column: auto; }
  .qualification-ladder { grid-template-columns: repeat(7, 128px); justify-content: start; min-height: 470px; gap: 8px; margin-inline: -22px; padding: 48px 22px 12px; }
  .level { padding: 8px 4px 12px; }
  .level img { width: 76px; height: 76px; margin-top: -34px; }
  .level-1 { --level: 220px; }.level-2 { --level: 250px; }.level-3 { --level: 280px; }.level-4 { --level: 310px; }.level-5 { --level: 340px; }.level-6 { --level: 370px; }.level-7 { --level: 400px; }
  .level b { font-size: 10px; }.level span, .level em { font-size: 8px; }.level em strong { font-size: 9px; }
  .gain-tabs, .promo-tabs { width: 100%; overflow-x: auto; border-radius: 18px; }
  .gain-tabs button, .promo-tabs button { flex: 1 0 auto; }
  .gain-result > div { align-items: flex-start; flex-direction: column; }
  .gain-result b { text-align: left; }
  .solution-modal-content, .discount-modal form { padding: 34px 22px; }
  .solution-modal-content > .telecom-plans { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .discount-fields, .discount-contact, .discount-result { grid-template-columns: 1fr; }
  .invoice-guide, .discount-actions { grid-template-columns: 1fr; }
  .invoice-rejection-grid { grid-template-columns: 1fr 1fr; }
  .invoice-photo-button img { height: 230px; }
  .invoice-rejection-grid .invoice-photo-button img { height: 135px; }
  .field-wide { grid-column: auto; }
  .bill-row { grid-template-columns: 1fr; }
  .discount-float { right: 14px; bottom: 76px; }
  .whatsapp-float { right: 14px; bottom: 14px; }
  .discount-float { max-width: calc(100vw - 28px); padding-inline: 14px; font-size: 10px; }
  .dossier-card { padding: 32px 24px; border-radius: 26px; }
  .dossier-preview { min-height: 390px; }
  .paper-front { padding: 28px; }
  .paper-front strong { font-size: 25px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

@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; }
}
