@font-face {
    font-family: Inter;
    font-display: swap;
    src: url('../soFka-fonts/soFka-inter.woff2') format("woff2");
}

/* Базовые стили */
* {
    box-sizing: border-box;
}

h1,
h2,
h3,
p {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #0B0B0B;
    color: #FFFFFF;
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

section {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
}

/* HEADER */
.soFka-header {
    background-color: #0B0B0B;
    padding: 16px 20px;
    border-bottom: 1px solid #FFFFFF;
}

.soFka-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.soFka-logo {
    display: flex;
    align-items: center;
}

.soFka-nav-list {
    display: flex;
    gap: 30px;
    align-items: center;
}

.soFka-nav-list li {
    padding: 10px;
}

.soFka-nav-link {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    transition: opacity 0.3s;
}

.soFka-nav-link:hover {
    opacity: 0.7;
}

/* SECTION 1: HERO */
.soFka-hero {
    position: relative;
    padding: 93px 0;
    text-align: center;
    background-image: linear-gradient(#00000066, #00000066), url('../soFka-img/soFka-hero.webp');
    background-size: cover;
    background-position: center;
}

.hero-block {
    display: flex;
    flex-direction: column;
    gap: 30px;
    text-align: center;
    align-items: center;
}

.soFka-hero h1 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 60px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}

.soFka-hero p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

.soFka-btn-red {
    display: inline-block;
    background: linear-gradient(180deg, #F81313 0%, #920000 100%);
    padding: 14px 20px;
    border-radius: 6px;
    width: 100%;
    max-width: 610px;
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    border: 1px solid #FFFFFF;
    transition: transform 0.2s;
}

.soFka-btn-red:hover {
    transform: scale(1.05);
}

/* SECTION 2: NOTICE BOX */
.soFka-notice-sec {
    padding: 100px 0;
}

.soFka-notice-box {
    background-color: #676244;
    /* Olive/Brown */
    border: 1px solid #FFFFFF;
    border-radius: 16px;
    padding: 40px 20px;
    text-align: center;
}

.soFka-notice-box h2 {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    line-height: 2;
    color: #fff;
    text-align: center;
}

/* SECTION 3: BEST PLACES */
.soFka-places-sec {
    padding: 0px 0;
    text-align: center;
}

.soFka-places-sec h2 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.soFka-cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.soFka-card {
    background: linear-gradient(180deg, #651100 0%, #470F03 100%);
    /* Deep mahogany */
    border-radius: 16px;
    overflow: hidden;
    text-align: left;
    border: 1px solid #FFFFFF;
    padding: 20px;
}

.soFka-card-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 20px;
}

.soFka-card h2 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    margin: 0;
    padding: 0;
}

.soFka-card p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.soFka-card img {
    width: 100%;
}



.cont-block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cont-block:not(:last-child) {
    padding-bottom: 20px;
}

.cont-block h2 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 16px;
    color: #fff;
}

.cont-block p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #fff;
}

/* SECTION 4: LOCATIONS/MAP */
.soFka-map-sec {
    padding: 100px 0;
    text-align: center;
}

.map-blok img {
    width: 100%;
}

.soFka-map-sec h2 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 30px;
}

.soFka-map-sec p {
    max-width: 1040px;
    margin: 0 auto 20px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    color: #fff;
    text-align: center;
}

/* SECTION 5: ABOUT */
.soFka-about-sec {
    padding: 100px 0;
}

.soFka-about-gallery img {
    width: 100%;
}

.soFka-about-flex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.soFka-about-text {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    max-width: 610px;
}

.soFka-about-text h2 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    color: #ffffff;
    text-transform: capitalize;
}

.soFka-about-text p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    color: #fff;
}

/* FOOTER */
.soFka-footer {
    background: linear-gradient(180deg, #651100 0%, #470F03 100%);
    padding: 40px 20px;
    color: #FFFFFF;
}

.block-18 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 30px;
    justify-content: flex-start;
    align-items: flex-start;
}

.soFka-footer-top {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-bottom: 40px;
}

.soFka-footer-main {
    flex: 2;
    min-width: 300px;
}

.soFka-footer-col {
    width: 100%;
    max-width: 610px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.soFka-age-badge {
    width: 50px;
    height: 50px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin: 20px 0;
}

.soFka-footer h2 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    color: #fff;
    text-transform: capitalize;
}

