/* Reset básico y tipografía */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    background: #050716;
    color: #0f172a;
    line-height: 1.6;
}

.site-bg-pattern {
    position: fixed;
    inset: 0;
    z-index: -2;
    background:
        radial-gradient(circle at 0% 0%, rgba(255, 99, 132, 0.48) 0, transparent 55%),
        radial-gradient(circle at 100% 15%, rgba(56, 189, 248, 0.5) 0, transparent 55%),
        radial-gradient(circle at 0% 100%, rgba(190, 242, 100, 0.35) 0, transparent 50%),
        radial-gradient(circle at 100% 100%, rgba(244, 114, 182, 0.4) 0, transparent 55%);
    filter: blur(2px);
}

.logo-brand {
    width: 120px;
    display: inline-block;
}
.logo-brand img {
    width: 100%;
}

.site-shell {
    max-width: 1120px;
    margin: 0 auto;
    padding: 18px 16px 40px;
}

/* CABECERA */
.site-header {
    position: sticky;
    top: 0;
    z-index: 40;
    margin-bottom: 24px;
    padding: 10px 14px;
    border-radius: 999px;
    backdrop-filter: blur(14px);
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 0.92));
    border: 1px solid rgba(148, 163, 184, 0.5);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-mark {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #0f172a;
    font-weight: 800;
    font-size: 18px;
}

.brand-mark img {
    width: 32px;
}

.brand-mark--small {
    width: 32px;
    height: 32px;
    font-size: 15px;
    border-radius: 10px;
}

.block-brand {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0;
    justify-content: center;
}
.block-brand a {
    height: 48px;
}
.block-brand a img {
    height: 100%;
    object-fit: contain;
}

.brand-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.brand-title {
    font-size: 17px;
    font-weight: 700;
    color: #e5e7eb;
    white-space: nowrap;
}

.brand-tagline {
    font-size: 12px;
    color: #9ca3af;
}

/* NAV */
.nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-end;
}

.nav-link {
    font-size: 13px;
    padding: 6px 10px;
    border-radius: 999px;
    border: 1px solid transparent;
    color: #e5e7eb;
    text-decoration: none;
    transition: background 0.16s ease, color 0.16s ease, border-color 0.16s ease;
}

.nav-link:hover {
    background: rgba(15, 23, 42, 0.85);
    border-color: rgba(148, 163, 184, 0.7);
}

.nav-link-pill {
    border-color: rgba(248, 250, 252, 0.25);
    background: radial-gradient(circle at 0% 0%, rgba(96, 165, 250, 0.5), transparent 55%),
                radial-gradient(circle at 100% 100%, rgba(251, 191, 36, 0.55), transparent 50%);
    color: #ffffff;
    font-weight: 600;
}

/* LAYOUT PRINCIPAL */
.site-main {
    margin-top: 22px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* HERO */
.hero {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(0, 1.3fr);
    gap: 28px;
    padding: 22px 20px 24px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(15, 23, 42, 0.94));
    border: 1px solid rgba(148, 163, 184, 0.7);
    box-shadow: 0 18px 60px rgba(15, 23, 42, 1);
    color: #e5e7eb;
}

.hero-title {
    font-size: 28px;
    line-height: 1.18;
    letter-spacing: 0.01em;
    margin-bottom: 14px;
}

.hero-text {
    font-size: 15px;
    color: #cbd5f5;
    margin-bottom: 16px;
}

.hero-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 18px;
}

.hero-pill {
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(148, 163, 184, 0.75);
}

.hero-bottom {
    display: grid;
    grid-template-columns: minmax(0, 1.5fr);
    gap: 10px;
}

.hero-note {
    background: radial-gradient(circle at 0 0, rgba(34, 197, 94, 0.35), transparent 60%);
    border-radius: 14px;
    padding: 12px 12px 10px;
    border: 1px solid rgba(74, 222, 128, 0.45);
}

.hero-note-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 6px;
}

