@font-face {
    font-family: 'Press Start 2P';
    font-display: swap;
    src: url('../poHo-fonts/poHo-pressstart2P.woff2') format("woff2");
}

@font-face {
    font-family: 'Roboto Condensed';
    font-display: swap;
    src: url('../poHo-fonts/poHo-robotocondensed.woff2') format("woff2");
}

/* === RESET & GLOBAL STYLES === */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #F7F6E4;
    color: #272727;
    overflow-x: hidden;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

ul {
    list-style: none;
}

button {
    border: none;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
}

/* === TYPOGRAPHY === */
h1 {
    font-family: 'Press Start 2P', cursive;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.2;
    text-align: center;
    color: #FFFFFF;
}

h2 {
    font-family: 'Press Start 2P', cursive;
    font-weight: 400;
    font-size: 36px;
    line-height: 1.2;
    text-align: center;
}

/* === HEADER === */
header {
    max-width: 1340px;
    margin: 0 auto;
    background: #FEFEFE1A;
    backdrop-filter: blur(9.600000381469727px);
    color: #FFFFFF;
    padding: 10px 10px;
    position: relative;
    z-index: 100;
}

.back-hero {
    background-image: url('../poHo-img/poHo-hero.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-placeholder {
    width: 40px;
    height: 40px;
    background-color: #0056FF;
    border-radius: 50%;
}

.nav-menu {
    display: flex;
    gap: 30px;
}

.nav-menu a {
    font-family: Roboto Condensed;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #FEFEFE;
}

/* Burger Menu (CSS only) */
.menu-toggle {
    display: none;
}

.burger-icon {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
}

.burger-icon span {
    width: 25px;
    height: 3px;
    background-color: #FFFFFF;
    border-radius: 2px;
}

/* === SECTION 1: HERO === */
.hero {

    padding: 40px 0;
    text-align: center;
    position: relative;
}

.hero-cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.hero-cont h1 {
    max-width: 1000px;
}

.hero p.subtitle {
    color: #FFFFFF;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    text-align: center;
}

.hero p.hero-sub2 {
    font-family: Roboto Condensed;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    text-align: center;
    color: #FEFEFE;
}

.hero-card {
    background-color: #FEFEFE;
    padding: 10px;
    color: #272727;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.hero-card p {
    font-family: Roboto Condensed;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #262626;
}

.btn-blue {
    background-color: #0056FF;
    box-shadow:
        2px 2px 0px 0px #DFDFDF inset,
        -2px -2px 0px 0px #7F7F7F inset,
        1px 1px 0px 0px #FFFFFF inset,
        -1px -1px 0px 0px #000000 inset;
    color: #FEFEFE;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    padding: 16px 32px;
    display: inline-block;
}

/* === SECTION 2: INTRO === */
.intro {
    padding: 80px 0;
    text-align: center;
}

.intro-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.intro h2 {
    font-family: Roboto Condensed;
    font-weight: 900;
    font-style: Black;
    font-size: 36px;
    text-align: center;
    color: #1D1D1D;
    max-width: 500px;
}

.intro p {
    max-width: 600px;
    font-family: Roboto Condensed;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    text-align: center;
    color: #292929;
}

/* === SECTION 3: FEATURES === */
.features {
    background: #000000CC;
    padding: 40px 0;
    color: #FFFFFF;
}

.features-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

.feature-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    max-width: 260px;
    gap: 10px;
}

.feature-item img,
.feature-placeholder {
    width: 100%;
}

.feature-item h2 {
    font-family: Roboto Condensed;
    font-weight: 900;
    font-style: Black;
    font-size: 24px;
    color: #F7F6E4;
    text-align: left;
}

.feature-item p {
    font-family: Roboto Condensed;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #F7F6E4;
}

/* === SECTION 4: CLASSICS === */
.classics {
    background-color: #F7F6E4;
    padding: 80px 0;
}

.classics h2 {
    font-family: Press Start 2P;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    color: #1D1D1D;
    text-align: left;
}

.classics-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 10px;
    padding-top: 40px;
}

.classic-card {
    background-color: #FFFEF3;
    box-shadow:
        2px 2px 0px 0px #DFDFDF inset,
        -2px -2px 0px 0px #7F7F7F inset,
        1px 1px 0px 0px #FFFFFF inset,
        -1px -1px 0px 0px #000000 inset;
    padding: 20px 35px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex-direction: column;
    justify-content: space-between;
}

