/* Add here all your CSS customizations */

/* Cafe hero slider: different screen sizes on full, no empty dark band */
#home.cafe-hero-slider,
#home.cafe-hero-slider #rev_slider_467_1_wrapper,
#home.cafe-hero-slider #rev_slider_467_1 {
    min-height: clamp(420px, 72vh, 920px);
}

#home.cafe-hero-slider .rev-slidebg {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 991.98px) {
    #home.cafe-hero-slider,
    #home.cafe-hero-slider #rev_slider_467_1_wrapper,
    #home.cafe-hero-slider #rev_slider_467_1 {
        min-height: clamp(360px, 62vh, 620px);
    }
}

:root {
    --cafe-red: #ff1e1e;
    --cafe-red-dark: #bb1111;
    --cafe-bg: #07090d;
    --cafe-text: #f4f6f8;
}

body {
    background: var(--cafe-bg);
    color: var(--cafe-text);
    overflow-x: hidden;
}

.cafe-top-strip {
    background: rgba(5, 7, 10, 0.92);
    border-bottom: 1px solid rgba(255,255,255,0.16);
    font-size: 14px;
    line-height: 1;
}

.cafe-top-strip-inner {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255,255,255,0.92);
    font-weight: 600;
}

.cafe-top-lang {
    font-weight: 800;
}

.cafe-top-sep {
    opacity: 0.45;
}

#header .header-body {
    background: linear-gradient(180deg, rgba(5,7,10,0.9) 0%, rgba(5,7,10,0.65) 100%) !important;
    backdrop-filter: blur(6px);
}

#mainNav .nav-link {
    font-weight: 800;
    letter-spacing: 0.4px;
}

#mainNav .nav-link:hover,
#mainNav .nav-link.active {
    color: #fff !important;
}

.cafe-cta-btn {
    margin-bottom: 12px;
    background: linear-gradient(135deg, var(--cafe-red) 0%, #ff3030 100%);
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
    padding: 14px 28px;
    font-weight: 800;
    letter-spacing: 0.3px;
    box-shadow: 0 14px 26px rgba(255,30,30,0.28);
    transition: transform .25s ease, box-shadow .25s ease;
}

.cafe-cta-btn:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 18px 30px rgba(255,30,30,0.34);
}

#home.cafe-hero-slider {
    position: relative;
}

#home.cafe-hero-slider::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 3;
    background: radial-gradient(circle at 85% 30%, rgba(255,0,0,0.26) 0%, rgba(255,0,0,0) 48%),
                linear-gradient(90deg, rgba(3,4,8,0.75) 0%, rgba(3,4,8,0.2) 55%, rgba(3,4,8,0.55) 100%);
    pointer-events: none;
}

#home.cafe-hero-slider .tp-caption.NotGeneric-Title {
    z-index: 30 !important;
    font-weight: 900 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: clamp(28px, 5vw, 72px) !important;
    line-height: 1.1 !important;
    color: #ffffff !important;
    text-shadow: 0 8px 30px rgba(0,0,0,0.58) !important;
}

.tp-leftarrow,
.tp-rightarrow {
    background: rgba(255,255,255,0.25) !important;
    border: 1px solid rgba(255,255,255,0.35) !important;
}

@media (max-width: 991.98px) {
    .cafe-top-strip-inner {
        font-size: 12px;
        min-height: 40px;
        gap: 8px;
    }

    .cafe-cta-btn {
        display: none !important;
    }
}

/* Netland cafe redesign inspired by gaming-center references */
:root {
    --nl-bg: #05070b;
    --nl-bg-soft: #0b1018;
    --nl-panel: #111822;
    --nl-panel-2: #161e2b;
    --nl-text: #f6f8fb;
    --nl-muted: #9ca8b8;
    --nl-red: #e31b2f;
    --nl-red-soft: #ff3448;
    --nl-cyan: #20d7ff;
    --nl-green: #6ee36f;
    --nl-border: rgba(255, 255, 255, 0.12);
}

.netland-cafe-page {
    background: var(--nl-bg);
    color: var(--nl-text);
    font-family: "Montserrat", Arial, sans-serif;
}

.netland-cafe-page .body,
.netland-cafe-page .main {
    background: var(--nl-bg);
    overflow-x: hidden;
}

.cafe-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.cafe-header .cafe-top-strip {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
}

.cafe-header .cafe-top-strip,
.cafe-header .header-body {
    position: relative;
}

