    .section-header {
        font-size: 2rem;
        font-weight: 700;
        margin-bottom: 1.5rem;
        color: #0a2b38;
        letter-spacing: -0.3px;
    }

    /* Главный заголовок h1 (как в PDF) */
    .page-title {
        background: linear-gradient(98deg, #071e2c 0%, #102b3b 100%);
        padding: 2rem 2rem 1.8rem;
        color: white;
    }
    .page-title h1 {
        font-size: 2.8rem;
        font-weight: 800;
        margin-bottom: 1rem;
        letter-spacing: -0.5px;
    }
    .badges-row {
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem;
        margin: 1rem 0 1rem 0;
    }
    .badge {
        background: rgba(255,255,240,0.12);
        padding: 0.3rem 1.2rem;
        border-radius: 40px;
        font-size: 1rem;
        font-weight: 500;
        display: inline-flex;
        align-items: center;
        gap: 8px;
    }
    .desc-text {
        margin-top: 1.2rem;
        font-size: 1.02rem;
        line-height: 1.5;
        max-width: 90%;
        color: #f0f4f9;
    }
    .desc-text strong {
        color: #ffcf7a;
    }

    /* секция "Почему выбирают нас?" — сетка 2x2 в точности */
    .features-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem;
        margin-top: 0.5rem;
    width: 80%;
    margin: 0 auto;
    }
    .feature-item {
        padding-bottom: 1.2rem;
    }
    .feature-item h3 {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: 0.6rem;
    }
    .feature-item p {
        margin-bottom: 0.8rem;
        line-height: 1.45;
    }
    .feature-link {
        color: #444;
        font-weight: 600;
        text-decoration: none;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.4rem;
    padding: 10px 20px;
    border: 1px solid #444;
    border-radius: 50px;
    box-shadow: 0 0 5px -2px #000;
    }


    .feature-link:hover {
        text-decoration: underline;
    }

    /* специальный блок "Детский День Рождения" */
    .birthday-block {
        background: #fef7e9;
        border-radius: 24px;
        margin: 1.5rem 2rem;
        padding: 1.8rem 2rem;
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        align-items: center;
    }
    .birthday-left {
        flex: 1.5;
    }
    .birthday-left h2 {
        font-size: 1.8rem;
        font-weight: 800;
        color: #c45f1a;
        margin-bottom: 0.75rem;
    }
    .price-highlight {
        font-size: 1.6rem;
        font-weight: 800;
        color: #bf6019;
        margin: 0.5rem 0 0.5rem;
    }
    .birthday-left p {
        margin: 1rem 0;
    }
    .birthday-right {
        flex: 0.8;
        background: #ffefdb;
        border-radius: 28px;
        padding: 1.2rem;
        text-align: center;
        font-weight: 600;
        color: #a55110;
        min-height: 130px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1rem;
    }

    /* Блок безопасности (как абзац + маркированный список) */
    .safety-section {
        padding: 1rem 2rem 2rem;
    }
    .safety-text-block h3 {
        font-size: 1.7rem;
        font-weight: 700;
        margin-bottom: 1rem;
        color: #16445f;
    }
    .safety-text-block ul {
        margin: 1rem 0 1rem 1.5rem;
    }
    .safety-text-block li {
        margin: 0.6rem 0;
    }

    /* Галерея "Дни Рождения наших юных гостей" */
    .gallery-section {
        padding: 1rem 2rem 2rem;
    }
    .gallery-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 1.2rem;
        margin-top: 1rem;
    }
    .gallery-card {
        background: #f8fafd;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.03);
        border: 1px solid #edf2f7;
    }
    .gallery-img {
        background: #d9e2ef;
        height: 150px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2.2rem;
        color: #335c7a;
    }
    .gallery-card p {
        padding: 0.8rem;
        text-align: center;
        font-weight: 500;
        background: white;
    }

    /* FAQ — в точности как в документе: 5 вопросов, сетка */
    .faq-wrapper {
        background: white;
        margin: 1.5rem 2rem 2.5rem;
        padding: 2rem;
    width: 80%;
    margin: 0 auto;
    }
    .faq-header {
        text-align: center;
        font-size: 1.9rem;
        font-weight: 700;
        margin-bottom: 1.8rem;
    }
    .faq-list {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 1.2rem 2rem;
    }
    .faq-question-item {
        border-bottom: 1px solid #e2e8f0;
        padding-bottom: 0.7rem;
        cursor: pointer;
    }
    .faq-q {
        font-weight: 700;
    font-size: 1.2rem;
    line-height: 1.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .faq-q .sign {
        font-size: 1.4rem;
        font-weight: 500;
        color: #e67e22;
    }
    .faq-a {
font-size: 1.2rem;
line-height: 1.5rem;

        max-height: 0;
        overflow: hidden;
        transition: max-height 0.25s ease;
        padding-top: 0;
    }
    .faq-question-item.active .faq-a {
    max-height: max-content;
  margin-top: 0.6rem;
  min-height: 100px;

    }

article.item-page [itemprop="articleBody"] h1 {
    padding-top: 3.5rem !important;
    font-size: 2.4rem !important;
    margin-bottom: 0 !important;
}

[itemprop="articleBody"]  >  ul,
[itemprop="articleBody"]  p {
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 1.7rem;
}
[itemprop="articleBody"]  > p,
[itemprop="articleBody"]  .container-fluid > p,
[itemprop="articleBody"]  >  ul {
    margin-left: 10%;
    margin-right: 10%;
}
[itemprop="articleBody"]  >  ul li {
    line-height: 1.6rem;
        margin-left: 1.4rem;
}

[itemprop="articleBody"]  .rt-mainbody-wrapper.rt-grid-3, [itemprop="articleBody"]  .rt-mainbody-wrapper.rt-grid-4 {
    margin-top: 3.5rem !important;

}

[itemprop="articleBody"]  .rt-mainbody-wrapper.rt-grid-3 p, [itemprop="articleBody"]  .rt-mainbody-wrapper.rt-grid-4  p {
margin-top: 1.5rem;
font-size: 1.2rem;
    margin-bottom: 0;
}
[itemprop="articleBody"] h2 {
font-size: 1.8rem;
text-align : center;
width: 100%;
    margin-top: 3.5rem;
    margin-bottom: 2.5rem;
font-weight: 600;

}
.feature-item img {
float: left;
padding-right: 50px;
padding-bottom: 15px;
    width: 180px;
    height: 180px;
    object-fit: cover;
}
[itemprop="articleBody"] .feature-item p, [itemprop="articleBody"] .feature-item p {
    margin-left: 0;
    margin-right: 0;
    font-size: 1.2rem;
    line-height: 1.6rem;
    margin-bottom: 1.7rem;
}

     .rt-block {
     padding-left: 0!important;
     padding-right: 0!important;
     }
     .ba-gallery {
     margin: 0 auto;
     }
     [itemprop="articleBody"]> img {
     width: 100%;
     }

    /* адаптив под мобильные (чтобы 2 колонки на планшете) */
    @media (max-width: 600px) {
        .features-grid {
            grid-template-columns: 1fr;
            gap: 1.5rem;
        }
        .gallery-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .faq-list {
            grid-template-columns: 1fr;
        }
        .desc-text {
            max-width: 100%;
        }
        .birthday-block {
            margin: 1rem;
            flex-direction: column;
        }
        .container, .page-title, .safety-section, .gallery-section {
            padding-left: 1.2rem;
            padding-right: 1.2rem;
        }
        .faq-wrapper {
            margin: 1rem;
        }
        .page-title h1 {
            font-size: 2rem;
        }
         .feature-item h3 {
             line-height: 1.5rem;
         }
         .feature-item > img {
             float: none;
             margin: 0 auto;
             display: block;
             padding: 0;
         }
         .feature-link {
             font-size : 0.9rem;
             display: block;
             margin: 0 auto;
             width: max-content;
         
         }
         [itemprop="articleBody"] h2 {
             font-size: 1.2rem;
             font-weight: 700;
         }
         .ba-gallery {
             margin: unset;
         }

    }

    hr {
        margin: 0 2rem;
        border: 0;
        border-top: 1px solid #ecf3f9;
    }
    .text-muted {
        color: #3c647c;
    }

    .rl_tabs, .rl_tabs-responsive {
      margin-left: 1.5rem;
      margin-right: 1.5rem;
    }
    .rl_tabs > .tab-content > .tab-pane,
    .rl_tabs.outline_content>.tab-content>.tab-pane,
    .rl_tabs-responsive > .tab-content > .tab-pane {
         padding: 2.75rem;
    }

    .ba-gallery-grid {
	        position: relative!important;

    grid-template-columns: 1fr 1fr 1fr!important;
    display: grid!important;
    gap: 34px!important;

    }
    .span12.ba-gallery-grid.css-style-3 {

	    height: unset!important;
    }
    .ba-gallery-grid > .ba-gallery-items {
    width: 100%!important;
    height: 100%!important;
    margin: 0px!important;
    position: relative!important;
    left: 0px!important;
    top: 0px!important;

    }

    .rt-mainbody-wrapper .rt-component-block  {
padding:0!important;
}
