/* =========================================================
   모원렌탈 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;
}

.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: 14px;
  font-weight: 700;
  color: var(--coway);
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 0 10px;
}
.section-kicker.is-gold { color: var(--gold-600); }
.section-kicker.is-white { color: var(--gold-400); }

.section-title {
  font-family: var(--font-display);
  font-size: clamp(34px, 5vw, 56px);
  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: anywhere;
  text-wrap: balance;
  line-break: strict;
}
.section-title .mark { color: var(--coway); }
.section-title .mark-gold { color: var(--gold-500); }
.section-sub {
  text-align: center;
  color: var(--fg-2);
  font-size: clamp(18px, 2.3vw, 29px);
  line-height: 1.62;
  margin: 0 auto 32px;
  max-width: min(920px, 92vw);
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-wrap: balance;
  line-break: strict;
}

/* 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: 38px;
  width: auto;
  object-fit: contain;
  display: block;
}
.brand-lockup__name {
  font-size: 16px; font-weight: 900; color: var(--navy-900);
  letter-spacing: -0.02em; line-height: 1; font-family: var(--font-display);
}
.brand-lockup__sub {
  font-size: 10.5px; 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: 8px 14px; border-radius: 999px;
  font-size: 12.5px; font-weight: 800; text-decoration: none;
}
.hdr-cta:hover { background: var(--coway-dark); }

/* HERO */
.hero {
  position: relative;
  background-color: #0a1330;
  background-image: url('hero-bg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: white;
  padding: 44px 0 60px;
  min-height: 82vh;
  overflow: hidden;
}
/* 배경은 그대로 두고, 아래쪽만 살짝 어둡게 → 부제·뱃지 가독 (청색 막 아님) */
.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: min(58%, 420px);
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    to top,
    rgba(8, 10, 22, 0.78) 0%,
    rgba(8, 10, 22, 0.28) 55%,
    transparent 100%
  );
}
.hero__inner {
  position: relative; z-index: 2; 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(10, 19, 48, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 8px 18px; border-radius: 999px;
  font-size: 15px; font-weight: 800;
  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: var(--gold-300);
  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: anywhere;
  text-wrap: balance;
  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.85),
    0 1px 3px rgba(0, 0, 0, 0.65),
    0 4px 28px rgba(0, 0, 0, 0.45);
}
.hero__title .gold { color: var(--gold-400); }
.hero__title .block {
  display: inline-block;
  background: var(--gold-500);
  color: var(--navy-900);
  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: rgba(255, 255, 255, 0.97);
  max-width: min(760px, 92vw); margin: 0 auto 28px;
  font-weight: 600;
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-wrap: balance;
  text-shadow:
    0 0 1px rgba(0, 0, 0, 0.85),
    0 1px 3px rgba(0, 0, 0, 0.6),
    0 2px 18px rgba(0, 0, 0, 0.4);
}
.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(10, 19, 48, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 10px 18px; border-radius: 999px;
  font-size: 17px; font-weight: 800;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
.hero__badge.gold {
  background: var(--gold-500); border-color: var(--gold-400);
  color: var(--navy-900);
  text-shadow: none;
}

/* 모바일: 세로 히어로 전용 배경 */
@media (max-width: 767px) {
  .section-title {
    font-size: clamp(28px, 9vw, 40px);
    line-height: 1.32;
    letter-spacing: -0.02em;
    max-width: 94vw;
  }
  .section-sub {
    font-size: 17px;
    line-height: 1.66;
    max-width: 94vw;
  }
  .hero {
    background-image: url('hero-bg-m.png');
    background-size: cover;
    background-position: center center;
    min-height: 78vh;
  }
  .hero__inner {
    min-height: calc(78vh - 104px);
  }
  .hero__ribbon {
    font-size: 13px;
    padding: 7px 14px;
    margin-bottom: 14px;
  }
  .hero__kicker {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .hero__title {
    font-size: clamp(36px, 11.5vw, 54px);
    margin-bottom: 16px;
  }
  .hero__subtitle {
    font-size: 18px;
    margin-bottom: 18px;
    line-height: 1.6;
    max-width: 94vw;
  }
  .hero__badges {
    gap: 8px;
    margin-top: 12px;
  }
  .hero__badge {
    font-size: 14px;
    padding: 8px 14px;
  }

  /* 모바일 레이아웃 보정 */
  .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;
  }
  .trust-hero__title {
    font-size: clamp(28px, 9vw, 38px);
    line-height: 1.25;
  }
  .trust-hero__sub {
    font-size: 16px;
  }
  .trust-footer__badge {
    font-size: 14px;
    padding: 8px 14px;
  }
  .trust-footer__msg {
    font-size: clamp(18px, 6.4vw, 22px);
    line-height: 1.35;
  }

  .cards-rail {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .ccard__tier {
    white-space: normal;
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
  .ccard__tier > span,
  .ccard__tier b,
  .ccard__max {
    white-space: normal;
  }

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

  .compare__row {
    grid-template-columns: .9fr 1.2fr .9fr;
  }
  .compare__cell {
    font-size: 11.5px;
    padding: 10px 4px;
  }
}

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

@media (max-width: 420px) {
  .product-grid,
  .benefits-grid {
    grid-template-columns: 1fr;
  }
}

/* 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: 12.5px; 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: 21px; font-weight: 900;
  margin: 0 0 4px; letter-spacing: -0.02em;
}
.status-card__sub {
  text-align: center; font-size: 12.5px;
  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: 52px; font-weight: 900; color: var(--coway);
  line-height: 1; letter-spacing: -0.04em;
  font-variant-numeric: tabular-nums;
}
.counter__suffix { font-size: 18px; font-weight: 800; color: var(--fg-1); }
.counter__total {
  text-align: center; font-size: 13px;
  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: 26px; font-weight: 900; color: var(--coway);
  line-height: 1; margin-bottom: 4px; letter-spacing: -0.03em;
}
.status-stat__label { font-size: 12px; 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: 22px; }
.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: 12px; 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: 12px; color: var(--fg-2); font-weight: 600; }
.form-title {
  font-family: var(--font-display);
  font-size: 21px; font-weight: 900;
  text-align: center; margin: 0 0 20px;
  letter-spacing: -0.02em;
}
.field { margin-bottom: 12px; }
.field__label {
  display: block; font-size: 13px; 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: 50px; padding: 0 16px;
  border-radius: 12px;
  border: 1.5px solid var(--border-1);
  background: var(--gray-50);
  font-size: 15px; color: var(--fg-1);
  transition: all var(--dur-fast) var(--ease-out);
  font-family: inherit; outline: none;
}
.input::placeholder { color: var(--fg-3); }
.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: 12px; 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: 17px; 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, #fff8e6 0%, #fff3d6 100%);
  border: 1px solid var(--gold-300);
  border-radius: 12px; text-align: center;
}
.license-badge__seal {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--font-display);
  font-size: 13.5px; font-weight: 900;
  color: var(--gold-700); letter-spacing: -0.01em;
}
.license-badge__seal svg { width: 22px; height: 22px; }
.license-badge__sub { font-size: 11px; 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: 10.5px; font-weight: 900; color: var(--coway);
  background: var(--coway-light);
  padding: 2px 7px; border-radius: 999px;
  letter-spacing: 0.04em;
}
.benefit__icon {
  width: 48px; height: 48px; margin: 0 auto 10px;
  border-radius: 14px; background: var(--coway-tint);
  display: grid; place-items: center; color: var(--coway);
}
.benefit__icon.is-gold { background: #fff6e0; color: var(--gold-600); }
.benefit__icon svg { width: 24px; height: 24px; }
.benefit__label {
  font-size: 10.5px; color: var(--fg-2);
  font-weight: 700; margin-bottom: 4px;
}
.benefit__title {
  font-family: var(--font-display);
  font-size: 16px; 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: 13px; }
.benefit__title .gold-pill {
  display: inline-block; background: var(--gold-500);
  color: var(--navy-900); padding: 2px 10px;
  border-radius: 6px; font-size: 16px; font-weight: 900;
  margin-top: 2px; letter-spacing: -0.02em;
}

/* PRODUCTS */
.product-grid { display: grid; grid-template-columns: 1fr 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);
}
.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;
}
.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); }
.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(--coway);
  font-weight: 800; margin-top: 3px;
}

