.kids912 {
    --k-text: #29292f;
    --k-muted: #74747c;

    --k-purple: #7755e8;
    --k-purple-dark: #6040d1;
    --k-purple-soft: #f2efff;

    --k-coral: #ff5a63;
    --k-coral-dark: #e94a54;
    --k-coral-soft: #fff0f2;

    --k-blue: #4fc9e3;
    --k-blue-soft: #edfaff;

    --k-yellow: #ffd75e;
    --k-yellow-soft: #fff8dc;

    --k-pink: #f58aa0;
    --k-pink-soft: #fff1f4;

    --k-bg: #faf9fc;
    --k-border: #e9e7ee;

    --k-xl: 36px;
    --k-lg: 28px;
    --k-md: 21px;

    color: var(--k-text);
    overflow: hidden;
}

.kids912 *,
.kids912 *::before,
.kids912 *::after {
    box-sizing: border-box;
}

.kids912__container {
    width: min(calc(100% - 72px), 1320px);
    margin: 0 auto;
}

.kids912__section {
    position: relative;
    padding: 72px 0;
}

.kids912__section--soft {
    background: var(--k-bg);
}

.kids912__head {
    max-width: 880px;
    margin-bottom: 40px;
}

.kids912__label {
    display: inline-flex;
    margin-bottom: 15px;
    padding: 7px 13px;

    color: var(--k-coral);

    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .055em;
    text-transform: uppercase;

    border-radius: 999px;
    background: var(--k-coral-soft);
}

.kids912__h2 {
    margin: 0;

    font-size: clamp(32px, 3.5vw, 50px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.03em;

    hyphens: none;
}

.kids912__lead {
    max-width: 760px;
    margin: 17px 0 0;

    color: var(--k-muted);

    font-size: 18px;
    line-height: 1.65;
}

.kids912__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;

    min-height: 54px;
    padding: 14px 24px;

    color: #fff;

    font: inherit;
    font-size: 15px;
    font-weight: 700;

    border: 0;
    border-radius: 999px;

    background: var(--k-coral);

    cursor: pointer;

    transition:
        transform .2s ease,
        background-color .2s ease,
        box-shadow .2s ease;
}

.kids912__button:hover {
    color: #fff;
    background: var(--k-coral-dark);

    transform: translateY(-2px);

    box-shadow: 0 14px 30px rgba(255, 90, 99, .2);
}


/* HERO */

.kids912-hero {
    position: relative;

    min-height: 650px;
    padding: 120px 0 68px;

    overflow: hidden;

    background:
        radial-gradient(circle at 96% 0,
            rgba(119, 85, 232, .07) 0,
            rgba(119, 85, 232, .07) 250px,
            transparent 252px),
        var(--k-bg);
}

.kids912-hero__grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr) minmax(390px, .78fr);

    gap: 55px;
    align-items: center;
}

.kids912-hero__top {
    margin-bottom: 17px;

    color: var(--k-purple);

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.kids912-hero__title {
    max-width: 760px;
    margin: 0;

    font-size: clamp(42px, 4.8vw, 68px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.04em;

    hyphens: none;
}

.kids912-hero__text {
    max-width: 680px;
    margin: 24px 0 0;

    color: var(--k-muted);

    font-size: 20px;
    line-height: 1.58;
}

.kids912-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin: 25px 0 30px;
    padding: 0;

    list-style: none;
}

.kids912-hero__tags li {
    padding: 9px 13px;

    font-size: 13px;
    font-weight: 600;

    border: 1px solid var(--k-border);
    border-radius: 999px;

    background: #fff;
}

.kids912-hero__visual {
    position: relative;
    min-height: 450px;
}

.kids912-hero__shape {
    position: absolute;
    inset: 32px 5px 18px 35px;

    border-radius:
        48% 52% 45% 55% / 55% 42% 58% 45%;

    background: var(--k-purple);

    transform: rotate(-3deg);
}

.kids912-hero__shape::before {
    content: '';

    position: absolute;
    top: -22px;
    right: 25px;

    width: 95px;
    height: 95px;

    border-radius: 50%;

    background: var(--k-yellow);
}

.kids912-hero__shape::after {
    content: '';

    position: absolute;
    left: -20px;
    bottom: 48px;

    width: 82px;
    height: 82px;

    border-radius: 24px;

    background: var(--k-pink);

    transform: rotate(14deg);
}

.kids912-hero__visual img {
    position: absolute;
    z-index: 2;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center bottom;
}

.kids912-hero__note {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 20px;

    padding: 15px 18px;

    border: 1px solid var(--k-border);
    border-radius: 18px;

    background: #fff;

    box-shadow: 0 16px 40px rgba(40, 31, 80, .1);
}

.kids912-hero__note strong,
.kids912-hero__note span {
    display: block;
}

.kids912-hero__note strong {
    font-size: 16px;
}

.kids912-hero__note span {
    margin-top: 3px;
    color: var(--k-muted);
    font-size: 12px;
}


/* FACTS */

.kids912-facts {
    position: relative;
    z-index: 5;

    margin-top: -34px;
}

.kids912-facts__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    overflow: hidden;

    border: 1px solid var(--k-border);
    border-radius: var(--k-lg);

    background: #fff;

    box-shadow: 0 18px 45px rgba(46, 37, 84, .06);
}

.kids912-fact {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 17px;
    align-items: center;

    min-height: 132px;
    padding: 23px;

    border-right: 1px solid var(--k-border);
}

.kids912-fact:last-child {
    border-right: 0;
}

.kids912-fact__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;

    border-radius: 18px;
    background: var(--k-purple-soft);
}

.kids912-fact:nth-child(2) .kids912-fact__icon {
    background: var(--k-yellow-soft);
}

.kids912-fact:nth-child(3) .kids912-fact__icon {
    background: var(--k-coral-soft);
}

.kids912-fact__icon img {
    width: 43px;
    height: 43px;
    object-fit: contain;
}

.kids912-fact__value {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
}

.kids912-fact__label {
    margin: 1px 0 6px;
    font-size: 14px;
    font-weight: 600;
}

.kids912-fact__description {
    margin: 0;
    color: var(--k-muted);
    font-size: 12px;
    line-height: 1.45;
}


/* AGE */

.kids912-age {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 60px;
    align-items: start;
}

.kids912-age__intro {
    max-width: 520px;
}

.kids912-age__content {
    padding-top: 35px;
}

.kids912-age__content p {
    margin: 0 0 18px;

    color: var(--k-muted);

    font-size: 16px;
    line-height: 1.72;
}

.kids912-age__accent {
    margin-top: 30px;
    padding: 22px 24px;

    border-radius: 20px;

    background: var(--k-yellow-soft);

    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
}


/* SKILLS */

.kids912-skills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.kids912-skill {
    min-height: 220px;
    padding: 24px;

    border: 1px solid var(--k-border);
    border-radius: var(--k-md);

    background: #fff;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.kids912-skill:hover {
    transform: translateY(-3px);
    border-color: rgba(119, 85, 232, .18);
    box-shadow: 0 14px 34px rgba(40, 31, 80, .05);
}

.kids912-skill__number {
    display: block;
    margin-bottom: 40px;

    color: var(--k-coral);

    font-size: 12px;
    font-weight: 700;
}

.kids912-skill__title {
    margin: 0 0 9px;

    font-size: 20px;
    font-weight: 700;
}

.kids912-skill__text {
    margin: 0;

    color: var(--k-muted);

    font-size: 14px;
    line-height: 1.6;
}


/* APPROACH */

.kids912-approach {
    display: grid;
    grid-template-columns: minmax(260px, .78fr) minmax(0, 1.72fr);
    gap: 44px;
    align-items: start;
}

.kids912-approach__intro {
    max-width: 430px;
}

.kids912-approach__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.kids912-approach-card {
    display: flex;
    flex-direction: column;

    min-height: 245px;
    padding: 24px;

    border: 1px solid var(--k-border);
    border-radius: var(--k-md);

    background: #fff;
}

.kids912-approach-card__number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;
    margin-bottom: 44px;

    color: var(--k-coral);

    font-size: 12px;
    font-weight: 700;

    border-radius: 50%;
    background: var(--k-coral-soft);
}

.kids912-approach-card:nth-child(2) .kids912-approach-card__number {
    color: var(--k-purple);
    background: var(--k-purple-soft);
}

.kids912-approach-card:nth-child(3) .kids912-approach-card__number {
    color: #886800;
    background: var(--k-yellow-soft);
}

.kids912-approach-card__title {
    margin: 0 0 9px;
    font-size: 20px;
    font-weight: 700;
}

.kids912-approach-card__text {
    margin: 0;
    color: var(--k-muted);
    font-size: 14px;
    line-height: 1.6;
}


/* MATERIALS */

.kids912-materials {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.kids912-material {
    display: flex;
    flex-direction: column;

    min-height: 260px;
    padding: 21px;

    border: 1px solid var(--k-border);
    border-radius: var(--k-md);

    background: #fff;
}

.kids912-material__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;
    margin-bottom: auto;

    border-radius: 17px;
    background: var(--k-purple-soft);
}

.kids912-material:nth-child(2) .kids912-material__icon {
    background: var(--k-coral-soft);
}

.kids912-material:nth-child(3) .kids912-material__icon {
    background: var(--k-yellow-soft);
}

.kids912-material:nth-child(4) .kids912-material__icon {
    background: var(--k-blue-soft);
}

.kids912-material:nth-child(5) .kids912-material__icon {
    background: var(--k-pink-soft);
}

.kids912-material__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.kids912-material__title {
    margin: 34px 0 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.kids912-material__text {
    margin: 0;
    color: var(--k-muted);
    font-size: 13px;
    line-height: 1.58;
}


/* LEVELS */

.kids912-levels {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.kids912-levels__nav {
    display: grid;
    gap: 8px;
}

.kids912-levels__button {
    width: 100%;
    padding: 14px 16px;

    color: var(--k-text);

    font: inherit;
    font-size: 14px;
    font-weight: 600;
    text-align: left;

    border: 1px solid var(--k-border);
    border-radius: 15px;

    background: #fff;

    cursor: pointer;

    transition:
        background .2s ease,
        border-color .2s ease,
        color .2s ease;
}

.kids912-levels__button.is-active {
    color: #fff;
    border-color: var(--k-purple);
    background: var(--k-purple);
}

.kids912-levels__panel {
    display: none;
}

.kids912-levels__panel.is-active {
    display: block;
}

.kids912-level-card {
    padding: 30px;

    border: 1px solid var(--k-border);
    border-radius: var(--k-lg);

    background: #fff;
}

.kids912-level-card__top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 26px;
}

.kids912-level-card__code {
    display: inline-flex;

    margin-bottom: 10px;
    padding: 7px 11px;

    color: var(--k-purple);

    font-size: 12px;
    font-weight: 700;

    border-radius: 999px;
    background: var(--k-purple-soft);
}

.kids912-level-card__title {
    margin: 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.15;
}

.kids912-level-card__vocab {
    flex: 0 0 auto;

    padding: 10px 13px;

    color: var(--k-muted);

    font-size: 12px;
    font-weight: 600;

    border-radius: 999px;
    background: var(--k-bg);
}

.kids912-level-card__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.kids912-level-card__list li {
    position: relative;

    padding: 15px 0 15px 34px;

    color: var(--k-muted);

    font-size: 14px;
    line-height: 1.62;

    border-bottom: 1px solid var(--k-border);
}

.kids912-level-card__list li::before {
    content: '✓';

    position: absolute;
    left: 0;
    top: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 23px;
    height: 23px;

    color: #fff;

    font-size: 11px;
    font-weight: 700;

    border-radius: 50%;
    background: var(--k-coral);
}


/* RESULT */

.kids912-result {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, .58fr);
    gap: 55px;
    align-items: center;
}

.kids912-result__content p {
    max-width: 720px;
    margin: 18px 0 0;

    color: var(--k-muted);

    font-size: 16px;
    line-height: 1.7;
}

