:root {
    --blue: #1557ff;
    --blue-2: #008cff;
    --cyan: #18d3d3;
    --aqua: #e9fbff;
    --navy: #071a3d;
    --navy-2: #0a2a63;
    --ink: #0b1733;
    --muted: #64748b;
    --gold: #f4b832;
    --gold-2: #ffd76a;
    --gold-soft: #fff6d8;
    --line: #dce7f5;
    --bg: #f4f8ff;
    --white: #fff;
    --green: #12b76a;
    --danger: #ef4444;
    --radius: 26px;
    --shadow: 0 24px 70px rgba(21, 87, 255, .12);
    --soft: 0 14px 36px rgba(7, 26, 61, .09);
    --font-title: Outfit, Manrope, system-ui, sans-serif;
    --font-body: Manrope, system-ui, -apple-system, Segoe UI, sans-serif;

}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--ink);
    background: var(--bg);
    font-size: 16px;
    line-height: 1.55
}

a {
    text-decoration: none;
    color: inherit
}

img {
    max-width: 100%;
    display: block
}

button, input, textarea, select {
    font-family: inherit
}

.container {
    width: min(1280px, calc(100% - 42px));
    margin: auto
}

.center {
    text-align: center
}

.muted {
    color: var(--muted)
}

.section {
    padding: 88px 0
}

.section-tight {
    padding-top: 70px
}

.section.white {
    background: #fff
}

.section.alt {
    background: linear-gradient(180deg, #f7fbff, #eef7ff)
}

.section-head {
    margin-bottom: 34px
}

.split-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 34px
}

.split-head .section-sub {
    max-width: 520px;
    text-align: right;
    margin: 0
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--blue);
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: 13px;
    margin-bottom: 10px
}

.section-kicker:before {
    content: "";
    width: 26px;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--blue), var(--cyan))
}

.section-title {
    font-family: var(--font-title);
    font-size: clamp(36px, 4vw, 62px);
    line-height: .96;
    letter-spacing: -.045em;
    color: var(--navy);
    margin: 0
}

.section-sub {
    font-size: 18px;
    color: var(--muted);
    margin: 14px auto 0;
    max-width: 700px
}

/* Header y navegación */
.topbar {
    background: linear-gradient(90deg, #124dff 0%, #008cff 54%, #13d3cf 100%);
    color: #fff;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: .1px
}

.topbar-inner {
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    white-space: nowrap;
    overflow: hidden
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(20px);
    box-shadow: 0 18px 46px rgba(15, 23, 42, .08);
    border-bottom: 1px solid rgba(220, 231, 245, .8);
}

.navbar {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 26px;
}



.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px
}

.nav-menu a {
    font-weight: 900;
    color: #17233f;
    position: relative
}

.nav-menu a:not(.btn):after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -13px;
    margin: auto;
    width: 0;
    height: 3px;
    border-radius: 99px;
    background: linear-gradient(90deg, var(--blue), var(--cyan));
    transition: .2s
}

.nav-menu a:not(.btn):hover:after {
    width: 100%
}

.nav-menu a:not(.btn):hover {
    color: var(--blue)
}

.nav-toggle {
    display: none;
    border: 0;
    background: #eef6ff;
    color: var(--blue);
    border-radius: 14px;
    padding: 10px 13px;
    font-size: 22px
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 0;
    border-radius: 16px;
    padding: 14px 22px;
    font-weight: 950;
    cursor: pointer;
    transition: .2s;
    text-align: center;
    box-shadow: none
}

.btn:hover {
    transform: translateY(-2px)
}

.btn-primary {
    background: linear-gradient(135deg, var(--blue), var(--blue-2));
    color: #fff;
    box-shadow: 0 14px 34px rgba(21, 87, 255, .26)
}

.btn-primary:hover {
    box-shadow: 0 18px 40px rgba(21, 87, 255, .34)
}

.btn-light {
    background: rgba(255, 255, 255, .88);
    border: 1px solid #cfdcf0;
    color: var(--navy);
    box-shadow: 0 12px 26px rgba(15, 23, 42, .08)
}

.btn-gold {
    background: linear-gradient(135deg, var(--gold), var(--gold-2));
    color: #291b00;
    box-shadow: 0 14px 28px rgba(244, 184, 50, .22)
}

.btn-full {
    width: 100%
}

.nav-cta {
    border-radius: 18px;
    padding: 13px 22px
}
/* =========================================================
   LOGO HEADER MODERNO
========================================================= */
.brand {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.brand-ticket {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    min-width: 245px;
    padding: 10px 22px;
    border-radius: 24px;
    background: linear-gradient(135deg, #ffffff 0%, #f6fbff 100%);
    border: 1px solid rgba(21, 87, 255, .14);
    box-shadow:
        0 18px 40px rgba(7, 26, 61, .10),
        inset 0 1px 0 rgba(255, 255, 255, .95);
    overflow: hidden;
}

.brand-ticket::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(21, 87, 255, .35),
        rgba(24, 211, 211, .22),
        rgba(244, 184, 50, .35)
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.brand-ticket::after {
    content: "";
    position: absolute;
    width: 120px;
    height: 120px;
    right: -52px;
    top: -52px;
    background: radial-gradient(circle, rgba(24, 211, 211, .18), transparent 70%);
    pointer-events: none;
}

.brand-ticket img {
    position: relative;
    z-index: 2;
    height: 54px;
    width: auto;
    max-width: 210px;
    object-fit: contain;
    display: block;
}


/* Hero principal */
.hero {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 78% 18%, rgba(24, 211, 211, .18), transparent 30%),
        radial-gradient(circle at 8% 10%, rgba(21, 87, 255, .10), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
    padding: 64px 0 74px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: auto -10% -42% -10%;
    height: 55%;
    background: linear-gradient(
        90deg,
        rgba(21, 87, 255, .07),
        rgba(24, 211, 211, .10),
        rgba(255, 215, 106, .10)
    );
    filter: blur(45px);
}

.hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr);
    gap: 42px;
    align-items: center;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid rgba(21, 87, 255, .24);
    background: linear-gradient(90deg, #eff8ff, #e9fffb);
    color: var(--blue);
    border-radius: 999px;
    padding: 9px 15px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-bottom: 18px;
}

.hero h1 {
    font-family: var(--font-title);
    font-size: clamp(46px, 5.2vw, 78px);
    line-height: .93;
    letter-spacing: -.065em;
    margin: 0 0 22px;
    color: var(--navy);
}

.hero h1 span {
    color: var(--gold);
}

.hero p {
    font-size: 20px;
    color: #43546f;
    margin: 0 0 26px;
    max-width: 650px;
}

.hero-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

/*
   Imagen del hero corregida:
   - Ya no usa escala exagerada.
   - No invade los textos.
   - Se muestra dentro de una tarjeta moderna.
   - Funciona con estas estructuras:
     1) <div class="hero-media hero-media-large"><img ...></div>
     2) <div class="hero-media"><div class="hero-card hero-startup"><img ...></div></div>
*/
.hero-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 0;
    min-height: 420px;
}

.hero-card,
.hero-media-large,
.hero-startup {
    position: relative;
    width: min(100%, 760px);
    margin-left: auto;
    padding: 16px;
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(241, 248, 255, .96));
    border: 1px solid rgba(21, 87, 255, .12);
    box-shadow:
        0 28px 60px rgba(7, 26, 61, .12),
        0 8px 20px rgba(21, 87, 255, .06),
        inset 0 1px 0 rgba(255, 255, 255, .75);
    overflow: hidden;
    isolation: isolate;
}

.hero-card::before,
.hero-media-large::before,
.hero-startup::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: 32px;
    background: linear-gradient(
        135deg,
        rgba(21, 87, 255, .28),
        rgba(24, 211, 211, .20),
        rgba(244, 184, 50, .24)
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.hero-card::after,
.hero-media-large::after,
.hero-startup::after {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -60px;
    top: -60px;
    background: radial-gradient(circle, rgba(24, 211, 211, .18), transparent 70%);
    filter: blur(10px);
    pointer-events: none;
}

.hero-media img,
.hero-card img,
.hero-media-large img,
.hero-startup img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, .80);
    background: #f3f8ff;
    box-shadow: 0 18px 40px rgba(21, 87, 255, .10);
    object-fit: cover;
    filter: none;
    transform: none;
    transform-origin: center;
}

.trust-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    margin-top: 32px;
}

.trust-item {
    background: rgba(255, 255, 255, .86);
    border: 1px solid #dce9f8;
    box-shadow: 0 12px 28px rgba(21, 87, 255, .08);
    border-radius: 18px;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.trust-icon {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, #e7f3ff, #e7fffb);
    font-size: 20px;
}

.trust-item strong {
    color: var(--navy);
}

/* Premios destacados */
.prize-showcase {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px
}

.prize-card {
    background: #fff;
    border: 1px solid #dce7f5;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 22px 52px rgba(7, 26, 61, .08);
    transition: .22s;
    position: relative
}

.prize-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 70px rgba(21, 87, 255, .14)
}

.prize-card:before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 4px;
    background: linear-gradient(90deg, var(--blue), var(--cyan), var(--gold))
}

.prize-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    background: #f3f8ff
}

.prize-content {
    padding: 20px 20px 24px
}

.prize-content h3 {
    font-family: var(--font-title);
    font-size: 26px;
    margin: 0 0 8px;
    color: var(--navy);
    letter-spacing: -.03em
}

.prize-content p {
    margin: 0;
    color: #53647f;
    font-weight: 600
}

.prize-showcase-modern .prize-card:nth-child(3) img {
    object-position: center
}

/* Sorteos activos */
.active-section {
    position: relative
}

.raffle-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px
}

.raffle-grid-modern {
    grid-template-columns: repeat(4, 1fr)
}

.raffle-card {
    background: #fff;
    border: 1px solid #dce7f5;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: var(--soft);
    transition: .2s
}

.raffle-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow)
}

.raffle-cover {
    height: 185px;
    background: linear-gradient(135deg, #eaf5ff, #f7fbff);
    overflow: hidden
}

.raffle-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.raffle-body {
    padding: 20px
}

.raffle-body h3 {
    font-family: var(--font-title);
    font-size: 23px;
    line-height: 1.05;
    margin: 8px 0 8px;
    color: var(--navy);
    letter-spacing: -.03em
}

.raffle-body p {
    color: #556781;
    margin: 0 0 16px
}

.price {
    font-size: 28px;
    font-weight: 950;
    color: var(--blue);
    margin: 8px 0
}

.badge-soft {
    display: inline-flex;
    background: #e8fbff;
    color: #0074c8;
    border: 1px solid #bdefff;
    border-radius: 999px;
    padding: 5px 10px;
    font-size: 12px;
    font-weight: 950;
    text-transform: uppercase
}

.raffle-meta {
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-top: 1px solid #e6eef8;
    padding-top: 14px;
    margin: 16px 0
}

.raffle-meta span {
    color: var(--muted);
    font-weight: 800
}

.raffle-meta strong {
    color: var(--blue);
    font-size: 22px
}

/* Cómo funciona */
.steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px
}

.step {
    background: #fff;
    border: 1px solid #dce7f5;
    border-radius: 28px;
    padding: 28px;
    box-shadow: var(--soft);
    position: relative;
    overflow: hidden
}

.step:after {
    content: "";
    position: absolute;
    right: -30px;
    top:-30px;
    width: 110px;
    height: 110px;
    background: radial-gradient(circle, var(--cyan), transparent 65%);
    opacity: .16
}

.step-num {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    color: #fff;
    display: grid;
    place-items: center;
    font-weight: 950;
    font-size: 22px;
    margin-bottom: 18px
}

.step h3 {
    font-family: var(--font-title);
    font-size: 25px;
    margin: 0 0 8px;
    color: var(--navy)
}

.step p {
    margin: 0;
    color: #53647f;
    font-weight: 600
}

/* Formularios */
.form-card {
    background: #fff;
    border: 1px solid #dce7f5;
    border-radius: 30px;
    padding: 32px;
    box-shadow: var(--shadow)
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px
}

.field {
    display: flex;
    flex-direction: column;
    gap: 9px
}

.field.full {
    grid-column: 1/-1
}

.field label {
    font-weight: 950;
    color: var(--navy)
}

.input, input, textarea, select {
    width: 100%;
    border: 1px solid #d8e5f5;
    border-radius: 17px;
    padding: 16px 17px;
    font-size: 16px;
    background: #fff;
    color: var(--ink);
    outline: none;
    transition: .2s
}

input:focus, textarea:focus, select:focus {
    border-color: var(--blue-2);
    box-shadow: 0 0 0 4px rgba(21, 87, 255, .13)
}

textarea {
    min-height: 160px;
    resize: vertical
}

.legal-card {
    max-width: 920px;
    margin: auto;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #dce7f5;
    padding: 42px;
    box-shadow: var(--soft);
    line-height: 1.8
}

.legal-card h1, .legal-card h2, .legal-card h3 {
    color: var(--navy);
    font-family: var(--font-title)
}

/* Compra de tickets */
.ticket-page {
    padding: 54px 0
}

.purchase-layout {
    display: grid;
    grid-template-columns: 1.45fr .9fr;
    gap: 26px;
    align-items: start
}

.numbers-grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 12px;
    margin-top: 18px
}

.number-chip {
    border: 1px solid #d8e5f5;
    background: #fff;
    color: var(--navy);
    font-weight: 950;
    border-radius: 14px;
    padding: 13px 6px;
    cursor: pointer;
    transition: .18s;
    position: relative;
    text-align: center
}

