/* ============================================================
   Answers cluster — article styling for /answers/ pages.
   Relies on design-system.min.css for nav/footer/base tokens.
   Monochrome-first, true-black theme, Satoshi. No accent colors.
   ============================================================ */

:root {
    --ans-line: rgba(255, 255, 255, 0.10);
    --ans-line-soft: rgba(255, 255, 255, 0.06);
    --ans-text: #E6E6E6;
    --ans-dim: #8A8A8A;
    --ans-card: rgba(255, 255, 255, 0.035);
}

/* Sit above the fixed hero background image */
.ans-main {
    position: relative;
    z-index: 1;
    padding: 108px 0 90px;
}

/* Layout wrapper — narrow for readability */
.ans-wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 22px;
}

/* Breadcrumb — force block so the design-system nav{flex} rule
   does not stretch it edge to edge */
.ans-crumb {
    display: block;
    padding: 0;
    font-size: 0.82rem;
    color: var(--ans-dim);
    margin-bottom: 22px;
}
.ans-crumb a { color: var(--ans-dim); text-decoration: none; }
.ans-crumb a:hover { color: #fff; }
.ans-crumb span { margin: 0 8px; opacity: 0.45; }

/* Section tag — monochrome pill */
.ans-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #CFCFCF;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid var(--ans-line);
    padding: 5px 12px;
    border-radius: 999px;
    margin-bottom: 18px;
}

.ans-h1 {
    font-family: 'Satoshi', system-ui, sans-serif;
    font-weight: 700;
    font-size: clamp(1.85rem, 4.6vw, 2.6rem);
    line-height: 1.14;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 0 16px;
}
.ans-meta {
    font-size: 0.82rem;
    color: var(--ans-dim);
    margin-bottom: 38px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--ans-line);
}

/* Article prose */
.ans-content { font-size: 1.06rem; line-height: 1.72; color: var(--ans-text); }
.ans-content > p:first-child { font-size: 1.18rem; color: #fff; line-height: 1.62; }
.ans-content h2 {
    font-family: 'Satoshi', system-ui, sans-serif;
    font-weight: 700;
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    color: #fff;
    margin: 52px 0 14px;
}
.ans-content h3 { font-weight: 700; font-size: 1.15rem; color: #fff; margin: 34px 0 10px; }
.ans-content p { margin: 0 0 20px; }
.ans-content ul, .ans-content ol { margin: 0 0 22px; padding-left: 22px; }
.ans-content li { margin-bottom: 10px; }
.ans-content strong { color: #fff; font-weight: 700; }
.ans-content a { color: #fff; text-decoration: underline; text-underline-offset: 3px; text-decoration-color: rgba(255,255,255,0.35); }
.ans-content a:hover { text-decoration-color: #fff; }

/* Key callout — monochrome, left rule */
.ans-callout {
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.04);
    border-radius: 0 12px 12px 0;
    padding: 20px 24px;
    margin: 30px 0;
}
.ans-callout p { margin: 0; }
.ans-callout .ans-callout-label {
    display: block;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 8px;
}

/* Soft CTA box */
.ans-cta {
    margin: 56px 0 0;
    padding: 30px 28px;
    background: var(--ans-card);
    border: 1px solid var(--ans-line);
    border-radius: 16px;
}
.ans-cta h3 { margin: 0 0 10px; font-size: 1.2rem; color: #fff; font-weight: 700; }
.ans-cta p { margin: 0 0 18px; color: var(--ans-text); font-size: 1rem; line-height: 1.65; }
.ans-cta a.ans-cta-btn {
    display: inline-block;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 12px 24px;
    border-radius: 10px;
    text-decoration: none;
    transition: transform 0.15s ease, opacity 0.15s ease;
}
.ans-cta a.ans-cta-btn:hover { opacity: 0.88; transform: translateY(-1px); color: #000; }
.ans-cta-note { display: block; margin-top: 14px; font-size: 0.85rem; color: var(--ans-dim); }
.ans-cta-note a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }

/* FAQ accordion */
.ans-faq { margin: 60px 0 0; }
.ans-faq-title { font-size: 1.5rem; font-weight: 700; color: #fff; margin: 0 0 20px; }
.ans-faq-item { border-bottom: 1px solid var(--ans-line); }
.ans-faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    color: #fff;
    font-family: inherit;
    font-size: 1.02rem;
    font-weight: 700;
    padding: 20px 34px 20px 0;
    cursor: pointer;
    position: relative;
}
.ans-faq-q::after {
    content: '+';
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.4rem;
    font-weight: 400;
    color: var(--ans-dim);
}
.ans-faq-item.active .ans-faq-q::after { content: '\2212'; }
.ans-faq-a { max-height: 0; overflow: hidden; transition: max-height 0.25s ease; }
.ans-faq-item.active .ans-faq-a { max-height: 600px; }
.ans-faq-a p { color: var(--ans-text); line-height: 1.68; margin: 0 0 18px; font-size: 0.98rem; }

/* Related links */
.ans-related { margin: 60px 0 0; padding-top: 36px; border-top: 1px solid var(--ans-line); }
.ans-related h3 { font-size: 1.05rem; color: var(--ans-dim); font-weight: 500; margin: 0 0 16px; }
.ans-related a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 12px 0;
    border-bottom: 1px solid var(--ans-line-soft);
    transition: color 0.15s ease;
}
.ans-related a:last-child { border-bottom: none; }
.ans-related a:hover { color: var(--ans-dim); }

/* ===== Index / hub page ===== */
.ans-index-head { margin-bottom: 50px; }
.ans-index-head .ans-h1 { margin-bottom: 14px; }
.ans-index-head p { color: var(--ans-dim); font-size: 1.1rem; line-height: 1.6; max-width: 620px; }
.ans-list { list-style: none; padding: 0; margin: 0; }
.ans-list-item { border-top: 1px solid var(--ans-line); }
.ans-list-item:last-child { border-bottom: 1px solid var(--ans-line); }
.ans-list-item a {
    display: block;
    padding: 26px 0;
    text-decoration: none;
    transition: padding-left 0.15s ease;
}
.ans-list-item a:hover { padding-left: 8px; }
.ans-list-q { display: block; color: #fff; font-weight: 700; font-size: 1.18rem; line-height: 1.4; margin-bottom: 6px; }
.ans-list-d { display: block; color: var(--ans-dim); font-size: 0.95rem; line-height: 1.5; }

@media (max-width: 768px) {
    .ans-main { padding: 92px 0 70px; }
    .ans-content { font-size: 1.02rem; }
    .ans-content > p:first-child { font-size: 1.1rem; }
}
