/* =============================================
   B-STAR Landing Page — Section Layouts
   ============================================= */

/* ---- Hero ---- */
.hero-section { display: none; }

.hero-section { position: relative; overflow: hidden; }

.social-stage-hero {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, oklch(0.22 0.12 304 / 0.84), oklch(0.08 0.04 294 / 0.98)),
    oklch(0.08 0.04 294);
}

.social-stage-hero::after {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(oklch(1 0 0 / 0.045) 1px, transparent 1px),
    linear-gradient(90deg, oklch(1 0 0 / 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, #000, transparent 82%);
  content: "";
  pointer-events: none;
}

.social-stage-light {
  position: absolute;
  width: 380px;
  height: 380px;
  border-radius: 999px;
  filter: blur(8px);
  pointer-events: none;
}

.social-stage-light--one {
  top: -150px;
  left: -110px;
  background: radial-gradient(circle, oklch(0.7 0.28 320 / 0.52), transparent 68%);
}

.social-stage-light--two {
  top: 70px;
  right: -170px;
  background: radial-gradient(circle, oklch(0.62 0.24 285 / 0.58), transparent 70%);
}

.social-stage-container {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 28px;
  padding-block: 54px 70px;
}

.social-stage-copy,
.social-stage-panel,
.landing-section-grid > *,
.final-benefit-grid > *,
.bstar-about-grid > *,
.schedule-card,
.landing-copy-card,
.final-benefit-card,
.final-benefit-spotlight,
.bstar-reference-board,
.reference-column,
.benefits-detail-card {
  min-width: 0;
  max-width: 100%;
}

.social-stage-pill {
  display: inline-flex;
  padding: 9px 12px;
  border: 1px solid oklch(1 0 0 / 0.17);
  border-radius: 999px;
  background: oklch(1 0 0 / 0.07);
  color: #f3c6ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  backdrop-filter: blur(14px);
}

.social-stage-title {
  margin: 28px 0 0;
  font-family: var(--font-display);
  font-size: clamp(64px, 18vw, 118px);
  font-weight: 900;
  line-height: 0.84;
  letter-spacing: -0.08em;
  color: #fff;
  text-shadow: 0 0 34px oklch(0.74 0.28 320 / 0.48);
}

.social-stage-lead {
  max-width: 100%;
  margin: 24px 0 0;
  color: oklch(1 0 0 / 0.76);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}

.social-stage-channel-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 22px;
}

.social-stage-channel-row span,
.social-glass-card span,
.landing-section-kicker,
.final-benefit-card span,
.final-benefit-label,
.schedule-card span,
.reference-column span,
.benefits-detail-card span {
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.social-stage-channel-row span,
.social-glass-card span {
  padding: 7px 10px;
  border-radius: 999px;
  background: oklch(0.68 0.26 316 / 0.16);
  color: #f0c7ff;
}

.social-stage-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  margin-top: 28px;
}

.social-stage-cta {
  min-width: min(100%, 320px);
  padding: 18px 24px;
  box-shadow: 0 0 34px oklch(0.68 0.25 315 / 0.46), inset 0 1px 0 oklch(1 0 0 / 0.32);
}

.social-stage-note {
  color: var(--ink-dim);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.social-stage-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 16px;
  overflow: hidden;
}

.social-glass-card {
  padding: 22px;
  border: 1px solid oklch(1 0 0 / 0.13);
  border-radius: 26px;
  background: oklch(1 0 0 / 0.075);
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.18), 0 22px 54px oklch(0 0 0 / 0.26);
  backdrop-filter: blur(18px);
}

.social-glass-card--tilt { transform: rotate(-1.5deg); }

.social-glass-card strong {
  display: block;
  margin-top: 18px;
  font-size: 26px;
  letter-spacing: -0.04em;
}

.social-glass-card p {
  margin: 10px 0 0;
  color: oklch(1 0 0 / 0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}

.social-stage-marquee {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px 12px;
  width: 100%;
  max-width: 100%;
  margin-top: 8px;
  color: oklch(1 0 0 / 0.18);
  font-size: clamp(28px, 9vw, 42px);
  font-weight: 900;
  letter-spacing: -0.05em;
}

.social-stage-marquee span {
  min-width: 0;
  overflow-wrap: anywhere;
}

.landing-award-section,
.landing-final-benefit,
.landing-schedule,
.landing-bstar-about {
  position: relative;
  border-bottom: 1px solid var(--line);
}

.landing-section-grid,
.final-benefit-grid,
.bstar-about-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
  padding-block: 72px;
}

.landing-section-kicker {
  margin: 0 0 14px;
  color: var(--purple-bright);
}

.landing-section-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(34px, 9vw, 45px);
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.06em;
  color: var(--ink);
}

.landing-copy-card,
.final-benefit-card,
.final-benefit-spotlight,
.bstar-reference-board,
.benefits-detail-card {
  border: 1px solid var(--line-2);
  border-radius: 28px;
  background: linear-gradient(180deg, oklch(1 0 0 / 0.07), oklch(1 0 0 / 0.035));
  box-shadow: 0 24px 70px oklch(0 0 0 / 0.22);
}

.landing-copy-card,
.final-benefit-card,
.final-benefit-spotlight {
  padding: 24px;
}

.landing-copy-card p,
.final-benefit-card p,
.final-benefit-spotlight p,
.bstar-about-copy,
.benefits-detail-card p {
  margin: 0;
  color: var(--ink-mute);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.7;
}

