@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@600;700&family=Exo+2:wght@400;500;600;700&display=swap');

:root {
    --fx-night: #070b12;
    --fx-panel: #121a26;
    --fx-panel-2: #182233;
    --fx-gold: #f0c15a;
    --fx-gold-deep: #d4a017;
    --fx-ember: #ff7a3d;
    --fx-mana: #3ecfbf;
    --fx-text: #eef3f8;
    --fx-muted: #9aabbd;
    --fx-line: rgba(240, 193, 90, 0.22);
    --fx-font-display: 'Cinzel', Georgia, serif;
    --fx-font-body: 'Exo 2', 'Segoe UI', sans-serif;
    --fx-ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ===== Base — always readable ===== */
body#mainBox.fx-theme,
body.fx-theme.creamBg {
    background: var(--fx-night) !important;
    color: var(--fx-text);
    font-family: var(--fx-font-body);
    font-size: 20px !important;
    line-height: 1.7;
    overflow-x: hidden;
}

.fx-theme a {
    color: var(--fx-gold);
    transition: color 0.25s var(--fx-ease), text-shadow 0.25s var(--fx-ease);
}

.fx-theme a:hover {
    color: #fff;
    text-shadow: 0 0 12px rgba(240, 193, 90, 0.45);
}

.fx-spark-canvas {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 3;
    opacity: 0.55;
}

/* ===== Header ===== */
.fx-theme .header-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: transparent;
    border: 0;
    transition: background 0.35s var(--fx-ease), box-shadow 0.35s var(--fx-ease);
}

.fx-theme .header-block.is-scrolled,
.fx-theme .header-block.headClr {
    background: rgba(7, 11, 18, 0.92);
    box-shadow: 0 1px 0 var(--fx-line), 0 12px 40px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.fx-theme .header-block .navbar-default {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    margin: 0;
}

.fx-theme .menuBar {
    padding: 0 20px;
}

.fx-theme .navbar-brand > img {
    max-height: 54px;
    width: auto;
    filter: drop-shadow(0 0 14px rgba(240, 193, 90, 0.35));
}

.fx-theme .header-block .menuBar ul li a,
.fx-theme .main-menu .navbar-default .navbar-nav > li > a {
    font-family: var(--fx-font-body);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(238, 243, 248, 0.82) !important;
    margin: 0 4px;
    padding: 26px 8px !important;
    border: 0 !important;
    background: transparent !important;
}

.fx-theme .header-block .menuBar ul li a::before,
.fx-theme .header-block .menuBar ul li a::after {
    display: none !important;
}

.fx-theme .header-block .menuBar ul li a:hover,
.fx-theme .header-block .menuBar ul li.active a {
    color: var(--fx-gold) !important;
    text-shadow: 0 0 18px rgba(240, 193, 90, 0.55);
}

.fx-theme .navbar-default .navbar-toggle .icon-bar {
    background: var(--fx-gold);
}

.fx-theme .navbar-collapse.in,
.fx-theme .navbar-collapse.collapsing {
    background: rgba(7, 11, 18, 0.96);
    margin: 0 -15px;
    padding-bottom: 16px;
}

/* Language switcher — always visible circular buttons */
.fx-theme .fx-lang {
    position: absolute;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    z-index: 40;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 8px;
    border-radius: 999px;
    background: rgba(7, 11, 18, 0.55);
    border: 1px solid rgba(240, 193, 90, 0.28);
    box-shadow:
        0 0 20px rgba(240, 193, 90, 0.12),
        0 8px 24px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.fx-theme .header-block .navbar-default > .container-fluid {
    position: relative;
}

.fx-theme .fx-lang-btn {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    border: 2px solid rgba(240, 193, 90, 0.45);
    background:
        radial-gradient(circle at 35% 30%, rgba(255, 255, 255, 0.18), transparent 55%),
        rgba(18, 26, 38, 0.95);
    box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.35) inset,
        0 0 12px rgba(240, 193, 90, 0.15);
    overflow: visible;
    text-decoration: none !important;
    transition: transform 0.2s var(--fx-ease), border-color 0.2s var(--fx-ease), box-shadow 0.2s var(--fx-ease);
}

.fx-theme .fx-lang-btn:hover,
.fx-theme .fx-lang-btn:focus {
    transform: translateY(-2px) scale(1.06);
    border-color: var(--fx-gold);
    box-shadow:
        0 0 0 1px rgba(240, 193, 90, 0.35) inset,
        0 0 18px rgba(240, 193, 90, 0.45);
    color: #fff !important;
    text-shadow: none;
}

.fx-theme .fx-lang-btn.is-active {
    border-color: var(--fx-gold);
    box-shadow:
        0 0 0 2px rgba(240, 193, 90, 0.35),
        0 0 22px rgba(240, 193, 90, 0.55);
}

.fx-theme .fx-lang-flag {
    position: absolute;
    inset: 3px;
    border-radius: 50%;
    overflow: hidden;
}

.fx-theme .fx-lang-flag img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: 0;
    border-radius: 50%;
}

.fx-theme .fx-lang-code {
    position: absolute;
    left: 50%;
    bottom: -6px;
    transform: translateX(-50%);
    min-width: 28px;
    padding: 1px 5px;
    border-radius: 8px;
    font-family: var(--fx-font-body);
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 1.2;
    color: #1a1208;
    background: linear-gradient(135deg, var(--fx-gold), var(--fx-ember));
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    pointer-events: none;
    z-index: 2;
}

.fx-theme .fx-lang-btn.is-active .fx-lang-code {
    box-shadow: 0 0 10px rgba(240, 193, 90, 0.55);
}

.fx-theme .navbar-collapse {
    margin-right: 240px;
}

/* ===== Hero ===== */
.fx-theme .banner {
    position: relative;
    min-height: 100vh;
    height: 100vh;
    background: none !important;
    overflow: hidden;
    display: block;
}

.fx-theme .fx-hero-bg {
    position: absolute;
    inset: 0;
    background: url('../images/placeholders/hero.jpg') center/cover no-repeat;
    transform: scale(1.08);
    animation: fxKen 22s ease-in-out infinite alternate;
    will-change: transform;
}

.fx-theme .fx-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(7, 11, 18, 0.82) 0%, rgba(7, 11, 18, 0.55) 42%, rgba(7, 11, 18, 0.28) 68%, rgba(7, 11, 18, 0.45) 100%),
        radial-gradient(ellipse at 55% 45%, rgba(7, 11, 18, 0.35), transparent 50%),
        linear-gradient(180deg, rgba(7, 11, 18, 0.4) 0%, rgba(7, 11, 18, 0.55) 50%, rgba(7, 11, 18, 0.94) 100%);
}

