/* ============================================================================
 * Chamadas VEUS — landing page (MVP mockup).
 *
 * Mesma família visual do VEUS Quiz, mas com diferenciação conceitual:
 * - Quiz é Bloomberg ∩ Duolingo (gamification, progresso 01→10, ranking).
 * - Call é Bloomberg ∩ Around (calm, focused, immediate, real-time).
 *
 * Diferenças concretas: ausência de "ranking", presença de wave SVG decorativa
 * no header (motivo gráfico "transmissão"), equalizer micro (4 barras
 * cycling) ao lado do logo, pulse concêntrico no CTA primário, layout em
 * 2 cards lado-a-lado (Iniciar / Entrar) — não em grid de 3+ tracks.
 *
 * Arquivo único por design. 11 seções:
 *  (1) tokens, (2) fontes, (3) reset, (4) shell+atmosfera, (5) tipografia,
 *  (6) topbar+equalizer, (7) wave decorativa, (8) hero, (9) cards CTA,
 *  (10) flow/recent + footer, (11) responsivo + reduced-motion.
 *
 * Identidade visual: PANTONE Cool Gray 11 C (#595959) + PANTONE 1235 C
 * (#FFB316). Amarelo aparece em pontos cirúrgicos:
 *  (a) sublinhado animado do "VEUS." ou nome próprio,
 *  (b) ponto pulsante "sessão ativa",
 *  (c) wave SVG (gradiente translúcido),
 *  (d) pulse ondulante do CTA primário,
 *  (e) marca d'água "C." monumental,
 *  (f) topo dos cards (linha 2px).
 * ========================================================================== */

/* ====================================================================
 * (1) Tokens
 * ==================================================================== */
:root {
    /* Paleta VEUS canônica. */
    --veus-gray:           #595959;       /* Cool Gray 11 C */
    --veus-yellow:         #FFB316;       /* 1235 C */
    --veus-yellow-soft:    #FFC04A;       /* AA-safe em escuro: 8.81:1 sobre #1a1a1a */
    --veus-yellow-deep:    #D48800;       /* hover/active */
    --veus-yellow-warm:    #d4b896;       /* warm-cream para subtítulos (AAA 9.4:1) */

    /* Escala de neutros para shell escuro. */
    --veus-ink-1000:       #000000;
    --veus-ink-900:        #0A0A0B;       /* base do gradiente */
    --veus-ink-850:        #0F0F12;       /* offset wave */
    --veus-ink-800:        #131316;       /* offset diagonal */
    --veus-ink-700:        #1C1D21;       /* card bg */
    --veus-ink-650:        #232428;
    --veus-ink-600:        #2A2B30;       /* divisor */
    --veus-ink-500:        #4A4B52;
    --veus-ink-400:        #6B6C73;
    --veus-ink-300:        #8E8F95;
    --veus-ink-200:        #B8B9BD;
    --veus-ink-100:        #DEDFE2;
    --veus-ink-50:         #F2F2F4;

    /* Texto. */
    --veus-text:           #ECECEE;          /* AAA 14.5:1 sobre ink-900 */
    --veus-text-soft:      #A8A9AD;          /* AAA 7.6:1 */
    --veus-text-faint:     #9DA0A8;          /* AAA 7.4:1 sobre ink-900 e 7.1:1 sobre ink-800; usado em footer + helpers */

    /* Tipografia. */
    --veus-font-display:   "Barlow Condensed", "Conduit ITC Medium", system-ui, sans-serif;
    --veus-font-body:      "Inter", "Conduit ITC Light", system-ui, sans-serif;
    --veus-font-mono:      "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;

    /* Espaçamento (8pt grid). */
    --veus-space-1:        4px;
    --veus-space-2:        8px;
    --veus-space-3:        12px;
    --veus-space-4:        16px;
    --veus-space-5:        20px;
    --veus-space-6:        24px;
    --veus-space-7:        32px;
    --veus-space-8:        40px;
    --veus-space-9:        56px;
    --veus-space-10:       72px;
    --veus-space-11:       96px;
    --veus-space-12:       128px;

    /* Sombras e brilhos. */
    --veus-shadow-card:    0 2px 6px rgba(0,0,0,.18), 0 18px 60px -28px rgba(0,0,0,.65);
    --veus-shadow-cta:     0 1px 0 rgba(255,255,255,.06) inset,
                           0 14px 40px -16px rgba(255, 179, 22, .42);
    --veus-glow-yellow:    0 0 0 1px rgba(255,179,22,.16),
                           0 0 24px -2px rgba(255,179,22,.35);

    /* Geometria. */
    --veus-radius-sm:      4px;
    --veus-radius-md:      8px;
    --veus-radius-lg:      14px;
    --veus-radius-xl:      22px;

    /* Container. */
    --veus-content-max:    1180px;
    --veus-gutter:         clamp(20px, 4vw, 56px);
}

