.ag-b055687b-wrapper {
    width: 100%;
}

.ag-b055687b-header {
    margin-bottom: 40px;
}

.ag-b055687b-heading {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 1.3;
}

.ag-b055687b-subheading {
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
    max-width: 600px;
}

.ag-b055687b-header[style*="text-align: center"] .ag-b055687b-subheading,
.ag-b055687b-header .ag-b055687b-subheading {
    margin-left: auto;
    margin-right: auto;
}

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

.ag-b055687b-card {
    background-color: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 30px 25px;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.ag-b055687b-card:hover {
    background-color: #f0f4ff;
    box-shadow: 0 8px 30px rgba(67, 97, 238, 0.1);
    transform: translateY(-4px);
}

.ag-b055687b-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #eef1ff;
    color: #4361ee;
    font-size: 28px;
    margin-bottom: 16px;
    transition: background-color 0.3s ease;
}

.ag-b055687b-icon svg {
    width: 28px;
    height: 28px;
    fill: #4361ee;
}

.ag-b055687b-card:hover .ag-b055687b-icon {
    background-color: #dde3ff;
}

.ag-b055687b-title {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a2e;
    margin: 0 0 10px;
    line-height: 1.4;
}

.ag-b055687b-desc {
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 1.7;
}