.soFka-footer p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #fff;
}

.list-rules {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.soFka-footer-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    flex-direction: column;
}

.soFka-footer-nav ul {
    display: flex;
    gap: 40px;
}

.soFka-footer-nav a {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #fff;
    text-decoration: underline;
}

.soFka-copyright {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: #fff;
}

@media (max-width: 992px) {

    .soFka-cards-grid,
    .soFka-about-flex {
        grid-template-columns: 1fr;
        flex-direction: column;
    }

    .soFka-hero h1 {
        font-size: 36px;
    }
}


/* Стили хедера для корректного позиционирования */
.soFka-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 100;
}

/* Стили кнопки бургера */
.soFka-burger {
    display: none;
    /* Скрыт на десктопе */
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 20px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 101;
}

.soFka-burger span {
    width: 100%;
    height: 3px;
    background-color: #FFFFFF;
    transition: all 0.3s ease;
}

/* Мобильные стили (Бургер появляется на 768px) */
@media (max-width: 768px) {
    .soFka-burger {
        display: flex;
    }

    .soFka-nav {
        position: fixed;
        top: 0;
        left: -100%;
        /* Скрыто за экраном слева */
        width: 100%;
        height: 100vh;
        background-color: #000000;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: left 0.4s ease;
        z-index: 100;
    }

    .soFka-nav.active {
        left: 0;
        /* Появление при активации */
    }

    .soFka-nav-list {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .soFka-nav-link {
        font-family: 'Inter', sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #FFFFFF;
    }

    /* Анимация крестика для бургера */
    .soFka-burger.active span:nth-child(1) {
        transform: translateY(8.5px) rotate(45deg);
    }

    .soFka-burger.active span:nth-child(2) {
        opacity: 0;
    }

    .soFka-burger.active span:nth-child(3) {
        transform: translateY(-8.5px) rotate(-45deg);
    }

    /* Чтобы сайт не скроллился при открытом меню */
    body.no-scroll {
        overflow: hidden;
    }
}


/* --- НОВЫЕ ЭФФЕКТЫ --- */

/* 1. Анимация появления при скролле (Reveal) */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s ease-out;
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

/* 2. Эффект перелива для кнопки (Shimmer) */
.soFka-btn-red {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.soFka-btn-red::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: rotate(30deg);
    animation: shimmer-effect 4s infinite;
    z-index: -1;
}

@keyframes shimmer-effect {
    0% {
        left: -60%;
    }

    20% {
        left: 120%;
    }

    100% {
        left: 120%;
    }
}

/* 3. Улучшенные эффекты для карточек */
.soFka-card {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.soFka-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(255, 0, 0, 0.2);
    border-color: #F81313;
}

/* Плавный эффект для логотипа и ссылок */
.soFka-logo img {
    transition: filter 0.3s ease;
}

.soFka-logo:hover img {
    filter: drop-shadow(0 0 5px #F81313);
}

/* Эффект для блоков с адресом при наведении */
.cont-block {
    transition: background 0.3s ease;
    border-radius: 8px;
}

.cont-block:hover {
    background: rgba(255, 255, 255, 0.05);
}

.map-mob {
    display: none;
}

@media (max-width: 600px) {
    .list-rules {
        display: grid;
        grid-template-columns: none;
        gap: 20px;
    }

    .soFka-footer-nav ul {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .soFka-hero {
        padding: 30px 0px;
    }

    .hero-block {
        gap: 20px;
    }

    .soFka-hero h1 {
        font-size: 26px;
    }

    .soFka-hero p {
        font-size: 14px;
    }

    .soFka-btn-red {
        font-size: 14px;
    }

    .soFka-notice-sec {
        padding: 40px 0;
    }

    .soFka-notice-box {
        background-color: #676244;
        border: 1px solid #FFFFFF;
        border-radius: 16px;
        padding: 20px;
        text-align: center;
    }

    .soFka-notice-box h2 {
        font-size: 14px;
    }

    .soFka-places-sec h2 {
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 22px;
        color: #fff;
        text-align: center;
        text-transform: capitalize;
        margin-bottom: 20px;
    }

    .soFka-card h2 {
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 18px;
        color: #fff;
        text-align: left;
        text-transform: capitalize;
        margin: 0;
        padding: 0;
    }

    .soFka-card p {
        font-family: Inter;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
    }

    .cont-block h2 {
        font-size: 14px;
    }

    .soFka-map-sec {
        padding: 40px 0;
        text-align: center;
    }

    .soFka-map-sec h2 {
        font-family: Inter;
        font-weight: 600;
        font-style: Semi Bold;
        font-size: 22px;
        text-align: center;
        text-transform: capitalize;
        padding-bottom: 20px;
    }

    .soFka-map-sec p {
        font-size: 14px;
        margin: auto 0 10px;
    }

    .map {
        display: none;
    }

    .map-mob {
        display: flex;
    }

    .soFka-about-sec {
        padding: 40px 0;
    }

    .soFka-about-text h2 {
        font-size: 22px;
    }

    .soFka-about-text {
        gap: 20px;
    }

    .soFka-about-text p {
        font-size: 14px;
    }

    .soFka-footer {
        background: linear-gradient(180deg, #651100 0%, #470F03 100%);
        padding: 20px 20px;
        color: #FFFFFF;
    }

    .block-18 {
        padding-top: 20px;
    }

    .soFka-footer-top {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding-bottom: 30px;
    }

    .soFka-footer p {
        font-size: 12px;
    }

    .soFka-footer h2 {
        font-size: 16px;
    }

    .soFka-footer-nav a {
        font-size: 12px;
    }

    .soFka-copyright {
        font-size: 12px;
    }
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* SECTION: CONTACT US */
.soFka-contact-page {
    padding: 100px 0;
    background-color: #0B0B0B;
}

.soFka-contact-page h1 {
    font-family: Inter;
    font-weight: 600;
    font-style: Semi Bold;
    font-size: 30px;
    color: #fff;
    margin-bottom: 30px;
}

.soFka-contact-desc {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    color: #fff;
    padding-bottom: 20px;
}

.soFka-contact-email a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px;
}

.soFka-contact-grid {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.soFka-contact-img {
    flex: 1;
}

.soFka-contact-img img {
    width: 100%;
}

.soFka-form {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.soFka-input-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.soFka-input-group label {
    font-family: Inter;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    color: #fff;
}

.soFka-input-group input,
.soFka-input-group textarea {
    width: 100%;
    background: #FFFFFF;
    border: none;
    border-radius: 6px;
    padding: 0px 10px;
    height: 47px;
    color: #000000;
}

.soFka-input-group textarea {
    height: 80px;
    resize: none;
}

/* Кнопка отправки */
.soFka-form .soFka-btn-red {
    max-width: 100%;
    margin-top: 10px;
    cursor: pointer;
}

/* Сообщение об успехе */
.soFka-success-msg {
    display: none;
    background-color: rgba(0, 255, 0, 0.1);
    border: 1px solid #00FF00;
    color: #00FF00;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    margin-top: 15px;
}

@media (max-width: 992px) {
    .soFka-contact-grid {
        flex-direction: column;
    }

    .soFka-contact-page {
        padding: 40px 0;
        background-color: #0B0B0B;
    }

    .soFka-form {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .soFka-contact-page h1 {
        font-size: 22px;
    }

    .soFka-contact-desc {
        font-size: 14px;
    }

    .soFka-contact-email a {
        font-size: 14px;
    }

    .soFka-input-group label {
        font-size: 14px;
    }

    .soFka-form .soFka-btn-red {
        margin-top: 0px;
    }
}





/* СТИЛИ ДЛЯ СТРАНИЦЫ ПОЛИТИКИ */
.soFka-policy-sec {
    background-color: #0B0B0B;
    color: #FFFFFF;
    padding: 80px 20px;
    min-height: 100vh;
}

.soFka-policy-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 0px;
}

.soFka-policy-title {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 30px;
    color: #FFFFFF;
}

.soFka-policy-update {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

.soFka-policy-content h2 {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    margin: 10px 0 10px;
    color: #FFFFFF;
}

.soFka-policy-content p {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #FFFFFF;
}

.soFka-policy-list {
    margin-bottom: 10px;
    padding-left: 10px;
}

.soFka-policy-list li {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0px;
    list-style-type: disc;
}

.soFka-policy-email {
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: 600;
}

@media (max-width: 768px) {
    .soFka-policy-title {
        font-size: 24px;
        padding-bottom: 20px;
    }

    .soFka-policy-sec {
        padding: 40px 20px;
    }
}