:root {
    --purple: #6226C1;
    --purple-dark: #4a1c94;
    --purple-light: #F3E8FF;
    --purple-mid: #9b6dd4;
    --white: #ffffff;
    --cream: #faf8ff;
    --text: #1a1528;
    --text-muted: #5a5370;
    --accent-1: #6226C1;
    --accent-2: #8b4fd4;
    --accent-3: #b07ee8;
    --accent-4: #d4b8f5;
    --font-sans: 'Montserrat', system-ui, sans-serif;
    --container: 1180px;
    --radius: 16px;
    --shadow: 0 12px 40px rgba(98, 38, 193, 0.12);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
    font-family: var(--font-sans);
    color: var(--text);
    background: var(--cream);
    line-height: 1.65;
    background-image:
        radial-gradient(circle at 8% 12%, rgba(98, 38, 193, 0.08) 0%, transparent 42%),
        radial-gradient(circle at 92% 88%, rgba(243, 232, 255, 0.9) 0%, transparent 40%);
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
ul, ol { list-style: none; }
button, input, select, textarea { font: inherit; }
fieldset { border: none; margin: 0; padding: 0; }
legend { font-size: 0.78rem; font-weight: 700; color: var(--text-muted); margin-bottom: 0.5rem; }

.visually-hidden {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}

.container { width: min(100% - 2rem, var(--container)); margin-inline: auto; }

.site-header {
    position: fixed; inset: 0 0 auto; z-index: 100;
    background: rgba(250, 248, 255, 0.94);
    backdrop-filter: blur(10px);
    border-bottom: 2px solid var(--purple-light);
}
.header-inner {
    display: grid; grid-template-columns: auto 1fr auto; align-items: center;
    gap: 1rem; min-height: 72px;
}
.logo {
    display: inline-flex; align-items: center; gap: 0.5rem;
    font-size: 0.95rem; font-weight: 800; color: var(--purple);
    letter-spacing: 0.02em;
}
.logo-mark {
    display: inline-flex; align-items: center; justify-content: center;
    width: 32px; height: 32px; border-radius: 10px;
    background: linear-gradient(135deg, var(--purple), var(--accent-3));
    color: var(--white);
}
.main-nav ul { display: flex; justify-content: center; gap: 0.4rem; flex-wrap: wrap; }
.main-nav a {
    font-size: 0.72rem; font-weight: 700; color: var(--text-muted);
    padding: 0.35rem 0.45rem; border-radius: 8px;
}
.main-nav a:hover, .main-nav a.active {
    color: var(--purple); background: var(--purple-light);
}
.header-actions { display: flex; align-items: center; gap: 0.65rem; }
.countdown-mini {
    font-size: 0.68rem; font-weight: 700; color: var(--purple);
    background: var(--purple-light); padding: 0.3rem 0.6rem;
    border-radius: 8px; white-space: nowrap;
}
.header-phone {
    display: inline-flex; align-items: center; gap: 0.35rem;
    font-size: 0.8rem; font-weight: 700; color: var(--text-muted);
}
.menu-toggle {
    display: none; flex-direction: column; gap: 5px;
    background: none; border: none; cursor: pointer; padding: 4px;
}
.menu-toggle span {
    width: 22px; height: 2px; background: var(--purple); border-radius: 2px;
}

.btn {
    display: inline-flex; align-items: center; justify-content: center; gap: 0.4rem;
    padding: 0.75rem 1.4rem; border-radius: 12px; font-weight: 700;
    font-size: 0.85rem; border: none; cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
    background: linear-gradient(135deg, var(--purple), var(--accent-2));
    color: var(--white);
    box-shadow: 0 6px 24px rgba(98, 38, 193, 0.35);
}
.btn-outline {
    background: var(--white);
    border: 2px solid var(--purple-light);
    color: var(--purple);
}
.btn-outline:hover { background: var(--purple-light); }
.btn-sm { padding: 0.45rem 1rem; font-size: 0.78rem; }
.btn-lg { padding: 1rem 1.6rem; }
.btn-block { width: 100%; }
.btn:disabled { opacity: 0.5; cursor: not-allowed; transform: none; }

.section-kicker {
    font-size: 0.75rem; font-weight: 800; text-transform: uppercase;
    letter-spacing: 0.12em; color: var(--purple); margin-bottom: 0.5rem;
}
.section-title {
    font-size: clamp(1.65rem, 4vw, 2.35rem);
    font-weight: 800;
    text-align: center;
    margin-bottom: 0.75rem;
    color: var(--text);
    line-height: 1.15;
}
.section-title.left { text-align: left; }
.section-desc {
    text-align: center; color: var(--text-muted);
    margin-bottom: 2.5rem; max-width: 640px; margin-inline: auto;
}
.section-desc.left { text-align: left; margin-inline: 0; }
.section-head.decor { text-align: center; }
.section-head.decor .icon { color: var(--purple); margin: 0 auto 0.75rem; display: block; }
.section { padding: 5rem 0; }
.decor-box {
    background: var(--white);
    border-radius: var(--radius);
    border: 1px solid rgba(98, 38, 193, 0.12);
    box-shadow: var(--shadow);
}

.hero {
    position: relative; margin-top: 72px; min-height: 90vh;
    display: flex; align-items: center; overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
    position: absolute; inset: 0;
    background: linear-gradient(105deg, rgba(250, 248, 255, 0.96) 0%, rgba(243, 232, 255, 0.82) 42%, rgba(98, 38, 193, 0.15) 100%);
}
.hero-grid {
    position: relative; z-index: 1;
    display: grid; grid-template-columns: 1fr minmax(280px, 340px);
    gap: 2rem; align-items: center; padding: 4rem 0;
}
.hero-eyebrow {
    font-size: 0.78rem; font-weight: 800; color: var(--purple);
    margin-bottom: 1rem; text-transform: uppercase; letter-spacing: 0.08em;
}
.hero-content h1 {
    font-size: clamp(1.65rem, 3.8vw, 2.65rem);
    font-weight: 800;
    line-height: 1.08;
    margin-bottom: 1rem;
    color: var(--text);
}
.hero-lead { color: var(--text-muted); font-size: 1rem; margin-bottom: 1.25rem; max-width: 520px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; margin-bottom: 1.5rem; }
.hero-tag {
    display: inline-flex; align-items: center; gap: 0.35rem;
    font-size: 0.78rem; font-weight: 700; color: var(--purple);
    background: var(--white); padding: 0.4rem 0.8rem; border-radius: 999px;
    border: 1px solid var(--purple-light);
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-bottom: 1.25rem; }
.hero-countdown {
    display: inline-flex; align-items: center; gap: 0.75rem;
    padding: 0.85rem 1.25rem; font-size: 0.88rem;
}
.hero-countdown-value { font-weight: 800; color: var(--purple); font-size: 1rem; }

.hero-widget { padding: 1.5rem; }
.hero-widget-title {
    display: flex; align-items: center; gap: 0.5rem;
    font-size: 1.05rem; font-weight: 800; margin-bottom: 1rem;
}
.level-radios { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1rem; }
.level-radio {
    display: flex; align-items: flex-start; gap: 0.6rem;
    padding: 0.75rem 1rem; border-radius: 12px;
    border: 2px solid var(--purple-light);
    cursor: pointer; transition: border-color 0.2s, background 0.2s;
}
.level-radio:has(input:checked) {
    border-color: var(--purple); background: var(--purple-light);
}
.level-radio input { margin-top: 0.2rem; accent-color: var(--purple); }
.level-radio-body strong { display: block; font-size: 0.9rem; }
.level-radio-body small { color: var(--text-muted); font-size: 0.75rem; }
.hero-widget-date { display: block; margin-bottom: 1rem; }
.hero-widget-date span {
    display: block; font-size: 0.75rem; font-weight: 700;
    color: var(--text-muted); margin-bottom: 0.35rem;
}
.hero-widget-date select,
.calc-card select,
.join-form input,
.join-form select,
.join-form textarea {
    width: 100%; padding: 0.7rem 1rem;
    border: 2px solid var(--purple-light);
    border-radius: 10px; background: var(--cream);
}
.hero-widget-note { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.75rem; text-align: center; }
.hero-widget-note strong { color: var(--purple); }

.trust-bar {
    background: var(--purple-light);
    padding: 2rem 0;
    border-block: 1px solid rgba(98, 38, 193, 0.15);
}
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; }
.trust-item { display: flex; gap: 0.75rem; align-items: flex-start; }
.trust-icon { color: var(--purple); flex-shrink: 0; }
.trust-item h3 { font-size: 0.92rem; font-weight: 800; margin-bottom: 0.25rem; }
.trust-item p { font-size: 0.8rem; color: var(--text-muted); }

