.fg-container-010233fa {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.fg-header-010233fa {
    text-align: center;
    margin-bottom: 50px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.fg-subtitle-010233fa {
    display: block;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.15em;
    color: #1a4f8b;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.fg-title-010233fa {
    font-size: 46px;
    font-weight: 800;
    color: #0b1a30;
    line-height: 1.15;
    margin: 0 0 20px 0;
}

.fg-desc-010233fa {
    font-size: 16px;
    color: #6a7482;
    line-height: 1.6;
    margin: 0;
}

.fg-grid-010233fa {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.fg-card-010233fa {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 30px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    position: relative;
    overflow: hidden;
}

/* Hover Effect */
.fg-card-010233fa:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(11, 26, 48, 0.08);
    border-color: rgba(11, 26, 48, 0.08);
}

.fg-card-main-010233fa {
    display: flex;
    align-items: center;
    gap: 15px;
}

.fg-card-icon-010233fa {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    border-radius: 50%;
    background-color: #e6f0fa;
    color: #1a4f8b;
    font-size: 12px;
}

.fg-card-icon-010233fa svg {
    width: 12px;
    height: 12px;
    fill: #1a4f8b;
}

.fg-card-title-010233fa {
    font-size: 16px;
    font-weight: 700;
    color: #0b1a30;
    line-height: 1.4;
}

.fg-card-num-010233fa {
    align-self: flex-end;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #cbd5e1;
}

/* Responsive */
@media (max-width: 991px) {
    .fg-grid-010233fa {
        grid-template-columns: repeat(2, 1fr);
    }
    .fg-title-010233fa {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .fg-grid-010233fa {
        grid-template-columns: 1fr;
    }
    .fg-title-010233fa {
        font-size: 30px;
    }
    .fg-card-010233fa {
        min-height: auto;
        gap: 20px;
    }
}
