@font-face {
    font-family: Inter;
    font-display: swap;
    src: url('../gezObe-fonts/gezObe-inter.woff2') format("woff2")
}

h1,
h2,
h3,
p {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: rgba(252, 247, 216, 1);
    color: rgba(39, 39, 39, 1);
}

html,
body {
    overflow-x: hidden;
}

ul {
    list-style: none;
    padding: 0;
}

.header-sec {
    background-color: rgba(255, 219, 122, 1);
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.06);
}

.header {
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.list-item {
    padding: 4px 16px;
}

.nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    gap: 4px;
}

.tel-block {
    display: flex;
    align-items: center;
    gap: 8x;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    color: rgba(170, 156, 236, 1);
}

.list-item a {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(38, 64, 82, 1);
}

.down-header {
    background: rgba(38, 64, 82, 1);
}

.down-header p {
    max-width: 1140px;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    padding: 8px 16px;
    margin: 0 auto;
}

.container {
    max-width: 1140px;
    margin: 0 auto;
}

.container-cas {
    max-width: 1290px;
    margin: 0 auto;
}

.hero-section {
    /* Градиент идет первым, картинка — второй */
    background-image: linear-gradient(90deg, #FCF7D8 0%, rgba(252, 247, 216, 0.7) 100%), url(../gezObe-img/gezObe-hero.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 10px;
}

.hero-cont {
    display: flex;
    align-items: center;
}

.hero-cont img {
    display: flex;
    width: 100%;
}

.hero-descr {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
    max-width: 560px;
}

.hero-descr h1 {
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 40px;
    color: rgba(38, 64, 82, 1);
}

.hero-descr p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26.88px;
    color: rgba(38, 64, 82, 1);
}

.hero-descr a {
    color: rgba(0, 0, 0, 1);
    font-family: Inter;
    font-weight: 900;
    font-style: Black;
    font-size: 16px;
    background: linear-gradient(90deg, #F67800 0%, #FFA100 100%);
    padding: 14px 16px;
    border-radius: 10px;
    text-decoration: none;
}

.ab-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
}

.title-o {
    color: rgba(38, 64, 82, 1);
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    text-align: center;
}

.descr-ab {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.desc-o {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    color: rgba(38, 64, 82, 1);
}

.ab-block2 {
    padding: 40px;
    background: rgba(253, 245, 247, 1);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.ab-block2 h2 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    text-align: center;
    color: rgba(38, 64, 82, 1);
}

.ab-block2 p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    color: rgba(38, 64, 82, 1);
}

.sec {
    padding: 40px 16px;
}

.list-cover {
    display: flex;
    gap: 20px;
    margin: 0;
}

.ots {
    padding-bottom: 30px;
}

.cover-cont {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.cent {
    text-align: center;
}

.list-cover-item {
    background: rgba(38, 64, 82, 0.15);
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px 16px;
    border-radius: 10px;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 270px;
    color: rgba(38, 64, 82, 1);
    transition: background-color 0.3s ease;
}

.list-cover-item h2 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    text-align: center;
}

.list-cover-item p {
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    text-align: center;

}

.list-cover-item span {
    font-size: 40px;
}

.list-cover-item:hover {
    background: rgba(253, 245, 247, 1);
    box-shadow: 0px 4px 10px 0px rgba(46, 49, 146, 0.4);
}

/* --- HOTELS SECTION STYLES --- */
.sec-hotels {
    padding: 80px 16px;
}

.hotels-header {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hotels-header p {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.hotels-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin: 0;
}

.hotel-card {
    border-radius: 10px;
    background-color: rgba(253, 245, 247, 1);
    box-shadow: 0px 4px 10px 0px rgba(46, 49, 146, 0.4);
    width: 100%;
    max-width: 366px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.hotel-card-mir {
    border-radius: 20px;
    background-color: rgba(38, 64, 82, 1);
    width: 100%;
    max-width: 366px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease;
}

.hotel-card:hover {
    transform: translateY(-8px);
    box-shadow: 0px 10px 25px rgba(97, 66, 236, 0.15);
}

.hotel-card-mir:hover {
    transform: translateY(-8px);
    box-shadow: 0px 10px 25px rgba(97, 66, 236, 0.15);
}

.hotel-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hotel-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hotel-content-mir {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.hotel-content h2 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    color: rgba(39, 39, 39, 1);
}

.hotel-content p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    color: rgba(39, 39, 39, 1);
}

.hotel-content-mir h2 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    color: rgba(253, 245, 247, 1);
}

.hotel-content-mir p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    color: rgba(253, 245, 247, 1);
}

