:root {
  --ink: #08111f;
  --navy: #0c1b2e;
  --navy-2: #132841;
  --paper: #f6f3ed;
  --white: #fff;
  --coral: #ff654c;
  --gold: #f2bd63;
  --mint: #9de0cc;
  --muted: #647083;
  --line: #dce1e5;
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.5; }
button, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.announcement { padding: 8px 20px; text-align: center; background: var(--coral); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.site-header { height: 82px; padding: 0 clamp(22px, 5vw, 76px); display: flex; align-items: center; justify-content: space-between; gap: 32px; background: rgba(8,17,31,.98); color: #fff; position: relative; z-index: 10; }
.brand { display: inline-flex; width: fit-content; align-items: center; gap: 10px; text-decoration: none; font-family: Manrope, sans-serif; font-weight: 800; letter-spacing: .12em; }
.brand-mark { display: inline-grid; width: 29px; height: 29px; place-items: center; border-radius: 50%; background: var(--coral); color: white; font-size: 15px; }
.header-dropdown { position: absolute; top: calc(100% - 8px); right: clamp(22px, 5vw, 76px); width: 270px; display: none; padding: 10px; background: #fff; border: 1px solid #d9dee3; border-radius: 14px; box-shadow: 0 22px 60px rgba(0,0,0,.28); color: var(--ink); flex-direction: column; gap: 2px; }
.header-dropdown.open { display: flex; }
.header-dropdown a, .dropdown-account { width: 100%; padding: 12px 13px; border: 0; border-radius: 9px; background: transparent; color: #364252; text-align: left; text-decoration: none; font-size: 14px; font-weight: 600; cursor: pointer; transition: background .2s, color .2s; }
.header-dropdown a:hover, .header-dropdown a:focus-visible, .dropdown-account:hover, .dropdown-account:focus-visible { background: #f0f2f4; color: var(--ink); }
.dropdown-divider { height: 1px; margin: 6px 5px; background: #e0e4e8; }
.dropdown-account { display: flex; align-items: center; justify-content: space-between; color: #9a532a; }
.menu-button { height: 42px; padding: 0; border: 0; background: transparent; color: #fff; display: flex; align-items: center; justify-content: center; gap: 10px; cursor: pointer; font-weight: 700; transition: color .2s; }
.menu-button:hover { color: var(--gold); }
.menu-button:focus-visible { outline: 2px solid var(--coral); outline-offset: 6px; border-radius: 3px; }
.menu-icon { width: 19px; display: grid; gap: 4px; }
.menu-icon i { display: block; width: 19px; height: 2px; border-radius: 2px; background: currentColor; transition: transform .2s, opacity .2s; }
.menu-button[aria-expanded="true"] .menu-icon i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-button[aria-expanded="true"] .menu-icon i:nth-child(2) { opacity: 0; }
.menu-button[aria-expanded="true"] .menu-icon i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.hero { min-height: 700px; height: calc(100vh - 113px); max-height: 870px; position: relative; overflow: hidden; display: flex; align-items: center; color: #fff; }
.hero-image, .hero-overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-overlay { background: linear-gradient(90deg, rgba(5,12,24,.95) 0%, rgba(5,12,24,.83) 30%, rgba(5,12,24,.28) 63%, rgba(5,12,24,.08) 100%), linear-gradient(0deg, rgba(8,17,31,.5), transparent 45%); }
.hero-content { position: relative; z-index: 1; width: min(650px, 48vw); margin-left: clamp(24px, 8vw, 126px); }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: #f6d39b; font-size: 12px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow > span { width: 25px; height: 2px; background: var(--coral); }
.eyebrow.dark { color: #8a6130; }
h1, h2, h3 { font-family: Manrope, sans-serif; margin: 0; line-height: 1.08; }
h1 { margin-top: 18px; font-size: clamp(48px, 5.1vw, 80px); letter-spacing: -.055em; }
.hero-content > p { max-width: 540px; margin: 24px 0 32px; color: #cbd4df; font-size: 18px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { border: 0; border-radius: 999px; min-height: 50px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; font-weight: 700; text-decoration: none; cursor: pointer; transition: background .2s, box-shadow .2s; }
.button-primary { background: var(--coral); color: #fff; box-shadow: 0 10px 30px rgba(255,101,76,.22); }
.button-primary:hover { background: #ff7964; }
.button-ghost { border: 1px solid rgba(255,255,255,.38); color: #fff; }
.button-dark { background: var(--ink); color: #fff; }
.hero-proof { display: flex; gap: clamp(25px, 4vw, 58px); margin-top: 72px; }
.hero-proof div { display: flex; flex-direction: column; }
.hero-proof strong { font-family: Manrope; font-size: 19px; }
.hero-proof span { color: #aeb9c6; font-size: 12px; }

.section { padding: 110px clamp(24px, 7vw, 112px); }
.competitions { min-height: calc(100vh - 113px); padding-top: 76px; padding-bottom: 100px; background: #fbfaf7; }
.section-heading { max-width: 1250px; margin: auto; display: flex; align-items: end; justify-content: space-between; gap: 40px; }
.section-heading h1 { margin-top: 15px; font-size: clamp(42px, 4.5vw, 66px); letter-spacing: -.05em; }
.section-heading > p { max-width: 420px; margin: 0 0 5px; color: var(--muted); }
.competition-filters { max-width: 1250px; margin: 34px auto 0; display: flex; flex-wrap: wrap; gap: 9px; }
.competition-filters button { padding: 10px 17px; border: 1px solid #d1d6db; border-radius: 999px; background: #fff; color: var(--muted); cursor: pointer; font-size: 13px; font-weight: 700; transition: .2s; }
.competition-filters button:hover, .competition-filters button.active { border-color: var(--ink); background: var(--ink); color: #fff; }
.competition-grid { max-width: 1250px; margin: 24px auto 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.prize-card.filtered-out { display: none !important; }
.prize-card { border-radius: var(--radius); background: #fff; overflow: hidden; box-shadow: 0 8px 18px rgba(8,17,31,.10), 0 24px 55px rgba(8,17,31,.16); display: flex; flex-direction: column; transition: box-shadow .25s ease; }
.prize-card:hover { box-shadow: 0 12px 24px rgba(8,17,31,.12), 0 32px 70px rgba(8,17,31,.20); }
.prize-card.featured { grid-column: span 2; display: grid; grid-template-columns: 1.15fr .85fr; }
.prize-visual { min-height: 225px; position: relative; display: grid; place-items: center; overflow: hidden; }
.featured .prize-visual { min-height: 100%; }
.prize-photo { background: var(--navy); }
.prize-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.featured-photo img { object-position: 62% center; }
.prize-card:hover .prize-photo img { transform: scale(1.035); }
.prize-car { background: radial-gradient(circle at 70% 25%, #476681, transparent 38%), linear-gradient(135deg, #101d2d, #233c52); }
.prize-car:before { content: ""; width: 70%; height: 32%; border: 4px solid #8eb1c9; border-top-width: 12px; border-radius: 80% 40% 25% 25%; transform: skewX(-9deg); box-shadow: 0 18px 0 -12px #06101b, 0 30px 35px rgba(0,0,0,.45); opacity: .75; }
.prize-icon { position: absolute; font-size: 86px; color: rgba(255,255,255,.1); }
.prize-cash { background: radial-gradient(circle at 25% 25%, #ffd786, transparent 28%), linear-gradient(145deg, #d99b3c, #6b3e14); }
.prize-getaway { background: radial-gradient(circle at 65% 25%, #b8ebdf, transparent 34%), linear-gradient(145deg, #1b6571, #092f4c); }
.prize-symbol { font-family: Manrope; font-size: 62px; font-weight: 800; letter-spacing: -.06em; color: rgba(255,255,255,.9); text-shadow: 0 12px 28px rgba(0,0,0,.24); transform: rotate(-5deg); }
.prize-symbol.small { font-size: 40px; letter-spacing: .08em; }
.card-badge { position: absolute; top: 17px; left: 17px; z-index: 2; background: var(--gold); padding: 6px 10px; border-radius: 999px; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.card-badge.coral { color: white; background: var(--coral); }
.card-badge.mint { background: var(--mint); }
.prize-body { padding: 26px; flex: 1; display: flex; flex-direction: column; }
.prize-kicker { color: #a06b28; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.prize-body h3 { margin-top: 8px; font-size: 25px; letter-spacing: -.035em; }
.prize-copy { color: var(--muted); font-size: 14px; min-height: 44px; }
.countdown { margin: 14px 0 19px; display: grid; grid-template-columns: repeat(4,1fr); gap: 7px; }
.countdown div { padding: 9px 4px; text-align: center; border-radius: 9px; background: #f1f3f5; }
.countdown strong, .countdown span { display: block; }
.countdown strong { font-family: Manrope; font-size: 18px; }
.countdown span { color: var(--muted); font-size: 9px; text-transform: uppercase; }
.progress-row { margin-top: auto; display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 10px; }
.progress { height: 5px; margin: 8px 0 22px; background: #e9ecef; border-radius: 9px; overflow: hidden; }
.progress span { display: block; height: 100%; background: var(--coral); border-radius: inherit; }
.prize-footer { border-top: 1px solid var(--line); padding-top: 19px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.prize-footer > div { display: flex; flex-direction: column; }
.prize-footer > div span { color: var(--muted); font-size: 10px; }
.prize-footer > div strong { font-family: Manrope; font-size: 23px; }
.prize-footer .button { min-height: 43px; padding: 0 17px; font-size: 12px; }

.trust-strip { padding: 31px clamp(24px, 8vw, 130px); background: var(--navy); color: #fff; display: grid; grid-template-columns: repeat(3, 1fr); }
.trust-strip > div { display: flex; align-items: center; justify-content: center; gap: 14px; border-right: 1px solid #304155; }
.trust-strip > div:last-child { border: 0; }
.trust-icon { width: 39px; height: 39px; display: grid; place-items: center; border: 1px solid #526176; border-radius: 50%; color: var(--gold); }
.trust-strip p { margin: 0; display: flex; flex-direction: column; }
.trust-strip strong { font-size: 13px; }
.trust-strip p span { color: #97a4b2; font-size: 11px; }

.how { max-width: 1450px; margin: auto; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(60px, 10vw, 160px); align-items: center; }
.how-intro > p { max-width: 430px; color: var(--muted); margin: 25px 0 0; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 65px 1fr; gap: 22px; padding: 28px 0; border-bottom: 1px solid #cad0d4; }
.steps li:last-child { border: 0; }
.steps li > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold); font-family: Manrope; font-size: 13px; }
.steps h3 { font-size: 20px; }
.steps p { margin: 7px 0 0; color: var(--muted); font-size: 14px; }

.winner-section { padding: 0 clamp(24px, 7vw, 112px) 110px; }
.winner-card { max-width: 1250px; min-height: 430px; margin: auto; display: grid; grid-template-columns: 1fr 1fr; border-radius: 24px; overflow: hidden; background: var(--navy); color: #fff; }
.winner-art { background: radial-gradient(circle at 50% 45%, #fff3bd, #e7af4f 38%, #b46b24 70%, #4f260d); display: flex; align-items: center; justify-content: center; flex-direction: column; color: #fff9e9; text-shadow: 0 4px 20px rgba(71,31,5,.35); }
.winner-art span { font-family: Manrope; font-size: 55px; line-height: 1; }
.winner-art strong { font-family: Manrope; font-size: clamp(58px, 7vw, 105px); line-height: .9; letter-spacing: -.08em; }
.winner-art small { margin-top: 22px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.55); border-radius: 999px; letter-spacing: .14em; }
.winner-copy { padding: clamp(42px, 6vw, 80px); display: flex; justify-content: center; flex-direction: column; }
.winner-copy h2 { margin: 14px 0 25px; font-size: clamp(38px, 4vw, 58px); letter-spacing: -.045em; }
.winner-copy blockquote { margin: 0; color: #dbe2e9; font-size: 19px; font-weight: 600; }
.winner-copy p { color: #91a0af; font-size: 13px; }
.winner-copy a { margin-top: 18px; color: var(--gold); font-weight: 700; font-size: 13px; text-decoration: none; }

.faq { max-width: 1450px; margin: auto; display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(60px, 10vw, 160px); }
.accordion details { border-top: 1px solid #c8ced4; }
.accordion details:last-child { border-bottom: 1px solid #c8ced4; }
.accordion summary { padding: 23px 0; list-style: none; cursor: pointer; display: flex; justify-content: space-between; gap: 20px; font-family: Manrope; font-weight: 700; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary span { font-size: 22px; font-weight: 400; transition: transform .2s; }
.accordion details[open] summary span { transform: rotate(45deg); }
.accordion details p { margin: -7px 45px 23px 0; color: var(--muted); font-size: 14px; }

.cta { padding: 100px 24px; text-align: center; color: #fff; background: radial-gradient(circle at 50% 0, #24415d, transparent 45%), var(--ink); }
.cta h2 { max-width: 750px; margin: 18px auto 31px; font-size: clamp(43px, 5vw, 70px); letter-spacing: -.05em; }
footer { padding: 62px clamp(24px, 7vw, 112px) 28px; background: #050b14; color: #fff; }
.footer-main { max-width: 1250px; margin: 0 auto 48px; display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); gap: clamp(35px, 6vw, 90px); }
.footer-brand p { max-width: 280px; margin: 22px 0 8px; color: #a5b0bc; font-size: 14px; }
.footer-note { color: #687584; font-size: 11px; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.footer-column h2 { margin: 4px 0 9px; color: var(--gold); font-family: "DM Sans", sans-serif; font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.footer-column a { color: #9ba7b4; text-decoration: none; font-size: 13px; transition: color .2s; }
.footer-column a:hover, .footer-column a:focus-visible { color: #fff; }
.footer-top { display: flex; justify-content: space-between; gap: 30px; padding-bottom: 45px; border-bottom: 1px solid #253140; }
.footer-top p { margin: 0; color: #7f8b98; }
.footer-links { padding: 45px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.footer-links div { display: flex; flex-direction: column; gap: 9px; }
.footer-links strong { margin-bottom: 8px; color: #f2bd63; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.footer-links a { width: fit-content; color: #98a5b3; font-size: 13px; text-decoration: none; }
.footer-bottom { border-top: 1px solid #253140; padding-top: 26px; color: #657181; display: flex; justify-content: space-between; font-size: 11px; }

dialog { width: min(480px, calc(100% - 30px)); border: 0; border-radius: 22px; padding: 38px; color: var(--ink); box-shadow: 0 35px 100px rgba(0,0,0,.42); }
dialog::backdrop { background: rgba(3,9,17,.82); backdrop-filter: blur(4px); }
.dialog-close { position: absolute; right: 17px; top: 14px; background: transparent; border: 0; font-size: 29px; cursor: pointer; }
dialog h2 { margin: 13px 0 6px; font-size: 32px; }
#dialog-prize { color: var(--muted); margin: 0 0 26px; }
.question-label { font-size: 11px; color: #986724; text-transform: uppercase; letter-spacing: .1em; font-weight: 800; }
.question { margin: 6px 0 10px; font-weight: 600; }
select { width: 100%; padding: 13px; border: 1px solid #cbd1d6; border-radius: 10px; background: #fff; }
.entry-quantity-controls { margin: 19px 0; }
.ticket-options { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.ticket-options button { padding: 10px 5px; border: 1px solid #cbd1d6; border-radius: 9px; background: #fff; cursor: pointer; font-size: 12px; }
.ticket-options button.selected { background: var(--navy); border-color: var(--navy); color: #fff; }
.custom-entries { margin-top: 11px; padding: 10px 11px 10px 14px; border: 1px solid #cbd1d6; border-radius: 10px; display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.custom-entries > label { color: var(--muted); font-size: 12px; font-weight: 700; }
.entry-stepper { display: grid; grid-template-columns: 34px 48px 34px; align-items: center; border: 1px solid #cbd1d6; border-radius: 999px; overflow: hidden; }
.entry-stepper button { width: 34px; height: 34px; padding: 0; border: 0; background: #f0f2f4; color: var(--ink); cursor: pointer; font-size: 20px; line-height: 1; }
.entry-stepper button:hover { background: #e3e7ea; }
.entry-stepper input { width: 48px; height: 34px; padding: 0; border: 0; border-left: 1px solid #d7dce0; border-right: 1px solid #d7dce0; outline: 0; background: #fff; color: var(--ink); text-align: center; font-weight: 800; appearance: textfield; }
.entry-stepper input::-webkit-inner-spin-button, .entry-stepper input::-webkit-outer-spin-button { margin: 0; appearance: none; }
.entry-stepper:focus-within { border-color: var(--coral); box-shadow: 0 0 0 2px rgba(255,101,76,.15); }
.dialog-total { margin: 20px 0; display: flex; justify-content: space-between; font-size: 18px; }
.demo-checkout { width: 100%; }
dialog small { display: block; margin-top: 13px; text-align: center; color: var(--muted); }
.toast { position: fixed; z-index: 50; left: 50%; bottom: 25px; transform: translate(-50%, 30px); opacity: 0; pointer-events: none; background: #fff; color: var(--ink); padding: 13px 20px; border-radius: 999px; box-shadow: 0 15px 45px rgba(0,0,0,.2); font-size: 13px; transition: .25s; }
.toast.show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1000px) {
  .competition-grid { grid-template-columns: 1fr 1fr; }
  .prize-card.featured { grid-column: span 2; }
  .how, .faq { grid-template-columns: 1fr; gap: 45px; }
  .footer-main { grid-template-columns: 1.3fr repeat(3, 1fr); gap: 35px; }
}

@media (max-width: 850px) {
  .header-dropdown { right: 22px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 700px) {
  .site-header { height: 72px; padding: 0 18px; }
  .header-dropdown { top: calc(100% - 6px); right: 18px; width: min(300px, calc(100vw - 36px)); }
  .menu-button { height: 40px; font-size: 13px; }
  .hero { min-height: 670px; height: calc(100vh - 103px); align-items: end; padding-bottom: 46px; }
  .hero-image { object-position: 64% center; }
  .hero-overlay { background: linear-gradient(0deg, rgba(5,12,24,.98) 0%, rgba(5,12,24,.86) 53%, rgba(5,12,24,.15) 100%); }
  .hero-content { width: auto; margin: 0 22px; }
  h1 { font-size: 44px; }
  .hero-content > p { margin: 18px 0 25px; font-size: 16px; }
  .hero-proof { margin-top: 37px; gap: 22px; }
  .hero-proof span { max-width: 70px; }
  .section { padding: 78px 22px; }
  .competitions { min-height: calc(100vh - 103px); padding-top: 55px; }
  .section-heading { align-items: start; flex-direction: column; gap: 20px; }
  .competition-grid { grid-template-columns: 1fr; margin-top: 30px; }
  .prize-card.featured { grid-column: auto; display: flex; }
  .featured .prize-visual { min-height: 265px; }
  .trust-strip { grid-template-columns: 1fr; padding: 18px 24px; }
  .trust-strip > div { justify-content: start; border-right: 0; border-bottom: 1px solid #304155; padding: 16px 0; }
  .winner-section { padding: 0 22px 78px; }
  .winner-card { grid-template-columns: 1fr; }
  .winner-art { min-height: 300px; }
  .winner-copy { padding: 40px 27px; }
  .footer-top, .footer-bottom { flex-direction: column; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 35px 25px; }
}

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