.kids912-result__card {
    position: relative;

    padding: 30px;

    overflow: hidden;

    border-radius: var(--k-lg);
    background: var(--k-yellow);
}

.kids912-result__card::after {
    content: '80+';

    position: absolute;
    right: -5px;
    top: -18px;

    color: rgba(41, 41, 47, .07);

    font-size: 90px;
    font-weight: 700;
    line-height: 1;
}

.kids912-result__card strong {
    position: relative;
    z-index: 2;

    display: block;
    margin-bottom: 12px;

    font-size: 27px;
    line-height: 1.15;
}

.kids912-result__card p {
    position: relative;
    z-index: 2;

    margin: 0;

    font-size: 14px;
    line-height: 1.6;
}


/* ONLINE */

.kids912-online {
    display: grid;
    grid-template-columns: 1.05fr repeat(3, minmax(0, .72fr));
    gap: 13px;
}

.kids912-online__intro {
    padding-right: 28px;
}

.kids912-online-card {
    min-height: 235px;
    padding: 23px;

    border: 1px solid var(--k-border);
    border-radius: var(--k-md);

    background: #fff;
}

.kids912-online-card__number {
    display: block;
    margin-bottom: 45px;

    color: var(--k-coral);

    font-size: 12px;
    font-weight: 700;
}

.kids912-online-card__title {
    margin: 0 0 9px;

    font-size: 19px;
    font-weight: 700;

    line-height: 21px;
}

.kids912-online-card__text {
    margin: 0;

    color: var(--k-muted);

    font-size: 14px;
    line-height: 1.6;
}


/* FAQ */

.kids912-faq {
    max-width: 980px;
    margin: 0 auto;
}

.kids912-faq__item {
    border-bottom: 1px solid var(--k-border);
}

.kids912-faq__question {
    position: relative;

    width: 100%;
    padding: 23px 60px 23px 0;

    color: var(--k-text);

    font: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;

    border: 0;
    background: transparent;

    cursor: pointer;
}

.kids912-faq__question::before,
.kids912-faq__question::after {
    content: '';

    position: absolute;
    top: 50%;
    right: 8px;

    width: 20px;
    height: 2px;

    background: var(--k-text);
    transition: transform .2s ease;
}

.kids912-faq__question::after {
    transform: rotate(90deg);
}

.kids912-faq__item.is-open .kids912-faq__question::after {
    transform: rotate(0);
}

.kids912-faq__answer {
    display: none;
    max-width: 850px;
    padding: 0 60px 24px 0;
}

.kids912-faq__item.is-open .kids912-faq__answer {
    display: block;
}

.kids912-faq__answer p {
    margin: 0;

    color: var(--k-muted);

    font-size: 15px;
    line-height: 1.7;
}


/* FINAL CTA */

.kids912-final {
    position: relative;

    padding: 78px 0;

    overflow: hidden;

    color: #fff;
    background: var(--k-purple);
}

.kids912-final__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr);
    gap: 45px;
    align-items: center;
}

.kids912-final__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.kids912-final__label {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 13px;

    color: var(--k-text);

    font-size: 12px;
    font-weight: 700;

    border-radius: 999px;
    background: var(--k-yellow);
}

.kids912-final__title {
    margin: 0;

    font-size: clamp(34px, 4vw, 56px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.03em;

    hyphens: none;
}

.kids912-final__text {
    max-width: 640px;
    margin: 20px 0 27px;

    color: rgba(255, 255, 255, .8);

    font-size: 17px;
    line-height: 1.62;
}

.kids912-final__visual {
    position: relative;
    min-height: 320px;
}

.kids912-final__visual::before {
    content: '';

    position: absolute;
    right: 3%;
    bottom: 2%;

    width: 82%;
    aspect-ratio: 1;

    border-radius:
        48% 52% 44% 56% / 56% 40% 60% 44%;

    background: var(--k-pink);

    transform: rotate(-4deg);
}

.kids912-final__visual::after {
    content: '';

    position: absolute;
    right: 5px;
    top: 18px;

    width: 90px;
    height: 90px;

    border-radius: 50%;
    background: var(--k-yellow);
}

.kids912-final__visual img {
    position: absolute;
    z-index: 2;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center bottom;
}


/* RESPONSIVE */

@media (max-width: 1199px) {

    .kids912-materials {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .kids912-online {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kids912-online__intro {
        grid-column: 1 / -1;
        padding-right: 0;
    }
}

@media (max-width: 991px) {

    .kids912__container {
        width: min(calc(100% - 40px), 1320px);
    }

    .kids912__section {
        padding: 62px 0;
    }

    .kids912-hero {
        min-height: auto;
        padding: 108px 0 35px;
    }

    .kids912-hero__grid,
    .kids912-age,
    .kids912-approach,
    .kids912-result,
    .kids912-final__grid {
        grid-template-columns: 1fr;
    }

    .kids912-hero__visual {
        min-height: 410px;
    }

    .kids912-facts {
        margin-top: 20px;
    }

    .kids912-facts__grid {
        grid-template-columns: 1fr;
    }

    .kids912-fact {
        border-right: 0;
        border-bottom: 1px solid var(--k-border);
    }

    .kids912-fact:last-child {
        border-bottom: 0;
    }

    .kids912-age__content {
        padding-top: 0;
    }

    .kids912-skills {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kids912-approach__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .kids912-levels {
        grid-template-columns: 1fr;
    }

    .kids912-levels__nav {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .kids912-final__visual {
        min-height: 300px;
    }
}

@media (max-width: 767px) {

    .kids912__container {
        width: min(calc(100% - 28px), 1320px);
    }

    .kids912__section {
        padding: 52px 0;
    }

    .kids912-hero {
        padding: 92px 0 25px;
    }

    .kids912-hero__title {
        font-size: clamp(38px, 11vw, 52px);
    }

    .kids912-hero__text {
        font-size: 18px;
    }

    .kids912-hero__visual {
        min-height: 330px;
    }

    .kids912-skills,
    .kids912-approach__cards,
    .kids912-materials,
    .kids912-online {
        grid-template-columns: 1fr;
    }

    .kids912-skill,
    .kids912-approach-card {
        min-height: auto;
    }

    .kids912-levels__nav {
        grid-template-columns: 1fr 1fr;
    }

    .kids912-level-card {
        padding: 23px;
    }

    .kids912-level-card__top {
        flex-direction: column;
    }

    .kids912-level-card__list {
        grid-template-columns: 1fr;
    }

    .kids912-result__card {
        padding: 26px;
    }

    .kids912-final {
        padding: 60px 0 0;
    }

    .kids912-final__visual {
        min-height: 270px;
    }
}

.teens-modern {
    --teens-text: #29292f;
    --teens-muted: #74747c;

    --teens-purple: #7755e8;
    --teens-purple-dark: #6040d1;
    --teens-purple-soft: #f2efff;

    --teens-coral: #ff5a63;
    --teens-coral-dark: #e94a54;
    --teens-coral-soft: #fff0f2;

    --teens-blue: #4fc9e3;
    --teens-blue-soft: #edfaff;

    --teens-yellow: #ffd75e;
    --teens-yellow-soft: #fff8dc;

    --teens-pink: #f58aa0;
    --teens-pink-soft: #fff1f4;

    --teens-bg: #faf9fc;
    --teens-border: #e9e7ee;

    --teens-xl: 36px;
    --teens-lg: 28px;
    --teens-md: 21px;

    color: var(--teens-text);
    overflow: hidden;
}

.teens-modern *,
.teens-modern *::before,
.teens-modern *::after {
    box-sizing: border-box;
}

.teens-modern__container {
    width: min(calc(100% - 72px), 1320px);
    margin: 0 auto;
}

.teens-modern__section {
    position: relative;
    padding: 72px 0;
}

.teens-modern__section--soft {
    background: var(--teens-bg);
}

.teens-modern__head {
    max-width: 880px;
    margin-bottom: 40px;
}

.teens-modern__label {
    display: inline-flex;
    margin-bottom: 15px;
    padding: 7px 13px;

    color: var(--teens-coral);

    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .055em;
    text-transform: uppercase;

    border-radius: 999px;
    background: var(--teens-coral-soft);
}

.teens-modern__h2 {
    margin: 0;

    font-size: clamp(32px, 3.5vw, 50px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.03em;

    hyphens: none;
}

.teens-modern__lead {
    max-width: 760px;
    margin: 17px 0 0;

    color: var(--teens-muted);

    font-size: 18px;
    line-height: 1.65;
}

.teens-modern__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;

    min-height: 54px;
    padding: 14px 24px;

    color: #fff;

    font: inherit;
    font-size: 15px;
    font-weight: 700;

    border: 0;
    border-radius: 999px;

    background: var(--teens-coral);

    cursor: pointer;

    transition:
        transform .2s ease,
        background-color .2s ease,
        box-shadow .2s ease;
}

.teens-modern__button:hover {
    color: #fff;
    background: var(--teens-coral-dark);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(255, 90, 99, .2);
}


/* HERO */

.teens-hero {
    position: relative;

    min-height: 650px;
    padding: 120px 0 68px;

    overflow: hidden;

    background:
        radial-gradient(circle at 96% 0,
            rgba(119, 85, 232, .07) 0,
            rgba(119, 85, 232, .07) 250px,
            transparent 252px),
        var(--teens-bg);
}

.teens-hero__grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .78fr);
    gap: 55px;
    align-items: center;
}

.teens-hero__top {
    margin-bottom: 17px;

    color: var(--teens-purple);

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.teens-hero__title {
    max-width: 790px;
    margin: 0;

    font-size: clamp(42px, 4.8vw, 68px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.04em;

    hyphens: none;
}

.teens-hero__text {
    max-width: 700px;
    margin: 24px 0 0;

    color: var(--teens-muted);

    font-size: 20px;
    line-height: 1.58;
}

.teens-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin: 25px 0 30px;
    padding: 0;

    list-style: none;
}

.teens-hero__tags li {
    padding: 9px 13px;

    font-size: 13px;
    font-weight: 600;

    border: 1px solid var(--teens-border);
    border-radius: 999px;

    background: #fff;
}

.teens-hero__visual {
    position: relative;
    min-height: 450px;
}

.teens-hero__shape {
    position: absolute;
    inset: 32px 5px 18px 35px;

    border-radius:
        48% 52% 45% 55% / 55% 42% 58% 45%;

    background: var(--teens-purple);

    transform: rotate(-3deg);
}

.teens-hero__shape::before {
    content: '';

    position: absolute;
    top: -22px;
    right: 25px;

    width: 95px;
    height: 95px;

    border-radius: 50%;

    background: var(--teens-yellow);
}

.teens-hero__shape::after {
    content: '';

    position: absolute;
    left: -20px;
    bottom: 48px;

    width: 82px;
    height: 82px;

    border-radius: 24px;

    background: var(--teens-pink);

    transform: rotate(14deg);
}

.teens-hero__visual img {
    position: absolute;
    z-index: 2;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center bottom;
}

.teens-hero__note {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 20px;

    padding: 15px 18px;

    border: 1px solid var(--teens-border);
    border-radius: 18px;

    background: #fff;

    box-shadow: 0 16px 40px rgba(40, 31, 80, .1);
}

.teens-hero__note strong,
.teens-hero__note span {
    display: block;
}

.teens-hero__note strong {
    font-size: 16px;
}

.teens-hero__note span {
    margin-top: 3px;
    color: var(--teens-muted);
    font-size: 12px;
}


/* FACTS */

.teens-facts {
    position: relative;
    z-index: 5;
    margin-top: -34px;
}

.teens-facts__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    overflow: hidden;

    border: 1px solid var(--teens-border);
    border-radius: var(--teens-lg);

    background: #fff;

    box-shadow: 0 18px 45px rgba(46, 37, 84, .06);
}

.teens-fact {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 17px;
    align-items: center;

    min-height: 132px;
    padding: 23px;

    border-right: 1px solid var(--teens-border);
}

.teens-fact:last-child {
    border-right: 0;
}

.teens-fact__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;

    border-radius: 18px;
    background: var(--teens-purple-soft);
}

.teens-fact:nth-child(2) .teens-fact__icon {
    background: var(--teens-yellow-soft);
}

.teens-fact:nth-child(3) .teens-fact__icon {
    background: var(--teens-coral-soft);
}

.teens-fact__icon img {
    width: 43px;
    height: 43px;
    object-fit: contain;
}

.teens-fact__value {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
}

.teens-fact__label {
    margin: 1px 0 6px;
    font-size: 14px;
    font-weight: 600;
}

.teens-fact__description {
    margin: 0;
    color: var(--teens-muted);
    font-size: 12px;
    line-height: 1.45;
}


/* INTRO */

.teens-intro {
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
    gap: 60px;
    align-items: start;
}

.teens-intro__content {
    padding-top: 35px;
}

.teens-intro__content p {
    margin: 0 0 18px;

    color: var(--teens-muted);

    font-size: 16px;
    line-height: 1.72;
}

.teens-intro__accent {
    margin-top: 30px;
    padding: 22px 24px;

    border-radius: 20px;

    background: var(--teens-yellow-soft);

    font-size: 17px;
    font-weight: 600;
    line-height: 1.55;
}


/* SKILLS */

.teens-skills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.teens-skill {
    min-height: 220px;
    padding: 24px;

    border: 1px solid var(--teens-border);
    border-radius: var(--teens-md);

    background: #fff;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.teens-skill:hover {
    transform: translateY(-3px);
    border-color: rgba(119, 85, 232, .18);
    box-shadow: 0 14px 34px rgba(40, 31, 80, .05);
}

.teens-skill__number {
    display: block;
    margin-bottom: 40px;

    color: var(--teens-coral);

    font-size: 12px;
    font-weight: 700;
}

.teens-skill__title {
    margin: 0 0 9px;
    font-size: 20px;
    font-weight: 700;
}

.teens-skill__text {
    margin: 0;
    color: var(--teens-muted);
    font-size: 14px;
    line-height: 1.6;
}


/* APPROACH */

.teens-approach {
    display: grid;
    grid-template-columns: minmax(260px, .78fr) minmax(0, 1.72fr);
    gap: 44px;
    align-items: start;
}

.teens-approach__intro {
    max-width: 430px;
}

.teens-approach__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 13px;
}

.teens-approach-card {
    min-height: 245px;
    padding: 24px;

    border: 1px solid var(--teens-border);
    border-radius: var(--teens-md);

    background: #fff;
}

.teens-approach-card__number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;
    margin-bottom: 44px;

    color: var(--teens-coral);

    font-size: 12px;
    font-weight: 700;

    border-radius: 50%;
    background: var(--teens-coral-soft);
}

