/* ====================================================================
   SNAPLINKED LANDING PAGE v3.0 — Maximum Conversion
   ==================================================================== */

/* --- ROOT ANIMATIONS --- */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeInLeft { from { opacity: 0; transform: translateX(-30px); } to { opacity: 1; transform: translateX(0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(30px); } to { opacity: 1; transform: translateX(0); } }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01s !important; animation-delay: 0s !important; transition-duration: 0.01s !important; } }
@keyframes scaleIn { from { opacity: 0; transform: scale(0.9); } to { opacity: 1; transform: scale(1); } }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.6; } }
@keyframes pulseDot { 0%,100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.4); opacity: 0.6; } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes shimmer { 0% { transform: translateX(0); } 100% { transform: translateX(200%); } }
@keyframes spin { to { transform: rotate(360deg); } }
@keyframes gradient { 0%,100% { opacity: 1; } 50% { opacity: 0.85; } }
@keyframes typing { 0%,100% { opacity: 0.3; transform: translateY(0); } 50% { opacity: 1; transform: translateY(-3px); } }
@keyframes countUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes slideInNotification { from { opacity: 0; transform: translateX(100px); } to { opacity: 1; transform: translateX(0); } }
@keyframes slideOutNotification { from { opacity: 1; transform: translateX(0); } to { opacity: 0; transform: translateX(100px); } }
@keyframes borderGlow { 0%,100% { opacity: 0.7; } 50% { opacity: 1; } }
@keyframes textGradient { 0%,100% { opacity: 1; } 50% { opacity: 0.8; } }

