:root {
    --bg-dark: #050402;
    --bg-panel: #0a0805;
    --gold-main: #d4af37;
    --gold-light: #f9d976;
    --gold-dark: #aa7700;
    --text-main: #ffffff;
    --text-muted: #a0a0a0;
    --border-gold: rgba(212, 175, 55, 0.3);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    background-color: var(--bg-dark);
    color: var(--text-main);
    line-height: 1.6;
    position: relative;
    min-height: 100vh;
}

body::before {
    content: '';
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background-image: url('blackwoman.png');
    background-color: #000;
    background-size: cover;
    background-position: center;
    filter: brightness(0.5) contrast(1.1);
    z-index: -1;
}

@keyframes backgroundSlowZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

/* Waving Flag Animation */
@keyframes waveFlag {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(-10deg); }
    50% { transform: rotate(0deg); }
    75% { transform: rotate(10deg); }
    100% { transform: rotate(0deg); }
}

.model-flag {
    display: inline-block;
    width: 20px;
    height: 15px;
    margin-left: 6px;
    vertical-align: middle;
    transform-origin: bottom center;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    border-radius: 2px;
}

.model-flag.online {
    animation: waveFlag 1.5s infinite ease-in-out;
}

/* ============================================
   Model photos — scherp zoals LiveJasmin (bron + CSS, geen filters)
   ============================================ */
.model-photo,
.story-ring img,
.card-media,
.feed-card img,
.model-profile-img,
.model-profile-hero img,
.gallery-grid img,
.gallery-card img,
.creator-card-avatar,
.podium-model-img,
.lb-model-avatar,
.gallery-img,
.model-img:not(.screenshot-blur) {
    image-rendering: auto !important;
    filter: none !important;
    -webkit-filter: none !important;
    transform: none !important;
    backface-visibility: visible;
}

.model-photo:hover,
.story-ring img:hover,
.card-media:hover,
.feed-card img:hover,
.gallery-img:hover {
    filter: none !important;
}

.card-avatar {
    filter: none !important;
    border: 2px solid var(--gold-main);
    image-rendering: auto !important;
}

.hero-logo-img {
    image-rendering: auto !important;
    transform: none !important;
    backface-visibility: visible;
    background: transparent !important;
    filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.28)) !important;
}

.bg-img-layer img {
    filter: brightness(0.45) contrast(1.05);
}

.screenshot-blur,
.content-locked img,
.preview-blurred {
    filter: blur(20px) brightness(0.6) !important;
}

.lex-photo-lowres {
    outline: 1px dashed rgba(255, 170, 0, 0.45);
    outline-offset: 2px;
}

/* ============================================
   IMPERIAL KRONEN - LATIN EMPIRE X
   ============================================ */
.crown-badge {
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    font-size: 2.2rem;
    pointer-events: none;
    filter: drop-shadow(0 0 10px rgba(255,215,0,0.6));
    animation: crownShine 2s infinite ease-in-out;
}

@keyframes crownShine {
    0%, 100% { filter: drop-shadow(0 0 10px rgba(255,215,0,0.5)); }
    50% { filter: drop-shadow(0 0 20px rgba(255,215,0,0.8)); }
}

.crown-gold { color: #FFD700; }
.crown-silver { color: #E8E8E8; }
.crown-bronze { color: #CD7F32; }

.lex-emote:hover {
    transform: scale(1.3);
}

/* Emoji toolbar for chat */
.emoji-toolbar {
    display: flex;
    gap: 8px;
    padding: 10px;
    background: rgba(0,0,0,0.5);
    border-radius: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
}

.lex-emote {
    font-size: 20px;
    padding: 5px;
    border-radius: 5px;
    background: rgba(212,175,55,0.1);
}

.lex-emote:hover {
    background: rgba(212,175,55,0.3);
    transform: scale(1.2);
}

/* Typography */
h1, h2, h3, .logo-text {
    font-family: 'Cinzel', serif;
}

.gold-text {
    background: linear-gradient(to bottom, var(--gold-light), var(--gold-main));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Navigation */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 50px;
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    position: relative;
    z-index: 10000;
    isolation: isolate;
}

.nav-logo {
    text-align: center;
    line-height: 1;
    text-shadow: 0 0 20px rgba(212,175,55,0.5), 0 0 40px rgba(212,175,55,0.3);
}
.nav-logo .title {
    font-size: 18px;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(212,175,55,0.5);
}
.nav-logo .subtitle {
    font-size: 10px;
    letter-spacing: 4px;
    color: var(--gold-main);
    text-shadow: 0 0 15px rgba(212,175,55,0.6);
}
/* Legacy PNG logo removed — text/CSS emblem only */

.nav-logo-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.nav-logo-text-stack {
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 1;
}

.nav-logo-wordmark {
    display: flex;
    flex-direction: column;
    line-height: 1.05;
    text-align: left;
}

.nav-logo-line {
    font-family: 'Cinzel', serif;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 2px;
    color: #fff;
    text-shadow: 0 0 12px rgba(212, 175, 55, 0.35);
}

.nav-logo-line.accent {
    font-size: 0.78rem;
    letter-spacing: 3px;
    color: var(--gold-main);
}

.nav-logo-badge {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 40%, rgba(212, 175, 55, 0.15) 0%, transparent 70%);
}

.nav-logo-mark,
.nav-logo img {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: contain;
    object-position: center;
    display: block;
    transition: transform 0.3s ease;
}

.navbar.scrolled .nav-logo-badge {
    width: 40px;
    height: 40px;
}

@media (max-width: 768px) {
    .nav-logo-badge {
        width: 36px;
        height: 36px;
    }
    .nav-logo-line {
        font-size: 0.72rem;
        letter-spacing: 1.5px;
    }
    .nav-logo-line.accent {
        font-size: 0.62rem;
        letter-spacing: 2px;
    }
    .nav-logo-link {
        gap: 7px;
    }
}

.nav-links {
    display: flex;
    gap: 30px;
    list-style: none;
}

.nav-links a {
    color: var(--text-main);
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: color 0.3s;
}

.nav-links a:hover, .nav-links a.active {
    color: var(--gold-main);
}

/* Navigation Actions */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-icon {
    color: #fff;
    font-size: 1.1rem;
    text-decoration: none;
    transition: color 0.3s;
}

.nav-icon:hover {
    color: var(--gold-main);
}

/* Language Switcher */
.lang-switcher {
    position: relative;
    margin-right: 20px;
    z-index: 10001;
}

.lang-btn {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(212, 175, 55, 0.3);
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-weight: 600;
    min-width: 85px;
}

.lang-btn img {
    width: 18px;
    border-radius: 2px;
}

/* Global Back Button */
.back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--gold-main);
    text-decoration: none;
    font-family: 'Cinzel', serif;
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
    background: none;
    border: none;
    padding: 10px 0;
}