.teens-approach-card:nth-child(2) .teens-approach-card__number {
    color: var(--teens-purple);
    background: var(--teens-purple-soft);
}

.teens-approach-card:nth-child(3) .teens-approach-card__number {
    color: #886800;
    background: var(--teens-yellow-soft);
}

.teens-approach-card__title {
    margin: 0 0 9px;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
}

.teens-approach-card__text {
    margin: 0;
    color: var(--teens-muted);
    font-size: 14px;
    line-height: 1.6;
}


/* MATERIALS */

.teens-materials {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.teens-material {
    display: flex;
    flex-direction: column;

    min-height: 260px;
    padding: 21px;

    border: 1px solid var(--teens-border);
    border-radius: var(--teens-md);

    background: #fff;
}

.teens-material__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;
    margin-bottom: auto;

    border-radius: 17px;
    background: var(--teens-purple-soft);
}

.teens-material:nth-child(2) .teens-material__icon {
    background: var(--teens-coral-soft);
}

.teens-material:nth-child(3) .teens-material__icon {
    background: var(--teens-yellow-soft);
}

.teens-material:nth-child(4) .teens-material__icon {
    background: var(--teens-blue-soft);
}

.teens-material:nth-child(5) .teens-material__icon {
    background: var(--teens-pink-soft);
}

.teens-material__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.teens-material__title {
    margin: 34px 0 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.teens-material__text {
    margin: 0;
    color: var(--teens-muted);
    font-size: 13px;
    line-height: 1.58;
}


/* EXAMS */

.teens-exams {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.teens-exam-card {
    position: relative;

    min-height: 300px;
    padding: 30px;

    overflow: hidden;

    border-radius: var(--teens-lg);
}

.teens-exam-card--oge {
    background: var(--teens-blue);
}

.teens-exam-card--ege {
    color: #fff;
    background: var(--teens-purple);
}

.teens-exam-card__level {
    display: inline-flex;

    margin-bottom: 78px;
    padding: 7px 12px;

    color: var(--teens-text);

    font-size: 12px;
    font-weight: 700;

    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
}

.teens-exam-card__title {
    max-width: 470px;
    margin: 0 0 11px;

    font-size: 26px;
    font-weight: 700;
    line-height: 1.15;
}

.teens-exam-card__text {
    max-width: 520px;
    margin: 0;

    color: rgba(41, 41, 47, .72);

    font-size: 15px;
    line-height: 1.6;
}

.teens-exam-card--ege .teens-exam-card__text {
    color: rgba(255, 255, 255, .78);
}

.teens-exams__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;

    margin-top: 16px;
    padding: 20px 22px;

    border: 1px solid var(--teens-border);
    border-radius: var(--teens-md);

    background: var(--teens-bg);
}

.teens-exams__footer-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.teens-exams__footer-text strong {
    font-size: 15px;
    line-height: 1.4;
}

.teens-exams__footer-text span {
    color: var(--teens-muted);
    font-size: 13px;
    line-height: 1.5;
}

.teens-exams__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;

    min-height: 46px;
    padding: 11px 18px;

    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;

    border-radius: 999px;
    background: var(--teens-coral);

    transition:
        transform .2s ease,
        background-color .2s ease,
        box-shadow .2s ease;
}

.teens-exams__link:hover {
    color: #fff;
    text-decoration: none;
    background: var(--teens-coral-dark);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(255, 90, 99, .18);
}


/* RESULTS */

.teens-result {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .52fr);
    gap: 50px;
    align-items: start;
}

.teens-result__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;

    margin: 28px 0 0;
    padding: 0;

    list-style: none;
}

.teens-result__list li {
    position: relative;

    padding: 15px 0 15px 34px;

    color: var(--teens-muted);

    font-size: 14px;
    line-height: 1.62;

    border-bottom: 1px solid var(--teens-border);
}

.teens-result__list li::before {
    content: '✓';

    position: absolute;
    left: 0;
    top: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 23px;
    height: 23px;

    color: #fff;

    font-size: 11px;
    font-weight: 700;

    border-radius: 50%;
    background: var(--teens-coral);
}

.teens-result__card {
    position: relative;

    padding: 30px;

    overflow: hidden;

    border-radius: var(--teens-lg);
    background: var(--teens-yellow);
}

.teens-result__card::after {
    content: '80+';

    position: absolute;
    right: -5px;
    top: -18px;

    color: rgba(41, 41, 47, .07);

    font-size: 90px;
    font-weight: 700;
    line-height: 1;
}

.teens-result__card strong {
    position: relative;
    z-index: 2;

    display: block;
    margin-bottom: 12px;

    font-size: 27px;
    line-height: 1.15;
}

.teens-result__card p {
    position: relative;
    z-index: 2;

    margin: 0;

    font-size: 14px;
    line-height: 1.6;
}


/* ONLINE */

.teens-online {
    display: grid;
    grid-template-columns: minmax(300px, .82fr) minmax(0, 1.78fr);
    gap: 48px;
    align-items: center;
}

.teens-online__intro {
    max-width: 470px;
    padding-right: 10px;
}

.teens-online__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.teens-online-card {
    position: relative;

    display: grid;
    grid-template-columns: 52px minmax(0, 1fr);
    grid-template-areas:
        "icon number"
        "icon title"
        "icon text";
    column-gap: 18px;
    align-content: start;

    min-height: 176px;
    padding: 22px;

    overflow: hidden;

    border: 1px solid var(--teens-border);
    border-radius: var(--teens-md);

    background: #fff;

    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.teens-online-card:hover {
    transform: translateY(-3px);
    border-color: rgba(119, 85, 232, .18);
    box-shadow: 0 12px 28px rgba(40, 31, 80, .045);
}

.teens-online-card__icon {
    grid-area: icon;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 52px;
    height: 52px;

    color: var(--teens-coral);

    border-radius: 16px;
    background: var(--teens-coral-soft);
}

.teens-online-card:nth-child(2) .teens-online-card__icon {
    color: var(--teens-purple);
    background: var(--teens-purple-soft);
}

.teens-online-card:nth-child(3) .teens-online-card__icon {
    color: #237f96;
    background: var(--teens-blue-soft);
}

.teens-online-card:nth-child(4) .teens-online-card__icon {
    color: #8a6a00;
    background: var(--teens-yellow-soft);
}

.teens-online-card__icon svg {
    width: 25px;
    height: 25px;

    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.teens-online-card__number {
    grid-area: number;

    display: block;
    margin: 1px 0 18px;

    color: var(--teens-coral);

    font-size: 11px;
    font-weight: 700;
}

.teens-online-card__title {
    grid-area: title;

    margin: 0 0 7px;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
}

.teens-online-card__text {
    grid-area: text;

    margin: 0;

    color: var(--teens-muted);

    font-size: 13px;
    line-height: 1.55;
}


/* FAQ */

.teens-faq {
    max-width: 980px;
    margin: 0 auto;
}

.teens-faq__item {
    border-bottom: 1px solid var(--teens-border);
}

.teens-faq__question {
    position: relative;

    width: 100%;
    padding: 23px 60px 23px 0;

    color: var(--teens-text);

    font: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;

    border: 0;
    background: transparent;

    cursor: pointer;
}

.teens-faq__question::before,
.teens-faq__question::after {
    content: '';

    position: absolute;
    top: 50%;
    right: 8px;

    width: 20px;
    height: 2px;

    background: var(--teens-text);
    transition: transform .2s ease;
}

.teens-faq__question::after {
    transform: rotate(90deg);
}

.teens-faq__item.is-open .teens-faq__question::after {
    transform: rotate(0);
}

.teens-faq__answer {
    display: none;
    max-width: 850px;
    padding: 0 60px 24px 0;
}

.teens-faq__item.is-open .teens-faq__answer {
    display: block;
}

.teens-faq__answer p {
    margin: 0;

    color: var(--teens-muted);

    font-size: 15px;
    line-height: 1.7;
}


/* FINAL CTA */

.teens-final {
    position: relative;

    padding: 78px 0;

    overflow: hidden;

    color: #fff;
    background: var(--teens-purple);
}

.teens-final__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr);
    gap: 45px;
    align-items: center;
}

.teens-final__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.teens-final__label {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 13px;

    color: var(--teens-text);

    font-size: 12px;
    font-weight: 700;

    border-radius: 999px;
    background: var(--teens-yellow);
}