.weeks-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; }
.week-card {
    padding: 1.5rem; background: var(--white);
    border-radius: var(--radius); box-shadow: var(--shadow);
    border-top: 4px solid var(--week-accent, var(--purple));
    display: flex; flex-direction: column; gap: 0.75rem;
}
.week-card-head { display: flex; flex-wrap: wrap; gap: 0.5rem; align-items: flex-start; }
.week-num {
    font-size: 1.5rem; font-weight: 800; color: var(--purple-light);
    line-height: 1; margin-right: 0.25rem;
}
.week-card h3 { font-size: 0.95rem; font-weight: 800; flex: 1; min-width: 140px; }
.week-tag {
    font-size: 0.68rem; font-weight: 800; text-transform: uppercase;
    color: var(--purple); letter-spacing: 0.06em;
}
.week-card p { font-size: 0.85rem; color: var(--text-muted); flex: 1; }
.difficulty { display: flex; gap: 2px; color: var(--purple); margin-left: auto; }
.week-calc-btn { align-self: flex-start; margin-top: auto; }

.daily-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.daily-steps { display: flex; flex-direction: column; gap: 1rem; margin-top: 1.5rem; }
.daily-step {
    display: flex; gap: 1rem; padding: 1rem 1.25rem;
    background: var(--white); border-radius: var(--radius);
    border: 1px solid var(--purple-light);
}
.daily-step-icon {
    width: 48px; height: 48px; border-radius: 12px;
    background: var(--purple-light); color: var(--purple);
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
}
.daily-step h3 { font-size: 0.95rem; font-weight: 800; margin-bottom: 0.25rem; }
.daily-step p { font-size: 0.85rem; color: var(--text-muted); }
.quote-block { padding: 2rem; position: relative; }
.quote-icon { color: var(--purple); opacity: 0.4; margin-bottom: 1rem; }
.quote-block p {
    font-size: 1.05rem; font-weight: 600; font-style: italic;
    color: var(--text); margin-bottom: 1.25rem; line-height: 1.5;
}
.quote-block footer strong { display: block; font-size: 0.9rem; }
.quote-block footer span { font-size: 0.78rem; color: var(--text-muted); }

