﻿.faq-hero {
    position: relative;
    overflow: hidden;
    padding: 40px 0 45px;
    background: radial-gradient(circle at 82% 24%, rgba(255,255,255,.20), transparent 28%), radial-gradient(circle at 72% 80%, rgba(245,130,32,.20), transparent 26%), linear-gradient(120deg, #032b43 0%, #07587d 42%, #087cc4 72%, #16b4d8 100%);
    border-bottom: 0;
}

    .faq-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
        background-size: 40px 40px;
        opacity: .75;
    }

    .faq-hero::after {
        content: "";
        position: absolute;
        width: 360px;
        height: 360px;
        right: -80px;
        top: -110px;
        border-radius: 50%;
        background: radial-gradient( circle, rgba(245,130,32,.34), rgba(245,130,32,0) 68% );
    }

.faq-hero-content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.faq-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    color: #9fe9f5;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

    .faq-kicker::before {
        content: "";
        width: 34px;
        height: 2px;
        background: #f58220;
    }

.faq-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 66px);
    line-height: 1.02;
    font-weight: 800;
    letter-spacing: -2px;
}

    .faq-hero h1 span {
        color: #f7a54d;
    }

.faq-hero p {
    max-width: 620px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.88);
    font-size: 16px;
    line-height: 1.8;
}

.faq-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-top: 25px;
    padding: 8px 13px;
    border-radius: 999px;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.15);
    backdrop-filter: blur(8px);
    font-size: 13px;
}

    .faq-breadcrumb a {
        color: #fff;
        font-weight: 700;
        text-decoration: none;
    }

        .faq-breadcrumb a:hover {
            color: #f7a54d;
        }

    .faq-breadcrumb span {
        color: rgba(255,255,255,.72);
    }

        .faq-breadcrumb span:last-child {
            color: #9fe9f5;
        }



/* ==========================================
   FAQ MAIN SECTION
========================================== */

.faq-new-section {
    padding: 90px 0;
    background: #fff;
}

.faq-new-layout {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 50px;
    align-items: start;
}


/* ==========================================
   FAQ LEFT CARD
========================================== */

.faq-side {
    position: sticky;
    top: 110px;
}

.faq-side-card {
    padding: 32px;
    border-radius: 22px;
    background: #032b43;
    color: #fff;
}

.faq-side-label {
    margin-bottom: 15px;
    color: #8fe7f4;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.faq-side-card h2 {
    margin: 0;
    color: #fff;
    font-size: 35px;
    line-height: 1.1;
}

    .faq-side-card h2 span {
        color: #f58220;
    }

.faq-side-card > p {
    margin: 17px 0 28px;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.7;
}

.faq-help-box {
    display: flex;
    gap: 13px;
    padding: 17px;
    border-radius: 14px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
}

.faq-help-icon {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f58220;
    color: #fff;
    font-size: 19px;
    font-weight: 900;
}

.faq-help-box strong {
    display: block;
    color: #fff;
    font-size: 14px;
}

.faq-help-box p {
    margin: 3px 0 6px;
    color: rgba(255, 255, 255, .7);
    font-size: 12px;
}

.faq-help-box a {
    color: #8fe7f4;
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
}


/* ==========================================
   FAQ CARDS
========================================== */

.faq-list-new {
    display: grid;
    gap: 13px;
}

.faq-card {
    overflow: hidden;
    border: 1px solid #dfeaf0;
    border-radius: 15px;
    background: #fff;
    transition: border-color .2s ease, box-shadow .2s ease;
}

    .faq-card:hover {
        border-color: #b9d9e9;
    }

    .faq-card.active {
        border-color: #c5deeb;
        box-shadow: 0 8px 25px rgba(3, 43, 67, .06);
    }


/* ==========================================
   QUESTION
========================================== */

