/* =========================================================
   빌리조 광고 랜딩 — page-specific styles
   브랜드 블루 #0838F8 (primary) + 골드 악센트 (benefit/urgency)
   (--coway* = 주색 변수명, 템플릿 호환 위해 유지. App 에서 런타임 오버라이드)
   ========================================================= */

:root {
  --coway: #0838f8;
  --coway-dark: #0628c4;
  --coway-deep: #051f9e;
  --coway-light: #e3e9ff;
  --coway-tint: #f1f5ff;
  --gold-700: #b8860b;
  --gold-600: #d99a1c;
  --gold-500: #f2b233;
  --gold-400: #ffc857;
  --gold-300: #ffdb8a;
}

.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 { cursor: pointer; }
.product__save-badge {
  position: absolute; bottom: 8px; left: 8px; z-index: 2;
  background: linear-gradient(180deg, var(--gold-400), var(--gold-500));
  color: var(--navy-900); font-size: 10px; font-weight: 900;
  padding: 3px 7px; border-radius: 999px; box-shadow: var(--shadow-sm);
  white-space: nowrap;
}
.product__price-orig { font-size: 10.5px; color: var(--fg-3); font-weight: 600; }
.product__price-orig s { color: var(--fg-3); }
.product__price-main .permo {
  font-size: 11px; font-weight: 800; color: var(--fg-2);
  margin-right: 2px; font-family: var(--font-sans); vertical-align: 2px;
}
.product__card-chip {
  display: inline-flex; align-items: center; gap: 4px;
  margin-top: 6px; font-size: 10px; font-weight: 800;
  color: var(--coway); background: var(--coway-light);
  padding: 3px 7px; border-radius: 6px; word-break: keep-all;
}
.product__card-chip svg { width: 12px; height: 12px; flex: none; }
.product__cta {
  margin-top: 10px; text-align: center;
  font-size: 11.5px; font-weight: 900; font-family: var(--font-display);
  color: #fff; background: linear-gradient(180deg, var(--coway), var(--coway-dark));
  border-radius: 10px; padding: 8px; letter-spacing: -0.02em;
  box-shadow: 0 6px 14px rgba(8, 56, 248, 0.22);
}
.product:hover .product__cta { filter: brightness(1.06); }
.product__brand {
  font-size: 10.5px; font-weight: 900; letter-spacing: 0.02em;
  color: var(--coway); margin-bottom: 2px;
}
.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; }

/* Archived item styles */
.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-activity {
  position: fixed;
  left: 12px;
  top: calc(var(--header-h) + 10px + env(safe-area-inset-top, 0px));
  z-index: 58;
  width: min(300px, calc(100% - 24px));
  display: flex; align-items: center; gap: 10px;
  padding: 10px 12px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid var(--border-1);
  border-left: 3px solid var(--coway);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(10, 19, 48, 0.16);
  animation: activityIn 360ms var(--ease-out);
}
@keyframes activityIn {
  from { transform: translateX(-115%); opacity: 0; }
  to   { transform: translateX(0); opacity: 1; }
}
.live-activity__avatar {
  flex: none; width: 32px; height: 32px; border-radius: 50%;
  display: grid; place-items: center;
  background: var(--coway-light); color: var(--coway);
  font-weight: 900; font-size: 14px; font-family: var(--font-display);
}
.live-activity__body { flex: 1; min-width: 0; }
.live-activity__top {
  display: flex; align-items: baseline; gap: 5px;
  font-size: 11px; color: var(--fg-3); white-space: nowrap;
  overflow: hidden;
}
.live-activity__name { color: var(--fg-1); font-weight: 800; font-size: 12px; }
.live-activity__region {
  color: var(--coway); font-weight: 700;
  background: var(--coway-light); border-radius: 4px; padding: 0 4px;
}
.live-activity__ago { color: var(--fg-3); }
.live-activity__msg {
  font-size: 12px; font-weight: 600; color: var(--fg-2);
  margin-top: 2px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.live-activity__product { color: var(--fg-1); font-weight: 800; }
.live-activity__dot {
  flex: none; width: 8px; height: 8px; border-radius: 50%;
  background: var(--red-500); align-self: flex-start; margin-top: 2px;
  box-shadow: 0 0 0 0 rgba(255, 59, 76, 0.5);
  animation: livePulse 1.8s ease-out infinite;
}

/* 실시간 조회수 느낌 (스크롤 후) */
.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;
  }
}

/* =========================================================
   추가: 상단 신청현황 바 / Hero 재테마 / persona / AI추천 / ONLY혜택
   ========================================================= */
:root { --topbar-h: 32px; }

