/* ==========================================================================
   DESIGN SYSTEM & VARIÁVEIS VISUAIS - AUTO REPAIR PREMIUM & AI HUD
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800;900&family=Plus+Jakarta+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;600;700&display=swap');

:root {
    /* Cores de Fundo e Superfícies */
    --bg-main: #070A11;
    --bg-secondary: #0D131F;
    --bg-card: rgba(18, 26, 43, 0.82);
    --bg-card-hover: rgba(28, 39, 64, 0.95);
    --bg-card-active: rgba(37, 99, 235, 0.2);
    --bg-input: #121929;
    --bg-glass: rgba(13, 19, 31, 0.88);

    /* Cores de Destaque e Acentos Tecnológicos / IA */
    --primary: #3B82F6;
    --primary-hover: #2563EB;
    --primary-glow: rgba(59, 130, 246, 0.45);
    --accent-cyan: #06B6D4;
    --accent-cyan-glow: rgba(6, 182, 212, 0.5);
    --accent-ai: #8B5CF6;
    --accent-ai-glow: rgba(139, 92, 246, 0.5);
    --accent-gradient: linear-gradient(135deg, #2563EB 0%, #06B6D4 50%, #8B5CF6 100%);
    --whatsapp-green: #25D366;
    --whatsapp-dark: #128C7E;
    --whatsapp-glow: rgba(37, 211, 102, 0.45);
    --warning: #F59E0B;
    --danger: #EF4444;
    --success: #10B981;

    /* Cores de Texto */
    --text-main: #F8FAFC;
    --text-muted: #94A3B8;
    --text-dim: #64748B;
    --text-inverse: #070A11;

    /* Bordas e Sombras */
    --border-subtle: rgba(255, 255, 255, 0.09);
    --border-active: rgba(59, 130, 246, 0.6);
    --border-glow: 0 0 0 1px rgba(59, 130, 246, 0.4), 0 8px 24px rgba(37, 99, 235, 0.25);
    --shadow-card: 0 16px 36px -4px rgba(0, 0, 0, 0.6), 0 4px 14px rgba(0, 0, 0, 0.4);
    --shadow-cta: 0 12px 32px -4px rgba(37, 211, 102, 0.45);
    --shadow-ai: 0 10px 30px rgba(139, 92, 246, 0.35);

    /* Tipografia */
    --font-heading: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --font-mono: 'JetBrains Mono', monospace;

    /* Raios e Espaçamentos */
    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-full: 9999px;
    --container-max-width: 580px;

    /* Variáveis do Tema Ativo (Alternadas Dinamicamente por Compartimento) */
    --theme-primary: #38BDF8;
    --theme-primary-hover: #0284C7;
    --theme-secondary: #818CF8;
    --theme-glow: rgba(56, 189, 248, 0.45);
    --theme-glow-soft: rgba(56, 189, 248, 0.15);
    --theme-ambient-1: rgba(37, 99, 235, 0.24);
    --theme-ambient-2: rgba(129, 140, 248, 0.18);
    --theme-ambient-3: rgba(56, 189, 248, 0.14);
    --theme-cta-gradient: linear-gradient(135deg, #2563EB 0%, #06B6D4 50%, #8B5CF6 100%);
    --theme-cta-shadow: 0 10px 32px rgba(37, 99, 235, 0.5), 0 0 20px rgba(6, 182, 212, 0.3);
}

/* ==========================================================================
   PALETAS DE CORES DINÂMICAS POR COMPARTIMENTO (LP THEMES)
   ========================================================================== */
/* Tema 1: Azul Cyber (Câmbio Automático) */
body[data-compartment-theme="cambio"],
body[data-compartment-theme="azul"] {
    --theme-primary: #38BDF8;
    --theme-primary-hover: #0284C7;
    --theme-secondary: #818CF8;
    --theme-glow: rgba(56, 189, 248, 0.5);
    --theme-glow-soft: rgba(56, 189, 248, 0.18);
    --theme-ambient-1: rgba(37, 99, 235, 0.28);
    --theme-ambient-2: rgba(129, 140, 248, 0.18);
    --theme-ambient-3: rgba(56, 189, 248, 0.15);
    --theme-cta-gradient: linear-gradient(135deg, #2563EB 0%, #06B6D4 50%, #8B5CF6 100%);
    --theme-cta-shadow: 0 10px 32px rgba(37, 99, 235, 0.5), 0 0 20px rgba(6, 182, 212, 0.3);
}

/* Tema 2: Laranja / Âmbar Dourado (Óleo do Motor) */
body[data-compartment-theme="motor"],
body[data-compartment-theme="laranja"] {
    --theme-primary: #F59E0B;
    --theme-primary-hover: #D97706;
    --theme-secondary: #FB923C;
    --theme-glow: rgba(245, 158, 11, 0.55);
    --theme-glow-soft: rgba(245, 158, 11, 0.18);
    --theme-ambient-1: rgba(234, 88, 12, 0.3);
    --theme-ambient-2: rgba(245, 158, 11, 0.22);
    --theme-ambient-3: rgba(251, 146, 60, 0.16);
    --theme-cta-gradient: linear-gradient(135deg, #EA580C 0%, #F59E0B 50%, #FBBF24 100%);
    --theme-cta-shadow: 0 10px 32px rgba(234, 88, 12, 0.58), 0 0 24px rgba(245, 158, 11, 0.38);
}

/* Tema 3: Verde Esmeralda Racing (Sistema de Freios) */
body[data-compartment-theme="freio"],
body[data-compartment-theme="verde"] {
    --theme-primary: #10B981;
    --theme-primary-hover: #059669;
    --theme-secondary: #34D399;
    --theme-glow: rgba(16, 185, 129, 0.55);
    --theme-glow-soft: rgba(16, 185, 129, 0.18);
    --theme-ambient-1: rgba(5, 150, 105, 0.3);
    --theme-ambient-2: rgba(16, 185, 129, 0.22);
    --theme-ambient-3: rgba(52, 211, 153, 0.16);
    --theme-cta-gradient: linear-gradient(135deg, #059669 0%, #10B981 50%, #34D399 100%);
    --theme-cta-shadow: 0 10px 32px rgba(16, 185, 129, 0.58), 0 0 24px rgba(52, 211, 153, 0.38);
}

/* Tema 4: Roxo Performance */
body[data-compartment-theme="roxo"] {
    --theme-primary: #A855F7;
    --theme-primary-hover: #9333EA;
    --theme-secondary: #C084FC;
    --theme-glow: rgba(168, 85, 247, 0.55);
    --theme-glow-soft: rgba(168, 85, 247, 0.18);
    --theme-ambient-1: rgba(147, 51, 234, 0.3);
    --theme-ambient-2: rgba(168, 85, 247, 0.22);
    --theme-ambient-3: rgba(192, 132, 252, 0.16);
    --theme-cta-gradient: linear-gradient(135deg, #7E22CE 0%, #A855F7 50%, #C084FC 100%);
    --theme-cta-shadow: 0 10px 32px rgba(147, 51, 234, 0.58), 0 0 24px rgba(168, 85, 247, 0.38);
}

/* Tema 5: Vermelho Racing */
body[data-compartment-theme="vermelho"] {
    --theme-primary: #EF4444;
    --theme-primary-hover: #DC2626;
    --theme-secondary: #F87171;
    --theme-glow: rgba(239, 68, 68, 0.55);
    --theme-glow-soft: rgba(239, 68, 68, 0.18);
    --theme-ambient-1: rgba(220, 38, 38, 0.3);
    --theme-ambient-2: rgba(239, 68, 68, 0.22);
    --theme-ambient-3: rgba(248, 113, 113, 0.16);
    --theme-cta-gradient: linear-gradient(135deg, #B91C1C 0%, #EF4444 50%, #F87171 100%);
    --theme-cta-shadow: 0 10px 32px rgba(220, 38, 38, 0.58), 0 0 24px rgba(239, 68, 68, 0.38);
}

/* Tema 6: Ciano Neve */
body[data-compartment-theme="ciano"] {
    --theme-primary: #06B6D4;
    --theme-primary-hover: #0891B2;
    --theme-secondary: #38BDF8;
    --theme-glow: rgba(6, 182, 212, 0.55);
    --theme-glow-soft: rgba(6, 182, 212, 0.18);
    --theme-ambient-1: rgba(8, 145, 178, 0.3);
    --theme-ambient-2: rgba(6, 182, 212, 0.22);
    --theme-ambient-3: rgba(56, 189, 248, 0.16);
    --theme-cta-gradient: linear-gradient(135deg, #0891B2 0%, #06B6D4 50%, #38BDF8 100%);
    --theme-cta-shadow: 0 10px 32px rgba(8, 145, 178, 0.58), 0 0 24px rgba(6, 182, 212, 0.38);
}

/* Tema 7: Amarelo Elétrico */
body[data-compartment-theme="amarelo"] {
    --theme-primary: #EAB308;
    --theme-primary-hover: #CA8A04;
    --theme-secondary: #FDE047;
    --theme-glow: rgba(234, 179, 8, 0.55);
    --theme-glow-soft: rgba(234, 179, 8, 0.18);
    --theme-ambient-1: rgba(202, 138, 4, 0.3);
    --theme-ambient-2: rgba(234, 179, 8, 0.22);
    --theme-ambient-3: rgba(253, 224, 71, 0.16);
    --theme-cta-gradient: linear-gradient(135deg, #CA8A04 0%, #EAB308 50%, #FDE047 100%);
    --theme-cta-shadow: 0 10px 32px rgba(202, 138, 4, 0.58), 0 0 24px rgba(234, 179, 8, 0.38);
}

/* ==========================================================================
   RESET & CONFIGURAÇÕES GERAIS
   ========================================================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

html {
    font-size: 16px;
    scroll-behavior: smooth;
    background-color: var(--bg-main);
}

body {
    font-family: var(--font-body);
    background-color: var(--bg-main);
    color: var(--text-main);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow-x: hidden;
    line-height: 1.5;
    background-image: 
        radial-gradient(circle at 50% 0%, var(--theme-ambient-1) 0%, transparent 60%),
        radial-gradient(circle at 85% 30%, var(--theme-ambient-2) 0%, transparent 50%),
        radial-gradient(circle at 10% 80%, var(--theme-ambient-3) 0%, transparent 50%);
    background-attachment: fixed;
    transition: background-image 0.5s ease;
}

/* ==========================================================================
   TELA DE ENTRADA ANIMADA / AI INTRO HERO (NOVO!)
   ========================================================================== */
.ai-intro-screen {
    width: 100%;
    max-width: var(--container-max-width);
    padding: 24px 16px 40px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
    position: relative;
    z-index: 10;
    animation: fadeIn 0.5s ease-out forwards;
}

/* ==========================================================================
   LOGOTIPO DA OFICINA NO INTRO HERO
   ========================================================================== */
.workshop-intro-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -4px;
    padding: 8px 18px;
    max-height: 64px;
    max-width: 220px;
    background: rgba(18, 26, 43, 0.65);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-md);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
    overflow: hidden;
}

.workshop-main-logo,
.workshop-intro-brand img {
    max-height: 46px !important;
    max-width: 180px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.5));
}

/* ==========================================================================
   SELETOR DE COMPARTIMENTO COM SETAS NO HERO (CAROUSEL / SWITCHER)
   ========================================================================== */
.compartment-carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: 520px;
    margin: 4px auto 0 auto;
    z-index: 15;
    position: relative;
}

.btn-compartment-nav {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(18, 26, 43, 0.85);
    border: 1.5px solid var(--theme-glow);
    color: var(--theme-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
    flex-shrink: 0;
}

.btn-compartment-nav:hover {
    background: var(--theme-glow-soft);
    border-color: var(--theme-primary);
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 0 16px var(--theme-glow);
}

.btn-compartment-nav:active {
    transform: scale(0.92);
}

.active-compartment-pill {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(30, 41, 59, 0.88));
    border: 1.5px solid var(--theme-glow);
    border-radius: 9999px;
    padding: 8px 18px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.45), 0 0 16px var(--theme-glow-soft);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    text-align: left;
    transition: all 0.3s ease;
    user-select: none;
}

.active-compartment-pill:hover {
    border-color: var(--theme-primary);
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.5), 0 0 20px var(--theme-glow);
}

.active-compartment-icon {
    font-size: 1.6rem;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4));
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.active-compartment-info {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.active-compartment-name {
    font-size: 0.95rem;
    font-weight: 700;
    color: #F8FAFC;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: -0.2px;
}

.active-compartment-indicator {
    font-size: 0.72rem;
    color: var(--theme-primary);
    font-weight: 600;
    letter-spacing: 0.2px;
    transition: color 0.3s ease;
}

/* Transição de Troca de Serviço */
.service-swap-anim {
    animation: swapPulse 0.35s ease-out forwards;
}

@keyframes swapPulse {
    0% {
        opacity: 0.4;
        transform: scale(0.96);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@media (max-width: 480px) {
    .compartment-carousel-nav {
        max-width: 100%;
        gap: 8px;
    }
    .btn-compartment-nav {
        width: 36px;
        height: 36px;
    }
    .active-compartment-pill {
        padding: 6px 14px;
        gap: 8px;
    }
    .active-compartment-icon {
        font-size: 1.35rem;
    }
    .active-compartment-name {
        font-size: 0.85rem;
    }
    .active-compartment-indicator {
        font-size: 0.68rem;
    }
}

/* ==========================================================================
   SHOWCASE DE TRANSMISSÃO & FLUIDO DE CÂMBIO (ALTA CONVERSÃO)
   ========================================================================== */
.transmission-hero-showcase {
    position: relative;
    width: 100%;
    max-width: 480px;
    height: 180px;
    margin: 6px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transmission-ambient-glow {
    position: absolute;
    width: 240px;
    height: 240px;
    background: radial-gradient(circle, var(--theme-ambient-1) 0%, var(--theme-ambient-2) 50%, transparent 75%);
    border-radius: 50%;
    filter: blur(20px);
    z-index: 1;
    animation: pulseCore 3s infinite ease-in-out;
    transition: background 0.5s ease;
}

.transmission-core-visual {
    position: relative;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

/* Anel de Diálise (Troca de Fluido 100%) */
.oil-dialysis-ring {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed var(--theme-glow-soft);
    border-radius: 50%;
    animation: rotateClockwise 20s linear infinite;
    transition: border-color 0.5s ease;
}

.oil-dialysis-stream {
    position: absolute;
    width: 115%;
    height: 115%;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: var(--theme-primary);
    border-right-color: var(--theme-secondary);
    box-shadow: 0 0 20px var(--theme-glow);
    animation: rotateCounter 6s linear infinite;
    transition: border-color 0.5s ease, box-shadow 0.5s ease;
}

/* Engrenagem Secundária (Superior Esquerda) */
.gear-secondary {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 62px;
    height: 62px;
    color: #475569;
    opacity: 0.85;
    z-index: 2;
}

.gear-secondary .gear-counter {
    animation: rotateCounter 8s linear infinite;
    filter: drop-shadow(0 0 8px rgba(30, 41, 59, 0.9));
}

/* Engrenagem Principal */
.gear-main {
    position: absolute;
    width: 110px;
    height: 110px;
    color: #1E293B;
    z-index: 3;
}

.gear-main .gear-clockwise {
    animation: rotateClockwise 12s linear infinite;
    filter: drop-shadow(0 4px 14px rgba(0, 0, 0, 0.8));
    color: #334155;
}

/* Núcleo Central: Gota de Óleo Sintético com Glow */
.oil-drop-core {
    position: relative;
    z-index: 4;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0F172A 0%, #1E293B 100%);
    border: 2px solid var(--theme-primary);
    box-shadow: 0 0 26px var(--theme-glow);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: floatIcon 3.5s infinite ease-in-out;
    transition: border-color 0.5s ease, box-shadow 0.5s ease;
}

.oil-drop-pulse {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle, var(--theme-glow) 0%, transparent 70%);
    animation: pulseDot 2s infinite ease-in-out;
}

.oil-drop-icon {
    width: 28px;
    height: 28px;
    filter: drop-shadow(0 0 10px var(--theme-glow));
    transition: filter 0.5s ease;
}

.fluid-grade-tag {
    font-size: 0.52rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: var(--theme-primary);
    margin-top: 1px;
    text-transform: uppercase;
    transition: color 0.5s ease;
}

.gear-svg {
    width: 100%;
    height: 100%;
}

/* Badges Flutuantes Tecnológicos (Conversão Direta) */
.floating-tech-badge {
    position: absolute;
    z-index: 5;
    background: rgba(15, 23, 42, 0.85);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid var(--theme-glow-soft);
    border-radius: var(--radius-md);
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5), 0 0 12px var(--theme-glow-soft);
    pointer-events: none;
    transition: border-color 0.5s ease, box-shadow 0.5s ease;
}

.floating-tech-badge.badge-left {
    left: 4px;
    top: 25px;
    animation: floatLeftBadge 4s ease-in-out infinite;
}

.floating-tech-badge.badge-right {
    right: 4px;
    bottom: 25px;
    animation: floatRightBadge 4.5s ease-in-out infinite;
}

.floating-tech-badge .badge-icon {
    font-size: 1.15rem;
}

.floating-tech-badge .badge-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    line-height: 1.15;
}

.floating-tech-badge .badge-text strong {
    font-size: 0.76rem;
    color: #F8FAFC;
    font-weight: 700;
}

.floating-tech-badge .badge-text small {
    font-size: 0.65rem;
    color: #94A3B8;
}

/* Responsividade dos badges flutuantes em telas menores */
@media (max-width: 440px) {
    .transmission-hero-showcase {
        height: auto;
        flex-direction: column;
        gap: 12px;
        margin-top: 4px;
    }

    .floating-tech-badge.badge-left,
    .floating-tech-badge.badge-right {
        position: static;
        width: 90%;
        justify-content: center;
        animation: none;
    }
}

/* Informações do AI Intro */
.ai-intro-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.ai-badge-header {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 16px;
    background: rgba(139, 92, 246, 0.15);
    border: 1px solid rgba(139, 92, 246, 0.4);
    border-radius: var(--radius-full);
    font-size: 0.82rem;
    font-weight: 700;
    color: #C4B5FD;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: var(--shadow-ai);
}

.ai-badge-header .pulse-ai-dot {
    width: 8px;
    height: 8px;
    background: #A855F7;
    border-radius: 50%;
    box-shadow: 0 0 10px #A855F7;
    animation: pulseDot 1.5s infinite;
}

.ai-intro-title {
    font-family: var(--font-heading);
    font-size: 1.85rem;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: -0.02em;
    background: linear-gradient(180deg, #FFFFFF 35%, var(--theme-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s ease;
}

.ai-intro-title span {
    background: linear-gradient(90deg, var(--theme-primary) 0%, var(--theme-secondary) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.5s ease;
}

.ai-intro-description {
    font-size: 0.95rem;
    color: var(--text-muted);
    max-width: 440px;
    line-height: 1.55;
}

/* AI Speed Metrics Box */
.ai-metrics-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    margin-top: 6px;
}

.ai-metric-card {
    background: rgba(18, 26, 43, 0.85);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 12px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.metric-val {
    font-family: var(--font-heading);
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--theme-primary);
    transition: color 0.5s ease;
}

.metric-label {
    font-size: 0.72rem;
    color: var(--text-dim);
    font-weight: 600;
    text-transform: uppercase;
}

/* Botão de Iniciar IA */
.btn-start-ai-cta {
    width: 100%;
    background: var(--theme-cta-gradient);
    border: none;
    border-radius: var(--radius-md);
    padding: 18px 24px;
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: 0.04em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: var(--theme-cta-shadow);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    animation: ctaPulseBlue 2.5s infinite ease-in-out;
    margin-top: 6px;
}

.btn-start-ai-cta:hover {
    transform: translateY(-3px) scale(1.01);
    box-shadow: var(--theme-cta-shadow), 0 0 35px var(--theme-glow);
}

.btn-start-ai-cta:active {
    transform: scale(0.98);
}

/* ==========================================================================
   CONTAINER PRINCIPAL DO WIZARD
   ========================================================================== */
.app-wrapper {
    width: 100%;
    max-width: var(--container-max-width);
    padding: 14px 16px 40px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ==========================================================================
   BANNER DE IMPACTO - ORÇAMENTO NA HORA
   ========================================================================== */
.instant-pill-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, rgba(37, 99, 235, 0.25) 0%, rgba(139, 92, 246, 0.2) 100%);
    border: 1px solid rgba(59, 130, 246, 0.4);
    border-radius: var(--radius-full);
    padding: 8px 16px;
    backdrop-filter: blur(12px);
    box-shadow: 0 4px 20px rgba(37, 99, 235, 0.2);
    animation: bannerGlow 3s infinite alternate ease-in-out;
}

.instant-pill-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.flash-icon-animated {
    color: #FBBF24;
    animation: flashPulse 1.5s infinite ease-in-out;
    display: flex;
    align-items: center;
}

.instant-pill-text {
    font-size: 0.82rem;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0.02em;
}

.instant-pill-badge {
    background: rgba(16, 185, 129, 0.2);
    border: 1px solid rgba(16, 185, 129, 0.5);
    color: #34D399;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: var(--radius-full);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    display: flex;
    align-items: center;
    gap: 4px;
}

.instant-pill-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    background: #10B981;
    border-radius: 50%;
    animation: pulseDot 1.5s infinite;
}

/* ==========================================================================
   HEADER & IDENTIDADE DA OFICINA
   ========================================================================== */
.main-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 4px;
    gap: 10px;
}

