.et-faq {
    --faq-navy: #071b33;
    --faq-navy-soft: #0c2949;
    --faq-blue: #1a73e8;
    --faq-blue-dark: #105fc6;
    --faq-green: #34a853;
    --faq-ink: #10233c;
    --faq-muted: #5d6d7e;
    --faq-line: #dfe7f0;
    --faq-surface: #ffffff;
    --faq-surface-soft: #f4f7fb;
    --faq-radius-lg: 24px;
    --faq-radius-md: 18px;
    color: var(--faq-ink);
    background: var(--faq-surface-soft);
    overflow: clip;
}

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

.et-faq__container {
    width: min(1160px, calc(100% - 48px));
    margin-inline: auto;
}

body.embarque-2026 .et-faq h1,
body.embarque-2026 .et-faq h2,
body.embarque-2026 .et-faq h3,
.et-faq h1,
.et-faq h2,
.et-faq h3,
.et-faq p {
    margin-top: 0;
}

body.embarque-2026 .et-faq h1,
body.embarque-2026 .et-faq h2,
body.embarque-2026 .et-faq h3,
.et-faq h1,
.et-faq h2,
.et-faq h3 {
    color: var(--faq-ink);
    font-weight: 750;
    letter-spacing: -0.035em;
}

.et-faq__hero {
    position: relative;
    isolation: isolate;
    min-height: 560px;
    display: grid;
    place-items: center;
    padding: 112px 0 136px;
    color: #fff;
    background:
        radial-gradient(circle at 13% 15%, rgba(26, 115, 232, 0.26), transparent 34%),
        radial-gradient(circle at 87% 78%, rgba(52, 168, 83, 0.17), transparent 30%),
        linear-gradient(135deg, #06172c 0%, #0a2747 52%, #071b33 100%);
}

.et-faq__hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,.26), transparent);
}

.et-faq__glow {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(3px);
    pointer-events: none;
}

.et-faq__glow--one {
    width: 380px;
    height: 380px;
    top: -230px;
    right: 10%;
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 0 0 70px rgba(255,255,255,.018), 0 0 0 140px rgba(255,255,255,.012);
}

.et-faq__glow--two {
    width: 260px;
    height: 260px;
    left: -110px;
    bottom: -120px;
    background: rgba(26,115,232,.1);
}

.et-faq__hero-inner {
    text-align: center;
}

.et-faq__eyebrow,
.et-faq__label,
.et-faq__section-eyebrow,
.et-faq__support-kicker {
    margin-bottom: 18px;
    color: var(--faq-blue);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .17em;
    text-transform: uppercase;
}

.et-faq__hero .et-faq__eyebrow {
    color: #84b8ff;
}

body.embarque-2026 .et-faq__hero h1,
.et-faq__hero h1 {
    max-width: 850px;
    margin: 0 auto 22px;
    color: #fff;
    font-size: clamp(42px, 6vw, 72px);
    line-height: 1.02;
    letter-spacing: -.055em;
}

.et-faq__hero-copy {
    max-width: 720px;
    margin: 0 auto 38px;
    color: rgba(255,255,255,.78);
    font-size: clamp(17px, 2vw, 20px);
    line-height: 1.7;
}

.et-faq__search-wrap {
    position: relative;
    display: flex;
    align-items: center;
    width: min(760px, 100%);
    min-height: 66px;
    margin: 0 auto;
    padding: 0 20px;
    color: #65809e;
    background: #fff;
    border: 1px solid rgba(255,255,255,.46);
    border-radius: 18px;
    box-shadow: 0 24px 70px rgba(0,0,0,.27);
}

.et-faq__search-wrap:focus-within {
    outline: 3px solid rgba(132,184,255,.42);
    outline-offset: 3px;
}

.et-faq__search-wrap input[type="search"] {
    width: 100%;
    height: 64px;
    padding: 0 46px 0 15px;
    color: var(--faq-ink);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 16px;
}

.et-faq__search-wrap input[type="search"]::placeholder {
    color: #8290a0;
    opacity: 1;
}

.et-faq__search-wrap input[type="search"]::-webkit-search-cancel-button {
    display: none;
}