/* 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: anywhere;
  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: anywhere;
  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: anywhere;
}
.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(--gold-500); color: var(--navy-900);
  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: anywhere;
  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: 12px 6px; font-size: 12.5px;
  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: 12.5px;
}
.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: 13px; font-weight: 900;
  padding: 14px 6px;
}
.compare__head .compare__cell--good {
  background: var(--coway); color: white;
}
.compare__mark { font-size: 17px; 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: 13.5px; font-weight: 800;
  color: var(--coway-dark); line-height: 1.5;
}

/* CARDS (제휴) */
.cards-rail { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.ccard {
  background: white; border: 1px solid var(--border-1);
  border-radius: 14px; padding: 12px;
  transition: all var(--dur-med) var(--ease-out);
}
.ccard:hover { border-color: var(--coway); transform: translateY(-2px); }
.ccard__visual {
  aspect-ratio: 1.58 / 1; border-radius: 10px;
  margin-bottom: 10px; position: relative; overflow: hidden;
  display: grid; place-items: center; color: white;
  font-family: var(--font-display); font-weight: 900;
  letter-spacing: -0.02em;
}
.ccard__brand { font-size: 13px; text-align: center; line-height: 1.2; padding: 8px; }
.ccard__chip {
  position: absolute; top: 8px; left: 8px;
  width: 20px; height: 14px;
  background: linear-gradient(135deg, #d4af37, #f2d97a);
  border-radius: 3px; opacity: 0.85;
}
.ccard__name {
  font-size: 11.5px; font-weight: 800;
  color: var(--navy-900); margin: 0 0 6px;
  line-height: 1.3; min-height: 2.6em;
}
.ccard__tier {
  display: flex; justify-content: space-between; align-items: center;
  gap: 6px;
  font-size: 10px; color: var(--fg-2);
  padding: 4px 0; border-top: 1px dashed var(--border-1);
  word-break: normal; white-space: nowrap;
}
.ccard__tier > span { white-space: nowrap; }
.ccard__tier b { color: var(--navy-900); font-weight: 800; white-space: nowrap; }
.ccard__max {
  margin-top: 6px; padding: 5px 8px;
  background: var(--coway-tint);
  border-radius: 6px; font-size: 10.5px;
  font-weight: 800; color: var(--coway-dark);
  text-align: center; white-space: nowrap;
}
.ccard__max b {
  font-family: var(--font-display);
  font-size: 12px; color: var(--red-500); margin-left: 4px;
}

.cards-footnote {
  margin-top: 16px; font-size: 11.5px;
  color: var(--fg-3); text-align: center;
}

/* 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: 20px; 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: 15.5px; font-weight: 900;
  color: var(--navy-900); margin: 0 0 3px;
  letter-spacing: -0.02em;
}
.step__desc { font-size: 12.5px; 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: anywhere;
  max-width: 100%;
}
.gift.is-hot {
  background: linear-gradient(135deg, #fff8e6 0%, #fff3d6 100%);
  border-color: var(--gold-400);
}
.gift.is-hot .gift__icon-fallback svg { color: var(--gold-600); }

/* 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: 12.5px; font-weight: 900; margin-bottom: 14px;
}
.final-cta__title {
  font-family: var(--font-display);
  font-size: 28px; 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: 13.5px; color: rgba(255,255,255,0.82);
  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: 12px; color: rgba(255,255,255,0.8); }
.final-cta__counter-num {
  font-family: var(--font-display);
  font-size: 22px; font-weight: 900;
  color: var(--gold-400); letter-spacing: -0.03em;
}
.final-cta__btn {
  width: 100%; height: 62px;
  background: linear-gradient(180deg, var(--gold-400) 0%, var(--gold-500) 100%);
  color: var(--navy-900); border-radius: 16px;
  font-family: var(--font-display);
  font-size: 19px; 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); }
.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: 13px;
  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.05em;
}
.live-viewing__product {
  color: var(--navy-900);
  word-break: keep-all;
}

/* 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; }

@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(4, 1fr);
    gap: 14px;
  }
}
