:root {
  --bg: #050403;
  --panel: rgba(14, 13, 11, 0.88);
  --panel-2: rgba(23, 19, 13, 0.9);
  --line: rgba(255, 185, 73, 0.42);
  --line-strong: #ffb943;
  --gold: #ffb22e;
  --gold-2: #ffd58a;
  --gold-3: #a66d1b;
  --text: #fff7e8;
  --muted: rgba(255, 245, 220, 0.68);
  --dark: #080604;
  --shadow: rgba(255, 151, 21, 0.22);
  --radius: 22px;
}

* { box-sizing: border-box; }

html {
  min-height: 100%;
  background: var(--bg);
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  color: var(--text);
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans CJK SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 16% 8%, rgba(255, 170, 39, 0.22), transparent 34rem),
    radial-gradient(circle at 86% 2%, rgba(255, 198, 97, 0.13), transparent 30rem),
    radial-gradient(circle at 50% 105%, rgba(255, 152, 37, 0.17), transparent 40rem),
    linear-gradient(145deg, #040302 0%, #0b0804 45%, #050403 100%);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

body::before {
  opacity: 0.36;
  background-image:
    linear-gradient(90deg, rgba(255, 183, 60, 0.07) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 183, 60, 0.06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(circle at center, black 0 42%, transparent 78%);
}

body::after {
  background:
    linear-gradient(135deg, rgba(255, 183, 60, 0.32), transparent 18%) top left / 34vw 34vw no-repeat,
    linear-gradient(225deg, rgba(255, 183, 60, 0.25), transparent 18%) top right / 30vw 30vw no-repeat,
    linear-gradient(45deg, rgba(255, 183, 60, 0.22), transparent 19%) bottom left / 30vw 30vw no-repeat,
    linear-gradient(315deg, rgba(255, 183, 60, 0.24), transparent 19%) bottom right / 32vw 32vw no-repeat;
  opacity: 0.55;
}

.page-shell {
  width: min(1180px, calc(100% - 28px));
  margin: 0 auto;
  padding: clamp(22px, 4vw, 48px) 0 34px;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: clamp(132px, 18vw, 215px) 1fr;
  gap: clamp(14px, 3vw, 34px);
  align-items: center;
  padding: clamp(16px, 3vw, 30px) clamp(14px, 3vw, 34px) clamp(18px, 3vw, 32px);
  margin-bottom: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 183, 60, 0.36);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 190, 78, 0.11), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), transparent 45%),
    rgba(6, 5, 3, 0.66);
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.52),
    inset 0 0 0 1px rgba(255, 255, 255, 0.035),
    0 0 56px rgba(255, 146, 21, 0.12);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 183, 60, 0.38);
  opacity: 0.6;
}

.hero::before { left: -56px; top: -56px; transform: rotate(45deg); }
.hero::after { right: -56px; bottom: -56px; transform: rotate(45deg); }

.hero__logo-wrap {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 150px;
}

.hero__logo-wrap::before {
  content: "";
  position: absolute;
  width: 78%;
  aspect-ratio: 1;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 180, 55, 0.44), transparent 62%);
  filter: blur(16px);
}

.hero__logo {
  position: relative;
  z-index: 1;
  width: min(100%, 210px);
  height: auto;
  display: block;
  border-radius: 8px;
  mix-blend-mode: screen;
  filter: drop-shadow(0 0 18px rgba(255, 183, 60, 0.2));
}

.eyebrow {
  margin: 0 0 8px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--gold-2);
  font-size: clamp(11px, 1.4vw, 14px);
  font-weight: 800;
}

.hero h1 {
  margin: 0;
  line-height: 0.98;
  font-weight: 1000;
  letter-spacing: 0.03em;
  font-size: clamp(42px, 9vw, 104px);
  color: #fff;
  text-shadow:
    0 2px 0 #8d8d8d,
    0 4px 0 #3e3e3e,
    0 16px 28px rgba(0, 0, 0, 0.75),
    0 0 30px rgba(255, 185, 66, 0.18);
}