.number-chip:hover {
    border-color: var(--blue-2);
    transform: translateY(-2px)
}

.number-chip.selected {
    background: linear-gradient(135deg, var(--blue), var(--blue-2));
    color: #fff;
    border-color: var(--blue)
}

.number-chip.selected:after {
    content: "✓";
    position: absolute;
    right: -6px;
    top:-8px;
    width: 22px;
    height: 22px;
    border-radius: 999px;
    background: var(--gold);
    color: #fff;
    font-size: 13px;
    display: grid;
    place-items: center
}

.number-chip.disabled {
    opacity: .45;
    text-decoration: line-through;
    cursor: not-allowed;
    background: #eef2f7
}

.summary-box {
    background: linear-gradient(180deg, #fff, #f2fbff);
    border: 1px solid #c9e8ff;
    border-radius: 24px;
    padding: 24px;
    position: sticky;
    top:132px;
    box-shadow: var(--soft)
}

.summary-line {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #e8f0fa
}

.total {
    font-size: 38px;
    font-weight: 950;
    color: var(--blue);
    text-align: right;
    margin-top: 16px
}

.selected-list {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-top: 14px
}

.selected-pill {
    background: #eef7ff;
    border: 1px solid #d8e5f5;
    border-radius: 12px;
    padding: 8px 12px;
    font-weight: 900;
    color: var(--navy)
}

/* =========================================================
   FOOTER MODERNO PREMIUM
========================================================= */
.site-footer {
    position: relative;
    overflow: hidden;
    color: #dbe7f5;
    padding: 76px 0 24px;
    background:
        radial-gradient(circle at 10% 0%, rgba(24, 211, 211, .18), transparent 28%),
        radial-gradient(circle at 95% 15%, rgba(21, 87, 255, .28), transparent 26%),
        linear-gradient(135deg, #03112a 0%, #071a3d 42%, #08285f 100%);
    border-top: 1px solid rgba(255, 255, 255, .06);
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, .03), transparent 28%);
    pointer-events: none;
}

.footer-orb {
    position: absolute;
    border-radius: 999px;
    filter: blur(70px);
    opacity: .7;
    pointer-events: none;
}

.footer-orb-left {
    width: 280px;
    height: 280px;
    left: -90px;
    top: -120px;
    background: rgba(24, 211, 211, .22);
}

.footer-orb-right {
    width: 360px;
    height: 360px;
    right: -140px;
    bottom: -140px;
    background: rgba(21, 87, 255, .28);
}

.footer-top-card {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 32px;
    padding: 30px;
    border-radius: 30px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .04)),
        linear-gradient(90deg, rgba(21, 87, 255, .20), rgba(24, 211, 211, .12));
    border: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
    backdrop-filter: blur(12px);
}

.footer-kicker {
    display: inline-flex;
    color: #74e5ff;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 12px;
    margin-bottom: 10px;
}

.footer-top-card h3 {
    margin: 0;
    color: #ffffff;
    font-family: var(--font-title);
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1;
    letter-spacing: -.04em;
}

.footer-top-card p {
    margin: 12px 0 0;
    color: #c7d7ea;
    max-width: 720px;
    font-size: 17px;
}

.footer-grid-modern {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.25fr .85fr .95fr 1fr;
    gap: 26px;
    align-items: start;
}

.footer-brand-block,
.footer-col {
    min-height: 100%;
}

.footer-logo-card {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 250px;
    min-height: 78px;
    padding: 12px 22px;
    margin-bottom: 20px;
    border-radius: 24px;
    background: linear-gradient(135deg, #ffffff, #f4faff);
    border: 1px solid rgba(255, 255, 255, .72);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, .14),
        inset 0 1px 0 rgba(255, 255, 255, .95);
    overflow: hidden;
}

.footer-logo-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(21, 87, 255, .35),
        rgba(24, 211, 211, .22),
        rgba(244, 184, 50, .36)
    );
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.footer-logo-card img {
    position: relative;
    z-index: 2;
    height: 56px;
    width: auto;
    max-width: 210px;
    object-fit: contain;
    display: block;
}

.footer-brand-block p {
    margin: 0;
    color: #c7d7ea;
    font-size: 16px;
    line-height: 1.7;
    max-width: 420px;
}

.footer-col {
    padding: 8px 0;
}

.footer-col h4 {
    margin: 0 0 18px;
    color: #ffffff;
    font-family: var(--font-title);
    font-size: 22px;
    line-height: 1;
    letter-spacing: -.025em;
}

.footer-col a {
    display: block;
    color: #dce8f8;
    font-weight: 800;
    margin: 0 0 12px;
    transition: .18s;
}

.footer-col a:hover {
    color: #ffffff;
    transform: translateX(4px);
}

.footer-support {
    padding: 22px;
    border-radius: 24px;
    background: rgba(255, 255, 255, .055);
    border: 1px solid rgba(255, 255, 255, .10);
}

.footer-mini-note {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    color: #aabbd3;
    line-height: 1.7;
}

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

.footer-social a {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: #ffffff;
    font-weight: 950;
    background: rgba(255, 255, 255, .09);
    border: 1px solid rgba(255, 255, 255, .10);
    transition: .18s;
}

.footer-social a:hover {
    transform: translateY(-3px);
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    border-color: transparent;
}

.footer-bottom-modern {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    gap: 18px;
    flex-wrap: wrap;
    margin-top: 36px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    color: #aebfd8;
    font-size: 14px;
}

.footer-bottom-modern a {
    color: #ffffff;
    font-weight: 950;
    border-bottom: 1px solid rgba(24, 211, 211, .65);
}

.footer-bottom-modern a:hover {
    color: #74e5ff;
}

/* Chatbot */
.chatbot {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 80
}

.chatbot-toggle {
    background: linear-gradient(135deg, var(--blue), var(--blue-2));
    color: #fff;
    border: 0;
    border-radius: 999px;
    padding: 15px 20px;
    font-weight: 950;
    box-shadow: 0 15px 35px rgba(21, 87, 255, .32);
    cursor: pointer
}

.chatbot-box {
    display: none;
    position: absolute;
    right: 0;
    bottom: 64px;
    width: 340px;
    background: #fff;
    border-radius: 24px;
    box-shadow: var(--shadow);
    border: 1px solid #dce7f5;
    overflow: hidden
}

.chatbot.open .chatbot-box {
    display: block
}

.chatbot-head {
    background: linear-gradient(135deg, var(--blue), var(--cyan));
    color: #fff;
    padding: 18px;
    font-weight: 950
}

.chatbot-body {
    padding: 16px;
    max-height: 380px;
    overflow: auto
}

.bot-msg, .user-msg {
    padding: 12px 14px;
    border-radius: 16px;
    margin: 8px 0
}

.bot-msg {
    background: #eef7ff
}

.user-msg {
    background: #fff6d8;
    color: #6b4900;
    margin-left: 30px
}

.quick-q {
    display: block;
    width: 100%;
    border: 1px solid #dce7f5;
    background: #fff;
    border-radius: 14px;
    padding: 10px;
    margin-top: 8px;
    text-align: left;
    cursor: pointer;
    font-weight: 850;
    color: var(--navy)
}

.quick-q:hover {
    border-color: var(--blue-2);
    background: #f3fbff
}

/* Admin */ .admin-layout {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 288px 1fr;
    background: #f5f9ff
}

.sidebar {
    background: radial-gradient(circle at top left, rgba(24, 211, 211, .25), transparent 30%), linear-gradient(180deg, #08225a, #04122b);
    color: #fff;
    padding: 24px 20px;
    position: sticky;
    top:0;
    height: 100vh;
    overflow: auto
}

.sidebar-logo {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(24, 211, 211, .35);
    border-radius: 22px;
    padding: 12px;
    margin-bottom: 24px
}

.sidebar-logo img {
    width: 100%;
    height: auto
}

.sidebar-section {
    color: #74e5ff;
    font-weight: 950;
    font-size: 13px;
    margin: 24px 0 9px;
    text-transform: uppercase;
    letter-spacing: .08em
}

.sidebar a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 15px;
    border-radius: 16px;
    color: #eaf1fb;
    font-weight: 850;
    margin: 4px 0
}

.sidebar a:hover, .sidebar a.active {
    background: linear-gradient(90deg, rgba(21, 87, 255, .28), rgba(24, 211, 211, .12));
    color: #fff
}

.admin-main {
    padding: 36px 40px
}

.admin-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px
}

.admin-title h1 {
    margin: 0;
    color: var(--navy);
    font-family: var(--font-title);
    font-size: 44px;
    letter-spacing: -.05em
}

.admin-title p {
    margin: 8px 0 0;
    color: var(--muted)
}

.admin-kpis {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin: 26px 0
}

.kpi {
    background: #fff;
    border: 1px solid #dce7f5;
    border-radius: 26px;
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: center;
    box-shadow: var(--soft)
}

.kpi-icon {
    width: 60px;
    height: 60px;
    border-radius: 22px;
    background: linear-gradient(135deg, #e7f7ff, #fff6d8);
    display: grid;
    place-items: center;
    color: var(--blue);
    font-size: 28px
}

.kpi strong {
    font-size: 28px;
    color: var(--navy)
}

.admin-card {
    background: #fff;
    border: 1px solid #dce7f5;
    border-radius: 28px;
    box-shadow: var(--soft);
    overflow: hidden
}

.admin-card-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 22px 24px;
    border-bottom: 1px solid #e4edf8
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff
}

.admin-table th, .admin-table td {
    padding: 18px;
    border-bottom: 1px solid #e4edf8;
    text-align: left
}

.admin-table th {
    color: var(--navy);
    font-weight: 950;
    background: #fbfdff
}

.actions a, .icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 10px;
    border: 1px solid #dce7f5;
    border-radius: 12px;
    background: #fff;
    color: var(--navy);
    font-weight: 950;
    margin-right: 6px
}

.actions a:hover, .icon-btn:hover {
    border-color: var(--blue-2);
    background: #f3fbff
}

.login-page {
    min-height: 100vh;
    display: grid;
    place-items: center;
    background: radial-gradient(circle at 15% 15%, rgba(24, 211, 211, .3), transparent 25%), linear-gradient(135deg, #071a3d, #1557ff)
}

.login-card {
    width: min(430px, calc(100% - 36px));
    background: #fff;
    border-radius: 30px;
    padding: 34px;
    box-shadow: 0 25px 70px rgba(0, 0, 0, .28)
}

.login-card img {
    height: 76px;
    margin: auto auto 22px
}

.alert {
    padding: 14px 16px;
    border-radius: 16px;
    margin-bottom: 16px
}

.alert.error {
    background: #fee2e2;
    color: #991b1b
}

.alert.ok {
    background: #dcfce7;
    color: #166534
}

.roulette-panel {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: 28px;
    align-items: center;
    padding: 28px
}

.wheel-wrap {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 560px
}

.pointer {
    position: absolute;
    top:9px;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 0;
    border-bottom: 54px solid var(--danger);
    filter: drop-shadow(0 6px 8px rgba(0, 0, 0, .18))
}

.wheel {
    width: min(520px, 90vw);
    height: min(520px, 90vw);
    border-radius: 50%;
    position: relative;
    background: conic-gradient(from 0deg, #1557ff 0 18deg, #e6fbff 18deg 36deg, #f4b832 36deg 54deg, #008cff 54deg 72deg, #fff6d8 72deg 90deg, #071a3d 90deg 108deg, #e6fbff 108deg 126deg, #f4b832 126deg 144deg, #008cff 144deg 162deg, #fff6d8 162deg 180deg, #1557ff 180deg 198deg, #e6fbff 198deg 216deg, #f4b832 216deg 234deg, #008cff 234deg 252deg, #fff6d8 252deg 270deg, #071a3d 270deg 288deg, #e6fbff 288deg 306deg, #f4b832 306deg 324deg, #008cff 324deg 342deg, #fff6d8 342deg 360deg);
    border: 16px solid var(--gold);
    box-shadow: inset 0 0 0 7px #fff5cf, 0 30px 80px rgba(21, 87, 255, .22)
}

.wheel:before {
    content: "";
    position: absolute;
    inset: 28px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .65)
}

.wheel-center {
    position: absolute;
    inset: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue), var(--navy));
    border: 8px solid var(--gold);
    display: grid;
    place-items: center;
    text-align: center;
    color: #fff;
    font-weight: 950;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .25);
    z-index: 2
}

.wheel-center span {
    display: block;
    color: var(--gold-2);
    font-size: 12px;
    letter-spacing: 1.7px
}

.wheel-num {
    position: absolute;
    left: 50%;
    top:50%;
    font-weight: 950;
    font-size: 26px;
    color: #fff;
    transform-origin: 0 0
}

.wheel-num.light {
    color: var(--navy)
}

.wheel.spinning {
    animation: spinWheel 4s cubic-bezier(.12, .78, .24, 1) forwards
}

@keyframes spinWheel {
    from {
        transform: rotate(0)
    }

to {
        transform: rotate(1860deg)
    }

}

.result-card {
    border: 1px solid #d6edff;
    background: linear-gradient(180deg, #fff, #f2fbff);
    border-radius: 22px;
    padding: 24px;
    margin-top: 24px
}

.stat-row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #d6edff;
    padding: 12px 0
}

.mini-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    padding: 0 28px 28px
}

.mini-feature {
    border: 1px solid #dce7f5;
    border-radius: 18px;
    padding: 18px;
    background: #fff
}

.mini-feature strong {
    display: block;
    color: var(--navy)
}

