@font-face {
  font-family: "Barlow Condensed";
  font-style: normal;
  font-weight: 600 900;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-600-900-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Barlow Condensed";
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url("assets/fonts/barlow-condensed-800-italic-latin.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("assets/fonts/inter-400-800-latin.woff2") format("woff2");
}

:root {
  --ink: #0c0119;
  --ink-soft: #17042c;
  --oxblood: #5710a0;
  --wine: #8b1fd1;
  --gold: #ffad00;
  --gold-bright: #ffe600;
  --cream: #fffdf2;
  --muted: #c6b8d4;
  --line: rgba(74, 207, 255, 0.2);
  --electric: #27cfff;
  --green: #39a64a;
  --max: 1180px;
  --serif: "Barlow Condensed", Impact, sans-serif;
  --sans: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--cream);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.sr-only { clip: rect(0, 0, 0, 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; width: 1px; }
.skip-link { left: 1rem; position: fixed; top: -5rem; z-index: 100; background: var(--cream); color: var(--ink); padding: .75rem 1rem; }
.skip-link:focus { top: 1rem; }

.offer-bar {
  min-height: 40px;
  padding: 6px clamp(16px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: linear-gradient(90deg, #2d8538, #4bb951, #2f8e3c);
  color: #fff;
  font-size: 12px;
  letter-spacing: .02em;
  position: relative;
  z-index: 50;
}
.offer-bar p { margin: 0; }
.offer-bar__eyebrow { margin-right: 8px; color: #d9ffd9; font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.offer-code {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 4px 10px;
  border: 1px dashed rgba(255, 255, 255, .58);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .13em;
}
.offer-code svg { width: 13px; }
.offer-code__feedback { position: absolute; right: 0; top: 32px; padding: 6px 8px; border-radius: 4px; background: var(--ink); color: white; font-size: 10px; letter-spacing: normal; opacity: 0; transform: translateY(-3px); pointer-events: none; transition: .2s ease; }
.offer-code.is-copied .offer-code__feedback { opacity: 1; transform: none; }

.site-header {
  height: 92px;
  width: 100%;
  padding: 0 clamp(20px, 5vw, 72px);
  position: absolute;
  top: 40px;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.09);
  transition: background .25s ease, height .25s ease;
}
.site-header.is-scrolled { position: fixed; top: 0; height: 68px; background: rgba(12,1,25,.94); backdrop-filter: blur(16px); }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 145px; height: auto; display: block; object-fit: contain; filter: drop-shadow(0 8px 16px rgba(0,0,0,.35)); transition: width .25s ease; }
.site-header.is-scrolled .brand img { width: 104px; }
.site-nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 46px); font-size: 13px; font-weight: 600; }
.site-nav > a:not(.button) { color: rgba(246,236,217,.77); transition: color .2s; }
.site-nav > a:not(.button):hover { color: white; }
.nav-toggle { display: none; }

.hero {
  min-height: 840px;
  height: calc(100svh - 40px);
  max-height: 980px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr);
  align-items: center;
  gap: clamp(40px, 7vw, 110px);
  padding: 142px max(7vw, calc((100vw - var(--max))/2)) 72px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 40%, rgba(168, 0, 255, .48), transparent 34%),
    radial-gradient(circle at 28% 45%, rgba(37, 84, 255, .19), transparent 34%),
    linear-gradient(125deg, #080013 0%, #210047 52%, #6100a0 100%);
}
.hero::before { content: ""; position: absolute; inset: -8%; background: linear-gradient(90deg, rgba(12,1,25,.96), rgba(12,1,25,.35) 64%, rgba(12,1,25,.6)), url("assets/vegas-sweeps-official-background.webp") 80% 45%/cover no-repeat; opacity: .22; filter: blur(9px); transform: scale(1.08); pointer-events: none; }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, var(--ink), transparent 27%), radial-gradient(circle at 74% 42%, transparent, rgba(12,1,25,.22) 55%); pointer-events: none; }
.hero__content, .hero-art { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 20px; color: var(--gold-bright); font-size: 11px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow span { width: 31px; height: 1px; background: currentColor; }
.hero h1, .section-heading h2, .steps h2, .faq h2, .cta-section h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(66px, 7vw, 104px);
  font-weight: 900;
  letter-spacing: -.035em;
  line-height: .86;
  text-transform: uppercase;
}
h1 em, h2 em { color: var(--gold-bright); font-weight: inherit; }
.hero__lede { max-width: 600px; margin: 28px 0 0; color: #d5c8e2; font-size: clamp(16px, 1.5vw, 19px); line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button {
  min-height: 57px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 17px; }