.landing-metric-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.landing-metric-row span {
  padding: 9px 12px;
  border-radius: 14px;
  background: oklch(0.68 0.26 316 / 0.13);
  color: #f0c7ff;
  font-size: 12px;
  font-weight: 900;
}

.final-benefit-card h2,
.final-benefit-spotlight strong,
.benefits-detail-card strong {
  display: block;
  margin: 12px 0;
  font-size: clamp(28px, 8vw, 54px);
  line-height: 0.98;
  letter-spacing: -0.06em;
}

.final-benefit-link,
.benefits-back-link {
  display: inline-flex;
  margin-top: 20px;
  color: var(--neon);
  font-weight: 900;
  text-decoration: none;
}

.final-benefit-spotlight {
  background: radial-gradient(120% 90% at 100% 0%, oklch(0.74 0.28 320 / 0.34), oklch(0.13 0.06 295) 68%);
}

.final-benefit-label { color: var(--money); }

.schedule-track {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  margin-top: 30px;
}

.schedule-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  padding: 22px;
  border: 1px solid var(--line-2);
  border-radius: 28px;
  background: radial-gradient(120% 90% at 0% 0%, oklch(0.74 0.28 305 / 0.16), transparent 60%), oklch(1 0 0 / 0.04);
}

.schedule-card strong {
  display: block;
  margin-top: 18px;
  font-size: 24px;
  letter-spacing: -0.04em;
}

.schedule-card p {
  margin: 12px 0 0;
  color: var(--ink-mute);
  font-size: 14px;
  font-weight: 650;
  line-height: 1.65;
}

.bstar-reference-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 1px;
  overflow: hidden;
  padding: 0;
  background: var(--line);
}

.reference-column {
  display: grid;
  gap: 12px;
  padding: 24px;
  background: oklch(0.11 0.05 295);
}

.reference-column span { color: var(--purple-bright); }

.reference-column strong {
  color: var(--ink);
  font-size: 16px;
  letter-spacing: -0.02em;
}

.judge-grid,
.partner-logo-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.judge-card,
.landing-partner-card {
  min-width: 0;
  border: 1px solid oklch(1 0 0 / 0.09);
  border-radius: 18px;
  background: oklch(1 0 0 / 0.045);
}

.judge-card {
  overflow: hidden;
}

.judge-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
}

.judge-card strong,
.judge-card small,
.landing-partner-card strong {
  display: block;
}

.judge-card strong {
  margin: 10px 10px 0;
  font-size: 15px;
}

.judge-card small {
  min-height: 34px;
  margin: 4px 10px 12px;
  color: var(--ink-mute);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
}

.landing-partner-card {
  display: grid;
  gap: 8px;
  align-content: center;
  min-height: 118px;
  padding: 12px;
}

.landing-partner-card img {
  display: block;
  width: 100%;
  height: 54px;
  object-fit: contain;
  border-radius: 10px;
  background: #fff;
}

.landing-partner-card strong {
  color: var(--ink);
  font-size: 12px;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.benefits-page {
  min-height: 100vh;
  padding-bottom: 90px;
}

.benefits-hero {
  padding-block: 72px 36px;
  border-bottom: 1px solid var(--line);
}

.benefits-detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  padding-block: 36px;
}

.benefits-detail-card {
  padding: 24px;
}

.benefits-detail-card--final {
  border-color: var(--purple-bright);
  background: radial-gradient(120% 90% at 100% 0%, oklch(0.74 0.28 320 / 0.3), oklch(0.13 0.06 295) 70%);
}

@media (min-width: 760px) {
  .social-stage-container,
  .landing-section-grid,
  .final-benefit-grid,
  .bstar-about-grid {
    grid-template-columns: 1.08fr 0.92fr;
    align-items: center;
  }

  .schedule-track,
  .benefits-detail-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .benefits-detail-card--final {
    grid-column: span 3;
  }

  .bstar-reference-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pipeline-stages,
  .pipeline-extras {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .prizes-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .prize-card--primary {
    grid-column: span 2;
  }
}

.surface.app-surface .social-stage-container,
.surface.app-surface .landing-section-grid,
.surface.app-surface .final-benefit-grid,
.surface.app-surface .bstar-about-grid,
.surface.app-surface .schedule-track,
.surface.app-surface .benefits-detail-grid,
.surface.app-surface .bstar-reference-board,
.surface.app-surface .pipeline-stages,
.surface.app-surface .pipeline-extras,
.surface.app-surface .prizes-grid {
  grid-template-columns: minmax(0, 1fr);
}

.surface.app-surface .benefits-detail-card--final,
.surface.app-surface .prize-card--primary {
  grid-column: auto;
}

@media (min-width: 520px) {
  .surface.app-surface .social-stage-hero {
    min-height: 720px;
  }

  .surface.app-surface .social-stage-title {
    font-size: 78px;
  }

  .surface.app-surface .social-stage-marquee {
    font-size: 40px;
  }
}

.hero-container {
  position: relative; z-index: 1;
  padding-top: 20px; padding-bottom: 28px;
}

.hero-kicker-row { margin-bottom: 16px; }

.hero-pre-text {
  text-align: center;
  color: var(--ink-mute);
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 4px;
  font-weight: 600;
}

.hero-amount-wrap {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.hero-amount {
  font-size: 72px;
}

.hero-amount-suffix {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 28px;
  color: var(--ink-mute);
  margin-top: 14px;
  margin-left: 6px;
  letter-spacing: -0.02em;
}

.hero-revenue-row {
  display: flex;
  justify-content: center;
  margin-top: 12px;
}

.hero-revenue-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: oklch(0.92 0.18 110 / 0.10);
  border: 1px solid oklch(0.92 0.18 110 / 0.45);
  color: var(--money);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: -0.005em;
}

.hero-slogan-wrap {
  text-align: center;
  margin-top: 20px;
}

.hero-slogan {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 28px;
  letter-spacing: -0.025em;
  line-height: 1.1;
  background: linear-gradient(135deg, #ffffff 0%, oklch(0.88 0.12 305) 45%, oklch(0.74 0.28 305) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-slogan-2 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: oklch(0.74 0.28 305);
  margin-top: 4px;
}

.hero-chips-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}

.hero-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 12px;
  text-align: center;
}