.back-btn:hover {
    color: white;
    transform: translateX(-5px);
}

.back-btn i {
    font-size: 0.8rem;
}

/* Mobile Back Button (Top) */
.mobile-back-container {
    display: none;
    position: fixed;
    top: 60px;
    left: 15px;
    z-index: 999;
}

body.device-mobile .mobile-back-container {
    display: block;
}

/* Crown & Rank Badges */
.crown-badge {
    position: absolute;
    top: -35px; /* Hoger geplaatst voor volledig zicht */
    left: 50%;
    transform: translateX(-50%);
    z-index: 100; /* Zorg dat het overal bovenop ligt */
    font-size: 3rem; /* Iets groter en indrukwekkender */
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.9));
    animation: crownShine 2.5s infinite alternate ease-in-out;
    pointer-events: none;
}

@keyframes crownShine {
    0% { 
        filter: drop-shadow(0 0 10px currentColor); 
        transform: translateX(-50%) translateY(0) rotate(-5deg) scale(0.9); 
    }
    100% { 
        filter: drop-shadow(0 0 35px currentColor); 
        transform: translateX(-50%) translateY(-15px) rotate(5deg) scale(1.1); 
    }
}

.crown-gold { color: #ffd700; }
.crown-silver { color: #e0e0e0; }
.crown-bronze { color: #cd7f32; }

/* Gallery cards: gebruik .card-badge-bar (zie gallery.html) */
.model-img-wrapper .card-badge-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    padding: 10px;
    z-index: 6;
    pointer-events: none;
}
.model-img-wrapper .card-badge-left,
.model-img-wrapper .card-badge-right {
    display: flex;
    flex-direction: column;
    gap: 6px;
    max-width: 50%;
}
.model-img-wrapper .card-badge-right {
    align-items: flex-end;
    margin-left: auto;
}

.queen-label {
    background: linear-gradient(45deg, #d4af37, #f1c40f);
    color: black !important;
    padding: 3px 12px;
    border-radius: 20px;
    font-size: 0.65rem;
    font-weight: 900;
    text-transform: uppercase;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
    letter-spacing: 1px;
    border: 1px solid rgba(255,255,255,0.5);
}

.princess-label {
    background: rgba(80, 20, 60, 0.85);
    border: 1px solid rgba(255, 105, 180, 0.55);
    color: #ffb3da !important;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    letter-spacing: 0.06em;
    white-space: nowrap;
}

.lang-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background: #111;
    border: 1px solid var(--gold-main);
    border-radius: 8px;
    padding: 10px 0;
    min-width: 150px;
    display: none;
    z-index: 10050;
    margin-top: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    pointer-events: auto;
}

.lang-dropdown.show {
    display: block;
}

.lang-dropdown a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    font-size: 0.75rem;
    font-weight: 600;
    transition: background 0.3s;
}

.lang-dropdown a:hover {
    background: rgba(212, 175, 55, 0.1);
    color: var(--gold-main);
}

.lang-dropdown img {
    width: 18px;
    border-radius: 2px;
}

/* Buttons */
.btn {
    padding: 12px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
    color: #111;
    border: none;
    text-shadow: 0 1px 1px rgba(255,255,255,0.4);
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.2);
}
.btn-gold:hover {
    box-shadow: 0 0 25px rgba(212, 175, 55, 0.6);
    transform: translateY(-2px);
    color: #000;
}

.btn-outline {
    background: rgba(0, 0, 0, 0.4);
    color: var(--gold-main);
    border: 1px solid var(--gold-main);
    box-shadow: 0 0 10px rgba(212, 175, 55, 0.1) inset;
}
.btn-outline:hover {
    background: rgba(212, 175, 55, 0.15);
    box-shadow: 0 0 20px rgba(212, 175, 55, 0.3) inset, 0 0 15px rgba(212, 175, 55, 0.2);
    transform: translateY(-2px);
    color: #fff;
}

/* Hero Section */
.hero {
    display: flex;
    align-items: flex-start;
    padding: 16px 40px 48px;
    min-height: auto;
    background: radial-gradient(circle at 30% 50%, rgba(212, 175, 55, 0.05) 0%, transparent 60%);
}

.hero-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 60px;
    padding-top: 0;
    overflow: hidden;
}

@media (max-width: 768px) {
    .hero-left {
        padding-left: 0;
        width: 100%;
    }
}

/* Hero logo — één PNG, geen extra ringen (voorkomt dubbel/glitched glow bij scroll) */
.hero-logo-glow {
    position: relative;
    width: min(360px, 48vw);
    height: min(360px, 48vw);
    margin: 8px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    overflow: hidden;
    isolation: isolate;
    contain: layout paint;
}

