/* input(29,6): run-time error CSS1030: Expected identifier, found ' '
input(29,7): run-time error CSS1060: Expected closing curly-brace, found 'nav'
input(33,9): run-time error CSS1019: Unexpected token, found '}'
input(34,5): run-time error CSS1019: Unexpected token, found '}' */
/* MANIFESTO.CSS — components específicos do manifesto */
/* Tokens vêm do shared.css. Apenas estilos próprios desta página. */

/* MANIFESTO.CSS — components específicos do manifesto */

/* Tokens vêm do shared.css. Apenas estilos próprios desta página. */

.container-narrow {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 32px
    }

/* === Mono labels removidos (rebrand C) — agora usamos .section-kicker (shared.css) === */

/* === NAV === */

/* removed: .nav */

@keyframes nav-bg-build {
    to {
        background: rgba(251, 250, 247, 0.92);
        backdrop-filter: saturate(140%) blur(10px);
        border-bottom-color: var(--rule);
        }
    }

@supports not (animation-timeline: scroll()) {
    . nav {
        background: rgba(251, 250, 247, 0.92);
        backdrop-filter: saturate(140%) blur(10px);
        border-bottom-color: var(--rule);
        }
    }

/* REMOVED conflicting: .nav-inner */

/* REMOVED conflicting: .nav-logo */

/* removed: .nav-logo:hover */

/* removed: .nav-logo-mark */

/* removed: .nav-links */

/* removed: .nav-links a */

/* removed: .nav-links a::after */

/* removed: .nav-links a:hover, .nav-links a.active */

/* removed: .nav-links a:hover::after, .nav-links a.active::after */

/* Nav CTA — preto sólido (alinhado com shared.css) */

/* removed: .nav-cta-link */

/* removed: .nav-cta-link:hover */

/* REMOVED conflicting: .nav-cta-link svg */

/* removed: .nav-cta-link:hover svg */

/* ===== Nav CTA group + buttons (alinhado com shared.css) ===== */

/* removed: .nav-cta */

/* REMOVED conflicting: .btn */

/* REMOVED conflicting: .btn-primary */

/* removed: .btn-primary:hover */

/* REMOVED conflicting: .btn-ghost */

/* removed: .btn-ghost:hover */

/* === SCROLL PROGRESS === */

/* removed: .scroll-progress */

@keyframes progress {
    to {
        transform: scaleX(1);
        }
    }

/* ============================================
   HERO — Manifesto editorial
   ============================================ */

.hero {
    padding: 96px 0 80px;
    border-bottom: 1px solid var(--rule);
    position: relative;
    overflow: hidden
    }

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle at 1px 1px, rgba(17, 24, 39, 0.025) 1px, transparent 0);
    background-size: 28px 28px;
    pointer-events: none;
    opacity: 0.5
    }

/* .hero::after removido — o aurora unificado vem de .hero-blue::after no shared.css */

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 80px;
    align-items: end
    }

.hero-meta {
    display: flex;
    flex-direction: column;
    gap: 18px
    }

.hero-meta-line {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-muted)
    }

.hero h1 {
    font-family: var(--sans);
    font-weight: 450;
    font-size: clamp(48px, 6vw, 86px);
    line-height: 1;
    letter-spacing: -0.025em;
    margin-top: 20px;
    text-wrap: balance
    }

.hero h1 em {
    font-style: normal;
    color: var(--brand-blue);
    font-weight: 450
    }

.hero-aside {
    border-left: 1px solid var(--rule);
    padding-left: 32px;
    font-family: var(--sans);
    font-style: normal;
    font-weight: 450;
    font-size: 21px;
    line-height: 1.45;
    color: var(--ink-soft);
    text-wrap: pretty
    }

.hero-aside-attr {
    display: block;
    margin-top: 20px;
    font-family: var(--mono);
    font-style: normal;
    font-size: 10.5px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-muted)
    }