.teens-final__title {
    margin: 0;

    font-size: clamp(34px, 4vw, 56px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.03em;

    hyphens: none;
}

.teens-final__text {
    max-width: 640px;
    margin: 20px 0 27px;

    color: rgba(255, 255, 255, .8);

    font-size: 17px;
    line-height: 1.62;
}

.teens-final__visual {
    position: relative;
    min-height: 320px;
}

.teens-final__visual::before {
    content: '';

    position: absolute;
    right: 3%;
    bottom: 2%;

    width: 82%;
    aspect-ratio: 1;

    border-radius:
        48% 52% 44% 56% / 56% 40% 60% 44%;

    background: var(--teens-pink);

    transform: rotate(-4deg);
}

.teens-final__visual::after {
    content: '';

    position: absolute;
    right: 5px;
    top: 18px;

    width: 90px;
    height: 90px;

    border-radius: 50%;
    background: var(--teens-yellow);
}

.teens-final__visual img {
    position: absolute;
    z-index: 2;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center bottom;
}


/* RESPONSIVE */

@media (max-width: 1199px) {

    .teens-materials {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .teens-online {
        grid-template-columns: 1fr;
        gap: 28px;
        align-items: start;
    }

    .teens-online__intro {
        max-width: 760px;
        padding-right: 0;
    }

    .teens-online__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {

    .teens-modern__container {
        width: min(calc(100% - 40px), 1320px);
    }

    .teens-modern__section {
        padding: 62px 0;
    }

    .teens-hero {
        min-height: auto;
        padding: 108px 0 35px;
    }

    .teens-hero__grid,
    .teens-intro,
    .teens-approach,
    .teens-result,
    .teens-final__grid {
        grid-template-columns: 1fr;
    }

    .teens-hero__visual {
        min-height: 410px;
    }

    .teens-facts {
        margin-top: 20px;
    }

    .teens-facts__grid {
        grid-template-columns: 1fr;
    }

    .teens-fact {
        border-right: 0;
        border-bottom: 1px solid var(--teens-border);
    }

    .teens-fact:last-child {
        border-bottom: 0;
    }

    .teens-intro__content {
        padding-top: 0;
    }

    .teens-skills {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .teens-approach__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .teens-exams__footer {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 767px) {

    .teens-modern__container {
        width: min(calc(100% - 28px), 1320px);
    }

    .teens-modern__section {
        padding: 52px 0;
    }

    .teens-hero {
        padding: 92px 0 25px;
    }

    .teens-hero__title {
        font-size: clamp(38px, 11vw, 52px);
    }

    .teens-hero__text {
        font-size: 18px;
    }

    .teens-hero__visual {
        min-height: 330px;
    }

    .teens-skills,
    .teens-approach__cards,
    .teens-materials,
    .teens-exams {
        grid-template-columns: 1fr;
    }

    .teens-online__cards {
        grid-template-columns: 1fr;
    }

    .teens-skill,
    .teens-approach-card {
        min-height: auto;
    }

    .teens-result__list {
        grid-template-columns: 1fr;
    }

    .teens-exams__link {
        width: 100%;
        justify-content: space-between;
    }

    .teens-online-card {
        min-height: auto;
        padding: 20px;
    }

    .teens-final {
        padding: 60px 0 0;
    }

    .teens-final__visual {
        min-height: 270px;
    }
}

.reading-modern {
    --read-text: #29292f;
    --read-muted: #74747c;

    --read-purple: #7755e8;
    --read-purple-dark: #6040d1;
    --read-purple-soft: #f2efff;

    --read-coral: #ff5a63;
    --read-coral-dark: #e94a54;
    --read-coral-soft: #fff0f2;

    --read-blue: #4fc9e3;
    --read-blue-soft: #edfaff;

    --read-yellow: #ffd75e;
    --read-yellow-soft: #fff8dc;

    --read-pink: #f58aa0;
    --read-pink-soft: #fff1f4;

    --read-bg: #faf9fc;
    --read-border: #e9e7ee;

    --read-xl: 36px;
    --read-lg: 28px;
    --read-md: 21px;

    color: var(--read-text);
    overflow: hidden;
}

.reading-modern *,
.reading-modern *::before,
.reading-modern *::after {
    box-sizing: border-box;
}

.reading-modern__container {
    width: min(calc(100% - 72px), 1320px);
    margin: 0 auto;
}

.reading-modern__section {
    position: relative;
    padding: 72px 0;
}

.reading-modern__section--soft {
    background: var(--read-bg);
}

.reading-modern__head {
    max-width: 880px;
    margin-bottom: 40px;
}

.reading-modern__label {
    display: inline-flex;
    margin-bottom: 15px;
    padding: 7px 13px;

    color: var(--read-coral);

    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: .055em;
    text-transform: uppercase;

    border-radius: 999px;
    background: var(--read-coral-soft);
}

.reading-modern__h2 {
    margin: 0;

    font-size: clamp(32px, 3.5vw, 50px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.03em;

    hyphens: none;
}

.reading-modern__lead {
    max-width: 760px;
    margin: 17px 0 0;

    color: var(--read-muted);

    font-size: 18px;
    line-height: 1.65;
}

.reading-modern__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;

    min-height: 54px;
    padding: 14px 24px;

    color: #fff;

    font: inherit;
    font-size: 15px;
    font-weight: 700;

    border: 0;
    border-radius: 999px;

    background: var(--read-coral);

    cursor: pointer;

    transition:
        transform .2s ease,
        background-color .2s ease,
        box-shadow .2s ease;
}

.reading-modern__button:hover {
    color: #fff;
    background: var(--read-coral-dark);
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(255, 90, 99, .2);
}


/* HERO */

.reading-hero {
    position: relative;

    min-height: 650px;
    padding: 120px 0 68px;

    overflow: hidden;

    background:
        radial-gradient(circle at 96% 0,
            rgba(119, 85, 232, .07) 0,
            rgba(119, 85, 232, .07) 250px,
            transparent 252px),
        var(--read-bg);
}

.reading-hero__grid {
    position: relative;
    z-index: 2;

    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .78fr);
    gap: 55px;
    align-items: center;
}

.reading-hero__top {
    margin-bottom: 17px;

    color: var(--read-purple);

    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.reading-hero__title {
    max-width: 820px;
    margin: 0;

    font-size: clamp(42px, 4.8vw, 68px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.04em;

    hyphens: none;
}

.reading-hero__text {
    max-width: 700px;
    margin: 24px 0 0;

    color: var(--read-muted);

    font-size: 20px;
    line-height: 1.58;
}

.reading-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;

    margin: 25px 0 30px;
    padding: 0;

    list-style: none;
}

.reading-hero__tags li {
    padding: 9px 13px;

    font-size: 13px;
    font-weight: 600;

    border: 1px solid var(--read-border);
    border-radius: 999px;

    background: #fff;
}

.reading-hero__visual {
    position: relative;
    min-height: 450px;
}

.reading-hero__shape {
    position: absolute;
    inset: 32px 5px 18px 35px;

    border-radius:
        48% 52% 45% 55% / 55% 42% 58% 45%;

    background: var(--read-purple);

    transform: rotate(-3deg);
}

.reading-hero__shape::before {
    content: '';

    position: absolute;
    top: -22px;
    right: 25px;

    width: 95px;
    height: 95px;

    border-radius: 50%;
    background: var(--read-yellow);
}

.reading-hero__shape::after {
    content: '';

    position: absolute;
    left: -20px;
    bottom: 48px;

    width: 82px;
    height: 82px;

    border-radius: 24px;
    background: var(--read-pink);

    transform: rotate(14deg);
}

.reading-hero__visual img {
    position: absolute;
    z-index: 2;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center bottom;
}

.reading-hero__note {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 20px;

    padding: 15px 18px;

    border: 1px solid var(--read-border);
    border-radius: 18px;

    background: #fff;

    box-shadow: 0 16px 40px rgba(40, 31, 80, .1);
}

.reading-hero__note strong,
.reading-hero__note span {
    display: block;
}

.reading-hero__note strong {
    font-size: 16px;
}

.reading-hero__note span {
    margin-top: 3px;
    color: var(--read-muted);
    font-size: 12px;
}


/* FACTS */

.reading-facts {
    position: relative;
    z-index: 5;
    margin-top: -34px;
}

.reading-facts__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    overflow: hidden;

    border: 1px solid var(--read-border);
    border-radius: var(--read-lg);

    background: #fff;

    box-shadow: 0 18px 45px rgba(46, 37, 84, .06);
}

.reading-fact {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr);
    gap: 17px;
    align-items: center;

    min-height: 132px;
    padding: 23px;

    border-right: 1px solid var(--read-border);
}

.reading-fact:last-child {
    border-right: 0;
}

.reading-fact__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 64px;
    height: 64px;

    border-radius: 18px;
    background: var(--read-purple-soft);
}

.reading-fact:nth-child(2) .reading-fact__icon {
    background: var(--read-yellow-soft);
}

.reading-fact:nth-child(3) .reading-fact__icon {
    background: var(--read-coral-soft);
}

.reading-fact__icon img {
    width: 43px;
    height: 43px;
    object-fit: contain;
}

.reading-fact__value {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
}

.reading-fact__label {
    margin: 1px 0 6px;
    font-size: 14px;
    font-weight: 600;
}

.reading-fact__description {
    margin: 0;
    color: var(--read-muted);
    font-size: 12px;
    line-height: 1.45;
}


/* WHY KIDS LIKE */

.reading-why {
    display: grid;
    grid-template-columns: minmax(260px, .78fr) minmax(0, 1.72fr);
    gap: 44px;
    align-items: center;
}

.reading-why__intro {
    max-width: 430px;
}

.reading-why__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.reading-why-card {
    min-height: 200px;
    padding: 23px;

    border: 1px solid var(--read-border);
    border-radius: var(--read-md);

    background: #fff;
}

.reading-why-card__number {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;
    margin-bottom: 30px;

    color: var(--read-coral);

    font-size: 12px;
    font-weight: 700;

    border-radius: 50%;
    background: var(--read-coral-soft);
}

.reading-why-card:nth-child(2) .reading-why-card__number {
    color: var(--read-purple);
    background: var(--read-purple-soft);
}

.reading-why-card:nth-child(3) .reading-why-card__number {
    color: #237f96;
    background: var(--read-blue-soft);
}

.reading-why-card:nth-child(4) .reading-why-card__number {
    color: #886800;
    background: var(--read-yellow-soft);
}

.reading-why-card__title {
    margin: 0 0 8px;
    font-size: 19px;
    font-weight: 700;
}

.reading-why-card__text {
    margin: 0;
    color: var(--read-muted);
    font-size: 14px;
    line-height: 1.58;
}


/* SKILLS */

.reading-skills {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.reading-skill {
    min-height: 220px;
    padding: 24px;

    border: 1px solid var(--read-border);
    border-radius: var(--read-md);

    background: #fff;

    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.reading-skill:hover {
    transform: translateY(-3px);
    border-color: rgba(119, 85, 232, .18);
    box-shadow: 0 14px 34px rgba(40, 31, 80, .05);
}

.reading-skill__number {
    display: block;
    margin-bottom: 40px;

    color: var(--read-coral);

    font-size: 12px;
    font-weight: 700;
}

.reading-skill__title {
    margin: 0 0 9px;
    font-size: 20px;
    font-weight: 700;
}

.reading-skill__text {
    margin: 0;
    color: var(--read-muted);
    font-size: 14px;
    line-height: 1.6;
}


/* CONTENT */

.reading-content {
    display: grid;
    grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
    gap: 52px;
    align-items: start;
}

.reading-content__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 24px;

    margin: 0;
    padding: 0;

    list-style: none;
}

.reading-content__list li {
    position: relative;

    padding: 14px 0 14px 32px;

    color: var(--read-muted);

    font-size: 14px;
    line-height: 1.58;

    border-bottom: 1px solid var(--read-border);
}

.reading-content__list li::before {
    content: '✓';

    position: absolute;
    left: 0;
    top: 13px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 22px;
    height: 22px;

    color: #fff;

    font-size: 10px;
    font-weight: 700;

    border-radius: 50%;
    background: var(--read-coral);
}


/* MATERIALS */

.reading-materials {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
}

.reading-material {
    display: flex;
    flex-direction: column;

    min-height: 250px;
    padding: 21px;

    border: 1px solid var(--read-border);
    border-radius: var(--read-md);

    background: #fff;
}

.reading-material__icon {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;
    margin-bottom: auto;

    border-radius: 17px;
    background: var(--read-purple-soft);
}

.reading-material:nth-child(2) .reading-material__icon {
    background: var(--read-coral-soft);
}

.reading-material:nth-child(3) .reading-material__icon {
    background: var(--read-yellow-soft);
}

.reading-material:nth-child(4) .reading-material__icon {
    background: var(--read-blue-soft);
}

.reading-material:nth-child(5) .reading-material__icon {
    background: var(--read-pink-soft);
}

.reading-material__icon img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.reading-material__title {
    margin: 32px 0 8px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
}

.reading-material__text {
    margin: 0;
    color: var(--read-muted);
    font-size: 13px;
    line-height: 1.58;
}


/* RESULTS */

.reading-result {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .52fr);
    gap: 50px;
    align-items: start;
}

.reading-result__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 28px;

    margin: 28px 0 0;
    padding: 0;

    list-style: none;
}

.reading-result__list li {
    position: relative;

    padding: 15px 0 15px 34px;

    color: var(--read-muted);

    font-size: 14px;
    line-height: 1.62;

    border-bottom: 1px solid var(--read-border);
}

.reading-result__list li::before {
    content: '✓';

    position: absolute;
    left: 0;
    top: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 23px;
    height: 23px;

    color: #fff;

    font-size: 11px;
    font-weight: 700;

    border-radius: 50%;
    background: var(--read-coral);
}

.reading-result__card {
    position: relative;

    padding: 30px;

    overflow: hidden;

    border-radius: var(--read-lg);
    background: var(--read-yellow);
}

.reading-result__card::after {
    content: '20+';

    position: absolute;
    right: -5px;
    top: -18px;

    color: rgba(41, 41, 47, .07);

    font-size: 90px;
    font-weight: 700;
    line-height: 1;
}

.reading-result__card strong {
    position: relative;
    z-index: 2;

    display: block;
    margin-bottom: 12px;

    font-size: 27px;
    line-height: 1.15;
}

.reading-result__card p {
    position: relative;
    z-index: 2;

    margin: 0;

    font-size: 14px;
    line-height: 1.6;
}


/* PARENTS */

.reading-parents {
    display: grid;
    grid-template-columns: minmax(260px, .78fr) minmax(0, 1.72fr);
    gap: 44px;
    align-items: center;
}

.reading-parents__intro {
    max-width: 430px;
}

.reading-parents__cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.reading-parent-card {
    min-height: 185px;
    padding: 23px;

    border: 1px solid var(--read-border);
    border-radius: var(--read-md);

    background: #fff;
}

.reading-parent-card__number {
    display: block;
    margin-bottom: 28px;

    color: var(--read-coral);

    font-size: 12px;
    font-weight: 700;
}

.reading-parent-card__title {
    margin: 0 0 8px;
    font-size: 19px;
    font-weight: 700;
}

.reading-parent-card__text {
    margin: 0;
    color: var(--read-muted);
    font-size: 14px;
    line-height: 1.58;
}


/* YANDEX */

.reading-yandex {
    display: grid;
    grid-template-columns: 200px minmax(0, 1fr) auto;
    gap: 22px;
    align-items: center;

    padding: 24px 28px;

    border-radius: var(--read-lg);

    background:
        linear-gradient(145deg,
            #fff4dc 0%,
            #ffd75e 100%);
}

.reading-yandex__logo {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 55px;

    overflow: hidden;

    border-radius: 40px;
    background: #fff;
}

.reading-yandex__logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.reading-yandex__content strong {
    display: block;
    margin-bottom: 5px;

    font-size: 22px;
    line-height: 1.25;
}

.reading-yandex__content span {
    color: rgba(41, 41, 47, .7);
    font-size: 14px;
    line-height: 1.5;
}

.reading-yandex__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 12px 18px;

    color: var(--read-text);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;

    border-radius: 999px;
    background: #fff;
}

.reading-yandex__link:hover {
    color: var(--read-text);
    text-decoration: none;
}


/* PRICE */

.reading-price {
    position: relative;

    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 35px;
    align-items: center;

    padding: 36px 38px;

    overflow: hidden;

    border-radius: var(--read-xl);
    background: var(--read-purple);
    color: #fff;
}

.reading-price::after {
    content: '';

    position: absolute;
    right: -85px;
    top: -85px;

    width: 250px;
    height: 250px;

    border-radius: 50%;
    background: rgba(255, 255, 255, .1);
}

.reading-price__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.reading-price__eyebrow {
    display: inline-flex;
    margin-bottom: 15px;
    padding: 7px 12px;

    color: var(--read-text);
    font-size: 12px;
    font-weight: 700;

    border-radius: 999px;
    background: var(--read-yellow);
}

.reading-price__title {
    margin: 0 0 11px;

    font-size: clamp(30px, 3vw, 44px);
    font-weight: 700;
    line-height: 1.08;
}

.reading-price__text {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.6;
}

.reading-price__button {
    position: relative;
    z-index: 2;

    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 13px 20px;

    color: var(--read-text);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;

    border-radius: 999px;
    background: #fff;
}

.reading-price__button:hover {
    color: var(--read-text);
    text-decoration: none;
}


/* FAQ */

.reading-faq {
    max-width: 980px;
    margin: 0 auto;
}

.reading-faq__item {
    border-bottom: 1px solid var(--read-border);
}

.reading-faq__question {
    position: relative;

    width: 100%;
    padding: 23px 60px 23px 0;

    color: var(--read-text);

    font: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;

    border: 0;
    background: transparent;

    cursor: pointer;
}

.reading-faq__question::before,
.reading-faq__question::after {
    content: '';

    position: absolute;
    top: 50%;
    right: 8px;

    width: 20px;
    height: 2px;

    background: var(--read-text);
    transition: transform .2s ease;
}

.reading-faq__question::after {
    transform: rotate(90deg);
}

.reading-faq__item.is-open .reading-faq__question::after {
    transform: rotate(0);
}

.reading-faq__answer {
    display: none;
    max-width: 850px;
    padding: 0 60px 24px 0;
}

.reading-faq__item.is-open .reading-faq__answer {
    display: block;
}

.reading-faq__answer p {
    margin: 0;

    color: var(--read-muted);

    font-size: 15px;
    line-height: 1.7;
}


/* FINAL CTA */

.reading-final {
    position: relative;

    padding: 78px 0;

    overflow: hidden;

    color: #fff;
    background: var(--read-purple);
}

.reading-final__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr);
    gap: 45px;
    align-items: center;
}