#header.header-effect-shrink .cafe-top-strip,
#header.header-effect-shrink .cafe-top-strip-inner,
#header.header-effect-shrink .header-body,
#header.header-effect-shrink .header-container {
    height: auto !important;
    min-height: unset !important;
}

.cafe-header .header-body {
    background: rgba(5, 7, 11, 0.88) !important;
    border-bottom: 1px solid var(--nl-border);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
    backdrop-filter: blur(14px);
}

.cafe-top-strip {
    background: #020305;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.cafe-top-strip-inner {
    min-height: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    font-weight: 700;
}

.cafe-top-social {
    margin-left: auto;
    display: inline-flex;
    gap: 14px;
}

.cafe-top-hours {
    color: #fff;
    background: linear-gradient(90deg, #ffffff 0%, #20d7ff 24%, #6ee36f 48%, #ffda55 70%, #ff3448 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 14px rgba(32, 215, 255, 0.18);
    font-weight: 900;
}

.cafe-top-social a,
.cafe-footer a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.cafe-top-social a[aria-label="Instagram"],
.cafe-footer-social a[aria-label="Instagram"] {
    display: inline-flex;
    width: 18px;
    height: 18px;
    align-items: center;
    justify-content: center;
}

.cafe-top-social a[aria-label="Instagram"] i,
.cafe-footer-social a[aria-label="Instagram"] i {
    background: radial-gradient(circle at 72% 25%, #ffda55 0 8%, transparent 9%),
                radial-gradient(circle at 30% 108%, #ffdd55 0 24%, #ff543f 42%, #c837ab 62%, #5851db 88%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 17px;
    line-height: 1;
    filter: drop-shadow(0 0 5px rgba(255, 84, 63, 0.32));
}

.cafe-footer-social a[aria-label="Instagram"],
.cafe-footer-social a[aria-label="Instagram"] i {
    width: 24px;
    height: 24px;
    font-size: 22px;
}

.cafe-top-social a:hover,
.cafe-footer a:hover {
    color: var(--nl-red-soft);
    transform: translateY(-1px);
}

.cafe-header #mainNav .nav-link {
    color: #d7b86a !important;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 30px 14px;
}

.cafe-brand-text {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    line-height: 1;
    text-decoration: none;
}

.cafe-brand-main,
.cafe-brand-sub {
    display: block;
    color: transparent;
    background: linear-gradient(90deg, #ffffff 0%, #20d7ff 28%, #6ee36f 52%, #ffda55 74%, #ff3448 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}

.cafe-brand-main {
    font-family: Georgia, "Times New Roman", serif;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: .03em;
    background: linear-gradient(105deg, #fff7c2 0%, #f7c94a 24%, #b77a14 46%, #ffe082 62%, #f2a91f 78%, #fff2a6 100%);
    background-size: 240% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 4px rgba(255, 214, 96, 0.55)) drop-shadow(0 0 12px rgba(191, 126, 18, 0.35));
    animation: cafeGoldShine 4.5s ease-in-out infinite;
}

.cafe-brand-sub {
    margin-top: 4px;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: .12em;
    background: linear-gradient(105deg, #fff7c2 0%, #f7c94a 24%, #b77a14 46%, #ffe082 62%, #f2a91f 78%, #fff2a6 100%);
    background-size: 240% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 3px rgba(255, 214, 96, 0.5)) drop-shadow(0 0 9px rgba(191, 126, 18, 0.32));
    animation: cafeGoldShine 4.5s ease-in-out infinite;
}

@keyframes cafeGoldShine {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.cafe-lang-en .cafe-header #mainNav .nav-link,
.cafe-lang-ru .cafe-header #mainNav .nav-link {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
}

.cafe-header #mainNav .nav-link:hover,
.cafe-header #mainNav .nav-link.active {
    color: #ffd978 !important;
}

.cafe-nav-action,
.cafe-btn {
    border-radius: 4px;
    font-weight: 900;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease, background .22s ease;
}

.cafe-nav-action {
    align-items: center;
    min-height: 42px;
    margin-left: 18px;
    padding: 0 20px;
    background: var(--nl-red);
    color: #fff;
    box-shadow: 0 12px 22px rgba(227, 27, 47, 0.22);
}

.cafe-nav-action:hover,
.cafe-nav-action.active,
.cafe-btn-primary:hover {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 16px 30px rgba(227, 27, 47, 0.32);
}

.cafe-btn {
    padding: 15px 24px;
    border: 1px solid transparent;
    white-space: normal;
    text-align: center;
    line-height: 1.25;
}

.cafe-btn-primary {
    background: linear-gradient(135deg, var(--nl-red), var(--nl-red-soft));
    color: #fff;
}

.cafe-btn-outline {
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
    background: rgba(255, 255, 255, 0.04);
}

.cafe-btn-outline:hover {
    border-color: var(--nl-cyan);
    color: #fff;
    background: rgba(32, 215, 255, 0.1);
}

.cafe-hero {
    position: relative;
    min-height: 100vh;
    padding: 185px 0 86px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-image:
        linear-gradient(90deg, rgba(5, 7, 11, 0.92) 0%, rgba(5, 7, 11, 0.65) 48%, rgba(5, 7, 11, 0.32) 100%),
        radial-gradient(circle at 76% 42%, rgba(227, 27, 47, 0.32), transparent 35%),
        var(--hero-image);
    background-size: cover;
    background-position: center;
}

.cafe-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(5, 7, 11, 0.96) 0%, rgba(5, 7, 11, 0.78) 46%, rgba(5, 7, 11, 0.48) 100%),
        radial-gradient(circle at 74% 42%, rgba(227, 27, 47, 0.24), transparent 36%);
    pointer-events: none;
}

.cafe-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 1;
    height: 180px;
    background: linear-gradient(180deg, transparent, var(--nl-bg));
    pointer-events: none;
}