/* ============================================
   HERO-BLUE OVERRIDES — manifesto sobre fundo azul
   ============================================ */
.hero.hero-blue h1 em {
    color: var(--accent-yellow);
    }
.hero.hero-blue .hero-aside {
    border-left-color: rgba(255,255,255,0.25);
    color: rgba(255,255,255,0.95);
    }
.hero.hero-blue .hero-aside-attr {
    color: rgba(255,255,255,0.7);
    }
/* .mono-label removido — section-kicker em hero-blue tem override em shared.css */

/* ============================================
   PURPOSE — bloco editorial centrado
   ============================================ */

.purpose {
    padding: 112px 0;
    border-bottom: 1px solid var(--rule)
    }

.purpose-head {
    margin-bottom: 56px
    }

.purpose-head h2 {
    font-family: var(--sans);
    font-weight: 450;
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin-top: 20px;
    text-wrap: balance
    }

.purpose-head h2 em {
    font-style: normal;
    color: var(--brand-blue);
    font-weight: 450
    }

.purpose-body {
    display: grid;
    grid-template-columns: 1fr 1.6fr;
    gap: 64px;
    align-items: start
    }

.purpose-aside {
    position: sticky;
    top: 120px;
    font-family: var(--sans);
    font-style: normal;
    font-weight: 450;
    font-size: 22px;
    line-height: 1.45;
    color: var(--brand-blue);
    padding-left: 24px;
    border-left: 2px solid var(--brand-blue);
    text-wrap: pretty
    }

.purpose-text p {
    font-size: 18px;
    line-height: 1.65;
    color: var(--ink-soft);
    margin-bottom: 22px;
    text-wrap: pretty
    }

.purpose-text p:last-child {
    margin-bottom: 0
    }

.purpose-text strong {
    font-weight: 700;
    color: var(--ink)
    }

.purpose-text em {
    font-style: normal;
    font-family: var(--sans);
    font-weight: 400;
    color: var(--brand-blue)
    }

/* ============================================
   PILLARS — pilares numerados com fundamento científico
   ============================================ */

.pillars {
    padding: 112px 0;
    background: var(--surface);
    border-bottom: 1px solid var(--rule)
    }

.pillars-head {
    margin-bottom: 80px;
    max-width: 760px
    }

.pillars-head h2 {
    font-family: var(--sans);
    font-weight: 450;
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin-top: 20px;
    text-wrap: balance
    }

.pillars-head h2 em {
    font-style: normal;
    color: var(--brand-blue);
    font-weight: 450
    }

.pillars-head p {
    margin-top: 20px;
    font-family: var(--sans);
    font-style: normal;
    font-weight: 450;
    font-size: 19px;
    line-height: 1.55;
    color: var(--ink-muted);
    max-width: 620px
    }

.pillar {
    display: grid;
    grid-template-columns: 100px 1fr 1fr;
    gap: 48px;
    padding: 56px 0;
    border-top: 1px solid var(--rule);
    align-items: start
    }

.pillar:last-child {
    border-bottom: 1px solid var(--rule)
    }

.pillar-num {
    font-family: var(--sans);
    font-weight: 450;
    font-size: 72px;
    color: var(--brand-blue);
    font-style: normal;
    letter-spacing: -0.02em;
    line-height: 1;
    font-variant-numeric: lining-nums tabular-nums
    }

.pillar-main h3 {
    font-family: var(--sans);
    font-weight: 450;
    font-size: 28px;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: var(--ink);
    margin-bottom: 20px;
    text-wrap: balance
    }

.pillar-main h3 em {
    font-style: normal;
    color: var(--brand-blue);
    font-weight: 450
    }

.pillar-main p {
    font-size: 15.5px;
    line-height: 1.65;
    color: var(--ink-soft);
    margin-bottom: 14px;
    text-wrap: pretty
    }

.pillar-main p:last-child {
    margin-bottom: 0
    }

