/* Why Choose Section */
.why-choose {
    padding: 5rem 0;
    background: var(--color-surface);
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: var(--text-primary);
}

.section-description {
    font-size: 1.1rem;
    color: var(--text-secondary);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    position: relative;
    z-index: 1;
}

.benefit-card {
    background-color: var(--color-surface, #FAFAFA);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05), 0px 8px 15px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(255, 255, 255, 0.1);
    padding: 56px 16px 16px 16px;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    transition: box-shadow 0.25s;
    text-align: left;
}

.benefit-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.015);
}

.benefit-card .icon {
    z-index: 2;
    position: relative;
    display: table;
    padding: 8px;
    margin-bottom: 12px;
}

.benefit-card .icon::after {
    content: '';
    position: absolute;
    inset: 4.5px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(2px);
    transition: background-color 0.25s, border-color 0.25s;
}

.benefit-card .icon svg {
    position: relative;
    z-index: 1;
    display: block;
    width: 24px;
    height: 24px;
    transform: translateZ(0);
    color: var(--text-secondary, #A1A1AA);
    transition: color 0.25s;
}

.benefit-card h4 {
    z-index: 2;
    position: relative;
    margin: 12px 0 4px 0;
    font-family: inherit;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-primary, #FFFFFF);
}

.benefit-card p {
    z-index: 2;
    position: relative;
    margin: 0;
    font-size: 14px;
    line-height: 1.7;
    color: var(--text-secondary, #A1A1AA);
}

.benefit-card .shine {
    border-radius: inherit;
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
}

.benefit-card .shine::before {
    content: '';
    width: 150%;
    padding-bottom: 150%;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    bottom: 55%;
    filter: blur(35px);
    opacity: 0.1;
    transform: translateX(-50%);
    background-image: conic-gradient(from 205deg at 50% 50%, rgba(52, 184, 193, 0) 0deg, #34B8C1 25deg, rgba(52, 184, 193, 0.18) 295deg, rgba(52, 184, 193, 0) 360deg);
}

.benefit-card .background {
    border-radius: inherit;
    position: absolute;
    inset: 0;
    overflow: hidden;
    -webkit-mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
    mask-image: radial-gradient(circle at 60% 5%, black 0%, black 15%, transparent 60%);
}

.benefit-card .background .tiles {
    opacity: 0;
    transition: opacity 0.25s;
}

.benefit-card .background .tile {
    position: absolute;
    background-color: rgba(52, 184, 193, 0.05);
    animation-duration: 8s;
    animation-iteration-count: infinite;
    opacity: 0;
}

.benefit-card .background .tile.tile-4,
.benefit-card .background .tile.tile-6,
.benefit-card .background .tile.tile-10 {
    animation-delay: -2s;
}

.benefit-card .background .tile.tile-3,
.benefit-card .background .tile.tile-5,
.benefit-card .background .tile.tile-8 {
    animation-delay: -4s;
}

.benefit-card .background .tile.tile-2,
.benefit-card .background .tile.tile-9 {
    animation-delay: -6s;
}

.benefit-card .background .tile.tile-1 {
    top: 0;
    left: 0;
    height: 10%;
    width: 22.5%;
}

.benefit-card .background .tile.tile-2 {
    top: 0;
    left: 22.5%;
    height: 10%;
    width: 27.5%;
}

.benefit-card .background .tile.tile-3 {
    top: 0;
    left: 50%;
    height: 10%;
    width: 27.5%;
}

.benefit-card .background .tile.tile-4 {
    top: 0;
    left: 77.5%;
    height: 10%;
    width: 22.5%;
}

.benefit-card .background .tile.tile-5 {
    top: 10%;
    left: 0;
    height: 22.5%;
    width: 22.5%;
}

.benefit-card .background .tile.tile-6 {
    top: 10%;
    left: 22.5%;
    height: 22.5%;
    width: 27.5%;
}

.benefit-card .background .tile.tile-7 {
    top: 10%;
    left: 50%;
    height: 22.5%;
    width: 27.5%;
}

.benefit-card .background .tile.tile-8 {
    top: 10%;
    left: 77.5%;
    height: 22.5%;
    width: 22.5%;
}

.benefit-card .background .tile.tile-9 {
    top: 32.5%;
    left: 50%;
    height: 22.5%;
    width: 27.5%;
}

.benefit-card .background .tile.tile-10 {
    top: 32.5%;
    left: 77.5%;
    height: 22.5%;
    width: 22.5%;
}

@keyframes tile {
    0%, 12.5%, 100% {
        opacity: 1;
    }
    25%, 82.5% {
        opacity: 0;
    }
}

.benefit-card .background .line {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 0.35s;
}

.benefit-card .background .line::before,
.benefit-card .background .line::after {
    content: '';
    position: absolute;
    background-color: #2A2B2C;
    transition: transform 0.35s;
}

.benefit-card .background .line::before {
    left: 0;
    right: 0;
    height: 1px;
    transform-origin: 0 50%;
    transform: scaleX(0);
}

.benefit-card .background .line::after {
    top: 0;
    bottom: 0;
    width: 1px;
    transform-origin: 50% 0;
    transform: scaleY(0);
}

.benefit-card .background .line.line-1::before {
    top: 10%;
}

.benefit-card .background .line.line-1::after {
    left: 22.5%;
}

.benefit-card .background .line.line-1::before,
.benefit-card .background .line.line-1::after {
    transition-delay: 0.3s;
}

.benefit-card .background .line.line-2::before {
    top: 32.5%;
}

.benefit-card .background .line.line-2::after {
    left: 50%;
}

.benefit-card .background .line.line-2::before,
.benefit-card .background .line.line-2::after {
    transition-delay: 0.15s;
}

.benefit-card .background .line.line-3::before {
    top: 55%;
}

.benefit-card .background .line.line-3::after {
    right: 22.5%;
}

.benefit-card:hover {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.04), 0px 15px 25px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.benefit-card:hover .icon::after {
    background-color: rgba(52, 184, 193, 0.1);
    border-color: rgba(52, 184, 193, 0.2);
}

.benefit-card:hover .icon svg {
    color: #34B8C1;
}

.benefit-card:hover .shine {
    opacity: 1;
    transition-duration: 0.5s;
    transition-delay: 0s;
}

.benefit-card:hover .background .tiles {
    opacity: 1;
    transition-delay: 0.25s;
}

.benefit-card:hover .background .tile {
    animation-name: tile;
}

.benefit-card:hover .background .line {
    opacity: 1;
    transition-duration: 0.15s;
}

.benefit-card:hover .background .line::before {
    transform: scaleX(1);
}

.benefit-card:hover .background .line::after {
    transform: scaleY(1);
}

.benefit-card:hover .background .line.line-1::before,
.benefit-card:hover .background .line.line-1::after {
    transition-delay: 0s;
}

.benefit-card:hover .background .line.line-2::before,
.benefit-card:hover .background .line.line-2::after {
    transition-delay: 0.15s;
}

.benefit-card:hover .background .line.line-3::before,
.benefit-card:hover .background .line.line-3::after {
    transition-delay: 0.3s;
}

@media (max-width: 1200px) {
    .section-title {
        font-size: 2.25rem;
    }
}

@media (max-width: 1024px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .benefit-card {
        padding: 48px 16px 16px 16px;
    }

    .benefit-card h4 {
        font-size: 15px;
    }

    .benefit-card p {
        font-size: 13px;
    }
}

@media (max-width: 820px) and (min-width: 769px) {
    .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.25rem;
    }

    .benefit-card {
        padding: 40px 14px 14px 14px;
    }
}

@media (max-width: 768px) {
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .benefit-card {
        padding: 48px 16px 16px 16px;
    }

    .benefit-card h4 {
        font-size: 15px;
    }

    .benefit-card p {
        font-size: 13px;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .section-description {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .benefit-card {
        padding: 40px 14px 14px 14px;
    }

    .benefit-card h4 {
        font-size: 14px;
    }

    .benefit-card p {
        font-size: 12px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .section-description {
        font-size: 0.9rem;
    }
}

@media (max-width: 360px) {
    .benefit-card {
        padding: 36px 12px 12px 12px;
    }
}

@media print {
    .benefit-card {
        break-inside: avoid;
    }
}
