.faq-v1 {
    --faq-ink: #24202a;
    --faq-muted: #68636e;
    --faq-purple: #765186;
    --faq-purple-dark: #52355f;
    --faq-purple-soft: #f5f0f6;
    --faq-border: #e7e2e9;
    color: var(--faq-ink);
    background: #fff;
    line-height: 1.65;
}

.faq-v1 *,
.faq-v1 *::before,
.faq-v1 *::after { box-sizing: border-box; }

.faq-v1 [hidden] { display: none !important; }

.faq-v1-hero {
    overflow: hidden;
    position: relative;
    padding: 92px 0 72px;
    background:
        radial-gradient(circle at 88% 22%, rgba(118, 81, 134, .22), transparent 28%),
        linear-gradient(135deg, #17121d 0%, #2f2037 58%, #765186 100%);
    color: #fff;
}

.faq-v1-hero::after {
    content: "";
    position: absolute;
    width: 310px;
    height: 310px;
    right: -90px;
    bottom: -180px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 50%;
}

.faq-v1-hero .wrap { position: relative; z-index: 1; max-width: 1180px; }
.faq-v1-hero h1 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(44px, 7vw, 78px); font-weight: 700; line-height: 1.04; letter-spacing: -.035em; }
.faq-v1-hero p:last-child { max-width: 680px; margin: 24px 0 0; color: rgba(255, 255, 255, .8); font-size: 18px; }
.faq-v1 .faq-v1-eyebrow,
.faq-v1-section-heading > p,
.faq-v1-resource-copy > p { margin: 0 0 7px; color: var(--faq-purple); font-size: 12px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.faq-v1 .faq-v1-hero .faq-v1-eyebrow { color: #dbcde2; }

.faq-v1-content { max-width: 1180px; padding-top: 42px; padding-bottom: 75px; }
.faq-v1-products { margin-bottom: 42px; }
.faq-v1-section-heading h2,
.faq-v1-resource-copy h2 { margin: 0; font-size: 25px; line-height: 1.25; }

.faq-v1-product-picker { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin-top: 20px; }
.faq-v1-product-picker button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    min-height: 72px;
    padding: 17px 21px;
    border: 1px solid var(--faq-border);
    border-radius: 12px;
    background: #fff;
    color: var(--faq-ink);
    font: inherit;
    font-size: 17px;
    font-weight: 700;
    text-align: left;
    cursor: pointer;
    transition: background-color .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease;
}
.faq-v1-product-picker button:hover { border-color: var(--faq-purple); }
.faq-v1-product-picker button.is-active { border-color: var(--faq-purple); background: var(--faq-purple); color: #fff; box-shadow: 0 8px 22px rgba(82, 53, 95, .18); }
.faq-v1 button:focus-visible,
.faq-v1 a:focus-visible,
.faq-v1 summary:focus-visible { outline: 3px solid #bd9bd0; outline-offset: 3px; }

.faq-v1-panel { min-width: 0; }
.faq-v1-group { margin-top: 30px; padding: 28px 30px 18px; border: 1px solid var(--faq-border); border-radius: 16px; background: #fff; }
.faq-v1-group-heading { display: flex; align-items: center; gap: 13px; margin-bottom: 12px; }
.faq-v1-group-heading > span { display: inline-flex; flex: 0 0 34px; width: 34px; height: 34px; align-items: center; justify-content: center; border-radius: 10px; background: var(--faq-purple-soft); color: var(--faq-purple-dark); font-size: 12px; font-weight: 700; }
.faq-v1-group-heading h3 { margin: 0; font-size: 21px; line-height: 1.3; }
.faq-v1 details { border-top: 1px solid var(--faq-border); }
.faq-v1 details:last-child { border-bottom: 1px solid var(--faq-border); }
.faq-v1 summary { position: relative; display: block; padding: 18px 38px 18px 0; color: var(--faq-ink); font-size: 16px; font-weight: 700; line-height: 1.5; cursor: pointer; list-style: none; }
.faq-v1 summary::-webkit-details-marker { display: none; }
.faq-v1 summary::after { content: "+"; position: absolute; top: 50%; right: 4px; color: var(--faq-purple); font-size: 24px; font-weight: 400; transform: translateY(-50%); }
.faq-v1 details[open] summary::after { content: "−"; }
.faq-v1-answer { padding: 0 38px 19px 0; color: var(--faq-muted); }
.faq-v1-answer p { margin: 0; }
.faq-v1-answer a { display: inline-block; margin-top: 10px; color: var(--faq-purple-dark); font-size: 14px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.faq-v1-empty { margin-top: 30px; padding: 26px 28px; border-radius: 14px; background: #f8f7f9; color: var(--faq-muted); }
.faq-v1-empty p { margin: 0; }

.faq-v1-resources { display: grid; grid-template-columns: minmax(160px, 1fr) 2fr auto; align-items: center; gap: 20px; margin-top: 42px; padding: 28px 30px; border-radius: 16px; background: var(--faq-purple-soft); }
.faq-v1-resource-copy h2 { font-size: 22px; }
.faq-v1-resource-copy > span { display: block; margin-top: 4px; color: var(--faq-muted); font-size: 14px; }
.faq-v1-resource-links { display: flex; flex-wrap: wrap; gap: 10px; }
.faq-v1-resource-links a,
.faq-v1-contact { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 15px; border: 1px solid rgba(82, 53, 95, .2); border-radius: 9px; background: #fff; color: var(--faq-purple-dark); font-size: 14px; font-weight: 700; }
.faq-v1-resource-links a:hover { border-color: var(--faq-purple); }
.faq-v1-contact { border-color: var(--faq-purple); background: var(--faq-purple); color: #fff; white-space: nowrap; }
.faq-v1-contact:hover { background: var(--faq-purple-dark); }
.faq-v1-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

@media (max-width: 767px) {
    .faq-v1-hero { padding: 64px 0 54px; }
    .faq-v1-hero p:last-child { font-size: 16px; }
    .faq-v1-content { padding-top: 28px; padding-bottom: 48px; }
    .faq-v1-products { margin-bottom: 26px; }
    .faq-v1-section-heading h2 { font-size: 22px; }
    .faq-v1-product-picker { gap: 8px; margin-top: 15px; }
    .faq-v1-product-picker button { min-height: 64px; padding: 12px 8px; border-radius: 10px; font-size: 13px; }
    .faq-v1-group { margin-top: 18px; padding: 19px 17px 12px; border-radius: 13px; }
    .faq-v1-group-heading { gap: 10px; }
    .faq-v1-group-heading h3 { font-size: 18px; }
    .faq-v1 summary { padding-top: 15px; padding-bottom: 15px; font-size: 15px; }
    .faq-v1-answer { padding-right: 4px; font-size: 14px; }
    .faq-v1-resources { grid-template-columns: minmax(0, 1fr); gap: 14px; margin-top: 26px; padding: 22px 18px; }
    .faq-v1-resource-links { gap: 8px; }
    .faq-v1-resource-links a { flex: 1 1 auto; }
    .faq-v1-contact { justify-self: start; }
}

@media (max-width: 370px) {
    .faq-v1-product-picker button { font-size: 12px; padding-right: 7px; padding-left: 7px; }
}

@media (prefers-reduced-motion: reduce) {
    .faq-v1-product-picker button { transition: none; }
}