.reading-final__content {
    position: relative;
    z-index: 2;
    max-width: 760px;
}

.reading-final__label {
    display: inline-flex;
    margin-bottom: 16px;
    padding: 7px 13px;

    color: var(--read-text);

    font-size: 12px;
    font-weight: 700;

    border-radius: 999px;
    background: var(--read-yellow);
}

.reading-final__title {
    margin: 0;

    font-size: clamp(34px, 4vw, 56px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.03em;

    hyphens: none;
}

.reading-final__text {
    max-width: 640px;
    margin: 20px 0 27px;

    color: rgba(255, 255, 255, .8);

    font-size: 17px;
    line-height: 1.62;
}

.reading-final__visual {
    position: relative;
    min-height: 320px;
}

.reading-final__visual::before {
    content: '';

    position: absolute;
    right: 3%;
    bottom: 2%;

    width: 82%;
    aspect-ratio: 1;

    border-radius:
        48% 52% 44% 56% / 56% 40% 60% 44%;

    background: var(--read-pink);

    transform: rotate(-4deg);
}

.reading-final__visual::after {
    content: '';

    position: absolute;
    right: 5px;
    top: 18px;

    width: 90px;
    height: 90px;

    border-radius: 50%;
    background: var(--read-yellow);
}

.reading-final__visual img {
    position: absolute;
    z-index: 2;
    inset: 0;

    width: 100%;
    height: 100%;

    object-fit: contain;
    object-position: center bottom;
}


/* RESPONSIVE */

@media (max-width: 1199px) {

    .reading-materials {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {

    .reading-modern__container {
        width: min(calc(100% - 40px), 1320px);
    }

    .reading-modern__section {
        padding: 62px 0;
    }

    .reading-hero {
        min-height: auto;
        padding: 108px 0 35px;
    }

    .reading-hero__grid,
    .reading-why,
    .reading-content,
    .reading-result,
    .reading-parents,
    .reading-final__grid {
        grid-template-columns: 1fr;
    }

    .reading-hero__visual {
        min-height: 410px;
    }

    .reading-facts {
        margin-top: 20px;
    }

    .reading-facts__grid {
        grid-template-columns: 1fr;
    }

    .reading-fact {
        border-right: 0;
        border-bottom: 1px solid var(--read-border);
    }

    .reading-fact:last-child {
        border-bottom: 0;
    }

    .reading-skills {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reading-why__cards,
    .reading-parents__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .reading-yandex {
        grid-template-columns: 72px minmax(0, 1fr);
    }

    .reading-yandex__link {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .reading-price {
        grid-template-columns: 1fr;
    }

    .reading-price__button {
        justify-self: start;
    }
}

@media (max-width: 767px) {

    .reading-modern__container {
        width: min(calc(100% - 28px), 1320px);
    }

    .reading-modern__section {
        padding: 52px 0;
    }

    .reading-hero {
        padding: 92px 0 25px;
    }

    .reading-hero__title {
        font-size: clamp(38px, 11vw, 52px);
    }

    .reading-hero__text {
        font-size: 18px;
    }

    .reading-hero__visual {
        min-height: 330px;
    }

    .reading-skills,
    .reading-why__cards,
    .reading-content__list,
    .reading-materials,
    .reading-result__list,
    .reading-parents__cards {
        grid-template-columns: 1fr;
    }

    .reading-yandex {
        grid-template-columns: 1fr;
        padding: 22px;
    }

    .reading-yandex__link {
        grid-column: auto;
    }

    .reading-price {
        padding: 28px 24px;
    }

    .reading-final {
        padding: 60px 0 0;
    }

    .reading-final__visual {
        min-height: 270px;
    }
}

.hw {
    --t: #29292f;
    --m: #74747c;
    --p: #7755e8;
    --pd: #6040d1;
    --ps: #f2efff;
    --c: #ff5a63;
    --cd: #e94a54;
    --cs: #fff0f2;
    --b: #4fc9e3;
    --bs: #edfaff;
    --y: #ffd75e;
    --ys: #fff8dc;
    --pk: #f58aa0;
    --bg: #faf9fc;
    --bd: #e9e7ee;
    color: var(--t);
    overflow: hidden
}

.hw *,
.hw *:before,
.hw *:after {
    box-sizing: border-box
}

.hw__c {
    width: min(calc(100% - 72px), 1320px);
    margin: auto
}

.hw__s {
    padding: 72px 0
}

.hw__soft {
    background: var(--bg)
}

.hw__label {
    display: inline-flex;
    margin-bottom: 15px;
    padding: 7px 13px;
    color: var(--c);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .055em;
    text-transform: uppercase;
    border-radius: 999px;
    background: var(--cs)
}

.hw__h2 {
    margin: 0;
    font-size: clamp(32px, 3.5vw, 50px);
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -.03em;
    hyphens: none
}

.hw__lead {
    max-width: 760px;
    margin: 17px 0 0;
    color: var(--m);
    font-size: 18px;
    line-height: 1.65
}

.hw__head {
    max-width: 880px;
    margin-bottom: 40px
}

.hw__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 14px 24px;
    color: #fff;
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    border: 0;
    border-radius: 999px;
    background: var(--c);
    cursor: pointer;
    transition: .2s
}

.hw__btn:hover {
    background: var(--cd);
    transform: translateY(-2px)
}

.hw-hero {
    min-height: 640px;
    padding: 120px 0 68px;
    background: radial-gradient(circle at 96% 0, rgba(119, 85, 232, .07) 0, rgba(119, 85, 232, .07) 250px, transparent 252px), var(--bg)
}

.hw-hero__g {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(390px, .78fr);
    gap: 55px;
    align-items: center
}

.hw-hero__top {
    margin-bottom: 17px;
    color: var(--p);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase
}

.hw-hero__title {
    max-width: 800px;
    margin: 0;
    font-size: clamp(42px, 4.8vw, 68px);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.04em;
    hyphens: none
}

.hw-hero__text {
    max-width: 700px;
    margin: 24px 0 0;
    color: var(--m);
    font-size: 20px;
    line-height: 1.58
}

.hw-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 25px 0 30px;
    padding: 0;
    list-style: none
}

.hw-hero__tags li {
    padding: 9px 13px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid var(--bd);
    border-radius: 999px;
    background: #fff
}

.hw-hero__v {
    position: relative;
    min-height: 445px
}

.hw-hero__shape {
    position: absolute;
    inset: 32px 5px 18px 35px;
    border-radius: 48% 52% 45% 55%/55% 42% 58% 45%;
    background: var(--p);
    transform: rotate(-3deg)
}

.hw-hero__shape:before {
    content: '';
    position: absolute;
    top: -22px;
    right: 25px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    background: var(--y)
}

.hw-hero__shape:after {
    content: '';
    position: absolute;
    left: -20px;
    bottom: 48px;
    width: 82px;
    height: 82px;
    border-radius: 24px;
    background: var(--pk);
    transform: rotate(14deg)
}

.hw-hero__v img {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain
}

.hw-hero__note {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 20px;
    padding: 15px 18px;
    border: 1px solid var(--bd);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 16px 40px rgba(40, 31, 80, .1)
}

.hw-hero__note strong,
.hw-hero__note span {
    display: block
}

.hw-hero__note span {
    margin-top: 3px;
    color: var(--m);
    font-size: 12px
}

.hw-facts {
    position: relative;
    z-index: 5;
    margin-top: -34px
}

.hw-facts__g {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    overflow: hidden;
    border: 1px solid var(--bd);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(46, 37, 84, .06)
}

.hw-fact {
    display: grid;
    grid-template-columns: 64px 1fr;
    gap: 17px;
    align-items: center;
    min-height: 132px;
    padding: 23px;
    border-right: 1px solid var(--bd)
}

.hw-fact:last-child {
    border-right: 0
}

.hw-fact__i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: var(--ps)
}

.hw-fact:nth-child(2) .hw-fact__i {
    background: var(--ys)
}

.hw-fact:nth-child(3) .hw-fact__i {
    background: var(--cs)
}

.hw-fact__i img {
    width: 43px;
    height: 43px;
    object-fit: contain
}

.hw-fact__v {
    margin: 0;
    font-size: 21px;
    font-weight: 700
}

.hw-fact__l {
    margin: 1px 0 6px;
    font-size: 14px;
    font-weight: 600
}

.hw-fact__d {
    margin: 0;
    color: var(--m);
    font-size: 12px;
    line-height: 1.45
}

.hw-two {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(0, 1.7fr);
    gap: 46px;
    align-items: center
}

.hw-two__cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px
}

.hw-card {
    min-height: 190px;
    padding: 23px;
    border: 1px solid var(--bd);
    border-radius: 21px;
    background: #fff
}

.hw-card__n {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin-bottom: 28px;
    color: var(--c);
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    background: var(--cs)
}

.hw-card:nth-child(2) .hw-card__n {
    color: var(--p);
    background: var(--ps)
}

.hw-card:nth-child(3) .hw-card__n {
    color: #237f96;
    background: var(--bs)
}

.hw-card:nth-child(4) .hw-card__n {
    color: #886800;
    background: var(--ys)
}

.hw-card h3 {
    margin: 0 0 8px;
    font-size: 19px
}

.hw-card p {
    margin: 0;
    color: var(--m);
    font-size: 14px;
    line-height: 1.58
}

.hw-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px
}

