﻿

.home-why-section,
.home-why-section * {
    box-sizing: border-box;
}

.home-why-section {
    position: relative;
    overflow: hidden;
    padding: 80px 20px;
    background: radial-gradient(circle at 30% 20%, rgba(20, 184, 166, 0.15) 0%, transparent 50%), radial-gradient(circle at 70% 80%, rgba(20, 184, 166, 0.12) 0%, transparent 50%), #0A2533;
    color: #ffffff;
    font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
}

.home-why-container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.home-why-particles {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.home-why-particle {
    position: absolute;
    border-radius: 50%;
    filter: blur(48px);
    animation: homeWhyFloat 25s linear infinite;
}

.home-why-particle-1 {
    top: 15%;
    left: 8%;
    width: 80px;
    height: 80px;
    background: rgba(103, 232, 249, 0.10);
}

.home-why-particle-2 {
    top: 35%;
    right: 12%;
    width: 130px;
    height: 130px;
    background: rgba(34, 211, 238, 0.10);
    animation-delay: -8s;
}

.home-why-particle-3 {
    bottom: 25%;
    left: 15%;
    width: 64px;
    height: 64px;
    background: rgba(45, 212, 191, 0.10);
    animation-delay: -15s;
}

.home-why-particle-4 {
    top: 65%;
    right: 25%;
    width: 96px;
    height: 96px;
    background: rgba(165, 243, 252, 0.10);
    animation-delay: -22s;
}

.home-why-particle-5 {
    bottom: 10%;
    left: 35%;
    width: 112px;
    height: 112px;
    background: rgba(45, 212, 191, 0.10);
    animation-delay: -5s;
}

.home-why-particle-6 {
    top: 10%;
    right: 35%;
    width: 56px;
    height: 56px;
    background: rgba(103, 232, 249, 0.10);
    animation-delay: -18s;
}

.home-why-inner {
    position: relative;
    z-index: 2;
}

.home-why-badge-wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 24px;
}

.home-why-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.10);
    border: 1px solid rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(10px);
    font-size: 14px;
    font-weight: 500;
}

.home-why-badge-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #14b8a6;
    animation: homeWhyPulse 1.5s infinite;
}

.home-why-heading {
    text-align: center;
    max-width: 860px;
    margin: 0 auto 40px;
}

.home-why-title {
    margin: 0;
    font-size: clamp(34px, 6vw, 72px);
    line-height: 1;
    font-weight: 600;
    letter-spacing: -0.04em;
}

    .home-why-title span {
        color: #14b8a6;
    }

.home-why-desc {
    margin: 24px auto 0;
    max-width: 720px;
    color: #d1d5db;
    font-size: clamp(10px, 2vw, 16px);
    line-height: 1.7;
}

.home-why-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 32px;
    margin-top: 48px;
}

.home-why-col {
    grid-column: span 4;
    display: flex;
    flex-direction: column;
}

.home-why-col-stack {
    gap: 32px;
}

.home-why-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 28px;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 0 rgba(0,0,0,0);
}

    .home-why-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 25px 50px -12px rgba(20, 184, 166, 0.15);
    }

.home-why-card-full {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.home-why-image-box {
    position: relative;
    overflow: hidden;
}

    .home-why-image-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.home-why-image-top {
    height: 320px;
    flex-shrink: 0;
}

    .home-why-image-top img,
    .home-why-image-fill img,
    .home-why-image-bottom img {
        transition: transform 0.45s ease;
    }

.home-why-card:hover .home-why-image-top img,
.home-why-card:hover .home-why-image-fill img,
.home-why-card:hover .home-why-image-bottom img {
    transform: scale(1.05);
}

.home-why-image-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, transparent, transparent, rgba(10, 37, 51, 0.72));
}

.home-why-stat-box {
    padding: 32px;
    background: #0A2533;
    flex: 1;
    display: flex;
    align-items: center;
}

.home-why-stat-wrap {
    display: flex;
    align-items: center;
    gap: 28px;
    width: 100%;
}

.home-why-progress-circle {
    position: relative;
    width: 112px;
    height: 112px;
    flex-shrink: 0;
}

.home-why-progress-svg {
    width: 112px;
    height: 112px;
    transform: rotate(-90deg);
}

.home-why-progress-bg {
    fill: none;
    stroke: #1F3A4A;
    stroke-width: 6;
}

.home-why-progress-bar {
    fill: none;
    stroke: #14b8a6;
    stroke-width: 6;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 94.2;
    stroke-dashoffset: 23.55;
    transition: stroke-dashoffset 0.8s ease;
}

