/* ==========================================================
   WorldSpace Broadband
   FAQ Page
========================================================== */

.faq-page {
    min-height: 100vh;

    padding-bottom: 70px;

    background:
        radial-gradient(
            circle at 8% 12%,
            rgba(8,121,217,.10),
            transparent 32%
        ),
        radial-gradient(
            circle at 92% 30%,
            rgba(73,168,237,.10),
            transparent 34%
        ),
        linear-gradient(
            180deg,
            #f7fbff 0%,
            #eef7ff 50%,
            #f8fbfe 100%
        );

    color: #17345f;

    font-family:
        Arial,
        Helvetica,
        sans-serif;
}


/* ==========================================================
   Container
========================================================== */

.faq-container {
    width: min(1000px, calc(100% - 40px));

    margin: 0 auto;
}


/* ==========================================================
   Hero
========================================================== */

.faq-hero {
    position: relative;

    padding: 55px 0 45px;

    background:
        linear-gradient(
            135deg,
            #eef7ff 0%,
            #ffffff 55%,
            #edf7ff 100%
        );

    border-bottom: 1px solid #dceaf7;

    overflow: hidden;
}

.faq-hero::after {
    content: "";

    position: absolute;

    width: 500px;
    height: 180px;

    right: -120px;
    bottom: -100px;

    border-radius: 50%;

    background: rgba(8,121,217,.07);

    transform: rotate(-8deg);
}

.faq-eyebrow {
    display: inline-block;

    margin-bottom: 12px;

    color: #0879d9;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: .12em;

    text-transform: uppercase;
}

.faq-hero h1 {
    position: relative;
    z-index: 2;

    margin: 0 0 12px;

    color: #17345f;

    font-size: 34px;
    font-weight: 800;

    line-height: 1.2;
}

.faq-hero p {
    position: relative;
    z-index: 2;

    max-width: 650px;

    margin: 0;

    color: #536b87;

    font-size: 16px;

    line-height: 1.7;
}


/* ==========================================================
   FAQ List
========================================================== */

.faq-list {
    margin-top: 38px;
}


/* ==========================================================
   FAQ Item
========================================================== */

.faq-item {
    margin-bottom: 14px;

    border: 1px solid #d9e7f4;

    border-radius: 12px;

    background: rgba(255,255,255,.92);

    box-shadow:
        0 4px 16px rgba(30,75,115,.06);

    overflow: hidden;

    transition:
        border-color .2s ease,
        box-shadow .2s ease;
}

.faq-item:hover {
    border-color: #b9d7ef;

    box-shadow:
        0 7px 22px rgba(30,75,115,.09);
}


/* ==========================================================
   Question
========================================================== */

.faq-item summary {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 64px;

    padding: 18px 60px 18px 22px;

    color: #17345f;

    font-size: 16px;
    font-weight: 700;

    line-height: 1.5;

    cursor: pointer;

    list-style: none;

    user-select: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";

    position: absolute;

    right: 22px;
    top: 50%;

    transform: translateY(-50%);

    color: #0879d9;

    font-size: 25px;
    font-weight: 400;

    line-height: 1;

    transition: transform .2s ease;
}

.faq-item[open] summary {
    color: #0879d9;

    border-bottom: 1px solid #e2edf6;
}

.faq-item[open] summary::after {
    content: "−";
}


/* ==========================================================
   Answer
========================================================== */

.faq-answer {
    padding: 20px 24px 23px;

    color: #405b78;

    font-size: 14px;

    line-height: 1.8;
}

.faq-answer p {
    margin: 0 0 12px;
}

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

.faq-answer ul,
.faq-answer ol {
    margin: 0;

    padding-left: 22px;
}

.faq-answer li {
    margin-bottom: 9px;

    padding-left: 4px;
}

.faq-answer li:last-child {
    margin-bottom: 0;
}

.faq-answer strong {
    color: #17345f;
}


/* ==========================================================
   Mobile
========================================================== */

