@charset "UTF-8";

:root {
    --bg-main: #050505;
    --bg-surface: #0a0a0c;
    --bg-raised: #121216;
    
    --neon-green: #10B981;
    --neon-green-glow: rgba(16, 185, 129, 0.4);
    --neon-blue: #3b82f6;
    --neon-purple: #8b5cf6;
    
    --text-primary: #ffffff;
    --text-secondary: #a1a1aa;
    
    --border-color: rgba(255, 255, 255, 0.1);
}

* {
    margin: 0; padding: 0; box-sizing: border-box;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
}

body {
    background-color: var(--bg-main);
    color: var(--text-primary);
    line-height: 1.6;
    overflow-x: hidden;
}

h1, h2, h3, h4, .font-display, .logo, .badge, .price-display {
    font-family: 'Outfit', sans-serif;
    text-transform: uppercase;
}

html { scroll-behavior: smooth; }

/* Grid Background */
.stage-grid {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: 
        linear-gradient(to right, rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255,255,255,0.03) 1px, transparent 1px);
    background-size: 60px 60px;
    z-index: -2;
    pointer-events: none;
    mask-image: radial-gradient(circle at top, black 0%, transparent 70%);
    -webkit-mask-image: radial-gradient(circle at top, black 0%, transparent 70%);
}

.stage-glow {
    position: absolute;
    top: -20vh; left: 50%;
    transform: translateX(-50%);
    width: 80vw; height: 60vh;
    background: radial-gradient(ellipse at center, var(--neon-green-glow) 0%, transparent 60%);
    z-index: -1; pointer-events: none;
    opacity: 0.5;
    filter: blur(80px);
}

