/* =========================================================
   RADSIN MOTOR
   FAQ PAGE
   RTL / Persian
========================================================= */


/* =========================================================
   01. FAQ HERO
========================================================= */

.faq-page-hero {
    position: relative;
    min-height: 620px;

    display: flex;
    align-items: center;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            #172033 0%,
            #202b43 55%,
            #172033 100%
        );

    padding-top: 110px;
}


.faq-hero-pattern {
    position: absolute;
    inset: 0;

    opacity: 0.35;

    background-image:
        linear-gradient(
            135deg,
            transparent 0%,
            rgba(198, 154, 58, 0.06) 50%,
            transparent 100%
        );

    pointer-events: none;
}


.faq-hero-pattern::before,
.faq-hero-pattern::after {
    content: "";

    position: absolute;

    border-radius: 50%;

    border: 1px solid rgba(198, 154, 58, 0.13);
}


.faq-hero-pattern::before {
    width: 500px;
    height: 500px;

    left: -180px;
    top: -180px;
}


.faq-hero-pattern::after {
    width: 700px;
    height: 700px;

    right: -350px;
    bottom: -400px;
}


.faq-hero-content {
    position: relative;

    z-index: 2;

    max-width: 850px;

    padding: 80px 0 120px;

    color: var(--white);
}


.faq-hero-label {
    display: inline-flex;
    align-items: center;
    gap: 12px;

    margin-bottom: 22px;

    color: var(--primary-light);

    font-size: 0.85rem;
    font-weight: 800;
}


.faq-hero-label span {
    width: 38px;
    height: 2px;

    background: var(--primary-light);
}


.faq-hero-content h1 {
    margin: 0 0 25px;

    color: var(--white);

    font-size: clamp(2.4rem, 5vw, 4.8rem);

    font-weight: 500;

    line-height: 1.4;
}


.faq-hero-content h1 strong {
    display: block;

    color: var(--primary-light);

    font-weight: 900;
}


.faq-hero-content > p {
    max-width: 700px;

    margin: 0 0 32px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 1rem;

    line-height: 2.2;
}


.faq-hero-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 12px;
}


.faq-hero-actions .btn-outline-custom {
    color: var(--white);

    background: rgba(255, 255, 255, 0.07);

    border-color: rgba(255, 255, 255, 0.22);
}


.faq-hero-actions .btn-outline-custom:hover {
    color: var(--dark);

    background: var(--white);

    border-color: var(--white);
}


.faq-hero-bottom {
    position: absolute;

    right: 0;
    bottom: 0;
    left: 0;

    z-index: 3;

    border-top: 1px solid rgba(255, 255, 255, 0.08);

    background: rgba(23, 32, 51, 0.65);

    backdrop-filter: blur(15px);
}


.faq-hero-stat {
    min-height: 90px;

    display: flex;
    align-items: center;

    gap: 15px;
}


.faq-hero-stat > i {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--primary-light);

    background: rgba(198, 154, 58, 0.1);

    border-radius: 12px;

    font-size: 1.25rem;
}


.faq-hero-stat div {
    display: flex;
    flex-direction: column;
}


.faq-hero-stat strong {
    color: var(--white);

    font-size: 0.85rem;
    font-weight: 900;
}


.faq-hero-stat span {
    color: rgba(255, 255, 255, 0.55);

    font-size: 0.72rem;
}


/* =========================================================
   02. INTRO
========================================================= */

.faq-intro-section {
    background: var(--white);
}


.faq-intro-features {
    display: flex;
    flex-direction: column;

    gap: 13px;

    margin-top: 30px;
}


.faq-intro-feature {
    display: flex;
    align-items: center;

    gap: 14px;

    padding: 14px 0;

    border-bottom: 1px solid var(--border);
}


.faq-intro-feature:last-child {
    border-bottom: 0;
}


.faq-intro-feature > i {
    width: 45px;
    height: 45px;

    flex: 0 0 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--primary-dark);

    background: rgba(198, 154, 58, 0.1);

    border-radius: 12px;

    font-size: 1.1rem;
}


.faq-intro-feature div {
    display: flex;
    flex-direction: column;
}


.faq-intro-feature strong {
    color: var(--dark);

    font-size: 0.83rem;
    font-weight: 900;
}


.faq-intro-feature span {
    color: var(--muted);

    font-size: 0.72rem;
}


/* =========================================================
   03. HIGHLIGHT CARD
========================================================= */

