/* ============================================
   A2X MARKETING LAB — Ethereal Minimalist Design
   Premium Lead Generation Landing Page
   + Conversion Optimization Layer
   ============================================ */

/* --- CSS Custom Properties --- */
:root {
    --phantom-bg: #080808;
    --phantom-text: #F0F0F0;
    --phantom-accent: #e60000;
    --phantom-accent-rgb: 230, 0, 0;
    --phantom-muted: rgba(240, 240, 240, 0.5);
    --phantom-subtle: rgba(240, 240, 240, 0.4);
    --phantom-border: rgba(240, 240, 240, 0.1);
    --phantom-border-hover: rgba(230, 0, 0, 0.3);
    --phantom-glass: rgba(240, 240, 240, 0.02);
    --phantom-glass-hover: rgba(240, 240, 240, 0.04);
    --phantom-radius-sm: 12px;
    --phantom-radius-md: 16px;
    --phantom-radius-lg: 24px;
    --phantom-radius-full: 9999px;
    --phantom-nav-height: 80px;
    --phantom-max-width: 1280px;
    --phantom-transition: cubic-bezier(0.4, 0, 0.2, 1);
    --green-accent: #34D399;
    --green-accent-rgb: 52, 211, 153;
    --urgency-height: 44px;
}

[data-theme="light"] {
    --phantom-bg: #F0F0F0;
    --phantom-text: #080808;
    --phantom-accent: #e60000;
    --phantom-accent-rgb: 230, 0, 0;
    --phantom-muted: rgba(8, 8, 8, 0.6);
    --phantom-subtle: rgba(8, 8, 8, 0.4);
    --phantom-border: rgba(8, 8, 8, 0.1);
    --phantom-border-hover: rgba(230, 0, 0, 0.3);
    --phantom-glass: rgba(0, 0, 0, 0.03);
    --phantom-glass-hover: rgba(0, 0, 0, 0.05);
}
[data-theme="light"] body { background: var(--phantom-bg); }
[data-theme="light"] p,
[data-theme="light"] .testimonial-text,
[data-theme="light"] .faq-answer p,
[data-theme="light"] .problem-card p,
[data-theme="light"] .for-who-list li,
[data-theme="light"] .plan-features li,
[data-theme="light"] .stack-card-desc,
[data-theme="light"] .cta-subtext {
    color: var(--phantom-muted);
}
[data-theme="light"] strong, 
[data-theme="light"] .testimonial-author strong,
[data-theme="light"] .for-who-list li strong { 
    color: var(--phantom-text); 
}
[data-theme="light"] .section-heading {
    background: none;
    -webkit-text-fill-color: initial;
    color: var(--phantom-text);
}
[data-theme="light"] .hero-title { color: var(--phantom-text); }
[data-theme="light"] .text-accent,
[data-theme="light"] .hero-accent {
    background: none;
    -webkit-text-fill-color: var(--phantom-accent);
    color: var(--phantom-accent);
}
[data-theme="light"] #phantom-nav { background: rgba(244, 246, 248, 0.8); }
[data-theme="light"] .nav-link { color: var(--phantom-muted); }
[data-theme="light"] .nav-link:hover { color: var(--phantom-text); }
[data-theme="light"] .sun-icon { display: none; }
[data-theme="light"] .moon-icon { display: block; }

/* THEME FOG THEATRICAL ANIMATION */
.theme-fog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: radial-gradient(circle at center, var(--phantom-accent) 0%, var(--phantom-bg) 70%, #000 100%);
    z-index: 10000;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.8s ease-in-out;
}
.theme-fog.active {
    opacity: 1;
    pointer-events: all;
}

/* PRODUTOS PAGE SPECIFIC THEME */
.page-produtos {
    --phantom-accent: #e60000;
    --phantom-accent-rgb: 230, 0, 0;
}
.page-produtos #phantom-nav {
    top: 0 !important;
}
[data-theme="light"] .page-produtos {
    --phantom-accent: #cc0000;
    --phantom-accent-rgb: 204, 0, 0;
}

/* LIGHT THEME BUTTON FIXES */
[data-theme="light"] .btn-phantom-secondary {
    color: var(--phantom-text);
    border-color: var(--phantom-border);
}
[data-theme="light"] .btn-phantom-secondary:hover {
    background: rgba(0, 0, 0, 0.05);
}
[data-theme="light"] .product-status.planning {
    background: rgba(255, 180, 0, 0.2);
    color: #C08000;
}
[data-theme="light"] .product-status.soon {
    color: var(--phantom-accent);
}
[data-theme="light"] .plan-price .currency,
[data-theme="light"] .plan-price .cents,
[data-theme="light"] .plan-leads span,
[data-theme="light"] .plan-per,
[data-theme="light"] .stat-value,
[data-theme="light"] .stat-label,
[data-theme="light"] .urgency-divider,
[data-theme="light"] .countdown {
    color: var(--phantom-muted);
}
[data-theme="light"] .plan-discount-badge {
    color: #008855;
    border-color: #008855;
    background: rgba(0, 136, 85, 0.1);
}


/* --- Reset & Base --- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

::selection {
    background: var(--phantom-accent);
    color: #000000;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    background: var(--phantom-bg);
    color: var(--phantom-text);
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 400;
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1.05;
}

strong {
    color: var(--phantom-text);
    font-weight: 600;
}

/* --- Matrix Pulse Canvas --- */
#matrix-pulse-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 0;
    pointer-events: none;
    opacity: 0.3;
}

/* --- Star Dust Particles Canvas --- */
#stardust-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    pointer-events: none;
}

/* --- Section Depth Bands --- */
.section-band {
    position: relative;
    z-index: 2;
}
.section-band::before {
    content: '';
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(10, 10, 10, 0.85);
    z-index: -1;
    pointer-events: none;
}
[data-theme="light"] .section-band::before {
    background: rgba(235, 235, 235, 0.88);
}
.section-band-alt::before {
    background: rgba(18, 14, 14, 0.9);
}
[data-theme="light"] .section-band-alt::before {
    background: rgba(245, 242, 240, 0.92);
}

/* --- Glassmorphism Layer Cards --- */
.problem-card,
.testimonial-card,
.pricing-card,
.process-card,
.floating-box,
.for-who-col,
.comparative-table-wrapper,
.faq-item {
    position: relative;
    z-index: 2;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
[data-theme="light"] .problem-card,
[data-theme="light"] .testimonial-card,
[data-theme="light"] .pricing-card,
[data-theme="light"] .process-card,
[data-theme="light"] .floating-box,
[data-theme="light"] .for-who-col,
[data-theme="light"] .comparative-table-wrapper,
[data-theme="light"] .faq-item {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
}

/* --- MEGA 3D CTA BUTTON --- */
.mega-cta-wrapper {
    perspective: 800px;
    display: flex;
    justify-content: center;
    margin: 40px 0 24px;
}
.mega-cta-btn {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 24px 56px;
    border-radius: var(--phantom-radius-lg);
    background: linear-gradient(135deg, #e60000 0%, #cc0000 50%, #990000 100%);
    color: #fff;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform 0.3s ease, box-shadow 0.3s ease, padding 0.4s ease;
    box-shadow: 0 10px 40px rgba(230, 0, 0, 0.3), 0 0 0 1px rgba(255,255,255,0.1) inset;
    cursor: pointer;
    will-change: transform;
}
.mega-cta-btn:hover {
    padding: 28px 64px;
    box-shadow: 0 20px 60px rgba(230, 0, 0, 0.5), 0 0 80px rgba(230, 0, 0, 0.15), 0 0 0 1px rgba(255,255,255,0.15) inset;
}
.mega-cta-glow {
    position: absolute;
    top: 0; left: -100%;
    width: 200%; height: 100%;
    background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.15) 50%, transparent 100%);
    animation: megaGlowSweep 3s ease-in-out infinite;
}
@keyframes megaGlowSweep {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(50%); }
}
.mega-cta-text {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    z-index: 2;
}
.mega-cta-sub {
    font-size: 0.75rem;
    font-weight: 500;
    opacity: 0.8;
    z-index: 2;
    letter-spacing: 0.04em;
}
.mega-cta-final {
    padding: 28px 64px;
}
.mega-cta-final .mega-cta-text {
    font-size: 1.3rem;
}

@media (max-width: 768px) {
    .mega-cta-btn {
        padding: 20px 32px;
    }
    .mega-cta-btn:hover {
        padding: 22px 36px;
    }
    .mega-cta-text {
        font-size: 0.95rem;
    }
    .mega-cta-final {
        padding: 22px 36px;
    }
    .mega-cta-final .mega-cta-text {
        font-size: 1.05rem;
    }
}

