.wcu-4685a47f-section {
    box-sizing: border-box;
    width: 100%;
}

.wcu-4685a47f-section *,
.wcu-4685a47f-section *::before,
.wcu-4685a47f-section *::after {
    box-sizing: border-box;
}

.wcu-4685a47f-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.wcu-4685a47f-header {
    text-align: center;
}

.wcu-4685a47f-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 12px 0;
    padding: 0;
}

.wcu-4685a47f-subtitle {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    padding: 0;
    max-width: 600px;
}

.wcu-4685a47f-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.wcu-4685a47f-card {
    background-color: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 32px 28px;
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    cursor: default;
}

.wcu-4685a47f-card:hover {
    transform: translateY(-6px);
    border-color: #22c55e;
    box-shadow: 0 8px 30px rgba(34, 197, 94, 0.25);
}

.wcu-4685a47f-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 10px;
    background-color: #f0fdf4;
    color: #22c55e;
    font-size: 24px;
    margin-bottom: 16px;
    transition: background-color 0.3s ease;
}

.wcu-4685a47f-icon svg {
    width: 24px;
    height: 24px;
    fill: #22c55e;
}

.wcu-4685a47f-card:hover .wcu-4685a47f-icon {
    background-color: #dcfce7;
}

.wcu-4685a47f-card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin: 0 0 8px 0;
    padding: 0;
}

.wcu-4685a47f-card-desc {
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .wcu-4685a47f-title {
        font-size: 26px;
    }

    .wcu-4685a47f-subtitle {
        font-size: 14px;
    }

    .wcu-4685a47f-card-title {
        font-size: 16px;
    }

    .wcu-4685a47f-card-desc {
        font-size: 13px;
    }
}
