.faq-page .site-nav {
    padding-top: 14px;
    background: transparent !important;
}

.faq-page .site-nav-shell {
    border-color: rgba(141, 235, 242, 0.18);
    background:
        linear-gradient(180deg, rgba(12, 24, 40, 0.9), rgba(7, 16, 28, 0.9)),
        radial-gradient(circle at top right, rgba(0, 208, 215, 0.14), transparent 38%);
}

.faq-page .site-footer {
    padding-top: 0.5rem;
    background: transparent;
}

.faq-page .site-footer-shell {
    border-color: rgba(141, 235, 242, 0.16);
    background:
        linear-gradient(180deg, rgba(12, 24, 40, 0.96), rgba(7, 16, 28, 0.94)),
        radial-gradient(circle at top right, rgba(0, 208, 215, 0.12), transparent 34%);
}

.faq-page .cookie-consent {
    background:
        linear-gradient(180deg, rgba(12, 24, 40, 0.96), rgba(7, 16, 28, 0.94)),
        radial-gradient(circle at top right, rgba(0, 208, 215, 0.14), transparent 34%) !important;
    color: #e7f8ff !important;
    border: 1px solid rgba(141, 235, 242, 0.18);
    box-shadow: 0 22px 56px rgba(2, 8, 18, 0.34) !important;
}

.faq-page .cookie-consent a {
    color: #8eedf2 !important;
}

.faq-page .cookie-consent #acceptEssentialCookies,
.faq-page .cookie-consent #cookieSettingsBtn {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(141, 235, 242, 0.2) !important;
}

.faq-page-main {
    padding-bottom: 0.5rem;
}

.faq-page-stack {
    display: grid;
    gap: 1rem;
}

.faq-hero,
.faq-grid-panel,
.faq-video-panel {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(141, 235, 242, 0.14);
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(12, 25, 41, 0.96), rgba(7, 16, 28, 0.94)),
        radial-gradient(circle at top right, rgba(0, 208, 215, 0.12), transparent 36%);
    box-shadow: 0 24px 58px rgba(3, 8, 18, 0.34);
    backdrop-filter: blur(14px);
}

.faq-hero::before,
.faq-grid-panel::before,
.faq-video-panel::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.05), transparent 34%, transparent 72%, rgba(0, 208, 215, 0.08));
    pointer-events: none;
}

.faq-hero,
.faq-grid-panel,
.faq-video-panel {
    padding: clamp(1.35rem, 3vw, 2.2rem);
}

.faq-cta {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.4rem;
    padding: clamp(1.2rem, 2.5vw, 1.8rem) clamp(1.3rem, 3vw, 2rem);
    background:
        linear-gradient(135deg, rgba(0, 173, 181, 0.95), rgba(11, 107, 122, 0.96)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.14), transparent 34%);
}

.faq-cta::before {
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.1), transparent 34%, transparent 76%, rgba(255, 255, 255, 0.08));
}

.faq-section-copy,
.faq-cta-copy,
.faq-panel-copy {
    position: relative;
    z-index: 1;
    max-width: 920px;
}

.faq-section-copy {
    margin: 0 auto 1.4rem;
}

.faq-section-copy-left {
    margin: 0;
    max-width: 650px;
}

.faq-section-copy h1,
.faq-section-copy h2,
.faq-cta-copy h2,
.faq-panel-copy h2 {
    margin: 0;
    color: #f4fbff;
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 0.98;
}

.faq-section-copy h1 {
    font-size: clamp(2.55rem, 5vw, 4.6rem);
}

.faq-section-copy h2,
.faq-cta-copy h2,
.faq-panel-copy h2 {
    font-size: clamp(1.95rem, 4vw, 3.2rem);
}

.faq-section-copy p,
.faq-cta-copy p,
.faq-panel-copy p {
    margin: 0.85rem auto 0;
    max-width: 74ch;
    color: #b8cad9;
    font-family: "Inter", "Segoe UI", sans-serif;
    font-size: 1.02rem;
    line-height: 1.8;
}

