﻿/* JuegoCasinoOnline.site — Dark Neon UI (no frameworks) */

:root {
    --bg: #030014;
    --panel: #0c0a1f;
    --panel2: #151030;
    --text: #e2e8f0;
    --muted: #94a3b8;
    --stroke: rgba(124, 58, 237, .15);
    --shadow: 0 12px 40px rgba(0, 0, 0, .45);

    --green: #2dd4bf;
    --blue: #8b5cf6;
    --red: #f43f5e;
    --yellow: #fbbf24;

    --radius: 18px;
    --radius2: 24px;
    --max: 1160px;
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, "Noto Sans", "Helvetica Neue", sans-serif;
    color: var(--text);
    background:
        radial-gradient(1200px 600px at 20% 0%, rgba(139, 92, 246, .15), transparent 60%),
        radial-gradient(900px 500px at 80% 15%, rgba(45, 212, 191, .12), transparent 60%),
        radial-gradient(900px 500px at 50% 110%, rgba(251, 191, 36, .08), transparent 60%),
        var(--bg);
    line-height: 1.55;
}

a {
    color: inherit;
    text-decoration: none
}

a:hover {
    opacity: .95
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

.container {
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 16px
}

.section {
    padding: 56px 0
}

.section.sm {
    padding: 36px 0
}

.section-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.section-title h2 {
    margin: 0;
    font-size: 1.5rem
}

.section-title p {
    margin: 0;
    color: var(--muted);
    max-width: 680px
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid var(--stroke);
    border-radius: 999px;
    background: rgba(255, 255, 255, .03);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .02);
    font-size: .9rem;
    color: var(--muted);
}

.glass {
    background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .03));
    border: 1px solid var(--stroke);
    border-radius: var(--radius2);
    box-shadow: var(--shadow);
    backdrop-filter: blur(10px);
}

.card {
    border: 1px solid var(--stroke);
    background: rgba(10, 15, 30, .65);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 5px 15px;
    margin-bottom: 10px;
}

.card .pad {
    padding: 18px
}

.topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(5, 8, 20, .65);
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    backdrop-filter: blur(14px);
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 0;
    gap: 14px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    letter-spacing: .2px;
}

.brand img {
    width: 180px;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.nav-links a {
    padding: 10px 10px;
    border-radius: 12px;
    color: var(--muted);
}

.nav-links a:hover {
    color: var(--text);
    background: rgba(255, 255, 255, .04);
}

.nav-cta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .04);
    color: var(--text);
    cursor: pointer;
    user-select: none;
    transition: transform .12s ease, background .12s ease, border-color .12s ease;
}

.btn:hover {
    background: rgba(255, 255, 255, .06);
    border-color: rgba(255, 255, 255, .16)
}

.btn:active {
    transform: translateY(1px)
}

.btn.primary {
    background: linear-gradient(135deg, rgba(34, 197, 94, .95), rgba(14, 165, 233, .95));
    border-color: rgba(255, 255, 255, .14);
    box-shadow: 0 14px 34px rgba(34, 197, 94, .12), 0 14px 34px rgba(14, 165, 233, .10);
    color: #04120a;
    font-weight: 800;
}

.btn.primary:hover {
    filter: saturate(1.06)
}

.btn.ghost {
    background: transparent
}

.btn.red {
    background: rgba(239, 68, 68, .12);
    border-color: rgba(239, 68, 68, .35);
    color: #fecaca;
}

.icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
    display: inline-block;
    background: currentColor;
    -webkit-mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
}

.i-bolt {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M13 2L3 14h8l-1 8 10-12h-8l1-8Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M13 2L3 14h8l-1 8 10-12h-8l1-8Z"/></svg>');
}

.i-check {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4Z"/></svg>');
}

.i-shield {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 2 4 5v6c0 5 3.4 9.7 8 11 4.6-1.3 8-6 8-11V5l-8-3Zm0 2.2 6 2.3v4.5c0 4-2.5 7.8-6 9-3.5-1.2-6-5-6-9V6.5l6-2.3Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 2 4 5v6c0 5 3.4 9.7 8 11 4.6-1.3 8-6 8-11V5l-8-3Zm0 2.2 6 2.3v4.5c0 4-2.5 7.8-6 9-3.5-1.2-6-5-6-9V6.5l6-2.3Z"/></svg>');
}

.i-pay {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M3 7a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v2H3V7Zm0 5h20v5a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-5Zm5 3h4v2H8v-2Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M3 7a3 3 0 0 1 3-3h12a3 3 0 0 1 3 3v2H3V7Zm0 5h20v5a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-5Zm5 3h4v2H8v-2Z"/></svg>');
}

.i-phone {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M7 2h10a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Zm0 3v14h10V5H7Zm4 15h2v1h-2v-1Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M7 2h10a2 2 0 0 1 2 2v16a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Zm0 3v14h10V5H7Zm4 15h2v1h-2v-1Z"/></svg>');
}