/* --- HERO SECTION --- */
.landing-hero {
    min-height: 100vh; display: flex; align-items: center;
    position: relative; overflow: hidden; padding: 5rem 5% 4rem;
    background: linear-gradient(180deg, var(--neutral-0) 0%, var(--neutral-50) 100%);
}
.grid-bg {
    position: absolute; inset: 0; z-index: 0;
    background-image: linear-gradient(rgba(10,102,194,0.03) 1px, transparent 1px), linear-gradient(90deg, rgba(10,102,194,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    mask-image: radial-gradient(ellipse 80% 80% at 50% 0%, black 40%, transparent 100%);
}
.aurora-bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.aurora-blob { position: absolute; border-radius: 50%; filter: blur(120px); opacity: 0.2; animation: float 18s infinite ease-in-out; will-change: transform; }
.blob-1 { top: -20%; left: -5%; width: 550px; height: 550px; background: radial-gradient(circle, var(--primary-300), transparent); }
.blob-2 { bottom: 0%; right: -10%; width: 650px; height: 650px; background: radial-gradient(circle, var(--primary-200), transparent); animation-delay: -6s; }
.blob-3 { top: 40%; left: 50%; width: 400px; height: 400px; background: radial-gradient(circle, rgba(16,185,129,0.3), transparent); opacity: 0.12; animation-delay: -10s; }

/* Live Badge */
.live-badge {
    display: inline-flex; align-items: center; gap: 0.75rem; padding: 0.5rem 1.125rem;
    background: var(--bg-surface); border: 1px solid var(--border-light); border-radius: 100px;
    font-size: 0.8125rem; margin-bottom: 1.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    animation: fadeInUp 0.5s ease-out;
}
.live-dot { width: 8px; height: 8px; background: var(--success); border-radius: 50%; animation: pulseDot 2s infinite; will-change: transform, opacity; }
.live-badge .counter { font-weight: 700; color: var(--text-primary); }

/* Hero Badge */
.hero-badge {
    display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem;
    background: linear-gradient(135deg, var(--primary-50), var(--neutral-0));
    border: 1px solid var(--primary-100); border-radius: 50px; font-size: 0.8125rem;
    margin-bottom: 1.5rem; animation: fadeInUp 0.5s ease-out 0.1s both;
}
.hero-badge .badge {
    background: linear-gradient(135deg, var(--success), var(--success-600)); color: white;
    font-weight: 700; padding: 0.25rem 0.625rem; font-size: 0.6875rem;
    text-transform: uppercase; letter-spacing: 0.5px;
}

/* Hero Title - animated gradient */
.hero-title {
    font-size: clamp(2.5rem, 5.5vw, 4rem); font-weight: 800;
    letter-spacing: -0.04em; line-height: 1.05; color: var(--text-primary);
    margin-bottom: 1.5rem; animation: fadeInUp 0.6s ease-out 0.2s both;
}
.hero-title .highlight {
    background: linear-gradient(135deg, var(--primary) 0%, #7c3aed 50%, var(--primary-600) 100%);
    background-size: 200% 200%; animation: textGradient 4s ease infinite; will-change: opacity;
    -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
    display: block;
}
.hero-subtitle {
    font-size: 1.125rem; color: var(--text-secondary); max-width: 540px;
    line-height: 1.75; margin-bottom: 2rem; animation: fadeInUp 0.6s ease-out 0.3s both;
}

/* CTA Buttons */
.hero-cta { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.5rem; animation: fadeInUp 0.6s ease-out 0.4s both; }
.btn-glow {
    background: linear-gradient(135deg, var(--primary) 0%, var(--primary-600) 100%);
    color: white; box-shadow: 0 4px 20px rgba(10,102,194,0.4), inset 0 1px 0 rgba(255,255,255,0.1);
    border: none; padding: 1rem 2rem; font-weight: 700; font-size: 1rem;
    border-radius: var(--radius-md); transition: transform 0.3s cubic-bezier(0.4,0,0.2,1), box-shadow 0.3s cubic-bezier(0.4,0,0.2,1);
    position: relative; overflow: hidden;
}
.btn-glow:hover {
    background: linear-gradient(135deg, var(--primary-600) 0%, var(--primary-700) 100%);
    color: white; box-shadow: 0 8px 30px rgba(10,102,194,0.5);
    transform: translateY(-3px);
}
.btn-shine {
    position: absolute; top: 0; left: -150%; width: 150%; height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
    animation: shimmer 3s infinite;
}
.btn-outline-hero {
    background: var(--bg-surface); color: var(--text-primary);
    border: 2px solid var(--border-default); padding: 0.9375rem 1.75rem;
    font-weight: 600; font-size: 1rem; border-radius: var(--radius-md);
    transition: background-color 0.25s, border-color 0.25s, color 0.25s;
}
.btn-outline-hero:hover { background: var(--bg-hover); border-color: var(--primary); color: var(--primary); }

/* Hero micro features */
.hero-features { display: flex; gap: 1.5rem; flex-wrap: wrap; animation: fadeInUp 0.6s ease-out 0.45s both; margin-bottom: 1rem; }
.hero-feature { display: flex; align-items: center; gap: 0.5rem; color: var(--text-secondary); font-size: 0.8125rem; font-weight: 500; }
.hero-feature i { color: var(--success); font-size: 0.875rem; }
.cta-micro-copy { animation: fadeInUp 0.6s ease-out 0.5s both; }

/* Social Proof */
.social-proof {
    display: flex; align-items: center; gap: 1.25rem; padding-top: 1.25rem;
    border-top: 1px solid var(--border-subtle); margin-top: 0.5rem;
    animation: fadeInUp 0.6s ease-out 0.55s both;
}
.avatar-stack { display: flex; }
.avatar-stack img { width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--bg-surface); margin-left: -10px; object-fit: cover; background: var(--bg-hover); }
.avatar-stack img:first-child { margin-left: 0; }
.avatar-stack .avatar-more { width: 36px; height: 36px; border-radius: 50%; border: 2px solid var(--bg-surface); margin-left: -10px; background: var(--primary); color: white; font-size: 0.6875rem; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.proof-text { font-size: 0.8125rem; color: var(--text-secondary); line-height: 1.4; }
.proof-text strong { color: var(--text-primary); font-weight: 700; }
.proof-stars { color: var(--warning); margin-bottom: 0.125rem; font-size: 0.75rem; }

/* --- HERO AUTH CARD --- */
.hero-auth-card {
    background: var(--bg-card); border: 1px solid var(--border-light); border-radius: 20px;
    padding: 2rem 1.75rem 1.5rem; box-shadow: 0 30px 60px -12px rgba(0,0,0,0.18);
    animation: fadeInRight 0.8s ease-out 0.4s both; position: relative;
    backdrop-filter: blur(10px);
}
.hero-auth-tabs {
    display: flex; gap: 0; margin-bottom: 1.5rem; background: var(--bg-hover); border-radius: 12px; padding: 4px; position: relative;
}
.hero-auth-tab {
    flex: 1; padding: 0.625rem 1rem; border: none; background: transparent; border-radius: 10px;
    font-size: 0.875rem; font-weight: 600; color: var(--text-secondary); cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease; text-align: center;
}
.hero-auth-tab.active {
    background: var(--bg-card); color: var(--primary); box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.hero-google-btn {
    display: flex; align-items: center; justify-content: center; gap: 0.625rem;
    width: 100%; padding: 0.75rem; border: 1px solid var(--border-light); border-radius: 12px;
    background: var(--bg-surface); color: var(--text-primary); font-size: 0.875rem; font-weight: 500;
    text-decoration: none; transition: transform 0.2s, box-shadow 0.2s, background-color 0.2s, border-color 0.2s; cursor: pointer;
}
.hero-google-btn:hover { background: var(--bg-hover); border-color: var(--border-medium); color: var(--text-primary); transform: translateY(-1px); box-shadow: 0 4px 12px rgba(0,0,0,0.06); }
.hero-auth-divider {
    display: flex; align-items: center; gap: 0.75rem; margin: 1rem 0; color: var(--text-muted); font-size: 0.75rem;
}
.hero-auth-divider::before, .hero-auth-divider::after {
    content: ''; flex: 1; height: 1px; background: var(--border-subtle);
}
.hero-input-group {
    position: relative; margin-bottom: 0.875rem;
}
.hero-input {
    width: 100%; padding: 0.75rem 1rem 0.75rem 2.5rem; border: 1px solid var(--border-light); border-radius: 12px;
    background: var(--bg-surface); color: var(--text-primary); font-size: 0.875rem;
    transition: border-color 0.2s, box-shadow 0.2s; outline: none;
}
.hero-input:focus {
    border-color: var(--primary); box-shadow: 0 0 0 3px rgba(99,102,241,0.12);
}
.hero-input::placeholder { color: var(--text-muted); }
.hero-input-group i {
    position: absolute; left: 0.875rem; top: 50%; transform: translateY(-50%); color: var(--text-muted); font-size: 0.875rem; pointer-events: none;
}
.hero-input:focus + i, .hero-input-group:focus-within i { color: var(--primary); }
.hero-remember { display: flex; align-items: center; gap: 0.375rem; font-size: 0.75rem; color: var(--text-secondary); cursor: pointer; }
.hero-remember input { accent-color: var(--primary); }
.hero-forgot { font-size: 0.75rem; color: var(--primary); text-decoration: none; font-weight: 500; }
.hero-forgot:hover { text-decoration: underline; color: var(--primary); }
.hero-terms { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.75rem; color: var(--text-secondary); margin-bottom: 1rem; cursor: pointer; line-height: 1.4; }
.hero-terms input { accent-color: var(--primary); margin-top: 2px; flex-shrink: 0; }
.hero-terms a { color: var(--primary); text-decoration: none; font-weight: 500; }
.hero-terms a:hover { text-decoration: underline; }
.hero-auth-submit {
    width: 100%; padding: 0.8rem; border: none; border-radius: 12px;
    background: var(--primary); color: white; font-size: 0.9375rem; font-weight: 600;
    cursor: pointer; transition: transform 0.25s, box-shadow 0.25s, background-color 0.25s; display: flex; align-items: center; justify-content: center;
}
.hero-auth-submit:hover { background: var(--primary-600); transform: translateY(-1px); box-shadow: 0 8px 20px rgba(99,102,241,0.3); }
.hero-auth-submit-green { background: var(--success); }
.hero-auth-submit-green:hover { background: var(--success-600, #059669); box-shadow: 0 8px 20px rgba(16,185,129,0.3); }
.hero-auth-footer {
    display: flex; align-items: center; justify-content: center; gap: 0.375rem;
    margin-top: 1rem; padding-top: 0.875rem; border-top: 1px solid var(--border-subtle);
    font-size: 0.6875rem; color: var(--text-muted);
}
.hero-auth-footer i { color: var(--success); font-size: 0.75rem; }

/* --- SOCIAL PROOF NOTIFICATION (floating toast) --- */
.social-notification {
    position: fixed; bottom: 1.5rem; left: 1.5rem; z-index: 9999;
    background: var(--bg-card); border: 1px solid var(--border-light); border-radius: 12px;
    padding: 0.875rem 1.125rem; box-shadow: 0 12px 40px rgba(0,0,0,0.12);
    display: flex; align-items: center; gap: 0.75rem; max-width: 340px;
    animation: slideInNotification 0.5s ease-out;
    cursor: pointer; transition: opacity 0.3s;
}
.social-notification.hide { animation: slideOutNotification 0.5s ease-out forwards; }
.social-notification .sn-avatar { width: 40px; height: 40px; border-radius: 50%; background: linear-gradient(135deg, var(--primary-100), var(--primary-200)); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--primary-600); font-size: 0.8125rem; flex-shrink: 0; }
.social-notification .sn-text { font-size: 0.8125rem; line-height: 1.4; color: var(--text-primary); }
.social-notification .sn-text strong { font-weight: 600; }
.social-notification .sn-time { font-size: 0.6875rem; color: var(--text-muted); margin-top: 0.125rem; }
.social-notification .sn-close { position: absolute; top: 0.5rem; right: 0.5rem; background: none; border: none; color: var(--text-muted); font-size: 0.875rem; cursor: pointer; padding: 0; line-height: 1; }

/* --- ROTATING LOGOS / TRUST BAR --- */
.trust-section { padding: 3rem 0; background: var(--bg-surface); border-top: 1px solid var(--border-subtle); border-bottom: 1px solid var(--border-subtle); }
.trust-title { text-align: center; font-size: 0.75rem; color: var(--text-muted); text-transform: uppercase; letter-spacing: 2px; margin-bottom: 1.5rem; font-weight: 600; }
.trust-grid { display: flex; justify-content: center; align-items: center; gap: 3rem; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 0.5rem; opacity: 0.45; transition: opacity 0.3s; }
.trust-item:hover { opacity: 0.75; }
.trust-item i { font-size: 1.75rem; color: var(--text-secondary); }
.trust-item span { font-size: 1.125rem; font-weight: 700; color: var(--text-secondary); }

/* --- STATS with counter animation --- */
.stats-section { padding: 4rem 0; background: linear-gradient(180deg, var(--neutral-50) 0%, var(--neutral-0) 100%); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.stat-card { text-align: center; padding: 2rem 1.25rem; background: var(--bg-card); border: 1px solid var(--border-light); border-radius: var(--radius-lg); transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden; }
.stat-card::after { content: ''; position: absolute; inset: 0; border-radius: inherit; border: 2px solid transparent; }
.stat-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(0,0,0,0.08); }
.stat-card:hover::after { border-color: var(--primary-200); }
.stat-number { font-size: 2.75rem; font-weight: 800; color: var(--primary); line-height: 1; margin-bottom: 0.5rem; }
.stat-label { font-size: 0.875rem; color: var(--text-secondary); font-weight: 500; }

/* --- HOW IT WORKS --- */
.how-section { padding: 5rem 0; background: var(--bg-surface); }
.section-header { text-align: center; margin-bottom: 3.5rem; }
.section-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.375rem 0.875rem; background: var(--primary-50); border: 1px solid var(--primary-100); border-radius: 50px; font-size: 0.75rem; font-weight: 600; color: var(--primary); text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 1rem; }
.section-header h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 800; color: var(--text-primary); margin-bottom: 0.75rem; letter-spacing: -0.03em; }
.section-header p { color: var(--text-secondary); font-size: 1.0625rem; max-width: 600px; margin: 0 auto; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; position: relative; }
.steps-grid::before { content: ''; position: absolute; top: 28px; left: 12.5%; right: 12.5%; height: 2px; background: var(--border-light); z-index: 0; }
.step-card { text-align: center; position: relative; z-index: 1; }
.step-number { width: 56px; height: 56px; border-radius: 50%; background: linear-gradient(135deg, var(--primary), var(--primary-600)); color: white; font-size: 1.25rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.25rem; box-shadow: 0 4px 16px rgba(10,102,194,0.3); transition: transform 0.3s, box-shadow 0.3s; }
.step-card:hover .step-number { transform: scale(1.1); box-shadow: 0 8px 24px rgba(10,102,194,0.4); }
.step-title { font-size: 1rem; font-weight: 700; color: var(--text-primary); margin-bottom: 0.5rem; }
.step-desc { font-size: 0.875rem; color: var(--text-secondary); line-height: 1.6; }

/* --- FEATURES BENTO GRID --- */
.features-section { padding: 5rem 0; background: linear-gradient(180deg, var(--neutral-50) 0%, var(--bg-surface) 100%); }
.bento-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.25rem; }
.bento-item {
    background: var(--bg-card); border: 1px solid var(--border-light); border-radius: 16px;
    padding: 2rem; grid-column: span 4; overflow: hidden; position: relative;
    transition: transform 0.35s cubic-bezier(0.4,0,0.2,1), box-shadow 0.35s cubic-bezier(0.4,0,0.2,1), border-color 0.35s;
}
.bento-item:hover { border-color: var(--primary-200); transform: translateY(-8px); box-shadow: 0 24px 48px rgba(0,0,0,0.1); }
.bento-wide { grid-column: span 8; }
.bento-icon { width: 52px; height: 52px; border-radius: 14px; display: flex; align-items: center; justify-content: center; font-size: 1.375rem; margin-bottom: 1.25rem; transition: transform 0.3s; }
.bento-item:hover .bento-icon { transform: scale(1.1) rotate(-5deg); }
.bento-icon.yellow { background: rgba(245,158,11,0.12); color: var(--warning-600); }
.bento-icon.green { background: rgba(16,185,129,0.12); color: var(--success-600); }
.bento-icon.blue { background: rgba(59,130,246,0.12); color: var(--info-600); }
.bento-icon.purple { background: rgba(124,58,237,0.12); color: var(--primary); }
.bento-icon.red { background: rgba(239,68,68,0.12); color: var(--danger); }
.bento-icon.cyan { background: rgba(6,182,212,0.12); color: var(--info); }
.bento-title { font-size: 1.25rem; font-weight: 700; color: var(--text-primary); margin-bottom: 0.625rem; }
.bento-desc { color: var(--text-secondary); font-size: 0.9375rem; line-height: 1.65; }
.bento-decoration { position: absolute; font-size: 10rem; opacity: 0.03; right: -1.5rem; bottom: -2.5rem; color: var(--text-primary); transform: rotate(-10deg); }

/* Feature tags */
.bento-tags { display: flex; flex-wrap: wrap; gap: 0.375rem; margin-top: 1rem; }
.bento-tag { display: inline-flex; align-items: center; gap: 0.25rem; padding: 0.25rem 0.625rem; background: var(--neutral-50); border: 1px solid var(--border-light); border-radius: 6px; font-size: 0.6875rem; font-weight: 500; color: var(--text-secondary); }
.bento-tag i { font-size: 0.625rem; }

/* --- TESTIMONIALS --- */
.testimonials-section { padding: 5rem 0; background: var(--bg-surface); }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.testimonial-card { background: var(--bg-card); border: 1px solid var(--border-light); border-radius: 16px; padding: 1.75rem; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.testimonial-card:hover { transform: translateY(-4px); box-shadow: 0 16px 32px rgba(0,0,0,0.06); }
.testimonial-card.featured { border-color: var(--primary-200); background: linear-gradient(135deg, var(--neutral-0), var(--primary-50)); }
.testimonial-stars { color: var(--warning); font-size: 0.875rem; margin-bottom: 1rem; }
.testimonial-text { color: var(--text-primary); font-size: 0.9375rem; line-height: 1.65; margin-bottom: 1.25rem; font-style: italic; }
.testimonial-result { display: inline-flex; align-items: center; gap: 0.375rem; padding: 0.25rem 0.75rem; background: var(--success-50); color: var(--success-700); border-radius: 6px; font-size: 0.75rem; font-weight: 600; margin-bottom: 1rem; }
.testimonial-author { display: flex; align-items: center; gap: 0.75rem; }
.testimonial-avatar { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--primary-100), var(--primary-200)); display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--primary-600); font-size: 0.875rem; }
.testimonial-info h4 { font-size: 0.9375rem; font-weight: 600; color: var(--text-primary); margin: 0; }
.testimonial-info p { font-size: 0.8125rem; color: var(--text-muted); margin: 0; }