.hero-note-list {
    list-style: disc;
    padding-left: 18px;
    font-size: 13px;
    color: #d1fae5;
}

.hero-chip {
    align-self: flex-end;
    font-size: 11px;
    padding: 8px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px dashed rgba(148, 163, 184, 0.8);
    color: #9ca3af;
}

/* HERO RIGHT */
.hero-right {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.hero-card {
    border-radius: 18px;
    padding: 14px 14px 12px;
    background: rgba(15, 23, 42, 0.95);
    border: 1px solid rgba(148, 163, 184, 0.7);
}

.hero-card-main {
    background:
        radial-gradient(circle at 0 0, rgba(59, 130, 246, 0.45), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(244, 114, 182, 0.5), transparent 55%),
        rgba(15, 23, 42, 0.96);
}

.hero-card-secondary {
    background:
        radial-gradient(circle at 0 0, rgba(234, 179, 8, 0.3), transparent 65%),
        rgba(15, 23, 42, 0.95);
}

.hero-card-label {
    display: inline-flex;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    padding: 4px 10px;
    border-radius: 999px;
    border: 1px solid rgba(15, 23, 42, 0.7);
    background: rgba(15, 23, 42, 0.9);
    color: #e5e7eb;
    margin-bottom: 8px;
}

.hero-card-label-soft {
    background: rgba(15, 23, 42, 0.92);
}

.hero-card-rows {
    display: grid;
    gap: 8px;
    font-size: 13px;
}

.hero-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.hero-row-label {
    color: #c7d2fe;
}

.hero-row-value {
    color: #e5e7eb;
    text-align: right;
}

.hero-secondary-text {
    font-size: 13px;
    color: #fef3c7;
}

/* SECCIONES GENERALES */
.section {
    padding: 10px 4px 0;
    border-radius: 24px;
    background: rgba(15, 23, 42, 0.88);
    border: 1px solid rgba(148, 163, 184, 0.6);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.95);
}

.section + .section {
    margin-top: 6px;
}

.section-alt {
    background: rgba(15, 23, 42, 0.92);
}

.section-heading {
    padding: 18px 18px 8px;
    border-bottom: 1px solid rgba(51, 65, 85, 0.9);
}

.section-heading h2 {
    font-size: 20px;
    color: #f9fafb;
    margin-bottom: 6px;
}

.section-heading p {
    font-size: 14px;
    color: #c7d2fe;
    max-width: 720px;
}

/* CASINOS */
.section-casinos {
    padding-bottom: 18px;
}

.casino-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    padding: 14px 14px 18px;
}

.casino-card {
    border-radius: 18px;
    padding: 14px 14px 12px;
    color: #020617;
    background: #f9fafb;
    position: relative;
    overflow: hidden;
}