.cafe-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr;
    gap: 34px;
    align-items: start;
}

.cafe-lang-en .cafe-hero-copy,
.cafe-lang-ru .cafe-hero-copy {
    max-width: min(760px, 100%);
    width: 100%;
}

.cafe-hero-copy {
    max-width: min(760px, 100%);
    width: 100%;
    min-width: 0;
    position: relative;
    z-index: 3;
}

.cafe-kicker {
    display: inline-flex;
    align-items: center;
    color: var(--nl-cyan);
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 18px;
}

.cafe-kicker::before {
    content: "";
    width: 34px;
    height: 2px;
    margin-right: 12px;
    background: var(--nl-red);
}

.cafe-hero h1,
.cafe-section-heading h2,
.cafe-split h2,
.cafe-equipment h2,
.cafe-food h2 {
    color: #fff;
    font-weight: 900;
    letter-spacing: 0;
}

.cafe-hero h1 {
    max-width: min(640px, 100%);
    margin: 0 0 18px;
    font-size: clamp(42px, 5.1vw, 72px);
    line-height: 1.04;
    overflow-wrap: anywhere;
}

.cafe-lang-en .cafe-hero h1,
.cafe-lang-ru .cafe-hero h1 {
    max-width: min(600px, 100%);
    font-size: clamp(34px, 4.2vw, 56px);
    line-height: 1.12;
    overflow-wrap: anywhere;
    word-break: normal;
}

.cafe-lang-ru .cafe-hero h1 {
    max-width: min(560px, 100%);
    font-size: clamp(30px, 3.8vw, 48px);
    line-height: 1.16;
}

.cafe-lang-en .cafe-hero p,
.cafe-lang-ru .cafe-hero p {
    max-width: min(600px, 100%);
}

.cafe-lang-ru .cafe-hero p {
    max-width: min(560px, 100%);
}

.cafe-lang-en .cafe-hero-video,
.cafe-lang-ru .cafe-hero-video {
    width: min(760px, 100%);
    min-height: 300px;
}

.cafe-lang-ru .cafe-hero-video {
    width: min(640px, 100%);
}

.cafe-lang-en .cafe-hero-video video,
.cafe-lang-ru .cafe-hero-video video {
    min-height: 300px;
}

.cafe-hero p {
    max-width: min(640px, 100%);
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 19px;
    line-height: 1.7;
}

.cafe-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.cafe-hero-panel {
    border: 1px solid var(--nl-border);
    background: linear-gradient(180deg, rgba(17, 24, 34, 0.88), rgba(10, 14, 20, 0.82));
    padding: 30px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
}

.cafe-hero-panel .panel-label,
.cafe-hero-panel span {
    display: block;
    color: var(--nl-muted);
}

