/* =========================================================
   모원렌탈 Landing — page-specific styles
   Built on 다쏜다 Design System tokens + brand blue palette
   ========================================================= */

:root {
  --coway: #00a3e0;
  --coway-dark: #0077c8;
  --coway-deep: #003d7a;
  --coway-light: #e8f6fd;
  --coway-tint: #f4fafd;
  --gold-700: #0065b3;
  --gold-600: #0077c8;
  --gold-500: #00a3e0;
  --gold-400: #36b8ee;
  --gold-300: #9adffd;
}

.page {
  min-height: 100vh;
  background: var(--bg-page);
  padding-bottom: calc(var(--sticky-cta-h) + 20px);
}

.container {
  width: 100%;
  max-width: min(100%, var(--container-md));
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 72px 0; }
.section--tight { padding: 48px 0; }
.section--dark { background: var(--navy-900); color: var(--fg-on-dark-1); }
.section--tint { background: var(--bg-tint); }
.section--subtle { background: var(--gray-50); }

.section-kicker {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 700;
  color: var(--coway);
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 0 10px;
}
.section-kicker.is-gold { color: var(--coway-dark); }
.section-kicker.is-white { color: #bfe8ff; }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(48px, 7vw, 78px);
  font-weight: 900;
  line-height: 1.28;
  text-align: center;
  margin: 0 0 12px;
  letter-spacing: -0.025em;
  max-width: min(980px, 92vw);
  margin-left: auto;
  margin-right: auto;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.section-title .mark { color: var(--coway); }
.section-title .mark-gold { color: var(--coway); }
.section-sub {
  text-align: center;
  color: var(--fg-1);
  font-size: clamp(28px, 3.8vw, 42px);
  line-height: 1.62;
  margin: 0 auto 32px;
  max-width: min(920px, 92vw);
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: balance;
}

/* HEADER */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px) saturate(1.4);
  border-bottom: 1px solid var(--border-1);
  height: var(--header-h);
}
.site-header__inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 100%; padding: 0 24px;
  max-width: min(100%, var(--container-md)); margin: 0 auto;
}
.brand-lockup { display: flex; align-items: center; gap: 12px; }
.brand-lockup__logo {
  height: 44px;
  width: auto;
  object-fit: contain;
  display: block;
}
.brand-lockup__name {
  font-size: 19px; font-weight: 900; color: var(--navy-900);
  letter-spacing: -0.02em; line-height: 1; font-family: var(--font-display);
}
.brand-lockup__sub {
  font-size: 12px; color: var(--fg-3);
  font-weight: 600; margin-top: 3px; letter-spacing: 0.05em;
}
.hdr-cta {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--coway); color: white;
  padding: 10px 16px; border-radius: 999px;
  font-size: 16px; font-weight: 900; text-decoration: none;
}
.hdr-cta:hover { background: var(--coway-dark); }

/* HERO */
.hero {
  position: relative;
  isolation: isolate;
  background:
    radial-gradient(circle at 12% 16%, rgba(255, 255, 255, 0.78) 0%, rgba(255, 255, 255, 0) 45%),
    radial-gradient(circle at 90% 10%, rgba(210, 244, 255, 0.6) 0%, rgba(210, 244, 255, 0) 42%),
    radial-gradient(circle at 18% 6%, rgba(30, 170, 245, 0.55) 0%, rgba(30, 170, 245, 0) 55%),
    radial-gradient(circle at 86% 22%, rgba(120, 220, 255, 0.4) 0%, rgba(120, 220, 255, 0) 52%),
    linear-gradient(180deg, #bfe6ff 0%, #a8dfff 44%, #f0fbff 100%);
  color: #0f172a;
  padding: 44px 0 60px;
  min-height: 82vh;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  mix-blend-mode: soft-light;
  opacity: 0.32;
  background:
    repeating-linear-gradient(
      115deg,
      rgba(255, 255, 255, 0) 0px,
      rgba(255, 255, 255, 0) 6px,
      rgba(255, 255, 255, 0.22) 6px,
      rgba(255, 255, 255, 0.22) 7px
    ),
    repeating-linear-gradient(
      -12deg,
      rgba(255, 255, 255, 0) 0px,
      rgba(255, 255, 255, 0) 9px,
      rgba(200, 235, 255, 0.18) 9px,
      rgba(200, 235, 255, 0.18) 10px
    ),
    radial-gradient(ellipse 120% 70% at 50% 0%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 60%);
  filter: contrast(1.02) saturate(1.04);
  animation: heroFrostShimmer 10s ease-in-out infinite;
}
@keyframes heroFrostShimmer {
  0%, 100% { opacity: 0.3; transform: translateY(0); }
  50% { opacity: 0.36; transform: translateY(-4px); }
}
.hero__deco {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
}
.hero__deco-img {
  position: absolute;
  --hero-r: 0deg;
  width: min(52vw, 300px);
  height: auto;
  object-fit: contain;
  opacity: 0;
  filter:
    saturate(1.12)
    contrast(1.03)
    drop-shadow(0 10px 20px rgba(0, 70, 120, 0.18));
  animation: heroDecoIn 0.9s ease-out forwards, heroDecoFloat 7s ease-in-out infinite;
}
.hero__deco-img--1 {
  left: -2%;
  top: 14%;
  --hero-r: -8deg;
  animation-delay: 0.12s, 0s;
}
.hero__deco-img--2 {
  right: -4%;
  top: 10%;
  width: min(48vw, 280px);
  --hero-r: 10deg;
  animation-delay: 0.3s, 0.5s;
}
.hero__deco-img--3 {
  left: 6%;
  bottom: 6%;
  width: min(46vw, 270px);
  --hero-r: 6deg;
  animation-delay: 0.5s, 0.9s;
}
.hero__deco-img--4 {
  right: 2%;
  bottom: 2%;
  width: min(50vw, 290px);
  --hero-r: -6deg;
  animation-delay: 0.7s, 1.2s;
}
@keyframes heroDecoIn {
  from {
    opacity: 0;
    transform: rotate(var(--hero-r)) translateY(18px) scale(0.98);
  }
  to {
    opacity: 0.98;
    transform: rotate(var(--hero-r)) translateY(0) scale(1);
  }
}
@keyframes heroDecoFloat {
  0%, 100% { transform: rotate(var(--hero-r)) translateY(0); }
  50% { transform: rotate(var(--hero-r)) translateY(-8px); }
}
.hero__vignette {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    radial-gradient(ellipse 64% 52% at 50% 40%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.1) 52%, rgba(255, 255, 255, 0) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 38%, rgba(255, 255, 255, 0.1) 100%);
}
@media (min-width: 768px) {
  .hero__deco-img--1 {
    left: 4%;
  }
  .hero__deco-img--2 {
    right: 8%;
  }
}
.hero__inner {
  position: relative; z-index: 4; text-align: center;
  padding: 0 24px;
  max-width: min(100%, var(--container-md));
  margin: 0 auto;
  min-height: calc(82vh - 104px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero__ribbon {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #cfe9fb;
  padding: 8px 18px; border-radius: 999px;
  font-size: 15px; font-weight: 800; color: var(--coway-dark);
  letter-spacing: 0.04em; margin: 0 auto 22px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.hero__ribbon .dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--gold-400);
  box-shadow: 0 0 10px var(--gold-400);
  animation: pulse 1.6s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: 0.4; } }