/* --- PRICING PREVIEW --- */
.pricing-preview { padding: 5rem 0; background: linear-gradient(180deg, var(--neutral-50) 0%, var(--neutral-0) 100%); }
.pricing-cards { display: flex; justify-content: center; max-width: 480px; margin: 0 auto; }
.price-card { background: var(--bg-card); border: 2px solid var(--border-light); border-radius: 20px; padding: 2rem 1.5rem; position: relative; overflow: hidden; transition: transform 0.3s, box-shadow 0.3s; text-align: center; }
.price-card:hover { transform: translateY(-6px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }
.price-card.highlighted { border-color: var(--primary); box-shadow: 0 25px 50px -12px rgba(10,102,194,0.2); }
.price-original { font-size: 0.9375rem; color: var(--text-muted); text-decoration: line-through; margin-bottom: 0.25rem; }
.price-savings-badge { display: inline-flex; align-items: center; gap: 0.25rem; padding: 0.25rem 0.625rem; background: linear-gradient(135deg, #059669, #047857); color: #fff; border-radius: 50px; font-size: 0.6875rem; font-weight: 700; margin-top: 0.5rem; }
.price-name { font-size: 1.375rem; font-weight: 700; color: var(--text-primary); margin-bottom: 0.25rem; margin-top: 0.5rem; }
.price-tagline { font-size: 0.875rem; color: var(--text-secondary); margin-bottom: 1rem; }
.price-amount { margin-bottom: 1rem; }
.price-amount .currency { font-size: 1.125rem; font-weight: 600; color: var(--text-primary); vertical-align: top; line-height: 2; }
.price-amount .value { font-size: 3rem; font-weight: 800; color: var(--primary); letter-spacing: -0.02em; }
.price-amount .period { font-size: 0.8125rem; color: var(--text-muted); }
.price-credits { display: inline-flex; align-items: center; gap: 0.375rem; padding: 0.5rem 0.875rem; background: linear-gradient(135deg, var(--warning-50), var(--neutral-0)); border: 1px solid var(--warning-200); border-radius: 8px; font-size: 0.875rem; font-weight: 600; color: var(--warning-700); margin-bottom: 1.25rem; }
.price-cta {
    display: flex; align-items: center; justify-content: center; gap: 0.5rem; width: 100%;
    padding: 0.875rem; border-radius: 10px; font-size: 0.9375rem; font-weight: 600;
    text-decoration: none; transition: transform 0.25s, box-shadow 0.25s, background-color 0.25s, border-color 0.25s, color 0.25s; cursor: pointer; border: none;
}
.price-cta.primary { background: linear-gradient(135deg, var(--primary), var(--primary-600)); color: white; box-shadow: 0 4px 12px rgba(10,102,194,0.3); }
.price-cta.primary:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(10,102,194,0.4); color: white; }
.price-cta.outline { background: var(--bg-surface); color: var(--primary); border: 2px solid var(--border-default); }
.price-cta.outline:hover { border-color: var(--primary); background: var(--primary-50); }

/* --- FAQ SECTION --- */
.faq-section { padding: 5rem 0; background: var(--bg-surface); }
.faq-grid { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border-light); }
.faq-question { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1.25rem 0; cursor: pointer; transition: color 0.2s; }
.faq-question h3 { font-size: 1rem; font-weight: 600; color: var(--text-primary); margin: 0; transition: color 0.2s; }
.faq-question:hover h3 { color: var(--primary); }
.faq-question .faq-icon { font-size: 1.25rem; color: var(--text-muted); transition: transform 0.3s; flex-shrink: 0; }
.faq-item.active .faq-icon { transform: rotate(45deg); color: var(--primary); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.3s; }
.faq-item.active .faq-answer { max-height: 600px; padding-bottom: 1.25rem; }
.faq-answer p { font-size: 0.9375rem; color: var(--text-secondary); line-height: 1.7; margin: 0; }

/* --- FINAL CTA --- */
.final-cta {
    padding: 5rem 0; position: relative; overflow: hidden;
    background: linear-gradient(135deg, var(--neutral-900) 0%, #1e1b4b 50%, var(--neutral-800) 100%);
}
.final-cta::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 900px; height: 900px; background: radial-gradient(circle, rgba(10,102,194,0.2), transparent 60%); pointer-events: none; }
.final-cta-content { position: relative; z-index: 1; text-align: center; max-width: 700px; margin: 0 auto; }
.final-cta h2 { font-size: clamp(1.75rem, 3.5vw, 2.5rem); font-weight: 800; color: white; margin-bottom: 1rem; letter-spacing: -0.02em; }
.final-cta p { font-size: 1.0625rem; color: rgba(255,255,255,0.7); margin-bottom: 2rem; }
.final-cta .btn-glow { padding: 1.125rem 2.5rem; font-size: 1.0625rem; }
.final-cta-badge { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 1rem; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); border-radius: 50px; font-size: 0.8125rem; color: rgba(255,255,255,0.8); margin-bottom: 1.5rem; }
.final-guarantee { display: flex; justify-content: center; gap: 2rem; flex-wrap: wrap; margin-top: 2rem; }
.final-guarantee-item { display: flex; align-items: center; gap: 0.5rem; font-size: 0.8125rem; color: rgba(255,255,255,0.6); }
.final-guarantee-item i { color: var(--success-400); }