/* ====================================================================
 * (2) Fontes self-hosted (CSP `font-src 'self'`)
 * ==================================================================== */
@font-face {
    font-family: "Barlow Condensed";
    src: url("/static/fonts/BarlowCondensed-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Barlow Condensed";
    src: url("/static/fonts/BarlowCondensed-500.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Barlow Condensed";
    src: url("/static/fonts/BarlowCondensed-600.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Barlow Condensed";
    src: url("/static/fonts/BarlowCondensed-700.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Inter";
    src: url("/static/fonts/Inter-latin.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-024F, U+1E00-1EFF, U+2000-20FF;
}
@font-face {
    font-family: "JetBrains Mono";
    src: url("/static/fonts/JetBrainsMono-400.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* ====================================================================
 * (3) Reset enxuto
 * ==================================================================== */
*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; text-size-adjust: 100%; }

body {
    margin: 0;
    min-height: 100vh;
    min-height: 100dvh;
    background: var(--veus-ink-900);
    color: var(--veus-text);
    font-family: var(--veus-font-body);
    font-size: clamp(15px, 0.45vw + 14px, 17px);
    line-height: 1.55;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
}

img, svg { display: block; max-width: 100%; }

button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }

a { color: inherit; text-decoration: none; }

ol, ul { margin: 0; padding: 0; list-style: none; }

p { margin: 0; }

input, textarea, select {
    font: inherit;
    color: inherit;
}

:focus-visible {
    outline: 2px solid var(--veus-yellow);
    outline-offset: 3px;
    border-radius: var(--veus-radius-sm);
}

.veus-skip {
    position: fixed;
    inset-inline-start: -9999px;
    top: 0;
    z-index: 999;
    padding: var(--veus-space-3) var(--veus-space-5);
    background: var(--veus-yellow);
    color: #111;
    font-weight: 600;
}
.veus-skip:focus { inset-inline-start: 12px; top: 12px; }

/* ====================================================================
 * (4) Shell + atmosfera (gradiente diagonal + grão SVG inline)
 * ==================================================================== */
.veus-shell {
    position: relative;
    isolation: isolate;
    background:
        radial-gradient(circle at 92% -10%,
            rgba(120, 122, 130, 0.16) 0%,
            rgba(120, 122, 130, 0.06) 28%,
            transparent 55%),
        radial-gradient(circle at -5% 100%,
            rgba(255, 179, 22, 0.06) 0%,
            transparent 38%),
        linear-gradient(135deg,
            var(--veus-ink-900) 0%,
            var(--veus-ink-800) 48%,
            var(--veus-ink-1000) 100%);
}

/* Camada de grão fina via data: SVG turbulência. opacity 0.045 fica no
   limite "premium" sem virar ruído visível. */
.veus-shell::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.045;
    mix-blend-mode: overlay;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='0.95' numOctaves='2' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 1  0 0 0 0 1  0 0 0 0 1  0 0 0 0.55 0'/></filter><rect width='180' height='180' filter='url(%23n)'/></svg>");
    background-size: 180px 180px;
}

/* Linhas guia diagonais finíssimas. Quase imperceptível em mobile. */
.veus-shell::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.55;
    background-image:
        linear-gradient(115deg, transparent 49.85%, rgba(255,255,255,.018) 50%, transparent 50.15%),
        linear-gradient(115deg, transparent 49.85%, rgba(255,255,255,.012) 50%, transparent 50.15%);
    background-size: 9vw 100%, 23vw 100%;
}

/* ====================================================================
 * (5) Tipografia base
 * ==================================================================== */
.veus-mono {
    font-family: var(--veus-font-mono);
    font-feature-settings: "tnum" 1, "zero" 1;
}

.veus-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: var(--veus-space-3);
    font-family: var(--veus-font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--veus-text-soft);
    margin-bottom: var(--veus-space-6);
    opacity: 0;
    transform: translateY(8px);
    animation: veus-fade-up .9s cubic-bezier(0.0, 0.0, 0.2, 1) .05s forwards;
}
.veus-eyebrow__bar {
    display: inline-block;
    width: 38px;
    height: 1px;
    background: linear-gradient(90deg, var(--veus-yellow), transparent);
}

.veus-section__kicker {
    font-family: var(--veus-font-mono);
    font-size: 0.72rem;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--veus-text-faint);
    margin-bottom: var(--veus-space-5);
}

.veus-link-quiet {
    color: var(--veus-text-soft);
    font-size: 0.85rem;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: color .18s ease, border-color .18s ease;
}
.veus-link-quiet:hover { color: var(--veus-text); border-color: var(--veus-yellow); }

/* ====================================================================
 * (6) Topbar + audio equalizer
 * ==================================================================== */
.veus-page {
    max-width: var(--veus-content-max);
    margin: 0 auto;
    padding: var(--veus-space-7) var(--veus-gutter) var(--veus-space-9);
}

.veus-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--veus-space-5);
    padding-bottom: var(--veus-space-5);
    margin-bottom: var(--veus-space-4);
    opacity: 0;
    animation: veus-fade-down .8s cubic-bezier(0.0, 0.0, 0.2, 1) 0s forwards;
}
.veus-topbar__brand {
    display: flex;
    align-items: center;
    gap: var(--veus-space-3);
}
.veus-topbar__icon {
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255,255,255,.08);
    transition: transform .6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.veus-topbar:hover .veus-topbar__icon { transform: rotate(360deg); }