.stories-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.story-card {
    background: var(--white); border-radius: var(--radius);
    overflow: hidden; box-shadow: var(--shadow);
}
.story-image { position: relative; aspect-ratio: 5 / 4; overflow: hidden; }
.story-image img { width: 100%; height: 100%; object-fit: cover; }
.story-delta {
    position: absolute; top: 1rem; right: 1rem;
    background: var(--purple); color: var(--white);
    font-size: 0.82rem; font-weight: 800; padding: 0.35rem 0.75rem;
    border-radius: 999px;
}
.story-body { padding: 1.25rem; }
.story-stats {
    display: flex; align-items: center; gap: 1rem;
    margin-bottom: 0.75rem; padding-bottom: 0.75rem;
    border-bottom: 1px dashed var(--purple-light);
}
.story-stats span { font-size: 0.68rem; font-weight: 700; color: var(--text-muted); text-transform: uppercase; }
.story-stats strong { display: block; font-size: 1.1rem; color: var(--purple); }
.story-arrow { font-size: 1.25rem; color: var(--purple-mid); font-weight: 800; }
.story-body p { font-size: 0.88rem; color: var(--text-muted); margin-bottom: 0.75rem; }
.story-body footer strong { display: block; font-size: 0.88rem; }
.story-body footer span { font-size: 0.75rem; color: var(--text-muted); }