/* Responsive */
@media (max-width: 1100px) {
    .hero {
        padding: 52px 0 66px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .hero-media {
        justify-content: center;
        min-height: auto;
    }

    .hero-card,
    .hero-media-large,
    .hero-startup {
        width: min(100%, 860px);
        margin: 0 auto;
    }

    .hero-media img,
    .hero-card img,
    .hero-media-large img,
    .hero-startup img {
        width: 100%;
        max-width: 100%;
        transform: none;
        filter: none;
    }

    .raffle-grid-modern,
    .prize-showcase {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 980px) {
    .purchase-layout,
    .roulette-panel {
        grid-template-columns: 1fr;
    }

    .steps,
    .admin-kpis {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .admin-layout {
        grid-template-columns: 1fr;
    }

    .sidebar {
        position: relative;
        height: auto;
    }

    .numbers-grid {
        grid-template-columns: repeat(5, 1fr);
    }

    .split-head {
        display: block;
    }

    .split-head .section-sub {
        text-align: left;
        margin-top: 14px;
    }

    .topbar-inner {
        justify-content: flex-start;
        overflow: auto;
    }
}

@media (max-width: 720px) {
    .nav-toggle {
        display: block;
    }

    .nav-menu {
        position: absolute;
        top: 118px;
        left: 21px;
        right: 21px;
        background: #fff;
        border: 1px solid #dce7f5;
        border-radius: 22px;
        box-shadow: var(--shadow);
        display: none;
        flex-direction: column;
        padding: 20px;
        align-items: stretch;
    }

    .nav-menu.open {
        display: flex;
    }

    .navbar {
        height: 76px;
    }

    .brand img {
        height: 44px;
    }

    .hero {
        padding: 42px 0 60px;
    }

    .hero-grid {
        gap: 26px;
    }

    .hero h1 {
        letter-spacing: -.045em;
    }

    .hero-card,
    .hero-media-large,
    .hero-startup {
        padding: 12px;
        border-radius: 24px;
    }

    .hero-card::before,
    .hero-media-large::before,
    .hero-startup::before {
        border-radius: 24px;
    }

    .hero-card::after,
    .hero-media-large::after,
    .hero-startup::after {
        width: 140px;
        height: 140px;
        right: -35px;
        top: -35px;
    }

    .hero-media img,
    .hero-card img,
    .hero-media-large img,
    .hero-startup img {
        border-radius: 18px;
    }

    .trust-row,
    .prize-showcase,
    .raffle-grid-modern,
    .raffle-grid,
    .steps,
    .form-grid,
    .footer-grid,
    .admin-kpis,
    .mini-features {
        grid-template-columns: 1fr;
    }

    .numbers-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .admin-main {
        padding: 24px 18px;
    }

    .admin-table {
        font-size: 14px;
    }

    .admin-card {
        overflow: auto;
    }

    .chatbot-box {
        width: calc(100vw - 40px);
    }

    .topbar-inner span {
        font-size: 13px;
    }

    .section {
        padding: 64px 0;
    }
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 950;
    border: 1px solid #dce7f5;
    background: #f4f8ff;
    color: var(--navy)
}

.badge.active {
    background: #dcfce7;
    border-color: #bbf7d0;
    color: #15803d
}

.badge.draft {
    background: #fff6d8;
    border-color: #fde68a;
    color: #9a6700
}

.badge.closed {
    background: #eef2f7;
    border-color: #d1d8e5;
    color: #475569
}

.btn-ghost {
    background: #fff;
    border: 1px solid #dce7f5;
    color: var(--navy);
    box-shadow: 0 10px 24px rgba(7, 26, 61, .06)
}

.btn-ghost:hover {
    border-color: var(--blue-2);
    background: #f3fbff;
    color: var(--blue)
}


/* =========================================================
   RESPONSIVE LOGO + FOOTER FINAL
========================================================= */
@media (max-width: 1100px) {
    .footer-grid-modern {
        grid-template-columns: 1fr 1fr;
    }

    .footer-top-card {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 720px) {
    .brand-ticket {
        height: 62px;
        min-width: 205px;
        padding: 8px 16px;
        border-radius: 20px;
    }

    .brand-ticket img {
        height: 46px;
        max-width: 175px;
    }

    .footer-grid-modern {
        grid-template-columns: 1fr;
    }

    .footer-logo-card {
        width: 100%;
        justify-content: flex-start;
    }

    .footer-bottom-modern {
        text-align: center;
        justify-content: center;
    }
}
/* =========================================================
   AJUSTE HERO CON IMAGEN VERTICAL
   Mantiene imagen grande, pero controlada
========================================================= */

.hero {
    padding: 42px 0 46px;
}

.hero-grid {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.88fr);
    gap: 34px;
    align-items: center;
}

.hero h1 {
    font-size: clamp(46px, 4.8vw, 72px);
    line-height: .94;
}

.hero p {
    font-size: 19px;
    max-width: 620px;
}

.hero-media {
    justify-content: center;
    min-height: auto;
}

/* Tarjeta de la imagen vertical */
.hero-card,
.hero-media-large,
.hero-startup {
    width: min(100%, 540px);
    max-width: 540px;
    padding: 12px;
    border-radius: 30px;
}

/* Imagen vertical controlada */
.hero-card img,
.hero-media-large img,
.hero-startup img {
    width: 100%;
    height: auto;
    max-height: 690px;
    object-fit: contain;
    border-radius: 22px;
}

/* Tarjetas inferiores del hero */
.trust-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.trust-item {
    min-height: 88px;
    padding: 12px;
}

.trust-item strong {
    font-size: 15px;
    line-height: 1.15;
}

.trust-item span,
.trust-item small {
    font-size: 14px;
    line-height: 1.25;
}
/* =========================================================
   RESPONSIVE HERO
   En celular mantiene texto al lado de la imagen
========================================================= */

@media (max-width: 1100px) {
    .hero-grid {
        grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.78fr);
        gap: 24px;
    }

    .hero h1 {
        font-size: clamp(38px, 5vw, 58px);
    }

    .hero p {
        font-size: 17px;
    }

    .hero-card,
    .hero-media-large,
    .hero-startup {
        max-width: 430px;
    }

    .hero-card img,
    .hero-media-large img,
    .hero-startup img {
        max-height: 600px;
    }
}

@media (max-width: 820px) {
    .container {
        width: min(100% - 22px, 1280px);
    }

    .hero {
        padding: 28px 0 34px;
    }

    /*
       Importante:
       Aquí NO lo dejamos en una columna.
       Se mantiene texto izquierda + imagen derecha.
    */
    .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, .82fr);
        gap: 14px;
        align-items: center;
    }

    .eyebrow {
        font-size: 10px;
        padding: 6px 9px;
        margin-bottom: 10px;
        white-space: nowrap;
    }

    .hero h1 {
        font-size: clamp(28px, 8vw, 42px);
        line-height: .94;
        letter-spacing: -.055em;
        margin-bottom: 12px;
    }

    .hero p {
        font-size: 13.5px;
        line-height: 1.45;
        margin-bottom: 14px;
    }

    .hero-actions {
        gap: 8px;
    }

    .hero-actions .btn {
        padding: 10px 12px;
        border-radius: 13px;
        font-size: 12px;
    }

    .hero-card,
    .hero-media-large,
    .hero-startup {
        width: 100%;
        max-width: 310px;
        padding: 7px;
        border-radius: 22px;
    }

    .hero-card img,
    .hero-media-large img,
    .hero-startup img {
        max-height: 430px;
        border-radius: 16px;
    }

    .trust-row {
        grid-template-columns: repeat(4, 1fr);
        gap: 7px;
        margin-top: 18px;
    }

    .trust-item {
        padding: 8px 6px;
        min-height: 74px;
        border-radius: 14px;
        flex-direction: column;
        text-align: center;
        gap: 5px;
    }

    .trust-icon {
        width: 28px;
        height: 28px;
        border-radius: 10px;
        font-size: 15px;
    }

    .trust-item strong {
        font-size: 11px;
    }

    .trust-item span,
    .trust-item small {
        font-size: 10px;
    }
}

@media (max-width: 520px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, .78fr);
        gap: 10px;
    }

    .hero h1 {
        font-size: clamp(24px, 7.6vw, 34px);
    }

    .hero p {
        font-size: 12px;
        line-height: 1.38;
    }

    .hero-actions .btn {
        padding: 9px 10px;
        font-size: 11px;
    }

    .hero-card,
    .hero-media-large,
    .hero-startup {
        max-width: 245px;
        padding: 6px;
        border-radius: 18px;
    }

    .hero-card img,
    .hero-media-large img,
    .hero-startup img {
        max-height: 360px;
        border-radius: 14px;
    }

    .trust-row {
        grid-template-columns: repeat(2, 1fr);
    }
}
/* =========================================================
   CORRECCION HERO MOBILE - DIADESUERTE
   Pegar al final de style.css
========================================================= */

@media (max-width: 768px) {

    body {
        overflow-x: hidden;
    }

    .container {
        width: min(100% - 28px, 1280px);
    }

    .topbar {
        font-size: 14px;
    }

    .topbar-inner {
        height: 44px;
        justify-content: flex-start;
        gap: 28px;
        overflow-x: auto;
        padding: 0 14px;
        scrollbar-width: none;
    }

    .topbar-inner::-webkit-scrollbar {
        display: none;
    }

    .site-header {
        position: sticky;
        top: 0;
        z-index: 100;
    }

    .navbar {
        height: 114px;
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .brand-ticket {
        height: 76px;
        min-width: 238px;
        max-width: 260px;
        padding: 10px 18px;
        border-radius: 24px;
    }

    .brand-ticket img {
        height: 52px;
        max-width: 205px;
    }

    .nav-toggle {
        display: flex;
        width: 58px;
        height: 58px;
        align-items: center;
        justify-content: center;
        border-radius: 20px;
        background: #eef7ff;
        color: var(--blue);
        font-size: 28px;
        box-shadow: 0 12px 26px rgba(21, 87, 255, .10);
    }

    .nav-menu {
        top: 156px;
        left: 14px;
        right: 14px;
        padding: 18px;
        border-radius: 24px;
    }

    .hero {
        padding: 42px 0 52px;
        background:
            radial-gradient(circle at 85% 18%, rgba(24, 211, 211, .20), transparent 32%),
            radial-gradient(circle at 8% 10%, rgba(21, 87, 255, .12), transparent 28%),
            linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
    }

    .hero-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: 26px;
        align-items: center;
    }

    .eyebrow {
        font-size: 13px;
        padding: 8px 12px;
        margin-bottom: 18px;
        max-width: 100%;
        white-space: normal;
        line-height: 1.2;
    }

    .hero h1 {
        font-size: clamp(40px, 13vw, 58px);
        line-height: .92;
        letter-spacing: -.06em;
        margin-bottom: 18px;
        max-width: 100%;
    }

    .hero p {
        font-size: 17px;
        line-height: 1.55;
        max-width: 100%;
        margin-bottom: 22px;
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        max-width: 260px;
    }

    .hero-actions .btn {
        width: 100%;
        min-height: 54px;
        font-size: 16px;
        border-radius: 18px;
    }

    .hero-media {
        justify-content: center;
        min-height: auto;
        order: 2;
    }

    .hero-card,
    .hero-media-large,
    .hero-startup {
        width: min(100%, 390px);
        max-width: 390px;
        margin: 0 auto;
        padding: 10px;
        border-radius: 28px;
    }

    .hero-card img,
    .hero-media-large img,
    .hero-startup img {
        width: 100%;
        max-height: none;
        height: auto;
        object-fit: contain;
        border-radius: 22px;
    }

    .trust-row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 28px;
    }

    .trust-item {
        min-height: 150px;
        padding: 18px 14px;
        border-radius: 22px;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        gap: 12px;
    }

    .trust-icon {
        width: 46px;
        height: 46px;
        border-radius: 16px;
        font-size: 22px;
    }

    .trust-item strong {
        font-size: 17px;
        line-height: 1.15;
    }

    .trust-item span,
    .trust-item small {
        font-size: 15px;
        line-height: 1.35;
    }
}
@media (max-width: 430px) {

    .container {
        width: min(100% - 24px, 1280px);
    }

    .navbar {
        height: 108px;
    }

    .brand-ticket {
        min-width: 220px;
        max-width: 230px;
        height: 72px;
    }

    .brand-ticket img {
        height: 48px;
        max-width: 190px;
    }

    .nav-toggle {
        width: 56px;
        height: 56px;
    }

    .hero {
        padding: 36px 0 46px;
    }

    .hero h1 {
        font-size: clamp(38px, 12vw, 52px);
    }

    .hero p {
        font-size: 16px;
    }

    .hero-actions {
        max-width: 240px;
    }

    .hero-card,
    .hero-media-large,
    .hero-startup {
        width: min(100%, 360px);
        max-width: 360px;
    }

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

    .trust-item {
        min-height: 142px;
        padding: 16px 12px;
    }
}
/* =========================================================
   PAGINA CONTACTO PREMIUM
========================================================= */

.contact-hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 96px;
    background:
        radial-gradient(circle at 82% 10%, rgba(24, 211, 211, .18), transparent 30%),
        radial-gradient(circle at 10% 18%, rgba(21, 87, 255, .10), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f3f9ff 100%);
}

.contact-hero::before {
    content: "";
    position: absolute;
    right: -120px;
    top: 120px;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    background: rgba(24, 211, 211, .12);
    filter: blur(60px);
    pointer-events: none;
}

