:root { --page-ink: #0c1222; --page-muted: #667085; --page-line: #e5eaf2; --page-surface: #f5f7fb; --page-blue: #3b82f6; --page-blue-deep: #2563eb; --page-night: #080d18; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.modern-page { margin: 0; padding: 0; color: var(--page-ink); background: var(--page-surface); font-family: Inter, "Roboto", system-ui, -apple-system, sans-serif; }
.modern-page a { color: inherit; text-decoration: none; }
.modern-page img { max-width: 100%; }
.page-header { position: absolute; inset: 0 0 auto; z-index: 20; }
.page-nav { width: min(1160px, calc(100% - 48px)); height: 82px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.page-brand { padding: 8px 14px 8px 9px; display: inline-flex; align-items: center; gap: 11px; color: #fff !important; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; background: rgba(8,13,24,.62); box-shadow: 0 10px 30px rgba(0,0,0,.18); backdrop-filter: blur(14px); font-size: 1.02rem; font-weight: 900; letter-spacing: .12em; }
.page-brand img { width: 36px; height: 36px; border-radius: 10px; }
.page-nav-links { display: flex; align-items: center; gap: 28px; color: #bbc4d3; font-size: .84rem; font-weight: 700; }
.page-nav-links a { transition: color .2s ease; }
.page-nav-links a:hover, .page-nav-links a[aria-current="page"] { color: #fff; }
.page-nav-cta { padding: 10px 17px; color: #fff !important; border-radius: 999px; background: var(--page-blue); box-shadow: 0 8px 24px rgba(59,130,246,.22); }
.page-hero { position: relative; padding: 152px 24px 88px; overflow: hidden; text-align: center; color: #fff; background: radial-gradient(circle at 70% 20%, #1d315c 0, #101a31 34%, var(--page-night) 74%); }
.page-hero::before { content: ""; position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 58px 58px; mask-image: linear-gradient(#000,transparent); }
.page-hero > * { position: relative; z-index: 1; }
.page-eyebrow { margin: 0 0 18px; color: #78aafc; font-size: .72rem; font-weight: 900; letter-spacing: .17em; text-transform: uppercase; }
.page-hero h1 { max-width: 850px; margin: auto; font-size: clamp(2.8rem,6vw,5.2rem); line-height: 1; letter-spacing: -.06em; }
.page-hero h1 span { color: #60a5fa; }
.page-hero-summary { max-width: 650px; margin: 24px auto 0; color: #aab4c5; font-size: 1.03rem; line-height: 1.75; }
.page-shell { width: min(1160px, calc(100% - 48px)); margin: auto; padding: 82px 0 100px; }
.section-intro { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 34px; }
.section-intro h2 { margin: 0 0 8px; font-size: clamp(1.8rem,4vw,2.8rem); letter-spacing: -.045em; }
.section-intro p { margin: 0; color: var(--page-muted); }
.section-pill { padding: 8px 12px; color: var(--page-blue-deep); border: 1px solid #cfe0ff; border-radius: 999px; background: #eef5ff; font-size: .72rem; font-weight: 800; white-space: nowrap; }
.modern-footer { color: #aeb7c6; background: var(--page-night); }
.modern-footer-inner { width: min(1160px, calc(100% - 48px)); min-height: 170px; margin: auto; display: grid; grid-template-columns: 1fr auto; align-content: center; gap: 16px 40px; }
.modern-footer .page-brand { padding: 0; border: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.modern-footer p { margin: 0; color: #667085; font-size: .8rem; }
.modern-footer nav { display: flex; grid-row: 1 / 3; grid-column: 2; align-items: center; gap: 24px; font-size: .78rem; font-weight: 700; }
.modern-footer nav a:hover { color: #60a5fa; }

.reviews-stats { position: relative; z-index: 3; width: min(780px,calc(100% - 48px)); margin: -34px auto 0; padding: 22px 30px; display: grid; grid-template-columns: repeat(3,1fr); color: var(--page-muted); border: 1px solid var(--page-line); border-radius: 18px; background: #fff; box-shadow: 0 18px 50px rgba(15,27,50,.1); text-align: center; font-size: .74rem; }
.reviews-stats div + div { border-left: 1px solid var(--page-line); }
.reviews-stats strong { display: block; margin-bottom: 3px; color: var(--page-ink); font-size: 1.15rem; }
.review-gallery { columns: 4 250px; column-gap: 18px; }
.review-tile { margin-bottom: 18px; padding: 14px; display: inline-block; width: 100%; border: 1px solid var(--page-line); border-radius: 17px; background: #fff; box-shadow: 0 8px 24px rgba(20,35,60,.05); break-inside: avoid; transition: transform .2s ease, box-shadow .2s ease; }
.review-tile:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(20,35,60,.11); }
.review-tile img { display: block; width: 100%; border-radius: 9px; }
.review-rating { margin-bottom: 28px; display: flex; justify-content: center; }
.review-rating img { max-height: 140px; width: auto; border-radius: 12px; }

.policy-layout { display: grid; grid-template-columns: 240px minmax(0,1fr); gap: 56px; align-items: start; }
.policy-nav { position: sticky; top: 24px; padding: 20px; border: 1px solid var(--page-line); border-radius: 16px; background: #fff; }
.policy-nav strong { display: block; margin-bottom: 12px; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.policy-nav a { display: block; padding: 8px 10px; color: var(--page-muted); border-radius: 8px; font-size: .78rem; }
.policy-nav a:hover { color: var(--page-blue-deep); background: #eef5ff; }
.policy-document { padding: 48px 54px; border: 1px solid var(--page-line); border-radius: 22px; background: #fff; box-shadow: 0 14px 40px rgba(20,35,60,.05); }
.policy-lead { margin: 0 0 42px; padding: 20px 22px; color: #334155; border-left: 4px solid var(--page-blue); border-radius: 0 12px 12px 0; background: #f0f6ff; line-height: 1.75; }
.policy-section { scroll-margin-top: 24px; padding: 0 0 34px; margin-bottom: 34px; border-bottom: 1px solid var(--page-line); }
.policy-section:last-child { margin: 0; padding: 0; border: 0; }
.policy-section h2 { margin: 0 0 14px; font-size: 1.28rem; letter-spacing: -.025em; }
.policy-section h3 { margin: 22px 0 8px; font-size: 1rem; }
.policy-section p, .policy-section li { color: #596579; font-size: .91rem; line-height: 1.8; }
.policy-section ul { padding-left: 18px; }
.policy-section li { margin-bottom: 7px; }
.policy-section a { color: var(--page-blue-deep); font-weight: 700; }

.contest-hero { padding-bottom: 120px; }
.invite-banner { max-width: 680px; margin: 30px auto 0; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #dce8fb; border: 1px solid rgba(96,165,250,.3); border-radius: 16px; background: rgba(59,130,246,.12); text-align: left; font-size: .82rem; }
.invite-banner img { height: 44px; width: auto; }
.prize-grid { position: relative; z-index: 4; width: min(970px,calc(100% - 48px)); margin: -68px auto 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.prize-card { overflow: hidden; display: grid; grid-template-rows: 400px auto; border: 1px solid var(--page-line); border-radius: 22px; background: #dbeafe; box-shadow: 0 24px 60px rgba(12,25,48,.14); }
.prize-card-image { position: static !important; grid-row: 1; height: 400px; min-height: 400px; padding: 26px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(145deg,#f5f8fd,#e8eef8); transform: none !important; }
.prize-card-image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.prize-card-copy { position: static !important; grid-row: 2; inset: auto !important; min-height: 162px; margin: 0 !important; padding: 30px 30px 34px; color: #fff !important; border-top: 5px solid #60a5fa; background: linear-gradient(135deg,rgba(37,99,235,.84),rgba(29,78,216,.76)); backdrop-filter: blur(14px); transform: none !important; }
.prize-card-copy::after { content: ""; position: absolute; width: 110px; height: 110px; right: -42px; top: -48px; border: 18px solid rgba(255,255,255,.09); border-radius: 50%; }
.prize-card-copy small { position: relative; z-index: 1; display: block; color: #bfdbfe !important; font-size: .72rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.prize-card-copy h2 { position: relative; z-index: 1; margin: 10px 0 8px; color: #fff !important; text-shadow: 0 2px 12px rgba(9,30,66,.25); font-size: clamp(1.7rem,3vw,2.2rem); font-weight: 900; line-height: 1.1; letter-spacing: -.04em; }
.prize-card-copy p { position: relative; z-index: 1; margin: 0; color: #dbeafe !important; font-size: .88rem; font-weight: 600; line-height: 1.5; }
.contest-shell { padding-top: 84px; }
.contest-info-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; margin-bottom: 76px; }
.contest-info-card { padding: 30px; border: 1px solid var(--page-line); border-radius: 20px; background: #fff; }
.contest-info-card .icon { width: 45px; height: 45px; display: grid; place-items: center; color: #fff; border-radius: 13px; background: var(--page-blue); }
.contest-info-card h2 { margin: 20px 0 14px; font-size: 1.25rem; }
.contest-info-card p, .contest-info-card li { color: var(--page-muted); font-size: .88rem; line-height: 1.75; }
.contest-info-card ul { margin: 0; padding-left: 20px; }
.contest-note { margin-top: 18px; padding: 12px 14px; color: #1d4ed8; border-radius: 10px; background: #eef5ff; font-size: .78rem; font-weight: 700; }
.leaderboard { overflow: hidden; border: 1px solid var(--page-line); border-radius: 20px; background: #fff; box-shadow: 0 12px 38px rgba(20,35,60,.05); }
.leader-row { padding: 15px 22px; display: grid; grid-template-columns: 60px 1fr 120px; align-items: center; border-bottom: 1px solid var(--page-line); font-size: .85rem; }
.leader-row:last-child { border-bottom: 0; }
.leader-head { color: #8490a3; background: #f8fafc; font-size: .68rem; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.leader-rank { color: #9aa4b5; font-weight: 700; }
.leader-name { font-weight: 800; overflow-wrap: anywhere; }
.leader-score { text-align: right; color: var(--page-blue-deep); font-weight: 900; }
.you-badge { margin-left: 8px; padding: 4px 7px; color: #fff; border-radius: 999px; background: var(--page-blue); font-size: .6rem; text-transform: uppercase; }
.empty-board { padding: 42px; color: var(--page-muted); text-align: center; }
.winner-card { position: relative; margin-top: 72px; padding: 52px; display: grid; grid-template-columns: minmax(250px,1fr) minmax(312px,.9fr) minmax(312px,.9fr); gap: 28px; align-items: center; overflow: hidden; color: #fff; border: 1px solid rgba(96,165,250,.18); border-radius: 28px; background: radial-gradient(circle at 20% 20%,#1b315b 0,#101b31 36%,#0a1120 78%); box-shadow: 0 26px 60px rgba(12,25,48,.18); }
.winner-card::before { content: ""; position: absolute; width: 280px; height: 280px; left: -120px; bottom: -180px; border-radius: 50%; background: rgba(59,130,246,.18); filter: blur(3px); }
.winner-card > * { position: relative; z-index: 1; }
.winner-card h3 { margin: 10px 0 12px; color: #fff; font-size: clamp(2rem,4vw,3rem); font-weight: 900; line-height: 1.05; letter-spacing: -.05em; }
.winner-card p { max-width: 440px; margin: 0; color: #aebbd0; font-size: .95rem; line-height: 1.65; }
.winner-card img { height: 319px; width: 100%; object-fit: cover; border: 1px solid rgba(255,255,255,.1); border-radius: 17px; box-shadow: 0 18px 38px rgba(0,0,0,.28); }
.contest-cta { margin: 70px 0 0; padding: 38px 42px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #fff; border-radius: 22px; background: linear-gradient(135deg,var(--page-blue),var(--page-blue-deep)); box-shadow: 0 22px 50px rgba(37,99,235,.22); }
.contest-cta h2 { margin: 0 0 5px; letter-spacing: -.04em; }
.contest-cta p { margin: 0; color: #d7e6ff; font-size: .85rem; }
.contest-cta img { height: 50px; width: auto; }

@media (max-width: 820px) {
    .page-nav-links > a:not(.page-nav-cta) { display: none; }
    .policy-layout { grid-template-columns: 1fr; }
    .policy-nav { position: static; display: none; }
    .winner-card { grid-template-columns: 1fr 1fr; }
    .winner-card > div { grid-column: 1 / -1; }
}
@media (max-width: 600px) {
    .page-nav { width: calc(100% - 30px); height: 72px; }
    .page-nav-cta { padding: 9px 12px; font-size: .72rem; }
    .page-hero { padding: 126px 20px 70px; }
    .page-shell { width: calc(100% - 30px); padding: 62px 0 76px; }
    .section-intro { align-items: flex-start; flex-direction: column; }
    .reviews-stats { grid-template-columns: 1fr; gap: 14px; }
    .reviews-stats div + div { padding-top: 14px; border-top: 1px solid var(--page-line); border-left: 0; }
    .review-gallery { columns: 1; }
    .policy-document { padding: 30px 22px; }
    .prize-grid, .contest-info-grid { grid-template-columns: 1fr; }
    .prize-card { grid-template-rows: 330px auto; }
    .prize-card-image { height: 330px; min-height: 330px; }
    .invite-banner, .contest-cta { flex-direction: column; text-align: center; }
    .leader-row { grid-template-columns: 42px 1fr 74px; padding: 14px; }
    .winner-card { grid-template-columns: 1fr; padding: 24px; }
    .winner-card > div { grid-column: auto; }
    .modern-footer-inner { padding: 36px 0; display: flex; min-height: 0; flex-direction: column; align-items: flex-start; }
    .modern-footer nav { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) { *,*::before,*::after { scroll-behavior: auto !important; transition-duration: .01ms !important; } }