.i-cookie {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 2a10 10 0 1 0 10 10c0-.5 0-1-.1-1.5-2 .1-3.8-1.2-4.4-3.1-1.9.6-4-.1-5-1.8C10.6 6 9 6.7 8.2 8.1c-1.7-.1-3.2 1-3.7 2.6-1.4.4-2.5 1.7-2.5 3.3A7 7 0 0 0 12 19a7 7 0 0 0 6.9-5.8c-1.7-.2-3.2-1.4-3.7-3-.9.4-2 .4-2.9-.1-.9-.5-1.5-1.4-1.7-2.4-.8.5-1.9.6-2.8.1-.9-.5-1.5-1.4-1.6-2.4-.8.2-1.6.1-2.3-.4A5 5 0 0 1 12 2Zm-2 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm5 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm-3 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M12 2a10 10 0 1 0 10 10c0-.5 0-1-.1-1.5-2 .1-3.8-1.2-4.4-3.1-1.9.6-4-.1-5-1.8C10.6 6 9 6.7 8.2 8.1c-1.7-.1-3.2 1-3.7 2.6-1.4.4-2.5 1.7-2.5 3.3A7 7 0 0 0 12 19a7 7 0 0 0 6.9-5.8c-1.7-.2-3.2-1.4-3.7-3-.9.4-2 .4-2.9-.1-.9-.5-1.5-1.4-1.7-2.4-.8.5-1.9.6-2.8.1-.9-.5-1.5-1.4-1.6-2.4-.8.2-1.6.1-2.3-.4A5 5 0 0 1 12 2Zm-2 9a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm5 3a1 1 0 1 1 0-2 1 1 0 0 1 0 2Zm-3 2a1 1 0 1 1 0-2 1 1 0 0 1 0 2Z"/></svg>');
}

.grid {
    display: grid;
    gap: 16px;
}

.grid.two {
    grid-template-columns: 1fr
}

.grid.three {
    grid-template-columns: 1fr
}

@media (min-width: 900px) {
    .grid.two {
        grid-template-columns: 1.05fr .95fr
    }

    .grid.three {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.hero {
    padding: 42px 0 26px;
}

.hero-wrap {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    padding: 22px;
}

@media (min-width: 900px) {
    .hero-wrap {
        grid-template-columns: 1.12fr .88fr;
        padding: 26px
    }
}

.hero h1 {
    margin: 10px 0 10px;
    font-size: 2rem;
    line-height: 1.12;
}

@media (min-width: 900px) {
    .hero h1 {
        font-size: 2.6rem
    }
}

.lead {
    color: var(--muted);
    margin: 0 0 14px;
    max-width: 62ch
}

.hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px
}

.hero-points {
    display: grid;
    gap: 10px;
    margin-top: 14px
}

.point {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    color: var(--muted)
}

.point b {
    color: var(--text)
}

.kpi {
    display: grid;
    gap: 12px;
    padding: 16px;
}

.kpi .row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px
}

.kpi .big {
    font-size: 1.8rem;
    font-weight: 900
}

.kpi small {
    color: var(--muted)
}

.table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid var(--stroke);
    background: rgba(10, 15, 30, .45);
}

.table th,
.table td {
    text-align: left;
    padding: 12px 12px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    vertical-align: middle;
}

.table th {
    color: var(--muted);
    font-weight: 700;
    font-size: .9rem
}

.table tr:last-child td {
    border-bottom: none
}

.table .rank {
    font-weight: 900;
    color: rgba(255, 255, 255, .85);
}

.pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    border-radius: 999px;
    border: 1px solid var(--stroke);
    background: rgba(255, 255, 255, .03);
    color: var(--muted);
    font-size: .9rem;
}

.pill strong {
    color: var(--text)
}

.pill.green {
    border-color: rgba(34, 197, 94, .35)
}

.pill.blue {
    border-color: rgba(14, 165, 233, .35)
}

.pill.yellow {
    border-color: rgba(251, 191, 36, .35)
}

.pill.red {
    border-color: rgba(239, 68, 68, .35)
}

.notice {
    padding: 14px 14px;
    border-radius: 16px;
    border: 1px solid rgba(251, 191, 36, .30);
    background: rgba(251, 191, 36, .08);
    color: #fde68a;
}

.notice strong {
    color: #fff
}

.steps {
    counter-reset: step
}

.step {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    border-radius: 16px;
    border: 1px solid var(--stroke);
    background: rgba(255, 255, 255, .03);
}

.step:before {
    counter-increment: step;
    content: counter(step);
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    font-weight: 900;
    color: #04120a;
    background: linear-gradient(135deg, rgba(34, 197, 94, .95), rgba(14, 165, 233, .95));
    border: 1px solid rgba(255, 255, 255, .16);
}

.step p {
    margin: 0;
    color: var(--muted)
}

.step b {
    color: var(--text)
}

.faq {
    display: grid;
    gap: 10px
}

