.wcu-b6817b9e {
    padding: 60px 20px;
    background: #ffffff;
    font-family: 'Inter', sans-serif;
}
.wcu-b6817b9e .wcu-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
}
.wcu-b6817b9e .wcu-heading {
    font-size: 40px;
    color: #111;
    font-weight: 700;
    margin-bottom: 16px;
}
.wcu-b6817b9e .wcu-subheading {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}
.wcu-b6817b9e .wcu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}
.wcu-b6817b9e .wcu-card {
    background: #f8faff;
    padding: 40px 30px;
    border-radius: 16px;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}
.wcu-b6817b9e .wcu-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(10, 94, 176, 0.1);
}
.wcu-b6817b9e .wcu-icon-wrapper {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: rgba(10, 94, 176, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wcu-b6817b9e .wcu-icon {
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wcu-b6817b9e .wcu-icon svg {
    width: 36px;
    height: 36px;
}
.wcu-b6817b9e .wcu-card-title {
    font-size: 22px;
    color: #111;
    font-weight: 600;
    margin-bottom: 12px;
}
.wcu-b6817b9e .wcu-card-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}
@media (max-width: 768px) {
    .wcu-b6817b9e .wcu-heading {
        font-size: 32px;
    }
    .wcu-b6817b9e .wcu-card {
        padding: 30px 20px;
    }
}