.brand-badge-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 14px;
    background: rgba(37, 99, 235, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: var(--radius-full);
    backdrop-filter: blur(8px);
}

.brand-badge-dot {
    width: 8px;
    height: 8px;
    background: var(--whatsapp-green);
    border-radius: 50%;
    box-shadow: 0 0 10px var(--whatsapp-green);
    animation: pulseDot 2s infinite ease-in-out;
}

.brand-badge-text {
    font-size: 0.78rem;
    font-weight: 700;
    color: #93C5FD;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.workshop-name {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 6px auto 4px auto;
    max-height: 56px;
    max-width: 220px;
    overflow: hidden;
}

.workshop-header-logo,
.workshop-name img {
    max-height: 48px !important;
    max-width: 190px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.workshop-name svg {
    color: var(--primary);
    flex-shrink: 0;
}

.hero-tagline {
    font-size: 0.92rem;
    color: var(--text-muted);
    font-weight: 400;
    max-width: 440px;
}

.hero-tagline strong {
    color: #38BDF8;
}

/* ==========================================================================
   PROGRESS BAR & CONTROLE DE ETAPAS
   ========================================================================== */
.progress-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 12px 16px;
    backdrop-filter: blur(16px);
    box-shadow: var(--shadow-card);
}

.progress-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.step-counter-text {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--accent-cyan);
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.trust-badge-mini {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 0.78rem;
    color: #34D399;
    font-weight: 600;
}