.classic-img-placeholder {
    width: 100%;
}


.classic-content h2 {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    color: #1D1D1D;
    text-align: left;
}

.classic-content p {
    font-family: Roboto Condensed;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #535353;
}

.classic-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.btn-dark {
    background: #464646;
    color: #FEFEFE;
    padding: 16px;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    text-align: center;
    box-shadow:
        2px 2px 0px 0px #DFDFDF inset,
        -2px -2px 0px 0px #7F7F7F inset,
        1px 1px 0px 0px #FFFFFF inset,
        -1px -1px 0px 0px #000000 inset;
}

.classics-footer {
    background: #1D1D1D;
    color: #FFFFFF;
    padding: 32px;
    font-weight: 400;
    font-size: 20px;
}

.classics-footer ul {
    list-style: disc inside;
    line-height: 1.2;
}

/* === SECTION 5: WHERE & WHEN === */
.where-when {
    background-image: url('../poHo-img/poHo-whereback.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #F7F6E4;

}

.container-where {
    max-width: 1120px;
    margin: 0 auto;
}

.where-when h2 {
    margin-bottom: 20px;
    color: #F7F6E4;
    font-family: Press Start 2P;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    text-align: center;
}

.where-p {
    font-family: Roboto Condensed;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.where-when>.container>p {
    font-family: Roboto Condensed;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.info-item {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.desc-ev {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    color: #F7F6E4;
}

.ev-sp {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
    max-width: 186px;
}

.ev-sp p {
    font-family: 'Press Start 2P', cursive;
    font-weight: 400 !important;
    font-style: Regular !important;
    font-size: 16px !important;
    color: #F7F6E4 !important;
}



/* === SECTION 6: MAP === */
.map-section {
    background-color: #2D2D2D;
    padding: 0;
    /* Убрал отступы, чтобы карта была на всю ширину секции, как обычно делают в дизайне */
    width: 100%;
    margin-top: 80px;
}

.container-map {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
}

.container-map iframe {
    width: 100%;
    height: 310px;
    border: none;
    display: block;
    /* Плейсхолдер на случай, если карта долго грузится */
}

/* Адаптив для карты на мобильных устройствах */
@media (max-width: 768px) {
    .container-map iframe {
        height: 310px;
        /* Уменьшаем высоту карты на телефонах */
    }
}

/* === SECTION 7: GALLERY === */
.gallery {
    background-color: #F6F5ED;
    padding: 80px 0;
}

.gallery h2 {
    text-align: left;
    margin-bottom: 20px;
    color: #272727;
}

.gallery p {
    margin-bottom: 30px;
    font-family: Roboto Condensed;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.gallery-item-placeholder {
    width: 100%;
    height: 250px;
    background-color: #CCCCCC;
}

.gallery-item-wide {
    grid-column: span 2;
}

/* === Стили для видео в галерее === */
.video-container {
    width: 100%;
    height: 230px;
    /* Высота совпадает с остальными карточками */
    overflow: hidden;
    /* Фон на время загрузки видео */
    display: flex;
    justify-content: center;
    align-items: center;
}

.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Видео будет обрезаться по краям, заполняя весь блок (как background-size: cover) */
    pointer-events: none;
    /* Отключает любые клики, не дает остановить видео или вызвать меню правой кнопкой */
}

/* Адаптив (уже учтен в предыдущем коде, но на всякий случай) */
@media (max-width: 1024px) {
    .gallery-item-wide {
        grid-column: span 1;
        /* На планшетах становится обычного размера */
    }
}

/* === SECTION 8: FAQ === */
.faq {
    background-color: #222222;
    margin-bottom: 80px;
    color: #FFFFFF;
}

.cont-faq {
    padding: 40px 0px;
    max-width: 1120px;
    margin: 0 auto;
}

.h2-ans {
    font-family: Press Start 2P;
    font-weight: 400;
    font-style: Regular;
    font-size: 36px;
    color: #F7F6E4;
    text-align: left;
}


.faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 60px;
    padding-top: 65px;
}

.faq-item h2 {
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    color: #F7F6E4;
    margin-bottom: 22px;
    text-align: left;
}

.faq-item p {
    font-family: Roboto Condensed;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #F7F6E4;
}

/* === SECTION 9: CTA & FORM === */
.cta-section {
    background-color: #1A1A1A;
    padding: 80px 0;
    text-align: center;
    color: #FFFFFF;
    border-bottom: 1px solid #333;
}

.cta-section h2 {
    margin-bottom: 20px;
    color: #FFFFFF;
}

.cta-section p {
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.form-container {
    margin-top: 80px;
}

.form-flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-flex input {
    padding: 15px;
    width: 350px;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    border: none;
    background-color: #CCCCCC;
}

/* === ОБНОВЛЕННЫЙ FOOTER === */
.site-footer {
    background-color: #1A1A1A;
    color: #FFFFFF;
    padding: 70px 0;
    font-family: 'Roboto Condensed', sans-serif;
}

/* Сетка верхней части футера (Лого + Ссылки) */
.footer-top-grid {
    display: grid;
    grid-template-columns: 80px 1fr 1fr;
    gap: 30px;
    margin-bottom: 50px;
}

/* Плейсхолдер логотипа с обводкой */
.footer-logo-small {
    width: 50px;
    height: 50px;
    background-color: #000;
    border: 2px solid #8B5CF6;
    /* Цвет приближенный к неоновому кольцу на макете */
    border-radius: 50%;
}

.footer-links-col h2 {
    font-family: 'Press Start 2P', cursive;
    font-size: 20px;
    text-align: left;
    margin-bottom: 25px;
    color: #FFFFFF;
}

.footer-links-list li {
    margin-bottom: 12px;
}

.footer-links-list a {
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
    transition: color 0.3s ease;
}

.footer-links-list a:hover {
    color: #FFFFFF;
}

/* Блок с текстом и соцсетями */
.footer-social-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.footer-social-bar p {
    font-weight: 400;
    font-size: 14px;
    color: #E0E0E0;
    max-width: 65%;
    /* Ограничиваем ширину текста, как на макете */
}

.social-icons-group {
    display: flex;
    gap: 20px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #FFFFFF;
    /* Цвет SVG-иконок */
    transition: opacity 0.3s ease;
}

.social-icon:hover {
    opacity: 0.7;
}

.social-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

/* Тонкая разделительная линия */
.footer-line {
    border: none;
    border-top: 1px solid #333333;
    margin: 0 0 35px 0;
}

/* Сетка блоков с предупреждениями */
.footer-notices-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 35px;
}

.notice-box h2 {
    font-family: 'Press Start 2P', cursive;
    font-size: 20px;
    text-align: left;
    margin-bottom: 15px;
    color: #FFFFFF;
}

.notice-box p {
    font-weight: 400;
    font-size: 14px;
    color: #CCCCCC;
}

.footer-copyright {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #888888;
}

/* Адаптив футера для планшетов и мобильных устройств */
@media (max-width: 768px) {
    .footer-top-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 40px;
    }

    .footer-logo-small {
        margin: 0 auto;
    }

    .footer-links-col h2,
    .notice-box h2 {
        text-align: center;
    }

    .footer-social-bar {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .footer-social-bar p {
        max-width: 100%;
    }

    .social-icons-group {
        justify-content: center;
    }

    .footer-notices-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
}

/* === ADAPTIVE / MOBILE LOGIC === */
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .classics-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .gallery-item-wide {
        grid-column: span 1;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 24px;
    }

    /* Burger Menu logic */
    .burger-icon {
        display: flex;
        background: transparent;
    }

    .nav-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #1A1A1A;
        flex-direction: column;
        text-align: center;
        padding: 20px 0;
    }

    .menu-toggle:checked~.nav-menu {
        display: flex;
    }

    .classics-grid,
    .info-grid,
    .faq-grid,
    .gallery-grid {
        grid-template-columns: 1fr;
    }

    .form-flex {
        flex-direction: column;
        align-items: center;
    }

    .form-flex input {
        width: 100%;
        max-width: 350px;
    }

    .footer-top,
    .footer-notices,
    .footer-social {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .footer-col h2,
    .notice-block h2 {
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
}



/* --- СЕКЦИЯ 1: HERO & PARTNERS GRID --- */
.partners-hero-wrapper {
    padding: 40px 0px;
    text-align: center;
}

.partners-hero-wrapper h1 {
    max-width: 1000px;
    margin: 0 auto 20px auto;
}

.partners-hero-wrapper .subtitle {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.partners-hero-wrapper .desc {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #FEFEFE;
    max-width: 800px;
    margin: 0 auto 20px auto;
}

.hero-tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

.hero-tag {
    background-color: #FFFFFF;
    color: #1D1D1D;
    font-family: 'Press Start 2P', cursive;
    font-size: 13px;
    padding: 5px 20px;
    text-transform: uppercase;
}

.partners-grid-section {
    padding: 20px 0;
    background-color: #F7F6E4;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.partner-card {
    background-color: #D3D3D3;
    box-shadow:
        2px 2px 0px 0px #DFDFDF inset,

        -2px -2px 0px 0px #7F7F7F inset,

        1px 1px 0px 0px #FFFFFF inset,

        -1px -1px 0px 0px #000000 inset;
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
    align-items: center;
}

.partner-badge {
    background-color: #03651C;
    /* Зеленая плашка */
    color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 11px;
    padding: 5px 20px;
    position: absolute;
    top: 0;
    left: 0;
    text-transform: uppercase;
}

.partner-logo-wrapper {
    max-width: 203px;
    max-height: 99px;
    margin-top: 30px;
}

.star-list {
    display: flex;
    align-items: center;
}

.partner-offer {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #272727;
    padding: 0 16px;
    flex-grow: 1;
}

.partner-rating-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #C4C4C4;
    text-align: center;
    padding-top: 15px;
    width: 100%;
}

.rating-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
}

.rating-icons-placeholder {
    width: 60px;
    height: 15px;
    background-color: #999999;
    margin-bottom: 5px;
}

.rating-val {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #272727;
}

.rating-label {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
}

.partner-btn {
    width: 100%;
    max-width: 263px;
    background-color: #0056FF;
    color: #FFFFFF;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 15px;
    text-align: center;
    padding: 15px;
    margin: 0 16px;
    box-shadow: 2px 2px 0px 0px #DFDFDF inset,

        -2px -2px 0px 0px #7F7F7F inset,

        1px 1px 0px 0px #FFFFFF inset,

        -1px -1px 0px 0px #000000 inset;
    text-transform: uppercase;
}

.payment-icons {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
    padding: 0 16px;
}



/* --- СЕКЦИЯ 2: ARTICLES (BLOG) --- */
.articles-section {
    padding: 60px 0 100px 0;
    background-color: #F7F6E4;
}

.articles-section>h2 {
    text-align: center;
    margin-bottom: 50px;
    color: #1D1D1D;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    padding-top: 40px;
    align-items: start;
}

.article-card {
    background-color: #FFFEF3;
    box-shadow: 2px 2px 0px 0px #DFDFDF inset,

        -2px -2px 0px 0px #7F7F7F inset,

        1px 1px 0px 0px #FFFFFF inset,

        -1px -1px 0px 0px #000000 inset;
    padding: 20px;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.article-img-placeholder {
    width: 100%;
    height: 300px;
}

.article-date {
    border: 1px solid #272727;
    display: inline-block;
    padding: 6px 12px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #272727;
    width: fit-content;
}

.article-card h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 36px;
    text-align: left;
    color: #1D1D1D;
    line-height: 1;
}

.article-card p {
    font-family: Roboto Condensed;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    text-align: left;
    flex-grow: 1;
    line-height: 1;
    color: #535353;
}

.btn-dark {
    background-color: #464646;
    color: #FEFEFE;
    padding: 16px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}

/* --- СЕКЦИЯ 3: DISCLAIMERS --- */
.disclaimers-section {
    background-color: #F7F6E4;
    padding-bottom: 20px;
}

.disc-cont {
    background-color: #000000;
    padding: 20px;
}

.disclaimers-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}



.disclaimers-content-box {
    background-color: #1D1D1D;
    box-shadow: 0px 2px 4px 0px #00000026;
    padding: 32px;
    color: #FFFFFF;
    margin-top: 20px;
}

.disclaimers-content-box h2 {
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 24px;
}

.disclaimers-content-box p {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    margin-bottom: 20px;
    color: #FEFEFE;
    text-align: left;
}

.disclaimers-content-box p strong {
    font-weight: 700;
    color: #FFFFFF;
}

/* --- Стили для скрытого текста статьи --- */
.article-full-text {
    display: none;
    /* Скрыто по умолчанию */
    margin-bottom: 25px;
    border-top: 1px solid #D1D1D1;
    padding-top: 20px;
    margin-top: -10px;
}

.article-full-text p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    text-align: left;
    margin-bottom: 15px;
    line-height: 1.4;
}