.hero-chip--gold {
  background: oklch(0.92 0.18 110 / 0.08);
  border: 1px solid oklch(0.92 0.18 110 / 0.35);
  color: var(--money);
}

.hero-chip--purple {
  background: oklch(0.62 0.25 295 / 0.08);
  border: 1px solid oklch(0.62 0.25 295 / 0.35);
  color: var(--purple-bright);
}

.hero-period-row {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.hero-period-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: oklch(1 0 0 / 0.05);
  border: 1px solid var(--line-2);
  font-size: 11px;
  color: var(--ink-mute);
}

.hero-period-label {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-period-dates {
  color: var(--ink);
  font-weight: 700;
}

/* Countdown */
.hero-countdown-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: center;
  max-width: 720px;
  margin: 20px auto 0;
  text-align: center;
}

.hero-countdown-label {
  color: var(--ink-mute);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.hero-countdown-until {
  color: var(--ink-dim);
  font-size: 10px;
  letter-spacing: 0.04em;
  text-transform: none;
  margin-top: 2px;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
}

.countdown-cell {
  text-align: center;
  padding: 12px 4px 10px;
  border-radius: 12px;
  background: oklch(0 0 0 / 0.4);
  border: 1px solid var(--line);
}

.countdown-num {
  font-size: 28px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.04em;
  text-shadow: 0 0 24px oklch(0.62 0.25 295 / 0.5);
  display: block;
}

.countdown-unit {
  font-size: 11px;
  color: var(--ink-mute);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-top: 2px;
  display: block;
}

/* Hero CTA */
.hero-cta-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
}

.hero-entry-text {
  color: var(--ink-mute);
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
}

.hero-entry-amt {
  color: var(--money);
  font-weight: 800;
}

.hero-main-btn {
  width: 100%;
  min-width: auto;
  padding: 20px 22px;
  font-size: 17px;
}

.hero-cta-sub {
  color: var(--ink-dim);
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.hero-mood-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 6px;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid oklch(0.74 0.28 305 / 0.35);
  background: linear-gradient(135deg, oklch(0.62 0.25 295 / 0.14), oklch(1 0 0 / 0.04));
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 18px 50px oklch(0.62 0.25 295 / 0.18);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-mood-link:hover {
  transform: translateY(-1px);
  border-color: oklch(0.82 0.22 305 / 0.7);
  background: linear-gradient(135deg, oklch(0.72 0.25 305 / 0.2), oklch(1 0 0 / 0.06));
}

.hero-mood-link__eyebrow {
  color: var(--purple-bright);
  font-family: var(--font-mono);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-mood-link__text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

/* Hero trust strip */
.hero-trust-strip {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  flex-wrap: wrap;
}

.trust-label-sm {
  color: var(--ink-dim);
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.partner-chip {
  padding: 5px 10px;
  border-radius: 8px;
  background: oklch(1 0 0 / 0.06);
  border: 1px solid var(--line-2);
  color: var(--ink-mute);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: -0.005em;
}

/* ---- Pipeline ---- */
.pipeline-section { position: relative; }

.pipeline-pill-row { margin-bottom: 16px; }

.pipeline-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 36px;
  letter-spacing: -0.04em;
  line-height: 0.95;
  background: linear-gradient(180deg, #fff, oklch(0.65 0.05 295));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.pipeline-subtitle {
  color: var(--ink-mute);
  font-size: 14px;
  max-width: 640px;
  margin-top: 14px;
  line-height: 1.55;
}

.pipeline-stages {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.pipeline-extras-label {
  color: var(--ink-mute);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 12px;
}

.pipeline-extras {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

/* Stage Card */
.stage-card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--line-2);
}

.stage-num-bg {
  position: absolute;
  right: -10px;
  top: -34px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 140px;
  letter-spacing: -0.06em;
  opacity: 0.28;
  line-height: 1;
  pointer-events: none;
}

.stage-card-header {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
  align-items: center;
}

.stage-tag {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  font-weight: 700;
}

.stage-when {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-mute);
  margin-left: auto;
}

.stage-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

.stage-pick {
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--ink);
}

.stage-perk {
  color: var(--ink-mute);
  font-size: 13px;
  line-height: 1.55;
}

/* Extra Card */
.extra-card { padding: 16px; }

.extra-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: oklch(0.62 0.25 295 / 0.18);
  border: 1px solid oklch(0.62 0.25 295 / 0.4);
  color: var(--purple-bright);
  margin-bottom: 14px;
}