.bonuses-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem;
    margin-bottom: 1.5rem;
}
.bonus-card {
    padding: 1.25rem; background: var(--white);
    border-radius: var(--radius); border: 1px solid var(--purple-light);
    text-align: center;
}
.bonus-icon { color: var(--purple); margin-bottom: 0.75rem; display: block; }
.bonus-card h3 { font-size: 0.88rem; font-weight: 700; margin-bottom: 0.5rem; }
.bonus-value { font-size: 0.9rem; font-weight: 800; color: var(--purple); }
.bonus-value--free { color: var(--accent-2); }
.bonus-total-bar {
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
    gap: 0.75rem 1.25rem; padding: 1.25rem 2rem;
    background: linear-gradient(135deg, var(--purple), var(--accent-2));
    color: var(--white); border-radius: var(--radius);
    font-weight: 700;
}
.bonus-total-bar strong { font-size: 1.5rem; }
.bonus-total-note { font-size: 0.82rem; opacity: 0.9; width: 100%; text-align: center; }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-bottom: 1.5rem; }
.team-card {
    background: var(--white); border-radius: var(--radius);
    overflow: hidden; box-shadow: var(--shadow);
}
.team-photo { aspect-ratio: 7 / 8; overflow: hidden; }
.team-photo img { width: 100%; height: 100%; object-fit: cover; }
.team-body { padding: 1.25rem; }
.team-body h3 { font-size: 1rem; font-weight: 800; margin-bottom: 0.25rem; }
.team-role { font-size: 0.78rem; font-weight: 700; color: var(--purple); margin-bottom: 0.5rem; }
.team-body > p { font-size: 0.85rem; color: var(--text-muted); margin-bottom: 0.75rem; }
.team-creds li {
    display: flex; align-items: center; gap: 0.35rem;
    font-size: 0.78rem; color: var(--text-muted); margin-bottom: 0.3rem;
}
.team-creds .icon { color: var(--purple); }
.licenses-list {
    padding: 1.25rem 1.5rem;
    display: flex; flex-direction: column; gap: 0.5rem;
}
.licenses-list li {
    display: flex; align-items: flex-start; gap: 0.5rem;
    font-size: 0.85rem; font-weight: 600; color: var(--text-muted);
}

.calc-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2.5rem; align-items: start; }
.calc-intro-text { color: var(--text-muted); margin-bottom: 1.25rem; }
.calc-features li {
    display: flex; align-items: center; gap: 0.5rem;
    font-weight: 700; font-size: 0.88rem; margin-bottom: 0.5rem;
}
.calc-features .icon { color: var(--purple); }
.calc-card { padding: 1.75rem; display: flex; flex-direction: column; gap: 1rem; }
.calc-level-radios { display: flex; flex-direction: column; gap: 0.4rem; }
.level-radio--compact { padding: 0.6rem 0.85rem; }
.level-radio--compact span { font-size: 0.85rem; font-weight: 600; }
.field-hint { font-size: 0.7rem; color: var(--text-muted); margin-top: 0.25rem; display: block; }
.checkbox-label {
    display: flex; align-items: center; gap: 0.5rem;
    font-size: 0.85rem; font-weight: 600; cursor: pointer;
}
.calc-result {
    background: var(--purple-light);
    padding: 1.25rem; border-radius: 14px; text-align: center;
}
.calc-result-label { display: block; font-size: 0.8rem; color: var(--text-muted); margin-bottom: 0.35rem; }
.calc-result-value { font-size: 2rem; font-weight: 800; color: var(--purple); display: block; }
.calc-result-monthly { font-size: 0.82rem; color: var(--text-muted); display: block; margin-top: 0.25rem; }
.calc-disclaimer { font-size: 0.72rem; color: var(--text-muted); }