.casino-card::before {
    content: "";
    position: absolute;
    inset: -40%;
    opacity: 0.18;
    pointer-events: none;
    background: radial-gradient(circle at 0 0, #22c55e, transparent 55%);
}

.casino-card--blue::before {
    background: radial-gradient(circle at 0 0, #38bdf8, transparent 55%);
}

.casino-card--purple::before {
    background: radial-gradient(circle at 0 0, #a855f7, transparent 55%);
}

.casino-card--orange::before {
    background: radial-gradient(circle at 0 0, #fb923c, transparent 55%);
}

.casino-card > * {
    position: relative;
    z-index: 1;
}

.casino-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 8px;
}

.casino-name {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
}

.casino-sub {
    font-size: 13px;
    color: #4b5563;
}

.casino-rating {
    text-align: right;
}

.casino-score {
    display: block;
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
}

.casino-score-label {
    font-size: 11px;
    color: #6b7280;
}

.casino-body {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr) minmax(0, 1.1fr);
    gap: 14px;
    margin-bottom: 10px;
}

.casino-column h4 {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #111827;
}

.casino-column p {
    font-size: 13px;
    color: #4b5563;
}

.check-list,
.warn-list {
    list-style: none;
    padding-left: 0;
    font-size: 13px;
}

.check-list li,
.warn-list li {
    display: flex;
    gap: 6px;
    margin-bottom: 4px;
}

.check-list li::before {
    content: "✔";
    color: #16a34a;
    font-size: 11px;
    margin-top: 3px;
}

.warn-list li::before {
    content: "⚠";
    color: #ea580c;
    font-size: 11px;
    margin-top: 3px;
}

.casino-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-top: 1px dashed rgba(156, 163, 175, 0.7);
    padding-top: 8px;
    margin-top: 6px;
}

.casino-footer-note {
    font-size: 11px;
    color: #6b7280;
    max-width: 420px;
}

/* BOTONES */
.btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    background: linear-gradient(135deg, #2563eb, #7c3aed);
    color: #f9fafb;
    border: none;
    box-shadow: 0 8px 24px rgba(37, 99, 235, 0.45);
    transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.btn-primary:hover {
    transform: translateY(-1px);
    filter: brightness(1.08);
    box-shadow: 0 12px 30px rgba(37, 99, 235, 0.5);
}

.btn-primary--outline {
    background: transparent;
    color: #111827;
    border: 1px solid rgba(37, 99, 235, 0.5);
    box-shadow: none;
}

.btn-primary--outline:hover {
    background: rgba(59, 130, 246, 0.08);
}

/* PASTILLAS DE CÓMO COMPARA */
.pill-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    padding: 12px 14px 16px;
}

.pill-card {
    border-radius: 18px;
    padding: 12px 12px 10px;
    background: radial-gradient(circle at 0 0, rgba(56, 189, 248, 0.5), transparent 55%);
    border: 1px solid rgba(148, 163, 184, 0.9);
    color: #fff;
}

.pill-card:nth-child(2) {
    background: radial-gradient(circle at 0 0, rgba(244, 114, 182, 0.55), transparent 55%);
}

.pill-card:nth-child(3) {
    background: radial-gradient(circle at 0 0, rgba(190, 242, 100, 0.55), transparent 55%);
}

.pill-number {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    margin-bottom: 4px;
}

.pill-title {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #fff
}

.pill-text {
    font-size: 13px;
    color: #ffffff;
}

/* GUÍA RÁPIDA */
.section-guide {
    background: rgba(15, 23, 42, 0.95);
}

.guide-grid {
    padding: 12px 14px 16px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.guide-card {
    border-radius: 18px;
    padding: 12px 12px 10px;
    background: #0f172a;
    border: 1px solid rgba(148, 163, 184, 0.9);
    color: #e5e7eb;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.9);
}

.guide-card h3 {
    font-size: 14px;
    margin-bottom: 4px;
}

.guide-card p {
    font-size: 13px;
    color: #e5e7eb;
}

/* TABLA */
.table-wrapper {
    padding: 14px 14px 16px;
    overflow-x: auto;
}

.compare-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    background: #0b1220;
    border-radius: 14px;
    overflow: hidden;
}

.compare-table thead {
    background: linear-gradient(135deg, #38bdf8, #a855f7);
    color: #0b1120;
}

.compare-table th,
.compare-table td {
    padding: 8px 10px;
    text-align: left;
}

.compare-table th {
    font-weight: 700;
    font-size: 12px;
}

.compare-table tbody tr:nth-child(odd) {
    background: rgba(15, 23, 42, 0.9);
    color: #e5e7eb;
}

.compare-table tbody tr:nth-child(even) {
    background: rgba(15, 23, 42, 0.98);
    color: #e5e7eb;
}

.compare-table tbody tr:hover {
    background: rgba(30, 64, 175, 0.8);
}

/* FAQ */
.section-faq {
    background: rgba(15, 23, 42, 0.98);
}

.faq-list {
    padding: 10px 14px 14px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-item {
    border-radius: 16px;
    border: 1px solid rgba(148, 163, 184, 0.9);
    background: #020617;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    color: #e5e7eb;
    font-size: 14px;
    padding: 10px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.faq-toggle {
    font-size: 16px;
    margin-left: 8px;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    padding: 0 12px;
    transition: max-height 0.18s ease;
}

.faq-answer p {
    font-size: 13px;
    color: #cbd5f5;
    padding-bottom: 10px;
}

.faq-item--open .faq-toggle {
    transform: rotate(45deg);
}

/* JUEGO RESPONSABLE */
.section-resp {
    background: rgba(15, 23, 42, 0.96);
}

.resp-grid {
    padding: 12px 14px 16px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.resp-card {
    border-radius: 18px;
    padding: 12px 12px 10px;
    background: #0f172a;
    border: 1px solid rgba(248, 250, 252, 0.06);
    color: #e5e7eb;
}

.resp-card--accent {
    background: radial-gradient(circle at 0 0, rgba(248, 250, 252, 0.15), transparent 60%),
                radial-gradient(circle at 100% 100%, rgba(251, 191, 36, 0.35), transparent 60%),
                #0f172a;
    border-color: rgba(251, 191, 36, 0.7);
}

.bullet-list {
    list-style: disc;
    padding-left: 18px;
    font-size: 13px;
}

.resp-small {
    font-size: 12px;
    color: #fef3c7;
    margin-top: 6px;
}

/* FOOTER */
.site-footer {
    margin-top: 24px;
    border-radius: 24px;
    padding: 14px 16px 16px;
    background: rgba(15, 23, 42, 0.98);
    border: 1px solid rgba(148, 163, 184, 0.8);
    box-shadow: 0 16px 50px rgba(15, 23, 42, 1);
    color: #e5e7eb;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(51, 65, 85, 0.95);
    padding-bottom: 10px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-title {
    font-size: 15px;
    font-weight: 700;
}

.footer-sub {
    font-size: 12px;
    color: #9ca3af;
}

.footer-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.footer-badge {
    font-size: 11px;
    padding: 4px 8px;
    border-radius: 999px;
    border: 1px solid rgba(148, 163, 184, 0.9);
}

.footer-badge--outline {
    background: transparent;
}

.footer-badge--soft {
    background: rgba(15, 23, 42, 0.85);
    border-style: dashed;
}

.footer-bottom {
    font-size: 12px;
    color: #9ca3af;
}

.footer-bottom p + p {
    margin-top: 6px;
}

.footer-copy {
    font-size: 11px;
    color: #6b7280;
}

.age-overlay {
    position: fixed;
    inset: 0;
    z-index: 9999;
    padding: 16px;
    background:
            radial-gradient(circle at 0% 0%, rgba(244, 63, 94, 0.35), transparent 60%),
            radial-gradient(circle at 100% 100%, rgba(56, 189, 248, 0.35), transparent 60%),
            rgba(15, 23, 42, 0.92);
    display: flex;
    align-items: center;
    justify-content: center;
}

.age-modal {
    max-width: 460px;
    width: 100%;
    border-radius: 22px;
    padding: 20px 18px 16px;
    background:
            radial-gradient(circle at 0% 0%, rgba(248, 250, 252, 0.14), transparent 60%),
            radial-gradient(circle at 100% 100%, rgba(251, 191, 36, 0.25), transparent 60%),
            #020617;
    border: 1px solid rgba(248, 250, 252, 0.22);
    box-shadow:
            0 22px 70px rgba(15, 23, 42, 0.95),
            0 0 0 1px rgba(15, 23, 42, 0.9);
    color: #e5e7eb;
    text-align: left;
}

.age-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    background: radial-gradient(circle at 0% 0%, #f97316, transparent 65%);
    border: 1px solid rgba(248, 250, 252, 0.35);
    color: #ffffff;
    margin-bottom: 10px;
}

.age-title {
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 10px;
    color: #f9fafb;
}

.age-text {
    font-size: 14px;
    color: #e5e7eb;
    margin-bottom: 6px;
}

.age-text-soft {
    color: #c4c4ff;
}

.age-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 14px 0 10px;
}

.age-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease, background 0.12s ease;
}

.age-btn-primary {
    background: linear-gradient(135deg, #22c55e, #14b8a6, #38bdf8);
    color: #020617;
    box-shadow: 0 10px 30px rgba(34, 197, 94, 0.55);
    border-color: rgba(15, 23, 42, 0.9);
}

.age-btn-primary:hover {
    transform: translateY(-1px);
    filter: brightness(1.05);
    box-shadow: 0 12px 36px rgba(34, 197, 94, 0.65);
}

.age-btn-ghost {
    background: transparent;
    color: #e5e7eb;
    border-color: rgba(148, 163, 184, 0.6);
}

.age-btn-ghost:hover {
    background: rgba(15, 23, 42, 0.8);
}

.age-small {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 4px;
}

.nav-pages {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 10px 0;
    justify-content: center;
}
.nav-pages a {
    color: #fff;
    text-decoration: none;
}
.contact-shell {
    --contact-bg: #050816;
    --contact-card-bg: rgba(15, 23, 42, 0.96);
    --contact-border: rgba(148, 163, 184, 0.3);
    --contact-accent: #f97316;
    --contact-accent-soft: rgba(249, 115, 22, 0.12);
    --contact-text: #e5e7eb;
    --contact-muted: #9ca3af;
    --contact-error: #f97373;

    padding: 40px 16px 60px;
    color: var(--contact-text);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-card {
    position: relative;
    width: 100%;
    max-width: 880px;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.92));
    border: 1px solid rgba(148, 163, 184, 0.4);
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.65);
    overflow: hidden;
    backdrop-filter: blur(18px);
}

.contact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
            radial-gradient(circle at top right, rgba(249, 115, 22, 0.18), transparent 55%),
            radial-gradient(circle at bottom left, rgba(59, 130, 246, 0.22), transparent 60%);
    opacity: 0.7;
    mix-blend-mode: screen;
    pointer-events: none;
}

.contact-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.5fr);
}