.extra-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
}

.extra-body {
  color: var(--ink-mute);
  font-size: 13px;
  line-height: 1.55;
}

/* ---- Prizes ---- */
.prizes-section {
  position: relative;
  background:
    radial-gradient(50% 50% at 100% 0%, oklch(0.74 0.28 305 / 0.18), transparent 60%),
    radial-gradient(50% 50% at 0% 100%, oklch(0.78 0.30 320 / 0.18), transparent 60%),
    var(--bg-0);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.prizes-header { margin-bottom: 28px; }

.prizes-share-pill {
  background: oklch(0.92 0.18 110 / 0.10);
  border-color: oklch(0.92 0.18 110 / 0.35);
  color: var(--money);
  margin-bottom: 16px;
}

.prizes-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 32px;
  letter-spacing: -0.04em;
  line-height: 0.95;
}

.prizes-sub {
  color: var(--ink-mute);
  font-size: 14px;
  margin-top: 14px;
  line-height: 1.55;
}

.prizes-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

/* Prize card */
.prize-card {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid var(--line-2);
  background: linear-gradient(180deg, oklch(1 0 0 / 0.04), oklch(1 0 0 / 0.02));
}

.prize-card--primary {
  border-color: var(--purple-bright);
  background: radial-gradient(120% 80% at 100% 0%, oklch(0.62 0.25 295 / 0.35), oklch(0.13 0.06 295) 65%);
}

.prize-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.prize-rank {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-mute);
}

.prize-rank--primary { color: var(--ink); }

.prize-n {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--ink-dim);
}

.prize-cash {
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 0.85;
  font-size: 48px;
  color: var(--ink);
}

.prize-cash--primary {
  font-size: 64px;
  color: #fff;
  text-shadow: 0 0 calc(40px * var(--emph)) oklch(0.74 0.28 305 / 0.6);
}

.prize-bbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  background: oklch(0 0 0 / 0.3);
  border: 1px solid var(--line);
}

.prize-bbox-label { font-size: 12px; color: var(--ink-mute); }
.prize-bbox-val { margin-left: auto; font-size: 14px; font-weight: 700; color: var(--ink); }

.prize-share-note {
  margin-top: 10px;
  font-size: 11px;
  color: var(--ink-dim);
  letter-spacing: 0.04em;
  font-weight: 600;
}

.prize-share-note--primary { color: var(--money); }

.prizes-common {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px dashed var(--line-2);
  background: oklch(0 0 0 / 0.3);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.prizes-common-tag {
  font-family: var(--font-mono);
  color: var(--purple-bright);
  font-size: 11px;
  letter-spacing: 0.18em;
}

.prizes-common-text {
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

/* ---- Trust ---- */
.trust-section { position: relative; }

.trust-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 28px;
  letter-spacing: -0.04em;
  line-height: 1;
  margin-bottom: 20px;
}

.trust-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
  border-radius: 18px;
  overflow: hidden;
  background: oklch(0 0 0 / 0.3);
}

.trust-stat-cell {
  padding: 20px 16px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.trust-stat-n {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 30px;
  letter-spacing: -0.045em;
  line-height: 0.9;
}

.trust-stat-n--money {
  color: var(--money);
  text-shadow: 0 0 calc(40px * var(--emph)) oklch(0.92 0.18 110 / 0.4);
}

.trust-stat-label {
  margin-top: 10px;
  color: var(--ink-mute);
  font-size: 12px;
  letter-spacing: 0.06em;
}

.trust-partners { margin-top: 28px; }

.trust-partners-label {
  color: var(--ink-mute);
  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 12px;
}

.partners-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.partner-logo {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 14px 18px;
  border-radius: 12px;
  background: oklch(1 0 0 / 0.04);
  border: 1px solid var(--line);
}

.partner-logo-name {
  font-weight: 800;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: var(--ink);
}

.partner-logo-sub {
  color: var(--ink-dim);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

/* ---- FAQ ---- */
.faq-section { position: relative; }

.faq-title {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 28px;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
}

.faq-list { border-top: 1px solid var(--line); }

.faq-item { border-bottom: 1px solid var(--line); }

.faq-btn {
  width: 100%;
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--ink);
  text-align: left;
  font-family: var(--font-kr);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.faq-btn-icon {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: oklch(1 0 0 / 0.06);
  border: 1px solid var(--line-2);
  transition: transform 0.2s ease, background 0.2s ease;
}

.faq-item.open .faq-btn-icon {
  background: var(--purple);
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--ink-mute);
  font-size: 15px;
  line-height: 1.6;
  padding-bottom: 0;
}

.faq-item.open .faq-answer {
  max-height: 400px;
  padding-bottom: 18px;
}

.faq-more-wrap {
  text-align: center;
  margin-top: 32px;
}

.faq-more-btn {
  display: inline-block;
  padding: 12px 32px;
  border: 1px solid var(--line);
  border-radius: 6px;
  color: var(--text-secondary);
  font-size: 14px;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}

.faq-more-btn:hover {
  background: var(--surface-2);
  color: var(--text-primary);
}

/* ---- Footer ---- */
.site-footer {
  border-top: 1px solid var(--line);
  background: oklch(0.06 0.03 295);
  padding: 32px 0 100px;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: flex-start;
}

.footer-logo-img {
  height: 45px;
  width: auto;
  display: block;
  margin-bottom: 6px;
}

.footer-tag { color: var(--ink-mute); font-size: 14px; }

.footer-info {
  color: var(--ink-dim);
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
}

.footer-url {
  margin-top: 8px;
  font-family: var(--font-mono);
}

.footer-policy-links {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--ink-mute);
}
.footer-policy-links a {
  color: var(--ink-mute);
  text-decoration: none;
}
.footer-policy-links a:hover {
  color: var(--ink);
  text-decoration: underline;
}