.progress-track {
    width: 100%;
    height: 6px;
    background: rgba(255, 255, 255, 0.07);
    border-radius: var(--radius-full);
    overflow: hidden;
    position: relative;
}

.progress-fill {
    height: 100%;
    width: 20%;
    background: var(--accent-gradient);
    border-radius: var(--radius-full);
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 12px var(--primary-glow);
}

/* ==========================================================================
   CONTAINER DO ASSISTENTE / ETAPAS
   ========================================================================== */
.wizard-card {
    background: var(--bg-card);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 22px 18px;
    backdrop-filter: blur(20px);
    box-shadow: var(--shadow-card);
    position: relative;
    overflow: hidden;
}

.step-nav-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.btn-back {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--border-subtle);
    color: var(--text-muted);
    padding: 6px 12px;
    border-radius: var(--radius-sm);
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-back:hover {
    background: rgba(255, 255, 255, 0.1);
    color: var(--text-main);
    border-color: rgba(255, 255, 255, 0.2);
}

.step-header {
    margin-bottom: 18px;
}

.step-title {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.3;
    margin-bottom: 6px;
}

.step-subtitle {
    font-size: 0.88rem;
    color: var(--text-muted);
    line-height: 1.4;
}

/* ==========================================================================
   CAMPO DE BUSCA RÁPIDA
   ========================================================================== */