.hotel-rating {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    color: rgba(18, 18, 18, 0.7);

}

.hotel-rating-mir {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    color: rgba(253, 245, 247, 0.7);
}

/* --- TIPS SECTION STYLES --- */
.sec-tips {
    padding: 40px 16px;
}

.hotels-header-tip h2 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    color: rgba(38, 64, 82, 1);
    text-align: center;
    padding-bottom: 16px;
}

.tips-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 20px;
    justify-content: center;
    margin: 0;
}

.tip-item {
    border-radius: 10px;
    background-color: rgba(253, 245, 247, 1);
    box-shadow: 0px 4px 10px 0px rgba(46, 49, 146, 0.4);
    width: 100%;
    max-width: 366px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    transition: transform 0.3s ease;
    color: rgba(38, 64, 82, 1);
}

.tip-content {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.tip-item:hover {

    background-color: rgba(38, 64, 82, 1);
    color: rgba(253, 245, 247, 1);
}

.tip-icon {
    font-size: 32px;
}

.tip-item h2 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
}

.tip-item p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
}


/* Адаптив */
@media (max-width: 992px) {

    .hotel-card,
    .tip-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 600px) {

    .hotel-card,
    .tip-item {
        width: 100%;

    }

    .hero-descr h1 {
        font-size: 36px;
    }
}


/* --- CASINO GRID SECTION --- */
.sec-casinos-list {
    padding: 40px 16px;
    background-color: #f9f9f9;
}

.casinos-flex-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    margin-top: 30px;
}

.casino-item-card {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 15px 0px rgba(50, 108, 255, 0.25);
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: transform 0.3s ease;
    width: 100%;
    max-width: 365px;
}

.casino-item-card:hover {
    transform: translateY(-5px);
}

/* Желтый бейдж эксперта */
.badge-expert {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 205, 4, 1);
    /* Ярко-желтый */
    color: rgba(39, 39, 39, 1);
    font-family: Inter;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 20px;
    border-radius: 100px;
    white-space: nowrap;
}

.card-top-row {
    display: flex;
    align-items: center;
    padding: 10px 0px 0px 0px;
}

.casino-logo-mini {
    width: 168px;
    height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.casino-logo-mini img {
    max-width: 100%;
    max-height: 100%;
}

.casino-name-rating h2 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(39, 39, 39, 1);
}

.notation {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    color: rgba(39, 39, 39, 1);
    display: flex;
    align-items: center;
    gap: 5px;
}

.notation img {
    width: 17px;
    height: 17px;
    flex-shrink: 0;
}

