.fees-page .m__head_image .-title {
        letter-spacing: 0.08em;
    }

    .fees-page .l__cards_type2 .-box .-txt1 {
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 0.15em;
        white-space: nowrap;
        font-size: clamp(1.5rem, 1.5vw, 1.9rem);
    }

    .fees-page .l__cards_type2 .-box .-txt1 .-large {
        font-size: clamp(2.8rem, 3.15vw, 4rem);
        line-height: 1.15;
        letter-spacing: -0.025em;
    }

    .fees-page .l__cards_type2 .-box .-txt2 {
        margin-top: 0.55rem;
        font-size: clamp(1.2rem, 1.15vw, 1.4rem);
    }

    .fees-page .fees-intro {
        padding-bottom: 14rem !important;
    }

    .fees-page .fees-standard-note {
        display: block;
        margin-top: 1.2rem;
        padding-left: 0;
        color: #6f685b;
        font-size: 1.2rem;
        line-height: 1.75;
        list-style: none;
    }

    .fees-flex {
        position: relative;
        overflow: hidden;
        background:
            radial-gradient(circle at 12% 15%, rgba(181, 153, 90, 0.16), transparent 34%),
            radial-gradient(circle at 90% 85%, rgba(181, 153, 90, 0.11), transparent 30%),
            #f8f5ee;
    }

    .fees-flex::before,
    .fees-flex::after {
        content: "";
        position: absolute;
        width: 24rem;
        height: 24rem;
        border: 1px solid rgba(159, 128, 61, 0.15);
        border-radius: 50%;
        pointer-events: none;
    }

    .fees-flex::before {
        top: -13rem;
        left: -9rem;
    }

    .fees-flex::after {
        right: -10rem;
        bottom: -14rem;
    }

    .fees-flex__inner {
        position: relative;
        z-index: 1;
        max-width: 1040px;
        margin-bottom: 80px;
        margin: 0 auto;
        padding: clamp(4rem, 6vw, 7.2rem) clamp(2rem, 5vw, 6.4rem);
        border: 1px solid rgba(156, 127, 66, 0.28);
        background: rgba(255, 255, 255, 0.86);
        box-shadow: 0 24px 60px rgba(73, 59, 31, 0.08);
        text-align: center;
    }

    .fees-flex__inner::before {
        content: "";
        display: block;
        width: 5.6rem;
        height: 1px;
        margin: 0 auto 1.8rem;
        background: #aa8a48;
    }

    .fees-flex__eyebrow {
        margin-bottom: 1.2rem;
        color: #9b7b3e;
        font-size: 1.3rem;
        letter-spacing: 0.18em;
        text-transform: uppercase;
    }

    .fees-flex__title {
        margin: 0;
        color: #29261f;
        font-size: clamp(2.5rem, 3.6vw, 4rem);
        line-height: 1.55;
        letter-spacing: 0.03em;
    }

    .fees-flex__text {
        margin-top: 2.6rem;
        color: #4c473d;
        font-size: clamp(1.55rem, 1.55vw, 1.8rem);
        line-height: 2;
    }

    .fees-flex__guide {
        margin-top: 4rem;
        color: #343027;
        font-size: 1.6rem;
        line-height: 1.8;
        font-weight: 600;
    }

    .fees-flex__buttons {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.6rem;
        margin-top: 3rem;
    }

    .fees-flex__buttons .m__btn_gld {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 0;
        min-height: 5.8rem;
        padding: 1.2rem 1rem;
        font-size: clamp(1.45rem, 1.25vw, 1.65rem);
        line-height: 1.45;
        text-align: center;
        white-space: normal;
    }

    .fees-flex__note {
        margin-top: 2rem;
        color: #70695c;
        font-size: 1.3rem;
        line-height: 1.75;
    }

    @media screen and (max-width: 900px) {
        .fees-flex__buttons {
            grid-template-columns: 1fr;
            max-width: 48rem;
            margin-right: auto;
            margin-left: auto;
        }
    }

    @media screen and (max-width: 767px) {
        .fees-page .l__cards_type2 .-box .-txt1 {
            font-size: 1.45rem;
        }

        .fees-page .l__cards_type2 .-box .-txt1 .-large {
            font-size: 3rem;
        }

        .fees-page .l__cards_type2 .-box .-txt2 {
            font-size: 1.2rem;
        }

        .fees-flex__inner {
            padding: 4rem 2rem;
        }

        .fees-page .fees-intro {
            padding-bottom: 7rem !important;
        }

        .fees-flex__title {
            font-size: 2.5rem;
            line-height: 1.6;
        }

        .fees-flex__text {
            font-size: 1.55rem;
            text-align: left;
        }

        .fees-flex__guide {
            font-size: 1.5rem;
        }

        .fees-flex__buttons .m__btn_gld {
            font-size: 1.55rem;
        }
    }