.search-box-wrapper {
    margin-bottom: 16px;
    position: relative;
}

.search-icon-inside {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-dim);
    pointer-events: none;
}

.search-input-field {
    width: 100%;
    background: var(--bg-input);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 12px 14px 12px 42px;
    font-family: var(--font-body);
    font-size: 0.92rem;
    color: var(--text-main);
    transition: all 0.2s ease;
}

.search-input-field:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
}

.search-input-field::placeholder {
    color: var(--text-dim);
}

/* ==========================================================================
   CARDS DE SELEÇÃO (MARCAS, MODELOS, MOTORES)
   ========================================================================== */
.selection-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 480px;
    overflow-y: auto;
    padding-right: 4px;
}

.selection-grid::-webkit-scrollbar {
    width: 6px;
}
.selection-grid::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.02);
    border-radius: 4px;
}
.selection-grid::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 4px;
}

.selection-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: var(--bg-input);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 14px 16px;
    color: var(--text-main);
    text-align: left;
    cursor: pointer;
    transition: all 0.22s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.selection-card:hover {
    background: var(--bg-card-hover);
    border-color: rgba(59, 130, 246, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.selection-card:active {
    transform: scale(0.98);
}

.card-icon-badge {
    width: 40px;
    height: 40px;
    border-radius: var(--radius-sm);
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60A5FA;
    margin-right: 14px;
    flex-shrink: 0;
}

.card-icon-badge.engine {
    background: rgba(6, 182, 212, 0.12);
    border-color: rgba(6, 182, 212, 0.25);
    color: #22D3EE;
}

.card-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    gap: 2px;
}

.card-title {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-main);
}

.card-subtitle {
    font-size: 0.8rem;
    color: var(--text-dim);
}

.card-arrow {
    color: var(--text-dim);
    transition: transform 0.2s ease, color 0.2s ease;
    margin-left: 10px;
}

.selection-card:hover .card-arrow {
    color: var(--primary);
    transform: translateX(4px);
}

/* ==========================================================================
   GRADE DE ANOS (ETAPA 4)
   ========================================================================== */
.years-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

@media (min-width: 420px) {
    .years-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

.year-button {
    background: var(--bg-input);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 16px 10px;
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--text-main);
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
}