/* --- Smoother Animations Global --- */
.reveal-up {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- URGENCY BANNER --- */
.urgency-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--urgency-height);
    z-index: 1100;
    background: linear-gradient(90deg, #ff4d4d, #ff6b35, #ff4d4d);
    background-size: 200% 100%;
    animation: urgencyGradient 4s ease-in-out infinite;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

@keyframes urgencyGradient {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.urgency-banner-inner {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 0 20px;
    white-space: nowrap;
}

.urgency-fire {
    font-size: 1.1rem;
    animation: fireShake 0.5s ease-in-out infinite alternate;
}

@keyframes fireShake {
    from { transform: rotate(-5deg) scale(1); }
    to { transform: rotate(5deg) scale(1.1); }
}

.urgency-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.03em;
}

.urgency-text strong {
    color: #fff;
    font-weight: 800;
}

.urgency-divider {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 300;
}

.urgency-timer {
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}

.countdown {
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 0.88rem;
    background: rgba(0, 0, 0, 0.25);
    padding: 3px 10px;
    border-radius: 6px;
    letter-spacing: 0.08em;
    margin-left: 4px;
}

.urgency-cta {
    display: inline-flex;
    align-items: center;
    padding: 5px 16px;
    background: #fff;
    color: #000;
    border-radius: var(--phantom-radius-full);
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    margin-left: 4px;
}

.urgency-cta:hover {
    transform: scale(1.05);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}

/* --- NAVIGATION (adjusted for urgency banner) --- */
#phantom-nav {
    position: fixed;
    top: var(--urgency-height);
    left: 0;
    width: 100%;
    height: var(--phantom-nav-height);
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(5, 5, 5, 0.8);
    transition: background 0.3s ease;
}

.nav-inner {
    max-width: var(--phantom-max-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 40px;
}

.nav-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.logo-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--phantom-accent);
    box-shadow: 0 0 12px rgba(var(--phantom-accent-rgb), 0.6);
    animation: logoPulse 3s ease-in-out infinite;
}

@keyframes logoPulse {
    0%, 100% { box-shadow: 0 0 12px rgba(var(--phantom-accent-rgb), 0.6); }
    50% { box-shadow: 0 0 24px rgba(var(--phantom-accent-rgb), 0.9); }
}

.logo-text {
    font-family: 'Outfit', sans-serif;
    font-weight: 900;
    font-size: 1.3rem;
    letter-spacing: 0.05em;
    color: var(--phantom-text);
}

.logo-sub {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0.08em;
    text-transform: lowercase;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 36px;
}

.nav-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 0.01em;
    transition: color 0.3s ease;
    position: relative;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--phantom-accent);
    transition: width 0.3s var(--phantom-transition);
}

.nav-link:hover { color: var(--phantom-text); }
.nav-link:hover::after { width: 100%; }

.nav-cta {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    background: var(--phantom-accent);
    color: #000;
    border-radius: var(--phantom-radius-full);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 700;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.01em;
    transition: all 0.3s ease;
    box-shadow: 0 0 20px rgba(var(--phantom-accent-rgb), 0.2);
}

.nav-cta:hover {
    box-shadow: 0 0 30px rgba(var(--phantom-accent-rgb), 0.4);
    transform: translateY(-1px);
}

.nav-mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 1001;
}

.nav-mobile-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--phantom-text);
    transition: all 0.3s ease;
    border-radius: 2px;
}

.nav-mobile-toggle.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.nav-mobile-toggle.active span:nth-child(2) { opacity: 0; }
.nav-mobile-toggle.active span:nth-child(3) { transform: rotate(-45deg) translate(5px, -5px); }

.mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(5, 5, 5, 0.97);
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.mobile-nav-overlay.active { display: flex; opacity: 1; }

.mobile-nav-link {
    color: var(--phantom-text);
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    transition: color 0.3s ease;
}

.mobile-nav-link:hover { color: var(--phantom-accent); }

.cta-mobile {
    color: var(--phantom-accent);
    font-size: 1.2rem;
    margin-top: 20px;
    border: 1px solid var(--phantom-border);
    padding: 12px 32px;
    border-radius: var(--phantom-radius-full);
}

/* --- HERO SECTION (adjusted for urgency banner) --- */
.hero-section {
    position: relative;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: calc(var(--urgency-height) + 20px) 40px 0;
}

.hero-glow {
    position: absolute;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--phantom-accent-rgb), 0.06) 0%, transparent 70%);
    filter: blur(120px);
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: heroGlowPulse 8s ease-in-out infinite;
}

@keyframes heroGlowPulse {
    0%, 100% { opacity: 0.35; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 0.7; transform: translate(-50%, -50%) scale(1.2); }
}

.hero-content {
    text-align: center;
    position: relative;
    z-index: 2;
    max-width: 950px;
    opacity: 0;
    transform: translateY(40px);
    animation: heroReveal 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) 0.3s forwards;
}

@keyframes heroReveal {
    to { opacity: 1; transform: translateY(0); }
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: rgba(var(--green-accent-rgb), 0.08);
    border: 1px solid rgba(var(--green-accent-rgb), 0.2);
    border-radius: var(--phantom-radius-full);
    padding: 8px 22px;
    margin-bottom: 36px;
}

.badge-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--green-accent);
    animation: badgePulse 2s ease-in-out infinite;
    box-shadow: 0 0 8px rgba(var(--green-accent-rgb), 0.6);
}

@keyframes badgePulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.badge-text {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: var(--green-accent);
    font-family: 'Inter', sans-serif;
}

.hero-title {
    font-size: clamp(3.5rem, 10vw, 8rem);
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 0.95;
    color: var(--phantom-text);
    margin-bottom: 28px;
    user-select: none;
    opacity: 0.92;
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.hero-title:hover {
    transform: scale(1.02) translateY(-2px);
    text-shadow: 0 0 40px rgba(var(--phantom-accent-rgb), 0.5), 0 0 80px rgba(var(--phantom-accent-rgb), 0.2);
    opacity: 1;
    letter-spacing: -0.04em;
}

.hero-accent {
    background: linear-gradient(135deg, var(--phantom-accent), #ff9999);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-description {
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    color: var(--phantom-muted);
    max-width: 620px;
    margin: 0 auto 40px;
    font-weight: 400;
    line-height: 1.75;
}

.hero-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.btn-phantom-primary {
    display: inline-flex;
    align-items: center;
    padding: 18px 36px;
    background: var(--phantom-accent);
    color: #000000;
    border: none;
    border-radius: var(--phantom-radius-full);
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.01em;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s var(--phantom-transition);
    box-shadow: 0 0 30px rgba(var(--phantom-accent-rgb), 0.3);
    animation: ctaPulse 3s ease-in-out infinite;
}

@keyframes ctaPulse {
    0%, 100% { box-shadow: 0 0 30px rgba(var(--phantom-accent-rgb), 0.3); }
    50% { box-shadow: 0 0 50px rgba(var(--phantom-accent-rgb), 0.6), 0 0 80px rgba(var(--phantom-accent-rgb), 0.2); }
}

.btn-phantom-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 50px rgba(var(--phantom-accent-rgb), 0.5), 0 8px 32px rgba(0, 0, 0, 0.4);
    animation: none;
}

.btn-phantom-secondary {
    display: inline-flex;
    align-items: center;
    padding: 18px 36px;
    background: transparent;
    color: var(--phantom-text);
    border: 1px solid var(--phantom-border);
    border-radius: var(--phantom-radius-full);
    font-family: 'Outfit', sans-serif;
    font-weight: 500;
    font-size: 0.95rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s var(--phantom-transition);
}

.btn-phantom-secondary:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.05);
    transform: translateY(-2px);
}

/* Hero Microcopy */
.hero-microcopy {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.35);
    margin-bottom: 48px;
    letter-spacing: 0.02em;
}

.hero-microcopy strong {
    color: rgba(255, 255, 255, 0.6);
    font-weight: 700;
}

/* Hero Trust Bar */
.hero-trust-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.4);
    font-size: 0.82rem;
    font-weight: 500;
}

.trust-item svg {
    width: 18px;
    height: 18px;
    color: var(--phantom-accent);
    opacity: 0.7;
}

/* Hero Scroll Indicator */
.hero-scroll-indicator {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    opacity: 0.4;
    animation: scrollFade 3s ease-in-out infinite;
}

.scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(180deg, var(--phantom-accent), transparent);
    animation: scrollLine 2s ease-in-out infinite;
}

@keyframes scrollLine {
    0% { transform: scaleY(0); transform-origin: top; }
    50% { transform: scaleY(1); transform-origin: top; }
    50.1% { transform: scaleY(1); transform-origin: bottom; }
    100% { transform: scaleY(0); transform-origin: bottom; }
}

@keyframes scrollFade {
    0%, 100% { opacity: 0.2; }
    50% { opacity: 0.5; }
}

.hero-scroll-indicator span {
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3);
}

