*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Familjen Grotesk', sans-serif; background: #0a0a0a; color: #fff; -webkit-font-smoothing: antialiased; line-height: 1.5; }
h1, h2, h3, h4, h5, h6 { font-family: 'Epilogue', sans-serif; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
button { cursor: pointer; font-family: inherit; border: none; }
::selection { background: #FDD835; color: #000; }

/* ─── TOKENS ─────────────────────────────────────── */
:root { --green: #FDD835; --green-nav: #22c55e; --bg: #0a0a0a; --card: #111; --border: #222; --white: #fff; --muted: #6b7280; --radius: 4px; --max-w: 1200px; }

/* ─── GLOBAL ─────────────────────────────────────── */
.container { max-width: var(--max-w); margin: 0 auto; padding: 4rem 1.5rem; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; background-image: radial-gradient(rgba(255,255,255,0.03) 1px, transparent 1px); background-size: 24px 24px; opacity: .35; z-index: -1; }

/* ─── NAV ────────────────────────────────────────── */
nav { position: fixed; top: 0; width: 100%; z-index: 100; background: rgba(0,0,0,0.8); backdrop-filter: blur(10px); border-bottom: 1px solid var(--border); }
.nav-inner { max-width: var(--max-w); margin: 0 auto; padding: 1rem 1.5rem; display: flex; justify-content: space-between; align-items: center; }
.nav-logo { font-size: 1.4rem; font-weight: 900; letter-spacing: -0.03em; text-transform: uppercase; }
.nav-logo span { color: #22c55e; }
.nav-cta { padding: .5rem 1.2rem; background: #22c55e; color: #000; font-size: .65rem; font-weight: 800; text-transform: uppercase; border: none; letter-spacing: 0.06em; transition: all 0.2s; }
.nav-cta:hover { transform: translate(-2px, -2px); box-shadow: 3px 3px 0px #fff; }

/* ─── HERO (BACKGROUND IMAGE LAYOUT) ────────────────────────── */
header { border-bottom: 1px solid var(--border); overflow: hidden; }

.hero-container {
    position: relative;
    width: 100%;
    min-height: clamp(600px, 90vh, 90vh);
    display: flex;
    align-items: center;
    overflow: hidden;
}

/* Background image layer */
.hero-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    transform: translateX(20%);
}

.hero-bg-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to right,
        rgba(10,10,10,0.95) 0%,
        rgba(10,10,10,0.75) 30%,
        rgba(10,10,10,0.2) 40%,
        transparent 100%
    );
    pointer-events: none;
    z-index: 2;
}

/* LEFT COLUMN - Text overlay */
.hero-left {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(1.5rem, 3vw, 2rem);
    padding: clamp(5rem, 10vw, 8rem) clamp(1.5rem, 4vw, 3.5rem) clamp(3rem, 5vw, 5rem) clamp(1.5rem, 4vw, 3.5rem);
    max-width: 900px;
    position: relative;
    z-index: 3;
}

.hero-badge { display: inline-flex; align-items: center; gap: .6rem; padding: .35rem .75rem; border: 2px solid var(--border); background: var(--card); width: fit-content; }
.hero-badge-dot { width: 7px; height: 7px; background: var(--green); border-radius: 50%; animation: pulse 2s infinite; flex-shrink: 0; }
@keyframes pulse { 0%,100% { opacity:1; } 50% { opacity:.35; } }
.hero-badge span { font-size: .6rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.1em; }

.hero-h1 { font-size: clamp(2.4rem, 4vw, 3.8rem); font-weight: 900; line-height: 1.05; letter-spacing: -0.03em; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7), 0 0 20px rgba(0, 0, 0, 0.5); }
.hero-h1 .accent { color: var(--green); }

.hero-sub { font-size: clamp(0.85rem, 2vw, 1rem); color: var(--muted); max-width: 480px; line-height: 1.7; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8); }
.hero-sub strong { color: #fff; }

/* Stats row */
.hero-stats { display: flex; align-items: center; gap: clamp(0.75rem, 2vw, 1.5rem); padding: clamp(1rem, 2vw, 1.5rem) 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.hero-stat { display: flex; flex-direction: column; gap: .15rem; }
.stat-num { font-family: 'Epilogue', sans-serif; font-size: clamp(1.3rem, 3vw, 1.75rem); font-weight: 900; letter-spacing: -0.04em; color: var(--green); line-height: 1; }
.stat-label { font-size: clamp(0.55rem, 1.2vw, 0.6rem); font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--muted); }
.hero-stat-divider { width: 1px; height: 2.5rem; background: var(--border); flex-shrink: 0; }

.hero-cta-group { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.btn-primary { font-family: 'Epilogue', sans-serif; background: var(--green); color: #000; padding: clamp(0.6rem, 1.5vw, 0.7rem) clamp(1.5rem, 3vw, 2rem); font-weight: 800; font-size: clamp(0.85rem, 1.5vw, 1rem); border: 2px solid #000; letter-spacing: 0.04em; transition: all 0.1s; white-space: nowrap; }
.btn-primary:hover { transform: translate(-2px, -2px); box-shadow: 4px 4px 0px #fff; }
.hero-microcopy { font-size: .75rem; color: #a6a6a6; font-weight: 700; text-transform: uppercase; letter-spacing: 0.05em; }

.hero-char-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: rightef center;
    display: block;
    filter: saturate(0.9) contrast(1.05);
}

/* Image tag - positioned absolutely */
.hero-img-tag {
    position: absolute;
    bottom: 2rem;
    left: 3.5rem;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(10,10,10,0.85);
    border: 1px solid var(--border);
    backdrop-filter: blur(8px);
    padding: .4rem .9rem .4rem .6rem;
    font-size: .6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--green);
}
.hero-img-tag svg { width: 14px; height: 14px; stroke: var(--green); flex-shrink: 0; }

/* ─── ABOUT ─────────────────────────────────────── */
#about { padding: 7rem 1.5rem; border-top: 1px solid var(--border); }
.about-stack { max-width: 900px; margin: 0 auto; display: flex; flex-direction: column; gap: 4rem; }
.pain-column h2 { font-size: 1.75rem; font-weight: 900; margin-bottom: 1.5rem; letter-spacing: -0.02em; }
.pain-list { list-style: none; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; }
.pain-list li { background: var(--card); border: 1px solid var(--border); padding: 1.25rem; display: flex; gap: 1rem; }
.pain-list .x { color: #f87171; font-weight: 900; flex-shrink: 0; }
.pain-list span:last-child { font-size: .9rem; color: var(--muted); }
.section-eyebrow { font-size: .6rem; font-weight: 900; text-transform: uppercase; letter-spacing: 0.12em; color: var(--green); margin-bottom: .5rem; display: block; }
.solution-card { background: var(--card); border: 1px solid var(--border); border-left: 3px solid var(--green); padding: 2.5rem; }
.solution-card h2 { font-size: 2rem; font-weight: 900; margin: .5rem 0 .75rem; letter-spacing: -0.02em; }
.solution-card > p { font-size: .95rem; color: var(--muted); max-width: 700px; line-height: 1.7; }
.check-list { list-style: none; margin-top: 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; border-top: 1px solid var(--border); padding-top: 1.5rem; }
.check-list li { font-size: .9rem; font-weight: 600; display: flex; align-items: center; gap: .5rem; color: var(--muted); }
.check-list strong { color: var(--green); }

/* ─── CURRICULUM / TIMELINE ─────────────────────── */
#included { max-width: var(--max-w); margin: 0 auto; padding: 7rem 1.5rem; border-top: 1px solid var(--border); }
.section-header { margin-bottom: 3.5rem; }
.section-header h2 { font-size: 2.5rem; font-weight: 900; margin-bottom: .4rem; letter-spacing: -0.03em; }
.section-header p { color: var(--muted); font-size: 1rem; }
.timeline { position: relative; display: flex; flex-direction: column; gap: 2rem; }
.timeline-line { position: absolute; left: 20px; top: 0; bottom: 0; width: 2px; background: linear-gradient(to bottom, var(--green) var(--scroll, 0%), var(--border) var(--scroll, 0%)); z-index: 0; transition: background 0.1s; }
.module { position: relative; z-index: 1; padding-left: 50px; }
.module::before { content: ''; position: absolute; left: 13px; top: 50%; transform: translateY(-50%); width: 15px; height: 15px; background: var(--bg); border: 2px solid var(--border); border-radius: 50%; z-index: 2; transition: border-color 0.1s, background 0.1s; }
.module.active::before { border-color: var(--green); background: var(--green); }
.module-inner { background: var(--card); border: 1px solid var(--border); padding: 1.75rem; display: flex; gap: 2rem; align-items: center; transition: border-color 0.3s; }
.module-inner:hover { border-color: #3a3a3a; }
.module-thumb { width: 32%; aspect-ratio: 16/9; background: #000; border: 1px solid var(--border); flex-shrink: 0; overflow: hidden; }
.module-thumb img { width: 100%; height: 100%; object-fit: cover; }
.module-label { font-size: .6rem; font-weight: 900; color: var(--green); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: .3rem; }
.module-text h3 { font-size: 1.4rem; font-weight: 900; margin-bottom: .4rem; letter-spacing: -0.02em; }
.module-text p { font-size: .9rem; color: var(--muted); line-height: 1.6; }

/* ─── BONUSES ─────────────────────────────────── */
.bonuses { position: relative; padding-left: 50px; margin-top: 2rem; display: flex; flex-direction: column; gap: .75rem; }
.bonus-card { background: var(--card); border: 1px solid var(--border); border-left: 3px solid var(--green); padding: 1.5rem; display: flex; gap: 2rem; align-items: center; }
.bonus-thumb { width: 180px; aspect-ratio: 16/9; background: #000; border: 1px solid var(--border); flex-shrink: 0; overflow: hidden; }
.bonus-thumb img { width: 100%; height: 100%; object-fit: cover; }
.bonus-tag { background: var(--green); color: #000; font-size: .55rem; font-weight: 900; padding: .2rem .5rem; text-transform: uppercase; display: inline-block; margin-bottom: .4rem; letter-spacing: 0.05em; }
.bonus-info { flex-grow: 1; }
.bonus-info h3 { font-size: 1.05rem; font-weight: 900; margin-bottom: .3rem; }
.bonus-info p { font-size: .85rem; color: var(--muted); }
.bonus-price { text-align: right; flex-shrink: 0; }
.bonus-price .was { text-decoration: line-through; color: #444; font-size: 1rem; display: block; }
.bonus-price .free { color: var(--green); font-size: 1.6rem; font-weight: 900; font-style: italic; }

/* ─── TESTIMONIALS ──────────────────────────────── */
#testimonials { max-width: var(--max-w); margin: 0 auto; padding: 7rem 1.5rem; border-top: 1px solid var(--border);}
#testimonials h2 { font-size: 2.5rem; font-weight: 900; letter-spacing: -0.03em; margin-bottom: 3rem;}
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; max-width: var(--max-w); margin: 0 auto; }
.testimonial { background: var(--card); border: 1px solid var(--border); padding: 1.75rem; transition: border-color 0.2s; }
.testimonial:hover { border-color: #3a3a3a; }
.testimonial .stars { color: var(--green); margin-bottom: .75rem; font-size: .8rem; letter-spacing: 2px; }
.testimonial p:not(.stars):not(.author) { font-size: .875rem; color: var(--muted); line-height: 1.75; margin-bottom: 1.25rem; }
.testimonial .author { font-size: .65rem; font-weight: 700; color: var(--green); text-transform: uppercase; letter-spacing: 0.08em; }

/* ─── BUY SECTION ────────────────────────────────── */
#buy { max-width: var(--max-w); padding: 7rem 1.5rem 8rem; margin: 0 auto; border-top: 1px solid var(--border); }
.guarantee-card { border: 1px solid var(--border); background: var(--card); padding: 0; margin-bottom: 2.5rem; display: grid; grid-template-columns: 80px 1fr; overflow: hidden; }
.guarantee-icon { background: rgba(253,216,53,0.05); border-right: 1px solid var(--border); display: flex; align-items: center; justify-content: center; padding: 1.5rem; }
.guarantee-icon svg { width: 28px; height: 28px; stroke: var(--green); display: block; }
.guarantee-card > div:last-child { padding: 1.5rem 2rem; }
.guarantee-card h3 { font-size: .85rem; font-weight: 800; color: var(--white); margin-bottom: .3rem; text-transform: uppercase; letter-spacing: 0.04em; }
.guarantee-card p { font-size: .85rem; color: var(--muted); line-height: 1.7; }
.buy-card { max-width: 680px; margin: 0 auto; background: #f5f7f5; color: #0a0c0a; border: 2px solid #111; padding: 3.5rem 3.5rem 3rem; text-align: center; display: flex; flex-direction: column; align-items: center; box-shadow: 6px 6px 0px #FDD835; }
.buy-eyebrow { font-size: .6rem; text-transform: uppercase; letter-spacing: 0.12em; color: #5a7060; font-weight: 700; margin-bottom: 1rem; }
.buy-card h2 { font-size: clamp(2rem, 5vw, 2.8rem); font-weight: 900; line-height: 1; letter-spacing: -0.03em; text-transform: uppercase; color: #0a0c0a; margin-bottom: 2rem; }
.price-row { display: flex; align-items: center; gap: 1rem; justify-content: center; margin-bottom: .5rem; }
.price-main { font-size: 5rem; font-weight: 900; letter-spacing: -0.05em; color: #0a0c0a; line-height: 1; }
.price-was { text-decoration: line-through; color: #999; font-size: 1.5rem; font-weight: 600; }
.price-save { display: inline-block; background: var(--green); color: #000; font-size: .6rem; font-weight: 700; letter-spacing: 0.08em; padding: .25rem .6rem; text-transform: uppercase; margin-bottom: 2rem; }
.features-grid { text-align: left; display: grid; grid-template-columns: 1fr 1fr; width: 100%; margin-bottom: 2rem; border: 1px solid #dde0dd; }
.feature-item { display: flex; align-items: center; gap: .5rem; font-size: .85rem; font-weight: 600; color: #1a221a; padding: .85rem 1rem; border-bottom: 1px solid #dde0dd; }
.feature-item:nth-child(odd) { border-right: 1px solid #dde0dd; }
.feature-item:nth-last-child(-n+2) { border-bottom: none; }
.feature-item .check { color: var(--green); font-weight: 800; flex-shrink: 0; }
.btn-buy { width: 100%; padding: 1.2rem 2rem; background: #0a0c0a; color: #f5f7f5; font-family: 'Epilogue', sans-serif; font-size: 1rem; font-weight: 900; border: 2px solid #0a0c0a; text-transform: uppercase; letter-spacing: 0.04em; transition: background 0.15s, color 0.15s, transform 0.1s; margin-bottom: 1rem; }
.btn-buy:hover { background: var(--green); color: #000; transform: translate(-2px, -2px); box-shadow: 4px 4px 0 #000; }
.buy-secure { font-size: .6rem; color: #7a8e7c; text-transform: uppercase; letter-spacing: 0.08em; }

/* ─── FAQ / Q&A ──────────────────────────────── */
#faq { max-width: var(--max-w); margin: 0 auto; padding: 7rem 1.5rem; border-top: 1px solid var(--border); }
.faq-container { max-width: 900px; margin: 0 auto; }
#faq h2 { font-size: 2.5rem; font-weight: 900; letter-spacing: -0.03em; margin-bottom: 3rem; text-align: center; }
.faq-grid { display: flex; flex-direction: column; gap: 1rem; }
.faq-item { background: var(--card); border: 1px solid var(--border); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.faq-item:hover { border-color: var(--green); }
.faq-toggle { width: 100%; padding: 1.5rem; background: none; border: none; color: #fff; text-align: left; cursor: pointer; display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-family: 'Epilogue', sans-serif; }
.faq-question { font-size: 1rem; font-weight: 700; }
.faq-icon { width: 24px; height: 24px; display: flex; align-items: center; justify-content: center; color: var(--green); font-weight: 900; font-size: 1.5rem; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); flex-shrink: 0; }
.faq-item.active .faq-icon { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.faq-item.active .faq-answer { max-height: 500px; }
.faq-answer p { padding: 0 1.5rem 1.5rem; font-size: .9rem; color: var(--muted); line-height: 1.7; }

/* ─── FOOTER ─────────────────────────────────── */
footer { padding: 4rem 1.5rem; border-top: 1px solid var(--border); text-align: center; }
.footer-logo { font-family: 'Epilogue', sans-serif; font-size: 1.2rem; font-weight: 900; letter-spacing: -0.02em; text-transform: uppercase; margin-bottom: .4rem; }
.footer-logo span { color: #22c55e; }
.footer-copy { font-size: .75rem; color: var(--muted); margin-bottom: 1.5rem; }
.footer-links { display: flex; gap: 2rem; justify-content: center; }
.footer-links a { font-size: .7rem; font-weight: 700; color: #444; text-transform: uppercase; transition: color 0.2s; }
.footer-links a:hover { color: #fff; }

/* ─── RESPONSIVE ─────────────────────────────── */
@media (max-width: 900px) {
    .hero-container { min-height: auto; flex-direction: column; align-items: stretch; text-align: center; }
    .hero-bg-image { position: relative; width: 100%; height: clamp(240px, 50vw, 300px); z-index: 0; margin: 5rem 0 1.5rem 0; order: -1; border-radius: 12px; overflow: hidden;  }
    .hero-bg-image::after { display: none; }
    .hero-split { grid-template-columns: 1fr; min-height: auto; }
    .hero-left { border-right: none; border-bottom: none; background: none; backdrop-filter: none; padding: clamp(2rem, 5vw, 3rem) clamp(1.5rem, 4vw, 2.5rem); margin: 0; border-radius: 0; }
    .hero-right { min-height: 320px; }
    .hero-h1 { font-size: clamp(3rem, 6vw, 2.5rem); line-height: 1.15; margin-bottom: 1rem; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
    .hero-sub { text-shadow: none; }
    .bonuses { padding: 0; }
    .bonus-card { flex-direction: column; align-items: flex-start; }
    .bonus-price { text-align: left; }
    .buy-card { padding: 2.5rem 1.5rem; }
    .pain-list, .check-list, .testimonials-grid, .faq-grid { grid-template-columns: 1fr; }
    .module-inner { flex-direction: column; align-items: flex-start; }
    .module-thumb { width: 100%; }
    .features-grid { grid-template-columns: 1fr; }
    .feature-item:nth-child(odd) { border-right: none; }
    .feature-item:nth-last-child(-n+2) { border-bottom: 1px solid #dde0dd; }
    .feature-item:last-child { border-bottom: none; }
}