.year-button:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px var(--primary-glow);
}

.year-button:active {
    transform: scale(0.95);
}

/* ==========================================================================
   ETAPA 5: FORMULÁRIO DO LEAD & VALIDAÇÃO PERSUASIVA
   ========================================================================== */
.vehicle-summary-card {
    background: rgba(37, 99, 235, 0.08);
    border: 1px solid rgba(59, 130, 246, 0.3);
    border-radius: var(--radius-md);
    padding: 16px;
    margin-bottom: 18px;
}

.summary-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent-cyan);
    margin-bottom: 6px;
}

.summary-car-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 800;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.summary-car-title .brand-tag {
    background: rgba(255, 255, 255, 0.1);
    padding: 2px 8px;
    border-radius: var(--radius-sm);
    font-size: 0.85rem;
    font-weight: 600;
}

.summary-car-details {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.85rem;
    color: #94A3B8;
}

.summary-car-details span strong {
    color: #F1F5F9;
}

/* Caixa de Persuasão para WhatsApp Real */
.lead-persuasion-box {
    background: rgba(245, 158, 11, 0.08);
    border: 1px solid rgba(245, 158, 11, 0.3);
    border-radius: var(--radius-md);
    padding: 12px 14px;
    margin-bottom: 18px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.persuasion-icon {
    color: #FBBF24;
    flex-shrink: 0;
    margin-top: 2px;
}

.persuasion-text {
    font-size: 0.82rem;
    color: #FEF3C7;
    line-height: 1.45;
}

.persuasion-text strong {
    color: #FBBF24;
}

/* Campos do Formulário */
.form-group {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 16px;
    position: relative;
}

.form-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #CBD5E1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form-label-title {
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-label span.req {
    color: #F87171;
}

.field-status-badge {
    font-size: 0.72rem;
    font-weight: 700;
    color: #10B981;
    display: none;
}

.field-status-badge.show {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.input-wrapper {
    position: relative;
}

.input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--text-dim);
    pointer-events: none;
}

.form-input {
    width: 100%;
    background: var(--bg-input);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 14px 14px 14px 44px;
    font-family: var(--font-body);
    font-size: 1rem;
    color: var(--text-main);
    transition: all 0.2s ease;
}

.form-input:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.25);
    background: #192238;
}

.form-input.valid {
    border-color: rgba(16, 185, 129, 0.6);
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.2);
}

.form-input.invalid {
    border-color: rgba(239, 68, 68, 0.6);
    box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.2);
}

.form-input::placeholder {
    color: var(--text-dim);
}

.field-hint {
    font-size: 0.76rem;
    color: var(--text-dim);
    margin-top: 4px;
}

.form-privacy-note {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: var(--text-dim);
    margin-top: 6px;
    margin-bottom: 20px;
}

.btn-submit-lead {
    width: 100%;
    background: var(--accent-gradient);
    border: none;
    border-radius: var(--radius-md);
    padding: 16px 20px;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: 0.03em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 24px var(--primary-glow);
    transition: all 0.25s ease;
}

.btn-submit-lead:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.5);
}

.btn-submit-lead:active:not(:disabled) {
    transform: scale(0.98);
}

.btn-submit-lead:disabled {
    opacity: 0.75;
    cursor: not-allowed;
}

/* ==========================================================================
   AI HUD CALCULATION OVERLAY (ANIMADO NO SUBMIT)
   ========================================================================== */
.ai-hud-calc-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(7, 10, 17, 0.92);
    backdrop-filter: blur(14px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    padding: 20px;
}

.ai-hud-card {
    background: #0E1626;
    border: 1px solid rgba(59, 130, 246, 0.5);
    border-radius: var(--radius-lg);
    padding: 28px 24px;
    width: 100%;
    max-width: 420px;
    box-shadow: 0 0 40px rgba(37, 99, 235, 0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    text-align: center;
}

.hud-calc-ring {
    position: relative;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hud-calc-ring .ring-anim {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 3px dashed var(--accent-cyan);
    border-radius: 50%;
    animation: rotateClockwise 3s linear infinite;
}

.hud-calc-ring .core-icon {
    color: #38BDF8;
    animation: pulseDot 1s infinite alternate;
}

.ai-hud-title {
    font-family: var(--font-heading);
    font-size: 1.25rem;
    font-weight: 800;
    color: #FFFFFF;
}

.ai-hud-steps {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    text-align: left;
    font-family: var(--font-mono);
    font-size: 0.8rem;
    color: #94A3B8;
}

.hud-step-item {
    display: flex;
    align-items: center;
    gap: 8px;
    opacity: 0.4;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.hud-step-item.active {
    opacity: 1;
    color: #38BDF8;
    font-weight: 600;
}

.hud-step-item.done {
    opacity: 1;
    color: #34D399;
}

/* ==========================================================================
   ETAPA 6: TELA FINAL DO ORÇAMENTO (RESULTADO)
   ========================================================================== */
.result-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.result-brand-header {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: -4px;
}

.result-workshop-logo {
    max-height: 46px;
    max-width: 190px;
    width: auto;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.4));
}

.result-header {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.badge-success-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(16, 185, 129, 0.15);
    border: 1px solid rgba(16, 185, 129, 0.4);
    color: #34D399;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.badge-warning-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: rgba(245, 158, 11, 0.15);
    border: 1px solid rgba(245, 158, 11, 0.4);
    color: #FBBF24;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.result-title {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.2;
}

.result-vehicle-badge {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid var(--border-subtle);
    padding: 8px 16px;
    border-radius: var(--radius-md);
    font-size: 0.95rem;
    font-weight: 700;
    color: #93C5FD;
}

/* Caixa de Serviço */
.result-service-box {
    background: var(--bg-input);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 18px;
}

.service-box-title {
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.includes-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--accent-cyan);
    margin-bottom: 10px;
}

.includes-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.includes-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.88rem;
    color: #CBD5E1;
    line-height: 1.4;
}

.includes-list li.highlight-item {
    background: rgba(59, 130, 246, 0.12);
    border: 1px solid rgba(59, 130, 246, 0.3);
    padding: 6px 10px;
    border-radius: var(--radius-sm);
    color: #F8FAFC;
    font-weight: 600;
}

.includes-list li .check-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    background: rgba(16, 185, 129, 0.2);
    color: var(--success);
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: 1px;
}

/* Caixa de Preço */
.result-pricing-box {
    background: linear-gradient(180deg, rgba(30, 41, 65, 0.9) 0%, rgba(17, 24, 39, 0.9) 100%);
    border: 1px solid rgba(59, 130, 246, 0.35);
    border-radius: var(--radius-lg);
    padding: 22px 18px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
}