.hero__kicker {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 700;
  color: #d9f4ff;
  margin-bottom: 14px;
  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.8),
    0 1px 2px rgba(0, 0, 0, 0.55),
    0 2px 20px rgba(0, 0, 0, 0.35);
}
.hero__title {
  font-family: var(--font-display);
  font-size: clamp(44px, 9vw, 72px);
  font-weight: 900; line-height: 1.18;
  letter-spacing: -0.035em; margin: 0 0 24px;
  max-width: min(980px, 94vw);
  margin-left: auto;
  margin-right: auto;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: balance;
  text-shadow:
    -1px -1px 0 rgba(0, 115, 180, 0.75),
    1px -1px 0 rgba(0, 115, 180, 0.75),
    -1px 1px 0 rgba(0, 115, 180, 0.75),
    1px 1px 0 rgba(0, 115, 180, 0.75),
    0 6px 18px rgba(0, 95, 150, 0.28);
}
.hero__title .gold { color: var(--gold-400); }
.hero__title .block {
  display: inline-block;
  background: var(--coway);
  color: #ffffff;
  padding: 4px 16px;
  border-radius: 8px;
  box-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
  text-shadow: none;
}
.hero__subtitle {
  font-size: 22px; line-height: 1.52;
  color: #0b2a4a;
  max-width: min(760px, 92vw); margin: 0 auto 28px;
  font-weight: 600;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: balance;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.7),
    0 2px 8px rgba(0, 70, 120, 0.08);
}
.hero__visual {
  margin: 18px auto 12px;
  width: 240px; height: 220px;
  position: relative;
}
.hero__badges {
  display: flex; justify-content: center; gap: 12px; flex-wrap: wrap;
  margin-top: 18px;
}
.hero__badge {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid #cfe9fb;
  padding: 10px 18px; border-radius: 999px;
  font-size: 17px; font-weight: 800; color: #0f172a;
  box-shadow: 0 2px 10px rgba(28, 89, 130, 0.12);
  text-shadow: none;
}
.hero__badge.gold {
  background: var(--coway); border-color: var(--coway-light);
  color: #ffffff;
  text-shadow: none;
}
.hero__scroll {
  margin-top: 26px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  opacity: 0.85;
}
.hero__scroll-text {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--coway-dark);
}
.hero__scroll-line {
  width: 2px;
  height: 26px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--coway-dark) 0%, rgba(0, 119, 200, 0.15) 100%);
  animation: heroScrollMove 1.5s ease-in-out infinite;
}
@keyframes heroScrollMove {
  0%, 100% { transform: translateY(0); opacity: 0.55; }
  50% { transform: translateY(5px); opacity: 1; }
}