.et-faq__search-clear {
    position: absolute;
    right: 16px;
    width: 34px;
    height: 34px;
    padding: 0;
    color: #5c6e81;
    background: #edf2f8;
    border: 0;
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.et-faq__search-clear:hover,
.et-faq__search-clear:focus-visible {
    color: #fff;
    background: var(--faq-blue);
}

.et-faq__trust {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 30px;
    margin-top: 28px;
    color: rgba(255,255,255,.68);
    font-size: 13px;
    font-weight: 650;
}

.et-faq__trust span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.et-faq__trust i {
    width: 7px;
    height: 7px;
    background: #65d787;
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(101,215,135,.1);
}

.et-faq__body {
    padding: 0 0 100px;
}

.et-faq__context {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    width: min(960px, 100%);
    margin: -54px auto 88px;
    padding: 28px 32px;
    background: #fff;
    border: 1px solid rgba(208,220,233,.9);
    border-radius: var(--faq-radius-lg);
    box-shadow: 0 24px 65px rgba(9,39,72,.13);
}

.et-faq__context-icon {
    display: grid;
    place-items: center;
    width: 54px;
    height: 54px;
    color: #fff;
    background: linear-gradient(135deg, var(--faq-blue), #4d99f4);
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(26,115,232,.23);
}

.et-faq__context strong {
    display: block;
    margin: 1px 0 7px;
    color: var(--faq-navy);
    font-size: 18px;
}

.et-faq__context p {
    margin-bottom: 0;
    color: var(--faq-muted);
    font-size: 15px;
    line-height: 1.7;
}

.et-faq__filter-area {
    padding-bottom: 56px;
    border-bottom: 1px solid var(--faq-line);
}

.et-faq__filter-heading {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: end;
    margin-bottom: 28px;
}

.et-faq__label {
    margin-bottom: 10px;
}

body.embarque-2026 .et-faq__filter-heading h2,
.et-faq__filter-heading h2 {
    margin-bottom: 0;
    color: var(--faq-navy);
    font-size: clamp(30px, 4vw, 42px);
    line-height: 1.12;
}

.et-faq__results {
    margin-bottom: 4px;
    color: var(--faq-muted);
    font-size: 14px;
    white-space: nowrap;
}

.et-faq__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.et-faq__filter {
    min-height: 44px;
    padding: 10px 17px;
    color: #42566d;
    background: #fff;
    border: 1px solid #d6e0eb;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .2s ease, color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.et-faq__filter:hover {
    color: var(--faq-blue);
    border-color: #9bc1f4;
    transform: translateY(-1px);
}

.et-faq__filter:focus-visible,
.et-faq__question:focus-visible,
.et-faq__button:focus-visible,
.et-faq__empty a:focus-visible {
    outline: 3px solid rgba(26,115,232,.32);
    outline-offset: 3px;
}

.et-faq__filter.is-active {
    color: #fff;
    background: var(--faq-navy);
    border-color: var(--faq-navy);
    box-shadow: 0 10px 24px rgba(7,27,51,.16);
}

.et-faq__sections {
    padding-top: 20px;
}

.et-faq__section {
    display: grid;
    grid-template-columns: minmax(220px, .72fr) minmax(0, 1.65fr);
    gap: 76px;
    padding: 68px 0;
    border-bottom: 1px solid var(--faq-line);
}

.et-faq__section[hidden],
.et-faq__item[hidden],
.et-faq__empty[hidden],
.et-faq__search-clear[hidden] {
    display: none !important;
}

.et-faq__section-intro {
    align-self: start;
    position: sticky;
    top: 30px;
}

.et-faq__section-eyebrow {
    margin-bottom: 12px;
}

body.embarque-2026 .et-faq__section-intro h2,
.et-faq__section-intro h2 {
    margin-bottom: 16px;
    color: var(--faq-navy);
    font-size: clamp(27px, 3vw, 36px);
    line-height: 1.16;
}

.et-faq__section-intro > p:last-child {
    margin-bottom: 0;
    color: var(--faq-muted);
    font-size: 15px;
    line-height: 1.72;
}

.et-faq__accordion {
    display: grid;
    gap: 13px;
}

.et-faq__item {
    background: #fff;
    border: 1px solid #dce5ee;
    border-radius: var(--faq-radius-md);
    box-shadow: 0 6px 18px rgba(22,52,85,.035);
    overflow: hidden;
    transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}

.et-faq__item:hover {
    border-color: #bdd0e4;
    box-shadow: 0 12px 30px rgba(22,52,85,.075);
}

.et-faq__item.is-open {
    border-color: rgba(26,115,232,.45);
    box-shadow: 0 14px 36px rgba(26,115,232,.09);
}

.et-faq__item h3 {
    margin: 0;
}

.et-faq__question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    width: 100%;
    min-height: 76px;
    padding: 21px 24px;
    color: var(--faq-navy);
    text-align: left;
    background: transparent;
    border: 0;
    font-size: 17px;
    font-weight: 750;
    line-height: 1.45;
    cursor: pointer;
}

.et-faq__question i {
    position: relative;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    background: #eff4fa;
    border-radius: 50%;
    transition: background .2s ease, transform .25s ease;
}

.et-faq__question i::before,
.et-faq__question i::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 2px;
    background: var(--faq-blue);
    border-radius: 2px;
    transform: translate(-50%, -50%);
}

