.scg-d29908e9-container {
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}
.scg-d29908e9-title {
    margin-bottom: 10px;
    font-size: 2.2rem;
    font-weight: 700;
}
.scg-d29908e9-subtitle {
    margin-bottom: 40px;
    font-size: 1.1rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
}
.scg-d29908e9-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 14px;
}
.scg-d29908e9-capsule {
    display: inline-block;
    padding: 14px 28px;
    background-color: var(--scg-bg, #eef7f6);
    color: var(--scg-color, #1a4d46);
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    transition: transform 0.25s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
    user-select: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02);
    text-decoration: none !important;
}
.scg-d29908e9-capsule:hover {
    background-color: var(--scg-hover-bg, #1e4620);
    color: var(--scg-hover-color, #ffffff) !important;
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(30, 70, 32, 0.15);
}
