/* ═══════════════════════════════════════════════════════
   BUCABUMA FAQ page
═══════════════════════════════════════════════════════ */
html { scroll-behavior: smooth; }

:root {
    --faq-green:      #2d8a55;
    --faq-green-dark: #0f2010;
    --faq-green-mid:  #3a7a4a;
    --faq-mint:       #a8f0c6;
    --faq-cream:      #f8f6f1;
    --faq-ink:        #14241a;
    --faq-muted:      #5c6b5e;
    --faq-border:     rgba(45,138,85,.14);
    --faq-shadow:     rgba(15,32,16,.18);
    --faq-amber:      #b76a14;
    --faq-amber-soft: #fff4e2;
}

/* ───────────────────────────────────────────────
   Hero
─────────────────────────────────────────────── */
.faq-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    background: var(--faq-green-dark);
}
.faq-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 35%;
    opacity: .55;
}
.faq-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg,
        rgba(10,26,12,.92) 0%,
        rgba(10,26,12,.6) 55%,
        rgba(10,26,12,.35) 100%);
    z-index: 1;
}
.faq-hero__overlay::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, rgba(168,240,198,.06) 1px, transparent 1px);
    background-size: 32px 32px;
}
.faq-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 6rem max(1.5rem, calc((100% - 1200px)/2 + 1.5rem)) 3.5rem;
}
.faq-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(255,255,255,.55);
    margin-bottom: 1.25rem;
    text-decoration: none;
}
.faq-breadcrumb a { color: inherit; text-decoration: none; }
.faq-breadcrumb a:hover { color: var(--faq-mint); }
.faq-breadcrumb__sep { color: rgba(255,255,255,.4); }
.faq-breadcrumb__current { color: #fff; }

.faq-hero__overline {
    display: inline-block;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .22em;
    text-transform: uppercase;
    color: var(--faq-mint);
    margin-bottom: 1rem;
}
.faq-hero__title {
    color: #fff;
    font-weight: 800;
    font-size: clamp(2.1rem, 4.4vw, 3.4rem);
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-bottom: 1rem;
}
.faq-hero__title em {
    font-style: italic;
    color: var(--faq-mint);
    font-weight: 700;
}
.faq-hero__sub {
    color: rgba(255,255,255,.82);
    font-size: 1.02rem;
    line-height: 1.6;
    max-width: 720px;
    margin-bottom: 1.6rem;
}
.faq-hero__quick {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem;
}
.faq-hero__chip {
    display: inline-flex;
    align-items: center;
    padding: .5rem 1rem;
    border: 1.5px solid rgba(255,255,255,.18);
    border-radius: 999px;
    color: #fff;
    text-decoration: none;
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: .03em;
    background: rgba(255,255,255,.04);
    transition: border-color .2s, background .2s, color .2s;
}
.faq-hero__chip:hover {
    border-color: var(--faq-mint);
    background: var(--faq-mint);
    color: var(--faq-green-dark);
}

/* ───────────────────────────────────────────────
   Intro strip
─────────────────────────────────────────────── */
.faq-intro {
    background: #fff;
    border-bottom: 1px solid var(--faq-border);
    position: sticky;
    top: 70px;
    z-index: 20;
    box-shadow: 0 4px 12px rgba(15,32,16,.04);
}
.faq-intro__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.25rem;
    padding: 1rem 0;
}
.faq-intro__brand {
    display: flex;
    align-items: center;
    gap: .85rem;
}
.faq-intro__logo {
    width: 42px;
    height: 42px;
    object-fit: contain;
}
.faq-intro__brand strong {
    display: block;
    font-size: .95rem;
    color: var(--faq-ink);
    font-weight: 700;
    line-height: 1.2;
}
.faq-intro__brand span {
    display: block;
    font-size: .72rem;
    color: var(--faq-muted);
    margin-top: 2px;
}
.faq-intro__stats {
    display: flex;
    gap: .4rem;
}
.faq-intro__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: .35rem .9rem;
    background: var(--faq-cream);
    border: 1px solid var(--faq-border);
    border-radius: 10px;
    min-width: 64px;
}
.faq-intro__stat strong {
    font-size: 1.1rem;
    color: var(--faq-green);
    font-weight: 800;
    line-height: 1;
}
.faq-intro__stat span {
    font-size: .65rem;
    font-weight: 600;
    letter-spacing: .08em;
    color: var(--faq-muted);
    text-transform: uppercase;
    margin-top: 2px;
}
.faq-intro__tools {
    display: flex;
    gap: .4rem;
}
.faq-tool {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .55rem 1rem;
    background: var(--faq-green);
    color: #fff;
    border: 1.5px solid var(--faq-green);
    border-radius: 8px;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .04em;
    cursor: pointer;
    transition: background .2s, color .2s, border-color .2s;
}
.faq-tool:hover {
    background: var(--faq-green-mid);
    border-color: var(--faq-green-mid);
}
.faq-tool--ghost {
    background: transparent;
    color: var(--faq-green);
}
.faq-tool--ghost:hover {
    background: var(--faq-cream);
    color: var(--faq-green-mid);
}