.et-faq__question i::after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform .25s ease, opacity .25s ease;
}

.et-faq__question[aria-expanded="true"] i {
    color: #fff;
    background: var(--faq-blue);
    transform: rotate(180deg);
}

.et-faq__question[aria-expanded="true"] i::before,
.et-faq__question[aria-expanded="true"] i::after {
    background: #fff;
}

.et-faq__question[aria-expanded="true"] i::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0);
}

.et-faq__answer > div {
    padding: 0 76px 24px 24px;
    color: var(--faq-muted);
    font-size: 15px;
    line-height: 1.78;
}

.et-faq__answer a {
    color: var(--faq-blue-dark);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.et-faq__answer a:hover {
    color: var(--faq-navy);
}

.et-faq__empty {
    margin: 70px auto 20px;
    padding: 55px 28px;
    text-align: center;
    background: #fff;
    border: 1px solid var(--faq-line);
    border-radius: var(--faq-radius-lg);
}

.et-faq__empty > span {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    margin: 0 auto 20px;
    color: #fff;
    background: var(--faq-blue);
    border-radius: 18px;
    font-size: 28px;
    font-weight: 800;
}

body.embarque-2026 .et-faq__empty h2,
.et-faq__empty h2 {
    margin-bottom: 10px;
    color: var(--faq-navy);
    font-size: 28px;
}

.et-faq__empty p {
    margin-bottom: 22px;
    color: var(--faq-muted);
}

.et-faq__empty a {
    display: inline-flex;
    padding: 12px 20px;
    color: #fff;
    background: var(--faq-navy);
    border-radius: 12px;
    font-weight: 750;
    text-decoration: none;
}

.et-faq__support {
    padding: 100px 0;
    background: var(--faq-navy);
}

.et-faq__support-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.et-faq__support-card {
    min-height: 365px;
    padding: 48px;
    border-radius: var(--faq-radius-lg);
}

.et-faq__support-card--traveler {
    color: var(--faq-ink);
    background: #fff;
}

.et-faq__support-card--partner {
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(255,255,255,.16), transparent 30%),
        linear-gradient(145deg, var(--faq-blue), #0d5abc);
    border: 1px solid rgba(255,255,255,.17);
}

.et-faq__support-card .et-faq__support-kicker {
    margin-bottom: 16px;
}

.et-faq__support-card--partner .et-faq__support-kicker {
    color: rgba(255,255,255,.72);
}

body.embarque-2026 .et-faq__support-card h2,
.et-faq__support-card h2 {
    margin-bottom: 17px;
    color: var(--faq-navy);
    font-size: clamp(31px, 4vw, 43px);
    line-height: 1.1;
}

body.embarque-2026 .et-faq__support-card--partner h2,
.et-faq__support-card--partner h2 {
    color: #fff;
}

.et-faq__support-card > p:not(.et-faq__support-kicker) {
    max-width: 500px;
    margin-bottom: 30px;
    color: var(--faq-muted);
    font-size: 16px;
    line-height: 1.72;
}

.et-faq__support-card--partner > p:not(.et-faq__support-kicker) {
    color: rgba(255,255,255,.8);
}

.et-faq__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.et-faq__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 13px 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, color .2s ease, background .2s ease;
}

