.faqs-showcase {
    --faqs-accent: #ff6a1a;
    --faqs-surface: rgba(255, 255, 255, 0.18);
    --faqs-surface-active: rgba(255, 255, 255, 0.22);
    --faqs-text: #ffffff;
    --faqs-muted: rgba(255, 255, 255, 0.62);
    position: relative;
    isolation: isolate;
    padding: 58px 0 84px;
    background-color: #1b222d;
    background-image: var(--faqs-background-image, none);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: var(--faqs-text);
}

.faqs-showcase__overlay {
    position: absolute;
    z-index: -1;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(25, 32, 42, 0.93), rgba(25, 32, 42, 0.86)),
        radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.05), transparent 45%);
}

.faqs-showcase__decoration {
    position: absolute;
    z-index: 1;
    top: 36px;
    right: -18px;
    pointer-events: none;
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.faqs-showcase__decoration-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.faqs-showcase > .-ycw-row > .container {
    position: relative;
    z-index: 2;
}

.faqs-showcase .faqs-showcase__inner.-YC-Faq-Cen {
    display: block;
    width: 100%;
}

.faqs-showcase__header {
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
}

.faqs-showcase .faqs-showcase__eyebrow.before-title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0 0 21px;
    color: rgba(255, 255, 255, 0.55);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.24em;
    line-height: 1;
    text-transform: uppercase;
}

.faqs-showcase__eyebrow-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--faqs-accent);
    font-size: 13px;
    letter-spacing: 0;
}

.faqs-showcase .faqs-showcase__title.title {
    margin: 0;
    color: var(--faqs-text);
    font-size: clamp(36px, 3.2vw, 52px);
    font-weight: 700;
    letter-spacing: 0.01em;
    line-height: 1.14;
    text-wrap: balance;
}

.faqs-showcase .faqs-showcase__title c--color {
    color: var(--cword-color, var(--faqs-accent));
}

.faqs-showcase__description {
    width: min(680px, 100%);
    margin: 18px auto 0;
    color: var(--faqs-muted);
    font-size: 16px;
    line-height: 1.8;
}

.faqs-showcase__content {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin: 0 auto;
}

.faqs-showcase__media {
    position: relative;
    overflow: hidden;
    border-radius: 19px;
    background: #2a323d;
    box-shadow: 0 20px 55px rgba(0, 0, 0, 0.19);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faqs-showcase__main-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.faqs-showcase__media::after {
    position: absolute;
    inset: auto 0 0;
    height: 43%;
    background: linear-gradient(180deg, transparent, rgba(10, 13, 18, 0.42));
    content: "";
    pointer-events: none;
}

.faqs-showcase__contact-card {
    position: absolute;
    z-index: 2;
    bottom: 20px;
    right: 20px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: var(--miniradius);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.25);
    background-color: #1111112E;
    backdrop-filter: blur(10px);
    width: 280px;
}

.faqs-showcase__contact-title {
    margin: 0 0 22px;
    padding: 0 0 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.45);
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.faqs-showcase__contact-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.faqs-showcase__contact-icon {
    display: inline-flex;
    flex: 0 0 46px;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: var(--uicolor);
    color: #fff;
    font-size: 18px;
}