@keyframes fxKen {
    from { transform: scale(1.05) translate(0, 0); }
    to { transform: scale(1.14) translate(-1.5%, 1%); }
}

.fx-theme .banner .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
    padding-top: 72px;
}

.fx-theme .banner-text,
.fx-theme .banner-cell {
    display: block !important;
    height: auto !important;
    text-align: left;
    max-width: 760px;
    color: #fff;
}

.fx-theme .fx-brand {
    margin: 0 0 14px;
    font-family: var(--fx-font-display);
    font-weight: 700;
    font-size: clamp(3rem, 9vw, 5.8rem);
    line-height: 0.95;
    letter-spacing: 0.06em;
    color: #fff6d5;
    text-shadow:
        0 0 1px rgba(0, 0, 0, 1),
        0 2px 0 rgba(0, 0, 0, 0.95),
        0 4px 8px rgba(0, 0, 0, 0.9),
        0 10px 28px rgba(0, 0, 0, 0.85),
        0 0 40px rgba(0, 0, 0, 0.55);
}

.fx-theme .fx-brand span {
    color: #fff6d5;
    background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: #fff6d5;
    text-shadow:
        0 0 1px rgba(0, 0, 0, 1),
        0 2px 0 rgba(0, 0, 0, 0.95),
        0 4px 10px rgba(0, 0, 0, 0.9),
        0 12px 32px rgba(0, 0, 0, 0.8),
        0 0 24px rgba(255, 220, 120, 0.35);
}

.fx-theme .fx-tagline {
    margin: 0 0 14px;
    font-size: clamp(1.05rem, 2.2vw, 1.4rem);
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: #fff;
    text-shadow:
        0 1px 0 rgba(0, 0, 0, 0.95),
        0 2px 10px rgba(0, 0, 0, 0.9),
        0 0 18px rgba(0, 0, 0, 0.7);
}

.fx-theme .fx-lead {
    margin: 0 0 28px;
    max-width: 28em;
    font-size: 1.35rem;
    line-height: 1.65;
    color: #fff;
    font-weight: 500;
    text-shadow:
        0 1px 0 rgba(0, 0, 0, 0.9),
        0 2px 12px rgba(0, 0, 0, 0.85);
}

.fx-theme .fx-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.fx-theme .fx-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 200px;
    padding: 16px 28px;
    font-family: var(--fx-font-body);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #1a1208 !important;
    background: linear-gradient(135deg, #ffe08a 0%, #f0c15a 40%, #ff7a3d 100%);
    border: 2px solid rgba(255, 255, 255, 0.55);
    border-radius: 4px;
    box-shadow:
        0 0 0 2px rgba(0, 0, 0, 0.55),
        0 8px 0 rgba(0, 0, 0, 0.35),
        0 14px 28px rgba(0, 0, 0, 0.55),
        0 0 32px rgba(255, 200, 80, 0.35);
    position: relative;
    overflow: hidden;
    transition: transform 0.25s var(--fx-ease), box-shadow 0.25s var(--fx-ease);
    z-index: 1;
}

.fx-theme .fx-btn:before,
.fx-theme .fx-btn:after {
    display: none !important;
}

.fx-theme .fx-btn:hover {
    color: #1a1208 !important;
    transform: translateY(-2px) scale(1.02);
    box-shadow:
        0 0 0 2px rgba(0, 0, 0, 0.55),
        0 10px 0 rgba(0, 0, 0, 0.35),
        0 18px 34px rgba(0, 0, 0, 0.6),
        0 0 40px rgba(255, 180, 60, 0.45);
}

.fx-theme .fx-btn-ghost {
    background: transparent;
    color: var(--fx-text) !important;
    border: 1px solid rgba(240, 193, 90, 0.45);
    box-shadow: 0 0 20px rgba(62, 207, 191, 0.12);
}

.fx-theme .fx-btn-ghost:hover {
    color: var(--fx-gold) !important;
    border-color: var(--fx-gold);
    background: rgba(240, 193, 90, 0.08);
}