/* 상단 실시간 신청현황 바 */
.topbar {
  position: sticky; top: 0; z-index: 50; height: var(--topbar-h);
  display: flex; align-items: center; justify-content: center; gap: 8px;
  background: linear-gradient(90deg, var(--navy-900), var(--blue-700));
  color: #fff; font-size: 12px; font-weight: 700; padding: 0 12px; text-align: center;
}
.topbar b { color: var(--gold-300); }
.topbar__pulse {
  width: 7px; height: 7px; border-radius: 50%; background: var(--red-500); flex: none;
  box-shadow: 0 0 0 0 rgba(255, 59, 76, 0.5); animation: livePulse 1.8s ease-out infinite;
}
.site-header { top: var(--topbar-h); }

/* Hero 재테마 — 빌리조 블루 (샘플과 시각적으로 차별화) */
.hero {
  background:
    radial-gradient(circle at 85% 8%, rgba(94, 160, 255, 0.5) 0%, rgba(94, 160, 255, 0) 45%),
    linear-gradient(165deg, #0838f8 0%, #0a2fc9 52%, #061d9e 100%);
  color: #fff;
}
.hero::before { opacity: 0.12; mix-blend-mode: overlay; }
.hero__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; pointer-events: none; }
.hero__orb { position: absolute; border-radius: 50%; filter: blur(44px); }
.hero__orb--1 { width: 280px; height: 280px; background: #5ea0ff; top: -60px; right: -40px; opacity: 0.5; }
.hero__orb--2 { width: 220px; height: 220px; background: #9bc2ff; bottom: -30px; left: -50px; opacity: 0.32; }
.hero__grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 36px 36px;
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 28%, #000, transparent 75%);
  mask-image: radial-gradient(ellipse 80% 60% at 50% 28%, #000, transparent 75%);
}
.hero__inner { position: relative; z-index: 2; }
.hero__ribbon { background: rgba(255, 255, 255, 0.16); color: #fff; border: 1px solid rgba(255, 255, 255, 0.28); }
.hero__kicker { color: var(--gold-300); }
.hero__title { color: #fff; }
.hero__title-accent { color: var(--gold-400); }
.hero__subtitle { color: rgba(255, 255, 255, 0.92); }
.hero__badge { background: rgba(255, 255, 255, 0.14); color: #fff; border: 1px solid rgba(255, 255, 255, 0.24); }
.hero__badge.gold { background: linear-gradient(180deg, var(--gold-400), var(--gold-500)); color: var(--navy-900); border: 0; }

/* persona 입력 */
.persona {
  margin: 22px auto 18px; max-width: 560px; background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.26); border-radius: 16px; padding: 14px;
  -webkit-backdrop-filter: blur(6px); backdrop-filter: blur(6px);
}
.persona__label {
  display: flex; align-items: center; gap: 6px; justify-content: center;
  font-size: 13px; font-weight: 700; color: #fff; margin-bottom: 10px; text-align: center;
}
.persona__label b { color: var(--gold-300); }
.persona__label svg { color: var(--gold-300); flex: none; }
.persona__row { display: flex; gap: 8px; }
.persona__input {
  flex: 1; min-width: 0; border: 0; border-radius: 10px; padding: 12px 14px;
  font-size: 14px; background: #fff; color: var(--fg-1);
}
.persona__btn {
  flex: none; border: 0; border-radius: 10px; padding: 0 18px; font-weight: 900;
  font-family: var(--font-display); font-size: 14px; color: var(--navy-900);
  background: linear-gradient(180deg, var(--gold-400), var(--gold-500)); white-space: nowrap; cursor: pointer;
}
.persona__btn:disabled { opacity: 0.6; cursor: default; }
.persona__examples { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; margin-top: 10px; }
.persona__chip {
  font-size: 11.5px; font-weight: 700; color: #fff; background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.24); border-radius: 999px; padding: 5px 10px; cursor: pointer;
}
.persona__chip:hover { background: rgba(255, 255, 255, 0.26); }

/* AI 추천 결과 */
.recs__msg { text-align: center; color: var(--fg-2); font-weight: 600; padding: 24px 0; }
.recs__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.rec-card {
  position: relative; background: #fff; border: 1px solid var(--border-1); border-radius: 16px;
  padding: 14px 12px; cursor: pointer; transition: all var(--dur-med) var(--ease-out);
  display: flex; flex-direction: column; min-width: 0;
}
.rec-card:hover { transform: translateY(-3px); border-color: var(--coway); box-shadow: var(--shadow-md); }
.rec-card__rank {
  position: absolute; top: 10px; left: 10px; z-index: 2; background: var(--coway); color: #fff;
  font-size: 10px; font-weight: 900; padding: 3px 7px; border-radius: 999px;
}
.rec-card__img {
  aspect-ratio: 1/1; background: var(--gray-50); border-radius: 12px; overflow: hidden;
  position: relative; margin-bottom: 8px; display: grid; place-items: center;
}
.rec-card__img svg { width: 72%; height: 72%; }
.rec-card__brand { font-size: 10.5px; font-weight: 900; color: var(--coway); }
.rec-card__name { font-size: 13px; font-weight: 800; color: var(--navy-900); line-height: 1.3; margin: 2px 0 6px; }
.rec-card__reason {
  font-size: 11.5px; color: var(--fg-2); background: var(--coway-light);
  border-radius: 8px; padding: 6px 8px; margin-bottom: 8px; line-height: 1.4;
}
.rec-card__price { font-size: 11.5px; color: var(--fg-2); margin-top: auto; }
.rec-card__price b { color: var(--coway); font-size: 14px; font-family: var(--font-display); }
.rec-card__cta {
  margin-top: 10px; text-align: center; font-size: 11.5px; font-weight: 900; font-family: var(--font-display);
  color: #fff; background: linear-gradient(180deg, var(--coway), var(--coway-dark)); border-radius: 10px; padding: 8px;
}

/* ONLY 혜택 */
.only-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 180px), 1fr)); gap: 12px; }
.only-card {
  display: flex; gap: 12px; align-items: flex-start; background: #fff; border: 1px solid var(--border-1);
  border-left: 3px solid var(--coway); border-radius: 14px; padding: 16px 14px; min-width: 0;
}
.only-card__icon {
  flex: none; width: 40px; height: 40px; border-radius: 10px; display: grid; place-items: center;
  background: var(--coway-light); color: var(--coway);
}
.only-card__icon svg { width: 22px; height: 22px; }
.only-card__title { font-size: 14px; font-weight: 900; color: var(--navy-900); letter-spacing: -0.02em; }
.only-card__desc { font-size: 12px; color: var(--fg-2); margin-top: 3px; line-height: 1.45; }