@media (max-width: 650px) {

    .faq-container {
        width: min(100% - 30px, 1000px);
    }

    .faq-hero {
        padding: 42px 0 35px;
    }

    .faq-hero h1 {
        font-size: 27px;
    }

    .faq-hero p {
        font-size: 14px;
    }

    .faq-list {
        margin-top: 25px;
    }

    .faq-item summary {
        min-height: 58px;

        padding:
            16px 48px 16px 17px;

        font-size: 14px;
    }

    .faq-item summary::after {
        right: 17px;

        font-size: 22px;
    }

    .faq-answer {
        padding: 17px 18px 20px;

        font-size: 13px;

        line-height: 1.75;
    }

}


/* ==========================================================
   WorldSpace Broadband
   FAQ Page - Corporate Visual Polish
========================================================== */

.faq-page,
.faq-page button,
.faq-page input,
.faq-page textarea {
    font-family: Arial, Helvetica, sans-serif;
}


/* ==========================================================
   Main FAQ Background
========================================================== */

.faq-page {
    position: relative;

    background:
        radial-gradient(
            circle at 8% 15%,
            rgba(0, 103, 214, .07),
            transparent 25%
        ),
        radial-gradient(
            circle at 92% 20%,
            rgba(0, 145, 255, .08),
            transparent 28%
        ),
        linear-gradient(
            180deg,
            #F5FAFF 0%,
            #FFFFFF 45%,
            #F7FBFF 100%
        );
}


/* ==========================================================
   FAQ Hero
========================================================== */

.faq-hero {
    padding-top: 70px;
    padding-bottom: 50px;
}

.faq-eyebrow {
    display: inline-flex;
    align-items: center;

    padding: 7px 16px;

    border: 1px solid #CFE4FA;
    border-radius: 30px;

    background: #FFFFFF;

    color: #0067D6;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;

    letter-spacing: .08em;

    box-shadow:
        0 6px 18px rgba(0, 86, 179, .07);
}

.faq-hero h1 {
    margin-top: 18px;

    color: #0F172A;

    font-family: Arial, Helvetica, sans-serif;

    font-size: clamp(32px, 4vw, 48px);
    font-weight: 700;

    line-height: 1.15;
    letter-spacing: -.025em;
}

.faq-hero p {
    max-width: 700px;

    margin: 16px auto 0;

    color: #52657D;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 16px;
    line-height: 1.75;
}


/* ==========================================================
   FAQ List
========================================================== */

.faq-list {
    max-width: 900px;

    margin: 0 auto;
}


/* ==========================================================
   FAQ Card
========================================================== */

.faq-item {
    position: relative;

    margin-bottom: 16px;

    overflow: hidden;

    border: 1px solid #D9E7F5;
    border-radius: 14px;

    background: #FFFFFF;

    box-shadow:
        0 6px 22px rgba(15, 23, 42, .055);

    transition:
        transform .22s ease,
        border-color .22s ease,
        box-shadow .22s ease;
}

.faq-item:hover {
    transform: translateY(-2px);

    border-color: #BBD8F5;

    box-shadow:
        0 12px 30px rgba(15, 23, 42, .09);
}


/* ==========================================================
   FAQ Question
========================================================== */

