/* Sistema visual público premium. Se carga al final para convivir con el panel heredado. */
html { overflow-x: clip; scroll-behavior: smooth; }
body.premium-body {
  min-width: 320px;
  overflow-x: clip;
  padding-top: 0;
  color: var(--text-primary);
  background:
    radial-gradient(circle at 50% 5%, rgba(178, 117, 20, .11), transparent 28rem),
    var(--background-primary);
  font-family: var(--font-body);
}

/* Minisorteos, asignación aleatoria y ajustes solicitados */
.hero-winner-message { max-width: 660px; color: var(--text-primary) !important; font-size: clamp(16px, 1.35vw, 21px) !important; font-weight: 700; line-height: 1.45 !important; }
.purchase-draw-label { display: grid; gap: 7px; color: var(--text-secondary); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.purchase-draw-label select { width: 100%; min-height: 48px; padding: 0 14px; color: var(--text-primary); border: 1px solid var(--border-gold); border-radius: 9px; background: #0e0c09; font: inherit; font-size: 12px; text-transform: none; }
.purchase-draw-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; margin-top: 12px; }
.purchase-draw-facts p { display: grid; gap: 3px; margin: 0; padding: 11px; border: 1px solid var(--border-subtle); border-radius: 9px; background: rgba(255,255,255,.025); }
.purchase-draw-facts span { color: var(--text-muted); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.purchase-draw-facts strong { color: var(--gold-light); font-size: 11px; }
.random-number-option--only { margin-top: 0; }
.random-number-option--only p { max-width: 720px; font-size: 11px; }
.reservation-numbers-locked { display: flex; align-items: center; gap: 20px; margin-block: 26px; padding: 26px; border: 1px solid var(--border-gold); border-radius: var(--radius); background: radial-gradient(circle at 5% 50%, rgba(211,153,44,.16), transparent 11rem), var(--surface); text-align: left; }
.reservation-numbers-locked > .icon { flex: 0 0 auto; width: 42px; height: 42px; color: var(--gold-primary); }
.reservation-numbers-locked span { color: var(--gold-primary); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.reservation-numbers-locked h2 { margin: 4px 0; font-family: var(--font-display); font-size: clamp(25px, 3vw, 36px); font-weight: 400; text-transform: uppercase; }
.reservation-numbers-locked p { color: var(--text-secondary); line-height: 1.55; }
.reservation-numbers-locked--compact { margin-block: 14px; padding: 18px; }
.reservation-numbers-locked--compact h2 { font-size: 25px; }
.reservation-lookup-code { display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 18px 28px; margin: 20px 0 28px; padding: 20px 24px; border: 1px solid var(--border-gold); border-radius: var(--radius); background: rgba(211,153,44,.09); text-align: left; }
.reservation-lookup-code div { display: grid; gap: 5px; }
.reservation-lookup-code span { color: var(--text-muted); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.reservation-lookup-code strong, .lookup-code-input { font-variant-numeric: tabular-nums; letter-spacing: .09em; text-transform: uppercase; }
.reservation-lookup-code strong { color: var(--gold-light); font-size: clamp(17px, 2.2vw, 25px); overflow-wrap: anywhere; }
.reservation-lookup-code p { margin: 0; color: var(--text-secondary); line-height: 1.5; }
.number-lookup-form header p { margin-top: 9px; color: var(--text-secondary); line-height: 1.55; }
.lookup-code-input { min-height: 54px; font-weight: 750; }
.number-lookup-help__icon { width: 46px !important; height: 46px !important; margin-bottom: 18px; color: var(--gold-primary); }
.number-lookup-help > small { display: block; margin-top: 20px; color: var(--text-muted); line-height: 1.55; }
.raffle-draw-card__cover { height: clamp(210px, 30vw, 390px); margin: 0 0 24px; overflow: hidden; border: 1px solid var(--border-subtle); border-radius: 16px; background: #080706; }
.raffle-draw-card__cover img { width: 100%; height: 100%; object-fit: cover; }
.raffle-draw-meta { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; margin: 18px 0 22px; }
.raffle-draw-meta > span { display: grid; gap: 4px; min-width: 0; padding: 12px; border: 1px solid var(--border-subtle); border-radius: 10px; background: rgba(255,255,255,.025); }
.raffle-draw-meta small { color: var(--text-muted); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.raffle-draw-meta strong { overflow-wrap: anywhere; color: var(--gold-light); font-size: 11px; }
.rules-copy__heading { margin: 30px 0 11px; padding-bottom: 9px; color: var(--gold-light); border-bottom: 1px solid var(--border-gold); font-family: var(--font-display); font-size: clamp(23px, 3vw, 32px); font-weight: 400; letter-spacing: .02em; line-height: 1.05; }
.rules-copy__heading:first-child { margin-top: 8px; }
.rules-nav { border-color: rgba(231,179,63,.3); background: linear-gradient(145deg, rgba(231,179,63,.08), rgba(255,255,255,.025)); }
.rules-nav a { padding: 11px 12px; color: var(--text-primary); border-left: 2px solid var(--gold-primary); border-radius: 0 8px 8px 0; background: rgba(255,255,255,.025); font-weight: 650; }
.rules-nav a:hover, .rules-nav a:focus-visible { color: var(--gold-light); background: rgba(231,179,63,.12); }
.contact-phone-display { display: inline-block; word-spacing: .18em; letter-spacing: .045em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.process-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }

@media (min-width: 1024px) {
  .desktop-header__inner { display: grid; grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr); gap: 22px; }
  .desktop-header__inner > .gcp-brand { justify-self: center; }
  .desktop-nav { justify-self: center; margin: 0; }
  .desktop-header__actions { justify-self: end; }
  .premium-hero__content { width: min(1540px, calc(100% - 48px)); grid-template-columns: minmax(390px, .82fr) minmax(600px, 1.18fr); }
  .home-hero-carousel { min-height: 560px; }
  .home-hero-slide img { width: min(940px, 122%); max-height: 740px; }
}
@media (max-width: 1023px) {
  .process-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .raffle-draw-meta { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 767px) {
  .purchase-draw-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid--four { grid-template-columns: 1fr; }
  .raffle-draw-card__cover { width: calc(100% + 28px); height: 240px; margin-inline: -14px; border-radius: 0; }
  .reservation-numbers-locked { align-items: flex-start; padding: 20px 16px; }
  .reservation-numbers-locked > .icon { width: 32px; height: 32px; }
  .reservation-lookup-code { grid-template-columns: 1fr; padding: 18px; }
  .contact-phone-display { font-size: clamp(16px, 5.2vw, 22px); }
}
.premium-body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: .34;
  background-image: linear-gradient(rgba(255,255,255,.012) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.012) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black, transparent 75%);
}
.premium-body a { color: inherit; }
.premium-body button, .premium-body input, .premium-body select, .premium-body textarea { font: inherit; }
.premium-body :focus-visible { outline: 3px solid var(--focus-ring); outline-offset: 3px; }
.premium-body .svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.premium-body .icon { width: 1.25em; height: 1.25em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.sr-only { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.premium-container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
[data-mobile-layout] { display: none !important; }

/* Header desktop */
.premium-header.site-header {
  position: sticky;
  top: 0;
  z-index: var(--z-sticky);
  height: var(--header-h);
  border-bottom: 1px solid var(--border-subtle);
  background: color-mix(in srgb, var(--background-primary) 88%, transparent);
  backdrop-filter: blur(18px) saturate(1.2);
  transition: border-color var(--dur-base), box-shadow var(--dur-base);
  padding: 0 !important;
  gap: 0;
}
.premium-header.scrolled { border-color: var(--border-gold); box-shadow: 0 12px 32px rgba(0,0,0,.25); }
.desktop-header, .desktop-header__inner { height: 100%; }
.desktop-header__inner { width: min(1420px, calc(100% - 36px)); margin: auto; display: flex; align-items: center; gap: 30px; }
.gcp-brand { display: inline-flex; align-items: center; gap: 10px; flex: 0 0 auto; text-decoration: none; }
.gcp-brand__emblem { display: grid; place-items: center; width: 52px; height: 52px; }
.gcp-brand__emblem img { width: 100%; height: 100%; object-fit: contain; }
.gcp-brand__copy { display: grid; line-height: .9; text-transform: uppercase; letter-spacing: .04em; }
.gcp-brand__copy small { color: var(--text-primary); font-size: 11px; letter-spacing: .16em; }
.gcp-brand__copy strong { color: var(--gold-primary); font-family: var(--font-display); font-size: 25px; font-weight: 400; letter-spacing: .055em; }
.desktop-nav { display: flex; align-self: stretch; align-items: center; justify-content: center; gap: clamp(16px, 1.8vw, 30px); margin-inline: auto; }
.desktop-nav a { position: relative; display: grid; place-items: center; height: 100%; color: var(--text-secondary); font-size: 12px; font-weight: 600; letter-spacing: .035em; text-decoration: none; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; left: 15%; right: 15%; bottom: 0; height: 2px; background: var(--gold-gradient); transform: scaleX(0); box-shadow: 0 0 12px var(--gold-primary); transition: transform var(--dur-base); }
.desktop-nav a:hover, .desktop-nav a.is-active { color: var(--gold-light); }
.desktop-nav a.is-active::after { transform: scaleX(1); }
.desktop-header__actions { display: flex; align-items: center; gap: 10px; }
.account-link { color: var(--text-secondary) !important; font-size: 12px; font-weight: 700; text-decoration: none; white-space: nowrap; }
.desktop-logout-form { margin: 0; }.account-link--button { padding: 0; border: 0; background: transparent; cursor: pointer; }
.theme-toggle, .nav-toggle { display: grid; place-items: center; width: 42px; height: 42px; color: var(--gold-primary); border: 1px solid var(--border-gold); border-radius: 50%; background: var(--surface-soft); cursor: pointer; }
.theme-toggle [data-icon="light"] { display: none; }
[data-theme="light"] .theme-toggle [data-icon="light"] { display: block; }
[data-theme="light"] .theme-toggle [data-icon="dark"] { display: none; }
.button.button--gold, .button--gold {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 23px;
  color: #171006 !important;
  border: 1px solid #f5cf69;
  border-radius: var(--radius-sm);
  background: var(--gold-gradient);
  box-shadow: inset 0 1px rgba(255,255,255,.45), var(--shadow-gold);
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--dur-base) var(--ease-out), filter var(--dur-base), box-shadow var(--dur-base);
}
.button--gold:hover { transform: translateY(-2px); filter: brightness(1.08); box-shadow: inset 0 1px rgba(255,255,255,.5), 0 16px 38px rgba(178,117,20,.3); }
.button--gold:disabled { opacity: .55; cursor: wait; transform: none; }
.button.button--sales-closed, .button--sales-closed, .button--sales-closed:hover {
  color: var(--text-secondary) !important;
  border-color: var(--border-subtle);
  background: var(--surface-soft);
  box-shadow: none;
  cursor: not-allowed;
  filter: none;
  opacity: .78;
  transform: none;
}
.button--header { min-height: 42px !important; padding: 8px 16px !important; font-size: 11px; text-transform: uppercase; }
.button--wide { width: 100%; }
.button.button--outline, .button--outline {
  display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 9px; padding: 11px 21px;
  color: var(--text-primary) !important; border: 1px solid var(--border-gold); border-radius: var(--radius-sm); background: transparent;
  font-weight: 700; text-decoration: none; cursor: pointer; transition: color var(--dur-base), background var(--dur-base), transform var(--dur-base);
}
.button--outline:hover { color: var(--gold-light) !important; background: rgba(216,163,54,.08); transform: translateY(-2px); }

/* Hero de inicio */
.premium-page { min-height: 70vh; }
.premium-hero { position: relative; isolation: isolate; overflow: hidden; }
.premium-hero--desktop { min-height: 670px; border-bottom: 1px solid var(--border-subtle); }
.premium-hero--desktop::before { content: ""; position: absolute; inset: 0; z-index: -2; background: radial-gradient(circle at 72% 40%, rgba(183,122,21,.22), transparent 30%), linear-gradient(90deg, var(--background-primary) 0 38%, transparent 70%); }
.premium-hero--desktop::after { content: ""; position: absolute; z-index: -1; inset: auto 0 0; height: 180px; background: linear-gradient(transparent, var(--background-primary)); }
.hero-particles { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .65; pointer-events: none; }
.premium-hero__content { position: relative; display: grid; grid-template-columns: minmax(380px, .85fr) minmax(500px, 1.15fr); width: min(1420px, calc(100% - 54px)); min-height: 670px; margin: auto; align-items: center; }
.premium-hero__copy { position: relative; z-index: 3; padding: 64px 0 80px; }
.luxury-pill { display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; color: var(--gold-light); border: 1px solid var(--border-gold); border-radius: var(--radius-full); background: rgba(203,139,31,.07); font-size: 11px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.premium-hero h1, .inner-hero h1 { margin: 20px 0 14px; font-family: var(--font-display); font-size: clamp(66px, 7.2vw, 112px); font-weight: 400; line-height: .86; letter-spacing: .01em; text-transform: uppercase; }
.premium-hero h1 span, .inner-hero h1 em, .luxury-heading em { color: transparent; background: var(--gold-gradient); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.premium-hero__copy > p { max-width: 590px; color: var(--text-secondary); font-size: 16px; line-height: 1.7; }
.hero-prize-value { display: grid; grid-template-columns: auto auto 1fr; align-items: end; width: max-content; margin: 24px 0; }
.hero-prize-value small { grid-column: 1 / -1; color: var(--text-secondary); font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.hero-prize-value strong { color: var(--gold-light); font-family: var(--font-display); font-size: 68px; font-weight: 400; line-height: 1; }
.hero-prize-value span { margin: 0 0 10px 8px; color: var(--text-muted); font-size: 12px; }
.premium-hero__actions { display: flex; gap: 12px; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 24px; color: var(--text-secondary); font-size: 11px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 6px; }
.hero-proof .icon { color: var(--gold-primary); font-size: 17px; }
.premium-hero__visual { position: relative; min-width: 0; height: 100%; display: grid; place-items: center; }
.premium-hero__visual > img { position: relative; z-index: 1; width: min(820px, 115%); max-height: 650px; object-fit: contain; filter: drop-shadow(0 30px 45px rgba(0,0,0,.55)); }
.home-hero-carousel { position: relative; z-index: 1; display: grid; width: 100%; height: 100%; min-height: 460px; place-items: center; }
.home-hero-carousel__slides { display: grid; width: 100%; height: 100%; place-items: center; }
.home-hero-slide { grid-area: 1 / 1; display: grid; width: 100%; height: 100%; place-items: center; opacity: 0; pointer-events: none; transition: opacity 650ms var(--ease-out), transform 750ms var(--ease-out); transform: translateX(2.5%) scale(.985); }
.home-hero-slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; transform: none; }
.home-hero-slide > a { display: grid; width: 100%; height: 100%; place-items: center; color: inherit; text-decoration: none; }
.home-hero-slide img { width: min(820px, 115%); max-width: 100%; max-height: 650px; object-fit: contain; filter: drop-shadow(0 30px 45px rgba(0,0,0,.55)); }
.home-hero-slide figcaption { position: absolute; right: 4%; bottom: 22%; display: grid; max-width: 310px; gap: 4px; padding: 12px 14px; color: #fff; border: 1px solid rgba(231,179,63,.34); border-radius: var(--radius-sm); background: rgba(5,5,5,.74); box-shadow: var(--shadow); text-align: left; backdrop-filter: blur(12px); }
.home-hero-slide figcaption strong { color: var(--gold-light); font-family: var(--font-display); font-size: 24px; font-weight: 400; line-height: 1; text-transform: uppercase; }
.home-hero-slide figcaption span { display: -webkit-box; overflow: hidden; color: rgba(255,255,255,.74); font-size: 10px; line-height: 1.45; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.home-hero-carousel__controls { position: absolute; z-index: 4; bottom: 10%; left: 4%; display: flex; align-items: center; gap: 8px; }
.home-hero-carousel__controls > button { display: grid; width: 34px; height: 34px; place-items: center; color: var(--gold-light); border: 1px solid var(--border-gold); border-radius: 50%; background: rgba(5,5,5,.72); font-size: 22px; line-height: 1; cursor: pointer; backdrop-filter: blur(9px); }
.home-hero-carousel__dots { display: flex; align-items: center; gap: 6px; padding: 7px 9px; border: 1px solid var(--border-subtle); border-radius: 99px; background: rgba(5,5,5,.62); backdrop-filter: blur(9px); }
.home-hero-carousel__dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.35); cursor: pointer; transition: width var(--dur-base), background var(--dur-base); }
.home-hero-carousel__dots button.is-active { width: 20px; border-radius: 99px; background: var(--gold-primary); }
.home-hero-carousel__controls button:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 2px; }
.hero-glow { position: absolute; width: 70%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(238,185,66,.3), transparent 66%); filter: blur(20px); }
.grand-prize-card { position: absolute; z-index: 2; right: 2%; bottom: 12%; width: 260px; padding: 17px; border: 1px solid var(--border-gold); border-radius: var(--radius); background: rgba(5,5,5,.83); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
[data-theme="light"] .grand-prize-card { background: rgba(255,253,247,.9); }
.grand-prize-card span, .grand-prize-card small { display: block; color: var(--text-secondary); font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.grand-prize-card strong { display: block; margin: 5px 0; color: var(--gold-light); font-family: var(--font-display); font-size: 27px; font-weight: 400; line-height: 1.05; }

/* Secciones y componentes */
.premium-section { padding-block: 82px; }
.premium-section--contrast { width: 100%; border-block: 1px solid var(--border-subtle); background: linear-gradient(120deg, rgba(196,132,26,.06), transparent 45%), var(--background-secondary); }
.luxury-heading { max-width: 720px; margin: 0 auto 42px; text-align: center; }
.luxury-heading > span { color: var(--gold-primary); font-size: 11px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.luxury-heading h2 { margin: 8px 0 10px; font-family: var(--font-display); font-size: clamp(42px, 5vw, 64px); font-weight: 400; line-height: 1; text-transform: uppercase; }
.luxury-heading p { color: var(--text-secondary); line-height: 1.65; }
.luxury-heading--split { display: flex; max-width: none; align-items: end; justify-content: space-between; text-align: left; }
.luxury-heading--split > a { color: var(--gold-primary); font-size: 13px; font-weight: 800; }
.section-action { display: flex; justify-content: center; margin-top: 34px; }
.raffle-status-board { position: relative; z-index: 5; display: grid; grid-template-columns: .7fr 1.35fr 1fr; gap: 0; margin-top: -54px; border: 1px solid var(--border-gold); border-radius: var(--radius-lg); background: color-mix(in srgb, var(--surface) 94%, transparent); box-shadow: var(--shadow); backdrop-filter: blur(14px); }
.raffle-status-board > * { padding: 25px 30px; }
.raffle-status-board > * + * { border-left: 1px solid var(--border-subtle); }
.status-stat { display: grid; grid-template-columns: auto auto; align-content: center; }
.status-stat span { grid-column: 1 / -1; color: var(--text-secondary); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.status-stat strong { color: var(--gold-light); font-family: var(--font-display); font-size: 49px; font-weight: 400; line-height: 1; }
.status-stat small { align-self: end; margin: 0 0 7px 6px; color: var(--text-muted); }
.status-progress { display: grid; align-content: center; gap: 9px; }
.status-progress > div:first-child { display: flex; justify-content: space-between; color: var(--text-secondary); font-size: 12px; }
.status-progress > small { color: var(--gold-primary); font-size: 11px; }
.gold-progress { height: 7px; overflow: hidden; border: 1px solid var(--border-subtle); border-radius: 99px; background: rgba(0,0,0,.3); }
.gold-progress span { display: block; height: 100%; border-radius: inherit; background: var(--gold-gradient); box-shadow: 0 0 14px var(--gold-primary); }
.countdown-card--compact { padding-block: 21px !important; border: 0; background: transparent; }
.countdown-card--compact > span { color: var(--text-secondary); font-size: 11px; text-transform: uppercase; }
.countdown-card--compact .countdown-grid, .countdown-card--compact .countdown-labels { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.countdown-card--compact .countdown-grid strong { color: var(--gold-light); font-family: var(--font-display); font-size: 34px; font-weight: 400; text-align: center; }
.countdown-card--compact .countdown-labels { color: var(--text-muted); font-size: 9px; text-align: center; text-transform: uppercase; }
/* Vitrina de premios del home */
.home-prizes { position: relative; overflow: hidden; border-block: 1px solid var(--border-subtle); background: radial-gradient(circle at 78% 24%, rgba(207,143,31,.13), transparent 28rem), linear-gradient(180deg, var(--background-primary), var(--background-secondary) 48%, var(--background-primary)); }
.home-prizes::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .32; background-image: linear-gradient(90deg, transparent 0 49.9%, rgba(216,159,48,.08) 50%, transparent 50.1%), radial-gradient(circle, rgba(232,183,75,.45) 0 1px, transparent 1.5px); background-position: center, 0 0; background-size: 100% 100%, 94px 94px; mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 78%, transparent); }
.home-prizes > .premium-container { position: relative; z-index: 1; }
.home-prizes__header { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 36px; margin-bottom: 34px; }
.home-prizes__intro { max-width: 760px; }
.home-prizes__eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.home-prizes__eyebrow .icon { width: 19px; height: 19px; }
.home-prizes__intro h2 { max-width: 720px; margin: 10px 0 8px; font-family: var(--font-display); font-size: clamp(54px, 6vw, 82px); font-weight: 400; line-height: .92; letter-spacing: .01em; text-transform: uppercase; }
.home-prizes__intro h2 em { color: transparent; background: var(--gold-gradient); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.home-prizes__intro p { max-width: 620px; color: var(--text-secondary); font-size: 13px; line-height: 1.65; }
.home-prizes__summary { display: grid; grid-template-columns: auto minmax(110px, 1fr); align-items: center; column-gap: 13px; min-width: 240px; padding: 18px 20px; border: 1px solid var(--border-gold); border-radius: var(--radius); background: color-mix(in srgb, var(--surface) 88%, transparent); box-shadow: inset 0 1px rgba(255,255,255,.03); }
.home-prizes__summary > strong { grid-row: 1 / 3; color: var(--gold-light); font-family: var(--font-display); font-size: 58px; font-weight: 400; line-height: .82; }
.home-prizes__summary > span { color: var(--text-secondary); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.home-prizes__summary > a { display: inline-flex; align-items: center; gap: 7px; width: max-content; color: var(--text-primary); font-size: 11px; font-weight: 700; text-decoration: none; }
.home-prizes__summary > a .icon { color: var(--gold-primary); }
.home-prize-showcase { display: grid; grid-template-columns: minmax(0, 1.42fr) minmax(330px, .78fr); gap: 16px; }
.home-prize-featured { position: relative; min-height: 590px; overflow: hidden; color: #fffaf0; border: 1px solid var(--border-gold); border-radius: 24px; background: #070604; box-shadow: 0 28px 70px rgba(0,0,0,.3), inset 0 0 55px rgba(216,159,48,.06); isolation: isolate; }
.home-prize-featured:only-child { grid-column: 1 / -1; }
.home-prize-featured::before { content: ""; position: absolute; inset: 0; z-index: 1; pointer-events: none; background: linear-gradient(180deg, rgba(2,2,2,.03) 20%, rgba(2,2,2,.36) 52%, #050504 92%), linear-gradient(90deg, rgba(3,3,3,.72), transparent 65%); }
.home-prize-featured::after { content: ""; position: absolute; z-index: 2; right: 8%; bottom: -50px; width: 310px; height: 170px; border-radius: 50%; background: rgba(220,165,48,.17); filter: blur(55px); }
.home-prize-featured__media { position: absolute; inset: 0; z-index: 0; }
.home-prize-featured__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms var(--ease-out), filter 700ms var(--ease-out); }
.home-prize-featured:hover .home-prize-featured__media img { transform: scale(1.035); filter: saturate(1.08); }
.home-prize-featured__topline { position: absolute; z-index: 3; top: 22px; right: 22px; left: 22px; display: flex; align-items: center; justify-content: space-between; }
.home-prize-featured__topline span { padding: 8px 12px; color: #f2c965; border: 1px solid rgba(222,165,48,.55); border-radius: 99px; background: rgba(7,6,4,.68); backdrop-filter: blur(10px); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.home-prize-featured__topline strong { color: rgba(255,240,198,.56); font-family: var(--font-display); font-size: 45px; font-weight: 400; line-height: 1; }
.home-prize-featured__content { position: absolute; z-index: 3; right: 32px; bottom: 30px; left: 32px; max-width: 630px; }
.home-prize-featured__label { display: inline-flex; align-items: center; gap: 7px; color: #e9bd58; font-size: 9px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.home-prize-featured__label .icon { width: 15px; height: 15px; }
.home-prize-featured h3 { max-width: 660px; margin: 7px 0 7px; font-family: var(--font-display); font-size: clamp(48px, 5.2vw, 74px); font-weight: 400; line-height: .92; letter-spacing: .01em; text-transform: uppercase; text-wrap: balance; }
.home-prize-featured__content > p { max-width: 580px; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.55; }
.home-prize-featured__meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.home-prize-featured__meta > span { display: grid; grid-template-columns: auto auto; column-gap: 8px; align-items: center; padding: 9px 12px; border: 1px solid rgba(222,165,48,.24); border-radius: 10px; background: rgba(5,5,4,.58); backdrop-filter: blur(9px); }
.home-prize-featured__meta .icon { grid-row: 1 / 3; width: 20px; height: 20px; color: #d9a938; }
.home-prize-featured__meta small { color: rgba(255,255,255,.46); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.home-prize-featured__meta strong { color: #fff4d6; font-size: 10px; }
.home-prize-featured__actions { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 18px; }
.home-prize-featured__actions .button { min-width: 150px; }
.home-prize-featured__actions .button--outline { color: #fffaf0; border-color: rgba(225,171,56,.45); background: rgba(5,5,4,.35); }
.home-prize-rail { display: flex; min-width: 0; flex-direction: column; gap: 16px; }
.home-prize-secondary { position: relative; display: grid; grid-template-columns: 43% 1fr; flex: 1 1 0; min-height: 250px; overflow: hidden; border: 1px solid var(--border-subtle); border-radius: 20px; background: var(--surface); box-shadow: 0 18px 45px rgba(0,0,0,.16); transition: transform var(--dur-slow) var(--ease-out), border-color var(--dur-base); }
.home-prize-secondary:hover { border-color: var(--border-gold); transform: translateY(-4px); }
.home-prize-secondary__media { position: relative; min-height: 100%; overflow: hidden; background: #080706; }
.home-prize-secondary__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 52%, var(--surface)); }
.home-prize-secondary__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-out); }
.home-prize-secondary:hover img { transform: scale(1.045); }
.home-prize-secondary__content { position: relative; z-index: 2; display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 22px 20px 20px 12px; }
.home-prize-secondary__content > div { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.home-prize-secondary__content > div span { color: var(--gold-primary); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.home-prize-secondary__content > div strong { color: color-mix(in srgb, var(--gold-light) 55%, transparent); font-family: var(--font-display); font-size: 28px; font-weight: 400; line-height: 1; }
.home-prize-secondary h3 { margin: 10px 0 6px; overflow-wrap: anywhere; font-family: var(--font-display); font-size: clamp(25px, 2.4vw, 36px); font-weight: 400; line-height: 1; text-transform: uppercase; }
.home-prize-secondary p { display: -webkit-box; overflow: hidden; color: var(--text-secondary); font-size: 11px; line-height: 1.5; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.home-prize-secondary__content > a { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-top: auto; padding-top: 14px; color: var(--text-primary); border-top: 1px solid var(--border-subtle); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.home-prize-secondary__content > a .icon { color: var(--gold-primary); }
.home-prize-rail__more { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 12px; color: var(--gold-light); border: 1px dashed var(--border-gold); border-radius: 12px; font-size: 10px; font-weight: 700; text-decoration: none; }
.home-prizes__assurance { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 16px; overflow: hidden; border: 1px solid var(--border-subtle); border-radius: var(--radius); background: color-mix(in srgb, var(--surface) 91%, transparent); }
.home-prizes__assurance > div { display: flex; align-items: center; gap: 12px; min-width: 0; padding: 17px 20px; }
.home-prizes__assurance > div + div { border-left: 1px solid var(--border-subtle); }
.home-prizes__assurance .icon { flex: 0 0 auto; width: 26px; height: 26px; color: var(--gold-primary); }
.home-prizes__assurance span { display: grid; gap: 2px; min-width: 0; color: var(--text-secondary); font-size: 9px; }
.home-prizes__assurance strong { overflow: hidden; color: var(--text-primary); font-size: 10px; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.home-prizes__empty { position: relative; min-height: 330px; }

/* Línea de tiempo pública de sorteos */
.raffle-draws { position: relative; overflow: hidden; border-block: 1px solid var(--border-subtle); background: radial-gradient(circle at 16% 18%, rgba(204,139,31,.1), transparent 28rem), var(--background-secondary); }
.raffle-draws::before { content: ""; position: absolute; inset: 0; pointer-events: none; opacity: .22; background-image: radial-gradient(circle, rgba(234,186,78,.5) 0 1px, transparent 1.5px); background-size: 76px 76px; mask-image: linear-gradient(90deg, #000, transparent 70%); }
.raffle-draws > .premium-container { position: relative; z-index: 1; }
.raffle-draws__header { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 480px); align-items: end; gap: 34px; margin-bottom: 42px; }
.raffle-draws__intro > span { display: inline-flex; align-items: center; gap: 8px; color: var(--gold-light); font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.raffle-draws__intro > span .icon { width: 19px; height: 19px; }
.raffle-draws__intro h2 { margin: 9px 0 10px; font-family: var(--font-display); font-size: clamp(48px, 5.5vw, 76px); font-weight: 400; line-height: .93; text-transform: uppercase; }
.raffle-draws__intro h2 em { color: transparent; background: var(--gold-gradient); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.raffle-draws__intro > p { max-width: 680px; color: var(--text-secondary); font-size: 13px; line-height: 1.65; }
.raffle-draws__summary { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.raffle-draws__summary > span { display: inline-flex; align-items: center; gap: 5px; padding: 7px 10px; color: var(--text-secondary); border: 1px solid var(--border-subtle); border-radius: 99px; background: var(--surface-soft); font-size: 9px; text-transform: uppercase; }
.raffle-draws__summary strong { color: var(--gold-light); font-family: var(--font-mono); font-size: 11px; }
.raffle-next-draw { padding: 20px; border: 1px solid var(--border-gold); border-radius: var(--radius-lg); background: linear-gradient(145deg, rgba(223,169,55,.08), transparent 55%), var(--surface); box-shadow: var(--shadow-gold); }
.raffle-next-draw__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--text-secondary); font-size: 9px; text-transform: uppercase; }
.raffle-next-draw__head > span { display: inline-flex; align-items: center; gap: 7px; color: var(--gold-light); font-weight: 800; letter-spacing: .1em; }
.raffle-next-draw__head i { width: 7px; height: 7px; border-radius: 50%; background: var(--gold-primary); box-shadow: 0 0 10px var(--gold-primary); }
.raffle-next-draw > strong { display: block; margin: 12px 0 14px; overflow-wrap: anywhere; font-family: var(--font-display); font-size: 29px; font-weight: 400; line-height: 1; text-transform: uppercase; }
.raffle-next-draw__countdown { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px; }
.raffle-next-draw__countdown > span { display: grid; justify-items: center; gap: 3px; padding: 9px 5px; border: 1px solid var(--border-subtle); border-radius: var(--radius-sm); background: rgba(0,0,0,.16); }
.raffle-next-draw__countdown b { color: var(--gold-light); font-family: var(--font-display); font-size: 29px; font-weight: 400; line-height: 1; }
.raffle-next-draw__countdown small { color: var(--text-muted); font-size: 7px; letter-spacing: .09em; text-transform: uppercase; }
.raffle-next-draw > p { margin-top: 10px; color: var(--text-muted); font-size: 8px; text-align: center; }
.raffle-next-draw.is-expired { border-color: var(--border-subtle); box-shadow: none; }
.raffle-next-draw.is-expired .raffle-next-draw__countdown { opacity: .58; }
.raffle-draw-timeline { display: grid; max-width: 1120px; gap: 0; margin: 0 auto; padding: 0; list-style: none; }
.raffle-draw-timeline__item { --draw-state: var(--gold-primary); display: grid; grid-template-columns: 58px minmax(0, 1fr); min-width: 0; }
.raffle-draw-timeline__item--completado { --draw-state: var(--success); }
.raffle-draw-timeline__item--cancelado { --draw-state: #d36a6a; }
.raffle-draw-timeline__rail { position: relative; display: flex; justify-content: center; }
.raffle-draw-timeline__rail::after { content: ""; position: absolute; top: 44px; bottom: -2px; width: 1px; background: linear-gradient(var(--draw-state), var(--border-subtle)); opacity: .45; }
.raffle-draw-timeline__item:last-child .raffle-draw-timeline__rail::after { display: none; }
.raffle-draw-timeline__rail > span { position: relative; z-index: 1; display: grid; width: 36px; height: 36px; place-items: center; color: var(--draw-state); border: 1px solid color-mix(in srgb, var(--draw-state) 55%, transparent); border-radius: 50%; background: var(--background-secondary); box-shadow: 0 0 0 7px color-mix(in srgb, var(--draw-state) 7%, transparent); }
.raffle-draw-timeline__rail .icon { width: 17px; height: 17px; }
.raffle-draw-card { min-width: 0; margin-bottom: 18px; padding: 24px; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); background: linear-gradient(140deg, color-mix(in srgb, var(--draw-state) 4%, transparent), transparent 35%), var(--surface); box-shadow: 0 18px 45px rgba(0,0,0,.13); }
.raffle-draw-timeline__item.is-major .raffle-draw-card { border-color: var(--border-gold); box-shadow: inset 0 1px rgba(255,255,255,.025), var(--shadow-gold); }
.raffle-draw-card__head { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid var(--border-subtle); }
.raffle-draw-card__head > div { display: flex; flex-wrap: wrap; gap: 7px; }
.raffle-draw-card__head > time { color: var(--text-secondary); font-family: var(--font-mono); font-size: 10px; text-transform: uppercase; }
.raffle-draw-status, .raffle-draw-major { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; border-radius: 99px; font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.raffle-draw-status { color: var(--draw-state); border: 1px solid color-mix(in srgb, var(--draw-state) 35%, transparent); background: color-mix(in srgb, var(--draw-state) 8%, transparent); }
.raffle-draw-status i { width: 5px; height: 5px; border-radius: 50%; background: currentColor; box-shadow: 0 0 7px currentColor; }
.raffle-draw-major { color: #181003; border: 1px solid #f5d46e; background: var(--gold-gradient); }
.raffle-draw-major .icon { width: 13px; height: 13px; }
.raffle-draw-card__title { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: 15px; }
.raffle-draw-card__title > span { color: color-mix(in srgb, var(--draw-state) 58%, transparent); font-family: var(--font-display); font-size: 47px; line-height: .85; }
.raffle-draw-card__title h3 { overflow-wrap: anywhere; font-family: var(--font-display); font-size: clamp(30px, 3.6vw, 45px); font-weight: 400; line-height: .95; text-transform: uppercase; }
.raffle-draw-card__title p { max-width: 760px; margin-top: 7px; color: var(--text-secondary); font-size: 12px; line-height: 1.55; }
.raffle-draw-card__title small { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; color: var(--gold-primary); font-size: 9px; }
.raffle-draw-card__title small .icon { width: 14px; height: 14px; }
.raffle-draw-card__title .raffle-draw-conditions { width: fit-content; margin-top: 12px; padding: 9px 11px; color: var(--text-secondary); border: 1px solid var(--border-gold); border-radius: var(--radius-sm); background: rgba(204,139,31,.05); }
.raffle-draw-conditions strong { color: var(--gold-light); }
.raffle-draw-rescheduled { display: flex; width: fit-content; max-width: 100%; align-items: flex-start; gap: 7px; margin-top: 10px; padding: 8px 10px; color: var(--gold-primary); border: 1px dashed var(--border-gold); border-radius: var(--radius-sm); background: rgba(204,139,31,.04); font-size: 8px; line-height: 1.45; }
.raffle-draw-rescheduled > .icon { flex: 0 0 auto; width: 14px; height: 14px; margin-top: 1px; }
.raffle-draw-rescheduled > span { color: var(--text-secondary); }
.raffle-draw-rescheduled strong { margin-right: 4px; color: var(--gold-light); text-transform: uppercase; }
.raffle-prize-package { margin-top: 20px; padding: 16px; border: 1px solid var(--border-subtle); border-radius: var(--radius); background: var(--surface-soft); }
.raffle-prize-package > header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 12px; color: var(--text-secondary); font-size: 8px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.raffle-prize-package > header strong { color: var(--gold-light); }
.raffle-prize-package ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; margin: 0; padding: 0; list-style: none; }
.raffle-prize-package li { display: grid; min-width: 0; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 10px; min-height: 67px; padding: 9px; border: 1px solid var(--border-subtle); border-radius: var(--radius-sm); background: var(--surface); }
.raffle-prize-package img, .raffle-prize-package__icon { width: 48px; height: 48px; border-radius: 9px; background: #080706; object-fit: cover; }
.raffle-prize-package__icon { display: grid; place-items: center; color: var(--gold-primary); }
.raffle-prize-package li > span:last-child { display: grid; min-width: 0; gap: 2px; }
.raffle-prize-package li small { color: var(--gold-primary); font-size: 7px; font-weight: 800; text-transform: uppercase; }
.raffle-prize-package li strong { overflow: hidden; color: var(--text-primary); font-size: 10px; text-overflow: ellipsis; white-space: nowrap; }
.raffle-prize-quantity { color: var(--gold-light); font: inherit; }
.raffle-prize-package li em { display: -webkit-box; overflow: hidden; color: var(--text-muted); font-size: 8px; font-style: normal; line-height: 1.35; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.raffle-draw-result { display: grid; grid-template-columns: 1.1fr repeat(3, minmax(0, 1fr)); gap: 0; margin-top: 16px; overflow: hidden; border: 1px solid color-mix(in srgb, var(--success) 32%, transparent); border-radius: var(--radius); background: color-mix(in srgb, var(--success) 5%, var(--surface)); }
.raffle-draw-result > div { display: grid; min-width: 0; align-content: center; gap: 3px; padding: 14px; }
.raffle-draw-result > div + div { border-left: 1px solid var(--border-subtle); }
.raffle-draw-result > div:first-child { grid-template-columns: auto minmax(0, 1fr); align-items: center; }
.raffle-draw-result > div:first-child .icon { grid-row: 1 / 3; width: 25px; height: 25px; margin-right: 9px; color: var(--success); }
.raffle-draw-result > div:first-child span { display: grid; }
.raffle-draw-result small { color: var(--text-muted); font-size: 7px; letter-spacing: .08em; text-transform: uppercase; }
.raffle-draw-result strong { overflow: hidden; color: var(--text-primary); font-size: 10px; text-overflow: ellipsis; }
.raffle-draw-result .gold-number { color: var(--gold-light); font-family: var(--font-display); font-size: 26px; font-weight: 400; line-height: 1; }
.raffle-draw-result--no-prize { grid-template-columns: minmax(210px, .8fr) minmax(0, 1.2fr); border-color: color-mix(in srgb, var(--gold-primary) 32%, transparent); }
.raffle-draw-result--no-prize > p { display: grid; align-content: center; gap: 3px; padding: 14px; border-left: 1px solid var(--border-subtle); }
.raffle-draw-result--no-prize > p strong { color: var(--gold-light); font-size: 11px; text-transform: uppercase; }
.raffle-draw-result--no-prize > p span { color: var(--text-secondary); font-size: 9px; line-height: 1.45; }
.raffle-draw-result-pending { display: flex; align-items: center; gap: 11px; margin-top: 16px; padding: 13px 15px; color: var(--gold-primary); border: 1px dashed var(--border-gold); border-radius: var(--radius-sm); background: rgba(204,139,31,.04); }
.raffle-draw-result-pending .icon { flex: 0 0 auto; width: 22px; height: 22px; }
.raffle-draw-result-pending span { display: grid; gap: 2px; color: var(--text-secondary); font-size: 9px; line-height: 1.4; }
.raffle-draw-result-pending strong { color: var(--text-primary); font-size: 9px; text-transform: uppercase; }
.raffle-draw-result-pending--cancelled { color: #d36a6a; border-color: color-mix(in srgb, #d36a6a 45%, transparent); background: rgba(211,106,106,.04); }
.results-legacy-empty { padding: 18px; color: var(--text-secondary); border: 1px dashed var(--border-subtle); border-radius: var(--radius); background: var(--surface-soft); font-size: 11px; text-align: center; }
@media (max-width: 900px) {
  .raffle-draws__header { grid-template-columns: 1fr; align-items: stretch; }
  .raffle-next-draw { max-width: 600px; }
  .raffle-prize-package ul { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .raffle-draw-result { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .raffle-draw-result > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--border-subtle); }
  .raffle-draw-result > div:nth-child(4) { border-top: 1px solid var(--border-subtle); }
  .raffle-draw-result--no-prize { grid-template-columns: minmax(190px, .7fr) minmax(0, 1.3fr); }
  .raffle-draw-result--no-prize > p { border-top: 0; border-left: 1px solid var(--border-subtle); }
}
@media (max-width: 600px) {
  .raffle-draws__header { gap: 24px; margin-bottom: 30px; }
  .raffle-draws__intro h2 { font-size: 48px; }
  .raffle-next-draw { padding: 16px 13px; }
  .raffle-next-draw__head { align-items: flex-start; flex-direction: column; }
  .raffle-next-draw__countdown b { font-size: 25px; }
  .raffle-draw-timeline__item { grid-template-columns: 36px minmax(0, 1fr); }
  .raffle-draw-timeline__rail { justify-content: flex-start; }
  .raffle-draw-timeline__rail > span { width: 29px; height: 29px; box-shadow: 0 0 0 4px color-mix(in srgb, var(--draw-state) 7%, transparent); }
  .raffle-draw-timeline__rail::after { top: 36px; left: 14px; }
  .raffle-draw-card { padding: 17px 14px; }
  .raffle-draw-card__head { align-items: flex-start; flex-direction: column; }
  .raffle-draw-card__title { grid-template-columns: 1fr; gap: 8px; }
  .raffle-draw-card__title > span { font-size: 34px; }
  .raffle-prize-package { padding: 11px; }
  .raffle-prize-package ul { grid-template-columns: 1fr; }
  .raffle-draw-result,
  .raffle-draw-result--no-prize { grid-template-columns: 1fr; }
  .raffle-draw-result > div + div,
  .raffle-draw-result > div:nth-child(3),
  .raffle-draw-result > div:nth-child(4),
  .raffle-draw-result--no-prize > p { border-top: 1px solid var(--border-subtle); border-left: 0; }
}

.premium-prize-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.premium-prize-card { overflow: hidden; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); background: linear-gradient(145deg, var(--surface-elevated), var(--surface)); box-shadow: 0 16px 44px rgba(0,0,0,.16); transition: transform var(--dur-slow) var(--ease-out), border-color var(--dur-base); }
.premium-prize-card:hover { transform: translateY(-7px); border-color: var(--border-gold); }
.premium-prize-card__media { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: #080808; }
.premium-prize-card__media::after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, var(--surface)); }
.premium-prize-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-out); }
.premium-prize-card:hover img { transform: scale(1.045); }
.premium-prize-card__media > span { position: absolute; z-index: 2; right: 14px; bottom: 10px; color: var(--gold-light); font-family: var(--font-display); font-size: 35px; }
.premium-prize-card > div:last-child { padding: 22px; }
.premium-prize-card small { color: var(--gold-primary); text-transform: uppercase; font-size: 10px; letter-spacing: .12em; }
.premium-prize-card h2, .premium-prize-card h3 { margin: 6px 0 7px; font-family: var(--font-display); font-size: 28px; font-weight: 400; line-height: 1.05; text-transform: uppercase; }
.premium-prize-card p { color: var(--text-secondary); font-size: 13px; line-height: 1.55; }
.premium-prize-grid--page { grid-template-columns: repeat(2, 1fr); }
.premium-prize-card--large { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; }
.premium-prize-card--large .premium-prize-card__media { height: 100%; aspect-ratio: 1; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.process-grid article { position: relative; min-width: 0; padding: 28px 22px; border: 1px solid var(--border-subtle); border-radius: var(--radius); background: var(--surface); text-align: center; }
.process-grid article::after { content: ""; position: absolute; top: 50%; right: -16px; z-index: 2; width: 17px; height: 1px; background: var(--gold-primary); }
.process-grid article:last-child::after { display: none; }
.process-grid b { position: absolute; top: -13px; left: 50%; display: grid; place-items: center; width: 27px; height: 27px; color: #160e03; border-radius: 50%; background: var(--gold-gradient); transform: translateX(-50%); }
.process-grid .icon { width: 48px; height: 48px; margin: 5px auto 16px; color: var(--gold-primary); }
.process-grid h2, .process-grid h3 { margin-bottom: 7px; font-family: var(--font-display); font-size: 23px; font-weight: 400; text-transform: uppercase; }
.process-grid p { color: var(--text-secondary); font-size: 12px; line-height: 1.55; }
.process-grid--detailed { grid-template-columns: repeat(3, 1fr); gap: 22px; }
.process-grid--detailed article::after { display: none; }
.premium-raffle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.premium-raffle-grid--catalog { grid-template-columns: repeat(2, 1fr); }
.premium-raffle-card { overflow: hidden; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); background: var(--surface); box-shadow: 0 18px 48px rgba(0,0,0,.18); }
.premium-raffle-card__media { position: relative; height: 250px; overflow: hidden; background: #050505; }
.premium-raffle-card__media img { width: 100%; height: 100%; object-fit: cover; }
.premium-raffle-card__media > span { position: absolute; top: 14px; left: 14px; padding: 7px 11px; color: var(--gold-light); border: 1px solid var(--border-gold); border-radius: 99px; background: rgba(5,5,5,.78); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.premium-raffle-card__body { padding: 23px; }
.premium-raffle-card h2, .premium-raffle-card h3 { margin: 0 0 8px; font-family: var(--font-display); font-size: 30px; font-weight: 400; text-transform: uppercase; }
.premium-raffle-card p { min-height: 42px; color: var(--text-secondary); font-size: 13px; line-height: 1.55; }
.premium-raffle-card__meta { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 16px; margin: 17px 0 12px; color: var(--text-secondary); font-size: 11px; }
.premium-raffle-card__meta span { display: inline-flex; align-items: center; gap: 5px; }
.premium-raffle-card__meta strong { color: var(--gold-light); }
.premium-raffle-card .button { margin-top: 18px; }
.premium-raffle-card__actions { display: grid; grid-template-columns: minmax(0, .72fr) minmax(0, 1.28fr); gap: 10px; margin-top: 18px; }
.premium-raffle-card__actions .button { width: 100%; min-width: 0; margin-top: 0; padding-inline: 12px; }
.trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid var(--border-gold); border-radius: var(--radius); background: linear-gradient(90deg, rgba(194,130,25,.08), transparent 45%, rgba(194,130,25,.05)); }
.trust-strip > div { display: flex; align-items: center; gap: 12px; padding: 22px; }
.trust-strip > div + div { border-left: 1px solid var(--border-subtle); }
.trust-strip .icon { flex: 0 0 auto; width: 31px; height: 31px; color: var(--gold-primary); }
.trust-strip span { display: grid; color: var(--text-secondary); font-size: 10px; }
.trust-strip strong { color: var(--text-primary); font-size: 11px; text-transform: uppercase; }
.evidence-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.evidence-grid figure { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border: 1px solid var(--border-subtle); border-radius: var(--radius); background: var(--surface); }
.evidence-grid img { width: 100%; height: 100%; object-fit: cover; }
.evidence-grid figure > a { display: block; width: 100%; height: 100%; }
.evidence-grid figcaption { position: absolute; inset: auto 0 0; padding: 24px 13px 12px; color: #fff; background: linear-gradient(transparent, rgba(0,0,0,.85)); font-size: 10px; text-transform: uppercase; }
.faq-list { display: grid; gap: 10px; max-width: 920px; margin: auto; }
.faq-list details { border: 1px solid var(--border-subtle); border-radius: var(--radius); background: var(--surface); }
.faq-list details[open] { border-color: var(--border-gold); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 20px 22px; font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list details[open] summary .icon { transform: rotate(90deg); }
.faq-list summary .icon { color: var(--gold-primary); transition: transform var(--dur-base); }
.faq-list details p { padding: 0 22px 22px; color: var(--text-secondary); line-height: 1.65; }
.premium-cta { display: flex; align-items: center; justify-content: space-between; gap: 30px; margin-block: 20px 90px; padding: 34px 38px; border: 1px solid var(--border-gold); border-radius: var(--radius-lg); background: radial-gradient(circle at 80% 50%, rgba(218,163,50,.13), transparent 30%), var(--surface); box-shadow: var(--shadow-gold); }
.premium-cta small { color: var(--gold-primary); text-transform: uppercase; letter-spacing: .13em; }
.premium-cta h2 { margin: 3px 0; font-family: var(--font-display); font-size: 35px; font-weight: 400; text-transform: uppercase; }
.premium-cta p { color: var(--text-secondary); }
.premium-cta--sales-closed { border-color: var(--border-subtle); background: var(--surface); box-shadow: var(--shadow-md); }
.sales-closed-note { max-width: 560px; margin: 12px 0 0; color: var(--text-secondary); font-size: 13px; line-height: 1.55; }
.premium-empty { grid-column: 1 / -1; display: grid; justify-items: center; padding: 70px 28px; border: 1px dashed var(--border-gold); border-radius: var(--radius-lg); background: var(--surface-soft); text-align: center; }
.premium-empty > .icon { width: 54px; height: 54px; color: var(--gold-primary); }
.premium-empty h2, .premium-empty h3 { margin: 12px 0 6px; font-family: var(--font-display); font-size: 34px; font-weight: 400; text-transform: uppercase; }
.premium-empty p { max-width: 560px; color: var(--text-secondary); }
.premium-empty .button { margin-top: 22px; }

/* Hero interior y páginas de contenido */
.inner-hero { position: relative; overflow: hidden; padding: 88px 0 74px; border-bottom: 1px solid var(--border-subtle); text-align: center; }
.inner-hero::before, .inner-hero::after { content: ""; position: absolute; width: 30%; height: 1px; top: 58%; background: linear-gradient(90deg, transparent, var(--gold-primary), transparent); opacity: .35; }
.inner-hero::before { left: -5%; transform: rotate(6deg); }.inner-hero::after { right: -5%; transform: rotate(-6deg); }
.inner-hero__glow { position: absolute; inset: -80% 25% auto; height: 520px; background: radial-gradient(circle, rgba(207,143,31,.17), transparent 65%); pointer-events: none; }
.inner-hero h1 { position: relative; margin: 17px 0 10px; font-size: clamp(58px, 7vw, 91px); }
.inner-hero p { position: relative; max-width: 720px; margin: auto; color: var(--text-secondary); line-height: 1.65; }
.detail-premium-hero { display: grid; grid-template-columns: .8fr 1.2fr; min-height: 590px; align-items: center; gap: 30px; padding-block: 70px; }
.detail-premium-hero__copy h1 { margin: 18px 0 12px; font-family: var(--font-display); font-size: clamp(60px, 6vw, 86px); font-weight: 400; line-height: .95; text-transform: uppercase; }
.detail-premium-hero__copy > p { color: var(--text-secondary); line-height: 1.65; }
.detail-price { display: flex; flex-wrap: wrap; align-items: end; margin: 23px 0; }
.detail-price small { width: 100%; color: var(--text-secondary); text-transform: uppercase; }
.detail-price strong { color: var(--gold-light); font-family: var(--font-display); font-size: 58px; font-weight: 400; line-height: 1; }
.detail-price span { margin: 0 0 7px 7px; color: var(--text-muted); }
.detail-premium-hero__meta { display: flex; flex-wrap: wrap; gap: 12px 18px; margin-bottom: 24px; color: var(--text-secondary); font-size: 12px; }
.detail-premium-hero__meta span { display: inline-flex; align-items: center; gap: 6px; }.detail-premium-hero__meta .icon { color: var(--gold-primary); }
.detail-premium-hero__media { min-width: 0; height: 520px; }.detail-premium-hero__media img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 25px 34px rgba(0,0,0,.4)); }
.information-panel { display: flex; align-items: flex-start; gap: 18px; max-width: 900px; margin: auto; padding: 27px; border: 1px solid var(--border-gold); border-radius: var(--radius); background: var(--surface); }.information-panel > .icon { flex: 0 0 auto; width: 42px; height: 42px; color: var(--gold-primary); }.information-panel h2 { margin-bottom: 5px; font-family: var(--font-display); font-size: 28px; font-weight: 400; text-transform: uppercase; }.information-panel p { color: var(--text-secondary); line-height: 1.6; }

/* Resultados */
.premium-search { max-width: 760px; margin: 0 auto 34px; }.premium-search > label { display: block; margin-bottom: 8px; color: var(--text-secondary); font-size: 12px; }.premium-search > div { display: flex; align-items: center; gap: 10px; padding-left: 14px; border: 1px solid var(--border-subtle); border-radius: var(--radius); background: var(--surface); }.premium-search .icon { color: var(--gold-primary); }.premium-search input { flex: 1; min-width: 0; height: 50px; color: var(--text-primary); border: 0; outline: 0; background: transparent; }.premium-search .button { min-height: 42px; margin-right: 4px; }
.results-list { display: grid; gap: 12px; }.result-card { display: grid; grid-template-columns: 1.1fr repeat(4, 1fr) auto; align-items: center; gap: 18px; padding: 18px; border: 1px solid var(--border-subtle); border-radius: var(--radius); background: var(--surface); }.result-card > div { display: grid; gap: 3px; }.result-card small, .result-card span { color: var(--text-secondary); font-size: 10px; }.result-card strong { font-size: 13px; }.result-card .gold-number { color: var(--gold-light); font-family: var(--font-mono); font-size: 26px; }.result-card__date { grid-template-columns: auto 1fr; }.result-card__date .icon { grid-row: 1 / 3; align-self: center; width: 30px; height: 30px; color: var(--gold-primary); }.verified-badge { display: inline-flex !important; width: max-content; align-items: center; gap: 4px; color: var(--success) !important; }.pagination { display: flex; justify-content: center; gap: 6px; margin-top: 28px; }.pagination a { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--border-subtle); border-radius: 50%; text-decoration: none; }.pagination a.is-active { color: #171006; border-color: var(--gold-primary); background: var(--gold-gradient); }

/* Reglamento */
.rules-layout { display: grid; grid-template-columns: 230px minmax(0, 1fr); align-items: start; gap: 36px; }.rules-nav { position: sticky; top: calc(var(--header-h) + 24px); display: grid; gap: 5px; padding: 20px; border: 1px solid var(--border-subtle); border-radius: var(--radius); background: var(--surface); }.rules-nav strong { margin-bottom: 8px; color: var(--gold-primary); text-transform: uppercase; }.rules-nav a { padding: 8px 0; color: var(--text-secondary); text-decoration: none; }.rules-nav .button { margin-top: 12px; }.rules-document { padding: 36px; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); background: var(--surface); }.rules-document > header { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding-bottom: 24px; border-bottom: 1px solid var(--border-subtle); }.rules-document > header div { display: grid; }.rules-document > header span { color: var(--text-secondary); font-size: 11px; text-transform: uppercase; }.rules-document section { padding-top: 35px; scroll-margin-top: calc(var(--header-h) + 24px); }.rules-document h2 { margin-bottom: 14px; font-family: var(--font-display); font-size: 34px; font-weight: 400; text-transform: uppercase; }.rules-document p, .rules-document li { color: var(--text-secondary); line-height: 1.75; }.rules-document ol { padding-left: 20px; }.rules-copy { white-space: normal; }.rules-copy p + p { margin-top: 13px; }.rules-notice { display: flex; gap: 16px; padding: 20px; border: 1px solid var(--border-gold); border-radius: var(--radius); background: rgba(207,143,31,.06); }.rules-notice > .icon { flex: 0 0 auto; width: 34px; height: 34px; color: var(--gold-primary); }.rules-notice h3 { margin-bottom: 5px; }

/* Contacto */
.contact-channels { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }.contact-channels article { padding: 28px; border: 1px solid var(--border-subtle); border-radius: var(--radius); background: var(--surface); text-align: center; }.contact-channels .icon { width: 45px; height: 45px; color: var(--gold-primary); }.contact-channels h2 { margin: 12px 0 4px; font-family: var(--font-display); font-size: 28px; font-weight: 400; text-transform: uppercase; }.contact-channels a, .contact-channels strong { color: var(--gold-light); font-weight: 700; text-decoration: none; }.contact-channels p { margin-top: 10px; color: var(--text-secondary); font-size: 12px; line-height: 1.5; }.contact-layout { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; padding-top: 10px; }.contact-form, .contact-promise { padding: 30px; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); background: var(--surface); }.contact-form header span { color: var(--gold-primary); text-transform: uppercase; font-size: 11px; letter-spacing: .12em; }.contact-form header h2 { margin: 4px 0 22px; font-family: var(--font-display); font-size: 36px; font-weight: 400; text-transform: uppercase; }.contact-form > label { display: grid; gap: 7px; margin-top: 14px; color: var(--text-secondary); font-size: 12px; }.contact-form textarea { resize: vertical; min-height: 130px; padding: 13px; color: var(--text-primary); border: 1px solid var(--border-subtle); border-radius: var(--radius-sm); background: var(--background-secondary); }.contact-form .button { margin-top: 18px; }.honeypot { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }.form-alert { margin-bottom: 16px; padding: 12px 14px; border-radius: var(--radius-sm); font-size: 12px; }.form-alert--error { color: var(--danger); border: 1px solid color-mix(in srgb, var(--danger) 45%, transparent); background: color-mix(in srgb, var(--danger) 8%, transparent); }.form-alert--success { color: var(--success); border: 1px solid color-mix(in srgb, var(--success) 45%, transparent); background: color-mix(in srgb, var(--success) 8%, transparent); }.contact-promise { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; background: radial-gradient(circle at 50% 25%, rgba(207,143,31,.14), transparent 30%), var(--surface); }.contact-promise img { width: 130px; }.contact-promise h2 { margin: 18px 0 7px; font-family: var(--font-display); font-size: 35px; font-weight: 400; text-transform: uppercase; }.contact-promise > p { color: var(--text-secondary); line-height: 1.6; }.contact-promise ul { display: grid; gap: 10px; width: 100%; margin-top: 25px; text-align: left; }.contact-promise li { display: flex; align-items: center; gap: 9px; padding: 10px; border-top: 1px solid var(--border-subtle); }.contact-promise li .icon { color: var(--gold-primary); }

/* Modal de compra compartido */
.purchase-modal { z-index: 3000; width: min(980px, calc(100% - 36px)); max-height: calc(100dvh - 34px); padding: 0; color: var(--text-primary); border: 1px solid var(--border-gold); border-radius: var(--radius-lg); background: var(--surface); box-shadow: 0 30px 90px rgba(0,0,0,.75); isolation: isolate; }
.purchase-modal::backdrop { background: rgba(0,0,0,.78); backdrop-filter: blur(6px); }
.purchase-modal[open] { animation: modal-in 320ms var(--ease-out) both; }
body.purchase-modal-open .whatsapp-float { opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; }
body.purchase-modal-open .premium-footer, body.purchase-modal-open .premium-header { pointer-events: none; }
.purchase-modal__shell { position: relative; max-height: calc(100dvh - 36px); overflow-y: auto; padding: 30px; scrollbar-color: var(--gold-secondary) transparent; }
.purchase-modal__close { position: absolute; z-index: 2; top: 18px; right: 18px; display: grid; place-items: center; width: 38px; height: 38px; color: var(--gold-primary); border: 1px solid var(--border-gold); border-radius: 50%; background: var(--surface); cursor: pointer; }
.purchase-modal__header { margin-bottom: 23px; padding-right: 48px; text-align: center; }.purchase-modal__header p, .purchase-modal__header h2 { display: inline; font-family: var(--font-display); font-size: 50px; font-weight: 400; line-height: 1; text-transform: uppercase; }.purchase-modal__header p { color: var(--text-primary); }.purchase-modal__header h2 { margin-left: 8px; color: var(--gold-light); }.purchase-modal__header span { display: block; margin-top: 7px; color: var(--text-secondary); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.premium-purchase-form { display: grid; gap: 16px; }.purchase-step { padding: 20px; border: 1px solid var(--border-subtle); border-radius: var(--radius); background: var(--background-secondary); }.purchase-step__title { display: flex; align-items: center; gap: 9px; margin: 0 0 14px; color: var(--gold-primary); font-size: 12px; text-transform: uppercase; letter-spacing: .06em; }.purchase-step__title span { display: grid; place-items: center; width: 23px; height: 23px; color: #160f04; border-radius: 50%; background: var(--gold-gradient); }.purchase-step select, .purchase-fields input { width: 100%; height: 46px; margin-top: 6px; padding: 0 12px; color: var(--text-primary); border: 1px solid var(--border-subtle); border-radius: var(--radius-sm); background: var(--surface); outline: 0; }.purchase-step select:focus, .purchase-fields input:focus, .contact-form textarea:focus { border-color: var(--gold-primary); box-shadow: 0 0 0 3px rgba(218,163,50,.1); }.quantity-total-row { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 20px; margin-top: 13px; }.quantity-control { display: grid; grid-template-columns: 46px minmax(70px, 1fr) 46px; overflow: hidden; border: 1px solid var(--border-gold); border-radius: var(--radius-sm); }.quantity-control button { color: var(--gold-light); border: 0; background: var(--surface); font-size: 25px; cursor: pointer; }.quantity-control input { width: 100%; height: 62px; color: var(--text-primary); border: 0; border-inline: 1px solid var(--border-subtle); background: var(--surface); font-family: var(--font-display); font-size: 39px; text-align: center; -moz-appearance: textfield; }.quantity-control input::-webkit-inner-spin-button { display: none; }.purchase-live-total { display: grid; grid-template-columns: auto auto; justify-content: center; }.purchase-live-total span { grid-column: 1 / -1; color: var(--text-secondary); font-size: 10px; text-align: center; text-transform: uppercase; }.purchase-live-total strong { color: var(--gold-light); font-family: var(--font-display); font-size: 43px; font-weight: 400; line-height: 1; }.purchase-live-total small { align-self: end; margin: 0 0 5px 5px; color: var(--text-muted); }.purchase-step--quantity > small { display: block; margin-top: 9px; color: var(--text-muted); font-size: 10px; }.purchase-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 13px; }.purchase-fields label { color: var(--text-secondary); font-size: 11px; }.purchase-fields label span { color: var(--text-muted); }.payment-options { margin: 0; }.payment-options__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }.payment-options__grid label { position: relative; cursor: pointer; }.payment-options__grid input { position: absolute; opacity: 0; }.payment-options__grid label > span { display: grid; justify-items: center; gap: 4px; padding: 16px 8px; border: 1px solid var(--border-subtle); border-radius: var(--radius-sm); color: var(--text-secondary); text-align: center; }.payment-options__grid input:checked + span { color: var(--gold-light); border-color: var(--gold-primary); background: rgba(207,143,31,.08); box-shadow: 0 0 0 2px rgba(207,143,31,.09); }.payment-options__grid .icon { width: 28px; height: 28px; color: var(--gold-primary); }.payment-options__grid small { font-size: 9px; }.purchase-security { display: flex; align-items: center; gap: 11px; padding: 13px 16px; color: var(--text-secondary); border: 1px solid var(--border-gold); border-radius: var(--radius-sm); background: rgba(207,143,31,.07); font-size: 11px; }.purchase-security .icon { flex: 0 0 auto; width: 28px; height: 28px; color: var(--gold-primary); }.purchase-security strong { display: block; color: var(--gold-light); text-transform: uppercase; }.terms-check { display: flex; align-items: flex-start; gap: 9px; color: var(--text-secondary); font-size: 10px; line-height: 1.5; }.terms-check input { margin-top: 2px; accent-color: var(--gold-primary); }.terms-check a { color: var(--gold-light); }.form-feedback { min-height: 18px; color: var(--text-secondary); font-size: 11px; text-align: center; }.form-feedback.is-error { color: var(--danger); }.form-feedback.is-success { color: var(--success); }
.quantity-label { display: block; margin-bottom: 7px; color: var(--text-secondary); font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.purchase-step--numbers { overflow: hidden; background: radial-gradient(circle at 100% 0, rgba(212,153,43,.12), transparent 19rem), var(--background-secondary); }
.number-mode-switch { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.number-mode-switch label { position: relative; cursor: pointer; }
.number-mode-switch input { position: absolute; opacity: 0; pointer-events: none; }
.number-mode-switch label > span { display: grid; grid-template-columns: 38px 1fr; align-items: center; min-height: 70px; padding: 12px 15px; color: var(--text-secondary); border: 1px solid var(--border-subtle); border-radius: var(--radius-sm); background: color-mix(in srgb, var(--surface) 74%, transparent); transition: border-color var(--dur-base), background var(--dur-base), transform var(--dur-base); }
.number-mode-switch label > span .icon { grid-row: 1 / 3; width: 27px; height: 27px; color: var(--gold-primary); }
.number-mode-switch b { color: var(--text-primary); font-size: 12px; }
.number-mode-switch small { font-size: 9px; }
.number-mode-switch input:checked + span { color: var(--gold-light); border-color: var(--gold-primary); background: linear-gradient(135deg, rgba(211,151,40,.15), rgba(211,151,40,.04)); box-shadow: inset 0 0 0 1px rgba(255,216,118,.1), 0 9px 25px rgba(0,0,0,.15); transform: translateY(-1px); }
.manual-number-picker { margin-top: 13px; padding: 16px; border: 1px solid var(--border-gold); border-radius: var(--radius); background: rgba(5,5,5,.3); box-shadow: inset 0 1px rgba(255,255,255,.025); }
.manual-number-picker[hidden], .random-number-option[hidden], .selected-number-tray[hidden] { display: none !important; }
.number-picker__header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 12px; }
.number-picker__header > div { display: flex; align-items: baseline; gap: 9px; }
.number-picker__header span { color: var(--text-secondary); font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }
.number-picker__header strong { color: var(--gold-light); font-family: var(--font-mono); font-size: 19px; }
.number-picker__header p { display: flex; align-items: center; gap: 6px; margin: 0; color: var(--text-secondary); font-size: 9px; }
.number-picker__header p i { width: 7px; height: 7px; border-radius: 50%; background: var(--success); box-shadow: 0 0 9px var(--success); }
.number-picker__header p b { color: var(--text-primary); }
.selected-number-tray { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 12px; padding: 10px; border: 1px dashed var(--border-gold); border-radius: var(--radius-sm); background: rgba(207,143,31,.04); }
.selected-number-chip { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 5px 8px 5px 12px; color: #201406; border: 1px solid #f1cb68; border-radius: 6px; background: var(--gold-gradient); box-shadow: inset 0 1px rgba(255,255,255,.45); cursor: pointer; }
.selected-number-chip strong { font-family: var(--font-mono); font-size: 13px; letter-spacing: .06em; }
.selected-number-chip span { display: grid; place-items: center; width: 19px; height: 19px; border-radius: 50%; background: rgba(0,0,0,.13); font-size: 16px; line-height: 1; }
.number-search { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; overflow: hidden; border: 1px solid var(--border-subtle); border-radius: var(--radius-sm); background: var(--surface); }
.number-search .icon { margin-left: 13px; color: var(--gold-primary); }
.number-search input { min-width: 0; height: 45px; color: var(--text-primary); border: 0; outline: 0; background: transparent; }
.number-search input::placeholder { color: var(--text-muted); }
.number-search button { align-self: stretch; padding-inline: 17px; color: #211606; border: 0; border-left: 1px solid var(--border-gold); background: var(--gold-gradient); font-size: 10px; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; cursor: pointer; }
.number-picker__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin: 14px 0 8px; color: var(--text-muted); font-size: 9px; letter-spacing: .06em; text-transform: uppercase; }
.number-picker__toolbar button, .number-load-more { color: var(--gold-light); border: 0; background: transparent; font-size: 9px; font-weight: 800; text-decoration: underline; text-underline-offset: 3px; cursor: pointer; }
.available-number-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; max-height: 330px; overflow-y: auto; padding: 2px 3px 2px 2px; scrollbar-width: thin; scrollbar-color: var(--gold-secondary) transparent; }
.available-number-ticket { position: relative; display: grid; grid-template-columns: 1fr 23px; grid-template-rows: auto 1fr; min-width: 0; min-height: 68px; overflow: hidden; padding: 9px 6px 8px 12px; color: var(--gold-light); border: 1px solid rgba(211,153,44,.55); border-radius: 7px; background: linear-gradient(135deg, #080808, #18140d 65%, #080808); box-shadow: inset 0 0 16px rgba(211,153,44,.06); cursor: pointer; transition: border-color var(--dur-fast), transform var(--dur-fast), box-shadow var(--dur-fast); }
.available-number-ticket::before, .available-number-ticket::after { content: ""; position: absolute; z-index: 2; right: 17px; width: 8px; height: 8px; border-radius: 50%; background: var(--background-secondary); }
.available-number-ticket::before { top: -5px; }.available-number-ticket::after { bottom: -5px; }
.available-number-ticket small { align-self: end; color: #c49d4d; font-size: 5px; letter-spacing: .12em; }
.available-number-ticket strong { align-self: center; overflow: hidden; font-family: var(--font-display); font-size: clamp(23px, 2.5vw, 31px); font-weight: 400; line-height: .95; letter-spacing: .06em; text-overflow: ellipsis; }
.available-number-ticket span { grid-column: 2; grid-row: 1 / 3; display: grid; place-items: center; margin: -9px -6px -8px 5px; color: #1d1203; background: var(--gold-gradient); font-size: 6px; font-weight: 900; letter-spacing: .08em; writing-mode: vertical-rl; transform: rotate(180deg); }
.available-number-ticket:hover { border-color: var(--gold-light); transform: translateY(-2px); box-shadow: inset 0 0 20px rgba(211,153,44,.1), 0 8px 16px rgba(0,0,0,.22); }
.available-number-ticket.is-selected { color: #211506; border-color: #ffe08a; background: var(--gold-gradient); box-shadow: 0 0 0 2px rgba(216,158,47,.19), 0 9px 22px rgba(176,112,14,.25); }
.available-number-ticket.is-selected small { color: #533609; }.available-number-ticket.is-selected span { color: var(--gold-light); background: #151008; }
.number-skeleton { min-height: 68px; border: 1px solid var(--border-subtle); border-radius: 7px; background: linear-gradient(100deg, rgba(255,255,255,.025) 20%, rgba(211,153,44,.1) 40%, rgba(255,255,255,.025) 60%); background-size: 240% 100%; animation: ticket-loading 1.25s linear infinite; }
.number-grid-empty { grid-column: 1 / -1; padding: 28px 15px; color: var(--text-secondary); border: 1px dashed var(--border-subtle); border-radius: var(--radius-sm); text-align: center; font-size: 11px; }
.number-load-more { display: block; margin: 13px auto 0; }
.number-load-more[hidden] { display: none; }
.number-picker__feedback { min-height: 16px; margin: 10px 0 0; color: var(--text-muted); font-size: 9px; text-align: center; }
.number-picker__feedback.is-error { color: var(--danger); }.number-picker__feedback.is-success { color: var(--success); }
.random-number-option { display: flex; align-items: center; gap: 16px; margin-top: 13px; padding: 22px; border: 1px solid var(--border-gold); border-radius: var(--radius); background: radial-gradient(circle at 12% 50%, rgba(211,153,44,.17), transparent 8rem), rgba(5,5,5,.24); }
.random-number-option > span { display: grid; flex: 0 0 auto; place-items: center; width: 54px; height: 54px; color: #1b1104; border-radius: 50%; background: var(--gold-gradient); box-shadow: var(--shadow-gold); }
.random-number-option .icon { width: 29px; height: 29px; }.random-number-option strong { color: var(--gold-light); font-family: var(--font-display); font-size: 23px; font-weight: 400; text-transform: uppercase; }.random-number-option p { margin-top: 3px; color: var(--text-secondary); font-size: 10px; line-height: 1.5; }
@keyframes ticket-loading { to { background-position: -140% 0; } }
@keyframes modal-in { from { opacity: 0; transform: translateY(22px) scale(.98); } to { opacity: 1; transform: none; } }

/* Tickets y confirmación */
.ticket-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }.raffle-ticket { position: relative; display: grid; grid-template-columns: 34% 1fr 34px; min-width: 0; min-height: 112px; overflow: hidden; color: #f8edc5; border: 1px solid #bd8424; border-radius: 10px; background: linear-gradient(135deg, #070707, #15120c 55%, #060606); box-shadow: inset 0 0 22px rgba(217,163,50,.09); }.raffle-ticket::before, .raffle-ticket::after { content: ""; position: absolute; z-index: 2; top: 50%; width: 16px; height: 16px; border-radius: 50%; background: var(--surface); transform: translateY(-50%); }.raffle-ticket::before { left: -9px; }.raffle-ticket::after { right: -9px; }.raffle-ticket__brand { display: grid; place-items: center; align-content: center; gap: 2px; padding: 9px; border-right: 1px solid rgba(213,157,48,.35); text-align: center; }.raffle-ticket__brand img { width: 48px; height: 48px; }.raffle-ticket__brand span { max-width: 100%; overflow: hidden; font-family: var(--font-display); font-size: 14px; line-height: 1; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }.raffle-ticket__number { display: grid; place-items: center; align-content: center; min-width: 0; padding: 8px; }.raffle-ticket__number small { color: #d9b768; font-size: 6px; letter-spacing: .1em; text-transform: uppercase; }.raffle-ticket__number strong { color: transparent; background: var(--gold-gradient); background-clip: text; -webkit-background-clip: text; font-family: var(--font-display); font-size: clamp(36px, 4.3vw, 55px); font-weight: 400; line-height: 1; letter-spacing: .06em; }.raffle-ticket__number span { color: #d9b768; font-size: 7px; letter-spacing: .5em; }.raffle-ticket__stub { display: grid; place-items: center; color: #1a1003; background: var(--gold-gradient); }.raffle-ticket__stub span { font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; writing-mode: vertical-rl; transform: rotate(180deg); }.raffle-ticket--confirmado { border-color: var(--success); }.raffle-ticket--cancelado { opacity: .48; filter: grayscale(1); }.reservation-page { padding-block: 70px; }.reservation-success { padding: 42px; border: 1px solid var(--border-gold); border-radius: var(--radius-xl); background: radial-gradient(circle at 50% 0, rgba(208,146,38,.15), transparent 24rem), var(--surface); box-shadow: var(--shadow); text-align: center; }.reservation-success__icon { display: grid; place-items: center; width: 78px; height: 78px; margin: auto auto 15px; color: #171006; border-radius: 50%; background: var(--gold-gradient); box-shadow: 0 0 35px rgba(220,166,54,.26); }.reservation-success__icon .icon { width: 43px; height: 43px; }.reservation-success h1 { margin: 14px 0 4px; font-family: var(--font-display); font-size: clamp(48px, 7vw, 75px); font-weight: 400; text-transform: uppercase; }.reservation-success > p { color: var(--text-secondary); }.reservation-tickets { margin-top: 34px; padding: 22px; border: 1px solid var(--border-subtle); border-radius: var(--radius); background: var(--background-secondary); }.reservation-tickets > header { display: flex; justify-content: space-between; margin-bottom: 15px; color: var(--gold-primary); text-transform: uppercase; font-size: 11px; }.purchase-detail-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 18px; overflow: hidden; border: 1px solid var(--border-subtle); border-radius: var(--radius); }.purchase-detail-grid > div { display: grid; justify-items: center; gap: 4px; padding: 20px 12px; }.purchase-detail-grid > div + div { border-left: 1px solid var(--border-subtle); }.purchase-detail-grid .icon { color: var(--gold-primary); font-size: 25px; }.purchase-detail-grid span { color: var(--text-secondary); font-size: 9px; text-transform: uppercase; }.purchase-detail-grid strong { font-size: 12px; }.reservation-next { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 20px; padding: 22px; border: 1px solid var(--border-gold); border-radius: var(--radius); text-align: left; }.reservation-next h2 { font-family: var(--font-display); font-size: 29px; font-weight: 400; text-transform: uppercase; }.reservation-next p { color: var(--text-secondary); font-size: 12px; }.reservation-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-top: 24px; }
.purchases-list { display: grid; gap: 22px; }.account-purchase { padding: 22px; border: 1px solid var(--border-subtle); border-radius: var(--radius-lg); background: var(--surface); }.account-purchase > header, .account-purchase > footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; }.account-purchase > header { margin-bottom: 18px; }.account-purchase > header div { display: grid; }.account-purchase > header span { color: var(--gold-primary); font-size: 10px; text-transform: uppercase; }.account-purchase > header strong { font-family: var(--font-display); font-size: 26px; font-weight: 400; text-transform: uppercase; }.account-purchase > footer { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--border-subtle); }.status-pill { padding: 6px 10px; border: 1px solid currentColor; border-radius: 99px; }.status-pill--pagado { color: var(--success) !important; }.status-pill--pendiente { color: var(--warning) !important; }.status-pill--cancelado { color: var(--danger) !important; }

/* Footer */
.premium-footer { border-top: 1px solid var(--border-gold); background: var(--background-secondary); }.premium-footer__main { display: grid; grid-template-columns: 1.4fr .65fr .65fr 1fr; gap: 35px; width: min(var(--container), calc(100% - 40px)); margin: auto; padding: 44px 0 34px; }.gcp-brand--footer .gcp-brand__emblem { width: 60px; height: 60px; }.premium-footer__main > div:first-child p { max-width: 330px; margin-top: 12px; color: var(--text-secondary); font-size: 12px; line-height: 1.55; }.premium-footer nav { display: grid; align-content: start; gap: 9px; }.premium-footer nav strong, .premium-footer__contact > strong { margin-bottom: 4px; color: var(--gold-primary); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }.premium-footer nav a { color: var(--text-secondary); font-size: 12px; text-decoration: none; }.premium-footer nav a:hover { color: var(--gold-light); }.premium-footer__contact { display: grid; align-content: start; }.premium-footer__contact a { display: flex; align-items: center; gap: 8px; color: var(--text-primary); font-size: 18px; text-decoration: none; }.premium-footer__contact a .icon { color: #25d366; }.premium-footer__contact small { margin-top: 6px; color: var(--text-secondary); }.premium-footer__legal { display: flex; justify-content: space-between; width: min(var(--container), calc(100% - 40px)); margin: auto; padding: 17px 0; color: var(--text-muted); border-top: 1px solid var(--border-subtle); font-size: 10px; }.premium-footer__legal span { display: inline-flex; align-items: center; gap: 6px; }.premium-footer__legal .icon { color: var(--gold-primary); }.premium-body .whatsapp-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; display: grid; place-items: center; width: 52px; height: 52px; color: #fff; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; background: #25d366; box-shadow: 0 12px 30px rgba(0,0,0,.3); }.premium-body .whatsapp-float .icon { width: 27px; height: 27px; }

.footer-social-links { display: flex; flex-wrap: wrap; gap: 6px 12px; }
.footer-social-links a { color: var(--gold-light); font-size: 10px; text-transform: uppercase; }
.contact-social { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px 14px; margin-top: 22px; }
.contact-social strong { width: 100%; color: var(--gold-light); text-transform: uppercase; }
.contact-social a { color: var(--text-primary); }
.contact-social span { color: var(--text-secondary); font-size: 11px; }
.result-links { display: flex !important; flex-wrap: wrap; gap: 6px; }
.result-links .button { padding-inline: 11px; }

/* Estados reutilizables del ticket */
.raffle-ticket__status { color: #d9b768; font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.raffle-ticket__stars { display: flex; gap: 5px; letter-spacing: 0 !important; }
.raffle-ticket__stars .icon { width: 7px; height: 7px; }
.raffle-ticket--seleccionado { border-color: var(--gold-light); box-shadow: 0 0 0 2px rgba(221,168,59,.22), 0 10px 34px rgba(207,143,31,.18); transform: translateY(-2px); }
.raffle-ticket--reservado { border-style: dashed; }
.raffle-ticket--vendido,
.raffle-ticket--confirmado { border-color: var(--success); }
.raffle-ticket--vendido .raffle-ticket__status,
.raffle-ticket--confirmado .raffle-ticket__status { color: var(--success); }
.raffle-ticket--bloqueado { opacity: .65; filter: grayscale(.75); }
.raffle-ticket--ganador { border-color: var(--gold-light); box-shadow: 0 0 28px rgba(221,168,59,.32); }
.raffle-ticket--ganador .raffle-ticket__number strong { filter: drop-shadow(0 0 8px rgba(239,190,79,.55)); }

/* Responsive y presentación móvil independiente */
@media (max-width: 1199px) {
  .desktop-header__inner { gap: 16px; }.desktop-nav { gap: 14px; }.desktop-nav a { font-size: 10px; }.account-link { display: none; }
  .premium-hero__content { grid-template-columns: .82fr 1.18fr; }.premium-hero h1 { font-size: 74px; }
}
@media (max-width: 1023px) {
  [data-desktop-layout] { display: none !important; }
  [data-mobile-layout]:not(dialog):not(.premium-hero--mobile) { display: flex !important; }
  [data-mobile-layout].premium-hero--mobile { display: grid !important; }
  :root { --header-h: 66px; }
  .premium-header.site-header { display: block !important; height: 66px; max-width: 100vw; }.mobile-header { box-sizing: border-box; min-width: 0; max-width: calc(100% - 28px); height: 100%; align-items: center; justify-content: space-between; width: auto; margin: 0 14px; padding: 0 !important; overflow: hidden; }.gcp-brand--mobile { min-width: 0; overflow: hidden; }.gcp-brand--mobile .gcp-brand__emblem { flex: 0 0 auto; width: 42px; height: 42px; }.gcp-brand--mobile .gcp-brand__copy small { font-size: 8px; }.gcp-brand--mobile .gcp-brand__copy strong { font-size: 20px; }.mobile-header__actions { display: flex; flex: 0 0 auto; gap: 8px; }.theme-toggle--mobile, .nav-toggle { width: 40px; height: 40px; }.nav-toggle .icon-close { display: none; }.nav-toggle.is-open .icon-menu { display: none; }.nav-toggle.is-open .icon-close { display: block; }
  .mobile-nav-backdrop { position: fixed; inset: 0; z-index: 995; background: rgba(0,0,0,.65); backdrop-filter: blur(3px); }.mobile-nav-backdrop.is-open { display: block !important; }.mobile-nav { position: fixed; z-index: 1000; top: 0; right: 0; bottom: 0; display: flex !important; flex-direction: column; gap: 4px; width: min(88vw, 360px); padding: 20px; color: var(--text-primary); border-left: 1px solid var(--border-gold); background: var(--surface); box-shadow: var(--shadow); transform: translateX(105%); transition: transform 320ms var(--ease-out); }.mobile-nav.is-open { transform: none; }.mobile-nav__brand { margin-bottom: 14px; padding-bottom: 14px; border-bottom: 1px solid var(--border-subtle); }.mobile-nav > a:not(.button), .mobile-nav form button { display: flex; width: 100%; padding: 12px; color: var(--text-secondary); border: 0; border-radius: var(--radius-sm); background: transparent; font-weight: 700; text-align: left; text-decoration: none; }.mobile-nav > a.is-active { color: var(--gold-light); background: rgba(207,143,31,.08); }.mobile-nav .button { margin-top: auto; }.mobile-nav[aria-hidden="true"] { display: none !important; visibility: hidden; transition: transform 320ms var(--ease-out), visibility 0s 320ms; }.mobile-nav[aria-hidden="false"] { visibility: visible; }.menu-open { overflow: hidden; }
  [data-mobile-layout].premium-hero--mobile { display: grid !important; box-sizing: border-box; grid-template-columns: minmax(0, 1.2fr) minmax(140px, .8fr); align-items: center; column-gap: 12px; width: 100%; max-width: 100vw; min-height: auto; justify-items: stretch; padding: 24px 16px 32px; text-align: left; }.premium-hero--mobile > * { min-width: 0; max-width: 100%; }.premium-hero--mobile::before { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 50% 35%, rgba(209,146,37,.19), transparent 36%); }.premium-hero--mobile > .luxury-pill, .premium-hero--mobile > h1, .premium-hero--mobile > .hero-winner-message, .premium-hero--mobile > .mobile-prize-summary, .premium-hero--mobile > .button, .premium-hero--mobile > .hero-proof { grid-column: 1; }.premium-hero--mobile > .premium-hero__visual { grid-column: 2; grid-row: 1 / span 6; position: relative; z-index: 1; box-sizing: border-box; min-width: 0; width: 100%; max-width: 100%; height: auto; margin: 0; overflow: hidden; }.premium-hero--mobile .premium-hero__visual img { width: 100%; max-width: 100%; max-height: 390px; }.premium-hero--mobile .home-hero-carousel { width: 100%; max-width: 100%; min-height: 390px; }.premium-hero--mobile .home-hero-carousel__slides { width: 100%; max-width: 100%; }.premium-hero--mobile .home-hero-slide { width: 100%; max-width: 100%; }.premium-hero--mobile .home-hero-slide img { width: 100%; max-width: 100%; height: auto; }.premium-hero--mobile .home-hero-slide figcaption { right: 18px; bottom: 66px; left: 18px; max-width: none; text-align: center; }.premium-hero--mobile .home-hero-carousel__controls { right: 50%; bottom: 34px; left: auto; transform: translateX(50%); }.premium-hero--mobile .home-hero-carousel__controls > button { width: 31px; height: 31px; }.mobile-prize-summary { position: relative; z-index: 2; display: flex; flex-wrap: wrap; align-items: end; justify-content: flex-start; margin-bottom: 15px; }.mobile-prize-summary small { width: 100%; color: var(--text-secondary); text-transform: uppercase; font-size: 9px; }.mobile-prize-summary strong { color: var(--gold-light); font-family: var(--font-display); font-size: 52px; font-weight: 400; line-height: 1; }.mobile-prize-summary span { margin: 0 0 6px 5px; color: var(--text-muted); font-size: 9px; }.premium-hero--mobile > .button { width: min(100%, 420px); max-width: 100%; }.premium-hero--mobile .hero-proof { justify-content: center; margin-top: 14px; }
  .raffle-status-board { grid-template-columns: 1fr 1.5fr; margin-top: 18px; }.raffle-status-board .countdown-card { grid-column: 1 / -1; border-top: 1px solid var(--border-subtle); }.raffle-status-board > * + * { border-left: 1px solid var(--border-subtle); }.raffle-status-board .countdown-card { border-left: 0; }
  .premium-prize-grid, .premium-raffle-grid { grid-template-columns: repeat(2, 1fr); }.process-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; }.process-grid article::after { display: none; }.trust-strip { grid-template-columns: repeat(2, 1fr); }.trust-strip > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--border-subtle); }.trust-strip > div:nth-child(4) { border-top: 1px solid var(--border-subtle); }.evidence-grid { grid-template-columns: repeat(2, 1fr); }.detail-premium-hero { grid-template-columns: 1fr; padding-block: 45px; text-align: center; }.detail-premium-hero__meta { justify-content: center; }.detail-price { justify-content: center; }.detail-premium-hero__media { order: -1; height: 370px; }.result-card { grid-template-columns: repeat(3, 1fr); }.result-card > .button { grid-column: 1 / -1; }.contact-layout { grid-template-columns: 1fr; }.contact-promise { min-height: 440px; }.premium-footer__main { grid-template-columns: 1fr 1fr; }.purchase-detail-grid { grid-template-columns: repeat(2, 1fr); }.purchase-detail-grid > div:nth-child(3) { border-left: 0; border-top: 1px solid var(--border-subtle); }.purchase-detail-grid > div:nth-child(4) { border-top: 1px solid var(--border-subtle); }
  .purchase-modal--mobile { display: none; width: 100%; max-width: none; max-height: 94dvh; margin: auto 0 0; border-radius: 22px 22px 0 0; border-bottom: 0; }.purchase-modal--mobile[open] { display: block !important; }.purchase-modal--mobile .purchase-modal__shell { max-height: 94dvh; padding: 22px 16px calc(24px + env(safe-area-inset-bottom)); }.purchase-modal__grabber { width: 42px; height: 4px; margin: -8px auto 14px; border-radius: 99px; background: var(--border-gold); }.purchase-modal--mobile .purchase-modal__header p, .purchase-modal--mobile .purchase-modal__header h2 { font-size: 41px; }
}
@media (max-width: 767px) {
  .premium-container { width: min(100% - 28px, var(--container)); }.premium-section { padding-block: 55px; }.luxury-heading { margin-bottom: 28px; }.luxury-heading h2 { font-size: 42px; }.luxury-heading--split { align-items: start; flex-direction: column; gap: 8px; }
  .raffle-status-board { width: calc(100% - 28px); grid-template-columns: 1fr; }.raffle-status-board > * { padding: 20px; }.raffle-status-board > * + * { border-top: 1px solid var(--border-subtle); border-left: 0; }.status-stat { justify-content: center; text-align: center; }.premium-prize-grid, .premium-prize-grid--page, .premium-raffle-grid, .premium-raffle-grid--catalog, .process-grid, .process-grid--detailed { grid-template-columns: 1fr; }.premium-prize-card--large { grid-template-columns: 1fr; }.premium-prize-card--large .premium-prize-card__media { aspect-ratio: 16 / 10; }.premium-raffle-card__media { height: 220px; }.trust-strip { grid-template-columns: 1fr; }.trust-strip > div + div, .trust-strip > div:nth-child(3), .trust-strip > div:nth-child(4) { border-top: 1px solid var(--border-subtle); border-left: 0; }.evidence-grid { grid-template-columns: 1fr 1fr; }.premium-cta { align-items: stretch; flex-direction: column; margin-bottom: 60px; padding: 27px 22px; text-align: center; }.premium-cta .button { width: 100%; }
  .inner-hero { padding: 60px 0 48px; }.inner-hero h1 { font-size: 56px; }.detail-premium-hero__copy h1 { font-size: 55px; }.detail-premium-hero__media { height: 300px; }.rules-layout { grid-template-columns: 1fr; }.rules-nav { position: static; }.rules-document { padding: 23px 18px; }.rules-document > header { grid-template-columns: 1fr; }.contact-channels { grid-template-columns: 1fr; }.contact-form, .contact-promise { padding: 22px 17px; }.purchase-fields { grid-template-columns: 1fr; }.result-card { grid-template-columns: 1fr 1fr; }.result-card__date { grid-column: 1 / -1; }.premium-search > div { flex-wrap: wrap; padding: 10px; }.premium-search input { height: 42px; }.premium-search .button { width: 100%; }.premium-footer__main { grid-template-columns: 1fr; gap: 24px; }.premium-footer__legal { align-items: flex-start; flex-direction: column; gap: 8px; }.premium-body .whatsapp-float { right: 14px; bottom: 14px; width: 48px; height: 48px; }
  .quantity-total-row { grid-template-columns: 1fr; }.payment-options__grid { grid-template-columns: 1fr; }.payment-options__grid label > span { grid-template-columns: auto 1fr; justify-items: start; align-items: center; text-align: left; }.payment-options__grid .icon { grid-row: 1 / 3; }.ticket-grid { grid-template-columns: 1fr; }.raffle-ticket__number strong { font-size: 46px; }.reservation-page { padding-block: 30px; }.reservation-success { width: calc(100% - 20px); padding: 30px 12px; }.reservation-tickets { padding: 13px 9px; }.purchase-detail-grid { grid-template-columns: 1fr; }.purchase-detail-grid > div + div, .purchase-detail-grid > div:nth-child(3), .purchase-detail-grid > div:nth-child(4) { border-top: 1px solid var(--border-subtle); border-left: 0; }.reservation-next { align-items: stretch; flex-direction: column; text-align: center; }.reservation-actions { flex-direction: column; }.account-purchase { padding: 16px 10px; }.account-purchase > header, .account-purchase > footer { align-items: stretch; flex-direction: column; }.account-purchase .button { width: 100%; }
  .purchase-step { padding: 16px 13px; }.number-mode-switch { grid-template-columns: 1fr; }.number-mode-switch label > span { min-height: 61px; }.manual-number-picker { padding: 13px 10px; }.number-picker__header { align-items: flex-start; flex-direction: column; gap: 4px; }.number-search { grid-template-columns: auto minmax(0, 1fr); padding: 6px 7px 6px 0; }.number-search button { grid-column: 1 / -1; min-height: 38px; margin-left: 7px; border: 0; border-radius: 5px; }.available-number-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-height: 350px; }.available-number-ticket strong { font-size: clamp(24px, 8vw, 32px); }.random-number-option { align-items: flex-start; padding: 18px 14px; }.random-number-option > span { width: 46px; height: 46px; }.selected-number-tray { max-height: 98px; overflow-y: auto; }
}
@media (max-width: 420px) { .evidence-grid { grid-template-columns: 1fr; }.premium-hero--mobile h1 { font-size: 48px; }.raffle-ticket { grid-template-columns: 31% 1fr 31px; }.raffle-ticket__brand span { font-size: 12px; } }
@media (max-width: 1023px) {
  .home-prizes__header { grid-template-columns: 1fr; align-items: start; gap: 20px; }
  .home-prizes__summary { width: min(100%, 340px); }
  .home-prize-showcase { grid-template-columns: 1fr; }
  .home-prize-featured { min-height: 560px; }
  .home-prize-rail { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .home-prize-secondary { min-height: 290px; }
  .home-prize-rail__more { grid-column: 1 / -1; }
}
@media (max-width: 767px) {
  .home-prizes { padding-block: 64px; }
  .home-prizes::before { background-size: 100% 100%, 68px 68px; }
  .home-prizes__header { margin-bottom: 24px; }
  .home-prizes__intro h2 { margin-top: 8px; font-size: 49px; line-height: .92; }
  .home-prizes__intro p { font-size: 12px; }
  .home-prizes__summary { grid-template-columns: auto 1fr; width: 100%; min-width: 0; padding: 14px 16px; }
  .home-prizes__summary > strong { font-size: 48px; }
  .home-prize-featured { min-height: 550px; border-radius: 19px; }
  .home-prize-featured__media { bottom: auto; height: 64%; }
  .home-prize-featured__media img { object-fit: contain; object-position: center top; }
  .home-prize-featured::before { background: linear-gradient(180deg, rgba(2,2,2,.02) 12%, rgba(2,2,2,.25) 42%, #050504 78%); }
  .home-prize-featured__topline { top: 15px; right: 15px; left: 15px; }
  .home-prize-featured__topline strong { font-size: 37px; }
  .home-prize-featured__content { right: 18px; bottom: 19px; left: 18px; }
  .home-prize-featured h3 { font-size: 48px; }
  .home-prize-featured__content > p { font-size: 11px; }
  .home-prize-featured__meta { gap: 7px; margin-top: 13px; }
  .home-prize-featured__meta > span { flex: 1 1 135px; padding: 8px 9px; }
  .home-prize-featured__actions { display: grid; grid-template-columns: 1fr; margin-top: 14px; }
  .home-prize-featured__actions .button { width: 100%; }
  .home-prize-rail { display: flex; width: calc(100% + 14px); flex-direction: row; margin-right: -14px; padding: 2px 14px 14px 0; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: inline mandatory; scrollbar-color: var(--gold-primary) transparent; scrollbar-width: thin; }
  .home-prize-secondary { grid-template-columns: 1fr; flex: 0 0 min(82vw, 335px); min-height: 400px; scroll-snap-align: start; }
  .home-prize-secondary__media { min-height: 190px; }
  .home-prize-secondary__media::after { background: linear-gradient(transparent 55%, var(--surface)); }
  .home-prize-secondary__content { min-height: 205px; padding: 12px 18px 18px; }
  .home-prize-secondary h3 { font-size: 31px; }
  .home-prize-rail__more { flex: 0 0 220px; align-self: stretch; }
  .home-prizes__assurance { grid-template-columns: 1fr; }
  .home-prizes__assurance > div { padding: 14px 16px; }
  .home-prizes__assurance > div + div { border-top: 1px solid var(--border-subtle); border-left: 0; }
}
@media (max-width: 420px) {
  .home-prize-featured { min-height: 570px; }
  .home-prize-featured h3 { font-size: 44px; }
  .home-prize-featured__topline span { padding: 7px 9px; font-size: 8px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; } }
@media print { .premium-header, .premium-footer, .whatsapp-float, .reservation-actions, .reservation-next .button, .rules-nav { display: none !important; } body.premium-body { background: #fff; color: #111; }.reservation-success, .rules-document { width: 100%; border: 0; box-shadow: none; }.raffle-ticket { break-inside: avoid; print-color-adjust: exact; -webkit-print-color-adjust: exact; } }

/* Navegación y reserva: experiencia táctil en celulares */
@media (max-width: 1023px) {
  body.premium-body { padding-top: 66px; }
  .premium-header.site-header { position: fixed; inset: 0 0 auto; z-index: 2002; width: 100%; }
  .mobile-nav-backdrop { z-index: 2100; }
  .mobile-nav { top: 0; right: 0; bottom: 0; left: auto; z-index: 2101; box-sizing: border-box; width: min(91vw, 390px); max-width: 100%; gap: 0; padding: max(14px, env(safe-area-inset-top)) 16px max(18px, env(safe-area-inset-bottom)); overflow-x: hidden; overflow-y: auto; overscroll-behavior: contain; transform: translateX(105%); visibility: hidden; }
  .mobile-nav[aria-hidden="false"] { display: flex !important; visibility: visible; }
  .mobile-nav.is-open { transform: translateX(0); }
  .mobile-nav__head { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 14px; border-bottom: 1px solid var(--border-subtle); }
  .mobile-nav__head .gcp-brand { min-width: 0; }
  .mobile-nav__close { display: grid; flex: 0 0 44px; width: 44px; height: 44px; place-items: center; color: var(--gold-light); border: 1px solid var(--border-gold); border-radius: 50%; background: var(--surface-soft); cursor: pointer; }
  .mobile-nav__links { display: grid; gap: 5px; padding-block: 14px; }
  .mobile-nav__links > a, .mobile-nav__account > a, .mobile-nav__account form button { display: flex; box-sizing: border-box; align-items: center; width: 100%; min-height: 48px; padding: 11px 14px; color: var(--text-secondary); border: 1px solid transparent; border-radius: 10px; background: transparent; font-size: 15px; font-weight: 700; text-align: left; text-decoration: none; }
  .mobile-nav__links > a.is-active { color: var(--gold-light); border-color: var(--border-gold); background: rgba(207,143,31,.09); }
  .mobile-nav__account { display: grid; gap: 7px; margin-top: auto; padding-top: 14px; border-top: 1px solid var(--border-subtle); }
  .mobile-nav__account form { margin: 0; }
  .mobile-nav__account .button { justify-content: center; width: 100%; min-height: 50px; margin-top: 5px; }
  .mobile-nav__reserve .icon { flex: 0 0 auto; width: 20px; height: 20px; }

  .purchase-modal--mobile { height: 100dvh; max-height: 100dvh; border: 0; border-radius: 0; }
  .purchase-modal--mobile .purchase-modal__shell { box-sizing: border-box; height: 100dvh; max-height: 100dvh; padding: max(14px, env(safe-area-inset-top)) 12px calc(104px + env(safe-area-inset-bottom)); }
  .purchase-modal--mobile .purchase-modal__grabber { display: none; }
  .purchase-modal--mobile .purchase-modal__close { position: sticky; z-index: 8; top: 0; float: right; width: 44px; height: 44px; margin: 0 0 -44px; }
  .purchase-modal--mobile .purchase-modal__header { min-height: 54px; margin: 0 50px 12px 0; padding: 4px 0 0; text-align: left; }
  .purchase-modal--mobile .purchase-modal__header p, .purchase-modal--mobile .purchase-modal__header h2 { font-size: clamp(30px, 10vw, 40px); }
  .purchase-modal--mobile .purchase-modal__header span { font-size: 9px; }
  .purchase-modal--mobile .premium-purchase-form { gap: 10px; }
  .purchase-modal--mobile .purchase-step { padding: 14px 11px; border-radius: 13px; }
  .purchase-modal--mobile .purchase-step__title { margin-bottom: 11px; }
  .purchase-modal--mobile .number-mode-switch { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 7px; }
  .purchase-modal--mobile .number-mode-switch label > span { min-height: 76px; padding: 9px 6px; }
  .purchase-modal--mobile .manual-number-picker { margin-inline: -3px; padding: 11px 8px; }
  .purchase-modal--mobile .number-picker__header { flex-direction: row; align-items: center; }
  .purchase-modal--mobile .number-search { grid-template-columns: 22px minmax(0, 1fr) auto; }
  .purchase-modal--mobile .number-search button { grid-column: auto; min-height: 40px; margin-left: 0; padding-inline: 12px; }
  .purchase-modal--mobile .available-number-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; max-height: min(43dvh, 390px); }
  .purchase-modal--mobile .available-number-ticket { min-height: 72px; padding-left: 9px; touch-action: manipulation; }
  .purchase-modal--mobile .available-number-ticket strong { font-size: clamp(22px, 7vw, 30px); }
  .purchase-modal--mobile .selected-number-tray { position: sticky; z-index: 4; top: 0; max-height: 105px; background: var(--surface); box-shadow: 0 8px 18px rgba(0,0,0,.35); }
  .purchase-submit-bar { position: fixed; z-index: 10; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: auto minmax(0, 1fr); align-items: center; gap: 10px; padding: 10px 12px calc(10px + env(safe-area-inset-bottom)); border-top: 1px solid var(--border-gold); background: rgba(8,8,8,.96); box-shadow: 0 -12px 30px rgba(0,0,0,.48); backdrop-filter: blur(14px); }
  .purchase-submit-bar > div { display: grid; min-width: 92px; }
  .purchase-submit-bar > div span { color: var(--text-muted); font-size: 8px; text-transform: uppercase; }
  .purchase-submit-bar > div strong { color: var(--gold-light); font-family: var(--font-display); font-size: 25px; font-weight: 400; }
  .purchase-submit-bar .button { min-width: 0; min-height: 50px; padding-inline: 12px; font-size: 11px; }
}
@media (min-width: 1024px) { .purchase-submit-bar > div { display: none; } }
@media (max-width: 359px) {
  .mobile-header .gcp-brand__copy { display: none; }
  .purchase-modal--mobile .available-number-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .purchase-submit-bar { grid-template-columns: 1fr; }
  .purchase-submit-bar > div { display: none; }
}

@media (max-width: 639px) {
  .raffle-catalog { padding-top: 42px; }
  .premium-raffle-grid--catalog { gap: 16px; }
  .premium-raffle-card { border-radius: 16px; }
  .premium-raffle-card__media { height: min(54vw, 210px); }
  .premium-raffle-card__body { padding: 18px 15px 16px; }
  .premium-raffle-card h2 { font-size: clamp(27px, 9vw, 36px); line-height: 1; }
  .premium-raffle-card p { min-height: 0; font-size: 12px; }
  .premium-raffle-card__meta { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
  .premium-raffle-card__meta span { min-width: 0; padding: 8px; border: 1px solid var(--border-subtle); border-radius: 8px; background: var(--surface-soft); }
  .premium-raffle-card__meta span:last-child { grid-column: 1 / -1; }
  .premium-raffle-card__actions { grid-template-columns: 1fr; }
  .premium-raffle-card__actions .button { min-height: 48px; }
  .detail-premium-page .detail-premium-hero { gap: 20px; padding-block: 28px 38px; text-align: left; }
  .detail-premium-hero__media { width: calc(100% + 28px); height: min(72vw, 300px); margin-inline: -14px; border-radius: 0; }
  .detail-premium-hero__copy h1 { font-size: clamp(48px, 15vw, 68px); overflow-wrap: anywhere; }
  .detail-premium-hero__copy > p { font-size: 13px; }
  .detail-price { justify-content: flex-start; }
  .detail-price strong { font-size: clamp(45px, 14vw, 62px); }
  .detail-premium-hero__meta { display: grid; grid-template-columns: 1fr 1fr; justify-content: stretch; }
  .detail-premium-hero__meta span { min-width: 0; justify-content: flex-start; padding: 9px; }
  .detail-premium-hero__copy > .button { width: 100%; min-height: 50px; }
}

/* Catálogo editorial de premios */
.prizes-page { background: #050505; }
.prizes-hero { position: relative; min-height: 690px; overflow: hidden; border-bottom: 1px solid var(--border-subtle); background: radial-gradient(circle at 74% 42%, rgba(207,143,31,.2), transparent 25rem), linear-gradient(125deg, #050505 0 42%, #0b0905 100%); isolation: isolate; }
.prizes-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .25; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(90deg, #000, transparent 78%); }
.prizes-hero__glow { position: absolute; right: 12%; bottom: -120px; width: 420px; height: 270px; border-radius: 50%; background: rgba(212,155,45,.16); filter: blur(80px); }
.prizes-hero__layout { display: grid; grid-template-columns: minmax(380px,.85fr) minmax(470px,1.15fr); align-items: center; gap: 40px; min-height: 690px; }
.prizes-hero__copy { position: relative; z-index: 2; padding-block: 70px; }
.prizes-hero__index { display: flex; align-items: center; gap: 12px; margin: 30px 0 12px; }
.prizes-hero__index b { color: var(--gold-light); font-family: var(--font-display); font-size: 54px; font-weight: 400; line-height: .8; }
.prizes-hero__index span { max-width: 90px; color: var(--text-muted); font-size: 9px; letter-spacing: .1em; line-height: 1.45; text-transform: uppercase; }
.prizes-hero h1 { max-width: 720px; font-family: var(--font-display); font-size: clamp(68px,7.4vw,112px); font-weight: 400; line-height: .84; letter-spacing: .01em; text-transform: uppercase; }
.prizes-hero h1 em, .prize-catalog__header h2 em { color: transparent; background: var(--gold-gradient); background-clip: text; -webkit-background-clip: text; font-style: normal; }
.prizes-hero__copy > p:last-of-type { max-width: 580px; margin-top: 20px; color: var(--text-secondary); font-size: 13px; line-height: 1.7; }
.prizes-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.prizes-hero__visual { position: relative; display: grid; min-width: 0; height: 590px; place-items: center; margin: 45px 0; }
.prizes-hero__visual::before { content: ""; position: absolute; inset: 8% 4%; border: 1px solid rgba(220,166,55,.22); border-radius: 50%; transform: rotate(-8deg); }
.prizes-hero__visual > span { position: absolute; z-index: 3; top: 9%; right: 4%; padding: 8px 12px; color: var(--gold-light); border: 1px solid var(--border-gold); border-radius: 99px; background: rgba(6,6,5,.72); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; backdrop-filter: blur(10px); }
.prizes-hero__visual img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 35px 45px rgba(0,0,0,.55)); transition: transform 800ms var(--ease-out); }
.prizes-hero__visual:hover img { transform: scale(1.025) rotate(-.5deg); }
.prizes-hero__visual figcaption { position: absolute; z-index: 3; right: 3%; bottom: 8%; display: grid; min-width: 260px; padding: 15px 18px; border: 1px solid rgba(220,166,55,.32); border-radius: 12px; background: rgba(5,5,5,.76); backdrop-filter: blur(14px); }
.prizes-hero__visual figcaption small { color: var(--gold-primary); font-size: 8px; letter-spacing: .12em; }
.prizes-hero__visual figcaption strong { font-family: var(--font-display); font-size: 27px; font-weight: 400; text-transform: uppercase; }
.prize-catalog { padding-block: 90px 20px; }
.prize-catalog__header { display: grid; grid-template-columns: 1fr minmax(280px,430px); align-items: end; gap: 50px; margin-bottom: 34px; }
.prize-catalog__header span, .prize-kicker { color: var(--gold-primary); font-size: 9px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.prize-catalog__header h2 { margin-top: 8px; font-family: var(--font-display); font-size: clamp(52px,6vw,82px); font-weight: 400; line-height: .9; text-transform: uppercase; }
.prize-catalog__header > p { color: var(--text-secondary); font-size: 12px; line-height: 1.65; }
.prize-spotlight { display: grid; grid-template-columns: minmax(0,1.15fr) minmax(330px,.85fr); min-height: 540px; overflow: hidden; border: 1px solid var(--border-gold); border-radius: 26px; background: radial-gradient(circle at 15% 50%, rgba(210,149,39,.12), transparent 23rem), var(--surface); box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.prize-spotlight__media { position: relative; min-height: 500px; overflow: hidden; background: #080706; }
.prize-spotlight__media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, transparent 65%, var(--surface)), linear-gradient(0deg, rgba(0,0,0,.32), transparent 40%); }
.prize-spotlight__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 900ms var(--ease-out); }
.prize-spotlight:hover .prize-spotlight__media img { transform: scale(1.035); }
.prize-spotlight__media > span { position: absolute; z-index: 2; right: 24px; bottom: 16px; color: rgba(255,229,160,.7); font-family: var(--font-display); font-size: 62px; }
.prize-spotlight__body { display: flex; flex-direction: column; justify-content: center; padding: 44px 40px; }
.prize-kicker { display: inline-flex; align-items: center; gap: 7px; }
.prize-kicker .icon { width: 17px; height: 17px; }
.prize-spotlight h3 { margin: 12px 0 10px; font-family: var(--font-display); font-size: clamp(45px,4.3vw,68px); font-weight: 400; line-height: .92; text-transform: uppercase; text-wrap: balance; }
.prize-spotlight__body > p { color: var(--text-secondary); font-size: 12px; line-height: 1.7; }
.prize-spotlight__facts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 22px 0; }
.prize-spotlight__facts > span { display: grid; grid-template-columns: auto 1fr; align-items: center; column-gap: 8px; padding: 11px; border: 1px solid var(--border-subtle); border-radius: 10px; }
.prize-spotlight__facts .icon { grid-row: 1/3; width: 22px; height: 22px; color: var(--gold-primary); }
.prize-spotlight__facts b { font-size: 9px; }.prize-spotlight__facts small { color: var(--text-muted); font-size: 7px; }
.prize-spotlight__body > .button { align-self: flex-start; }
.prize-gallery { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin-top: 18px; }
.prize-gallery-card { overflow: hidden; border: 1px solid var(--border-subtle); border-radius: 20px; background: var(--surface); box-shadow: 0 18px 45px rgba(0,0,0,.16); transition: transform var(--dur-slow) var(--ease-out), border-color var(--dur-base); }
.prize-gallery-card:hover { border-color: var(--border-gold); transform: translateY(-6px); }
.prize-gallery-card__media { position: relative; aspect-ratio: 4/3; overflow: hidden; background: #080706; }
.prize-gallery-card__media::after { content: ""; position: absolute; inset: auto 0 0; height: 46%; background: linear-gradient(transparent,var(--surface)); }
.prize-gallery-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform 700ms var(--ease-out); }
.prize-gallery-card:hover img { transform: scale(1.045); }
.prize-gallery-card__media span { position: absolute; z-index: 2; right: 15px; bottom: 8px; color: var(--gold-light); font-family: var(--font-display); font-size: 42px; }
.prize-gallery-card__body { padding: 22px; }
.prize-gallery-card__body small { color: var(--gold-primary); font-size: 8px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.prize-gallery-card h3 { margin: 7px 0; font-family: var(--font-display); font-size: 34px; font-weight: 400; line-height: 1; text-transform: uppercase; }
.prize-gallery-card p { display: -webkit-box; min-height: 52px; overflow: hidden; color: var(--text-secondary); font-size: 11px; line-height: 1.55; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
.prize-gallery-card a { display: flex; align-items: center; justify-content: space-between; margin-top: 17px; padding-top: 14px; color: var(--text-primary); border-top: 1px solid var(--border-subtle); font-size: 9px; font-weight: 800; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.prize-gallery-card a .icon { color: var(--gold-primary); }
@media (max-width: 1023px) {
  .prizes-hero { min-height: auto; }
  .prizes-hero__layout { grid-template-columns: 1fr; min-height: auto; padding-block: 54px; }
  .prizes-hero__copy { padding: 0; text-align: center; }.prizes-hero__index, .prizes-hero__actions { justify-content: center; }.prizes-hero__copy > p:last-of-type { margin-inline: auto; }
  .prizes-hero__visual { height: 480px; margin: -20px 0 0; }
  .prize-catalog__header { grid-template-columns: 1fr; gap: 12px; }
  .prize-spotlight { grid-template-columns: 1fr; }.prize-spotlight__media { min-height: 440px; }.prize-spotlight__media::after { background: linear-gradient(0deg,var(--surface),transparent 42%); }
  .prize-gallery { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 767px) {
  .prizes-hero__layout { gap: 8px; padding: 40px 14px 28px; }.prizes-hero h1 { font-size: clamp(58px,18vw,80px); }.prizes-hero__index { margin-top: 23px; }
  .prizes-hero__visual { width: calc(100% + 28px); height: 390px; margin-inline: -14px; }.prizes-hero__visual > span { top: 4%; right: 16px; }.prizes-hero__visual figcaption { right: 14px; bottom: 4%; left: 14px; min-width: 0; text-align: center; }
  .prize-catalog { padding-block: 62px 0; }.prize-catalog__header { text-align: center; }.prize-catalog__header h2 { font-size: 52px; }
  .prize-spotlight { border-radius: 20px; }.prize-spotlight__media { min-height: 330px; }.prize-spotlight__media img { object-fit: contain; }.prize-spotlight__body { padding: 26px 20px 24px; text-align: center; }.prize-kicker { justify-content: center; }.prize-spotlight h3 { font-size: 47px; }.prize-spotlight__facts { grid-template-columns: 1fr; text-align: left; }.prize-spotlight__body > .button { align-self: stretch; }
  .prize-gallery { display: flex; width: calc(100% + 14px); gap: 12px; margin-right: -14px; padding: 2px 14px 16px 0; overflow-x: auto; scroll-snap-type: inline mandatory; }.prize-gallery-card { flex: 0 0 min(84vw,340px); scroll-snap-align: start; }.prize-gallery-card__media { aspect-ratio: 4/3; }
}

/* Ajustes finales para minisorteos: mantener al final para ganar especificidad temporal. */
.hero-winner-message { max-width: 660px; color: var(--text-primary) !important; font-size: clamp(16px, 1.35vw, 21px) !important; font-weight: 700; line-height: 1.45 !important; }
.purchase-draw-label { display: grid; gap: 7px; color: var(--text-secondary); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.purchase-draw-label select { width: 100%; min-height: 48px; padding: 0 14px; color: var(--text-primary); border: 1px solid var(--border-gold); border-radius: 9px; background: #0e0c09; font-size: 12px; }
.purchase-draw-facts { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 8px; margin-top: 12px; }
.purchase-draw-facts p { display: grid; gap: 3px; margin: 0; padding: 11px; border: 1px solid var(--border-subtle); border-radius: 9px; background: rgba(255,255,255,.025); }
.purchase-draw-facts span { color: var(--text-muted); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.purchase-draw-facts strong { color: var(--gold-light); font-size: 11px; }
.random-number-option--only { margin-top: 0; }
.random-number-option--only p { max-width: 720px; font-size: 11px; }
.reservation-numbers-locked { display: flex; align-items: center; gap: 20px; margin-block: 26px; padding: 26px; border: 1px solid var(--border-gold); border-radius: var(--radius); background: radial-gradient(circle at 5% 50%,rgba(211,153,44,.16),transparent 11rem),var(--surface); text-align: left; }
.reservation-numbers-locked > .icon { flex: 0 0 auto; width: 42px; height: 42px; color: var(--gold-primary); }
.reservation-numbers-locked span { color: var(--gold-primary); font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.reservation-numbers-locked h2 { margin: 4px 0; font-family: var(--font-display); font-size: clamp(25px,3vw,36px); font-weight: 400; text-transform: uppercase; }
.reservation-numbers-locked p { color: var(--text-secondary); line-height: 1.55; }
.reservation-numbers-locked--compact { margin-block: 14px; padding: 18px; }
.raffle-draw-card__cover { height: clamp(210px,30vw,390px); margin: 0 0 24px; overflow: hidden; border: 1px solid var(--border-subtle); border-radius: 16px; background: #080706; }
.raffle-draw-card__cover img { width: 100%; height: 100%; object-fit: cover; }
.raffle-draw-meta { display: grid; grid-template-columns: repeat(5,minmax(0,1fr)); gap: 8px; margin: 18px 0 22px; }
.raffle-draw-meta > span { display: grid; gap: 4px; min-width: 0; padding: 12px; border: 1px solid var(--border-subtle); border-radius: 10px; background: rgba(255,255,255,.025); }
.raffle-draw-meta small { color: var(--text-muted); font-size: 8px; letter-spacing: .07em; text-transform: uppercase; }
.raffle-draw-meta strong { overflow-wrap: anywhere; color: var(--gold-light); font-size: 11px; }
.rules-copy__heading { margin: 30px 0 11px; padding-bottom: 9px; color: var(--gold-light); border-bottom: 1px solid var(--border-gold); font-family: var(--font-display); font-size: clamp(23px,3vw,32px); font-weight: 400; line-height: 1.05; }
.rules-nav { border-color: rgba(231,179,63,.3); background: linear-gradient(145deg,rgba(231,179,63,.08),rgba(255,255,255,.025)); }
.rules-nav a { padding: 11px 12px; color: var(--text-primary); border-left: 2px solid var(--gold-primary); border-radius: 0 8px 8px 0; background: rgba(255,255,255,.025); font-weight: 650; }
.contact-phone-display { display: inline-block; word-spacing: .18em; letter-spacing: .045em; white-space: nowrap; font-variant-numeric: tabular-nums; }
.process-grid--four { grid-template-columns: repeat(4,minmax(0,1fr)); }
@media (min-width:1024px) {
  .desktop-header__inner { display:grid; grid-template-columns:minmax(180px,1fr) auto minmax(180px,1fr); gap:22px; }
  .desktop-header__inner > .gcp-brand { justify-self:center; }.desktop-nav { justify-self:center; margin:0; }.desktop-header__actions { justify-self:end; }
  .premium-hero__content { width:min(1540px,calc(100% - 48px)); grid-template-columns:minmax(390px,.82fr) minmax(600px,1.18fr); }
  .home-hero-carousel { min-height:560px; }.home-hero-slide img { width:min(940px,122%); max-height:740px; }
}
@media (max-width:1023px) { .process-grid--four { grid-template-columns:repeat(2,minmax(0,1fr)); }.raffle-draw-meta { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:767px) { .purchase-draw-facts { grid-template-columns:repeat(2,minmax(0,1fr)); }.process-grid--four { grid-template-columns:1fr; }.raffle-draw-card__cover { width:calc(100% + 28px); height:240px; margin-inline:-14px; border-radius:0; }.contact-phone-display { font-size:clamp(16px,5.2vw,22px); } }

/* =========================================================
   FIX DEFINITIVO — HERO / CARRUSEL MÓVIL
   En teléfonos: una sola columna. Dentro de cada slide,
   la imagen queda arriba y el título/descripción debajo.
   ========================================================= */
@media (max-width: 767px) {
  [data-mobile-layout].premium-hero--mobile {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    align-items: start !important;
    justify-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 28px 16px 38px !important;
    gap: 18px !important;
    overflow: hidden !important;
    text-align: left;
  }

  [data-mobile-layout].premium-hero--mobile > * {
    grid-column: 1 !important;
    grid-row: auto !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  /* Bloque visual del carrusel: ocupa todo el ancho. */
  [data-mobile-layout].premium-hero--mobile > .premium-hero__visual {
    grid-column: 1 !important;
    grid-row: auto !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 8px 0 4px !important;
    overflow: visible !important;
  }

  [data-mobile-layout].premium-hero--mobile .home-hero-carousel {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    place-items: stretch !important;
  }

  [data-mobile-layout].premium-hero--mobile .home-hero-carousel__slides {
    display: grid !important;
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    place-items: stretch !important;
  }

  /* Todos los slides comparten la misma celda; solo el activo es visible. */
  [data-mobile-layout].premium-hero--mobile .home-hero-slide {
    grid-area: 1 / 1 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    opacity: 0;
    pointer-events: none;
    transform: none !important;
  }

  [data-mobile-layout].premium-hero--mobile .home-hero-slide.is-active {
    z-index: 2 !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  [data-mobile-layout].premium-hero--mobile .home-hero-slide > a {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    color: inherit;
    text-decoration: none;
  }

  /* IMAGEN ARRIBA */
  [data-mobile-layout].premium-hero--mobile .home-hero-slide img {
    display: block !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    height: clamp(250px, 72vw, 330px) !important;
    max-height: none !important;
    margin: 0 auto !important;
    padding: 10px !important;
    object-fit: contain !important;
    object-position: center !important;
    border: 1px solid var(--border-subtle);
    border-radius: 18px;
    background:
      radial-gradient(circle at 50% 48%, rgba(211,153,44,.14), transparent 62%),
      rgba(255,255,255,.018);
    filter: drop-shadow(0 18px 28px rgba(0,0,0,.34)) !important;
  }

  /* TEXTO DEL SLIDE DEBAJO DE LA IMAGEN */
  [data-mobile-layout].premium-hero--mobile .home-hero-slide figcaption {
    position: static !important;
    inset: auto !important;
    display: grid !important;
    box-sizing: border-box !important;
    width: 100% !important;
    max-width: 100% !important;
    gap: 7px !important;
    margin: 12px 0 0 !important;
    padding: 14px 16px !important;
    color: var(--text-primary) !important;
    border: 1px solid var(--border-subtle) !important;
    border-radius: 12px !important;
    background: var(--surface-soft) !important;
    box-shadow: none !important;
    text-align: center !important;
    backdrop-filter: none !important;
  }

  [data-mobile-layout].premium-hero--mobile .home-hero-slide figcaption strong {
    display: block !important;
    color: var(--gold-light) !important;
    font-family: var(--font-display);
    font-size: clamp(25px, 8vw, 32px) !important;
    font-weight: 400;
    line-height: 1.02 !important;
    text-transform: uppercase;
    overflow-wrap: anywhere;
  }

  [data-mobile-layout].premium-hero--mobile .home-hero-slide figcaption span {
    display: block !important;
    overflow: visible !important;
    color: var(--text-secondary) !important;
    font-size: 13px !important;
    line-height: 1.5 !important;
    -webkit-line-clamp: unset !important;
  }

  /* Flechas y puntos quedan debajo del contenido del slide. */
  [data-mobile-layout].premium-hero--mobile .home-hero-carousel__controls {
    position: relative !important;
    inset: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 14px 0 0 !important;
    transform: none !important;
  }

  [data-mobile-layout].premium-hero--mobile .home-hero-carousel__controls > button {
    width: 36px !important;
    height: 36px !important;
  }

  /* Precio y CTA siguen debajo del carrusel. */
  [data-mobile-layout].premium-hero--mobile .mobile-prize-summary {
    width: 100% !important;
    margin: 2px 0 0 !important;
    justify-content: flex-start !important;
  }

  [data-mobile-layout].premium-hero--mobile > .button {
    width: 100% !important;
    max-width: 420px !important;
    min-height: 58px !important;
    margin: 0 !important;
    font-size: 17px !important;
  }

  [data-mobile-layout].premium-hero--mobile .hero-proof {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 10px !important;
    margin-top: 2px !important;
    justify-content: start !important;
  }

  [data-mobile-layout].premium-hero--mobile .hero-proof span {
    justify-content: flex-start !important;
  }
}


/* DEPLOY-HOSTINGER-V38-2026-08-19 */