.article-full-text h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: #1D1D1D;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 25px;
}

/* Класс, который JS будет добавлять для раскрытия текста */
.article-card.expanded .article-full-text {
    display: block;
}

/* Убираем лишний margin у вводного текста при раскрытии */
.article-card.expanded .article-intro {
    margin-bottom: 20px;
}

/* ========================================= */
/* --- СЕКЦИЯ: FUNNY FOOTBALL --- */
/* ========================================= */
.funny-football-section {
    background-color: #F7F6E4;
    /* Кремовый фон по макету */
    padding: 80px 16px;
}

.ff-container {
    display: flex;
    gap: 20px;
}

.ff-text-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
}

.ff-image-placeholder {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* Пропорция широкого экрана для игры */
    background-color: #CCCCCC;
    /* Плейсхолдер */
}

.ff-text-content h2 {
    font-family: Press Start 2P;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    color: #1D1D1D;
    text-align: left;
    line-height: 1;
    padding-bottom: 30px;
}

.ff-text-content p {
    font-family: Roboto Condensed;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #1D1D1D;
    line-height: 1;
    text-align: left;
}

.ff-text-content ul {
    list-style-type: disc;
    padding-left: 15px;
    /* Отступ для красивых буллитов */
}

.ff-text-content ul li {
    font-family: Roboto Condensed;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #1D1D1D;
    line-height: 1;
    text-align: left;
}