/* --- RESPONSIVE --- */
@media (max-width: 1200px) { .testimonial-grid { grid-template-columns: repeat(2, 1fr); } .testimonial-card:last-child { display: none; } }
@media (max-width: 992px) {
    .bento-grid { display: flex; flex-direction: column; }
    .hero-auth-card { margin-top: 2rem; animation: none; opacity: 1; transform: none; }
    .stats-grid { grid-template-columns: repeat(2, 1fr); }
    .testimonial-grid { grid-template-columns: 1fr; } .testimonial-card:last-child { display: block; }
    .steps-grid { grid-template-columns: repeat(2, 1fr); gap: 2rem; }
    .steps-grid::before { display: none; }
    .pricing-cards { grid-template-columns: 1fr; max-width: 420px; }
}
@media (max-width: 576px) {
    .landing-hero { padding: 4rem 1rem 3rem; min-height: auto; }
    .hero-auth-card { padding: 1.5rem 1.25rem 1.25rem; }
    .stats-grid { grid-template-columns: 1fr; gap: 1rem; }
    .social-proof { flex-direction: column; gap: 0.75rem; text-align: center; }
    .steps-grid { grid-template-columns: 1fr; }
    .social-notification { left: 0.75rem; right: 0.75rem; max-width: none; }
}