.veus-topbar__wordmark {
    font-family: var(--veus-font-display);
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}
.veus-topbar__tech {
    color: var(--veus-text-faint);
    font-weight: 400;
}

.veus-topbar__meta {
    display: flex;
    align-items: center;
    gap: var(--veus-space-5);
}
.veus-topbar__form { display: inline-flex; }

/* Equalizer — 4 barras verticais cycling alturas via @keyframes.
   Tamanho compacto (~24×20px) ao lado do wordmark. */
.veus-equalizer {
    display: inline-flex;
    align-items: flex-end;
    gap: 3px;
    height: 20px;
    margin-left: var(--veus-space-3);
    padding: 0 2px;
}
.veus-equalizer__bar {
    display: block;
    width: 3px;
    height: 6px;
    background: var(--veus-yellow);
    border-radius: 1px;
    transform-origin: bottom center;
    animation: veus-eq 1.4s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}
.veus-equalizer__bar:nth-child(1) { animation-delay: 0s;    height: 8px; }
.veus-equalizer__bar:nth-child(2) { animation-delay: 0.18s; height: 14px; }
.veus-equalizer__bar:nth-child(3) { animation-delay: 0.36s; height: 10px; }
.veus-equalizer__bar:nth-child(4) { animation-delay: 0.54s; height: 16px; }