/* ========================================= */
/* --- СЕКЦИЯ: OUR PARTNERS MISSION --- */
/* ========================================= */
.mission-section {
    background-color: #FFFFFF;
    /* Белый фон по макету */
    padding: 80px 0;
}

.mission-container {
    display: flex;
    gap: 20px;
    align-items: center;
}

.mission-image-placeholder {
    width: 100%;
    aspect-ratio: 1 / 1;
    /* Квадратный плейсхолдер */
    background-color: #E5E5E5;
    /* Плейсхолдер */
}

.mission-text-content h2 {
    font-family: Press Start 2P;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    color: #1D1D1D;
    text-align: left;
    margin-bottom: 30px;
    line-height: 1;
}

.mission-text-content p {
    font-family: Roboto Condensed;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #1D1D1D;
    line-height: 1;
    text-align: left;
}

.demo-section {
    flex: 1;
    /* Игра занимает все оставшееся место (55%) */
    display: flex;
    align-items: center;
    /* Центрируем игру по вертикали относительно зеленого блока */
    justify-content: center;
}

/* --- Контейнер самой игры (адаптивный 16:9) --- */
.block-game {
    position: relative;
    width: 100%;
    /* Ограничитель, чтобы игра не становилась гигантской на больших экранах */
    margin: 0 auto;
    padding-bottom: 56.25%;
    /* Пропорция 16:9 */
    height: 0;
    overflow: hidden;
    border-radius: 8px;
    /* Немного скруглим углы для красоты */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    /* Легкая тень, чтобы выделить игру */
}