@media (max-width: 880px) {
    .contact-inner {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* ===== Left info panel ===== */

.contact-info {
    padding: 26px 26px 26px;
    border-right: 1px solid rgba(148, 163, 184, 0.35);
}

@media (max-width: 880px) {
    .contact-info {
        border-right: none;
        border-bottom: 1px solid rgba(148, 163, 184, 0.35);
    }
}

.contact-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(249, 115, 22, 0.4);
    color: var(--contact-muted);
}

.contact-chip span {
    color: #fed7aa;
}

.contact-title {
    margin-top: 16px;
    font-size: clamp(22px, 3vw, 26px);
    font-weight: 700;
    color: #f9fafb;
}

.contact-subtitle {
    margin-top: 10px;
    font-size: 14px;
    color: var(--contact-muted);
    max-width: 32rem;
}

.contact-help-list {
    margin-top: 18px;
    padding-left: 0;
    list-style: none;
    font-size: 13px;
    color: var(--contact-muted);
}

.contact-help-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 8px;
}

.contact-help-list span {
    font-size: 16px;
    line-height: 1;
    margin-top: 1px;
}

.contact-meta {
    margin-top: 20px;
    font-size: 12px;
    color: var(--contact-muted);
    border-top: 1px dashed rgba(148, 163, 184, 0.5);
    padding-top: 12px;
}