.contact-head {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 820px;
    margin: 0 auto 44px;
}

.contact-head h1 {
    margin: 8px 0 14px;
    font-family: var(--font-title);
    font-size: clamp(46px, 5vw, 72px);
    line-height: .92;
    letter-spacing: -.055em;
    color: var(--navy);
}

.contact-head p {
    margin: 0 auto;
    max-width: 760px;
    font-size: 19px;
    color: #5d6f89;
}

.contact-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: .82fr 1.18fr;
    gap: 28px;
    align-items: stretch;
}

.contact-info-card,
.contact-form-card {
    background: rgba(255, 255, 255, .92);
    border: 1px solid #dce7f5;
    border-radius: 32px;
    box-shadow:
        0 28px 70px rgba(7, 26, 61, .10),
        inset 0 1px 0 rgba(255, 255, 255, .88);
}

.contact-info-card {
    position: relative;
    overflow: hidden;
    padding: 30px;
    background:
        radial-gradient(circle at 90% 0%, rgba(24, 211, 211, .18), transparent 30%),
        linear-gradient(180deg, #ffffff, #f5fbff);
}

.contact-info-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, var(--blue), var(--cyan), var(--gold));
}

.contact-info-top {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    margin-bottom: 28px;
}

.contact-icon-main {
    flex: 0 0 auto;
    width: 64px;
    height: 64px;
    display: grid;
    place-items: center;
    border-radius: 22px;
    background: linear-gradient(135deg, #e8f7ff, #fff6d8);
    font-size: 30px;
    box-shadow: 0 12px 28px rgba(21, 87, 255, .10);
}

.contact-info-top h2,
.contact-form-card h2 {
    margin: 0;
    font-family: var(--font-title);
    color: var(--navy);
    font-size: 32px;
    line-height: 1;
    letter-spacing: -.035em;
}

.contact-info-top p {
    margin: 8px 0 0;
    color: #63748d;
}

.contact-info-list {
    display: grid;
    gap: 16px;
}

.contact-info-item {
    display: flex;
    gap: 14px;
    padding: 18px;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #e0eaf6;
    box-shadow: 0 12px 28px rgba(7, 26, 61, .05);
}

.contact-info-item > span {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    background: #eef8ff;
    font-size: 22px;
}

.contact-info-item strong {
    display: block;
    color: var(--navy);
    font-weight: 950;
    margin-bottom: 3px;
}

.contact-info-item p,
.contact-info-item a {
    margin: 0;
    color: #5f708a;
    font-weight: 700;
}

.contact-info-item a:hover {
    color: var(--blue);
}

.contact-alert {
    margin-top: 24px;
    padding: 20px;
    border-radius: 24px;
    background: linear-gradient(135deg, #fff6d8, #ffffff);
    border: 1px solid #ffe5a3;
}

.contact-alert strong {
    color: #8a5a00;
    font-weight: 950;
}

.contact-alert p {
    margin: 8px 0 0;
    color: #74501c;
}

.contact-form-card {
    padding: 32px;
}

.form-title-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 26px;
}

.form-mini-kicker {
    display: inline-flex;
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 950;
    letter-spacing: .09em;
    font-size: 12px;
    margin-bottom: 8px;
}

.secure-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    padding: 10px 13px;
    border-radius: 999px;
    color: #0a6ca8;
    background: #e9fbff;
    border: 1px solid #bdefff;
    font-size: 13px;
    font-weight: 950;
}

.contact-form-card .form-grid {
    gap: 20px;
}

.contact-form-card input,
.contact-form-card select,
.contact-form-card textarea {
    background: #fbfdff;
    border-color: #d8e5f5;
}

.contact-form-card textarea {
    min-height: 180px;
}

.contact-submit {
    margin-top: 22px;
    min-height: 58px;
    font-size: 16px;
    border-radius: 18px;
}

.contact-form-note {
    margin: 14px 0 0;
    text-align: center;
    color: #6b7c94;
    font-size: 14px;
}

.contact-help-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 30px;
}

.contact-help-card {
    padding: 24px;
    border-radius: 26px;
    background: rgba(255, 255, 255, .90);
    border: 1px solid #dce7f5;
    box-shadow: 0 18px 40px rgba(7, 26, 61, .07);
    transition: .2s;
}

.contact-help-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 54px rgba(21, 87, 255, .12);
}