.pillar-main strong {
    font-weight: 700;
    color: var(--ink)
    }

.pillar-evidence {
    background: var(--surface);
    border: 1px solid var(--rule);
    border-left: 3px solid var(--brand-blue);
    padding: 1.5rem;
    border-radius: var(--r-lg);
    box-shadow: var(--sh-thin);
    position: sticky;
    top: 120px;
    transition: all var(--t-base)
    }

.pillar-evidence:hover {
    box-shadow: var(--sh-med);
    transform: translatey(-2px)
    }

.pillar-evidence-label {
    font-family: var(--mono);
    font-size: 10.5px;
    font-weight: 500;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brand-blue);
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    gap: 8px
    }

.pillar-evidence-label::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--brand-blue)
    }

.pillar-evidence p {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--ink-soft);
    margin-bottom: 10px
    }

.pillar-evidence p:last-child {
    margin-bottom: 0
    }

.pillar-evidence em {
    font-style: normal;
    font-family: var(--sans);
    font-weight: 400;
    color: var(--brand-blue)
    }

.pillar-evidence-stat {
    display: inline-block;
    font-family: var(--sans);
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: var(--brand-blue);
    letter-spacing: -0.01em;
    margin: 10px 0 6px;
    font-variant-numeric: lining-nums tabular-nums;
    line-height: 1.1
    }

.pillar-evidence-source {
    font-family: var(--mono);
    font-size: 10.5px;
    letter-spacing: 0.06em;
    color: var(--ink-muted);
    margin-top: 14px;
    padding-top: 12px;
    border-top: 1px dotted var(--rule);
    display: block
    }

.pillar-evidence-source a {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 2px;
    text-decoration-thickness: 1px
    }

.pillar-evidence-source a:hover {
    color: var(--ink)
    }

/* ============================================
   PULL QUOTE — frase de impacto
   ============================================ */

.pullquote {
    padding: 120px 0;
    background: var(--bg);
    border-bottom: 1px solid var(--rule);
    text-align: left;
    position: relative
    }

/* .pullquote-mark removido (rebrand C — sem decoração editorial) */
.pullquote-text {
    position: relative;
    font-family: var(--sans);
    font-weight: 450;
    font-style: normal;
    font-size: clamp(28px, 3.6vw, 48px);
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: var(--ink);
    max-width: 880px;
    text-wrap: balance
    }

.pullquote-text strong {
    font-style: normal;
    font-weight: 400;
    color: var(--brand-blue)
    }

.pullquote-attr {
    margin-top: 32px;
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ink-muted)
    }

/* ============================================
   SPI — Sistema Pedagógico Integrado (linha do tempo vertical)
   ============================================ */

.spi {
    padding: 112px 0;
    border-bottom: 1px solid var(--rule);
    background: var(--surface)
    }

.spi-head {
    margin-bottom: 72px;
    max-width: 760px
    }

.spi-head h2 {
    font-family: var(--sans);
    font-weight: 450;
    font-size: clamp(36px, 4vw, 52px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin-top: 20px;
    text-wrap: balance
    }

.spi-head h2 em {
    font-style: normal;
    color: var(--brand-blue);
    font-weight: 450
    }

.spi-head p {
    margin-top: 20px;
    font-family: var(--sans);
    font-style: normal;
    font-weight: 450;
    font-size: 19px;
    line-height: 1.55;
    color: var(--ink-muted);
    max-width: 620px
    }

.spi-flow {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0
    }

.spi-step {
    position: relative;
    padding: 32px 24px 28px;
    display: flex;
    flex-direction: column;
    border-right: 1px dotted var(--rule);
    transition: background var(--t-base)
    }

.spi-step:last-child {
    border-right: 0
    }

.spi-step:hover {
    background: var(--bg)
    }

.spi-step-num {
    font-family: var(--sans);
    font-weight: 400;
    font-size: 13px;
    font-style: normal;
    color: var(--brand-blue);
    letter-spacing: 0.06em;
    margin-bottom: 16px;
    font-variant-numeric: lining-nums;
    display: flex;
    align-items: center;
    gap: 8px
    }

.spi-step-num::before {
    content: "";
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--surface);
    border: 1.5px solid var(--brand-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--sans);
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    font-variant-numeric: lining-nums tabular-nums
    }