/* ===== Form ===== */

.contact-form-wrap {
    padding: 24px 24px 26px;
}

.contact-form {
    display: grid;
    gap: 14px;
    font-size: 14px;
}

.contact-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

@media (max-width: 640px) {
    .contact-row {
        grid-template-columns: minmax(0, 1fr);
    }
}

.contact-label {
    display: block;
    font-size: 13px;
    margin-bottom: 4px;
    color: var(--contact-muted);
}

.contact-label span {
    color: var(--contact-accent);
}

.contact-input,
.contact-select,
.contact-textarea {
    width: 100%;
    border-radius: 12px;
    border: 1px solid var(--contact-border);
    background: rgba(15, 23, 42, 0.9);
    color: var(--contact-text);
    padding: 9px 11px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, background 0.16s ease, transform 0.06s ease;
}

.contact-input::placeholder,
.contact-textarea::placeholder {
    color: rgba(156, 163, 175, 0.9);
}

.contact-input:focus,
.contact-select:focus,
.contact-textarea:focus {
    border-color: var(--contact-accent);
    background: rgba(15, 23, 42, 0.98);
    box-shadow: 0 0 0 1px rgba(249, 115, 22, 0.3), 0 14px 30px rgba(0, 0, 0, 0.55);
    transform: translateY(-0.5px);
}