@media (max-width: 767.98px) {
    .faq-intro { position: static; }
    .faq-intro__bar { flex-direction: column; align-items: flex-start; }
    .faq-intro__stats { flex-wrap: wrap; }
}

/* ───────────────────────────────────────────────
   Main layout
─────────────────────────────────────────────── */
.faq-main {
    padding-top: 3.5rem;
    padding-bottom: 5rem;
}

/* ───────────────────────────────────────────────
   Sidebar
─────────────────────────────────────────────── */
.faq-sidebar {
    position: sticky;
    top: 160px;
    background: #fff;
    border: 1px solid var(--faq-border);
    border-radius: 14px;
    padding: 1.5rem 1.25rem;
    box-shadow: 0 4px 18px rgba(15,32,16,.04);
}
.faq-sidebar__label {
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: var(--faq-muted);
    margin-bottom: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid var(--faq-border);
}
.faq-sidebar__nav {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    margin-bottom: 1.25rem;
}
.faq-sidebar__nav a {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: .55rem .65rem;
    color: var(--faq-ink);
    text-decoration: none;
    font-size: .85rem;
    font-weight: 600;
    border-radius: 8px;
    border-left: 3px solid transparent;
    transition: background .2s, color .2s, border-color .2s;
}
.faq-sidebar__nav a:hover {
    background: var(--faq-cream);
    color: var(--faq-green);
}
.faq-sidebar__nav a.is-active {
    background: var(--faq-cream);
    color: var(--faq-green);
    /*border-left-color: var(--faq-green);*/
}
.faq-sidebar__dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(45,138,85,.25);
    flex-shrink: 0;
}
.faq-sidebar__nav a.is-active .faq-sidebar__dot {
    background: var(--faq-green);
    box-shadow: 0 0 0 3px rgba(45,138,85,.18);
}
.faq-sidebar__help {
    background: var(--faq-cream);
    border: 1px dashed rgba(45,138,85,.3);
    border-radius: 12px;
    padding: 1rem;
}
.faq-sidebar__help strong {
    display: block;
    font-size: .9rem;
    color: var(--faq-ink);
    margin-bottom: .35rem;
}
.faq-sidebar__help p {
    font-size: .78rem;
    color: var(--faq-muted);
    line-height: 1.45;
    margin-bottom: .55rem;
}
.faq-sidebar__help a {
    font-size: .78rem;
    font-weight: 700;
    color: var(--faq-green);
    text-decoration: none;
}
.faq-sidebar__help a:hover { color: var(--faq-green-mid); }

/* ───────────────────────────────────────────────
   Mobile jump-to
─────────────────────────────────────────────── */
.faq-mobile-nav__label {
    display: block;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .15em;
    text-transform: uppercase;
    color: var(--faq-muted);
    margin-bottom: .5rem;
}
.faq-mobile-nav__select {
    width: 100%;
    padding: .8rem 1rem;
    border: 1.5px solid var(--faq-border);
    border-radius: 10px;
    background: #fff;
    color: var(--faq-ink);
    font-weight: 600;
    font-size: .9rem;
}

/* ───────────────────────────────────────────────
   Category sections
─────────────────────────────────────────────── */
.faq-cat {
    margin-bottom: 3.5rem;
    scroll-margin-top: 170px;
}
.faq-cat__header {
    margin-bottom: 1.5rem;
}
.faq-cat__eyebrow {
    display: inline-block;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--faq-green);
    background: var(--faq-cream);
    padding: .35rem .8rem;
    border-radius: 999px;
    margin-bottom: .85rem;
}
.faq-cat__title {
    font-size: clamp(1.55rem, 2.4vw, 1.2rem);
    font-weight: 800;
    color: var(--faq-ink);
    letter-spacing: -0.01em;
    margin-bottom: .6rem;
    line-height: 1.18;
}
.faq-cat__desc {
    font-size: .98rem;
    color: var(--faq-muted);
    margin: 0;
    line-height: 1.6;
    max-width: 60ch;
}