.cafe-hero-panel .panel-label {
    color: var(--nl-green);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.cafe-hero-panel strong {
    display: block;
    color: #fff;
    font-size: 26px;
    line-height: 1.15;
    margin-bottom: 12px;
}

.cafe-hero-video {
    position: relative;
    overflow: hidden;
    width: min(760px, 100%);
    min-height: 300px;
    z-index: 1;
}

.cafe-hero-video::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    z-index: 2;
    height: 100%;
    background:
        linear-gradient(180deg, transparent 64%, rgba(5, 7, 11, 0.72)),
        linear-gradient(135deg, rgba(227, 27, 47, 0.18), rgba(32, 215, 255, 0.14));
    pointer-events: none;
}

.cafe-hero-video img,
.cafe-hero-video video {
    width: 100%;
    height: 100%;
    min-height: 300px;
    display: block;
    object-fit: cover;
    filter: saturate(1.12) contrast(1.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: #05070b;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.36);
}

.cafe-page-hero {
    position: relative;
    padding: 190px 0 96px;
    background-image:
        linear-gradient(90deg, rgba(5, 7, 11, 0.94), rgba(5, 7, 11, 0.68)),
        radial-gradient(circle at 80% 35%, rgba(227, 27, 47, 0.28), transparent 34%),
        var(--hero-image);
    background-size: cover;
    background-position: center;
    border-bottom: 1px solid var(--nl-border);
}

.cafe-page-hero h1 {
    max-width: 860px;
    margin: 0 0 18px;
    color: #fff;
    font-size: clamp(42px, 6vw, 86px);
    font-weight: 900;
    line-height: .96;
    letter-spacing: 0;
    overflow-wrap: anywhere;
}

.cafe-lang-en .cafe-page-hero h1,
.cafe-lang-ru .cafe-page-hero h1 {
    max-width: 960px;
    font-size: clamp(38px, 5vw, 72px);
    line-height: 1.05;
}

.cafe-page-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 19px;
    line-height: 1.7;
    overflow-wrap: anywhere;
}

.cafe-platforms {
    background: #080b10;
    border-top: 1px solid var(--nl-border);
    border-bottom: 1px solid var(--nl-border);
}

.cafe-platforms a {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    border-left: 1px solid var(--nl-border);
    transition: background .22s ease, color .22s ease;
    text-align: center;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.cafe-lang-en .cafe-platforms a,
.cafe-lang-ru .cafe-platforms a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 15px;
}

.cafe-platforms .col-sm-6:last-child a {
    border-right: 1px solid var(--nl-border);
}

.cafe-platforms a:hover {
    color: #fff;
    background: rgba(227, 27, 47, 0.18);
}

.cafe-visual-showcase {
    padding: 70px 0 34px;
    background: #080b10;
}

.cafe-media-stage {
    padding: 78px 0;
    background: var(--nl-bg);
    border-top: 1px solid var(--nl-border);
    border-bottom: 1px solid var(--nl-border);
}

.cafe-media-stage .cafe-section-heading {
    margin-bottom: 28px;
}

.cafe-media-carousel {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--nl-border);
    background: #05070b;
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.34);
}

.cafe-media-carousel .carousel-inner,
.cafe-media-carousel .carousel-item {
    height: clamp(360px, 52vw, 680px);
}

.cafe-media-carousel img,
.cafe-media-carousel video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    filter: saturate(1.08) contrast(1.06);
}

.cafe-media-carousel::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(180deg, rgba(5, 7, 11, 0.08), rgba(5, 7, 11, 0.18)),
        linear-gradient(135deg, rgba(227, 27, 47, 0.12), rgba(32, 215, 255, 0.08));
}

.cafe-media-carousel .carousel-indicators {
    bottom: 18px;
    z-index: 4;
}

.cafe-media-carousel .carousel-indicators li {
    width: 34px;
    height: 4px;
    border: 0;
    background: rgba(255, 255, 255, 0.38);
}

.cafe-media-carousel .carousel-indicators .active {
    background: var(--nl-cyan);
}

.cafe-media-carousel .carousel-control-prev,
.cafe-media-carousel .carousel-control-next {
    z-index: 4;
    width: 72px;
}

.cafe-visual-card {
    position: relative;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 30px;
    color: #fff;
    text-decoration: none;
    background-image:
        linear-gradient(180deg, rgba(5, 7, 11, 0.08), rgba(5, 7, 11, 0.86)),
        var(--card-image);
    background-size: cover;
    background-position: center;
    border: 1px solid var(--nl-border);
    transition: transform .24s ease, border-color .24s ease, filter .24s ease;
}

