.guide-hero {
    width: min(980px, calc(100% - 2 * var(--px)));
    margin: auto;
    padding: clamp(72px, 10vw, 128px) 0 clamp(42px, 7vw, 72px);
}

.guide-hero--hub { text-align: center; }

.guide-hero h1 {
    max-width: 900px;
    margin-top: 20px;
    font-family: var(--display);
    font-size: clamp(3.3rem, 8.5vw, 6.9rem);
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: .9;
    text-wrap: balance;
}

.guide-hero--hub h1 { margin-inline: auto; }

.guide-hero__lead {
    max-width: 720px;
    margin-top: 24px;
    color: var(--muted);
    font-size: clamp(1.08rem, 2vw, 1.28rem);
    line-height: 1.7;
    text-wrap: balance;
}

.guide-hero--hub .guide-hero__lead { margin-inline: auto; }

.guide-proof {
    margin-top: 28px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
    color: var(--muted-dark);
    font-size: 12px;
    font-weight: 650;
}

.guide-hero--hub .guide-proof { justify-content: center; }
.guide-proof span::before { content: '✓'; margin-right: 7px; color: var(--success); }

.guide-layout {
    width: min(var(--max), calc(100% - 2 * var(--px)));
    margin: 0 auto clamp(100px, 14vw, 170px);
    display: grid;
    grid-template-columns: minmax(0, 1fr) 300px;
    gap: clamp(42px, 7vw, 84px);
    align-items: start;
}

.guide-article { min-width: 0; }
.guide-article section + section { margin-top: clamp(54px, 8vw, 82px); }

.quick-answer {
    padding: clamp(24px, 5vw, 38px);
    border: 1px solid rgba(200,168,78,.35);
    border-radius: 22px;
    background: linear-gradient(145deg, rgba(200,168,78,.11), rgba(200,168,78,.025));
}

.quick-answer__label,
.guide-label {
    color: var(--gold);
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.quick-answer p {
    margin-top: 12px;
    color: var(--white);
    font-size: clamp(1.18rem, 2.7vw, 1.55rem);
    font-weight: 620;
    line-height: 1.5;
}

.guide-article h2 {
    font-size: clamp(1.8rem, 4vw, 2.7rem);
    line-height: 1.12;
    letter-spacing: -.025em;
    text-wrap: balance;
}

.guide-article h3 {
    margin-top: 30px;
    font-size: 1.25rem;
    line-height: 1.25;
}

.guide-article p,
.guide-article li { color: var(--muted); }
.guide-article p { margin-top: 16px; font-size: 1.02rem; }
.guide-article ul, .guide-article ol { margin-top: 20px; padding-left: 24px; }
.guide-article li + li { margin-top: 12px; }
.guide-article strong { color: var(--white); }
.guide-article a { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 3px; }

.steps-list {
    margin-top: 26px !important;
    padding: 0 !important;
    list-style: none;
    counter-reset: guide-step;
}

.steps-list li {
    position: relative;
    padding: 0 0 28px 58px;
    counter-increment: guide-step;
}

.steps-list li::before {
    content: counter(guide-step, decimal-leading-zero);
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--gold);
    font-family: var(--display);
    font-size: 29px;
    line-height: 1;
}

.steps-list li::after {
    content: '';
    position: absolute;
    top: 34px;
    bottom: 7px;
    left: 18px;
    width: 1px;
    background: var(--border);
}

.steps-list li:last-child::after { display: none; }
.steps-list strong { display: block; margin-bottom: 5px; font-size: 1.05rem; }

.example-box,
.avoid-box,
.signal-grid,
.script-box {
    margin-top: 26px;
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: var(--bg-card);
}