.veus-tag {
    display: inline-flex;
    align-items: center;
    gap: var(--veus-space-2);
    padding: 5px 12px;
    border: 1px solid var(--veus-ink-600);
    border-radius: 999px;
    font-family: var(--veus-font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--veus-text-soft);
    background: rgba(255,255,255,.02);
}
.veus-tag--live { color: var(--veus-text); }
.veus-tag__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--veus-yellow);
    box-shadow: 0 0 0 0 rgba(255,179,22,.55);
    animation: veus-pulse 2s cubic-bezier(0.4, 0.0, 0.6, 1) infinite;
}

/* ====================================================================
 * (7) Wave decorativa — SVG senoidal full-width abaixo do topbar.
 * Motivo gráfico "comunicação em tempo real / transmissão de áudio".
 * ==================================================================== */
.veus-wave {
    position: relative;
    width: 100%;
    height: 80px;
    margin-bottom: var(--veus-space-7);
    border-top: 1px solid var(--veus-ink-600);
    border-bottom: 1px solid var(--veus-ink-600);
    overflow: hidden;
    opacity: 0;
    animation: veus-fade-up .9s cubic-bezier(0.0, 0.0, 0.2, 1) .15s forwards;
}
.veus-wave svg {
    width: 200%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: veus-wave-shift 9s linear infinite;
}
.veus-wave__path { opacity: 0.55; }
.veus-wave__path--echo { opacity: 0.32; }

/* ====================================================================
 * (8) Hero
 * ==================================================================== */
.veus-hero {
    position: relative;
    padding: var(--veus-space-5) 0 var(--veus-space-10);
}
.veus-hero--compact { padding-bottom: var(--veus-space-8); }

.veus-hero__watermark {
    position: absolute;
    top: -3vw;
    right: -1vw;
    z-index: 0;
    font-family: var(--veus-font-display);
    font-weight: 700;
    font-size: clamp(14rem, 28vw, 28rem);
    line-height: 0.78;
    letter-spacing: -0.04em;
    color: transparent;
    background: linear-gradient(180deg, rgba(255,179,22,.13) 0%, rgba(255,179,22,0) 60%);
    -webkit-background-clip: text;
            background-clip: text;
    user-select: none;
    pointer-events: none;
}

.veus-hero__title {
    position: relative;
    z-index: 1;
    margin: 0 0 var(--veus-space-6);
    font-family: var(--veus-font-display);
    font-weight: 700;
    font-size: clamp(3rem, 8.4vw + 0.5rem, 7rem);
    line-height: 0.96;
    letter-spacing: -0.022em;
    text-transform: uppercase;
    color: var(--veus-text);
}
.veus-hero--compact .veus-hero__title {
    font-size: clamp(2.4rem, 6vw + 0.5rem, 5rem);
}
.veus-hero__line {
    display: block;
    opacity: 0;
    transform: translateY(28px);
    animation: veus-fade-up 1.1s cubic-bezier(0.0, 0.0, 0.2, 1) forwards;
}
.veus-hero__line--1 { animation-delay: 0.18s; }
.veus-hero__line--2 { animation-delay: 0.30s; }
.veus-hero__line--3 { animation-delay: 0.46s; color: var(--veus-text-soft); font-weight: 500; }
.veus-hero__line--4 { animation-delay: 0.58s; color: var(--veus-text-soft); font-weight: 500; }

.veus-hero__line--accent {
    position: relative;
    display: inline-block;
    color: var(--veus-text);
}
/* Sublinhado amarelo cirúrgico do "VEUS." (deslogado) / nome próprio (logado). */
.veus-hero__line--accent::after {
    content: "";
    position: absolute;
    left: 0;
    right: 12%;
    bottom: 0.04em;
    height: 0.08em;
    background: var(--veus-yellow);
    transform: scaleX(0);
    transform-origin: left center;
    animation: veus-stretch 0.9s cubic-bezier(0.0, 0.0, 0.2, 1) 1.0s forwards;
}

