.abg-container-929f8e9d {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 24px;
    max-width: 1100px;
    margin: 60px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.abg-box-929f8e9d {
    background: #ffffff;
    border-radius: 16px;
    padding: 36px 28px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid #eaeaea;
    cursor: pointer;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                box-shadow 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),
                border-color 0.4s ease;
    will-change: transform, box-shadow;
    -webkit-tap-highlight-color: transparent;
}

.abg-box-929f8e9d.abg-active-929f8e9d {
    transform: translateY(-10px) scale(1.03);
    box-shadow: 0 16px 40px rgba(93, 63, 211, 0.2);
    border-color: #5d3fd3;
}

.abg-icon-929f8e9d {
    font-size: 48px;
    margin-bottom: 16px;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.abg-box-929f8e9d.abg-active-929f8e9d .abg-icon-929f8e9d {
    transform: scale(1.2) rotate(5deg);
}

.abg-title-929f8e9d {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px 0;
    transition: color 0.3s ease;
}

.abg-box-929f8e9d.abg-active-929f8e9d .abg-title-929f8e9d {
    color: #5d3fd3;
}

.abg-desc-929f8e9d {
    font-size: 14px;
    line-height: 1.6;
    color: #6b7280;
    margin: 0;
}

@media (max-width: 768px) {
    .abg-container-929f8e9d {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .abg-container-929f8e9d {
        grid-template-columns: 1fr;
        gap: 14px;
    }
}