.subtitle-line {
  width: min(520px, 92%);
  height: 2px;
  margin: clamp(10px, 2vw, 16px) 0 7px;
  background:
    linear-gradient(90deg, transparent, var(--gold) 18%, var(--gold-2) 50%, var(--gold) 82%, transparent);
  box-shadow: 0 0 18px rgba(255, 174, 49, 0.45);
}

.hero h2 {
  margin: 0;
  color: var(--gold);
  letter-spacing: 0.16em;
  font-size: clamp(22px, 4vw, 43px);
  font-weight: 950;
  text-shadow: 0 0 22px rgba(255, 160, 27, 0.25);
}

.price-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.price-card,
.rules {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(255, 184, 65, 0.07), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    var(--panel);
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.48),
    inset 0 0 0 1px rgba(255, 236, 184, 0.03);
}

.price-card::before,
.rules::before {
  content: "";
  position: absolute;
  inset: 8px;
  pointer-events: none;
  border: 1px solid rgba(255, 183, 60, 0.18);
  border-radius: calc(var(--radius) - 6px);
}

.price-card::after {
  content: "";
  position: absolute;
  right: -56px;
  top: -56px;
  width: 140px;
  height: 140px;
  background: radial-gradient(circle, rgba(255, 176, 45, 0.16), transparent 62%);
}

.card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 84px;
  padding: 18px 20px 13px;
  border-bottom: 1px solid rgba(255, 183, 60, 0.18);
}

.card-index {
  display: inline-grid;
  place-items: center;
  width: 78px;
  height: 54px;
  flex: 0 0 auto;
  color: #080604;
  border: 1px solid rgba(255, 239, 178, 0.56);
  background:
    linear-gradient(135deg, #ffe29b 0%, #ffb22c 43%, #a66512 100%);
  box-shadow:
    inset 0 2px 0 rgba(255, 255, 255, 0.35),
    0 10px 24px rgba(255, 150, 20, 0.15);
  clip-path: polygon(0 0, 100% 0, 86% 100%, 0% 100%);
  font-size: 32px;
  line-height: 1;
  font-weight: 1000;
  font-style: italic;
  letter-spacing: -0.04em;
}

.card-kicker {
  margin: 0 0 2px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.card-head h3 {
  margin: 0;
  color: var(--gold-2);
  font-size: clamp(27px, 4vw, 40px);
  line-height: 1;
  font-weight: 1000;
  letter-spacing: 0.06em;
  text-shadow: 0 0 18px rgba(255, 165, 31, 0.2);
}

.price-list,
.mini-section,
.escort-stack,
.three-layout,
.red-list {
  position: relative;
  z-index: 1;
}

.price-list {
  padding: 24px clamp(22px, 3vw, 34px) 28px;
}

.price-row,
.red-list > div,
.stage-list > div {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-height: 46px;
  color: var(--text);
  border-bottom: 1px dashed rgba(255, 219, 151, 0.14);
}

.price-row:last-child,
.red-list > div:last-child,
.stage-list > div:last-child { border-bottom: none; }

.price-row::before,
.red-list > div::before,
.stage-list > div::before,
.dual-list > div::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 12px rgba(255, 174, 45, 0.35);
}

.price-row span,
.red-list span,
.stage-list span {
  color: rgba(255, 246, 229, 0.84);
  font-size: clamp(19px, 2.6vw, 27px);
  font-weight: 900;
  letter-spacing: 0.05em;
}

.price-row strong,
.red-list strong,
.stage-list strong {
  color: #fff;
  font-size: clamp(21px, 2.9vw, 31px);
  font-weight: 1000;
  letter-spacing: 0.03em;
}

.price-row em,
.dual-list em,
.red-list em {
  color: var(--muted);
  font-style: normal;
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 800;
}

.price-list--large .price-row { min-height: 56px; }

.price-card--escort { min-height: 100%; }

.mini-section { padding: 14px 20px 10px; }

.mini-title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  margin: 0 0 9px;
  padding: 5px 12px;
  color: var(--gold-2);
  border: 1px solid rgba(255, 183, 60, 0.22);
  border-radius: 999px;
  background: rgba(255, 184, 58, 0.075);
  font-size: 17px;
  font-weight: 950;
  letter-spacing: 0.04em;
  text-align: center;
}