.faq-highlight-card {
    position: relative;

    min-height: 330px;

    display: flex;
    flex-direction: column;
    justify-content: center;

    padding: 50px;

    overflow: hidden;

    background:
        linear-gradient(
            145deg,
            var(--dark),
            var(--dark-2)
        );

    border-radius: var(--radius-lg);

    box-shadow: var(--shadow-lg);
}


.faq-highlight-card::after {
    content: "?";

    position: absolute;

    left: 25px;
    bottom: -65px;

    color: rgba(198, 154, 58, 0.07);

    font-family: Georgia, serif;

    font-size: 16rem;
    font-weight: 900;

    line-height: 1;
}


.faq-highlight-icon {
    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    color: var(--dark);

    background: var(--primary-light);

    border-radius: 16px;

    font-size: 1.5rem;
}


.faq-highlight-card > span {
    margin-bottom: 5px;

    color: var(--primary-light);

    font-size: 0.75rem;
    font-weight: 800;
}


.faq-highlight-card h3 {
    position: relative;
    z-index: 2;

    margin: 0 0 15px;

    color: var(--white);

    font-size: 1.5rem;
    font-weight: 900;
}


.faq-highlight-card p {
    position: relative;
    z-index: 2;

    max-width: 600px;

    margin: 0 0 25px;

    color: rgba(255, 255, 255, 0.62);

    font-size: 0.8rem;

    line-height: 2;
}


.faq-highlight-card .text-link {
    position: relative;
    z-index: 3;

    width: fit-content;

    color: var(--primary-light);
}


/* =========================================================
   04. FAQ LIST
========================================================= */

.faq-list-section {
    background: var(--light);
}


.faq-list-section > .container {
    max-width: 1000px;
}


.faq-category {
    margin-top: 55px;
}


.faq-category-title {
    display: flex;
    align-items: center;

    gap: 15px;

    margin-bottom: 18px;
}


.faq-category-icon {
    width: 52px;
    height: 52px;

    flex: 0 0 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--primary-dark);

    background: rgba(198, 154, 58, 0.1);

    border: 1px solid var(--border-gold);

    border-radius: 14px;

    font-size: 1.2rem;
}


.faq-category-title div:last-child {
    display: flex;
    flex-direction: column;
}


.faq-category-title span {
    color: var(--primary-dark);

    font-size: 0.68rem;
    font-weight: 800;
}


.faq-category-title h3 {
    margin: 2px 0 0;

    color: var(--dark);

    font-size: 1.2rem;
    font-weight: 900;
}


/* =========================================================
   05. FAQ ACCORDION
========================================================= */

.faq-category .custom-accordion {
    gap: 10px;
}


.faq-category .custom-accordion .accordion-item {
    border-radius: 14px !important;
}


.faq-category .custom-accordion .accordion-button {
    min-height: 65px;

    padding: 20px 24px;

    font-size: 0.84rem;

    line-height: 1.8;
}


.faq-category .custom-accordion .accordion-body {
    padding: 0 24px 23px;

    font-size: 0.78rem;

    line-height: 2.2;
}


.faq-category
.custom-accordion
.accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}


.faq-category
.custom-accordion
.accordion-button:focus {
    box-shadow: none;
}


/* =========================================================
   06. CTA
========================================================= */

.faq-cta-section {
    padding: 90px 0;

    background: var(--white);
}


.faq-cta-card {
    position: relative;

    min-height: 300px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 50px;

    padding: 55px 60px;

    overflow: hidden;

    background:
        linear-gradient(
            135deg,
            var(--dark),
            var(--dark-2)
        );

    border-radius: var(--radius-lg);

    box-shadow: var(--shadow-lg);
}


.faq-cta-card::before {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    left: -170px;
    bottom: -200px;

    border: 1px solid rgba(198, 154, 58, 0.16);

    border-radius: 50%;
}


.faq-cta-content {
    position: relative;
    z-index: 2;

    max-width: 700px;
}


.faq-cta-content .section-label {
    color: var(--primary-light);
}


.faq-cta-content h2 {
    margin: 0 0 15px;

    color: var(--white);

    font-size: clamp(1.7rem, 3vw, 2.5rem);

    font-weight: 500;

    line-height: 1.55;
}


.faq-cta-content h2 strong {
    color: var(--primary-light);

    font-weight: 900;
}


.faq-cta-content p {
    max-width: 650px;

    margin: 0 0 25px;

    color: rgba(255, 255, 255, 0.62);

    font-size: 0.82rem;

    line-height: 2.15;
}


