/* lp · built 2026-06-24 16:30:47 */
/* lp/_lp.css — 상품 랜딩 페이지 (절제된 프리미엄/기업형).
   주제마다 풀폭 밴드 + 배경 교차(흰/연회색/딥블루)로 "문단"이 아닌 "주제 단위"로 끊는다.
   AI 생성 톤(컬러 블롭·전면 그라데이션·장식 점·글로우 남발) 배제: 단색 브랜드 1색 + 목적 있는 그림자만.
   이모지 미사용(라인 SVG). 모바일 우선. */

#lp-root {
    --c-primary: #3182F6;
    --c-primary-2: #1B64DA;
    --c-tint: #EEF4FF;
    --c-tint-border: #DCE9FF;
    --c-ink: #191F28;
    --c-sub: #4E5968;
    --c-muted: #8B95A1;
    --c-line: #F2F4F6;
    --c-border: #E5E8EB;
    --c-gray: #F8FAFC;

    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 0 calc(100px + env(safe-area-inset-bottom, 0px));
    overflow-x: clip;
    color: var(--c-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard", "Malgun Gothic", sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 1.5;
    background: #fff;
}
#lp-root * { box-sizing: border-box; }
#lp-root b { font-weight: 700; }
.lp-err { padding: 48px 0; text-align: center; color: var(--c-muted); }

/* 밴드 내부 컨텐츠 폭 제한 (밴드 배경은 풀폭, 내용은 중앙 컬럼) */
.lp-in { max-width: 520px; margin: 0 auto; padding: 0 20px; }