.fx-theme .fx-btn-soft {
    color: #1a1208 !important;
    background: linear-gradient(135deg, #d4b56a 0%, #b8893a 45%, #c45e2e 100%);
    border: 2px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        0 0 0 2px rgba(0, 0, 0, 0.55),
        0 8px 0 rgba(0, 0, 0, 0.35),
        0 14px 28px rgba(0, 0, 0, 0.55),
        0 0 20px rgba(240, 193, 90, 0.18);
    text-shadow: none;
}

.fx-theme .fx-btn-soft:hover {
    color: #1a1208 !important;
    transform: translateY(-2px) scale(1.02);
    background: linear-gradient(135deg, #e0c278 0%, #c99a48 45%, #d06a36 100%);
    box-shadow:
        0 0 0 2px rgba(0, 0, 0, 0.55),
        0 10px 0 rgba(0, 0, 0, 0.35),
        0 18px 34px rgba(0, 0, 0, 0.6),
        0 0 28px rgba(240, 193, 90, 0.28);
}

.fx-theme .orange-btn {
    /* map old class if any leftover */
}

.fx-theme .banner .side-img,
.fx-theme .block-title .side-img,
.fx-theme .footer-title .side-img {
    display: none !important;
}

/* ===== Sections ===== */
.fx-theme .pad-top-100 { padding-top: 96px; }
.fx-theme .pad-bottom-100 { padding-bottom: 96px; }
.fx-theme .mar-top-180 { margin-top: 0 !important; }

.fx-theme .block-title,
.fx-theme .footer-title {
    font-family: var(--fx-font-display);
    font-weight: 600;
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    letter-spacing: 0.05em;
    color: var(--fx-gold) !important;
    text-shadow: 0 0 24px rgba(240, 193, 90, 0.25);
    margin-bottom: 14px;
}

.fx-theme .title-caption {
    color: rgba(220, 230, 240, 0.92) !important;
    font-size: 1.3rem !important;
    line-height: 1.75 !important;
    max-width: 46rem;
    margin: 0 auto 36px;
    font-weight: 400;
}

.fx-theme .fx-section-head {
    text-align: center;
    margin-bottom: 8px;
}

.fx-theme .fx-section-ornament {
    display: inline-block;
    width: 72px;
    height: 3px;
    margin: 0 auto 18px;
    background: linear-gradient(90deg, transparent, var(--fx-gold), transparent);
    box-shadow: 0 0 12px rgba(240, 193, 90, 0.6);
}

/* Buy */
.fx-theme .about-block {
    position: relative;
    background:
        radial-gradient(ellipse at 0% 50%, rgba(240, 193, 90, 0.08), transparent 50%),
        linear-gradient(180deg, #0b111a 0%, #101826 100%);
}

.fx-theme .about-block h3 {
    font-family: var(--fx-font-body);
    font-weight: 700;
    font-size: 1.05rem !important;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--fx-mana) !important;
    padding: 0 0 16px !important;
    text-shadow: 0 0 16px rgba(62, 207, 191, 0.35);
}

.fx-theme .about-block p {
    color: rgba(220, 230, 240, 0.9) !important;
    font-size: 1.25rem !important;
    line-height: 1.85 !important;
}

.fx-theme .fx-paypal {
    margin: 28px 0 14px;
    padding: 18px 22px;
    border: 1px solid rgba(240, 193, 90, 0.45);
    border-radius: 8px;
    background:
        radial-gradient(ellipse at 20% 0%, rgba(240, 193, 90, 0.18), transparent 55%),
        rgba(24, 34, 51, 0.75);
    box-shadow:
        0 0 24px rgba(240, 193, 90, 0.2),
        inset 0 0 20px rgba(240, 193, 90, 0.06);
    text-align: center;
}

.fx-theme .fx-paypal-label {
    display: block;
    margin-bottom: 10px;
    font-family: var(--fx-font-body);
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.32em;
    text-transform: uppercase;
    color: #fff !important;
    text-shadow:
        0 1px 0 rgba(0, 0, 0, 0.85),
        0 0 16px rgba(240, 193, 90, 0.45);
}

.fx-theme .fx-paypal-mail {
    display: inline-block;
    font-family: var(--fx-font-display);
    font-size: clamp(1.55rem, 3.2vw, 2.15rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    line-height: 1.25;
    color: var(--fx-gold) !important;
    text-shadow: 0 0 22px rgba(240, 193, 90, 0.45);
    word-break: break-all;
}

.fx-theme .fx-paypal-note {
    margin-top: 10px !important;
    text-align: center;
    color: rgba(238, 243, 248, 0.95) !important;
}

.fx-theme .about-block .block-title {
    text-align: left;
    color: #fff !important;
}

.fx-theme .fx-donate-frame {
    position: relative;
    padding: 16px;
    background:
        radial-gradient(ellipse at 50% 40%, rgba(255, 196, 70, 0.22), transparent 55%),
        radial-gradient(ellipse at 50% 100%, rgba(255, 122, 61, 0.16), transparent 50%),
        linear-gradient(145deg, rgba(240, 193, 90, 0.2), rgba(18, 26, 38, 0.85));
    border: 1px solid rgba(240, 193, 90, 0.45);
    border-radius: 10px;
    box-shadow:
        0 0 28px rgba(240, 193, 90, 0.35),
        0 0 60px rgba(255, 122, 61, 0.22),
        0 0 90px rgba(240, 193, 90, 0.12),
        0 20px 50px rgba(0, 0, 0, 0.45),
        inset 0 0 40px rgba(240, 193, 90, 0.08);
}

.fx-theme .fx-donate-frame::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 210, 100, 0.55), rgba(255, 122, 61, 0.15), rgba(240, 193, 90, 0.05), rgba(255, 210, 100, 0.4));
    z-index: -1;
    opacity: 0.85;
    filter: blur(10px);
    pointer-events: none;
    animation: fxDonateGlow 3.6s ease-in-out infinite alternate;
}

.fx-theme .fx-donate-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 10px;
    pointer-events: none;
    box-shadow: inset 0 0 24px rgba(255, 200, 80, 0.18);
}

@keyframes fxDonateGlow {
    from {
        opacity: 0.55;
        filter: blur(8px);
    }
    to {
        opacity: 1;
        filter: blur(14px);
    }
}

.fx-theme .fx-donate-frame iframe {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 524px;
    height: 524px;
    margin: 0 auto;
    background: #fff;
    border: 0;
    border-radius: 4px;
    overflow: hidden;
}

/* Credit */
.fx-theme .catering-block {
    position: relative;
    background: none !important;
    overflow: hidden;
}

.fx-theme .catering-block .fx-band-bg {
    position: absolute;
    inset: 0;
    background: url('../images/placeholders/coins.jpg') center/cover no-repeat;
    transform: scale(1.05);
}

.fx-theme .catering-block .fx-band-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(7, 11, 18, 0.92), rgba(7, 11, 18, 0.72) 50%, rgba(7, 11, 18, 0.88));
}

.fx-theme .catering-block .container {
    position: relative;
    z-index: 1;
}

.fx-theme .catering-block > .container img,
.fx-theme .catering-block img[src*="catering"] {
    display: none;
}

.fx-theme .catering-block .block-title,
.fx-theme .catering-block p {
    color: #fff !important;
}

.fx-theme .catering-block p {
    max-width: 44rem;
    margin-left: auto;
    margin-right: auto;
    color: rgba(238, 243, 248, 0.92) !important;
    font-size: 1.3rem !important;
    line-height: 1.85 !important;
}

.fx-theme .fx-pill {
    display: inline-block;
    margin-bottom: 16px;
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--fx-gold);
    border: 1px solid rgba(240, 193, 90, 0.35);
    border-radius: 999px;
    background: rgba(240, 193, 90, 0.08);
}

/* Services */
.fx-theme .our-menu-block {
    background: linear-gradient(180deg, #0e1520 0%, #121a26 100%);
    position: relative;
}

.fx-theme .our-menu-block:after,
.fx-theme .our-menu-list:before,
.fx-theme .menu-info:before {
    display: none !important;
    content: none !important;
}

.fx-theme .our-menu-list {
    background: transparent !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 !important;
}

.fx-theme .menu-list > h3 {
    font-family: var(--fx-font-display);
    color: var(--fx-gold) !important;
    border-bottom: 1px solid var(--fx-line);
    padding-bottom: 12px;
    margin-bottom: 10px;
}

.fx-theme .menu-list > h5 {
    color: rgba(220, 230, 240, 0.9) !important;
    font-weight: 400;
    font-size: 1.2rem !important;
    line-height: 1.7 !important;
    margin-bottom: 20px;
}

.fx-theme .menu-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fx-theme .menu-list ul li {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 12px;
    margin-bottom: 8px;
    border: 1px solid rgba(240, 193, 90, 0.1);
    border-radius: 8px;
    background: rgba(24, 34, 51, 0.55);
    transition: border-color 0.25s var(--fx-ease), box-shadow 0.25s var(--fx-ease), transform 0.25s var(--fx-ease);
}

.fx-theme .menu-list ul li:hover {
    border-color: rgba(240, 193, 90, 0.4);
    box-shadow: 0 0 24px rgba(240, 193, 90, 0.12);
    transform: translateY(-2px);
}

.fx-theme .menu-list ul li figure {
    flex: 0 0 64px;
    width: 64px;
    margin: 0 !important;
    float: none !important;
    border-radius: 8px !important;
    overflow: hidden;
    border: 1px solid var(--fx-line);
}

.fx-theme .menu-list ul li figure img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px !important;
    display: block;
}

