:root {
  --ink: #071916;
  --ink-2: #0d2420;
  --lime: #baff29;
  --lime-soft: #e1ff9e;
  --cream: #f3f0e8;
  --white: #fff;
  --muted: #67736f;
  --line: rgba(7, 25, 22, .14);
  --radius: 22px;
  --shadow: 0 24px 70px rgba(1, 14, 12, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
body.no-scroll { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.skip-link { position: fixed; top: -80px; left: 16px; z-index: 1000; padding: 12px 18px; background: var(--lime); color: var(--ink); font-weight: 700; }
.skip-link:focus { top: 12px; }
.urgency-bar { min-height: 39px; padding: 10px 18px; position: sticky; top: 0; z-index: 100; display: flex; justify-content: center; align-items: center; gap: 6px; color: white; background: #ed4f58; box-shadow: 0 5px 18px rgba(0,0,0,.2); text-align: center; font: 800 12px Manrope, sans-serif; letter-spacing: -.15px; }
.urgency-bar strong { color: #fff36a; }

.site-header { height: 82px; padding: 0 clamp(24px, 5vw, 80px); display: flex; align-items: center; justify-content: space-between; gap: 32px; color: #fff; background: var(--ink); border-bottom: 1px solid rgba(255,255,255,.11); position: relative; z-index: 20; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; font-family: Manrope, sans-serif; font-size: 17px; letter-spacing: -.4px; font-weight: 700; white-space: nowrap; }
.brand strong { color: var(--lime); }
.brand-mark { width: 31px; height: 31px; border: 2px solid var(--lime); border-radius: 50% 50% 48% 52%; position: relative; transform: rotate(-24deg); display: inline-block; }
.brand-mark::after, .brand-mark::before, .brand-mark span::after { content: ""; position: absolute; width: 3px; height: 3px; background: var(--lime); border-radius: 50%; }
.brand-mark::before { left: 8px; top: 7px; box-shadow: 8px 0 var(--lime), 4px 7px var(--lime), 12px 7px var(--lime); }
.brand-mark::after { width: 3px; height: 12px; bottom: -9px; left: 13px; border-radius: 2px; }
.desktop-nav { display: flex; align-items: center; gap: 34px; margin-left: auto; }
.desktop-nav a { text-decoration: none; color: rgba(255,255,255,.73); font-size: 14px; transition: color .2s; }
.desktop-nav a:hover { color: #fff; }
.header-cta { text-decoration: none; color: var(--ink); background: var(--lime); padding: 12px 18px; border-radius: 999px; font-size: 13px; font-weight: 700; }

.hero { min-height: 690px; display: grid; grid-template-columns: 1.02fr .98fr; color: white; background: var(--ink); position: relative; overflow: hidden; }
.hero-noise { position: absolute; inset: 0; opacity: .18; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.95' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E"); }
.hero-copy { padding: clamp(70px, 9vw, 126px) 32px 58px clamp(24px, 7vw, 105px); position: relative; z-index: 2; }
.eyebrow, .kicker { font-family: Manrope, sans-serif; font-size: 11px; font-weight: 800; letter-spacing: 2.1px; text-transform: uppercase; }
.eyebrow { display: flex; align-items: center; gap: 9px; color: var(--lime); }
.eyebrow span { width: 7px; height: 7px; background: var(--lime); border-radius: 50%; box-shadow: 0 0 0 5px rgba(186,255,41,.13); }
.hero h1, .section-heading h2, .selector-intro h2, .faq h2, .final-cta h2, .checkout h2 { font-family: Manrope, sans-serif; font-weight: 700; letter-spacing: -4.2px; line-height: .97; }
.hero h1 { font-size: clamp(50px, 6.5vw, 91px); margin: 25px 0 26px; }
.hero h1 em, .final-cta em { font-family: Georgia, serif; font-weight: 400; color: var(--lime); }
.hero-lead { max-width: 570px; font-size: clamp(17px, 1.5vw, 20px); line-height: 1.62; color: rgba(255,255,255,.7); }
.hero-lead strong { color: #fff; font-weight: 600; }
.hero-actions { display: flex; align-items: center; gap: 27px; margin-top: 38px; }
.button { border: 0; border-radius: 999px; padding: 17px 22px; display: inline-flex; justify-content: center; align-items: center; gap: 28px; cursor: pointer; text-decoration: none; font-weight: 700; transition: transform .2s, background .2s, opacity .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--lime); color: var(--ink); }
.button-primary span { font-size: 20px; }
.text-link { color: rgba(255,255,255,.84); font-size: 14px; text-decoration: none; border-bottom: 1px solid rgba(255,255,255,.35); padding-bottom: 5px; }
.text-link span { color: var(--lime); margin-left: 7px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 22px; padding-top: 52px; margin-top: 52px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.62); font-size: 12px; }
.trust-row span { display: flex; align-items: center; gap: 7px; }
.trust-row svg { width: 17px; height: 17px; fill: none; stroke: var(--lime); stroke-width: 1.7; }
.hero-product { min-height: 610px; position: relative; display: grid; place-items: center; background: radial-gradient(circle at 48% 48%, #e9fff2 0, #cde9d7 45%, #a9ccba 100%); overflow: hidden; }
.hero-product::before { content: "HACK"; position: absolute; left: 50%; top: 45%; transform: translate(-50%,-50%) rotate(-8deg); font: 800 clamp(100px, 18vw, 265px)/1 Manrope, sans-serif; color: rgba(7,25,22,.05); letter-spacing: -18px; }
.hero-product img { width: min(74%, 590px); height: auto; mix-blend-mode: multiply; transform: rotate(8deg); position: relative; z-index: 2; filter: drop-shadow(22px 28px 23px rgba(2,24,17,.19)); animation: float 6s ease-in-out infinite; }
@keyframes float { 0%,100% { transform: rotate(8deg) translateY(0); } 50% { transform: rotate(9deg) translateY(-13px); } }
.product-orbit { position: absolute; border: 1px solid rgba(7,25,22,.15); border-radius: 50%; }
.orbit-one { width: 78%; aspect-ratio: 1; }
.orbit-two { width: 54%; aspect-ratio: 1; }
.product-label { position: absolute; z-index: 3; color: var(--ink); }
.product-label small, .product-card small { display: block; font-size: 9px; letter-spacing: 1.5px; font-weight: 700; opacity: .58; }
.product-label strong { font: 800 54px/1 Manrope; }
.label-top { right: 8%; top: 7%; }
.product-card { position: absolute; z-index: 4; left: 7%; right: 7%; bottom: 5%; display: flex; justify-content: space-between; align-items: end; padding: 17px 20px; border-radius: 14px; color: var(--ink); background: rgba(255,255,255,.75); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.8); box-shadow: var(--shadow); }
.product-card strong { display: block; margin-top: 4px; font: 700 17px Manrope; }
.product-card > span { font: 800 10px Manrope; letter-spacing: 1.5px; }

.ticker { background: var(--lime); overflow: hidden; border-top: 1px solid rgba(7,25,22,.2); border-bottom: 1px solid rgba(7,25,22,.2); }
.ticker-track { width: max-content; display: flex; gap: 36px; align-items: center; padding: 15px 0; animation: ticker 24s linear infinite; }
.ticker span { font: 800 11px Manrope; letter-spacing: 1.2px; }
.ticker i { font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }
.mobile-highlights { display: none; }
.section { padding: 112px clamp(24px, 7vw, 105px); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; padding-bottom: 58px; }
.kicker { margin: 0 0 20px; color: #61706c; }
.kicker.light { color: var(--lime); }
.section-heading h2, .selector-intro h2, .faq h2 { font-size: clamp(46px, 5.2vw, 74px); margin: 0; }
.section-heading > p { font-size: 16px; line-height: 1.7; color: var(--muted); margin: 0 0 7px; max-width: 520px; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); }
.steps article { padding: 32px 40px 18px 0; min-height: 260px; border-right: 1px solid var(--line); position: relative; }
.steps article + article { padding-left: 40px; }
.steps article:last-child { border: 0; }
.steps article > span { font: 800 10px Manrope; color: #83908d; }
.step-icon { width: 47px; height: 47px; display: grid; place-items: center; margin: 42px 0 24px; border-radius: 50%; background: var(--ink); color: var(--lime); font: 700 21px Manrope; }
.steps h3 { font: 700 21px Manrope; margin: 0 0 10px; letter-spacing: -.5px; }
.steps p { margin: 0; color: var(--muted); line-height: 1.6; max-width: 310px; }

.selector-section { padding: 112px clamp(24px, 7vw, 105px) 90px; background: var(--ink); color: white; }
.selector-intro { text-align: center; }
.selector-intro p:last-child { color: rgba(255,255,255,.55); }
.pricing-guide { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; max-width: 1040px; margin: 38px auto 12px; }
.pricing-guide > div { min-height: 82px; padding: 16px 17px; display: flex; flex-direction: column; justify-content: center; border: 1px solid rgba(255,255,255,.13); border-radius: 13px; background: rgba(255,255,255,.055); position: relative; }
.pricing-guide span { color: rgba(255,255,255,.55); font-size: 11px; }
.pricing-guide strong { margin-top: 4px; color: white; font: 700 18px Manrope; }
.pricing-guide .best-price { background: var(--lime); border-color: var(--lime); }
.pricing-guide .best-price span { color: rgba(7,25,22,.62); }
.pricing-guide .best-price strong { color: var(--ink); }
.pricing-guide .best-price small { position: absolute; top: -8px; right: 9px; padding: 4px 7px; border-radius: 999px; color: var(--lime); background: var(--ink); font: 800 7px Manrope; letter-spacing: .7px; }
.number-panel { max-width: 1040px; margin: 0 auto; padding: clamp(22px, 4vw, 50px); border-radius: 22px; color: var(--ink); background: #fbfaf6; }
.number-panel-head { display: flex; align-items: end; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.number-panel-head p { font: 800 9px Manrope; letter-spacing: 1.4px; color: #8b9693; margin: 0 0 7px; }
.number-panel h3 { font: 700 clamp(26px, 3vw, 37px) Manrope; letter-spacing: -1.5px; margin: 0; }
.selection-count { display: inline-block; margin-left: 9px; padding: 6px 9px; vertical-align: middle; border-radius: 999px; color: #3b6411; background: #e4f6bd; font: 800 10px Manrope; letter-spacing: 0; }
.availability { padding: 9px 13px; border-radius: 999px; background: #e8f5d6; font-size: 12px; }
.pulse { display: inline-block; width: 7px; height: 7px; border-radius: 50%; margin-right: 6px; background: #48a51e; box-shadow: 0 0 0 4px rgba(72,165,30,.12); }
.legend { display: flex; justify-content: flex-end; gap: 19px; padding: 22px 0 14px; color: #78837f; font-size: 10px; }
.legend span { display: flex; align-items: center; gap: 6px; }
.legend i { width: 8px; height: 8px; border-radius: 2px; border: 1px solid var(--line); }
.selected-dot { background: var(--lime); border-color: var(--lime) !important; }
.taken-dot { width: 11px !important; height: 11px !important; position: relative; overflow: hidden; border: 0 !important; border-radius: 50% !important; background: radial-gradient(circle at 30% 25%, #dcff65, #92c625 75%); }
.taken-dot::after { content: ""; position: absolute; width: 15px; height: 1px; left: -2px; top: 5px; background: var(--ink); transform: rotate(-38deg); }
.number-grid { display: grid; grid-template-columns: repeat(10, 1fr); gap: 8px; }
.number { aspect-ratio: 1; border: 1px solid rgba(7,25,22,.12); border-radius: 9px; background: white; color: var(--ink); font: 700 13px Manrope; cursor: pointer; transition: .15s; position: relative; isolation: isolate; overflow: hidden; }
.number span { position: relative; z-index: 2; }
.number:hover:not(:disabled) { transform: translateY(-2px); border-color: var(--ink); }
.number.selected { background: var(--lime); border-color: var(--lime); box-shadow: inset 0 0 0 1px var(--ink); }
.number:disabled { cursor: not-allowed; border-color: transparent; background: transparent; color: #15241f; opacity: .76; text-decoration: none; }
.number:disabled::before { content: ""; position: absolute; z-index: 0; width: 78%; aspect-ratio: 1; left: 11%; top: 11%; border-radius: 50%; background: radial-gradient(circle at 32% 25%, #dcff65 0 15%, #b8eb36 48%, #86b71d 100%); box-shadow: inset -3px -4px 7px rgba(34,68,5,.22), 0 2px 4px rgba(7,25,22,.12); }
.number:disabled::after { content: ""; position: absolute; z-index: 3; width: 112%; height: 2px; left: -6%; top: calc(50% - 1px); border-radius: 2px; background: rgba(7,25,22,.78); transform: rotate(-35deg); box-shadow: 0 0 0 1px rgba(255,255,255,.25); }
.selection-tools { display: flex; justify-content: space-between; margin-top: 16px; }
.shuffle-button, .clear-button { border: 0; background: none; color: var(--ink); font-weight: 700; cursor: pointer; padding: 8px 0; font-size: 12px; }
.shuffle-button { color: #3a6310; }
.shuffle-button span { font-size: 17px; margin-right: 6px; }
.clear-button { color: #75807d; }
.selection-footer { display: grid; grid-template-columns: 1fr auto auto; gap: 25px; align-items: center; margin-top: 25px; padding-top: 25px; border-top: 1px solid var(--line); }
.selection-summary small, .total small { display: block; color: #84908c; font: 800 8px Manrope; letter-spacing: 1.3px; margin-bottom: 6px; }
#selected-numbers { display: flex; flex-wrap: wrap; gap: 5px; }
#selected-numbers > span:not(.empty-selection) { width: 28px; height: 28px; display: grid; place-items: center; background: var(--ink); color: var(--lime); border-radius: 7px; font: 700 11px Manrope; }
.empty-selection { color: #929b98; font-size: 13px; }
.total { min-width: 96px; }
.total strong { font: 800 22px Manrope; }
.button-accent { min-width: 190px; background: var(--lime); color: var(--ink); }
.button:disabled { opacity: .38; cursor: not-allowed; transform: none; }
.live-note { display: flex; align-items: center; justify-content: center; gap: 8px; margin: 20px auto 0; color: rgba(255,255,255,.48); font-size: 11px; }
.live-note span { width: 6px; height: 6px; border-radius: 50%; background: #64c631; }

.proof { background: #d9e9df; overflow: hidden; }
.proof-heading { padding-bottom: 47px; }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.proof-grid article { min-height: 320px; padding: 29px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid rgba(7,25,22,.12); border-radius: 18px; background: rgba(255,255,255,.55); }
.proof-grid article > span { color: #6e7d77; font: 800 9px Manrope; letter-spacing: 1px; }
.proof-symbol { width: 64px; height: 64px; display: grid; place-items: center; margin: 50px 0 auto; border-radius: 50%; color: var(--lime); background: var(--ink); font: 700 25px Manrope; }
.proof-grid h3 { margin: 28px 0 10px; font: 700 22px Manrope; letter-spacing: -.6px; }
.proof-grid p { max-width: 330px; margin: 0; color: #5f6e69; line-height: 1.6; font-size: 14px; }
.testimonials { background: #f3f0e8; }
.testimonials-track { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(280px, 380px); gap: 16px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 15px; }
.testimonials-track::-webkit-scrollbar { display: none; }
.testimonial-card { margin: 0; border-radius: 18px; overflow: hidden; background: white; box-shadow: 0 15px 40px rgba(7,25,22,.08); scroll-snap-align: start; position: relative; }
.testimonial-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.testimonial-card figcaption { padding: 18px 20px 21px; }
.testimonial-card strong { display: block; font: 700 17px Manrope; }
.testimonial-card span { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; }
.testimonial-controls { display: flex; justify-content: space-between; align-items: center; margin-top: 17px; color: var(--muted); font-size: 11px; }
.testimonial-controls > div { display: flex; gap: 7px; }
.testimonial-controls button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: transparent; cursor: pointer; transition: background .2s, color .2s; }
.testimonial-controls button:hover { color: white; background: var(--ink); }
.lottery { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 8vw, 120px); align-items: center; color: white; background: #0b2520; overflow: hidden; }
.lottery-copy h2 { margin: 0 0 25px; font: 700 clamp(46px, 5.2vw, 74px)/.98 Manrope; letter-spacing: -4px; }
.lottery-copy h2 em { color: var(--lime); font-family: Georgia, serif; font-weight: 400; }
.lottery-copy > p:not(.kicker) { max-width: 530px; color: rgba(255,255,255,.65); line-height: 1.75; }
.lottery-button { margin-top: 20px; background: var(--lime); color: var(--ink); }
.lottery-copy > small { display: block; margin: 13px 0 0 8px; color: rgba(255,255,255,.42); font-size: 10px; }
.lottery-preview { padding: 9px; border-radius: 24px; background: rgba(255,255,255,.1); box-shadow: 0 28px 70px rgba(0,0,0,.25); transform: rotate(1.4deg); }
.lottery-browser { height: 47px; display: flex; align-items: center; gap: 7px; padding: 0 15px; border-radius: 16px 16px 0 0; background: #edf0eb; }
.lottery-browser i { width: 8px; height: 8px; border-radius: 50%; background: #bdc5c0; }
.lottery-browser span { min-width: 0; overflow: hidden; text-overflow: ellipsis; margin-left: 8px; padding: 7px 13px; border-radius: 7px; color: #6d7974; background: white; font-size: 9px; white-space: nowrap; }
.lottery-preview iframe { width: 100%; height: 520px; display: block; border: 0; border-radius: 0 0 16px 16px; background: white; }
.lottery-screen { min-height: 390px; padding: clamp(24px, 4vw, 44px); border-radius: 0 0 16px 16px; color: var(--ink); background: #fbfaf6; }
.lottery-screen-head { display: flex; align-items: start; justify-content: space-between; padding-bottom: 27px; border-bottom: 1px solid var(--line); }
.lottery-screen-head small { display: block; margin-bottom: 7px; color: #81908a; font: 800 8px Manrope; letter-spacing: 1.2px; }
.lottery-screen-head strong { font: 700 33px Manrope; letter-spacing: -1.5px; }
.lottery-screen-head > span { padding: 7px 10px; border-radius: 999px; color: #37640e; background: #e3f9b2; font: 800 8px Manrope; letter-spacing: 1px; }
.draw-types { display: flex; gap: 6px; margin: 23px 0; overflow: hidden; }
.draw-types span { flex: 0 0 auto; padding: 8px 10px; border: 1px solid var(--line); border-radius: 999px; color: #63706c; font-size: 9px; }
.draw-types span:last-child { color: var(--ink); background: var(--lime); border-color: var(--lime); font-weight: 700; }
.result-mock { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.result-mock > div { padding: 16px; border-radius: 11px; background: #edf1ec; }
.result-mock small { display: block; color: #82908b; font: 800 7px Manrope; letter-spacing: 1px; }
.result-mock strong { display: block; margin-top: 6px; font: 700 13px Manrope; }
.result-lines { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; margin: 22px 0; }
.result-lines i { height: 42px; border-radius: 9px; background: linear-gradient(135deg, #e7ebe6, #d8e0d9); }
.lottery-screen > p { display: flex; align-items: center; gap: 8px; margin: 0; color: #64716c; font-size: 10px; }
.lottery-screen > p span { width: 20px; height: 20px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 800; }
.review-strip { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding: 0 max(0px, calc((100vw - 1300px) / 2)); }
.review-strip::-webkit-scrollbar { display: none; }
.review-strip figure { flex: 0 0 min(31vw, 380px); min-width: 280px; margin: 0; border-radius: 16px; overflow: hidden; scroll-snap-align: start; background: white; box-shadow: 0 16px 35px rgba(7,25,22,.08); }
.review-strip img { width: 100%; aspect-ratio: 1; object-fit: cover; }
.review-controls { display: flex; justify-content: space-between; align-items: center; margin-top: 28px; }
.review-controls > span { color: #52605c; font-size: 13px; }
.review-controls strong { color: var(--ink); }
.review-controls button { width: 46px; height: 46px; margin-left: 7px; border: 1px solid rgba(7,25,22,.2); background: transparent; border-radius: 50%; cursor: pointer; }
.review-controls button:hover { background: var(--ink); color: white; }
.disclaimer { display: block; margin-top: 18px; color: #70807a; font-size: 9px; }

.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; }
.accordion details { border-top: 1px solid var(--line); }
.accordion details:last-child { border-bottom: 1px solid var(--line); }
.accordion summary { list-style: none; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 0; font: 700 17px Manrope; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 25px; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion p { max-width: 680px; margin: -7px 45px 25px 0; color: var(--muted); line-height: 1.7; font-size: 14px; }
.final-cta { min-height: 530px; padding: 90px 24px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; background: var(--ink); color: white; position: relative; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; width: 530px; aspect-ratio: 1; border: 1px solid rgba(186,255,41,.16); border-radius: 50%; box-shadow: 0 0 0 100px rgba(186,255,41,.025), 0 0 0 200px rgba(186,255,41,.018); }
.final-cta > * { position: relative; }
.final-cta p { color: var(--lime); font: 800 10px Manrope; letter-spacing: 2px; }
.final-cta h2 { font-size: clamp(50px, 6.3vw, 88px); margin: 22px 0 36px; }
footer { display: grid; grid-template-columns: 1fr 1.4fr auto; align-items: center; gap: 28px; padding: 38px clamp(24px, 7vw, 105px); background: #04100e; color: rgba(255,255,255,.55); font-size: 11px; }
.footer-brand { color: white; }
footer p { text-align: center; }
footer > div { display: flex; gap: 18px; }
footer > div a { text-decoration: none; }
footer small { grid-column: 1/-1; text-align: center; padding-top: 25px; border-top: 1px solid rgba(255,255,255,.09); }
.mobile-reservation-bar { display: none; }

.checkout-backdrop { position: fixed; inset: 0; z-index: 80; background: rgba(0,10,8,.62); backdrop-filter: blur(5px); }
.checkout { position: fixed; z-index: 90; top: 0; right: 0; bottom: 0; width: min(100%, 520px); overflow-y: auto; padding: 55px clamp(24px, 4vw, 48px); background: #fbfaf6; box-shadow: -20px 0 70px rgba(0,0,0,.22); transform: translateX(102%); transition: transform .35s cubic-bezier(.22,.8,.25,1); }
.checkout.open { transform: translateX(0); }
.checkout-close { position: absolute; top: 18px; right: 22px; width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 25px; cursor: pointer; }
.checkout h2 { font-size: 48px; margin: 13px 0 17px; }
.checkout-lead { color: var(--muted); line-height: 1.55; }
.checkout-card { display: grid; grid-template-columns: 1.3fr .7fr; gap: 16px; margin: 27px 0; padding: 20px; border-radius: 13px; color: white; background: var(--ink); }
.checkout-card small, .alias-box small { display: block; margin-bottom: 7px; opacity: .55; font: 700 8px Manrope; letter-spacing: 1px; }
.checkout-card strong { color: var(--lime); font: 700 17px Manrope; }
.field-label { display: block; margin: 18px 0 8px; font-size: 12px; font-weight: 700; }
.name-input { width: 100%; padding: 15px; border: 1px solid var(--line); border-radius: 10px; outline: 0; background: white; }
.name-input:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(7,25,22,.08); }
.field-error { color: #b33b2e; font-size: 11px; margin: 7px 0; }
.alias-box { display: flex; justify-content: space-between; align-items: center; padding: 17px; border: 1px solid var(--line); border-radius: 11px; margin: 16px 0; background: white; }
.alias-box strong { font: 800 18px Manrope; }
.alias-box button { border: 0; border-radius: 999px; background: #e5f1d0; color: #355f12; padding: 8px 13px; font-weight: 700; cursor: pointer; }
.checkout-steps { padding-left: 22px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.button-copy, .button-whatsapp { width: 100%; margin-top: 10px; }
.button-copy { background: #e4e7e3; color: var(--ink); }
.button-whatsapp { background: #25d366; color: #062f17; }
.button-group { width: 100%; margin-top: 10px; border: 1px solid var(--line); color: var(--ink); background: transparent; }
.checkout-note { font-size: 10px; color: #7b8682; text-align: center; line-height: 1.5; }
.checkout-note a { color: var(--ink); font-weight: 700; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 25px; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; background: var(--ink); color: white; border: 1px solid rgba(255,255,255,.15); padding: 12px 18px; border-radius: 999px; font-size: 12px; transition: .25s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; }
.cookie-banner { position: fixed; z-index: 110; left: 18px; bottom: 18px; max-width: 500px; padding: 18px; background: white; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); }
.cookie-banner p { font-size: 12px; color: var(--muted); line-height: 1.5; margin: 0 0 12px; }
.cookie-banner div { display: flex; justify-content: flex-end; gap: 8px; }
.cookie-banner button { border: 0; border-radius: 999px; padding: 9px 12px; font-weight: 700; font-size: 11px; cursor: pointer; }
#cookie-reject { background: #e9ebe8; }
#cookie-accept { background: var(--ink); color: white; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }

.legal-page { min-height: 100vh; background: #f6f3eb; }
.legal-header { color: white; }
.legal-main { max-width: 850px; margin: 0 auto; padding: 80px 24px 110px; }
.legal-main .kicker { color: #60706a; }
.legal-main h1 { font: 700 clamp(44px, 7vw, 72px)/1 Manrope; letter-spacing: -3px; margin: 15px 0 35px; }
.legal-main h2 { font: 700 22px Manrope; margin: 38px 0 12px; }
.legal-main p, .legal-main li { color: #53615c; line-height: 1.75; }
.legal-alert { padding: 18px; border: 1px solid #dcad56; background: #fff4d6; border-radius: 10px; color: #694b15 !important; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-bottom: 70px; }
  .hero-product { min-height: 600px; }
  .pricing-guide { grid-template-columns: repeat(2, 1fr); }
  .review-strip figure { flex-basis: 46vw; }
  .faq { grid-template-columns: 1fr; gap: 55px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid article { min-height: 250px; }
  .lottery { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer > * { justify-self: center; }
  footer small { grid-column: auto; width: 100%; }
}

@media (max-width: 680px) {
  main { display: flex; flex-direction: column; }
  .hero { order: 1; }
  .ticker, .mobile-highlights { order: 2; }
  .selector-section { order: 3; }
  .how { order: 4; }
  .proof { order: 5; }
  .testimonials { order: 6; }
  .lottery { order: 7; }
  .faq { order: 8; }
  .final-cta { order: 9; }
  .urgency-bar { min-height: 42px; padding: 9px 12px; font-size: 11px; }
  .site-header { height: 68px; padding: 0 18px; }
  .header-cta { padding: 10px 13px; font-size: 11px; }
  .brand { font-size: 14px; }
  .brand-mark { width: 27px; height: 27px; }
  .hero { min-height: auto; display: block; }
  .hero-copy { min-height: 405px; padding: 34px 22px 23px; }
  .hero h1 { max-width: 370px; margin: 16px 0 14px; font-size: clamp(43px, 11vw, 51px); letter-spacing: -2.8px; }
  .hero-lead { max-width: 310px; font-size: 15px; line-height: 1.5; }
  .hero-actions { align-items: center; flex-direction: row; gap: 17px; margin-top: 20px; }
  .hero-actions .button { padding: 13px 17px; gap: 19px; }
  .hero-actions .text-link { display: none; }
  .trust-row { display: none; }
  .hero-product { min-height: 460px; width: 100%; height: 460px; position: relative; right: auto; bottom: auto; border: 0; border-radius: 0; background: radial-gradient(circle at 48% 48%, #e9fff2 0, #cde9d7 45%, #a9ccba 100%); box-shadow: none; opacity: 1; pointer-events: none; transform: none; }
  .hero-product::before { font-size: 145px; letter-spacing: -10px; }
  .hero-product img { width: min(82%, 365px); max-width: 365px; mix-blend-mode: multiply; filter: drop-shadow(16px 20px 18px rgba(2,24,17,.2)); }
  .product-label strong { font-size: 40px; }
  .product-card { left: 5%; right: 5%; bottom: 4%; }
  .section { padding: 78px 20px; }
  .selector-section { padding: 30px 12px 54px; }
  .ticker { display: none; }
  .mobile-highlights { height: 78px; display: grid; align-items: center; padding: 0 22px; position: relative; overflow: hidden; background: var(--lime); border-top: 1px solid rgba(7,25,22,.18); border-bottom: 1px solid rgba(7,25,22,.18); }
  .mobile-highlight { position: absolute; left: 22px; right: 22px; display: flex; align-items: center; gap: 15px; opacity: 0; transform: translateY(16px); pointer-events: none; transition: opacity .45s ease, transform .45s ease; }
  .mobile-highlight.active { opacity: 1; transform: translateY(0); }
  .mobile-highlight > span { width: 40px; height: 40px; display: grid; place-items: center; flex: 0 0 40px; border-radius: 50%; color: var(--lime); background: var(--ink); font: 800 11px Manrope; }
  .mobile-highlight strong, .mobile-highlight small { display: block; }
  .mobile-highlight strong { font: 800 15px Manrope; letter-spacing: -.3px; }
  .mobile-highlight small { margin-top: 3px; color: rgba(7,25,22,.62); font-size: 10px; }
  .highlight-dots { position: absolute; right: 20px; bottom: 10px; display: flex; gap: 4px; }
  .highlight-dots i { width: 4px; height: 4px; border-radius: 999px; background: rgba(7,25,22,.25); transition: width .3s, background .3s; }
  .highlight-dots i.active { width: 13px; background: var(--ink); }
  .section-heading { grid-template-columns: 1fr; gap: 25px; padding-bottom: 40px; }
  .section-heading h2, .selector-intro h2, .faq h2 { letter-spacing: -2.7px; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article + article { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .step-icon { margin: 25px 0 17px; }
  .selector-intro .kicker { margin-bottom: 11px; }
  .selector-intro h2 { font-size: 37px; }
  .selector-intro p:last-child { max-width: 350px; margin: 10px auto 0; font-size: 12px; line-height: 1.45; }
  .pricing-guide { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 5px; margin: 17px 0 8px; padding: 8px 1px 5px; overflow: visible; }
  .pricing-guide > div { min-width: 0; min-height: 69px; padding: 9px 5px; }
  .pricing-guide span { overflow: hidden; font-size: 8px; white-space: nowrap; text-overflow: ellipsis; }
  .pricing-guide strong { font-size: clamp(11px, 3.4vw, 15px); letter-spacing: -.5px; }
  .pricing-guide .best-price small { top: -7px; right: 3px; padding: 3px 4px; font-size: 6px; }
  .number-panel { padding: 18px 10px 16px; border-radius: 16px; }
  .number-panel-head { align-items: center; flex-direction: row; gap: 8px; padding: 0 4px 12px; }
  .number-panel h3 { font-size: 20px; letter-spacing: -.8px; }
  .selection-count { display: block; width: max-content; margin: 6px 0 0; padding: 4px 7px; font-size: 8px; }
  .availability { padding: 8px 10px; font-size: 10px; white-space: nowrap; }
  .legend { justify-content: center; flex-wrap: nowrap; gap: 11px; padding: 13px 0 10px; font-size: 9px; }
  .number-grid { grid-template-columns: repeat(10, 1fr); gap: 4px; }
  .number { border-radius: 7px; font-size: 10px; }
  .number:disabled::before { width: 84%; left: 8%; top: 8%; }
  .selection-tools { margin: 10px 4px 0; }
  .shuffle-button, .clear-button { font-size: 10px; }
  .selection-footer { display: none; }
  .proof { padding-left: 0; padding-right: 0; }
  .proof .section-heading, .proof .review-controls, .proof .disclaimer { margin-left: 20px; margin-right: 20px; }
  .testimonials-track { grid-auto-columns: 83vw; }
  .testimonial-controls { margin-top: 13px; }
  .testimonial-controls > span { display: flex; align-items: center; gap: 7px; }
  .testimonial-controls > span::before { content: "↔"; color: var(--ink); font-size: 16px; }
  .lottery { padding-top: 82px; padding-bottom: 82px; }
  .lottery-copy h2 { font-size: 48px; letter-spacing: -2.8px; }
  .lottery-preview { margin-top: 5px; transform: none; border-radius: 18px; }
  .lottery-preview iframe { height: 540px; }
  .lottery-screen { min-height: 330px; padding: 23px 16px; }
  .lottery-screen-head strong { font-size: 27px; }
  .draw-types { margin-right: -16px; }
  .result-lines { gap: 5px; }
  .result-lines i { height: 35px; }
  .review-strip { padding-left: 20px; padding-right: 20px; }
  .review-strip figure { flex-basis: 82vw; }
  .review-controls > span { max-width: 170px; }
  .final-cta { min-height: 460px; }
  .final-cta h2 { letter-spacing: -3px; }
  footer { padding: 38px 22px; }
  footer > div { flex-wrap: wrap; justify-content: center; }
  footer { padding-bottom: 105px; }
  .mobile-reservation-bar { position: fixed; z-index: 75; left: 8px; right: 8px; bottom: 8px; min-height: 72px; padding: 10px 11px 10px 15px; display: flex; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.12); border-radius: 19px; color: white; background: rgba(4,20,17,.96); box-shadow: 0 14px 45px rgba(0,0,0,.38); backdrop-filter: blur(13px); transform: translateY(calc(100% + 18px)); opacity: 0; pointer-events: none; transition: transform .28s ease, opacity .28s ease; }
  .mobile-reservation-bar.visible { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .mobile-reservation-info { flex: 1; min-width: 0; }
  .mobile-reservation-info strong, .mobile-reservation-info span { display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .mobile-reservation-info strong { color: rgba(255,255,255,.73); font-size: 10px; }
  .mobile-reservation-info span { margin-top: 4px; color: var(--lime); font: 800 18px Manrope; }
  .mobile-action-buttons { display: flex; align-items: center; gap: 6px; }
  #mobile-reserve-button { flex: 0 0 auto; padding: 13px 15px; display: inline-flex; align-items: center; gap: 7px; border: 0; border-radius: 999px; color: #072514; background: #25d366; font-weight: 800; cursor: pointer; }
  #mobile-reserve-button span { font-size: 18px; }
  #mobile-group-button { flex: 0 0 auto; padding: 12px 11px; display: inline-flex; align-items: center; gap: 4px; border: 1px solid rgba(37,211,102,.78); border-radius: 999px; color: #9dffc1; background: rgba(37,211,102,.1); font-size: 10px; font-weight: 800; cursor: pointer; }
  #mobile-group-button span { font-size: 14px; }
  .toast { bottom: 94px; max-width: calc(100% - 24px); text-align: center; }
  .checkout { padding-top: 55px; }
  .checkout h2 { font-size: 40px; letter-spacing: -2.5px; }
  .checkout-card { grid-template-columns: 1fr; }
  .cookie-banner { left: 10px; right: 10px; bottom: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