.faq-item summary {
    position: relative;

    display: flex;
    align-items: center;

    min-height: 68px;

    padding: 18px 58px 18px 22px;

    cursor: pointer;

    color: #102A56;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 17px;
    font-weight: 700;

    line-height: 1.5;

    list-style: none;

    transition:
        color .2s ease,
        background .2s ease;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::marker {
    display: none;
}


/* Blue accent on question */

.faq-item summary::before {
    content: "";

    width: 4px;
    height: 30px;

    margin-right: 15px;

    flex-shrink: 0;

    border-radius: 5px;

    background: #0879D9;
}


/* ==========================================================
   Plus / Minus Button
========================================================== */

.faq-item summary::after {
    content: "+";

    position: absolute;

    top: 50%;
    right: 20px;

    width: 30px;
    height: 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    transform: translateY(-50%);

    border: 1px solid #C9DFF4;
    border-radius: 50%;

    background: #F3F9FF;

    color: #0879D9;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 21px;
    font-weight: 400;

    line-height: 1;

    transition:
        transform .2s ease,
        background .2s ease,
        color .2s ease;
}

.faq-item[open] summary {
    color: #0067D6;

    background:
        linear-gradient(
            90deg,
            #F5FAFF 0%,
            #FFFFFF 100%
        );
}

.faq-item[open] summary::after {
    content: "−";

    background: #0879D9;

    color: #FFFFFF;

    transform:
        translateY(-50%)
        rotate(180deg);
}


/* ==========================================================
   FAQ Answer
========================================================== */

.faq-answer {
    padding: 0 58px 24px 41px;

    color: #52657D;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 15px;

    line-height: 1.75;

    border-top: 1px solid #EDF3F9;
}

.faq-answer p {
    margin: 18px 0 0;
}

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

.faq-answer ul,
.faq-answer ol {
    margin-top: 14px;
    padding-left: 22px;
}

.faq-answer li {
    margin-bottom: 8px;
}

.faq-answer li:last-child {
    margin-bottom: 0;
}

.faq-answer strong {
    color: #17345F;

    font-weight: 700;
}


/* ==========================================================
   FAQ Container
========================================================== */

.faq-container {
    width: min(1180px, calc(100% - 40px));

    margin-left: auto;
    margin-right: auto;
}


/* ==========================================================
   Mobile
========================================================== */

@media (max-width: 700px) {

    .faq-hero {
        padding-top: 50px;
        padding-bottom: 35px;
    }

    .faq-hero h1 {
        font-size: 34px;
    }

    .faq-hero p {
        font-size: 15px;
        line-height: 1.65;
    }

    .faq-container {
        width: calc(100% - 28px);
    }

    .faq-item {
        margin-bottom: 13px;

        border-radius: 12px;
    }

    .faq-item summary {
        min-height: 62px;

        padding:
            16px 52px 16px 16px;

        font-size: 16px;
    }

    .faq-item summary::before {
        width: 3px;
        height: 26px;

        margin-right: 11px;
    }

    .faq-item summary::after {
        right: 15px;

        width: 28px;
        height: 28px;

        font-size: 19px;
    }

    .faq-answer {
        padding:
            0 18px 20px 30px;

        font-size: 14px;

        line-height: 1.7;
    }

}


/* ==========================================================
   Small Mobile
========================================================== */

@media (max-width: 420px) {

    .faq-hero h1 {
        font-size: 30px;
    }

    .faq-eyebrow {
        font-size: 12px;
    }

    .faq-item summary {
        font-size: 15px;
    }

    .faq-answer {
        padding-left: 27px;
        padding-right: 16px;
    }

}


/* ===== FAQ FINAL POLISH ===== */

.faq-page {
    font-family: Arial, Helvetica, sans-serif;
}

/* ----------------------------------------------------------
   Hero - More Compact Corporate Look
---------------------------------------------------------- */

.faq-hero {
    padding-top: 55px;
    padding-bottom: 42px;
}

.faq-hero h1 {
    margin-top: 22px;
    margin-bottom: 14px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.8px;
}

.faq-hero p {
    margin-top: 0;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1.7;
}


/* ----------------------------------------------------------
   FAQ List - Narrower & Premium
---------------------------------------------------------- */

.faq-list {
    width: min(900px, calc(100% - 40px));
    margin-left: auto;
    margin-right: auto;

    gap: 16px;
}


/* ----------------------------------------------------------
   FAQ Cards
---------------------------------------------------------- */

.faq-item {
    border-radius: 14px;

    font-family: Arial, Helvetica, sans-serif;

    transition:
        transform .22s ease,
        box-shadow .22s ease,
        border-color .22s ease;
}

.faq-item:hover {
    transform: translateY(-2px);

    box-shadow:
        0 10px 28px rgba(15, 23, 42, .08);
}


/* ----------------------------------------------------------
   FAQ Question
---------------------------------------------------------- */

.faq-item summary {
    min-height: 68px;

    padding:
        18px
        22px
        18px
        24px;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;

    color: #0F2F57;
}


/* ----------------------------------------------------------
   Open FAQ
---------------------------------------------------------- */

.faq-item[open] {
    border-color: rgba(0, 103, 214, .25);

    box-shadow:
        0 12px 32px rgba(15, 23, 42, .08);
}

.faq-item[open] summary {
    color: #0067D6;
}


/* ----------------------------------------------------------
   FAQ Answer
---------------------------------------------------------- */

.faq-answer {
    padding:
        0
        24px
        22px
        24px;

    font-family: Arial, Helvetica, sans-serif;
}

.faq-answer p {
    margin-top: 0;

    color: #40566F;

    font-size: 15px;
    line-height: 1.75;
}

.faq-answer li {
    color: #40566F;

    font-size: 15px;
    line-height: 1.7;
}


/* ----------------------------------------------------------
   Mobile
---------------------------------------------------------- */

@media (max-width: 700px) {

    .faq-hero {
        padding-top: 42px;
        padding-bottom: 32px;
    }

    .faq-hero h1 {
        font-size: 36px;
        line-height: 1.2;
    }

    .faq-hero p {
        font-size: 15px;
    }

    .faq-list {
        width: calc(100% - 26px);
    }

    .faq-item summary {
        min-height: 62px;

        padding:
            16px
            18px
            16px
            20px;

        font-size: 16px;
    }

    .faq-answer {
        padding:
            0
            20px
            20px;
    }

    .faq-answer p,
    .faq-answer li {
        font-size: 14px;
    }
}


/* ===== END FAQ FINAL POLISH ===== */


/* ===== FAQ CENTERED HERO POLISH ===== */

.faq-page {
    font-family: Arial, Helvetica, sans-serif;
}


/* ----------------------------------------------------------
   Center FAQ Hero
---------------------------------------------------------- */

.faq-hero {
    text-align: center;

    padding-top: 48px;
    padding-bottom: 38px;
}

.faq-hero .faq-container {
    display: flex;
    flex-direction: column;
    align-items: center;

    text-align: center;
}


/* ----------------------------------------------------------
   Help Center Label
---------------------------------------------------------- */

.faq-eyebrow {
    display: inline-flex;

    margin-left: auto;
    margin-right: auto;
}


/* ----------------------------------------------------------
   Main FAQ Heading
---------------------------------------------------------- */

.faq-hero h1 {
    width: 100%;

    margin-top: 20px;
    margin-bottom: 12px;

    text-align: center;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 40px;
    font-weight: 700;

    line-height: 1.2;

    letter-spacing: -0.5px;

    color: #071B3A;
}


/* ----------------------------------------------------------
   Hero Description
---------------------------------------------------------- */

.faq-hero p {
    width: 100%;
    max-width: 720px;

    margin-left: auto;
    margin-right: auto;

    text-align: center;

    font-family: Arial, Helvetica, sans-serif;

    font-size: 16px;
    line-height: 1.6;

    color: #40566F;
}


/* ----------------------------------------------------------
   FAQ Cards
---------------------------------------------------------- */

.faq-list {
    width: min(900px, calc(100% - 40px));

    margin-left: auto;
    margin-right: auto;
}


/* ----------------------------------------------------------
   FAQ Question
---------------------------------------------------------- */

.faq-item summary {
    font-family: Arial, Helvetica, sans-serif;

    font-size: 16px;
    font-weight: 700;

    line-height: 1.45;
}


/* ----------------------------------------------------------
   Mobile
---------------------------------------------------------- */

@media (max-width: 700px) {

    .faq-hero {
        padding-top: 38px;
        padding-bottom: 30px;
    }

    .faq-hero h1 {
        font-size: 32px;
        line-height: 1.2;
    }

    .faq-hero p {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .faq-list {
        width: calc(100% - 26px);
    }

    .faq-item summary {
        font-size: 15px;
    }
}


/* ===== END FAQ CENTERED HERO POLISH ===== */