.cafe-visual-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(227, 27, 47, 0.18), rgba(32, 215, 255, 0.08));
    opacity: .72;
    pointer-events: none;
}

.cafe-visual-card:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-6px);
    border-color: rgba(227, 27, 47, 0.62);
    filter: saturate(1.08);
}

.cafe-visual-card span,
.cafe-visual-card strong {
    position: relative;
    z-index: 1;
    display: block;
}

.cafe-visual-card span {
    color: var(--nl-cyan);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cafe-visual-card strong {
    max-width: 290px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.08;
}

.cafe-motion-card {
    position: relative;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 30px;
    color: #fff;
    text-decoration: none;
    background: #05070b;
    border: 1px solid var(--nl-border);
    transition: transform .24s ease, border-color .24s ease, filter .24s ease;
}

.cafe-motion-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(180deg, rgba(5, 7, 11, 0.08), rgba(5, 7, 11, 0.88)),
        linear-gradient(135deg, rgba(227, 27, 47, 0.18), rgba(32, 215, 255, 0.08));
    pointer-events: none;
}

.cafe-motion-card img,
.cafe-motion-card video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(1.12) contrast(1.08);
}

.cafe-motion-card:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-6px);
    border-color: rgba(32, 215, 255, 0.62);
    filter: saturate(1.08);
}

.cafe-motion-card span,
.cafe-motion-card strong {
    position: relative;
    z-index: 2;
    display: block;
}

.cafe-motion-card span {
    color: var(--nl-cyan);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.cafe-motion-card strong {
    max-width: 290px;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.08;
}

.cafe-section,
.cafe-split,
.cafe-equipment,
.cafe-food,
.cafe-contact,
.cafe-reservation {
    padding: 92px 0;
}

.cafe-section-heading {
    max-width: 760px;
    margin-bottom: 44px;
}

.cafe-section-heading h2,
.cafe-split h2,
.cafe-equipment h2,
.cafe-food h2 {
    margin: 0 0 16px;
    font-size: clamp(34px, 4vw, 62px);
    line-height: 1;
    overflow-wrap: anywhere;
}

.cafe-lang-en .cafe-section-heading h2,
.cafe-lang-en .cafe-split h2,
.cafe-lang-en .cafe-equipment h2,
.cafe-lang-en .cafe-food h2,
.cafe-lang-ru .cafe-section-heading h2,
.cafe-lang-ru .cafe-split h2,
.cafe-lang-ru .cafe-equipment h2,
.cafe-lang-ru .cafe-food h2 {
    font-size: clamp(30px, 3.4vw, 52px);
    line-height: 1.08;
}

.cafe-section-heading p,
.cafe-split p,
.cafe-equipment p,
.cafe-food p {
    color: var(--nl-muted);
    font-size: 17px;
    line-height: 1.8;
}

.cafe-page-intro-media {
    position: relative;
    display: grid;
    grid-template-columns: minmax(280px, 42%) 1fr;
    gap: 28px;
    align-items: stretch;
    margin-bottom: 42px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid var(--nl-border);
}

.cafe-page-intro-media img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    display: block;
}

.cafe-page-intro-media div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 34px 34px 6px;
}