.veus-hero__line em {
    font-style: normal;
    color: var(--veus-text);
    font-weight: 700;
}

.veus-hero__lede {
    position: relative;
    z-index: 1;
    max-width: 56ch;
    margin-bottom: var(--veus-space-8);
    font-size: clamp(1rem, 0.4vw + 0.95rem, 1.25rem);
    color: var(--veus-yellow-warm);
    line-height: 1.6;
    opacity: 0;
    transform: translateY(16px);
    animation: veus-fade-up 1s cubic-bezier(0.0, 0.0, 0.2, 1) .85s forwards;
}
.veus-hero__lede strong { color: var(--veus-text); font-weight: 600; }
.veus-hero__lede em { font-style: normal; color: var(--veus-text); font-family: var(--veus-font-mono); font-size: 0.92em; }

.veus-cta-row {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: var(--veus-space-4);
    margin-bottom: var(--veus-space-7);
    opacity: 0;
    transform: translateY(14px);
    animation: veus-fade-up 1s cubic-bezier(0.0, 0.0, 0.2, 1) 1.0s forwards;
}

.veus-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: var(--veus-space-3);
    padding: 16px 26px;
    border-radius: var(--veus-radius-md);
    font-family: var(--veus-font-display);
    font-weight: 600;
    font-size: 1.02rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    transition:
        transform .22s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow .22s ease,
        background-color .22s ease,
        color .22s ease,
        border-color .22s ease;
}
.veus-cta__arrow {
    display: inline-block;
    transition: transform .25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.veus-cta:hover .veus-cta__arrow { transform: translateX(6px); }

.veus-cta--primary {
    background: var(--veus-yellow);
    color: #1A1300;            /* 13.7:1 sobre amarelo — AAA */
    box-shadow: var(--veus-shadow-cta);
}
.veus-cta--primary:hover {
    transform: translateY(-2px);
    background: var(--veus-yellow-deep);
    box-shadow: 0 1px 0 rgba(255,255,255,.08) inset,
                0 22px 50px -18px rgba(255, 179, 22, .55);
}
.veus-cta--primary:active { transform: translateY(0); }

.veus-cta--outline {
    border: 1px solid var(--veus-yellow);
    color: var(--veus-yellow-soft);
    background: rgba(255,179,22,.04);
}
.veus-cta--outline:hover {
    background: rgba(255,179,22,.10);
    color: var(--veus-yellow);
    transform: translateY(-1px);
}

.veus-cta__icon { flex-shrink: 0; }

/* Pulse concêntrico do CTA primário (anon) — ondas saindo do botão.
   ::before fica posicionado dentro do anchor, escondido em overflow:hidden
   via pseudo-elemento ::after virtual; aqui usamos um <span class="veus-cta__pulse">. */
.veus-cta__pulse {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: 0 0 0 0 rgba(255,179,22,.45);
    animation: veus-cta-pulse 2.6s cubic-bezier(0.0, 0.0, 0.2, 1) infinite;
}

.veus-hero__hint {
    position: relative;
    z-index: 1;
    color: var(--veus-text-faint);
    font-size: 0.88rem;
    margin-bottom: var(--veus-space-7);
    opacity: 0;
    animation: veus-fade-up 1s cubic-bezier(0.0, 0.0, 0.2, 1) 1.15s forwards;
}
.veus-hero__hint a { color: var(--veus-text-soft); }
.veus-hero__hint strong { color: var(--veus-text); font-weight: 600; }

/* ====================================================================
 * (9) Cards CTA (estado logado: 2 cards lado-a-lado)
 * ==================================================================== */
.veus-cta-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--veus-space-5);
    margin-bottom: var(--veus-space-7);
    opacity: 0;
    transform: translateY(14px);
    animation: veus-fade-up 1s cubic-bezier(0.0, 0.0, 0.2, 1) .95s forwards;
}

