.videos-lead {
    padding-top: calc(var(--nav-height) + 1.35rem);
    padding-bottom: 2rem;
}

.hero {
    padding-top: 2.25rem;
}

.hero-copy h1 {
    font-size: clamp(2.9rem, 6vw, 5.8rem);
    max-width: 11.2ch;
}

.hero-text {
    margin: 1.5rem 0 2rem;
    max-width: 58ch;
    font-size: 1.05rem;
}

.hero-card {
    display: grid;
    gap: 1.2rem;
}

.trust-bar {
    margin-top: -1.5rem;
}

.narrative-card {
    display: grid;
    gap: 1rem;
}

.symptoms-grid .symptom-card:nth-child(2n),
.bonus-grid article:nth-child(2n) {
    transform: translateY(1rem);
}

.quiz-shell,
.result-shell {
    padding: 2rem;
}

.videos-grid {
    margin-top: 1.5rem;
}

.compact-heading {
    max-width: 640px;
    margin-bottom: 0;
}

.result-card {
    display: grid;
    gap: 1rem;
}

.mentor-copy,
.offer-copy {
    display: grid;
    gap: 1.1rem;
}

.offer-grid {
    align-items: stretch;
}

.checkout-card {
    display: grid;
    gap: 1.2rem;
    align-content: start;
}

.feature-list.compact {
    gap: 0.7rem;
}

.footer-links {
    justify-items: start;
}

.site-footer {
    position: relative;
    z-index: 2;
    padding: 2.4rem 0 3rem;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.final-cta .container {
    padding: 2.4rem;
}