.quiz-card { padding: 2rem; max-width: 720px; margin-inline: auto; }
.quiz-progress {
    position: relative; height: 8px; background: var(--purple-light);
    border-radius: 999px; margin-bottom: 0.75rem; overflow: hidden;
}
.quiz-progress-bar {
    height: 100%; background: linear-gradient(90deg, var(--purple), var(--accent-3));
    border-radius: 999px; transition: width 0.3s;
}
.quiz-step-label { font-size: 0.75rem; font-weight: 700; color: var(--text-muted); }
.quiz-step { display: none; }
.quiz-step.active { display: block; }
.quiz-step h3 { font-size: 1.15rem; font-weight: 800; margin: 1rem 0; }
.quiz-options label {
    display: flex; align-items: center; gap: 0.6rem;
    padding: 0.75rem 1rem; margin-bottom: 0.5rem;
    background: var(--cream); border-radius: 10px;
    cursor: pointer; font-weight: 600; font-size: 0.88rem;
    border: 2px solid transparent;
}
.quiz-options label:has(input:checked) {
    border-color: var(--purple); background: var(--purple-light);
}
.quiz-result-level {
    font-weight: 800; color: var(--purple); margin: 0.5rem 0 1rem;
}
.quiz-checklist { margin: 1rem 0; padding-left: 1.25rem; list-style: disc; }
.quiz-checklist li { margin-bottom: 0.35rem; color: var(--text-muted); font-size: 0.88rem; }
.quiz-nav { display: flex; gap: 0.75rem; margin-top: 1.5rem; flex-wrap: wrap; }