/* Utilities */
.container { max-width: 1140px; margin: 0 auto; padding: 0 24px; }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }
.mt-2 { margin-top: 0.5rem; } .mt-3 { margin-top: 1rem; } .mt-4 { margin-top: 1.5rem; } .mt-5 { margin-top: 3rem; }
.mb-4 { margin-bottom: 1.5rem; } .mb-5 { margin-bottom: 3rem; }
.section-padding { padding: 6rem 0; }
.bg-surface { background-color: var(--bg-surface); }
.border-top { border-top: 1px solid var(--border-color); }
.text-muted { color: var(--text-secondary); }
.text-sm { font-size: 0.875rem; }
.uppercase { text-transform: uppercase; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.align-center { align-items: center; }
@media (max-width: 768px) { .grid-2 { grid-template-columns: 1fr; gap: 2.5rem; } }

/* Typography */
h1 {
    font-size: clamp(2.5rem, 6vw, 4.5rem);
    line-height: 1.05;
    margin-bottom: 1.5rem;
    font-weight: 900;
    letter-spacing: -0.04em;
}
.section-title {
    font-size: clamp(1.8rem, 4.5vw, 3.25rem);
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.03em;
}
.massive-text {
    font-size: clamp(1.6rem, 4vw, 2.75rem);
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.02em;
}
.subheadline {
    font-size: 1.25rem; color: var(--text-secondary);
    max-width: 650px; margin: 0 auto 3rem;
}
.text-gradient {
    background: linear-gradient(90deg, var(--neon-green) 0%, var(--neon-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.large-text { font-size: 1.15rem; color: var(--text-secondary); }

/* Buttons & Badges */
.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    padding: 1rem 2rem; border-radius: 4px;
    font-weight: 800; font-family: 'Outfit', sans-serif; text-transform: uppercase;
    text-decoration: none; transition: all 0.3s ease; cursor: pointer;
    border: none; position: relative; overflow: hidden;
}
.btn-primary {
    background-color: var(--neon-green); color: #000;
    box-shadow: 0 0 20px var(--neon-green-glow);
}
.btn-primary:hover {
    background-color: #fff; color: #000;
    box-shadow: 0 0 30px rgba(255,255,255,0.4);
    transform: translateY(-2px);
}
.btn-secondary { background: transparent; color: #fff; border: 1px solid var(--border-color); }
.btn-secondary:hover { border-color: #fff; }
.btn-large { padding: 1.25rem 3rem; font-size: 1.15rem; }
.btn-block { width: 100%; }

.badge {
    display: inline-block; padding: 0.4rem 1rem; border-radius: 4px;
    background: rgba(16, 185, 129, 0.1); color: var(--neon-green);
    border: 1px solid var(--neon-green); font-size: 0.75rem;
    font-weight: 800; text-transform: uppercase; letter-spacing: 0.1em;
    margin-bottom: 2rem; box-shadow: 0 0 15px var(--neon-green-glow);
}

/* Navbar */
.navbar {
    position: fixed; top: 0; left: 0; right: 0;
    padding: 1rem 0; z-index: 100;
    background: rgba(5, 5, 5, 0.8);
    backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.nav-container { display: flex; justify-content: space-between; align-items: center; }

/* Hero */
.hero { padding-top: 12rem; padding-bottom: 6rem; position: relative; }

/* Marquee Ticker */
.marquee-container {
    width: 100%; overflow: hidden; background: var(--neon-green);
    color: #000; padding: 0.75rem 0; font-family: 'Outfit', sans-serif;
    font-weight: 900; font-size: 1.5rem; white-space: nowrap;
    position: relative; transform: rotate(-2deg); margin: 4rem 0;
    box-shadow: 0 0 30px var(--neon-green-glow);
}
.marquee-content {
    display: inline-block;
    animation: marquee 20s linear infinite;
}
.marquee-content span { margin: 0 2rem; }
@keyframes marquee { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* Pain Points */
.pain-points-list { display: flex; flex-direction: column; gap: 1rem; }
.pain-item {
    display: flex; align-items: center; gap: 1.25rem;
    background: var(--bg-raised); border: 1px solid var(--border-color);
    padding: 1.5rem; border-radius: 8px;
}
.pain-icon {
    width: 48px; height: 48px; background: rgba(255,255,255,0.05);
    border-radius: 4px; display: flex; justify-content: center; align-items: center;
    color: var(--neon-green); border: 1px solid rgba(255,255,255,0.1);
}
.pain-item p { font-weight: 500; margin: 0; font-size: 1.05rem; }

/* Bento Grid */
.bento-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.bento-item {
    background: var(--bg-raised); border: 1px solid var(--border-color);
    border-radius: 12px; padding: 2rem; position: relative; overflow: hidden;
    transition: all 0.3s ease;
}
.bento-item:hover {
    border-color: var(--neon-green);
    box-shadow: 0 0 20px var(--neon-green-glow);
    transform: translateY(-5px);
}
.bento-wide { grid-column: span 3; }
@media (max-width: 900px) { .bento-grid { grid-template-columns: 1fr; } .bento-wide { grid-column: span 1; } }

.step-number {
    font-size: 1.25rem; font-weight: 900; color: var(--neon-green);
    margin-bottom: 1rem; font-family: 'Outfit', sans-serif;
    text-shadow: 0 0 10px var(--neon-green-glow);
}
.bento-item h3 { margin-bottom: 0.5rem; font-size: 1.5rem; }

/* Check Lists */
.clean-list { list-style: none; }
.check-list li {
    display: flex; align-items: flex-start; gap: 0.75rem;
    margin-bottom: 1rem; color: var(--text-secondary);
}
.check-list li i { color: var(--neon-green); margin-top: 4px; flex-shrink: 0; }

/* Social Proof */
.testimonial-card {
    background: var(--bg-raised); border: 1px solid var(--border-color);
    padding: 2.5rem; border-radius: 12px; position: relative; overflow: hidden;
}
.quote-icon { color: var(--neon-green); margin-bottom: 1.5rem; width: 40px; height: 40px; opacity: 0.8; }
.testimonial-card blockquote {
    font-size: 1.15rem; margin-bottom: 1.5rem; color: var(--text-primary);
}

/* Offer Ticket Style - Stereotypical */
.offer-box {
    background: var(--bg-raised);
    border: 2px solid var(--neon-green);
    border-radius: 12px;
    padding: 3rem 3rem 3rem 5rem; /* Extra padding left for label */
    position: relative;
    box-shadow: 0 0 50px rgba(16, 185, 129, 0.15);
    overflow: hidden;
}
/* Vertical VIP Label */
.ticket-label {
    position: absolute; left: 0; top: 0; bottom: 0; width: 50px;
    background: var(--neon-green); color: #000;
    display: flex; align-items: center; justify-content: center;
    font-weight: 900; font-size: 1.2rem; font-family: 'Outfit', sans-serif;
    letter-spacing: 4px; writing-mode: vertical-rl; transform: rotate(180deg);
}

/* Top and bottom punch holes on the tear line */
.offer-box::before, .offer-box::after {
    content: ''; position: absolute; left: 50%; transform: translateX(-50%);
    width: 40px; height: 40px; background: var(--bg-surface); border-radius: 50%;
    border: 2px solid var(--neon-green); z-index: 10;
}
.offer-box::before { top: -22px; border-top-color: transparent; border-right-color: transparent; transform: translateX(-50%) rotate(135deg); }
.offer-box::after { bottom: -22px; border-bottom-color: transparent; border-left-color: transparent; transform: translateX(-50%) rotate(-45deg); }

.offer-box .grid-2 { position: relative; }
.ticket-divider {
    position: absolute; top: -3rem; bottom: -3rem; left: 50%; width: 2px;
    background: transparent; border-left: 2px dashed var(--neon-green); z-index: 0;
}
@media (max-width: 900px) {
    .offer-box { padding: 4rem 2rem 3rem 2rem; }
    .ticket-label { width: 100%; height: 40px; bottom: auto; writing-mode: horizontal-tb; transform: none; }
    .offer-box::before { left: -22px; top: 50%; transform: translateY(-50%) rotate(45deg); border-color: var(--neon-green); border-top-color: transparent; border-right-color: transparent; }
    .offer-box::after { left: auto; right: -22px; top: 50%; bottom: auto; transform: translateY(-50%) rotate(-135deg); border-color: var(--neon-green); border-bottom-color: transparent; border-left-color: transparent; }
    .ticket-divider { position: relative; top: auto; bottom: auto; left: auto; right: auto; height: 2px; width: 100%; border-left: none; border-top: 2px dashed var(--neon-green); margin: 2rem 0; }
}

.offer-pricing {
    padding: 1rem 2.5rem; text-align: center; position: relative; z-index: 1;
}
.barcode {
    height: 40px; width: 80%; margin: 2rem auto 0; opacity: 0.3;
    background: repeating-linear-gradient(to right, var(--text-primary) 0, var(--text-primary) 3px, transparent 3px, transparent 5px, var(--text-primary) 5px, var(--text-primary) 7px, transparent 7px, transparent 11px);
}

/* FAQ */
.faq-accordion { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border-color); }
.faq-trigger {
    width: 100%; text-align: left; background: none; border: none;
    padding: 1.5rem 0; font-size: 1.15rem; font-weight: 600; color: #fff;
    cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
.faq-content {
    max-height: 0; overflow: hidden; transition: max-height 0.3s ease, padding 0.3s ease;
    color: var(--text-secondary);
}
.faq-item.active .faq-content { max-height: 200px; padding-bottom: 1.5rem; }

/* Animations */
.fade-up {
    opacity: 0; transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.fade-up.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: 0.1s; } .delay-2 { transition-delay: 0.2s; } .delay-3 { transition-delay: 0.3s; }

/* --- MODAL STYLES --- */
.modal-overlay {
    position: fixed; top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7); backdrop-filter: blur(5px);
    display: flex; align-items: center; justify-content: center;
    z-index: 1000; opacity: 0; visibility: hidden; transition: all 0.3s ease;
}
.modal-overlay.active { opacity: 1; visibility: visible; }
.modal-content {
    background: var(--bg-surface); border: 1px solid var(--border-color);
    border-radius: 12px; width: 100%; max-width: 500px; padding: 2.5rem;
    position: relative; transform: translateY(20px); transition: all 0.3s ease;
}
.modal-overlay.active .modal-content { transform: translateY(0); }
.modal-close {
    position: absolute; top: 1.5rem; right: 1.5rem; background: transparent;
    border: none; color: var(--text-secondary); cursor: pointer; transition: 0.2s;
}
.modal-close:hover { color: var(--text-primary); }

/* --- FORM STYLES --- */
.form-group { margin-bottom: 1.5rem; text-align: left; }
.form-group label { display: block; margin-bottom: 0.5rem; color: var(--text-secondary); font-size: 0.9rem; }
.form-control {
    width: 100%; padding: 0.75rem 1rem; background: var(--bg-main);
    border: 1px solid var(--border-color); border-radius: 6px;
    color: var(--text-primary); font-size: 1rem; box-sizing: border-box;
}
.form-control:focus { outline: none; border-color: var(--neon-green); }