.hw-step {
    min-height: 245px;
    padding: 24px;
    border: 1px solid var(--bd);
    border-radius: 21px;
    background: #fff
}

.hw-step__n {
    display: block;
    margin-bottom: 48px;
    color: var(--c);
    font-size: 12px;
    font-weight: 700
}

.hw-step h3 {
    margin: 0 0 9px;
    font-size: 20px
}

.hw-step p {
    margin: 0;
    color: var(--m);
    font-size: 14px;
    line-height: 1.6
}

.hw-note {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, .55fr);
    gap: 40px;
    align-items: center;
    padding: 34px 36px;
    border-radius: 36px;
    background: var(--y)
}

.hw-note h2 {
    margin: 0 0 12px;
    font-size: clamp(29px, 3vw, 42px);
    line-height: 1.08
}

.hw-note p {
    margin: 0;
    color: rgba(41, 41, 47, .72);
    font-size: 16px;
    line-height: 1.65
}

.hw-note__box {
    padding: 20px 22px;
    border-radius: 22px;
    background: #fff
}

.hw-note__box strong {
    display: block;
    margin-bottom: 7px;
    font-size: 17px;
}

.hw-note__box p {
    font-size: 13px;
    color: var(--m)
}

.hw-modules {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px
}

.hw-module {
    display: flex;
    flex-direction: column;
    min-height: 250px;
    padding: 21px;
    border: 1px solid var(--bd);
    border-radius: 21px;
    background: #fff
}

.hw-module__i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: auto;
    border-radius: 17px;
    background: var(--ps)
}

.hw-module:nth-child(2) .hw-module__i {
    background: var(--cs)
}

.hw-module:nth-child(3) .hw-module__i {
    background: var(--ys)
}

.hw-module:nth-child(4) .hw-module__i {
    background: var(--bs)
}

.hw-module__i img {
    width: 40px;
    height: 40px;
    object-fit: contain
}

.hw-module h3 {
    margin: 32px 0 8px;
    font-size: 18px
}

.hw-module p {
    margin: 0;
    color: var(--m);
    font-size: 13px;
    line-height: 1.58
}

.hw-results {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .52fr);
    gap: 50px
}

.hw-results__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 28px;
    margin: 28px 0 0;
    padding: 0;
    list-style: none
}

.hw-results__list li {
    position: relative;
    padding: 15px 0 15px 34px;
    color: var(--m);
    font-size: 14px;
    line-height: 1.62;
    border-bottom: 1px solid var(--bd)
}

.hw-results__list li:before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23px;
    height: 23px;
    color: #fff;
    font-size: 11px;
    border-radius: 50%;
    background: var(--c)
}

.hw-results__box {
    padding: 30px;
    border-radius: 28px;
    background: var(--p);
    color: #fff
}

.hw-results__box strong {
    display: block;
    margin-bottom: 12px;
    font-size: 27px
}

.hw-results__box p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 14px;
    line-height: 1.6
}

.hw-results__actions {
    margin-top: 34px;
}

.hw-results__actions .hw__btn {
    min-width: 240px;
}

.hw-results__image {
    margin: -8px -8px 24px;
    text-align: center;
}

.hw-results__image img {
    display: block;
    width: 100%;
    max-width: 320px;
    margin: auto;
    height: auto;
}

.hw-results__content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media(max-width:767px) {

    .hw-results__actions {
        text-align: center;
    }

    .hw-results__actions .hw__btn {
        width: 100%;
        justify-content: center;
    }

}

.hw-price {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 35px;
    align-items: center;
    padding: 36px 38px;
    border-radius: 36px;
    background: var(--p);
    color: #fff
}

.hw-price h2 {
    margin: 0 0 11px;
    font-size: clamp(30px, 3vw, 44px);
    line-height: 1.08
}

.hw-price p {
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.6
}

.hw-price__r {
    text-align: right
}

.hw-price__amount {
    display: block;
    margin-bottom: 12px;
    font-size: 36px;
    font-weight: 700
}

.hw-price__amount small {
    display: block;
    margin-top: 5px;
    color: rgba(255, 255, 255, .68);
    font-size: 12px;
    font-weight: 500
}

.hw-price__btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 20px;
    color: var(--t);
    font: inherit;
    font-size: 14px;
    font-weight: 700;
    border: 0;
    border-radius: 999px;
    background: #fff;
    cursor: pointer
}

.hw-faq {
    max-width: 980px;
    margin: auto
}

.hw-faq__item {
    border-bottom: 1px solid var(--bd)
}

.hw-faq__q {
    position: relative;
    width: 100%;
    padding: 23px 60px 23px 0;
    color: var(--t);
    font: inherit;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    border: 0;
    background: transparent;
    cursor: pointer
}

.hw-faq__q:before,
.hw-faq__q:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 8px;
    width: 20px;
    height: 2px;
    background: var(--t);
    transition: .2s
}

.hw-faq__q:after {
    transform: rotate(90deg)
}

.hw-faq__item.is-open .hw-faq__q:after {
    transform: rotate(0)
}

.hw-faq__a {
    display: none;
    max-width: 850px;
    padding: 0 60px 24px 0
}

.hw-faq__item.is-open .hw-faq__a {
    display: block
}

.hw-faq__a p {
    margin: 0;
    color: var(--m);
    font-size: 15px;
    line-height: 1.7
}

.hw-final {
    padding: 78px 0;
    color: #fff;
    background: var(--p)
}

.hw-final__g {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .65fr);
    gap: 45px;
    align-items: center
}

.hw-final__title {
    margin: 0;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.04;
    letter-spacing: -.03em
}

.hw-final__text {
    max-width: 640px;
    margin: 20px 0 27px;
    color: rgba(255, 255, 255, .8);
    font-size: 17px;
    line-height: 1.62
}

.hw-final__v {
    position: relative;
    min-height: 320px
}

.hw-final__v:before {
    content: '';
    position: absolute;
    right: 3%;
    bottom: 2%;
    width: 82%;
    aspect-ratio: 1;
    border-radius: 48% 52% 44% 56%/56% 40% 60% 44%;
    background: var(--pk)
}

.hw-final__v img {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain
}