/* ---- Sticky CTA ---- */
.sticky-cta {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(480px, 100%);
  z-index: 90;
  padding: 10px;
  background: linear-gradient(180deg, transparent, oklch(0.085 0.04 295) 50%);
  pointer-events: none;
}

.sticky-cta-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border-radius: 999px;
  background: oklch(0.13 0.06 295 / 0.92);
  backdrop-filter: blur(20px) saturate(160%);
  -webkit-backdrop-filter: blur(20px) saturate(160%);
  border: 1px solid var(--line-2);
  box-shadow: 0 14px 40px oklch(0 0 0 / 0.5), 0 0 0 1px oklch(1 0 0 / 0.06) inset;
  pointer-events: auto;
}

.sticky-cta-left {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 14px;
  color: var(--ink);
  font-size: 13px;
  flex: 1;
  min-width: 0;
}

.sticky-days-badge {
  font-family: var(--font-mono);
  color: var(--neon);
  font-weight: 700;
  background: oklch(0.78 0.30 320 / 0.15);
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid oklch(0.78 0.30 320 / 0.4);
  font-size: 12px;
  white-space: nowrap;
}

.sticky-cta-text {
  display: none;
  color: var(--ink-mute);
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky-cta-btn {
  padding: 12px 20px;
  font-size: 14px;
  white-space: nowrap;
}

/* ---- Apply Modal ---- */
.apply-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 500;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: oklch(0 0 0 / 0.6);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  animation: fade 0.2s ease;
}

.apply-modal-overlay.hidden { display: none; }

.apply-modal {
  width: 100%;
  max-width: 520px;
  max-height: 92%;
  display: flex;
  flex-direction: column;
  border-radius: 20px 20px 0 0;
  background: linear-gradient(180deg, oklch(0.16 0.08 295), oklch(0.10 0.05 295));
  border: 1px solid var(--line-2);
  border-bottom: 0;
  box-shadow: 0 -20px 60px oklch(0 0 0 / 0.5);
  animation: slideUp 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.apply-modal-header {
  padding: 16px 20px;
  border-bottom: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}

.apply-modal-step-label {
  font-family: var(--font-mono);
  font-size: 11px;
  letter-spacing: 0.18em;
  color: var(--ink-mute);
}

.apply-modal-title {
  font-weight: 800;
  font-size: 18px;
  letter-spacing: -0.01em;
  margin-top: 2px;
}

.apply-modal-close {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: oklch(1 0 0 / 0.06);
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.apply-step-dots {
  padding: 12px 20px 0;
  display: flex;
  gap: 6px;
}

.step-dot {
  height: 8px;
  border-radius: 999px;
  background: var(--line-2);
  transition: all 0.25s ease;
  width: 8px;
}

.step-dot.active { background: var(--purple-bright); width: 24px; }
.step-dot.done   { background: var(--purple-bright); }

.apply-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}

.apply-step { display: none; }
.apply-step.active { display: block; }

.apply-field { display: block; margin-bottom: 16px; }
.apply-field:last-child { margin-bottom: 0; }

.apply-field-hint {
  margin-top: 6px;
  font-size: 11px;
  color: var(--ink-dim);
}

.apply-field-error {
  margin-top: 4px;
  font-size: 12px;
  color: var(--hot);
  display: none;
}

.apply-field-error.visible { display: block; }

.apply-email-row { display: flex; gap: 8px; }
.apply-email-input { flex: 1; }

.apply-phone-row { display: flex; gap: 8px; }
.apply-phone-country { width: 130px; flex-shrink: 0; }
.apply-phone-number { flex: 1; }

.apply-tiktok-row { display: flex; align-items: center; gap: 0; }
.apply-tiktok-at {
  display: flex; align-items: center; justify-content: center;
  padding: 0 12px;
  height: 48px;
  background: oklch(1 0 0 / 0.06);
  border: 1px solid oklch(1 0 0 / 0.14);
  border-right: none;
  border-radius: 12px 0 0 12px;
  color: var(--ink-mute);
  font-size: 15px;
  font-weight: 600;
  flex-shrink: 0;
}
.apply-tiktok-input { flex: 1; border-radius: 0 12px 12px 0; }

.apply-tiktok-preview {
  display: inline-block;
  margin-top: 6px;
  font-size: 12px;
  color: var(--neon);
  text-decoration: none;
  font-family: var(--font-mono);
  letter-spacing: 0.02em;
}
.apply-tiktok-preview:hover { text-decoration: underline; }

.apply-code-row {
  display: flex;
  gap: 8px;
  margin-top: 8px;
  display: none;
}

.apply-code-row.visible { display: flex; }

.apply-vision-count {
  margin-top: 4px;
  text-align: right;
  font-size: 11px;
  color: var(--ink-dim);
}

.apply-pay-card {
  padding: 24px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  background: radial-gradient(120% 80% at 100% 0%, oklch(0.62 0.25 295 / 0.35), oklch(0.13 0.06 295) 65%);
  border: 1px solid var(--purple-bright);
  text-align: center;
  margin-bottom: 20px;
}

.apply-pay-label {
  color: var(--ink-mute);
  font-size: 13px;
  letter-spacing: 0.16em;
  margin-bottom: 6px;
}

.apply-pay-amount {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 96px;
  letter-spacing: -0.05em;
  line-height: 0.9;
  background: linear-gradient(180deg, #fff, var(--money));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-shadow: 0 0 40px oklch(0.62 0.25 295 / 0.4);
}

.apply-pay-note {
  margin-top: 8px;
  color: var(--ink-mute);
  font-size: 13px;
}

.apply-pay-methods { margin-bottom: 16px; }

.apply-pay-method-btn {
  width: 100%;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: oklch(1 0 0 / 0.04);
  border: 1px solid var(--line-2);
  border-radius: 12px;
  color: var(--ink);
  font-size: 15px;
  font-family: var(--font-kr);
  cursor: pointer;
  margin-bottom: 8px;
}

.apply-pay-method-btn:last-child { margin-bottom: 0; }

.apply-pay-terms {
  padding: 12px 14px;
  border-radius: 10px;
  background: oklch(0.70 0.22 25 / 0.08);
  border: 1px solid oklch(0.70 0.22 25 / 0.3);
  color: oklch(0.85 0.10 25);
  font-size: 12px;
  line-height: 1.55;
  margin-bottom: 16px;
}

.apply-done-circle {
  margin: 0 auto 16px;
  width: 96px;
  height: 96px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 30% 30%, var(--purple-bright), var(--purple));
  box-shadow: 0 0 60px oklch(0.62 0.25 295 / 0.6), inset 0 0 0 4px oklch(1 0 0 / 0.2);
}

.apply-done-title {
  margin: 0 0 8px;
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 36px;
  letter-spacing: -0.03em;
  text-align: center;
}

.apply-done-sub {
  color: var(--ink-mute);
  font-size: 15px;
  text-align: center;
  margin-bottom: 16px;
}

.apply-done-perk {
  padding: 14px 16px;
  border-radius: 12px;
  background: oklch(0.92 0.18 110 / 0.10);
  border: 1px solid oklch(0.92 0.18 110 / 0.3);
  color: var(--money);
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 16px;
}

.apply-done-buttons {
  display: flex;
  gap: 8px;
}

.apply-modal-footer {
  padding: 16px;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  background: oklch(0.085 0.04 295 / 0.6);
}

/* ============================================
   Custom Select (.cs)
   ============================================ */
.cs { position: relative; }

.cs-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  height: 48px;
  padding: 0 16px;
  border-radius: 12px;
  background: oklch(1 0 0 / 0.06);
  border: 1px solid oklch(1 0 0 / 0.14);
  cursor: pointer;
  user-select: none;
  transition: border-color 0.15s;
}