/* 등장 애니메이션 — 절제된 fade-up */
@keyframes lpUp { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: none; } }
.lp-hero, .lp-statband, .lp-sec, .lp-final { animation: lpUp .45s ease-out both; }
.lp-statband { animation-delay: .04s; }
@media (prefers-reduced-motion: reduce) { #lp-root * { animation: none !important; } }

/* 배경 교차 (주제 구분) */
.lp-band--gray { background: var(--c-gray); }

/* ── ① 히어로 (white) ── */
.lp-hero { padding: 36px 0 28px; text-align: center; }
.lp-hero-img {
    width: 100%; aspect-ratio: 4 / 3; object-fit: cover;
    border-radius: 16px; margin-bottom: 22px; background: var(--c-line);
    box-shadow: 0 12px 32px rgba(17, 24, 39, .10);
}
.lp-hero-eyebrow {
    display: inline-block; padding: 5px 12px; border-radius: 8px;
    background: var(--c-tint); color: var(--c-primary-2);
    font-size: 12.5px; font-weight: 700; letter-spacing: -.2px;
}
.lp-hero-h { margin: 14px 0 0; font-size: 27px; line-height: 1.32; font-weight: 800; letter-spacing: -.6px; }
.lp-hero-sub { margin: 12px 0 0; font-size: 15px; color: var(--c-sub); }

/* 무료 체험 — 단색 틴트 카드 */
.lp-hero-free {
    margin: 22px 0 18px; padding: 18px 16px 16px;
    border-radius: 14px; background: var(--c-tint); border: 1px solid var(--c-tint-border); text-align: left;
}
.lp-free-badge {
    display: inline-block; margin-bottom: 8px; padding: 4px 11px; border-radius: 6px;
    background: var(--c-primary); color: #fff; font-size: 11px; font-weight: 700; letter-spacing: -.2px;
}
.lp-free-line { font-size: 16px; font-weight: 700; color: var(--c-ink); }
.lp-free-line b, .lp-free-sub b { color: var(--c-primary-2); font-variant-numeric: tabular-nums; }
.lp-free-sub { margin-top: 4px; font-size: 14px; color: var(--c-sub); }
.lp-hero-trustline { margin-top: 13px; font-size: 12.5px; color: var(--c-muted); }

/* ── CTA ── */
.lp-cta {
    display: block; width: 100%; min-height: 54px; padding: 16px 14px; border-radius: 12px;
    background: var(--c-primary); color: #fff; font-size: 16px; font-weight: 700;
    text-align: center; text-decoration: none; line-height: 1.3; letter-spacing: -.2px;
    box-shadow: 0 8px 20px rgba(49, 130, 246, .22); transition: background .15s, transform .12s;
}
.lp-cta:hover { background: var(--c-primary-2); }
.lp-cta:active { transform: translateY(1px); }
.lp-btn-outline {
    display: inline-block; min-height: 46px; padding: 13px 24px; border-radius: 12px;
    background: #fff; border: 1px solid var(--c-border); color: var(--c-ink);
    font-size: 14px; font-weight: 700; text-decoration: none; transition: border-color .15s, color .15s;
}
.lp-btn-outline:hover { border-color: var(--c-primary); color: var(--c-primary); }

/* ── 통계 밴드 (딥블루 풀폭 — 주제 구분의 기준) ── */
.lp-statband { padding: 26px 0; background: var(--c-primary-2); color: #fff; }
.lp-statrow { display: flex; align-items: center; justify-content: space-around; }
.lp-stat { text-align: center; flex: 1; }
.lp-stat-v { font-size: 24px; font-weight: 800; letter-spacing: -.5px; font-variant-numeric: tabular-nums; }
.lp-stat-l { margin-top: 3px; font-size: 12px; color: rgba(255, 255, 255, .78); }
.lp-stat-div { width: 1px; align-self: stretch; margin: 5px 0; background: rgba(255, 255, 255, .18); }

/* ── 공통 섹션 (풀폭 밴드, 헤어라인 없이 배경으로 구분) ── */
.lp-sec { padding: 42px 0; }
.lp-sec-h { margin: 0 0 18px; font-size: 19px; font-weight: 700; letter-spacing: -.3px; }

/* ── ② 신뢰 (아이콘 칩 카드) ── */
.lp-trust { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lp-trust-item { padding: 18px 16px; border: 1px solid var(--c-border); border-radius: 14px; background: #fff; }
.lp-ico {
    display: inline-flex; align-items: center; justify-content: center;
    width: 38px; height: 38px; margin-bottom: 12px; border-radius: 10px;
    background: var(--c-tint); color: var(--c-primary);
}
.lp-ico svg { width: 21px; height: 21px; }
.lp-trust-t { font-size: 14.5px; font-weight: 700; color: var(--c-ink); letter-spacing: -.2px; }
.lp-trust-d { margin-top: 5px; font-size: 12.5px; color: var(--c-muted); line-height: 1.55; }

/* ── ③ 스텝 (단색 번호 칩) ── */
.lp-steps { margin: 0; padding-left: 0; list-style: none; counter-reset: lp; }
.lp-steps li {
    position: relative; counter-increment: lp; padding: 14px 0 14px 42px;
    border-bottom: 1px solid var(--c-line); font-size: 15px; color: var(--c-ink);
}
.lp-steps li:last-child { border-bottom: none; }
.lp-steps li::before {
    content: counter(lp); position: absolute; left: 0; top: 12px;
    width: 26px; height: 26px; border-radius: 8px; background: var(--c-tint); color: var(--c-primary-2);
    font-size: 13px; font-weight: 700; display: flex; align-items: center; justify-content: center;
}
.lp-steps-note { margin: 16px 0 0; font-size: 13px; color: var(--c-muted); }

/* ── ④ 가격 (흰 카드 — gray 밴드 위에서 도드라짐) ── */
.lp-price { padding: 18px; border: 1px solid var(--c-border); border-radius: 14px; background: #fff; }
.lp-price-row { display: flex; justify-content: space-between; align-items: baseline; font-size: 15px; color: var(--c-sub); }
.lp-price-row b { font-size: 22px; font-weight: 800; color: var(--c-ink); font-variant-numeric: tabular-nums; }
.lp-price-note { margin-top: 10px; font-size: 13px; color: var(--c-muted); line-height: 1.55; }

/* ── ⑤ 직접 해보기 (white) ── */
.lp-try { text-align: center; }
.lp-try-t { margin-bottom: 14px; font-size: 15px; color: var(--c-sub); }

/* ── ⑥ FAQ ── */
.lp-faq-item { padding: 15px 0; border-bottom: 1px solid var(--c-border); }
.lp-faq-item:last-child { border-bottom: none; }
.lp-faq-q { font-size: 14.5px; font-weight: 700; color: var(--c-ink); }
.lp-faq-a { margin-top: 6px; font-size: 13.5px; color: var(--c-sub); line-height: 1.6; }

/* ── ⑦ 마무리 (white) ── */
.lp-final { padding: 44px 0 12px; text-align: center; }
.lp-final-h { font-size: 18px; font-weight: 800; letter-spacing: -.3px; }
.lp-final-h b { color: var(--c-primary-2); font-variant-numeric: tabular-nums; }
.lp-final-note { margin-top: 8px; font-size: 13px; color: var(--c-muted); }

/* LP 는 단일 전환 목표 — 글로벌 하단 네비/주문 CTA 바 숨김(전환 누수 방지 + sticky 가림 해소).
   _lp.min.css 는 LP 페이지에만 로드되므로 전역 셀렉터 안전. */
.unique-bottom-navbar { display: none !important; }
.mobile-order-cta { display: none !important; }

/* ── 하단 고정 CTA (플로팅, 다크 바 — 흰 콘텐츠와 확실히 구분 + 블루 CTA 도드라짐) ── */
.lp-sticky {
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 1100;
    padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px));
    background: rgba(20, 24, 31, .94); backdrop-filter: saturate(180%) blur(10px);
    border-top: 1px solid rgba(255, 255, 255, .08);
}
.lp-sticky .lp-cta {
    max-width: 480px; margin: 0 auto;
    box-shadow: 0 6px 18px rgba(49, 130, 246, .45); /* 다크 바 위에서 블루 CTA 강조 */
}
