
.hero-section {
    height: 100vh;
    background-image: url('../uploads/new-page/group-kids.png');
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content {
    background-color: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(3px);
    border-radius: 12px;
    max-width: 90%;
    width: 960px;
    height: 396px;

    text-align: center;
    color: #000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 300px;
}

.hero-content h1 {
    font-family: 'Panton-SemiBold';
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.85);
    margin-bottom: 16px;
    padding-left: 83px;
    padding-right: 83px;
}

.hero-content p {
    font-size: 19px;
    margin: 20px auto 32px;
    color: rgba(0, 0, 0, 0.65);
    max-width: 800px;
}

.hero-content .btn-hero {
    background-color: #6C6BF6;
    color: #fff;
    font-family: 'Panton-SemiBold';
    font-size: 16px;
    padding: 14px 36px;
    border-radius: 8px;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.hero-content .btn-hero:hover {
    background-color: #5B59E4;
    transform: translateY(-2px);
    color: #ffffff;
}

/* Стрелка надолу */
.scroll-down {
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.scroll-down svg {
    width: 48px;
    height: 48px;
    fill: #ffffff;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.2));
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(10px); }
    60% { transform: translateY(5px); }
}


/* === Why Audio Section === */
.why-audio {
    background-color: #FFFFFF;
    padding: 96px 0;
}

.why-audio h2 {
    color: #2E3A59;
    font-family: 'Panton-SemiBold', sans-serif;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 64px;
    text-align: center;
    margin-bottom: 64px;
}

.why-row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 48px;
    width: 1216px;
    max-width: 100%;
    flex-wrap: nowrap;
}

.why-card {
    flex: 0 0 320px;
    height: 360px;
    background-color: #FAFAFA;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 28px 24px;
    box-sizing: border-box;
}

.why-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.06);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.why-icon img {
    width: 64px;
    height: 64px;
}