/* 모바일: 세로 히어로 전용 배경 */
@media (max-width: 767px) {
  .brand-lockup__logo { height: 36px; }
  .brand-lockup__name { font-size: 15px; }
  .brand-lockup__sub { font-size: 10px; }
  .hdr-cta {
    font-size: 12px;
    padding: 7px 11px;
    gap: 4px;
    white-space: nowrap;
  }
  .section { padding: 48px 0; }
  .section--tight { padding: 36px 0; }
  .section-title {
    font-size: clamp(26px, 7.4vw, 40px);
    line-height: 1.3;
    letter-spacing: -0.02em;
    max-width: 94vw;
  }
  .section-sub {
    font-size: clamp(15px, 3.8vw, 20px);
    line-height: 1.55;
    max-width: 94vw;
  }
  .section-kicker { font-size: 14px; }
  .hero { min-height: 78vh; }
  .hero__inner {
    min-height: calc(78vh - 104px);
  }
  .hero__ribbon {
    font-size: 12px;
    padding: 6px 12px;
    margin-bottom: 12px;
  }
  .hero__kicker {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .hero__title {
    font-size: clamp(28px, 9.5vw, 48px);
    margin-bottom: 14px;
  }
  .hero__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
    line-height: 1.55;
    max-width: 94vw;
  }
  .hero__badges {
    gap: 8px;
    margin-top: 12px;
  }
  .hero__badge {
    font-size: 13px;
    padding: 7px 12px;
  }
  .hero__deco-img {
    width: min(46vw, 200px);
    max-height: 32vh;
  }
  .hero__deco-img--2 { width: min(46vw, 200px); }
  .hero__deco-img--3 { width: min(44vw, 190px); }
  .hero__deco-img--4 { width: min(44vw, 190px); }
  /* 모바일: 4장이 겹치지 않도록 코너에 고정 배치 */
  .hero__deco-img--1 {
    left: 0;
    right: auto;
    top: 6%;
    bottom: auto;
  }
  .hero__deco-img--2 {
    right: 0;
    left: auto;
    top: 6%;
    bottom: auto;
  }
  .hero__deco-img--3 {
    left: 0;
    right: auto;
    top: auto;
    bottom: 8%;
  }
  .hero__deco-img--4 {
    right: 0;
    left: auto;
    top: auto;
    bottom: 8%;
  }
  @keyframes heroDecoFloat {
    0%, 100% { transform: rotate(var(--hero-r)) translateY(0); }
    50% { transform: rotate(var(--hero-r)) translateY(-4px); }
  }
  .hero__scroll {
    margin-top: 18px;
    gap: 4px;
  }
  .hero__scroll-text {
    font-size: 10px;
  }
  .hero__scroll-line {
    height: 20px;
  }

  /* 모바일 레이아웃 보정 */
  .trust-grid {
    grid-template-columns: 1fr;
    gap: 10px;
    min-width: 0;
  }
  .trust-stat {
    padding: 14px 8px;
    max-width: 100%;
    min-width: 0;
  }
  .trust-stat__num {
    font-size: clamp(14px, 4.8vw, 18px) !important;
    line-height: 1.1;
    letter-spacing: -0.01em;
    margin-bottom: 4px;
  }
  .trust-stat__label {
    font-size: 10px !important;
    line-height: 1.25;
  }
  .trust-hero__kicker,
  .trust-hero__title,
  .trust-hero__sub,
  .trust-footer__msg {
    max-width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}

/* 일부 모바일/태블릿 뷰포트에서 우선순위 보정 */
@media (max-width: 1023px) {
  .trust-stat__num {
    font-size: clamp(14px, 4.8vw, 18px) !important;
  }
  .trust-stat__label {
    font-size: 10px !important;
  }
}

/* STATUS CARD */
.status-card {
  background: white; border-radius: 20px;
  padding: 26px 20px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-1);
  margin-top: -40px; position: relative; z-index: 3;
}
.status-card__eyebrow {
  text-align: center; font-size: 24px; font-weight: 800;
  color: var(--red-500); margin-bottom: 6px; letter-spacing: 0.02em;
}
.status-card__title {
  text-align: center;
  font-family: var(--font-display);
  font-size: 42px; font-weight: 900;
  margin: 0 0 4px; letter-spacing: -0.02em;
}
.status-card__sub {
  text-align: center; font-size: 24px;
  color: var(--fg-2); margin-bottom: 16px;
}
.counter {
  display: flex; align-items: baseline; justify-content: center;
  gap: 8px; font-family: var(--font-display); margin: 10px 0 4px;
}
.counter__current {
  font-size: 96px; font-weight: 900; color: var(--coway);
  line-height: 1; letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}
