.home-shell {
    display: grid;
    gap: 1.5rem;
    padding-bottom: 3rem;
}

.home-hero {
    position: relative;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    padding: 1.1rem 0 0.65rem;
    background: var(--app-color-bg);
    box-shadow: none;
}

.home-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.1rem;
    align-items: stretch;
}

.home-hero-copy {
    text-align: left;
}

.home-headline {
    color: var(--app-color-dark-hover);
    font-size: clamp(2.05rem, 4.9vw, 3.85rem);
    font-weight: 800;
    letter-spacing: -0.055em;
    line-height: 0.94;
    margin: 0 0 0.5rem;
    max-width: 760px;
}

.home-headline-accent {
    color: #8a8a8a;
    text-decoration: underline;
    text-decoration-color: var(--app-color-dark);
    text-underline-offset: 0.12em;
    text-decoration-thickness: 0.06em;
}

.home-hero-points {
    color: var(--app-color-heading);
    display: grid;
    gap: 0.45rem;
    list-style: none;
    margin: 1rem 0 0;
    max-width: 680px;
    padding: 0;
}

.home-hero-points li {
    align-items: start;
    display: flex;
    font-size: 0.97rem;
    gap: 0.55rem;
    line-height: 1.45;
}

.home-hero-points li::before {
    color: var(--app-color-dark-hover);
    content: "✓";
    flex: 0 0 auto;
    font-weight: 700;
}

.home-cta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    margin: 1.4rem 0 0;
}

.home-cta-primary {
    min-width: 0;
    width: auto;
    padding: 0.8rem 1.8rem;
}

.home-cta-link {
    color: var(--app-color-dark);
    font-size: 0.97rem;
    font-weight: 600;
    text-decoration: none;
    transition: opacity 0.15s ease;
}

.home-cta-link:hover {
    opacity: 0.65;
    text-decoration: none;
}


@media (max-width: 991.98px) {
    .home-hero {
        padding: 0.85rem 0 0.65rem;
        border-radius: 0;
    }

    .home-hero-grid {
        grid-template-columns: minmax(0, 1fr);
    }

}

.home-videos { padding: 1rem 0 2rem; margin: 0; text-align: center; }

.home-videos > .home-how-kicker { text-align: center; }

.home-videos-title {
    color: var(--app-color-heading);
    font-size: clamp(1.6rem, 2.6vw, 2.1rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.1;
    margin: 0 auto 0.6rem;
    text-align: center;
}

.home-videos-title::after {
    content: "";
    display: block;
    width: 48px;
    height: 2px;
    background: var(--app-color-dark);
    margin: 0.85rem auto 0;
}

.home-videos-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.5rem;
    max-width: 880px;
    margin: 2rem auto 0;
}

.home-videos-grid .video-thumb {
    flex: 0 1 420px;
    width: 420px;
    max-width: 100%;
}

@media (max-width: 767.98px) {
    .home-videos-grid { max-width: 414px; }
    .home-videos-grid .video-thumb { flex: 0 1 100%; width: 100%; }
}

.home-countdown {
    border-top: 1px solid rgba(34, 37, 44, 0.12);
    border-bottom: 1px solid rgba(34, 37, 44, 0.12);
    padding: 2.6rem 0;
}

.home-countdown-inner {
    display: grid;
    gap: 1.1rem;
    justify-items: center;
}

.home-countdown-deadline {
    font-family: var(--app-font-mono, monospace);
    font-size: 0.78rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: var(--app-color-heading);
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}

.home-countdown-numbers {
    display: flex;
    align-items: flex-end;
    gap: 3.4rem;
    width: 100%;
    justify-content: center;
}

.home-countdown-unit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.home-countdown-val {
    font-size: clamp(3.6rem, 7.5vw, 6.2rem);
    font-weight: 400;
    letter-spacing: -0.05em;
    line-height: 0.92;
    color: var(--app-color-heading);
    font-variant-numeric: tabular-nums;
}

.home-countdown-unit-label {
    font-family: var(--app-font-mono, monospace);
    font-size: 0.72rem;
    color: var(--app-color-text-muted);
    letter-spacing: 0.12em;
    text-transform: lowercase;
}

@media (max-width: 575.98px) {
    .home-countdown-numbers {
        gap: 1.1rem;
        align-items: stretch;
    }
    .home-countdown-deadline {
        font-size: 0.72rem;
        line-height: 1.6;
    }
}

.home-how-it-works {
    padding: 1rem 0 0.5rem;
}

.home-how-kicker {
    font-family: var(--app-font-mono, monospace);
    font-size: 0.72rem;
    font-weight: 500;
    letter-spacing: 0.12em;
    color: var(--app-color-text-muted);
    text-transform: uppercase;
    margin: 0 0 1.5rem;
}

.home-how-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0 2rem;
}

.home-how-step-bar {
    height: 1px;
    background: rgba(34, 37, 44, 0.18);
    margin-bottom: 1rem;
}

.home-how-step-counter {
    display: block;
    font-family: var(--app-font-mono, monospace);
    font-size: 0.72rem;
    color: var(--app-color-text-muted);
    letter-spacing: 0.06em;
    margin-bottom: 1rem;
}

.home-how-step-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--app-color-heading);
    letter-spacing: -0.02em;
    margin: 0 0 0.5rem;
}

