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

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

.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 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; }
}