.block-game iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    /* Убираем стандартную рамку iframe */
}







@media (max-width: 1320px) {
    .gallery-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .gallery {
        background-color: #F6F5ED;
        padding: 80px 16px;
    }

    .video-container {
        width: auto;
        height: 230px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .classics {
        background-color: #F7F6E4;
        padding: 80px 16px;
    }

    .classics-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 10px;
        padding-top: 40px;
    }

    .features {
        background: #000000CC;
        padding: 40px 16px;
        color: #FFFFFF;
    }

    .intro {
        padding: 80px 16px;
        text-align: center;
    }

    .where-when {
        padding: 80px 16px;
        color: #F7F6E4;
    }


    .cont-faq {
        padding: 40px 16px;
        max-width: 1120px;
        margin: 0 auto;
    }

    .cta-section {
        background-color: #1A1A1A;
        padding: 80px 16px;
    }

    .site-footer {
        background-color: #1A1A1A;
        color: #FFFFFF;
        padding: 70px 16px;
    }

    .partners-grid-section {
        padding: 20px 16px;
        background-color: #F7F6E4;
    }

    .partners-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .articles-section {
        padding: 60px 16px 100px 16px;
        background-color: #F7F6E4;
    }

    .articles-grid {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .mission-section {
        background-color: #FFFFFF;
        padding: 80px 16px;
    }
}


@media (max-width: 900px) {

    .classics-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
        margin-bottom: 10px;
        padding-top: 40px;
    }



    .features-grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .info-grid {
        display: flex;
        flex-direction: column;
    }

    .gallery-grid img {
        width: 100%;
    }

    .video-container {
        width: 100%;
        height: 230px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .ff-container {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .ff-text-content {
        max-width: 100%;
    }

    .mission-container {
        display: flex;
        gap: 20px;
        align-items: center;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    h1 {
        font-size: 24px;
    }

    .hero p.subtitle {
        font-size: 20px;
    }

    .btn-blue {
        font-size: 16px;
    }

    .intro h2 {
        font-size: 32px;
        line-height: 1.2;
    }


    .feature-item {
        max-width: 100%;
    }

    .classics h2 {
        font-size: 24px;
    }

    .classics-grid {
        gap: 10px;
        margin-bottom: 10px;
        padding-top: 40px;
        display: flex;
        flex-direction: column;
    }

    .classics-footer li {
        word-wrap: break-word;
    }

    .classics-footer {
        background: #1D1D1D;
        color: #FFFFFF;
        padding: 32px 16px;
        font-weight: 400;
        font-size: 20px;
    }

    .where-when h2 {
        font-size: 24px;
    }

    .info-item {
        display: flex;
        gap: 16px;
        align-items: flex-start;
        flex-direction: column;
    }

    .h2-ans {
        font-size: 24px;
    }

    .footer-links-col {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-top-grid {
        display: flex;
        text-align: left;
        gap: 20px;
        flex-wrap: wrap;
    }

    .site-footer {
        background-color: #1A1A1A;
        color: #FFFFFF;
        padding: 70px 10px;
    }

    .footer-social-bar p {
        max-width: 100%;
        text-align: left;
    }

    .notice-box p {
        font-weight: 400;
        font-size: 14px;
        color: #CCCCCC;
        text-align: left;
    }

    .notice-box h2 {
        text-align: left;
    }

    .disclaimers-banner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        gap: 30px 15px;
    }

    .disc-cont {
        background-color: #000000;
        padding: 20px 10px;
    }

    .partners-hero-wrapper .subtitle {
        font-size: 20px;
    }

    .hero-tags {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 4px;
    }

    .mission-image-wrapper img {
        width: 100%;
    }

    .mission-container {
        display: flex;
        gap: 20px;
        align-items: stretch;
        flex-direction: column;
    }

    .mission-text-content h2 {
        font-size: 24px;
    }

    .partners-hero-wrapper {
        padding: 40px 10px;
        text-align: center;
    }

    .hero {
        padding: 40px 10px;
        text-align: center;
        position: relative;
    }
}




/* ========================================= */
/* --- СЕКЦИЯ: PRIVACY POLICY --- */
/* ========================================= */
.policy-section {
    background-color: #1D1D1D;
    /* Темно-серый фон как на скриншоте */
    color: #FFFFFF;
    padding: 60px 10px 100px 10px;
}

.pol-body {
    background: #1D1D1D !important;
    padding-top: 20px;
}

.pol-head {
    margin-top: 20px;
}


/* Заголовок H1: На макете он в пиксельном шрифте */
.policy-section h1 {
    font-family: 'Press Start 2P', cursive;
    font-weight: 400;
    font-size: 36px;
    text-align: left;
    /* На макете выровнено по левому краю */
    color: #FFFFFF;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.last-updated {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 40px;
    text-align: left;
}

/* Блоки с текстом */
.policy-block {
    margin-bottom: 25px;
}

.policy-block p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    /* Основной текст - Regular */
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
}

.policy-block p strong {
    font-weight: 700;
    /* Заголовки пунктов и выделения - Bold */
    display: inline-block;
    margin-bottom: 5px;
}

/* Списки внутри полиси */
.policy-block ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 10px 0;
}

.policy-block ul li {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #FFFFFF;
    text-align: left;
    margin-bottom: 5px;
}

.policy-block ul li strong {
    font-weight: 700;
}

/* Ссылки (email, сайты) */
.policy-block a {
    color: #FFFFFF;
    text-decoration: underline;
    /* Ссылки в тексте подчеркиваем по классике */
    font-weight: 700;
    /* На макете ссылки выглядят жирными */
    transition: color 0.3s ease;
}

.policy-block a:hover {
    color: #CCCCCC;
    /* Легкое выделение при наведении */
}

/* Адаптив для мобильных устройств */
@media (max-width: 768px) {
    .policy-section h1 {
        font-size: 24px;
        line-height: 1.4;
    }

    .policy-block p,
    .policy-block ul li,
    .last-updated {
        font-size: 14px;
        /* Чуть уменьшаем шрифт для мобилок, чтобы не было тесно */
    }
}