:root {
  --ink: #09041a;
  --ink-violet: #130725;
  --violet: #2b0d54;
  --violet-bright: #6f3bd4;
  --purple-light: #ad78ff;
  --ivory: #f8f3eb;
  --muted: #d2c6df;
  --gold-pale: #ffe9a7;
  --gold-light: #f8ce69;
  --gold: #d39932;
  --gold-dark: #8b4b16;
  --line: rgba(196, 130, 255, 0.26);
  --max-width: 1120px;
  --shadow: 0 28px 70px rgba(0, 0, 0, 0.48);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body {
  min-width: 320px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 70% 48% at 47% 18%, rgba(91, 37, 173, 0.34), transparent 72%),
    radial-gradient(ellipse 44% 25% at 10% 2%, rgba(98, 37, 161, 0.28), transparent 68%),
    var(--ink);
  color: var(--ivory);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

body::before, body::after { position: fixed; z-index: -1; content: ""; pointer-events: none; }
body::before { inset: 0; opacity: 0.32; background-image: radial-gradient(rgba(230, 210, 255, 0.35) 0.7px, transparent 0.7px); background-size: 8px 8px; mask-image: linear-gradient(to bottom, #000, transparent 62%); }
body::after { width: 50vw; height: 8px; top: 110px; left: 27vw; background: radial-gradient(ellipse, var(--gold-pale), var(--gold) 25%, transparent 68%); filter: blur(4px); opacity: 0.92; }

a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 2px solid var(--gold-pale); outline-offset: 4px; }
.container { width: min(calc(100% - 42px), var(--max-width)); margin: 0 auto; }
.skip-link { position: fixed; z-index: 50; top: 12px; left: 12px; padding: 10px 14px; border-radius: 8px; background: var(--ivory); color: var(--ink); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 2; border-bottom: 1px solid rgba(228, 173, 68, 0.42); }
.header-content { display: flex; min-height: 110px; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-star { color: var(--gold-light); font-size: 2.75rem; line-height: 0.7; text-shadow: 0 0 18px rgba(244, 181, 60, 0.4); }
.brand-copy { display: grid; gap: 1px; line-height: 1; letter-spacing: 0.18em; }
.brand-copy small { color: var(--gold-pale); font-size: 0.55rem; font-weight: 800; }
.brand-copy strong { font-family: Georgia, serif; font-size: 1.62rem; font-weight: 600; letter-spacing: 0.09em; }
.attention-badge { display: inline-flex; align-items: center; gap: 12px; padding: 13px 18px; border: 1px solid rgba(166, 105, 255, 0.42); border-radius: 11px; background: rgba(42, 11, 81, 0.35); box-shadow: inset 0 1px 0 rgba(255,255,255,.05); }
.attention-badge > span:first-child { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold-pale); font-size: 1.35rem; }
.attention-badge > span:last-child { display: grid; gap: 2px; }
.attention-badge strong { color: var(--gold-pale); font-size: 0.68rem; letter-spacing: 0.07em; }
.attention-badge small { color: var(--muted); font-size: 0.72rem; }

.hero { position: relative; max-width: 100%; overflow: hidden; padding: 44px 0 39px; }
.hero-numbers { position: absolute; inset: 0; z-index: -1; color: rgba(139, 71, 218, 0.38); font-size: clamp(2.6rem, 5vw, 4.9rem); font-style: italic; font-weight: 800; line-height: 1; }
.hero-numbers span { position: absolute; transform: rotate(-14deg); }
.hero-numbers span:nth-child(1) { top: 7%; left: 4%; }
.hero-numbers span:nth-child(2) { top: 4%; left: 62%; }
.hero-numbers span:nth-child(3) { top: 11%; right: 5%; }
.hero-numbers span:nth-child(4) { top: 47%; left: 57%; }
.hero-numbers span:nth-child(5) { bottom: 10%; left: 15%; opacity: 0.42; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(305px, .7fr); gap: clamp(22px, 4vw, 56px); align-items: center; }
.eyebrow { margin: 0 0 19px; color: var(--gold-pale); font-size: 0.74rem; font-weight: 800; letter-spacing: 0.26em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 15px; font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif; font-size: clamp(4.2rem, 8vw, 7.1rem); font-weight: 500; letter-spacing: 0.005em; line-height: 0.84; text-transform: uppercase; }
h1 span { background: linear-gradient(107deg, var(--gold-pale) 0%, var(--gold) 26%, #fbe199 48%, var(--gold-dark) 73%, var(--gold-light) 100%); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: 0 4px 19px rgba(223, 159, 38, 0.32); }
.hero-lead { margin-bottom: 17px; color: var(--ivory); font-size: clamp(1.4rem, 2.6vw, 2.15rem); letter-spacing: -0.035em; line-height: 1.14; }
.hero-lead strong { color: var(--gold-light); font-weight: 700; }
.trust-points { display: flex; flex-wrap: wrap; gap: 9px 19px; margin-bottom: 25px; color: var(--ivory); font-size: 0.76rem; }
.trust-points span { display: inline-flex; align-items: center; gap: 7px; }
.trust-points span::before { width: 13px; height: 13px; border: 1px solid var(--gold-light); border-radius: 50%; color: var(--gold-pale); content: "✓"; font-size: 0.56rem; font-weight: 900; line-height: 12px; text-align: center; }
.hero-actions { display: flex; gap: 19px; align-items: stretch; }
.button { display: inline-flex; min-height: 57px; align-items: center; justify-content: center; gap: 12px; padding: 12px 22px; border: 1px solid transparent; border-radius: 10px; font-size: .88rem; font-weight: 780; line-height: 1.18; text-align: left; transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { min-width: 244px; border-color: var(--gold-pale); background: linear-gradient(112deg, #9d551c 0%, #e6ad46 20%, #ffe29a 48%, #cb8327 78%, #784116 100%); box-shadow: inset 0 1px 1px rgba(255,255,255,.7), inset 0 -4px 10px rgba(85, 37, 5, .45), 0 11px 27px rgba(246, 181, 47, .22); color: #1c0b18; }
.button-primary:hover { box-shadow: inset 0 1px 1px rgba(255,255,255,.85), inset 0 -4px 10px rgba(85, 37, 5, .4), 0 15px 33px rgba(246, 181, 47, .34); }
.button-secondary { min-width: 164px; border-color: rgba(230, 170, 59, 0.68); background: linear-gradient(145deg, rgba(45, 12, 88, 0.78), rgba(9, 3, 30, 0.7)); color: var(--ivory); box-shadow: inset 0 1px rgba(255,255,255,.04); }
.button-secondary:hover { border-color: var(--gold-pale); box-shadow: 0 10px 27px rgba(113, 43, 203, .25); }
.whatsapp-mark { display: grid; width: 26px; height: 26px; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 1.26rem; line-height: 1; }
.cta-note { margin: 13px 0 0 6px; color: var(--muted); font-size: .71rem; }

.results-wrap { position: relative; min-height: 365px; display: grid; place-items: center; }
.results-glow { position: absolute; width: 86%; height: 76%; border: 1px solid rgba(255, 184, 42, .58); border-left-color: transparent; border-radius: 50%; transform: rotate(-23deg); box-shadow: 0 0 24px rgba(247, 132, 27, .52), inset 0 0 19px rgba(175, 53, 245, .28); }
.results-glow::after { position: absolute; inset: 10%; border: 1px dashed rgba(255, 202, 86, .42); border-radius: 50%; content: ""; }
.results-card { position: relative; z-index: 1; width: min(100%, 337px); overflow: hidden; padding: 14px 16px 13px; border: 1px solid rgba(224, 161, 65, .74); border-radius: 15px; background: linear-gradient(150deg, rgba(59, 22, 106, .98), rgba(18, 6, 51, .99) 58%, rgba(32, 9, 73, .99)); box-shadow: inset 0 1px 0 rgba(255,255,255,.12), 0 20px 38px rgba(0,0,0,.5), 0 0 31px rgba(154, 64, 244, .2); }
.results-card::before, .results-card::after { position: absolute; right: 16px; left: 16px; height: 6px; opacity: .55; content: ""; background: radial-gradient(circle at 4px -1px, transparent 4.5px, rgba(223, 165, 255, .8) 5px, transparent 5.5px) repeat-x; background-size: 12px 6px; }
.results-card::before { top: -1px; } .results-card::after { bottom: -1px; transform: rotate(180deg); }
.results-heading { display: grid; gap: 0; margin-bottom: 6px; text-align: center; } .results-heading p { margin: 0; color: var(--gold-light); font-size: .55rem; font-weight: 800; letter-spacing: .11em; } .results-heading h2 { margin: 0; color: var(--gold-pale); font-size: 1.18rem; letter-spacing: .04em; line-height: 1.08; } .results-heading span { color: var(--ivory); font-size: .63rem; }
.results-updated { margin: 0 0 9px; color: var(--muted); font-size: .54rem; text-align: center; } .results-updated i { display: inline-block; width: 5px; height: 5px; border-radius: 50%; background: #25d366; }
.results-table { border-top: 1px solid rgba(209, 145, 255, .27); border-bottom: 1px solid rgba(209, 145, 255, .27); }
.results-row { display: grid; grid-template-columns: minmax(0, 1fr) 53px 30px; align-items: center; min-height: 25px; border-bottom: 1px solid rgba(209, 145, 255, .19); column-gap: 5px; } .results-row:last-child { border-bottom: 0; } .results-row span { overflow: hidden; color: var(--ivory); font-size: .59rem; text-overflow: ellipsis; white-space: nowrap; } .results-row strong { color: var(--gold-pale); font-size: .79rem; letter-spacing: .06em; text-align: center; } .results-row em { color: var(--ivory); font-size: .61rem; font-style: normal; text-align: center; }
.results-labels { min-height: 21px; } .results-labels span { color: var(--muted); font-size: .48rem; font-weight: 750; letter-spacing: .05em; text-align: left; } .results-labels span:nth-child(2), .results-labels span:nth-child(3) { text-align: center; }
.results-more { display: flex; align-items: center; justify-content: space-between; padding: 7px 1px; border-bottom: 1px solid rgba(209, 145, 255, .22); color: var(--ivory); font-size: .58rem; } .results-more span { color: var(--gold-pale); font-size: 1rem; line-height: .6; }
.next-draw { display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 7px; padding: 8px 1px; } .next-draw span { color: var(--gold-pale); font-size: .52rem; font-weight: 750; } .next-draw strong { font-size: .66rem; } .next-draw i { color: var(--gold-light); font-size: .78rem; }
.barcode { height: 20px; margin: 4px 0 7px; opacity: .82; background: repeating-linear-gradient(90deg, var(--gold-light) 0 2px, transparent 2px 4px, var(--gold-dark) 4px 5px, transparent 5px 7px, var(--gold-pale) 7px 9px, transparent 9px 11px); }
.results-disclaimer { margin: 0; color: rgba(242, 226, 255, .56); font-size: .46rem; text-align: center; }

.feature-section { padding: 4px 0 42px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); overflow: hidden; border: 1px solid rgba(166, 98, 249, .38); border-radius: 14px; background: linear-gradient(140deg, rgba(30, 7, 63, .82), rgba(13, 4, 34, .72)); }
.feature-card { min-height: 145px; padding: 18px 14px 15px; border-right: 1px solid rgba(166, 98, 249, .2); text-align: center; }
.feature-card:last-child { border-right: 0; }
.feature-icon { display: grid; width: 46px; height: 46px; margin: 0 auto 10px; place-items: center; border: 1px solid rgba(168, 98, 255, .5); border-radius: 50%; background: radial-gradient(circle at 30% 30%, rgba(159, 88, 255, .44), rgba(30, 5, 74, .6)); box-shadow: inset 0 0 17px rgba(197, 116, 255, .28); color: var(--gold-light); font-size: 1.5rem; }
.feature-card h2 { margin-bottom: 7px; color: var(--gold-pale); font-size: .66rem; letter-spacing: .065em; line-height: 1.25; } .feature-card p { margin-bottom: 0; color: var(--muted); font-size: .63rem; line-height: 1.38; }

.how-section { padding: 0 0 42px; text-align: center; }
.how-section .eyebrow { margin-bottom: 5px; } .how-section h2 { margin-bottom: 25px; font-size: clamp(2.25rem, 4.5vw, 3.05rem); letter-spacing: -.045em; }
.how-steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; margin: 0; padding: 0; list-style: none; }
.how-steps::before { position: absolute; top: 30px; right: 17%; left: 17%; border-top: 1px dashed rgba(220, 161, 64, .52); content: ""; }
.how-steps li { position: relative; z-index: 1; }
.how-steps span { display: grid; width: 48px; height: 48px; margin: 0 auto 9px; place-items: center; border: 1px solid var(--gold-light); border-radius: 50%; background: radial-gradient(circle at 35% 32%, #4d1a88, #13062e); box-shadow: inset 0 0 16px rgba(144, 56, 255, .4); color: var(--gold-pale); font-family: Georgia, serif; font-size: 1.5rem; }
.how-steps h3 { margin-bottom: 4px; color: var(--gold-pale); font-size: .84rem; font-weight: 650; } .how-steps p { margin-bottom: 0; color: var(--muted); font-size: .7rem; }

.contact-section { padding: 0 0 42px; }
.contact-card { display: grid; grid-template-columns: 126px 1fr auto; gap: 23px; align-items: center; min-height: 132px; overflow: hidden; padding: 15px 26px; border: 1px solid rgba(167, 97, 255, .38); border-radius: 14px; background: linear-gradient(120deg, rgba(32, 7, 71, .9), rgba(13, 4, 37, .84)); }
.number-orb { position: relative; display: grid; width: 94px; height: 94px; place-items: center; border: 1px solid rgba(227, 162, 255, .64); border-radius: 50%; background: radial-gradient(circle at 31% 28%, #b270ff, #52218e 35%, #1a063f 69%); box-shadow: inset -16px -18px 30px rgba(0,0,0,.4), 0 0 28px rgba(132, 44, 255, .42); }
.number-orb::before, .number-orb::after { position: absolute; inset: 13px; border: 1px solid rgba(252, 229, 163, .36); border-radius: 48% 52% 50% 48%; content: ""; transform: rotate(34deg); } .number-orb::after { inset: 25px 6px; transform: rotate(-24deg); }
.number-orb span { position: relative; z-index: 1; color: var(--ivory); font-family: Georgia, serif; font-size: 2.55rem; font-weight: 700; text-shadow: 0 5px 9px rgba(0,0,0,.45); }
.contact-copy .eyebrow { margin-bottom: 4px; } .contact-copy h2 { margin-bottom: 2px; font-size: clamp(2rem, 4vw, 2.62rem); letter-spacing: -.05em; } .contact-copy p:last-child { margin-bottom: 0; color: var(--muted); font-size: .95rem; }
.contact-button { min-width: 218px; }

.site-footer { padding: 24px 0 34px; border-top: 1px solid rgba(219, 159, 47, .28); color: var(--muted); font-size: .84rem; }
.footer-content { display: flex; justify-content: center; gap: 28px; align-items: center; } .footer-content span:first-child, .footer-content span:nth-child(3), .footer-content span:last-child { color: var(--muted); } .footer-content i { width: 1px; height: 16px; background: rgba(229, 161, 69, .4); }
.footer-year { display: none; }
.floating-whatsapp { position: fixed; z-index: 10; right: 17px; bottom: 17px; display: grid; width: 56px; height: 56px; place-items: center; border: 1px solid var(--gold-pale); border-radius: 50%; background: linear-gradient(135deg, #f8c964, #a7651e); box-shadow: 0 11px 28px rgba(0,0,0,.45); color: #1b0b1c; font-size: 1.6rem; }

.debug-panel { position: fixed; z-index: 30; right: 12px; bottom: 12px; width: min(310px, calc(100vw - 24px)); max-height: min(480px, calc(100vh - 24px)); overflow: auto; padding: 16px; border: 1px solid rgba(207, 146, 252, .58); border-radius: 12px; background: var(--ink-violet); box-shadow: var(--shadow); color: var(--ivory); font-size: .78rem; }
.debug-heading, .debug-panel dl > div { display: flex; justify-content: space-between; gap: 12px; } .debug-heading { margin-bottom: 12px; } .debug-heading span { color: var(--gold-pale); font-weight: 700; } .debug-panel dl { display: grid; gap: 7px; margin: 0; } .debug-panel dt, .debug-params { color: var(--muted); } .debug-panel dd { margin: 0; text-align: right; } .debug-panel button { width: 100%; margin-top: 9px; padding: 8px; border: 0; border-radius: 7px; background: var(--violet-bright); color: var(--ivory); cursor: pointer; font: inherit; font-weight: 750; } .debug-events { display: grid; gap: 5px; margin: 12px 0 0; padding-left: 18px; color: var(--muted); }

@media (max-width: 780px) {
  body::after { top: 82px; left: 19vw; width: 63vw; } .container { width: min(calc(100% - 34px), var(--max-width)); max-width: calc(100% - 34px); }
  .header-content { min-height: 82px; } .brand-star { font-size: 2rem; } .brand-copy strong { font-size: 1.22rem; } .attention-badge { width: 38px; height: 30px; justify-content: center; padding: 0; border: 0; background: transparent; } .attention-badge > span:first-child { width: 28px; height: 25px; border: 0; font-size: 0; } .attention-badge > span:first-child::before { width: 23px; height: 14px; border-top: 2px solid var(--gold-light); border-bottom: 2px solid var(--gold-light); content: ""; } .attention-badge > span:first-child::after { position: absolute; width: 23px; border-top: 2px solid var(--gold-light); content: ""; } .attention-badge > span:last-child { display: none; }
  .hero { padding: 26px 0 27px; text-align: center; } .hero-grid { grid-template-columns: minmax(0, 1fr); gap: 25px; } .hero-copy { display: flex; min-width: 0; flex-direction: column; align-items: center; } .hero-numbers span:nth-child(1) { top: 5%; left: 7%; } .hero-numbers span:nth-child(2) { top: 9%; left: 63%; } .hero-numbers span:nth-child(3) { top: 22%; right: 5%; } .hero-numbers span:nth-child(4) { display: none; } .hero-numbers span:nth-child(5) { display: none; }
  h1 { margin-bottom: 11px; font-size: clamp(3.2rem, 16vw, 4.65rem); line-height: .87; } .eyebrow { margin-bottom: 9px; font-size: .52rem; } .hero-lead { margin-bottom: 14px; font-size: 1.04rem; line-height: 1.22; } .trust-points { justify-content: center; gap: 5px 9px; margin-bottom: 16px; font-size: .56rem; } .trust-points span { gap: 4px; } .trust-points span::before { width: 9px; height: 9px; font-size: .4rem; line-height: 8px; }
  .hero-actions { display: grid; width: 100%; gap: 8px; } .button { width: 100%; min-height: 43px; padding: 9px 15px; border-radius: 8px; font-size: .7rem; text-align: center; } .button-primary, .button-secondary { min-width: 0; } .button-primary { min-height: 48px; } .whatsapp-mark { width: 18px; height: 18px; font-size: .83rem; } .cta-note { margin: 11px 0 0; font-size: .6rem; }
  .results-wrap { min-height: auto; width: min(100%, 300px); max-width: 100%; margin: 0 auto; } .results-glow { width: 94%; height: 74%; } .results-card { width: 100%; padding: 12px 13px 10px; border-radius: 12px; } .results-row { grid-template-columns: minmax(0, 1fr) 48px 25px; min-height: 22px; } .results-row span { font-size: .52rem; } .results-row strong { font-size: .68rem; } .results-row em { font-size: .53rem; } .results-heading h2 { font-size: 1.02rem; } .results-more { padding: 5px 1px; font-size: .53rem; } .next-draw { padding: 6px 1px; } .barcode { height: 17px; margin: 3px 0 5px; }
  .feature-section { padding: 0 0 28px; } .feature-grid { display: block; } .feature-card { display: grid; grid-template-columns: 52px 1fr; min-height: auto; gap: 0 12px; padding: 14px; border-right: 0; border-bottom: 1px solid rgba(166, 98, 249, .2); text-align: left; } .feature-card:last-child { border-bottom: 0; } .feature-icon { grid-row: span 2; width: 43px; height: 43px; margin: 0; font-size: 1.28rem; } .feature-card h2 { align-self: end; margin: 0 0 3px; font-size: .61rem; } .feature-card p { align-self: start; font-size: .62rem; }
  .how-section { padding-bottom: 28px; } .how-section h2 { margin-bottom: 17px; font-size: 1.75rem; } .how-steps { display: grid; grid-template-columns: minmax(0, 1fr); gap: 9px; width: 100%; } .how-steps::before { display: none; } .how-steps li { display: grid; grid-template-columns: 39px minmax(0, 1fr); column-gap: 11px; width: 100%; padding: 9px 10px; border: 1px solid rgba(166, 98, 249, .28); border-radius: 8px; background: rgba(47, 11, 90, .42); text-align: left; } .how-steps span { grid-row: span 2; width: 33px; height: 33px; margin: 0; font-size: 1.05rem; } .how-steps h3 { align-self: end; margin: 0; font-size: .68rem; } .how-steps p { align-self: start; margin: 1px 0 0; font-size: .55rem; }
  .contact-section { padding-bottom: 25px; } .contact-card { grid-template-columns: 1fr; gap: 8px; min-height: auto; padding: 17px 17px; text-align: center; } .number-orb { width: 68px; height: 68px; margin: 0 auto; } .number-orb span { font-size: 1.75rem; } .contact-copy .eyebrow { margin-bottom: 3px; } .contact-copy h2 { font-size: 1.7rem; } .contact-copy p:last-child { font-size: .72rem; } .contact-button { min-width: 0; margin-top: 4px; }
  .site-footer { padding: 20px 0 84px; font-size: .62rem; } .footer-content { gap: 10px; flex-wrap: wrap; } .footer-content i { height: 10px; }
}

@media (min-width: 781px) and (max-width: 1040px) { h1 { font-size: clamp(5.2rem, 9vw, 7rem); } .hero-grid { gap: 35px; } .ticket-card { transform: rotate(4deg); } }
@media (min-width: 781px) { .floating-whatsapp { display: none; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } .button { transition: none; } }