.fx-theme .menu-info {
    flex: 1;
    padding: 0 !important;
    display: block !important;
    background: transparent !important;
}

.fx-theme .menu-info h5 {
    background: transparent !important;
    color: #fff !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
    margin: 0 0 4px;
    padding: 0 !important;
}

.fx-theme .menu-info .menu-price {
    color: var(--fx-ember) !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    letter-spacing: 0.04em;
}

.fx-theme .menu-info h6 {
    color: rgba(210, 222, 235, 0.92) !important;
    font-weight: 400 !important;
    font-size: 1.15rem !important;
    line-height: 1.7 !important;
    margin: 0;
}

/* Video / night band */
.fx-theme .video-menu-block {
    position: relative;
    background: none !important;
    overflow: hidden;
}

.fx-theme .video-menu-block .fx-band-bg {
    position: absolute;
    inset: 0;
    background: url('../images/placeholders/night.jpg') center/cover no-repeat;
}

.fx-theme .video-menu-block .fx-band-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 11, 18, 0.78), rgba(7, 11, 18, 0.9));
}

.fx-theme .video-menu-block .container {
    position: relative;
    z-index: 1;
}

.fx-theme .video-menu-block iframe {
    max-width: 100%;
    border-radius: 8px;
    border: 1px solid var(--fx-line);
    box-shadow: 0 0 40px rgba(62, 207, 191, 0.15);
    margin-bottom: 24px;
}

.fx-theme .video-menu-block h2,
.fx-theme .video-menu-block .block-title {
    color: #fff !important;
    font-size: clamp(2rem, 3.5vw, 2.8rem);
    margin-top: 8px;
    margin-bottom: 10px;
}

.fx-theme .video-menu-block .title-caption {
    color: rgba(220, 230, 240, 0.88) !important;
    margin-bottom: 0;
}

/* Gallery */
.fx-theme .gallery-block {
    background: #0c121b;
}

.fx-theme .food-gallery-item {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(240, 193, 90, 0.12);
    transition: transform 0.35s var(--fx-ease), box-shadow 0.35s var(--fx-ease);
}

.fx-theme .food-gallery-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 0 28px rgba(240, 193, 90, 0.2);
}

.fx-theme .food-gallery-item img {
    transition: transform 0.6s var(--fx-ease);
}

.fx-theme .food-gallery-item:hover img {
    transform: scale(1.06);
}

.fx-theme .image-hover-overlay {
    background: rgba(7, 11, 18, 0.45) !important;
}

/* Smiles — light panel like original */
.fx-theme #smiles {
    background: linear-gradient(180deg, #121a26 0%, #0e1520 100%);
}

.fx-theme #smiles .fx-section-head .title-caption,
.fx-theme #services .fx-section-head .title-caption,
.fx-theme #gallery .fx-section-head .title-caption {
    max-width: min(72rem, 96%);
    padding-left: 12px !important;
    padding-right: 12px !important;
    margin-bottom: 10px;
    line-height: 1.55 !important;
}

.fx-theme #smiles .fx-section-head .title-caption:last-of-type,
.fx-theme #services .fx-section-head .title-caption:last-of-type,
.fx-theme #gallery .fx-section-head .title-caption:last-of-type {
    margin-bottom: 32px;
}

.fx-theme #smiles .our-menu-list {
    background: #dfdec9 !important;
    border: 1px solid rgba(240, 193, 90, 0.25);
    border-radius: 12px;
    padding: 28px !important;
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.35),
        inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.fx-theme #smiles .our-menu-list img {
    border-radius: 4px;
    background: #f4f1e8;
    transition: transform 0.2s var(--fx-ease), box-shadow 0.2s var(--fx-ease);
}

.fx-theme #smiles .our-menu-list img:hover {
    transform: scale(1.12) translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

/* Footer */
.fx-theme .footer-block {
    position: relative;
    background: none !important;
}

.fx-theme .footer-block .fx-band-bg {
    position: absolute;
    inset: 0;
    background: url('../images/placeholders/night.jpg') bottom/cover no-repeat;
}

.fx-theme .footer-block .fx-band-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 11, 18, 0.88), rgba(7, 11, 18, 0.96));
}

.fx-theme .footer-block .container,
.fx-theme .copyright-block {
    position: relative;
    z-index: 1;
}

.fx-theme .newsletter p,
.fx-theme .newsletter a,
.fx-theme .footer-title,
.fx-theme .copy-title {
    color: #fff !important;
}

.fx-theme .newsletter p {
    max-width: 40rem;
    margin: 0 auto 22px;
    color: rgba(238, 243, 248, 0.9) !important;
    font-size: 1.25rem !important;
    line-height: 1.8 !important;
}

.fx-theme .copyright-block {
    background: transparent !important;
    border-top: 1px solid rgba(240, 193, 90, 0.12);
    padding: 20px 0;
}

.fx-theme .copy-title {
    opacity: 0.55;
    letter-spacing: 0.1em;
    font-weight: 400;
}

.fx-theme .fx-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    margin-top: 8px;
    font-size: 1.15rem;
}

.fx-theme .fx-contact-line {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(238, 243, 248, 0.92);
}

.fx-theme .fx-contact-line a,
.fx-theme .fx-discord-nick {
    color: var(--fx-gold);
}

.fx-theme .fx-icon-discord {
    display: inline-block;
    vertical-align: middle;
    color: #5865F2;
    flex-shrink: 0;
}

.fx-theme .fx-toast {
    position: fixed;
    left: 50%;
    bottom: 28px;
    z-index: 10050;
    transform: translateX(-50%) translateY(12px);
    padding: 12px 22px;
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(24, 34, 51, 0.96), rgba(12, 18, 28, 0.98));
    border: 1px solid rgba(240, 193, 90, 0.45);
    color: #fff;
    font-family: var(--fx-font-body);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    box-shadow:
        0 0 24px rgba(240, 193, 90, 0.25),
        0 12px 32px rgba(0, 0, 0, 0.45);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.25s var(--fx-ease), transform 0.25s var(--fx-ease);
}

.fx-theme .fx-toast.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