@media(max-width:1199px) {
    .hw-modules {
        grid-template-columns: repeat(3, 1fr)
    }

    .hw-steps {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width:991px) {
    .hw__c {
        width: min(calc(100% - 40px), 1320px)
    }

    .hw__s {
        padding: 62px 0
    }

    .hw-hero {
        min-height: auto;
        padding: 108px 0 35px
    }

    .hw-hero__g,
    .hw-two,
    .hw-note,
    .hw-results,
    .hw-final__g {
        grid-template-columns: 1fr
    }

    .hw-hero__v {
        min-height: 400px
    }

    .hw-facts {
        margin-top: 20px
    }

    .hw-facts__g {
        grid-template-columns: 1fr
    }

    .hw-fact {
        border-right: 0;
        border-bottom: 1px solid var(--bd)
    }

    .hw-two__cards {
        grid-template-columns: repeat(2, 1fr)
    }

    .hw-price {
        grid-template-columns: 1fr
    }

    .hw-price__r {
        text-align: left
    }
}

@media(max-width:767px) {
    .hw__c {
        width: min(calc(100% - 28px), 1320px)
    }

    .hw__s {
        padding: 52px 0
    }

    .hw-hero {
        padding: 92px 0 25px
    }

    .hw-hero__title {
        font-size: clamp(38px, 11vw, 52px)
    }

    .hw-hero__text {
        font-size: 18px
    }

    .hw-hero__v {
        min-height: 330px
    }

    .hw-two__cards,
    .hw-steps,
    .hw-modules,
    .hw-results__list {
        grid-template-columns: 1fr
    }

    .hw-note,
    .hw-price {
        padding: 28px 24px
    }

    .hw-final {
        padding: 60px 0 0
    }

    .hw-final__v {
        min-height: 270px
    }
}

.kids-modern {
    --kids-text: #29292f;
    --kids-muted: #74747c;
    --kids-purple: #7755e8;
    --kids-purple-dark: #6141d4;
    --kids-purple-soft: #f2efff;
    --kids-coral: #ff5a63;
    --kids-coral-dark: #e94a54;
    --kids-coral-soft: #fff0f2;
    --kids-blue: #4fc9e3;
    --kids-blue-soft: #edfaff;
    --kids-yellow: #ffd75e;
    --kids-yellow-soft: #fff8dc;
    --kids-pink: #f58aa0;
    --kids-pink-soft: #fff1f4;
    --kids-bg: #faf9fc;
    --kids-white: #fff;
    --kids-border: #e9e7ee;
    --kids-xl: 42px;
    --kids-lg: 30px;
    --kids-md: 22px;
    overflow: hidden;
    color: var(--kids-text);
}

.kids-modern *,
.kids-modern *::before,
.kids-modern *::after {
    box-sizing: border-box;
}

.kids-modern__container {
    width: min(calc(100% - 64px), 1440px);
    margin: 0 auto;
}

.kids-modern__section {
    position: relative;
    padding: 96px 0;
}

.kids-modern__section--soft {
    background: var(--kids-bg);
}

.kids-modern__head {
    max-width: 960px;
    margin-bottom: 50px;
}

.kids-modern__label {
    display: inline-flex;
    align-items: center;
    margin-bottom: 17px;
    padding: 8px 14px;
    color: var(--kids-coral);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .055em;
    border-radius: 999px;
    background: var(--kids-coral-soft);
}

.kids-modern__h2 {
    margin: 0;
    color: var(--kids-text);
    font-size: clamp(36px, 4.4vw, 62px);
    font-weight: 700;
    line-height: 1.04;
    letter-spacing: -.035em;
    hyphens: none;
}

.kids-modern__lead {
    max-width: 830px;
    margin: 19px 0 0;
    color: var(--kids-muted);
    font-size: clamp(18px, 1.6vw, 21px);
    line-height: 1.65;
}

.kids-modern__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding: 15px 28px;
    color: #fff;
    font: inherit;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    border-radius: 999px;
    background: var(--kids-coral);
    cursor: pointer;
    transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.kids-modern__button:hover {
    color: #fff;
    background: var(--kids-coral-dark);
    transform: translateY(-2px);
    box-shadow: 0 15px 34px rgba(255, 90, 99, .23);
}

.kids-hero {
    position: relative;
    min-height: 760px;
    padding: 140px 0 90px;
    overflow: hidden;
    background: radial-gradient(circle at 96% 2%, rgba(119, 85, 232, .075) 0, rgba(119, 85, 232, .075) 280px, transparent 282px), var(--kids-bg);
}

.kids-hero::before {
    content: '';
    position: absolute;
    left: -90px;
    bottom: 45px;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: rgba(79, 201, 227, .12);
}

.kids-hero__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .82fr);
    gap: 65px;
    align-items: center;
}

.kids-hero__content {
    max-width: 880px;
}

.kids-hero__top {
    margin-bottom: 19px;
    color: var(--kids-purple);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
}

.kids-hero__title {
    margin: 0;
    color: var(--kids-text);
    font-size: clamp(48px, 5.5vw, 80px);
    font-weight: 700;
    line-height: .99;
    letter-spacing: -.045em;
    hyphens: none;
}

.kids-hero__description {
    max-width: 740px;
    margin: 29px 0 0;
    color: var(--kids-muted);
    font-size: clamp(19px, 1.9vw, 23px);
    line-height: 1.58;
}

.kids-hero__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin: 29px 0 35px;
    padding: 0;
    list-style: none;
}

.kids-hero__tags li {
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    border: 1px solid var(--kids-border);
    border-radius: 999px;
    background: #fff;
}

.kids-hero__visual {
    position: relative;
    min-height: 550px;
}

.kids-hero__shape {
    position: absolute;
    inset: 35px 5px 22px 40px;
    border-radius: 49% 51% 45% 55% / 55% 42% 58% 45%;
    background: var(--kids-purple);
    transform: rotate(-3deg);
}

.kids-hero__shape::before {
    content: '';
    position: absolute;
    right: 25px;
    top: -25px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--kids-yellow);
}

.kids-hero__shape::after {
    content: '';
    position: absolute;
    left: -25px;
    bottom: 50px;
    width: 100px;
    height: 100px;
    border-radius: 28px;
    background: var(--kids-pink);
    transform: rotate(15deg);
}

.kids-hero__visual img {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

.kids-hero__note {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 25px;
    padding: 18px 21px;
    border: 1px solid var(--kids-border);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(40, 31, 80, .12);
}

.kids-hero__note strong,
.kids-hero__note span {
    display: block;
}

.kids-hero__note strong {
    margin-bottom: 4px;
    font-size: 18px;
}

.kids-hero__note span {
    color: var(--kids-muted);
    font-size: 13px;
}

.kids-facts {
    position: relative;
    z-index: 5;
    margin-top: -43px;
}

.kids-facts__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid var(--kids-border);
    border-radius: var(--kids-lg);
    background: #fff;
    box-shadow: 0 20px 55px rgba(46, 37, 84, .07);
}

.kids-fact {
    min-height: 145px;
    padding: 28px;
    border-right: 1px solid var(--kids-border);
}

.kids-fact:last-child {
    border-right: 0;
}

.kids-fact__number {
    display: block;
    margin-bottom: 25px;
    color: var(--kids-coral);
    font-size: 13px;
    font-weight: 700;
}

.kids-fact__title {
    margin: 0 0 7px;
    font-size: 21px;
    font-weight: 700;
}

.kids-fact__text {
    margin: 0;
    color: var(--kids-muted);
    font-size: 14px;
    line-height: 1.55;
}

.kids-advantages {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px;
}

.kids-advantage {
    min-height: 270px;
    padding: 30px;
    border: 1px solid var(--kids-border);
    border-radius: var(--kids-md);
    background: #fff;
}

.kids-advantage:nth-child(1) {
    background: var(--kids-purple);
    color: #fff;
    border-color: var(--kids-purple);
}

.kids-advantage:nth-child(4) {
    background: var(--kids-yellow-soft);
}

.kids-advantage__number {
    display: block;
    margin-bottom: 45px;
    color: var(--kids-coral);
    font-size: 13px;
    font-weight: 700;
}

.kids-advantage:nth-child(1) .kids-advantage__number {
    color: rgba(255, 255, 255, .68);
}

.kids-advantage__title {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.kids-advantage__text {
    margin: 0;
    color: var(--kids-muted);
    font-size: 16px;
    line-height: 1.6;
}

.kids-advantage:nth-child(1) .kids-advantage__text {
    color: rgba(255, 255, 255, .78);
}

.kids-programmes {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.kids-programme {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 145px;
    gap: 20px;
    align-items: end;
    min-height: 315px;
    padding: 32px;
    overflow: hidden;
    color: var(--kids-text);
    text-decoration: none;
    border-radius: var(--kids-lg);
    transition: transform .2s ease, box-shadow .2s ease;
}

.kids-programme:hover {
    color: var(--kids-text);
    text-decoration: none;
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(40, 31, 80, .08);
}

.kids-programme--children {
    background: var(--kids-blue-soft);
}

.kids-programme--teens {
    background: var(--kids-purple-soft);
}

.kids-programme--exam {
    background: var(--kids-coral-soft);
}

.kids-programme--school {
    background: var(--kids-yellow-soft);
}

.kids-programme__content {
    position: relative;
    z-index: 2;
}

.kids-programme__age {
    display: inline-flex;
    margin-bottom: 75px;
    padding: 8px 13px;
    font-size: 13px;
    font-weight: 700;
    border-radius: 999px;
    background: rgba(255, 255, 255, .75);
}

.kids-programme__title {
    margin: 0 0 11px;
    font-size: clamp(25px, 2.5vw, 35px);
    font-weight: 700;
    line-height: 1.08;
}

.kids-programme__text {
    max-width: 520px;
    margin: 0;
    color: var(--kids-muted);
    font-size: 15px;
    line-height: 1.6;
}

.kids-programme__visual {
    position: relative;
    min-height: 155px;
}

.kids-programme__visual img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 130px;
    max-height: 155px;
    object-fit: contain;
}

.kids-price {
    background: #fff;
}

.kids-price__head {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .7fr);
    gap: 70px;
    align-items: end;
    margin-bottom: 45px;
}

.kids-price__description {
    margin: 0;
    color: var(--kids-muted);
    font-size: 18px;
    line-height: 1.65;
}

.kids-price__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.kids-price-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 410px;
    padding: 34px;
    overflow: hidden;
    border-radius: var(--kids-xl);
}

.kids-price-card--trial {
    background: var(--kids-blue);
}

.kids-price-card--group {
    color: #fff;
    background: var(--kids-coral);
}

.kids-price-card--individual {
    color: #fff;
    background: var(--kids-purple);
}

.kids-price-card::after {
    content: '';
    position: absolute;
    right: -70px;
    top: -65px;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .12);
}

.kids-price-card__label {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-self: flex-start;
    padding: 8px 13px;
    color: var(--kids-text);
    font-size: 13px;
    font-weight: 700;
    border-radius: 999px;
    background: rgba(255, 255, 255, .78);
}

.kids-price-card__title {
    position: relative;
    z-index: 2;
    margin: 70px 0 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.16;
}

.kids-price-card__price {
    position: relative;
    z-index: 2;
    margin: auto 0 8px;
    font-size: 16px;
}

.kids-price-card__price strong {
    display: block;
    margin-top: 2px;
    font-size: clamp(42px, 4vw, 60px);
    font-weight: 700;
    line-height: 1;
}

.kids-price-card__note {
    position: relative;
    z-index: 2;
    min-height: 44px;
    margin: 7px 0 23px;
    color: rgba(41, 41, 47, .68);
    font-size: 14px;
    line-height: 1.5;
}

.kids-price-card--group .kids-price-card__note,
.kids-price-card--individual .kids-price-card__note {
    color: rgba(255, 255, 255, .78);
}

.kids-price-card__button {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 14px 17px;
    color: var(--kids-text);
    font-size: 15px;
    font-weight: 700;
    border: 0;
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
}

.kids-price__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-top: 25px;
    padding: 22px 25px;
    border: 1px solid var(--kids-border);
    border-radius: var(--kids-md);
    background: var(--kids-bg);
}

.kids-price__footer-text {
    margin: 0;
    color: var(--kids-muted);
    font-size: 15px;
    line-height: 1.55;
}

.kids-price__all {
    flex: 0 0 auto;
    color: var(--kids-purple);
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.kids-payment {
    margin-top: 42px;
}

.kids-payment__title {
    margin: 0 0 18px;
    font-size: 18px;
    font-weight: 700;
}

.kids-payment__list {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}

.kids-payment__item {
    display: inline-flex;
    align-items: center;
    min-height: 47px;
    padding: 10px 16px;
    color: var(--kids-text);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--kids-border);
    border-radius: 999px;
    background: #fff;
    cursor: pointer;
}

.kids-payment__item img {
    display: block;
    max-width: 92px;
    max-height: 24px;
}

.kids-skills {
    position: relative;
    padding: 60px;
    overflow: hidden;
    border-radius: var(--kids-xl);
    background: linear-gradient(135deg, #fff4f7 0%, #ffdee6 100%);
}

.kids-skills::before {
    content: 'РАЗВИТИЕ';
    position: absolute;
    right: 20px;
    top: 15px;
    color: rgba(255, 90, 99, .085);
    font-size: clamp(60px, 8vw, 115px);
    font-weight: 700;
    line-height: 1;
    transform: rotate(-5deg);
}

.kids-skills__head {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(300px, .65fr);
    gap: 60px;
    align-items: end;
    margin-bottom: 45px;
}

.kids-skills__intro {
    margin: 0;
    color: #75666b;
    font-size: 18px;
    line-height: 1.65;
}

.kids-skills__grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.kids-skill {
    min-height: 180px;
    padding: 23px;
    border-radius: var(--kids-md);
    background: rgba(255, 255, 255, .72);
}

.kids-skill__title {
    margin: 0 0 9px;
    font-size: 20px;
    font-weight: 700;
}

.kids-skill__text {
    margin: 0;
    color: var(--kids-muted);
    font-size: 14px;
    line-height: 1.6;
}

.kids-lessons {
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    gap: 65px;
    align-items: center;
}

.kids-lessons__visual {
    position: relative;
    min-height: 520px;
    overflow: hidden;
    border-radius: var(--kids-xl);
    background: var(--kids-yellow-soft);
}

.kids-lessons__visual picture,
.kids-lessons__visual img {
    width: 100%;
    height: 100%;
}

.kids-lessons__visual img {
    position: absolute;
    inset: 0;
    object-fit: cover;
    object-position: center;
}

.kids-lessons__content {
    max-width: 650px;
}

.kids-lessons__list {
    margin: 30px 0 0;
    padding: 0;
    list-style: none;
}

.kids-lessons__list li {
    position: relative;
    padding: 18px 0 18px 47px;
    font-size: 16px;
    line-height: 1.55;
    border-bottom: 1px solid var(--kids-border);
}

.kids-lessons__list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 50%;
    background: var(--kids-coral);
}