.counter__suffix { font-size: 34px; font-weight: 800; color: var(--fg-1); }
.counter__total {
  text-align: center; font-size: 24px;
  color: var(--fg-2); margin-bottom: 12px; font-weight: 600;
}
.counter__total b { color: var(--red-500); font-weight: 900; }
.progress {
  height: 14px; background: var(--gray-100);
  border-radius: 999px; overflow: hidden; position: relative;
  margin: 6px 0 4px;
}
.progress__bar {
  height: 100%;
  background: linear-gradient(90deg, var(--coway) 0%, var(--gold-500) 100%);
  border-radius: 999px;
  transition: width 1.6s var(--ease-out);
  position: relative; overflow: hidden;
}
.progress__bar::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  animation: shimmer 2s linear infinite;
}
@keyframes shimmer {
  0% { transform: translateX(-100%); } 100% { transform: translateX(100%); }
}
.status-stats {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 10px; margin-top: 16px;
}
.status-stat {
  background: var(--coway-tint);
  border: 1px solid var(--coway-light);
  border-radius: 12px; padding: 14px; text-align: center;
}
.status-stat__num {
  font-family: var(--font-display);
  font-size: 36px; font-weight: 900; color: var(--coway);
  line-height: 1; margin-bottom: 4px; letter-spacing: -0.03em;
}
.status-stat__num--deadline {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
}
.status-stat__label { font-size: 20px; font-weight: 700; color: var(--fg-2); }
.status-stat.is-urgent { background: #fff3f4; border-color: #ffd1d6; }
.status-stat.is-urgent .status-stat__num { color: var(--red-500); font-size: 30px; }
.status-stat.is-urgent .status-stat__label { color: var(--red-600); }
.status-notes { margin-top: 18px; padding-top: 14px; border-top: 1px dashed var(--border-1); }
.status-notes ul { padding: 0; margin: 0; }
.status-notes li {
  list-style: none; font-size: 20px; color: var(--fg-2);
  padding: 3px 0 3px 14px; position: relative; line-height: 1.5;
}
.status-notes li::before { content: "※"; position: absolute; left: 0; color: var(--red-500); }

/* FORM */
.form-card {
  background: white; border-radius: 20px;
  padding: 26px 20px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border-1);
}
.form-brand {
  display: flex; flex-direction: column; align-items: center;
  gap: 8px; margin-bottom: 16px;
}
.form-brand__logo {
  width: 120px; height: auto; max-height: 56px;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
.form-brand__tag { font-size: 22px; color: var(--fg-2); font-weight: 600; }
.form-title {
  font-family: var(--font-display);
  font-size: 38px; font-weight: 900;
  text-align: center; margin: 0 0 20px;
  letter-spacing: -0.02em;
}
.field { margin-bottom: 12px; }
.field__label {
  display: block; font-size: 24px; font-weight: 800;
  color: var(--fg-1); margin-bottom: 6px;
}
.field__label .req { color: var(--red-500); margin-left: 3px; }
.input, .select {
  width: 100%; height: 66px; padding: 0 16px;
  border-radius: 12px;
  border: 1.5px solid var(--border-1);
  background: var(--gray-50);
  font-size: 24px; color: var(--fg-1);
  transition: all var(--dur-fast) var(--ease-out);
  font-family: inherit; outline: none;
}
.input::placeholder { color: var(--fg-3); font-size: 22px; }
.input:focus, .select:focus {
  border-color: var(--coway); background: white;
  box-shadow: 0 0 0 4px rgba(0, 163, 224, 0.12);
}
.select {
  appearance: none; -webkit-appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='8' viewBox='0 0 14 8' fill='none'%3E%3Cpath d='M1 1l6 6 6-6' stroke='%234a5162' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.agree {
  display: flex; align-items: flex-start; gap: 10px;
  padding: 14px; background: var(--gray-50);
  border-radius: 12px; margin: 14px 0 16px;
  cursor: pointer;
}
.agree__checkbox {
  width: 22px; height: 22px;
  border: 2px solid var(--border-2);
  border-radius: 6px; display: grid; place-items: center;
  flex-shrink: 0; margin-top: 1px;
  transition: all var(--dur-fast) var(--ease-out);
  background: white;
}
.agree__checkbox.is-checked { background: var(--coway); border-color: var(--coway); }
.agree__checkbox.is-checked::after {
  content: ""; width: 12px; height: 6px;
  border-left: 2.5px solid white;
  border-bottom: 2.5px solid white;
  transform: rotate(-45deg) translate(1px, -1px);
}
.agree__text { font-size: 20px; line-height: 1.55; color: var(--fg-2); flex: 1; }
.agree__text b { color: var(--fg-1); font-weight: 800; }
.submit-btn {
  width: 100%; height: 60px; border-radius: 14px;
  background: linear-gradient(180deg, var(--coway) 0%, var(--coway-dark) 100%);
  color: white;
  font-size: 28px; font-weight: 900;
  font-family: var(--font-display);
  letter-spacing: -0.02em;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  box-shadow: 0 10px 24px rgba(0,163,224,0.4);
  transition: transform var(--dur-fast) var(--ease-out);
}
.submit-btn:hover { transform: translateY(-2px); }

.license-badge {
  margin-top: 16px; padding: 14px;
  background: linear-gradient(135deg, #f5fbff 0%, #eaf6ff 100%);
  border: 1px solid #cfe9fb;
  border-radius: 12px; text-align: center;
}
.license-badge__seal {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display);
  font-size: 24px; font-weight: 900;
  color: var(--coway-dark); letter-spacing: -0.01em;
}
.license-badge__seal svg { width: 22px; height: 22px; }
.license-badge__sub { font-size: 19px; color: var(--fg-2); margin-top: 4px; }

/* BENEFITS */
.benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.benefit {
  background: white; border: 1px solid var(--border-1);
  border-radius: 16px; padding: 18px 14px;
  text-align: center; position: relative; overflow: hidden;
  transition: all var(--dur-med) var(--ease-out);
}
.benefit:hover {
  transform: translateY(-3px); border-color: var(--coway);
  box-shadow: var(--shadow-md);
}
.benefit__num {
  position: absolute; top: 10px; right: 10px;
  font-family: var(--font-display);
  font-size: 18px; font-weight: 900; color: var(--coway);
  background: var(--coway-light);
  padding: 4px 10px; border-radius: 999px;
  letter-spacing: 0.04em;
}
.benefit__icon {
  width: 68px; height: 68px; margin: 0 auto 14px;
  border-radius: 14px; background: var(--coway-tint);
  display: grid; place-items: center; color: var(--coway);
}
.benefit__icon.is-gold { background: #eaf7ff; color: var(--coway-dark); }
.benefit__icon svg { width: 34px; height: 34px; }
.benefit__label {
  font-size: 19px; color: var(--fg-2);
  font-weight: 700; margin-bottom: 4px;
}
.benefit__title {
  font-family: var(--font-display);
  font-size: 30px; font-weight: 900;
  color: var(--navy-900); line-height: 1.3;
  letter-spacing: -0.02em;
}
.benefit__title .accent { color: var(--coway); display: block; font-size: 22px; }
.benefit__title .gold-pill {
  display: inline-block; background: var(--coway);
  color: #ffffff; padding: 4px 12px;
  border-radius: 8px; font-size: 28px; font-weight: 900;
  margin-top: 2px; letter-spacing: -0.02em;
}

/* PRODUCTS */
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.product {
  background: white; border: 1px solid var(--border-1);
  border-radius: 16px; padding: 14px 12px;
  position: relative;
  transition: all var(--dur-med) var(--ease-out);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 0;
}
.product:hover {
  transform: translateY(-3px); border-color: var(--coway);
  box-shadow: var(--shadow-md);
}
.product__image {
  width: 100%; aspect-ratio: 1 / 1;
  background: var(--gray-50); border-radius: 12px;
  margin-bottom: 10px; display: grid; place-items: center;
  overflow: hidden; position: relative;
}
.product__thumb-layer {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}
.product__thumb-layer svg { width: 74%; height: 74%; }
.product__photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  background: linear-gradient(180deg, #fafbfc 0%, var(--gray-50) 100%);
}
.product__ribbon {
  position: absolute; top: 8px; left: 8px; z-index: 2;
  background: var(--red-500); color: white;
  font-size: 10px; font-weight: 900;
  padding: 3px 7px; border-radius: 999px;
}
.product__rating {
  position: absolute; top: 8px; right: 8px; z-index: 2;
  background: rgba(10,19,48,0.88); color: white;
  font-size: 10.5px; font-weight: 800;
  padding: 3px 6px; border-radius: 999px;
  display: flex; align-items: center; gap: 3px;
}
.product__name {
  font-size: 13.5px; font-weight: 800; color: var(--navy-900);
  margin: 0 0 6px; line-height: 1.3;
  letter-spacing: -0.02em; min-height: 2.6em;
}
.product__tags {
  display: flex; flex-wrap: wrap; gap: 3px;
  margin-bottom: 8px;
  word-break: normal;
  min-height: 38px;
  align-content: flex-start;
}
.product__tag {
  font-size: 10px; color: var(--fg-2);
  background: var(--gray-100); padding: 2px 6px;
  border-radius: 4px; font-weight: 700;
  white-space: nowrap; word-break: normal;
}
.product__price {
  padding-top: 8px;
  border-top: 1px dashed var(--border-1);
  margin-top: auto;
}
.product__price-label { font-size: 10.5px; color: var(--fg-3); font-weight: 700; }
.product__price-main {
  font-family: var(--font-display);
  font-size: 19px; font-weight: 900; color: var(--navy-900);
  line-height: 1.1; letter-spacing: -0.02em;
}
.product__price-main .won { font-size: 13px; font-weight: 700; }
.product__price-main .tilde { color: var(--coway); }
.product__price-sub {
  font-size: 10.5px; color: var(--red-500);
  font-weight: 800; margin-top: 3px;
}
.product__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
.product__link:hover .product__name {
  color: var(--coway);
}
.product__detail {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  height: 36px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 900;
  font-family: var(--font-display);
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, var(--coway) 0%, var(--coway-dark) 100%);
  box-shadow: 0 6px 14px rgba(0, 163, 224, 0.28);
  border: 1px solid rgba(0, 119, 200, 0.35);
}
.product__detail:hover {
  filter: brightness(1.04);
}
.product__detail:active {
  transform: translateY(1px);
}

.gift-product-grid {
  margin-top: 8px;
}
.gift-page {
  display: contents;
}
.gift-product { min-height: 100%; }
.gift-product-grid .gift-product { min-width: 0; }
.gift-product .product__image {
  background: #ffffff;
}
.gift-product .product__name {
  height: 4.2em;
  font-size: 18px;
  line-height: 1.36;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}
.gift-product .product__price-main {
  font-size: 18px;
}
.gift-product__code {
  margin-top: 4px;
  font-size: 10.5px;
  color: var(--fg-2);
  font-weight: 700;
}

/* TRUST */
.trust-hero {
  background:
    radial-gradient(circle at 80% 20%, rgba(0,163,224,0.3) 0%, transparent 55%),
    linear-gradient(180deg, var(--navy-900) 0%, var(--coway-deep) 100%);
  color: white; padding: 80px 0; position: relative; overflow: hidden;
}
.trust-hero__inner { position: relative; z-index: 2; text-align: center; }
.trust-hero__kicker {
  font-size: 16px; color: var(--gold-400);
  font-weight: 800; letter-spacing: 0.04em; margin-bottom: 10px;
}
.trust-hero__title {
  font-family: var(--font-display);
  font-size: clamp(34px, 8vw, 48px);
  font-weight: 900; line-height: 1.2;
  letter-spacing: -0.03em;   margin: 0 0 8px;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.trust-hero__title .gold { color: var(--gold-400); }
.trust-hero__sub {
  font-size: 18px; color: rgba(255,255,255,0.92);
  margin: 14px auto 28px; max-width: min(480px, 92vw); line-height: 1.55;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: balance;
}
.trust-grid {
  display: grid; grid-template-columns: 1fr 1fr 1fr;
  gap: 10px;
  width: 100%;
  max-width: 100%;
}
.trust-stat {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 14px; padding: 20px 8px;
  text-align: center; backdrop-filter: blur(4px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}
.trust-stat__num {
  font-family: var(--font-display);
  font-size: 30px; font-weight: 900;
  color: var(--gold-400); line-height: 1;
  margin-bottom: 6px; letter-spacing: -0.03em;
  white-space: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.trust-stat__label {
  font-size: 14px; color: rgba(255,255,255,0.85);
  font-weight: 700; line-height: 1.3;
}
.trust-footer {
  margin-top: 32px; padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,0.15);
  text-align: center;
}
.trust-footer__badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--coway); color: #ffffff;
  padding: 10px 18px; border-radius: 999px;
  font-size: 17px; font-weight: 900;
  font-family: var(--font-display); margin-bottom: 10px;
}
.trust-footer__msg {
  font-size: 28px; font-weight: 900;
  line-height: 1.4; color: white;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-wrap: balance;
}

/* COMPARE */
.compare {
  background: white; border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-1);
  box-shadow: var(--shadow-sm);
}
.compare__row {
  display: grid; grid-template-columns: 1fr 1.2fr 1fr;
  border-bottom: 1px solid var(--border-1);
}
.compare__row:last-child { border-bottom: 0; }
.compare__cell {
  padding: 20px 10px; font-size: 24px;
  text-align: center; line-height: 1.4;
  display: flex; flex-direction: column;
  justify-content: center; align-items: center; gap: 2px;
}
.compare__cell--label {
  background: var(--gray-50); font-weight: 800;
  color: var(--fg-1); font-size: 24px;
}
.compare__cell--good {
  background: var(--coway-tint); color: var(--coway-dark); font-weight: 700;
}
.compare__cell--bad { color: var(--gray-500); }
.compare__head .compare__cell {
  background: var(--navy-900); color: white;
  font-family: var(--font-display);
  font-size: 26px; font-weight: 900;
  padding: 20px 8px;
}
.compare__head .compare__cell--good {
  background: var(--coway); color: white;
}
.compare__mark { font-size: 30px; font-weight: 900; }
.compare__mark.good { color: var(--coway); }
.compare__mark.bad  { color: var(--red-500); }

.compare-outro {
  margin-top: 18px; padding: 16px;
  background: var(--coway-tint);
  border: 1px solid var(--coway-light);
  border-radius: 14px; text-align: center;
  font-size: 28px; font-weight: 800;
  color: var(--coway-dark); line-height: 1.5;
}

/* CARDS (제휴) */
.cards-cats {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 16px;
}
.cards-cat {
  height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--border-1);
  background: white;
  color: var(--fg-2);
  font-size: 12px;
  font-weight: 800;
}
.cards-cat.is-active {
  border-color: var(--coway);
  background: var(--coway);
  color: white;
}
.cards-headline {
  text-align: center;
  margin: 0 0 14px;
  color: var(--coway);
  font-size: 34px;
  font-family: var(--font-display);
  font-weight: 900;
  letter-spacing: -0.02em;
}