@media (max-width: 767px) {
  .recs__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .only-grid { grid-template-columns: 1fr; }
  .topbar { font-size: 11px; }
  .persona__btn { padding: 0 14px; }
}

/* 제품 카드 — 평점/리뷰수 · 종합등급 · 기능요약 */
.product__rating { gap: 4px; }
.product__reviews { font-weight: 700; opacity: 0.8; font-size: 9.5px; }
.product__brandline { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; margin-bottom: 2px; }
.product__grade {
  font-size: 9.5px; font-weight: 900; color: #fff;
  background: linear-gradient(180deg, var(--coway), var(--coway-dark));
  border-radius: 5px; padding: 1px 6px; letter-spacing: 0.02em;
}
.product__summary {
  font-size: 11px; color: var(--fg-2); font-weight: 600;
  margin: 0 0 8px; line-height: 1.4; word-break: keep-all;
}
.rec-card__rating { margin-left: 6px; font-weight: 700; color: var(--fg-2); font-size: 10px; }
.rec-card__rating svg { width: 11px; height: 11px; color: var(--gold-500); vertical-align: -1px; }

/* 신청현황 LIVE 시계 */
.status-card__live {
  display: inline-flex; align-items: center; gap: 7px; flex-wrap: wrap; justify-content: center;
  margin: 4px auto 14px; padding: 6px 12px; border-radius: 999px;
  background: var(--gray-50); border: 1px solid var(--border-1);
  font-size: 12px; font-weight: 700; color: var(--fg-2);
}
.status-card__live-dot {
  width: 8px; height: 8px; border-radius: 50%; background: var(--green-500); flex: none;
  box-shadow: 0 0 0 0 rgba(16, 163, 90, 0.5); animation: livePulse 1.6s ease-out infinite;
}
.status-card__live-label { color: var(--green-600); font-weight: 900; letter-spacing: 0.04em; }
.status-card__clock { font-variant-numeric: tabular-nums; color: var(--fg-1); font-weight: 800; }
.status-card__since { color: var(--fg-3); font-weight: 600; }