.contact-textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-consent {
    margin-top: 6px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    color: var(--contact-muted);
}

.contact-consent input[type="checkbox"] {
    margin-top: 2px;
    width: 14px;
    height: 14px;
    accent-color: var(--contact-accent);
}

.contact-consent a {
    color: #fed7aa;
    text-decoration: underline;
    text-decoration-style: dotted;
}

.contact-footer-row {
    margin-top: 6px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: var(--contact-muted);
}

.contact-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 18px;
    border-radius: 999px;
    border: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    background: radial-gradient(circle at top left, #fed7aa, #f97316);
    color: #111827;
    box-shadow: 0 14px 30px rgba(248, 153, 60, 0.5);
    transition: transform 0.1s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.contact-btn span.icon {
    font-size: 16px;
    transform: translateY(0.5px);
}

.contact-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 18px 40px rgba(248, 153, 60, 0.55);
    filter: brightness(1.02);
}

.contact-btn:active {
    transform: translateY(0);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.7);
}

.contact-note-legal {
    max-width: 260px;
}
.legal-shell {
    --legal-bg: #050816;
    --legal-card-bg: rgba(10, 18, 40, 0.96);
    --legal-border: rgba(255, 255, 255, 0.08);
    --legal-accent: #ffb347;
    --legal-accent-soft: rgba(255, 179, 71, 0.09);
    --legal-text: #e5e7f5;
    --legal-muted: #9ca3c7;
    --legal-heading: #fdfdfd;
    --legal-tag-bg: rgba(15, 118, 110, 0.18);
    --legal-tag-text: #a5f3fc;
    --legal-shadow: 0 22px 60px rgba(0, 0, 0, 0.7);

    position: relative;
    color: var(--legal-text);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", sans-serif;
    overflow: hidden;
}

.legal-shell::before {
    top: -140px;
    left: -120px;
}

.legal-shell::after {
    bottom: -180px;
    right: -120px;
    background: radial-gradient(circle, rgba(59, 130, 246, 0.15), transparent 60%);
}

/* ===== Card ===== */

.legal-card {
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    border-radius: 24px;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.92));
    border: 1px solid var(--legal-border);
    overflow: hidden;
    z-index: 1;
    backdrop-filter: blur(18px);
}

.legal-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background:
            linear-gradient(120deg, rgba(255, 179, 71, 0.18), transparent 45%, rgba(59, 130, 246, 0.2) 75%, transparent 100%);
    opacity: 0.24;
    mix-blend-mode: screen;
    pointer-events: none;
}

/* ===== Header ===== */

.legal-header {
    position: relative;
    padding: 24px 24px 18px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: radial-gradient(circle at top right, rgba(255, 179, 71, 0.15), transparent 55%);
}

.legal-badge-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}

.legal-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 5px 11px;
    border-radius: 999px;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    background: var(--legal-tag-bg);
    color: var(--legal-tag-text);
    border: 1px solid rgba(45, 212, 191, 0.25);
}

.legal-chip span {
    opacity: 0.8;
}

.legal-updated {
    font-size: 12px;
    color: var(--legal-muted);
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.legal-updated::before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0.15);
}

