@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/roadradio-black-webfont.woff2") format("woff2"), url("../fonts/roadradio-black-webfont.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");

:root {
  --bg: #090806;
  --bg-2: #120f0b;
  --panel: rgba(14, 13, 11, 0.82);
  --panel-2: rgba(23, 20, 15, 0.86);
  --text: #f8f3e7;
  --muted: #c9c0ad;
  --muted-2: #948b7d;
  --gold: #d9a846;
  --gold-2: #f2cd72;
  --gold-3: #8e6424;
  --silver: #bfc2c4;
  --bronze: #b36a35;
  --green: #43d17a;
  --red: #d9584c;
  --line: rgba(217, 168, 70, 0.34);
  --container: 1180px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.48);
  --transition: 0.25s ease;
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  overflow-x: hidden;
  background:
    radial-gradient(circle at 78% 8%, rgba(217, 168, 70, 0.16), transparent 28%),
    radial-gradient(circle at 8% 54%, rgba(217, 168, 70, 0.08), transparent 26%),
    var(--bg);
  color: var(--text);
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.26;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(to bottom, transparent, #000 12%, #000 80%, transparent);
  z-index: 0;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; border: 0; background: transparent; color: inherit; }
strong { color: var(--gold-2); }

.container { width: min(var(--container), calc(100% - 44px)); margin: 0 auto; position: relative; z-index: 1; }
.section { position: relative; padding: 18px 0; }
.section-overlap { margin-top: -74px; z-index: 3; }

h1, h2, h3 {
  font-family: "RoadRadio", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 0.92;
  letter-spacing: -0.04em;
}
h1 { font-size: clamp(3.2rem, 7vw, 6.6rem); max-width: 650px; }
h2 { font-size: clamp(2.15rem, 4.6vw, 4.15rem); }
h3 { font-size: clamp(1.15rem, 1.8vw, 1.62rem); }
p { color: var(--muted); }

.topbar {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: min(var(--container), calc(100% - 44px));
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px 28px;
  border: 1px solid rgba(217, 168, 70, 0.22);
  border-radius: 999px;
  background: rgba(7, 7, 6, 0.58);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(0,0,0,0.38);
  z-index: 20;
  transition: var(--transition);
  pointer-events: auto;
}
.topbar.is-scrolled { background: rgba(7, 7, 6, 0.86); border-color: rgba(217, 168, 70, 0.42); }
.topbar-logo img { width: 122px; filter: drop-shadow(0 8px 18px rgba(0,0,0,0.45)); }
.topbar-nav { display: flex; align-items: center; gap: 22px; color: var(--muted); font-size: 0.82rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; }
.topbar-nav a { transition: color var(--transition); }
.topbar-nav a:hover { color: var(--gold-2); }
.topbar-cta { min-height: 42px; padding: 0 20px; display: inline-flex; align-items: center; border-radius: 999px; background: linear-gradient(180deg, var(--gold-2), var(--gold)); color: #140f07; font-family: "RoadRadio"; text-transform: uppercase; font-size: 0.86rem; box-shadow: 0 12px 30px rgba(217,168,70,0.24); }

.hero { min-height: 860px; position: relative; display: flex; align-items: center; padding: 130px 0 150px; overflow: hidden; background: #080706; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,7,6,0.94) 0%, rgba(7,7,6,0.62) 40%, rgba(7,7,6,0.12) 66%, rgba(7,7,6,0.38) 100%), url("../images/contest-hero.jpg") center right / cover no-repeat; }
.hero-bg::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 73% 34%, rgba(217,168,70,0.14), transparent 25%), linear-gradient(to bottom, transparent 72%, var(--bg) 100%); }
.hero-noise { position: absolute; inset: 0; opacity: 0.22; background-image: radial-gradient(circle, rgba(255,255,255,0.18) 1px, transparent 1px); background-size: 28px 28px; mix-blend-mode: screen; }
.hero-sparks {
  position: absolute;
  right: -8%;
  top: 12%;
  width: 54%;
  height: 70%;
  background:
    radial-gradient(circle at 20% 35%, rgba(242, 205, 114, 0.28) 0 2px, transparent 3px),
    radial-gradient(circle at 42% 44%, rgba(217, 168, 70, 0.23) 0 2px, transparent 3px),
    radial-gradient(circle at 56% 26%, rgba(242, 205, 114, 0.28) 0 1px, transparent 3px);
  filter: blur(0.2px);
  opacity: 0.68;
  transform: rotate(-12deg);
}
.hero-grid { display: grid; grid-template-columns: minmax(0, 650px) 1fr; align-items: center; }
.hero-copy { padding-top: 16px; }
.contest-logo-hero {
  width: min(320px, 80vw);
  margin-bottom: 30px;
  filter:
    drop-shadow(0 20px 42px rgba(0, 0, 0, 0.6))
    drop-shadow(0 0 24px rgba(217, 168, 70, 0.14));
}
.eyebrow, .kicker { display: inline-flex; align-items: center; color: var(--gold-2); font-family: "RoadRadio"; text-transform: uppercase; letter-spacing: 0.1em; font-size: 1rem; }
.hero h1 { margin-top: 10px; background: linear-gradient(180deg, #fff8e8 0%, #d7d2c5 35%, #d9a846 72%, #f2cd72 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; text-shadow: 0 28px 60px rgba(0,0,0,0.45); }
.hero-text {
  display: none;
}
.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: min(320px, 80vw);
  margin-top: 0;
}

.btn { min-height: 58px; display: inline-flex; align-items: center; justify-content: center; border-radius: 13px; padding: 0 30px; font-family: "RoadRadio"; text-transform: uppercase; letter-spacing: -0.02em; transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition), filter var(--transition); white-space: nowrap; }
.btn:hover { transform: translateY(-2px); }
.btn-gold { color: #120d06; background: linear-gradient(180deg, #fff1b0 0%, var(--gold-2) 18%, var(--gold) 58%, #ae762a 100%); box-shadow: 0 16px 36px rgba(217,168,70,0.28); }
.btn-gold:hover { filter: brightness(1.08); box-shadow: 0 18px 44px rgba(217,168,70,0.36); }
.btn-outline { color: var(--gold-2); border: 1px solid rgba(217,168,70,0.58); background: rgba(0,0,0,0.18); }
.btn-outline:hover { border-color: var(--gold-2); background: rgba(217,168,70,0.08); }
.btn-small { min-height: 50px; padding: 0 22px; }

.hero-actions .btn {
  width: 100%;
}

.panel { position: relative; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(180deg, rgba(25,22,16,0.88), rgba(8,8,7,0.88)); box-shadow: var(--shadow); }
.panel::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 8% 0%, rgba(242,205,114,0.12), transparent 28%), radial-gradient(circle at 94% 16%, rgba(217,168,70,0.1), transparent 26%); }
.full-panel { padding: 44px; }
.section-head { position: relative; z-index: 1; margin-bottom: 32px; }
.section-head.centered { text-align: center; }
.section-head p { max-width: 710px; margin: 14px auto 0; }
.section-head h2 { margin-top: 8px; color: var(--gold); }