/* --- SECTION COMMON --- */
.section-container {
    max-width: var(--phantom-max-width);
    margin: 0 auto;
    padding: 0 40px;
}

.section-header {
    margin-bottom: 72px;
}

.section-eyebrow {
    display: block;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: var(--phantom-accent);
    margin-bottom: 20px;
    font-family: 'Inter', sans-serif;
}

.section-heading {
    font-size: clamp(2.2rem, 5vw, 3.8rem);
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-accent {
    -webkit-text-fill-color: var(--phantom-accent);
}

/* --- PROBLEM SECTION --- */
.problem-section {
    padding: 140px 0;
    position: relative;
}

.problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: start;
}

.problem-left .section-heading {
    font-size: clamp(1.8rem, 3.5vw, 2.8rem);
    line-height: 1.15;
}

.problem-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--phantom-radius-md);
    background: rgba(255, 255, 255, 0.02);
    margin-bottom: 12px;
    transition: all 0.4s ease;
}

.problem-card:hover {
    border-color: rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.03);
}

.problem-card.highlight {
    border-color: rgba(var(--phantom-accent-rgb), 0.3);
    background: rgba(var(--phantom-accent-rgb), 0.05);
}

.problem-card.highlight:hover {
    border-color: rgba(var(--phantom-accent-rgb), 0.5);
    box-shadow: 0 0 30px rgba(var(--phantom-accent-rgb), 0.08);
}

.problem-icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 700;
    background: rgba(255, 80, 80, 0.12);
    color: #ff5050;
    border: 1px solid rgba(255, 80, 80, 0.2);
}

.problem-icon.check {
    background: rgba(var(--phantom-accent-rgb), 0.15);
    color: var(--phantom-accent);
    border-color: rgba(var(--phantom-accent-rgb), 0.3);
}

.problem-card p {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

/* --- FOR WHO SECTION --- */
.for-who-section {
    padding: 120px 0;
    position: relative;
}

.for-who-header {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.for-who-grid {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 32px;
    max-width: 900px;
    margin: 0 auto;
}

.for-who-col {
    padding: 36px 32px;
    border-radius: var(--phantom-radius-lg);
    border: 1px solid var(--phantom-border);
    background: rgba(255, 255, 255, 0.02);
    transition: all 0.4s ease;
}

.for-who-col:hover {
    border-color: rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.03);
}

.for-who-yes {
    border-color: rgba(var(--green-accent-rgb), 0.2);
    background: rgba(var(--green-accent-rgb), 0.03);
}

.for-who-yes:hover {
    border-color: rgba(var(--green-accent-rgb), 0.35);
    box-shadow: 0 0 30px rgba(var(--green-accent-rgb), 0.06);
}

.for-who-no {
    border-color: rgba(255, 80, 80, 0.15);
    background: rgba(255, 80, 80, 0.03);
}

.for-who-no:hover {
    border-color: rgba(255, 80, 80, 0.25);
}

.for-who-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1.3rem;
    font-weight: 800;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.for-who-title-yes {
    color: var(--green-accent);
    -webkit-text-fill-color: var(--green-accent);
}

.for-who-title-no {
    color: #ff5050;
    -webkit-text-fill-color: #ff5050;
}

.for-who-list {
    list-style: none;
}

.for-who-list li {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.65;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.for-who-list li:last-child {
    border-bottom: none;
}

.for-who-list li strong {
    color: rgba(255, 255, 255, 0.85);
}

.for-who-list-no li {
    color: rgba(255, 255, 255, 0.45);
}

/* --- STACKING CARDS (How it Works) --- */
.portfolio-section {
    padding: 160px 0 100px;
    position: relative;
}

.stacking-cards {
    position: relative;
}

.stack-card {
    position: sticky;
    top: 100px;
    margin-bottom: 40px;
    will-change: transform;
}

.stack-card:nth-child(1) { z-index: 5; }
.stack-card:nth-child(2) { z-index: 4; top: 120px; }
.stack-card:nth-child(3) { z-index: 3; top: 140px; }
.stack-card:nth-child(4) { z-index: 2; top: 160px; }

.stack-card-inner {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    background: rgba(10, 10, 15, 0.95);
    border: 1px solid var(--phantom-border);
    border-radius: var(--phantom-radius-lg);
    overflow: hidden;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: all 0.5s var(--phantom-transition);
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.5);
}

.stack-card-inner:hover {
    border-color: var(--phantom-border-hover);
    box-shadow: 0 12px 60px rgba(0, 0, 0, 0.7), 0 0 30px rgba(var(--phantom-accent-rgb), 0.06);
    transform: translateY(-4px);
}

.stack-card-visual {
    min-height: 320px;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-number-big {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(5rem, 10vw, 8rem);
    font-weight: 900;
    color: rgba(255, 255, 255, 0.08);
    letter-spacing: -0.05em;
    user-select: none;
}

.stack-card-content {
    padding: 48px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stack-card-number {
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: var(--phantom-accent);
    margin-bottom: 16px;
}

.stack-card-title {
    font-size: 1.8rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 16px;
    color: var(--phantom-text);
    -webkit-text-fill-color: var(--phantom-text);
}

.stack-card-desc {
    font-size: 0.95rem;
    color: var(--phantom-subtle);
    line-height: 1.7;
    margin-bottom: 24px;
}

.stack-card-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.stack-card-tags span {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid var(--phantom-border);
    border-radius: var(--phantom-radius-full);
    font-size: 0.72rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.55);
    transition: all 0.3s ease;
}

.stack-card-tags span:hover {
    border-color: var(--phantom-accent);
    color: var(--phantom-accent);
}

/* --- RESULTS / METRICS SECTION --- */
.about-section {
    padding: 160px 0;
    position: relative;
}

.about-grid {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 80px;
    align-items: center;
}

.about-text {
    font-size: 1rem;
    color: var(--phantom-subtle);
    line-height: 1.8;
    margin-bottom: 20px;
}

.about-stats {
    display: flex;
    gap: 48px;
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid var(--phantom-border);
}

.stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.stat-number {
    font-family: 'Outfit', sans-serif;
    font-size: 2.8rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-label {
    font-size: 0.78rem;
    color: rgba(255, 255, 255, 0.3);
    font-weight: 500;
}

.about-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-visual {
    width: 360px;
    height: 360px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-orb {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(var(--phantom-accent-rgb), 0.4), rgba(var(--phantom-accent-rgb), 0.05) 70%, transparent);
    box-shadow: 0 0 80px rgba(var(--phantom-accent-rgb), 0.2), 0 0 160px rgba(var(--phantom-accent-rgb), 0.1);
    animation: orbFloat 6s ease-in-out infinite;
    position: relative;
}

.about-orb::before {
    content: '';
    position: absolute;
    inset: -40px;
    border-radius: 50%;
    border: 1px solid rgba(var(--phantom-accent-rgb), 0.1);
    animation: orbRing 8s linear infinite;
}

.about-orb::after {
    content: '';
    position: absolute;
    inset: -80px;
    border-radius: 50%;
    border: 1px solid rgba(var(--phantom-accent-rgb), 0.05);
    animation: orbRing 12s linear infinite reverse;
}

.orb-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'Outfit', sans-serif;
    font-size: 2.2rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.9);
    text-align: center;
    pointer-events: none;
    z-index: 2;
}

.orb-label span {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    color: rgba(var(--phantom-accent-rgb), 0.8);
}

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

@keyframes orbRing {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* --- SOCIAL PROOF PARALLAX GRID --- */
.gallery-section {
    padding: 160px 0;
    overflow: hidden;
}

.parallax-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    perspective: 1000px;
}

.parallax-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    will-change: transform;
}

/* Testimonial Cards */
.testimonial-card {
    background: rgba(255, 255, 255, 0.025);
    border: 1px solid var(--phantom-border);
    border-radius: var(--phantom-radius-lg);
    padding: 32px;
    transition: all 0.5s var(--phantom-transition);
    will-change: transform;
}

.testimonial-card:hover {
    border-color: var(--phantom-border-hover);
    background: rgba(255, 255, 255, 0.04);
    transform: translateY(-4px);
    box-shadow: 0 0 20px rgba(var(--phantom-accent-rgb), 0.06);
}

.testimonial-card.featured {
    border-color: rgba(var(--phantom-accent-rgb), 0.2);
    background: rgba(var(--phantom-accent-rgb), 0.04);
}

.testimonial-stars {
    color: #F5A623;
    font-size: 0.85rem;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

.testimonial-text {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.7;
    margin-bottom: 24px;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(var(--phantom-accent-rgb), 0.15);
    border: 1px solid rgba(var(--phantom-accent-rgb), 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.75rem;
    color: var(--phantom-accent);
    flex-shrink: 0;
}

.testimonial-author strong {
    display: block;
    font-size: 0.85rem;
    color: var(--phantom-text);
    font-weight: 600;
}

.testimonial-author span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.35);
}