.home-hero-logo--top {
    display: none !important;
}

body.device-mobile .hero .hero-logo-glow {
    width: min(220px, 58vw);
    height: min(220px, 58vw);
    margin: 0 auto;
}

body.device-mobile .hero {
    padding: 8px 12px 12px !important;
}

.hero-logo-ring,
.hero-logo-glow::before,
.hero-logo-glow::after {
    display: none !important;
    content: none !important;
}

.hero-logo-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    animation: none !important;
    background: transparent !important;
    filter: drop-shadow(0 0 20px rgba(212, 175, 55, 0.28));
}

.hero-logo-img::before,
.hero-logo-img::after {
    display: none !important;
    content: none !important;
}

.hero-logo-emblem {
    width: 280px;
    height: 280px;
    margin: 40px 40px 0 40px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-emblem-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 3px solid rgba(212, 175, 55, 0.55);
    box-shadow:
        0 0 30px rgba(212, 175, 55, 0.35),
        0 0 60px rgba(212, 175, 55, 0.12),
        inset 0 0 40px rgba(212, 175, 55, 0.08);
    animation: logoGlow 3s ease-in-out infinite;
}

.hero-emblem-crown {
    font-size: 4.5rem;
    z-index: 2;
    filter: drop-shadow(0 0 16px rgba(212, 175, 55, 0.6));
    margin-top: -30px;
}

.hero-emblem-x {
    position: absolute;
    bottom: 48px;
    font-family: 'Cinzel', serif;
    font-size: 5rem;
    font-weight: 700;
    color: var(--gold-main);
    text-shadow: 0 0 24px rgba(212, 175, 55, 0.5);
    z-index: 2;
}

.nav-logo-text-stack {
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 1;
}

.nav-logo-text-stack .title {
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    letter-spacing: 2px;
}

.nav-logo-text-stack .subtitle {
    font-size: 0.55rem;
    letter-spacing: 3px;
    color: var(--gold-main);
    margin: 2px 0;
}

/* Legacy hero-logo-img fallback — kept for old pages */
.hero-logo-img.legacy-hidden {
    display: none !important;
}

.hero-right {
    flex: 1.2;
    padding: 40px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(212, 175, 55, 0.2);
    border-radius: 20px;
    margin-left: 50px;
}

.welcome-text {
    font-size: 11px;
    letter-spacing: 4px;
    color: var(--gold-main);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.hero-title {
    font-size: 64px;
    line-height: 1.1;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.hero-title span {
    font-size: 72px;
}

.hero-desc {
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0,0,0,0.8), 0 4px 20px rgba(0,0,0,0.6);
    margin-bottom: 40px;
    max-width: 450px;
    line-height: 1.6;
}

.hero-buttons {
    display: flex;
    gap: 20px;
}

/* Features Section */
.features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    padding: 60px 50px;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid rgba(255,255,255,0.05);
    background: var(--bg-panel);
}