.fx-theme .back-to-top {
    background: linear-gradient(135deg, var(--fx-gold), var(--fx-ember)) !important;
    color: #1a1208 !important;
    border-radius: 4px;
    box-shadow: 0 0 20px rgba(240, 193, 90, 0.4);
    z-index: 50;
}

.fx-theme .back-to-top i {
    color: #1a1208 !important;
}

.fx-theme .back-to-top:hover,
.fx-theme .back-to-top:focus,
.fx-theme .back-to-top:active {
    background: linear-gradient(135deg, #ffe08a, #ff7a3d) !important;
}

/* Soft entrance — NEVER leave content invisible */
.fx-theme .fx-rise {
    animation: fxRiseIn 0.8s var(--fx-ease) both;
}

@keyframes fxRiseIn {
    from { transform: translateY(16px); filter: brightness(0.92); }
    to { transform: translateY(0); filter: brightness(1); }
}

/* ===== Subpages: getcode / p_complete ===== */
.fx-theme.fx-subpage .banner.fx-subpage-hero {
    min-height: auto;
    height: auto;
    padding: 120px 0 72px;
}

.fx-theme.fx-subpage .banner .container {
    height: auto;
    display: block;
    padding-top: 0;
}

.fx-theme.fx-subpage .banner-text,
.fx-theme.fx-subpage .banner-cell {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
}

.fx-theme .fx-subpage-card {
    padding: 36px 28px 40px;
    border: 1px solid rgba(240, 193, 90, 0.28);
    border-radius: 12px;
    background:
        radial-gradient(ellipse at 50% 0%, rgba(240, 193, 90, 0.14), transparent 55%),
        rgba(12, 18, 28, 0.78);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.45),
        inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.fx-theme.fx-subpage .fx-brand {
    font-size: clamp(2.2rem, 5vw, 3.6rem);
}

.fx-theme.fx-subpage .fx-lead {
    margin-left: auto;
    margin-right: auto;
}

.fx-theme.fx-subpage .fx-hero-actions {
    justify-content: center;
}

.fx-theme .fx-getcode-warning {
    margin: 0 auto 24px;
    max-width: 34em;
    color: #ffb4a0 !important;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-shadow: 0 1px 8px rgba(0, 0, 0, 0.7);
}

.fx-theme .fx-getcode-form {
    max-width: 420px;
    margin: 0 auto;
    text-align: left;
}

.fx-theme .fx-getcode-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: 700;
    color: rgba(238, 243, 248, 0.92);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    font-size: 0.85rem;
}

.fx-theme .fx-getcode-form input[type="email"] {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid rgba(240, 193, 90, 0.35);
    border-radius: 6px;
    font-size: 1.05rem;
    color: #1a1208;
    background: #fff8e8;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

.fx-theme .fx-getcode-form input[type="email"]:focus {
    border-color: var(--fx-gold);
    box-shadow: 0 0 0 3px rgba(240, 193, 90, 0.25);
}

.fx-theme .fx-getcode-form .fx-hero-actions {
    margin-top: 18px;
}

.fx-theme .fx-getcode-form .fx-btn {
    width: 100%;
    border: 0;
    cursor: pointer;
}

.fx-theme .fx-getcode-hp {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.fx-theme .fx-getcode-msg {
    margin: 22px auto 0;
    max-width: 420px;
    padding: 16px 18px;
    border-radius: 8px;
    text-align: center;
    font-size: 1.05rem;
}

.fx-theme .fx-getcode-msg.is-ok {
    background: rgba(46, 125, 50, 0.22);
    border: 1px solid rgba(129, 199, 132, 0.55);
    color: #d8ffe0;
}

.fx-theme .fx-getcode-msg.is-ok strong {
    color: #fff;
}

.fx-theme .fx-getcode-msg.is-err {
    background: rgba(183, 28, 28, 0.28);
    border: 1px solid rgba(239, 154, 154, 0.55);
    color: #ffd6d6;
}

.fx-theme .fx-getcode-code {
    margin-top: 10px;
    font-family: var(--fx-font-display);
    font-size: clamp(1.6rem, 4vw, 2.2rem);
    letter-spacing: 0.12em;
    font-weight: 700;
    color: var(--fx-gold);
    text-shadow: 0 0 18px rgba(240, 193, 90, 0.4);
    word-break: break-all;
}

@media (max-width: 767px) {
    .fx-theme.fx-subpage .banner.fx-subpage-hero {
        padding: 100px 0 48px;
    }

    .fx-theme .fx-subpage-card {
        padding: 28px 18px 32px;
    }
}

/* ===== Shopmap ===== */
body#mainBox.fx-theme.fx-shopmap,
body.fx-theme.creamBg.fx-shopmap {
    min-height: 100vh;
    background:
        radial-gradient(ellipse at 50% -10%, rgba(240, 193, 90, 0.14), transparent 48%),
        radial-gradient(ellipse at 100% 30%, rgba(62, 207, 191, 0.06), transparent 42%),
        radial-gradient(ellipse at 0% 80%, rgba(255, 122, 61, 0.05), transparent 40%),
        linear-gradient(180deg, #0b111a 0%, #121a26 45%, #0e1520 100%) !important;
    background-attachment: fixed;
}

.fx-theme.fx-shopmap .fx-shopmap-header .navbar-brand > img {
    max-height: 36px;
}

.fx-theme.fx-shopmap .fx-shopmap-header .menuBar ul li a,
.fx-theme.fx-shopmap .fx-shopmap-header .main-menu .navbar-default .navbar-nav > li > a {
    padding: 12px 8px !important;
}

.fx-theme.fx-shopmap .fx-shopmap-header .navbar-default > .container-fluid {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 12px;
    min-height: 52px;
}

.fx-theme.fx-shopmap .fx-shopmap-header .navbar-header {
    flex: 0 0 auto;
    margin: 0;
    float: none !important;
}

.fx-theme.fx-shopmap .fx-lang {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    margin-left: 0;
    padding: 4px 6px;
    gap: 6px;
    flex: 0 0 auto;
}

/* Cart header has no cart-link — push langs to the right */
.fx-theme.fx-cart .fx-shopmap-header .fx-lang {
    margin-left: auto;
}

.fx-theme.fx-shopmap .fx-lang-btn {
    width: 34px;
    height: 34px;
}

.fx-theme.fx-shopmap .fx-cart-link {
    position: static;
    top: auto;
    right: auto;
    transform: none;
    margin-left: auto;
    z-index: 1;
    flex: 0 0 auto;
}

.fx-theme .fx-shopmap-section.about-block,
.fx-theme .fx-shopmap-section {
    background:
        radial-gradient(ellipse at 0% 30%, rgba(240, 193, 90, 0.1), transparent 52%),
        radial-gradient(ellipse at 90% 70%, rgba(62, 207, 191, 0.05), transparent 45%),
        linear-gradient(180deg, #0b111a 0%, #101826 100%) !important;
    min-height: 100vh;
    box-sizing: border-box;
    padding: 110px 0 60px !important;
    overflow: visible !important;
}

.fx-theme .fx-shopmap-section .container,
.fx-theme .fx-shopmap-section .pr,
.fx-theme.fx-shopmap .main {
    overflow: visible !important;
}

.fx-theme .fx-shopmap-head {
    text-align: center;
    margin-bottom: 24px;
}

.fx-theme .fx-shopmap-brand {
    display: inline-block;
    margin: 0 0 12px;
    text-decoration: none !important;
    color: #fff6d5 !important;
    transition: transform 0.25s var(--fx-ease), filter 0.25s var(--fx-ease);
}

.fx-theme .fx-shopmap-brand:hover,
.fx-theme .fx-shopmap-brand:focus {
    color: #fff6d5 !important;
    text-decoration: none !important;
    text-shadow: none;
    transform: translateY(-2px);
    filter: brightness(1.08);
}

.fx-theme .fx-shopmap-brand span {
    color: #fff6d5 !important;
    -webkit-text-fill-color: #fff6d5;
}

.fx-theme .fx-shopmap-head .block-title {
    text-align: center;
    color: #fff !important;
    font-size: clamp(1.5rem, 2.8vw, 2rem) !important;
    margin: 0 0 8px;
}

.fx-theme .fx-shopmap-hint {
    margin: 0 auto;
    max-width: 100%;
    padding: 0 16px;
    color: rgba(220, 230, 240, 0.88) !important;
    font-size: 1.05rem !important;
    line-height: 1.45 !important;
    white-space: nowrap;
    text-align: center;
}

@media (max-width: 1100px) {
    .fx-theme .fx-shopmap-hint {
        white-space: normal;
    }
}

/* Keep search form simple; custom autocomplete list under input */
body#mainBox.fx-theme.fx-shopmap {
    overflow-x: visible;
}

.fx-theme .fx-shopmap-search {
    position: relative;
    z-index: 100;
    margin: 0 auto 22px;
    text-align: center;
    overflow: visible !important;
}

.fx-theme .fx-shopmap-form {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}

.fx-theme .fx-ac-box {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    max-width: none;
    overflow: visible !important;
}

.fx-theme .fx-shopmap-search #autoComplete {
    display: block;
    width: 100% !important;
    height: 48px !important;
    min-height: 48px !important;
    padding: 0 14px !important;
    border: 1px solid rgba(240, 193, 90, 0.35) !important;
    border-radius: 6px !important;
    background: #fff8e8 !important;
    color: #1a1208 !important;
    font-family: var(--fx-font-body) !important;
    font-size: 1.28rem !important;
    font-weight: 500 !important;
    line-height: 48px !important;
    box-sizing: border-box;
}

.fx-theme .fx-ac-list,
body > ul.fx-ac-list,
#fx-ac-dropdown {
    position: fixed;
    z-index: 2147483646;
    max-height: 280px;
    overflow-y: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff !important;
    color: #212121 !important;
    border: 1px solid rgba(33, 33, 33, 0.2);
    border-radius: 6px;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
    text-align: left;
    font-family: var(--fx-font-body) !important;
    font-size: 1.22rem !important;
    font-weight: 500 !important;
    line-height: 1.35 !important;
}

.fx-theme .fx-ac-list[hidden],
body > ul.fx-ac-list[hidden],
#fx-ac-dropdown[hidden] {
    display: none !important;
}