.cafe-page-intro-media span {
    color: var(--nl-cyan);
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.cafe-page-intro-media strong {
    max-width: 720px;
    color: #fff;
    font-size: clamp(24px, 3vw, 42px);
    font-weight: 900;
    line-height: 1.08;
    overflow-wrap: anywhere;
}

.cafe-lang-en .cafe-page-intro-media strong,
.cafe-lang-ru .cafe-page-intro-media strong {
    font-size: clamp(22px, 2.45vw, 34px);
    line-height: 1.18;
}

.cafe-tier {
    height: 100%;
    min-height: 360px;
    padding: 34px;
    background: linear-gradient(180deg, var(--nl-panel), #090d13);
    border: 1px solid var(--nl-border);
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.25);
}

.cafe-tier.is-featured {
    border-color: rgba(227, 27, 47, 0.55);
    background:
        linear-gradient(180deg, rgba(227, 27, 47, 0.14), transparent 60%),
        linear-gradient(180deg, var(--nl-panel-2), #090d13);
}

.cafe-tier span {
    display: inline-flex;
    color: var(--nl-cyan);
    font-weight: 900;
    margin-bottom: 28px;
}

.cafe-tier h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 16px;
    overflow-wrap: anywhere;
}

.cafe-lang-en .cafe-tier h3,
.cafe-lang-ru .cafe-tier h3 {
    font-size: 24px;
    line-height: 1.18;
}

.cafe-tier p,
.cafe-tier li {
    color: var(--nl-muted);
    overflow-wrap: anywhere;
}

.cafe-tier ul {
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.cafe-tier li {
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.cafe-link-card {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px;
    color: #fff;
    text-decoration: none;
    background: linear-gradient(180deg, var(--nl-panel), #090d13);
    border: 1px solid var(--nl-border);
    transition: transform .22s ease, border-color .22s ease, background .22s ease;
}

.cafe-link-card:hover {
    color: #fff;
    text-decoration: none;
    transform: translateY(-4px);
    border-color: rgba(227, 27, 47, 0.55);
    background:
        linear-gradient(180deg, rgba(227, 27, 47, 0.12), transparent 64%),
        linear-gradient(180deg, var(--nl-panel), #090d13);
}

.cafe-link-card i {
    color: var(--nl-cyan);
    font-size: 34px;
    margin-bottom: 24px;
}

.cafe-link-card strong,
.cafe-link-card span {
    display: block;
}

.cafe-link-card strong {
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 8px;
    overflow-wrap: anywhere;
}

.cafe-lang-en .cafe-link-card strong,
.cafe-lang-ru .cafe-link-card strong {
    font-size: 21px;
    line-height: 1.2;
}

.cafe-link-card span {
    color: var(--nl-muted);
    overflow-wrap: anywhere;
}

.cafe-split {
    background: #080b10;
}

.cafe-image-frame {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--nl-border);
    min-height: 430px;
}

.cafe-image-frame img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    display: block;
    filter: saturate(1.08) contrast(1.08);
}

.cafe-feature-list {
    display: grid;
    gap: 12px;
    margin: 28px 0 32px;
}

.cafe-feature-list span {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    font-weight: 800;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.cafe-feature-list i {
    color: var(--nl-green);
}

.cafe-event-card {
    display: grid;
    grid-template-columns: 1.1fr 1.5fr auto;
    gap: 28px;
    align-items: center;
    padding: 28px;
    margin-bottom: 14px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    border: 1px solid var(--nl-border);
}

.cafe-event-card strong,
.cafe-event-card span {
    display: block;
}

.cafe-event-card strong {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.cafe-event-card span {
    color: var(--nl-muted);
    margin-top: 6px;
}

.cafe-empty-state {
    padding: 34px;
    color: var(--nl-muted);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--nl-border);
}

.cafe-reservation {
    background:
        linear-gradient(90deg, rgba(5, 7, 11, 0.94), rgba(5, 7, 11, 0.72)),
        url("/images/cafe/ai-events.webp") center / cover;
}

.cafe-form {
    padding: 36px;
    border: 1px solid var(--nl-border);
    background: rgba(7, 10, 15, 0.86);
}

.cafe-form .form-control {
    min-height: 56px;
    color: #fff;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 4px;
}

.cafe-form textarea.form-control {
    min-height: 132px;
}

.cafe-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.52);
}

.cafe-form .form-control:focus {
    border-color: var(--nl-cyan);
    box-shadow: none;
}

.cafe-equipment {
    background: var(--nl-bg);
}

.cafe-spec-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.cafe-spec-grid span {
    min-height: 110px;
    display: flex;
    align-items: center;
    padding: 22px;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    line-height: 1.35;
    overflow-wrap: anywhere;
    background: var(--nl-panel);
    border: 1px solid var(--nl-border);
}

.cafe-lang-en .cafe-spec-grid span,
.cafe-lang-ru .cafe-spec-grid span {
    font-size: 14px;
    line-height: 1.42;
}

.cafe-food {
    background:
        linear-gradient(90deg, rgba(5, 7, 11, 0.94), rgba(5, 7, 11, 0.76)),
        url("/images/cafe/ai-service.webp") center / cover;
}

.cafe-food-card {
    min-height: 240px;
    display: grid;
    place-items: center;
    text-align: center;
    padding: 34px;
    border: 1px solid var(--nl-border);
    background: rgba(255, 255, 255, 0.08);
}

.cafe-food-card i {
    color: var(--nl-green);
    font-size: 44px;
}

.cafe-food-card strong,
.cafe-food-card span {
    display: block;
}

.cafe-food-card strong {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    overflow-wrap: anywhere;
}

.cafe-lang-en .cafe-food-card strong,
.cafe-lang-ru .cafe-food-card strong {
    font-size: 26px;
}

.cafe-food-card span {
    color: var(--nl-muted);
    overflow-wrap: anywhere;
}

.cafe-contact {
    background: #080b10;
}

.cafe-contact .cafe-section-heading {
    max-width: 940px;
}

.cafe-contact .cafe-section-heading h2 {
    max-width: 900px;
    font-size: clamp(22px, 2.1vw, 31px);
    line-height: 1.28;
}

.cafe-team {
    background: #080b10;
}

.cafe-team-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(130px, 1fr));
    gap: 16px;
}