/* 신청 방식 토글 (상담 / 무상담) */
.apply-modes { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 16px; }
.apply-mode {
  position: relative; display: flex; flex-direction: column; align-items: flex-start; gap: 2px;
  padding: 12px 14px; border-radius: 12px; border: 2px solid var(--border-2); background: #fff;
  text-align: left; cursor: pointer; transition: all var(--dur-fast) var(--ease-out); min-width: 0;
}
.apply-mode.is-active { border-color: var(--coway); background: var(--coway-light); }
.apply-mode--gold.is-active { border-color: var(--gold-500); background: var(--gold-100); }
.apply-mode__t { font-weight: 900; font-size: 14px; color: var(--navy-900); }
.apply-mode__d { font-size: 11px; color: var(--fg-2); font-weight: 600; }
.apply-mode__badge {
  position: absolute; top: -9px; right: 10px;
  background: linear-gradient(180deg, var(--gold-400), var(--gold-500));
  color: var(--navy-900); font-size: 10px; font-weight: 900; padding: 2px 7px; border-radius: 999px;
}
.apply-note {
  background: var(--gold-100); border: 1px solid var(--gold-300); border-radius: 12px;
  padding: 11px 13px; font-size: 12.5px; color: #5d4d00; line-height: 1.5; margin-bottom: 14px;
}
.apply-note b { color: #3d3300; }
.submit-btn--gold {
  background: linear-gradient(180deg, var(--gold-400) 0%, var(--gold-500) 100%) !important;
  color: var(--navy-900) !important;
}

/* 스티키 하단 2버튼 */
.sticky-cta__btn {
  flex: 1; min-width: 0; height: 50px; border-radius: 14px; display: flex; align-items: center;
  justify-content: center; gap: 5px; font-family: var(--font-display); font-weight: 900;
  font-size: 14px; letter-spacing: -0.02em; white-space: nowrap; padding: 0 6px;
}
.sticky-cta__btn--consult { background: #fff; color: var(--coway); border: 2px solid var(--coway); }
.sticky-cta__btn--direct {
  background: linear-gradient(180deg, var(--gold-400), var(--gold-500)); color: var(--navy-900);
  box-shadow: 0 6px 16px rgba(242, 178, 51, 0.4);
}
.sticky-cta__btn--direct span { display: flex; flex-direction: column; line-height: 1.05; align-items: center; }
.sticky-cta__btn--direct small { font-size: 9.5px; font-weight: 800; opacity: 0.82; }

/* 파이널 CTA 2버튼 */
.final-cta__btns { display: flex; flex-direction: column; gap: 10px; max-width: 440px; margin: 0 auto; }
.final-cta__btns .final-cta__btn { width: 100%; margin: 0; }
.final-cta__btn--ghost { background: rgba(255, 255, 255, 0.14); color: #fff; border: 1.5px solid rgba(255, 255, 255, 0.55); }
.final-cta__btn--gold { background: linear-gradient(180deg, var(--gold-400), var(--gold-500)); color: var(--navy-900); }

@media (max-width: 767px) {
  .sticky-cta__call { width: 46px; height: 46px; }
  .sticky-cta__btn { font-size: 13px; height: 48px; }
  .apply-mode__t { font-size: 13px; }
}

/* 제휴카드 → 할인 적용 정수기 페어링 */
.cardprods {
  background: var(--coway-light); border: 1px solid var(--coway-light);
  border-radius: 16px; padding: 14px; margin-bottom: 16px;
}
.cardprods__head { font-size: 13px; font-weight: 800; color: var(--navy-900); margin-bottom: 10px; }
.cardprods__head b { color: var(--coway); }
.cardprods__list {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(min(100%, 220px), 1fr)); gap: 8px;
}
.cardprod {
  display: flex; align-items: center; gap: 10px; text-align: left;
  background: #fff; border: 1px solid var(--border-1); border-radius: 12px; padding: 8px 10px;
  cursor: pointer; min-width: 0; transition: all var(--dur-fast) var(--ease-out);
}
.cardprod:hover { border-color: var(--coway); box-shadow: var(--shadow-sm); }
.cardprod__thumb {
  flex: none; width: 44px; height: 44px; border-radius: 8px; background: var(--gray-50);
  display: grid; place-items: center; overflow: hidden; position: relative;
}
.cardprod__thumb svg { width: 78%; height: 78%; }
.cardprod__info { min-width: 0; flex: 1; }
.cardprod__name {
  font-size: 12px; font-weight: 700; color: var(--navy-900); line-height: 1.3;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.cardprod__price { font-size: 11.5px; color: var(--fg-3); margin-top: 2px; }
.cardprod__price s { color: var(--fg-3); }
.cardprod__arrow { margin: 0 4px; color: var(--fg-3); }
.cardprod__price b { color: var(--coway); font-weight: 900; }
.cardprods__note { font-size: 10.5px; color: var(--fg-3); margin: 10px 0 0; }

/* 제품 예상 사은품 */
.product__gift {
  display: inline-flex; align-items: center; gap: 4px; margin-top: 7px;
  font-size: 11px; font-weight: 800; color: #7a5b00;
  background: var(--gold-100); border: 1px solid var(--gold-300);
  border-radius: 7px; padding: 3px 7px; word-break: keep-all;
}
.product__gift b { color: #5d4d00; }
.product__gift svg { color: var(--gold-600); flex: none; }

/* 교차추천 가전 섹션 */
.cross__bonus {
  text-align: center; background: var(--gold-100); border: 1px dashed var(--gold-500);
  border-radius: 12px; padding: 12px 14px; font-size: 13.5px; font-weight: 700;
  color: #5d4d00; margin-bottom: 18px;
}
.cross__bonus b { color: var(--coway); }
.cross-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.cross-card {
  position: relative; display: flex; flex-direction: column; min-width: 0;
  background: #fff; border: 1px solid var(--border-1); border-radius: 16px; padding: 14px 12px;
  cursor: pointer; transition: all var(--dur-med) var(--ease-out);
}
.cross-card:hover { transform: translateY(-3px); border-color: var(--coway); box-shadow: var(--shadow-md); }
.cross-card__cat {
  position: absolute; top: 10px; left: 10px; z-index: 2;
  background: var(--navy-900); color: #fff; font-size: 10px; font-weight: 800;
  padding: 3px 7px; border-radius: 999px;
}
.cross-card__img {
  aspect-ratio: 1/1; background: var(--gray-50); border-radius: 12px; overflow: hidden;
  position: relative; margin-bottom: 8px; display: grid; place-items: center;
}
.cross-card__img svg { width: 72%; height: 72%; }
.cross-card__brand { font-size: 10.5px; font-weight: 900; color: var(--coway); display: flex; align-items: center; gap: 6px; }
.cross-card__rating { color: var(--fg-2); font-weight: 700; }
.cross-card__rating svg { width: 11px; height: 11px; color: var(--gold-500); vertical-align: -1px; }
.cross-card__name { font-size: 12.5px; font-weight: 800; color: var(--navy-900); line-height: 1.3; margin: 2px 0 4px; }
.cross-card__summary { font-size: 11px; color: var(--fg-2); font-weight: 600; margin-bottom: 8px; word-break: keep-all; }
.cross-card__price { font-size: 12px; color: var(--fg-3); margin-top: auto; }
.cross-card__price s { color: var(--fg-3); margin-right: 5px; }
.cross-card__price b { color: var(--coway); font-size: 14px; font-family: var(--font-display); }
.cross-card__gift {
  display: inline-flex; align-items: center; gap: 4px; margin-top: 6px;
  font-size: 10.5px; font-weight: 800; color: #7a5b00;
  background: var(--gold-100); border-radius: 6px; padding: 3px 6px;
}
.cross-card__gift svg { color: var(--gold-600); flex: none; }
.cross-card__cta {
  margin-top: 10px; text-align: center; font-size: 11.5px; font-weight: 900; font-family: var(--font-display);
  color: #fff; background: linear-gradient(180deg, var(--coway), var(--coway-dark)); border-radius: 10px; padding: 8px;
}
.cross__btn {
  display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; max-width: 440px;
  margin: 20px auto 0; height: 54px; border-radius: 14px; font-family: var(--font-display);
  font-weight: 900; font-size: 15.5px; color: var(--navy-900);
  background: linear-gradient(180deg, var(--gold-400), var(--gold-500)); box-shadow: var(--shadow-gold);
}
@media (max-width: 767px) {
  .cross-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}


/* 히어로 인기 조합 쇼케이스 (3종 / 4종 2개) */
.bundles { margin: 20px auto 2px; max-width: 600px; }
.bundles__head { font-size: 13px; color: #fff; font-weight: 700; margin-bottom: 12px; line-height: 1.5; text-align: left; }
.bundles__head b { color: var(--gold-300); }
.bundle__fire { margin-right: 2px; }
.bundle__tag {
  display: inline-block; background: var(--red-500); color: #fff; font-size: 11px; font-weight: 900;
  padding: 2px 8px; border-radius: 999px; margin-left: 2px; vertical-align: 1px;
}
.bundles__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.bundle {
  background: rgba(255,255,255,0.12); border: 1px solid rgba(255,255,255,0.28);
  border-radius: 16px; padding: 14px 12px; -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
  display: flex; flex-direction: column; min-width: 0; text-align: left;
}
.bundle__title { display: flex; align-items: center; gap: 6px; font-weight: 900; font-size: 14px; color: #fff; margin-bottom: 10px; }
.bundle__badge {
  background: linear-gradient(180deg, var(--gold-400), var(--gold-500)); color: var(--navy-900);
  font-size: 10px; font-weight: 900; padding: 2px 7px; border-radius: 999px;
}
.bundle__items { display: flex; align-items: center; justify-content: center; gap: 4px; margin-bottom: 12px; }
.bundle__plus { color: var(--gold-300); font-weight: 900; font-size: 15px; flex: none; }
.bundle__item { flex: 1; min-width: 0; text-align: center; }
.bundle__thumb {
  width: 100%; aspect-ratio: 1/1; max-width: 60px; margin: 0 auto 3px;
  background: #fff; border-radius: 10px; display: grid; place-items: center; overflow: hidden;
}
.bundle__thumb svg { width: 76%; height: 76%; }
.bundle__cat { font-size: 9.5px; font-weight: 800; color: #fff; line-height: 1.2; }
.bundle__stats { display: flex; flex-direction: column; gap: 6px; margin-bottom: 12px; }
.bundle__stat {
  display: flex; align-items: center; justify-content: space-between; gap: 6px;
  background: rgba(255,255,255,0.1); border-radius: 10px; padding: 8px 10px;
}
.bundle__stat--main { background: rgba(255,255,255,0.95); }
.bundle__stat-lbl { font-size: 10.5px; font-weight: 700; color: rgba(255,255,255,0.85); }
.bundle__stat--main .bundle__stat-lbl { color: var(--fg-2); }
.bundle__stat-val { font-family: var(--font-display); font-weight: 900; font-size: 15px; color: var(--gold-300); letter-spacing: -0.02em; white-space: nowrap; }
.bundle__stat--main .bundle__stat-val { color: var(--coway); }
.bundle__btn {
  margin-top: auto; display: flex; align-items: center; justify-content: center; gap: 6px; width: 100%; height: 44px;
  border-radius: 12px; font-family: var(--font-display); font-weight: 900; font-size: 13.5px;
  color: var(--navy-900); background: linear-gradient(180deg, var(--gold-400), var(--gold-500));
  box-shadow: 0 6px 14px rgba(242,178,51,0.36); letter-spacing: -0.02em;
}
.bundle__note { font-size: 10.5px; color: rgba(255,255,255,0.7); margin-top: 10px; line-height: 1.4; text-align: left; }
@media (max-width: 520px) {
  .bundles__grid { grid-template-columns: 1fr; }
  .bundle__thumb { max-width: 72px; }
}

/* 실시간 신청 토스트 (gv3 스타일 · 렌탈 맥락) */
.la-toast {
  position: fixed; left: 12px;
  top: calc(var(--topbar-h) + var(--header-h) + 10px + env(safe-area-inset-top, 0px));
  z-index: 58; width: min(300px, calc(100% - 24px));
  background: #fff; border: 1px solid var(--border-1); border-radius: 16px;
  box-shadow: 0 14px 40px rgba(10, 19, 48, 0.22); padding: 12px 13px 13px;
  animation: activityIn 360ms var(--ease-out);
}
.la-close {
  position: absolute; top: 8px; right: 8px; width: 22px; height: 22px; border-radius: 7px;
  color: var(--fg-3); font-size: 12px; line-height: 1; background: transparent;
}
.la-close:hover { background: var(--gray-100); color: var(--fg-1); }
.la-kicker {
  display: flex; align-items: center; gap: 4px; flex-wrap: wrap;
  font-size: 11.5px; font-weight: 700; color: var(--fg-1); padding-right: 18px; margin-bottom: 10px;
}
.la-kicker b { color: var(--coway); }
.la-flame { font-size: 12px; }
.la-live-tag {
  background: var(--red-500); color: #fff; font-size: 9px; font-weight: 900;
  padding: 1px 5px; border-radius: 4px; letter-spacing: 0.04em;
}
.la-hdr { display: flex; align-items: center; gap: 9px; padding-bottom: 10px; border-bottom: 1px solid var(--border-1); }
.la-avatar {
  flex: none; width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center;
  background: var(--coway-light); color: var(--coway); font-weight: 900; font-size: 14px; font-family: var(--font-display);
}
.la-meta { min-width: 0; flex: 1; }
.la-name-line { font-size: 12px; color: var(--fg-2); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.la-name { color: var(--fg-1); font-weight: 800; }
.la-status {
  background: var(--green-100); color: var(--green-600); font-weight: 800; font-size: 10.5px;
  padding: 1px 6px; border-radius: 5px; margin: 0 5px;
}
.la-sub-line { display: flex; align-items: center; gap: 5px; font-size: 11px; color: var(--fg-3); margin-top: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.la-live-mini { width: 6px; height: 6px; border-radius: 50%; background: var(--green-500); flex: none; box-shadow: 0 0 0 0 rgba(16,163,90,.5); animation: livePulse 1.6s ease-out infinite; }
.la-stock-row { display: flex; align-items: center; gap: 11px; padding: 11px 0; }
.la-big {
  flex: none; position: relative; font-family: var(--font-display); font-weight: 900; font-size: 30px;
  color: var(--red-500); line-height: 1; letter-spacing: -0.02em;
}
.la-drop { position: absolute; top: -4px; right: -16px; font-size: 12px; color: var(--red-500); font-weight: 900; animation: laDrop 1.4s ease-out infinite; }
@keyframes laDrop { 0% { opacity: 0; transform: translateY(-2px); } 30% { opacity: 1; } 100% { opacity: 0; transform: translateY(6px); } }
.la-stock-info { flex: 1; min-width: 0; }
.la-t { font-size: 11px; color: var(--fg-2); font-weight: 600; line-height: 1.4; }
.la-red { color: var(--red-500); font-weight: 900; }
.la-pbar { height: 6px; border-radius: 999px; background: var(--gray-200); overflow: hidden; margin: 5px 0 3px; }
.la-fill { height: 100%; border-radius: 999px; background: linear-gradient(90deg, var(--red-500), #ff7a44); transition: width 600ms var(--ease-out); }
.la-pct { font-size: 10.5px; color: var(--fg-3); }
.la-pct b { color: var(--red-500); font-weight: 900; }
.la-trust { margin-top: 4px; display: flex; flex-direction: column; gap: 5px; }
.la-row { display: flex; align-items: center; gap: 6px; font-size: 11px; font-weight: 600; color: var(--fg-2); }
.la-row b { color: var(--fg-1); font-weight: 800; }
.la-ic { flex: none; width: 16px; height: 16px; border-radius: 50%; display: grid; place-items: center; font-size: 9px; font-weight: 900; color: #fff; }
.la-safe .la-ic { background: var(--green-500); }
.la-urgent .la-ic { background: var(--gold-500); color: var(--navy-900); }

/* 하루 환산 표기 */
.product__perday { font-size: 11px; font-weight: 700; color: var(--coway); margin-top: 2px; }
.bundle__perday { text-align: center; font-size: 11px; font-weight: 800; color: var(--gold-300); margin-bottom: 10px; }
.cross-card__perday { font-size: 10.5px; font-weight: 700; color: var(--coway); margin-top: 3px; }

/* 보장 배너 (리스크 리버설) */
.guarantee { background: var(--navy-900); color: #fff; }
.guarantee__inner {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center;
  gap: 8px 22px; padding: 14px 0;
}
.guarantee__item {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 13px; font-weight: 700; color: #fff; white-space: nowrap;
}
.guarantee__ic {
  flex: none; width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
  background: rgba(255,255,255,0.14); color: var(--gold-400);
}
.guarantee__ic svg { width: 13px; height: 13px; }
@media (max-width: 767px) {
  .guarantee__inner { gap: 10px 16px; padding: 13px 0; }
  .guarantee__item { font-size: 12px; }
}

/* 위약금 0원 강조 배지 */
.product__nopenalty {
  display: inline-flex; align-items: center; gap: 3px; align-self: flex-start;
  font-size: 11px; font-weight: 900; color: #fff;
  background: linear-gradient(180deg, var(--green-500), var(--green-600));
  border-radius: 7px; padding: 3px 8px; margin-bottom: 8px;
  box-shadow: 0 4px 10px rgba(16,163,90,0.3);
}

/* live-viewing 클릭 가능 + 제품 하이라이트 */
.live-viewing--clickable { cursor: pointer; }
.live-viewing--clickable:hover { box-shadow: 0 10px 32px rgba(10,19,48,0.18); }
.live-viewing__go { flex: none; font-size: 12px; font-weight: 900; color: var(--coway); white-space: nowrap; }
.product.is-highlight {
  animation: productPulse 2.2s var(--ease-out);
}
@keyframes productPulse {
  0% { box-shadow: 0 0 0 0 rgba(8,56,248,0.45); border-color: var(--coway); }
  30% { box-shadow: 0 0 0 6px rgba(8,56,248,0.18); border-color: var(--coway); transform: translateY(-3px); }
  100% { box-shadow: 0 0 0 0 rgba(8,56,248,0); }
}
.product__detail-link {
  display: block; text-align: center; margin-top: 7px; font-size: 11.5px; font-weight: 800;
  color: var(--coway); text-decoration: none;
}
.product__detail-link:hover { text-decoration: underline; }

/* 헤더 액션 (무료상담 + 가전 프로모션) */
.hdr-actions { display: flex; align-items: center; gap: 7px; }
.hdr-cta--ghost {
  background: transparent; color: var(--coway); border: 1.5px solid var(--coway);
}
.hdr-cta--ghost:hover { background: var(--coway-light); color: var(--coway); }
/* 영문 이미지 ↔ 한글 워드마크 교차 */
.brand-wordmark {
  display: inline-flex; align-items: center; height: 44px;
  font-family: var(--font-display); font-weight: 900; color: var(--coway);
  font-size: 30px; letter-spacing: -0.04em; line-height: 1;
  animation: logoFade 420ms var(--ease-out);
}
.brand-lockup__logo { animation: logoFade 420ms var(--ease-out); }
@keyframes logoFade { from { opacity: 0; } to { opacity: 1; } }
.cross .cards-cats { margin-bottom: 14px; }
@media (max-width: 767px) {
  .hdr-cta { font-size: 12.5px; padding: 8px 11px; }
  .hdr-cta--ghost { padding: 7px 10px; }
  .brand-lockup__logo { height: 34px; }
  .brand-wordmark { height: 34px; font-size: 23px; }
  .hdr-actions { gap: 5px; }
}
@media (max-width: 360px) {
  .hdr-cta { font-size: 11.5px; padding: 7px 9px; gap: 3px; }
}

/* 포토 후기 */
.rv-summary { text-align: center; font-size: 14px; color: var(--fg-2); margin-bottom: 16px; }
.rv-summary b { color: var(--navy-900); font-weight: 900; font-size: 16px; }
.rv-stars { color: var(--gold-500); letter-spacing: 2px; margin-right: 4px; }
.rv-rail {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 72%);
  gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 8px; margin: 0 -4px;
  scrollbar-width: thin;
}
.rv-rail::-webkit-scrollbar { height: 6px; }
.rv-rail::-webkit-scrollbar-thumb { background: var(--gray-300); border-radius: 999px; }
.rv-card {
  scroll-snap-align: start; background: #fff; border: 1px solid var(--border-1);
  border-radius: 16px; padding: 12px; display: flex; flex-direction: column; min-width: 0;
}
.rv-card__img {
  width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 12px;
  margin-bottom: 10px; background: var(--gray-50); display: block;
}
.rv-card__stars { display: flex; gap: 1px; color: var(--gold-500); margin-bottom: 6px; }
.rv-card__text {
  font-size: 12.5px; line-height: 1.55; color: var(--fg-1); margin: 0 0 10px;
  display: -webkit-box; -webkit-line-clamp: 5; -webkit-box-orient: vertical; overflow: hidden;
}
.rv-card__src {
  margin-top: auto; font-size: 10.5px; font-weight: 700; color: var(--fg-3);
  background: var(--gray-50); border-radius: 6px; padding: 4px 7px; align-self: flex-start;
}
.rv-note { font-size: 11px; color: var(--fg-3); margin: 14px 0 0; text-align: center; line-height: 1.5; }
.rv-note a { color: var(--coway); font-weight: 700; }
.rv-cta {
  display: flex; align-items: center; justify-content: center; gap: 8px; width: 100%; max-width: 440px;
  margin: 16px auto 0; height: 52px; border-radius: 14px; font-family: var(--font-display);
  font-weight: 900; font-size: 15.5px; color: #fff;
  background: linear-gradient(180deg, var(--coway), var(--coway-dark)); box-shadow: var(--shadow-cta);
}
@media (min-width: 768px) {
  .rv-rail { grid-auto-columns: minmax(0, 1fr); grid-auto-flow: row; grid-template-columns: repeat(4, minmax(0,1fr)); overflow: visible; }
}

/* 후기 출처 채널칩 + 작은 출처 글씨 */
.rv-card__top { display: flex; align-items: center; justify-content: space-between; gap: 6px; margin-bottom: 6px; }
.rv-card__top .rv-card__stars { margin-bottom: 0; }
.rv-card__chip {
  flex: none; font-size: 9px; font-weight: 800; color: var(--coway);
  background: var(--coway-light); border-radius: 5px; padding: 1px 6px; white-space: nowrap;
}
.rv-card__src { font-size: 9.5px; }

/* ---------- AI 추천 카드 후기 보기 + 후기 미리보기 모달 ---------- */
.rec-card__actions{ display:flex; align-items:center; justify-content:space-between; gap:8px; margin-top:10px; flex-wrap:wrap; }
.rec-card__review{
  display:inline-flex; align-items:center; gap:4px; cursor:pointer;
  font-size:12.5px; font-weight:700; color:var(--coway-700,#0838F8);
  background:rgba(8,56,248,.07); border:1px solid rgba(8,56,248,.2);
  border-radius:999px; padding:5px 11px; line-height:1; min-width:0;
}
.rec-card__review:hover{ background:rgba(8,56,248,.13); }
.rec-card__review svg{ flex:0 0 auto; }

.rv-peek{ max-width:560px; width:min(92vw,560px); max-height:86vh; overflow:auto; text-align:left; }
.rv-peek__title{ font-size:18px; font-weight:800; margin:2px 34px 6px 2px; }
.rv-peek__msg{ color:#667; padding:24px 4px; text-align:center; }
.rv-peek__fallback{
  font-size:12.5px; color:#5a4b1a; background:#fff8e1; border:1px solid #f3e2a8;
  border-radius:10px; padding:9px 12px; margin-bottom:12px; line-height:1.45;
}
.rv-peek__fallback b{ color:#7a5d00; }
.rv-peek__analysis{
  background:linear-gradient(135deg,#eef3ff,#f7f9ff); border:1px solid #d6e0ff;
  border-radius:12px; padding:11px 13px; margin-bottom:13px; min-width:0;
}
.rv-peek__analysis-head{ font-size:12.5px; font-weight:800; color:var(--coway,#0838F8); margin-bottom:3px; }
.rv-peek__analysis-body{ font-size:13px; color:#33405c; line-height:1.5; word-break:keep-all; }
.rv-peek__empty{ text-align:center; padding:18px 6px 6px; }
.rv-peek__empty p{ color:#556; margin-bottom:14px; }
.rv-peek__list{ display:grid; grid-template-columns:1fr 1fr; gap:12px; }
@media (max-width:520px){ .rv-peek__list{ grid-template-columns:1fr; } }
.rv-card--peek{ margin:0; min-width:0; }
