/* Guide-specific overrides */
            :root { --slot-color: var(--build); --slot-tint: var(--build-tint); }

            /* ── GUIDE HERO ── */
            .guide-hero { border-bottom: 1px solid var(--border); background: var(--paper-warm); padding: var(--s8) 0 var(--s7); position: relative; overflow: hidden; }
            .guide-hero-inner { max-width: var(--content-width); margin: 0 auto; padding: 0 var(--s5); position: relative; }
            .guide-label { font-family: var(--font-mono); font-size: 0.6875rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--slot-color); margin-bottom: var(--s3); display: flex; align-items: center; gap: var(--s3); }
            .guide-label::before { content: ""; display: inline-block; width: 20px; height: 2px; background: var(--slot-color); border-radius: 1px; }
            .guide-hero h1 { font-family: var(--font-display); font-size: clamp(2.25rem, 5.5vw, 3.5rem); font-weight: 900; line-height: 1.08; letter-spacing: -0.04em; margin-bottom: var(--s3); }
            .guide-hero h1 em { font-style: italic; color: var(--slot-color); display: block; }
            .guide-thesis { font-size: 1.0625rem; color: var(--ink-light); max-width: 540px; line-height: 1.65; margin-bottom: var(--s6); }
            .guide-meta { display: flex; align-items: center; gap: var(--s3); font-size: 0.8125rem; color: var(--ink-muted); padding-top: var(--s3); border-top: 1px solid var(--border); }
            .guide-author-block { display: flex; align-items: center; gap: var(--s2); }
            .guide-author-block img { width: 36px; height: 36px; border-radius: 50%; object-fit: cover; }
            .guide-author-name { font-weight: 500; color: var(--ink-light); }
            .guide-author-name a { color: inherit; text-decoration: none; }

            /* ── CONFIGURATION CARDS ── */
            .config-grid { display: grid; gap: var(--s4); margin-bottom: var(--s7); }
            @media (min-width: 768px) { .config-grid { grid-template-columns: 1fr 1fr; } }
            .config-card { background: white; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--s5); position: relative; overflow: hidden; }
            .config-card::before { content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px; }
            .config-card.income::before { background: var(--earn); }
            .config-card.growth::before { background: var(--roam); }
            .config-label { font-family: var(--font-mono); font-size: 0.6875rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: var(--s2); display: inline-block; padding: 3px 10px; border-radius: 2px; }
            .config-card.income .config-label { background: var(--earn-tint); color: var(--earn); }
            .config-card.growth .config-label { background: var(--roam-tint); color: var(--roam); }
            .config-title { font-family: var(--font-display); font-size: 1.25rem; font-weight: 900; margin-bottom: var(--s3); line-height: 1.25; }
            .config-funds { list-style: none; padding: 0; margin: var(--s3) 0; display: grid; gap: var(--s2); }
            .config-fund { font-size: 0.9375rem; color: var(--ink-light); line-height: 1.55; }
            .config-fund strong { color: var(--ink); }
            .config-fund a { color: inherit; text-decoration: none; border-bottom: 1px solid var(--border-mid); }
            .config-fund a:hover { border-color: currentColor; }

            /* ── ALLOCATION TABLE ── */
            .alloc-table-wrap { overflow-x: auto; margin: var(--s4) 0 var(--s5); -webkit-overflow-scrolling: touch; }
            .alloc-table { width: 100%; border-collapse: collapse; font-size: 0.9375rem; min-width: 600px; }
            .alloc-table th { text-align: center; font-family: var(--font-mono); font-size: 0.8125rem; letter-spacing: 0.04em; padding: var(--s3) var(--s4); border-bottom: 2px solid var(--border); background: var(--paper-warm); }
            .alloc-table th:first-child { text-align: left; }
            .alloc-table td { padding: var(--s3) var(--s4); border-bottom: 1px solid var(--border); text-align: center; font-family: var(--font-mono); font-size: 0.875rem; }
            .alloc-table td:first-child { text-align: left; font-weight: 600; color: var(--ink-light); font-family: var(--font-sans); }
            .alloc-table tr:last-child td { border-bottom: none; }
            .alloc-highlight { background: var(--build-tint); font-weight: 700; }

            /* ── CORRELATION BLOCK ── */
            .correlation-block { background: white; border-radius: var(--radius-lg); padding: var(--s5) var(--s6); margin: var(--s4) 0 var(--s5); }
            .corr-row { display: flex; justify-content: space-between; align-items: baseline; padding: var(--s2) 0; border-bottom: 1px solid var(--border-mid); font-size: 0.9375rem; }
            .corr-row:last-child { border-bottom: none; }
            .corr-label { color: var(--ink-light); flex: 1; }
            .corr-value { font-family: var(--font-mono); font-weight: 600; margin-left: var(--s3); white-space: nowrap; }

            /* ── ALLOCATION VS SELECTION BLOCK ── */
            .allocation-block { background: var(--paper-warm); border-radius: var(--radius-lg); padding: var(--s6) var(--s7); margin: var(--s5) 0; text-align: center; }
            .alloc-headline { font-family: var(--font-display); font-size: 1.375rem; font-weight: 900; color: var(--ink); margin-bottom: var(--s3); line-height: 1.25; }
            .alloc-body { font-size: 1rem; color: var(--ink-light); max-width: 600px; margin: 0 auto; line-height: 1.65; }

            /* ── STEPS ── */
            .steps-list { counter-reset: step; list-style: none; padding: 0; margin: var(--s4) 0; display: grid; gap: var(--s4); }
            .step-item { background: white; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: var(--s5); position: relative; counter-increment: step; }
            .step-number { font-family: var(--font-mono); font-size: 0.6875rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--slot-color); margin-bottom: var(--s2); display: block; }
            .step-title { font-weight: 700; color: var(--ink); margin-bottom: var(--s2); font-size: 1.0625rem; }
            .step-desc { font-size: 0.9375rem; color: var(--ink-light); line-height: 1.6; margin: 0; }

            /* ── FAQ ── */
            .faq-item { border-bottom: 1px solid var(--border); padding: var(--s4) 0; }
            .faq-item:last-child { border-bottom: none; }
            .faq-question { font-weight: 700; color: var(--ink); margin-bottom: var(--s2); font-size: 1.0625rem; line-height: 1.35; }
            .faq-answer { font-size: 0.9375rem; color: var(--ink-light); line-height: 1.65; margin: 0; }

            /* ── RESPONSIVE ── */
            @media (max-width: 640px) {
                .guide-hero h1 { font-size: 2rem; }
            }
                    .sr-only {
                position: absolute !important;
                width: 1px;
                height: 1px;
                padding: 0;
                margin: -1px;
                overflow: hidden;
                clip: rect(0, 0, 0, 0);
                white-space: nowrap;
                border: 0;
            }