.testimonial-card.small {
    padding: 28px;
}

.metric-highlight {
    text-align: center;
}

.metric-number {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    background: linear-gradient(180deg, var(--phantom-accent) 0%, rgba(var(--phantom-accent-rgb), 0.5) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 8px;
}

.metric-label {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.5;
}

/* --- PRICING SECTION --- */
.pricing-section {
    padding: 160px 0;
    position: relative;
}

.pricing-header {
    text-align: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.pricing-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.4);
    margin-top: 20px;
    line-height: 1.7;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 60px;
}

.pricing-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--phantom-border);
    border-radius: var(--phantom-radius-lg);
    padding: 36px 28px 32px;
    display: flex;
    flex-direction: column;
    transition: all 0.5s var(--phantom-transition);
    position: relative;
    overflow: hidden;
}

.pricing-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    background: radial-gradient(ellipse at 50% 0%, rgba(var(--phantom-accent-rgb), 0.04) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.pricing-card:hover {
    border-color: rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.03);
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.pricing-card:hover::before { opacity: 1; }

.pricing-card.popular {
    border-color: rgba(var(--phantom-accent-rgb), 0.35);
    background: rgba(var(--phantom-accent-rgb), 0.04);
    transform: scale(1.03);
}

.pricing-card.popular:hover {
    transform: scale(1.03) translateY(-6px);
    border-color: rgba(var(--phantom-accent-rgb), 0.5);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4), 0 0 40px rgba(var(--phantom-accent-rgb), 0.1);
}

.popular-badge {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: var(--phantom-accent);
    color: #000;
    text-align: center;
    padding: 6px;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    font-family: 'Outfit', sans-serif;
}

.pricing-card.popular .pricing-card-top {
    padding-top: 20px;
}

.pricing-card-top {
    text-align: center;
    margin-bottom: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
    z-index: 1;
}

.plan-name {
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--phantom-accent);
    margin-bottom: 12px;
}

.plan-leads {
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: -0.04em;
    color: var(--phantom-text);
    margin-bottom: 8px;
}

.plan-leads span {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.4);
    letter-spacing: 0;
}

/* Anchor Pricing */
.plan-original-price {
    display: block;
    font-size: 0.85rem;
    color: rgba(255, 80, 80, 0.7);
    text-decoration: line-through;
    margin-bottom: 4px;
    font-weight: 500;
}

.plan-price {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 4px;
}

.plan-price .currency {
    font-size: 1.1rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 6px;
    margin-right: 4px;
}

.plan-price .amount {
    font-family: 'Outfit', sans-serif;
    font-size: 3.5rem;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: var(--phantom-text);
    line-height: 1;
}

.plan-price .cents {
    font-size: 1.3rem;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 6px;
}

.plan-discount-badge {
    display: inline-block;
    background: rgba(var(--green-accent-rgb), 0.15);
    color: var(--green-accent);
    font-family: 'Outfit', sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 4px 14px;
    border-radius: var(--phantom-radius-full);
    border: 1px solid rgba(var(--green-accent-rgb), 0.25);
    margin-bottom: 6px;
}

.plan-per {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.3);
}

.plan-features {
    list-style: none;
    flex: 1;
    margin-bottom: 28px;
    position: relative;
    z-index: 1;
}

.plan-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03);
}

.plan-features li:last-child { border-bottom: none; }

.plan-features svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: var(--phantom-accent);
}

.btn-plan {
    display: block;
    text-align: center;
    padding: 14px;
    border: 1px solid var(--phantom-border);
    border-radius: var(--phantom-radius-full);
    color: var(--phantom-text);
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    transition: all 0.4s ease;
    position: relative;
    z-index: 1;
}

.btn-plan:hover {
    border-color: var(--phantom-accent);
    background: rgba(var(--phantom-accent-rgb), 0.08);
    box-shadow: 0 0 20px rgba(var(--phantom-accent-rgb), 0.15);
}

.btn-plan-popular {
    background: var(--phantom-accent);
    color: #000;
    border-color: var(--phantom-accent);
    font-size: 0.88rem;
}

.btn-plan-popular:hover {
    background: #c4b3f7;
    box-shadow: 0 0 30px rgba(var(--phantom-accent-rgb), 0.4);
}

/* Plan Scarcity Microcopy */
.plan-scarcity {
    display: block;
    text-align: center;
    margin-top: 14px;
    font-size: 0.72rem;
    color: rgba(var(--green-accent-rgb), 0.8);
    font-weight: 600;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 1;
    animation: scarcityPulse 3s ease-in-out infinite;
}

@keyframes scarcityPulse {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}

/* Pricing Guarantee */
.pricing-guarantee {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 600px;
    margin: 60px auto 0;
    padding: 28px 32px;
    background: rgba(var(--green-accent-rgb), 0.04);
    border: 1px solid rgba(var(--green-accent-rgb), 0.15);
    border-radius: var(--phantom-radius-lg);
    text-align: left;
}

.pricing-guarantee svg {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    color: var(--green-accent);
}

.pricing-guarantee strong {
    display: block;
    font-size: 0.95rem;
    color: var(--green-accent);
    margin-bottom: 4px;
}

.pricing-guarantee p {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.6;
}

/* --- FAQ SECTION --- */
.faq-section {
    padding: 140px 0;
}

.faq-list {
    max-width: 750px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    overflow: hidden;
}

.faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    padding: 24px 0;
    color: var(--phantom-text);
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    cursor: pointer;
    text-align: left;
    transition: color 0.3s ease;
}

.faq-question:hover {
    color: var(--phantom-accent);
}

.faq-question svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.4s var(--phantom-transition);
    color: rgba(255, 255, 255, 0.3);
}

.faq-item.open .faq-question svg {
    transform: rotate(180deg);
    color: var(--phantom-accent);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s var(--phantom-transition), padding 0.5s var(--phantom-transition);
    padding: 0 0;
}

.faq-item.open .faq-answer {
    max-height: 300px;
    padding: 0 0 24px;
}

.faq-answer p {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
}

/* --- CTA SECTION --- */
.cta-section {
    padding: 180px 0;
    position: relative;
    text-align: center;
    overflow: hidden;
}

.cta-glow {
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(var(--phantom-accent-rgb), 0.12) 0%, transparent 70%);
    filter: blur(100px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    animation: ctaGlowPulse 6s ease-in-out infinite;
}

@keyframes ctaGlowPulse {
    0%, 100% { opacity: 0.5; transform: translate(-50%, -50%) scale(1); }
    50% { opacity: 1; transform: translate(-50%, -50%) scale(1.2); }
}

.cta-container { position: relative; z-index: 2; }

.cta-heading {
    font-size: clamp(2.2rem, 4.5vw, 3.5rem);
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-bottom: 24px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.5) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.15;
}

.cta-subtext {
    font-size: 1.1rem;
    color: var(--phantom-subtle);
    max-width: 520px;
    margin: 0 auto 40px;
    line-height: 1.7;
}

.btn-cta-join {
    display: inline-flex;
    align-items: center;
    padding: 22px 52px;
    background: #FFFFFF;
    color: #000000;
    border: none;
    border-radius: var(--phantom-radius-full);
    font-family: 'Outfit', sans-serif;
    font-weight: 800;
    font-size: 1.05rem;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.4s var(--phantom-transition);
    box-shadow: 0 0 40px rgba(var(--phantom-accent-rgb), 0.2);
    margin-bottom: 32px;
    animation: ctaJoinPulse 3s ease-in-out infinite;
}

@keyframes ctaJoinPulse {
    0%, 100% { box-shadow: 0 0 40px rgba(var(--phantom-accent-rgb), 0.2); }
    50% { box-shadow: 0 0 60px rgba(var(--phantom-accent-rgb), 0.45), 0 0 100px rgba(var(--phantom-accent-rgb), 0.15); }
}

.btn-cta-join:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 0 60px rgba(var(--phantom-accent-rgb), 0.4), 0 12px 40px rgba(0, 0, 0, 0.3);
    animation: none;
}

/* Urgency */
.cta-urgency {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.4);
}

.urgency-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green-accent);
    box-shadow: 0 0 8px rgba(var(--green-accent-rgb), 0.5);
    animation: badgePulse 1.5s ease-in-out infinite;
}

/* --- FLOATING WHATSAPP BUTTON --- */
.whatsapp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1050;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 40px rgba(37, 211, 102, 0.15);
    transition: all 0.4s ease;
    animation: whatsappPulse 2.5s ease-in-out infinite;
}

@keyframes whatsappPulse {
    0%, 100% {
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.4), 0 0 40px rgba(37, 211, 102, 0.15);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 4px 30px rgba(37, 211, 102, 0.6), 0 0 60px rgba(37, 211, 102, 0.25);
        transform: scale(1.05);
    }
}