.legal-title-block {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.legal-title-block h1 {
    font-size: clamp(24px, 3vw, 30px);
    color: var(--legal-heading);
    margin: 0;
    letter-spacing: 0.03em;
}

.legal-subtitle {
    font-size: 14px;
    color: var(--legal-muted);
    max-width: 640px;
}

/* ===== Body ===== */

.legal-body {
    position: relative;
    padding: 24px 22px 26px;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 2.3fr);
    gap: 28px;
}

@media (max-width: 900px) {
    .legal-body {
        grid-template-columns: minmax(0, 1fr);
        padding: 20px 18px 22px;
    }
}


.legal-sidebar {
    border-radius: 18px;
    background: radial-gradient(circle at top left, rgba(15, 23, 42, 0.95), rgba(15, 23, 42, 0.98));
    border: 1px dashed rgba(148, 163, 184, 0.45);
    padding: 14px 14px 16px;
    font-size: 13px;
    color: var(--legal-muted);
}

.legal-sidebar-title {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    color: var(--legal-heading);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.legal-sidebar-title::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: radial-gradient(circle, var(--legal-accent) 0, #f97316 60%, transparent 100%);
    opacity: 0.9;
}

.legal-index {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 4px;
}

.legal-index li {
    display: flex;
    align-items: center;
}

.legal-index span {
    font-size: 11px;
    color: var(--legal-accent);
    min-width: 18px;
    margin-top: 1px;
}
.legal-index a {
    color: var(--legal-muted);
    text-decoration: none;
    border-radius: 999px;
    padding: 4px 7px;
    transition: background 0.18s ease, color 0.18s ease, transform 0.12s ease;
}

.legal-index a:hover {
    background: var(--legal-accent-soft);
    color: var(--legal-heading);
    transform: translateX(1px);
}

/* ===== Content ===== */

.legal-content {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.7;
    color: var(--legal-text);
}

.legal-content p {
    margin: 0 0 10px;
    color: var(--legal-text);
}

.legal-content strong {
    color: #f9fafb;
}

.legal-section {
    padding: 12px 0 14px;
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
}

.legal-section:last-child {
    border-bottom: none;
    padding-bottom: 4px;
}

.legal-section-header {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 6px;
}

.legal-section-number {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 13px;
    color: var(--legal-accent);
    padding: 1px 7px;
    border-radius: 999px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(248, 250, 252, 0.08);
}

.legal-section-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--legal-heading);
}

.legal-list {
    margin: 6px 0 8px 16px;
    padding-left: 8px;
}

.legal-list li {
    margin-bottom: 4px;
}

.legal-footnote {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed rgba(148, 163, 184, 0.35);
    font-size: 12px;
    color: var(--legal-muted);
}

@media (max-width: 520px) {
    .age-modal {
        padding-inline: 14px;
    }
    .age-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .hero {
        grid-template-columns: minmax(0, 1.1fr);
    }
    .hero-bottom {
        grid-template-columns: minmax(0, 1fr);
    }
}

@media (max-width: 768px) {
    .site-header {
        flex-direction: column;
        align-items: flex-start;
        border-radius: 20px;
    }
    .brand-title {
        font-size: 16px;
    }
    .hero {
        padding: 16px 14px;
        border-radius: 20px;
    }
    .section,
    .site-footer {
        border-radius: 20px;
    }
    .casino-body {
        grid-template-columns: minmax(0, 1fr);
    }
    .pill-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .guide-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .resp-grid {
        grid-template-columns: minmax(0, 1fr);
    }
    .site-shell {
        padding-inline: 12px;
    }
}

@media (max-width: 520px) {
    .nav {
        justify-content: flex-start;
    }
    .nav-link {
        font-size: 11px;
        padding-inline: 8px;
    }
    .brand-mark {
        width: 36px;
        height: 36px;
    }
    .hero-title {
        font-size: 22px;
    }
}
