/* 서비스 소개(/pricing) 전용. 공용 public.css 뒤에 불러와 그 위에 덮는다.
   방향: 제품 화면이 주인공, 큰 타이포와 넉넉한 여백, 색은 잉크 네이비 + 인디고 하나. 장식용 그라데이션·블롭·아이콘 카드 3열은 쓰지 않는다. */
:root {
  --lp-ink: #0b1220;
  --lp-ink-2: #1e2738;
  --lp-sub: #4d5768;
  --lp-mute: #7a8495;
  --lp-line: #e4e7ee;
  --lp-soft: #f5f6f9;
  --lp-point: #2E3BB0;          /* 로고 색과 같다 */
  --lp-point-dark: #242F91;
  --lp-point-soft: #eceefb;
  --lp-radius: 16px;
}
body { color: var(--lp-ink); font-size: 17px; line-height: 1.7; word-break: keep-all; }
.lp-wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }
.lp-narrow { max-width: 860px; }
main a { color: var(--lp-point); }

.eyebrow { margin: 0 0 14px; font-size: 14.5px; font-weight: 700; letter-spacing: .01em; color: var(--lp-point); }

/* ── 버튼 ── */
.lp-btn {
  display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 26px;
  border-radius: 10px; border: 1px solid transparent; font-size: 17px; font-weight: 700; text-decoration: none;
  transition: background-color .15s, border-color .15s, color .15s;
}
.lp-btn-primary { background: var(--lp-point); color: #fff; }
.lp-btn-primary:hover { background: var(--lp-point-dark); color: #fff; }
.lp-btn-ghost { background: #fff; color: var(--lp-ink); border-color: #cfd4df; }
.lp-btn-ghost:hover { border-color: var(--lp-ink); color: var(--lp-ink); }
.lp-btn-line { background: #fff; color: var(--lp-ink); border-color: var(--lp-ink); }
.lp-btn-line:hover { background: var(--lp-ink); color: #fff; }
.lp-btn-white { background: #fff; color: var(--lp-ink); }
.lp-btn-white:hover { background: #e9ebf3; color: var(--lp-ink); }
main .lp-btn { color: inherit; }
main .lp-btn-primary, main .lp-btn-primary:hover, main .lp-btn-line:hover { color: #fff; }
main .lp-btn-ghost, main .lp-btn-line, main .lp-btn-white { color: var(--lp-ink); }

/* ── 첫 화면 ── */
.hero {
  padding: 92px 0 0; text-align: center; overflow: hidden;
  background-color: var(--lp-soft);
  background-image: radial-gradient(rgba(11, 18, 32, .09) 1px, transparent 1px);
  background-size: 22px 22px;
}
.hero h1 {
  margin: 0 auto; max-width: 14em; font-size: clamp(38px, 6.2vw, 68px); font-weight: 800;
  line-height: 1.16; letter-spacing: -0.04em; color: var(--lp-ink);
}
.hero-sub { margin: 24px auto 0; max-width: 35em; font-size: clamp(17px, 1.6vw, 20px); line-height: 1.7; color: var(--lp-sub); }
.hero-btns { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 36px 0 0; }
.hero-note { margin: 18px 0 0; font-size: 15px; color: var(--lp-mute); }

.win {
  margin: 0; background: #fff; border: 1px solid #d5d9e3; border-radius: 12px; overflow: hidden;
  box-shadow: 0 1px 2px rgba(11, 18, 32, .06), 0 28px 64px -24px rgba(11, 18, 32, .32);
}
.win-bar { display: flex; align-items: center; gap: 6px; height: 36px; padding: 0 14px; background: #f1f3f7; border-bottom: 1px solid #e0e4ec; }
.win-bar i { width: 10px; height: 10px; border-radius: 50%; background: #cdd2dd; }
.win-bar span {
  margin-left: 12px; padding: 2px 14px; min-width: 40%; text-align: left; font-size: 12.5px; color: var(--lp-mute);
  background: #fff; border: 1px solid #e0e4ec; border-radius: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.win img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 10; object-fit: cover; object-position: top left; }
.phone {
  margin: 0; background: var(--lp-ink); border: 7px solid var(--lp-ink); border-radius: 30px; overflow: hidden;
  box-shadow: 0 28px 56px -20px rgba(11, 18, 32, .45);
}
.phone img { display: block; width: 100%; height: auto; border-radius: 22px; }

.stage { position: relative; margin: 72px auto 0; max-width: 1120px; aspect-ratio: 1120 / 520; text-align: left; }   /* 아래쪽은 구역 경계에서 살짝 잘린다 */
.stage .win-back { position: absolute; left: 0; top: 0; width: 64%; }
.stage .win-front { position: absolute; right: 7%; top: 13%; width: 60%; }
.stage .phone { position: absolute; right: 0; top: 30%; width: 16.5%; }

/* ── 한 줄 요약 ── */
.facts { border-top: 1px solid var(--lp-line); border-bottom: 1px solid var(--lp-line); background: #fff; position: relative; }
.facts-in { display: grid; grid-template-columns: repeat(4, 1fr); }
.facts-in > div { padding: 30px 24px; border-left: 1px solid var(--lp-line); }
.facts-in > div:first-child { border-left: 0; padding-left: 0; }
.facts b { display: block; font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.facts span { display: block; margin-top: 4px; font-size: 15px; color: var(--lp-sub); }

/* ── 구역 공통 ── */
.sec { padding: 120px 0; }
.sec-soft { background: var(--lp-soft); }
.sec h2, .closing h2 { margin: 0; font-size: clamp(30px, 4.2vw, 46px); font-weight: 800; line-height: 1.24; letter-spacing: -0.035em; }
.sec-lead { margin: 22px 0 0; max-width: 40em; font-size: 18px; color: var(--lp-sub); }

.ticks { list-style: none; margin: 22px 0 0; padding: 0; }
.ticks li { position: relative; padding: 7px 0 7px 30px; font-size: 16px; color: var(--lp-ink-2); }
.ticks li::before {
  content: ""; position: absolute; left: 3px; top: 14px; width: 13px; height: 7px;
  border-left: 2.5px solid var(--lp-point); border-bottom: 2.5px solid var(--lp-point); transform: rotate(-45deg);
}

/* ── 기능 ── */
.feature { display: grid; grid-template-columns: 5fr 7fr; gap: 72px; align-items: center; margin-top: 104px; }
.feature-flip .feature-text { order: 2; }
.feature-no { margin: 0 0 12px; font-size: 14px; font-weight: 700; color: var(--lp-point); font-variant-numeric: tabular-nums; }
.feature h3 { margin: 0; font-size: clamp(24px, 2.6vw, 32px); font-weight: 800; line-height: 1.32; letter-spacing: -0.03em; }
.feature-text > p:not(.feature-no) { margin: 16px 0 0; color: var(--lp-sub); }
.phones { display: flex; justify-content: center; gap: 28px; padding: 0 4%; }
.phones .phone { width: 42%; max-width: 260px; }
.phones .phone-2 { margin-top: 56px; }


/* ── 디자인 갤러리 ── */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; margin-top: 52px; }
.tpl { margin: 0; }
.tpl img { display: block; width: 100%; height: auto; border: 1px solid #d9dde6; border-radius: 10px; background: #fff; box-shadow: 0 10px 24px -16px rgba(11, 18, 32, .3); }
.tpl figcaption { margin-top: 10px; font-size: 14.5px; color: var(--lp-sub); }
.more { margin-top: 32px; }
.more > summary {
  display: inline-flex; align-items: center; min-height: 48px; padding: 0 22px; border: 1px solid #cfd4df; border-radius: 10px;
  background: #fff; font-weight: 700; font-size: 16px; cursor: pointer; list-style: none;
}
.more > summary::-webkit-details-marker { display: none; }
.more > summary:hover { border-color: var(--lp-ink); }
.more[open] > summary { display: none; }
.more .gallery { margin-top: 22px; }

/* ── 진행 순서 ── */
.steps { list-style: none; counter-reset: s; margin: 64px 0 0; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 28px; }
.steps li { counter-increment: s; position: relative; padding-top: 62px; }
.steps li::before {
  content: counter(s); position: absolute; left: 0; top: 0; width: 42px; height: 42px; border-radius: 50%;
  display: grid; place-items: center; background: var(--lp-ink); color: #fff; font-weight: 800; font-size: 17px;
}
.steps li::after { content: ""; position: absolute; left: 54px; right: -16px; top: 21px; border-top: 1px dashed #c3c9d6; }
.steps li:last-child::after { display: none; }
.steps b { display: block; font-size: 19px; font-weight: 800; letter-spacing: -0.02em; }
.steps p { margin: 8px 0 0; font-size: 15.5px; color: var(--lp-sub); line-height: 1.65; }

/* ── 요금 ── */
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 60px; align-items: stretch; }
.plan { position: relative; display: flex; flex-direction: column; padding: 36px 32px 34px; background: #fff; border: 1px solid #d9dde6; border-radius: var(--lp-radius); }
.plan h3 { margin: 0; font-size: 22px; font-weight: 800; letter-spacing: -0.02em; }
.plan-for { margin: 6px 0 0; min-height: 3.2em; font-size: 15.5px; color: var(--lp-sub); line-height: 1.55; }
.plan-price { margin: 22px 0 24px; }
.plan-price b { display: block; font-size: clamp(34px, 3.4vw, 42px); font-weight: 800; letter-spacing: -0.04em; line-height: 1.15; font-variant-numeric: tabular-nums; }
.plan-price span { display: block; margin-top: 6px; font-size: 15px; color: var(--lp-mute); }
.plan .lp-btn { width: 100%; }
.plan .ticks { margin-top: 26px; padding-top: 22px; border-top: 1px solid var(--lp-line); }
.plan .ticks li { font-size: 15.5px; }
.plan-best { background: var(--lp-ink); border-color: var(--lp-ink); color: #fff; box-shadow: 0 30px 60px -28px rgba(11, 18, 32, .55); }
.plan-best .plan-for { color: #b9c0d2; }
.plan-best .plan-price span { color: #98a1b6; }
.plan-best .ticks { border-top-color: rgba(255, 255, 255, .16); }
.plan-best .ticks li { color: #e6e9f2; }
.plan-best .ticks li::before { border-color: #8f9bff; }
.plan-best .ticks li b { color: #fff; font-weight: 800; }
.plan-badge {
  position: absolute; left: 32px; top: -14px; margin: 0; padding: 4px 12px; border-radius: 999px;
  background: var(--lp-point); color: #fff; font-size: 13.5px; font-weight: 700;
}
.sub-h { margin: 76px 0 0; font-size: 24px; font-weight: 800; letter-spacing: -0.025em; }
.addons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-top: 24px; }
.addon { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding: 22px 24px; background: #fff; border: 1px solid #d9dde6; border-radius: 12px; }
.addon b { font-size: 17.5px; font-weight: 700; }
.addon p { margin: 4px 0 0; font-size: 15px; color: var(--lp-sub); line-height: 1.6; }
.addon-price { flex: none; font-size: 17.5px; font-weight: 800; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; white-space: nowrap; }
.fine { margin: 22px 0 0; font-size: 15px; color: var(--lp-mute); }

/* ── 자주 묻는 질문 ── */
.faq { margin-top: 44px; border-top: 1px solid var(--lp-ink); }
.faq details { border-bottom: 1px solid var(--lp-line); }
.faq summary {
  position: relative; padding: 24px 48px 24px 0; font-size: 19px; font-weight: 700; letter-spacing: -0.015em;
  cursor: pointer; list-style: none;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-52%); font-size: 26px; font-weight: 400; color: var(--lp-mute); }
.faq details[open] summary::after { content: "−"; }
.faq details p { margin: 0; padding: 0 48px 26px 0; color: var(--lp-sub); }

/* ── 마지막 ── */
.closing { padding: 112px 0; background: var(--lp-ink); color: #fff; text-align: center; }
.closing p { margin: 20px auto 0; max-width: 34em; color: #c4cada; }
.closing .hero-btns { margin-top: 36px; }
.closing-contact { font-size: 15.5px; }
.closing-contact a { color: #fff; }

/* ── 좁은 화면 ── */
@media (max-width: 1000px) {
  .sec { padding: 88px 0; }
  .feature { grid-template-columns: 1fr; gap: 36px; margin-top: 76px; }
  .feature-flip .feature-text { order: 0; }
  .gallery { grid-template-columns: repeat(3, 1fr); }
  .plans { grid-template-columns: 1fr; max-width: 520px; }
  .plan-for { min-height: 0; }
  .steps { grid-template-columns: 1fr; gap: 0; margin-top: 44px; }
  .steps li { padding: 0 0 30px 62px; }
  .steps li::after { left: 21px; right: auto; top: 46px; bottom: 4px; border-top: 0; border-left: 1px dashed #c3c9d6; }
  .facts-in { grid-template-columns: repeat(2, 1fr); }
  .facts-in > div { padding: 22px 20px; }
  .facts-in > div:nth-child(odd) { border-left: 0; padding-left: 0; }
  .facts-in > div:nth-child(n+3) { border-top: 1px solid var(--lp-line); }
}
@media (max-width: 640px) {
  .lp-wrap { padding: 0 18px; }
  .hero { padding-top: 60px; }
  .hero h1 br, .sec h2 br, .closing h2 br, .feature h3 br { display: none; }
  .hero-btns .lp-btn { width: 100%; }
  .stage { aspect-ratio: auto; margin-top: 48px; padding-bottom: 0; }
  .stage .win-back { display: none; }
  .stage .win-front { position: relative; right: auto; top: auto; width: 100%; }
  .stage .phone { right: 4%; top: auto; bottom: -6%; width: 30%; }
  .sec { padding: 72px 0; }
  .gallery { grid-template-columns: repeat(2, 1fr); gap: 14px; }
  .addons { grid-template-columns: 1fr; }
  .addon { flex-direction: column; gap: 8px; }
  .faq summary { font-size: 17.5px; }
  .closing { padding: 80px 0; }
}
@media print {
  .hero { background: #fff; }
  .stage, .closing .hero-btns { display: none; }
}