.whatsapp-float:hover {
    transform: scale(1.12) !important;
    box-shadow: 0 6px 30px rgba(37, 211, 102, 0.6), 0 0 70px rgba(37, 211, 102, 0.3);
    animation: none;
}

.whatsapp-float svg {
    width: 32px;
    height: 32px;
    color: #FFFFFF;
}

.whatsapp-tooltip {
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    background: rgba(10, 10, 15, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    padding: 10px 16px;
    border-radius: 12px;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.whatsapp-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: rgba(10, 10, 15, 0.95);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.whatsapp-float:hover .whatsapp-tooltip {
    opacity: 1;
}

/* --- FOOTER --- */
.phantom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding: 48px 0;
}

.footer-inner {
    max-width: var(--phantom-max-width);
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 0.06em;
    color: rgba(255, 255, 255, 0.5);
}

.footer-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
}

.footer-links {
    display: flex;
    gap: 32px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.3);
    text-decoration: none;
    font-size: 0.82rem;
    transition: color 0.3s ease;
}

.footer-links a:hover { color: var(--phantom-text); }

.footer-copy {
    font-size: 0.72rem;
    color: rgba(255, 255, 255, 0.15);
}

/* --- SCROLL REVEAL --- */
.reveal-up {
    opacity: 0;
    transform: translateY(60px);
    transition: opacity 0.8s var(--phantom-transition), transform 0.8s var(--phantom-transition);
}

.reveal-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- WHATSAPP POPUP --- */
.wa-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(5, 5, 5, 0.8);
    backdrop-filter: blur(5px);
    z-index: 1060;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.wa-popup-overlay.active {
    opacity: 1;
    pointer-events: auto;
}

.wa-popup {
    position: fixed;
    bottom: 100px;
    right: 28px;
    width: 320px;
    background: #111;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--phantom-radius-md);
    z-index: 1070;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(37, 211, 102, 0.1);
    transform: translateY(20px) scale(0.95);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
}

.wa-popup.active {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto;
}

.wa-popup-header {
    background: #25D366;
    padding: 16px 20px;
    border-radius: var(--phantom-radius-md) var(--phantom-radius-md) 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wa-popup-title {
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
}

.wa-popup-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.2rem;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.2s;
}

.wa-popup-close:hover {
    opacity: 1;
}

.wa-popup-subtitle {
    padding: 16px 20px 8px;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
}

.wa-popup-options {
    padding: 0 12px 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wa-option {
    display: flex;
    align-items: center;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: var(--phantom-radius-sm);
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: left;
    width: 100%;
}

.wa-option:hover {
    background: rgba(37, 211, 102, 0.1);
    border-color: rgba(37, 211, 102, 0.3);
    transform: translateX(4px);
}

.wa-option-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #25D366;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    flex-shrink: 0;
    margin-right: 12px;
}

.wa-avatar-random {
    background: var(--phantom-accent);
}

.wa-option:hover .wa-avatar-random {
     box-shadow: 0 0 15px rgba(var(--phantom-accent-rgb), 0.5);
}

.wa-option-info {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.wa-option-info strong {
    color: #fff;
    font-size: 0.95rem;
    margin-bottom: 2px;
}

.wa-option-info span {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.5);
}

.wa-option-arrow {
    color: rgba(255, 255, 255, 0.3);
    font-size: 1.2rem;
    transition: color 0.2s;
}

.wa-option:hover .wa-option-arrow {
    color: #25D366;
}

.wa-option-random:hover .wa-option-arrow {
    color: var(--phantom-accent);
}

.wa-popup-footer {
    padding: 12px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.4);
}

.wa-online-dot {
    width: 8px;
    height: 8px;
    background: #25D366;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(37, 211, 102, 0.8);
    animation: badgePulse 2s infinite;
}

/* --- NEW COMPONENTS & THEMING --- */

.theme-toggle-btn {
    background: transparent;
    border: none;
    color: var(--phantom-text);
    cursor: pointer;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.theme-toggle-btn:hover { background: rgba(255, 255, 255, 0.1); }
[data-theme="light"] .theme-toggle-btn:hover { background: rgba(0, 0, 0, 0.05); }

.moon-icon { display: none; }
.sun-icon { display: block; }

.nav-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}
.nav-badge-link {
    display: flex;
    align-items: center;
    gap: 8px;
}
.nav-badge {
    background: var(--phantom-accent);
    color: #000;
    font-size: 0.6rem;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: 800;
    text-transform: uppercase;
}

/* Glassmorphism */
.glass-panel {
    background: rgba(255, 255, 255, 0.08); /* Mais claro no modo escuro */
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    box-shadow: 0 4px 24px -2px rgba(0, 0, 0, 0.2);
    border-radius: var(--phantom-radius-md);
}
[data-theme="light"] .glass-panel {
    background: rgba(0, 0, 0, 0.06); /* Mais escuro no modo claro */
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 24px -2px rgba(0, 0, 0, 0.08);
}

.btn-glass {
    position: relative;
    overflow: hidden;
}
.btn-glass::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transform: skewX(-20deg);
    animation: glassShine 4s infinite;
}
@keyframes glassShine {
    0% { left: -100%; }
    20% { left: 200%; }
    100% { left: 200%; }
}

/* Comparative Section */
.comparative-section { padding: 80px 0; }
.comparative-header { text-align: center; }
.comparative-table-wrapper {
    overflow-x: auto;
    border-radius: var(--phantom-radius-md);
    padding: 4px;
    margin-top: 40px;
}
.comparative-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}
.comparative-table th, .comparative-table td {
    padding: 24px;
    border-bottom: 1px solid var(--phantom-border);
}
.comparative-table th {
    font-family: 'Outfit', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--phantom-text);
}
.comparative-table tr:last-child td { border-bottom: none; }
.highlight-col {
    background: rgba(var(--phantom-accent-rgb), 0.08);
    color: var(--phantom-accent);
    font-weight: 600;
}
[data-theme="light"] .highlight-col { color: var(--phantom-accent); }

/* Aggressive Guarantee */
.aggressive-guarantee {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 32px;
    margin-top: 40px;
    text-align: left;
}
.guarantee-icon svg {
    width: 48px;
    height: 48px;
    stroke: var(--phantom-accent);
}
.guarantee-content strong {
    display: block;
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    margin-bottom: 8px;
    color: var(--phantom-text);
}
.guarantee-content p {
    font-size: 0.95rem;
    color: var(--phantom-muted);
}

/* Next Products */
.next-products-section { padding: 120px 0; }
.next-products-header { text-align: center; }
.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    margin-top: 48px;
}
.product-card {
    padding: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.product-status {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: var(--phantom-radius-full);
    margin-bottom: 20px;
}
.product-status.soon {
    background: rgba(var(--phantom-accent-rgb), 0.15);
    color: var(--phantom-accent);
}
.product-status.planning {
    background: rgba(255, 180, 0, 0.15);
    color: #ffb400;
}
.product-title { font-size: 1.6rem; margin-bottom: 12px; }
.product-desc {
    color: var(--phantom-muted);
    font-size: 0.95rem;
    flex-grow: 1;
    margin-bottom: 24px;
}
.btn-disable {
    opacity: 0.5;
    cursor: not-allowed;
    width: 100%;
    justify-content: center;
}

/* Expanded Footer */
.footer-brand-col { max-width: 300px; }
.footer-company-info {
    margin-top: 16px;
    color: var(--phantom-subtle);
    font-size: 0.85rem;
    line-height: 1.6;
}
.footer-company-info strong { color: var(--phantom-text); }
.footer-email {
    margin-top: 12px;
    color: var(--phantom-accent) !important;
}
.footer-links-wrapper { display: flex; gap: 60px; }
.footer-col h4 {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--phantom-text);
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.footer-col a {
    display: block;
    color: var(--phantom-subtle);
    text-decoration: none;
    font-size: 0.9rem;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}
.footer-col a:hover { color: var(--phantom-accent); }
[data-theme="light"] .phantom-footer { background: #FFFFFF; border-top: 1px solid rgba(0,0,0,0.05); }
.phantom-footer .section-container { display: flex; flex-direction: column; }
.phantom-footer .footer-inner {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


/* --- AI CHAT WIDGET --- */
.ai-chat-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* Apple 3D Glassmorphism */
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.5),
        inset 0 1px 1px rgba(255, 255, 255, 0.3),
        inset 0 -1px 1px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1050;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-theme="light"] .ai-chat-float {
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.1),
        inset 0 1px 1px rgba(255, 255, 255, 1);
}