.result-pricing-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background: var(--accent-gradient);
}

.pricing-label {
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--text-dim);
    margin-bottom: 8px;
}

.pricing-values {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    margin-bottom: 12px;
}

.price-original {
    font-size: 1rem;
    color: var(--text-dim);
    text-decoration: line-through;
    font-weight: 500;
}

.price-final-wrapper {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 6px;
    position: relative;
}

.promo-tag {
    position: absolute;
    top: -18px;
    background: #DC2626;
    color: #FFFFFF;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 2px 8px;
    border-radius: var(--radius-full);
    letter-spacing: 0.05em;
    box-shadow: 0 2px 8px rgba(220, 38, 38, 0.4);
}

.price-currency {
    font-family: var(--font-heading);
    font-size: 1.4rem;
    font-weight: 700;
    color: #60A5FA;
}

.price-amount {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 900;
    color: #FFFFFF;
    letter-spacing: -0.03em;
    line-height: 1;
}

.validity-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: #CBD5E1;
    background: rgba(255, 255, 255, 0.06);
    padding: 6px 12px;
    border-radius: var(--radius-full);
    margin-top: 6px;
}

.pricing-note {
    font-size: 0.78rem;
    color: var(--text-dim);
    margin-top: 10px;
}

/* Fallback Caixa */
.fallback-message-box {
    background: var(--bg-input);
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-md);
    padding: 20px;
    text-align: center;
    color: #CBD5E1;
    font-size: 0.95rem;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

/* Botão WhatsApp CTA */
.result-action-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-top: 4px;
}

.btn-whatsapp-cta {
    width: 100%;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border: none;
    border-radius: var(--radius-md);
    padding: 18px 22px;
    font-family: var(--font-heading);
    font-size: 1.12rem;
    font-weight: 800;
    color: #FFFFFF;
    letter-spacing: 0.02em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    box-shadow: var(--shadow-cta);
    transition: all 0.25s ease;
    animation: ctaPulse 3s infinite ease-in-out;
}

.btn-whatsapp-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(37, 211, 102, 0.55);
}

.btn-whatsapp-cta:active {
    transform: scale(0.98);
}

.cta-disclaimer {
    font-size: 0.78rem;
    color: var(--text-dim);
    text-align: center;
}

/* ==========================================================================
   FOOTER & TRUST BADGES
   ========================================================================== */
.main-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-top: 10px;
}

.trust-badges-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
}

.trust-badge-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.78rem;
    color: var(--text-dim);
    font-weight: 500;
}

.trust-badge-item svg {
    color: var(--primary);
}

.footer-copy {
    font-size: 0.75rem;
    color: rgba(148, 163, 184, 0.4);
    text-align: center;
}

/* ==========================================================================
   LOADER GLOBAL & SPINNERS
   ========================================================================== */
.global-loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(7, 10, 17, 0.85);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.2s ease;
}

.loader-content {
    background: #121929;
    border: 1px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: 24px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    box-shadow: var(--shadow-card);
}

.spinner {
    width: 42px;
    height: 42px;
    border: 4px solid rgba(59, 130, 246, 0.2);
    border-top-color: var(--primary);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

.spinner-inline {
    width: 18px;
    height: 18px;
    border: 2.5px solid rgba(255, 255, 255, 0.3);
    border-top-color: #FFFFFF;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    display: inline-block;
}

.loader-text {
    font-size: 0.92rem;
    font-weight: 600;
    color: #E2E8F0;
}

/* Toast de Erro */
.toast-notification {
    position: fixed;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background: #1E293B;
    border: 1px solid #DC2626;
    border-left: 4px solid #DC2626;
    color: #F8FAFC;
    padding: 14px 20px;
    border-radius: var(--radius-md);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 10000;
    max-width: 90vw;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.toast-notification.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}

.toast-icon {
    color: #EF4444;
    flex-shrink: 0;
}

.toast-message {
    font-size: 0.88rem;
    font-weight: 500;
}

/* ==========================================================================
   UTILITÁRIOS & KEYFRAMES DE ANIMAÇÃO
   ========================================================================== */
.hidden {
    display: none !important;
}

.empty-state {
    padding: 30px 10px;
    text-align: center;
    color: var(--text-dim);
    font-size: 0.9rem;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

@keyframes rotateClockwise {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes rotateCounter {
    from { transform: rotate(360deg); }
    to { transform: rotate(0deg); }
}

@keyframes radarSweep {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes pulseCore {
    0%, 100% { transform: scale(1); opacity: 0.4; }
    50% { transform: scale(1.3); opacity: 0.9; }
}

@keyframes floatIcon {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-4px); }
}

@keyframes pulseDot {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.6; }
}

@keyframes bannerGlow {
    0% { border-color: rgba(59, 130, 246, 0.4); box-shadow: 0 4px 20px rgba(37, 99, 235, 0.2); }
    100% { border-color: rgba(139, 92, 246, 0.6); box-shadow: 0 6px 28px rgba(139, 92, 246, 0.35); }
}

@keyframes flashPulse {
    0%, 100% { transform: scale(1); opacity: 1; filter: drop-shadow(0 0 2px #FBBF24); }
    50% { transform: scale(1.25); opacity: 0.8; filter: drop-shadow(0 0 8px #FBBF24); }
}

@keyframes ctaPulse {
    0%, 100% { box-shadow: 0 10px 30px -5px rgba(37, 211, 102, 0.4); }
    50% { box-shadow: 0 14px 38px 0px rgba(37, 211, 102, 0.7); }
}

@keyframes ctaPulseBlue {
    0%, 100% { box-shadow: 0 10px 32px rgba(37, 99, 235, 0.45); }
    50% { box-shadow: 0 14px 44px rgba(6, 182, 212, 0.7); }
}

.animate-fade-in {
    animation: fadeIn 0.35s ease-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(12px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes floatLeftBadge {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-6px) scale(1.02);
    }
}

@keyframes floatRightBadge {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(6px) scale(1.02);
    }
}

/* ==========================================================================
   ETAPAS COM DROPDOWNS COM SETINHA (▼)
   ========================================================================== */
.step-content-section {
    width: 100%;
    margin-top: 10px;
}

.step-dropdown-box {
    background: rgba(13, 21, 39, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    padding: 24px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.step-dropdown-label {
    font-size: 0.88rem;
    font-weight: 700;
    color: #93C5FD;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-select-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}


.select-left-icon {
    position: absolute;
    left: 14px;
    font-size: 1.1rem;
    pointer-events: none;
    z-index: 2;
}

.form-select-dropdown {
    width: 100%;
    background: #0d1527;
    border: 1.5px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-md);
    padding: 14px 44px 14px 46px;
    color: #F8FAFC;
    font-family: var(--font-body);
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3);
}

.form-select-dropdown:hover:not(:disabled) {
    border-color: rgba(59, 130, 246, 0.6);
    background: #111a30;
}

.form-select-dropdown:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.3), inset 0 2px 4px rgba(0, 0, 0, 0.3);
    background: #131e38;
}

.form-select-dropdown:disabled {
    background: rgba(13, 21, 39, 0.4);
    border-color: rgba(255, 255, 255, 0.05);
    color: #64748B;
    cursor: not-allowed;
}

.form-select-dropdown option {
    background: #0d1527;
    color: #F8FAFC;
    padding: 12px;
    font-weight: 500;
}

.form-select-dropdown option:disabled {
    color: #64748B;
}

/* Ícone de Seta para Baixo em Destaque */
.select-arrow-icon {
    position: absolute;
    right: 16px;
    font-size: 0.85rem;
    color: #60A5FA;
    pointer-events: none;
    z-index: 2;
    transition: transform 0.2s ease, color 0.2s ease;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}

.custom-select-wrapper:hover .select-arrow-icon {
    color: #93C5FD;
    transform: translateY(2px);
}

.form-section-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 8px 0 2px 0;
}

.form-section-divider::before,
.form-section-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.12);
}