.cafe-team-member {
    min-height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 22px 14px;
    text-align: center;
    background: linear-gradient(180deg, var(--nl-panel), #090d13);
    border: 1px solid var(--nl-border);
}

.cafe-team-icon {
    width: 76px;
    height: 76px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
}

.cafe-team-icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.cafe-team-member strong {
    color: #fff;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.25;
}

.cafe-map {
    overflow: hidden;
    border: 1px solid var(--nl-border);
    background: var(--nl-panel);
}

.cafe-footer {
    padding: 64px 0 28px;
    background: #020305;
    border-top: 1px solid var(--nl-border);
}

.cafe-footer-shell {
    align-items: flex-start;
}

.cafe-footer h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0 0 18px;
}

.cafe-footer-brand p {
    max-width: 320px;
    margin: 22px 0 0;
    color: var(--nl-muted);
    line-height: 1.7;
}

.cafe-footer-links {
    display: grid;
    gap: 8px;
}

.cafe-footer a {
    display: inline-flex;
    font-weight: 800;
}

.cafe-footer-links a {
    margin: 0;
}

.cafe-footer-hours {
    display: grid;
    gap: 10px;
    color: var(--nl-muted);
}

.cafe-footer-hours span,
.cafe-footer-hours strong {
    display: block;
}

.cafe-footer-hours strong {
    color: #fff;
    margin-top: 2px;
}

.cafe-footer-social {
    display: flex;
    gap: 16px;
    margin-top: 22px;
}

.cafe-footer i {
    font-size: 20px;
}

.cafe-footer-gallery {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.cafe-footer-gallery img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
    border: 1px solid var(--nl-border);
    filter: saturate(1.08) contrast(1.05);
}

.cafe-copyright {
    margin: 28px 0 0;
    color: rgba(255, 255, 255, 0.45);
    font-size: 13px;
}