.faqs-showcase__contact-copy {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.faqs-showcase__contact-copy span {
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.faqs-showcase__contact-copy a {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    white-space: nowrap;
}

.faqs-showcase .faqs-showcase__accordion.-YC-Faq-tit {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    flex: 1;
    position: sticky;
    top: 100px;
}

.faqs-showcase .faqs-showcase__item.-YC-Faqs-It {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    background: #4a515b;
    box-shadow: none;
    transition: background-color 180ms ease, transform 180ms ease;
}

.faqs-showcase .faqs-showcase__item.-YC-Faqs-It.active {
    background: var(--faqs-surface-active);
}

.faqs-showcase .faqs-showcase__question.-YC-Faq-Titl {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 19px 24px;
    border: 0;
    color: #fff;
    font: inherit;
    text-align: right;
    background: transparent;
    cursor: pointer;
}

.faqs-showcase .faqs-showcase__item.active .faqs-showcase__question {
    padding-top: 22px;
    padding-bottom: 11px;
}

.faqs-showcase__question-text {
    flex: 1;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.faqs-showcase .faqs-showcase__toggle-icon.faq-icon {
    display: inline-flex;
    flex: 0 0 25px;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    color: var(--uicolor);
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.faqs-showcase__toggle-icon svg {
    width: 13px;
    height: 13px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.faqs-showcase .faqs-showcase__item.active .faqs-showcase__toggle-icon {
    background: var(--uicolor);
    color: #fff;
    transform: rotate(180deg);
}

.faqs-showcase .faqs-showcase__answer-wrap.-Faqs-Con-Ro {
    display: grid;
    height: auto !important;
    overflow: hidden;
    grid-template-rows: 0fr;
    transition: grid-template-rows 220ms ease;
}

.faqs-showcase .faqs-showcase__item.active .faqs-showcase__answer-wrap {
    grid-template-rows: 1fr;
}

.faqs-showcase .faqs-showcase__answer.-ToggleContentValue {
    min-height: 0;
    overflow: hidden;
    padding: 0 23px;
    color: var(--faqs-muted);
    font-size: 16px;
    line-height: 1.92;
    transition: padding 220ms ease;
}

.faqs-showcase .faqs-showcase__item.active .faqs-showcase__answer {
    padding: 11px 23px 23px;
}

.faqs-showcase__answer > :first-child {
    margin-top: 0;
}

.faqs-showcase__answer > :last-child {
    margin-bottom: 0;
}

.faqs-showcase__empty {
    display: flex;
    min-height: 220px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 12px;
    padding: 30px;
    border-radius: 20px;
    background: var(--faqs-surface);
    color: var(--faqs-muted);
    text-align: center;
}

.faqs-showcase__empty i {
    color: var(--faqs-accent);
    font-size: 42px;
}

.faqs-showcase__empty h3,
.faqs-showcase__empty p {
    margin: 0;
}

.faqs-showcase__empty h3 {
    color: #fff;
    font-size: 22px;
}

.faqs-showcase__footer {
    margin: 2px 0 0;
    color: var(--faqs-muted);
    font-size: 15px;
    text-align: center;
}

.faqs-showcase__actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.faqs-showcase__actions a {
    border-radius: 999px;
}

.faqs-showcase--without-image .faqs-showcase__content {
    grid-template-columns: minmax(0, 820px);
    justify-content: center;
}

@media only screen and (max-width: 1180px) {
    .faqs-showcase__content {
        grid-template-columns: minmax(330px, 0.82fr) minmax(430px, 1fr);
        gap: 36px;
    }

    .faqs-showcase__contact-card {
        bottom: 0;
        left: 0;
        padding: 28px 26px 28px 40px;
    }
}

@media only screen and (max-width: 920px) {
    .faqs-showcase {
        padding: 55px 0 70px;
    }

    .faqs-showcase__header {
        margin-bottom: 38px;
    }

    .faqs-showcase__content {
        grid-template-columns: minmax(0, 1fr);
        width: min(720px, 100%);
    }

    .faqs-showcase__decoration {
        opacity: 0.55;
    }
}

@media only screen and (max-width: 640px) {
    .faqs-showcase {
        padding: 46px 0 55px;
    }

    .faqs-showcase__header {
        margin-bottom: 30px;
    }

    .faqs-showcase .faqs-showcase__eyebrow.before-title {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .faqs-showcase .faqs-showcase__title.title {
        font-size: clamp(31px, 9vw, 40px);
        line-height: 1.2;
    }

    .faqs-showcase__description {
        font-size: 14px;
    }

    .faqs-showcase__content {
        gap: 28px;
    }

    .faqs-showcase__media {
        border-radius: 15px;
    }

    .faqs-showcase__contact-card {
        max-width: none;
        bottom: 0;
        left: 0;
        padding: 23px 22px 23px 28px;
    }

    .faqs-showcase__contact-title {
        margin-bottom: 16px;
        padding-bottom: 15px;
        font-size: 20px;
    }

    .faqs-showcase__contact-icon {
        flex-basis: 42px;
        width: 42px;
        height: 42px;
    }

    .faqs-showcase__contact-copy span {
        font-size: 14px;
    }

    .faqs-showcase__contact-copy a {
        font-size: 17px;
    }

    .faqs-showcase .faqs-showcase__accordion.-YC-Faq-tit {
        gap: 13px;
    }

    .faqs-showcase .faqs-showcase__item.-YC-Faqs-It {
        border-radius: 15px;
    }

    .faqs-showcase .faqs-showcase__question.-YC-Faq-Titl {
        min-height: 66px;
        gap: 15px;
        padding: 16px 17px;
    }

    .faqs-showcase .faqs-showcase__item.active .faqs-showcase__question {
        padding-top: 18px;
        padding-bottom: 9px;
    }

    .faqs-showcase__question-text {
        font-size: 14px;
    }

    .faqs-showcase .faqs-showcase__answer.-ToggleContentValue {
        font-size: 14px;
        line-height: 1.8;
    }

    .faqs-showcase .faqs-showcase__item.active .faqs-showcase__answer {
        padding: 8px 17px 18px;
    }

    .faqs-showcase__decoration {
        display: none;
    }
}

/* Archive FAQ cards keep their original light presentation. */
.-YC-FaqsSimple-in--page .-YC-Faqs-It {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    background: #4a515b;
    box-shadow: none;
    transition: background-color 180ms ease, transform 180ms ease;
}

.-YC-FaqsSimple-in--page .-YC-Faq-Titl {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 19px 24px;
    border: 0;
    color: #fff;
    font: inherit;
    text-align: right;
    background: transparent;
    cursor: pointer;
}

.-YC-FaqsSimple-in--page .-YC-Faq-Titl h3 {
    margin: 0;
    color: #1e3a5f;
    font-size: 16px;
    font-weight: 600;
}

.-YC-FaqsSimple-in--page .faq-icon {
    display: flex;
    flex: 0 0 30px;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--uicolor);
    color: #fff;
}

.-YC-FaqsSimple-in--page .-Faqs-Con-Ro {
    display: grid;
    height: auto !important;
    overflow: hidden;
    grid-template-rows: 0fr;
    transition: grid-template-rows 180ms ease;
}

.-YC-FaqsSimple-in--page .-YC-Faqs-It.active .-Faqs-Con-Ro {
    grid-template-rows: 1fr;
}

.-YC-FaqsSimple-in--page .-ToggleContentValue {
    min-height: 0;
    overflow: hidden;
    padding: 0 20px;
    color: white;
    font-size: 13px;
    line-height: 1.8;
    transition: padding 180ms ease;
}

.-YC-FaqsSimple-in--page .-YC-Faqs-It.active .-ToggleContentValue {
    padding: 0 20px 22px;
}


.faqs-showcase__eyebrow {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.faqs-showcase__header .title {
    color: white;
}

.faqs-showcase__header .before-title {
    color: white;
}

/* =========================================================
   Responsive hardening
   Fixes flex/grid breakpoint mismatch and small-screen overflow.
   ========================================================= */

.faqs-showcase,
.faqs-showcase *,
.faqs-showcase *::before,
.faqs-showcase *::after {
    box-sizing: border-box;
}

.faqs-showcase__content > *,
.faqs-showcase__accordion,
.faqs-showcase__question-text,
.faqs-showcase__contact-copy {
    min-width: 0;
}

.faqs-showcase__media img {
    display: block;
    max-width: 100%;
}

.faqs-showcase__question-text,
.faqs-showcase__answer,
.faqs-showcase__contact-title,
.faqs-showcase__contact-copy {
    overflow-wrap: anywhere;
    word-break: normal;
}

.faqs-showcase__answer img,
.faqs-showcase__answer video,
.faqs-showcase__answer iframe {
    max-width: 100%;
    height: auto;
}

.faqs-showcase__answer table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.faqs-showcase--without-image .faqs-showcase__content {
    width: min(820px, 100%);
}

@media only screen and (max-width: 920px) {
    /* The component is flex-based, so switch the actual flex direction. */
    .faqs-showcase__content {
        display: flex;
        width: min(720px, 100%);
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }

    .faqs-showcase__media,
    .faqs-showcase__accordion {
        width: 100%;
        flex: 0 0 auto;
    }

    .faqs-showcase__media {
        aspect-ratio: 16 / 10;
    }

    .faqs-showcase__media img {
        object-fit: cover;
    }

    .faqs-showcase .faqs-showcase__accordion.-YC-Faq-tit {
        position: static;
        top: auto;
    }

    .faqs-showcase__contact-card {
        right: 18px;
        bottom: 18px;
        left: auto;
        max-width: calc(100% - 36px);
    }
}

@media only screen and (max-width: 640px) {
    .faqs-showcase {
        overflow: hidden;
        padding: 42px 0 50px;
    }

    .faqs-showcase__header {
        margin-bottom: 10px;
        padding-inline: 4px;
    }

    .faqs-showcase .faqs-showcase__title.title {
        max-width: 100%;
        font-size: clamp(28px, 8.5vw, 36px);
        line-height: 1.22;
        overflow-wrap: anywhere;
    }

    .faqs-showcase__description {
        width: 100%;
        margin-top: 14px;
        font-size: 14px;
        line-height: 1.75;
    }

    .faqs-showcase__content {
        width: 100%;
        gap: 24px;
    }

    .faqs-showcase__media {
        aspect-ratio: 4 / 3;
        border-radius: 14px;
    }

    .faqs-showcase__contact-card {
        right: 12px;
        bottom: 12px;
        left: 12px;
        max-width: none;
        padding: 20px;
    }

    .faqs-showcase__contact-title {
        margin-bottom: 9px;
        padding-bottom: 13px;
        font-size: 18px;
        line-height: 1.45;
    }

    .faqs-showcase__contact-row {
        min-width: 0;
        gap: 12px;
    }

    .faqs-showcase__contact-icon {
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        font-size: 16px;
    }

    .faqs-showcase__contact-copy a {
        max-width: 100%;
        font-size: 16px;
        white-space: normal;
        overflow-wrap: anywhere;
    }

    .faqs-showcase .faqs-showcase__accordion.-YC-Faq-tit {
        width: 100%;
        gap: 12px;
    }

    .faqs-showcase .faqs-showcase__item.-YC-Faqs-It {
        width: 100%;
        border-radius: 14px;
    }

    .faqs-showcase .faqs-showcase__question.-YC-Faq-Titl {
        width: 100%;
        min-height: 60px;
        gap: 12px;
        padding: 15px 16px;
    }

    .faqs-showcase .faqs-showcase__item.active .faqs-showcase__question {
        padding-top: 16px;
        padding-bottom: 9px;
    }

    .faqs-showcase__question-text {
        min-width: 0;
        font-size: 14px;
        line-height: 1.65;
    }

    .faqs-showcase .faqs-showcase__toggle-icon.faq-icon {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }

    .faqs-showcase .faqs-showcase__answer.-ToggleContentValue {
        padding-inline: 16px;
        font-size: 14px;
        line-height: 1.75;
    }

    .faqs-showcase .faqs-showcase__item.active .faqs-showcase__answer {
        padding: 8px 16px 17px;
    }

    /* Archive/simple FAQ cards */
    .-YC-FaqsSimple-in--page .-YC-Faq-Titl {
        gap: 12px;
        padding: 15px 16px;
    }

    .-YC-FaqsSimple-in--page .-YC-Faq-Titl h3 {
        min-width: 0;
        font-size: 14px;
        line-height: 1.6;
        overflow-wrap: anywhere;
    }

    .-YC-FaqsSimple-in--page .faq-icon {
        width: 26px;
        height: 26px;
        flex: 0 0 26px;
    }

    .-YC-FaqsSimple-in--page .-ToggleContentValue,
    .-YC-FaqsSimple-in--page .-YC-Faqs-It.active .-ToggleContentValue {
        padding-inline: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .faqs-showcase {
        padding: 18px 0 14px;
    }

    .faqs-showcase .faqs-showcase__eyebrow.before-title {
        letter-spacing: 0.12em;
    }

    .faqs-showcase .faqs-showcase__title.title {
        font-size: clamp(26px, 8vw, 32px);
    }

    /*
     * On very narrow screens, place the contact card below the image instead
     * of squeezing it as an overlay.
     */
    .faqs-showcase__media {
        aspect-ratio: auto;
    }

    .faqs-showcase__media img {
        aspect-ratio: 4 / 3;
        object-fit: cover;
    }

    .faqs-showcase__contact-card {
        position: relative;
        right: auto;
        bottom: auto;
        left: auto;
        width: 100%;
        max-width: none;
        padding: 18px 16px;
        border-radius: 0;
        box-shadow: none;
    }

    .faqs-showcase__contact-title {
        font-size: 15px;
    }

    .faqs-showcase__contact-copy span {
        font-size: 13px;
    }

    .faqs-showcase__contact-copy a {
        font-size: 15px;
    }

    .faqs-showcase .faqs-showcase__question.-YC-Faq-Titl {
        gap: 10px;
        padding-inline: 14px;
    }

    .faqs-showcase__question-text {
        font-size: 13.5px;
    }

    .faqs-showcase .faqs-showcase__answer.-ToggleContentValue {
        padding-inline: 14px;
        font-size: 13.5px;
    }

    .faqs-showcase .faqs-showcase__item.active .faqs-showcase__answer {
        padding: 7px 14px 16px;
    }
}

@media only screen and (max-width: 360px) {
    .faqs-showcase .faqs-showcase__title.title {
        font-size: 25px;
    }

    .faqs-showcase__contact-row {
        align-items: flex-start;
    }

    .faqs-showcase__contact-icon {
        width: 36px;
        height: 36px;
        flex-basis: 36px;
    }

    .faqs-showcase .faqs-showcase__question.-YC-Faq-Titl {
        min-height: 56px;
        padding-inline: 12px;
    }

    .faqs-showcase .faqs-showcase__answer.-ToggleContentValue {
        padding-inline: 12px;
    }

    .faqs-showcase .faqs-showcase__item.active .faqs-showcase__answer {
        padding: 0px 12px 15px;
    }
}