.hero {
    color: #333;
}

.hero-split {
    padding: 10px 0 24px;
}

.hero-split__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 40px;
    align-items: center;
}

.hero-split__content {
    min-width: 0;
}

.hero-split__media {
    min-width: 0;
}

.hero-kicker {
    display: block;
    width: fit-content;
    margin: 0 0 18px;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8b3d88;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.4;
    max-width: 560px;
}

.section-kicker {
    display: inline-block;
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #8b3d88;
    font-size: 13px;
    font-weight: 800;
}

.hero h1 {
    margin-bottom: 18px;
    color: #38333d;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.08;
    max-width: 760px;
    text-wrap: balance;
}

.hero-subline {
    margin-bottom: 14px;
    color: #5a355f;
    font-size: 23px;
    font-weight: 700;
    line-height: 1.45;
}

.hero-lead {
    margin-bottom: 18px;
    max-width: 620px;
    color: #5c5666;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.7;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 18px;
    align-items: center;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.hero-actions .btn {
    margin: 0;
}

.hero-media-card {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.97);
    border: 1px solid rgba(87, 43, 111, 0.08);
    box-shadow: 0 18px 42px rgba(87, 43, 111, 0.08);
}

.hero-media-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 480px;
    border-radius: 22px;
    object-fit: contain;
}

.section {
    position: relative;
    max-width: 1100px;
    margin: 20px auto 0;
    padding: 32px 0 44px;
    background: rgba(255, 255, 255, 0.95);
    border: 1px solid rgba(87, 43, 111, 0.08);
    border-radius: 28px;
    box-shadow: 0 12px 32px rgba(87, 43, 111, 0.06);
}

.section--compact {
    padding: 44px 0;
}

.section--soft {
    background: rgba(255, 255, 255, 0.91);
}

.section-heading {
    max-width: 860px;
    margin: 0 auto 34px;
    text-align: center;
}

.section h2 {
    margin-bottom: 16px;
    color: #38333d;
    text-align: center;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    text-wrap: balance;
}

.section p,
.section ul,
.section blockquote {
    margin-bottom: 14px;
    color: #55505d;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.72;
}

.section-heading p {
    color: #635d6d;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.72;
}

.feature-grid,
.program-grid,
.steps-grid,
.faq-list {
    display: grid;
    gap: 18px;
}

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

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

.feature-card,
.program-card,
.step-card,
.faq-item {
    padding: 24px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.99);
    border: 1px solid rgba(87, 43, 111, 0.10);
    box-shadow: 0 4px 14px rgba(87, 43, 111, 0.04);
}

.feature-card h3,
.program-card h3,
.step-card h3,
.faq-item h3 {
    margin-bottom: 12px;
    color: #38333d;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.28;
}

.feature-card p,
.program-card p,
.step-card p,
.faq-item p {
    margin: 0;
    color: #625c6a;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.68;
}

.feature-icon,
.step-number {
    width: 40px;
    height: 40px;
    margin-bottom: 14px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(187, 38, 130, 0.10);
    color: #8b3d88;
    font-size: 15px;
    font-weight: 800;
}

.info-chip {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    padding: 7px 14px;
    border-radius: 999px;
    background: rgba(87, 43, 111, 0.07);
    color: #572b6f;
    font-size: 14px;
    font-weight: 800;
}

.program-note {
    margin-top: 22px;
    color: #726b7c;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

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

.works-gallery img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 10px 24px rgba(87, 43, 111, 0.07);
}

.content-photo {
    display: block;
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: contain;
    border-radius: 22px;
    box-shadow: 0 12px 26px rgba(87, 43, 111, 0.08);
}

.olga-card {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 28px;
    align-items: center;
    padding: 28px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.98);
    border: 1px solid rgba(87, 43, 111, 0.10);
}

.olga-photo {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: contain;
    display: block;
    box-shadow: 0 12px 26px rgba(87, 43, 111, 0.08);
}

.quote-text {
    margin-bottom: 16px;
    padding-left: 22px;
    border-left: 4px solid rgba(187, 38, 130, 0.45);
    color: #55505d;
    font-size: 18px;
    font-style: italic;
    font-weight: 600;
    line-height: 1.8;
}

.quote-author {
    color: #6c6675;
    font-size: 16px;
    font-weight: 600;
}

.final-cta {
    text-align: center;
}

.final-cta-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

.final-cta-actions .btn {
    margin: 0;
}

.section--plain {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 40px 0;
}

.section--plain .section-heading {
    margin-bottom: 28px;
}

.section--plain .section-heading p {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.works-shell,
.classroom-shell,
.author-shell {
    padding: 22px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.74);
    border: 1px solid rgba(87, 43, 111, 0.06);
    box-shadow: 0 10px 26px rgba(87, 43, 111, 0.05);
    backdrop-filter: blur(6px);
}

.classroom-shell {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 28px;
    align-items: center;
}

.classroom-content h2 {
    text-align: left;
    margin-bottom: 16px;
}

.classroom-content .section-kicker {
    margin-bottom: 12px;
}