.cs-trigger:hover { border-color: oklch(1 0 0 / 0.28); }
.cs.open .cs-trigger { border-color: oklch(1 0 0 / 0.28); }

.cs-label {
  flex: 1;
  font-size: 15px;
  color: var(--ink-dim);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cs-label.selected { color: var(--ink); }

.cs-arrow {
  flex-shrink: 0;
  color: var(--ink-dim);
  transition: transform 0.2s;
}

.cs.open .cs-arrow { transform: rotate(180deg); }

.cs-panel {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 200;
  border-radius: 12px;
  background: oklch(0.20 0.08 295);
  border: 1px solid oklch(1 0 0 / 0.16);
  box-shadow: 0 8px 32px oklch(0 0 0 / 0.6);
  display: none;
  overflow: hidden;
}

.cs.open .cs-panel { display: block; }

.cs-search {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 14px;
  border: none;
  border-bottom: 1px solid oklch(1 0 0 / 0.10);
  background: oklch(1 0 0 / 0.04);
  color: var(--ink);
  font-size: 14px;
  outline: none;
  font-family: var(--font-kr);
}

.cs-search::placeholder { color: var(--ink-dim); }

.cs-list {
  list-style: none;
  margin: 0;
  padding: 4px 0;
  max-height: 200px;
  overflow-y: auto;
}

.cs-item {
  padding: 10px 14px;
  font-size: 14px;
  color: var(--ink);
  cursor: pointer;
  transition: background 0.1s;
}

.cs-item:hover { background: oklch(1 0 0 / 0.07); }

.cs-item.selected { color: var(--neon); }

/* phone-country: panel expands beyond the narrow trigger */
.apply-phone-cs { width: 130px; flex-shrink: 0; }
.apply-phone-cs .cs-panel { min-width: 280px; }

/* ===== 공지사항 팝업 ===== */
.notice-popup-overlay {
  position: fixed;
  inset: 0;
  background: oklch(0 0 0 / 0.6);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.notice-popup-overlay.hidden { display: none; }

.notice-popup {
  background: oklch(0.15 0 0);
  border: 1px solid oklch(1 0 0 / 0.15);
  border-radius: 20px;
  padding: 24px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 16px 48px oklch(0 0 0 / 0.6);
}

.notice-popup__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.notice-popup__tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--neon);
}