.feature-box {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.feature-icon {
    font-size: 32px;
    color: var(--gold-main);
}

.feature-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.feature-content p {
    font-size: 12px;
    color: var(--text-muted);
}

/* Bottom Section (Join) */
.join-section {
    display: flex;
    padding: 80px 50px;
    align-items: center;
}

.join-left {
    flex: 1;
}

.join-subtitle {
    font-size: 12px;
    letter-spacing: 4px;
    color: var(--gold-main);
    text-transform: uppercase;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.join-subtitle::before, .join-subtitle::after {
    content: '';
    height: 1px;
    width: 30px;
    background: var(--gold-main);
}

.join-title {
    font-size: 48px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.join-desc {
    font-size: 15px;
    color: var(--text-muted);
    margin-bottom: 40px;
    max-width: 400px;
}

.join-right {
    flex: 1;
    display: flex;
    gap: 20px;
    justify-content: flex-end;
}

.model-placeholder {
    width: 200px;
    height: 300px;
    border: 1px solid var(--border-gold);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gold-main);
    opacity: 0.5;
    background: rgba(212, 175, 55, 0.05);
}

/* About Us Page Styles */
.about-page {
    background-image: linear-gradient(rgba(5, 4, 2, 0.8), rgba(5, 4, 2, 0.95)), url('modelpage.png');
}

.about-page::before {
    display: none !important;
}

.page-header {
    text-align: center;
    padding: 80px 20px 40px;
}
.page-header h1 {
    font-size: 48px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.page-header p {
    color: var(--text-muted);
    font-size: 16px;
}

.about-content {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
    gap: 60px;
    align-items: center;
}
.about-content.reverse {
    flex-direction: row-reverse;
}

.about-text {
    flex: 1;
}
.about-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
    letter-spacing: 1px;
}
.about-text p {
    font-size: 15px;
    color: #e0e0e0;
    margin-bottom: 20px;
    line-height: 1.8;
}

.about-image {
    flex: 1;
    display: flex;
    justify-content: center;
}
.sexy-img, .sexy-img-placeholder {
    width: 100%;
    max-width: 500px;
    height: 600px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid var(--border-gold);
    box-shadow: 0 10px 40px rgba(0,0,0,0.8), 0 0 20px rgba(212, 175, 55, 0.1);
}

.perk-list {
    margin-top: 40px;
}
.perk-item {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}
.perk-item i {
    font-size: 28px;
    color: var(--gold-main);
    margin-top: 5px;
}
.perk-item strong {
    display: block;
    font-family: 'Cinzel', serif;
    font-size: 18px;
    color: white;
    margin-bottom: 5px;
}
.perk-item span {
    font-size: 14px;
    color: var(--text-muted);
}
/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(15px);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.modal-overlay.active {
    display: flex;
    opacity: 1;
}

.modal-container {
    width: 90%;
    max-width: 1000px;
    height: 600px;
    background: #0d0d0d;
    border: 1px solid var(--gold-main);
    border-radius: 20px;
    display: flex;
    overflow: hidden;
    position: relative;
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 100px rgba(212, 175, 55, 0.2);
}

.modal-overlay.active .modal-container {
    transform: scale(1);
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    color: white;
    font-size: 2rem;
    cursor: pointer;
    z-index: 10;
    transition: color 0.3s ease;
}

.modal-close:hover {
    color: var(--gold-main);
}

.modal-left {
    flex: 1;
    position: relative;
    background-image: url('sexy_black_fixed.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px;
}

.modal-image-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 60%);
}

.modal-info {
    position: relative;
    z-index: 2;
}

.modal-logo-small {
    font-family: 'Cinzel', serif;
    font-size: 1.2rem;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.modal-info h2 {
    font-family: 'Cinzel', serif;
    font-size: 1.8rem;
    color: var(--gold-main);
    margin-bottom: 20px;
}

.modal-usp {
    list-style: none;
}

.modal-usp li {
    margin-bottom: 15px;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ddd;
}

.modal-usp li i {
    color: var(--gold-main);
}

.modal-right {
    flex: 1;
    padding: 50px;
    display: flex;
    flex-direction: column;
    background: #0d0d0d;
}

.form-toggle {
    display: flex;
    gap: 30px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.form-toggle button {
    background: none;
    border: none;
    color: #666;
    padding-bottom: 15px;
    font-family: 'Cinzel', serif;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    transition: color 0.3s ease;
}

.form-toggle button.active {
    color: var(--gold-main);
}

.form-toggle button.active::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--gold-main);
}

.modal-form {
    display: none;
}

.modal-form.active {
    display: block;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.modal-form h3 {
    font-family: 'Cinzel', serif;
    font-size: 1.4rem;
    margin-bottom: 30px;
}

.input-group {
    position: relative;
    margin-bottom: 20px;
}

.input-group i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
}

.input-group input {
    width: 100%;
    padding: 15px 15px 15px 45px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    color: white;
}

.input-group input:focus {
    border-color: var(--gold-main);
    background: rgba(255,255,255,0.08);
}

.forgot-link {
    display: block;
    text-align: right;
    font-size: 0.8rem;
    color: #888;
    margin-bottom: 30px;
    text-decoration: none;
}

.modal-btn {
    width: 100%;
    padding: 15px;
    font-size: 1rem;
    margin-bottom: 30px;
}

.social-login {
    text-align: center;
}

.social-login p {
    font-size: 0.7rem;
    color: #444;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    border-color: var(--gold-main);
    color: var(--gold-main);
}

.terms {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 20px;
}

.terms a {
    color: var(--gold-main);
}

@media (max-width: 900px) {
    .modal-left { display: none; }
    .modal-container { max-width: 500px; }
}
/* Next-Level Modal Enhancements */
.modal-right {
    background: linear-gradient(135deg, #1a0505 0%, #0d0d0d 100%); /* Deep Crimson to Black */
}

.modal-offer {
    display: inline-block;
    padding: 5px 15px;
    background: #ff3b3b;
    color: white;
    font-size: 0.7rem;
    font-weight: bold;
    border-radius: 4px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.modal-offer.gold-badge {
    background: var(--gold-main);
    color: black;
}

.social-login-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-bottom: 25px;
}

.social-btn {
    padding: 12px;
    background: rgba(255,255,255,0.05);
    border: 1px solid rgba(255,255,255,0.1);
    border-radius: 8px;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.social-btn:hover {
    background: rgba(255,255,255,0.1);
    border-color: var(--gold-main);
}

.divider {
    text-align: center;
    position: relative;
    margin: 20px 0;
}

.divider::before {
    content: '';
    position: absolute;
    top: 50%; left: 0; width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.1);
}

.divider span {
    position: relative;
    background: #150a0a;
    padding: 0 15px;
    color: #444;
    font-size: 0.7rem;
    font-weight: bold;
}

.pulse-gold {
    animation: pulseGold 2s infinite;
    font-weight: bold;
    letter-spacing: 2px;
    background: linear-gradient(45deg, #d4af37, #f1c40f) !important;
}

@keyframes pulseGold {
    0% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.4); }
    70% { box-shadow: 0 0 0 15px rgba(212, 175, 55, 0); }
    100% { box-shadow: 0 0 0 0 rgba(212, 175, 55, 0); }
}
/* Content Protection - only protect actual content images, not UI elements */
.card-media, .sexy-img, .modal-left, .hero-logo-img, .story-ring img {
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
}

/* Zorg dat knoppen en inputs nog wel werken */
button, input, textarea, select, a {
    pointer-events: auto !important;
}
/* --- Mobile OnlyFans Vibe Enhancements --- */

/* Bottom Navigation Bar (App Experience) */
.mobile-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(13, 13, 13, 0.95);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(212, 175, 55, 0.3);
    display: none; /* Only visible on mobile */
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    z-index: 3000;
    box-shadow: 0 -5px 20px rgba(0,0,0,0.5);
}

.mobile-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #888;
    text-decoration: none;
    font-size: 0.6rem;
    gap: 5px;
    transition: all 0.3s ease;
}

.mobile-nav-item i {
    font-size: 1.4rem;
}

.mobile-nav-item.active {
    color: var(--gold-main);
}

.mobile-nav-item.center-btn {
    background: var(--gold-main);
    color: black;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    justify-content: center;
    margin-top: -20px;
    box-shadow: 0 0 15px rgba(212, 175, 55, 0.5);
}