/* ==========================================
   DARK MODE OVERRIDES
   Substitui raw neutral tokens por semantic
   tokens que adaptam ao tema escuro.
   ========================================== */
[data-bs-theme="dark"] .landing-hero {
    background: var(--gradient-surface);
}

[data-bs-theme="dark"] .hero-badge {
    background: linear-gradient(135deg, rgba(10, 102, 194, 0.15), var(--bg-surface));
    border-color: var(--border-light);
}

[data-bs-theme="dark"] .stats-section {
    background: linear-gradient(180deg, var(--bg-muted) 0%, var(--bg-surface) 100%);
}

/* ========================================================================
   v12.46 — refator inline-styles
   ======================================================================== */

.landing-video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
    background: var(--neutral-950, #000);
}

[data-bs-theme="dark"] .landing-video-wrapper {
    background: var(--neutral-900);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.landing-video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.landing-cta-pill {
    border-radius: 30px;
    padding: 14px 40px;
    font-weight: 700;
}

.landing-cta-pill-sm {
    border-radius: 30px;
    padding: 12px 32px;
    font-weight: 600;
}

.landing-blog-card {
    background: var(--bg-card);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.landing-blog-cat-badge {
    background: color-mix(in srgb, var(--cat-color, var(--primary)) 12%, transparent);
    color: var(--cat-color, var(--primary));
    font-weight: 600;
    font-size: 0.75rem;
    padding: 6px 12px;
    border-radius: 20px;
}

.landing-blog-title {
    font-size: 1.1rem;
    color: var(--text-primary);
    line-height: 1.4;
}

.landing-blog-excerpt {
    color: var(--text-secondary);
    font-size: 0.9rem;
    line-height: 1.6;
}

.landing-blog-meta {
    color: var(--text-muted);
    font-size: 0.8rem;
}

.landing-price-card-free {
    flex: 1;
    min-width: 260px;
    max-width: 340px;
    border: 2px solid var(--neutral-200);
}

.landing-free-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 1.25rem 0 0.75rem;
    padding: 6px 14px;
    background: color-mix(in srgb, var(--success, #10b981) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--success, #10b981) 30%, transparent);
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--success, #10b981);
}

.landing-recommended-badge {
    border-radius: 20px;
    font-size: 0.78rem;
    box-shadow: 0 2px 8px rgba(10, 102, 194, 0.3);
}

.landing-exit-modal-content {
    border: 2px solid var(--primary);
    border-radius: 16px;
    overflow: hidden;
}

[data-bs-theme="dark"] .features-section {
    background: linear-gradient(180deg, var(--bg-muted) 0%, var(--bg-surface) 100%);
}

[data-bs-theme="dark"] .bento-tag {
    background: var(--bg-surface-elevated);
    border-color: var(--border-light);
}

/* Bento icons: blue/purple fail 3:1 contrast on dark card (#1e293b) — use lighter variants */
[data-bs-theme="dark"] .bento-icon.blue { color: var(--info-400); background: rgba(59,130,246,0.18); }
[data-bs-theme="dark"] .bento-icon.purple { color: var(--primary-300); background: rgba(124,58,237,0.18); }

[data-bs-theme="dark"] .testimonial-card.featured {
    background: linear-gradient(135deg, var(--bg-surface), rgba(10, 102, 194, 0.08));
    border-color: rgba(10, 102, 194, 0.3);
}

[data-bs-theme="dark"] .pricing-preview {
    background: linear-gradient(180deg, var(--bg-muted) 0%, var(--bg-surface) 100%);
}

[data-bs-theme="dark"] .price-credits {
    background: linear-gradient(135deg, var(--warning-bg), var(--bg-surface));
    border-color: rgba(252, 211, 77, 0.3);
    color: var(--warning-text);
}

[data-bs-theme="dark"] .final-cta {
    background: linear-gradient(135deg, var(--bg-surface-elevated) 0%, #1e1b4b 50%, var(--bg-surface) 100%);
}