.fx-theme .fx-ac-list > li,
body > ul.fx-ac-list > li,
#fx-ac-dropdown > li {
    padding: 10px 14px;
    cursor: pointer;
    color: #212121 !important;
    background: #fff !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font: inherit !important;
}

.fx-theme .fx-ac-list > li:hover,
.fx-theme .fx-ac-list > li.is-active,
body > ul.fx-ac-list > li:hover,
body > ul.fx-ac-list > li.is-active,
#fx-ac-dropdown > li:hover,
#fx-ac-dropdown > li.is-active {
    background: rgba(240, 193, 90, 0.25) !important;
}

.fx-theme .fx-ac-match,
#fx-ac-dropdown .fx-ac-match {
    padding: 0;
    background: rgba(240, 193, 90, 0.55);
    color: #1a1208;
    font-weight: 700;
    border-radius: 2px;
}

.fx-theme .fx-shopmap-search #search_submit {
    flex: 0 0 auto;
    align-self: stretch;
    min-width: 132px !important;
    width: auto !important;
    height: 48px !important;
    min-height: 48px !important;
    max-height: 48px !important;
    margin: 0 !important;
    padding: 0 22px !important;
    box-sizing: border-box;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    font-family: var(--fx-font-body) !important;
    font-weight: 700 !important;
    font-size: 0.95rem !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    line-height: 1 !important;
    color: #1a1208 !important;
    background: linear-gradient(135deg, #ffe08a 0%, #f0c15a 40%, #ff7a3d 100%) !important;
    border: 2px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 4px !important;
    box-shadow:
        0 0 0 2px rgba(0, 0, 0, 0.45),
        0 4px 0 rgba(0, 0, 0, 0.3),
        0 8px 18px rgba(0, 0, 0, 0.4),
        0 0 20px rgba(255, 200, 80, 0.28) !important;
    cursor: pointer;
    transition: transform 0.25s var(--fx-ease), box-shadow 0.25s var(--fx-ease);
}

.fx-theme .fx-shopmap-search #search_submit:hover,
.fx-theme .fx-shopmap-search #search_submit:focus {
    color: #1a1208 !important;
    transform: translateY(-1px);
    box-shadow:
        0 0 0 2px rgba(0, 0, 0, 0.45),
        0 5px 0 rgba(0, 0, 0, 0.3),
        0 10px 22px rgba(0, 0, 0, 0.45),
        0 0 28px rgba(255, 180, 60, 0.4) !important;
    outline: none;
}

@media (max-width: 767px) {
    .fx-theme .fx-shopmap-form {
        max-width: 100%;
        padding: 0 8px;
        box-sizing: border-box;
    }

    .fx-theme .fx-shopmap-search #search_submit {
        min-width: 96px;
        padding: 0 16px !important;
    }
}

