/* ─────────────────────────────────────────────────────────────────────
 * Batch B — State-specific FAQ block styling (Belle 2026-05-16)
 * Renders at the BOTTOM of each /certifications/{state} page.
 * Brand-aligned: burgundy + gold + Playfair Display + Source Serif 4 + Inter.
 * Sits well below the course grid; expandable accordion items.
 * ─────────────────────────────────────────────────────────────── */

.cert-state-faq {
    background: linear-gradient(180deg, #FFFCF6 0%, #F4ECE0 100%);
    border-top: 1px solid rgba(196, 163, 90, 0.40);
    padding: 64px 0 80px;
    margin: 80px 0 0;
}

.cert-state-faq-inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 24px;
}

.cert-state-faq-heading {
    font-family: 'Playfair Display', 'Source Serif 4', serif;
    color: #4A1F2E;
    font-size: 2rem;
    line-height: 1.2;
    margin: 0 0 12px;
    font-weight: 700;
    text-align: center;
}

.cert-state-faq-heading::after {
    content: '';
    display: block;
    width: 72px;
    height: 3px;
    background: linear-gradient(90deg, #4A1F2E, #C4A35A, #4A1F2E);
    border-radius: 3px;
    margin: 14px auto 0;
}

.cert-state-faq-sub {
    color: #5b6472;
    font-size: 1.02rem;
    line-height: 1.6;
    margin: 0 auto 36px;
    max-width: 720px;
    text-align: center;
}

.cert-state-faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cert-state-faq-item {
    background: #ffffff;
    border: 1px solid rgba(74, 31, 46, 0.10);
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(74, 31, 46, 0.06), 0 2px 6px rgba(74, 31, 46, 0.05);
    transition: box-shadow 220ms ease, border-color 220ms ease;
    overflow: hidden;
}

.cert-state-faq-item:hover {
    border-color: rgba(196, 163, 90, 0.40);
    box-shadow: 0 4px 12px rgba(74, 31, 46, 0.10);
}

.cert-state-faq-item[open] {
    border-color: rgba(196, 163, 90, 0.55);
    box-shadow: 0 6px 16px rgba(74, 31, 46, 0.12);
}

.cert-state-faq-q {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 22px;
    cursor: pointer;
    font-family: 'Inter', system-ui, sans-serif;
    font-weight: 600;
    font-size: 1.02rem;
    line-height: 1.45;
    color: #4A1F2E;
    list-style: none;
    user-select: none;
    transition: background 200ms ease;
}

.cert-state-faq-q::-webkit-details-marker { display: none; }
.cert-state-faq-q::marker { content: ''; }

.cert-state-faq-q:hover {
    background: rgba(196, 163, 90, 0.06);
}

.cert-state-faq-q-text {
    flex: 1;
}

.cert-state-faq-q-icon {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background: rgba(196, 163, 90, 0.18);
    color: #4A1F2E;
    font-weight: 700;
    font-size: 1.2rem;
    transition: transform 240ms ease, background 240ms ease;
}

.cert-state-faq-item[open] .cert-state-faq-q-icon {
    transform: rotate(45deg);
    background: rgba(74, 31, 46, 0.12);
}

.cert-state-faq-a {
    padding: 4px 22px 22px;
    border-top: 1px dashed rgba(196, 163, 90, 0.40);
    margin-top: -2px;
    background: linear-gradient(180deg, rgba(196, 163, 90, 0.04) 0%, rgba(255, 255, 255, 0) 60%);
}

.cert-state-faq-a p {
    color: #2d2d2d;
    font-size: 0.98rem;
    line-height: 1.65;
    margin: 14px 0 0;
    white-space: pre-line;
    font-family: 'Source Serif 4', Georgia, serif;
}

@media (max-width: 640px) {
    .cert-state-faq {
        padding: 48px 0 60px;
        margin-top: 60px;
    }
    .cert-state-faq-heading { font-size: 1.55rem; }
    .cert-state-faq-q { padding: 16px 18px; font-size: 0.96rem; }
    .cert-state-faq-a { padding: 4px 18px 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .cert-state-faq-item, .cert-state-faq-q, .cert-state-faq-q-icon { transition: none !important; }
}


/* ───── MOVE 3: FL SWD callout (Belle 2026-05-16) ───── */
.cert-state-callout{background:linear-gradient(180deg,#FFFCF6 0%,#F4ECE0 100%);border:1.5px solid rgba(196,163,90,0.55);border-left:5px solid #C4A35A;border-radius:14px;padding:22px 26px;margin:18px auto 0;max-width:1180px;box-shadow:0 4px 12px rgba(74,31,46,0.10);}
.cert-state-callout-inner{max-width:880px;}
.cert-state-callout-badge{display:inline-block;text-transform:uppercase;letter-spacing:0.06em;font-size:0.72rem;font-weight:700;color:#3a1623;background:rgba(196,163,90,0.18);padding:4px 10px;border-radius:999px;margin-bottom:8px;}
.cert-state-callout-title{font-family:'Playfair Display','Source Serif 4',serif;color:#4A1F2E;font-size:1.35rem;line-height:1.25;margin:0 0 8px 0;font-weight:700;}
.cert-state-callout-desc{color:#2d2d2d;line-height:1.55;margin:0 0 12px 0;}
.cert-state-callout-cta{display:inline-flex;align-items:center;background:linear-gradient(180deg,#4A1F2E 0%,#3a1623 100%);color:#FAF5EE !important;text-decoration:none;padding:10px 20px;border-radius:999px;font-weight:600;font-size:0.94rem;box-shadow:0 4px 12px rgba(74,31,46,0.10),inset 0 1px 0 rgba(255,255,255,0.12);transition:transform 200ms,box-shadow 200ms,letter-spacing 200ms;}
.cert-state-callout-cta:hover{transform:translateY(-1px);letter-spacing:0.02em;box-shadow:0 8px 18px rgba(74,31,46,0.15),0 0 0 2px rgba(196,163,90,0.30);}