/* Feed Cards (OnlyFans Style) — not used on homepage landing */
.home-featured {
    max-width: 720px;
    margin: 0 auto 28px;
    padding: 0 20px;
}

.home-featured-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.home-featured-head h2 {
    font-family: 'Cinzel', serif;
    font-size: 0.85rem;
    letter-spacing: 2px;
    color: var(--gold-main);
    font-weight: 600;
    margin: 0;
}

.home-featured-all {
    font-size: 0.72rem;
    color: #888;
    text-decoration: none;
}

.home-featured-all:hover {
    color: var(--gold-main);
}

.home-featured-scroll {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    scrollbar-width: none;
}

.home-featured-scroll::-webkit-scrollbar {
    display: none;
}

.home-featured-item {
    flex: 0 0 auto;
    width: 76px;
    text-align: center;
    text-decoration: none;
}

.home-featured-item img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(212, 175, 55, 0.55);
    display: block;
    margin: 0 auto;
}

.home-featured-item span {
    display: block;
    margin-top: 6px;
    font-size: 0.62rem;
    color: #bbb;
}

/* IsLive-style dual signup: fan vs model */
.signup-dual-bar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    max-width: 520px;
    margin: 0 auto 18px;
    padding: 0 16px;
}

.signup-dual-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 12px;
    text-decoration: none;
    border: 1px solid rgba(212, 175, 55, 0.25);
    background: rgba(255, 255, 255, 0.03);
    transition: border-color 0.25s, background 0.25s;
}

.signup-dual-btn i {
    font-size: 1.1rem;
    color: var(--gold-main);
    flex-shrink: 0;
}

.signup-dual-btn span {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.signup-dual-btn strong {
    font-size: 0.78rem;
    color: #fff;
    font-weight: 700;
}

.signup-dual-btn small {
    font-size: 0.62rem;
    color: #888;
}

.signup-dual-model {
    border-color: rgba(212, 175, 55, 0.45);
    background: rgba(212, 175, 55, 0.08);
}

.signup-dual-btn:hover {
    border-color: var(--gold-main);
    background: rgba(212, 175, 55, 0.12);
}

@media (max-width: 480px) {
    .signup-dual-bar {
        grid-template-columns: 1fr;
        max-width: 320px;
    }
}

.feed-container {
    max-width: 560px;
    margin: 24px auto;
    padding: 0 12px;
}

.feed-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    margin-bottom: 25px;
    overflow: hidden;
}

.card-header {
    padding: 12px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.card-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid var(--gold-main);
    object-fit: cover;
}

.card-user-info h5 {
    font-size: 0.9rem;
    color: white;
    margin: 0;
}

.card-user-info span {
    font-size: 0.7rem;
    color: #666;
}

.card-media {
    width: 100%;
    max-height: 320px;
    min-height: 200px;
    object-fit: cover;
    object-position: center top;
    display: block;
}

