.guide-shell {
    max-width: 1120px;
    margin: 0 auto;
    padding: 34px 20px 64px;
}

.guide-back {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    color: #64748b;
    font-weight: 800;
    text-decoration: none;
}

.guide-back:hover {
    color: #0f172a;
}

.guide-article {
    max-width: 860px;
    margin: 0 auto;
}

.guide-header {
    margin-top: 42px;
    margin-bottom: 34px;
}

.guide-kicker {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.guide-title {
    font-size: clamp(42px, 7vw, 76px);
    line-height: 0.98;
    letter-spacing: 0;
    max-width: 920px;
    text-wrap: balance;
}

.guide-lede {
    font-size: clamp(19px, 2vw, 24px);
    line-height: 1.55;
    margin-top: 28px;
    color: #475569;
}

.guide-panel {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 28px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
    padding: clamp(24px, 4vw, 42px);
}

.guide-section {
    margin-top: 34px;
}

.guide-section h2,
.guide-panel h2 {
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.05;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.guide-section p,
.guide-panel p {
    color: #475569;
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 12px;
}

.guide-section strong {
    color: #334155;
}

.guide-cta {
    border-radius: 28px;
    padding: clamp(24px, 4vw, 42px);
    margin-top: 34px;
}

.guide-cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    max-width: 100%;
    padding: 12px 18px;
    border-radius: 16px;
    color: #fff;
    font-weight: 900;
    line-height: 1.15;
    text-align: center;
    text-decoration: none;
    white-space: normal;
}

.guide-footer {
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.7;
}

@media (max-width: 560px) {
    .guide-shell {
        padding: 26px 16px 48px;
    }

    .guide-header {
        margin-top: 30px;
        margin-bottom: 28px;
    }

    .guide-title {
        font-size: clamp(38px, 13vw, 54px);
    }

    .guide-lede {
        font-size: 18px;
    }

    .guide-section p,
    .guide-panel p {
        font-size: 17px;
        line-height: 1.65;
    }
}
