/* ============================================================
   ABOUT WHY CHOOSE US
   Premium Light / Blue Design
   No People
   ============================================================ */

.about-why-section {
    position: relative;
    padding: 110px 0 105px;
    overflow: hidden;

    background:
        radial-gradient(
            circle at 8% 20%,
            rgba(37, 99, 235, 0.10),
            transparent 30%
        ),
        radial-gradient(
            circle at 92% 75%,
            rgba(14, 165, 233, 0.10),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #f7faff 0%,
            #ffffff 48%,
            #f4f8ff 100%
        );
}


/* ============================================================
   Background Shapes
   ============================================================ */

.about-why-bg-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.about-why-bg-one {
    width: 430px;
    height: 430px;
    top: -240px;
    right: -140px;

    background:
        radial-gradient(
            circle,
            rgba(37, 99, 235, 0.12),
            transparent 70%
        );
}

.about-why-bg-two {
    width: 330px;
    height: 330px;
    bottom: -180px;
    left: -130px;

    background:
        radial-gradient(
            circle,
            rgba(14, 165, 233, 0.12),
            transparent 70%
        );
}


/* ============================================================
   Dotted Grid
   ============================================================ */

.about-why-grid {
    position: absolute;
    width: 300px;
    height: 220px;
    top: 20px;
    right: 0;

    opacity: 0.35;

    background-image:
        radial-gradient(
            circle,
            rgba(37, 99, 235, 0.30) 1.5px,
            transparent 1.8px
        );

    background-size: 15px 15px;

    mask-image:
        linear-gradient(
            135deg,
            transparent,
            #000
        );

    -webkit-mask-image:
        linear-gradient(
            135deg,
            transparent,
            #000
        );

    pointer-events: none;
}


/* ============================================================
   Content
   ============================================================ */

.about-why-section .container {
    position: relative;
    z-index: 3;
}

.about-why-content {
    max-width: 570px;
}


.about-why-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 20px;

    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2.5px;

    color: #1267ed;
}

.about-why-badge span {
    width: 38px;
    height: 3px;

    border-radius: 50px;

    background:
        linear-gradient(
            90deg,
            #1267ed,
            #19b8ed
        );
}


.about-why-content h2 {
    margin: 0 0 22px;

    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.15;

    font-weight: 800;
    letter-spacing: -1.2px;

    color: #10234e;
}


.about-why-content h2::after {
    content: "";

    display: block;

    width: 68px;
    height: 5px;

    margin-top: 20px;

    border-radius: 50px;

    background:
        linear-gradient(
            90deg,
            #1267ed,
            #14b8e9
        );
}


.about-why-description {
    margin: 0;

    font-size: 16px;
    line-height: 1.9;

    color: #5a6880;
}


/* ============================================================
   Trust
   ============================================================ */

.about-why-trust {
    display: flex;
    align-items: center;
    gap: 15px;

    margin-top: 30px;
    padding: 17px 20px;

    max-width: 450px;

    border-radius: 14px;

    background: rgba(255, 255, 255, 0.80);

    border: 1px solid rgba(37, 99, 235, 0.10);

    box-shadow:
        0 12px 30px rgba(15, 31, 70, 0.06);
}


.about-why-trust-icon {
    flex: 0 0 42px;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #1267ed,
            #09a9e8
        );
}


.about-why-trust strong {
    display: block;

    margin-bottom: 3px;

    font-size: 15px;
    color: #142952;
}


.about-why-trust span {
    display: block;

    font-size: 13px;
    line-height: 1.5;

    color: #68758a;
}


/* ============================================================
   Visual
   ============================================================ */

.about-why-visual {
    position: relative;
    min-height: 480px;

    display: flex;
    align-items: center;
    justify-content: center;
}


.about-why-image-wrap {
    position: relative;

    width: min(100%, 590px);

    padding: 12px;

    border-radius: 28px;

    background:
        linear-gradient(
            145deg,
            rgba(18, 103, 237, 0.22),
            rgba(14, 165, 233, 0.08)
        );

    box-shadow:
        0 25px 65px rgba(15, 31, 70, 0.13);
}


.about-why-image-wrap::before {
    content: "";

    position: absolute;
    inset: -10px;

    border-radius: 34px;

    border: 1px solid rgba(37, 99, 235, 0.12);

    pointer-events: none;
}


.about-why-image {
    display: block;

    width: 100%;
    height: 430px;

    object-fit: cover;

    border-radius: 21px;
}


.about-why-image-glow {
    position: absolute;

    width: 180px;
    height: 180px;

    right: -50px;
    bottom: -60px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            rgba(18, 103, 237, 0.18),
            transparent 70%
        );

    filter: blur(4px);

    pointer-events: none;
}


/* ============================================================
   Image Placeholder
   ============================================================ */

.about-why-visual-placeholder {
    width: min(100%, 590px);
    height: 430px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border-radius: 28px;

    background:
        radial-gradient(
            circle at 30% 30%,
            rgba(20, 130, 255, 0.25),
            transparent 30%
        ),
        linear-gradient(
            145deg,
            #071f4b,
            #0a4a98
        );

    color: #ffffff;

    box-shadow:
        0 30px 70px rgba(7, 45, 100, 0.25);

    border: 1px solid rgba(37, 99, 235, 0.25);
}


