/* Why Choose Us Section — Oasis EV */

.wcu-section-1235adad {
    background-color: #e2e8f0;
    padding: 80px 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.wcu-container-1235adad {
    max-width: 1140px;
    margin: 0 auto;
}

/* Header */
.wcu-header-1235adad {
    text-align: center;
    margin-bottom: 56px;
}

.wcu-badge-1235adad {
    display: inline-block;
    background-color: rgba(34, 197, 94, 0.1);
    color: #16a34a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.wcu-title-1235adad {
    font-size: 36px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 14px 0;
    line-height: 1.25;
}

.wcu-subtitle-1235adad {
    font-size: 16px;
    color: #475569;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.65;
}

/* Grid */
.wcu-grid-1235adad {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Card */
.wcu-card-1235adad {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px 28px;
    text-align: left;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    opacity: 0;
    animation: wcuFadeUp_1235adad 0.5s ease forwards;
}

.wcu-card-1235adad:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(34, 197, 94, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
    border-color: #22c55e;
}

/* Icon */
.wcu-icon-wrap-1235adad {
    width: 56px;
    height: 56px;
    background: rgba(34, 197, 94, 0.08);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: background 0.3s ease;
}

.wcu-card-1235adad:hover .wcu-icon-wrap-1235adad {
    background: rgba(34, 197, 94, 0.15);
}

/* Card Text */
.wcu-card-title-1235adad {
    font-size: 18px;
    font-weight: 600;
    color: #0f172a;
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.wcu-card-desc-1235adad {
    font-size: 14px;
    color: #475569;
    margin: 0;
    line-height: 1.6;
}

/* Fade-up animation */
@keyframes wcuFadeUp_1235adad {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tablet: 2 columns */
@media (max-width: 900px) {
    .wcu-grid-1235adad {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .wcu-title-1235adad {
        font-size: 30px;
    }

    .wcu-section-1235adad {
        padding: 60px 16px;
    }
}

/* Mobile: 2 columns compact */
@media (max-width: 600px) {
    .wcu-grid-1235adad {
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
    }

    .wcu-card-1235adad {
        padding: 22px 18px;
    }

    .wcu-title-1235adad {
        font-size: 24px;
    }

    .wcu-subtitle-1235adad {
        font-size: 14px;
    }

    .wcu-icon-wrap-1235adad {
        width: 46px;
        height: 46px;
    }

    .wcu-icon-wrap-1235adad svg {
        width: 24px;
        height: 24px;
    }

    .wcu-card-title-1235adad {
        font-size: 15px;
    }

    .wcu-card-desc-1235adad {
        font-size: 13px;
    }

    .wcu-header-1235adad {
        margin-bottom: 36px;
    }
}
