
:root {
    --bg-color: #f5f5f5;
    --text-primary: #1a1a1a;
    --text-secondary: #555555;
    --accent-primary: #3fa535;
    --accent-secondary: #33882b;
    --surface: #ffffff;
    --border: #e0e0e0;
    --green: #3fa535;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4 { font-family: 'Outfit', sans-serif; font-weight: 700; color: var(--text-primary); }

nav, header, section, footer { position: relative; z-index: 1; }

.highlight { color: var(--accent-primary); font-weight: 700; }

.glass-panel {
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

.btn {
    display: inline-block;
    padding: 13px 28px;
    border-radius: 4px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.3s ease;
    cursor: pointer;
    border: none;
    font-size: 0.95rem;
}
.btn-primary { background: var(--accent-primary); color: white; }
.btn-primary:hover { background: var(--accent-secondary); }
.btn-secondary { background: #e0e0e0; color: var(--text-primary); }
.btn-secondary:hover { background: #d0d0d0; }
.btn-outline { background: transparent; color: var(--accent-primary); border: 2px solid var(--accent-primary); }
.btn-outline:hover { background: var(--accent-primary); color: white; }
.full-width { width: 100%; text-align: center; display: block; }

.navbar { position: fixed; top: 0; width: 100%; z-index: 1000; padding: 0; transition: background 0.3s ease; }
.navbar.scrolled { background: var(--surface); border-bottom: 1px solid var(--border); box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.nav-container { max-width: 1200px; margin: 0 auto; padding: 18px 30px; display: flex; justify-content: space-between; align-items: center; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-text { font-family: 'Raleway', sans-serif; font-weight: 700; font-size: 1.6rem; color: var(--accent-primary); }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a:not(.btn) { color: var(--text-secondary); text-decoration: none; font-weight: 500; transition: color 0.2s; font-size: 0.95rem; }
.nav-links a:not(.btn):hover { color: var(--accent-primary); }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-hamburger span { width: 24px; height: 2px; background: var(--text-primary); border-radius: 2px; display: block; }

.hero { max-width: 1200px; margin: 0 auto; padding: 140px 30px 80px; display: flex; align-items: center; gap: 60px; min-height: 100vh; }
.hero-content { flex: 1; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; padding: 7px 18px; background: #e8f5e9; color: #2e7d32; border-radius: 4px; font-size: 0.85rem; font-weight: 600; margin-bottom: 28px; border: 1px solid #c8e6c9; }
.badge-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.hero-title { font-size: 4.2rem; line-height: 1.08; margin-bottom: 24px; }
.hero-subtitle { font-size: 1.15rem; color: var(--text-secondary); margin-bottom: 40px; max-width: 520px; }
.hero-actions { display: flex; gap: 16px; margin-bottom: 44px; flex-wrap: wrap; }
.trust-indicators { display: flex; gap: 24px; color: var(--text-secondary); font-size: 0.85rem; font-weight: 500; flex-wrap: wrap; }
.trust-indicators span { display: flex; align-items: center; gap: 6px; }

.hero-visual { flex: 1; position: relative; }
.mockup-window { overflow: hidden; box-shadow: 0 10px 30px rgba(0,0,0,0.1); background: var(--surface); border: 1px solid var(--border); border-radius: 4px; }
.mockup-header { background: #e0e0e0; padding: 12px 20px; display: flex; align-items: center; gap: 8px; border-bottom: 1px solid var(--border); }
.mockup-url { font-size: 0.72rem; color: var(--text-secondary); margin-left: 8px; font-family: monospace; }
.dot { width: 12px; height: 12px; border-radius: 50%; }
.dot.red { background: #ff5f56; } .dot.yellow { background: #ffbd2e; } .dot.green { background: #27c93f; }
.mockup-body { padding: 24px; min-height: 280px; }

.scan-widget { background: var(--bg-color); border: 1px solid var(--border); border-radius: 4px; padding: 16px; font-size: 0.82rem; }
.scan-widget-header { font-family: 'Raleway', sans-serif; font-weight: 700; color: var(--text-primary); margin-bottom: 12px; padding-bottom: 10px; border-bottom: 1px solid var(--border); font-size: 0.9rem; }
.scan-line-item { display: flex; justify-content: space-between; align-items: center; padding: 6px 0; border-bottom: 1px solid #eee; }
.scan-label { color: var(--text-secondary); font-size: 0.78rem; }
.scan-value { font-weight: 600; font-family: monospace; font-size: 0.82rem; text-align: right; color: var(--text-primary); }
.highlight-row { background: #e8f5e9; border-radius: 4px; padding: 6px 8px; margin: 4px -8px; }
.green-text { color: var(--green); }
.scan-status { display: flex; align-items: center; gap: 6px; margin-top: 12px; font-size: 0.8rem; color: var(--green); font-weight: 600; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); }

.stats-bar { border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--surface); padding: 40px 30px; }
.stats-container { max-width: 1000px; margin: 0 auto; display: flex; justify-content: space-around; align-items: center; gap: 30px; flex-wrap: wrap; }
.stat-item { text-align: center; }
.stat-number { font-family: 'Raleway', sans-serif; font-size: 2.8rem; font-weight: 700; color: var(--accent-primary); line-height: 1; margin-bottom: 6px; }
.stat-label { color: var(--text-secondary); font-size: 0.85rem; font-weight: 500; }
.stat-divider { width: 1px; height: 50px; background: var(--border); }

.section-badge { display: inline-block; padding: 5px 16px; background: #e8f5e9; color: #2e7d32; border-radius: 4px; font-size: 0.8rem; font-weight: 600; margin-bottom: 16px; border: 1px solid #c8e6c9; text-transform: uppercase; }
.section-header { text-align: center; margin-bottom: 64px; }
.section-header h2 { font-size: 2.6rem; margin-bottom: 16px; }
.section-header p { color: var(--text-secondary); font-size: 1.1rem; max-width: 580px; margin: 0 auto; }

[data-animate] { opacity: 1; transform: translateY(0); } /* disabled animations for simplicity */

.features { max-width: 1200px; margin: 120px auto; padding: 0 30px; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { padding: 36px 28px; background: var(--surface); border: 1px solid var(--border); border-radius: 4px; }
.feature-icon-wrapper { width: 52px; height: 52px; background: #e8f5e9; border-radius: 4px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; border: 1px solid #c8e6c9; color: var(--accent-primary); }
.feature-icon { font-size: 1.6rem; }
.feature-card h3 { font-size: 1.15rem; margin-bottom: 12px; }
.feature-card p { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.65; margin-bottom: 16px; }
.feature-tag { display: inline-block; padding: 3px 10px; background: #e8f5e9; color: #2e7d32; border-radius: 4px; font-size: 0.75rem; font-weight: 600; border: 1px solid #c8e6c9; }

.how-it-works { max-width: 1200px; margin: 120px auto; padding: 0 30px; }
.steps-grid { display: flex; align-items: center; gap: 20px; }
.step-card { flex: 1; padding: 40px 28px; text-align: center; }
.step-number { font-family: 'Raleway', sans-serif; font-size: 3.5rem; font-weight: 700; color: #e8f5e9; line-height: 1; margin-bottom: 12px; }
.step-icon { font-size: 2rem; margin-bottom: 16px; }
.step-card h3 { font-size: 1.15rem; margin-bottom: 12px; }
.step-card p { color: var(--text-secondary); font-size: 0.9rem; line-height: 1.65; }
.step-arrow { font-size: 1.8rem; color: var(--border); flex-shrink: 0; }

.pricing { max-width: 1200px; margin: 120px auto; padding: 0 30px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: start; }
.pricing-card { padding: 44px 32px; position: relative; overflow: hidden; text-align: center; background: var(--surface); border: 1px solid var(--border); border-radius: 4px; }
.pricing-card.popular { border-color: var(--accent-primary); border-width: 2px; }
.popular-badge { position: absolute; top: 16px; right: -32px; background: var(--accent-primary); color: white; padding: 5px 48px; font-size: 0.72rem; font-weight: 700; transform: rotate(45deg); letter-spacing: 0.5px; }
.pricing-icon { font-size: 2rem; margin-bottom: 12px; }
.pricing-header { margin-bottom: 32px; }
.pricing-header h3 { font-size: 1.25rem; margin-bottom: 10px; color: var(--text-secondary); }
.price { font-size: 3rem; font-family: 'Raleway', sans-serif; font-weight: 700; color: var(--text-primary); line-height: 1; margin-bottom: 8px; }
.price span { font-size: 1rem; color: var(--text-secondary); font-weight: 400; }
.price-desc { color: var(--text-secondary); font-size: 0.82rem; }
.pricing-features { list-style: none; margin-bottom: 32px; text-align: left; }
.pricing-features li { margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid var(--border); font-size: 0.9rem; color: var(--text-primary); }
.pricing-features li:last-child { border-bottom: none; }
.trial-notice { margin-top: 14px; color: var(--green); font-size: 0.82rem; font-weight: 600; }
.pricing-footer { text-align: center; color: var(--text-secondary); font-size: 0.75rem; margin-top: 14px; }

.faq { max-width: 800px; margin: 120px auto; padding: 0 30px; }
.faq-grid { display: flex; flex-direction: column; gap: 14px; }
.faq-item { padding: 0; overflow: hidden; cursor: pointer; background: var(--surface); border: 1px solid var(--border); border-radius: 4px; }
.faq-q { padding: 20px 24px; font-weight: 600; font-size: 0.95rem; display: flex; align-items: center; gap: 10px; color: var(--text-primary); }
.faq-q::after { content: '+'; margin-left: auto; font-size: 1.3rem; color: var(--accent-primary); }
.faq-a { max-height: 0; overflow: hidden; color: var(--text-secondary); font-size: 0.9rem; line-height: 1.7; padding: 0 24px; transition: max-height 0.4s ease, padding 0.4s ease; }
.faq-item.open .faq-a { max-height: 200px; padding: 0 24px 20px; }

.footer { border-top: 1px solid var(--border); padding: 80px 30px 40px; margin-top: 120px; background: var(--surface); }
.footer-grid { max-width: 1200px; margin: 0 auto 60px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }
.footer-brand p { color: var(--text-secondary); margin-top: 16px; max-width: 300px; font-size: 0.9rem; line-height: 1.7; }
.footer-badges { display: flex; gap: 10px; margin-top: 20px; flex-wrap: wrap; }
.footer-badge { padding: 4px 12px; background: #e8f5e9; border: 1px solid #c8e6c9; border-radius: 4px; font-size: 0.78rem; color: #2e7d32; }
.footer-links h4 { margin-bottom: 20px; font-size: 1rem; font-family: 'Raleway', sans-serif; font-weight: 700; color: var(--text-primary); }
.footer-links a { display: block; color: var(--text-secondary); text-decoration: none; margin-bottom: 12px; transition: color 0.2s; font-size: 0.9rem; }
.footer-links a:hover { color: var(--accent-primary); }
.footer-bottom { max-width: 1200px; margin: 0 auto; text-align: center; color: var(--text-secondary); font-size: 0.8rem; padding-top: 40px; border-top: 1px solid var(--border); }

/* Billing toggle */
.billing-toggle-glass { position: relative; display: inline-flex; align-items: center; background: var(--surface); border: 1px solid var(--border); border-radius: 4px; padding: 6px; margin: 30px auto 40px; }
.glass-tab { position: relative; z-index: 2; padding: 10px 24px; font-size: 1rem; font-weight: 500; color: var(--text-secondary); background: transparent; border: none; cursor: pointer; transition: color 0.3s ease; display: flex; align-items: center; gap: 8px; outline: none; font-family: inherit; }
.glass-tab.active { color: white; font-weight: 600; }
.glass-tab .save-badge { background: #e8f5e9; color: #2e7d32; font-size: 0.75rem; padding: 2px 8px; border-radius: 4px; border: 1px solid #c8e6c9; }
.glass-thumb { position: absolute; top: 6px; left: 6px; height: calc(100% - 12px); background: var(--accent-primary); border-radius: 4px; z-index: 1; transition: transform 0.4s ease, width 0.4s ease; }
.pricing-card .price .yearly-price { display: none; }
.pricing-card.is-yearly .price .monthly-price { display: none; }
.pricing-card.is-yearly .price .yearly-price { display: inline; }
.pricing-card.is-yearly .price-period { font-size: 0.9rem; }
.price-period-note { font-size: 0.8rem; color: var(--text-secondary); display: none; margin-top: -5px; margin-bottom: 15px; }
.pricing-card.is-yearly .price-period-note { display: block; }

@media (max-width: 900px) {
    .nav-hamburger { display: flex !important; }
    .nav-links {
        display: none;
        position: absolute;
        top: 100%; left: 0; right: 0;
        background: rgba(255, 255, 255, 0.95);
        backdrop-filter: blur(12px);
        flex-direction: column;
        padding: 20px 30px;
        gap: 16px;
        border-bottom: 1px solid var(--border);
        box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    }
    .nav-links.open { display: flex !important; }
    .hero { flex-direction: column; text-align: center; padding-top: 110px; min-height: auto; gap: 50px; }
    .hero-actions, .trust-indicators { justify-content: center; }
    .features-grid { grid-template-columns: 1fr; }
    .steps-grid { flex-direction: column; }
    .step-arrow { transform: rotate(90deg); }
    .pricing-grid { grid-template-columns: 1fr; gap: 24px; }
    .footer-grid { grid-template-columns: 1fr; gap: 40px; }
}