.card-actions {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.action-left {
    display: flex;
    gap: 20px;
}

.action-btn {
    background: none;
    border: none;
    color: #bbb;
    font-size: 1.2rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.action-btn span {
    font-size: 0.8rem;
    font-family: 'Montserrat', sans-serif;
}

.action-btn:hover {
    color: var(--gold-main);
}

.tip-btn {
    color: var(--gold-main);
    font-weight: bold;
    font-size: 0.9rem;
}

/* Responsive Fixes */
@media (max-width: 768px) {
    .navbar {
        padding: 15px 20px;
    }
    
    .nav-links {
        display: none; /* Hide standard links on mobile */
    }

    .mobile-nav {
        display: flex;
    }

    .hero {
        padding-top: 100px;
        flex-direction: column;
        text-align: center;
    }

    .hero-right {
        align-items: center;
        padding: 30px;
        margin-top: 20px;
    }

    .hero-title {
        font-size: 2.5rem;
    }

    .hero-logo-glow {
        width: min(340px, 72vw);
        height: min(340px, 72vw);
        margin: 4px auto 0;
    }

    .hero-logo-emblem {
        width: 240px;
        height: 240px;
        margin: 20px auto 0;
    }

    .hero-emblem-x {
        font-size: 3rem;
        bottom: 28px;
    }

    .hero-emblem-crown {
        font-size: 2.5rem;
        margin-top: -16px;
    }

    .hero-left {
        padding-left: 0;
        justify-content: center;
        width: 100%;
    }

    .pricing-grid {
        padding-bottom: 80px; /* Space for bottom nav */
    }

    footer {
        padding-bottom: 100px;
    }
}
/* --- Latin Empire X: Next Level Metamorphosis --- */

/* Top Stories Section */
.stories-container {
    display: flex;
    gap: 14px;
    padding: 12px 0;
    overflow-x: auto;
    scrollbar-width: none;
    margin-bottom: 18px;
}
.stories-container::-webkit-scrollbar { display: none; } /* Hide scrollbar Chrome */

.story-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 85px;
    cursor: pointer;
}

.story-ring {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(45deg, #d4af37, #f1c40f, #ff3b3b);
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.story-ring.live::after {
    content: 'LIVE';
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: #ff3b3b;
    color: white;
    font-size: 0.6rem;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 10px;
    border: 2px solid #000;
}

.story-ring img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%;
    border: 2px solid #000;
    object-fit: cover;
    display: block;
}

.story-item span {
    font-size: 0.75rem;
    font-weight: 500;
    color: #eee;
}

/* Premium Model Card (Webcam Style) */
.model-spotlight {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 60px 0;
}

.live-preview {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(212, 175, 55, 0.4);
    box-shadow: 0 0 40px rgba(212, 175, 55, 0.1);
}

.live-preview img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.live-overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3), transparent 30%, rgba(0,0,0,0.8) 100%);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.live-badge {
    background: linear-gradient(135deg, #ff3b3b, #cc0000);
    color: white;
    padding: 6px 16px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    box-shadow: 0 4px 15px rgba(255, 59, 59, 0.4);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.live-badge span {
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
    animation: pulse 1s infinite;
}

.live-chat-preview {
    max-width: 250px;
}

.chat-msg {
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(5px);
    padding: 8px 15px;
    border-radius: 15px;
    margin-bottom: 10px;
    font-size: 0.8rem;
    border-left: 3px solid var(--gold-main);
}

.chat-msg b { color: var(--gold-main); margin-right: 5px; }

/* Global Metamorphosis Tweaks */
body {
    background: radial-gradient(circle at top, #1a0a0a 0%, #000 100%);
}

.btn-gold {
    background: linear-gradient(135deg, #d4af37 0%, #f1c40f 50%, #d4af37 100%);
    box-shadow: 0 5px 20px rgba(212, 175, 55, 0.3);
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.5; }
    100% { transform: scale(1); opacity: 1; }
}

@media (max-width: 900px) {
    .model-spotlight { grid-template-columns: 1fr; }
    .live-preview img { height: 400px; }
}
/* --- Enhanced OnlyFans Vibe (Pop more) --- */

/* Subscription Header for Models */
.profile-promo {
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid var(--gold-main);
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.promo-info h4 {
    font-family: 'Cinzel', serif;
    color: var(--gold-main);
    margin-bottom: 5px;
}

.promo-info p {
    font-size: 0.8rem;
    color: #ccc;
    margin-bottom: 15px;
}

/* Post Interaction Buttons */
.interaction-bar {
    border-top: 1px solid rgba(255,255,255,0.05);
    padding: 10px 15px;
    display: flex;
    gap: 25px;
}

.interaction-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #888;
    font-size: 0.9rem;
    cursor: pointer;
    transition: color 0.3s ease;
}

.interaction-item:hover, .interaction-item.active {
    color: var(--gold-main);
}

/* Price Badge on Feed */
.price-tag {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(5px);
    color: var(--gold-main);
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: bold;
    border: 1px solid var(--gold-main);
}
/* --- Readability & Contrast Overhaul --- */

/* Brighten all descriptive text */
p, .hero-desc, .join-desc, .card-user-info span, .promo-info p, .pricing-header p, .footer p {
    color: #e0e0e0 !important; /* Brighter silver-white instead of dull grey */
    text-shadow: 0 1px 3px rgba(0,0,0,0.5); /* Add shadow for better legibility against dark backgrounds */
}

/* Brighten secondary headings */
h3, h4, .card-type, .welcome-text {
    color: #ffffff !important;
}

/* Ensure features and lists are crystal clear */
.feature-content p, .card-features li {
    color: #f0f0f0 !important;
}

/* Fix specific grey text requested by user */
.pricing-header p {
    color: #ffffff !important;
    font-weight: 500;
}

/* Brighten interaction buttons */
.interaction-item, .action-btn {
    color: #bbbbbb !important;
}

.interaction-item:hover {
    color: var(--gold-main) !important;
}
/* --- Aggressive Professional Contrast Overhaul --- */

/* 1. Eliminate all dull greys - Everything must be CRISP WHITE or GOLD */
p, span, li, small, .hero-desc, .join-desc, .card-user-info span, .promo-info p, .pricing-header p, .footer p, .feature-content p, .card-features li {
    color: #ffffff !important; /* Pure White */
    opacity: 1 !important;
    font-weight: 500 !important; /* Medium weight for better definition */
    letter-spacing: 0.5px;
    line-height: 1.6;
}

/* 2. Enhanced Golden Text for Premium feel */
.gold-text, .welcome-text, label, .card-type, .price-tag, .interaction-item.active, .tip-btn {
    color: #ffd700 !important; /* Brilliant Gold */
    text-shadow: 0 0 10px rgba(255, 215, 0, 0.3); /* Subtle golden glow */
    font-weight: 600 !important;
}

/* 3. Icons should be context-aware, not blanket white */
.feature-icon, .perk-item i, .card-features li i, .concierge-header i {
    opacity: 1 !important;
}

.gold-text i, .feature-icon i, .interaction-item.active i, .tip-btn i {
    color: #ffd700 !important;
}

/* 4. Pricing Cards Clarity */
.card-price {
    color: #ffffff !important;
    font-weight: 700 !important;
}

.card-price span {
    color: #ffd700 !important;
    font-size: 1.1rem !important;
}

/* 5. Footer visibility */
.footer p {
    font-size: 0.9rem;
    letter-spacing: 2px;
    color: #ffd700 !important; /* Make copyright also gold/bright */
}

/* 6. Interaction bar icons */
.interaction-item {
    color: #ffffff !important;
    font-weight: 600;
}
/* --- Secure VIP Concierge (WhatsApp) --- */

.concierge-box {
    background: rgba(10, 10, 10, 0.95);
    border: 2px solid var(--gold-main);
    padding: 40px;
    border-radius: 20px;
    margin: 40px 0;
    text-align: center;
    box-shadow: 0 0 40px rgba(212, 175, 55, 0.2);
    backdrop-filter: blur(10px);
}

.concierge-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.concierge-header h3 {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
    font-size: 1.8rem;
    letter-spacing: 2px;
}

.concierge-header i {
    font-size: 2.5rem;
    color: #25D366; /* WhatsApp Green */
    filter: drop-shadow(0 0 10px rgba(37, 211, 102, 0.3));
}

.secure-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: rgba(37, 211, 102, 0.1);
    color: #25D366;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 0.7rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.btn-whatsapp {
    background: #25D366;
    color: white;
    border: none;
    padding: 15px 30px;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.btn-whatsapp:hover {
    background: #128C7E;
    box-shadow: 0 5px 15px rgba(37, 211, 102, 0.3);
}
/* --- Elite Age Gate --- */
.age-gate-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: #000;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.age-gate-box {
    background: rgba(13, 13, 13, 0.9);
    border: 1px solid var(--gold-main);
    padding: 60px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
    box-shadow: 0 0 100px rgba(212, 175, 55, 0.3);
    backdrop-filter: blur(20px);
}

.age-gate-box h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--gold-main);
}