.panel-prizes { padding: 40px 38px 46px; }
.prize-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.prize-card { min-height: 250px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 26px 18px; border: 1px solid rgba(217,168,70,0.34); border-radius: 18px; background: linear-gradient(180deg, rgba(255,255,255,0.05), rgba(255,255,255,0.015)); }
.prize-card h3 { margin-top: 18px; color: var(--gold-2); }
.prize-card p { font-size: 0.96rem; color: #eee5d2; }
.prize-main { border-color: rgba(242,205,114,0.74); box-shadow: inset 0 0 34px rgba(217,168,70,0.08); }
.medal { width: 82px; height: 82px; border-radius: 50%; display: grid; place-items: center; font-family: "RoadRadio"; font-size: 2.2rem; color: #100d08; box-shadow: inset 0 4px 8px rgba(255,255,255,0.26), 0 16px 30px rgba(0,0,0,0.35); }
.medal-gold { background: linear-gradient(135deg, #fff0a4, #c99032 58%, #80531e); }
.medal-silver { background: linear-gradient(135deg, #f8f8f7, #a9abad 58%, #585d60); }
.medal-bronze { background: linear-gradient(135deg, #efad72, #ac5c2d 58%, #633018); }
.medal-community { background: linear-gradient(135deg, #ffeeb0, #dba348 58%, #77521f); }

.steps-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.step-card { position: relative; min-height: 210px; padding: 34px 22px 28px; text-align: center; border-right: 1px solid rgba(217,168,70,0.24); }
.step-card:last-child { border-right: 0; }
.step-number { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 28px; border: 2px solid var(--gold); border-radius: 50%; color: var(--text); font-family: "RoadRadio"; font-size: 1.4rem; background: rgba(0,0,0,0.32); }
.step-card h3 { color: var(--gold-2); margin-bottom: 8px; }
.step-card p { max-width: 180px; margin: 0 auto; color: #eee5d2; }

.rules-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 26px; }
.rule-item { display: flex; gap: 14px; align-items: flex-start; padding: 16px 16px; border-radius: 16px; background: rgba(255,255,255,0.035); border: 1px solid rgba(217,168,70,0.14); }
.rule-icon { line-height: 1.2; filter: drop-shadow(0 4px 8px rgba(217,168,70,0.22)); }
.rule-item p { color: #f0e8d8; }

.judges-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.judge-card { position: relative; min-height: 300px; padding: 18px 18px 22px; text-align: center; border: 1px solid rgba(217,168,70,0.36); border-radius: 18px; background: radial-gradient(circle at top, rgba(217,168,70,0.08), transparent 46%), rgba(255,255,255,0.03); }
.flag { position: absolute; top: 14px; left: 14px; width: 28px; height: 21px; border-radius: 4px; box-shadow: 0 6px 16px rgba(0,0,0,0.35); }
.judge-card h3 { color: var(--gold-2); font-size: 1.24rem; }
.judge-card p { margin-top: 6px; color: #fff4db; font-size: 0.95rem; }
.judge-card span:last-child { display: inline-block; margin-top: 14px; color: var(--muted); font-size: 0.9rem; }
.judge-note { position: relative; z-index: 1; margin: 28px auto 0; max-width: 1100px; padding: 20px; text-align: center; border: 1px solid rgba(217,168,70,0.22); border-radius: 16px; background: rgba(0,0,0,0.22); }

.registration-panel { display: grid; grid-template-columns: 1.15fr 0.85fr; align-items: center; gap: 34px; }
.registration-copy { position: relative; z-index: 1; }
.registration-copy h2 { color: var(--gold); margin: 8px 0 16px; }
.registration-actions { position: relative; z-index: 1; display: grid; gap: 14px; }
.registration-actions .btn { width: 100%; }

.status-panel { overflow: visible; }
.status-tools { position: relative; z-index: 1; display: flex; gap: 12px; align-items: center; margin-bottom: 18px; }
.status-tools input { width: 100%; min-height: 56px; padding: 0 18px; border: 1px solid rgba(217,168,70,0.28); border-radius: 14px; color: var(--text); background: rgba(0,0,0,0.32); outline: 0; }
.status-tools input:focus { border-color: rgba(242,205,114,0.76); box-shadow: 0 0 0 4px rgba(217,168,70,0.08); }
.status-message { position: relative; z-index: 1; margin: 10px 0 14px; color: var(--muted); font-size: 0.94rem; display: none; }
.table-wrap { position: relative; z-index: 1; overflow-x: auto; border: 1px solid rgba(217,168,70,0.22); border-radius: 16px; }
.status-table { width: 100%; border-collapse: collapse; min-width: 720px; background: rgba(0,0,0,0.2); }
.status-table th, .status-table td { padding: 18px 16px; text-align: left; border-bottom: 1px solid rgba(217,168,70,0.14); }
.status-table th { color: var(--gold-2); font-family: "RoadRadio"; text-transform: uppercase; font-size: 0.95rem; letter-spacing: -0.02em; background: rgba(217,168,70,0.08); }
.status-table tr:last-child td { border-bottom: 0; }
.status-table td { color: #f0e7d6; }
.status-pill { display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border-radius: 999px; font-size: 0.82rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.04em; }
.status-approved { color: #04170b; background: linear-gradient(180deg, #83f2aa, var(--green)); }
.status-pending { color: #17100a; background: linear-gradient(180deg, #ffe6a0, var(--gold)); }
.status-not-approved { color: #fff1ee; background: rgba(217, 88, 76, 0.22); border: 1px solid rgba(217, 88, 76, 0.44); }
.status-note { position: relative; text-align: center; z-index: 1; margin-top: 16px; color: var(--muted-2); font-size: 0.9rem; }

.dates-panel { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 34px; }
.date-item { position: relative; z-index: 1; padding: 20px 24px; border-right: 1px solid rgba(217,168,70,0.25); }
.date-item:last-child { border-right: 0; }
.date-item span { display: block; color: var(--gold-2); font-family: "RoadRadio"; text-transform: uppercase; font-size: 0.92rem; margin-bottom: 8px; }
.date-item strong { color: var(--text); font-size: 1.12rem; font-weight: 600; }

.final-cta { position: relative; padding: 74px 0 54px; overflow: hidden; }
.final-cta::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 84% 18%, rgba(217,168,70,0.18), transparent 28%); }
.final-grid { display: grid; grid-template-columns: 1fr 0.9fr; align-items: center; gap: 40px; }
.final-grid h2 { font-size: clamp(2.4rem, 5vw, 4.7rem); color: #e6e0d3; }
.final-grid h2 span { color: var(--gold); }
.final-grid p { max-width: 520px; margin-top: 12px; font-size: 1.08rem; }
.final-actions { display: grid; gap: 16px; }
.membership-box { display: block; padding: 22px; border: 1px solid rgba(217,168,70,0.42); border-radius: 16px; background: rgba(0,0,0,0.24); text-align: center; }
.membership-box strong { display: block; font-family: "RoadRadio"; text-transform: uppercase; margin-bottom: 8px; }
.membership-box span { color: var(--muted); font-size: 0.9rem; word-break: break-word; }

.footer { padding: 22px 0 34px; color: var(--muted); }
.footer-inner { display: flex; justify-content: space-between; gap: 18px; font-size: 0.92rem; }
.footer strong { color: var(--gold-2); }

@media (max-width: 980px) {
  .topbar { top: 10px; min-height: 62px; padding: 8px 14px; width: min(var(--container), calc(100% - 28px)); }
  .topbar-logo img { width: 96px; }
  .topbar-nav { display: none; }
  .topbar-cta { min-height: 40px; padding: 0 16px; font-size: 0.78rem; }
  .hero { min-height: auto; padding: 116px 0 130px; align-items: flex-start; }
  .hero-bg { background: linear-gradient(180deg, rgba(7,7,6,0.42), rgba(7,7,6,0.88) 64%, var(--bg) 100%), url("../images/contest-hero.jpg") 70% top / cover no-repeat; }
  .hero-grid { display: block; }
  .hero-copy { padding-top: 300px; text-align: center; }
  .contest-logo-hero {
    width: min(280px, 82vw);
    margin-left: auto;
    margin-right: auto;
  }
  
  .hero-actions {
    width: min(280px, 82vw);
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
  .section-overlap { margin-top: -84px; }
  .full-panel, .panel-prizes { padding: 30px 20px; }
  .prize-grid, .steps-grid, .judges-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rules-grid, .registration-panel, .final-grid, .dates-panel { grid-template-columns: 1fr; }
  .step-card { border-right: 0; border-bottom: 1px solid rgba(217,168,70,0.18); }
  .step-card:nth-last-child(-n+2) { border-bottom: 0; }
  .date-item { border-right: 0; border-bottom: 1px solid rgba(217,168,70,0.18); }
  .date-item:last-child { border-bottom: 0; }
}

@media (max-width: 640px) {
  .container { width: min(100% - 28px, var(--container)); }
  body { font-size: 15px; }
  h1 { font-size: clamp(2.65rem, 14vw, 4.2rem); }
  h2 { font-size: clamp(1.95rem, 10vw, 3rem); }
  .hero { padding-top: 94px; padding-bottom: 116px; }
  .hero-copy { padding-top: 230px; }
  .eyebrow, .kicker { font-size: 0.84rem; }
  .status-tools { display: grid; }
  .btn { width: 100%; min-height: 54px; padding: 0 22px; font-size: 0.9rem; }
  .panel { border-radius: 18px; }
  .section { padding: 12px 0; }
  .section-overlap { margin-top: -72px; }
  .prize-grid, .steps-grid, .judges-grid { grid-template-columns: 1fr; }
  .prize-card { min-height: 210px; }
  .step-card { min-height: 170px; border-bottom: 1px solid rgba(217,168,70,0.18) !important; }
  .step-card:last-child { border-bottom: 0 !important; }
  .rules-grid { gap: 12px; }
  .rule-item { padding: 14px; }
  .judge-card { min-height: 270px; }
  .status-table { min-width: 620px; }
  .status-table th, .status-table td { padding: 14px 12px; }
  .final-cta { padding-top: 54px; }
  .footer-inner { flex-direction: column; text-align: center; }
}


/* =========================================================
   HERO + PRIZES FIX
   Paste this at the END of your current style.css
========================================================= */

/* HERO: remove the huge empty space after the buttons */
.hero {
  min-height: 760px;
  padding: 120px 0 86px;
  align-items: center;
}

.hero-copy {
  padding-top: 0;
}

.contest-logo-hero {
  width: min(320px, 80vw);
  margin-bottom: 30px;
}

.hero-text {
  display: none;
}

.hero-actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: min(320px, 80vw);
  margin-top: 0;
}

.hero-actions .btn {
  width: 100%;
}

.hero-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 73% 34%, rgba(217, 168, 70, 0.10), transparent 25%),
    linear-gradient(to bottom, transparent 68%, rgba(9, 8, 6, 0.72) 88%, var(--bg) 100%);
}

.section-overlap {
  margin-top: -18px;
  z-index: 3;
}

/* PRIZES: less gap before the section */
.panel-prizes {
  padding: 54px 48px 62px;
  background:
    radial-gradient(circle at 50% 38%, rgba(217, 168, 70, 0.10), transparent 34%),
    linear-gradient(180deg, rgba(25, 22, 16, 0.92), rgba(8, 8, 7, 0.92));
}

/* PRIZES: pill layout */
.prizes-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.prizes-main {
  display: flex;
  justify-content: center;
  width: 100%;
}

.prizes-secondary {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.prize-pill {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 74px;
  padding: 0 38px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 18px 38px rgba(0, 0, 0, 0.34);
  overflow: hidden;
}

.prize-pill span {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: "RoadRadio", sans-serif;
  text-transform: uppercase;
  line-height: 1;
}

/* FIRST PLACE: stronger gold, more champion feeling */
.prize-first {
  min-height: 112px;
  padding: 0 72px;
  border: 1px solid rgba(255, 220, 105, 0.92);
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 245, 170, 0.58), transparent 46%),
    radial-gradient(circle at 50% 120%, rgba(160, 92, 10, 0.38), transparent 52%),
    linear-gradient(180deg, #ffd86a 0%, #d9a846 34%, #8f5f1f 70%, #211507 100%);
  box-shadow:
    0 0 26px rgba(255, 216, 106, 0.34),
    0 0 70px rgba(217, 168, 70, 0.22),
    0 28px 70px rgba(0, 0, 0, 0.42),
    inset 0 2px 0 rgba(255, 255, 255, 0.44),
    inset 0 -18px 32px rgba(73, 39, 6, 0.42);
}

.prize-first::before {
  content: "";
  position: absolute;
  inset: -80% auto -80% -40%;
  width: 42%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transform: rotate(18deg);
  opacity: 0.7;
}

.prize-first::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: inherit;
  border: 1px solid rgba(255, 246, 190, 0.28);
  pointer-events: none;
}

.prize-first span {
  font-size: clamp(2.7rem, 4.5vw, 4.25rem);
  gap: 18px;
}

.prize-first .placement {
  color: #241605;
  text-shadow:
    0 1px 0 rgba(255, 244, 187, 0.38),
    0 0 18px rgba(255, 240, 160, 0.35);
}

.prize-first .amount {
  color: #fff8db;
  text-shadow:
    0 2px 0 rgba(68, 38, 5, 0.36),
    0 0 24px rgba(255, 255, 255, 0.36);
}

/* SECOND TO FIFTH */
.prize-second,
.prize-third,
.prize-fourth,
.prize-fifth {
  min-height: 74px;
  padding: 0 38px;
}

.prize-second span,
.prize-third span,
.prize-fourth span,
.prize-fifth span {
  font-size: clamp(1.45rem, 2vw, 2.1rem);
}

.prize-second .placement,
.prize-third .placement,
.prize-fourth .placement,
.prize-fifth .placement {
  color: var(--gold);
}

.prize-second .amount,
.prize-third .amount,
.prize-fourth .amount,
.prize-fifth .amount {
  color: #f5f0e4;
}

.prize-bonus {
  margin-top: 12px;
  color: #f2efe7;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -0.02em;
  text-align: center;
  text-transform: uppercase;
}

.prize-bonus strong {
  color: var(--gold-2);
}

@media (max-width: 980px) {
  .hero {
    min-height: auto;
    padding: 96px 0 92px;
  }

  .hero-copy {
    padding-top: 250px;
  }

  .contest-logo-hero {
    width: min(280px, 82vw);
  }

  .hero-actions {
    width: min(300px, 82vw);
    margin-left: auto;
    margin-right: auto;
  }

  .section-overlap {
    margin-top: -22px;
  }
}

@media (max-width: 768px) {
  .panel-prizes {
    padding: 40px 22px 48px;
  }

  .prize-first {
    width: 100%;
    min-height: 92px;
    padding: 0 28px;
  }

  .prize-first span {
    font-size: 2.35rem;
    gap: 12px;
  }

  .prize-second,
  .prize-third,
  .prize-fourth,
  .prize-fifth {
    width: calc(50% - 8px);
    min-height: 64px;
    padding: 0 16px;
  }

  .prize-second span,
  .prize-third span,
  .prize-fourth span,
  .prize-fifth span {
    font-size: 1.18rem;
    gap: 8px;
  }

  .prize-bonus {
    font-size: 0.84rem;
    line-height: 1.45;
  }
}

@media (max-width: 640px) {
  .hero {
    padding-top: 88px;
    padding-bottom: 82px;
  }

  .hero-copy {
    padding-top: 210px;
  }

  .section-overlap {
    margin-top: -18px;
  }
}


/* =========================================================
   FIX HERO + PRIZES LAYOUT
   Cole este bloco no final do style.css
========================================================= */

/* HERO: altura de tela e conteúdo centralizado */
.hero {
    min-height: 100vh;
    padding: 120px 0 96px;
    display: flex;
    align-items: center;
}

.hero-grid {
    min-height: calc(100vh - 216px);
    display: grid;
    grid-template-columns: minmax(0, 520px) 1fr;
    align-items: center;
}

.hero-copy {
    padding-top: 0;
}

.contest-logo-hero {
    width: min(320px, 80vw);
    margin-bottom: 42px;
}

.hero-text {
    display: none;
}

.hero-actions {
    width: min(320px, 80vw);
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-top: 0;
}

.hero-actions .btn {
    width: 100%;
}

/* Transição mais natural entre hero e prizes */
.section-overlap {
    margin-top: 0;
    padding-top: 70px;
}

/* Remove a faixa dourada/brusca depois do hero */
.hero-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 73% 34%, rgba(217, 168, 70, 0.12), transparent 26%),
        linear-gradient(to bottom, transparent 68%, rgba(9, 8, 6, 0.84) 88%, var(--bg) 100%);
}

/* PRIZES: bloco com respiro no topo */
.panel-prizes {
    padding: 58px 48px 62px;
}

.prizes-wrapper {
    gap: 20px;
}

/* 1st place destacado por acabamento dourado, sem tamanho exagerado */
.prize-first {
    min-height: 78px;
    padding: 0 44px;
    border: 1px solid rgba(255, 218, 118, 0.72);
    background:
        linear-gradient(180deg, rgba(255, 218, 118, 0.28) 0%, rgba(173, 113, 31, 0.54) 42%, rgba(38, 25, 9, 0.96) 100%);
    box-shadow:
        inset 0 1px 0 rgba(255, 244, 196, 0.38),
        inset 0 -8px 18px rgba(0, 0, 0, 0.45),
        0 12px 30px rgba(0, 0, 0, 0.36),
        0 0 22px rgba(217, 168, 70, 0.18);
}

.prize-first span {
    font-size: clamp(1.8rem, 3vw, 2.75rem);
    gap: 14px;
}

.prize-first .placement {
    color: #ffd66b;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.18);
}

.prize-first .amount {
    color: #fff4d6;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.12);
}

.prize-first::before {
    opacity: 0.42;
}

.prize-first::after {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    pointer-events: none;
    background:
        linear-gradient(120deg, transparent 0%, rgba(255, 243, 190, 0.12) 48%, transparent 68%);
}

/* Os outros prêmios não precisam competir com o primeiro */
.prize-second,
.prize-third,
.prize-fourth,
.prize-fifth {
    min-height: 68px;
}

.prize-second span,
.prize-third span,
.prize-fourth span,
.prize-fifth span {
    font-size: clamp(1.35rem, 1.75vw, 1.9rem);
}

/* MOBILE */
@media (max-width: 980px) {
    .hero {
        min-height: 100vh;
        padding: 94px 0 82px;
        align-items: center;
    }

    .hero-grid {
        min-height: calc(100vh - 176px);
        display: block;
    }

    .hero-copy {
        min-height: calc(100vh - 176px);
        padding-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .contest-logo-hero {
        width: min(280px, 78vw);
        margin-bottom: 34px;
    }

    .hero-actions {
        width: min(300px, 84vw);
        justify-content: initial;
    }

    .section-overlap {
        margin-top: 0;
        padding-top: 42px;
    }

    .panel-prizes {
        padding: 40px 22px 48px;
    }

    .prize-first {
        width: 100%;
        min-height: 72px;
        padding: 0 26px;
    }

    .prize-first span {
        font-size: 1.75rem;
    }
}

@media (max-width: 640px) {
    .contest-logo-hero {
        width: min(250px, 78vw);
    }

    .hero-actions {
        width: min(286px, 84vw);
    }

    .section-overlap {
        padding-top: 32px;
    }
}

.scroll-down {
    position: fixed;
    left: 50%;
    bottom: 34px;

    transform: translateX(-50%);

    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 15;

    opacity: 1;
    transition:
        opacity 0.25s ease,
        transform 0.25s ease;
}

body.scrolled .scroll-down {
    opacity: 0;
    pointer-events: none;
}

.scroll-down span {
    width: 18px;
    height: 18px;

    border-right: 2px solid rgba(242,205,114,0.85);
    border-bottom: 2px solid rgba(242,205,114,0.85);

    transform: rotate(45deg);

    transition:
        border-color 0.25s ease;
}

.scroll-down:hover {
    transform: translateX(-50%) translateY(4px);
}

.scroll-down:hover span {
    border-color: #fff3cf;
}

.steps-visual-grid {
    position: relative;
    z-index: 1;

    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.step-visual-card {
    position: relative;

    min-height: 330px;

    padding: 22px 18px 26px;

    border: 1px solid rgba(217,168,70,0.22);
    border-radius: 20px;

    background:
        radial-gradient(circle at 50% 0%, rgba(217,168,70,0.08), transparent 46%),
        rgba(255,255,255,0.025);

    text-align: center;

    overflow: hidden;
}

.step-badge {
    position: absolute;
    top: 14px;
    left: 14px;

    width: 38px;
    height: 38px;

    display: grid;
    place-items: center;

    border: 1px solid rgba(217,168,70,0.58);
    border-radius: 999px;

    color: var(--gold-2);

    font-family: "RoadRadio", sans-serif;
    font-size: 0.82rem;

    background: rgba(0,0,0,0.32);

    z-index: 2;
}

.step-image {
    height: 180px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;
}

.step-image img {
    max-height: 100%;
    max-width: 100%;

    object-fit: contain;

    filter:
        drop-shadow(0 20px 34px rgba(0,0,0,0.45))
        drop-shadow(0 0 18px rgba(217,168,70,0.08));
}

.step-image-icon img {
    max-height: 142px;
}

.step-visual-card h3 {
    color: var(--gold-2);
    margin-bottom: 8px;
}

.step-visual-card p {
    max-width: 210px;
    margin: 0 auto;

    color: #eee5d2;
    font-size: 0.95rem;
}

@media (max-width: 980px) {
    .steps-visual-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


@media (max-width: 640px) {
    .steps-visual-grid {
        grid-template-columns: 1fr;
    }

    .step-visual-card {
        min-height: auto;
    }

    .step-image {
        height: 210px;
    }
}

.rules-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.rule-card {
    display: flex;
    align-items: flex-start;
    gap: 18px;

    padding: 26px;

    border: 1px solid rgba(217,168,70,0.18);
    border-radius: 22px;

    background:
        radial-gradient(circle at top, rgba(217,168,70,0.06), transparent 55%),
        rgba(255,255,255,0.02);
}

.rule-card.wide {
    grid-column: span 2;
}

.rule-icon {
    flex-shrink: 0;
}

.rule-icon img {
    width: 28px;
    height: 28px;

    object-fit: contain;

    filter:
        drop-shadow(0 0 10px rgba(217,168,70,0.35));
}

.rule-content h3 {
    margin-bottom: 10px;

    color: var(--gold-2);

    font-size: 1.35rem;
}

.rule-content p,
.rule-content li {
    color: #eee5d2;

    line-height: 1.7;
    font-size: 1rem;
}

.rule-content ul {
    display: flex;
    flex-direction: column;
    gap: 10px;

    padding-left: 18px;
}

.rule-content li::marker {
    color: var(--gold-2);
}

@media (max-width: 900px) {

    .rules-grid {
        grid-template-columns: 1fr;
    }

    .rule-card.wide {
        grid-column: span 1;
    }

}

.judges-grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.judge-card {
    color: inherit;
}


.tanuki-team-photo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 34px;
}

.tanuki-team-photo img {
    width: 150px;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 12px 26px rgba(0,0,0,0.45));
}

.judge-team .flag {
    display: none;
}

@media (max-width: 980px) {
    .judges-grid-six {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .judges-grid-six {
        grid-template-columns: 1fr;
    }
}

.judges-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    margin-top: 60px;
}

.judge-card {
    position: relative;

    padding: 18px 18px 26px;

    border-radius: 26px;

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.025),
            rgba(0,0,0,0.18)
        );

    border: 1px solid rgba(255,196,79,0.12);

    text-align: center;

    transition:
        transform 0.25s ease,
        border-color 0.25s ease,
        box-shadow 0.25s ease;
}

.judge-card:hover {
    transform: translateY(-4px);

    border-color: rgba(255,196,79,0.25);

    box-shadow:
        0 10px 40px rgba(0,0,0,0.35),
        0 0 25px rgba(255,196,79,0.08);
}

.judge-photo {
    position: relative;

    width: 88%;
    aspect-ratio: 1 / 1;

    margin: 0 auto 20px;

    overflow: hidden;

    border-radius: 18px;

    background: #0f0f0f;

    border: 1px solid rgba(255,255,255,0.04);
}

.judge-photo img {
    width: 100%;
    height: 100%;

    object-fit: cover;
    object-position: center;

    display: block;
}

.judge-card h3 {
    margin: 0 0 8px;

    font-size: 1.05rem;
    line-height: 1.1;

    color: #e6b24f;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.judge-card span {
    display: block;

    margin-bottom: 16px;

    color: rgba(255,255,255,0.72);

    font-size: 0.98rem;
}

.judge-card p {
    color: rgba(255,255,255,0.5);

    font-size: 0.95rem;

    margin: 0;
}

/* FLAGS */
.flag {
    position: absolute;

    top: 16px;
    left: 16px;

    width: 34px;
    height: 24px;

    object-fit: cover;

    border-radius: 6px;

    z-index: 10;

    box-shadow:
        0 4px 10px rgba(0,0,0,0.35),
        0 0 0 1px rgba(255,255,255,0.08);
}

/* FIX FLAGS JUDGES */
.judge-card .flag,
.judge-card .fi {
    position: absolute;
    top: 18px;
    left: 18px;

    width: 42px;
    height: 30px;

    display: block;

    border-radius: 6px;
    overflow: hidden;

    background-size: cover;
    background-position: center;

    z-index: 20;

    box-shadow:
        0 6px 14px rgba(0,0,0,0.42),
        0 0 0 1px rgba(255,255,255,0.22);
}

/* evita conflito com regras antigas de img.flag */
.judge-card img.flag {
    display: none;
}

/* deixa a bandeira bem presa ao card, sem invadir torto a foto */
.judge-photo {
    margin-top: 0;
}

/* mobile */
@media (max-width: 640px) {
    .judge-card .flag,
    .judge-card .fi {
        top: 16px;
        left: 16px;
        width: 40px;
        height: 28px;
    }
}

.judge-card .flag,
.judge-card .fi {
    position: absolute;
    top: 14px;
    left: 14px;

    width: 28px;
    height: 20px;

    display: block;

    border-radius: 4px;
    overflow: hidden;

    background-size: cover;
    background-position: center;

    z-index: 20;

    box-shadow:
        0 4px 10px rgba(0,0,0,0.35),
        0 0 0 1px rgba(255,255,255,0.12);
		
		    margin-left: 20px;
    margin-top: 1px;
}

@media (max-width: 640px) {
    .judge-card .flag,
    .judge-card .fi {
        top: 12px;
        left: 12px;
        width: 26px;
        height: 18px;
    }
}

.final-cta h2 {
    font-size: clamp(20px, 4vw, 35px);
    line-height: 0.9;
    letter-spacing: -0.05em;
    font-weight: 900;
    margin-bottom: 20px;
    max-width: 700px;
}

@media (max-width: 768px) {

    .judges-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .judge-card {
        width: 100%;
        min-width: 0;
    }

    .judge-card h3 {
        font-size: 18px;
    }

    .judge-card p {
        font-size: 14px;
    }

}

@media (max-width: 768px) {

    .judges-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
    }

    .judge-card {
        min-width: 0;
        padding: 16px 12px 20px;
        overflow: hidden;
    }

    .judge-photo {
        width: 82%;
        margin-bottom: 18px;
    }

    .judge-card h3 {
        font-size: 15px;
        line-height: 1.15;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .judge-card p {
        font-size: 12px;
        line-height: 1.2;
        word-break: break-word;
        overflow-wrap: anywhere;
    }
}

.topbar-nav {
    gap: 12px;
}

.topbar-nav a {
    min-height: 42px;
    padding: 0 18px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border-radius: 999px;
    border: 1px solid rgba(217, 168, 70, 0.22);

    background: rgba(217, 168, 70, 0.055);

    color: rgba(248, 243, 231, 0.9);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05),
        0 6px 14px rgba(0,0,0,0.12);

    cursor: pointer;

    transition: all 0.25s ease;
}

.topbar-nav a:hover {
    color: #fff3cf;

    background: rgba(217, 168, 70, 0.14);

    border-color: rgba(217, 168, 70, 0.46);

    transform: translateY(-1px);
}

.hero-countdown {
    width: min(320px, 80vw);
    margin-top: 18px;
    padding: 16px 18px;

    border: 1px solid rgba(217, 168, 70, 0.34);
    border-radius: 14px;

    background:
        linear-gradient(180deg, rgba(217, 168, 70, 0.08), rgba(0, 0, 0, 0.22));

    text-align: center;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.06),
        0 12px 30px rgba(0,0,0,0.24);
}

.hero-countdown span {
    display: block;

    margin-bottom: 4px;

    color: var(--gold-2);

    font-family: "RoadRadio", sans-serif;
    font-size: 0.76rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.hero-countdown strong {
    display: block;

    color: #f8f3e7;

    font-family: "RoadRadio", sans-serif;
    font-size: 1.35rem;
    line-height: 1;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    .hero-countdown {
        margin-left: auto;
        margin-right: auto;
        width: min(300px, 84vw);
    }
}

.prize-first {
    position: relative;
    border-color: rgba(255, 220, 105, 1);

    box-shadow:
        0 0 26px rgba(255, 205, 92, 0.34),
        0 0 62px rgba(255, 205, 92, 0.22),
        0 0 110px rgba(255, 168, 40, 0.12),
        inset 0 0 26px rgba(255, 230, 140, 0.22);

    animation: goldPulseStrong 3.2s ease-in-out infinite;
}

.prize-first::before {
    content: "";
    position: absolute;
    inset: -12px;
    border-radius: inherit;

    background:
        radial-gradient(circle at 50% 50%,
            rgba(255, 240, 180, 0.42),
            rgba(255, 200, 70, 0.24) 38%,
            transparent 72%
        );

    opacity: 0.85;
    filter: blur(8px);

    animation: goldInnerGlowStrong 3.2s ease-in-out infinite;

    pointer-events: none;
}

.prize-first > * {
    position: relative;
    z-index: 2;
}

@keyframes goldPulseStrong {
    0%, 100% {
        box-shadow:
            0 0 22px rgba(255, 205, 92, 0.28),
            0 0 48px rgba(255, 205, 92, 0.16),
            0 0 82px rgba(255, 168, 40, 0.10),
            inset 0 0 20px rgba(255, 230, 140, 0.16);
    }

    50% {
        box-shadow:
            0 0 42px rgba(255, 220, 105, 0.55),
            0 0 96px rgba(255, 205, 92, 0.34),
            0 0 150px rgba(255, 168, 40, 0.22),
            inset 0 0 36px rgba(255, 240, 180, 0.34);
    }
}

@keyframes goldInnerGlowStrong {
    0%, 100% {
        opacity: 0.45;
        transform: scale(0.98);
    }

    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}

.flag {
    width: 38px !important;
    height: 28px !important;

    border-radius: 7px;

    box-shadow:
        0 4px 10px rgba(0,0,0,0.35),
        0 0 0 1px rgba(255,255,255,0.08);

    transform: translate(-4px, -4px);

    background-size: cover !important;
}

.hero-dates {
    width: min(320px, 80vw);
    margin: 14px 0 22px;

    display: flex;
    justify-content: center;
    text-align: center;
}

.hero-dates span {
    display: block;

    color: rgba(248, 243, 231, 0.92);

    font-family: "RoadRadio", sans-serif;
    font-size: 1.08rem;
    font-weight: 700;

    letter-spacing: 0.18em;
    text-transform: uppercase;

    text-shadow:
        0 0 10px rgba(217, 168, 70, 0.12);
}

.status-load-more-wrap {
    display: flex;
    justify-content: center;
    margin: 26px 0 18px;
}

#loadMoreStatus {
    min-width: 240px;
}

.participants-counter {
    margin-top: 22px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.participants-counter span {
    font-family: "RoadRadio", sans-serif;
    font-size: 2rem;
    font-weight: 800;

    color: #e0b14a;

    line-height: 1;

    text-shadow:
        0 0 18px rgba(217, 168, 70, 0.18);
}

.participants-counter small {
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;

    color: rgba(255,255,255,0.58);
}

.participants-counter {
    margin-top: 22px;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.participants-counter span {
    font-family: "RoadRadio", sans-serif;
    font-size: 2rem;
    font-weight: 800;

    color: #e0b14a;

    line-height: 1;

    text-shadow:
        0 0 18px rgba(217, 168, 70, 0.18);
}

.participants-counter small {
    font-size: 0.82rem;
    letter-spacing: 0.16em;
    text-transform: uppercase;

    color: rgba(255,255,255,0.58);
}

.dates-panel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 0;

    padding: 54px 60px;
}

.date-item {
    position: relative;

    padding: 8px 60px;

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.date-item:not(:last-child)::after {
    content: "";

    position: absolute;

    top: 50%;
    right: 0;

    width: 1px;
    height: 110px;

    background: linear-gradient(
        to bottom,
        transparent,
        rgba(217, 168, 70, 0.28),
        transparent
    );

    transform: translateY(-50%);
}

.date-item span {
    font-size: 0.88rem;
    font-weight: 700;

    text-transform: uppercase;
    letter-spacing: 0.14em;

    color: var(--gold);

    opacity: 0.9;
}

.date-main {
    margin-top: 14px;

    font-size: 2.15rem;
    font-weight: 800;
    line-height: 1;

    color: #f8f3e7;

    letter-spacing: -0.04em;
}

.date-zone {
    margin-top: 12px;

    font-size: 0.76rem;
    font-weight: 600;

    text-transform: uppercase;
    letter-spacing: 0.16em;

    color: rgba(248, 243, 231, 0.42);
}

@media (max-width: 900px) {

    .dates-panel {
        grid-template-columns: 1fr;

        padding: 28px;
    }

    .date-item {
        padding: 26px 0;
        text-align: center;
    }

    .date-item:not(:last-child)::after {
        top: auto;
        bottom: 0;
        right: auto;
        left: 50%;

        width: 120px;
        height: 1px;

        transform: translateX(-50%);
    }

    .date-main {
        font-size: 1.7rem;
    }
}

.rule-card a {
    color: var(--gold);

    font-weight: 700;

    text-decoration: none;

    transition: 0.25s ease;
}

.rule-card a:hover {
    color: #f6d97a;

    text-shadow:
        0 0 12px rgba(217, 168, 70, 0.35);
}

.rule-icon {
    color: var(--gold);

    font-family: "RoadRadio", sans-serif;
    font-size: 1.45rem;
    font-weight: 900;

    line-height: 1;

    text-shadow:
        0 0 10px rgba(217, 168, 70, 0.18);

    flex-shrink: 0;

    transform: translateY(-1px);
}

.jury-panel {
    padding: 70px 60px;
}

.jury-content {
    max-width: 980px;

    margin: 0 auto;

    display: flex;
    flex-direction: column;
    gap: 24px;
}

.jury-content p {
    color: rgba(248, 243, 231, 0.88);

    font-size: 1.08rem;
    line-height: 1.8;
}

.jury-content strong {
    color: #f8f3e7;
}

.jury-criteria {
    display: flex;
    flex-direction: column;
    gap: 18px;

    padding-left: 22px;
}

.jury-criteria li {
    color: rgba(248, 243, 231, 0.9);

    font-size: 1.05rem;
    line-height: 1.7;
}

.jury-highlight {
    padding: 22px 26px;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            rgba(217, 168, 70, 0.08),
            rgba(217, 168, 70, 0.02)
        );

    border: 1px solid rgba(217, 168, 70, 0.16);

    color: #f8f3e7;

    font-size: 1rem;
    line-height: 1.7;
}

.jury-highlight.secondary {
    border-color: rgba(217, 168, 70, 0.22);

    background:
        linear-gradient(
            135deg,
            rgba(217, 168, 70, 0.12),
            rgba(217, 168, 70, 0.03)
        );
}

@media (max-width: 900px) {

    .jury-panel {
        padding: 42px 26px;
    }

    .jury-content p,
    .jury-criteria li,
    .jury-highlight {
        font-size: 0.98rem;
    }
}

#jury-system .container {
    width: min(var(--container), calc(100% - 0px));
}

.status-finished {
    position: relative;
    overflow: hidden;

    color: #1a1206;

    background:
        linear-gradient(180deg, #fff0a8 0%, #f2cd72 28%, #d9a846 62%, #a86f22 100%);

    border: 1px solid rgba(255, 230, 140, 0.9);

    box-shadow:
        0 0 18px rgba(255, 205, 92, 0.34),
        0 0 42px rgba(255, 205, 92, 0.18),
        inset 0 1px 0 rgba(255,255,255,0.38);

    animation: finishedGoldPulse 2.8s ease-in-out infinite;
}

.status-finished::before {
    content: "";
    position: absolute;
    inset: -40%;

    background:
        radial-gradient(circle, rgba(255,255,255,0.58), transparent 42%);

    opacity: 0.55;

    animation: finishedGoldGlow 2.8s ease-in-out infinite;

    pointer-events: none;
}

.status-finished {
    font-weight: 900;
}

@keyframes finishedGoldPulse {
    0%, 100% {
        box-shadow:
            0 0 14px rgba(255, 205, 92, 0.26),
            0 0 30px rgba(255, 205, 92, 0.12),
            inset 0 1px 0 rgba(255,255,255,0.32);
    }

    50% {
        box-shadow:
            0 0 30px rgba(255, 220, 105, 0.52),
            0 0 70px rgba(255, 205, 92, 0.28),
            inset 0 1px 0 rgba(255,255,255,0.48);
    }
}

@keyframes finishedGoldGlow {
    0%, 100% {
        opacity: 0.32;
        transform: scale(0.95);
    }

    50% {
        opacity: 0.75;
        transform: scale(1.08);
    }
}

.status-pending {
    color: #e7dccb;

    background: linear-gradient(
        180deg,
        rgba(110, 98, 84, 0.42) 0%,
        rgba(72, 64, 56, 0.55) 100%
    );

    border: 1px solid rgba(210, 190, 165, 0.18);

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.05);

    opacity: 0.92;
}

.status-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;

    margin: 28px 0 18px;
}

.pagination-btn {
    width: 42px;
    height: 42px;

    border-radius: 999px;
    border: 1px solid rgba(217,168,70,0.32);

    background: rgba(0,0,0,0.18);

    color: var(--gold-2);

    font-family: "RoadRadio", sans-serif;
    font-size: 0.92rem;

    cursor: pointer;

    transition: 0.25s ease;
}

.pagination-btn:hover,
.pagination-btn.active {
    background: linear-gradient(180deg, var(--gold-2), var(--gold));
    color: #120d06;
}

.status-updated {
    margin-top: 18px;

    color: rgba(248, 243, 231, 0.62);

    font-size: 0.9rem;
    text-align: center;
}

.card-subscribe-btn {
    width: 100%;
    min-height: 48px;
    margin-top: 18px;

    font-size: 0.82rem;
    border-radius: 12px;
}

.prize-delivery-panel {
    padding: 70px 72px;
}

.delivery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;

    max-width: 980px;
    margin: 0 auto;
}

.delivery-card {
    padding: 34px 36px;

    border-radius: 24px;
    border: 1px solid rgba(217, 168, 70, 0.18);

    background:
        linear-gradient(
            135deg,
            rgba(217, 168, 70, 0.08),
            rgba(0, 0, 0, 0.18)
        );
}

.delivery-card span {
    display: block;

    margin-bottom: 12px;

    color: var(--gold);
    font-family: "RoadRadio", sans-serif;
    font-size: 0.82rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.delivery-card strong {
    display: block;

    color: #f8f3e7;
    font-family: "RoadRadio", sans-serif;
    font-size: 1.75rem;
    line-height: 1.1;
}

.delivery-card p {
    margin-top: 14px;

    color: rgba(248, 243, 231, 0.72);
    font-size: 1rem;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .prize-delivery-panel {
        padding: 42px 26px;
    }

    .delivery-grid {
        grid-template-columns: 1fr;
    }

    .delivery-card strong {
        font-size: 1.35rem;
    }
}

.pagination-dots {
    width: 42px;
    height: 42px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: rgba(248, 243, 231, 0.5);

    font-family: "RoadRadio", sans-serif;
    font-size: 0.9rem;
}

.video-guide-panel {
    padding: 70px 72px;
}

.video-frame {
    max-width: 980px;
    margin: 42px auto 0;
    aspect-ratio: 16 / 9;

    border-radius: 28px;
    overflow: hidden;

    border: 1px solid rgba(217,168,70,0.26);

    box-shadow:
        0 22px 70px rgba(0,0,0,0.34),
        0 0 42px rgba(217,168,70,0.08);
}

.video-frame iframe {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 768px) {
    .video-guide-panel {
        padding: 42px 24px;
    }

    .video-frame {
        border-radius: 18px;
        margin-top: 28px;
    }
}

.deadline-countdown {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;

    margin-top: 16px;
}

.count-item {
    min-width: unset;

    padding: 14px 10px;

    border-radius: 16px;

    border: 1px solid rgba(217,168,70,0.18);

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,0.035),
            rgba(255,255,255,0.01)
        );

    text-align: center;

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,0.03),
        0 0 18px rgba(217,168,70,0.05);
}

.count-item span {
    display: block;

    font-size: 2rem;
    font-weight: 800;
    line-height: 1;

    color: #f2c75c;

    text-shadow:
        0 0 10px rgba(242,199,92,0.14);
}

.count-item small {
    display: block;

    margin-top: 8px;

    font-size: 0.62rem;
    letter-spacing: 0.16em;
    font-weight: 700;

    color: rgba(255,255,255,0.55);
}

.topbar {
    opacity: 0;
    transform: translateX(-50%) translateY(-18px);
    pointer-events: none;

    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
}

.topbar.is-visible {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.hero-copy {
    padding-top: 0;
    transform: translateY(-64px);
}

.deadline-card {
    padding: 18px 16px;
    border-radius: 22px;
    max-width: 260px;
}

.deadline-grid {
    gap: 10px;
    margin-top: 14px;
}

.deadline-item {
    padding: 14px 10px;
    border-radius: 16px;
}

.deadline-number {
    font-size: 2rem;
    line-height: 1;
}

.deadline-label {
    font-size: 0.72rem;
    margin-top: 6px;
    letter-spacing: 0.16em;
}

.deadline-title {
    font-size: 0.72rem;
    margin-bottom: 10px;
}

.deadline-item {
    min-height: 88px;
}

.entry-id {
    font-size: 0.88rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    opacity: 0.6;
}

.entry-id-col {
    width: 90px;
}



.participant-reward-strip{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:46px;

    margin-top:34px;
    padding:26px 34px;

    border-radius:28px;

    border:1px solid rgba(217,168,70,0.18);

    background:
        radial-gradient(circle at left,
        rgba(217,168,70,0.10),
        transparent 45%),
        rgba(8,8,8,0.65);

    /* max-width:1100px; */
    margin-left:auto;
    margin-right:auto;
}

.participant-reward-image img{
    width:190px;

    filter:
        drop-shadow(0 0 30px rgba(217,168,70,0.18));
}

.participant-reward-content{
    max-width:640px;
}

.reward-kicker{
    display:inline-block;

    margin-bottom:10px;

    color:#d9a846;

    font-size:0.78rem;
    font-weight:700;
    letter-spacing:2px;
}

.participant-reward-content h3{
    margin:0 0 12px;

    color:#f4d06f;

    font-size:1.8rem;
    line-height:1.1;
}

.participant-reward-content p{
    margin:0;

    color:rgba(255,255,255,0.72);

    font-size:1rem;
    line-height:1.7;
}

@media(max-width:900px){

    .participant-reward-strip{
        flex-direction:column;
        text-align:center;
    }

    .participant-reward-image img{
        width:130px;
    }
}

.reward-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;

    max-width: 1200px;
    margin: 0 auto;
}

.reward-content {
    max-width: 760px;
}

@media (max-width: 900px) {
    .reward-box {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }

    .reward-content {
        max-width: 100%;
    }
}


.prizes-partners {
    margin-top: 18px;
    font-size: 0.9rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.7);

    display: flex;
    flex-direction: column;
    gap: 10px;

    text-align: center;
}

.prizes-partners span {
    color: #d9b35f;
    font-weight: 600;
}

.prizes-partners a {
    color: #f2cd72;
    font-weight: 800;
    text-decoration: none;
}

.prizes-partners a:hover {
    text-shadow: 0 0 12px rgba(217,168,70,0.35);
}

.contest-insights {
    position: relative;
    z-index: 1;

    margin-top: 44px;
    padding-top: 10px;

    /* border-top: 1px solid rgba(217,168,70,0.16); */
}

.insights-head {
    margin-bottom: 26px;
}

.insights-head h3 {
    color: var(--gold);
    font-size: clamp(1.8rem, 3vw, 2.8rem);
}

.insights-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    gap: 22px;
}

.insight-card {
    padding: 28px;

    border-radius: 24px;
    border: 1px solid rgba(217,168,70,0.18);

    background:
        radial-gradient(circle at top left, rgba(217,168,70,0.08), transparent 42%),
        rgba(0,0,0,0.28);
}

.insight-card > span {
    display: block;

    margin-bottom: 22px;

    color: var(--gold-2);

    font-family: "RoadRadio", sans-serif;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.models-chart {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.model-chart-row {
    display: grid;
    grid-template-columns: minmax(150px, 1fr) 1.8fr 42px;
    align-items: center;
    gap: 14px;

    color: rgba(248,243,231,0.82);
    font-size: 0.95rem;
}

.model-chart-track {
    height: 10px;
    border-radius: 999px;
    overflow: hidden;

    background: rgba(255,255,255,0.08);
}

.model-chart-fill {
    height: 100%;
    border-radius: inherit;

    background: linear-gradient(90deg, var(--gold), var(--gold-2));
    box-shadow: 0 0 18px rgba(217,168,70,0.22);
}

.model-chart-count {
    color: var(--gold-2);
    font-weight: 800;
    text-align: right;
}

.status-summary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.status-summary div {
    padding: 18px 14px;

    border-radius: 18px;
    background: rgba(255,255,255,0.035);

    text-align: center;
}

.status-summary strong {
    display: block;

    color: #f8f3e7;

    font-family: "RoadRadio", sans-serif;
    font-size: 1.8rem;
}

.status-summary small {
    display: block;

    margin-top: 6px;

    color: rgba(248,243,231,0.56);

    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.status-bar {
    display: flex;

    height: 14px;
    margin-top: 24px;

    overflow: hidden;
    border-radius: 999px;

    background: rgba(255,255,255,0.08);
}

.status-bar span {
    height: 100%;
    min-width: 0;
}

.bar-approved {
    background: #43d17a;
}

.bar-finished {
    background: linear-gradient(90deg, #d9a846, #f2cd72);
}

.bar-pending {
    background: #8a8175;
}

.bar-refused {
    background: #8c352c;
}

@media (max-width: 900px) {
    .insights-grid {
        grid-template-columns: 1fr;
    }

    .model-chart-row {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .model-chart-count {
        text-align: left;
    }
}

.models-chart-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;

    margin-top: 22px;
}

.models-page-btn {
    width: 34px;
    height: 34px;

    border-radius: 999px;
    border: 1px solid rgba(217,168,70,0.28);

    background: rgba(0,0,0,0.18);

    color: var(--gold-2);

    font-family: "RoadRadio", sans-serif;
    font-size: 0.8rem;

    transition: 0.25s ease;
}

.models-page-btn:hover,
.models-page-btn.active {
    background: linear-gradient(180deg, var(--gold-2), var(--gold));
    color: #120d06;
}

.status-mini-card {
    position: relative;
    /* overflow: hidden; */
}

.status-mini-approved small {
    color: #69e895;
}

.status-mini-finished small {
    color: #f2cd72;
}

.status-mini-pending small {
    color: rgba(210,200,185,0.72);
}

.status-mini-refused small {
    color: #d9786d;
}