.ai-chat-float:hover {
    transform: scale(1.05) translateY(-4px);
    background: rgba(255, 255, 255, 0.18);
    box-shadow: 
        0 15px 40px rgba(0, 0, 0, 0.6),
        inset 0 1px 1px rgba(255, 255, 255, 0.4),
        inset 0 -1px 1px rgba(0, 0, 0, 0.3);
}

[data-theme="light"] .ai-chat-float:hover {
    background: rgba(255, 255, 255, 0.8);
}

.ai-orb {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.4), transparent);
    z-index: 1;
}

.ai-pulse {
    display: none; /* Hide for cleaner apple look */
}

.ai-icon {
    position: relative;
    z-index: 2;
    width: 26px;
    height: 26px;
    color: #fff;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.4));
    transition: transform 0.3s ease;
}
.ai-chat-float:hover .ai-icon {
    transform: scale(1.1);
}
[data-theme="light"] .ai-icon { color: #000; filter: drop-shadow(0 2px 4px rgba(0,0,0,0.1)); }

.ai-chat-tooltip {
    position: absolute;
    right: calc(100% + 16px);
    top: 50%;
    transform: translateY(-50%) translateX(10px);
    background: rgba(10, 10, 15, 0.95);
    color: white;
    padding: 8px 14px;
    border-radius: var(--phantom-radius-sm);
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.ai-chat-tooltip::after {
    content: '';
    position: absolute;
    right: -6px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 12px;
    height: 12px;
    background: rgba(10, 10, 15, 0.95);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ai-chat-float:hover .ai-chat-tooltip {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
}

.ai-chat-window {
    position: fixed;
    bottom: 100px;
    right: 28px;
    width: 360px;
    background: rgba(5, 5, 5, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--phantom-radius-md);
    z-index: 1060;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(var(--phantom-accent-rgb), 0.15);
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    transform: translateY(30px) scale(0.9);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

[data-theme="light"] .ai-chat-window {
    background: rgba(250, 250, 250, 0.85);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.ai-chat-window.active {
    transform: translateY(0) scale(1);
    opacity: 1;
    pointer-events: auto;
}

.ai-chat-header {
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

[data-theme="light"] .ai-chat-header {
    background: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ai-header-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ai-header-orb {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: radial-gradient(circle at 30% 30%, #fff, var(--phantom-accent));
    box-shadow: 0 0 12px var(--phantom-accent);
}

.ai-header-info strong {
    display: block;
    color: var(--phantom-text);
    font-family: 'Outfit', sans-serif;
    font-size: 1.05rem;
    line-height: 1.2;
}

.ai-header-info span {
    font-size: 0.75rem;
    color: var(--green-accent);
    display: flex;
    align-items: center;
    gap: 6px;
}
.ai-header-info span::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--green-accent);
    animation: badgePulse 2s infinite;
}

.ai-chat-close {
    background: none;
    border: none;
    color: var(--phantom-muted);
    font-size: 1.3rem;
    cursor: pointer;
    transition: color 0.2s;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ai-chat-close:hover {
    color: var(--phantom-text);
}

.ai-chat-messages {
    flex: 1;
    min-height: 300px;
    max-height: 400px;
    overflow-y: auto;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    scroll-behavior: smooth;
}

.ai-chat-messages::-webkit-scrollbar { width: 4px; }
.ai-chat-messages::-webkit-scrollbar-thumb { background: rgba(255, 255, 255, 0.1); border-radius: 2px; }
[data-theme="light"] .ai-chat-messages::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.1); }

.ai-message {
    max-width: 85%;
    padding: 12px 16px;
    border-radius: 16px;
    font-size: 0.9rem;
    line-height: 1.45;
    position: relative;
    opacity: 0;
    transform: translateY(10px);
    animation: messageIn 0.3s forwards ease-out;
}

@keyframes messageIn { to { opacity: 1; transform: translateY(0); } }

.ai-message.bot {
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.06);
    color: var(--phantom-text);
    border-bottom-left-radius: 4px;
}

[data-theme="light"] .ai-message.bot { background: rgba(0, 0, 0, 0.05); }

.ai-message.user {
    align-self: flex-end;
    background: var(--phantom-accent);
    color: #000;
    border-bottom-right-radius: 4px;
    font-weight: 500;
}

.ai-message-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--phantom-text);
    border-radius: var(--phantom-radius-full);
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 700;
    transition: all 0.2s;
    cursor: pointer;
}

[data-theme="light"] .ai-message-btn {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.1);
    color: var(--phantom-text);
}

.ai-message-btn:hover {
    background: var(--phantom-accent);
    color: #000;
    border-color: var(--phantom-accent);
}

.ai-chat-input-area {
    padding: 16px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    gap: 10px;
}

[data-theme="light"] .ai-chat-input-area { border-top: 1px solid rgba(0, 0, 0, 0.05); }

#ai-chat-input {
    flex: 1;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: var(--phantom-text);
    padding: 10px 16px;
    border-radius: var(--phantom-radius-full);
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    outline: none;
    transition: border-color 0.2s;
}

[data-theme="light"] #ai-chat-input {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.1);
}

#ai-chat-input:focus { border-color: var(--phantom-accent); }

#ai-chat-send {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: var(--phantom-accent);
    border: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: transform 0.2s;
    flex-shrink: 0;
}

#ai-chat-send:active { transform: scale(0.9); }
#ai-chat-send svg { width: 18px; height: 18px; }

.typing-indicator {
    display: flex;
    gap: 5px;
    padding: 8px 6px;
}
.typing-dot {
    width: 6px;
    height: 6px;
    background: var(--phantom-muted);
    border-radius: 50%;
    animation: typingBlink 1.4s infinite both;
}
.typing-dot:nth-child(2) { animation-delay: 0.2s; }
.typing-dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes typingBlink {
    0% { opacity: 0.2; transform: translateY(0); }
    20% { opacity: 1; transform: translateY(-3px); }
    100% { opacity: 0.2; transform: translateY(0); }
}


/* --- RESPONSIVE --- */
@media (max-width: 1100px) {
    .pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .pricing-card.popular {
        transform: none;
    }
    
    .pricing-card.popular:hover {
        transform: translateY(-6px);
    }
}

@media (max-width: 1024px) {
    .about-grid {
        grid-template-columns: 1fr;
        gap: 60px;
    }
    
    .about-right { order: -1; }
    
    .about-visual {
        width: 280px;
        height: 280px;
    }
    
    .about-orb {
        width: 160px;
        height: 160px;
    }
    
    .problem-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .for-who-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .nav-links, .nav-cta { display: none; }
    .nav-mobile-toggle { display: flex; }
    
    .parallax-grid {
        grid-template-columns: 1fr;
    }
    
    .parallax-col-center,
    .parallax-col-right {
        display: block;
    }
    
    .stack-card-inner { grid-template-columns: 1fr; }
    .stack-card-visual { min-height: 180px; }
    .stack-card-content { padding: 32px 24px; }
    
    .stack-card { top: 80px !important; }
    .stack-card:nth-child(2) { top: 90px !important; }
    .stack-card:nth-child(3) { top: 100px !important; }
    .stack-card:nth-child(4) { top: 110px !important; }
    
    .about-stats {
        flex-wrap: wrap;
        gap: 32px;
    }
    
    .footer-inner {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }
    
    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    
    .section-container { padding: 0 24px; }
    .nav-inner { padding: 0 24px; }
    .hero-section { padding-left: 24px; padding-right: 24px; }
    
    .hero-title { font-size: clamp(2.8rem, 10vw, 5rem); }
    .section-heading { font-size: clamp(2rem, 6vw, 3rem); }
    
    .pricing-grid {
        grid-template-columns: 1fr;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pricing-guarantee {
        flex-direction: column;
        text-align: center;
    }
    
    .hero-trust-bar {
        flex-direction: column;
        gap: 12px;
    }

    /* Urgency banner mobile */
    .urgency-banner-inner {
        gap: 8px;
        font-size: 0.7rem;
    }
    .urgency-text { font-size: 0.68rem; }
    .urgency-divider { display: none; }
    .urgency-timer { font-size: 0.68rem; }
    .urgency-cta { font-size: 0.65rem; padding: 4px 12px; }

    /* AI Chat mobile */
    .ai-chat-float {
        width: 56px;
        height: 56px;
        bottom: 20px;
        right: 20px;
    }
    .ai-chat-tooltip { display: none; }
    
    .ai-chat-window {
        width: calc(100% - 40px);
        bottom: 90px;
        right: 20px;
    }
}

@media (max-width: 480px) {
    .hero-buttons {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-phantom-primary,
    .btn-phantom-secondary {
        width: 100%;
        justify-content: center;
    }

    .urgency-text {
        display: none;
    }

    .urgency-banner-inner {
        justify-content: center;
    }

    .cta-heading {
        font-size: clamp(1.8rem, 6vw, 2.5rem);
    }
}
/* ========== HERO FEATURED IMAGE ========== */
.hero-image-wrapper {
    margin-top: 60px;
    position: relative;
    width: 100%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    border-radius: var(--phantom-radius-lg);
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
    border: 1px solid var(--phantom-border);
}
.hero-featured-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--phantom-radius-lg);
    transition: transform 0.5s ease;
}
.hero-image-wrapper:hover .hero-featured-img {
    transform: scale(1.02);
}