.about-why-placeholder-icon {
    width: 90px;
    height: 90px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    border-radius: 50%;

    font-size: 38px;

    background: rgba(255, 255, 255, 0.12);

    border: 1px solid rgba(255, 255, 255, 0.18);
}


.about-why-visual-placeholder strong {
    font-size: 24px;
}


.about-why-visual-placeholder span {
    margin-top: 8px;

    font-size: 14px;

    color: rgba(255, 255, 255, 0.72);
}


/* ============================================================
   Floating Card
   ============================================================ */

.about-why-floating-card {
    position: absolute;

    left: 15px;
    bottom: 20px;

    display: flex;
    align-items: center;
    gap: 12px;

    padding: 15px 20px;

    min-width: 190px;

    border-radius: 15px;

    background: rgba(255, 255, 255, 0.94);

    border: 1px solid rgba(37, 99, 235, 0.12);

    box-shadow:
        0 18px 40px rgba(15, 31, 70, 0.14);

    backdrop-filter: blur(12px);
}


.about-why-floating-icon {
    width: 43px;
    height: 43px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    color: #ffffff;

    background:
        linear-gradient(
            145deg,
            #1267ed,
            #08afea
        );
}


.about-why-floating-card strong {
    display: block;

    font-size: 14px;

    color: #142952;
}


.about-why-floating-card span {
    display: block;

    margin-top: 2px;

    font-size: 12px;

    color: #68758a;
}


/* ============================================================
   Features
   ============================================================ */

.about-why-features {
    margin-top: 75px;
}


.about-why-feature-card {
    position: relative;

    height: 100%;
    min-height: 245px;

    padding: 30px 26px;

    border-radius: 20px;

    background:
        rgba(255, 255, 255, 0.88);

    border: 1px solid rgba(37, 99, 235, 0.09);

    box-shadow:
        0 12px 35px rgba(15, 31, 70, 0.06);

    overflow: hidden;

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease,
        border-color 0.4s ease;
}


.about-why-feature-card:hover {
    transform: translateY(-9px);

    border-color: rgba(37, 99, 235, 0.18);

    box-shadow:
        0 25px 55px rgba(15, 31, 70, 0.12);
}


.about-why-feature-icon {
    width: 62px;
    height: 62px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 20px;

    border-radius: 16px;

    font-size: 25px;

    color: #1267ed;

    background:
        linear-gradient(
            145deg,
            #eef5ff,
            #e1efff
        );

    border: 1px solid rgba(37, 99, 235, 0.09);

    transition:
        transform 0.4s ease;
}


.about-why-feature-card:hover .about-why-feature-icon {
    transform: scale(1.08) rotate(-3deg);
}


.about-why-feature-card h3 {
    margin: 0 0 12px;

    font-size: 19px;
    line-height: 1.35;

    font-weight: 750;

    color: #122752;
}


.about-why-feature-card p {
    margin: 0;

    font-size: 14px;
    line-height: 1.75;

    color: #68758a;
}


.about-why-feature-line {
    position: absolute;

    left: 26px;
    bottom: 0;

    width: 45px;
    height: 3px;

    border-radius: 20px;

    background:
        linear-gradient(
            90deg,
            #1267ed,
            #12b8ea
        );

    transition: width 0.35s ease;
}


.about-why-feature-card:hover .about-why-feature-line {
    width: 75px;
}


/* ============================================================
   Tablet
   ============================================================ */

@media (max-width: 991px) {

    .about-why-section {
        padding: 85px 0;
    }

    .about-why-content {
        max-width: 100%;
    }

    .about-why-visual {
        min-height: 420px;
    }

    .about-why-image,
    .about-why-visual-placeholder {
        height: 390px;
    }

    .about-why-features {
        margin-top: 55px;
    }
}


/* ============================================================
   Mobile
   ============================================================ */

@media (max-width: 767px) {

    .about-why-section {
        padding: 65px 0;
    }

    .about-why-content h2 {
        font-size: 31px;
    }

    .about-why-description {
        font-size: 14px;
        line-height: 1.8;
    }

    .about-why-trust {
        max-width: 100%;
    }

    .about-why-visual {
        min-height: 350px;
        margin-top: 10px;
    }

    .about-why-image,
    .about-why-visual-placeholder {
        height: 320px;
    }

    .about-why-image-wrap {
        padding: 8px;
        border-radius: 20px;
    }

    .about-why-image {
        border-radius: 15px;
    }

    .about-why-floating-card {
        left: 5px;
        bottom: 8px;
    }

    .about-why-features {
        margin-top: 45px;
    }

    .about-why-feature-card {
        min-height: 220px;
    }
}


/* ============================================================
   Small Mobile
   ============================================================ */

@media (max-width: 575px) {

    .about-why-section {
        padding: 55px 0;
    }

    .about-why-badge {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .about-why-content h2 {
        font-size: 27px;
    }

    .about-why-visual {
        min-height: 310px;
    }

    .about-why-image,
    .about-why-visual-placeholder {
        height: 280px;
    }

    .about-why-floating-card {
        padding: 12px 15px;
        min-width: 175px;
    }

    .about-why-floating-icon {
        width: 38px;
        height: 38px;
    }

    .about-why-feature-card {
        padding: 26px 22px;
    }
}


/* ============================================================
   Reduced Motion
   ============================================================ */

@media (prefers-reduced-motion: reduce) {

    .about-why-feature-card,
    .about-why-feature-icon {
        transition: none !important;
    }
}