.faq-section-copy-left p,
.faq-cta-copy p,
.faq-panel-copy p {
    margin-inline: 0;
}

.faq-cta-copy p {
    color: rgba(237, 251, 255, 0.86);
}

.faq-section-label {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 0.7rem;
    padding: 0.5rem 0.92rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.08);
    color: #d9ffff;
    font-family: "Inter", "Segoe UI", sans-serif;
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.faq-hero-grid,
.faq-panel-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 1.25rem;
    align-items: center;
    margin-bottom: 1.4rem;
}

.faq-hero-media,
.faq-video-frame {
    overflow: hidden;
    border-radius: 26px;
    border: 1px solid rgba(141, 235, 242, 0.14);
    box-shadow: 0 24px 56px rgba(3, 8, 18, 0.34);
    background: rgba(7, 16, 28, 0.7);
}

.faq-hero-media img,
.faq-video-frame video {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 340px;
    object-fit: cover;
}

.faq-overview-card,
.faq-item-card {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.95rem;
    width: 100%;
    height: 100%;
    padding: 1.2rem;
    border: 1px solid rgba(141, 235, 242, 0.14);
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(14, 31, 50, 0.92), rgba(8, 18, 30, 0.92)),
        radial-gradient(circle at top right, rgba(0, 208, 215, 0.08), transparent 36%);
    box-shadow: 0 18px 42px rgba(3, 8, 18, 0.26);
    transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
}

.faq-overview-card:hover,
.faq-item-card:hover {
    transform: translateY(-4px);
    border-color: rgba(141, 235, 242, 0.24);
    box-shadow: 0 24px 52px rgba(3, 8, 18, 0.32);
}

.faq-overview-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    border: 1px solid rgba(141, 235, 242, 0.22);
    background: rgba(255, 255, 255, 0.06);
    color: var(--faq-accent, #00d0d7);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.faq-overview-icon i {
    font-size: 1.2rem;
}

.faq-overview-card h2,
.faq-item-card h3 {
    margin: 0;
    color: #eef8ff;
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    font-size: clamp(1.22rem, 1.85vw, 1.6rem);
    line-height: 1.1;
    letter-spacing: -0.04em;
    overflow-wrap: anywhere;
}

.faq-overview-card p,
.faq-item-card p {
    margin: 0;
    color: #b6cadb;
    font-family: "Inter", "Segoe UI", sans-serif;
    line-height: 1.75;
    overflow-wrap: anywhere;
}

.faq-link-list {
    display: grid;
    gap: 1rem;
    margin-top: 1.2rem;
}

.faq-link-list a {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    color: #8eedf2;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease, color 0.2s ease;
}

.faq-link-list a:hover {
    color: #d9ffff;
    border-color: rgba(141, 235, 242, 0.5);
}

.faq-cta-copy,
.faq-cta-action,
.faq-overview-card,
.faq-item-card {
    position: relative;
    z-index: 1;
}

.faq-cta-button {
    min-width: 186px;
    justify-content: center;
}

@media (max-width: 991.98px) {
    .faq-hero-grid,
    .faq-panel-grid,
    .faq-cta {
        grid-template-columns: 1fr;
    }

    .faq-cta {
        text-align: center;
    }

    .faq-cta-copy p {
        margin-inline: auto;
    }

    .faq-cta-action {
        justify-self: center;
    }
}

@media (max-width: 767.98px) {
    .faq-page-stack {
        gap: 0.95rem;
    }

    .faq-hero,
    .faq-grid-panel,
    .faq-video-panel,
    .faq-cta {
        padding: 1.15rem;
        border-radius: 24px;
    }

    .faq-hero-media,
    .faq-video-frame,
    .faq-overview-card,
    .faq-item-card {
        border-radius: 20px;
    }

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