/* ───────────────────────────────────────────────
   Accordion
─────────────────────────────────────────────── */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: .75rem;
}
.faq-item {
    background: #fff;
    border: 1.5px solid var(--faq-border);
    border-radius: 12px;
    overflow: hidden;
    transition: border-color .25s, box-shadow .25s;
}
.faq-item:has(.faq-item__head[aria-expanded="true"]) {
    border-color: var(--faq-green);
    box-shadow: 0 10px 26px rgba(15,32,16,.07);
}
.faq-item__head {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.05rem 1.25rem;
    background: transparent;
    border: 0;
    text-align: left;
    color: var(--faq-ink);
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.45;
    cursor: pointer;
    transition: color .2s, background .2s;
}
.faq-item__head:hover { color: var(--faq-green); }
.faq-item__head:focus-visible {
    outline: 2px solid var(--faq-green);
    outline-offset: 2px;
}
.faq-item__q {
    flex: 1 1 auto;
}
.faq-item__q em {
    font-style: italic;
    color: var(--faq-green);
}
.faq-item__icon {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--faq-cream);
    border-radius: 50%;
    color: var(--faq-green);
    transition: transform .3s ease, background .25s, color .25s;
}
.faq-item__icon svg {
    width: 14px;
    height: 14px;
}
.faq-item__head[aria-expanded="true"] .faq-item__icon {
    transform: rotate(180deg);
    background: var(--faq-green);
    color: #fff;
}
.faq-item__head[aria-expanded="true"] {
    color: var(--faq-green);
}
.faq-item__panel {
    border-top: 1px solid var(--faq-border);
}
.faq-item__body {
    padding: 1.1rem 1.25rem 1.4rem;
    font-size: .94rem;
    color: var(--faq-muted);
    line-height: 1.7;
}
.faq-item__body p { margin-bottom: .8rem; }
.faq-item__body p:last-child { margin-bottom: 0; }
.faq-item__body strong { color: var(--faq-ink); }
.faq-item__body em {
    font-style: italic;
    color: var(--faq-green);
    font-weight: 600;
}
.faq-item__body a {
    color: var(--faq-green);
    font-weight: 600;
    text-decoration: underline;
    text-decoration-color: rgba(45,138,85,.35);
    text-underline-offset: 3px;
}
.faq-item__body a:hover {
    color: var(--faq-green-mid);
    text-decoration-color: var(--faq-green-mid);
}

/* ───────────────────────────────────────────────
   Callouts (Fraud alert + Still have questions)
─────────────────────────────────────────────── */
.faq-callout {
    display: flex;
    gap: 1.25rem;
    align-items: flex-start;
    padding: 1.5rem 1.6rem;
    border-radius: 14px;
    margin-top: 2rem;
}
.faq-callout h3 {
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: .45rem;
    color: var(--faq-ink);
}
.faq-callout p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.6;
    color: var(--faq-muted);
}
.faq-callout a {
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.faq-callout--warning {
    background: var(--faq-amber-soft);
    border: 1.5px solid rgba(183,106,20,.25);
}
.faq-callout--warning h3 { color: var(--faq-amber); }
.faq-callout--warning a {
    color: var(--faq-amber);
    text-decoration-color: rgba(183,106,20,.4);
}
.faq-callout__icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(183,106,20,.12);
    border-radius: 50%;
    color: var(--faq-amber);
}
.faq-callout__icon svg { width: 22px; height: 22px; }

.faq-callout--brand {
    background: linear-gradient(135deg, var(--faq-green-dark), var(--faq-green-mid));
    color: #fff;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.faq-callout--brand h3 { color: #fff; }
.faq-callout--brand p { color: rgba(255,255,255,.85); max-width: 52ch; }
.faq-callout--brand a { color: var(--faq-mint); text-decoration-color: rgba(168,240,198,.45); }

.faq-callout__actions {
    display: flex;
    gap: .6rem;
    flex-wrap: wrap;
}
.faq-btn {
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    padding: .7rem 1.25rem;
    border-radius: 999px;
    font-weight: 700;
    font-size: .82rem;
    letter-spacing: .03em;
    text-decoration: none;
    transition: background .25s, color .25s, border-color .25s, transform .15s;
}
.faq-btn svg { width: 14px; height: 14px; }
.faq-btn--solid {
    background: var(--faq-mint);
    color: var(--faq-green-dark);
    border: 1.5px solid var(--faq-mint);
}
.faq-btn--solid:hover {
    background: #fff;
    border-color: #fff;
    color: var(--faq-green-dark);
    transform: translateY(-1px);
}
.faq-btn--ghost {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255,255,255,.35);
}
.faq-btn--ghost:hover {
    background: rgba(255,255,255,.1);
    border-color: #fff;
    color: #fff;
}

/* ───────────────────────────────────────────────
   Responsive
─────────────────────────────────────────────── */
@media (max-width: 991.98px) {
    .faq-hero__inner { padding-top: 4.5rem; padding-bottom: 2.5rem; }
    .faq-main { padding-top: 2.5rem; }
    .faq-cat { margin-bottom: 2.5rem; }
}
@media (max-width: 575.98px) {
    .faq-item__head { font-size: .92rem; padding: .9rem 1rem; }
    .faq-item__body { padding: .95rem 1rem 1.1rem; }
    .faq-callout { flex-direction: column; padding: 1.25rem; }
    .faq-callout--brand { flex-direction: column; align-items: flex-start; }
}
