/* CarSnipe Main Stylesheet - Optimized for Performance */
:root {
    --gray-50: #F8FAFC;
    --gray-100: #F1F5F9;
    --gray-200: #E2E8F0;
    --gray-300: #CBD5E1;
    --gray-400: #94A3B8;
    --gray-500: #64748B;
    --gray-600: #475569;
    --gray-700: #334155;
    --gray-800: #1E293B;
    --gray-900: #0F172A;
    --accent: #3B82F6;
    --accent-hover: #2563EB;
    --accent-light: rgba(59, 130, 246, 0.15);
    --accent-dark: #1D4ED8;
    --accent-glow: rgba(59, 130, 246, 0.5);
}

*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; font-size: 16px; line-height: 1.5; color: var(--gray-800); background: var(--gray-900); overflow-x: hidden; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* Animations */
@keyframes fadeInUp { from { opacity: 0; transform: translateY(30px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.6; } }
@keyframes float { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes glow { 0%, 100% { box-shadow: 0 0 20px var(--accent-glow); } 50% { box-shadow: 0 0 40px var(--accent-glow), 0 0 60px var(--accent-glow); } }

.animate-fade-in-up { animation: fadeInUp 0.8s ease-out forwards; }
.animate-delay-1 { animation-delay: 0.1s; opacity: 0; }
.animate-delay-2 { animation-delay: 0.2s; opacity: 0; }
.animate-delay-3 { animation-delay: 0.3s; opacity: 0; }
.animate-delay-4 { animation-delay: 0.4s; opacity: 0; }

/* Navigation */
.site-nav { padding: 24px 0; position: absolute; width: 100%; z-index: 100; animation: fadeIn 1s ease-out; }
.site-nav .container { display: flex; justify-content: space-between; align-items: center; }
.logo { font-size: 24px; font-weight: 800; color: white; text-decoration: none; display: flex; align-items: center; gap: 12px; letter-spacing: -0.5px; transition: transform 0.3s; }
.logo:hover { transform: scale(1.02); }
.logo img { height: 40px; width: auto; }
.logo-text { font-size: 22px; font-weight: 700; color: white; }
.nav-links { display: flex; gap: 32px; align-items: center; }
.nav-links a { color: var(--gray-400); text-decoration: none; font-size: 15px; font-weight: 500; transition: all 0.3s; position: relative; }
.nav-links a::after { content: ''; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: var(--accent); transition: width 0.3s; }
.nav-links a:hover { color: white; }
.nav-links a:hover::after { width: 100%; }
.btn-nav-cta { background: var(--accent) !important; color: white !important; padding: 10px 20px !important; border-radius: 8px; font-size: 14px !important; font-weight: 600 !important; text-decoration: none; display: inline-flex !important; align-items: center; gap: 8px; transition: all 0.3s; }
.btn-nav-cta::after { display: none !important; }
.btn-nav-cta:hover { background: var(--accent-hover) !important; transform: translateY(-2px); color: white !important; }
.nav-mobile-toggle { display: none; background: none; border: none; color: white; font-size: 24px; cursor: pointer; padding: 4px; }
.nav-mobile-menu { display: none; background: var(--gray-800); border-top: 1px solid var(--gray-700); padding: 16px 32px; position: absolute; top: 88px; left: 0; right: 0; z-index: 99; }
.nav-mobile-menu.open { display: flex; flex-direction: column; }
.nav-mobile-menu a { color: var(--gray-300); text-decoration: none; padding: 14px 0; font-size: 16px; font-weight: 500; border-bottom: 1px solid var(--gray-700); transition: color 0.2s; }
.nav-mobile-menu a:last-child { border-bottom: none; }
.nav-mobile-menu a:hover { color: white; }
.site-nav--page { position: relative; background: var(--gray-900); border-bottom: 1px solid var(--gray-800); padding: 20px 0; animation: none; }
.site-nav--page .nav-links { gap: 24px; }
.back-link { color: var(--gray-400); text-decoration: none; font-size: 14px; display: flex; align-items: center; gap: 6px; transition: color 0.2s; }
.back-link:hover { color: white; }

/* Hero */
.hero { background: linear-gradient(180deg, var(--gray-900) 0%, var(--gray-800) 100%); padding: 160px 0 120px; position: relative; overflow: hidden; }
.hero::before { content: ''; position: absolute; inset: 0; background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%233B82F6' fill-opacity='0.03'%3E%3Cpath d='m36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm-36 6v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); pointer-events: none; }
.hero::after { content: ''; position: absolute; top: -200px; right: -100px; width: 500px; height: 500px; background: radial-gradient(circle, var(--accent-glow) 0%, transparent 70%); animation: float 6s ease-in-out infinite; pointer-events: none; }
.hero-orb { position: absolute; bottom: -100px; left: -100px; width: 400px; height: 400px; background: radial-gradient(circle, rgba(59, 130, 246, 0.2) 0%, transparent 70%); animation: float 8s ease-in-out infinite reverse; pointer-events: none; }
.hero .container { position: relative; text-align: center; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--accent-light); border: 1px solid rgba(59, 130, 246, 0.3); color: var(--accent); padding: 10px 20px; border-radius: 32px; font-size: 14px; font-weight: 600; margin-bottom: 32px; animation: glow 3s ease-in-out infinite; }
.hero-badge i { animation: pulse 1.5s infinite; }
.hero h1 { font-size: 64px; font-weight: 800; color: white; line-height: 1.1; margin-bottom: 24px; letter-spacing: -2px; }
.hero h1 span { color: var(--accent); position: relative; }
.hero h1 span::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 8px; background: var(--accent); opacity: 0.3; border-radius: 4px; }
.hero p { font-size: 20px; color: var(--gray-400); max-width: 600px; margin: 0 auto 48px; }
.hero-cta { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.hero-features { display: flex; justify-content: center; gap: 48px; margin-top: 80px; padding-top: 48px; border-top: 1px solid var(--gray-700); }
.hero-feature { display: flex; align-items: center; gap: 12px; color: var(--gray-400); transition: all 0.3s; }
.hero-feature:hover { color: white; transform: translateY(-2px); }
.hero-feature i { font-size: 24px; color: var(--accent); transition: transform 0.3s; }
.hero-feature:hover i { transform: scale(1.2); }

/* Buttons */
.btn { display: inline-flex; align-items: center; gap: 10px; padding: 18px 32px; border-radius: 12px; font-size: 16px; font-weight: 600; text-decoration: none; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; border: none; cursor: pointer; }
.btn::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.5s; }
.btn:hover::before { left: 100%; }
.btn-primary { background: var(--accent); color: white; }
.btn-primary:hover { background: var(--accent-hover); transform: translateY(-3px); box-shadow: 0 10px 30px var(--accent-glow); }
.btn-primary:active { transform: translateY(-1px); }
.btn-secondary { background: transparent; color: white; border: 1px solid var(--gray-700); }
.btn-secondary:hover { background: var(--gray-800); border-color: var(--accent); transform: translateY(-3px); }
/* btn-secondary on light-background sections */
.how-cta .btn-secondary,
.blog-preview-more .btn-secondary { color: var(--gray-800); border-color: var(--gray-300); }
.how-cta .btn-secondary:hover,
.blog-preview-more .btn-secondary:hover { background: var(--gray-100); border-color: var(--accent); color: var(--accent-dark); }