.button--gold { background: linear-gradient(180deg, #fff34b, #ffad00 64%, #f47700); color: #281200; box-shadow: 0 13px 34px rgba(255,173,0,.28), inset 0 1px rgba(255,255,255,.7); }
.button--gold:hover { box-shadow: 0 16px 42px rgba(255,173,0,.45); }
.button--animated { position: relative; overflow: hidden; animation: cta-pulse 2.6s ease-in-out infinite; }
.button--animated::before { content: ""; position: absolute; top: -40%; bottom: -40%; left: -45%; width: 28%; background: linear-gradient(90deg, transparent, rgba(255,255,255,.72), transparent); transform: skewX(-20deg); animation: cta-shine 3.2s ease-in-out infinite; pointer-events: none; }
.button--animated svg { transition: transform .22s ease; }
.button--animated:hover svg { transform: translateX(4px); }
@keyframes cta-pulse {
  0%, 100% { box-shadow: 0 13px 34px rgba(255,173,0,.28), 0 0 0 0 rgba(255,230,0,.22), inset 0 1px rgba(255,255,255,.7); }
  50% { box-shadow: 0 17px 42px rgba(255,173,0,.5), 0 0 0 7px rgba(255,230,0,0), inset 0 1px rgba(255,255,255,.7); }
}
@keyframes cta-shine {
  0%, 20% { left: -45%; opacity: 0; }
  30% { opacity: 1; }
  52%, 100% { left: 125%; opacity: 0; }
}
.button--glass { border-color: rgba(39,207,255,.48); background: rgba(34,7,70,.56); backdrop-filter: blur(8px); color: white; box-shadow: inset 0 0 20px rgba(39,207,255,.06); }
.button--glass:hover { background: rgba(39,207,255,.12); }
.button--small { min-height: 40px; padding: 0 18px; font-size: 10px; }

.hero-art { width: min(100%, 355px); aspect-ratio: 720 / 1463; justify-self: end; isolation: isolate; }
.hero-art__halo { position: absolute; inset: 12% -28%; z-index: -1; border-radius: 50%; background: radial-gradient(circle, rgba(170,0,255,.5), rgba(39,207,255,.16) 42%, transparent 68%); filter: blur(24px); }
.hero-art > img { width: 100%; height: 100%; display: block; object-fit: cover; border: 1px solid rgba(39,207,255,.38); border-radius: 22px; box-shadow: 0 35px 100px rgba(0,0,0,.55), 0 0 38px rgba(164,0,255,.28); }
.hero-art__offer { position: absolute; left: -30px; right: -30px; bottom: 28px; padding: 15px 17px; display: flex; align-items: center; justify-content: space-between; gap: 18px; border: 1px solid rgba(255,230,0,.62); background: linear-gradient(110deg, rgba(28,4,55,.96), rgba(92,0,158,.96)); box-shadow: 0 16px 38px rgba(0,0,0,.5); }
.hero-art__offer small { display: block; margin-bottom: 4px; color: #cdbce0; font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.hero-art__offer strong { color: var(--gold-bright); font-family: var(--serif); font-size: 24px; line-height: 1; text-transform: uppercase; }
.hero-art__offer button { padding: 8px 10px; border: 1px dashed rgba(255,255,255,.45); background: rgba(0,0,0,.2); cursor: pointer; color: white; }
.hero-art__offer button b { color: var(--gold-bright); font-size: 12px; letter-spacing: .12em; }
.hero-art__offer button i { display: block; margin-top: 4px; color: var(--electric); font-size: 7px; font-style: normal; letter-spacing: .14em; text-transform: uppercase; }
.hero__scroll { position: absolute; left: clamp(20px, 5vw, 72px); bottom: 44px; z-index: 2; display: flex; align-items: center; gap: 10px; color: #8d7d75; font-size: 9px; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.hero__scroll span { height: 1px; width: 30px; background: var(--gold); }

.trust-strip { min-height: 112px; padding: 0 max(7vw, calc((100vw - var(--max))/2)); display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #140428; }
.trust-strip > div { padding: 28px 32px; display: flex; align-items: center; gap: 17px; border-right: 1px solid var(--line); }
.trust-strip > div:first-child { border-left: 1px solid var(--line); }
.trust-strip__icon { flex: 0 0 41px; height: 41px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--gold-bright); font-family: var(--serif); font-size: 12px; }
.trust-strip p { margin: 0; }
.trust-strip strong { display: block; margin-bottom: 4px; color: var(--cream); font-family: var(--serif); font-size: 15px; }
.trust-strip small { color: #8f8178; font-size: 10px; }

.section { max-width: var(--max); margin: 0 auto; padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 60px; margin-bottom: 58px; }
.section-heading h2, .steps h2, .faq h2 { font-size: clamp(48px, 5vw, 72px); }
.section-heading > p, .steps__intro > p { margin: 0 0 7px; color: var(--muted); font-size: 15px; line-height: 1.8; }
.access-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; }
.access-card { min-height: 510px; position: relative; padding: 31px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); background: linear-gradient(145deg, #1e0740, #11021f); transition: border-color .25s ease, transform .25s ease; }
.access-card:hover { transform: translateY(-5px); border-color: rgba(39,207,255,.5); }
.access-card--featured { background: radial-gradient(circle at 70% 35%, rgba(147,0,255,.58), transparent 46%), #220743; }
.access-card__number { color: var(--gold-bright); font-family: var(--serif); font-size: 13px; }
.access-card__visual { flex: 1; display: grid; place-items: center; perspective: 700px; }
.browser-frame { width: 74%; height: 190px; padding: 13px; border: 1px solid rgba(39,207,255,.4); background: linear-gradient(145deg, rgba(255,255,255,.09), rgba(0,0,0,.22)); box-shadow: 0 32px 60px rgba(0,0,0,.35), 0 0 24px rgba(39,207,255,.13); transform: rotateY(-9deg) rotateX(3deg); }
.browser-frame > span { width: 5px; height: 5px; margin-right: 4px; display: inline-block; border-radius: 50%; background: rgba(39,207,255,.65); vertical-align: top; }
.browser-frame > div { height: calc(100% - 22px); margin-top: 8px; display: grid; place-items: center; background: radial-gradient(circle, rgba(155,0,255,.35), transparent 44%), linear-gradient(150deg, rgba(61,8,123,.8), rgba(0,0,0,.56)); }
.browser-frame b, .phone-frame b { width: 110px; height: 70px; display: block; background: url("assets/vegas-sweeps-logo-small.webp") center/contain no-repeat; color: transparent; font-size: 0; }
.phone-frame { width: 146px; height: 254px; padding: 9px; border: 2px solid rgba(39,207,255,.48); border-radius: 26px; background: #08010f; box-shadow: 0 35px 60px rgba(0,0,0,.45), 0 0 28px rgba(39,207,255,.13); transform: rotate(5deg); }
.phone-frame > div { height: 100%; display: grid; place-items: center; position: relative; overflow: hidden; border-radius: 19px; background: radial-gradient(circle at center, rgba(188,0,255,.34), transparent 43%), linear-gradient(155deg, #5b0ba9, #10021e); }
.phone-frame i { position: absolute; top: 8px; width: 37px; height: 5px; border-radius: 6px; background: #0d0708; }
.access-card__copy p { margin: 0 0 8px; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.access-card__copy h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 31px; }
.access-card__copy > span { max-width: 410px; display: block; color: #ac9bbc; font-size: 13px; line-height: 1.7; }
.access-card__arrow { position: absolute; right: 28px; bottom: 28px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); color: var(--gold-bright); }

.seo-content { border-top: 1px solid var(--line); }
.seo-content__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.seo-content__card { min-height: 270px; padding: 34px; position: relative; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: radial-gradient(circle at 100% 0, rgba(128,24,217,.15), transparent 38%), rgba(20,4,40,.5); }
.seo-content__card > span { color: var(--electric); font-family: var(--serif); font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.seo-content__card h3 { margin: 38px 0 14px; color: var(--cream); font-family: var(--serif); font-size: 29px; line-height: 1.05; text-transform: uppercase; }
.seo-content__card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.8; }
.seo-content__card p strong { color: var(--gold-bright); }
.resource-links { margin-top: 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.resource-links a { min-height: 145px; padding: 24px; display: grid; grid-template-columns: 1fr auto; align-content: space-between; gap: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #130326; transition: background .2s ease, transform .2s ease; }
.resource-links a:hover { background: #200743; transform: translateY(-3px); }
.resource-links span { grid-column: 1 / -1; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.resource-links strong { color: var(--cream); font-family: var(--serif); font-size: 19px; line-height: 1.15; text-transform: uppercase; }
.resource-links i { align-self: end; color: var(--electric); font-style: normal; }

.steps { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; border-top: 1px solid var(--line); }
.steps__intro { position: sticky; top: 110px; align-self: start; }
.steps__intro > p { max-width: 430px; margin-top: 28px; }
.text-link { display: inline-flex; gap: 30px; margin-top: 24px; padding-bottom: 8px; border-bottom: 1px solid var(--gold); color: var(--gold-bright); font-size: 11px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.steps__list { margin: 0; padding: 0; list-style: none; }
.steps__list li { min-height: 190px; padding: 40px 0; display: grid; grid-template-columns: 80px 1fr; border-top: 1px solid var(--line); }
.steps__list li:first-child { border-top: 0; padding-top: 0; }
.steps__list li > span { color: var(--gold); font-family: var(--serif); font-size: 13px; }
.steps__list h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 28px; }
.steps__list p { max-width: 430px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.8; }

.cta-section { padding: 120px 24px; position: relative; overflow: hidden; text-align: center; background: radial-gradient(circle at 50% 110%, rgba(39,207,255,.22), transparent 38%), linear-gradient(135deg, #8116dd, #5b08aa 55%, #22054c); }
.cta-section::before, .cta-section::after { content: "◆"; position: absolute; color: rgba(255,230,0,.08); font-family: var(--serif); font-size: 340px; line-height: 1; }
.cta-section::before { left: -90px; top: -110px; }
.cta-section::after { right: -90px; bottom: -110px; }
.cta-section__inner { position: relative; z-index: 1; }
.cta-section .eyebrow { justify-content: center; }
.cta-section h2 { font-size: clamp(56px, 6vw, 84px); }
.cta-section p:not(.eyebrow) { margin: 26px auto; color: #d7c6bd; font-size: 15px; }
.cta-section p strong { color: var(--gold-bright); }
.button--cream { background: var(--cream); color: var(--ink); }

.faq { display: grid; grid-template-columns: .55fr 1fr; gap: 100px; }
.faq__heading { position: sticky; top: 110px; align-self: start; }
.faq__list { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { min-height: 92px; padding: 28px 0; display: flex; justify-content: space-between; align-items: center; gap: 25px; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 19px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary span { width: 30px; height: 30px; position: relative; flex: 0 0 30px; border: 1px solid var(--line); border-radius: 50%; }
.faq summary span::before, .faq summary span::after { content: ""; position: absolute; width: 10px; height: 1px; top: 14px; left: 9px; background: var(--gold-bright); transition: transform .2s; }
.faq summary span::after { transform: rotate(90deg); }
.faq details[open] summary span::after { transform: rotate(0); }
.faq details p { margin: -6px 55px 28px 0; color: var(--muted); font-size: 14px; line-height: 1.8; }
.faq details p a, .faq details p strong { color: var(--gold-bright); }

.site-footer { padding: 70px max(7vw, calc((100vw - var(--max))/2)) 35px; border-top: 1px solid var(--line); background: #08010f; }
.site-footer__top { padding-bottom: 55px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; border-bottom: 1px solid var(--line); }
.brand--footer { justify-self: start; }
.site-footer__top > p { color: #8f7ca2; font-family: var(--serif); font-size: 16px; font-style: italic; text-align: center; }
.site-footer__nav { justify-self: end; display: flex; gap: 25px; color: #aa99ba; font-size: 11px; }
.site-footer__legal { padding-top: 25px; display: flex; justify-content: space-between; gap: 50px; color: #897a98; font-size: 10px; line-height: 1.7; }
.site-footer__legal p { margin: 0; }
.site-footer__legal p:first-child { max-width: 760px; }
.site-footer__legal p:last-child { flex: 0 0 auto; }
.mobile-cta { display: none; }

/* Prevent active WordPress theme styles from overriding the landing page. */
body.vegas-sweeps-landing-page .hero h1,
body.vegas-sweeps-landing-page .section-heading h2,
body.vegas-sweeps-landing-page .steps h2,
body.vegas-sweeps-landing-page .faq h2,
body.vegas-sweeps-landing-page .cta-section h2,
body.vegas-sweeps-landing-page .access-card h3,
body.vegas-sweeps-landing-page .seo-content__card h3,
body.vegas-sweeps-landing-page .steps__list h3 {
  color: var(--cream) !important;
}

body.vegas-sweeps-landing-page .nav-toggle,
body.vegas-sweeps-landing-page .nav-toggle:hover,
body.vegas-sweeps-landing-page .nav-toggle:focus,
body.vegas-sweeps-landing-page .nav-toggle:focus-visible,
body.vegas-sweeps-landing-page .nav-toggle:active {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: var(--cream) !important;
  outline: 0;
}

body.vegas-sweeps-landing-page .nav-toggle:focus-visible {
  outline: 2px solid var(--electric);
  outline-offset: 2px;
}

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .75s ease, transform .75s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
.access-grid .reveal:nth-child(2), .steps__list .reveal:nth-child(2) { transition-delay: .1s; }
.steps__list .reveal:nth-child(3) { transition-delay: .2s; }

@media (max-width: 1240px) {
  .section { max-width: none; margin-inline: 6vw; }
  .hero { padding-inline: 6vw; }
}

@media (max-width: 900px) {
  .site-nav { gap: 22px; }
  .hero { height: auto; min-height: 850px; grid-template-columns: 1fr; gap: 45px; padding-top: 160px; padding-bottom: 95px; }
  .hero__content { max-width: 700px; }
  .hero-art { justify-self: center; }
  .hero__scroll { display: none; }
  .trust-strip { padding-inline: 4vw; }
  .trust-strip > div { padding-inline: 18px; }
  .section-heading, .steps, .faq { grid-template-columns: 1fr; gap: 55px; }
  .resource-links { grid-template-columns: 1fr; }
  .section-heading { align-items: start; }
  .section-heading > p { max-width: 600px; }
  .steps__intro, .faq__heading { position: static; }
}

@media (max-width: 680px) {
  body { padding-bottom: 67px; }
  .offer-bar { justify-content: space-between; padding-inline: 14px; }
  .offer-bar__eyebrow { display: none; }
  .site-header { top: 40px; height: 80px; padding-inline: 18px; }
  .site-header.is-scrolled { top: 0; }
  .brand img { width: 124px; }
  .site-header.is-scrolled .brand img { width: 104px; }
  .nav-toggle { width: 42px; height: 42px; padding: 10px; display: flex; flex-direction: column; justify-content: center; gap: 5px; border: 0; background: transparent; cursor: pointer; }
  .nav-toggle > span:not(.sr-only) { width: 100%; height: 1px; background: var(--cream); transition: .25s ease; }
  .nav-toggle[aria-expanded="true"] > span:first-child { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 0; z-index: -1; padding: 130px 30px 40px; display: flex; flex-direction: column; align-items: stretch; justify-content: center; gap: 0; background: rgba(12,1,25,.98); opacity: 0; visibility: hidden; transition: .25s ease; }
  .site-nav.is-open { opacity: 1; visibility: visible; }
  .site-nav > a:not(.button) { padding: 20px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 28px; }
  .site-nav .button { margin-top: 30px; }
  .hero { min-height: 900px; display: block; padding: 145px 20px 70px; }
  .hero::before { background: linear-gradient(180deg, rgba(12,1,25,.4), rgba(12,1,25,.82) 55%, var(--ink) 100%), url("assets/vegas-sweeps-official-background.webp") center 30%/cover no-repeat; opacity: .25; filter: blur(5px); }
  .hero h1 { font-size: clamp(48px, 15vw, 65px); line-height: .94; }
  .hero__lede { font-size: 15px; line-height: 1.65; }
  .hero__actions { flex-direction: column; }
  .hero__actions .button { width: 100%; }
  .hero-art { width: min(100%, 320px); margin: 45px auto 0; }
  .hero-art__offer { left: -10px; right: -10px; }
  .trust-strip { grid-template-columns: 1fr; padding: 10px 20px; }
  .trust-strip > div, .trust-strip > div:first-child { padding: 18px 0; border: 0; border-bottom: 1px solid var(--line); }
  .trust-strip > div:last-child { border-bottom: 0; }
  .section { margin-inline: 20px; padding: 90px 0; }
  .section-heading { margin-bottom: 35px; gap: 28px; }
  .section-heading h2, .steps h2, .faq h2 { font-size: 45px; }
  .access-grid { grid-template-columns: 1fr; }
  .seo-content__grid { grid-template-columns: 1fr; }
  .seo-content__card { min-height: 0; padding: 27px; }
  .seo-content__card h3 { margin-top: 28px; }
  .access-card { min-height: 450px; padding: 24px; }
  .browser-frame { width: 88%; height: 160px; }
  .access-card__arrow { right: 22px; bottom: 22px; }
  .steps { gap: 45px; }
  .steps__list li { min-height: 0; grid-template-columns: 55px 1fr; padding: 32px 0; }
  .steps__list li:first-child { padding-top: 0; }
  .cta-section { padding: 90px 20px; }
  .cta-section h2 { font-size: 49px; }
  .faq { gap: 40px; }
  .faq summary { min-height: 82px; font-size: 17px; }
  .site-footer { padding: 60px 20px 30px; }
  .site-footer__top { grid-template-columns: 1fr; gap: 25px; }
  .site-footer__top > p { text-align: left; }
  .site-footer__nav { justify-self: start; flex-wrap: wrap; }
  .site-footer__legal { flex-direction: column; gap: 20px; }
  .mobile-cta { height: 67px; padding: 10px 12px 10px 18px; position: fixed; left: 0; right: 0; bottom: 0; z-index: 60; display: flex; justify-content: space-between; align-items: center; background: linear-gradient(180deg, #fff34b, #ffb000); color: #281200; box-shadow: 0 -10px 30px rgba(0,0,0,.3); }
  .mobile-cta small { display: block; color: #6d3200; font-size: 8px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
  .mobile-cta strong { display: block; margin-top: 2px; font-family: var(--serif); font-size: 16px; }
  .mobile-cta a { min-height: 45px; padding: 0 15px; display: flex; align-items: center; gap: 12px; background: var(--ink); color: var(--cream); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
}

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