body.foxtele-faq {
    --ft-ink: #07111f;
    --ft-ink-soft: #0c1b2d;
    --ft-orange: #f26622;
    --ft-orange-dark: #d94d0b;
    --ft-paper: #ffffff;
    --ft-cream: #f7f2ec;
    --ft-text: #172234;
    --ft-muted: #657286;
    --ft-line: #dfe4ea;
    --ft-radius: 22px;
    --ft-radius-sm: 12px;
    --ft-shadow: 0 22px 54px rgba(7, 17, 31, 0.1);
    --ft-shell: min(1180px, calc(100% - 40px));
    background: var(--ft-ink);
    color: var(--ft-text);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    margin: 0;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

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

.foxtele-faq main {
    display: block;
    margin: 0;
    max-width: none;
    padding: 0;
    width: 100%;
}

.foxtele-faq main .site-shell {
    margin-inline: auto;
    width: var(--ft-shell);
}

.foxtele-faq main a {
    color: inherit;
    text-decoration: none;
}

.foxtele-faq main button,
.foxtele-faq main input {
    font: inherit;
}

.foxtele-faq main a:focus-visible,
.foxtele-faq main button:focus-visible,
.foxtele-faq main input:focus-visible {
    outline: 3px solid #ffb188;
    outline-offset: 4px;
}

.foxtele-faq .screen-reader-text {
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.faq-eyebrow,
.faq-section-label {
    color: var(--ft-orange);
    font-size: 0.74rem;
    font-weight: 820;
    letter-spacing: 0.14em;
    margin: 0 0 13px;
    text-transform: uppercase;
}

.faq-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(242, 102, 34, 0.13), transparent 30%),
        linear-gradient(145deg, #07111f 0%, #0a1727 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--ft-paper);
    padding: clamp(58px, 7vw, 84px) 0 clamp(52px, 6vw, 72px);
}

.faq-hero__inner {
    max-width: 920px;
}

.faq-hero h1 {
    color: var(--ft-paper);
    font-size: clamp(2.55rem, 5.2vw, 4.35rem);
    font-weight: 850;
    letter-spacing: -0.055em;
    line-height: 0.99;
    margin: 0;
    text-wrap: balance;
}

.faq-hero__lede {
    color: #b5c0ce;
    font-size: clamp(1rem, 1.7vw, 1.15rem);
    margin: 25px 0 0;
    max-width: 760px;
}

.faq-tools {
    background: var(--ft-ink-soft);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: var(--ft-paper);
    padding: 30px 0 34px;
}

.faq-tools__inner {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: minmax(260px, 0.72fr) minmax(360px, 1.28fr);
}

.faq-tools h2 {
    color: var(--ft-paper);
    font-size: 1.25rem;
    font-weight: 790;
    letter-spacing: -0.025em;
    line-height: 1.2;
    margin: 0;
}

.faq-search {
    align-items: center;
    background: var(--ft-paper);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    display: grid;
    grid-template-columns: auto 1fr;
    min-width: 0;
    padding: 6px 10px 6px 17px;
}

.faq-search:focus-within {
    box-shadow: 0 0 0 3px #ffb188, 0 18px 40px rgba(0, 0, 0, 0.18);
}

.faq-search__icon {
    color: var(--ft-orange);
    display: inline-flex;
}

.faq-search__icon svg {
    height: 22px;
    width: 22px;
}

.faq-search input {
    background: transparent;
    border: 0;
    color: var(--ft-ink);
    min-height: 48px;
    min-width: 0;
    padding: 9px 13px;
    width: 100%;
}

.faq-search input:focus {
    outline: 0;
}

.faq-search input::placeholder {
    color: #7d8999;
    opacity: 1;
}

.faq-list-section {
    background: var(--ft-cream);
    padding: clamp(70px, 9vw, 108px) 0 clamp(78px, 10vw, 120px);
}

.faq-content-shell {
    max-width: 960px;
}

.faq-list-heading {
    align-items: end;
    display: flex;
    gap: 28px;
    justify-content: space-between;
    margin-bottom: 34px;
}

.faq-list-heading h2,
.faq-cta h2 {
    color: var(--ft-ink);
    font-size: clamp(2rem, 3.8vw, 3.35rem);
    font-weight: 840;
    letter-spacing: -0.045em;
    line-height: 1.04;
    margin: 0;
    text-wrap: balance;
}

.faq-result-count {
    color: var(--ft-muted);
    flex: 0 0 auto;
    font-size: 0.84rem;
    margin: 0 0 6px;
}

.faq-accordion {
    display: grid;
    gap: 12px;
}

.faq-item {
    background: var(--ft-paper);
    border: 1px solid var(--ft-line);
    border-radius: 17px;
    box-shadow: 0 9px 24px rgba(7, 17, 31, 0.055);
    overflow: hidden;
    transition: border-color 180ms ease, box-shadow 180ms ease;
}

.faq-item[hidden] {
    display: none;
}

.faq-item.is-open {
    border-color: #cfd5dc;
    box-shadow: 0 16px 35px rgba(7, 17, 31, 0.09);
}

.faq-item h3 {
    margin: 0;
}

.faq-question {
    align-items: center;
    background: transparent;
    border: 0;
    color: var(--ft-ink);
    cursor: pointer;
    display: flex;
    font-size: 1.04rem;
    font-weight: 780;
    gap: 20px;
    justify-content: space-between;
    line-height: 1.35;
    min-height: 76px;
    padding: 20px 22px 20px 24px;
    text-align: left;
    width: 100%;
}

.faq-question:hover {
    color: var(--ft-orange-dark);
}

.faq-question__icon {
    align-items: center;
    background: rgba(242, 102, 34, 0.1);
    border: 1px solid rgba(242, 102, 34, 0.22);
    border-radius: 50%;
    color: var(--ft-orange);
    display: inline-flex;
    flex: 0 0 36px;
    height: 36px;
    justify-content: center;
    position: relative;
    width: 36px;
}

.faq-question__icon span {
    background: currentColor;
    border-radius: 999px;
    height: 2px;
    position: absolute;
    transition: opacity 180ms ease, transform 180ms ease;
    width: 14px;
}

.faq-question__icon span:last-child {
    transform: rotate(90deg);
}

.faq-question[aria-expanded="true"] .faq-question__icon span:last-child {
    opacity: 0;
    transform: rotate(0);
}

.faq-answer {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: height 220ms ease, opacity 180ms ease;
}

.faq-answer__inner {
    padding: 0 24px 24px;
}

.faq-answer__content {
    border-top: 1px solid #edf0f3;
    color: var(--ft-muted);
    font-size: 0.94rem;
    line-height: 1.78;
    overflow-wrap: anywhere;
    padding-top: 20px;
}

.faq-answer__content p {
    margin: 0 0 1em;
}

.faq-answer__content p:last-child {
    margin-bottom: 0;
}

.faq-answer__content a {
    color: var(--ft-orange-dark) !important;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.faq-answer__content a:hover {
    color: #aa3904 !important;
    text-decoration-thickness: 2px;
}

.faq-answer__content img,
.faq-answer__content iframe,
.faq-answer__content video {
    height: auto;
    max-width: 100%;
}

.faq-cta {
    background:
        radial-gradient(circle at 82% 30%, rgba(242, 102, 34, 0.2), transparent 28%),
        var(--ft-ink-soft);
    color: var(--ft-paper);
    padding: clamp(54px, 7vw, 78px) 0;
}

.faq-cta__inner {
    align-items: center;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) auto;
}

.faq-cta h2 {
    color: var(--ft-paper);
    font-size: clamp(2rem, 3.7vw, 3.15rem);
}

.faq-cta p:not(.faq-section-label) {
    color: #adb9c7;
    margin: 15px 0 0;
    max-width: 700px;
}

.faq-cta__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.faq-button {
    align-items: center;
    background: var(--ft-orange);
    border: 1px solid var(--ft-orange);
    border-radius: 999px;
    color: var(--ft-paper) !important;
    display: inline-flex;
    font-size: 0.82rem;
    font-weight: 800;
    justify-content: center;
    letter-spacing: 0.035em;
    line-height: 1.1;
    min-height: 50px;
    padding: 15px 23px;
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
    white-space: nowrap;
}

.faq-button:hover {
    background: var(--ft-orange-dark);
    border-color: var(--ft-orange-dark);
    box-shadow: 0 10px 24px rgba(217, 77, 11, 0.22);
    transform: translateY(-1px);
}

.faq-button--secondary {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.35);
}