.et-faq__button:hover {
    transform: translateY(-2px);
}

.et-faq__button--primary {
    color: #fff;
    background: var(--faq-blue);
    box-shadow: 0 11px 24px rgba(26,115,232,.22);
}

.et-faq__button--primary:hover {
    color: #fff;
    background: var(--faq-blue-dark);
}

.et-faq__button--secondary {
    color: var(--faq-navy);
    background: #fff;
    border-color: #cedae6;
}

.et-faq__button--secondary:hover {
    color: var(--faq-blue);
    border-color: #9bc1f4;
}

.et-faq__button--light {
    color: var(--faq-blue-dark);
    background: #fff;
    box-shadow: 0 12px 28px rgba(4,46,101,.2);
}

.et-faq__button--light:hover {
    color: var(--faq-navy);
    background: #f5f9ff;
}

@media (max-width: 960px) {
    .et-faq__section {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .et-faq__section-intro {
        position: static;
        max-width: 680px;
    }

    .et-faq__support-card {
        padding: 38px;
    }
}

@media (max-width: 720px) {
    body.page-id-843 {
        overflow-x: hidden;
    }

    body.page-id-843 .et-payment-banner {
        box-sizing: border-box;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
    }

    .et-faq__container {
        width: min(100% - 32px, 1160px);
    }

    .et-faq__hero {
        min-height: 510px;
        padding: 88px 0 112px;
    }

    .et-faq__hero-copy {
        font-size: 16px;
    }

    .et-faq__search-wrap {
        min-height: 60px;
        padding-inline: 17px;
        border-radius: 16px;
    }

    .et-faq__search-wrap input[type="search"] {
        height: 58px;
        font-size: 15px;
    }

    .et-faq__trust {
        gap: 12px 20px;
    }

    .et-faq__body {
        padding-bottom: 70px;
    }

    .et-faq__context {
        margin-bottom: 65px;
        padding: 24px;
    }

    .et-faq__filter-heading {
        display: block;
    }

    .et-faq__results {
        margin-top: 13px;
    }

    .et-faq__filters {
        flex-wrap: nowrap;
        margin-inline: -16px;
        padding: 3px 16px 12px;
        overflow-x: auto;
        scroll-snap-type: x proximity;
        scrollbar-width: thin;
    }

    .et-faq__filter {
        flex: 0 0 auto;
        scroll-snap-align: start;
    }

    .et-faq__section {
        padding: 54px 0;
    }

    .et-faq__support {
        padding: 72px 0;
    }

    .et-faq__support-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .et-faq__container {
        width: min(100% - 24px, 1160px);
    }

    .et-faq__hero {
        padding-top: 72px;
    }

    body.embarque-2026 .et-faq__hero h1,
    .et-faq__hero h1 {
        font-size: 41px;
    }

    .et-faq__search-wrap {
        padding-left: 15px;
    }

    .et-faq__search-wrap svg {
        width: 21px;
        height: 21px;
    }

    .et-faq__search-wrap input[type="search"] {
        padding-left: 10px;
    }

    .et-faq__trust {
        display: grid;
        justify-content: start;
        width: max-content;
        max-width: 100%;
        margin-inline: auto;
        text-align: left;
    }

    .et-faq__context {
        grid-template-columns: 1fr;
        margin-top: -44px;
        padding: 22px;
    }

    .et-faq__context-icon {
        width: 48px;
        height: 48px;
    }

    .et-faq__filters {
        margin-inline: -12px;
        padding-inline: 12px;
    }

    .et-faq__question {
        min-height: 70px;
        padding: 18px;
        font-size: 16px;
    }

    .et-faq__question i {
        flex-basis: 32px;
        width: 32px;
        height: 32px;
    }

    .et-faq__answer > div {
        padding: 0 18px 20px;
        font-size: 14.5px;
    }

    .et-faq__support-card {
        min-height: 0;
        padding: 30px 24px;
    }

    .et-faq__actions,
    .et-faq__button {
        width: 100%;
    }
}

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