.faq-cta-actions {
    display: flex;
    flex-wrap: wrap;

    gap: 12px;
}


.faq-cta-actions .btn-outline-custom {
    color: var(--white);

    background: rgba(255, 255, 255, 0.06);

    border-color: rgba(255, 255, 255, 0.2);
}


.faq-cta-actions .btn-outline-custom:hover {
    color: var(--dark);

    background: var(--white);

    border-color: var(--white);
}


.faq-cta-icon {
    position: relative;
    z-index: 2;

    width: 150px;
    height: 150px;

    flex: 0 0 150px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--primary-light);

    background: rgba(198, 154, 58, 0.08);

    border: 1px solid rgba(198, 154, 58, 0.18);

    border-radius: 50%;

    font-size: 4rem;
}


/* =========================================================
   07. RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .faq-page-hero {
        min-height: 570px;
    }


    .faq-hero-content {
        padding: 70px 0 120px;
    }


    .faq-highlight-card {
        min-height: 280px;

        padding: 40px;
    }


    .faq-cta-card {
        padding: 45px;

        align-items: flex-start;
    }


    .faq-cta-icon {
        width: 110px;
        height: 110px;

        flex-basis: 110px;

        font-size: 3rem;
    }

}


@media (max-width: 767px) {

    .faq-page-hero {
        min-height: 590px;

        padding-top: 90px;
    }


    .faq-hero-content {
        padding: 55px 0 120px;
    }


    .faq-hero-content h1 {
        font-size: 2.35rem;
    }


    .faq-hero-content > p {
        font-size: 0.85rem;
    }


    .faq-hero-actions {
        flex-direction: column;

        align-items: stretch;
    }


    .faq-hero-actions a {
        width: 100%;
    }


    .faq-highlight-card {
        padding: 35px;
    }


    .faq-category {
        margin-top: 40px;
    }


    .faq-category-title h3 {
        font-size: 1rem;
    }


    .faq-category
    .custom-accordion
    .accordion-button {
        padding: 18px;

        font-size: 0.78rem;
    }


    .faq-category
    .custom-accordion
    .accordion-body {
        padding: 0 18px 20px;

        font-size: 0.74rem;
    }


    .faq-cta-section {
        padding: 60px 0;
    }


    .faq-cta-card {
        flex-direction: column;

        padding: 35px 28px;
    }


    .faq-cta-icon {
        position: absolute;

        left: 20px;
        bottom: 20px;

        opacity: 0.45;
    }

}


@media (max-width: 575px) {

    .faq-page-hero {
        min-height: 560px;
    }


    .faq-hero-content h1 {
        font-size: 2rem;
    }


    .faq-hero-content > p {
        font-size: 0.78rem;
    }


    .faq-hero-stat {
        min-height: 75px;
    }


    .faq-hero-stat strong {
        font-size: 0.78rem;
    }


    .faq-hero-stat span {
        font-size: 0.65rem;
    }


    .faq-intro-feature {
        padding: 12px 0;
    }


    .faq-highlight-card {
        padding: 30px 25px;
    }


    .faq-highlight-card h3 {
        font-size: 1.25rem;
    }


    .faq-category-icon {
        width: 45px;
        height: 45px;

        flex-basis: 45px;
    }


    .faq-cta-actions {
        flex-direction: column;
    }


    .faq-cta-actions a {
        width: 100%;
    }

}
.faq-hero-image {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 420px;
    z-index: 2;
}

.faq-hero-image img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 520px;
    height: auto;
    object-fit: contain;

    filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.18));

    animation: faqCarFloat 5s ease-in-out infinite;
}

.faq-image-glow {
    position: absolute;
    width: 360px;
    height: 360px;

    background: radial-gradient(
        circle,
        rgba(180, 135, 70, 0.20) 0%,
        rgba(180, 135, 70, 0.08) 40%,
        transparent 72%
    );

    border-radius: 50%;
    z-index: 1;

    filter: blur(10px);
}


@keyframes faqCarFloat {

    0%,
    100% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(-12px) rotate(-0.5deg);
    }

}


/* موبایل */
@media (max-width: 991px) {

    .faq-hero-image {
        min-height: auto;
        margin-top: 45px;
    }

    .faq-hero-image img {
        max-width: 420px;
    }

}


@media (max-width: 576px) {

    .faq-hero-image {
        margin-top: 30px;
    }

    .faq-hero-image img {
        max-width: 330px;
    }

}