.classroom-content p:last-child {
    margin-bottom: 0;
}

/* Планшет */
@media (max-width: 900px) {
    .section {
        padding: 40px 0;
        border-radius: 24px;
    }

    .section--compact {
        padding: 34px 0;
    }

    .hero-split {
        padding: 26px 0 24px;
    }

    .hero-split__grid,
    .feature-grid,
    .program-grid,
    .steps-grid,
    .works-gallery,
    .classroom-shell,
    .olga-card {
        grid-template-columns: 1fr;
    }

    .hero-split__grid {
        gap: 28px;
    }

    .hero-split__content,
    .hero-split__media {
        max-width: 720px;
        margin: 0 auto;
    }

    .hero-kicker,
    .hero h1,
    .hero-subline,
    .hero-lead,
    .hero-points,
    .hero-actions {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }

    .hero-kicker,
    .hero h1,
    .hero-subline,
    .hero-lead {
        text-align: center;
    }

    .hero-kicker {
        max-width: 640px;
        width: fit-content;
        margin: 0 auto 16px;
        font-size: 16px;
        text-align: center;
    }

    .hero h1 {
        font-size: 44px;
        max-width: 720px;
    }

    .hero-subline {
        font-size: 22px;
    }

    .hero-lead {
        font-size: 20px;
        max-width: 700px;
    }

    .hero-media-card {
        padding: 18px;
    }

    .hero-media-image {
        max-width: 420px;
    }

    .section h2 {
        font-size: 36px;
    }

    .section p,
    .section ul,
    .section blockquote,
    .section-heading p,
    .feature-card p,
    .program-card p,
    .step-card p,
    .faq-item p {
        font-size: 19px;
    }

    .feature-card h3,
    .program-card h3,
    .step-card h3,
    .faq-item h3 {
        font-size: 22px;
    }

    .content-photo {
        max-height: 360px;
    }

    .olga-photo {
        max-width: 300px;
        margin: 0 auto;
    }
}

/* Телефон */
@media (max-width: 600px) {
    .section {
        margin: 14px auto 0;
        padding: 34px 0;
        border-radius: 20px;
    }

    .section--compact {
        padding: 30px 0;
    }

    .hero-split {
        padding: 28px 0 22px;
    }

    .hero-split__grid {
        gap: 22px;
    }

    .hero-split__content,
    .hero-split__media {
        max-width: 100%;
    }

    .hero-kicker {
        width: fit-content;
        margin: 0 auto 14px;
        font-size: 15px;
        line-height: 1.45;
        text-align: center;
        max-width: 100%;
    }

    .hero h1 {
        margin-bottom: 14px;
        font-size: 34px;
        line-height: 1.08;
        text-align: left;
    }

    .hero-subline {
        margin-bottom: 12px;
        font-size: 21px;
        line-height: 1.45;
        text-align: left;
    }

    .hero-lead {
        margin-bottom: 18px;
        font-size: 19px;
        line-height: 1.62;
        text-align: left;
    }

    .hero-points {
        justify-content: flex-start;
        margin-bottom: 18px;
    }

    .hero-actions {
        justify-content: flex-start;
        gap: 10px;
    }

    .hero-media-card {
        padding: 14px;
        border-radius: 22px;
    }

    .hero-media-image {
        max-width: 100%;
    }

    .section-heading {
        margin-bottom: 26px;
    }

    .section h2 {
        font-size: 31px;
        line-height: 1.18;
    }

    .section p,
    .section ul,
    .section blockquote,
    .section-heading p {
        font-size: 19px;
        line-height: 1.68;
    }

    .feature-card,
    .program-card,
    .step-card,
    .faq-item {
        padding: 20px;
        border-radius: 18px;
    }

    .feature-card h3,
    .program-card h3,
    .step-card h3,
    .faq-item h3 {
        font-size: 21px;
    }

    .feature-card p,
    .program-card p,
    .step-card p,
    .faq-item p {
        font-size: 18px;
        line-height: 1.66;
    }

    .works-shell,
    .classroom-shell,
    .author-shell {
        padding: 18px;
        border-radius: 20px;
    }

    .section--plain {
        padding: 30px 0;
    }

    .quote-text,
    .quote-author {
        text-align: left;
    }
}

/* Узкий телефон */
@media (max-width: 430px) {
    .hero h1 {
        font-size: 31px;
    }

    .hero-subline {
        font-size: 20px;
    }

    .hero-lead {
        font-size: 18px;
    }

    .hero-kicker {
        width: fit-content;
        margin: 0 auto 14px;
        font-size: 14px;
        text-align: center;
    }

    .section h2 {
        font-size: 28px;
    }

    .section p,
    .section ul,
    .section blockquote,
    .section-heading p {
        font-size: 18px;
    }

    .feature-card h3,
    .program-card h3,
    .step-card h3,
    .faq-item h3 {
        font-size: 20px;
    }

    .feature-card p,
    .program-card p,
    .step-card p,
    .faq-item p {
        font-size: 17px;
    }
}