.example-box__line {
    padding: 13px 0;
    display: grid;
    grid-template-columns: 82px 1fr;
    gap: 16px;
    border-bottom: 1px solid var(--border);
}
.example-box__line:last-child { border: 0; }
.example-box__line span { color: var(--gold); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.example-box__line p { margin: 0; color: var(--white); }

.avoid-box { border-color: rgba(216,138,120,.24); background: rgba(216,138,120,.045); }
.avoid-box h3 { margin: 0; color: var(--danger); }
.avoid-box ul { margin-bottom: 0; }

.signal-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0; border: 0; background: none; }
.signal-card { padding: 22px; border: 1px solid var(--border); border-radius: 17px; background: var(--bg-card); }
.signal-card--open { border-color: rgba(114,199,153,.25); }
.signal-card--closed { border-color: rgba(216,138,120,.22); }
.signal-card h3 { margin: 0; font-size: 1.08rem; }
.signal-card--open h3 { color: var(--success); }
.signal-card--closed h3 { color: var(--danger); }
.signal-card ul { margin-bottom: 0; }

.script-box p { margin-top: 9px; color: var(--white); font-family: var(--serif); font-size: 1.32rem; font-style: italic; }
.script-box small { display: block; margin-top: 11px; color: var(--muted); }

.guide-mission {
    position: sticky;
    top: 95px;
    padding: 26px;
    border: 1px solid rgba(200,168,78,.35);
    border-radius: 20px;
    background: radial-gradient(circle at 100% 0, rgba(200,168,78,.16), transparent 12rem), var(--bg-card);
}

.guide-mission h2 { margin-top: 10px; font-size: 1.45rem; line-height: 1.2; }
.guide-mission__text { margin-top: 15px; color: var(--white); font-size: 1.02rem; font-weight: 650; }
.guide-mission__boundary { margin-top: 13px; padding-top: 13px; color: var(--muted); border-top: 1px solid var(--border); font-size: 12px; }
.guide-mission .btn { width: 100%; margin-top: 19px; }
.guide-mission__secondary { min-height: 44px; display: flex; align-items: center; justify-content: center; margin-top: 6px; color: var(--muted); font-size: 11px; text-align: center; }
.guide-mission__secondary:hover { color: var(--gold); }

.guide-faq { margin-top: 28px; border-top: 1px solid var(--border); }
.guide-faq details { border-bottom: 1px solid var(--border); }
.guide-faq summary { position: relative; padding: 20px 28px 20px 0; font-weight: 720; cursor: pointer; list-style: none; }
.guide-faq summary::-webkit-details-marker { display: none; }
.guide-faq summary::after { content: '+'; position: absolute; right: 2px; color: var(--gold); }
.guide-faq details[open] summary::after { content: '−'; }
.guide-faq p { margin: -4px 0 20px; }

.hub-grid {
    width: min(var(--max), calc(100% - 2 * var(--px)));
    margin: 0 auto clamp(100px, 14vw, 170px);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.hub-card {
    min-height: 300px;
    padding: clamp(24px, 4vw, 36px);
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border);
    border-radius: 21px;
    background: var(--bg-card);
    transition: transform .25s ease, border-color .25s ease;
}
.hub-card:hover { transform: translateY(-4px); border-color: rgba(200,168,78,.48); }
.hub-card__meta { color: var(--gold); font-size: 10px; font-weight: 850; letter-spacing: 1.5px; text-transform: uppercase; }
.hub-card h2 { margin-top: 15px; font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.15; }
.hub-card p { margin-top: 13px; color: var(--muted); }
.hub-card__link { margin-top: auto; padding-top: 25px; color: var(--gold-bright); font-size: 13px; font-weight: 750; }

.guide-author {
    margin-top: 60px;
    padding-top: 24px;
    display: flex;
    gap: 16px;
    border-top: 1px solid var(--border);
}
.guide-author__mark { width: 42px; height: 42px; flex: 0 0 auto; display: grid; place-items: center; color: var(--bg); background: var(--gold); border-radius: 50%; font-size: 12px; font-weight: 900; }
.guide-author strong { display: block; font-size: 13px; }
.guide-author p { margin-top: 3px; font-size: 12px; }

@media (max-width: 900px) {
    .guide-layout { grid-template-columns: 1fr; }
    .guide-mission { position: relative; top: auto; }
}

@media (max-width: 640px) {
    .guide-hero { padding-top: 58px; }
    .hub-grid { grid-template-columns: 1fr; }
    .hub-card { min-height: 260px; }
    .signal-grid { grid-template-columns: 1fr; }
    .example-box__line { grid-template-columns: 1fr; gap: 5px; }
}