.cards-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.cards-page {
  display: contents;
}

.pcard {
  background: white;
  border: 1px solid var(--border-1);
  border-radius: 16px;
  padding: 12px;
  transition: all var(--dur-med) var(--ease-out);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  scroll-snap-align: none;
}
.pcard:hover { border-color: var(--coway); transform: translateY(-2px); }
.pcard.is-placeholder {
  visibility: hidden;
  pointer-events: none;
}
.pcard__media {
  aspect-ratio: 1.58 / 1;
  border-radius: 12px;
  background: var(--gray-50);
  overflow: hidden;
  margin-bottom: 10px;
}
.pcard__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pcard__name {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 900;
  color: #101010;
  text-align: center;
  line-height: 1.35;
  word-break: keep-all;
  overflow-wrap: break-word;
  min-height: 2.7em;
}
.pcard__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.pcard__list li {
  font-size: 13px;
  line-height: 1.45;
  color: #222;
  margin-bottom: 0;
  padding: 10px 12px;
  border-radius: 10px;
  background: #f8fbfe;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pcard__list b {
  color: var(--coway);
  font-weight: 900;
  font-size: 15px;
  font-family: var(--font-display);
}
.pcard__max {
  margin-top: auto;
  margin-bottom: 2px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: var(--coway);
  color: #fff;
  font-family: var(--font-display);
  font-weight: 900;
  border-radius: 8px;
  padding: 8px 14px;
  font-size: 13px;
}

