.mg-wrap {
    max-width: 56rem;
    margin: 0 auto;
}

.mg-kicker {
    margin: 0 0 0.75rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: #00aeef;
}

.mg-kicker--light {
    color: #7dd3fc;
}

.mg-head {
    margin-bottom: 2rem;
}

.mg-head h2 {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #004a99;
    line-height: 1.2;
}

@media (min-width: 768px) {
    .mg-head h2 {
        font-size: 2rem;
    }
}

.mg-hero {
    padding: 4.5rem 0 3.5rem;
    background-color: rgba(232, 246, 252, 0.45);
}

.mg-hero-title {
    margin: 0 0 1rem;
    font-size: 2.5rem;
    font-weight: 800;
    letter-spacing: -0.045em;
    color: #004a99;
    line-height: 1.15;
}

.mg-hero-lead {
    margin: 0 auto 1.75rem;
    max-width: 32rem;
    font-size: 1.125rem;
    line-height: 1.7;
    color: #5b6b7c;
}

.mg-hero-cta {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.9rem 1.65rem;
    border-radius: 9999px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #004a99 0%, #0077cc 55%, #00aeef 100%);
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(0, 119, 204, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mg-hero-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(0, 174, 239, 0.35);
}

.mg-hero-path {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.65rem 1.25rem;
    margin: 2.25rem 0 0;
    padding: 0;
    list-style: none;
}

.mg-hero-path li {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #5b6b7c;
}

.mg-hero-path span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 9999px;
    font-size: 0.6875rem;
    font-weight: 800;
    color: #004a99;
    background: #fff;
    border: 1px solid #cfeaf7;
}

@media (min-width: 768px) {
    .mg-hero {
        padding: 5.5rem 0 4.25rem;
    }

    .mg-hero-title {
        font-size: 3.25rem;
    }
}

.mg-intro {
    padding: 4rem 0;
}

.mg-intro-quote {
    margin: 0 0 1.5rem;
    padding-left: 1.25rem;
    border-left: 3px solid #00aeef;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.8;
    color: #004a99;
    letter-spacing: -0.02em;
}

.mg-intro-body {
    margin: 0;
    font-size: 1.0625rem;
    line-height: 1.9;
    color: #5b6b7c;
}

.mg-band {
    padding: 4.25rem 0;
    background: #f4fbff;
}

.mg-steps {
    display: grid;
    gap: 1rem;
}

@media (min-width: 768px) {
    .mg-steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 1.25rem;
        position: relative;
    }

    .mg-steps::before {
        content: '';
        position: absolute;
        top: 1.85rem;
        left: 12%;
        right: 12%;
        height: 1px;
        background: linear-gradient(90deg, transparent, #b8dff0 12%, #00aeef 50%, #b8dff0 88%, transparent);
    }
}

.mg-step {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #e4eef5;
    border-radius: 1.35rem;
    padding: 1.5rem 1.35rem 1.4rem;
    box-shadow: 0 10px 30px rgba(0, 74, 153, 0.05);
}

.mg-step-top {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.15rem;
}

.mg-step-num {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9375rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #004a99, #00aeef);
    box-shadow: 0 8px 16px rgba(0, 119, 204, 0.22);
}

.mg-step-label {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #00aeef;
}

.mg-step h3 {
    margin: 0 0 0.5rem;
    font-size: 1.125rem;
    font-weight: 800;
    color: #004a99;
    letter-spacing: -0.02em;
}

.mg-step p {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.75;
    color: #5b6b7c;
}

.mg-step-cta {
    display: inline-flex;
    margin-top: 1.15rem;
    padding: 0.55rem 1.1rem;
    border-radius: 9999px;
    font-size: 0.8125rem;
    font-weight: 700;
    color: #fff;
    background: #004a99;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

.mg-step-cta:hover {
    background: #0077cc;
    transform: translateY(-1px);
}

.mg-emphasis {
    color: #c2410c;
    font-weight: 700;
}

.mg-fee-section {
    padding: 4.25rem 0;
}

.mg-fee-grid {
    display: grid;
    gap: 1.75rem;
    padding: 2rem 1.75rem;
    background: #fff;
    border: 1px solid #e4eef5;
    border-radius: 1.5rem;
    box-shadow: 0 10px 30px rgba(0, 74, 153, 0.05);
}

@media (min-width: 768px) {
    .mg-fee-grid {
        grid-template-columns: 0.9fr 1.1fr;
        gap: 2.5rem;
        align-items: center;
        padding: 2.5rem;
    }
}

.mg-fee-label {
    margin: 0 0 0.35rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #00aeef;
}

.mg-fee-amount {
    margin: 0 0 0.75rem;
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: -0.05em;
    line-height: 1;
    color: #004a99;
}

.mg-fee-amount span {
    margin-left: 0.2rem;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0;
}

.mg-fee-period {
    margin: 0;
    font-size: 0.9375rem;
    line-height: 1.65;
    color: #5b6b7c;
}

.mg-fee-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mg-fee-list li {
    position: relative;
    padding-left: 1.1rem;
    font-size: 0.975rem;
    line-height: 1.8;
    color: #475569;
}

.mg-fee-list li + li {
    margin-top: 0.7rem;
}

.mg-fee-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 9999px;
    background: #00aeef;
}