.mini-title span {
  color: rgba(255, 237, 204, 0.8);
  font-size: 13px;
  font-weight: 800;
  margin-left: 8px;
}

.dual-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.dual-list > div {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 7px;
  min-height: 39px;
  padding: 6px 8px;
  border: 1px solid rgba(255, 183, 60, 0.14);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.22);
}

.dual-list > div::before {
  width: 6px;
  height: 6px;
}

.dual-list span {
  color: rgba(255, 246, 229, 0.82);
  font-size: 16px;
  font-weight: 900;
}

.dual-list strong {
  color: #fff;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 1000;
}

.dual-list.compact > div { min-height: 36px; }

.escort-stack {
  display: grid;
  gap: 10px;
  padding: 0 20px 12px;
}

.note-strip {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 0 20px 20px;
}

.note-strip span {
  padding: 8px 8px;
  color: #0a0703;
  border-radius: 10px;
  background: linear-gradient(135deg, #ffd98a, #ffad2d);
  text-align: center;
  font-size: clamp(13px, 1.8vw, 16px);
  font-weight: 1000;
  letter-spacing: 0.02em;
}

.three-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 24px 22px 28px;
}

.three-main,
.stage-list {
  padding: 6px 0;
}

.three-main {
  display: grid;
  align-content: center;
  border-right: 1px solid rgba(255, 183, 60, 0.22);
  padding-right: 18px;
}

.price-row.clean {
  justify-content: flex-start;
  min-height: 58px;
}

.stage-list > div {
  min-height: 44px;
}

.stage-list span {
  font-size: clamp(16px, 2vw, 22px);
}
.stage-list strong {
  margin-left: auto;
  font-size: clamp(17px, 2.2vw, 24px);
}

.red-list {
  padding: 20px 24px 24px;
}

.red-list > div {
  min-height: 42px;
}

.red-list span {
  font-size: clamp(16px, 2vw, 22px);
}

.red-list strong {
  margin-left: auto;
  font-size: clamp(17px, 2.2vw, 24px);
}

.red-list em {
  margin-left: 0;
  padding: 2px 7px;
  border-radius: 999px;
  background: rgba(255, 184, 60, 0.12);
  color: var(--gold-2);
  font-size: clamp(12px, 1.4vw, 15px);
}

.rules {
  margin-top: 18px;
  padding: 22px clamp(18px, 3vw, 34px) 18px;
}

.rules__header {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}

.rules__header span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 183, 60, 0.62));
}
.rules__header span:last-child { background: linear-gradient(90deg, rgba(255, 183, 60, 0.62), transparent); }

.rules h3 {
  margin: 0;
  color: var(--gold-2);
  font-size: clamp(28px, 4vw, 44px);
  font-weight: 1000;
  letter-spacing: 0.22em;
  text-indent: 0.22em;
  text-shadow: 0 0 18px rgba(255, 169, 34, 0.25);
}

.rules ol {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0 0 0 1.6em;
  color: rgba(255, 246, 230, 0.86);
  font-size: clamp(14px, 1.72vw, 18px);
  line-height: 1.72;
  font-weight: 760;
}

.rules li::marker {
  color: var(--gold-2);
  font-weight: 1000;
}

.rules__foot {
  position: relative;
  z-index: 1;
  margin: 13px 0 0;
  color: var(--gold-2);
  text-align: center;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.page-footer {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 14px;
  margin: 18px auto 0;
  color: var(--gold-2);
}

.page-footer span {
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 183, 60, 0.7));
}
.page-footer span:last-child { background: linear-gradient(90deg, rgba(255, 183, 60, 0.7), transparent); }