.spi-step:nth-child(1) .spi-step-num::before {
    content: "1"
    }

.spi-step:nth-child(2) .spi-step-num::before {
    content: "2"
    }

.spi-step:nth-child(3) .spi-step-num::before {
    content: "3"
    }

.spi-step:nth-child(4) .spi-step-num::before {
    content: "4"
    }

.spi-step:nth-child(5) .spi-step-num::before {
    content: "5"
    }

.spi-step:hover .spi-step-num::before {
    background: var(--brand-blue);
    color: white
    }

.spi-step h3 {
    font-family: var(--sans);
    font-weight: 700;
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: -0.015em;
    color: var(--ink);
    margin-bottom: 14px;
    text-wrap: balance
    }

.spi-step p {
    font-size: 13.5px;
    line-height: 1.6;
    color: var(--ink-soft);
    margin: 0
    }

.spi-step.is-core {
    background: linear-gradient(180deg, rgba(30, 64, 175, 0.04), rgba(30, 64, 175, 0))
    }

.spi-step.is-core h3 {
    color: var(--brand-blue)
    }

.spi-step.is-core .spi-tag {
    display: inline-block;
    margin-top: 14px;
    font-family: var(--mono);
    font-size: 10px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brand-blue);
    padding: 4px 9px;
    background: rgba(30, 64, 175, 0.08);
    border-radius: 4px;
    font-weight: 700
    }

.spi-foot {
    margin-top: 56px;
    padding-top: 32px;
    border-top: 1px solid var(--rule);
    font-family: var(--sans);
    font-style: normal;
    font-weight: 450;
    font-size: 17px;
    line-height: 1.55;
    color: var(--ink-muted);
    max-width: 720px;
    text-wrap: pretty
    }

.spi-foot strong {
    font-style: normal;
    font-weight: 700;
    font-family: var(--sans);
    color: var(--ink)
    }

/* ============================================
   COMMITMENT — fechamento institucional
   ============================================ */

.commitment {
    padding: 112px 0;
    border-bottom: 1px solid var(--rule);
    position: relative;
    overflow: hidden
    }

.commitment::before {
    content: "";
    position: absolute;
    bottom: -300px;
    left: -200px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(30, 64, 175, 0.06) 0%, transparent 65%);
    pointer-events: none
    }

.commitment-grid {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 72px;
    align-items: start
    }

.commitment-side h2 {
    font-family: var(--sans);
    font-weight: 450;
    font-size: clamp(34px, 3.6vw, 48px);
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: var(--ink);
    margin-top: 20px;
    text-wrap: balance
    }

.commitment-side h2 em {
    font-style: normal;
    color: var(--brand-blue);
    font-weight: 450
    }

.commitment-text p {
    font-size: 18px;
    line-height: 1.65;
    color: var(--ink-soft);
    margin-bottom: 22px;
    text-wrap: pretty
    }

.commitment-text p:last-child {
    margin-bottom: 0
    }

.commitment-text strong {
    font-weight: 700;
    color: var(--ink)
    }

.commitment-text em {
    font-style: normal;
    font-family: var(--sans);
    font-weight: 400;
    color: var(--brand-blue)
    }

.commitment-signature {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid var(--rule);
    display: flex;
    flex-direction: column;
    gap: 6px
    }

.commitment-signature-name {
    font-family: var(--sans);
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    color: var(--ink);
    letter-spacing: -0.015em
    }

.commitment-signature-meta {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ink-muted)
    }

/* ============================================
   CTA — próximo passo
   ============================================ */