/* ========== SUSPENSE SECTION (NOVOS PRODUTOS) ========== */
.suspense-section {
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.floating-products-container {
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-top: 60px;
    flex-wrap: wrap;
    position: relative;
    min-height: 300px;
}
.floating-box {
    width: 320px;
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid var(--phantom-border);
    border-radius: var(--phantom-radius-lg);
    padding: 32px;
    position: absolute;
    transition: all 0.3s ease;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    z-index: 2;
}
[data-theme="light"] .floating-box {
    background: rgba(0, 0, 0, 0.05);
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.floating-box:hover {
    border-color: rgba(var(--phantom-accent-rgb), 0.5);
    transform: translateY(-10px) !important;
    z-index: 10;
    box-shadow: 0 20px 50px rgba(var(--phantom-accent-rgb), 0.15);
}
.fb-tag {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(var(--phantom-accent-rgb), 0.15);
    color: var(--phantom-accent);
    font-size: 0.75rem;
    font-weight: 700;
    border-radius: var(--phantom-radius-full);
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.floating-box h3 {
    font-size: 1.4rem;
    margin-bottom: 12px;
    color: var(--phantom-text);
}
.floating-box p {
    font-size: 0.95rem;
    color: var(--phantom-muted);
    line-height: 1.6;
}

/* Base floating positions that will be animated by JS */
.fb-left { transform: translate(-340px, 0px); opacity: 0; }
.fb-center { transform: translate(0px, 40px); opacity: 0; }
.fb-right { transform: translate(340px, 0px); opacity: 0; }


/* ========== ANTI-HERO FOOTER & MAP ========== */
.anti-hero-footer-wrapper {
    background: #000;
    border-top: 1px solid #222;
    padding: 80px 0;
    position: relative;
    z-index: 10;
}
[data-theme="light"] .anti-hero-footer-wrapper {
    background: #fff;
    border-top: 1px solid #eee;
}
.anti-hero-content {
    max-width: var(--phantom-max-width);
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}
.anti-hero-left {
    flex: 1;
    min-width: 300px;
}
.cnpj-bold {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--phantom-muted);
    margin-bottom: 24px;
    display: inline-block;
    letter-spacing: 0px;
    line-height: 1.2;
    font-family: 'Inter', monospace;
}
.location-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--phantom-accent);
    letter-spacing: 0.15em;
}
.anti-hero-map {
    width: 350px;
    height: 250px;
    border-radius: var(--phantom-radius-md);
    overflow: hidden;
    position: relative;
    border: 2px solid #222;
    transition: transform 0.4s ease, border-color 0.4s ease;
}
[data-theme="light"] .anti-hero-map {
    border: 2px solid #ddd;
}
.anti-hero-map:hover {
    transform: scale(1.05);
    border-color: var(--phantom-accent);
    z-index: 20;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
}
.map-interactive-box {
    width: 100%;
    height: 100%;
    pointer-events: none; /* Initially ignore clicks to allow hover zoom */
}
.anti-hero-map:hover .map-interactive-box {
    pointer-events: auto; /* Allow interaction on hover */
}

/* About Orb override for Image */
.about-image-wrapper {
    width: 100%;
    max-width: 450px;
    border-radius: var(--phantom-radius-lg);
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.about-image-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}
.about-image-wrapper:hover img {
    transform: scale(1.03);
}

/* ========== HORIZONTAL PROCESS CAROUSEL ========== */
.process-header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.swipe-indicator {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 20px;
    color: var(--phantom-accent);
    font-size: 0.85rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    animation: swipePulse 2s infinite;
}
.swipe-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(var(--phantom-accent-rgb), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.swipe-icon svg {
    width: 16px;
    height: 16px;
    animation: swipeMove 1.5s ease-in-out infinite;
}
@keyframes swipePulse {
    0%, 100% { opacity: 0.7; }
    50% { opacity: 1; }
}
@keyframes swipeMove {
    0%, 100% { transform: translateX(-3px); }
    50% { transform: translateX(3px); }
}

.process-carousel {
    display: flex;
    gap: 24px;
    padding: 10px 0 40px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
}
.process-carousel:active { cursor: grabbing; }
.process-carousel::-webkit-scrollbar {
    display: none;
}

.process-card {
    flex: 0 0 320px;
    min-width: 320px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--phantom-border);
    border-radius: var(--phantom-radius-lg);
    scroll-snap-align: start;
    aspect-ratio: auto;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    padding: 36px;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}
[data-theme="light"] .process-card {
    background: rgba(0, 0, 0, 0.03);
}

.process-card:hover {
    border-color: rgba(var(--phantom-accent-rgb), 0.5);
    background: rgba(var(--phantom-accent-rgb), 0.05);
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.3);
}

.process-card-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.process-number {
    font-size: 3.5rem;
    font-weight: 900;
    color: rgba(255, 255, 255, 0.05);
    line-height: 1;
    margin-bottom: 20px;
}
[data-theme="light"] .process-number {
    color: rgba(0, 0, 0, 0.05);
}

.process-card h3 {
    font-size: 1.5rem;
    color: var(--phantom-text);
    margin-bottom: 12px;
}

.process-card p {
    font-size: 0.95rem;
    color: var(--phantom-muted);
    line-height: 1.6;
    flex-grow: 1;
}

.process-tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: auto;
}

.process-tags span {
    font-size: 0.7rem;
    padding: 6px 12px;
    background: rgba(var(--phantom-accent-rgb), 0.1);
    color: var(--phantom-accent);
    border-radius: var(--phantom-radius-full);
    font-weight: 700;
}

/* =======================================
   RESPONSIVE FIXES FOR NEW COMPONENTS 
   ======================================= */
@media (max-width: 768px) {
    .floating-products-container {
        flex-direction: column;
        align-items: center;
        gap: 24px;
        min-height: auto;
    }
    .floating-box {
        position: relative !important;
        width: 100%;
        max-width: 380px;
        transform: translate(0, 0) !important;
        opacity: 1 !important;
    }
    .floating-box:hover {
        transform: translateY(-5px) !important;
    }

    .anti-hero-content {
        flex-direction: column;
        text-align: center;
        padding: 0 20px;
    }
    .anti-hero-map {
        width: 100%;
        max-width: 400px;
        height: 250px;
        margin-top: 20px;
    }
    .cnpj-bold {
        font-size: clamp(1.8rem, 8vw, 2.5rem);
        word-wrap: break-word;
    }
    .location-text {
        font-size: 0.9rem;
    }

    .process-card {
        flex: 0 0 calc(100vw - 48px);
        aspect-ratio: auto;
        min-height: 320px;
        padding: 24px;
    }
    
    .urgency-banner-inner {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
        width: 100%;
    }
    .urgency-cta {
        margin-top: -5px;
    }

    .founders-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    .founders-image-col { order: -1; }
    .founders-img-wrapper {
        max-width: 300px;
        margin: 0 auto;
    }
    .founders-text-col {
        text-align: center;
    }
    .btn-instagram {
        margin: 24px auto 0;
    }
}

/* ========== NAV LOGO IMAGE ========== */
.nav-logo-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
    transition: transform 0.3s ease;
}
[data-theme="light"] .nav-logo-img {
    filter: brightness(0);
}
.nav-logo:hover .nav-logo-img {
    transform: scale(1.1) rotate(-5deg);
}

/* ========== FOOTER LOGO IMAGE ========== */
.footer-logo-img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}
[data-theme="light"] .footer-logo-img {
    filter: brightness(0);
}
.footer-insta-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 16px;
    color: var(--phantom-accent);
    font-size: 0.85rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}
.footer-insta-link:hover {
    color: #E1306C;
    transform: translateX(4px);
}
.footer-insta-link svg {
    width: 16px;
    height: 16px;
}

/* ========== CAROUSEL SCROLLBAR ========== */
.carousel-scrollbar {
    width: 100%;
    height: 4px;
    background: var(--phantom-border);
    border-radius: 4px;
    margin-top: 16px;
    overflow: hidden;
    position: relative;
}
.carousel-scrollbar-thumb {
    height: 100%;
    width: 25%;
    background: var(--phantom-accent);
    border-radius: 4px;
    transition: transform 0.15s ease-out;
}