.fx-theme .fx-shopmap-table-wrap {
    position: relative;
    z-index: 1;
    overflow-x: auto;
    border: 1px solid rgba(240, 193, 90, 0.22);
    border-radius: 10px;
    background: rgba(12, 18, 28, 0.72);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    padding: 8px;
}

.fx-theme .fx-shopmap-table {
    width: 100%;
    font-size: 1.15rem !important;
    color: rgba(230, 236, 244, 0.92) !important;
}

.fx-theme .fx-shopmap-table a {
    color: var(--fx-gold) !important;
}

.fx-theme .fx-shopmap-table.tablesorter-dark tbody > tr.even:hover > td,
.fx-theme .fx-shopmap-table.tablesorter-dark tbody > tr.odd:hover > td,
.fx-theme .fx-shopmap-table.tablesorter-dark tbody > tr.hover > td,
.fx-theme .fx-shopmap-table.tablesorter-dark tbody > tr:hover > td {
    background-color: rgba(240, 193, 90, 0.025) !important;
    color: inherit !important;
    box-shadow: none;
}

.fx-theme .fx-shopmap-table.tablesorter-dark tbody > tr:hover a {
    color: var(--fx-gold) !important;
}

.fx-theme .fx-shopmap-table.tablesorter-dark tbody > tr:hover .fx-copy {
    color: #f5e6c8 !important;
    border-color: rgba(240, 193, 90, 0.35);
    background: rgba(240, 193, 90, 0.12);
}

.fx-theme .fx-copy {
    display: inline-block;
    margin: 0;
    padding: 2px 8px;
    border: 1px solid rgba(240, 193, 90, 0.35);
    border-radius: 4px;
    background: rgba(240, 193, 90, 0.12);
    color: #f5e6c8 !important;
    font: inherit;
    line-height: 1.4;
    cursor: pointer;
    transition: background 0.2s var(--fx-ease), border-color 0.2s var(--fx-ease), transform 0.2s var(--fx-ease);
}

.fx-theme .fx-copy:hover,
.fx-theme .fx-copy:focus {
    background: rgba(240, 193, 90, 0.28);
    border-color: var(--fx-gold);
    color: #fff !important;
    transform: translateY(-1px);
    outline: none;
}

.fx-theme .fx-item-code {
    font-family: Consolas, 'Courier New', monospace;
    font-size: 1.1rem;
}

/* ===== Cart ===== */
.fx-theme .fx-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 12px;
    border: 1px solid rgba(240, 193, 90, 0.35);
    border-radius: 6px;
    background: rgba(240, 193, 90, 0.1);
    color: #f5e6c8 !important;
    text-decoration: none !important;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
}

.fx-theme .fx-cart-link:hover {
    background: rgba(240, 193, 90, 0.22);
    color: #fff !important;
}

.fx-theme .fx-cart-badge {
    display: inline-block;
    min-width: 1.4em;
    padding: 1px 6px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--fx-gold), var(--fx-ember));
    color: #1a1208;
    font-size: 0.85rem;
    font-weight: 700;
    text-align: center;
}

.fx-theme .fx-cart-cell {
    text-align: center;
    width: 3.2em;
}

.fx-theme .fx-amount-reserved {
    display: inline-block;
    max-width: 9em;
    font-size: 0.92rem;
    line-height: 1.25;
    color: #ffb496;
}

.fx-theme .fx-cart-na {
    opacity: 0.55;
    color: rgba(220, 230, 240, 0.7);
}

.fx-theme .fx-cart-add {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    border: 1px solid rgba(240, 193, 90, 0.45);
    border-radius: 6px;
    background: rgba(240, 193, 90, 0.14);
    color: #ffe9a8;
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s var(--fx-ease), transform 0.2s var(--fx-ease);
}

.fx-theme .fx-cart-add:hover {
    background: rgba(240, 193, 90, 0.32);
    transform: translateY(-1px);
}

.fx-theme .fx-cart-add.is-added {
    border-color: rgba(62, 207, 191, 0.55);
    background: rgba(62, 207, 191, 0.2);
    color: #b8fff4;
}

.fx-theme .fx-cart-nav {
    margin: 10px 0 0;
    color: rgba(220, 230, 240, 0.85);
}

.fx-theme .fx-cart-nav a {
    margin-right: 16px;
}

.fx-theme .fx-cart-count-label {
    opacity: 0.9;
}

.fx-theme .fx-cart-empty {
    display: block;
    width: 100%;
    max-width: 36em;
    margin: 28px auto 0;
    padding: 0 16px;
    box-sizing: border-box;
    text-align: center !important;
    color: rgba(220, 230, 240, 0.85) !important;
    font-size: 1.1rem !important;
    line-height: 1.5 !important;
}

.fx-theme .fx-cart-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin: 20px 0 28px;
}

.fx-theme .fx-cart-actions-top {
    margin: 8px 0 16px;
}

.fx-theme .fx-cart-actions-pick {
    margin: 20px 0 32px;
}

.fx-theme .fx-cart-action-form {
    margin: 0;
}

.fx-theme .fx-cart-list-wrap {
    overflow-x: auto;
    border: 1px solid rgba(240, 193, 90, 0.22);
    border-radius: 10px;
    background: rgba(12, 18, 28, 0.72);
    padding: 8px;
    margin-bottom: 28px;
}

.fx-theme .fx-cart-list {
    width: 100%;
    border-collapse: collapse;
    color: rgba(230, 236, 244, 0.92);
}

.fx-theme .fx-cart-list th,
.fx-theme .fx-cart-list td {
    padding: 10px 12px;
    border-bottom: 1px solid rgba(240, 193, 90, 0.12);
    text-align: left;
    vertical-align: middle;
}

.fx-theme .fx-cart-thumb {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    vertical-align: middle;
    image-rendering: pixelated;
}

.fx-theme .fx-cart-remove {
    background: transparent;
    border: 1px solid rgba(255, 122, 61, 0.4);
    color: #ffb496;
    border-radius: 4px;
    padding: 4px 10px;
    cursor: pointer;
}

.fx-theme .fx-cart-remove:hover {
    background: rgba(255, 122, 61, 0.15);
}

.fx-theme .fx-cart-result {
    margin-top: 12px;
    padding-top: 8px;
}

.fx-theme .fx-cart-result-title {
    text-align: center;
    color: #fff;
    font-size: clamp(1.3rem, 2.4vw, 1.7rem);
    margin: 0 0 8px;
}

.fx-theme .fx-cart-summary {
    text-align: center;
    color: rgba(220, 230, 240, 0.88);
    margin-bottom: 22px;
}