.why-content {
    width: 276px;
    height: 276px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.why-content h4 {
    color: #2E3A59;
    font-family: 'Panton-SemiBold';
    font-weight: 600;
    font-size: 1.6rem;
    line-height: 64px;
    margin-bottom: 20px;
}

.why-content p {
    color: #535862;
    font-family: 'Panton-Regular';
    font-size: 1.3rem;
    margin: 0;
    max-width: 240px;
}

/* What You Get Section */
.what-you-get {
    background-color: #FAFAFA;
    padding: 120px 0;
}

.what-you-get h2 {
    color: #2E3A59;
    font-family: 'Panton-Bold';
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 64px;
    text-align: center;
    margin-bottom: 80px !important;
}

.what-you-get .row {
    align-items: flex-start;
    margin-bottom: 100px;
    --bs-gutter-x: 140px;
}

.what-you-get img {
    width: 492px;
    height: 390px;
    object-fit: cover;
    border-radius: 12px;
}

.what-you-get .col-md-6:last-child {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.what-you-get h4 {
    color: #2E3A59;
    font-family: 'panton-semibold';
    font-size: 2.2rem;
    line-height: 64px;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.what-you-get p {
    color: #535862;
    font-family: 'Panton', sans-serif;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 48px;
    margin-bottom: 0;
}

.what-you-get .row-right .text-block {
    padding-left: 69px;
}

.what-you-get .row-left .text-block {
    padding-right: 70px;
}

/* What You Get – groups and lessons */
.wyg-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.05);
    padding: 40px 50px;
    max-width: 480px;
    margin: 0 auto;
}

.wyg-inner {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.wyg-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.wyg-title {
    font-family: 'Panton-SemiBold', sans-serif;
    font-size: 1.4rem;
    color: #2E3A59;
}

.wyg-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.wyg-track {
    flex-grow: 1;
    height: 8px;
    background: #EAEAEA;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.wyg-fill {
    display: block;
    height: 100%;
    border-radius: 4px;
}

.color-1 { background: #4FD1A1;}
.color-2 { background: #437BFF;}
.color-3 { background: #8C6FFF;}
.color-4 { background: #FFA85A;}

.wyg-count {
    font-family: 'Panton-Regular', sans-serif;
    font-size: 1.2rem;
    color: #535862;
    white-space: nowrap;
}


/* === Quality Section === */
.quality-section {
    background: #FFFFFF;
    width: 100%;
    max-height: 696px;
}

.quality-section h2 {
    color: #2E3A59;
    font-family: 'Panton-Bold';
    font-weight: 600;
    font-size: 2.2rem;
    margin-top: 44px;
    padding-bottom: 24px;
}

.quality-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

.quality-row {
    display: flex;
    justify-content: space-between;
    gap: 64px;
    flex-wrap: wrap;
}

.quality-card {
    width: 384px;
    height: 376px;
    background: #F8F9FB;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 32px 16px 24px;
    box-sizing: border-box;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.quality-card-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.quality-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.quality-icon {
    width: 38px;
    height: 38px;
    margin-bottom: 24px;
    color: #2E3A59;
}

.quality-card h4 {
    width: 336px;
    min-height: 64px;
    color: #2E3A59;
    font-family: 'Panton-SemiBold';
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 64px;
    letter-spacing: 0;
    margin: 0 0 12px 0;
    text-align: center;
}

.quality-card p {
    width: 336px;
    color: #535862;
    font-family: 'Panton-Regular';
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 38px;
    margin: 0;
    text-align: center;
    word-break: break-word;
    max-width: 250px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-quality-section {
    background-color: #6C6BF6 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 336px;
    height: 48px;
    font-family: 'Panton-Bold';
    font-size: 16px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-sizing: border-box;
    margin-top: auto;
}

.btn-quality-section:hover {
    background-color: #5B59E4 !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.btn-quality-section img {
    width: 24px;
    height: 24px;
}

/* ===== How it works section===== */
.how-it-works {
    background: #FAFAFA;
}
.hiw-container {
    max-width: 1232px;
    margin: 0 auto;
}

.hiw-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 417px;
    margin-bottom: 64px;
}

.hiw-row-reverse {
    flex-direction: row-reverse;
}

.hiw-media {
    flex: 0 0 592px;
    width: 592px;
    height: 417px;
}

.hiw-media img {
    width: 492px;
    height: 390px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

.hiw-text {
    max-width: 450px;
    min-height: 276px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: left;
    margin-right: 100px;
}

.hiw-text a.btn-howitworks {
    align-self: center;
}

.how-it-works h2 {
    font-family: 'Panton-Bold';
    font-size: 2.2rem;
    line-height: 64px;
    letter-spacing: -0.02em;
    color: #2E3A59;
    text-align: center;
}

.hiw-text h4 {
    color: #2E3A59;
    font-family: 'Panton-SemiBold';
    font-size: 2.2rem;
    line-height: 64px;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    text-align: left;
}

.hiw-text p {
    color: #535862;
    font-family: 'Panton-Regular';
    font-size: 1.6rem;
    line-height: 48px;
    letter-spacing: 0;
    margin-bottom: 1.5rem;
    text-align: left;
    max-width: 450px;
}

a.btn-howitworks,
.btn.btn-howitworks {
    background-color: #6C6BF6 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 16px;
    gap: 10px;
    width: 100%;
    height: 48px;
    font-family: 'Panton-Regular';
    font-size: 16px;
    max-width: 450px;
    line-height: 1;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-sizing: border-box;
    align-self: stretch;
    margin-top: auto;
}

a.btn-howitworks:hover,
.btn.btn-howitworks:hover {
    background-color: #5B59E4 !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.btn-quality img {
    width: 18px;
    height: 18px;
    display: block;
}

/* === Difference section === */
.difference-section {
    background: #FFFFFF;
    padding: 120px 0;
}

.difference-section h2 {
    color: #2E3A59;
    font-family: 'Panton-Bold';
    font-size: 2.2rem;
    line-height: 44px;
    letter-spacing: -0.02em;
    margin-top: 44px;
    margin-bottom: 64px;
}

.difference-content {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}

.difference-text-box {
    background: #F8F9FB;
    border-radius: 12px;
    width: 607px;
    height: 252px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 24px;
    margin-top: 65px;
    margin-right: 135px;
}

.difference-text-box p {
    font-family: 'Panton-Regular';
    font-size: 1.8rem;
    line-height: 48px;
    color: #535862;
}

.difference-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
}

.difference-header {
    width: 506px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 8px;
    padding-right: 16px;
}

.difference-header span {
    font-family: 'Panton-SemiBold';
    font-size: 18px;
    color: #2E3A59;
}

.difference-image img {
    width: 506px;
    height: 314px;
    border-radius: 12px;
    object-fit: contain;
    display: block;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.05);
}

/* === Teachers section === */
.teachers-section {
    background-color: #FAFAFA;
    padding: 120px 0;
}

.teachers-image {
    width: 592px;
    height: 417px;
    border-radius: 12px;
    object-fit: cover;
}

.teachers-text {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-align: left;
}

.teachers-text h3 {
    max-width: 450px;
    max-height: 260px;
    font-family: 'Panton-SemiBold';
    font-size: 2.2rem;
    line-height: 44px;
    color: #2E3A59;
    margin-bottom: 32px;
}

a.teachers-btn {
    background-color: #6C6BF6 !important;
    color: #fff !important;
    font-family: 'Panton-SemiBold';
    font-size: 16px;
    line-height: 1;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    width: 100%;
    max-width: 450px;
    padding: 0;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-sizing: border-box;
    text-align: center;
}

.teachers-btn:hover {
    background-color: #5B59E4 !important;
    transform: translateY(-2px);
}

/* === CTA Section === */
.cta-section {
    background-color: #FFFFFF;
    padding: 120px 0;
}

.cta-box {
    background-color: #F8F8F6;
    border-radius: 12px;
    padding: 64px 96px;
    margin: 0 auto;
}

.cta-box h3 {
    font-family: 'Panton-SemiBold';
    font-size: 2.5rem;
    line-height: 64px;
    color: #2E3A59;
    margin-bottom: 16px;
}

.cta-box h3 span {
    color: #2E3A59;
}

.cta-box p {
    font-family: 'Panton-Regular';
    font-size: 1.6rem;
    line-height: 48px;
    color: #535862;
    margin-bottom: 32px;
    max-width: 800px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}


a.cta-btn {
    background-color: #6C6BF6 !important;
    color: #fff !important;
    font-family: 'Panton-SemiBold';
    font-size: 16px;
    border: none;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 36px;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-btn:hover {
    background-color: #5B59E4 !important;
    transform: translateY(-2px);
}

/* === FAQ Section === */
.faq-section {
    background-color: #FAFAFA;
    padding-top: 96px;
    margin-top: 96px;
}

.faq-section h2 {
    text-align: center;
    font-family: 'Panton-Bold';
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 44px;
    color: #2E3A59;
    margin-bottom: 8px;
}
.faq-answer p {
    font-family: 'Inter-Regular';
    font-size: 24px;
    line-height: 30px;
}

.faq-subtitle {
    text-align: center;
    font-family: 'Panton-Regular';
    font-size: 1.1rem;
    color: #535862;
    margin-bottom: 64px;
}

.faq-list {
    max-width: 800px;
    max-height: 528px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #E3E5EB;
    padding: 24px 0;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question span {
    font-family: 'Panton-SemiBold';
    font-size: 1.1rem;
    line-height: 28px;
    color: #2E3A59;
}

.faq-answer {
    display: none;
    padding-top: 16px;
}

.faq-answer p {
    font-family: 'Panton-Regular';
    font-size: 1rem;
    line-height: 24px;
    color: #2E3A59;
    margin: 0;
}

.faq-item.active .faq-answer {
    display: block;
}

.faq-toggle {
    background: none;
    border: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-toggle img {
    width: 24px;
    height: 24px;
    transition: transform 0.2s ease;
}

.faq-item.active .faq-toggle img {
    content: url(../uploads/new-page/minus-circle.png);
    transform: rotate(180deg);
}

/* --- Kindergarten Modal --- */
.kindergarten-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(2px);
    justify-content: center;
    align-items: center;
    z-index: 2000;
}

.kindergarten-modal-content {
    background: white;
    border-radius: 12px;
    padding: 32px;
    width: 90%;
    max-width: 600px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.2);
    text-align: left;
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

.kindergarten-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    font-size: 28px;
    cursor: pointer;
    color: #333;
}

.form-row-50 {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.form-row-50 .form-half {
    flex: 1;
    min-width: calc(50% - 8px);
}
.kindergarten-modal select {
    width: 100%;
    padding: 10px;
    margin: 6px 0 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

#kindergartenDate,
#kindergartenTime {
    height: 44px;
    border: 1px solid #ced4da;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    color: #2E3A59;
    padding: 8px 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#kindergartenDate:focus,
#kindergartenTime:focus {
    border-color: #6C6BF6;
    box-shadow: 0 0 0 3px rgba(108, 107, 246, 0.25);
    outline: none;
}

.kindergarten-modal input,
.kindergarten-modal textarea {
    width: 100%;
    padding: 10px;
    margin: 6px 0 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
}
.btn-kindergarten {
    background-color: #6C6BF6;
    color: #ffffff;
    border: none;
    transition: all 0.3s ease;
}

.btn-kindergarten:hover,
.btn-kindergarten:focus {
    background-color: #5B59E4;
    color: #ffffff;
    text-decoration: none;
}

.kindergarten-message {
    display: none;
    padding: 12px 18px;
    border-radius: 6px;
    margin-bottom: 12px;
    font-weight: 500;
    text-align: center;
    font-size: 15px;
    animation: fadeInOut 4s ease forwards;
}

.kindergarten-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.kindergarten-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

@keyframes fadeInOut {
    0% { opacity: 0; transform: translateY(-8px); }
    10%, 90% { opacity: 1; transform: translateY(0); }
    100% { opacity: 0; transform: translateY(-8px); }
}

.input-error {
    border: 2px solid #e74c3c !important;
    background-color: #ffecec !important;
}

/*Sticky button*/
.sticky-booking {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.4s ease, transform 0.3s ease;
}

.sticky-booking.show {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.btn-kindergarten {
    background-color: #6C6BF6;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 50px;
    padding: 14px 28px;
    box-shadow: 0 4px 14px rgba(108,107,246,0.4);
    transition: all 0.3s ease;
}

.btn-kindergarten:hover {
    background-color: #5B59E4;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(108,107,246,0.5);
}
/*move up and down kg sticky btn when player is open*/
.sticky-booking {
    transition: transform 0.45s ease-out;
    transform: translateY(0);
}

.sticky-booking.with-player {
    transform: translateY(-90px);
}

/* === RESPONSIVE DESIGN === */

/* === Quality section === */
@media (max-width: 1399.98px) {
    .quality-section {
        padding: 80px 0;
        max-height: none;
    }

    .quality-wrapper {
        max-width: 1140px;
        padding: 0 24px;
    }

    .quality-row {
        justify-content: center;
        gap: 18px;
    }

    .quality-card {
        flex: 1 1 30%;
        max-width: 340px;
        width: 100%;
        height: auto;
        padding: 28px 20px 24px;
    }

    .quality-card h4 {
        font-size: 1.8rem;
        line-height: 40px;
        margin-bottom: 12px;
    }

    .quality-card p {
        font-size: 1.1rem;
        line-height: 28px;
        max-width: 240px;
    }

    .btn-quality-section {
        width: 100%;
        max-width: 280px;
        height: 46px;
        font-size: 15px;
    }

    .btn-quality-section img {
        width: 20px;
        height: 20px;
    }

    .quality-icon {
        width: 42px;
        height: 42px;
    }

    /* === Difference section === */

    .difference-section {
        padding: 100px 0;
    }

    .difference-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 48px;
    }

    .difference-text-box {
        width: 100%;
        max-width: 640px;
        height: auto;
        text-align: center;
        margin: 0 auto;
        padding: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .difference-text-box p {
        font-size: 20px;
        line-height: 32px;
        color: #2E3A59;
        max-width: 520px;
        margin: 0 auto;
    }

    .difference-right {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin: 0 auto;
    }

    .difference-image img {
        width: 100%;
        max-width: 520px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    /* === HOW IT WORKS SECTION) === */
    .hiw-container {
        max-width: 1140px;
        margin: 0 auto;
        padding-left: 24px;
        padding-right: 24px;
    }

    .hiw-row {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 40px;
        flex-wrap: wrap;
        margin: 0 auto;
        text-align: left;
    }

    .hiw-media {
        flex: 1 1 520px;
        width: 100%;
        max-width: 520px;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .hiw-media img {
        width: 100%;
        max-width: 460px;
        height: auto;
        border-radius: 12px;
        margin: 0 auto;
        display: block;
    }

    .hiw-text {
        flex: 1 1 480px;
        width: 100%;
        max-width: 480px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin: 0 auto;
        text-align: left;
    }

    .hiw-text h4 {
        font-size: 1.8rem;
        line-height: 40px;
        color: #2E3A59;
        margin-bottom: 16px;
    }

    .hiw-text p {
        font-size: 1.1rem;
        line-height: 30px;
        color: #535862;
        margin-bottom: 24px;
        max-width: 450px;
    }

    .hiw-text a.btn-howitworks {
        width: 100%;
        max-width: 340px;
        height: 46px;
        font-size: 15px;
        margin-top: 8px;
        margin-bottom: 32px; /* 🔹 отстояние отдолу */
        align-self: flex-start;
    }
}


@media (max-width: 1199.98px) {
    /* === why section === */
    .why-row {
        flex-wrap: wrap;
        justify-content: center;
        gap: 24px;
    }

    .why-card {
        flex: 0 0 320px;
        height: auto;
    }

    .why-content {
        width: 280px;
    }

    .why-content h4 {
        font-size: 28px;
        line-height: 48px;
    }

    .why-content p {
        font-size: 20px;
        line-height: 36px;
    }

    /* === what you get section === */
    .what-you-get .row {
        --bs-gutter-x: 80px;
    }

    .what-you-get img {
        width: 100%;
        height: auto;
    }

    .what-you-get h4 {
        font-size: 36px;
        line-height: 52px;
    }

    .what-you-get p {
        font-size: 24px;
        line-height: 36px;
    }
    /* === QUALITY SECTION === */
    .quality-section {
        padding: 80px 0;
        max-height: none;
    }

    .quality-wrapper {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 24px;
    }

    .quality-row {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
        gap: 32px;
        margin: 0 auto;
        text-align: center;
    }

    .quality-card {
        flex: 1 1 300px;
        width: 100%;
        max-width: 340px;
        height: auto;
        margin: 0 auto;
        padding: 28px 20px 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .quality-card h4 {
        font-size: 1.8rem;
        line-height: 40px;
        margin-bottom: 8px;
    }

    .quality-card p {
        font-size: 1.1rem;
        line-height: 28px;
        max-width: 240px;
        margin: 0 auto 16px auto;
    }

    .btn-quality-section {
        width: 100%;
        max-width: 280px;
        height: 46px;
        font-size: 15px;
        font-weight: 600;
        margin-top: auto;
        margin-bottom: 24px;
        transition: all 0.3s ease;
    }

    .btn-quality-section img {
        width: 20px;
        height: 20px;
    }

    .quality-icon {
        width: 42px;
        height: 42px;
        margin-bottom: 24px;
    }


    /*how it works section*/
    .hiw-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hiw-row {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 32px;
        flex-wrap: wrap;
        margin: 0 auto;
        text-align: left;
    }

    .hiw-media {
        flex: 1 1 520px;
        width: 100%;
        max-width: 520px;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .hiw-media img {
        width: 100%;
        max-width: 480px;
        height: auto;
        margin: 0 auto;
        border-radius: 12px;
    }

    .hiw-text {
        flex: 1 1 480px;
        width: 100%;
        max-width: 480px;
        min-height: 276px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        margin: 0 auto;
        text-align: left;
    }

    .hiw-text h4,
    .hiw-text p {
        text-align: left;
        max-width: 450px;
    }

    .hiw-text a.btn-howitworks {
        margin-top: 16px;
        margin-bottom: 32px;
    }
    /*difference section*/
    .difference-content {
        gap: 48px;
    }

    .difference-text-box {
        width: 100%;
        max-width: 550px;
        height: auto;
    }

    .difference-right {
        align-items: center;
    }

    .difference-header {
        width: 100%;
        max-width: 480px;
        justify-content: space-between;
        gap: 0;
        padding-right: 0;
    }

    .difference-image img {
        width: 100%;
        max-width: 480px;
        height: auto;
    }

    /*teachers section*/
    .teachers-text h3 {
        font-size: 32px;
        line-height: 44px;
    }

    .teachers-image {
        width: 100%;
        height: auto;
    }

    .teachers-text {
        align-items: center;
        text-align: center;
    }

    .teachers-btn {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .hero-content {
        margin-top: 400px;
        padding: 48px 32px;
        min-height: 340px;
    }

    .hero-content h1 {
        font-size: 2.25rem;
        line-height: 1.4;
    }

    .hero-content p {
        font-size: 1.125rem;
        line-height: 1.5;
    }

    .scroll-down svg {
        width: 52px;
        height: 46px;
    }

    /*what you get section*/
    .what-you-get {
        padding: 80px 0;
    }

    .what-you-get .row {
        flex-direction: column !important;
        text-align: left;
        --bs-gutter-x: 0;
        margin-bottom: 64px;
    }

    .what-you-get .col-md-6:last-child {
        padding-top: 24px;
    }

    .what-you-get h2 {
        font-size: 2.2rem;
        line-height: 44px;
        width: 296px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .what-you-get h4 {
        font-size: 32px;
        line-height: 44px;
    }

    .what-you-get p {
        font-size: 20px;
        line-height: 32px;
    }

    .what-you-get img {
        width: 100%;
        height: auto;
    }

    .what-you-get .row-right .text-block {
        padding-left: 0;
    }

    .what-you-get .row-left .text-block {
        padding-right: 0;
    }

    /*quality section*/
    .quality-row {
        justify-content: center;
        gap: 32px;
    }

    .quality-card {
        width: 100%;
        max-width: 420px;
        height: auto;
    }

    .quality-card h4 {
        font-size: 28px;
        line-height: 40px;
    }

    .quality-card p {
        font-size: 18px;
        line-height: 26px;
    }

    /*how it works*/
    .hiw-row,
    .hiw-row-reverse {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: left;
        min-height: unset;
    }

    .hiw-media,
    .hiw-text {
        width: 100%;
        flex-basis: auto;
        height: auto;
        min-height: unset;
    }

    .hiw-media {
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .hiw-text {
        text-align: left;
        align-items: flex-start;
    }

    .btn-quality {
        margin-top: 1rem;
        justify-content: center;
        width: 100%;
        max-width: 336px;
    }

    /*difference section*/
    .difference-content {
        flex-direction: column;
        align-items: center;
    }

    .difference-text-box {
        height: auto;
    }

    .difference-header {
        justify-content: space-around;
    }
    /*cta section*/
    .cta-box {
        padding: 48px 32px;
    }

    .cta-box h3 {
        font-size: 36px;
        line-height: 48px;
    }

    .cta-box p {
        font-size: 24px;
        line-height: 36px;
    }

}

@media (max-width: 767.98px) {
    .hero-section {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        height: auto;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 60px 0;
        text-align: center;
    }

    .hero-content {
        background-color: rgba(255, 255, 255, 0.8);
        backdrop-filter: blur(6px);
        border-radius: 12px;
        padding: 32px 20px;
        width: 90%;
        max-width: 380px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #2E3A59;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
    }

    .hero-content h1 {
        font-family: 'Panton-SemiBold';
        line-height: 1.25;
        font-weight: 600;
        color: #2E3A59;
        max-width: 420px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }


    .hero-content p {
        font-size: 0.95rem;
        line-height: 1.5;
        color: rgba(0, 0, 0, 0.75);
        margin-bottom: 20px;
    }

    .hero-content .btn-hero {
        width: 100%;
        max-width: 280px;
        background-color: #6C6BF6;
        color: #fff;
        font-family: 'Panton-SemiBold';
        font-size: 0.95rem;
        padding: 12px 0;
        border-radius: 8px;
        border: none;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .hero-content .btn-hero:hover {
        background-color: #5B59E4;
        transform: translateY(-2px);
    }

    .scroll-down {
        margin-bottom: 20px;
    }
    /*why section*/
    .why-audio {
        padding: 64px 0;
    }

    .why-audio h2 {
        font-size: 2.2rem;
        line-height: 48px;
        margin-bottom: 48px;
    }

    .why-row {
        flex-direction: column;
        width: 100%;
        align-items: center;
        gap: 32px;
    }

    .why-card {
        width: 90%;
        max-width: 360px;
        max-height: 296px;
        height: auto;
    }

    .why-content {
        width: 100%;
    }

    .why-content h4 {
        font-size: 24px;
        line-height: 36px;
    }

    .why-content p {
        font-size: 18px;
        line-height: 28px;
        max-width: 216px;
    }

    .why-icon img {
        width: 44px;
        height: 44px;
    }

    /*what you get section*/
    .what-you-get h2 {
        font-size: 2.2rem;
        line-height: 48px;
        margin-bottom: 60px !important;
    }

    .what-you-get h4 {
        font-size: 24px;
        line-height: 40px;
    }

    .what-you-get p {
        font-size: 18px;
        line-height: 30px;
    }

    /*quality section*/
    .quality-section {
        background-color: #fff;
    }

    .quality-section h2 {
        font-size: 2.2rem;
        line-height: 32px;
        margin-bottom: 32px;
        text-align: center;
        color: #2E3A59;
        max-width: 180px;
        margin-left: auto;
        margin-right: auto;
    }

    .quality-wrapper {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .quality-row {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 24px;
        width: 100%;
    }

    .quality-card {
        width: 90%;
        max-width: 480px;
        background: #F8F9FB;
        border: 1px solid #DDE2EB;
        border-radius: 12px;
        padding: 32px 20px 24px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
        margin: 0 auto;
        text-align: center;
    }

    .quality-icon {
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
    }

    .quality-card h4 {
        font-size: 22px;
        line-height: 32px;
        font-family: 'Panton-SemiBold';
        color: #2E3A59;
        margin-bottom: 4px;
    }

    .quality-card p {
        font-size: 18px;
        line-height: 26px;
        color: #535862;
        margin-bottom: 20px;
        max-width: 160px;
    }

    .btn-quality-section {
        background-color: #6C6BF6 !important;
        color: #fff !important;
        border: none;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        width: 100%;
        max-width: 280px;
        height: 44px;
        font-size: 15px;
        font-weight: 600;
        margin-top: auto;
        margin-bottom: 8px; /* 🔹 малко въздух под бутона */
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .btn-quality-section:hover {
        background-color: #5B59E4 !important;
        transform: translateY(-2px);
    }

    .btn-quality-section img {
        width: 18px;
        height: 18px;
    }

    /*difference section*/
    .difference-section {
        padding: 80px 0;
    }

    .difference-section h2 {
        font-size: 2.2rem;
        line-height: 48px;
        margin-bottom: 60px;
    }

    .difference-text-box p {
        font-size: 24px;
        line-height: 36px;
    }

    .difference-header {
        max-width: 100%;
        justify-content: space-evenly;
    }

    .difference-header span {
        font-size: 16px;
    }

    .difference-image img {
        width: 100%;
        max-width: 400px;
        height: auto;
    }

    /*teachers section*/
    .teachers-section {
        padding: 80px 0;
    }

    .teachers-text h3 {
        font-size: 24px;
        line-height: 40px;
    }

    .teachers-btn {
        font-size: 14px;
        padding: 12px 28px;
    }

    /*faq section*/
    .faq-section {
        padding: 80px 0 120px;
        position: relative;
        z-index: 1;
    }

    .faq-section .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .faq-section h2 {
        font-size: 2.2rem;
        line-height: 48px;
    }

    .faq-section .faq-subtitle {
        font-size: 1.6rem;
        margin-bottom: 40px;
        color: #6C757D;
    }

    .faq-question span {
        font-size: 18px;
    }

    .faq-answer p {
        font-size: 16px;
        line-height: 26px;
    }
    
    .faq-list {
        margin-bottom: 40px;
    }

    .faq-item:last-child {
        margin-bottom: 0;
    }

    .faq-section:after {
        content: "";
        display: block;
        height: 40px;
    }

    /*sticky button*/
    .sticky-booking {
        bottom: 12px;
        right: 6px;
    }

    .sticky-booking .btn-kindergarten {
        font-size: 12px;
        padding: 6px 14px;
    }

}

@media (max-width: 575.98px) {
    .cta-box {
        padding: 32px 24px;
    }

    .cta-box h3 {
        font-size: 28px;
        line-height: 40px;
    }

    .cta-box p {
        font-size: 18px;
        line-height: 28px;
    }
}

@media (max-width: 480px) {
    .hero-content {
        margin-top: 160px;
        padding: 32px 20px;
    }

    .hero-content h1 {
        font-size: 1.5rem;
    }

    .hero-content p {
        font-size: 0.95rem;
    }

    .scroll-down svg {
        width: 36px;
        height: 28px;
    }
}
No newline at end of file