.age-gate-box p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 0.9rem;
    line-height: 1.6;
}

.age-gate-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
}

/* Elite Content Protection */
* {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
}

img.card-media, video {
    pointer-events: none !important;
}

.screenshot-blur {
    filter: blur(30px) !important;
    transition: filter 0.2s ease;
    pointer-events: none;
}

.menu-toggle {
    display: none;
    font-size: 1.5rem;
    color: var(--gold-main);
    cursor: pointer;
    z-index: 1001;
}

@media (max-width: 768px) {
    .menu-toggle {
        display: block;
    }

    .nav-links {
        display: flex;
        position: fixed;
        top: 0;
        right: -100%;
        width: 80%;
        height: 100vh;
        background: rgba(10, 8, 5, 0.98);
        backdrop-filter: blur(20px);
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1000;
        border-left: 1px solid var(--border-gold);
        margin: 0;
        padding: 0;
    }

    .nav-links.active {
        right: 0;
    }

    .nav-links li {
        margin: 0;
    }

    .nav-links li a {
        font-size: 1.2rem;
    }

    .nav-actions {
        gap: 10px;
    }

    .lang-switcher {
        margin-right: 5px;
    }

    .lang-btn {
        padding: 6px 10px;
        font-size: 0.7rem;
        min-width: 70px;
    }

    .lang-btn img {
        width: 16px;
    }

    /* Android & Mobile Crown Optimizations */
    .crown-badge {
        font-size: 2rem !important; /* Smaller on mobile */
        top: -25px !important;
    }

    .queen-label {
        font-size: 0.55rem !important;
        padding: 2px 8px !important;
        top: 25px !important;
    }

    .princess-label {
        font-size: 0.5rem !important;
        padding: 2px 6px !important;
        top: 10px !important;
        left: 10px !important;
    }

    /* Smooth animations for Android (Hardware Acceleration) */
    .crown-badge, .queen-label {
        will-change: transform, filter;
        transform: translateZ(0);
    }

    .lang-dropdown {
        right: -10px;
        min-width: 140px;
    }

    .lang-dropdown a {
        padding: 8px 15px;
        font-size: 0.7rem;
    }

    /* Hamburger menu button */
    .menu-toggle {
        display: flex !important;
        align-items: center;
        justify-content: center;
        background: none;
        border: 1px solid rgba(212, 175, 55, 0.3);
        color: var(--gold-main) !important;
        font-size: 1.2rem;
        cursor: pointer;
        padding: 8px 10px;
        border-radius: 5px;
        z-index: 1001;
        transition: all 0.3s;
    }

    .menu-toggle:hover {
        border-color: var(--gold-main);
        background: rgba(212, 175, 55, 0.1);
    }

    .menu-toggle i {
        color: var(--gold-main) !important;
    }

    .hero-title {
        font-size: 2.5rem !important;
    }

    .hero-desc {
        font-size: 0.9rem;
    }

    .features {
        grid-template-columns: 1fr;
    }

    .stories-container {
        padding-bottom: 10px;
    }

    /* Live Room Mobile */
    .live-room-container {
        grid-template-columns: 1fr;
        height: auto;
        margin-top: 80px;
        padding: 10px;
        gap: 10px;
    }

    .stream-viewport {
        height: 250px;
        border-radius: 10px;
    }

    .chat-container {
        height: 400px;
        border-radius: 10px;
    }

    .stream-bottom-actions .btn {
        padding: 8px 12px;
        font-size: 0.65rem;
    }

    .stream-bottom-actions {
        gap: 5px;
    }

    /* Dashboard Mobile */
    .dashboard-container {
        grid-template-columns: 1fr;
        margin-top: 80px;
    }

    .balance-amount {
        font-size: 2.5rem;
    }

    .topup-grid {
        grid-template-columns: 1fr;
    }

    .history-table {
        display: block;
        overflow-x: auto;
    }
}

