/* ==========================================================================
   LOC-10 PREMIUM — TM DB 수집형 랜딩 v5
   레퍼런스: 지그재그 직뷰페형 앱 이벤트 페이지 — 초밀도/카운트다운/3열 미니카드/핑크 3D 아이콘
   Palette(고객 지정): #7B2945 / #E9C5D0 / #C9869E / #FBF6F2 / #B9915E / #2A2526
   ========================================================================== */

@font-face {
  font-family: 'Pretendard Variable';
  src: url('fonts/PretendardVariable.woff2') format('woff2-variations');
  font-weight: 45 920; font-display: swap;
}

:root {
  --wine: #7B2945;
  --wine-dark: #5E1E34;
  --wine-deep: #451626;
  --hotpink: #E05C8E;
  --pink: #E9C5D0;
  --pink-bg: #FBDDE8;
  --blush: #FDF1F5;
  --rose: #C9869E;
  --ivory: #FBF6F2;
  --white: #FFF;
  --gold: #B9915E;
  --gold-hi: #F5D98F;
  --ink: #191214;
  --ink-70: rgba(25,18,20,.72);
  --ink-50: rgba(25,18,20,.5);
  --ink-35: rgba(25,18,20,.36);
  --card-line: #F3D9E3;
  --sticky-h: 70px;
  --font: 'Pretendard Variable', 'Apple SD Gothic Neo', sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font);
  background: var(--pink-bg);
  color: var(--ink);
  font-size: 15.5px; line-height: 1.5; letter-spacing: -0.02em;
  word-break: keep-all; overflow-x: hidden;
}
img { max-width: 100%; display: block; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
input { font-family: inherit; }
a { color: inherit; }

/* 밀도 시스템: 섹션은 딱 붙는 블록, 내부 여백 최소 */
section { padding: 26px 12px; position: relative; overflow: hidden; }
.in { max-width: 480px; margin: 0 auto; position: relative; }

h1, h2 { font-weight: 900; line-height: 1.28; letter-spacing: -0.04em; }
h2 { font-size: 23px; text-align: center; }
h2 .pk { color: var(--hotpink); }
h2 .wn { color: var(--wine); }
.on-dark h2 { color: #fff; }
.on-dark h2 .pk { color: #FF9DC2; }
.sub { margin-top: 7px; font-size: 13.5px; font-weight: 600; color: var(--ink-50); text-align: center; }
.on-dark .sub { color: rgba(255,255,255,.62); }
.foot { margin-top: 10px; font-size: 10.5px; color: var(--ink-35); line-height: 1.6; font-weight: 500; }
.on-dark .foot { color: rgba(255,255,255,.38); }

.rv { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.rv.on { opacity: 1; transform: none; }
.d1 { transition-delay: .08s; } .d2 { transition-delay: .16s; } .d3 { transition-delay: .24s; }

/* ---------- 버튼 ---------- */
.btn {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; height: 56px; border-radius: 14px;
  background: linear-gradient(155deg, #A03A61 0%, var(--wine) 70%);
  color: #fff; font-size: 17px; font-weight: 900;
  box-shadow: 0 4px 14px rgba(123,41,69,.35);
  transition: transform .12s ease;
}
.btn:active { transform: scale(.97); }
.btn.pink { background: linear-gradient(155deg, #F0709F, var(--hotpink)); box-shadow: 0 4px 14px rgba(224,92,142,.4); }
.btn.gold { background: linear-gradient(155deg, #D2A96F, var(--gold)); box-shadow: 0 4px 14px rgba(185,145,94,.4); }
.micro { margin-top: 8px; text-align: center; font-size: 11px; color: var(--ink-35); font-weight: 600; }
.on-dark .micro { color: rgba(255,255,255,.5); }

/* ==========================================================================
   00 카운트다운 — 블랙 블록
   ========================================================================== */
.count { background: #0E0A0B; color: #fff; text-align: center; padding: 22px 12px 24px; }
.count .c-label { font-size: 14px; font-weight: 800; color: #FF9DC2; }
.count .c-timer {
  margin-top: 10px; display: flex; justify-content: center; align-items: baseline; gap: 6px;
  font-variant-numeric: tabular-nums;
}
.count .c-num { font-size: 44px; font-weight: 920; line-height: 1; letter-spacing: 0; }
.count .c-colon { font-size: 30px; font-weight: 900; color: rgba(255,255,255,.45); }
.count .c-unit { display: flex; flex-direction: column; align-items: center; gap: 4px; }
.count .c-cap { font-size: 9.5px; font-weight: 700; letter-spacing: .18em; color: rgba(255,255,255,.4); }
.count .c-note { margin-top: 10px; font-size: 10.5px; font-weight: 600; color: rgba(255,255,255,.35); }

/* ==========================================================================
   01 HERO — 핑크 그라데이션, 밀도형
   ========================================================================== */
.hero {
  padding: 26px 12px 30px; text-align: center;
  background: linear-gradient(180deg, #F7BBD2 0%, var(--pink-bg) 70%, var(--pink-bg) 100%);
}
.hero-topline {
  display: inline-flex; align-items: center; gap: 6px;
  background: var(--wine); color: #fff; border-radius: 100px;
  font-size: 11.5px; font-weight: 800; padding: 7px 14px;
}
.hero h1 { margin-top: 14px; font-size: 30px; line-height: 1.25; }
.hero h1 .pk {
  color: var(--hotpink);
  background: #fff; border-radius: 10px; padding: 0 8px;
  box-shadow: 0 4px 12px rgba(224,92,142,.25);
}
.hero-sub { margin-top: 9px; font-size: 14px; font-weight: 700; color: var(--ink-70); }
.hero-stage { margin-top: 16px; position: relative; }
.hero-pack { margin: 0 auto; width: min(60%, 215px); position: relative; }
.hero-pack img { border-radius: 16px; transform: rotate(-2deg); box-shadow: 0 16px 34px -14px rgba(123,41,69,.5); }
.hero-float { position: absolute; width: 74px; filter: drop-shadow(0 8px 14px rgba(123,41,69,.25)); }
.hero-float.fl1 { left: 2%; top: -6px; transform: rotate(-10deg); }
.hero-float.fl2 { right: 2%; top: 34%; transform: rotate(12deg); }
.hero-float.fl3 { left: 6%; bottom: -8px; transform: rotate(6deg); width: 64px; }
.hero-badges { margin-top: 14px; display: flex; justify-content: center; gap: 5px; flex-wrap: wrap; }
.hero-badges span {
  background: #fff; color: var(--wine);
  font-size: 11px; font-weight: 800; border-radius: 100px; padding: 6px 11px;
  box-shadow: 0 2px 8px rgba(123,41,69,.12);
}
.hero-cta { margin-top: 16px; }
.hero .ld { opacity: 0; transform: translateY(14px); animation: up .6s ease forwards; }
.hero .a1{animation-delay:.04s}.hero .a2{animation-delay:.12s}.hero .a3{animation-delay:.2s}
.hero .a4{animation-delay:.3s}.hero .a5{animation-delay:.42s}.hero .a6{animation-delay:.54s}
@keyframes up { to { opacity: 1; transform: none; } }

/* ==========================================================================
   02 혜택 모아보기 — 3열 미니카드
   ========================================================================== */
.grid-sec { background: var(--pink-bg); padding-top: 8px; }
.mini-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.mini {
  background: #fff; border: 1px solid var(--card-line); border-radius: 14px;
  padding: 12px 10px 8px; text-decoration: none; position: relative; overflow: hidden;
  min-height: 118px; display: flex; flex-direction: column;
}
.mini .m-tag { font-size: 10px; font-weight: 800; color: var(--hotpink); }
.mini .m-tt { margin-top: 3px; font-size: 13px; font-weight: 850; line-height: 1.3; }
.mini .m-ic { width: 54px; margin-left: auto; margin-top: auto; }
.grid-note { margin-top: 9px; text-align: center; font-size: 10.5px; font-weight: 600; color: var(--ink-35); }

/* ==========================================================================
   DB FORM — 밀도형 카드
   ========================================================================== */
.formsec { background: var(--pink-bg); padding-top: 8px; }
.form-card {
  background: #fff; border-radius: 18px; padding: 20px 16px 16px;
  border: 2px solid var(--wine);
  box-shadow: 0 6px 0 var(--wine);
  position: relative;
}
.form-kicker {
  display: inline-block; background: var(--hotpink); color: #fff;
  font-size: 11px; font-weight: 900; border-radius: 100px; padding: 5px 12px;
}
.form-card h2 { margin-top: 9px; font-size: 19px; text-align: left; }
.form-sub { margin-top: 5px; font-size: 12.5px; font-weight: 600; color: var(--ink-50); }
.form-ic { position: absolute; right: 12px; top: 10px; width: 58px; }
.ff { margin-top: 14px; display: grid; gap: 11px; }
.fld label { display: block; font-size: 12px; font-weight: 800; color: var(--ink-70); margin-bottom: 5px; }
.fld label .rq { color: var(--hotpink); }
.fld input {
  width: 100%; height: 50px; border: 1.5px solid #EED5DE; border-radius: 12px;
  padding: 0 14px; font-size: 15px; background: var(--blush); color: var(--ink); font-weight: 600;
  transition: border-color .15s, background .15s;
}
.fld input::placeholder { color: var(--ink-35); font-weight: 500; font-size: 14px; }
.fld input:focus { outline: none; border-color: var(--wine); background: #fff; }
.fld .err { display: none; font-size: 12px; color: #C62E22; margin-top: 4px; font-weight: 600; }
.fld.bad input { border-color: #C62E22; }
.fld.bad .err { display: block; }
.chips { display: flex; flex-wrap: wrap; gap: 6px; }
.chip {
  min-height: 40px; padding: 8px 14px; border-radius: 100px;
  border: 1.5px solid #EED5DE; background: var(--blush);
  font-size: 13.5px; font-weight: 700; color: var(--ink-50);
  transition: all .15s;
}
.chip.on { background: var(--wine); border-color: var(--wine); color: #fff; }
.agree { display: grid; gap: 8px; margin-top: 2px; }
.agree label { display: flex; gap: 8px; font-size: 12.5px; color: var(--ink-50); line-height: 1.5; align-items: flex-start; font-weight: 600; }
.agree input { width: 17px; height: 17px; margin-top: 1px; accent-color: var(--wine); flex: none; }
.agree .pv-open { font-size: 12px; color: var(--hotpink); text-decoration: underline; padding: 0; font-weight: 700; }
.pv-body {
  display: none; font-size: 11.5px; color: var(--ink-35); line-height: 1.65;
  background: var(--blush); border-radius: 10px; padding: 11px 12px; font-weight: 500;
}
.pv-body.open { display: block; }
.form-card .btn { margin-top: 14px; }
.fdone { display: none; text-align: center; padding: 20px 0 10px; }
.fdone.show { display: block; }
.fdone .big-ic { margin: 0 auto 10px; width: 56px; height: 56px; border-radius: 50%; background: var(--blush); display: grid; place-items: center; }
.fdone h3 { font-size: 19px; font-weight: 900; color: var(--wine); }
.fdone p { margin-top: 7px; font-size: 13px; font-weight: 600; color: var(--ink-50); }
.fsteps { margin-top: 14px; display: flex; justify-content: center; align-items: center; gap: 5px; font-size: 11.5px; font-weight: 800; color: var(--ink-50); flex-wrap: wrap; }
.fsteps span { background: var(--blush); border-radius: 100px; padding: 7px 11px; }
.fsteps i { font-style: normal; color: var(--rose); }

/* ==========================================================================
   PROBLEM — 블랙 후킹 블록
   ========================================================================== */
.problem { background: #0E0A0B; color: #fff; text-align: center; padding: 34px 12px; }
.problem .hook {
  display: inline-block; background: #FF9DC2; color: #5c1131;
  font-size: 12px; font-weight: 900; border-radius: 100px; padding: 6px 14px;
}
.problem h2 { margin-top: 12px; font-size: 24px; color: #fff; }
.problem h2 .q { color: #FF9DC2; }
.problem-strip { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; align-items: stretch; }
.problem-strip img { border-radius: 14px; aspect-ratio: 1; object-fit: cover; width: 100%; height: 100%; }
.problem-strip .p-txt {
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px; padding: 14px 12px; text-align: left;
  display: flex; flex-direction: column; justify-content: center; gap: 6px;
}
.problem-strip .p-txt p { font-size: 13.5px; font-weight: 700; color: rgba(255,255,255,.85); }
.problem-strip .p-txt p b { color: #FF9DC2; }
.problem .tail { margin-top: 14px; font-size: 15px; font-weight: 900; color: var(--gold-hi); }

/* ==========================================================================
   녹용 vs 녹각
   ========================================================================== */
.antler { background: var(--pink-bg); }
.sec-head { text-align: center; }
.sec-tag {
  display: inline-block; background: var(--wine); color: #fff;
  font-size: 11px; font-weight: 900; border-radius: 100px; padding: 5px 13px; margin-bottom: 9px;
}
.vs-wrap { margin-top: 14px; position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.vs-badge {
  position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) rotate(-6deg); z-index: 4;
  background: var(--ink); color: #fff; font-size: 13px; font-weight: 900;
  border-radius: 50%; width: 46px; height: 46px; display: grid; place-items: center;
  border: 2.5px solid #fff;
}
.vs-col { border-radius: 16px; padding: 16px 12px; background: #fff; border: 1px solid var(--card-line); text-align: center; }
.vs-col.dim { opacity: .62; }
.vs-col.win { border: 2px solid var(--hotpink); box-shadow: 0 4px 0 var(--hotpink); position: relative; }
.vs-col.win::after {
  content: 'LOC-10의 선택'; position: absolute; top: -10px; left: 50%; transform: translateX(-50%);
  background: var(--hotpink); color: #fff; font-size: 9.5px; font-weight: 900;
  border-radius: 100px; padding: 4px 10px; white-space: nowrap;
}
.vs-col .v-ic { width: 58px; margin: 0 auto 6px; }
.vs-col .vh { font-size: 18px; font-weight: 900; }
.vs-col.win .vh { color: var(--wine); }
.vs-col .vd { margin-top: 5px; font-size: 12px; font-weight: 700; line-height: 1.45; color: var(--ink-70); }

/* ==========================================================================
   ORIGIN — 컴팩트 포토블록
   ========================================================================== */
.origin { padding: 0; }
.origin-media { position: relative; min-height: 330px; display: flex; align-items: flex-end; }
.origin-media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.origin-media::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(195deg, rgba(20,12,14,0) 30%, rgba(20,12,14,.85) 90%);
}
.origin-copy { position: relative; z-index: 2; width: 100%; max-width: 480px; margin: 0 auto; padding: 0 14px 22px; color: #fff; }
.origin-copy .o-tag {
  display: inline-block; background: var(--gold); color: #fff;
  font-size: 10.5px; font-weight: 900; border-radius: 100px; padding: 4px 11px; margin-bottom: 8px;
}
.origin-copy h2 { text-align: left; font-size: 21px; color: #fff; }
.origin-copy .latin { margin-top: 4px; font-size: 11.5px; font-style: italic; color: var(--gold-hi); font-weight: 600; }

/* ==========================================================================
   NP-2007 — 와인 블록
   ========================================================================== */
.np { background: linear-gradient(170deg, var(--wine) 0%, var(--wine-deep) 100%); color: #fff; text-align: center; padding: 32px 12px; }
.np .np-lead {
  display: inline-block; background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.3);
  font-size: 12px; font-weight: 800; border-radius: 100px; padding: 6px 14px;
}
.np h2 { margin-top: 12px; font-size: 20px; color: #fff; }
.np .np-code {
  margin-top: 6px; font-size: 56px; font-weight: 920; letter-spacing: -.03em;
  line-height: 1; color: var(--gold-hi);
}
.np .np-code-sub { margin-top: 8px; font-size: 12.5px; font-weight: 700; color: rgba(255,255,255,.75); }
.np-row { margin-top: 16px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.np-row img { border-radius: 14px; aspect-ratio: 1; object-fit: cover; width: 100%; height: 100%; }
.np-cells { display: grid; gap: 7px; }
.np-cell {
  background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.15);
  border-radius: 14px; padding: 10px 8px; display: flex; flex-direction: column; justify-content: center;
}
.np-cell b { font-size: 13px; font-weight: 900; color: var(--gold-hi); }
.np-cell span { font-size: 10.5px; font-weight: 700; color: rgba(255,255,255,.65); margin-top: 2px; }

/* ==========================================================================
   공정 — 8스텝 촘촘 그리드
   ========================================================================== */
.process { background: var(--pink-bg); }
.p-grid { margin-top: 14px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
.p-step {
  background: #fff; border: 1px solid var(--card-line); border-radius: 12px;
  padding: 10px 4px 9px; text-align: center; transition: all .3s;
}
.p-step .no { font-size: 12px; font-weight: 900; color: var(--hotpink); }
.p-step .nm { margin-top: 2px; font-size: 11px; font-weight: 800; line-height: 1.25; }
.p-step.lit { background: var(--wine); border-color: var(--wine); }
.p-step.lit .no { color: var(--gold-hi); }
.p-step.lit .nm { color: #fff; }
.process-close { margin-top: 12px; text-align: center; font-size: 13.5px; font-weight: 900; }
.process-close .pk { color: var(--hotpink); }

/* ==========================================================================
   특허 + 스터디 — 딥와인 통합 블록
   ========================================================================== */
.proofband { background: linear-gradient(180deg, #0E0A0B 0%, var(--wine-deep) 100%); color: #fff; text-align: center; padding: 32px 12px; }
.pt-row { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.pt-card {
  background: rgba(255,255,255,.06); border: 1px solid rgba(245,217,143,.35);
  border-radius: 14px; padding: 14px 10px; position: relative;
}
.pt-card .pt-ic { width: 46px; margin: 0 auto 6px; }
.pt-card .pt-no { font-size: 14.5px; font-weight: 900; color: var(--gold-hi); font-variant-numeric: tabular-nums; }
.pt-card .pt-ds { margin-top: 3px; font-size: 10.5px; font-weight: 700; color: rgba(255,255,255,.6); line-height: 1.4; }
.stats { margin-top: 20px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.stat { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.13); border-radius: 14px; padding: 15px 4px 12px; }
.stat .v { font-size: 38px; font-weight: 920; line-height: 1; color: #FF9DC2; font-variant-numeric: tabular-nums; }
.stat .u { font-size: 14px; font-weight: 800; }
.stat .k { margin-top: 5px; font-size: 10px; font-weight: 700; color: rgba(255,255,255,.5); }
.study-cond { margin-top: 12px; display: flex; justify-content: center; flex-wrap: wrap; gap: 5px; }
.study-cond span {
  font-size: 10.5px; font-weight: 700; color: rgba(255,255,255,.75);
  background: rgba(255,255,255,.1); border-radius: 100px; padding: 5px 10px;
}

/* ==========================================================================
   7지표 — 2열 밀도 그리드
   ========================================================================== */
.seven { background: var(--pink-bg); }
.seven .big-line { text-align: center; font-size: 21px; font-weight: 900; }
.seven .big-line .n7 { font-size: 54px; color: var(--hotpink); vertical-align: -6px; letter-spacing: -.04em; }
.ind-grid { margin-top: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.ind {
  background: #fff; border: 1px solid var(--card-line); border-radius: 13px;
  padding: 11px 12px; text-decoration: none; display: flex; flex-direction: column; gap: 5px;
}
.ind .no { font-size: 10px; font-weight: 900; color: var(--rose); }
.ind p { font-size: 13px; font-weight: 800; line-height: 1.3; }
.ind .dir { align-self: flex-start; font-size: 10.5px; font-weight: 900; color: #fff; background: var(--wine); border-radius: 100px; padding: 3px 9px; }
.ind .dir.up { background: var(--hotpink); }
.ind.wide { grid-column: 1 / -1; flex-direction: row; align-items: center; justify-content: space-between; }
.ind.wide p { flex: 1; }

/* ==========================================================================
   그래프/디테일 Proof
   ========================================================================== */
.proof { background: var(--pink-bg); padding-top: 8px; }
.g-card {
  margin-top: 12px; background: #fff; border: 1px solid var(--card-line);
  border-radius: 16px; padding: 16px 14px 12px;
}
.g-title { font-size: 14px; font-weight: 900; }
.g-title .g-ic { width: 30px; display: inline-block; vertical-align: middle; margin-right: 4px; }
.g-legend { margin-top: 6px; display: flex; gap: 12px; font-size: 11px; font-weight: 600; color: var(--ink-50); }
.g-legend i { display: inline-block; width: 16px; height: 3px; border-radius: 2px; margin-right: 5px; vertical-align: middle; }
.g-legend .t i { background: var(--wine); }
.g-legend .c i { background: #D9CDD1; }
.g-card svg { width: 100%; height: auto; margin-top: 6px; }
.g-note { margin-top: 9px; padding-top: 8px; border-top: 1px dashed var(--card-line); font-size: 10px; color: var(--ink-35); line-height: 1.6; font-weight: 500; }
.pf-grid { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 7px; }
.pf-block {
  background: #fff; border: 1px solid var(--card-line); border-radius: 13px; padding: 12px;
}
.pf-block .pf-k { font-size: 10px; font-weight: 900; color: var(--rose); }
.pf-block h3 { margin-top: 3px; font-size: 13.5px; font-weight: 800; line-height: 1.35; }
.pf-block h3 b { color: var(--hotpink); }
.person-band { margin-top: 12px; position: relative; border-radius: 16px; overflow: hidden; }
.person-band img { aspect-ratio: 16/10; object-fit: cover; width: 100%; }
.person-band .pb-cap {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 22px 14px 12px;
  background: linear-gradient(180deg, transparent, rgba(20,12,14,.75));
  color: #fff; font-size: 13.5px; font-weight: 800;
}
.mini-link {
  display: flex; align-items: center; justify-content: center; gap: 6px; margin-top: 12px;
  font-size: 14.5px; font-weight: 900; color: #fff;
  background: var(--hotpink); border-radius: 100px; padding: 13px;
  text-decoration: none; box-shadow: 0 4px 12px rgba(224,92,142,.35);
}

/* ==========================================================================
   체크리스트
   ========================================================================== */
.whofor { background: var(--pink-bg); padding-top: 8px; }
.cklist { margin-top: 12px; display: grid; gap: 6px; }
.ck {
  display: flex; gap: 10px; align-items: center;
  background: #fff; border: 1px solid var(--card-line); border-radius: 12px; padding: 12px 13px;
  font-size: 13.5px; font-weight: 700;
  opacity: .45; transform: translateX(-5px);
  transition: opacity .4s, transform .4s;
}
.ck.on { opacity: 1; transform: none; }
.ck .ckbox {
  flex: none; width: 24px; height: 24px; border-radius: 7px;
  background: var(--blush); display: grid; place-items: center;
  color: transparent; transition: all .25s;
}
.ck.on .ckbox { background: var(--hotpink); color: #fff; }
.whofor .tail { margin-top: 12px; text-align: center; font-size: 14px; font-weight: 900; }
.whofor .tail .pk { color: var(--hotpink); }

/* ==========================================================================
   제품
   ========================================================================== */
.product { background: var(--pink-bg); padding-top: 8px; }
.pr-card { background: #fff; border: 1px solid var(--card-line); border-radius: 18px; padding: 18px 14px; text-align: center; }
.pr-name { font-size: 24px; font-weight: 920; }
.pr-cat { margin-top: 2px; font-size: 10px; font-weight: 800; letter-spacing: .2em; color: var(--rose); }
.pr-fig { margin: 14px auto 0; width: 58%; position: relative; }
.pr-fig img { border-radius: 14px; box-shadow: 0 12px 26px -12px rgba(123,41,69,.4); }
.pr-facts { margin-top: 14px; text-align: left; background: var(--blush); border-radius: 12px; padding: 4px 13px; }
.pr-fact { display: flex; justify-content: space-between; gap: 10px; padding: 9px 0; font-size: 12.5px; }
.pr-fact + .pr-fact { border-top: 1px dashed var(--card-line); }
.pr-fact dt { color: var(--ink-50); font-weight: 600; flex: none; }
.pr-fact dd { font-weight: 900; text-align: right; }

/* ==========================================================================
   WHY — 미니그리드 재사용 / FAQ
   ========================================================================== */
.why { background: var(--pink-bg); padding-top: 8px; }
.faq { background: var(--pink-bg); padding-top: 8px; }
.faq-list { margin-top: 12px; display: grid; gap: 6px; }
.fq { background: #fff; border: 1px solid var(--card-line); border-radius: 13px; overflow: hidden; }
.fq-q {
  width: 100%; display: flex; align-items: center; gap: 9px; text-align: left;
  padding: 14px; font-size: 14px; font-weight: 800; color: var(--ink);
}
.fq-q .qm { color: var(--hotpink); font-weight: 920; flex: none; }
.fq-q .pm { margin-left: auto; flex: none; width: 24px; height: 24px; border-radius: 50%; background: var(--blush); position: relative; }
.fq-q .pm::before, .fq-q .pm::after { content: ''; position: absolute; background: var(--wine); transition: transform .22s; }
.fq-q .pm::before { left: 7px; right: 7px; top: 11px; height: 2px; border-radius: 2px; }
.fq-q .pm::after { top: 7px; bottom: 7px; left: 11px; width: 2px; border-radius: 2px; }
.fq.open .pm::after { transform: scaleY(0); }
.fq-a { max-height: 0; overflow: hidden; transition: max-height .28s ease; }
.fq-a-in { padding: 0 14px 14px 37px; font-size: 13px; font-weight: 500; color: var(--ink-70); line-height: 1.6; }
.fq-a-in .inline-cta { display: inline-block; margin-top: 6px; color: var(--hotpink); font-weight: 900; text-decoration: underline; }

/* ==========================================================================
   FINAL — 블랙→와인 피날레
   ========================================================================== */
.final { background: linear-gradient(180deg, #0E0A0B 0%, var(--wine-deep) 60%); color: #fff; text-align: center; padding: 34px 12px 40px; }
.final .f-timer-label { font-size: 13px; font-weight: 800; color: #FF9DC2; }
.final .c-timer { margin-top: 8px; display: flex; justify-content: center; align-items: baseline; gap: 5px; font-variant-numeric: tabular-nums; }
.final .c-num { font-size: 36px; font-weight: 920; line-height: 1; }
.final .c-colon { font-size: 24px; font-weight: 900; color: rgba(255,255,255,.4); }
.final .c-cap { font-size: 9px; font-weight: 700; letter-spacing: .16em; color: rgba(255,255,255,.4); }
.final .c-unit { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.final h2 { margin-top: 16px; font-size: 23px; color: #fff; }
.final h2 .pk { color: #FF9DC2; }
.final .form-card { margin-top: 16px; text-align: left; border-color: var(--gold); box-shadow: 0 6px 0 var(--gold); }

/* ---------- FOOTER ---------- */
footer {
  background: #0E0A0B; color: rgba(255,255,255,.45);
  padding: 26px 14px calc(26px + var(--sticky-h));
  font-size: 10.5px; line-height: 1.75;
}
footer .f-in { max-width: 480px; margin: 0 auto; }
footer .f-brand { font-size: 13px; font-weight: 900; letter-spacing: .16em; color: rgba(255,255,255,.8); }
footer .f-div { margin: 11px 0; height: 1px; background: rgba(255,255,255,.1); }
footer .todo { color: var(--gold-hi); }

/* ---------- Sticky ---------- */
.sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 90;
  padding: 8px 10px calc(8px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.94); backdrop-filter: blur(12px);
  border-top: 1.5px solid var(--card-line);
  transform: translateY(0); transition: transform .3s ease;
}
.sticky.hide { transform: translateY(115%); }
.sticky .btn { height: 52px; max-width: 560px; margin: 0 auto; font-size: 16px; }

/* ==========================================================================
   DESKTOP — 앱 칼럼 유지 + 배경 연속 (여백 0 체감)
   ========================================================================== */
@media (min-width: 640px) {
  body { background: var(--pink-bg); }
  .in, .origin-copy, footer .f-in { max-width: 560px; }
  h2 { font-size: 26px; }
  .hero h1 { font-size: 36px; }
  .count .c-num { font-size: 52px; }
}
@media (min-width: 1024px) {
  .in, .origin-copy, footer .f-in { max-width: 640px; }
  /* 데탑에서도 앱 이벤트 칼럼 밀도 유지 — 좌우는 연속 그라데이션으로 채움 */
  body::before {
    content: ''; position: fixed; inset: 0; z-index: -1;
    background:
      radial-gradient(40% 60% at 8% 20%, rgba(224,92,142,.18), transparent 70%),
      radial-gradient(40% 60% at 92% 80%, rgba(123,41,69,.14), transparent 70%),
      var(--pink-bg);
  }
}