.page-footer p {
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 183, 60, 0.24);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.25);
  font-size: clamp(15px, 2.2vw, 20px);
  font-weight: 900;
  letter-spacing: 0.09em;
  white-space: nowrap;
}

@media (max-width: 920px) {
  .page-shell { width: min(720px, calc(100% - 22px)); }
  .hero {
    grid-template-columns: 112px 1fr;
    padding: 16px 14px;
    border-radius: 22px;
  }
  .hero__logo-wrap { min-height: 118px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-card--runner,
  .price-card--escort,
  .price-card--three,
  .price-card--red { min-height: unset; }
}

@media (max-width: 620px) {
  .page-shell { width: min(100% - 16px, 520px); padding-top: 10px; }

  .hero {
    grid-template-columns: 92px 1fr;
    gap: 10px;
    margin-bottom: 12px;
  }

  .hero__logo-wrap { min-height: 98px; }

  .eyebrow { letter-spacing: 0.16em; font-size: 10px; }

  .hero h1 { font-size: clamp(35px, 10.5vw, 52px); letter-spacing: 0.01em; }
  .hero h2 { font-size: clamp(18px, 5.2vw, 26px); letter-spacing: 0.08em; }

  .price-grid { gap: 12px; }

  .price-card,
  .rules { border-radius: 18px; }
  .price-card::before,
  .rules::before { inset: 6px; border-radius: 13px; }

  .card-head { min-height: 72px; padding: 14px 15px 11px; gap: 10px; }
  .card-index { width: 62px; height: 45px; font-size: 27px; }
  .card-kicker { font-size: 11px; }
  .card-head h3 { font-size: 30px; }

  .price-list { padding: 16px 18px 20px; }
  .price-list--large .price-row { min-height: 48px; }
  .price-row span,
  .price-row strong { font-size: 22px; }
  .price-row em { font-size: 16px; }

  .dual-list { grid-template-columns: 1fr; gap: 7px; }
  .dual-list > div { justify-content: flex-start; padding-left: 14px; }
  .mini-section { padding: 12px 16px 9px; }
  .escort-stack { padding: 0 16px 10px; }
  .note-strip { grid-template-columns: 1fr; padding: 0 16px 18px; }

  .three-layout { grid-template-columns: 1fr; gap: 8px; padding: 16px 18px 20px; }
  .three-main { border-right: none; border-bottom: 1px solid rgba(255, 183, 60, 0.22); padding-right: 0; padding-bottom: 10px; }
  .stage-list { padding-top: 6px; }
  .stage-list > div { min-height: 38px; }
  .stage-list span,
  .stage-list strong,
  .red-list span,
  .red-list strong { font-size: 18px; }

  .red-list { padding: 14px 18px 18px; }
  .red-list > div { min-height: 36px; gap: 8px; }
  .red-list strong { margin-left: auto; }
  .red-list em { font-size: 12px; }

  .rules { padding: 18px 16px 16px; margin-top: 12px; }
  .rules__header { gap: 9px; }
  .rules h3 { font-size: 29px; letter-spacing: 0.14em; text-indent: 0.14em; }
  .rules ol { font-size: 13.2px; line-height: 1.68; padding-left: 1.45em; }
  .rules__foot { font-size: 12px; letter-spacing: 0.06em; }

  .page-footer { gap: 7px; margin-top: 12px; }
  .page-footer p { font-size: 13px; letter-spacing: 0.04em; padding: 8px 10px; }
}

@media (max-width: 390px) {
  .hero { grid-template-columns: 82px 1fr; }
  .hero h1 { font-size: 34px; }
  .hero h2 { font-size: 17px; }
  .card-head h3 { font-size: 27px; }
  .price-row span,
  .price-row strong { font-size: 20px; }
  .stage-list span,
  .stage-list strong,
  .red-list span,
  .red-list strong { font-size: 16px; }
}