.home-why-progress-value {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-why-stat-number {
    font-size: 42px;
    font-weight: 600;
    line-height: 1;
    font-variant-numeric: tabular-nums;
}

.home-why-stat-percent {
    font-size: 13px;
    font-weight: 600;
    color: #67e8f9;
    margin-top: -3px;
}

.home-why-stat-content h3,
.home-why-stat-content h4 {
    margin: 0;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.15;
}

.home-why-stat-content h4 {
    color: #67e8f9;
}

.home-why-image-fill {
    min-height: 460px;
    height: 100%;
}

.home-why-image-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 42%;
    background: linear-gradient(to top, #0A2533, transparent);
}

.home-why-safety-box {
    position: absolute;
    left: 32px;
    right: 32px;
    bottom: 32px;
}

.home-why-safety-head {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    margin-bottom: 14px;
}

    .home-why-safety-head span {
        font-size: 28px;
        font-weight: 600;
        color: #ffffff;
    }

    .home-why-safety-head strong {
        font-size: 42px;
        font-weight: 600;
        color: #67e8f9;
        line-height: 1;
    }

.home-why-safety-track {
    height: 12px;
    border-radius: 999px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.10);
}

.home-why-safety-fill {
    width: 90%;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #22d3ee, #2dd4bf);
}

.home-why-card-info {
    padding: 32px;
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 220px;
}

.home-why-info-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
}

.home-why-icon-box {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(34, 211, 238, 0.10);
    border-radius: 18px;
    color: #14b8a6;
    flex-shrink: 0;
}

    .home-why-icon-box svg {
        width: 38px;
        height: 38px;
    }

.home-why-big-number {
    font-size: clamp(42px, 4vw, 64px);
    font-weight: 600;
    line-height: 1;
    letter-spacing: -0.04em;
}

.home-why-card-info p {
    margin: auto 0 0;
    color: #d1d5db;
    font-size: 18px;
    line-height: 1.55;
}

.home-why-card-image {
    flex: 1;
    min-height: 220px;
}

.home-why-image-bottom {
    height: 100%;
    min-height: 220px;
}

.home-why-cta {
    margin-top: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 32px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 28px;
}

.home-why-cta-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.home-why-cta-icon {
    width: 44px;
    height: 44px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.10);
    color: #22d3ee;
    flex-shrink: 0;
}

    .home-why-cta-icon svg {
        width: 24px;
        height: 24px;
    }

.home-why-cta-content p {
    margin: 0 0 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
}

.home-why-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #14b8a6;
    font-size: 18px;
    font-weight: 600;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-underline-offset: 4px;
    transition: color 0.3s ease;
}

    .home-why-link:hover {
        color: #67e8f9;
    }

.home-why-review {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.home-why-review-score {
    display: flex;
    align-items: center;
}

.home-why-review-number {
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
}

.home-why-review-outof {
    font-size: 24px;
    color: #9ca3af;
    margin-left: 4px;
}

.home-why-review-stars {
    color: #14b8a6;
    font-size: 24px;
    line-height: 1;
}

    .home-why-review-stars span {
        color: #fcd34d;
    }

.home-why-review-text {
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.35;
}

    .home-why-review-text strong {
        color: #ffffff;
    }

@keyframes homeWhyFloat {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    100% {
        transform: translate(30px, -30px) rotate(360deg);
    }
}

@keyframes homeWhyPulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }

    50% {
        transform: scale(1.3);
        opacity: 0.7;
    }
}

@media (max-width: 1199.98px) {
    .home-why-grid {
        grid-template-columns: 1fr 1fr;
    }

    .home-why-col {
        grid-column: auto;
    }

    .home-why-col-stack {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .home-why-cta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .home-why-section {
        padding: 56px 14px;
    }

    .home-why-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-why-col-stack {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .home-why-title {
        line-height: 1.08;
    }

    .home-why-desc {
        font-size: 15px;
    }

    .home-why-image-top {
        height: 250px;
    }

    .home-why-image-fill {
        min-height: 360px;
    }

    .home-why-stat-box,
    .home-why-card-info,
    .home-why-cta {
        padding: 22px 18px;
    }

    .home-why-stat-wrap {
        gap: 16px;
        align-items: center;
    }

    .home-why-progress-circle,
    .home-why-progress-svg {
        width: 92px;
        height: 92px;
    }

    .home-why-stat-number {
        font-size: 34px;
    }

    .home-why-stat-content h3,
    .home-why-stat-content h4 {
        font-size: 24px;
    }

    .home-why-safety-box {
        left: 18px;
        right: 18px;
        bottom: 18px;
    }

    .home-why-safety-head span {
        font-size: 20px;
    }

    .home-why-safety-head strong {
        font-size: 30px;
    }

    .home-why-big-number {
        font-size: 42px;
    }

    .home-why-card-info p,
    .home-why-cta-content p,
    .home-why-link {
        font-size: 16px;
    }

    .home-why-cta-left {
        align-items: flex-start;
    }
}