.mg-account {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem 1.5rem;
    margin-top: 1rem;
    padding: 1.4rem 1.6rem;
    border-radius: 1.25rem;
    color: #fff;
    background: linear-gradient(135deg, #003a7a 0%, #004a99 50%, #0077cc 100%);
}

.mg-account-label {
    margin: 0 0 0.3rem;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

.mg-account-bank,
.mg-account-owner,
.mg-account-number {
    margin: 0;
}

.mg-account-bank {
    font-size: 1.125rem;
    font-weight: 700;
}

.mg-account-owner {
    margin-top: 0.2rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.78);
}

.mg-account-number {
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    font-variant-numeric: tabular-nums;
}

.mg-account-note {
    margin: 0.85rem 0 0;
    font-size: 0.875rem;
    color: #64748b;
}

.mg-benefits {
    display: grid;
    gap: 1rem;
}

@media (min-width: 640px) {
    .mg-benefits {
        grid-template-columns: 1fr 1fr;
    }

    .mg-benefit:last-child {
        grid-column: 1 / -1;
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto;
        column-gap: 1rem;
        align-items: start;
    }

    .mg-benefit:last-child .mg-benefit-icon {
        grid-row: 1 / span 2;
        margin-bottom: 0;
        align-self: center;
    }
}

.mg-benefit {
    position: relative;
    background: #fff;
    border: 1px solid #e4eef5;
    border-radius: 1.25rem;
    padding: 1.35rem 1.25rem 1.3rem;
    box-shadow: 0 8px 24px rgba(0, 74, 153, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mg-benefit:hover {
    transform: translateY(-3px);
    border-color: #b8dff0;
    box-shadow: 0 14px 32px rgba(0, 74, 153, 0.1);
}

.mg-benefit-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    color: #004a99;
    background: #e8f6fc;
}

.mg-benefit-icon svg {
    width: 1.15rem;
    height: 1.15rem;
}

.mg-benefit-index {
    position: absolute;
    top: 1.25rem;
    right: 1.2rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: #00aeef;
}

.mg-benefit h3 {
    margin: 0 0 0.4rem;
    padding-right: 2rem;
    font-size: 1.02rem;
    font-weight: 800;
    color: #004a99;
    letter-spacing: -0.02em;
    line-height: 1.4;
}

.mg-benefit p {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.7;
    color: #5b6b7c;
}

.mg-notice-section {
    padding: 4.25rem 0 2.5rem;
}

.mg-notices {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: notice;
}

.mg-notices li {
    counter-increment: notice;
    display: flex;
    align-items: flex-start;
    gap: 0.85rem;
    padding: 1rem 0;
    font-size: 0.975rem;
    line-height: 1.8;
    color: #475569;
    border-bottom: 1px solid #eef3f7;
}

.mg-notices li::before {
    content: counter(notice, decimal-leading-zero);
    flex: 0 0 2rem;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    color: #00aeef;
    padding-top: 0.3rem;
}

.mg-token {
    display: inline-block;
    padding: 0 0.4rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    color: #004a99;
    background: #e8f6fc;
}

.mg-cta-wrap {
    padding: 0 0 4rem;
}

.mg-cta {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 2.25rem 1.75rem;
    border-radius: 1.5rem;
    color: #fff;
    background: linear-gradient(135deg, #003a7a 0%, #004a99 48%, #0077cc 100%);
}

.mg-cta h2 {
    margin: 0 0 0.45rem;
    font-size: 1.6rem;
    font-weight: 800;
    letter-spacing: -0.03em;
}

.mg-cta p:last-child {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.7;
}

.mg-cta-btn {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 0.45rem;
    padding: 0.9rem 1.5rem;
    border-radius: 9999px;
    font-weight: 700;
    color: #004a99;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mg-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
}

@media (min-width: 768px) {
    .mg-cta {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 2.5rem 2.75rem;
    }

    .mg-cta-btn {
        align-self: center;
        flex-shrink: 0;
    }
}

.mg-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.5rem 1.5rem;
    margin-top: 1.25rem;
    font-size: 0.875rem;
    color: #64748b;
}

.mg-contact p {
    margin: 0;
}

.mg-contact strong {
    color: #004a99;
}

@media (max-width: 639px) {
    .mg-hero-title {
        font-size: 2.1rem;
    }

    .mg-intro-quote {
        font-size: 1.1rem;
    }

    .mg-fee-amount {
        font-size: 2.4rem;
    }

    .mg-account-number {
        font-size: 1.25rem;
    }
}