.notice-popup__close {
  background: none;
  border: none;
  color: var(--ink-dim);
  cursor: pointer;
  padding: 4px;
  line-height: 1;
}
.notice-popup__close:hover { color: var(--ink); }

.notice-popup__title {
  font-size: 16px;
  font-weight: 700;
  color: var(--ink);
  line-height: 1.4;
  margin-bottom: 12px;
}

.notice-popup__content {
  font-size: 13px;
  color: var(--ink-dim);
  line-height: 1.7;
  white-space: pre-wrap;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}

.notice-popup__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-top: 1px solid oklch(1 0 0 / 0.1);
  padding-top: 16px;
}

.notice-popup__dismiss {
  background: none;
  border: none;
  font-size: 12px;
  color: var(--ink-dim);
  cursor: pointer;
  padding: 0;
}
.notice-popup__dismiss:hover { color: var(--ink); }

.notice-popup__link {
  font-size: 13px;
  font-weight: 600;
  color: var(--neon);
  text-decoration: none;
}
.notice-popup__link:hover { text-decoration: underline; }

/* ===== 공지사항 섹션 ===== */
.notice-section { position: relative; }

.notice-section__title {
  font-size: 22px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 24px;
}

.notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
}

.notice-list__item {
  border-bottom: 1px solid var(--line);
}

.notice-list__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  text-decoration: none;
  transition: color 0.15s;
}
.notice-list__link:hover .notice-list__text { color: var(--neon); }

.notice-list__text {
  font-size: 15px;
  color: var(--ink);
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice-list__date {
  flex-shrink: 0;
  font-size: 12px;
  color: var(--ink-dim);
  font-family: var(--font-mono);
}

.notice-more-wrap {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 480px) {
  .notice-section__title { font-size: 18px; }
  .notice-list__text { font-size: 14px; }
}
.apply-photo-field {
  margin-bottom: 2px;
}

.apply-required {
  color: var(--hot);
  font-size: 11px;
}

.apply-photo-box {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px;
  border: 1px dashed oklch(1 0 0 / 0.22);
  border-radius: 16px;
  background: oklch(1 0 0 / 0.04);
}

.apply-photo-preview {
  width: 104px;
  aspect-ratio: 1 / 1;
  flex: 0 0 104px;
  display: grid;
  place-items: center;
  border-radius: 18px;
  border: 1px solid oklch(1 0 0 / 0.18);
  background: linear-gradient(135deg, oklch(0.42 0.22 302 / 0.45), oklch(0.76 0.22 315 / 0.2));
  color: var(--ink);
  font-weight: 800;
  background-size: cover;
  background-position: center;
}

.apply-photo-preview.has-image {
  border-color: oklch(0.78 0.2 145 / 0.5);
}

.apply-photo-copy {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.apply-photo-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.apply-photo-button {
  width: fit-content;
  cursor: pointer;
}

@media (max-width: 640px) {
  .apply-photo-box {
    flex-direction: column;
    align-items: stretch;
  }

  .apply-photo-preview {
    width: 128px;
    flex-basis: 128px;
    align-self: center;
  }

  .apply-photo-button {
    width: 100%;
  }
}

/* ---- Marquee item ---- */
.marquee-item {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--ink-mute);
  font-family: var(--font-mono);
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 0 8px;
}

.marquee-star { color: var(--neon); }
.marquee-text { color: var(--ink); }

/* ---- Mid-page CTA ---- */
.midpage-cta-section {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: radial-gradient(80% 60% at 50% 0%, oklch(0.62 0.25 295 / 0.12), transparent 60%);
}

.midpage-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 32px;
  flex-wrap: wrap;
}

.midpage-cta-copy { flex: 1; min-width: 0; }

.midpage-cta-period {
  margin: 0;
  font-size: 11px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--ink-mute);
  font-weight: 700;
}

.midpage-cta-dates {
  margin: 4px 0 0;
  font-size: 20px;
  font-weight: 700;
  color: var(--ink);
  letter-spacing: -0.01em;
}

/* ---- Benefits page — tier list ---- */
.benefits-tier-note {
  margin: -8px 0 14px !important;
  font-size: 12px !important;
  color: var(--ink-dim) !important;
  font-weight: 600 !important;
  letter-spacing: 0.03em;
}

.benefits-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.benefits-list > li {
  position: relative;
  padding-left: 16px;
  color: var(--ink-mute);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.65;
}

.benefits-list > li::before {
  content: "◆";
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--neon);
  font-size: 7px;
  line-height: 1;
}

.benefits-list em {
  font-style: normal;
  color: var(--ink-dim);
  font-size: 12px;
}

.benefits-list--final {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 36px;
}

.benefits-list-prize {
  grid-column: span 2;
}

.benefits-prize-breakdown {
  list-style: none;
  margin: 10px 0 0;
  padding: 12px 14px;
  border-radius: 14px;
  background: oklch(1 0 0 / 0.04);
  border: 1px solid oklch(1 0 0 / 0.1);
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.benefits-prize-breakdown li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0 !important;
  font-size: 13px;
}

.benefits-prize-breakdown li::before {
  display: none !important;
}

.benefits-prize-breakdown li span:first-child {
  color: var(--ink-mute);
  font-weight: 600;
}