.form-section-divider span {
    padding: 0 12px;
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #93C5FD;
    text-transform: uppercase;
}

.form-row-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 540px) {
    .form-row-inputs {
        grid-template-columns: 1fr;
    }
}

.btn-submit-cta {
    width: 100%;
    background: linear-gradient(135deg, #10B981 0%, #059669 100%);
    border: none;
    border-radius: var(--radius-md);
    padding: 16px 20px;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 8px 24px -2px rgba(16, 185, 129, 0.5);
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    margin-top: 6px;
    position: relative;
    overflow: hidden;
}

.btn-submit-cta:hover:not(:disabled) {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(16, 185, 129, 0.65);
    background: linear-gradient(135deg, #34D399 0%, #059669 100%);
}

.btn-submit-cta:disabled {
    background: rgba(255, 255, 255, 0.08);
    color: #64748B;
    box-shadow: none;
    cursor: not-allowed;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.btn-cta-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.btn-cta-title {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.btn-cta-sub {
    font-size: 0.76rem;
    opacity: 0.9;
    font-weight: 500;
}

.btn-cta-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: transform 0.2s ease;
}

.btn-submit-cta:hover:not(:disabled) .btn-cta-arrow {
    transform: translateX(4px);
    background: rgba(255, 255, 255, 0.3);
}

/* ==========================================================================
   TELA FINAL DE RESULTADO (DESIGN DE ALTA CONVERSÃO & CLEAN)
   ========================================================================== */
.result-card-inner {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: center;
    animation: fadeInScale 0.35s ease-out;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.96);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Badge Topo */
.result-badge-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: rgba(56, 189, 248, 0.12);
    border: 1px solid rgba(56, 189, 248, 0.3);
    padding: 6px 14px;
    border-radius: var(--radius-full);
    color: #38BDF8;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    margin: 0 auto;
}

/* Resumo do Carro */
.result-vehicle-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.result-brand-tag {
    font-size: 0.8rem;
    font-weight: 700;
    color: #94A3B8;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.result-car-title {
    font-family: var(--font-heading);
    font-size: 1.6rem;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.2;
    margin: 0;
}

.result-car-specs {
    font-size: 0.86rem;
    color: #94A3B8;
    margin: 0;
}

/* BOX DE PREÇO PREMIUM (DESTAQUE MÁXIMO) */
.result-price-box {
    background: linear-gradient(180deg, rgba(16, 185, 129, 0.08) 0%, rgba(9, 14, 26, 0.95) 100%);
    border: 2px solid rgba(16, 185, 129, 0.4);
    border-radius: var(--radius-lg);
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 30px -5px rgba(16, 185, 129, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
    position: relative;
    overflow: hidden;
}

.result-price-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(16, 185, 129, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

/* Linha de Preço Original & Economia */
.price-striked-row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    z-index: 1;
}

.price-original-striked {
    font-size: 0.9rem;
    color: #94A3B8;
    font-weight: 600;
}

.strikethrough-red {
    position: relative;
    color: #F87171;
    text-decoration: line-through;
    text-decoration-color: #EF4444;
    text-decoration-thickness: 2px;
    font-weight: 700;
}

.price-discount-tag {
    background: rgba(239, 68, 68, 0.15);
    border: 1px solid rgba(239, 68, 68, 0.4);
    color: #FCA5A5;
    padding: 3px 8px;
    border-radius: var(--radius-sm);
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

/* Preço Principal Gigante e Pulsando */
.price-main-value {
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 900;
    color: #34D399;
    letter-spacing: -0.02em;
    line-height: 1;
    z-index: 1;
    text-shadow: 0 0 25px rgba(52, 211, 153, 0.4);
}

.pulsing-price {
    animation: pricePulse 2.2s infinite ease-in-out;
}

@keyframes pricePulse {
    0%, 100% {
        transform: scale(1);
        filter: drop-shadow(0 0 10px rgba(52, 211, 153, 0.3));
    }
    50% {
        transform: scale(1.03);
        filter: drop-shadow(0 0 22px rgba(52, 211, 153, 0.7));
    }
}

.price-payment-info {
    font-size: 0.82rem;
    color: #E2E8F0;
    font-weight: 600;
    z-index: 1;
}

/* 3 Pilares Rápidos e Limpos */
.result-benefits-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: rgba(15, 23, 42, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: var(--radius-md);
    padding: 12px 14px;
    text-align: left;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.benefit-icon {
    font-size: 1.1rem;
    line-height: 1.3;
    flex-shrink: 0;
}

.benefit-text-wrap {
    display: flex;
    flex-direction: column;
}

.benefit-text-wrap strong {
    font-size: 0.84rem;
    color: #F8FAFC;
    font-weight: 700;
}

.benefit-text-wrap small {
    font-size: 0.75rem;
    color: #94A3B8;
}

/* BOTÃO DE WHATSAPP GIGANTE COM PULSO DE CONVERSÃO */
.btn-whatsapp-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #FFFFFF;
    text-decoration: none;
    padding: 16px 20px;
    border-radius: var(--radius-md);
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    cursor: pointer;
    box-shadow: 0 8px 24px -2px rgba(37, 211, 102, 0.5);
    transition: all 0.25s ease;
    border: none;
    width: 100%;
}

.btn-whatsapp-cta:hover {
    background: linear-gradient(135deg, #2EE070 0%, #0E7568 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(37, 211, 102, 0.7);
    color: #FFFFFF;
}

.pulsing-btn {
    animation: btnGlowPulse 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
}

@keyframes btnGlowPulse {
    0%, 100% {
        box-shadow: 0 6px 20px rgba(37, 211, 102, 0.45);
    }
    50% {
        box-shadow: 0 10px 32px rgba(37, 211, 102, 0.85);
        transform: scale(1.015);
    }
}

/* Botão Recalcular Outro */
.btn-recalcular-link {
    background: transparent;
    border: none;
    color: #94A3B8;
    font-size: 0.82rem;
    font-weight: 600;
    cursor: pointer;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    transition: color 0.15s ease;
    margin-top: -4px;
}

.btn-recalcular-link:hover {
    color: #38BDF8;
    text-decoration: underline;
}

/* ==========================================================================
   NOVOS ELEMENTOS DE ALTA CONVERSÃO (CRO v2.5)
   ========================================================================== */

/* --- Hero: Badge "Na Hora" --- */
.hero-instant-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 20px;
    background: linear-gradient(90deg, rgba(16, 185, 129, 0.18) 0%, rgba(56, 189, 248, 0.15) 100%);
    border: 1px solid rgba(16, 185, 129, 0.55);
    border-radius: var(--radius-full);
    font-family: var(--font-heading);
    font-size: 0.85rem;
    font-weight: 800;
    color: #34D399;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(16, 185, 129, 0.25), 0 4px 14px rgba(0, 0, 0, 0.3);
    animation: heroInstantPulse 2s infinite ease-in-out;
}
.hero-instant-dot {
    width: 10px;
    height: 10px;
    background: #10B981;
    border-radius: 50%;
    box-shadow: 0 0 12px #10B981;
    animation: pulseDot 1.2s infinite;
    flex-shrink: 0;
}
@keyframes heroInstantPulse {
    0%, 100% { box-shadow: 0 0 20px rgba(16, 185, 129, 0.25); }
    50% { box-shadow: 0 0 32px rgba(16, 185, 129, 0.5); }
}

/* --- Hero: Trust Bar (4 selos) --- */
.hero-trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    width: 100%;
    margin: 4px 0;
}
.trust-seal {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    background: rgba(15, 23, 42, 0.75);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-full);
    font-size: 0.76rem;
    font-weight: 700;
    color: #CBD5E1;
    backdrop-filter: blur(8px);
    white-space: nowrap;
}
.trust-seal-icon { font-size: 0.9rem; }

/* --- Hero CTA: Efeito Shine --- */
.btn-shine {
    position: relative;
    overflow: hidden;
}
.btn-shine::after {
    content: '';
    position: absolute;
    top: 0;
    left: -110%;
    width: 80%;
    height: 100%;
    background: linear-gradient(105deg, transparent 20%, rgba(255,255,255,0.22) 50%, transparent 80%);
    transform: skewX(-20deg);
    animation: shineSlide 3.5s ease-in-out infinite;
}
@keyframes shineSlide {
    0% { left: -110%; }
    40% { left: 120%; }
    100% { left: 120%; }
}

/* --- Hero CTA: Texto interno do botão --- */
.btn-cta-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 2px;
}
.btn-cta-main {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 900;
    letter-spacing: 0.03em;
}
.btn-cta-sub-hero {
    font-size: 0.73rem;
    opacity: 0.85;
    font-weight: 500;
}

/* --- Etapa 5: Box de Ancoragem de Valor --- */
.lead-anchor-box {
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.07) 0%, rgba(56, 189, 248, 0.05) 100%);
    border: 1px solid rgba(16, 185, 129, 0.3);
    border-radius: var(--radius-md);
    padding: 14px 16px;
    margin-bottom: 18px;
}
.lead-anchor-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.86rem;
    color: #34D399;
    margin-bottom: 10px;
    font-weight: 700;
}
.lead-anchor-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.lead-anchor-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 0.82rem;
    color: #CBD5E1;
    line-height: 1.45;
}
.lead-anchor-list li strong { color: #F8FAFC; }
.anchor-check {
    font-size: 0.9rem;
    flex-shrink: 0;
    line-height: 1.45;
}

/* --- Resultado: Barra de Urgência com Cronômetro --- */
.result-urgency-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 16px;
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.35);
    border-radius: var(--radius-md);
    font-size: 0.85rem;
    color: #FCA5A5;
    font-weight: 600;
    animation: urgencyGlow 2s infinite ease-in-out;
}
.urgency-timer {
    font-family: var(--font-mono);
    font-size: 1.2rem;
    font-weight: 800;
    color: #F87171;
    letter-spacing: 0.04em;
    text-shadow: 0 0 12px rgba(239, 68, 68, 0.7);
}
.urgency-fire {
    font-size: 1rem;
    animation: firePulse 0.8s infinite alternate ease-in-out;
}
@keyframes urgencyGlow {
    0%, 100% { box-shadow: 0 0 10px rgba(239, 68, 68, 0.15); }
    50% { box-shadow: 0 0 22px rgba(239, 68, 68, 0.35); }
}
@keyframes firePulse {
    from { transform: scale(1); }
    to { transform: scale(1.2); }
}