.home-how-step-desc {
    font-size: 0.92rem;
    color: var(--app-color-text-secondary);
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 767.98px) {
    .home-how-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem 1.5rem;
    }
}

@media (max-width: 479.98px) {
    .home-how-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.home-pricing {
    padding: 1rem 0;
}

.home-pricing > .home-how-kicker {
    text-align: center;
}

.home-pricing .payment-grid {
    align-items: stretch;
    display: grid;
    gap: 1.1rem;
    grid-template-columns: repeat(2, minmax(280px, 460px));
    justify-content: center;
}

.home-pricing .payment-panel {
    background: var(--app-color-surface);
    border: 1px solid #c8cdd9;
    border-radius: var(--radius-feature);
    box-shadow: 0 8px 24px rgba(34, 34, 34, 0.07);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 1.75rem 1.7rem 1.6rem;
    position: relative;
}

.home-pricing .payment-panel.is-featured {
    border-color: var(--app-success);
    box-shadow: 0 8px 24px rgba(34, 34, 34, 0.07);
}

.home-pricing .payment-badge {
    align-self: flex-start;
    background: #edf0f5;
    border-radius: var(--radius-tag);
    color: #4f5668;
    display: inline-block;
    font-size: 0.82rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0.6rem;
    padding: 0.18rem 0.55rem;
}

.home-pricing .payment-badge--featured {
    background: var(--app-success-bg-subtle);
    color: var(--app-success-text-emphasis);
}

.home-pricing .payment-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 1rem;
}

.home-pricing .payment-top {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.home-pricing .payment-plan-title {
    color: #1f2230;
    font-family: var(--app-font-sans);
    font-size: clamp(1.8rem, 3.2vw, 2.6rem);
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 0.98;
    margin: 0;
}

.home-pricing .payment-plan-heading {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.home-pricing .payment-price-block {
    display: grid;
    gap: 0.28rem;
}

.home-pricing .payment-price-row {
    align-items: end;
    display: flex;
    gap: 0.45rem;
}

.home-pricing .payment-price {
    color: #161a24;
    font-family: var(--app-font-sans);
    font-size: clamp(2rem, 3.7vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0;
}

.home-pricing .payment-currency {
    color: #444b5d;
    font-family: var(--app-font-sans);
    font-size: 1.15rem;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 0.18rem;
}

.home-pricing .payment-subtitle {
    color: #6a6f7f;
    font-size: 0.94rem;
    line-height: 1.35;
    margin: 0;
}

.home-pricing .payment-divider {
    background: #e8ebf1;
    height: 1px;
    width: 100%;
}

.home-pricing .payment-cta {
    display: grid;
    gap: 0.6rem;
    margin-top: 1.75rem;
}

.home-pricing .payment-note {
    color: var(--app-color-text-secondary);
    font-size: 0.92rem;
    margin: 2rem 0 0;
    text-align: center;
}

.home-pricing .payment-features {
    color: #222735;
    display: grid;
    font-size: 0.94rem;
    gap: 0.58rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-pricing .payment-features li {
    align-items: start;
    display: flex;
    gap: 0.55rem;
    line-height: 1.3;
}

.home-pricing .payment-features li::before {
    align-items: center;
    color: #4f5668;
    content: "✓";
    display: inline-flex;
    flex: 0 0 0.95rem;
    font-size: 0.95rem;
    font-weight: 500;
    height: 0.95rem;
    justify-content: center;
    width: 0.95rem;
}

.home-faq {
    padding: 1rem 0 0.5rem;
}

.home-faq-header {
    align-items: end;
    display: grid;
    gap: 1rem 2rem;
    grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
    margin-bottom: 1.6rem;
}

.home-faq-title {
    color: var(--app-color-dark-hover);
    font-size: clamp(1.45rem, 2.4vw, 2.2rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.05;
    margin: 0;
    max-width: 16ch;
}

.home-faq-grid {
    display: grid;
    gap: 0 3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.home-faq-card {
    border-top: 1px solid var(--app-color-border);
    padding: 1.25rem 0 1.3rem;
}

.home-faq-question {
    color: var(--app-color-heading);
    font-size: 1.04rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.35;
    margin: 0 0 0.5rem;
}

.home-faq-answer {
    color: var(--app-color-text-secondary);
    font-size: 0.96rem;
    line-height: 1.65;
    margin: 0;
}

.home-diff {
    padding: 1rem 0 0.5rem;
}

.home-diff-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0 2rem;
}

@media (max-width: 767.98px) {
    .home-diff-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.5rem 1.5rem;
    }
}

@media (max-width: 479.98px) {
    .home-diff-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 767.98px) {
    .home-shell {
        gap: 2rem;
    }

    .home-hero {
        padding: 0.8rem 0;
        border-radius: 0;
    }

    .home-headline {
        font-size: clamp(2rem, 10vw, 2.9rem);
    }

    .home-cta-row {
        margin-top: 1rem;
    }

    .home-pricing .payment-grid {
        grid-template-columns: 1fr;
    }

    .home-pricing .payment-panel {
        border-radius: var(--radius-feature);
        padding: 1.5rem 1.15rem 1.35rem;
    }

    .home-pricing .payment-plan-title {
        font-size: 1.75rem;
    }

    .home-faq-header,
    .home-faq-grid {
        grid-template-columns: 1fr;
    }
}