.benefits-prize-breakdown li span:last-child {
  color: var(--money);
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.benefits-prize-total {
  margin-left: 4px;
  color: var(--money);
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media (max-width: 640px) {
  .benefits-list--final {
    grid-template-columns: 1fr;
  }

  .benefits-list-prize {
    grid-column: auto;
  }
}

.kma-copy-block {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.kma-copy-para {
  margin: 0;
  color: var(--ink-mute);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
}

.apply-modal-overlay {
  align-items: center;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(139, 92, 246, 0.24), transparent 46%),
    rgba(13, 9, 24, 0.76);
  backdrop-filter: blur(18px) saturate(150%);
  -webkit-backdrop-filter: blur(18px) saturate(150%);
}

.apply-modal {
  max-width: min(448px, 100%);
  max-height: min(92dvh, 820px);
  border: 1px solid var(--v5-line);
  border-radius: 30px;
  background:
    linear-gradient(172deg, rgba(196, 181, 253, 0.12), rgba(21, 15, 40, 0.92) 54%, rgba(196, 181, 253, 0.06)),
    var(--v5-bg-raised);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.10),
    0 34px 90px rgba(13, 9, 24, 0.72),
    0 0 0 1px rgba(196, 181, 253, 0.05);
}

.apply-modal-header {
  padding: 22px 22px 16px;
  border-bottom: 1px solid var(--v5-line-soft);
}

.apply-modal-step-label {
  color: var(--v5-lavender-soft);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.20em;
}

.apply-modal-title {
  margin-top: 6px;
  color: var(--v5-text);
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.03em;
  text-wrap: balance;
}

.apply-modal-close {
  width: 44px;
  height: 44px;
  border: 1px solid var(--v5-line);
  background: var(--v5-surface-strong);
  color: var(--v5-text);
}

.apply-step-dots {
  padding: 16px 22px 0;
  gap: 8px;
}

.step-dot {
  height: 7px;
  background: var(--v5-line-soft);
}

.step-dot.active {
  width: 34px;
  background: var(--v5-lavender);
  box-shadow: 0 0 16px rgba(196, 181, 253, 0.35);
}

.step-dot.done { background: var(--v5-violet); }

.apply-modal-body {
  padding: 22px;
}

.apply-field {
  margin-bottom: 18px;
}

.apply-field .label,
.apply-field > .label {
  color: var(--v5-text-dim);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.apply-modal .input,
.apply-modal .cs-trigger,
.apply-tiktok-at {
  height: 52px;
  border-color: var(--v5-line);
  border-radius: 18px;
  background: rgba(13, 9, 24, 0.38);
  color: var(--v5-text);
}

.apply-modal textarea.input {
  height: auto;
  min-height: 96px;
}

.apply-modal .input:focus,
.apply-modal .cs.open .cs-trigger {
  border-color: var(--v5-lavender);
  background: rgba(196, 181, 253, 0.10);
}

.apply-modal .cs-panel {
  border-color: var(--v5-line);
  border-radius: 18px;
  background: linear-gradient(172deg, rgba(34, 25, 82, 0.98), rgba(21, 15, 40, 0.98));
  box-shadow: 0 18px 48px rgba(13, 9, 24, 0.65);
}

.apply-modal .cs-search {
  background: rgba(196, 181, 253, 0.06);
  color: var(--v5-text);
}

.apply-modal .cs-item:hover {
  background: var(--v5-surface-strong);
}

.apply-tiktok-at {
  border-radius: 18px 0 0 18px;
}

.apply-tiktok-input {
  border-radius: 0 18px 18px 0 !important;
}

.apply-photo-box {
  border-color: var(--v5-line);
  border-radius: 22px;
  background: rgba(196, 181, 253, 0.06);
}

.apply-photo-preview {
  border-color: var(--v5-line);
  border-radius: 22px;
  background: linear-gradient(165deg, var(--v5-violet), var(--v5-pink), var(--v5-violet-deep));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), 0 12px 28px rgba(0, 0, 0, 0.28);
}

.apply-field-hint,
.apply-vision-count {
  color: var(--v5-text-faint);
}

.apply-field-error.visible {
  color: #fecdd3;
}

.apply-done-circle {
  background: linear-gradient(165deg, var(--v5-lavender), var(--v5-violet), var(--v5-pink));
  box-shadow: 0 24px 60px rgba(124, 58, 237, 0.46), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}

.apply-done-title {
  color: var(--v5-text);
  font-family: var(--font-display);
}

.apply-done-sub {
  color: var(--v5-text-dim);
}

.apply-done-perk {
  border-color: rgba(196, 181, 253, 0.22);
  background: rgba(196, 181, 253, 0.08);
  color: var(--v5-lavender);
}

.apply-modal-footer {
  padding: 16px 18px 18px;
  border-top: 1px solid var(--v5-line-soft);
  background: rgba(13, 9, 24, 0.36);
}

.apply-modal .btn-primary {
  background: linear-gradient(120deg, var(--v5-violet-cta), var(--v5-violet-deep));
  box-shadow: 0 12px 36px rgba(124, 58, 237, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.apply-modal .btn-ghost {
  border-color: var(--v5-line);
  background: var(--v5-surface);
  color: var(--v5-text-dim);
}

@media (max-width: 520px) {
  .apply-modal-overlay { align-items: flex-end; padding: 0; }
  .apply-modal { max-width: 100%; max-height: 94dvh; border-radius: 28px 28px 0 0; border-bottom: 0; }
}