/* --- Resultado: Lista de Entregáveis --- */
.result-deliverables {
    background: rgba(15, 23, 42, 0.7);
    border: 1px solid rgba(16, 185, 129, 0.2);
    border-radius: var(--radius-md);
    padding: 14px 16px;
    text-align: left;
}
.deliverables-label {
    display: block;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #34D399;
    margin-bottom: 10px;
}
.deliverables-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.deliverables-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: #E2E8F0;
    font-weight: 500;
}
.deliver-check {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: rgba(16, 185, 129, 0.2);
    border: 1px solid rgba(16, 185, 129, 0.5);
    border-radius: 50%;
    color: #34D399;
    font-size: 0.7rem;
    font-weight: 900;
    flex-shrink: 0;
}

/* --- Resultado: Wrapper do WhatsApp + Disclaimer --- */
.result-wa-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}
.wa-btn-text-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 2px;
}
.wa-btn-main {
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}
.wa-btn-sub {
    font-size: 0.72rem;
    opacity: 0.88;
    font-weight: 500;
}
.result-wa-disclaimer {
    font-size: 0.74rem;
    color: #64748B;
    text-align: center;
}

/* --- Social Proof Toast (Prova Social Flutuante) --- */
.social-proof-toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(80px);
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(15, 23, 42, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: var(--radius-md);
    padding: 10px 16px;
    font-size: 0.82rem;
    color: #CBD5E1;
    font-weight: 600;
    max-width: 360px;
    width: calc(100% - 32px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(12px);
    z-index: 9000;
    transition: transform 0.45s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.45s ease;
    opacity: 0;
}
.social-proof-toast.sp-show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}
.sp-car-icon {
    font-size: 1.25rem;
    flex-shrink: 0;
}