.faq-item {
    border: 1px solid var(--stroke);
    border-radius: 16px;
    overflow: hidden;
    background: rgba(255, 255, 255, .03);
    padding: 10px;
}

.faq-q {
    width: 100%;
    text-align: left;
    background: transparent;
    border: 0;
    color: var(--text);
    padding: 14px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    cursor: pointer;
    font-weight: 800;
}

.faq-a {
    padding: 0 14px 14px;
    color: var(--muted);
    display: none;
}

.faq-item.open .faq-a {
    display: block
}

.faq-caret {
    color: var(--muted);
    transition: transform .14s ease
}

.faq-item.open .faq-caret {
    transform: rotate(180deg)
}

.form {
    display: grid;
    gap: 12px;
}

.input,
textarea {
    width: 100%;
    padding: 12px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(0, 0, 0, .18);
    color: var(--text);
    outline: none;
}

.input:focus,
textarea:focus {
    border-color: rgba(14, 165, 233, .45);
    box-shadow: 0 0 0 4px rgba(14, 165, 233, .12);
}

textarea {
    min-height: 120px;
    resize: vertical
}

.help {
    color: var(--muted);
    font-size: .92rem
}

.footer {
    padding: 34px 0 46px;
    border-top: 1px solid rgba(255, 255, 255, .08);
    color: var(--muted);
}

.footer a {
    color: var(--text)
}

.footer-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr;
    padding-bottom: 30px;
}

@media (min-width: 900px) {
    .footer-grid {
        grid-template-columns: 1.1fr .9fr .9fr
    }
}

.footer h3 {
    margin: 0 0 10px;
    color: var(--text);
    font-size: 1.05rem
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 8px
}

.kicker {
    font-size: .85rem;
    text-align: center;
    color: var(--muted)
}

.hr {
    height: 1px;
    background: rgba(255, 255, 255, .08);
    margin: 14px 0
}

.small {
    font-size: .9rem;
    color: var(--muted)
}

.inline-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

/* Cookie banner + modal */
.cookie-banner {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 100;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, .12);
    background: rgba(10, 15, 30, .88);
    backdrop-filter: blur(14px);
    box-shadow: var(--shadow);
    display: none;
}

.cookie-banner .inner {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

@media (min-width: 900px) {
    .cookie-banner {
        left: 16px;
        right: auto;
        width: 520px
    }
}

.cookie-banner p {
    margin: 0;
    color: var(--muted)
}

.cookie-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.cookie-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    display: none;
    z-index: 120;
    padding: 16px;
}

.cookie-modal .dialog {
    max-width: 720px;
    margin: 6vh auto;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(10, 15, 30, .96);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.cookie-modal header {
    padding: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.cookie-modal header h3 {
    margin: 0
}

.cookie-modal .content {
    padding: 16px;
    color: var(--muted)
}

.cookie-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, .10);
    background: rgba(255, 255, 255, .03);
    margin-top: 10px;
}

.toggle {
    display: flex;
    align-items: center;
    gap: 10px;
}

.switch {
    width: 46px;
    height: 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .18);
    background: rgba(255, 255, 255, .06);
    position: relative;
    cursor: pointer;
    flex: 0 0 46px;
}

.switch::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 20px;
    height: 20px;
    border-radius: 999px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .85);
    transition: left .12s ease, background .12s ease;
}

.switch.on {
    background: rgba(34, 197, 94, .22);
    border-color: rgba(34, 197, 94, .35);
}

.switch.on::after {
    left: 22px;
    background: rgba(34, 197, 94, .95)
}

.switch.disabled {
    opacity: .55;
    cursor: not-allowed
}

/* Mobile Menu Logic */
.menu-btn {
    display: none;
    background: transparent;
    border: none;
    color: var(--text);
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0;
}

.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 90;
    background: rgba(5, 8, 20, .98);
    backdrop-filter: blur(20px);
    padding: 80px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(.4, 0, .2, 1);
}

.mobile-menu.open {
    transform: translateX(0);
}

.mobile-menu a {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--text);
    padding: 12px 0;
    border-bottom: 1px solid var(--stroke);
}

@media (max-width: 900px) {
    .nav-links {
        display: none;
    }

    .menu-btn {
        display: block;
    }
}

/* Contact Image Fix */
.hero-art svg {
    max-width: 100%;
    height: auto;
    max-height: 340px;
    /* Constrain height */
    display: block;
    margin: 0 auto;
}

/* Form Styling (Premium Dark) */
.field {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.field-label {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--muted);
    margin-left: 4px;
}

.field input,
.field select,
.field textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 16px;
    border: 1px solid var(--stroke);
    background: rgba(0, 0, 0, .25);
    color: var(--text);
    font-family: inherit;
    font-size: 1rem;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(14, 165, 233, .12);
}

.field-hint {
    font-size: 0.85rem;
    color: var(--muted);
    margin-left: 4px;
}

/* Checkbox styling fix */
.check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

.check input {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    accent-color: var(--green);
    cursor: pointer;
}