.contact-help-card span {
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    background: linear-gradient(135deg, #e8f7ff, #fff6d8);
    font-size: 24px;
    margin-bottom: 14px;
}

.contact-help-card h3 {
    margin: 0 0 7px;
    color: var(--navy);
    font-family: var(--font-title);
    font-size: 23px;
    letter-spacing: -.025em;
}

.contact-help-card p {
    margin: 0;
    color: #5f708a;
    font-weight: 650;
}

/* Responsive contacto */
@media (max-width: 980px) {
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .contact-help-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 720px) {
    .contact-hero {
        padding: 52px 0 66px;
    }

    .contact-head {
        text-align: left;
        margin-bottom: 28px;
    }

    .contact-head h1 {
        font-size: clamp(42px, 11vw, 56px);
    }

    .contact-head p {
        font-size: 16px;
    }

    .contact-info-card,
    .contact-form-card {
        border-radius: 26px;
        padding: 22px;
    }

    .contact-info-top {
        flex-direction: column;
    }

    .form-title-row {
        flex-direction: column;
    }

    .secure-pill {
        align-self: flex-start;
    }

    .contact-form-card .form-grid {
        grid-template-columns: 1fr;
    }

    .contact-help-grid {
        grid-template-columns: 1fr;
    }
}
/* =========================================================
   CAROUSEL PREMIUM DIADESUERTE
========================================================= */

.premium-carousel-section {
    padding: 34px 0 20px;
    background:
        radial-gradient(circle at 82% 10%, rgba(24, 211, 211, .16), transparent 30%),
        radial-gradient(circle at 10% 20%, rgba(21, 87, 255, .10), transparent 28%),
        linear-gradient(180deg, #ffffff 0%, #f4f9ff 100%);
}

.premium-carousel {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    border-radius: 34px;
    background:
        linear-gradient(135deg, rgba(255,255,255,.94), rgba(238,248,255,.92)),
        radial-gradient(circle at 78% 18%, rgba(255, 214, 94, .22), transparent 30%);
    border: 1px solid #dce9fb;
    box-shadow:
        0 26px 70px rgba(7, 26, 61, .12),
        inset 0 1px 0 rgba(255,255,255,.9);
}

.premium-carousel::before {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: linear-gradient(90deg, #1557ff, #18d3d3, #f0b52a);
    z-index: 4;
}

.carousel-track {
    position: relative;
    min-height: 430px;
}

.carousel-slide {
    position: absolute;
    inset: 0;
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 34px;
    align-items: center;
    padding: 46px 72px;
    opacity: 0;
    transform: translateX(28px);
    pointer-events: none;
    transition: opacity .55s ease, transform .55s ease;
}

.carousel-slide.is-active {
    opacity: 1;
    transform: translateX(0);
    pointer-events: auto;
}

.carousel-content {
    position: relative;
    z-index: 2;
}

.carousel-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    border-radius: 999px;
    background: rgba(255, 246, 216, .92);
    border: 1px solid #f4d47a;
    color: #936300;
    font-size: 13px;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-bottom: 18px;
}

.carousel-content h2 {
    margin: 0 0 16px;
    max-width: 640px;
    color: #071a3d;
    font-family: var(--font-title, inherit);
    font-size: clamp(42px, 4.4vw, 68px);
    line-height: .92;
    letter-spacing: -.055em;
}

.carousel-content p {
    margin: 0 0 26px;
    max-width: 580px;
    color: #53657f;
    font-size: 18px;
    line-height: 1.55;
}

.carousel-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.carousel-image-wrap {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-image-wrap::before {
    content: "";
    position: absolute;
    width: 82%;
    height: 82%;
    border-radius: 36px;
    background:
        radial-gradient(circle, rgba(24, 211, 211, .20), transparent 62%),
        radial-gradient(circle, rgba(240, 181, 42, .22), transparent 58%);
    filter: blur(16px);
}

.carousel-image-wrap img {
    position: relative;
    z-index: 2;
    width: min(100%, 560px);
    max-height: 330px;
    object-fit: contain;
    border-radius: 28px;
    filter: drop-shadow(0 24px 38px rgba(7, 26, 61, .18));
}

.carousel-arrow {
    position: absolute;
    top: 50%;
    z-index: 8;
    width: 48px;
    height: 48px;
    transform: translateY(-50%);
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.92);
    color: #071a3d;
    font-size: 34px;
    font-weight: 900;
    cursor: pointer;
    box-shadow: 0 14px 28px rgba(7, 26, 61, .12);
    transition: .2s ease;
}

.carousel-arrow:hover {
    background: #1557ff;
    color: #fff;
    transform: translateY(-50%) scale(1.06);
}

.carousel-prev {
    left: 18px;
}

.carousel-next {
    right: 18px;
}

.carousel-dots {
    position: absolute;
    left: 50%;
    bottom: 22px;
    z-index: 8;
    transform: translateX(-50%);
    display: flex;
    gap: 9px;
}

.carousel-dot {
    width: 10px;
    height: 10px;
    border: 0;
    border-radius: 999px;
    background: #b8c8de;
    cursor: pointer;
    transition: .25s ease;
}

.carousel-dot.is-active {
    width: 32px;
    background: linear-gradient(90deg, #1557ff, #18d3d3);
}

/* Responsive */
@media (max-width: 980px) {
    .premium-carousel {
        min-height: 660px;
    }

    .carousel-track {
        min-height: 660px;
    }

    .carousel-slide {
        grid-template-columns: 1fr;
        gap: 28px;
        padding: 38px 32px 76px;
        text-align: center;
    }

    .carousel-content h2,
    .carousel-content p {
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-actions {
        justify-content: center;
    }

    .carousel-image-wrap img {
        max-height: 280px;
    }
}

@media (max-width: 560px) {
    .premium-carousel-section {
        padding: 20px 0 12px;
    }

    .premium-carousel {
        min-height: 590px;
        border-radius: 26px;
    }

    .carousel-track {
        min-height: 590px;
    }

    .carousel-slide {
        padding: 30px 20px 72px;
    }

    .carousel-content h2 {
        font-size: clamp(34px, 10vw, 44px);
    }

    .carousel-content p {
        font-size: 15px;
    }

    .carousel-image-wrap img {
        max-height: 220px;
        border-radius: 22px;
    }

    .carousel-arrow {
        width: 42px;
        height: 42px;
        font-size: 30px;
    }

    .carousel-prev {
        left: 10px;
    }

    .carousel-next {
        right: 10px;
    }
}
/* =========================================================
   CORRECCIÓN TÍTULO PRINCIPAL + CAROUSEL RESPONSIVE
========================================================= */

/* Hace visible la frase "Puede cambiar tu vida" */
.home-main-heading span {
    color: #d99f27 !important;
    background: linear-gradient(180deg, #f6c64f 0%, #d99f27 45%, #a86a00 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-shadow:
        0 2px 0 rgba(255, 255, 255, 0.85),
        0 8px 18px rgba(120, 73, 0, 0.18) !important;
}

/* Compacta el título para que no se coma la pantalla */
.home-main-title {
    margin-bottom: 18px !important;
    padding-top: 8px !important;
    padding-bottom: 4px !important;
}

.home-main-subtitle {
    margin-bottom: 4px !important;
}

.home-main-heading {
    font-size: clamp(42px, 6.4vw, 88px) !important;
    line-height: 0.82 !important;
}

.home-main-heading span {
    font-size: 0.55em !important;
    line-height: 0.95 !important;
    margin-top: 0.08em !important;
}

.home-main-note {
    margin-top: 8px !important;
    font-size: 14px !important;
}

/* Carousel: evita cortes */
.ticket-banner {
    overflow: visible !important;
}

.ticket-banner-body {
    min-height: 430px !important;
}

.ticket-slide {
    padding-bottom: 130px !important;
}

.ticket-media-card {
    height: 300px !important;
}

.ticket-media-card img {
    object-fit: cover !important;
}

/* Los botones inferiores quedan dentro del ticket, no encima */
.ticket-footer {
    position: absolute !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 12;
}

/* =========================================================
   MÓVIL
========================================================= */

@media (max-width: 680px) {
    .home-banner-section {
        padding-top: 12px !important;
        padding-bottom: 24px !important;
    }

    .home-main-title {
        margin-bottom: 14px !important;
        padding: 0 12px !important;
    }

    .home-main-subtitle {
        font-size: 10px !important;
        letter-spacing: 0.14em !important;
        gap: 7px !important;
    }

    .home-main-subtitle::before,
    .home-main-subtitle::after {
        width: 28px !important;
    }

    .home-main-heading {
        font-size: clamp(34px, 12vw, 54px) !important;
        line-height: 0.86 !important;
        letter-spacing: -0.05em !important;
    }

    .home-main-heading span {
        display: block !important;
        font-size: 0.62em !important;
        line-height: 1 !important;
        margin-top: 0.08em !important;
        color: #d99f27 !important;
        background: linear-gradient(180deg, #ffd56c 0%, #d99f27 55%, #9d6400 100%) !important;
        -webkit-background-clip: text !important;
        background-clip: text !important;
        -webkit-text-fill-color: transparent !important;
        text-shadow:
            0 1px 0 rgba(255, 255, 255, 0.9),
            0 5px 12px rgba(120, 73, 0, 0.2) !important;
    }

    .home-main-note {
        max-width: 310px !important;
        font-size: 12.5px !important;
        line-height: 1.35 !important;
        margin-top: 8px !important;
    }

    .ticket-banner {
        border-radius: 24px !important;
        overflow: hidden !important;
    }

    .ticket-banner-body {
        min-height: 720px !important;
    }

    .ticket-slide {
        grid-template-columns: 1fr !important;
        padding: 24px 16px 235px !important;
        gap: 18px !important;
        text-align: center !important;
        align-content: start !important;
    }

    .ticket-copy {
        max-width: 100% !important;
    }

    .ticket-badge {
        font-size: 10px !important;
        padding: 7px 11px !important;
        margin-bottom: 10px !important;
    }

    .ticket-copy h2 {
        font-size: clamp(28px, 9vw, 40px) !important;
        line-height: 0.95 !important;
        margin-bottom: 10px !important;
    }

    .ticket-copy p {
        font-size: 13.5px !important;
        line-height: 1.42 !important;
        max-width: 310px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .ticket-actions {
        justify-content: center !important;
    }

    .ticket-actions .btn {
        width: auto !important;
        min-width: 150px !important;
        min-height: 42px !important;
        font-size: 13px !important;
        padding: 10px 14px !important;
    }

    .ticket-media-card {
        width: 100% !important;
        height: 245px !important;
        padding: 8px !important;
        border-radius: 22px !important;
    }

    .ticket-media-card img {
        height: 100% !important;
        object-fit: cover !important;
        border-radius: 16px !important;
    }

    .ticket-arrow {
        top: auto !important;
        bottom: 180px !important;
        width: 40px !important;
        height: 40px !important;
        font-size: 28px !important;
    }

    .ticket-footer {
        position: absolute !important;
        bottom: 0 !important;
        padding: 14px 14px 16px !important;
        background: rgba(255, 255, 255, 0.82) !important;
        backdrop-filter: blur(12px) !important;
    }

    .ticket-trust-row {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 9px !important;
        margin-bottom: 12px !important;
    }

    .ticket-trust-item {
        min-width: 0 !important;
        max-width: none !important;
        padding: 9px !important;
        border-radius: 15px !important;
    }

    .ticket-trust-icon {
        width: 30px !important;
        height: 30px !important;
        flex: 0 0 30px !important;
        font-size: 15px !important;
    }

    .ticket-trust-item strong {
        font-size: 11.5px !important;
    }

    .ticket-trust-item span {
        font-size: 10.5px !important;
    }
}
/* =========================================================
   CORRECCIÓN COLOR FRASE "PUEDE CAMBIAR TU VIDA"
========================================================= */

.home-main-heading span {
    color: #c48712 !important;
    background: none !important;
    -webkit-background-clip: initial !important;
    background-clip: initial !important;
    -webkit-text-fill-color: #c48712 !important;
    text-shadow:
        0 2px 0 rgba(255, 255, 255, 0.95),
        0 6px 14px rgba(80, 45, 0, 0.22) !important;
}

/* Variante aún más oscura en pantallas chicas */
@media (max-width: 680px) {
    .home-main-heading span {
        color: #a66b00 !important;
        background: none !important;
        -webkit-text-fill-color: #a66b00 !important;
        text-shadow:
            0 1px 0 rgba(255, 255, 255, 0.95),
            0 4px 10px rgba(70, 40, 0, 0.25) !important;
    }
}

/* =========================================================
   CASINO PREMIUM THEME - DIADESUERTE.CL
   Capa visual final agregada por PixaWeb
   Objetivo: pasar de corporativo/formal a casino premium,
   con fondo oscuro, neón azul, dorado, brillo y tarjetas VIP.
========================================================= */
:root {
    --casino-black: #050814;
    --casino-black-2: #090f24;
    --casino-navy: #07142f;
    --casino-blue: #0b63ff;
    --casino-cyan: #18f0ff;
    --casino-gold: #f6c556;
    --casino-gold-2: #ffe79a;
    --casino-red: #ff365d;
    --casino-green: #21d07a;
    --casino-glass: rgba(9, 15, 36, .78);
    --casino-line: rgba(255, 231, 154, .26);
    --casino-shadow: 0 28px 90px rgba(0,0,0,.46), 0 0 38px rgba(24,240,255,.10);
}

html, body {
    background:
        radial-gradient(circle at 14% 4%, rgba(24,240,255,.16), transparent 30%),
        radial-gradient(circle at 88% 8%, rgba(246,197,86,.17), transparent 28%),
        radial-gradient(circle at 50% 100%, rgba(11,99,255,.16), transparent 38%),
        linear-gradient(180deg, #030713 0%, #081126 45%, #030713 100%) !important;
    color: #f8fbff !important;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(246,197,86,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(24,240,255,.028) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(180deg, rgba(0,0,0,.95), rgba(0,0,0,.22));
}

body::after {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        radial-gradient(circle at 50% -10%, rgba(255,255,255,.08), transparent 25%),
        repeating-linear-gradient(115deg, rgba(255,255,255,.025) 0 1px, transparent 1px 16px);
    opacity: .8;
}

.topbar {
    background: linear-gradient(90deg, #030713 0%, #081d45 28%, #0b63ff 52%, #0cc7d5 76%, #030713 100%) !important;
    border-bottom: 1px solid rgba(246,197,86,.32) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,.30), inset 0 -1px 0 rgba(255,255,255,.08) !important;
}

.site-header {
    background: rgba(5, 8, 20, .86) !important;
    border-bottom: 1px solid rgba(246,197,86,.20) !important;
    box-shadow: 0 24px 60px rgba(0,0,0,.36) !important;
    backdrop-filter: blur(22px) saturate(1.3) !important;
}

.brand-ticket,
.sidebar-logo,
.login-card img {
    background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,.18), transparent 32%),
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(242,248,255,.88)) !important;
    border: 1px solid rgba(246,197,86,.55) !important;
    box-shadow:
        0 0 0 1px rgba(24,240,255,.12),
        0 18px 42px rgba(0,0,0,.34),
        0 0 32px rgba(246,197,86,.16) !important;
}

.nav-menu a {
    color: rgba(248,251,255,.92) !important;
}
.nav-menu a:not(.btn)::after {
    background: linear-gradient(90deg, var(--casino-gold), var(--casino-cyan), var(--casino-gold)) !important;
    box-shadow: 0 0 15px rgba(24,240,255,.42) !important;
}
.nav-menu a:not(.btn):hover {
    color: var(--casino-gold-2) !important;
}

.nav-toggle {
    background: rgba(255,255,255,.08) !important;
    color: var(--casino-gold-2) !important;
    border: 1px solid rgba(246,197,86,.30) !important;
}

.btn,
button.btn,
.spin-btn,
.btn-primary,
.nav-cta {
    border-radius: 999px !important;
    letter-spacing: .01em !important;
}
.btn-primary,
.spin-btn,
.nav-cta {
    background:
        radial-gradient(circle at 50% 0%, rgba(255,255,255,.34), transparent 34%),
        linear-gradient(135deg, #f6c556 0%, #ffe79a 38%, #c88414 100%) !important;
    color: #160d00 !important;
    border: 1px solid rgba(255,231,154,.82) !important;
    box-shadow: 0 16px 38px rgba(246,197,86,.26), 0 0 26px rgba(246,197,86,.22) !important;
    text-shadow: 0 1px 0 rgba(255,255,255,.34) !important;
}
.btn-primary:hover,
.spin-btn:hover,
.nav-cta:hover {
    transform: translateY(-3px) scale(1.015) !important;
    box-shadow: 0 22px 50px rgba(246,197,86,.35), 0 0 38px rgba(246,197,86,.28) !important;
}
.btn-light,
.btn-ghost {
    background: rgba(255,255,255,.08) !important;
    color: #f8fbff !important;
    border: 1px solid rgba(246,197,86,.30) !important;
    box-shadow: 0 14px 32px rgba(0,0,0,.22) !important;
}

.section,
.section.alt,
.section.white,
.hero,
.campaigns-public,
.ticket-page,
.contact-hero,
.games-page,
.jyg-page,
.scratch-page {
    background:
        radial-gradient(circle at 15% 0%, rgba(24,240,255,.15), transparent 30%),
        radial-gradient(circle at 88% 8%, rgba(246,197,86,.15), transparent 28%),
        linear-gradient(180deg, rgba(7,20,47,.88), rgba(3,7,19,.96)) !important;
    color: #f8fbff !important;
}

.section-title,
.hero h1,
.home-main-heading,
.campaigns-hero h1,
.contact-head h1,
.games-hero h1,
.games-head h2,
.jyg-hero h1,
.jyg-panel h2,
.scratch-panel h2,
.scratch-ticket-center h1,
.prize-showcase-text h2,
.product-purchase-card h2,
.campaign-body-premium h3,
.raffle-body h3,
.prize-content h3,
.step h3,
.why-card h3,
.contact-info-card h2,
.contact-form-card h2 {
    color: #ffffff !important;
    text-shadow: 0 3px 0 rgba(0,0,0,.22), 0 0 22px rgba(24,240,255,.12) !important;
}

.section-title span,
.hero h1 span,
.home-main-heading span,
.games-hero h1 span,
.home-main-subtitle,
.price,
.total,
.campaign-meta-premium strong,
.raffle-meta strong {
    color: var(--casino-gold-2) !important;
    -webkit-text-fill-color: initial !important;
    background: none !important;
    text-shadow: 0 0 22px rgba(246,197,86,.28) !important;
}

.section-sub,
.hero p,
.campaigns-hero p,
.contact-head p,
.games-hero p,
.games-head p,
.jyg-hero p,
.jyg-panel p,
.scratch-panel p,
.campaign-body-premium p,
.raffle-body p,
.prize-content p,
.step p,
.why-card p,
.muted,
.contact-info-item p,
.contact-alert p,
.summary-box p,
.auto-folio-public-note,
.games-note p {
    color: rgba(231, 240, 255, .78) !important;
}

.section-kicker,
.eyebrow,
.games-kicker,
.jyg-section-kicker,
.hero-badge,
.scratch-kicker,
.scratch-badge,
.badge-soft,
.form-mini-kicker,
.secure-pill,
.status-chip,
.email-status {
    background: rgba(246,197,86,.12) !important;
    color: var(--casino-gold-2) !important;
    border: 1px solid rgba(246,197,86,.38) !important;
    box-shadow: 0 0 24px rgba(246,197,86,.08) !important;
}

.section-kicker::before {
    background: linear-gradient(90deg, var(--casino-gold), var(--casino-cyan)) !important;
    box-shadow: 0 0 16px rgba(24,240,255,.35) !important;
}

.hero-card,
.hero-media-large,
.hero-startup,
.trust-item,
.prize-card,
.raffle-card,
.campaign-card-premium,
.form-card,
.summary-box,
.contact-info-card,
.contact-form-card,
.games-hero-card,
.game-card,
.jyg-panel,
.scratch-panel,
.prize-showcase-card,
.product-purchase-card,
.auto-folio-public-note,
.step,
.why-card,
.login-card,
.admin-card,
.roulette-card {
    position: relative !important;
    background:
        radial-gradient(circle at 18% 0%, rgba(24,240,255,.12), transparent 34%),
        radial-gradient(circle at 90% 14%, rgba(246,197,86,.12), transparent 28%),
        linear-gradient(145deg, rgba(11,19,43,.92), rgba(5,8,20,.96)) !important;
    border: 1px solid rgba(246,197,86,.28) !important;
    box-shadow: var(--casino-shadow) !important;
    backdrop-filter: blur(16px) saturate(1.18) !important;
}

.hero-card::before,
.hero-media-large::before,
.hero-startup::before,
.prize-card::before,
.raffle-card::before,
.campaign-card-premium::before,
.games-hero-card::before,
.game-card::before,
.prize-showcase-card::before {
    background: linear-gradient(90deg, var(--casino-gold), var(--casino-cyan), var(--casino-blue), var(--casino-gold)) !important;
    box-shadow: 0 0 26px rgba(24,240,255,.22) !important;
}

.trust-icon,
.why-card-icon,
.contact-icon-main,
.winner-medallion span,
.scratch-result-icon {
    background:
        radial-gradient(circle at 50% 22%, rgba(255,255,255,.34), transparent 36%),
        linear-gradient(135deg, #f6c556, #c88414) !important;
    color: #170f00 !important;
    border: 1px solid rgba(255,231,154,.72) !important;
    box-shadow: 0 0 24px rgba(246,197,86,.24) !important;
}

input, textarea, select,
.scratch-field input,
.jyg-field input,
.field input,
.field textarea,
.field select,
.form-block select {
    background: rgba(255,255,255,.08) !important;
    border: 1px solid rgba(246,197,86,.26) !important;
    color: #ffffff !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 0 rgba(0,0,0,0) !important;
}
input::placeholder, textarea::placeholder {
    color: rgba(231,240,255,.52) !important;
}
label,
.field label,
.jyg-field label,
.scratch-field label,
.form-block label {
    color: #fff0b7 !important;
}

.raffle-cover,
.prize-card img,
.campaign-cover-premium,
.prize-showcase-img,
.product-purchase-img,
.game-card-img,
.games-hero-image,
.jyg-card-inner,
.scratch-card-shell {
    background:
        radial-gradient(circle at 50% 0%, rgba(246,197,86,.16), transparent 30%),
        linear-gradient(135deg, rgba(255,255,255,.06), rgba(24,240,255,.06)) !important;
    border-color: rgba(246,197,86,.25) !important;
}

.raffle-cover img,
.prize-card img,
.campaign-cover-premium img,
.prize-showcase-img img,
.product-purchase-img img,
.game-card-img img,
.games-hero-image img,
.hero-media img {
    filter: saturate(1.13) contrast(1.05) drop-shadow(0 22px 28px rgba(0,0,0,.34)) !important;
}

.summary-line,
.campaign-meta-premium,
.raffle-meta,
.contact-info-item,
.scratch-info-grid div,
.game-card-features span,
.games-mini-trust span,
.jyg-stats div,
.scratch-privacy-box,
.scratch-ticket-bottom strong,
.scratch-ticket-bottom span,
.folio-stat,
.admin-folio-chip {
    background: rgba(255,255,255,.065) !important;
    border: 1px solid rgba(246,197,86,.22) !important;
    color: #f8fbff !important;
}

.alert.ok, .alert-ok {
    background: rgba(33,208,122,.13) !important;
    color: #d8ffe9 !important;
    border-color: rgba(33,208,122,.34) !important;
}
.alert.err, .alert-error, .roulette-alert-error {
    background: rgba(255,54,93,.13) !important;
    color: #ffe2e8 !important;
    border-color: rgba(255,54,93,.34) !important;
}

/* Efecto de marquesina casino para títulos principales */
.home-main-title,
.games-hero-card,
.prize-showcase-card,
.scratch-ticket-hero,
.jyg-panel,
.contact-layout,
.purchase-layout,
.campaign-card-premium,
.raffle-card-modern {
    isolation: isolate !important;
}
.home-main-title::after,
.games-hero-card::marker,
.hero::after {
    display: none !important;
}

/* Sidebar admin casino */
.sidebar {
    background:
        radial-gradient(circle at 50% 0%, rgba(246,197,86,.14), transparent 30%),
        linear-gradient(180deg, #070b18, #02040c) !important;
    border-right: 1px solid rgba(246,197,86,.20) !important;
}
.sidebar a {
    color: rgba(248,251,255,.88) !important;
}
.sidebar a.active,
.sidebar a:hover {
    background: linear-gradient(135deg, rgba(246,197,86,.18), rgba(24,240,255,.10)) !important;
    color: #fff7d4 !important;
    box-shadow: inset 3px 0 0 var(--casino-gold), 0 0 22px rgba(246,197,86,.12) !important;
}
.sidebar-section {
    color: var(--casino-cyan) !important;
}

@media (max-width: 780px) {
    .site-header { background: rgba(5,8,20,.94) !important; }
    .nav-menu {
        background: rgba(5,8,20,.96) !important;
        border: 1px solid rgba(246,197,86,.22) !important;
        box-shadow: 0 24px 60px rgba(0,0,0,.45) !important;
    }
}

/* =========================================================
   AJUSTES FINALES DE LEGIBILIDAD Y TARJETAS
   - Corrige textos claros sobre fondos claros
   - Reemplaza metadatos feos en cards por chips premium
========================================================= */

/* 1) HOME HERO CLARO: títulos oscuros y dorados visibles */
.home-banner-section .home-main-subtitle {
    color: #b88414 !important;
}
.home-banner-section .home-main-heading {
    color: #0a1f49 !important;
    text-shadow: 0 3px 0 rgba(255,255,255,.92), 0 14px 28px rgba(10,31,73,.14) !important;
}
.home-banner-section .home-main-heading span {
    background: linear-gradient(180deg, #f7d980 0%, #cf951d 72%, #a96700 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    text-shadow: none !important;
}
.home-banner-section .home-main-note {
    color: #5a6d88 !important;
}

/* 2) SECCIÓN CLARA "Una forma clara de comprar" */
.why-section .section-kicker,
.why-section .section-kicker::before {
    color: #c08a12 !important;
}
.why-section .section-title {
    color: #0a1f49 !important;
    text-shadow: 0 2px 0 rgba(255,255,255,.85), 0 12px 24px rgba(10,31,73,.10) !important;
}
.why-section .section-sub {
    color: #71829a !important;
}

/* 3) CONTACTO: cajas claras con texto oscuro */
.contact-info-item strong {
    color: #f8fbff !important;
}
.contact-info-item p,
.contact-info-item a {
    color: rgba(231,240,255,.80) !important;
}
.contact-alert {
    background: linear-gradient(135deg, #fff2c8 0%, #fff9eb 100%) !important;
    border: 1px solid rgba(224,173,51,.48) !important;
    box-shadow: 0 18px 34px rgba(0,0,0,.10) !important;
}
.contact-alert strong {
    color: #8a5a00 !important;
}
.contact-alert p {
    color: #6f5627 !important;
}

/* 4) TARJETAS DE PRODUCTOS ACTIVOS: reemplazo elegante del precio/folios */
.raffle-benefits,
.campaign-benefits-premium {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 18px 0 22px;
}
.raffle-benefits span,
.campaign-benefits-premium span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 12px 14px;
    border-radius: 16px;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .01em;
    text-align: center;
    color: #fff5d1 !important;
    border: 1px solid rgba(246,197,86,.24);
    background:
        radial-gradient(circle at 15% 0%, rgba(24,240,255,.10), transparent 30%),
        linear-gradient(135deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 10px 20px rgba(0,0,0,.14);
}
.raffle-benefits span::before,
.campaign-benefits-premium span::before {
    content: "✦";
    margin-right: 8px;
    color: var(--casino-gold-2);
    text-shadow: 0 0 14px rgba(246,197,86,.28);
}

/* 5) Si por alguna razón siguen apareciendo antiguos bloques de meta */
.raffle-meta,
.campaign-meta-premium {
    display: none !important;
}

@media (max-width: 680px) {
    .home-banner-section .home-main-heading {
        font-size: clamp(34px, 11vw, 54px) !important;
        line-height: .86 !important;
    }

    .raffle-benefits,
    .campaign-benefits-premium {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .raffle-benefits span,
    .campaign-benefits-premium span {
        min-height: 44px;
        font-size: 12px;
    }
}


/* =========================================================
   HOME + HEADER CASINO PREMIUM FINAL
   Logo tipo ticket VIP y hero con estética casino elegante.
========================================================= */

/* Fondo general más casino en el home */
.home-banner-section {
    position: relative !important;
    overflow: hidden !important;
    padding: 34px 0 48px !important;
    background:
        radial-gradient(circle at 84% 12%, rgba(24, 211, 211, .22), transparent 30%),
        radial-gradient(circle at 15% 8%, rgba(21, 87, 255, .16), transparent 32%),
        radial-gradient(circle at 50% 100%, rgba(240, 181, 42, .13), transparent 42%),
        linear-gradient(180deg, #030814 0%, #061326 46%, #08162b 100%) !important;
}

.home-banner-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: .55;
    background-image:
        radial-gradient(circle, rgba(255,255,255,.16) 1px, transparent 1.4px),
        linear-gradient(rgba(255,215,106,.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(24,211,211,.028) 1px, transparent 1px);
    background-size: 42px 42px, 58px 58px, 58px 58px;
    mask-image: linear-gradient(180deg, #000 0%, transparent 72%);
}

.home-banner-section::after {
    content: "";
    position: absolute;
    width: 720px;
    height: 720px;
    right: -280px;
    top: -330px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(246, 197, 86, .16), transparent 56%),
        radial-gradient(circle, rgba(24, 211, 211, .12), transparent 70%);
    filter: blur(14px);
    pointer-events: none;
}

/* Título superior con look jackpot */
.home-main-title {
    position: relative !important;
    z-index: 2 !important;
    margin-bottom: 22px !important;
    padding-top: 4px !important;
}

.home-main-title::before {
    width: min(980px, 94vw) !important;
    height: 190px !important;
    top: -18px !important;
    background:
        radial-gradient(circle at 50% 50%, rgba(246, 197, 86, .16), transparent 42%),
        radial-gradient(circle at 50% 38%, rgba(24, 211, 211, .10), transparent 54%) !important;
    filter: blur(18px) !important;
}

.home-main-subtitle {
    color: #f6c556 !important;
    text-shadow: 0 0 18px rgba(246, 197, 86, .28) !important;
    letter-spacing: .28em !important;
}

.home-main-subtitle::before,
.home-main-subtitle::after {
    background: linear-gradient(90deg, transparent, #f6c556, transparent) !important;
    box-shadow: 0 0 18px rgba(246, 197, 86, .30) !important;
}

.home-main-heading {
    color: #ffffff !important;
    text-shadow:
        0 2px 0 rgba(246, 197, 86, .25),
        0 0 22px rgba(24, 211, 211, .10),
        0 24px 55px rgba(0,0,0,.38) !important;
}

.home-main-heading span {
    background: linear-gradient(180deg, #fff0af 0%, #f6c556 40%, #c78612 100%) !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    color: transparent !important;
    text-shadow: none !important;
}

.home-main-note {
    color: #c7d3e3 !important;
    font-size: 14px !important;
    text-shadow: 0 10px 24px rgba(0,0,0,.25) !important;
}

/* Header logo como ticket VIP */
.site-header {
    background:
        radial-gradient(circle at 14% 0%, rgba(246,197,86,.08), transparent 28%),
        linear-gradient(180deg, rgba(4, 9, 20, .98), rgba(3, 8, 18, .98)) !important;
    border-bottom: 1px solid rgba(246, 197, 86, .22) !important;
    box-shadow: 0 18px 48px rgba(0,0,0,.32) !important;
}

.brand-ticket {
    height: 74px !important;
    min-width: 292px !important;
    padding: 10px 34px !important;
    border-radius: 22px !important;
    border: 2px solid rgba(246, 197, 86, .92) !important;
    background:
        radial-gradient(circle at left center, #030814 0 15px, transparent 16px),
        radial-gradient(circle at right center, #030814 0 15px, transparent 16px),
        linear-gradient(135deg, #fffdf4 0%, #ecf8ff 45%, #fff2c8 100%) !important;
    box-shadow:
        0 0 0 1px rgba(255,255,255,.14),
        0 0 24px rgba(246,197,86,.25),
        0 18px 46px rgba(0,0,0,.30),
        inset 0 1px 0 rgba(255,255,255,.95) !important;
    overflow: visible !important;
}

.brand-ticket::before {
    content: "" !important;
    position: absolute !important;
    inset: 8px 18px !important;
    border: 1px dashed rgba(167, 107, 0, .36) !important;
    border-radius: 16px !important;
    padding: 0 !important;
    background: none !important;
    -webkit-mask: none !important;
    mask: none !important;
    pointer-events: none !important;
}

.brand-ticket::after {
    content: "VIP" !important;
    position: absolute !important;
    right: -14px !important;
    top: -12px !important;
    width: 42px !important;
    height: 42px !important;
    display: grid !important;
    place-items: center !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #fff0af, #d99f27 70%, #a46400) !important;
    color: #071a3d !important;
    font-size: 10px !important;
    font-weight: 950 !important;
    letter-spacing: .05em !important;
    border: 2px solid rgba(255,255,255,.85) !important;
    box-shadow: 0 12px 28px rgba(246,197,86,.28) !important;
}

.brand-ticket img {
    height: 50px !important;
    max-width: 230px !important;
    object-fit: contain !important;
    filter: drop-shadow(0 6px 10px rgba(7,26,61,.12)) !important;
}

.nav-menu a {
    color: rgba(255,255,255,.86) !important;
}

.nav-menu a:not(.btn):hover {
    color: #f6c556 !important;
}

.nav-menu a:not(.btn)::after {
    background: linear-gradient(90deg, #f6c556, #18d3d3) !important;
}

/* Hero principal tipo ticket jackpot */
.folio-banner {
    position: relative !important;
    border-radius: 44px !important;
    border: 1px solid rgba(246, 197, 86, .30) !important;
    background:
        radial-gradient(circle at 86% 18%, rgba(24, 211, 211, .18), transparent 34%),
        radial-gradient(circle at 14% 18%, rgba(246, 197, 86, .16), transparent 30%),
        linear-gradient(135deg, rgba(6, 14, 31, .98), rgba(12, 22, 46, .96) 52%, rgba(4, 9, 20, .98)) !important;
    box-shadow:
        0 38px 90px rgba(0,0,0,.38),
        0 0 0 1px rgba(255,255,255,.045),
        inset 0 1px 0 rgba(255,255,255,.10) !important;
}

.folio-banner::before,
.folio-banner::after {
    background: #071121 !important;
    border: 1px solid rgba(246, 197, 86, .34) !important;
    box-shadow: inset 0 0 14px rgba(0,0,0,.28) !important;
}

.folio-banner-topline {
    height: 7px !important;
    background: linear-gradient(90deg, #1557ff, #18d3d3, #f6c556, #d99f27) !important;
    box-shadow: 0 0 24px rgba(246,197,86,.24) !important;
}

.folio-banner-body {
    min-height: 500px !important;
    padding: 48px 82px 20px !important;
}

.folio-slide {
    grid-template-columns: .78fr 1.22fr !important;
    padding: 48px 82px 132px !important;
}

.folio-copy {
    max-width: 510px !important;
}

.folio-badge {
    background:
        linear-gradient(135deg, rgba(246,197,86,.20), rgba(255,255,255,.05)) !important;
    border: 1px solid rgba(246,197,86,.62) !important;
    color: #ffe8a3 !important;
    box-shadow: 0 0 22px rgba(246,197,86,.12), inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.folio-copy h2 {
    color: #ffffff !important;
    font-size: clamp(38px, 4.2vw, 66px) !important;
    line-height: .88 !important;
    text-shadow: 0 24px 48px rgba(0,0,0,.38) !important;
}

.folio-copy h2 span {
    color: #f6c556 !important;
    text-shadow: 0 0 18px rgba(246,197,86,.32) !important;
}

.folio-copy p {
    color: #c7d3e3 !important;
    font-size: 16px !important;
    font-weight: 750 !important;
}

.folio-actions .btn-primary,
.nav-cta,
.btn-gold {
    background: linear-gradient(135deg, #fff0af 0%, #f6c556 42%, #d99f27 100%) !important;
    color: #221602 !important;
    border: 1px solid rgba(255,255,255,.28) !important;
    box-shadow:
        0 0 26px rgba(246,197,86,.26),
        0 16px 34px rgba(0,0,0,.22) !important;
}

.folio-actions .btn-light {
    background: rgba(255,255,255,.06) !important;
    border: 1px solid rgba(246,197,86,.32) !important;
    color: #f9fbff !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06), 0 14px 28px rgba(0,0,0,.16) !important;
}

.folio-actions .btn-light:hover {
    background: rgba(246,197,86,.14) !important;
    color: #fff7d8 !important;
}

.folio-media::before {
    background:
        radial-gradient(circle, rgba(246,197,86,.26), transparent 56%),
        radial-gradient(circle, rgba(24,211,211,.22), transparent 64%) !important;
    filter: blur(30px) !important;
}

.folio-media-card {
    height: 330px !important;
    padding: 12px !important;
    border-radius: 34px !important;
    background:
        linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.06)) !important;
    border: 1px solid rgba(246,197,86,.34) !important;
    box-shadow:
        0 26px 64px rgba(0,0,0,.34),
        0 0 34px rgba(24,211,211,.10),
        inset 0 1px 0 rgba(255,255,255,.12) !important;
}

.folio-media-card img {
    border-radius: 25px !important;
    object-fit: cover !important;
}

.folio-arrow {
    background: rgba(255,255,255,.08) !important;
    color: #fff5d1 !important;
    border: 1px solid rgba(246,197,86,.28) !important;
    box-shadow: 0 18px 34px rgba(0,0,0,.24), 0 0 18px rgba(246,197,86,.10) !important;
}

.folio-arrow:hover {
    background: linear-gradient(135deg, #fff0af, #d99f27) !important;
    color: #071a3d !important;
}

.folio-footer {
    border-top: 1px dashed rgba(246,197,86,.20) !important;
    background: rgba(4, 9, 20, .54) !important;
    backdrop-filter: blur(16px) !important;
}

.folio-trust-item {
    background:
        linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.035)) !important;
    border: 1px solid rgba(246,197,86,.20) !important;
    box-shadow: 0 16px 30px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.06) !important;
}

.folio-trust-icon {
    background: linear-gradient(135deg, rgba(246,197,86,.24), rgba(24,211,211,.12)) !important;
}

.folio-trust-item strong {
    color: #ffffff !important;
}

.folio-trust-item span {
    color: #aebbd0 !important;
}

.folio-dot {
    background: rgba(255,255,255,.22) !important;
}

.folio-dot.is-active {
    background: linear-gradient(90deg, #f6c556, #18d3d3) !important;
    box-shadow: 0 0 16px rgba(246,197,86,.24) !important;
}

/* Mini sello casino sobre el panel */
.folio-banner .folio-copy::before {
    content: "LUCKY PICK";
    display: inline-flex;
    margin-bottom: 12px;
    padding: 6px 12px;
    border-radius: 999px;
    color: #071a3d;
    background: linear-gradient(135deg, #fff0af, #d99f27);
    font-size: 11px;
    font-weight: 950;
    letter-spacing: .12em;
    box-shadow: 0 0 18px rgba(246,197,86,.18);
}

/* Responsive */
@media (max-width: 980px) {
    .brand-ticket {
        min-width: 235px !important;
        height: 66px !important;
        padding: 9px 28px !important;
    }

    .brand-ticket img {
        height: 44px !important;
        max-width: 190px !important;
    }

    .folio-banner-body {
        min-height: 780px !important;
        padding: 34px 28px 20px !important;
    }

    .folio-slide {
        grid-template-columns: 1fr !important;
        padding: 34px 28px 148px !important;
        gap: 22px !important;
    }

    .folio-media-card {
        height: 280px !important;
    }
}

@media (max-width: 680px) {
    .home-banner-section {
        padding-top: 24px !important;
    }

    .home-main-heading {
        font-size: clamp(38px, 12vw, 58px) !important;
    }

    .folio-banner {
        border-radius: 30px !important;
    }

    .folio-banner-body {
        min-height: 745px !important;
    }

    .folio-copy h2 {
        font-size: clamp(34px, 11vw, 54px) !important;
    }

    .folio-copy p {
        font-size: 14px !important;
    }

    .folio-media-card {
        height: 220px !important;
        border-radius: 24px !important;
    }

    .folio-media-card img {
        border-radius: 18px !important;
    }

    .folio-trust-row {
        grid-template-columns: 1fr !important;
    }
}



/* =========================================================
   CASINO METÁLICO CLARO - CAPA FINAL GLOBAL
   Archivo: /assets/css/casino-final.css
   Objetivo: acercar todo el sitio a la maqueta premium:
   azul metálico claro + tarjetas casino + textos legibles.
========================================================= */

:root {
    --casino-navy: #07162d;
    --casino-navy-2: #0c2e58;
    --casino-blue: #123f73;
    --casino-blue-soft: #dbe9f7;
    --casino-sky: #eff6ff;
    --casino-gold: #f6c556;
    --casino-gold-2: #d99f27;
    --casino-cream: #fff4c8;
    --casino-text: #081b3b;
    --casino-muted: #5f718b;
    --casino-line: rgba(217,159,39,.34);
    --casino-shadow: 0 26px 68px rgba(7, 26, 61, .20);
}

/* Base general */
body {
    color: var(--casino-text) !important;
    background:
        radial-gradient(circle at 20% -10%, rgba(255,255,255,.9), transparent 28%),
        radial-gradient(circle at 86% 3%, rgba(24,211,211,.15), transparent 30%),
        linear-gradient(180deg, #edf5fd 0%, #ffffff 46%, #e6f1fb 100%) !important;
}

main {
    background: transparent !important;
}

.container {
    width: min(1280px, calc(100% - 42px)) !important;
}

.section,
.section.alt,
.section.white,
.campaigns-public,
.games-page,
.ticket-page,
.contact-hero,
.jyg-page,
.scratch-page {
    color: var(--casino-text) !important;
}

/* Header más parecido a casino premium claro/dorado */
.site-header {
    background:
        linear-gradient(180deg, #07101f 0%, #08172d 100%) !important;
    border-bottom: 1px solid rgba(246,197,86,.42) !important;
    box-shadow: 0 20px 48px rgba(0,0,0,.24) !important;
}

.topbar {
    background:
        linear-gradient(90deg, #07101f 0%, #0c2e58 38%, #1557ff 68%, #18d3d3 100%) !important;
    border-bottom: 1px solid rgba(246,197,86,.28) !important;
}

.topbar-inner span {
    color: #ffffff !important;
    text-shadow: 0 1px 6px rgba(0,0,0,.20);
}

.nav-menu a:not(.btn) {
    color: rgba(255,255,255,.88) !important;
}

.nav-menu a:not(.btn):hover {
    color: var(--casino-gold) !important;
}

.nav-menu a:not(.btn)::after {
    background: linear-gradient(90deg, var(--casino-gold), #fff4c8, var(--casino-gold-2)) !important;
}

.brand-ticket,
.sidebar-logo,
.footer-logo-ticket {
    background:
        radial-gradient(circle at left center, #07101f 0 13px, transparent 14px),
        radial-gradient(circle at right center, #07101f 0 13px, transparent 14px),
        linear-gradient(135deg, #fffdf4 0%, #eef8ff 45%, #fff2c8 100%) !important;
    border: 2px solid rgba(246,197,86,.82) !important;
    box-shadow:
        0 0 24px rgba(246,197,86,.24),
        0 18px 42px rgba(0,0,0,.28),
        inset 0 1px 0 rgba(255,255,255,.95) !important;
}

.brand-ticket::before {
    background: linear-gradient(135deg, rgba(246,197,86,.90), rgba(255,255,255,.70), rgba(217,159,39,.92)) !important;
}

.nav-cta,
.btn-primary,
.btn-gold,
.footer-casino-cta,
.raffle-card-modern .btn-primary,
.folio-actions .btn-primary,
.folio-actions .btn-gold {
    background: linear-gradient(135deg, #fff0af 0%, #f6c556 42%, #d99f27 100%) !important;
    color: #211500 !important;
    border: 1px solid rgba(255,255,255,.44) !important;
    box-shadow:
        0 0 28px rgba(246,197,86,.22),
        0 18px 36px rgba(0,0,0,.18) !important;
}

/* Cabeceras y textos comunes */
.section-kicker,
.games-kicker,
.badge-soft,
.eyebrow,
.folio-badge,
.game-card-badge,
.scratch-kicker,
.jyg-section-kicker,
.hero-badge,
.form-mini-kicker {
    color: #906006 !important;
    background: linear-gradient(135deg, rgba(255,249,229,.98), rgba(255,237,176,.92)) !important;
    border: 1px solid rgba(217,159,39,.46) !important;
    box-shadow: 0 0 18px rgba(246,197,86,.13) !important;
}

.section-title,
.section-head h1,
.games-head h2,
.games-hero h1,
.campaigns-hero h1,
.ticket-page h1,
.contact-head h1,
.jyg-hero h1,
.jyg-panel h2 {
    color: var(--casino-text) !important;
    text-shadow: 0 3px 0 rgba(255,255,255,.60), 0 18px 34px rgba(7,26,61,.08) !important;
}

.section-sub,
.games-head p,
.campaigns-hero p,
.ticket-page .section-sub,
.contact-head p,
.jyg-hero p {
    color: var(--casino-muted) !important;
    font-weight: 750 !important;
}

/* HOME / HERO */
.home-banner-section {
    position: relative !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at 14% 12%, rgba(255,255,255,.95), transparent 28%),
        radial-gradient(circle at 86% 8%, rgba(24,211,211,.18), transparent 31%),
        radial-gradient(circle at 48% 98%, rgba(246,197,86,.16), transparent 43%),
        linear-gradient(180deg, #dbe8f6 0%, #c1d3e7 49%, #e7f1fa 100%) !important;
}

.home-banner-section::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    pointer-events: none !important;
    opacity: .42 !important;
    background-image:
        radial-gradient(circle, rgba(255,255,255,.66) 1px, transparent 1.6px),
        linear-gradient(rgba(21,87,255,.050) 1px, transparent 1px),
        linear-gradient(90deg, rgba(21,87,255,.040) 1px, transparent 1px) !important;
    background-size: 42px 42px, 66px 66px, 66px 66px !important;
    mask-image: linear-gradient(180deg, #000 0%, transparent 80%) !important;
}

.home-main-title {
    padding-top: 26px !important;
    margin-bottom: 26px !important;
}

.home-title-image-wrap {
    width: min(840px, 94vw) !important;
}

.home-title-image {
    filter:
        drop-shadow(0 0 16px rgba(246,197,86,.30))
        drop-shadow(0 22px 40px rgba(7,26,61,.22)) !important;
}

/* Carrusel principal */
.folio-banner {
    border-radius: 42px !important;
    border: 1px solid rgba(246,197,86,.68) !important;
    background:
        radial-gradient(circle at 82% 18%, rgba(24,211,211,.16), transparent 32%),
        radial-gradient(circle at 18% 8%, rgba(255,255,255,.09), transparent 32%),
        linear-gradient(135deg, #103765 0%, #174c80 45%, #0b2850 100%) !important;
    box-shadow:
        0 34px 80px rgba(7,26,61,.30),
        0 0 0 1px rgba(255,255,255,.10),
        inset 0 1px 0 rgba(255,255,255,.18) !important;
}

.folio-banner::before,
.folio-banner::after {
    background: #dbe8f6 !important;
    border: 1px solid rgba(246,197,86,.56) !important;
}

.folio-banner-topline,
.games-hero-card::before,
.game-card::before,
.footer-casino-card::before {
    background: linear-gradient(90deg, #1557ff 0%, #18d3d3 35%, #f6c556 68%, #d99f27 100%) !important;
    box-shadow: 0 0 24px rgba(246,197,86,.26) !important;
}

.folio-copy h2 {
    color: #ffffff !important;
    text-shadow: 0 4px 0 rgba(0,0,0,.16), 0 20px 34px rgba(0,0,0,.28) !important;
}

.folio-copy h2 span,
.folio-copy h2 strong {
    color: var(--casino-gold) !important;
}

.folio-copy p {
    color: rgba(233,242,255,.88) !important;
}

.folio-media-card {
    background: linear-gradient(135deg, rgba(255,255,255,.18), rgba(255,255,255,.08)) !important;
    border: 1px solid rgba(246,197,86,.46) !important;
    box-shadow: 0 24px 58px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.18) !important;
}

.folio-footer {
    background: rgba(6,18,40,.46) !important;
    border-top: 1px dashed rgba(246,197,86,.25) !important;
}

.folio-trust-item {
    background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.055)) !important;
    border: 1px solid rgba(246,197,86,.26) !important;
    color: rgba(232,240,255,.88) !important;
}

.folio-trust-item strong {
    color: #ffffff !important;
}

.folio-trust-item span {
    color: rgba(220,234,250,.78) !important;
}

.folio-arrow {
    background: rgba(255,255,255,.94) !important;
    border: 1px solid rgba(246,197,86,.30) !important;
    color: #10264a !important;
}

/* Productos activos */
.active-section,
.section.alt.active-section,
.campaigns-public {
    position: relative !important;
    overflow: hidden !important;
    background:
        radial-gradient(circle at 12% 8%, rgba(255,255,255,.88), transparent 30%),
        radial-gradient(circle at 82% 6%, rgba(24,211,211,.18), transparent 30%),
        linear-gradient(180deg, #e7f1fb 0%, #c9dbed 100%) !important;
    color: var(--casino-text) !important;
}

.active-section::before,
.campaigns-public::before {
    background-image:
        radial-gradient(circle, rgba(255,255,255,.75) 1px, transparent 1.5px),
        linear-gradient(90deg, rgba(21,87,255,.05) 1px, transparent 1px) !important;
    background-size: 48px 48px, 70px 70px !important;
    opacity: .48 !important;
}

.active-section .section-title,
.active-section .section-sub,
.campaigns-public .section-title,
.campaigns-public .section-sub,
.campaigns-public h1,
.campaigns-public p {
    color: var(--casino-text) !important;
}

.raffle-card-modern,
.campaign-card,
.game-card,
.prize-card,
.card,
.form-card {
    border: 1px solid rgba(246,197,86,.34) !important;
    box-shadow: 0 24px 54px rgba(7,26,61,.18) !important;
}

.raffle-card-modern,
.campaign-card,
.product-card {
    background:
        radial-gradient(circle at 50% 0%, rgba(246,197,86,.12), transparent 34%),
        linear-gradient(180deg, #103765 0%, #071326 100%) !important;
    color: #ffffff !important;
}

.raffle-card-modern h3,
.campaign-card h3,
.product-card h3 {
    color: #ffffff !important;
}

.raffle-card-modern p,
.campaign-card p,
.product-card p {
    color: rgba(222,235,252,.80) !important;
}

.raffle-card-modern .raffle-meta,
.campaign-card .raffle-meta,
.raffle-benefits span {
    background: rgba(255,255,255,.07) !important;
    border-color: rgba(246,197,86,.28) !important;
    color: rgba(232,240,255,.84) !important;
}

/* Evita textos blancos sobre tarjetas blancas */
.why-section,
.section.white,
.section.alt:not(.active-section),
.games-page,
.contact-hero,
.ticket-page,
.jyg-page {
    background:
        radial-gradient(circle at 88% 0%, rgba(24,211,211,.11), transparent 28%),
        radial-gradient(circle at 10% 0%, rgba(246,197,86,.10), transparent 30%),
        linear-gradient(180deg, #ffffff 0%, #edf5fb 100%) !important;
    color: var(--casino-text) !important;
}

.why-card,
.step,
.steps-modern .step,
.games-mini-trust span,
.jyg-panel,
.contact-info-card,
.contact-form-card,
.form-card,
.summary-card,
.prize-showcase-card,
.purchase-card,
.ticket-grid-card,
.scratch-panel {
    background:
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,250,255,.94)) !important;
    color: var(--casino-text) !important;
    border: 1px solid rgba(217,159,39,.26) !important;
    box-shadow: 0 18px 42px rgba(7,26,61,.10) !important;
}

.why-card h3,
.why-card p,
.step h3,
.step p,
.steps-modern .step h3,
.steps-modern .step p,
.jyg-panel h2,
.jyg-panel p,
.contact-info-card h2,
.contact-info-card p,
.contact-form-card h2,
.contact-form-card label,
.form-card h1,
.form-card h2,
.form-card p,
.summary-card,
.summary-card span,
.summary-card strong {
    color: var(--casino-text) !important;
}

.why-card p,
.step p,
.steps-modern .step p,
.jyg-panel p,
.contact-info-card p,
.form-card p {
    color: var(--casino-muted) !important;
}

/* Cómo funciona en home: azul premium pero más legible */
.section.white .steps-modern .step,
.home-how .step,
.steps-modern .step {
    color: var(--casino-text) !important;
}

.section.white:has(.steps-modern),
.how-section,
.home-how-section {
    background:
        radial-gradient(circle at 92% 0%, rgba(24,211,211,.13), transparent 28%),
        radial-gradient(circle at 8% 100%, rgba(246,197,86,.14), transparent 32%),
        linear-gradient(180deg, #123f73 0%, #0a2b55 100%) !important;
}

.section.white:has(.steps-modern) .section-title,
.section.white:has(.steps-modern) .section-sub,
.how-section .section-title,
.how-section .section-sub {
    color: #ffffff !important;
}

.section.white:has(.steps-modern) .steps-modern .step {
    background: linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.045)) !important;
    color: #ffffff !important;
    border-color: rgba(246,197,86,.34) !important;
}

.section.white:has(.steps-modern) .steps-modern .step h3 {
    color: #ffffff !important;
}

.section.white:has(.steps-modern) .steps-modern .step p {
    color: rgba(226,238,255,.80) !important;
}

/* Formularios */
input,
select,
textarea,
.jyg-field input,
.scratch-field input,
.contact-form-card input,
.contact-form-card textarea,
.contact-form-card select {
    background: #ffffff !important;
    color: var(--casino-text) !important;
    border: 1px solid rgba(188,207,230,.95) !important;
}

input::placeholder,
textarea::placeholder {
    color: #8a9ab0 !important;
}

/* Página juegos */
.games-hero-card {
    background:
        radial-gradient(circle at 78% 18%, rgba(24,211,211,.14), transparent 34%),
        radial-gradient(circle at 18% 78%, rgba(246,197,86,.13), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,.96), rgba(239,247,255,.94)) !important;
    border-color: rgba(217,159,39,.26) !important;
}

.games-hero h1,
.games-head h2,
.game-card-body h3,
.game-card h3 {
    color: var(--casino-text) !important;
}

.games-hero p,
.games-head p,
.game-card-body p,
.game-card p {
    color: var(--casino-muted) !important;
}

/* Páginas de juego: mantienen estética casino pero legible */
.jyg-page,
.scratch-page {
    background:
        radial-gradient(circle at 86% 5%, rgba(24,211,211,.13), transparent 30%),
        radial-gradient(circle at 12% 0%, rgba(246,197,86,.15), transparent 28%),
        linear-gradient(180deg, #eaf3fb 0%, #ffffff 100%) !important;
}

.jyg-panel,
.scratch-panel {
    border-radius: 30px !important;
}

.game-card-grid .card-item,
.memory-card,
.scratch-card-shell {
    box-shadow: 0 22px 48px rgba(7,26,61,.22) !important;
}

/* Contacto */
.contact-hero {
    padding-top: 66px !important;
}

.contact-layout {
    align-items: stretch !important;
}

.contact-info-item,
.contact-alert {
    background: rgba(255,255,255,.72) !important;
    border: 1px solid rgba(217,159,39,.20) !important;
    color: var(--casino-text) !important;
}

.contact-info-item strong,
.contact-info-item a {
    color: var(--casino-text) !important;
}

.contact-alert p {
    color: var(--casino-muted) !important;
}

/* Sorteo detalle */
.prize-showcase-card,
.purchase-card,
.summary-card {
    border-radius: 30px !important;
}

.prize-showcase-card {
    background:
        radial-gradient(circle at 80% 10%, rgba(24,211,211,.12), transparent 28%),
        linear-gradient(135deg, rgba(255,255,255,.98), rgba(236,246,255,.92)) !important;
}

/* Footer nuevo/claro premium */
.site-footer.footer-casino-v2,
.site-footer {
    background:
        radial-gradient(circle at 12% 0%, rgba(246,197,86,.12), transparent 28%),
        radial-gradient(circle at 82% 0%, rgba(24,211,211,.10), transparent 30%),
        linear-gradient(180deg, #123f73 0%, #0a2548 48%, #061326 100%) !important;
    border-top: 1px solid rgba(246,197,86,.36) !important;
    color: rgba(232,240,255,.82) !important;
}

.footer-casino-card {
    background:
        radial-gradient(circle at 20% 0%, rgba(246,197,86,.12), transparent 34%),
        linear-gradient(135deg, rgba(255,255,255,.10), rgba(255,255,255,.04)) !important;
    border: 1px solid rgba(246,197,86,.32) !important;
    box-shadow: 0 24px 54px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.footer-casino-col h4 {
    color: var(--casino-gold) !important;
}

.footer-casino-col a,
.footer-casino-brand p,
.footer-mini-note,
.footer-bottom-modern {
    color: rgba(232,240,255,.80) !important;
}

.footer-casino-col a:hover,
.footer-bottom-modern a {
    color: var(--casino-gold) !important;
}

/* Admin: se mantiene funcional, solo mejora contraste */
.admin-layout {
    background:
        linear-gradient(180deg, #edf5fd 0%, #f8fbff 100%) !important;
}

.admin-main {
    background:
        radial-gradient(circle at 86% 0%, rgba(24,211,211,.10), transparent 30%),
        linear-gradient(180deg, #edf5fd 0%, #f8fbff 100%) !important;
}

.sidebar {
    background:
        radial-gradient(circle at 20% 0%, rgba(246,197,86,.10), transparent 28%),
        linear-gradient(180deg, #07162d 0%, #061326 100%) !important;
    border-right: 1px solid rgba(246,197,86,.22) !important;
}

.admin-card,
.kpi,
.admin-filter-card {
    background: #ffffff !important;
    color: var(--casino-text) !important;
    border: 1px solid rgba(217,159,39,.20) !important;
    box-shadow: 0 18px 42px rgba(7,26,61,.10) !important;
}

.admin-table th,
.admin-table td {
    color: var(--casino-text) !important;
}

/* Responsive */
@media (max-width: 760px) {
    .topbar {
        display: none !important;
    }

    .navbar {
        height: 76px !important;
    }

    .brand-ticket {
        min-width: 170px !important;
        height: 58px !important;
        padding: 8px 16px !important;
    }

    .brand-ticket img {
        height: 42px !important;
        max-width: 150px !important;
    }

    .home-main-title {
        padding-top: 16px !important;
        margin-bottom: 18px !important;
    }

    .folio-banner {
        border-radius: 28px !important;
    }

    .folio-copy h2 {
        font-size: clamp(30px, 9vw, 42px) !important;
    }

    .active-section,
    .section.alt.active-section,
    .campaigns-public {
        background: linear-gradient(180deg, #e7f1fb 0%, #d2e2f1 100%) !important;
    }

    .raffle-grid,
    .raffle-grid-modern,
    .campaign-grid,
    .games-grid,
    .why-grid,
    .steps-modern {
        grid-template-columns: 1fr !important;
    }

    .footer-casino-main {
        grid-template-columns: 1fr !important;
    }
}
/* =========================================================
   QUITAR MARCO / CONTORNO DORADO DEL LOGO
   Solo elimina el contenedor decorativo, no cambia el logo.
========================================================= */

/* Logo del navbar */
.brand-ticket {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

.brand-ticket::before,
.brand-ticket::after {
    display: none !important;
}

.brand-ticket img {
    height: 54px !important;
    max-width: 220px !important;
    filter: none !important;
}

/* Logo del footer */
.footer-fix-logo,
.footer-logo-ticket {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    min-width: auto !important;
    width: auto !important;
    max-width: 280px !important;
    min-height: auto !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

.footer-fix-logo::before,
.footer-fix-logo::after,
.footer-logo-ticket::before,
.footer-logo-ticket::after {
    display: none !important;
}

.footer-fix-logo img,
.footer-logo-ticket img {
    width: 220px !important;
    max-width: 100% !important;
    filter: none !important;
}
/* =========================================================
   FIX TEXTOS TARJETAS PÚBLICAS - CAMPAÑAS / PRODUCTOS
   Corrige textos oscuros sobre fondo oscuro
========================================================= */

.campaign-card,
.product-card,
.raffle-card,
.sorteo-card,
.publication-card {
    color: #ffffff !important;
}

.campaign-card h1,
.campaign-card h2,
.campaign-card h3,
.campaign-card h4,
.product-card h1,
.product-card h2,
.product-card h3,
.product-card h4,
.raffle-card h1,
.raffle-card h2,
.raffle-card h3,
.raffle-card h4,
.sorteo-card h1,
.sorteo-card h2,
.sorteo-card h3,
.sorteo-card h4,
.publication-card h1,
.publication-card h2,
.publication-card h3,
.publication-card h4 {
    color: #ffffff !important;
}

.campaign-card p,
.product-card p,
.raffle-card p,
.sorteo-card p,
.publication-card p {
    color: rgba(255, 255, 255, .78) !important;
}

.campaign-card .card-description,
.product-card .card-description,
.raffle-card .card-description,
.sorteo-card .card-description,
.publication-card .card-description,
.campaign-card .description,
.product-card .description,
.raffle-card .description,
.sorteo-card .description,
.publication-card .description {
    color: rgba(255, 255, 255, .78) !important;
}

.campaign-card .feature,
.product-card .feature,
.raffle-card .feature,
.sorteo-card .feature,
.publication-card .feature {
    color: #fff4d6 !important;
}

.campaign-card .feature span,
.product-card .feature span,
.raffle-card .feature span,
.sorteo-card .feature span,
.publication-card .feature span {
    color: #fff4d6 !important;
}
.campaign-card .campaign-description,
.product-card .campaign-description,
.raffle-card .campaign-description,
.sorteo-card .campaign-description {
    color: rgba(255, 255, 255, .82) !important;
}