.veus-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--veus-space-4);
    padding: var(--veus-space-7) var(--veus-space-6) var(--veus-space-6);
    border: 1px solid var(--veus-ink-600);
    border-radius: var(--veus-radius-lg);
    background:
        linear-gradient(180deg, rgba(255,255,255,.02), rgba(255,255,255,0)),
        var(--veus-ink-800);
    box-shadow: var(--veus-shadow-card);
    overflow: hidden;
    transition: transform .3s cubic-bezier(0.0, 0.0, 0.2, 1),
                border-color .3s ease,
                background-color .3s ease;
}
.veus-card::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 2px;
    background: linear-gradient(90deg, var(--veus-yellow) 0%, var(--veus-yellow) 40%, transparent 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .45s cubic-bezier(0.0, 0.0, 0.2, 1);
}
.veus-card:hover {
    transform: translateY(-3px);
    border-color: var(--veus-ink-500);
    background:
        linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,0)),
        var(--veus-ink-700);
}
.veus-card:hover::before { transform: scaleX(1); }
.veus-card:focus-within {
    border-color: rgba(255,179,22,.38);
}

.veus-card--primary {
    border-color: rgba(255,179,22,.22);
    background:
        linear-gradient(180deg, rgba(255,179,22,.04), rgba(255,179,22,0) 60%),
        var(--veus-ink-800);
}
.veus-card--primary:hover {
    border-color: rgba(255,179,22,.45);
}

.veus-card__index {
    font-family: var(--veus-font-mono);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    color: var(--veus-text-faint);
}

.veus-card__title {
    margin: 0;
    font-family: var(--veus-font-display);
    font-weight: 600;
    font-size: clamp(1.35rem, 0.9vw + 1.1rem, 1.8rem);
    letter-spacing: -0.005em;
    text-transform: uppercase;
    color: var(--veus-text);
}

.veus-card__copy {
    color: var(--veus-text-soft);
    font-size: 0.96rem;
    line-height: 1.55;
    margin-bottom: var(--veus-space-3);
}
.veus-card__copy em { font-style: normal; color: var(--veus-text); font-family: var(--veus-font-mono); font-size: 0.9em; }

/* Pulse decorativo no card primário — ondas concêntricas atrás do botão.
   Bem sutil, fica no canto inferior direito do card. */
.veus-card__pulse {
    position: absolute;
    right: -40px;
    bottom: -40px;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(circle,
        rgba(255,179,22,.18) 0%,
        rgba(255,179,22,.08) 30%,
        transparent 70%);
    animation: veus-card-pulse 3.2s cubic-bezier(0.4, 0.0, 0.6, 1) infinite;
    z-index: 0;
}
.veus-card > * { position: relative; z-index: 1; }

/* Input field do card "Entrar com link". */
.veus-field {
    display: flex;
    flex-direction: column;
    gap: var(--veus-space-2);
}
.veus-field__label {
    font-family: var(--veus-font-mono);
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--veus-text-faint);
}
.veus-field__input {
    padding: 12px 14px;
    border: 1px solid var(--veus-ink-500);
    border-radius: var(--veus-radius-sm);
    background: rgba(0,0,0,.25);
    color: var(--veus-text);
    font-family: var(--veus-font-mono);
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    transition: border-color .2s ease, background-color .2s ease;
    width: 100%;
}
.veus-field__input::placeholder {
    color: var(--veus-text-faint);
    opacity: 0.7;
}
.veus-field__input:hover { border-color: var(--veus-ink-400); }
.veus-field__input:focus {
    outline: none;
    border-color: var(--veus-yellow);
    background: rgba(0,0,0,.4);
    box-shadow: 0 0 0 3px rgba(255,179,22,.16);
}
.veus-field__help {
    font-size: 0.74rem;
    color: var(--veus-text-faint);
    letter-spacing: 0.02em;
}
.veus-field__help em { font-style: normal; color: var(--veus-text-soft); }