/* ========== FOUNDERS SECTION ========== */
.founders-section {
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, transparent 0%, rgba(18, 0, 0, 0.6) 100%);
    border-top: 1px solid rgba(var(--phantom-accent-rgb), 0.1);
}
.founders-section::before {
    content: '';
    position: absolute;
    top: 50%; left: 30%;
    width: 60%; height: 60%;
    background: radial-gradient(ellipse at center, rgba(140, 10, 10, 0.08) 0%, transparent 70%);
    pointer-events: none;
    transform: translate(-50%, -50%);
}

.founders-header {
    text-align: center;
    margin-bottom: 40px;
}

.founders-main-hero {
    max-width: 800px;
    margin: 0 auto 50px;
    border-radius: var(--phantom-radius-lg);
    overflow: hidden;
    border: 1px solid var(--phantom-border);
    box-shadow: 0 15px 50px rgba(0,0,0,0.35);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}
.founders-photo {
    width: 100%;
    height: auto;
    display: block;
}

.founders-info-grid {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 40px;
    align-items: center;
    max-width: 900px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .founders-info-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .founders-avatars-box {
        margin: 0 auto;
    }
}

.founders-avatars-box {
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(var(--phantom-accent-rgb), 0.3);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
    aspect-ratio: 1 / 1;
}
.founders-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.back-to-top-wrapper {
    margin-top: 100px;
    text-align: center;
    position: relative;
    z-index: 10;
}

.btn-back-to-top {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 14px 36px;
    background: rgba(10, 10, 10, 0.4);
    border: 1px solid rgba(var(--phantom-accent-rgb), 0.3);
    border-radius: var(--phantom-radius-full);
    color: var(--phantom-text);
    font-size: 0.9rem;
    font-weight: 600;
    font-family: 'Outfit', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    cursor: pointer;
    backdrop-filter: blur(12px);
    transition: all 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.btn-back-to-top svg {
    width: 20px;
    height: 20px;
    stroke: var(--phantom-accent);
    transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.btn-back-to-top:hover {
    background: rgba(var(--phantom-accent-rgb), 0.1);
    border-color: rgba(var(--phantom-accent-rgb), 0.8);
    box-shadow: 0 0 30px rgba(var(--phantom-accent-rgb), 0.4);
    transform: translateY(-4px);
    color: #fff;
}

.btn-back-to-top:hover svg {
    transform: translateY(-4px);
    stroke: #fff;
}
.founders-desc {
    font-size: 1.1rem;
    color: var(--phantom-muted);
    line-height: 1.7;
    margin: 20px 0 32px;
}

/* ========== INSTAGRAM BUTTON ========== */
.btn-instagram {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 32px;
    border-radius: var(--phantom-radius-full);
    background: linear-gradient(135deg, #833AB4, #E1306C, #F77737);
    color: #fff;
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    letter-spacing: 0.02em;
    transition: all 0.4s ease;
    box-shadow: 0 8px 30px rgba(225, 48, 108, 0.3);
    position: relative;
    overflow: hidden;
}
.btn-instagram::before {
    content: '';
    position: absolute;
    top: 0; left: -100%;
    width: 100%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
    transition: left 0.6s ease;
}
.btn-instagram:hover::before {
    left: 100%;
}
.btn-instagram:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 14px 40px rgba(225, 48, 108, 0.45);
}
.btn-instagram svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* ========== ENHANCED LIGHT THEME CONTRAST ========== */
[data-theme="light"] .hero-description,
[data-theme="light"] .about-text,
[data-theme="light"] .founders-desc,
[data-theme="light"] .pricing-subtitle {
    color: rgba(8, 8, 8, 0.7);
}
[data-theme="light"] .hero-microcopy {
    color: rgba(8, 8, 8, 0.6);
}
[data-theme="light"] .section-eyebrow {
    color: var(--phantom-accent);
}
[data-theme="light"] .hero-badge {
    background: rgba(0, 0, 0, 0.06);
    border-color: rgba(0, 0, 0, 0.1);
}
[data-theme="light"] .badge-text {
    color: rgba(8, 8, 8, 0.7);
}
[data-theme="light"] .trust-item span {
    color: rgba(8, 8, 8, 0.65);
}
[data-theme="light"] .trust-item svg {
    stroke: var(--phantom-accent);
}
[data-theme="light"] .problem-icon {
    color: rgba(8, 8, 8, 0.7);
}
[data-theme="light"] .problem-card {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.08);
}
[data-theme="light"] .problem-card.highlight {
    background: rgba(var(--phantom-accent-rgb), 0.04);
    border-color: rgba(var(--phantom-accent-rgb), 0.2);
}
[data-theme="light"] .testimonial-card {
    background: rgba(0, 0, 0, 0.03);
    border-color: rgba(0, 0, 0, 0.08);
}
[data-theme="light"] .testimonial-text {
    color: rgba(8, 8, 8, 0.75);
}
[data-theme="light"] .testimonial-author span {
    color: rgba(8, 8, 8, 0.5);
}
[data-theme="light"] .testimonial-stars {
    color: #F59E0B;
}
[data-theme="light"] .faq-question {
    color: var(--phantom-text);
}
[data-theme="light"] .faq-question span {
    color: rgba(8, 8, 8, 0.85);
}
[data-theme="light"] .faq-answer p {
    color: rgba(8, 8, 8, 0.65);
}
[data-theme="light"] .pricing-card {
    background: rgba(0, 0, 0, 0.02);
    border-color: rgba(0, 0, 0, 0.08);
}
[data-theme="light"] .pricing-card.popular {
    border-color: var(--phantom-accent);
}
[data-theme="light"] .plan-name {
    color: var(--phantom-text);
}
[data-theme="light"] .plan-features li svg {
    stroke: var(--phantom-accent);
}
[data-theme="light"] .plan-features li {
    color: rgba(8, 8, 8, 0.7);
}
[data-theme="light"] .guarantee-content p {
    color: rgba(8, 8, 8, 0.7);
}
[data-theme="light"] .comparative-table th {
    color: var(--phantom-text);
}
[data-theme="light"] .comparative-table td {
    color: rgba(8, 8, 8, 0.7);
    border-color: rgba(0, 0, 0, 0.06);
}
[data-theme="light"] .comparative-table .highlight-col {
    color: var(--phantom-accent);
}
[data-theme="light"] .for-who-title {
    color: var(--phantom-text);
}
[data-theme="light"] .for-who-list li {
    color: rgba(8, 8, 8, 0.7);
}
[data-theme="light"] .cta-heading {
    color: var(--phantom-text);
}
[data-theme="light"] .cta-subtext {
    color: rgba(8, 8, 8, 0.6);
}
[data-theme="light"] .cta-urgency span {
    color: rgba(8, 8, 8, 0.5);
}
[data-theme="light"] .process-card {
    background: rgba(0, 0, 0, 0.03);
}
[data-theme="light"] .process-card h3 {
    color: var(--phantom-text);
}
[data-theme="light"] .process-card p {
    color: rgba(8, 8, 8, 0.65);
}
[data-theme="light"] .floating-box h3 {
    color: var(--phantom-text);
}
[data-theme="light"] .floating-box p {
    color: rgba(8, 8, 8, 0.65);
}
[data-theme="light"] .floating-box {
    background: rgba(0, 0, 0, 0.04);
    border-color: rgba(0, 0, 0, 0.08);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}
[data-theme="light"] .metric-number {
    color: var(--phantom-accent);
}
[data-theme="light"] .metric-label {
    color: rgba(8, 8, 8, 0.6);
}
[data-theme="light"] .stat-number {
    color: var(--phantom-text);
}
[data-theme="light"] .stat-label {
    color: rgba(8, 8, 8, 0.55);
}
[data-theme="light"] .footer-copy {
    color: rgba(8, 8, 8, 0.4);
}
[data-theme="light"] .footer-col h4 {
    color: var(--phantom-text);
}
[data-theme="light"] .footer-col a {
    color: rgba(8, 8, 8, 0.55);
}
[data-theme="light"] .footer-col a:hover {
    color: var(--phantom-accent);
}
[data-theme="light"] .mobile-nav-overlay {
    background: rgba(240, 240, 240, 0.98);
}
[data-theme="light"] .mobile-nav-link {
    color: var(--phantom-text);
}
[data-theme="light"] .founders-desc {
    color: rgba(8, 8, 8, 0.65);
}
[data-theme="light"] .founders-img-wrapper {
    border-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
[data-theme="light"] .anti-hero-footer-wrapper {
    background: #fff;
    border-top-color: #eee;
}
[data-theme="light"] .cnpj-bold {
    color: var(--phantom-text);
}
[data-theme="light"] .carousel-scrollbar {
    background: rgba(0, 0, 0, 0.08);
}

/* ========== 3D TILT CARD INTERACTIONS ========== */
.tilt-3d {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform;
}
.process-card,
.pricing-card,
.problem-card,
.testimonial-card,
.floating-box,
.for-who-col {
    transition: transform 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}