.faq-button--secondary:hover {
    background: var(--ft-paper);
    border-color: var(--ft-paper);
    color: var(--ft-ink) !important;
}

@media (max-width: 820px) {
    .faq-tools__inner,
    .faq-cta__inner {
        grid-template-columns: 1fr;
    }

    .faq-cta__actions {
        justify-content: flex-start;
    }
}

@media (max-width: 650px) {
    body.foxtele-faq {
        --ft-shell: min(100% - 28px, 1180px);
        padding-bottom: 73px;
    }

    .faq-hero {
        padding: 52px 0 48px;
    }

    .faq-hero h1 {
        font-size: clamp(2.35rem, 11.5vw, 3.45rem);
    }

    .faq-hero__lede {
        font-size: 0.96rem;
    }

    .faq-tools {
        padding: 28px 0 32px;
    }

    .faq-search {
        border-radius: var(--ft-radius-sm);
    }

    .faq-list-section {
        padding: 60px 0 76px;
    }

    .faq-list-heading {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }

    .faq-result-count {
        margin: 0;
    }

    .faq-question {
        font-size: 0.98rem;
        gap: 14px;
        min-height: 70px;
        padding: 18px 17px 18px 19px;
    }

    .faq-question__icon {
        flex-basis: 32px;
        height: 32px;
        width: 32px;
    }

    .faq-answer__inner {
        padding: 0 19px 21px;
    }

    .faq-answer__content {
        font-size: 0.91rem;
        padding-top: 17px;
    }

    .faq-cta__inner {
        gap: 28px;
    }

    .faq-cta__actions {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .faq-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .foxtele-faq main *,
    .foxtele-faq main *::before,
    .foxtele-faq main *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