.casino-name-rating {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Текст оффера */
.bonus-offer-text {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    color: rgba(39, 39, 39, 1);
    padding: 5px 10px;
}

/* Кнопка GET A BONUS */
.btn-get-bonus {
    background-color: rgba(97, 66, 236, 1);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
    /* Фиолетовый бренд */
    color: #ffffff;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    border-radius: 100px;
    transition: opacity 0.3s;
    margin: 10px;
}

.btn-get-bonus:hover {
    opacity: 0.9;
}

/* Иконки платежек */
.payment-icons-row {
    display: flex;
    justify-content: center;
    gap: 24px;
    list-style: none;
    padding-bottom: 20px;
}

.payment-icons-row img {
    width: 23px;
    height: 23px;
}

/* Кнопка Learn More внизу */
.center-btn-wrap {
    text-align: center;
    margin-top: 16px;
}

.btn-learn-more {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgba(97, 66, 236, 1);
    border-radius: 100px;
    color: rgba(97, 66, 236, 1);
    text-decoration: none;
    font-family: Inter;
    font-size: 15px;
    transition: all 0.3s;
}

.btn-learn-more:hover {
    background-color: #6142ec;
    color: #fff;
}

/* Адаптив */
@media (max-width: 992px) {
    .casino-item-card {
        width: calc(50% - 15px);
        /* 2 в ряд */
    }
}

@media (max-width: 650px) {
    .casino-item-card {
        width: 100%;
        /* 1 в ряд */
    }

    .bonus-offer-text {
        font-size: 18px;
    }
}

/* --- CONTACT INFO SECTION --- */
.sec-contact-info {
    padding: 139px 16px;
    background-image: linear-gradient(90deg, rgba(254, 254, 254, 0.5) 0%, rgba(254, 254, 254, 0.5) 100%), url(../gezObe-img/gezObe-hero.webp);
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

.contact-info-card {
    background-color: rgba(38, 64, 82, 1);
    /* Темный фон карточки */
    padding: 40px;
    border-radius: 10px;
    max-width: 670px;
    width: 100%;
    text-align: center;
}

.title-o-white {
    color: #ffffff;
    font-family: Inter;
    font-weight: 700;
    font-size: 33px;
    margin-bottom: 30px;
}

.desc-o-white {
    color: #fff;
    font-family: Inter;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: left;
}

/* Форма */
.subscribe-form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-group-wrap {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
}

.input-block {
    width: 100%;
    max-width: 341px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.input-block label {
    color: #ffffff;
    font-family: Inter;
    font-size: 14px;
}

.input-block input {
    width: 100%;
    padding: 14px 16px;
    background-color: rgba(250, 250, 250, 0.4);
    /* Серый фон инпута как на макете */
    border: none;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-family: Inter;
    font-size: 16px;
    outline: none;
}

.input-block input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.btn-subscribe {
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 15px 20px;
    border-radius: 50px;
    font-family: Inter;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-subscribe:hover {
    background-color: #ffffff;
    color: rgba(97, 66, 236, 1);
}

/* Сообщение об успехе */
.success-message {
    display: none;
    margin-top: 20px;
    color: #4CAF50;
    font-family: Inter;
    font-size: 16px;
}

.success-message.show {
    display: block;
}

/* Адаптив */
@media (max-width: 768px) {
    .form-group-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .contact-info-card {
        padding: 30px 20px;
    }

    .title-o-white {
        font-size: 24px;
    }
}

.gezObe-footer {
    background-color: #212121;
    /* Темно-серый фон как на макете */
    color: #ffffff;
    padding: 50px 0;
    font-family: 'Inter', Arial, sans-serif;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
    padding-bottom: 20px;
}

.footer-container2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 16px;
}

/* Логотип в футере */
.footer-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-logo span {
    font-family: 'Inter', Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}

/* Списки ссылок */
.footer-nav-list,
.footer-legal-list {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.footer-nav-list a,
.footer-legal-list a {
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    transition: opacity 0.3s;
}

.footer-nav-list a:hover,
.footer-legal-list a:hover {
    opacity: 0.7;
}

/* 18+ Центр */
.footer-col-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Правая часть (Контакты) */
.footer-col-right {
    text-align: right;
}

.footer-contact-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-contact-info h2 {
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
}

.footer-contact-info p {
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
}

/* Адаптивность для мобильных */
@media (max-width: 992px) {
    .footer-container {
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        gap: 20px;
        padding-bottom: 50px;
    }

    .footer-col-right {
        text-align: center;
    }

    .footer-logo {
        justify-content: center;
    }

    .footer-container2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        max-width: 1140px;
        margin: 0 auto;
        padding: 0 16px;
        flex-direction: column;
        gap: 50px;
    }

    .footer-nav-list,
    .footer-legal-list {
        list-style: none;
        padding: 0;
        margin: 0;
        gap: 20px;
        display: flex;
        flex-direction: row;
        gap: 20px;
    }
}

/* --- BURGER STYLES --- */
.burger {
    display: none;
    /* Скрыт на десктопе */
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 1001;
}

.burger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #ffffff;
    border-radius: 3px;
    transition: all 0.3s ease;
}


@media (max-width: 1120px) {
    .burger {
        display: flex;
    }

    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        /* Спрятано за экраном */
        width: 100%;
        height: 100vh;
        background-color: blanchedalmond;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: right 0.4s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        z-index: 1000;
    }

    .nav.active {
        right: 0;
        /* Выезжает при активации */
    }

    .nav-list {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .list-item a {
        font-size: 20px;
        font-family: Inter;
    }

    .tel-block {
        font-size: 18px;
    }

    /* Анимация иконки в крестик */
    .burger.open span:nth-child(1) {
        transform: translateY(8.5px) rotate(45deg);
    }

    .burger.open span:nth-child(2) {
        opacity: 0;
    }

    .burger.open span:nth-child(3) {
        transform: translateY(-8.5px) rotate(-45deg);
    }

    /* Запрет скролла */
    body.no-scroll {
        overflow: hidden;
    }
}


@media (max-width: 1120px) {
    .hero-cont {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .hero-descr h1 {
        font-family: Inter;
        font-weight: 700;
        font-style: Bold;
        font-size: 32px;
        color: rgba(39, 39, 39, 1);
    }

    .hero-descr {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .sec {
        padding: 20px 16px;
    }

    .list-cover {
        display: flex;
        gap: 20px;
        margin: 0;
        flex-direction: column;
        align-items: center;
    }

    .sec-contact-info {
        padding: 20px 10px;
        background-size: cover;
        background-position: center;
        display: flex;
        align-items: center;
    }

}

/* --- ИСПРАВЛЕННАЯ ФОРМА --- */

.form-group-wrap {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    /* Добавлено */
}

.input-block {
    width: 100%;
    /* ИЗМЕНЕНО: вместо жесткого max-width делаем блок гибким */
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.input-block input {
    width: 100%;
    /* КРИТИЧЕСКИ ВАЖНО: чтобы 100% ширины учитывали паддинги */
    box-sizing: border-box;
    padding: 14px 16px;
    background-color: rgba(250, 250, 250, 0.4);
    border: none;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.8);
    font-family: Inter;
    font-size: 16px;
    outline: none;
}

.btn-subscribe {
    /* Добавлено, чтобы кнопка не сжималась */
    flex-shrink: 0;
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 15px 20px;
    /* Увеличил горизонтальный паддинг */
    border-radius: 10px;
    font-family: Inter;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-sizing: border-box;
}

/* Фикс для мобилок */
@media (max-width: 768px) {
    .form-group-wrap {
        flex-direction: column;
        align-items: stretch;
        /* Растягиваем и инпут и кнопку на всю ширину */
    }

    .input-block {
        max-width: 100%;
    }
}

/* --- TRAVEL GUIDES SECTION --- */
.sec-travel-guides {
    padding: 80px 16px;
    background-color: rgba(249, 249, 249, 1);
}

.gezObe-guides-list {
    margin: 20px 0;
    padding-left: 20px;
    counter-reset: item;
    list-style: none;
    margin: 0;
    padding: 0;
}

.gezObe-guides-list li {
    counter-increment: item;
    margin-bottom: 25px;
    font-family: Inter;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(39, 39, 39, 1);
    position: relative;
}

.gezObe-guides-list li::before {
    content: counter(item) ". ";
    font-family: Inter;
    font-weight: 700;
}

.gezObe-guides-list li strong {
    font-family: Inter;
    font-weight: 700;
    color: rgba(39, 39, 39, 1);
}

/* Блоки с фиолетовым фоном */
.gezObe-info-blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gezObe-blocks-row {
    display: flex;
    gap: 20px;
}

.gezObe-block-item {
    background: rgba(97, 66, 236, 0.1);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gezObe-block-item h2 {
    font-family: Inter;
    font-size: 20px;
    color: rgba(97, 66, 236, 1);
    text-transform: none;
    /* Как на макете */
    text-align: left;
}

.gezObe-block-item p {
    font-family: Inter;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(97, 66, 236, 1);
    /* Фиолетовый текст как на макете */
    text-align: left;
}

.gezObe-block-item a {
    color: rgba(97, 66, 236, 1);
    text-decoration: underline;
    font-weight: 700;
}

/* Ряд партнеров */
.gezObe-partners-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 60px;
}

/* Адаптив */
@media (max-width: 992px) {
    .gezObe-blocks-row {
        flex-direction: column;
    }

    .gezObe-partners-row {
        justify-content: center;
        gap: 30px;
    }
}

@media (max-width: 600px) {
    .gezObe-block-item {
        padding: 20px;
    }

    .title-o {
        font-size: 24px;
    }

    .ab-block2 {
        padding: 20px 10px;
    }
}



/* --- CONTACT FORM SECTION --- */
.sec-contact-form-page {
    padding: 80px 16px;
    background-color: #f9f9f9;
    text-align: center;
}

.contact-header-wrap {
    max-width: 900px;
    margin: 0 auto 50px;
}

.contact-header-wrap h1 {
    margin-bottom: 20px;
}

.main-contact-form {
    text-align: left;
}

.form-row-top {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.input-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-item label {
    font-family: Inter;
    font-size: 14px;
    color: #333;
}

.input-item input,
.input-item textarea {
    width: 100%;
    padding: 15px 20px;
    background-color: #EBEBEB;
    /* Серый фон как на макете */
    border: none;
    border-radius: 25px;
    /* Сильное скругление */
    font-family: Inter;
    font-size: 16px;
    color: #333;
    outline: none;
    box-sizing: border-box;
}

.input-item textarea {
    border-radius: 20px;
    resize: none;
}

.input-item input::placeholder,
.input-item textarea::placeholder {
    color: #999;
}

/* Чекбокс */
.form-checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 25px 0;
}

.form-checkbox-wrap label {
    font-family: Inter;
    font-size: 14px;
    color: #666;
}

/* Кнопка отправки (Фиолетовая) */
.btn-send-message {
    width: 100%;
    background-color: #6142ec;
    /* Ваш фирменный фиолетовый */
    color: #ffffff;
    border: none;
    padding: 18px;
    font-family: Inter;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.2s, opacity 0.3s;
}

.btn-send-message:hover {
    opacity: 0.9;
}

/* Сообщение об успехе */
.form-success-alert {
    display: none;
    margin-top: 20px;
    background-color: #e7f3e8;
    color: #2e7d32;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    font-family: Inter;
    border: 1px solid #c8e6c9;
}

.form-success-alert.visible {
    display: block;
    animation: fadeInForm 0.5s ease;
}

@keyframes fadeInForm {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Адаптив */
@media (max-width: 768px) {
    .form-row-top {
        flex-direction: column;
        gap: 25px;
    }

    .sec-contact-form-page {
        padding: 50px 16px;
    }
}


/* --- COOKIE POLICY PAGE STYLES --- */
.gezObe-policy-content {
    padding: 80px 16px;
    background-color: #f9f9f9;
}

.policy-text-wrap {
    text-align: left;
}

.policy-text-wrap h2 {
    font-family: Inter;
    font-size: 15px;
    color: #272727;
    margin-top: 40px;
    margin-bottom: 20px;
}

.policy-text-wrap p {
    font-family: Inter;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

.policy-text-wrap strong {
    font-family: Inter;
    color: #000;
}

.policy-list-bullets {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 25px;
}

.policy-list-bullets li {
    font-family: Inter;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
}

/* Адаптив */
@media (max-width: 768px) {
    .gezObe-policy-content h1 {
        font-size: 32px !important;
    }

    .policy-text-wrap h2 {
        font-size: 19px;
    }
}

/* --- CASINO SECTION NEW (gezObe) --- */
.gezObe-cas-list-sec {
    padding: 10px 16px;
}

.gezObe-cas-header h2 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    color: rgba(38, 64, 82, 1);
}

.gezObe-cas-header {
    margin-bottom: 16px;
    text-align: center;
}

.gezObe-cas-grid {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0;
}

/* Карточка */
.gezObe-cas-card {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(228, 226, 219, 1);
    border-radius: 10px;
    padding: 36px 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    transition: transform 0.3s ease;
    box-sizing: border-box;
}

.gezObe-cas-card:hover {
    transform: translateY(-5px);
}

/* Левая часть карточки */
.gezObe-cas-card-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.gezObe-cas-logo-wrap {
    max-width: 180px;
    height: 84px;
}


.gezObe-cas-logo-wrap img {
    max-width: 180px;
    height: 84px;
}

.gezObe-cas-rating {
    display: flex;
    gap: 4px;
    text-align: center;
}

.gezObe-rating-num {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
}

.gezObe-hearts {
    display: flex;
    gap: 4px;
}

.gezObe-hearts img {
    width: 16px;
}

/* Правая часть карточки */
.gezObe-cas-card-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    max-width: 175px;
}

.gezObe-cas-benefit {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
}

.gezObe-benefit-title {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    text-align: center;
    color: rgba(225, 133, 0, 1);
}

.gezObe-benefit-desc {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    text-align: center;
    color: rgba(0, 0, 0, 1);
}

.gezObe-cas-btn {
    background: linear-gradient(90deg, #F67800 0%, #FFA100 100%);
    color: rgba(0, 0, 0, 1);
    text-align: center;
    text-decoration: none;
    padding: 14px 16px;
    border-radius: 10px;
    font-family: Inter;
    font-weight: 900;
    font-style: Black;
    font-size: 16px;
}

.gezObe-cas-tc a {
    font-family: Inter;
    font-style: Semi Bold;
    font-size: 14px;
    color: rgba(0, 96, 20, 1);
    text-decoration: none;
    font-weight: 600;
    display: flex;
    gap: 5px;
}

.gezObe-cas-payments {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

/* Кнопка "Learn more" */
.gezObe-btn-more {
    display: inline-block;
    padding: 10px 20px;
    border: 2px solid rgba(38, 64, 82, 1);
    border-radius: 10px;
    color: rgba(38, 64, 82, 1);
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s;
}

.gezObe-btn-more:hover {
    background: #264052;
    color: #fff;
}

/* --- АДАПТИВ (Mobile) --- */
@media (max-width: 992px) {
    .gezObe-cas-grid {
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }

    .gezObe-cas-card {
        width: 100%;
        align-items: center;
        justify-content: center;
        max-width: 500px;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .gezObe-cas-card {
        padding: 36px 10px;
        gap: 3px;
    }

    .gezObe-cas-logo-wrap img {
        max-width: 142px;
        height: 84px;
    }

    .gezObe-cas-logo-wrap {
        max-width: 142px;
        height: 84px;
    }

    .gezObe-benefit-desc {
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 14px;
    }

    .gezObe-cas-btn {
        background: linear-gradient(90deg, #F67800 0%, #FFA100 100%);
        color: rgba(0, 0, 0, 1);
        text-align: center;
        text-decoration: none;
        padding: 14px 16px;
        border-radius: 10px;
        font-family: Inter;
        font-weight: 900;
        font-style: Black;
        font-size: 14px;
    }

    .gezObe-cas-tc a {
        font-family: Inter;
        font-style: Semi Bold;
        font-size: 12px;
        color: rgba(0, 96, 20, 1);
        text-decoration: none;
        font-weight: 600;
        display: flex;
        gap: 5px;
    }

    .gezObe-cas-card-left,
    .gezObe-cas-card-right {
        width: 100%;
    }

    .gezObe-benefit-title,
    .gezObe-benefit-desc,
    .gezObe-cas-tc a,
    .gezObe-cas-payments {
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 350px) {
    .gezObe-cas-card {
        padding: 36px 10px;
        gap: 3px;
        display: flex;
        flex-direction: column;
    }
}

/* --- NEW FOOTER (gezObe) --- */
.gezObe-main-footer {
    background-color: rgba(54, 42, 34, 1);
    backdrop-filter: blur(5px);
    /* Темно-коричневый фон */
    color: #ffffff;
    padding: 30px 12px;
    font-family: 'Inter', sans-serif;
}

/* Верхняя навигация */
.gezObe-foot-top-nav {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(78, 68, 61, 1);
}

.gezObe-ext-link {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    text-decoration: underline;
    color: rgba(250, 249, 240, 0.8);
    transition: opacity 0.3s;
    display: flex;
    align-items: center;
}

.gezObe-ext-link span {
    text-decoration: none;
    display: inline-block;
    margin-left: 5px;
}

.gezObe-ext-link:hover {
    opacity: 0.7;
}

/* Основной контент футера */
.gezObe-foot-content {
    display: flex;
    gap: 30px;
    margin-bottom: 20px;
}

.gezObe-foot-left {
    width: 100%;
    max-width: 605px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
}

.gezObe-foot-info-block {
    width: 100%;
    max-width: 605px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Значок 18+ */
.gezObe-18plus-badge {
    width: 60px;
    height: 60px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 22px;
    margin-bottom: 30px;
}

.gezObe-foot-info-block h2 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.gezObe-foot-info-block p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
}

/* Полоса логотипов */
.gezObe-foot-logos-bar {
    background: rgba(46, 36, 29, 1);
    border: 1px solid rgba(76, 76, 92, 1);
    border-radius: 25px;
    padding: 20px;
    margin-bottom: 20px;
    justify-content: center;
}

.gezObe-logos-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
}


/* Финальный текст */
.gezObe-foot-cookie-disclaimer {
    text-align: center;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}

.gezObe-logos-flex a {
    display: flex;
}

/* --- АДАПТИВНОСТЬ --- */
@media (max-width: 992px) {
    .gezObe-foot-content {
        flex-direction: column;
        gap: 30px;
    }

    .gezObe-foot-top-nav {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .gezObe-foot-top-nav {
        display: flex;
        justify-content: space-between;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .gezObe-main-footer {
        padding: 20px 12px;
    }

    .gezObe-foot-logos-bar {
        padding: 20px;
    }

    .gezObe-logos-flex {
        justify-content: center;
        gap: 15px 50px;
    }

    .gezObe-18plus-badge {
        margin: 0 auto 30px;
    }
}

/* --- СТИЛИ СЛАЙДЕРА ДЛЯ МОБИЛОК (gezObe) --- */

@media (max-width: 1120px) {

    /* 1. Секция What We Cover */
    .list-cover {
        flex-direction: row !important;
        /* Переключаем в ряд */
        overflow-x: auto;
        /* Включаем горизонтальный скролл */
        scroll-snap-type: x mandatory;
        /* Магнитный эффект при скролле */
        padding: 20px 16px !important;
        margin-left: -16px;
        /* Чтобы карточки уходили за край экрана */
        margin-right: -16px;
        scrollbar-width: none;
        /* Прячем полосу прокрутки в Firefox */
        -ms-overflow-style: none;
        /* Прячем в IE */
        gap: 16px !important;
    }

    .list-cover::-webkit-scrollbar {
        display: none;
        /* Прячем полосу прокрутки в Chrome/Safari */
    }

    .list-cover-item {
        flex: 0 0 280px;
        /* Ширина карточки на мобилке */
        scroll-snap-align: center;
        /* Центрируем карточку при остановке скролла */
        max-width: none !important;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
        /* Тень как на макете */
    }

    /* 2. Секция 6 best casino resorts (мир) */
    /* Таргетируем именно вторую сетку (мир) через родителя или специфичный класс */
    .hotel-card-mir {
        flex: 0 0 300px !important;
        /* Фиксируем ширину для слайда */
        scroll-snap-align: center;
        max-width: none !important;
    }

    /* Общие правки для контейнера сетки, чтобы она стала слайдером */
    .sec:has(.hotel-card-mir) .hotels-grid {
        flex-wrap: nowrap !important;
        /* Запрещаем перенос строк */
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        padding: 20px 16px !important;
        margin-left: -16px;
        margin-right: -16px;
        scrollbar-width: none;
        justify-content: flex-start !important;
    }

    .sec:has(.hotel-card-mir) .hotels-grid::-webkit-scrollbar {
        display: none;
    }
}

/* Дополнительно: чтобы карточки выглядели "легче" и как на скриншоте */
.list-cover-item span {
    display: block;
    margin-bottom: 10px;
}

.list-cover-item h2 {
    font-size: 18px !important;
    margin-bottom: 10px !important;
}

.list-cover-item p {
    font-size: 14px !important;
    line-height: 1.4 !important;
}

.gezObe-cas-logo-wrap a {
    display: flex;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


/* --- PROMO SECTION (gezObe-v2) --- */
.gezObe-v2-promo-sec {
    background-color: #FCF7D8;
    padding: 60px 16px;
}

.gezObe-v2-promo-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.gezObe-v2-promo-img img {
    width: 100%;
    height: auto;
}

.gezObe-v2-promo-text {
    max-width: 560px;
}

.gezObe-v2-promo-text h2 {
    font-family: Inter;
    font-weight: 800;
    font-style: Extra Bold;
    font-size: 35.2px;
    color: rgba(38, 64, 82, 1);
    margin-bottom: 12px;
}

.gezObe-v2-promo-text p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16.8px;
    color: rgba(38, 64, 82, 1);
    opacity: 0.8;
}

/* --- RANKING LIST SECTION (gezObe-v2) --- */
.gezObe-v2-ranking-sec {
    padding: 60px 16px;
}

.gezObe-v2-rank-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0px;
}

.container-cas-v2 {
    max-width: 967px;
    margin: 0 auto;
}

.gezObe-v2-rank-card {
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(228, 226, 219, 1);
    gap: 20px;
}

/* 1. Брендинг */
.gezObe-v2-brand-logo {
    width: 239px;
}

.gezObe-v2-brand-logo a {
    display: flex;
}

.gezObe-v2-brand-logo img {
    max-width: 239px;
    height: 112px;
}

.v2-rat {
    display: flex;
    gap: 4px;
    align-items: center;
}

.v2 img {
    width: 32px;
}

.v2-ben {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    padding-bottom: 10px;
}

.v2-ben-title {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 14px;
    color: rgba(225, 133, 0, 1);
}

.v2-ben-desc {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
}

.v2-pay {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: auto;
}

/* 2. Рейтинг */
.gezObe-v2-rank-score-box {
    text-align: center;
    width: 100%;
    max-width: 210px;
}

.gezObe-v2-score-num {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
}

.gezObe-v2-score-hearts {
    display: flex;
    gap: 3px;
    margin-top: 5px;
}

.gezObe-v2-score-hearts img {
    width: 16px;
}

/* 3. Оффер */
.gezObe-v2-rank-offer {
    text-align: center;
    max-width: 200px;
}

.gezObe-v2-offer-label {
    font-size: 13px;
    color: #F67800;
    font-weight: 700;
    text-transform: uppercase;
}

.gezObe-v2-offer-value {
    font-size: 18px;
    font-weight: 800;
    color: #1B1C22;
    line-height: 1.2;
}

/* 4. Платежки */
.gezObe-v2-rank-extra {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.gezObe-v2-pay-icons {
    display: flex;
    gap: 5px;
}

.gezObe-v2-pay-icons img {
    height: 18px;
    background: #f5f5f5;
    padding: 2px 5px;
    border-radius: 4px;
}

.gezObe-v2-more-tag {
    background-color: rgba(177, 213, 164, 1);
    font-family: Inter;
    font-style: Black;
    font-size: 16px;
    color: rgba(0, 96, 20, 1);
    padding: 14px 11px;
    border-radius: 10px;
    font-weight: 900;
}

/* 5. Кнопка */
.gezObe-v2-rank-action {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 200px;
}

.gezObe-v2-main-btn {
    width: 100%;
    background: linear-gradient(90deg, #F67800 0%, #FFA100 100%);
    color: #000;
    text-decoration: none;
    font-weight: 900;
    padding: 12px;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
}

.gezObe-v2-tc-link {
    font-size: 13px;
    color: #1A7B2B;
    text-decoration: none;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}

.v2-view {
    display: none;
}

/* --- АДАПТИВ (Mobile) --- */
@media (max-width: 1100px) {
    .gezObe-v2-rank-card {
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 25px;
    }
}

@media (max-width: 768px) {
    .v2-view {
        display: flex;
    }

    .gezObe-v2-rank-list {
        display: none;
    }

    .gezObe-v2-promo-flex {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .gezObe-v2-promo-sec {
        background-color: #FCF7D8;
        padding: 40px 16px;
    }

    .gezObe-v2-ranking-sec {
        padding: 20px 16px;
    }

    .gezObe-v2-rank-card {
        flex-direction: column;
        width: 100%;
        max-width: 450px;
        margin: 0 auto;
    }

    .gezObe-v2-rank-action,
    .gezObe-v2-rank-brand-box {
        display: flex;
        width: 100%;
        justify-content: center;
    }
}


/* --- CONTACT SECTION (gezObe) --- */
.gezObe-contact-container {
    max-width: 754px;
    margin: 0 auto;
}

.block-cont {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.gezObe-contact-form {
    margin-top: 30px;
}

.gezObe-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.gezObe-input-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}

.gezObe-input-group label {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    color: rgba(38, 64, 82, 1);
}

.gezObe-input-group input,
.gezObe-input-group textarea {
    width: 100%;
    padding: 14px 16px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    outline: none;
    box-sizing: border-box;
    border: none;
    transition: box-shadow 0.3s ease;
}

.gezObe-input-group input:focus,
.gezObe-input-group textarea:focus {
    box-shadow: 0 0 0 2px rgba(246, 120, 0, 0.2);
}

.gezObe-privacy-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.gezObe-privacy-wrap label {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    color: rgba(38, 64, 82, 1);
    cursor: pointer;
}

.gezObe-btn-wrap {
    text-align: center;
}

.gezObe-btn-submit {
    background: linear-gradient(90deg, #F67800 0%, #FFA100 100%);
    color: #000;
    font-family: 'Inter', sans-serif;
    font-weight: 900;
    font-size: 16px;
    padding: 15px 60px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.3s ease, opacity 0.3s;
}

.gezObe-btn-submit:hover {
    transform: scale(1.03);
    opacity: 0.9;
}

/* Стили сообщения об успехе */
.gezObe-success-alert {
    display: none;
    margin-top: 20px;
    padding: 15px;
    background-color: #d4edda;
    color: #155724;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    border: 1px solid #c3e6cb;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.gezObe-contact-sec {
    padding: 70px 16px;
}

/* Адаптив */
@media (max-width: 600px) {
    .gezObe-form-grid {
        grid-template-columns: 1fr;
    }

    .gezObe-btn-submit {
        width: 100%;
    }

    .gezObe-contact-sec {
        padding: 20px 16px;
    }
}

/* --- POLICY PAGES STYLES (gezObe) --- */
.gezObe-policy-page-sec {
    padding: 70px 16px;
    background-color: rgba(252, 247, 216, 1);
    /* Твой фон */
}

.left-align {
    text-align: left !important;
}

.gezObe-policy-date {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #264052;
    margin: 30px 0px;
}

.gezObe-policy-body h2 {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    color: #264052;
    margin-top: 10px;
    margin-bottom: 10px;
}

.gezObe-policy-body p {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    color: rgba(38, 64, 82, 1);
    text-align: justify;
    /* Делаем текст ровным блоком как на макете */
}

.gezObe-policy-body strong {
    font-weight: 800;
    color: #264052;
}

.gezObe-policy-body a {
    color: #264052;
    text-decoration: underline;
    font-weight: 700;
}

/* Адаптив для мобилок */
@media (max-width: 768px) {
    .gezObe-policy-page-sec {
        padding: 20px 16px;
    }

    .gezObe-policy-body h2 {
        font-size: 18px;
        margin-top: 30px;
    }

    .gezObe-policy-body p {
        font-size: 14px;
        text-align: left;
    }
}