/* Stats Bar */
.stats-bar { background: var(--gray-800); border-bottom: 1px solid var(--gray-700); padding: 24px 0; }
.stats-bar .container { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }
.stat-item { text-align: center; padding: 0 48px; }
.stat-num { font-size: 36px; font-weight: 800; color: white; line-height: 1; }
.stat-num span { font-size: 22px; color: var(--accent); }
.stat-label { font-size: 13px; color: var(--gray-400); margin-top: 4px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.5px; }
.stat-divider { width: 1px; height: 48px; background: var(--gray-700); }

/* Content sections */
.content { background: var(--gray-50); }
.section { padding: 100px 0; }
.section-header { text-align: center; margin-bottom: 64px; }
.section-label { display: inline-block; font-size: 13px; font-weight: 700; color: var(--accent-dark); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 16px; }
.section-header h2 { font-size: 44px; font-weight: 800; color: var(--gray-900); letter-spacing: -1px; margin-bottom: 16px; }
.section-header p { font-size: 18px; color: var(--gray-600); max-width: 560px; margin: 0 auto; }

/* Problem / FOMO Timeline */
.problem-section { background: var(--gray-50); }
.timeline { max-width: 700px; margin: 0 auto 48px; position: relative; }
.timeline::before { content: ''; position: absolute; left: 80px; top: 0; bottom: 0; width: 2px; background: linear-gradient(180deg, var(--accent) 0%, rgba(59,130,246,0.2) 100%); }
.timeline-item { display: flex; align-items: flex-start; position: relative; padding: 20px 0; }
.timeline-item:last-child { padding-bottom: 0; }
.timeline-dot { position: absolute; left: 73px; top: 28px; width: 16px; height: 16px; border-radius: 50%; background: var(--accent); border: 3px solid var(--gray-50); box-shadow: 0 0 0 3px var(--accent-glow); z-index: 1; }
.tl-sold .timeline-dot { background: #EF4444; box-shadow: 0 0 0 3px rgba(239,68,68,0.3); }
.tl-winner .timeline-dot { background: #10B981; box-shadow: 0 0 0 3px rgba(16,185,129,0.3); }
.timeline-time { font-size: 14px; font-weight: 700; color: var(--gray-500); width: 80px; min-width: 80px; padding-top: 6px; padding-right: 16px; box-sizing: border-box; text-align: right; }
.timeline-content { flex: 1; background: white; border: 1px solid var(--gray-200); border-radius: 12px; padding: 16px 20px; margin-left: 24px; transition: all 0.3s; }
.timeline-item:hover .timeline-content { border-color: var(--accent); box-shadow: 0 4px 20px rgba(59,130,246,0.1); }
.timeline-content strong { display: block; font-size: 16px; color: var(--gray-900); margin-bottom: 4px; }
.timeline-content span { font-size: 14px; color: var(--gray-500); }
.tl-highlight { color: var(--accent-dark) !important; font-weight: 600 !important; }
.tl-sold .timeline-content { border-color: rgba(239,68,68,0.3); background: #FFF5F5; }
.tl-sold .timeline-content strong { color: #DC2626; }
.problem-cta { text-align: center; }
.problem-cta-text { font-size: 20px; color: var(--gray-700); margin-bottom: 24px; }

/* Features */
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { background: white; border: 1px solid var(--gray-200); border-radius: 16px; padding: 32px; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); position: relative; overflow: hidden; }
.feature-card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 4px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 0.4s; }
.feature-card:hover { border-color: var(--accent); box-shadow: 0 12px 40px rgba(59, 130, 246, 0.15); transform: translateY(-8px); }
.feature-card:hover::before { transform: scaleX(1); }
.feature-icon { width: 56px; height: 56px; background: var(--accent-light); border-radius: 14px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: all 0.4s; }
.feature-card:hover .feature-icon { background: var(--accent); transform: scale(1.1) rotate(-5deg); }
.feature-icon i { font-size: 28px; color: var(--accent-dark); transition: color 0.4s; }
.feature-card:hover .feature-icon i { color: white; }
.feature-card h3 { font-size: 18px; font-weight: 700; color: var(--gray-900); margin-bottom: 8px; }
.feature-card p { color: var(--gray-600); font-size: 15px; line-height: 1.6; }

/* How It Works */
.how-it-works { background: white; }
.steps-row { display: flex; gap: 32px; }
.step { flex: 1; position: relative; padding: 40px 32px; background: var(--gray-50); border-radius: 16px; transition: all 0.4s; }
.step:hover { background: var(--accent-light); transform: translateY(-4px); }
.step::after { content: ''; position: absolute; top: 50%; right: -20px; width: 40px; height: 2px; background: linear-gradient(90deg, var(--accent), transparent); }
.step:last-child::after { display: none; }
.step-num { width: 44px; height: 44px; background: var(--accent); color: white; border-radius: 12px; display: flex; align-items: center; justify-content: center; font-size: 18px; font-weight: 700; margin-bottom: 20px; transition: all 0.4s; box-shadow: 0 4px 12px var(--accent-glow); }
.step:hover .step-num { transform: scale(1.1) rotate(5deg); }
.step h3 { font-size: 20px; font-weight: 700; color: var(--gray-900); margin-bottom: 8px; }
.step p { color: var(--gray-600); font-size: 15px; }
.how-cta { display: flex; gap: 16px; justify-content: center; margin-top: 48px; flex-wrap: wrap; }

/* Pricing */
.pricing { background: var(--gray-100); }
.pricing-grid { display: flex; flex-direction: row; gap: 32px; max-width: 900px; margin: 0 auto; align-items: stretch; }
.pricing-card { flex: 1 1 0; min-width: 0; background: white; border-radius: 24px; padding: 48px 40px; box-shadow: 0 8px 40px rgba(0,0,0,0.08); position: relative; transition: all 0.4s; display: flex; flex-direction: column; }
.pricing-card:hover { transform: translateY(-8px); box-shadow: 0 20px 60px rgba(59, 130, 246, 0.2); }
.pricing-card--pro { border: 2px solid var(--accent); overflow: hidden; }
.pricing-badge { position: absolute; top: 32px; right: -38px; background: var(--accent); color: white; font-size: 12px; font-weight: 700; padding: 8px 48px; transform: rotate(45deg); text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 2px 8px rgba(59, 130, 246, 0.3); }
.pricing-avatar { text-align: center; margin: 0 auto 16px auto; width: 100%; }
.pricing-avatar img { width: 100px; height: 100px; border-radius: 50%; object-fit: cover; display: inline-block; }
.pricing-header { text-align: center; margin-bottom: 32px; }
.pricing-tag { display: inline-block; background: var(--gray-100); color: var(--gray-700); padding: 8px 16px; border-radius: 8px; font-size: 14px; font-weight: 600; margin-bottom: 20px; }
.pricing-tag--pro { background: var(--accent-light); color: var(--accent-dark); }
.price { display: flex; align-items: baseline; justify-content: center; gap: 4px; }
.price-currency { font-size: 24px; font-weight: 700; color: var(--gray-500); }
.price-amount { font-size: 56px; font-weight: 800; color: var(--gray-900); letter-spacing: -2px; line-height: 1; background: linear-gradient(135deg, var(--gray-900) 0%, var(--accent-dark) 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.price-period { font-size: 14px; color: var(--gray-500); margin-top: 8px; }
.pricing-features { margin-bottom: 32px; flex-grow: 1; }
.pricing-feature { display: flex; align-items: center; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--gray-100); transition: all 0.3s; }
.pricing-feature:hover { padding-left: 8px; }
.pricing-feature:last-child { border-bottom: none; }
.pricing-feature i { font-size: 20px; color: var(--accent); flex-shrink: 0; transition: transform 0.3s; }
.pricing-feature:hover i { transform: scale(1.2); }
.pricing-feature span { font-size: 15px; color: var(--gray-700); }
.pricing-card .btn { width: 100%; justify-content: center; padding: 18px 32px; font-size: 16px; margin-top: auto; }
.pricing-card .btn.btn-secondary { background: var(--gray-50); color: var(--accent-dark); border: 2px solid var(--accent); font-weight: 700; }
.pricing-card .btn.btn-secondary:hover { background: var(--accent-light); color: var(--accent-dark); transform: translateY(-3px); }
.pricing-note { text-align: center; color: var(--gray-500); font-size: 15px; margin-top: 32px; width: 100%; max-width: 900px; margin-left: auto; margin-right: auto; }

/* Testimonials */
.testimonials-section { background: white; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.testimonial { background: var(--gray-50); border: 1px solid var(--gray-200); border-radius: 16px; padding: 32px; margin: 0; transition: all 0.4s; position: relative; }
.testimonial::before { content: '\201C'; position: absolute; top: 16px; right: 24px; font-size: 80px; color: var(--accent-light); font-family: Georgia, serif; line-height: 1; }
.testimonial:hover { border-color: var(--accent); box-shadow: 0 12px 40px rgba(59,130,246,0.12); transform: translateY(-4px); }
.testimonial-stars { color: #F59E0B; font-size: 18px; letter-spacing: 2px; margin-bottom: 16px; }
.testimonial p { color: var(--gray-700); font-size: 15px; line-height: 1.7; margin-bottom: 20px; font-style: italic; }
.testimonial-author { display: flex; flex-direction: column; gap: 2px; }
.testimonial-author strong { font-size: 15px; color: var(--gray-900); font-style: normal; }
.testimonial-author span { font-size: 13px; color: var(--gray-500); font-style: normal; }

/* Comparison Table */
.compare-section { background: var(--gray-100); }
.compare-table-wrap { overflow-x: auto; border-radius: 16px; box-shadow: 0 8px 40px rgba(0,0,0,0.08); margin-bottom: 40px; }
.compare-table { width: 100%; border-collapse: collapse; background: white; font-size: 15px; }
.compare-table th { padding: 20px 24px; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; border-bottom: 2px solid var(--gray-200); }
.compare-table th:first-child { text-align: left; color: var(--gray-600); }
.compare-table .col-manual { background: var(--gray-50); color: var(--gray-600); text-align: center; }
.compare-table .col-basic { background: #EFF6FF; color: var(--accent-dark); text-align: center; }
.compare-table .col-highlight { background: var(--accent); color: white; text-align: center; }
.compare-table td { padding: 16px 24px; border-bottom: 1px solid var(--gray-100); }
.compare-table td:first-child { color: var(--gray-700); font-weight: 500; }
.compare-table td.col-manual { text-align: center; background: var(--gray-50); }
.compare-table td.col-basic { text-align: center; background: #EFF6FF; }
.compare-table td.col-highlight { text-align: center; background: rgba(59,130,246,0.05); }
.compare-table tr:last-child td { border-bottom: none; }
.cmp-yes { color: #059669; font-size: 18px; font-weight: 700; }
.cmp-no  { color: #DC2626; font-size: 18px; font-weight: 700; }
.cmp-good{ color: #059669; font-weight: 600; }
.cmp-ok  { color: #B45309; font-weight: 500; }
.cmp-bad { color: #DC2626; font-weight: 500; font-size: 13px; }
.compare-cta { text-align: center; }

/* FAQ */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { background: white; border: 1px solid var(--gray-200); border-radius: 12px; margin-bottom: 12px; overflow: hidden; transition: all 0.3s; }
.faq-item:hover { border-color: var(--accent); }
.faq-question { padding: 24px 28px; display: flex; justify-content: space-between; align-items: center; cursor: pointer; font-size: 17px; font-weight: 600; color: var(--gray-900); transition: all 0.3s; }
.faq-question:hover { background: var(--gray-50); }
.faq-question i { font-size: 20px; color: var(--accent); transition: transform 0.3s; flex-shrink: 0; }
.faq-item.open .faq-question i { transform: rotate(180deg); }
.faq-answer { padding: 0 28px 24px; color: var(--gray-600); font-size: 16px; line-height: 1.6; display: none; animation: fadeIn 0.3s ease-out; }
.faq-answer p { margin: 0; }
.faq-answer code { background: var(--gray-100); padding: 2px 6px; border-radius: 4px; font-size: 14px; }
.faq-answer a { color: var(--accent-dark); text-decoration: none; }
.faq-answer a:hover { text-decoration: underline; }
.faq-item.open .faq-answer { display: block; }

/* Blog Preview */
.blog-preview-section { background: var(--gray-50); }
.blog-preview-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 40px; }
.blog-preview-card { background: white; border: 1px solid var(--gray-200); border-radius: 16px; padding: 32px; text-decoration: none; display: flex; flex-direction: column; gap: 12px; transition: all 0.4s cubic-bezier(0.4,0,0.2,1); }
.blog-preview-card:hover { border-color: var(--accent); box-shadow: 0 12px 40px rgba(59,130,246,0.15); transform: translateY(-6px); }
.blog-preview-tag { display: inline-flex; align-items: center; background: var(--accent-light); color: var(--accent-dark); padding: 4px 12px; border-radius: 20px; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; width: fit-content; }
.blog-preview-card h3 { font-size: 17px; font-weight: 700; color: var(--gray-900); line-height: 1.4; margin: 0; }
.blog-preview-card p { font-size: 14px; color: var(--gray-500); line-height: 1.6; flex: 1; margin: 0; }
.blog-preview-read { font-size: 14px; font-weight: 600; color: var(--accent); display: inline-flex; align-items: center; gap: 4px; margin-top: auto; transition: gap 0.2s; }
.blog-preview-card:hover .blog-preview-read { gap: 8px; }
.blog-preview-more { text-align: center; }

/* CTA */
.cta { background: linear-gradient(135deg, var(--gray-900) 0%, var(--gray-800) 100%); padding: 100px 0; position: relative; overflow: hidden; }
.cta::before { content: ''; position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; background: radial-gradient(circle at center, var(--accent-glow) 0%, transparent 50%); opacity: 0.3; animation: float 10s ease-in-out infinite; pointer-events: none; }
.cta .container { text-align: center; position: relative; }
.cta h2 { font-size: 48px; font-weight: 800; color: white; letter-spacing: -1px; margin-bottom: 24px; }
.cta p { font-size: 20px; color: var(--gray-400); margin-bottom: 40px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.cta-note { font-size: 14px; color: var(--gray-500); }

/* Footer */
.site-footer { background: var(--gray-900); padding: 64px 0 32px; border-top: 1px solid var(--gray-800); }
.footer-top { display: flex; gap: 64px; align-items: flex-start; padding-bottom: 48px; border-bottom: 1px solid var(--gray-800); margin-bottom: 32px; }
.footer-brand { max-width: 280px; }
.site-footer .logo img { height: 32px; }
.footer-tagline { color: var(--gray-400); font-size: 14px; line-height: 1.6; margin: 16px 0 24px; }
.btn-footer-cta { padding: 12px 24px !important; font-size: 14px !important; }
.footer-nav { display: flex; gap: 48px; flex: 1; justify-content: flex-end; }
.footer-nav-col { display: flex; flex-direction: column; gap: 10px; }
.footer-nav-col h3 { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--gray-400); margin-bottom: 4px; }
.footer-nav-col a { color: var(--gray-400); text-decoration: none; font-size: 14px; transition: color 0.2s; }
.footer-nav-col a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; }
.footer-links { display: flex; gap: 32px; }
.footer-links a { color: var(--gray-400); text-decoration: none; font-size: 14px; transition: color 0.3s; }
.footer-links a:hover { color: var(--accent); }
.footer-copy { color: var(--gray-400); font-size: 13px; }

/* Scroll animations */
.reveal { opacity: 0; transform: translateY(30px); transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1); }
.reveal.active { opacity: 1; transform: translateY(0); }

/* Responsive */
@media (max-width: 1024px) {
    .features-grid { grid-template-columns: repeat(2, 1fr); }
    .hero h1 { font-size: 48px; }
    .testimonials-grid { grid-template-columns: repeat(2, 1fr); }
    .blog-preview-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-top { gap: 32px; }
    .footer-nav { gap: 32px; }
}

@media (max-width: 768px) {
    .hero { padding: 110px 0 80px; }
    .hero h1 { font-size: 36px; }
    .hero h1 span::after { display: none; }
    .hero-badge { font-size: 12px; padding: 8px 14px; white-space: nowrap; }
    .hero-features { flex-direction: column; gap: 24px; }
    .features-grid { grid-template-columns: 1fr; }
    .pricing-grid { flex-direction: column; max-width: 440px; margin: 0 auto; gap: 24px; }
    .pricing-card { flex: none; padding: 32px 24px; }
    .steps-row { flex-direction: column; }
    .step::after { display: none; }
    .nav-links { display: none; }
    .nav-mobile-toggle { display: block; }
    .footer-top { flex-direction: column; gap: 40px; }
    .footer-brand { max-width: 100%; }
    .footer-nav { flex-direction: column; gap: 24px; justify-content: flex-start; }
    .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }
    .cta h2 { font-size: 32px; }
    .container { padding: 0 20px; }
    .section { padding: 60px 0; }
    .stats-bar .container { gap: 16px; }
    .stat-item { padding: 12px 24px; }
    .stat-divider { display: none; }
    .testimonials-grid { grid-template-columns: 1fr; }
    .blog-preview-grid { grid-template-columns: 1fr; }
    .compare-table th, .compare-table td { padding: 12px 14px; font-size: 13px; }
    .timeline::before { left: 0; }
    .timeline-time { display: none; }
    .timeline-dot { left: -7px; }
    .timeline-content { margin-left: 8px; }
    .how-cta { flex-direction: column; align-items: center; }
    .cta-btns { flex-direction: column; align-items: center; }
}
