/* 랜딩(비로그인) 전용. theme.css 토큰 위에서만 쓴다. */

.lp-body { background: var(--bg); }
.wrapL { max-width: 980px; margin: 0 auto; padding: 0 20px; }

/* ── 상단 네비 ─────────────────────────────────────── */
.lnav {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.82);
  backdrop-filter: saturate(1.6) blur(14px);
  -webkit-backdrop-filter: saturate(1.6) blur(14px);
  border-bottom: 1px solid var(--line);
}
.lnav-in {
  max-width: 980px; margin: 0 auto; padding: 12px 20px;
  display: flex; align-items: center; justify-content: space-between;
}
.lnav .brand { text-decoration: none; }

/* ── 히어로 ────────────────────────────────────────── */
.hero {
  padding: 52px 0 60px; text-align: center;
  background: linear-gradient(180deg, var(--bg-tint), var(--bg) 78%);
}
.eyebrow.center { text-align: center; }
.hero-h {
  font-size: clamp(30px, 7vw, 46px); font-weight: 800; letter-spacing: -.04em;
  line-height: 1.25; margin: 10px 0 26px;
}
.hero-h em { font-style: normal; color: var(--accent); }
.hero-cta { max-width: 320px; margin: 26px auto 0; }

.chat {
  max-width: 400px; margin: 0 auto; text-align: left;
  background: var(--card); border-radius: 24px; box-shadow: var(--sh-lg); padding: 18px;
}
.chat-head { display: flex; align-items: center; gap: 10px; margin-bottom: 14px; }
.chat-head b { display: block; font-size: 13.5px; }
.chat-head span { font-size: 11.5px; color: var(--muted); }
.bubble { padding: 12px 14px; border-radius: 16px; font-size: 13.5px; line-height: 1.6; margin-bottom: 8px; }
.bubble.me { background: var(--accent); color: #fff; margin-left: auto; max-width: 82%; border-bottom-right-radius: 5px; }
.bubble.bot { background: var(--card-2); max-width: 92%; border-bottom-left-radius: 5px; }
.confirm { border: 1.5px solid var(--accent); border-radius: 16px; padding: 14px; margin-top: 12px; }
.confirm .cl { font-size: 11px; font-weight: 800; color: var(--accent); letter-spacing: .06em; }
.confirm .ct { font-size: 14px; font-weight: 800; margin: 5px 0 9px; }
.confirm .cr { display: flex; justify-content: space-between; font-size: 12.5px; padding: 6px 0; border-bottom: 1px solid var(--line); }
.confirm .cr:last-of-type { border-bottom: 0; }
.confirm .cr span { color: var(--muted); }
.confirm .cb { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 10px; }
.confirm .cb .btn { width: 100%; }

.stores { display: flex; gap: 10px; justify-content: center; margin-top: 12px; flex-wrap: wrap; }
.store {
  display: inline-flex; align-items: center; gap: 7px; padding: 9px 16px;
  border-radius: 12px; background: var(--card); box-shadow: var(--sh); font-size: 13px;
}
.store b { font-weight: 800; }
.store i { font-style: normal; font-size: 11px; color: var(--muted); }

.freebar {
  margin: 30px auto 0; max-width: 560px; padding: 14px 18px; border-radius: 16px;
  background: var(--card); box-shadow: var(--sh);
  display: flex; align-items: center; justify-content: center; gap: 16px; flex-wrap: wrap;
  font-size: 13.5px;
}
.freebar b { font-weight: 800; }
.freebar a { color: var(--accent); font-weight: 800; text-decoration: none; }

/* ── 섹션 공통 ─────────────────────────────────────── */
.sec { padding: 62px 0; }
.sec.tint { background: linear-gradient(180deg, #FAFAFC, var(--bg)); }
.sec-h { font-size: clamp(23px, 5vw, 32px); font-weight: 800; letter-spacing: -.03em;
  text-align: center; line-height: 1.3; margin: 8px 0 8px; }
.sec-p { text-align: center; color: var(--muted); font-size: 14.5px; margin: 0 0 30px; }
.fine { text-align: center; font-size: 12.5px; color: var(--faint); margin-top: 18px; }

/* ── 카운터 ────────────────────────────────────────── */
.counter { text-align: center; padding: 34px 0; }
.cnum { font-size: 46px; font-weight: 800; letter-spacing: -.04em; color: var(--accent); }
.counter p { margin: 2px 0 0; color: var(--muted); font-size: 14px; }

/* ── 페인포인트 ────────────────────────────────────── */
.pains { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pain { background: var(--card); border-radius: 20px; box-shadow: var(--sh); padding: 22px; }
.pain q {
  display: block; font-size: 15px; font-weight: 700; line-height: 1.5;
  color: var(--text-2); quotes: '“' '”';
}
.sol { display: flex; gap: 11px; align-items: flex-start; margin-top: 16px;
  padding-top: 16px; border-top: 1px solid var(--line); }
.sol b { display: block; font-size: 14.5px; font-weight: 800; }
.sol span { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* ── 신뢰 배지 ─────────────────────────────────────── */
.trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; text-align: center; }
.trust > div { background: var(--card); border-radius: 18px; box-shadow: var(--sh); padding: 22px 16px; }
.trust b { display: block; font-size: 15px; font-weight: 800; }
.trust span { display: block; font-size: 12.5px; color: var(--muted); margin-top: 5px; }
.trust i { display: inline-block; font-style: normal; margin-top: 9px; }

/* ── 캠페인 ────────────────────────────────────────── */
.campcard { max-width: 420px; margin: 0 auto; background: var(--card);
  border-radius: 20px; box-shadow: var(--sh-lg); padding: 20px; }
.campcard .t { display: flex; justify-content: space-between; align-items: center; }
.campcard .t b { font-size: 15px; font-weight: 800; }
.campcard p { font-size: 13.5px; color: var(--muted); margin: 10px 0 14px; }
.campcard .b { display: flex; justify-content: space-between; align-items: center; }
.campcard strong { font-size: 21px; font-weight: 800; }

.steps { list-style: none; counter-reset: s; margin: 28px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.steps li { counter-increment: s; background: var(--card); border-radius: 18px;
  box-shadow: var(--sh); padding: 20px; }
.steps li::before {
  content: counter(s); display: grid; place-items: center;
  width: 28px; height: 28px; border-radius: 9px; margin-bottom: 10px;
  background: var(--accent-bg); color: var(--accent); font-weight: 800; font-size: 13px;
}
.steps b { display: block; font-size: 14.5px; font-weight: 800; margin-bottom: 5px; }
.steps span { font-size: 13px; color: var(--muted); line-height: 1.55; }

/* ── 후기 마퀴 ─────────────────────────────────────── */
.marquee { overflow: hidden; padding: 6px 0; }
.track { display: flex; gap: 12px; width: max-content; animation: slide 42s linear infinite; }
@keyframes slide { from { transform: none; } to { transform: translateX(-50%); } }
.rev {
  width: 260px; flex: 0 0 auto; background: var(--card); border-radius: 18px;
  box-shadow: var(--sh); padding: 18px;
}
.rev .who { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; }
.rev .av { width: 30px; height: 30px; border-radius: 50%; background: var(--card-2); }
.rev .nm { font-size: 12.5px; font-weight: 800; }
.rev .fl { font-size: 11px; color: var(--faint); }
.rev p { font-size: 13px; color: var(--muted); margin: 0; line-height: 1.6; }

/* ── 전부 무료 ─────────────────────────────────────── */
.sec-h em { font-style: normal; color: var(--accent); }
.freecard {
  max-width: 720px; margin: 0 auto; background: var(--card);
  border-radius: 24px; box-shadow: var(--sh-lg); padding: 30px;
}
.freehead { text-align: center; margin-bottom: 24px; }
.freeprice {
  display: block; font-size: 46px; font-weight: 800; letter-spacing: -.04em;
  background: var(--ig-grad); -webkit-background-clip: text; background-clip: text;
  -webkit-text-fill-color: transparent; color: var(--accent);
}
.freenote { display: block; font-size: 13px; color: var(--muted); margin-top: 2px; }

.freegrid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.fg {
  background: var(--card-2); border-radius: 14px; padding: 15px 16px 15px 40px; position: relative;
}
.fg::before {
  content: ''; position: absolute; left: 16px; top: 20px;
  width: 11px; height: 6px; border-left: 2.2px solid var(--accent);
  border-bottom: 2.2px solid var(--accent); transform: rotate(-45deg);
}
.fg b { display: block; font-size: 14px; font-weight: 800; }
.fg span { display: block; font-size: 12.5px; color: var(--muted); margin-top: 3px; line-height: 1.5; }

.freelater {
  margin: 18px 0 22px; padding: 16px 18px; border-radius: 14px;
  background: var(--accent-bg); color: #8A1147;
}
.freelater b { display: block; font-size: 13.5px; font-weight: 800; margin-bottom: 4px; }
.freelater span { font-size: 12.5px; line-height: 1.6; opacity: .85; }

/* 구버전 요금제 카드 (앱 안 구독 관리에서 계속 쓴다) */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; align-items: start; }
.plans .plan { margin: 0; }
.plans .pp2 span { font-size: 13px; color: var(--muted); font-weight: 600; }
.plan .pp2 s { margin-right: 8px; }

/* ── 유즈케이스 ────────────────────────────────────── */
.cases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.case { background: var(--card); border-radius: 18px; box-shadow: var(--sh); padding: 20px;
  text-decoration: none; color: inherit; display: block; }
.case b { display: block; font-size: 14.5px; font-weight: 800; margin-bottom: 6px; }
.case p { font-size: 12.5px; color: var(--muted); margin: 0 0 12px; line-height: 1.55; }
.case i { font-style: normal; font-size: 12.5px; font-weight: 800; color: var(--accent); }

/* ── 하단 CTA ──────────────────────────────────────── */
.cta-band { padding: 56px 0; text-align: center; background: var(--ig-grad); color: #fff; }
.cta-band h2 { font-size: clamp(22px, 5vw, 30px); font-weight: 800; letter-spacing: -.03em; margin: 0 0 8px; }
.cta-band p { margin: 0 0 22px; opacity: .9; font-size: 14.5px; }
.cta-band .btn { background: #fff; color: var(--accent); max-width: 300px; margin: 0 auto; }

/* ── FAQ ───────────────────────────────────────────── */
.faq { max-width: 720px; margin: 0 auto; }
.faq details { background: var(--card); border-radius: 16px; box-shadow: var(--sh);
  padding: 4px 20px; margin-bottom: 10px; }
.faq summary { list-style: none; cursor: pointer; padding: 16px 0;
  font-size: 15px; font-weight: 700; display: flex; justify-content: space-between; gap: 12px; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; color: var(--muted); font-weight: 400; font-size: 20px; }
.faq details[open] summary::after { content: '−'; }
.faq .a { font-size: 13.5px; color: var(--text-2); line-height: 1.7; padding: 0 0 16px; }

/* ── 푸터 ──────────────────────────────────────────── */
.lfoot { background: #14141A; color: #fff; padding: 48px 0 40px; }
.lfoot .brand { color: #fff; }
.fcols { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.fcols h4 { font-size: 12.5px; font-weight: 800; margin: 0 0 12px; color: rgba(255,255,255,.55); }
.fcols a { display: block; font-size: 13px; color: rgba(255,255,255,.8);
  text-decoration: none; padding: 4px 0; }
.biz { font-size: 12px; color: rgba(255,255,255,.45); line-height: 1.8; }
.flinks { margin-top: 16px; display: flex; gap: 16px; flex-wrap: wrap; }
.flinks a { font-size: 12px; color: rgba(255,255,255,.7); text-decoration: none; }
.copy { margin-top: 18px; font-size: 12px; color: rgba(255,255,255,.35); }

/* ── 전체화면 (로그인 · 온보딩) ─────────────────────── */
.fullscr { position: fixed; inset: 0; z-index: 100; background: var(--bg); overflow-y: auto; }
.fs-in { max-width: 400px; margin: 0 auto; padding: 60px 24px 60px; position: relative; }
.fs-x { position: absolute; top: 18px; right: 22px; font-size: 20px; color: var(--muted); text-decoration: none; }
.fs-h { font-size: 23px; font-weight: 800; letter-spacing: -.03em; text-align: center; margin: 6px 0 8px; }
.fs-sub { text-align: center; font-size: 13.5px; color: var(--muted); margin: 0 0 26px; line-height: 1.6; }
.fs-fine { font-size: 11.5px; color: var(--faint); text-align: center; margin-top: 20px; line-height: 1.7; }
.fs-fine b { color: var(--text-2); }

.sso {
  width: 100%; padding: 14px; border-radius: var(--r-btn); border: 1px solid var(--line-2);
  background: var(--card); font-size: 14.5px; font-weight: 700; cursor: pointer;
  display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 10px;
}
.sso span { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center;
  font-size: 12px; font-weight: 800; }
.sso.google span { background: #fff; box-shadow: inset 0 0 0 1px var(--line-2); color: #4285F4; }
.sso.kakao { background: #FEE500; border-color: transparent; }
.sso.kakao span { background: #191600; color: #FEE500; }
/* 인스타·페북은 주 경로라 눈에 먼저 들어와야 한다 */
.sso.insta { background: var(--ig-grad); border-color: transparent; color: #fff; }
.sso.insta span { background: transparent; width: 22px; height: 22px; }
.sso.insta svg { width: 22px; height: 22px; }
.sso.fb { background: #1877F2; border-color: transparent; color: #fff; }
.sso.fb span { background: #fff; color: #1877F2; font-size: 15px; font-weight: 900; }
.ssohint { font-size: 11.5px; color: var(--faint); line-height: 1.6; margin: 2px 0 0; text-align: center; }

/* 가입 단계 표시 */
.steps4 { display: flex; gap: 5px; justify-content: center; margin-bottom: 14px; }
.steps4 i { width: 26px; height: 4px; border-radius: 99px; background: var(--line-2); }
.steps4 i.on { background: var(--accent); }

/* 약관 동의 */
.agree {
  display: flex; align-items: center; gap: 11px; padding: 13px 4px;
  font-size: 13.5px; cursor: pointer;
}
.agree input { width: 20px; height: 20px; flex: 0 0 auto; accent-color: var(--accent); margin: 0; }
.agree span { flex: 1; }
.agree b { font-weight: 800; color: var(--accent); margin-right: 3px; }
.agree i { font-style: normal; display: block; font-size: 11.5px; color: var(--muted); font-weight: 400; }
.agree.all {
  background: var(--card); border-radius: 14px; padding: 15px 16px;
  box-shadow: var(--sh); margin-bottom: 8px;
}
.agree.all b { color: var(--text); font-size: 15px; }
.agreebox { background: var(--card); border-radius: 14px; padding: 2px 16px; box-shadow: var(--sh); }
.agreebox .agree { border-bottom: 1px solid var(--line); }
.agreebox .agree:last-child { border-bottom: 0; }
.agv { font-size: 12px; color: var(--muted); text-decoration: underline; flex: 0 0 auto; }
.or { text-align: center; margin: 16px 0; position: relative; }
.or::before { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 1px; background: var(--line); }
.or span { position: relative; background: var(--bg); padding: 0 12px; font-size: 12px; color: var(--faint); }

/* 아이디 입력칸 앞의 @ 표시 — 여기가 "아이디" 칸임을 눈으로 알려준다 */
.prefix { display: flex; align-items: stretch; }
.prefix > span {
  display: flex; align-items: center; padding: 0 13px;
  background: var(--card-2); border: 1px solid var(--line); border-right: 0;
  border-radius: var(--r-input) 0 0 var(--r-input);
  color: var(--muted); font-size: 16px; font-weight: 800;
}
.prefix input { border-radius: 0 var(--r-input) var(--r-input) 0; }
.hint { display: block; font-size: 11.5px; color: var(--muted); margin-top: 6px; line-height: 1.6; }
.hint b { color: var(--accent); }

.obstep { text-align: center; font-size: 12px; font-weight: 800; color: var(--accent); letter-spacing: .06em; }
.obcard { background: var(--card); border-radius: 16px; box-shadow: var(--sh); padding: 6px 16px; margin: 18px 0; }
.obrow { display: flex; justify-content: space-between; align-items: center;
  padding: 11px 0; border-bottom: 1px solid var(--line); font-size: 13.5px; }
.obrow:last-child { border-bottom: 0; }
.obrow b { font-weight: 800; }
.obrow i { font-style: normal; font-size: 11.5px; color: var(--muted); }

/* ── 모바일 ────────────────────────────────────────── */
@media (max-width: 780px) {
  .pains, .trust, .steps, .plans, .cases, .fcols { grid-template-columns: 1fr; }
  .cases { grid-template-columns: 1fr 1fr; }
  .fcols { grid-template-columns: 1fr 1fr; }
  .sec { padding: 46px 0; }
}
@media (max-width: 480px) {
  .cases { grid-template-columns: 1fr; }
}