.faq-list { max-width: 760px; margin-inline: auto; }
.faq-item {
    background: var(--white); border-radius: 12px;
    margin-bottom: 0.65rem; border: 1px solid var(--purple-light);
    overflow: hidden;
}
.faq-item summary {
    display: flex; justify-content: space-between; align-items: center;
    gap: 1rem; padding: 1rem 1.25rem; cursor: pointer;
    font-weight: 700; font-size: 0.92rem; list-style: none;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-chevron { color: var(--purple); transition: transform 0.25s; flex-shrink: 0; }
.faq-item[open] .faq-chevron { transform: rotate(180deg); }
.faq-answer { padding: 0 1.25rem 1.25rem; }
.faq-answer p { font-size: 0.88rem; color: var(--text-muted); }

.reviews-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.review-card {
    padding: 1.5rem; background: var(--white);
    border-radius: var(--radius); box-shadow: var(--shadow);
    border-left: 4px solid var(--purple);
}
.stars { display: flex; gap: 2px; color: var(--purple); margin-bottom: 0.75rem; }
.review-card blockquote p { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 1rem; }
.review-card footer strong { display: block; font-size: 0.88rem; }
.review-card footer span { font-size: 0.75rem; color: var(--text-muted); }

.cta-banner { padding: 0 0 3rem; }
.cta-banner-inner {
    display: flex; flex-wrap: wrap; justify-content: space-between;
    align-items: center; gap: 1.5rem; padding: 2rem 2.5rem;
    background: linear-gradient(135deg, var(--purple-light), var(--white));
}
.cta-banner h2 { font-size: 1.5rem; font-weight: 800; margin-bottom: 0.5rem; }
.cta-banner p { color: var(--text-muted); max-width: 480px; }
.cta-banner-actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.join-section {
    padding: 5rem 0;
    background: linear-gradient(180deg, var(--purple-light) 0%, var(--cream) 100%);
}
.join-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 2rem; align-items: start; }
.join-info { padding: 2rem; }
.join-info h2 { font-size: 1.65rem; font-weight: 800; margin-bottom: 1rem; }
.join-info p { color: var(--text-muted); margin-bottom: 1.25rem; }
.join-info ul li {
    display: flex; align-items: center; gap: 0.5rem;
    margin-bottom: 0.65rem; font-weight: 600; font-size: 0.9rem;
}
.join-form { padding: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.join-form h3 { font-weight: 800; margin-bottom: 0.25rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.join-form label span {
    display: block; font-size: 0.75rem; font-weight: 700;
    color: var(--text-muted); margin-bottom: 0.35rem;
}
.form-note { font-size: 0.72rem; color: var(--text-muted); }

.site-footer {
    background: var(--text); color: rgba(255, 255, 255, 0.85);
    padding: 3rem 0 0;
}
.footer-grid {
    display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 2rem; padding-bottom: 2rem;
}
.logo-footer {
    font-size: 1.2rem; font-weight: 800; color: var(--purple-light);
    display: block; margin-bottom: 0.75rem;
}
.footer-brand p { font-size: 0.85rem; opacity: 0.8; margin-bottom: 1rem; }
.footer-brand .icon { color: var(--accent-3); }
.footer-contacts h4, .footer-links h4, .footer-legal-block h4 {
    font-size: 0.88rem; margin-bottom: 1rem; color: var(--purple-light);
}
.footer-contacts p, .footer-links li, .footer-legal-block li {
    font-size: 0.82rem; margin-bottom: 0.45rem;
    display: flex; align-items: center; gap: 0.35rem;
}
.footer-license { font-size: 0.72rem; opacity: 0.65; margin-top: 0.75rem; }
.footer-contacts a:hover { color: var(--accent-3); }
.footer-links a:hover { color: var(--purple-light); }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, 0.12); padding: 1.25rem 0; }
.footer-bottom-inner {
    display: flex; justify-content: space-between; flex-wrap: wrap; gap: 0.5rem;
    font-size: 0.75rem; opacity: 0.7;
}

.toast {
    position: fixed; bottom: 1.5rem; left: 50%;
    transform: translateX(-50%) translateY(120%);
    background: var(--purple); color: var(--white);
    padding: 0.85rem 1.5rem; border-radius: 12px;
    font-weight: 700; font-size: 0.88rem; z-index: 200;
    transition: transform 0.3s; box-shadow: var(--shadow);
    max-width: min(90vw, 420px); text-align: center;
}
.toast.show { transform: translateX(-50%) translateY(0); }

.icon { flex-shrink: 0; }

@media (max-width: 1024px) {
    .trust-grid { grid-template-columns: repeat(2, 1fr); }
    .weeks-grid { grid-template-columns: repeat(2, 1fr); }
    .stories-grid, .reviews-grid { grid-template-columns: 1fr; }
    .bonuses-grid { grid-template-columns: repeat(2, 1fr); }
    .team-grid { grid-template-columns: 1fr; }
    .calc-grid, .join-grid, .daily-grid { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .countdown-mini { display: none; }
}

@media (max-width: 768px) {
    .main-nav {
        position: fixed; top: 72px; left: 0; right: 0;
        background: var(--cream); padding: 1rem;
        border-bottom: 2px solid var(--purple-light);
        transform: translateY(-120%); opacity: 0;
        transition: transform 0.25s, opacity 0.25s;
        pointer-events: none;
    }
    .main-nav.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
    .main-nav ul { flex-direction: column; }
    .menu-toggle { display: flex; }
    .header-phone span { display: none; }
    .header-cta { display: none; }
    .hero-grid { grid-template-columns: 1fr; }
    .weeks-grid { grid-template-columns: 1fr; }
    .bonuses-grid { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .cta-banner-inner { padding: 1.5rem; }
}