.cards-footnote {
  margin-top: 16px; font-size: 11.5px;
  color: var(--fg-3); text-align: center;
}
.cards-controls {
  margin-top: 14px;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.cards-navbtn {
  width: 44px;
  height: 44px;
  border-radius: 10px;
  border: 1px solid var(--border-1);
  background: #fff;
  color: #6b7280;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
}
.cards-navbtn:disabled {
  opacity: 0.45;
}
.cards-dots {
  display: none;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.cards-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d8dde7;
}
.cards-dot.is-active {
  background: var(--coway);
}
.cards-controls.is-hidden,
.cards-dots.is-hidden,
.cards-page-indicator.is-hidden {
  display: none !important;
}
.cards-page-indicator {
  display: none;
  margin-top: 8px;
  text-align: center;
  color: var(--fg-2);
  font-size: 13px;
  font-weight: 800;
}

@media (max-width: 767px) {
  .gift-product-grid {
    display: flex;
    gap: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
    scrollbar-width: none;
  }
  .gift-product-grid { -ms-overflow-style: none; }
  .gift-product-grid::-webkit-scrollbar { height: 6px; }
  .gift-product-grid::-webkit-scrollbar-thumb {
    background: #cfe8f5;
    border-radius: 999px;
  }
  .gift-product-grid::-webkit-scrollbar-track { background: #f2f7fb; }
  .gift-page {
    flex: 0 0 100%;
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    align-content: start;
    scroll-snap-align: start;
    padding-right: 2px;
  }
  .gift-product {
    min-height: 170px;
    padding: 8px 6px;
  }
  .gift-product .product__image {
    margin-bottom: 4px;
  }
  .gift-product .product__name {
    font-size: 12px;
    line-height: 1.25;
    min-height: 5em;
    max-height: 5em;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    overflow: hidden;
    word-break: break-word;
    overflow-wrap: anywhere;
  }
  .cards-headline {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .cards-rail {
    display: flex;
    gap: 0;
    overflow-x: auto;
    padding: 2px 2px 8px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .cards-page {
    flex: 0 0 100%;
    min-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    align-items: stretch;
    scroll-snap-align: start;
    padding-right: 2px;
  }
  .cards-rail { -ms-overflow-style: none; }
  .cards-rail::-webkit-scrollbar { height: 6px; }
  .cards-rail::-webkit-scrollbar-thumb {
    background: #cfe8f5;
    border-radius: 999px;
  }
  .cards-rail::-webkit-scrollbar-track { background: #f2f7fb; }
  .pcard {
    padding: 10px;
    min-height: 100%;
  }
  .pcard__name {
    font-size: 11px;
    min-height: 3.1em;
  }
  .pcard__list li {
    font-size: 11px;
    padding: 8px 8px;
    margin-bottom: 0;
  }
  .pcard__list b {
    font-size: 14px;
  }
  .pcard__max {
    font-size: 12px;
    padding: 6px 10px;
  }
  .cards-controls,
  .cards-dots { display: flex; }
  .cards-page-indicator { display: block; }
}

/* PROCESS */
.process { display: grid; grid-template-columns: 1fr; gap: 12px; }
.step {
  display: flex; align-items: center; gap: 14px;
  background: white; border: 1px solid var(--border-1);
  border-radius: 16px; padding: 16px;
  position: relative;
}
.step__num {
  width: 48px; height: 48px; flex-shrink: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--coway) 0%, var(--coway-dark) 100%);
  color: white; display: grid; place-items: center;
  font-family: var(--font-display);
  font-size: 30px; font-weight: 900;
  letter-spacing: -0.04em;
  box-shadow: 0 6px 14px rgba(0,163,224,0.3);
}
.step__body { flex: 1; }
.step__title {
  font-family: var(--font-display);
  font-size: 30px; font-weight: 900;
  color: var(--navy-900); margin: 0 0 3px;
  letter-spacing: -0.02em;
}
.step__desc { font-size: 22px; color: var(--fg-2); line-height: 1.5; }
.step__icon { width: 38px; height: 38px; color: var(--coway); opacity: 0.35; flex-shrink: 0; }

/* GIFTS */
.gifts-intro {
  text-align: center; font-size: 13.5px;
  color: var(--fg-2); margin-bottom: 18px; line-height: 1.5;
}
.gifts-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.gift {
  aspect-ratio: 1 / 1; background: white;
  border: 1px solid var(--border-1); border-radius: 14px;
  padding: 8px 8px 10px; display: flex; flex-direction: column;
  align-items: center; justify-content: flex-start;
  gap: 4px; text-align: center;
  transition: all var(--dur-med) var(--ease-out);
  position: relative;
  overflow: hidden;
}
.gift:hover { border-color: var(--gold-500); transform: translateY(-2px); }
.gift__media {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gift__photo {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
}
.gift__icon-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  min-height: 48px;
}
.gift__icon-fallback svg { width: 36px; height: 36px; color: var(--coway); }
.gift__label {
  flex-shrink: 0;
  font-size: 10.5px; font-weight: 800;
  color: var(--navy-900); line-height: 1.2;
  word-break: keep-all;
  overflow-wrap: break-word;
  max-width: 100%;
}
.gift.is-hot {
  background: linear-gradient(135deg, #f5fbff 0%, #eaf6ff 100%);
  border-color: #bfe4fa;
}
.gift.is-hot .gift__icon-fallback svg { color: var(--coway-dark); }

/* FINAL CTA */
.final-cta {
  background:
    radial-gradient(circle at 50% 0%, rgba(242,178,51,0.22) 0%, transparent 50%),
    linear-gradient(180deg, var(--navy-900) 0%, var(--coway-deep) 100%);
  color: white; padding: 60px 0 72px;
  position: relative; overflow: hidden;
  text-align: center;
}
.final-cta__badge {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--red-500); color: white;
  padding: 7px 14px; border-radius: 999px;
  font-size: 24px; font-weight: 900; margin-bottom: 14px;
}
.final-cta__title {
  font-family: var(--font-display);
  font-size: 54px; font-weight: 900;
  line-height: 1.2; letter-spacing: -0.03em;
  margin: 0 0 10px;
}
.final-cta__title .gold { color: var(--gold-400); }
.final-cta__sub {
  font-size: 28px; color: rgba(255,255,255,0.9);
  margin-bottom: 20px; line-height: 1.5;
}
.final-cta__counter {
  display: inline-flex; align-items: baseline; gap: 8px;
  margin-bottom: 22px;
  background: rgba(255,255,255,0.08);
  padding: 8px 16px; border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.15);
}
.final-cta__counter-lbl { font-size: 24px; color: rgba(255,255,255,0.85); }
.final-cta__counter-num {
  font-family: var(--font-display);
  font-size: 48px; font-weight: 900;
  color: #8fdcff; letter-spacing: -0.03em;
}
.final-cta__btn {
  width: 100%; height: 62px;
  background: linear-gradient(180deg, var(--coway) 0%, var(--coway-dark) 100%);
  color: #ffffff; border-radius: 16px;
  font-family: var(--font-display);
  font-size: 34px; font-weight: 900;
  letter-spacing: -0.02em;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  box-shadow: var(--shadow-gold);
  transition: transform var(--dur-fast) var(--ease-out);
}
.final-cta__btn:hover { transform: translateY(-2px); }

/* STICKY CTA */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0;
  z-index: 50; background: white;
  border-top: 1px solid var(--border-1);
  box-shadow: 0 -4px 20px rgba(10,19,48,0.1);
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
}
.sticky-cta__inner {
  max-width: min(100%, var(--container-md)); margin: 0 auto;
  display: flex; gap: 10px; align-items: center;
}
.sticky-cta__call {
  width: 50px; height: 50px; border-radius: 14px;
  background: var(--navy-900); color: white;
  display: grid; place-items: center; flex-shrink: 0;
}
.sticky-cta__main {
  flex: 1; height: 50px;
  background: linear-gradient(180deg, var(--coway) 0%, var(--coway-dark) 100%);
  color: white; border-radius: 14px;
  display: flex; align-items: center; justify-content: center; gap: 8px;
  font-family: var(--font-display);
  font-weight: 900; font-size: 15.5px;
  letter-spacing: -0.02em;
  box-shadow: 0 6px 16px rgba(0,163,224,0.35);
}

/* MODAL */
.modal-backdrop {
  position: fixed; inset: 0;
  background: rgba(10,19,48,0.65);
  backdrop-filter: blur(6px);
  z-index: 100; display: grid; place-items: center;
  padding: 20px;
  animation: fadeIn 220ms var(--ease-out);
}
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.modal {
  background: white; border-radius: 20px;
  width: 100%; max-width: 420px; max-height: 90vh;
  overflow-y: auto; padding: 24px 22px;
  position: relative;
  animation: slideUp 300ms var(--ease-out);
}
@keyframes slideUp {
  from { transform: translateY(20px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}
.modal__close {
  position: absolute; top: 14px; right: 14px;
  width: 32px; height: 32px; border-radius: 50%;
  background: var(--gray-100); display: grid; place-items: center;
  color: var(--fg-2);
}
.modal__close:hover { background: var(--gray-200); }
.notice-modal__title {
  font-size: 1.2rem;
  font-weight: 800;
  margin: 0 40px 14px 0;
  color: var(--navy-900);
  line-height: 1.35;
}
.notice-modal__body {
  font-size: 15px;
  line-height: 1.6;
  color: var(--fg-1);
  white-space: pre-wrap;
  word-break: break-word;
}
.toast {
  position: fixed;
  bottom: calc(var(--sticky-cta-h) + 16px);
  left: 50%; transform: translateX(-50%);
  background: var(--green-600); color: white;
  padding: 14px 20px; border-radius: 12px;
  font-size: 14px; font-weight: 800;
  z-index: 60; box-shadow: var(--shadow-lg);
  display: flex; align-items: center; gap: 8px;
  animation: toastIn 300ms var(--ease-out);
}
@keyframes toastIn {
  from { transform: translate(-50%, 20px); opacity: 0; }
  to { transform: translate(-50%, 0); opacity: 1; }
}

/* 실시간 조회수 느낌 (스크롤 후) */
.live-viewing {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  z-index: 55;
  max-width: min(100%, 520px);
  width: calc(100% - 32px);
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid var(--border-1);
  box-shadow: 0 8px 28px rgba(10, 19, 48, 0.12);
  font-size: 20px;
  font-weight: 700;
  color: var(--fg-1);
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.35;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  animation: liveBarIn 320ms var(--ease-out);
}
.live-viewing--above-sticky {
  bottom: calc(var(--sticky-cta-h) + 10px + env(safe-area-inset-bottom, 0px));
}
@keyframes liveBarIn {
  from { transform: translate(-50%, 12px); opacity: 0; }
  to { transform: translate(-50%, 0); opacity: 1; }
}
.live-viewing__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green-500);
  flex-shrink: 0;
  box-shadow: 0 0 0 0 rgba(16, 163, 90, 0.45);
  animation: livePulse 1.8s ease-out infinite;
}
@keyframes livePulse {
  0% { box-shadow: 0 0 0 0 rgba(16, 163, 90, 0.45); }
  70% { box-shadow: 0 0 0 10px rgba(16, 163, 90, 0); }
  100% { box-shadow: 0 0 0 0 rgba(16, 163, 90, 0); }
}
.live-viewing__text { flex: 1; min-width: 0; }
.live-viewing__num {
  font-family: var(--font-display);
  font-variant-numeric: tabular-nums;
  color: var(--coway);
  font-size: 1.2em;
}
.live-viewing__product {
  color: var(--navy-900);
  word-break: keep-all;
  font-weight: 800;
}

/* FOOTER */
.footer {
  background: var(--navy-950); color: var(--fg-on-dark-3);
  padding: 28px 0; text-align: center;
  font-size: 11px; line-height: 1.6;
}
.footer strong { color: rgba(255,255,255,0.85); font-weight: 700; }
.footer__tel {
  color: rgba(255,255,255,0.92);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* 모바일 타이포·간격: 아래 컴포넌트는 본문보다 뒤에 정의되므로 이 블록에서 한 번 더 지정 (캐스케이드) */
@media (max-width: 767px) {
  .live-viewing {
    font-size: 13px;
    padding: 7px 9px;
  }
  .live-viewing__num { font-size: 1em; }
  .live-viewing__product { font-weight: 600; }

  .trust-hero { padding: 56px 0; }
  .trust-hero__kicker { font-size: 14px; }
  .trust-hero__title {
    font-size: clamp(24px, 7.2vw, 32px);
    line-height: 1.25;
  }
  .trust-hero__sub { font-size: 14px; }
  .trust-footer__badge {
    font-size: 13px;
    padding: 7px 12px;
  }
  .trust-footer__msg {
    font-size: clamp(16px, 4.6vw, 20px);
    line-height: 1.4;
  }

  .gifts-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .gifts-intro { font-size: 12px; margin-bottom: 14px; }

  .compare__row {
    grid-template-columns: 0.9fr 1.2fr 0.9fr;
  }
  .compare__cell {
    font-size: 15px;
    padding: 10px 4px;
  }
  .compare__cell--label { font-size: 14px; }
  .compare__head .compare__cell { font-size: 17px; padding: 14px 4px; }
  .compare__mark { font-size: 18px; }
  .compare-outro { font-size: 17px; padding: 12px; }

  .status-card { padding: 20px 14px; margin-top: -28px; }
  .status-card__eyebrow { font-size: 16px; }
  .status-card__title { font-size: 28px; }
  .status-card__sub { font-size: 16px; }
  .counter__current { font-size: 64px; }
  .counter__suffix { font-size: 24px; }
  .counter__total { font-size: 16px; }
  .status-stat__num { font-size: 28px; }
  .status-stat__num--deadline { font-size: 17px; }
  .status-stat__label { font-size: 14px; }
  .status-stat.is-urgent .status-stat__num { font-size: 24px; }
  .status-notes li { font-size: 14px; }

  .form-card { padding: 20px 14px; }
  .form-brand__tag { font-size: 16px; }
  .form-title { font-size: 26px; }
  .field__label { font-size: 15px; }
  .input, .select { font-size: 16px; height: 52px; padding: 0 14px; }
  .input::placeholder { font-size: 15px; }
  .agree__text { font-size: 14px; }
  .submit-btn { font-size: 20px; height: 50px; }
  .license-badge { padding: 10px; }
  .license-badge__seal { font-size: 16px; }
  .license-badge__sub { font-size: 13px; }
  .license-badge__seal svg { width: 18px; height: 18px; }

  .benefit__num { font-size: 15px; }
  .benefit__label { font-size: 16px; }
  .benefit__title { font-size: 22px; }
  .benefit__title .accent { font-size: 16px; }
  .benefit__title .gold-pill { font-size: 18px; }
  .benefit__icon { width: 56px; height: 56px; }
  .benefit__icon svg { width: 28px; height: 28px; }
  .benefits-grid { gap: 10px; }
  .benefit { padding: 14px 10px; }

  .final-cta { padding: 48px 0 56px; }
  .final-cta__badge { font-size: 15px; margin-bottom: 10px; padding: 5px 11px; }
  .final-cta__title {
    font-size: clamp(24px, 6.2vw, 40px);
    line-height: 1.2;
  }
  .final-cta__sub { font-size: 16px; margin-bottom: 16px; }
  .final-cta__counter { padding: 6px 12px; }
  .final-cta__counter-lbl { font-size: 15px; }
  .final-cta__counter-num { font-size: 32px; }
  .final-cta__btn {
    font-size: 18px;
    height: 54px;
    white-space: normal;
    gap: 4px;
    padding-inline: 8px;
    line-height: 1.2;
  }

  .step { padding: 12px; gap: 10px; }
  .step__num {
    font-size: 20px;
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }
  .step__title { font-size: 19px; }
  .step__desc { font-size: 15px; }
  .step__icon { width: 32px; height: 32px; }

  .product__name { font-size: 12.5px; }
  .product__price-main { font-size: 16px; }
  .product__price-main .won { font-size: 11.5px; }
  .product__detail { font-size: 11px; height: 32px; }
  .sticky-cta__main { font-size: 14px; }
  .cards-headline { font-size: 20px; }
}

/* 초소형 뷰: 혜택 카드 1열 + 약간 더 촘촘한 타이포 */
@media (max-width: 420px) {
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  .benefit__label { font-size: 14px; }
  .benefit__title { font-size: 20px; }
  .benefit__title .accent { font-size: 15px; }
  .benefit__title .gold-pill { font-size: 18px; }
  .gift-product .product__name {
    font-size: 11px;
    min-height: 5em;
    max-height: 5em;
  }
}

@media (min-width: 1024px) {
  .container,
  .site-header__inner,
  .hero__inner,
  .sticky-cta__inner {
    max-width: min(100%, var(--container-lg));
  }
  .benefits-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }
  .cards-rail {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }
}
