/* About page: Why Choose Us */
#sec3 {
    position: relative;
    display: flex;
    width: 100%;
    align-items: stretch;
    justify-content: center;
    overflow: hidden;
    padding: 96px 24px;
    color: #f7fbf1;
    background:
        linear-gradient(135deg, rgba(6, 15, 12, 0.98), rgba(20, 47, 30, 0.96)),
        #0b1711;
}

#sec3::before,
#sec3::after {
    content: "";
    position: absolute;
    pointer-events: none;
    border: 1px solid rgba(244, 228, 94, 0.16);
    border-radius: 50%;
}

#sec3::before {
    width: 760px;
    height: 320px;
    top: 68px;
    right: -260px;
    transform: rotate(-17deg);
}

#sec3::after {
    width: 680px;
    height: 280px;
    left: -250px;
    bottom: 96px;
    border-color: rgba(255, 255, 255, 0.11);
    transform: rotate(14deg);
}

.why-shell {
    position: relative;
    z-index: 1;
    display: flex;
    width: min(100%, 1180px);
    margin: 0 auto;
    flex-direction: column;
    gap: 34px;
}

.why-heading {
    display: grid;
    max-width: 820px;
    gap: 14px;
}

.why-kicker {
    display: inline-flex;
    width: fit-content;
    margin: 0;
    padding: 9px 14px;
    color: #162317;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    border: 1px solid rgba(244, 228, 94, 0.58);
    border-radius: 8px;
    background: linear-gradient(180deg, #fff27a, #d9e85c);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

#sec3 .why-heading h2 {
    max-width: 800px;
    margin: 0;
    color: #ffffff;
    font-size: 54px;
    font-weight: 950;
    line-height: 1.02;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: 0 18px 36px rgba(0, 0, 0, 0.38);
}

.why-lead {
    max-width: 760px;
    margin: 0;
    color: #dbe9d3;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0;
}

.why-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    gap: 20px;
    align-items: stretch;
}

.why-visual {
    position: relative;
    min-height: 420px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 8px;
    background: #0d1a13;
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.36),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

#sec3 .why-visual img,
#sec3 .why-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    filter: saturate(1.04) contrast(1.05) brightness(0.9);
    transform: scale(1.01);
    transition: transform 0.55s ease, filter 0.55s ease;
}

#sec3 .why-visual img {
    min-height: 420px;
}

#sec3 .why-visual:hover img,
#sec3 .why-card:hover .why-card__image img {
    transform: scale(1.06);
    filter: saturate(1.1) contrast(1.08) brightness(1);
    box-shadow: none;
}

.why-visual::after,
.why-card__image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, transparent 38%, rgba(7, 18, 12, 0.72)),
        linear-gradient(90deg, rgba(7, 18, 12, 0.3), transparent 58%);
}

.why-visual__badge {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 1;
    display: grid;
    gap: 6px;
    width: min(100% - 44px, 340px);
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(8, 22, 15, 0.82);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.why-visual__badge span {
    color: #f4e45e;
    font-size: 12px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
}

.why-visual__badge strong {
    color: #ffffff;
    font-size: 24px;
    font-weight: 950;
    line-height: 1.1;
    letter-spacing: 0;
}

.why-proof {
    display: grid;
    gap: 14px;
}

.why-proof__item {
    position: relative;
    display: grid;
    min-height: 124px;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    overflow: hidden;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.025)),
        rgba(9, 25, 17, 0.88);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

.why-proof__item span,
.why-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #142116;
    border-radius: 8px;
    background: linear-gradient(180deg, #fff27a, #cde45f);
}

.why-proof__item span {
    width: 48px;
    height: 48px;
    font-size: 14px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: 0;
    box-shadow: 0 12px 26px rgba(244, 228, 94, 0.18);
}

.why-proof__item p,
.why-card p {
    width: auto;
    margin: 0;
    padding: 0;
    color: #dbe9d3;
    text-align: left;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.why-proof__item p {
    color: #f2f8ec;
    font-size: 18px;
    font-weight: 850;
    line-height: 1.35;
}

.why-proof__item p:hover,
.why-card p:hover {
    transform: none;
    box-shadow: none;
}

.why-card-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.why-card {
    position: relative;
    display: grid;
    min-width: 0;
    gap: 14px;
    overflow: hidden;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 8px;
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.025)),
        rgba(8, 22, 16, 0.9);
    box-shadow:
        0 18px 46px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255, 255, 255, 0.09);
    transition: transform 0.26s ease, border-color 0.26s ease, box-shadow 0.26s ease;
}

.why-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 3px;
    background: linear-gradient(90deg, #f4e45e, rgba(244, 228, 94, 0));
    opacity: 0.72;
}

.why-card:hover,
.why-card:focus-within {
    transform: translateY(-5px);
    border-color: rgba(244, 228, 94, 0.42);
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.34),
        0 0 0 1px rgba(244, 228, 94, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.why-card__image {
    position: relative;
    width: calc(100% + 48px);
    height: 210px;
    margin: -24px -24px 4px;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background: #0b1810;
}

.why-card__icon {
    width: 50px;
    height: 50px;
    font-size: 22px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
}

.why-card h3 {
    margin: 0;
    color: #ffffff;
    font-size: 21px;
    font-weight: 950;
    line-height: 1.2;
    letter-spacing: 0;
}

.why-card p {
    font-size: 16px;
    font-weight: 650;
    line-height: 1.65;
}

#sec3 #call-btn.why-cta {
    display: inline-flex;
    width: min(100%, 460px);
    min-height: 62px;
    margin: 4px auto 0;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 24px;
    color: #111b10;
    font-size: 16px;
    font-weight: 950;
    line-height: 1.2;
    letter-spacing: 0;
    text-align: center;
    text-shadow: none;
    text-decoration: none;
    border: 1px solid rgba(244, 228, 94, 0.72);
    border-radius: 8px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 242, 219, 0.96)),
        linear-gradient(90deg, rgba(244, 228, 94, 0.28), transparent);
    box-shadow:
        0 18px 42px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.16);
    transition: transform 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

#sec3 #call-btn.why-cta span {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    color: #fff27a;
    border-radius: 8px;
    background: #122518;
}

#sec3 #call-btn.why-cta:hover,
#sec3 #call-btn.why-cta:focus-visible {
    transform: translateY(-2px);
    color: #111b10;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 249, 232, 0.98)),
        linear-gradient(90deg, rgba(244, 228, 94, 0.34), transparent);
    box-shadow:
        0 26px 58px rgba(0, 0, 0, 0.38),
        0 0 28px rgba(244, 228, 94, 0.18);
    outline: none;
}

@media (max-width: 1020px) {
    #sec3 {
        padding: 78px 18px;
    }

    #sec3 .why-heading h2 {
        font-size: 44px;
    }

    .why-layout {
        grid-template-columns: 1fr;
    }

    .why-proof {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .why-proof__item {
        min-height: 0;
        grid-template-columns: 1fr;
    }

    .why-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 700px) {
    #sec3 {
        padding: 64px 14px;
    }

    #sec3 .why-heading h2 {
        font-size: 34px;
    }

    .why-lead {
        font-size: 16px;
    }

    .why-visual,
    #sec3 .why-visual img {
        min-height: 320px;
    }

    .why-proof,
    .why-card-grid {
        grid-template-columns: 1fr;
    }

    .why-card,
    .why-proof__item {
        padding: 20px;
    }

    .why-card__image {
        width: calc(100% + 40px);
        margin: -20px -20px 2px;
    }

    #sec3 #call-btn.why-cta {
        min-height: 58px;
        padding: 14px 16px;
        font-size: 15px;
    }
}