/* ====================================================================
 * (10) Flow (deslogado) + Recent (logado) + footer
 * ==================================================================== */
.veus-flow {
    margin: var(--veus-space-10) 0 var(--veus-space-11);
    padding: var(--veus-space-7) 0;
    border-top: 1px solid var(--veus-ink-600);
    border-bottom: 1px solid var(--veus-ink-600);
    opacity: 0;
    animation: veus-fade-up 1s cubic-bezier(0.0, 0.0, 0.2, 1) 1.3s forwards;
}
.veus-flow__steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--veus-space-6);
}
.veus-flow__step {
    position: relative;
    padding: var(--veus-space-4) 0;
    border-top: 1px solid var(--veus-ink-500);
}
.veus-flow__step--mid { border-top-color: var(--veus-yellow); }
.veus-flow__num {
    display: block;
    font-family: var(--veus-font-display);
    font-weight: 500;
    font-size: clamp(1.4rem, 1vw + 1.1rem, 1.9rem);
    color: var(--veus-text-faint);
    letter-spacing: -0.01em;
    margin-bottom: var(--veus-space-2);
}
.veus-flow__step--mid .veus-flow__num { color: var(--veus-yellow); font-weight: 600; }
.veus-flow__title {
    margin: 0 0 var(--veus-space-2);
    font-family: var(--veus-font-display);
    font-weight: 600;
    font-size: 1.15rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: var(--veus-text);
}
.veus-flow__copy {
    color: var(--veus-text-soft);
    font-size: 0.92rem;
    line-height: 1.55;
}
.veus-flow__copy em { font-style: normal; color: var(--veus-text); font-family: var(--veus-font-mono); font-size: 0.92em; }

/* Card "Recentes" no estado logado — placeholder vazio. */
.veus-recent {
    margin-top: var(--veus-space-7);
    padding-top: var(--veus-space-7);
    border-top: 1px solid var(--veus-ink-600);
    opacity: 0;
    animation: veus-fade-up 1s cubic-bezier(0.0, 0.0, 0.2, 1) 1.4s forwards;
}
.veus-recent__empty {
    display: flex;
    align-items: flex-start;
    gap: var(--veus-space-4);
    padding: var(--veus-space-5) var(--veus-space-5);
    border: 1px dashed var(--veus-ink-500);
    border-radius: var(--veus-radius-md);
    color: var(--veus-text-soft);
    font-size: 0.92rem;
}
.veus-recent__empty p { line-height: 1.6; }
.veus-recent__dot {
    flex-shrink: 0;
    margin-top: 7px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--veus-yellow);
    box-shadow: 0 0 12px rgba(255,179,22,.45);
}

/* Footer. */
.veus-foot {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--veus-space-5);
    padding-top: var(--veus-space-7);
    margin-top: var(--veus-space-9);
    border-top: 1px solid var(--veus-ink-600);
    color: var(--veus-text-faint);
    font-size: 0.83rem;
}
.veus-foot__lockup {
    height: 28px;
    width: auto;
    opacity: 0.85;
    transition: opacity .25s ease;
}
.veus-foot__lockup:hover { opacity: 1; }
.veus-foot__hash { font-size: 0.72rem; margin-top: 6px; color: var(--veus-ink-400); }

/* ====================================================================
 * (11) Animações + responsivo + reduced-motion
 * ==================================================================== */