.fx-theme .fx-cart-shop {
    margin: 0 0 22px;
    padding: 14px 16px 8px;
    border-top: 1px solid rgba(240, 193, 90, 0.2);
}

.fx-theme .fx-cart-shop-name {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: baseline;
    margin: 0 0 8px;
    font-size: 1.2rem;
}

.fx-theme .fx-cart-subtotal {
    color: var(--fx-gold);
    font-weight: 700;
    white-space: nowrap;
}

.fx-theme .fx-cart-locs {
    margin: 0 0 10px;
    color: rgba(200, 210, 220, 0.85);
    font-size: 0.95rem;
}

.fx-theme .fx-cart-shop-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fx-theme .fx-cart-shop-items li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.fx-theme .fx-cart-item-name {
    flex: 1 1 140px;
}

.fx-theme .fx-cart-item-link {
    color: #fff6d5;
    text-decoration: none;
    border-bottom: 1px solid rgba(240, 193, 90, 0.35);
    transition: color 0.2s var(--fx-ease), border-color 0.2s var(--fx-ease);
}

.fx-theme .fx-cart-item-link:hover,
.fx-theme .fx-cart-item-link:focus {
    color: #f0c15a;
    border-bottom-color: rgba(240, 193, 90, 0.85);
    text-decoration: none;
}

.fx-theme .fx-cart-price {
    font-weight: 700;
    color: #ffe9a8;
}

.fx-theme .fx-cart-amt {
    opacity: 0.75;
    min-width: 2.5em;
}

.fx-theme .fx-cart-missing {
    margin-top: 20px;
    padding: 14px 16px;
    border: 1px solid rgba(255, 122, 61, 0.35);
    border-radius: 8px;
    background: rgba(255, 122, 61, 0.08);
}

.fx-theme .fx-cart-missing h3 {
    margin: 0 0 8px;
    color: #ffb496;
    font-size: 1.1rem;
}

@media (max-width: 767px) {
    .fx-theme.fx-shopmap .fx-shopmap-header .menuBar {
        padding: 0 8px;
    }

    .fx-theme.fx-shopmap .fx-shopmap-header .navbar-default > .container-fluid {
        flex-wrap: nowrap;
        gap: 4px;
        min-height: 44px;
        padding-left: 0;
        padding-right: 0;
        overflow: visible;
        max-width: 100%;
        box-sizing: border-box;
    }

    .fx-theme.fx-shopmap .fx-shopmap-header .navbar-header {
        min-width: 0;
        flex: 0 1 auto;
    }

    .fx-theme.fx-shopmap .fx-shopmap-header .navbar-brand {
        max-width: 96px;
        padding: 6px 0;
        height: auto;
        margin: 0;
    }

    .fx-theme.fx-shopmap .fx-shopmap-header .navbar-brand > img {
        max-height: 24px !important;
        max-width: 90px !important;
        width: auto;
        height: auto;
    }

    .fx-theme.fx-shopmap .fx-cart-label {
        display: none;
    }

    .fx-theme.fx-shopmap .fx-cart-link {
        order: 0;
        margin-left: auto;
        width: auto;
        max-width: none;
        padding: 0;
        border: 0;
        background: transparent;
        gap: 0;
        flex: 0 0 auto;
        overflow: visible;
    }

    .fx-theme.fx-shopmap .fx-cart-link:hover {
        background: transparent;
    }

    .fx-theme.fx-shopmap .fx-cart-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 30px;
        width: 30px;
        height: 30px;
        padding: 0;
        border-radius: 50%;
        font-size: 0.8rem;
        line-height: 1;
        box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.35);
    }

    .fx-theme.fx-shopmap .fx-lang {
        position: static !important;
        top: auto !important;
        right: auto !important;
        transform: none !important;
        margin-left: 0;
        flex: 0 0 auto;
        gap: 2px;
        padding: 2px;
        max-width: none;
    }

    .fx-theme.fx-shopmap .fx-lang-btn {
        width: 26px;
        height: 26px;
    }

    .fx-theme.fx-shopmap .fx-lang-code {
        font-size: 6px;
        min-width: 16px;
        padding: 0 2px;
    }

    .fx-theme.fx-cart .fx-shopmap-header .fx-lang {
        margin-left: auto;
    }

    .fx-theme .fx-cart-actions .fx-btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .fx-theme .fx-shopmap-section {
        padding-top: 64px !important;
    }
}

/* ===== Responsive ===== */
@media (max-width: 991px) {
    .fx-theme .banner-text,
    .fx-theme .banner-cell {
        text-align: center;
        margin: 0 auto;
    }

    .fx-theme .fx-lead {
        margin-left: auto;
        margin-right: auto;
    }

    .fx-theme .fx-hero-actions {
        justify-content: center;
    }

    .fx-theme .about-block .block-title,
    .fx-theme .about-block h3,
    .fx-theme .about-block p {
        text-align: center;
    }

    .fx-theme .fx-donate-frame {
        margin-bottom: 28px;
    }
}

@media (max-width: 1199px) {
    .fx-theme .fx-lang {
        top: 14px;
        right: 64px;
        transform: none;
        padding: 5px 7px;
        gap: 8px;
    }

    .fx-theme .fx-lang-btn {
        width: 40px;
        height: 40px;
    }

    .fx-theme .navbar-collapse {
        margin-right: 0;
    }

    .fx-theme .navbar-collapse.in,
    .fx-theme .navbar-collapse.collapsing {
        margin-top: 8px;
    }
}

@media (max-width: 767px) {
    .fx-theme .fx-lang {
        right: 52px;
        top: 10px;
        gap: 4px;
        padding: 3px 4px;
    }

    .fx-theme .fx-lang-btn {
        width: 30px;
        height: 30px;
    }

    .fx-theme .fx-lang-code {
        font-size: 7px;
        min-width: 20px;
        padding: 0 3px;
    }

    .fx-theme .navbar-header {
        float: none;
        display: block;
        min-height: 48px;
    }

    .fx-theme .navbar-brand {
        float: left;
        height: auto;
        max-width: calc(100% - 200px);
        padding: 8px 0;
        margin-right: 8px;
    }

    .fx-theme .navbar-brand > img {
        max-height: 30px !important;
        max-width: 140px !important;
        width: auto;
        height: auto;
    }

    .fx-theme .pad-top-100 { padding-top: 64px; }
    .fx-theme .pad-bottom-100 { padding-bottom: 64px; }

    .fx-theme .fx-brand {
        font-size: 2.6rem;
    }

    .fx-theme .fx-btn {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .fx-theme .fx-hero-bg,
    .fx-theme .fx-rise {
        animation: none !important;
    }
}