.cta {
    padding: 96px 0 112px;
    background: var(--ink);
    color: var(--bg);
    position: relative;
    overflow: hidden
    }

.cta::before {
    content: "";
    position: absolute;
    top: -200px;
    right: -200px;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.18) 0%, transparent 65%);
    pointer-events: none
    }

.cta-inner {
    position: relative;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 56px;
    align-items: end
    }

.cta-mono {
    font-family: var(--mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--brand-blue-3);
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px
    }

.cta-mono::before {
    content: "";
    width: 24px;
    height: 1px;
    background: var(--brand-blue-3)
    }

.cta h2 {
    font-family: var(--sans);
    font-weight: 450;
    font-size: clamp(40px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -0.025em;
    color: var(--bg);
    text-wrap: balance
    }

.cta h2 em {
    font-style: normal;
    color: var(--brand-blue-3);
    font-weight: 450
    }

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px
    }

.cta-link {
    font-family: var(--sans);
    font-size: 15px;
    font-weight: 600;
    color: var(--bg);
    text-decoration: none;
    padding: 0.75rem 1.5rem;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: var(--r-md);
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    transition: all var(--t-base)
    }

.cta-link:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: white;
    transform: translatey(-1px)
    }

.cta-link.is-primary {
    background: var(--brand-grad);
    color: white;
    border-color: transparent
    }

.cta-link.is-primary:hover {
    background: var(--brand-grad-hover);
    transform: translatey(-1px);
    box-shadow: var(--sh-btn-hover);
    border-color: transparent
    }

.cta-link svg {
    width: 16px;
    height: 16px;
    transition: transform var(--t-base)
    }

.cta-link:hover svg {
    transform: translatex(4px)
    }

/* ============================================
   FOOTER
   ============================================ */

/* removed: .footer */

/* REMOVED conflicting: .footer-grid */

/* REMOVED conflicting: .footer-brand .nav-logo-mark, .footer-logo-mark */

/* REMOVED conflicting: .footer-brand p */

.footer-contact {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 13px
    }

.footer-contact a {
    color: white;
    text-decoration: none;
    transition: color var(--t-fast)
    }

.footer-contact a:hover {
    color: var(--brand-blue-3)
    }

/* REMOVED conflicting: .footer-col h5 */

/* REMOVED conflicting: .footer-col ul */

/* REMOVED conflicting: .footer-col li */

/* REMOVED conflicting: .footer-col a */

/* REMOVED conflicting: .footer-col a:hover */

/* REMOVED conflicting: .footer-bottom */

/* ============================================
   REVEAL ANIMATIONS — gated by .js so non-JS users see content
   ============================================ */

html.js [data-reveal] {
    opacity: 0;
    transform: translatey(24px);
    transition: opacity 0.7s var(--ease-out), transform 0.7s var(--ease-out)
    }

html.js [data-reveal].is-visible {
    opacity: 1;
    transform: translatey(0)
    }

@media (prefers-reduced-motion: reduce) {
    html.js [data-reveal] {
        opacity: 1;
        transform: none;
        transition: none
        }
    }

/* ============================================
   RESPONSIVE
   ============================================ */

@media (max-width: 980px) {
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 40px
        }
    .hero-aside {
        border-left: 0;
        padding-left: 0;
        border-top: 1px solid var(--rule);
        padding-top: 24px
        }
    .purpose-body {
        grid-template-columns: 1fr;
        gap: 32px
        }
    .purpose-aside {
        position: static
        }
    .pillar {
        grid-template-columns: 60px 1fr;
        gap: 24px;
        padding: 40px 0
        }
    .pillar-num {
        font-size: 48px
        }
    .pillar-evidence {
        grid-column: 1/-1;
        position: static;
        margin-top: 8px
        }
    .spi-flow {
        grid-template-columns: 1fr
        }
    .spi-step {
        border-right: 0;
        border-bottom: 1px dotted var(--rule);
        padding: 28px 8px
        }
    .spi-step:last-child {
        border-bottom: 0
        }
    .commitment-grid {
        grid-template-columns: 1fr;
        gap: 32px
        }
    .cta-inner {
        grid-template-columns: 1fr;
        gap: 32px;
        align-items: start
        }
    .footer-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px
        }
    .nav-links {
        display: none
        }
    .nav-cta-link {
        display: none
        }
    }

