.ga-wrap {
    padding-top: 32px;
}

.ga-container {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0 32px;
}

/* ---- Lead text (below h1) ---- */
.ga-lead {
    text-align: center;
    font-size: 16px;
    line-height: 1.75;
}

.ga-lead span {
    display: block;
    font-weight: 700;
    color: #005abc;
    margin-bottom: 6px;
}

/* ---- Hero FV ---- */
.ga-hero {
    position: relative;
    margin-top: 50px;
}

.ga-hero::before {
    content: "";
    background: #ffda79;
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 0;
}

.ga-hero__card {
    position: relative;
    text-align: center;
}

.ga-hero__title {
    font-size: 22px;
    font-weight: 700;
    color: #222222;
    margin: 0 0 12px;
    line-height: 1.4;
}

.ga-hero__desc {
    font-size: 13px;
    color: #633806;
    line-height: 1.85;
    margin: 0 0 24px;
}

.ga-hero__links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ga-hero__link {
    background: #fff;
    border: 2px solid #185fa5;
    display: flex;
    flex-direction: column;
    padding: 20px;
    border-radius: 12px;
    text-decoration: none;
    position: relative;
    min-height: 118px;
    transition: opacity 0.2s;
    text-align: left;
}

.ga-hero__link:hover {
    opacity: 0.88;
    text-decoration: none;
}

.ga-hero__link-blue {
    background: #005abc;
}

.ga-hero__link-blue > * {
    color: #fff;
}

.ga-hero__link-badge {
    display: inline-block;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    padding: 3px 12px;
    margin-bottom: 10px;
    background: #e6f1fb;
    color: #005abc;
    width: fit-content;
}

.ga-hero__link-blue .ga-hero__link-badge {
    background: #fff;
    color: #005abc;
}

.ga-hero__content {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.ga-hero__box {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ga-hero__link-title {
    font-size: 16px;
    font-weight: 700;
}

.ga-hero__link--filled .ga-hero__link-title {
    color: #fff;
}

.ga-hero__link--outline .ga-hero__link-title {
    color: #185fa5;
}

.ga-hero__link-sub {
    font-size: 11px;
    margin-bottom: auto;
}

.ga-hero__link--filled .ga-hero__link-sub {
    color: rgba(255, 255, 255, 0.7);
}

.ga-hero__link--outline .ga-hero__link-sub {
    color: #378add;
}

.ga-hero__link-btn {
    position: relative;
    display: block;
    border-radius: 6px;
    font-size: 13px;
    width: 100%;
    max-width: 120px;
    padding: 8px 8px 8px 0;
    text-align: center;
    background: #005abc;
    color: #fff;
}

.ga-hero__link-btn::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    position: absolute;
    margin-top: -3px;
    top: 50%;
    transform: rotate(45deg);
    right: 10px;
}

.ga-hero__link-blue .ga-hero__link-btn {
    background: #fff;
    border: 1px solid #fff;
    color: #005abc;
}

.ga-hero__link-blue .ga-hero__link-btn::after {
    border-top: #005bac 2px solid;
    border-right: #005bac 2px solid;
}


/* ---- What is section ---- */
.ga-section.ga-section-what .wrap {
    padding: 80px 0 40px;
}

.ga-desc-text {
    text-align: center;
    font-size: 14px;
    line-height: 1.75;
    margin: 0;
}

/* ---- Merits ---- */
.ga-merits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.ga-merit {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 22px 20px;
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.ga-merit__icon {
    width: 70px;
    height: 70px;
    background: #e6f1fb;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ga-merit__icon img {
    width: 30px;
    height: 30px;
}

.ga-merit__body {}

.ga-merit__title {
    font-size: 14px;
    font-weight: 700;
    color: #005abc;
    margin: 0 0 8px;
    line-height: 1.4;
}

.ga-merit__text {
    font-size: 14px;
    margin: 0;
}

/* ---- Flow ---- */
.ga-section-flow {
    position: relative;
}

.ga-section-flow::before {
    content: "";
    background: #F8FAFD;
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 0;
}

.ga-flow {
    position: relative;
}

/* ---- Qa ---- */
.ga-section-qa .details-content {
    padding-top: 4px;
}

.ga-section-qa .details-content::before {
    top: -2px;
}


/* ---- Bottom CTA ---- */
.ga-cta .wrap {
    padding: 40px 0 0;
}

.ga-cta__card {
    background: #e6f1fb;
    border: 1px solid #b8d4ef;
    border-radius: 12px;
    padding: 32px 24px;
    text-align: center;
}

.ga-cta__title {
    font-size: 18px;
    font-weight: 700;
    color: #0c447c;
    margin: 0 0 20px;
}

.ga-cta__buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ga-cta__btn {
    position: relative;
    display: block;
    width: 100%;
    max-width: 240px;
    border: 1px solid #005abc;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 700;
    padding: 13px 32px;
    text-decoration: none;
    transition: all .3s;
}

.ga-cta__btn::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
    right: 1.5em;
    transition: all .3s;
}

.ga-cta__btn--filled {
    background: #005abc;
    color: #fff;
}

.ga-cta__btn.ga-cta__btn--filled:hover {
    background: #fff;
    color: #005abc;
}
.ga-cta__btn.ga-cta__btn--filled:hover::after {
    border-top: #005abc 2px solid;
    border-right: #005abc 2px solid;
}

.ga-cta__btn--outline {
    background: #fff;
    color: #005abc;
}

.ga-cta__btn.ga-cta__btn--outline::after {
    border-top: #005abc 2px solid;
    border-right: #005abc 2px solid;
}

.ga-cta__btn.ga-cta__btn--outline:hover {
    background: #005abc;
    color: #fff;
}
.ga-cta__btn.ga-cta__btn--outline:hover::after {
    border-top: #fff 2px solid;
    border-right: #fff 2px solid;
}

/* ---- Responsive ---- */
@media (max-width: 768px) {
    main section {
        padding: 0;
    }

    .ga-lead {
        font-size: 15px;
    }

    .ga-hero__links {
        grid-template-columns: 1fr;
    }

    .ga-section.ga-section-what .wrap {
        padding-bottom: 20px;
    }

    .ga-desc-text {
        text-align: left;
    }

    .ga-merits {
        grid-template-columns: 1fr;
    }

    .ga-cta .wrap {
        padding: 20px 0 0;
    }

    .ga-cta__buttons {
        flex-direction: column;
        align-items: center;
    }

    .ga-cta__card {
        padding: 26px 18px;
    }

    .ga-cta__title {
        font-size: 16px;
    }

    .ga-cta__buttons {
        gap: 10px;
    }
    .ga-cta__btn {
        max-width: 100%;
    }
}