@media (max-width: 991.98px) {
    .cafe-header {
        position: absolute;
    }

    .cafe-header #mainNav .nav-link {
        padding: 14px 18px;
    }

    .cafe-header .header-row {
        min-height: 92px;
        align-items: center;
    }

    .cafe-header .header-logo img {
        width: 150px;
        height: auto;
    }

    .header-btn-collapse-nav {
        width: 52px;
        height: 48px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: 12px !important;
    }

    .cafe-top-strip-inner {
        flex-wrap: wrap;
        min-height: auto;
        padding: 10px 0;
        line-height: 1.25;
    }

    .cafe-top-social {
        width: 100%;
        margin-left: 0;
    }

    .cafe-hero {
        min-height: auto;
        padding: 160px 0 70px;
    }

    .cafe-page-hero {
        padding: 172px 0 70px;
    }

    .cafe-page-hero h1 {
        font-size: clamp(40px, 10vw, 64px);
        line-height: .98;
        overflow-wrap: normal;
    }

    .cafe-page-hero p {
        max-width: 100%;
        font-size: 18px;
        line-height: 1.55;
    }

    .cafe-hero-inner {
        grid-template-columns: 1fr;
    }

    .cafe-hero-panel {
        max-width: 520px;
    }

    .cafe-event-card {
        grid-template-columns: 1fr;
    }

    .cafe-team-grid {
        grid-template-columns: repeat(3, minmax(130px, 1fr));
    }

    .cafe-page-intro-media {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .cafe-page-intro-media div {
        padding: 0 28px 30px;
    }

    .cafe-motion-card {
        min-height: 280px;
        aspect-ratio: 16 / 9;
        padding: 0;
    }

    .cafe-media-stage {
        padding: 64px 0;
    }

    .cafe-media-carousel .carousel-inner,
    .cafe-media-carousel .carousel-item {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .cafe-media-carousel .carousel-control-prev,
    .cafe-media-carousel .carousel-control-next {
        width: 54px;
    }

    .cafe-section,
    .cafe-split,
    .cafe-equipment,
    .cafe-food,
    .cafe-contact,
    .cafe-reservation {
        padding: 70px 0;
    }
}

@media (max-width: 575.98px) {
    .netland-cafe-page .container,
    .netland-cafe-page .container-lg,
    .netland-cafe-page .header-container {
        width: 100%;
        max-width: 100%;
        padding-left: 18px;
        padding-right: 18px;
    }

    .cafe-top-strip-inner {
        display: grid;
        grid-template-columns: auto auto 1fr;
        gap: 6px 10px;
        align-items: center;
        font-size: 12px;
    }

    .cafe-top-strip-inner > span:nth-child(3) {
        grid-column: 1 / -1;
        max-width: 260px;
        font-size: 13px;
        line-height: 1.25;
    }

    .cafe-top-social {
        grid-column: 1 / -1;
        width: auto;
        margin-left: 0;
        margin-top: 4px;
    }

    .cafe-header .header-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .cafe-header .header-row {
        min-height: 86px;
        display: flex;
        flex-wrap: nowrap;
    }

    .cafe-header .header-logo img {
        width: 150px;
        max-width: 48vw;
    }

    .cafe-header .header-column:first-child {
        min-width: 0;
        flex: 1 1 auto;
    }

    .cafe-header .header-column.justify-content-end {
        flex: 0 0 auto;
    }

    .header-btn-collapse-nav {
        width: 50px;
        height: 48px;
        padding: 0;
        margin-left: 8px !important;
    }

    .cafe-page-hero {
        padding: 206px 0 58px;
        min-height: auto;
        background-position: center;
    }

    .cafe-page-hero h1 {
        font-size: clamp(38px, 13vw, 52px);
        line-height: 1;
        margin-bottom: 18px;
    }

    .cafe-page-hero p {
        font-size: 18px;
        line-height: 1.55;
    }

    .cafe-kicker {
        font-size: 12px;
        margin-bottom: 16px;
    }

    .cafe-kicker::before {
        width: 42px;
    }

    .cafe-hero h1 {
        font-size: 46px;
    }

    .cafe-hero-actions,
    .cafe-hero-actions .btn,
    .cafe-reservation .btn {
        width: 100%;
    }

    .cafe-platforms a {
        min-height: 86px;
        border-right: 1px solid var(--nl-border);
    }

    .cafe-visual-card {
        min-height: 260px;
    }

    .cafe-visual-showcase {
        padding: 44px 0 18px;
    }

    .cafe-media-stage {
        padding: 48px 0;
    }

    .cafe-media-stage .cafe-section-heading {
        margin-bottom: 22px;
    }

    .cafe-media-stage .cafe-section-heading h2 {
        font-size: 30px;
        line-height: 1.08;
    }

    .cafe-media-carousel {
        margin-left: -2px;
        margin-right: -2px;
    }

    .cafe-media-carousel .carousel-indicators {
        bottom: 8px;
        margin-bottom: 0;
    }

    .cafe-media-carousel .carousel-indicators li {
        width: 22px;
        height: 3px;
    }

    .cafe-motion-card {
        width: 100%;
        min-height: auto;
        aspect-ratio: 16 / 9;
    }

    .cafe-motion-card::before {
        background: linear-gradient(180deg, rgba(5, 7, 11, 0.02), rgba(5, 7, 11, 0.12));
    }

    .cafe-page-intro-media {
        margin-bottom: 30px;
    }

    .cafe-page-intro-media img {
        min-height: 210px;
    }

    .cafe-page-intro-media div {
        padding: 22px;
    }

    .cafe-page-intro-media strong {
        font-size: 24px;
        line-height: 1.15;
    }

    .cafe-tier {
        min-height: auto;
        padding: 26px;
    }

    .cafe-tier h3 {
        font-size: 26px;
    }

    .cafe-spec-grid {
        grid-template-columns: 1fr;
    }

    .cafe-team-grid {
        grid-template-columns: 1fr;
    }

    .cafe-form {
        padding: 24px;
    }
}