@media (max-width: 600px) {
    .footer-grid {
        grid-template-columns: 1fr
        }
    .footer-bottom {
        flex-direction: column;
        gap: 8px
        }
    }

/* === HEADINGS — alinhado com rebrand C (Inter peso 700, strong/em em azul) === */

.hero h1, .purpose-head h2, .pillars-head h2,
.pillar-main h3, .spi-head h2, .commitment-side h2, .cta h2 {
    font-family: var(--sans);
    font-weight: 700;
    letter-spacing: -0.03em;
    }

.hero h1 em, .hero h1 strong,
.purpose-head h2 em, .purpose-head h2 strong,
.pillars-head h2 em, .pillars-head h2 strong,
.pillar-main h3 em, .pillar-main h3 strong,
.spi-head h2 em, .spi-head h2 strong,
.commitment-side h2 em, .commitment-side h2 strong,
.cta h2 em, .cta h2 strong {
    font-family: var(--sans);
    font-weight: 700;
    font-style: normal;
    color: var(--brand-blue);
    letter-spacing: -0.03em
    }
/* No fundo azul do hero, strong/em vira cyan tech (alto contraste) */
.hero.hero-blue h1 em, .hero.hero-blue h1 strong {
    color: var(--accent-tech);
    }

/* Claim final do Purpose ("Tocamos os alunos...") com peso de destaque */
.purpose-text-claim {
    font-size: clamp(20px, 1.8vw, 24px);
    font-weight: 700;
    color: var(--ink);
    margin-top: 8px;
    letter-spacing: -0.018em;
    }
.purpose-text-claim strong {
    color: var(--brand-blue);
    font-weight: 700;
    }
/* ===== MOVIDO DE pages/home.css — marquee de fundamentos científicos ===== */
/* =========================================================
   MARQUEE — fundamentos científicos rolando
   ========================================================= */
.marquee {
  background: var(--ink);
  color: var(--bg);
  padding: 26px 0;
  overflow: hidden;
  position: relative;
}
.marquee::before, .marquee::after {
  content: ""; position: absolute; top: 0; bottom: 0;
  width: 80px; z-index: 2; pointer-events: none;
}
.marquee::before { left: 0; background: linear-gradient(90deg, var(--ink), transparent); }
.marquee::after { right: 0; background: linear-gradient(-90deg, var(--ink), transparent); }
.marquee-track {
  display: flex; gap: 0; white-space: nowrap;
  animation: marquee 50s linear infinite;
  width: max-content;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-item {
  font-family: var(--sans);
  font-style: normal;
  font-weight: 450;
  font-size: clamp(18px, 1.5vw, 22px);
  padding: 0 36px;
  display: inline-flex; align-items: baseline; gap: 12px;
  color: rgba(247,244,237,0.85);
}
.marquee-item strong {
  font-family: var(--mono);
  font-style: normal;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-blue-3);
  font-weight: 600;
  padding: 4px 9px;
  border: 1px solid rgba(96,165,250,0.4);
  border-radius: 999px;
  margin-right: 4px;
}
.marquee-item em {
  font-style: normal;
  color: var(--bg);
  font-weight: 400;
}
.marquee-sep {
  font-family: var(--sans);
  color: rgba(247,244,237,0.3);
  padding: 0 4px;
  font-size: 24px;
  align-self: center;
}


/* Marquee respeita prefers-reduced-motion (regra veio junto de pages/home.css) */
@media (prefers-reduced-motion: reduce) {
  .marquee-track { animation: none; transform: none; }
}
