/*
 * landing-v2.css
 * 새 랜딩페이지 (v2) 전용 스타일
 * wrinkle-ko-v1.html 시안 기반
 */

/* ── CSS 변수 기본값 (병원별로 PHP가 :root 덮어씀) ── */
:root {
  --primary:  #B9A2CE;
  --cta:      #8F6AAD;
  --deep:     #6B4A8A;
  --dark:     #201A27;
  --text:     #201A27;
  --muted:    #7A7086;
  --bg:       #FFFFFF;
  --bg-soft:  #F7F2FA;
  --warm:     #FFFDFC;
  --white:    #fff;
  --coral:    #E06B6B;
  --r:        14px;
  --shadow:   0 4px 20px rgba(143,106,173,.12);
}

/* ── v2 전역 텍스트 처리 ── */
#lp-v2, #lp-v2 * { word-break: keep-all; overflow-wrap: break-word; box-sizing: border-box; }
#lp-v2 img { max-width: 100%; display: block; }
body.lp-v2-active { padding-bottom: 70px; }

/* ── PC: 모바일 너비 고정 (430px 중앙 정렬) ── */
@media (min-width: 540px) {
  html { background: #e0dce6; }
  body.lp-v2-active {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 0 40px rgba(0,0,0,.18);
    position: relative;
  }
}

/* ── 공통 타이포 ── */
.lp-kicker {
  display: inline-block; font-size: 12px; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: var(--deep); background: rgba(185,162,206,.18);
  border: 1px solid rgba(143,106,173,.18); padding: 4px 12px; border-radius: 999px; margin-bottom: 12px;
}
.lp-kicker.on-dark { color: var(--primary); background: rgba(185,162,206,.15); border-color: rgba(185,162,206,.25); }
.lp-sec-title { font-size: 26px; font-weight: 900; line-height: 1.3; letter-spacing: -.02em; color: var(--text); }
.lp-sec-title.on-dark { color: #fff; }
.lp-sec-sub { font-size: 16px; color: var(--muted); margin-top: 10px; line-height: 1.75; }
.lp-sec-sub.on-dark { color: rgba(255,255,255,.6); }

/* ── 구분선 ── */
.lp-divider { height: 8px; background: var(--bg-soft); }

/* ══ 섹션 0 — 히어로 ══ */
.lp-s0-hero { padding: 0; background: var(--bg); }
.lp-hero-img-wrap { width: 100%; aspect-ratio: 3/4; overflow: hidden; }
.lp-hero-img-wrap img,
.lp-hero-img-wrap video { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }

/* 히어로 텍스트 블록 (이미지 아래 분리) */
.lp-hero-text {
  background: var(--dark);
  padding: 24px 24px 28px;
}
.lp-hero-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(185,162,206,.18); border: 1px solid rgba(185,162,206,.35);
  color: #e8d8f4; font-size: 11px; font-weight: 700; letter-spacing: .08em;
  padding: 5px 14px; border-radius: 999px; margin-bottom: 14px;
}
.lp-hero-badge span { width: 6px; height: 6px; border-radius: 50%; background: var(--primary); display: inline-block; animation: lp-blink 1.8s infinite; }
@keyframes lp-blink { 0%,100%{opacity:1} 50%{opacity:.3} }
.lp-hero-text h1 { font-size: 30px; font-weight: 900; color: #fff; line-height: 1.25; letter-spacing: -.03em; margin-bottom: 10px; }
.lp-hero-text h1 em { color: var(--primary); font-style: normal; display: block; font-size: 26px; }
.lp-hero-text p { font-size: 15px; color: rgba(255,255,255,.75); line-height: 1.7; margin-bottom: 20px; }
.lp-info-bar { display: flex; justify-content: flex-start; gap: 24px; }
.lp-info-item .num { font-size: 20px; font-weight: 900; color: var(--primary); }
.lp-info-item .label { font-size: 10px; color: rgba(255,255,255,.55); margin-top: 2px; }

/* ── B&A 슬라이더 ── */
.lp-ba-wrap { background: var(--dark); padding: 16px 0 24px; }
.lp-ba-label { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.4); letter-spacing: .1em; text-align: center; margin-bottom: 12px; }
.lp-ba-slider { display: flex; gap: 10px; overflow-x: auto; padding: 0 20px; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.lp-ba-slider::-webkit-scrollbar { display: none; }
.lp-ba-slide { flex-shrink: 0; width: 280px; scroll-snap-align: start; }
.lp-ba-slide-img { width: 280px; aspect-ratio: 2/1; border-radius: 10px; overflow: hidden; position: relative; }
.lp-ba-slide-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.lp-ba-badge { position: absolute; font-size: 11px; font-weight: 800; color: #fff; padding: 3px 8px; border-radius: 4px; letter-spacing: .05em; }
.lp-ba-badge.before { top: 8px; left: 8px; background: rgba(0,0,0,.55); }
.lp-ba-badge.after  { top: 8px; right: 8px; background: var(--cta); }
.lp-ba-slide-info { margin-top: 6px; font-size: 10px; color: rgba(255,255,255,.4); text-align: center; }

/* ══ 섹션 1, 13 — 이벤트 ══ */
.lp-s1-event { background: var(--dark); padding: 0; }
.lp-ev-img { width: 100%; overflow: hidden; }
.lp-ev-img img, .lp-ev-img video { width: 100%; height: auto; display: block; }
.lp-s1-inner { padding: 24px 24px 32px; max-width: 480px; margin: 0 auto; }
.lp-ev-top { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; flex-wrap: wrap; }
.lp-ev-badge { background: var(--coral); color: #fff; font-size: 14px; font-weight: 800; padding: 6px 15px; border-radius: 100px; letter-spacing: .05em; }
.lp-ev-timer { font-size: 11px; color: rgba(255,255,255,.45); display: flex; align-items: center; gap: 10px; }
.lp-ev-cd {
  display: inline-flex; align-items: center; gap: 5px;
  background: rgba(255,215,0,.15); border: 1px solid rgba(255,215,0,.35);
  border-radius: 100px; padding: 3px 10px 3px 8px;
  font-size: 12px; font-weight: 800; color: #FFD700; letter-spacing: .03em;
}
.lp-ev-cd span { font-variant-numeric: tabular-nums; }
.lp-ev-title { font-size: 26px; font-weight: 900; color: #fff; line-height: 1.3; margin-bottom: 8px; word-break: keep-all; }
.lp-ev-title em { color: #FFD700; font-style: normal; }
.lp-ev-sub { font-size: 16px; color: rgba(255,255,255,.55); margin-bottom: 20px; line-height: 1.6; word-break: keep-all; }
.lp-ev-cta { display: block; text-align: center; background: #FEE500; color: #3A1D1D; font-size: 19px; font-weight: 800; padding: 19px; border-radius: 12px; text-decoration: none; }
.lp-ev-cta.whatsapp { background: #25D366; color: #fff; }
.lp-ev-cta.line { background: #06C755; color: #fff; }

/* ══ 섹션 2~4 — 결핍 공감 ══ */
/* ══ 섹션 3 — 공감 01 (스토리형) ══ */
.lp-empathy { background: var(--bg); padding: 0 0 20px; }
.lp-empathy-video-wrap { width: 100%; overflow: hidden; }
.lp-empathy-video-wrap video { width: 100%; display: block; }
.lp-empathy-story { max-width: 480px; margin: 0 auto; padding: 40px 28px; text-align: center; }
.lp-empathy-story-block { padding: 8px 0 16px; }
.lp-empathy-story-main { font-size: 26px; font-weight: 900; line-height: 1.35; letter-spacing: -.02em; color: var(--text); word-break: keep-all; }
.lp-empathy-story-main em { color: var(--cta); font-style: normal; }
.lp-empathy-story-sep { font-size: 24px; color: rgba(143,106,173,.3); padding: 8px 0; line-height: 1; }
.lp-empathy-gif-placeholder { width: 100%; aspect-ratio: 4/3; background: var(--bg-soft); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 13px; }

/* ══ 섹션 4 — 유형별 B&A ══ */
.lp-ba-type { background: var(--bg); padding: 48px 0; }
.lp-ba-type-inner { max-width: 480px; margin: 0 auto; padding: 0 24px; text-align: center; }
.lp-ba-type-item { margin-bottom: 32px; }
.lp-ba-type-ab { display: flex; gap: 6px; border-radius: 14px; overflow: hidden; }
.lp-ba-type-ab-col { flex: 1; position: relative; }
.lp-ba-type-ab-col img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-ba-type-ab-col .lp-ba-badge { position: absolute; top: 8px; left: 8px; font-size: 10px; padding: 3px 8px; border-radius: 100px; font-weight: 700; }
.lp-ba-type-ab-col .lp-ba-badge.after { right: auto; }
.lp-ba-type-gif { width: 100%; aspect-ratio: 4/3; background: var(--bg-soft); border-radius: 14px; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 13px; margin-bottom: 10px; }
.lp-ba-type-label { font-size: 18px; color: var(--text); font-weight: 800; margin-top: 12px; letter-spacing: -.01em; }
.lp-ba-type-closing { margin-top: 8px; padding: 28px 0 0; border-top: 1px solid rgba(185,162,206,.2); }
.lp-ba-type-closing-main { font-size: 20px; font-weight: 900; color: var(--text); line-height: 1.35; margin-bottom: 8px; word-break: keep-all; }
.lp-ba-type-closing-sub { font-size: 16px; color: var(--cta); font-weight: 700; }

/* ══ 섹션 5 — 기술력 ══ */
.lp-s5-tech { background: var(--dark); padding: 60px 20px; }
.lp-s5-inner { max-width: 480px; margin: 0 auto; }
.lp-compare-card { background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1); border-radius: var(--r); overflow: hidden; margin-top: 28px; }
.lp-compare-head { display: grid; grid-template-columns: 1fr 1fr; }
.lp-compare-head-cell { padding: 14px 16px; text-align: center; font-size: 12px; font-weight: 700; }
.lp-compare-head-cell.normal { background: rgba(255,255,255,.05); color: rgba(255,255,255,.45); }
.lp-compare-head-cell.accent { background: var(--cta); color: #fff; }
.lp-compare-row { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.07); }
.lp-compare-cell { padding: 18px 14px; font-size: 13px; line-height: 1.6; text-align: center; }
.lp-compare-cell.normal { color: rgba(255,255,255,.4); }
.lp-compare-cell.accent { color: #fff; font-weight: 600; background: rgba(185,162,206,.07); }
.lp-compare-cell.accent strong { color: var(--primary); display: block; font-size: 14px; font-weight: 800; margin-bottom: 4px; }
.lp-cmp-num { display: inline-flex; width: 22px; height: 22px; border-radius: 50%; background: var(--cta); color: #fff; align-items: center; justify-content: center; font-size: 11px; font-weight: 800; margin-bottom: 8px; }
.lp-cmp-num.dim { background: rgba(255,255,255,.12); }

/* ══ 섹션 6 — 밀어내기 ══ */
.lp-s6-push { background: var(--warm); padding: 60px 20px; border-top: 1px solid rgba(185,162,206,.2); }
.lp-s6-inner { max-width: 480px; margin: 0 auto; }
.lp-push-title { font-size: 24px; font-weight: 900; line-height: 1.3; margin-bottom: 8px; }
.lp-push-title em { color: var(--cta); font-style: normal; }
.lp-push-sub { font-size: 16px; color: var(--muted); margin-bottom: 24px; line-height: 1.7; }
.lp-push-but { background: var(--dark); border-radius: 16px; padding: 22px 20px; margin-bottom: 20px; }
.lp-push-but-label { font-size: 11px; font-weight: 800; color: var(--primary); letter-spacing: .1em; margin-bottom: 8px; text-transform: uppercase; }
.lp-push-but-text { font-size: 16px; font-weight: 800; color: #fff; line-height: 1.4; }
.lp-check-title { font-size: 12px; font-weight: 700; color: var(--muted); letter-spacing: .08em; text-transform: uppercase; margin-bottom: 14px; }
.lp-checks { display: flex; flex-direction: column; gap: 12px; }
.lp-check-item { display: flex; gap: 14px; align-items: flex-start; background: var(--white); border-radius: 12px; padding: 18px; border: 1px solid rgba(185,162,206,.2); box-shadow: var(--shadow); }
.lp-check-num { width: 28px; height: 28px; border-radius: 50%; background: var(--cta); color: #fff; font-size: 13px; font-weight: 900; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; }
.lp-check-item p { font-size: 14px; color: var(--text); line-height: 1.65; }
.lp-check-item p strong { font-weight: 700; display: block; margin-bottom: 3px; color: var(--dark); }

/* ══ 섹션 7~9 — 시술 포인트 ══ */
.lp-point { padding: 60px 20px; background: var(--bg); }
.lp-point.alt { background: var(--bg-soft); }
.lp-point-inner { max-width: 480px; margin: 0 auto; }
.lp-point-visual { width: 100%; aspect-ratio: 4/3; border-radius: 16px; margin: 24px 0; overflow: hidden; border: 1px solid rgba(185,162,206,.15); }
.lp-point-visual img { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-point-body { font-size: 17px; line-height: 1.85; color: var(--text); }
.lp-point-body strong { color: var(--cta); font-weight: 800; display: block; font-size: 18px; margin-bottom: 10px; }

/* ══ 섹션 10 — 원장 소개 ══ */
.lp-s10-doc { background: var(--bg-soft); padding: 60px 20px; }
.lp-s10-inner { max-width: 480px; margin: 0 auto; }
.lp-doc-photo-wrap { border-radius: 20px; aspect-ratio: 4/5; margin: 24px 0; position: relative; overflow: hidden; background: linear-gradient(160deg, #2A1639, #4a2a6a); }
.lp-doc-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.lp-doc-photo-wrap::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,12,35,.88) 0%, rgba(20,12,35,.15) 55%, transparent 80%); z-index: 1; }
.lp-doc-nameplate { position: absolute; bottom: 20px; left: 20px; right: 20px; background: rgba(255,255,255,.15); backdrop-filter: blur(12px); border: 1px solid rgba(255,255,255,.25); border-radius: 12px; padding: 14px 18px; z-index: 2; }
.lp-doc-nameplate .name { font-size: 20px; font-weight: 900; color: #fff; }
.lp-doc-nameplate .title { font-size: 12px; color: rgba(255,255,255,.65); margin-top: 3px; }
.lp-doc-careers { display: flex; flex-direction: column; gap: 14px; }
.lp-career-row { display: flex; gap: 12px; align-items: flex-start; }
.lp-career-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cta); margin-top: 7px; flex-shrink: 0; }
.lp-career-text strong { font-size: 15px; font-weight: 700; color: var(--dark); display: block; margin-bottom: 2px; }
.lp-career-text span { font-size: 14px; color: var(--muted); }
.lp-doc-award { display: inline-flex; align-items: center; gap: 8px; background: rgba(185,162,206,.15); border: 1px solid rgba(143,106,173,.3); color: var(--cta); font-size: 13px; font-weight: 700; padding: 10px 16px; border-radius: 100px; margin-top: 20px; }

/* ══ 섹션 11 — 쇼츠 ══ */
.lp-s11-shorts { background: var(--dark); padding: 60px 20px; }
.lp-s11-inner { max-width: 480px; margin: 0 auto; }
.lp-shorts-list { display: flex; flex-direction: column; gap: 20px; margin-top: 24px; }
.lp-short-embed { width: 100%; aspect-ratio: 9/16; position: relative; border-radius: 16px; overflow: hidden; background: #111; }
.lp-short-embed img { width: 100%; height: 100%; object-fit: cover; display: block; opacity: 0.65; }
.lp-short-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: none; }
.lp-short-play { position: absolute; inset: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; background: linear-gradient(to top, rgba(20,12,35,.5) 0%, transparent 60%); }
.lp-short-play-btn { width: 60px; height: 60px; border-radius: 50%; background: rgba(185,162,206,.25); backdrop-filter: blur(6px); border: 2px solid rgba(185,162,206,.5); display: flex; align-items: center; justify-content: center; font-size: 22px; color: #fff; padding-left: 4px; }
.lp-short-play-label { font-size: 12px; color: rgba(255,255,255,.5); letter-spacing: .08em; text-transform: uppercase; }

/* ══ 섹션 11-B — B&A 반복 ══ */
.lp-ba-repeat { background: var(--dark); padding: 0 0 40px; }

/* ══ 섹션 12 — Q&A ══ */
.lp-s12-faq { background: var(--bg-soft); padding: 60px 20px; }
.lp-s12-inner { max-width: 480px; margin: 0 auto; }
.lp-faq-list { display: flex; flex-direction: column; gap: 10px; margin-top: 24px; }
.lp-faq-item { background: var(--white); border-radius: 12px; border: 1px solid rgba(185,162,206,.2); overflow: hidden; box-shadow: var(--shadow); }
.lp-faq-q { padding: 18px 20px; font-size: 16px; font-weight: 700; color: var(--text); display: flex; justify-content: space-between; align-items: center; cursor: pointer; gap: 12px; }
.lp-faq-q::after { content: '+'; font-size: 22px; color: var(--cta); font-weight: 300; flex-shrink: 0; }
.lp-faq-a { padding: 0 20px 18px; font-size: 17px; color: var(--muted); line-height: 1.8; display: none; }
.lp-faq-item.open .lp-faq-q::after { content: '−'; }
.lp-faq-item.open .lp-faq-a { display: block; }

/* ══ FOOTER ══ */
.lp-footer { background: #07050E; padding: 40px 20px 100px; }
.lp-footer-inner { max-width: 480px; margin: 0 auto; }
.lp-f-logo { font-size: 16px; font-weight: 900; color: rgba(255,255,255,.7); margin-bottom: 16px; }
.lp-footer p { font-size: 11px; color: rgba(255,255,255,.25); line-height: 1.9; }

/* ══ 실시간 방문자 띠 — 플로팅 버튼 바로 위 ══ */
.lp-live-bar {
  position: fixed; left: 50%; transform: translateX(-50%); bottom: 60px; z-index: 9998;
  width: 100%; max-width: 520px;
  display: flex; align-items: center; justify-content: center; gap: 7px;
  font-size: 12px; font-weight: 600; color: rgba(255,255,255,.9);
  background: rgba(15,8,25,.72); backdrop-filter: blur(8px);
  padding: 7px 0; pointer-events: none;
}
.lp-live-bar strong { color: #FFD45E; font-weight: 800; font-variant-numeric: tabular-nums; }
.lp-live-dot { width: 6px; height: 6px; border-radius: 50%; background: #2ec16b; box-shadow: 0 0 0 0 rgba(46,193,107,.6); animation: lp-live-pulse 1.6s infinite; flex-shrink: 0; }
@keyframes lp-live-pulse { 0%{box-shadow:0 0 0 0 rgba(46,193,107,.55)} 70%{box-shadow:0 0 0 7px rgba(46,193,107,0)} 100%{box-shadow:0 0 0 0 rgba(46,193,107,0)} }

body.lp-v2-active { padding-bottom: 88px; }

/* ══ 리뷰 섹션 (위치 1·2) ══ */
.lp-review { background: var(--bg); padding: 44px 0; }
.lp-review.compact { padding: 36px 0; }
.lp-review-inner { max-width: 480px; margin: 0 auto; padding: 0 24px; }
.lp-review-head { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 16px; }
.lp-review-title { font-size: 22px; font-weight: 900; color: var(--text); letter-spacing: -.02em; }
.lp-review-more { font-size: 13px; color: var(--muted); font-weight: 600; }
.lp-review-strip { display: flex; gap: 8px; overflow-x: auto; padding-bottom: 16px; margin-bottom: 8px; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
.lp-review-strip::-webkit-scrollbar { display: none; }
.lp-review-strip-img { flex-shrink: 0; width: 96px; height: 96px; border-radius: 12px; overflow: hidden; background: var(--bg-soft); }
.lp-review-strip-img img { width: 100%; height: 100%; object-fit: cover; }
.lp-review-list { display: flex; flex-direction: column; gap: 14px; border-top: 1px solid rgba(185,162,206,.18); padding-top: 20px; }
.lp-review-card { background: var(--white); border: 1px solid rgba(185,162,206,.2); border-radius: 14px; padding: 18px; box-shadow: var(--shadow); }
.lp-review-card-top { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.lp-review-stars { color: #FF9500; font-size: 17px; letter-spacing: 1px; }
.lp-review-author { font-size: 13px; color: var(--muted); font-weight: 600; }
.lp-review-text { font-size: 17px; line-height: 1.75; color: var(--text); word-break: keep-all; }
.lp-review-card-photos { display: flex; gap: 8px; margin-top: 12px; flex-wrap: wrap; }
.lp-review-card-photos img { width: 84px; height: 84px; object-fit: cover; border-radius: 10px; background: var(--bg-soft); }
/* 리뷰 페이지네이션 */
.lp-review-pager { display: flex; align-items: center; justify-content: center; gap: 18px; margin-top: 22px; }
.lp-review-prev, .lp-review-next { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(185,162,206,.4); background: var(--white); color: var(--cta); font-size: 24px; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all .15s; }
.lp-review-prev:hover:not(:disabled), .lp-review-next:hover:not(:disabled) { background: var(--cta); color: #fff; border-color: var(--cta); }
.lp-review-prev:disabled, .lp-review-next:disabled { opacity: .3; cursor: default; }
.lp-review-pageinfo { font-size: 15px; font-weight: 700; color: var(--muted); font-variant-numeric: tabular-nums; min-width: 52px; text-align: center; }

/* ══ 섹션 5 — 눈밑지방 원인 ══ */
.lp-cause { background: var(--bg-soft); padding: 52px 0; }
.lp-cause-inner { max-width: 480px; margin: 0 auto; padding: 0 24px; text-align: center; }
.lp-cause-visual { width: 100%; max-width: 320px; margin: 0 auto 24px; border-radius: 16px; overflow: hidden; background: var(--white); box-shadow: var(--shadow); }
.lp-cause-visual img, .lp-cause-visual video { width: 100%; display: block; }
.lp-cause-placeholder { width: 100%; aspect-ratio: 4/3; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 14px; background: var(--white); }
.lp-cause-title { font-size: 24px; font-weight: 900; color: var(--text); letter-spacing: -.02em; margin-bottom: 14px; }
.lp-cause-body { font-size: 17px; line-height: 1.8; color: var(--muted); word-break: keep-all; }
.lp-cause-body em { color: var(--cta); font-style: normal; font-weight: 800; }

/* ══ 섹션 6 — 원장 스토리텔링 ══ */
.lp-story { background: var(--dark); padding: 56px 0; }
.lp-story-inner { max-width: 480px; margin: 0 auto; padding: 0 24px; text-align: center; }
.lp-story-photo { width: 100%; max-width: 320px; aspect-ratio: 4/5; margin: 18px auto 26px; border-radius: 18px; overflow: hidden; background: linear-gradient(160deg,#2A1639,#4a2a6a); }
.lp-story-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.lp-story-photo-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,.5); font-size: 14px; }
.lp-story-body { font-size: 17px; line-height: 1.85; color: rgba(255,255,255,.82); word-break: keep-all; }
.lp-story-body em { color: var(--primary); font-style: normal; font-weight: 800; }
.lp-story-sign { margin-top: 22px; font-size: 15px; font-weight: 700; color: #fff; }
.lp-story-sign::before { content: '— '; color: var(--primary); }

/* ══ 섹션 8~10 — 병원 선택 기준 POINT ══ */
.lp-criteria { background: var(--bg); padding: 52px 0; }
.lp-criteria.lp-criteria-types { background: var(--bg-soft); }
.lp-criteria-inner { max-width: 480px; margin: 0 auto; padding: 0 24px; text-align: center; }
.lp-criteria .lp-sec-title { margin-top: 4px; }
.lp-criteria-lead { font-size: 17px; line-height: 1.75; color: var(--muted); margin: 12px 0 24px; word-break: keep-all; }
.lp-criteria-lead em { color: var(--cta); font-style: normal; font-weight: 800; }
/* POINT 1 — 비교 */
.lp-cmp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lp-cmp-col { background: var(--white); border: 1px solid rgba(185,162,206,.2); border-radius: 14px; padding: 14px; }
.lp-cmp-col.accent { border-color: var(--cta); box-shadow: 0 6px 22px rgba(143,106,173,.18); }
.lp-cmp-col-label { font-size: 14px; font-weight: 800; color: var(--muted); margin-bottom: 10px; }
.lp-cmp-col.accent .lp-cmp-col-label { color: var(--cta); }
.lp-cmp-col-visual { width: 100%; aspect-ratio: 1/1; border-radius: 10px; overflow: hidden; background: var(--bg-soft); margin-bottom: 10px; }
.lp-cmp-col-visual img, .lp-cmp-col-visual video { width: 100%; height: 100%; object-fit: cover; display: block; }
.lp-cmp-col-ph { width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; color: var(--muted); font-size: 13px; }
.lp-cmp-col-desc { font-size: 13px; line-height: 1.6; color: var(--text); word-break: keep-all; }
/* POINT 2 — 유형 4그리드 (높이 통일) */
.lp-ctypes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 4px; }
.lp-ctype-item { text-align: center; }
.lp-ctype-img { width: 100%; aspect-ratio: 1 / 1; border-radius: 12px; overflow: hidden; background: var(--bg-soft); }
.lp-ctype-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.lp-ctype-label { font-size: 16px; font-weight: 800; color: var(--text); margin-top: 10px; }
/* POINT 3 — 전문의 자격증 뱃지 */
.lp-cert { display: flex; flex-direction: column; align-items: center; gap: 18px; margin-top: 6px; }
.lp-cert-frame { width: 100%; max-width: 300px; border-radius: 16px; overflow: hidden; background: #fff; border: 1px solid rgba(185,162,206,.3); box-shadow: 0 8px 28px rgba(143,106,173,.18); padding: 24px 20px; }
.lp-cert-frame img { width: 100%; height: 100%; object-fit: contain; display: block; }
.lp-cert-ph { width: 100%; height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: var(--muted); font-size: 40px; background: var(--bg-soft); border-radius: 8px; }
.lp-cert-ph span { font-size: 14px; }
.lp-cert-badge-card { display: flex; flex-direction: column; align-items: center; gap: 10px; text-align: center; }
.lp-cert-badge-logo { display: flex; align-items: center; justify-content: center; }
.lp-cert-badge-title { font-size: 20px; font-weight: 900; color: var(--deep); letter-spacing: -0.3px; }
.lp-cert-badge-name { font-size: 17px; font-weight: 700; color: var(--dark); }
.lp-cert-badge-sub { font-size: 13px; color: var(--muted); }
.lp-cert-link { display: inline-flex; align-items: center; gap: 8px; background: var(--cta); color: #fff; font-size: 15px; font-weight: 800; padding: 12px 22px; border-radius: 100px; box-shadow: 0 6px 18px rgba(143,106,173,.3); text-decoration: none; }
.lp-cert-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--cta); color: #fff; font-size: 15px; font-weight: 800; padding: 12px 22px; border-radius: 100px; box-shadow: 0 6px 18px rgba(143,106,173,.3); }
.lp-cert-badge-icon { width: 20px; height: 20px; border-radius: 50%; background: rgba(255,255,255,.25); display: flex; align-items: center; justify-content: center; font-size: 12px; }
/* 강의 사진 두 장 */
.lp-career-photo--two { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.lp-career-photo--two img { width: 100%; height: 160px; object-fit: cover; border-radius: 8px; }

/* ══ 수술 방법 슬라이더 (peek + 화살표) ══ */
.lp-surgery { background: var(--dark); padding: 56px 0 40px; }
.lp-surgery-inner { max-width: 480px; margin: 0 auto 24px; padding: 0 24px; text-align: center; }
.lp-surgery-inner .lp-kicker { color: var(--primary); background: rgba(185,162,206,.15); border-color: rgba(185,162,206,.25); }
.lp-surgery-inner .lp-sec-title { color: #fff; }
.lp-surgery-inner .lp-sec-sub { color: rgba(255,255,255,.6); }
.lp-surgery-slider { width: 100%; overflow: hidden; position: relative; }
.lp-surgery-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding: 0 24px; scroll-padding: 0 24px; }
.lp-surgery-track::-webkit-scrollbar { display: none; }
.lp-surgery-slide { flex: 0 0 84%; scroll-snap-align: center; padding-right: 12px; }
.lp-surgery-img { position: relative; width: 100%; border-radius: 16px; overflow: hidden; background: #150f20; }
.lp-surgery-img img { width: 100%; display: block; }
.lp-surgery-tag { position: absolute; top: 12px; left: 12px; background: var(--cta); color: #fff; font-size: 13px; font-weight: 800; padding: 6px 14px; border-radius: 100px; letter-spacing: .04em; }
.lp-surgery-caption { margin-top: 16px; font-size: 16px; font-weight: 600; line-height: 1.6; color: rgba(255,255,255,.85); text-align: center; word-break: keep-all; min-height: 52px; }
.lp-surgery-arrow { position: absolute; top: 38%; transform: translateY(-50%); z-index: 3; width: 44px; height: 44px; border-radius: 50%; border: none; background: rgba(255,255,255,.92); color: var(--dark); font-size: 28px; line-height: 1; display: flex; align-items: center; justify-content: center; cursor: pointer; box-shadow: 0 3px 14px rgba(0,0,0,.3); transition: opacity .2s; }
.lp-surgery-arrow.prev { left: 10px; }
.lp-surgery-arrow.next { right: 10px; }
.lp-surgery-arrow:disabled { opacity: 0; pointer-events: none; }
.lp-surgery-hint { text-align: center; margin-top: 16px; }
.lp-surgery-hint span { display: inline-block; font-size: 13px; color: rgba(255,255,255,.55); letter-spacing: .04em; animation: lp-hint-slide 2s ease-in-out infinite; }
@keyframes lp-hint-slide { 0%,100% { opacity: .45; transform: translateX(0); } 50% { opacity: 1; transform: translateX(5px); } }
.lp-surgery-dots { display: flex; justify-content: center; gap: 8px; margin-top: 16px; }
.lp-surgery-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,.25); border: none; padding: 0; cursor: pointer; transition: all .2s; }
.lp-surgery-dot.active { background: var(--primary); width: 22px; border-radius: 100px; }

/* ══ 리뷰 요약 바 ══ */
.lp-review-summary { display: flex; align-items: center; justify-content: center; gap: 28px; background: var(--bg-soft); border-radius: 14px; padding: 18px 20px; margin-bottom: 18px; }
.lp-rv-sum-block { text-align: center; }
.lp-rv-sum-stars { color: #FF7A00; font-size: 22px; letter-spacing: 2px; line-height: 1; }
.lp-rv-sum-score { font-size: 22px; font-weight: 900; color: var(--muted); margin-top: 6px; }
.lp-rv-sum-score strong { color: var(--text); font-weight: 900; }
.lp-rv-sum-divider { width: 1px; height: 46px; background: rgba(0,0,0,.1); }
.lp-rv-sum-label { font-size: 14px; color: var(--muted); font-weight: 700; }
.lp-rv-sum-count { font-size: 24px; font-weight: 900; color: var(--text); margin-top: 6px; font-variant-numeric: tabular-nums; }

/* 리뷰 사진 클릭(라이트박스) */
.lp-rv-photo { cursor: zoom-in; }

/* ══ 라이트박스 ══ */
.lp-lightbox { position: fixed; inset: 0; z-index: 10000; background: rgba(0,0,0,.88); display: none; align-items: center; justify-content: center; padding: 24px; }
.lp-lightbox.open { display: flex; }
.lp-lightbox-img { max-width: 100%; max-height: 88vh; border-radius: 8px; box-shadow: 0 10px 40px rgba(0,0,0,.5); }
.lp-lightbox-close { position: absolute; top: 16px; right: 20px; width: 44px; height: 44px; border: none; background: rgba(255,255,255,.15); color: #fff; font-size: 30px; line-height: 1; border-radius: 50%; cursor: pointer; }

/* 카운트다운 밀리초 */
.lp-cd-ms { display: inline-block; min-width: 1.6em; margin-left: 3px; color: #FFD700; opacity: .85; font-variant-numeric: tabular-nums; }

/* Director 강의 사진 */
.lp-career-photo { margin-top: 12px; border-radius: 12px; overflow: hidden; background: var(--bg-soft); }
.lp-career-photo img { width: 100%; display: block; }
.lp-career-photo-ph { padding: 28px; text-align: center; color: var(--muted); font-size: 14px; }

/* ══ 책임 섹션 ══ */
.lp-promise { background: var(--dark); padding: 56px 0; }
.lp-promise-inner { max-width: 480px; margin: 0 auto; padding: 0 24px; text-align: center; }
.lp-promise-list { display: flex; flex-direction: column; gap: 12px; margin-top: 24px; text-align: left; }
.lp-promise-item { display: flex; gap: 16px; align-items: flex-start; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 14px; padding: 18px 20px; }
.lp-promise-num { flex-shrink: 0; width: 34px; height: 34px; border-radius: 50%; background: var(--cta); color: #fff; font-size: 14px; font-weight: 800; display: flex; align-items: center; justify-content: center; font-variant-numeric: tabular-nums; }
.lp-promise-text strong { display: block; font-size: 17px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.lp-promise-text p { font-size: 15px; color: rgba(255,255,255,.6); line-height: 1.6; word-break: keep-all; }

/* ══ 풀블리드 이미지 (수정1) ══ */
.lp-cause-visual { max-width: none; margin-left: -24px; margin-right: -24px; width: calc(100% + 48px); border-radius: 0; }

/* ── 반응형 ── */
@media (min-width: 480px) {
  .lp-hero-img-wrap { aspect-ratio: 1/1; }
}
@media (min-width: 960px) {
  .lp-s1-inner, .lp-empathy-inner, .lp-s5-inner, .lp-s6-inner,
  .lp-point-inner, .lp-s10-inner, .lp-s11-inner, .lp-s12-inner,
  .lp-cause-inner, .lp-story-inner, .lp-criteria-inner,
  .lp-surgery-inner, .lp-review-inner,
  .lp-footer-inner { max-width: 480px; }
}


/* ══ 플로팅 메신저 가로폭 — 랜딩페이지 body(520px)와 일치 ══ */
@media (min-width: 960px) {
  .lp-v2-active .sticky-messenger { max-width: 520px !important; width: 520px !important; border-radius: 0 !important; bottom: 0 !important; }
}

/* ══ 밀어내기 kicker 강조 ══ */
.lp-kicker--push { font-size: 20px !important; font-weight: 900 !important; display: block; text-align: center; margin: 0 auto 16px; }

/* ══ BA 타입 desc 텍스트 ══ */
.lp-ba-type-desc { font-size: 15px; color: var(--primary); font-weight: 700; margin-top: 6px; text-align: center; line-height: 1.5; word-break: keep-all; }

/* ══ 원인 섹션 인트로 ══ */
.lp-cause-intro-title { font-size: 22px; font-weight: 900; color: var(--text); line-height: 1.4; margin-bottom: 12px; word-break: keep-all; }
.lp-cause-intro-body { font-size: 16px; color: var(--muted); line-height: 1.7; margin-bottom: 28px; word-break: keep-all; }

/* ══ 지방이식 섹션 ══ */
.lp-fat-transfer { background: var(--bg-soft); padding: 48px 0; }
.lp-fat-transfer-inner { max-width: 480px; margin: 0 auto; padding: 0 24px; text-align: center; }
.lp-fat-transfer-title { font-size: 26px; font-weight: 900; color: var(--text); margin-bottom: 8px; word-break: keep-all; }
.lp-fat-transfer-sub { font-size: 17px; color: var(--primary); font-weight: 700; margin-bottom: 20px; }
.lp-fat-transfer-body { font-size: 17px; color: var(--muted); line-height: 1.8; word-break: keep-all; }

/* ══ 원장 슬라이더 ══ */
.lp-doc-slider-wrap { overflow: hidden; }
.lp-doc-slider { position: relative; }
.lp-doc-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; gap: 12px; padding: 0 24px 16px; }
.lp-doc-track::-webkit-scrollbar { display: none; }
.lp-doc-slide { flex: 0 0 calc(100% - 48px); scroll-snap-align: center; background: var(--bg-soft); border-radius: 20px; padding: 28px 24px; min-height: 340px; display: flex; flex-direction: column; align-items: center; justify-content: flex-start; }
.lp-doc-slide--photo { background: transparent; padding: 0; border-radius: 20px; overflow: hidden; }
.lp-doc-slide-photo { width: 100%; aspect-ratio: 3/4; object-fit: cover; border-radius: 20px; display: block; }
.lp-doc-slide-nameplate { background: var(--dark); color: #fff; border-radius: 0 0 20px 20px; padding: 16px 20px; width: 100%; text-align: center; }
.lp-doc-slide-name { font-size: 18px; font-weight: 900; color: #fff; }
.lp-doc-slide-role { font-size: 14px; color: rgba(255,255,255,.7); margin-top: 4px; }
.lp-doc-slide-label { font-size: 13px; font-weight: 700; color: var(--primary); background: rgba(232,99,90,.1); border-radius: 20px; padding: 4px 14px; margin-bottom: 16px; }
.lp-doc-slide .lp-doc-slide-name { font-size: 16px; font-weight: 900; color: var(--text); margin-bottom: 8px; align-self: flex-start; }
.lp-doc-slide-list { list-style: none; padding: 0; margin: 0; width: 100%; text-align: left; }
.lp-doc-slide-list li { font-size: 14px; color: var(--muted); line-height: 1.7; padding: 6px 0; border-bottom: 1px solid rgba(0,0,0,.06); word-break: keep-all; }
.lp-doc-slide-list li:last-child { border-bottom: none; }