.faq-question {
    width: 100%;
    min-height: 72px;
    padding: 17px 20px;
    border: 0;
    outline: 0;
    background: transparent;
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) 34px;
    align-items: center;
    gap: 13px;
    text-align: left;
    cursor: pointer;
}

.faq-card.active .faq-question {
    background: #f7fbfd;
}

.faq-number {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eef8ff;
    color: #087cc4;
    font-size: 11px;
    font-weight: 900;
    transition: .2s ease;
}

.faq-card.active .faq-number {
    background: #087cc4;
    color: #fff;
}

.faq-question-text {
    color: #032b43;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.45;
}


/* ==========================================
   PLUS / MINUS
========================================== */

.faq-plus {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f4f9fc;
    transition: background .2s ease;
}

    .faq-plus::before,
    .faq-plus::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 12px;
        height: 2px;
        border-radius: 2px;
        background: #087cc4;
        transform: translate(-50%, -50%);
        transition: transform .25s ease, background .25s ease;
    }

    /* Vertical line = + */
    .faq-plus::after {
        transform: translate(-50%, -50%) rotate(90deg);
    }


/* OPEN STATE */

.faq-card.active .faq-plus {
    background: #f58220;
}

    .faq-card.active .faq-plus::before,
    .faq-card.active .faq-plus::after {
        background: #fff;
    }

    /* Remove vertical line, therefore + becomes - */

    .faq-card.active .faq-plus::after {
        transform: translate(-50%, -50%) rotate(0deg);
    }


/* ==========================================
   ANSWER OPEN/CLOSE
========================================== */

.faq-answer-wrap {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease;
}

.faq-answer {
    padding: 5px 24px 24px 75px;
    color: #000;
    font-size: 14px;
    line-height: 1.85;
}

    .faq-answer a {
        color: #087cc4;
        font-weight: 700;
        text-decoration: none;
    }

        .faq-answer a:hover {
            text-decoration: underline;
        }

.faq-answer-list {
    margin: 13px 0 0;
    padding-left: 20px;
}

    .faq-answer-list li {
        margin-bottom: 7px;
    }


/* ==========================================
   TESTIMONIALS
========================================== */

.faq-testimonials blockquote {
    margin: 0 0 15px;
    padding: 17px;
    border-left: 3px solid #f58220;
    border-radius: 0 10px 10px 0;
    background: #f7fbfd;
    color: #000;
    font-size: 13px;
    line-height: 1.75;
}

    .faq-testimonials blockquote:last-child {
        margin-bottom: 0;
    }

.faq-testimonials strong {
    display: block;
    margin-top: 9px;
    color: #032b43;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .faq-new-layout {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .faq-side {
        position: static;
    }

    .faq-side-card {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 280px;
        gap: 30px;
    }

    .faq-help-box {
        align-self: center;
    }
}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 576px) {

    .faq-hero {
        padding: 55px 0 60px;
    }

        .faq-hero h1 {
            font-size: 42px;
            letter-spacing: -1px;
        }

        .faq-hero p {
            font-size: 14px;
            line-height: 1.7;
        }

        .faq-hero::after {
            width: 250px;
            height: 250px;
            right: -100px;
            top: -70px;
        }

    .faq-new-section {
        padding: 55px 0;
    }

    .faq-side-card {
        display: block;
        padding: 25px;
    }

        .faq-side-card h2 {
            font-size: 30px;
        }

    .faq-help-box {
        margin-top: 22px;
    }

    .faq-question {
        min-height: 65px;
        padding: 14px;
        grid-template-columns: 34px minmax(0, 1fr) 30px;
        gap: 9px;
    }

    .faq-number {
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }

    .faq-question-text {
        font-size: 13px;
        line-height: 1.45;
    }

    .faq-plus {
        width: 28px;
        height: 28px;
    }

        .faq-plus::before,
        .faq-plus::after {
            width: 10px;
        }

    .faq-answer {
        padding: 5px 16px 19px 57px;
        font-size: 13px;
        line-height: 1.75;
    }
}