/* Navigation Actions & Icons */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-icon {
    color: var(--text-main);
    font-size: 1.2rem;
    transition: color 0.3s;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-icon:hover {
    color: var(--gold-main);
}

/* Language Switcher Fix */
/* IMPORTANT: Keep as 'block' NOT 'flex' - flex causes horizontal layout! */
.lang-dropdown.show {
    display: block !important;
}

.lang-dropdown a {
    display: flex !important;
    white-space: nowrap;
}

/* --- SMART DEVICE & ISLIVE OVERHAUL --- */
/* Hero visible on mobile — logo + CTA landing (no full-screen feed grid) */

@media (max-width: 768px) {
    .navbar { height: 50px !important; padding: 0 15px !important; }
    .nav-logo .title { font-size: 1rem !important; }
    .nav-logo .subtitle { display: none !important; }
    
    main { padding: 55px 0 70px !important; }

    .stories-container { padding: 5px 0 !important; margin-bottom: 5px !important; }
    .story-ring { width: 55px !important; height: 55px !important; }

    .feed-container {
        display: none !important;
    }

    .index-main .story-ring {
        width: 58px !important;
        height: 58px !important;
    }

    .index-main .story-ring img {
        max-width: 58px !important;
        max-height: 58px !important;
    }

    .feed-card {
        margin-bottom: 0 !important;
        border-radius: 0 !important;
        border: none !important;
        position: relative;
    }

    .card-media { height: 128px !important; }

    /* Model Info Overlay (Islive Style) */
    .card-header {
        position: absolute !important;
        top: 0; left: 0; right: 0;
        background: linear-gradient(rgba(0,0,0,0.6), transparent) !important;
        padding: 5px !important;
        z-index: 5;
    }
    .card-avatar { width: 24px !important; height: 24px !important; border: 1px solid #fff; }
    .card-user-info h5 { font-size: 0.75rem !important; color: #fff !important; }
    .card-user-info p { display: none !important; }

    .interaction-bar {
        position: absolute !important;
        bottom: 0; left: 0; right: 0;
        background: linear-gradient(transparent, rgba(0,0,0,0.8)) !important;
        padding: 5px !important;
        border: none !important;
    }
    .interaction-item { color: #fff !important; font-size: 0.8rem !important; }
    .interaction-item span { display: none !important; }

    .mobile-promo-btn {
        display: block !important;
        background: #78a300 !important;
        color: #fff !important;
        text-align: center;
        padding: 12px;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 0.85rem;
        margin: 8px;
        border-radius: 4px;
        text-decoration: none;
    }

    /* Dashboard Mobile Overhaul */
    .dashboard-container {
        grid-template-columns: 1fr !important;
        margin-top: 80px !important;
        padding: 0 15px !important;
    }
    .dashboard-sidebar {
        padding: 20px !important;
        margin-bottom: 20px !important;
    }
    .wallet-card {
        padding: 20px !important;
        flex-direction: column !important;
        text-align: center !important;
    }
    .wallet-info h2 { font-size: 2.5rem !important; }

    .menu-toggle {
        display: block !important;
        background: none;
        border: none;
        color: #fff;
        font-size: 1.5rem;
        cursor: pointer;
    }

    body.device-mobile .nav-links.active,
    body.device-android .nav-links.active,
    body.device-ios .nav-links.active,
    .nav-links.active {
        display: flex !important;
        flex-direction: column !important;
        position: fixed !important;
        top: 50px !important;
        left: 0 !important;
        width: 100% !important;
        background: #000 !important;
        padding: 20px !important;
        gap: 15px !important;
        z-index: 999 !important;
        border-bottom: 1px solid var(--gold-main) !important;
    }
    
    .nav-links.active li {
        width: 100%;
        text-align: center;
    }
    
    .nav-links.active a {
        display: block;
        padding: 10px;
        font-size: 1rem !important;
    }
}

/* Desktop: hide mobile toggle */
.menu-toggle {
    display: none;
}

/* ─── NAV COINS DISPLAY ──────────────────────────────────────────────── */
.nav-coins {
    display: flex;
    align-items: center;
    gap: 5px;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 20px;
    padding: 5px 12px;
    text-decoration: none;
    color: var(--gold-main);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.nav-coins:hover {
    background: rgba(212, 175, 55, 0.2);
    border-color: var(--gold-main);
    box-shadow: 0 0 12px rgba(212, 175, 55, 0.3);
}

.nav-coins-icon {
    font-size: 1rem;
    line-height: 1;
}

.nav-coins-amount {
    font-family: 'Cinzel', serif;
    color: var(--gold-light);
}

.nav-coins-label {
    font-size: 0.65rem;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ─── BUY COINS BUTTON ───────────────────────────────────────────────── */
.btn-buy-coins {
    background: linear-gradient(135deg, var(--gold-light), var(--gold-dark));
    color: #111;
    border: none;
    border-radius: 20px;
    padding: 6px 14px;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-buy-coins:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(212, 175, 55, 0.5);
    background: linear-gradient(135deg, #fff6aa, var(--gold-main));
}

@media (max-width: 1024px) {
    .nav-coins-label { display: none; }
    .btn-buy-coins { padding: 6px 10px; font-size: 0.7rem; }
}

@media (max-width: 768px) {
    .nav-coins { display: none; }
    .btn-buy-coins { display: none; }
}

/* ─── FONT CONSISTENCY FIX ───────────────────────────────────────────── */
/* Ensure Cinzel is always applied to headings site-wide */
h1, h2, h3, h4,
.section-title,
.section-heading,
.contest-title,
.stats-title,
.hiw-title,
.featured-title,
.tier-name,
.rank-name,
.nav-logo .title {
    font-family: 'Cinzel', serif;
}

/* ─── GOLD GRADIENT CONSISTENCY ─────────────────────────────────────── */
.gold-gradient {
    background: linear-gradient(135deg, var(--gold-light) 0%, var(--gold-main) 50%, var(--gold-dark) 100%);
}

.gold-text-gradient {
    background: linear-gradient(to bottom, var(--gold-light), var(--gold-main));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* ─── OVERFLOW FIX ───────────────────────────────────────────────────── */
html, body {
    overflow-x: hidden;
    max-width: 100vw;
}

/* Prevent horizontal scroll from any full-width elements */
.stories-container,
.feed-container,
.navbar {
    max-width: 100%;
    overflow-x: hidden;
}

/* ─── AI WIDGET — always clickable above nav & transitions ───────────── */
.ai-widget-btn,
.ai-chat-window,
#aiWidgetBtn,
#aiChatWindow {
    pointer-events: auto !important;
}

.ai-widget-btn,
#aiWidgetBtn {
    z-index: 10050 !important;
}

.ai-chat-window,
#aiChatWindow {
    z-index: 10049 !important;
}

.age-gate-overlay {
    z-index: 10000;
}

/* Main content must stay below navbar + language dropdown */
main {
    position: relative;
    z-index: 1;
}

/* Language UI always clickable (above main, transitions, etc.) */
.lang-switcher,
.lang-btn,
.lang-dropdown,
.lang-dropdown a {
    pointer-events: auto !important;
}