/* --- Animações --------------------------------------------------------- */
@keyframes veus-fade-up {
    from { opacity: 0; transform: translateY(20px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes veus-fade-down {
    from { opacity: 0; transform: translateY(-10px); }
    to   { opacity: 1; transform: translateY(0); }
}
@keyframes veus-stretch {
    to { transform: scaleX(1); }
}
@keyframes veus-pulse {
    0%   { box-shadow: 0 0 0 0   rgba(255,179,22,.55); }
    70%  { box-shadow: 0 0 0 9px rgba(255,179,22,0); }
    100% { box-shadow: 0 0 0 0   rgba(255,179,22,0); }
}
/* Equalizer: barras "pulando" como áudio. */
@keyframes veus-eq {
    0%, 100% { transform: scaleY(0.4); }
    50%      { transform: scaleY(1.0); }
}
/* Wave horizontal: desliza o SVG (200% width) -50% para criar loop seamless. */
@keyframes veus-wave-shift {
    from { transform: translateX(0); }
    to   { transform: translateX(-50%); }
}
/* CTA pulse — ondas concêntricas saindo do botão SSO. */
@keyframes veus-cta-pulse {
    0%   { box-shadow: 0 0 0 0    rgba(255,179,22,.40); }
    70%  { box-shadow: 0 0 0 18px rgba(255,179,22,0); }
    100% { box-shadow: 0 0 0 0    rgba(255,179,22,0); }
}
/* Card pulse — gradient radial expandindo/contraindo no canto. */
@keyframes veus-card-pulse {
    0%, 100% { transform: scale(1);   opacity: 1; }
    50%      { transform: scale(1.25); opacity: 0.55; }
}

/* --- Responsivo -------------------------------------------------------- */
@media (max-width: 880px) {
    .veus-shell::after { opacity: 0.25; }
    .veus-cta-grid { grid-template-columns: 1fr; gap: var(--veus-space-4); }
    .veus-flow__steps { grid-template-columns: 1fr; gap: var(--veus-space-4); }
    .veus-foot { flex-direction: column; align-items: flex-start; }
    .veus-wave { height: 60px; }
}

@media (max-width: 560px) {
    .veus-page { padding: var(--veus-space-5) var(--veus-gutter) var(--veus-space-7); }
    .veus-topbar__tech { display: none; }
    .veus-equalizer { height: 18px; }
    .veus-eyebrow { font-size: 0.66rem; letter-spacing: 0.16em; }
    .veus-hero { padding-top: var(--veus-space-3); padding-bottom: var(--veus-space-7); }
    .veus-hero__watermark { font-size: clamp(11rem, 56vw, 18rem); top: -1vw; right: -3vw; }
    .veus-hero__title { font-size: clamp(2.4rem, 13vw, 4rem); letter-spacing: -0.015em; }
    .veus-hero--compact .veus-hero__title { font-size: clamp(2rem, 10vw, 3.4rem); }
    .veus-cta-row { flex-direction: column; align-items: stretch; }
    .veus-cta { justify-content: center; }
    .veus-card { padding: var(--veus-space-6) var(--veus-space-5); }
    .veus-foot { font-size: 0.78rem; }
    .veus-wave { height: 48px; margin-bottom: var(--veus-space-5); }
}

/* --- Accessibility: prefers-reduced-motion -----------------------------
 * Padrão canônico do Gucci §5.5. Desativa todas as animações decorativas
 * (equalizer, wave, pulse concêntrico, card pulse, fade-ups) MAS preserva
 * estado final visível (opacity:1, sublinhado já desenhado). */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
    .veus-hero__line,
    .veus-eyebrow,
    .veus-hero__lede,
    .veus-cta-row,
    .veus-cta-grid,
    .veus-hero__hint,
    .veus-wave,
    .veus-flow,
    .veus-recent,
    .veus-topbar {
        opacity: 1 !important;
        transform: none !important;
    }
    .veus-hero__line--accent::after { transform: scaleX(1); }
    /* Equalizer congelado em altura média. */
    .veus-equalizer__bar { transform: scaleY(0.7) !important; }
    /* Wave estática mas visível. */
    .veus-wave svg { transform: translateX(0) !important; }
    /* Card pulse desligado. */
    .veus-card__pulse { display: none; }
    .veus-cta__pulse { display: none; }
}