/* ============================================================
   APPROACH
   ============================================================ */

.kids-approach {
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(0, 1.72fr);
    gap: 48px;
    align-items: start;
}

.kids-approach__intro {
    position: sticky;
    top: 120px;
    max-width: 460px;
}

.kids-approach__intro .kids-modern__h2 {
    max-width: 440px;
    font-size: clamp(40px, 3.8vw, 56px);
    line-height: 1.08;
    letter-spacing: -.03em;
}

.kids-approach__intro .kids-modern__lead {
    max-width: 390px;
    margin-top: 18px;
    font-size: 17px;
    line-height: 1.6;
}

.kids-approach__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.kids-approach-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--kids-border);
    border-radius: 24px;
    background: #fff;
    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.kids-approach-card:hover {
    transform: translateY(-4px);
    border-color: rgba(119, 85, 232, .2);
    box-shadow: 0 16px 38px rgba(40, 31, 80, .06);
}

.kids-approach-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 54px;
    color: var(--kids-coral);
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    background: var(--kids-coral-soft);
}

.kids-approach-card:nth-child(2) .kids-approach-card__number {
    color: var(--kids-purple);
    background: var(--kids-purple-soft);
}

.kids-approach-card:nth-child(3) .kids-approach-card__number {
    color: #8a6a00;
    background: var(--kids-yellow-soft);
}

.kids-approach-card__title {
    margin: 0 0 10px;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
}

.kids-approach-card__text {
    margin: 0;
    color: var(--kids-muted);
    font-size: 15px;
    line-height: 1.6;
}

.kids-approach-card__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-top: auto;
    padding-top: 20px;
    color: var(--kids-text);
    font-size: 17px;
    line-height: 1;
}


/* ============================================================
   REVIEWS
   ============================================================ */

.kids-reviews__head {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr) minmax(320px, .65fr);

    gap: 70px;
    align-items: end;

    margin-bottom: 45px;
}

.kids-reviews__yandex-intro {
    max-width: 530px;
}

.kids-reviews__yandex-intro p {
    margin: 0 0 18px;

    color: var(--kids-muted);

    font-size: 16px;
    line-height: 1.65;
}

.kids-reviews__yandex-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    color: var(--kids-purple);

    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.kids-reviews__yandex-link:hover {
    color: var(--kids-purple-dark);
    text-decoration: none;
}

.kids-reviews {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));

    gap: 16px;
}

.kids-review {
    display: flex;
    flex-direction: column;

    min-height: 360px;
    padding: 30px;

    color: var(--kids-text);
    text-decoration: none;

    border: 1px solid var(--kids-border);
    border-radius: var(--kids-lg);

    background: #fff;

    transition:
        transform .2s ease,
        border-color .2s ease,
        box-shadow .2s ease;
}

.kids-review:hover {
    color: var(--kids-text);
    text-decoration: none;
}

.kids-review__top {
    display: flex;
    align-items: center;
    gap: 14px;
}

.kids-review__avatar {
    display: flex;
    align-items: center;
    justify-content: center;

    flex: 0 0 auto;

    width: 48px;
    height: 48px;

    color: #fff;

    font-size: 18px;
    font-weight: 700;

    border-radius: 50%;

    background: var(--kids-purple);
}

.kids-review:nth-child(2) .kids-review__avatar {
    background: var(--kids-coral);
}

.kids-review__author {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}

.kids-review__role {
    margin-top: 3px;

    color: var(--kids-muted);

    font-size: 13px;
    line-height: 1.4;
}

.kids-review__quote {
    margin: 55px 0 35px;
    padding: 0;

    font-size: 20px;
    font-weight: 500;
    line-height: 1.58;

    border: 0;
}

.kids-review__meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;

    margin-top: auto;
    padding-top: 18px;

    color: var(--kids-muted);

    font-size: 12px;
    line-height: 1.4;

    border-top: 1px solid var(--kids-border);
}


/* Яндекс */

.kids-review--yandex {
    position: relative;

    overflow: hidden;

    border: 0;

    background:
        linear-gradient(145deg,
            #fff4dc 0%,
            #ffd75e 100%);
}

.kids-review--yandex::before {
    content: '';

    position: absolute;
    top: -80px;
    right: -70px;

    width: 230px;
    height: 230px;

    border-radius: 50%;

    background: rgba(255, 255, 255, .24);
}

.kids-review--yandex:hover {
    transform: translateY(-4px);

    box-shadow:
        0 18px 45px rgba(70, 55, 10, .08);
}

.kids-review-yandex__logo {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 50%;
    height: 40px;

    overflow: hidden;

    border-radius: 20px;

    background: #fff;
}

.kids-review-yandex__logo img {
    width: 100%;
    height: 100%;

    object-fit: cover;
}

.kids-review-yandex__content {
    position: relative;
    z-index: 2;

    display: flex;
    flex: 1;
    flex-direction: column;

    padding-top: 45px;
}

.kids-review-yandex__eyebrow {
    margin-bottom: 12px;

    color: rgba(41, 41, 47, .65);

    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.kids-review-yandex__title {
    max-width: 310px;
    margin: 0;

    font-size: 25px;
    font-weight: 700;
    line-height: 1.18;
}

.kids-review-yandex__link {
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: auto;
    padding-top: 25px;

    font-size: 14px;
    font-weight: 700;

    border-top:
        1px solid rgba(41, 41, 47, .12);
}


.kids-faq {
    max-width: 1080px;
    margin: 0 auto;
}

.kids-faq__item {
    border-bottom: 1px solid var(--kids-border);
}

.kids-faq__question {
    position: relative;
    width: 100%;
    padding: 27px 70px 27px 0;
    color: var(--kids-text);
    font: inherit;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.kids-faq__question::before,
.kids-faq__question::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 22px;
    height: 2px;
    background: var(--kids-text);
    transition: transform .2s ease;
}

.kids-faq__question::after {
    transform: rotate(90deg);
}

.kids-faq__item.is-open .kids-faq__question::after {
    transform: rotate(0);
}

.kids-faq__answer {
    display: none;
    max-width: 920px;
    padding: 0 70px 28px 0;
}

.kids-faq__item.is-open .kids-faq__answer {
    display: block;
}

.kids-faq__answer p {
    margin: 0;
    color: var(--kids-muted);
    font-size: 16px;
    line-height: 1.72;
}

.kids-final {
    position: relative;
    padding: 95px 0;
    overflow: hidden;
    color: #fff;
    background: var(--kids-purple);
}

.kids-final__grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(370px, .7fr);
    gap: 55px;
    align-items: center;
}

.kids-final__content {
    position: relative;
    z-index: 2;
    max-width: 850px;
}

.kids-final__label {
    display: inline-flex;
    margin-bottom: 18px;
    padding: 8px 14px;
    color: var(--kids-text);
    font-size: 13px;
    font-weight: 700;
    border-radius: 999px;
    background: var(--kids-yellow);
}

.kids-final__title {
    margin: 0;
    font-size: clamp(38px, 4.8vw, 66px);
    font-weight: 700;
    line-height: 1.02;
    letter-spacing: -.035em;
    hyphens: none;
}

.kids-final__text {
    max-width: 710px;
    margin: 23px 0 32px;
    color: rgba(255, 255, 255, .82);
    font-size: 19px;
    line-height: 1.65;
}

.kids-final__visual {
    position: relative;
    min-height: 420px;
}

.kids-final__visual::before {
    content: '';
    position: absolute;
    right: 2%;
    bottom: 2%;
    width: 84%;
    aspect-ratio: 1;
    border-radius: 48% 52% 44% 56% / 56% 40% 60% 44%;
    background: var(--kids-pink);
    transform: rotate(-4deg);
}

.kids-final__visual::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 20px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    background: var(--kids-yellow);
}

.kids-final__visual img {
    position: absolute;
    z-index: 2;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center bottom;
}

@media (max-width: 1199px) {
    .kids-skills__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kids-approach {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .kids-approach__intro {
        position: static;
        max-width: 760px;
    }

    .kids-approach__cards {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .kids-reviews__head {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .kids-reviews {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .kids-review--yandex {
        grid-column: 1 / -1;
        min-height: 270px;
    }

    .kids-modern__container {
        width: min(calc(100% - 40px), 1440px);
    }

    .kids-modern__section {
        padding: 74px 0;
    }

    .kids-hero {
        min-height: auto;
        padding: 115px 0 35px;
    }

    .kids-hero__grid,
    .kids-price__head,
    .kids-skills__head,
    .kids-lessons,
    .kids-final__grid {
        grid-template-columns: 1fr;
    }

    .kids-hero__visual {
        min-height: 470px;
    }

    .kids-facts {
        margin-top: 25px;
    }

    .kids-facts__grid,
    .kids-price__grid {
        grid-template-columns: 1fr;
    }

    .kids-fact {
        border-right: 0;
        border-bottom: 1px solid var(--kids-border);
    }

    .kids-fact:last-child {
        border-bottom: 0;
    }

    .kids-programmes {
        grid-template-columns: 1fr;
    }

    .kids-price-card {
        min-height: 350px;
    }

    .kids-lessons__visual {
        min-height: 430px;
    }

    .kids-final__visual {
        min-height: 360px;
    }
}

@media (max-width: 767px) {
    .kids-modern__container {
        width: min(calc(100% - 28px), 1440px);
    }

    .kids-modern__section {
        padding: 58px 0;
    }

    .kids-hero {
        padding: 95px 0 30px;
    }

    .kids-hero__title {
        font-size: clamp(40px, 12vw, 58px);
    }

    .kids-hero__visual {
        min-height: 350px;
    }

    .kids-advantages,
    .kids-skills__grid {
        grid-template-columns: 1fr;
    }

    .kids-approach__cards {
        grid-template-columns: 1fr;
    }

    .kids-reviews {
        grid-template-columns: 1fr;
    }

    .kids-review--yandex {
        grid-column: auto;
    }

    .kids-review {
        min-height: 310px;
        padding: 24px;
    }

    .kids-review__quote {
        margin-top: 40px;
        font-size: 18px;
    }

    .kids-programme {
        grid-template-columns: minmax(0, 1fr) 95px;
        min-height: 290px;
        padding: 25px;
    }

    .kids-programme__age {
        margin-bottom: 55px;
    }

    .kids-programme__visual img {
        width: 90px;
    }

    .kids-price__footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .kids-skills {
        padding: 31px 23px;
    }

    .kids-skills::before {
        display: none;
    }

    .kids-lessons__visual {
        min-height: 300px;
    }

    .kids-approach-card {
        min-height: 220px;
        padding: 24px;
    }

    .kids-approach-card__number {
        margin-bottom: 34px;
    }

    .kids-approach__intro .kids-modern__h2 {
        font-size: clamp(36px, 10vw, 48px);
    }

    .kids-faq__question {
        padding-right: 50px;
        font-size: 18px;
    }

    .kids-faq__answer {
        padding-right: 30px;
    }

    .kids-final {
        padding: 65px 0 0;
    }

    .kids-final__visual {
        min-height: 310px;
    }
}