/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #0f1111;
    background-color: #ffffff;
    padding-top: 0;
    margin-top: 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Typography */
h1, h2, h3, h4 {
    font-weight: 600;
    line-height: 1.2;
}

h1 {
    font-size: 2rem;
    font-weight: 700;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    text-align: center;
}

h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

p {
    margin-bottom: 1rem;
    color: #37475a;
}

/* Header */
.header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 20px;
    min-height: 80px;
}

.header-with-countdown .container {
    justify-content: space-around;
}

.header .urgency-badge {
    padding: 0.5rem 1rem;
    margin: 0;
    background: transparent;
    box-shadow: none;
    border: none;
}

.header .countdown-label {
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
    color: #333;
}

.header .time-number {
    font-size: 1.2rem;
    background: #f0f0f0;
    color: #333;
    padding: 0.3rem;
}

.header .time-label {
    font-size: 0.6rem;
    color: #666;
}

.header .time-separator {
    font-size: 1rem;
    color: #333;
}

.logo h1 {
    color: #ff9900;
    font-size: 1.8rem;
    margin: 0;
}

.nav {
    display: flex;
    gap: 2rem;
}

.nav a {
    text-decoration: none;
    color: #0f1111;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav a:hover {
    color: #ff9900;
}

/* Hero Section */
.hero {
    padding: 180px 0 80px;
    background: #131921;
    color: white;
    text-align: center;
    margin-top: 0;
}

/* Mobile-specific fixes for header overlap */
@media (max-width: 768px) {
    .hero {
        padding: 200px 0 60px;
    }
    
    .header .container {
        min-height: 70px;
        padding: 0.8rem 15px;
    }
    
    .logo h1 {
        font-size: 1.5rem;
    }
    
    .header .countdown-label {
        font-size: 0.7rem;
    }
    
    .header .time-number {
        font-size: 1rem;
        padding: 0.2rem;
    }
    
    .header .time-label {
        font-size: 0.5rem;
    }
}

@media (max-width: 480px) {
    .hero {
        padding: 220px 0 40px;
    }
    
    .header .container {
        min-height: 60px;
        padding: 0.6rem 10px;
    }
    
    .logo h1 {
        font-size: 1.3rem;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        text-align: center;
    }
    
    .hero-text h2 {
        font-size: 2.2rem;
        text-align: center;
    }
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    text-align: left;
}

.hero-text h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    text-align: left;
}

.highlight {
    color: #ff9900;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.2rem;
    color: #e0e0e0;
    margin-bottom: 2rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.btn {
    display: inline-block;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    font-size: 1rem;
}

.btn-primary {
    background: #ff9900;
    color: #333;
}

.btn-primary:hover {
    background: #e68900;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 153, 0, 0.3);
}

.trial-note {
    font-size: 0.9rem;
    color: #ccc;
    margin-top: 1rem;
}

.urgency-badge {
    background: linear-gradient(135deg, #ff6b35 0%, #ff9900 100%);
    color: white;
    padding: 1.5rem 2rem;
    border-radius: 15px;
    margin: 1.5rem 0;
    display: inline-block;
    font-weight: 600;
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.countdown-container {
    text-align: center;
}

.countdown-label {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.8rem;
    opacity: 0.9;
}

.countdown-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.time-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
}

.time-number {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.5rem;
    border-radius: 8px;
    min-width: 50px;
    display: inline-block;
    text-align: center;
}

.time-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 0.3rem;
    opacity: 0.8;
}

.time-separator {
    font-size: 1.5rem;
    font-weight: 700;
    opacity: 0.7;
    margin-top: -0.5rem;
}

@media (max-width: 480px) {
    .countdown-timer {
        gap: 0.2rem;
    }

    .time-unit {
        min-width: 50px;
    }

    .time-number {
        font-size: 1.5rem;
    }
}

.social-proof {
    color: #e0e0e0;
    font-size: 0.9rem;
    margin-bottom: 1rem;
    font-style: italic;
}

.trust-badges {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
}

.redirect-notice {
    color: #ccc;
    font-size: 0.8rem;
    margin-top: 1rem;
    font-style: italic;
    opacity: 0.8;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-logo {
    width: 180px;
    height: auto;
}

/* Benefits Section */
.benefits {
    padding: 80px 0;
    background: #f8f9fa;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.benefit-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.benefit-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.benefit-card h3 {
    color: #0f1111;
    margin-bottom: 1rem;
}

.benefit-card p {
    color: #37475a;
    margin: 0;
}

/* How It Works Section */
.how-it-works {
    padding: 80px 0;
    background: white;
}

.steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.step {
    text-align: center;
    padding: 2rem;
}

.step-number {
    width: 60px;
    height: 60px;
    background: #ff9900;
    color: #0f1111;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1rem;
}

.step h3 {
    color: #0f1111;
    margin-bottom: 1rem;
}

.step p {
    color: #37475a;
    margin: 0;
}





/* Bottom CTA Section */
.bottom-cta {
    padding: 60px 0;
    background: #f8f9fa;
    text-align: center;
}

.bottom-cta-content h2 {
    color: #0f1111;
    margin-bottom: 2rem;
}

/* Exit Intent Popup */
.exit-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 10000;
    align-items: center;
    justify-content: center;
}

.popup-content {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    text-align: center;
    max-width: 400px;
    position: relative;
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
}

.popup-content h3 {
    color: #0f1111;
    margin-bottom: 1rem;
}

.popup-content p {
    color: #37475a;
    margin-bottom: 1.5rem;
}

.close-popup {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
}

.close-popup:hover {
    color: #0f1111;
}

/* Footer */
.footer {
    background: #131921;
    color: white;
    padding: 60px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 2rem;
}

.footer-section h3,
.footer-section h4 {
    color: #ff9900;
    margin-bottom: 1rem;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #ff9900;
}

.footer-section p {
    color: #ccc;
    margin: 0;
}

.footer-bottom {
    border-top: 1px solid #555;
    padding-top: 2rem;
    text-align: center;
}

.footer-bottom p {
    color: #999;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .header .urgency-badge {
        display: block;
    }

    .hero-content {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .hero-text h2 {
        font-size: 2.5rem;
        text-align: center;
    }
    
    .cta-buttons {
        justify-content: center;
    }
    
    .nav {
        display: none;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    .container {
        padding: 0 15px;
    }
    
    .hero {
        padding: 120px 0 60px;
    }
    
    .benefits,
    .how-it-works,
    .cta-section,
    .faq {
        padding: 60px 0;
    }
}

@media (max-width: 480px) {
    .hero-text h2 {
        font-size: 2rem;
    }
    
    .btn {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .prime-icon {
        width: 100px;
        height: 100px;
        font-size: 3rem;
    }
    
    .prime-logo span {
        font-size: 1.5rem;
    }
}

/* Animation Classes */
.fade-in {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}
