/* =====================================================================
 * Afflix Landing v3.2 — Stylesheet (전면 재설계)
 * 정본: uploads/0517_감사최종취합_랜딩리뉴얼_디팀전달본.md + CMO 쏘왓 ×5 + 가격표 확정안
 *   · Hero 슬라이드 BG 5장 사이클 (구 사이트 패턴 유지)
 *   · Light / Dark 듀얼 테마
 *   · 섹션마다 관련 이미지 (Unsplash)
 *   · 카피 — 글쓰기 페인 → 수익 페인 (CMO 정정)
 *   · 가격표 — CMO 확정안 (서버·블로그·카테고리 비교)
 * ===================================================================== */

/* === Tokens === */
:root, html[data-theme="dark"]{
  --bg:#040810; --bg2:rgba(12,19,41,.6); --bg3:rgba(20,28,56,.5);
  --surface:rgba(12,16,28,.7); --surface2:rgba(20,28,56,.5);
  --border:rgba(255,255,255,0.08);
  --border-strong:rgba(255,255,255,0.18);
  --text1:#e8eaf0;
  --text2:#94a3c0;
  --text3:rgba(255,255,255,0.4);
  --brand:#e50914; --brand-700:#b20710; --brand-soft:rgba(229,9,20,0.12);
  --green:#00ff88; --green-soft:rgba(0,255,136,0.12);
  --blue:#4a90ff; --blue-soft:rgba(74,144,255,0.12);
  --orange:#f59e0b; --orange-soft:rgba(245,158,11,0.12);
  --purple:#8b5cf6;
  --glow:rgba(74,144,255,0.06);
  --hero-overlay:linear-gradient(180deg,rgba(4,8,16,0.55) 0%,rgba(4,8,16,0.85) 70%,var(--bg) 100%);
}
html[data-theme="light"]{
  --bg:#F7F8FB; --bg2:#FFFFFF; --bg3:#F1F3F8;
  --surface:#FFFFFF; --surface2:#FAFBFD;
  --border:rgba(20,16,12,0.08);
  --border-strong:rgba(20,16,12,0.18);
  --text1:#0F1424;
  --text2:#525B73;
  --text3:rgba(15,20,36,0.45);
  --brand:#e50914; --brand-700:#b20710; --brand-soft:rgba(229,9,20,0.10);
  --green:#16A34A; --green-soft:rgba(22,163,74,0.10);
  --blue:#3B82F6; --blue-soft:rgba(59,130,246,0.10);
  --orange:#D97706; --orange-soft:rgba(217,119,6,0.10);
  --purple:#7C3AED;
  --hero-overlay:linear-gradient(180deg,rgba(247,248,251,0.50) 0%,rgba(247,248,251,0.92) 75%,var(--bg) 100%);
}

/* 히어로 섹션은 라이트 모드에서도 다크 히어로 그대로 유지 (2026-05-17 대표님 요청) */
html[data-theme="light"] .lp-hero{
  --bg:#040810;
  --text1:#e8eaf0;
  --text2:#94a3c0;
  --text3:rgba(255,255,255,0.4);
  --green:#00ff88;
  --blue:#4a90ff;
  --orange:#f59e0b;
  --hero-overlay:linear-gradient(180deg,rgba(4,8,16,0.55) 0%,rgba(4,8,16,0.85) 70%,#040810 100%);
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html,body{height:auto;min-height:100%;scroll-behavior:smooth}
body{
  font-family:'Pretendard Variable','Pretendard',-apple-system,BlinkMacSystemFont,
    system-ui,'Apple SD Gothic Neo','Noto Sans KR',sans-serif;
  background:var(--bg);color:var(--text1);
  font-size:17px;line-height:1.7;letter-spacing:-0.02em;
  -webkit-font-smoothing:antialiased;font-feature-settings:'tnum' 1;
  transition:background .2s ease,color .2s ease
}
img{max-width:100%;display:block}
button{font-family:inherit;cursor:pointer;border:none;background:none;color:inherit}
a{color:inherit;text-decoration:none}
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:5px}

/* === Top Nav === */
.lp-nav{position:sticky;top:0;z-index:100;backdrop-filter:blur(20px);
  background:rgba(4,8,16,0.78);border-bottom:1px solid var(--border)}
html[data-theme="light"] .lp-nav{background:rgba(255,255,255,0.88)}
.lp-nav-inner{max-width:1280px;margin:0 auto;padding:14px 28px;
  display:flex;align-items:center;gap:28px}
.lp-nav-brand{font-size:26px;font-weight:900;letter-spacing:-0.03em;
  background:linear-gradient(180deg,#e50914 0%,#b20710 100%);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
  filter:drop-shadow(0 2px 8px rgba(229,9,20,0.3))}
.lp-nav-links{display:flex;gap:4px;flex:1;justify-content:center}
.lp-nav-link{font-size:15px;font-weight:600;color:var(--text2);
  padding:9px 14px;border-radius:8px;transition:.18s}
.lp-nav-link:hover{color:var(--text1);background:var(--surface2)}
.lp-nav-cta-group{display:flex;align-items:center;gap:8px}
.lp-nav-theme{width:38px;height:38px;border-radius:8px;display:flex;align-items:center;justify-content:center;
  background:var(--surface2);color:var(--text2);font-size:16px;transition:.18s;border:1px solid var(--border)}
.lp-nav-theme:hover{color:var(--text1);background:var(--surface);border-color:var(--border-strong)}
.lp-nav-login{font-size:14px;font-weight:700;color:var(--text2);padding:9px 14px;
  border-radius:8px;transition:.18s}
.lp-nav-login:hover{color:var(--text1)}
.lp-nav-start{font-size:14px;font-weight:800;color:#fff;background:var(--brand);
  padding:10px 18px;border-radius:8px;transition:.18s;letter-spacing:-0.005em;
  box-shadow:0 4px 16px rgba(229,9,20,0.3)}
.lp-nav-start:hover{background:var(--brand-700);transform:translateY(-1px)}
.lp-nav-burger{display:none;width:42px;height:42px;border-radius:8px;
  align-items:center;justify-content:center;font-size:22px;color:var(--text1);
  background:var(--surface2);border:1px solid var(--border)}

/* === Hero (구 사이트 슬라이드 5장 패턴) === */
.lp-hero{position:relative;overflow:hidden;min-height:92vh;
  display:flex;align-items:center;justify-content:center;text-align:center;
  padding:80px 24px;isolation:isolate}
.lp-hero-bg{position:absolute;inset:0;z-index:-2;background:var(--bg)}
.lp-hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;
  opacity:0;transition:opacity 1.6s ease-in-out;will-change:opacity}
.lp-hero-slide.is-active{opacity:1}
.lp-hero-bg::after{content:'';position:absolute;inset:0;background:var(--hero-overlay);pointer-events:none}
.lp-hero-inner{max-width:900px;margin:0 auto;position:relative;z-index:1}
.lp-hero-counter{font-size:72px;font-weight:900;color:var(--green);
  letter-spacing:-0.04em;font-variant-numeric:tabular-nums;line-height:1;
  text-shadow:0 0 20px rgba(0,255,136,0.4),0 0 40px rgba(0,255,136,0.2);
  margin-bottom:18px}
.lp-hero-counter-disclaimer{display:inline-flex;align-items:center;gap:6px;
  font-size:13px;color:var(--text2);font-weight:600;padding:5px 14px;
  background:var(--surface2);border:1px solid var(--border);border-radius:99px;margin-bottom:30px}
.lp-hero-counter-disclaimer b{color:var(--orange);font-weight:800}
.lp-hero-h1{font-size:60px;font-weight:900;letter-spacing:-0.035em;
  line-height:1.15;color:var(--text1);margin:6px 0 22px;word-break:keep-all;text-wrap:balance}
.lp-hero-h1 em{font-style:normal;color:var(--green);
  text-shadow:0 0 18px rgba(0,255,136,0.4),0 0 36px rgba(0,255,136,0.2)}
.lp-hero-h1 .lp-hero-brand-mark{
  background:linear-gradient(170deg,#8b1a2b 0%,#e50914 50%,#ff2d2d 100%);
  -webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;
  filter:drop-shadow(0 0 18px rgba(229,9,20,0.5));font-weight:900;letter-spacing:-0.02em}
.lp-hero-sub{font-size:20px;color:var(--text2);max-width:680px;margin:0 auto 36px;
  line-height:1.85;font-weight:500;word-break:keep-all}
.lp-hero-sub b{color:var(--text1);font-weight:700}
.lp-hero-sub .check{color:var(--green);font-weight:800;margin-right:6px}
.lp-hero-stats{display:flex;justify-content:center;gap:60px;margin:0 auto 44px;
  padding:22px 0;max-width:620px}
.lp-hero-stat-num{font-size:36px;font-weight:900;color:var(--blue);letter-spacing:-0.02em;line-height:1.2}
.lp-hero-stat-label{font-size:15px;color:var(--text2);margin-top:6px;font-weight:600;letter-spacing:0.01em}
.lp-hero-cta{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.lp-hero-note{margin-top:22px;font-size:14.5px;color:var(--text2);font-weight:500}

/* === Buttons === */
.lp-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;
  height:54px;padding:0 30px;border-radius:12px;font-size:16px;font-weight:800;
  letter-spacing:-0.005em;transition:.2s;cursor:pointer;font-family:inherit}
.lp-btn-primary{background:linear-gradient(135deg,#e50914,#b20710);color:#fff;
  box-shadow:0 8px 28px rgba(229,9,20,0.4)}
.lp-btn-primary:hover{background:linear-gradient(135deg,#f01425,#c81020);
  transform:translateY(-2px);box-shadow:0 14px 36px rgba(229,9,20,0.55)}
.lp-btn-lg{height:62px;padding:0 40px;font-size:18px;border-radius:14px}

/* === Sections === */
.lp-section{padding:110px 28px;max-width:1200px;margin:0 auto;position:relative}
.lp-section-bgwrap{position:relative}
.lp-section-bgwrap--bg{background:var(--bg2)}
.lp-section-bgwrap--bg2{background:linear-gradient(180deg,var(--bg2),var(--bg))}
html[data-theme="dark"] .lp-section-bgwrap--bg{background:rgba(8,12,24,0.6);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}

/* === 섹션 백그라운드: 반론 해소 === */
.lp-section-bgwrap--obj{position:relative;isolation:isolate;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.lp-section-bgwrap--obj::before{content:'';position:absolute;inset:0;z-index:-2;
  background-image:url('https://images.unsplash.com/photo-1521737604893-d14cc237f11d?w=1800&q=70&auto=format&fit=crop');
  background-size:cover;background-position:center;background-attachment:fixed}
.lp-section-bgwrap--obj::after{content:'';position:absolute;inset:0;z-index:-1;
  background:linear-gradient(180deg,rgba(4,8,16,0.92) 0%,rgba(4,8,16,0.88) 50%,rgba(4,8,16,0.96) 100%)}
html[data-theme="light"] .lp-section-bgwrap--obj::after{
  background:linear-gradient(180deg,rgba(247,248,251,0.92) 0%,rgba(247,248,251,0.86) 50%,rgba(247,248,251,0.96) 100%)}
@media (max-width:880px){
  .lp-section-bgwrap--obj::before{background-attachment:scroll}
}
.lp-section-head{text-align:center;max-width:780px;margin:0 auto 64px;word-break:keep-all}
.lp-eyebrow{display:inline-block;font-size:12px;font-weight:800;letter-spacing:0.14em;
  color:var(--brand);text-transform:uppercase;background:var(--brand-soft);
  padding:6px 14px;border-radius:99px;margin-bottom:18px}
.lp-section-h2{font-size:44px;font-weight:900;letter-spacing:-0.03em;line-height:1.2;
  color:var(--text1);margin:0 0 18px;text-wrap:balance}
.lp-section-h2 em{color:var(--brand);font-style:normal}
.lp-section-sub{font-size:18px;color:var(--text2);line-height:1.75;font-weight:500}
.lp-section-sub b{color:var(--text1);font-weight:700}

/* === Section: 문제 인식 (이미지 카드 — 텍스트 over 사진) === */
.lp-problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.lp-prob-card{position:relative;aspect-ratio:4/5;border-radius:20px;overflow:hidden;
  transition:transform .25s ease,box-shadow .25s ease;cursor:default;
  box-shadow:0 8px 32px rgba(0,0,0,0.25)}
.lp-prob-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px rgba(0,0,0,0.4)}
.lp-prob-card-img{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .5s ease}
.lp-prob-card:hover .lp-prob-card-img{transform:scale(1.05)}
.lp-prob-card-overlay{position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(4,8,16,0.45) 0%,rgba(4,8,16,0.95) 75%)}
html[data-theme="light"] .lp-prob-card-overlay{
  background:linear-gradient(180deg,rgba(15,20,36,0.4) 0%,rgba(15,20,36,0.92) 75%)}
.lp-prob-card-content{position:absolute;inset:0;display:flex;flex-direction:column;
  justify-content:flex-end;padding:36px 30px;color:#fff}
.lp-prob-num{font-size:14px;font-weight:800;color:rgba(255,255,255,0.55);letter-spacing:0.12em;margin-bottom:10px}
.lp-prob-title{font-size:24px;font-weight:900;color:#fff;letter-spacing:-0.015em;line-height:1.35;margin-bottom:12px;text-shadow:0 2px 8px rgba(0,0,0,0.5)}
.lp-prob-body{font-size:15px;color:rgba(255,255,255,0.86);line-height:1.75;font-weight:500;word-break:keep-all;text-shadow:0 1px 4px rgba(0,0,0,0.4)}

/* === Section: 메커니즘 (split-left 이미지) === */
.lp-mech-list{display:flex;flex-direction:column;gap:24px;max-width:1080px;margin:0 auto}
.lp-mech-row{display:grid;grid-template-columns:0.85fr 1.15fr;gap:0;
  background:var(--surface);border:1px solid var(--border);border-radius:24px;
  overflow:hidden;transition:.25s;min-height:260px}
.lp-mech-row:hover{transform:translateY(-3px);border-color:var(--border-strong);
  box-shadow:0 16px 48px rgba(0,0,0,0.25)}
.lp-mech-row:nth-child(even){grid-template-columns:1.15fr 0.85fr}
.lp-mech-row:nth-child(even) .lp-mech-img{order:2}
.lp-mech-img{background-size:cover;background-position:center;position:relative;min-height:240px}
.lp-mech-img::after{content:'';position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(229,9,20,0.18) 0%,rgba(74,144,255,0.10) 100%)}
.lp-mech-body{padding:40px 44px;display:flex;flex-direction:column;justify-content:center;gap:14px}
.lp-mech-num{font-size:13px;font-weight:800;color:var(--brand);letter-spacing:0.14em}
.lp-mech-title{font-size:26px;font-weight:900;color:var(--text1);letter-spacing:-0.018em;line-height:1.35}
.lp-mech-mech{font-size:11.5px;color:var(--text3);font-weight:700;letter-spacing:0.14em;text-transform:uppercase;display:block;margin-top:4px}
.lp-mech-text{font-size:16px;color:var(--text2);line-height:1.75;font-weight:500;word-break:keep-all}
.lp-mech-effect{display:inline-block;font-size:13px;font-weight:800;color:var(--green);
  background:var(--green-soft);padding:5px 12px;border-radius:6px;letter-spacing:-0.005em;align-self:flex-start}

/* === Section: 7단계 파이프라인 (이모지 + 흐름) === */
.lp-pipe-wrap{position:relative;padding:32px 0}
.lp-pipe-rail{position:absolute;top:48px;left:5%;right:5%;height:3px;z-index:0;
  background:repeating-linear-gradient(90deg,var(--brand) 0,var(--brand) 8px,transparent 8px,transparent 16px);
  opacity:0.4}
.lp-pipe{display:grid;grid-template-columns:repeat(7,1fr);gap:14px;position:relative;z-index:1}
.lp-pipe-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 4px;position:relative}
.lp-pipe-emoji{width:96px;height:96px;border-radius:24px;background:var(--surface);
  border:2px solid var(--border);display:flex;align-items:center;justify-content:center;
  font-size:42px;line-height:1;box-shadow:0 8px 24px rgba(0,0,0,0.2);margin-bottom:16px;
  transition:.25s;position:relative}
.lp-pipe-step:hover .lp-pipe-emoji{transform:translateY(-4px) scale(1.05);
  border-color:var(--brand);box-shadow:0 12px 32px rgba(229,9,20,0.3)}
.lp-pipe-num{position:absolute;top:-8px;right:-8px;width:28px;height:28px;border-radius:50%;
  background:var(--brand);color:#fff;font-size:13px;font-weight:900;
  display:flex;align-items:center;justify-content:center;
  font-variant-numeric:tabular-nums;letter-spacing:-0.01em;box-shadow:0 2px 8px rgba(229,9,20,0.4)}
.lp-pipe-title{font-size:15px;font-weight:800;color:var(--text1);letter-spacing:-0.005em;line-height:1.4;margin-bottom:6px}
.lp-pipe-sub{font-size:12.5px;color:var(--text2);line-height:1.55;font-weight:500;word-break:keep-all}

/* === Section: 운영 예시 (이미지 카드) === */
.lp-trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
.lp-trust-card{background:var(--surface);border:1px solid var(--border);border-radius:20px;
  overflow:hidden;display:flex;flex-direction:column;transition:.25s;box-shadow:0 8px 24px rgba(0,0,0,0.15)}
.lp-trust-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,0.25)}
.lp-trust-img{height:180px;background-size:cover;background-position:center;position:relative}
.lp-trust-img::after{content:'';position:absolute;inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,0.2) 0%,rgba(0,0,0,0.55) 100%)}
.lp-trust-img-label{position:absolute;left:20px;bottom:18px;z-index:1}
.lp-trust-pill{display:inline-flex;align-items:center;gap:6px;font-size:11px;font-weight:800;
  color:#fff;background:rgba(217,119,6,0.85);padding:5px 11px;border-radius:99px;
  letter-spacing:0.06em;text-transform:uppercase;backdrop-filter:blur(4px)}
.lp-trust-body{padding:26px 28px 28px;display:flex;flex-direction:column;gap:14px;flex:1}
.lp-trust-cat{font-size:13px;color:var(--text3);font-weight:700;letter-spacing:0.04em}
.lp-trust-title{font-size:22px;font-weight:900;color:var(--text1);letter-spacing:-0.015em;line-height:1.35}
.lp-trust-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:14px 0;
  border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.lp-trust-metric-num{font-size:18px;font-weight:900;color:var(--text1);letter-spacing:-0.01em;line-height:1.2}
.lp-trust-metric-lbl{font-size:11.5px;color:var(--text3);font-weight:600;margin-top:2px}
.lp-trust-note{font-size:14.5px;color:var(--text2);line-height:1.75;font-weight:500;word-break:keep-all}
.lp-trust-disclaimer{margin-top:36px;text-align:center;font-size:13px;color:var(--text3);
  padding:16px;border:1px dashed var(--border);border-radius:10px;line-height:1.7;max-width:780px;margin-left:auto;margin-right:auto}

/* === Section: 반론 해소 === */
.lp-obj-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px;max-width:1000px;margin:0 auto}
.lp-obj{background:var(--surface);border:1px solid var(--border);border-radius:14px;
  padding:28px 30px;display:flex;flex-direction:column;gap:10px;transition:.2s}
.lp-obj:hover{background:var(--surface2);border-color:var(--border-strong);transform:translateY(-2px)}
.lp-obj-q{font-size:17px;font-weight:800;color:var(--text1);letter-spacing:-0.005em;
  display:flex;align-items:flex-start;gap:10px;line-height:1.5;word-break:keep-all}
.lp-obj-q::before{content:'Q.';color:var(--brand);font-weight:900;flex-shrink:0;font-size:15px}
.lp-obj-a{font-size:15px;color:var(--text2);line-height:1.8;font-weight:500;padding-left:26px;word-break:keep-all}
.lp-obj-a::before{content:'A.';color:var(--green);font-weight:900;margin-right:8px;font-size:13px}

/* === Section: 가치 vs 가격 (이미지 카드) === */
.lp-value-row{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;max-width:1080px;margin:0 auto}
.lp-value-tile{position:relative;aspect-ratio:1.1/1;border-radius:20px;overflow:hidden;
  transition:.25s;box-shadow:0 8px 32px rgba(0,0,0,0.2)}
.lp-value-tile:hover{transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,0.35)}
.lp-value-tile-img{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .5s ease}
.lp-value-tile:hover .lp-value-tile-img{transform:scale(1.04)}
.lp-value-tile-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,8,16,0.4) 0%,rgba(4,8,16,0.92) 70%)}
html[data-theme="light"] .lp-value-tile-overlay{background:linear-gradient(180deg,rgba(15,20,36,0.35) 0%,rgba(15,20,36,0.88) 70%)}
.lp-value-tile-content{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;
  padding:30px 26px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,0.5)}
.lp-value-tile-ico{font-size:48px;line-height:1;margin-bottom:14px}
.lp-value-tile-h{font-size:22px;font-weight:900;letter-spacing:-0.015em;line-height:1.35;margin-bottom:8px}
.lp-value-tile-body{font-size:14.5px;line-height:1.75;font-weight:500;word-break:keep-all;color:rgba(255,255,255,0.88)}

/* === Section: 가격표 (CMO 확정안) === */
.lp-pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1180px;margin:0 auto}
.lp-plan{background:var(--surface);border:1.5px solid var(--border);border-radius:22px;
  padding:36px 32px;display:flex;flex-direction:column;gap:8px;position:relative;transition:.25s}
.lp-plan:hover{transform:translateY(-4px);box-shadow:0 20px 56px rgba(0,0,0,0.3)}
.lp-pricing-grid{padding-top:24px}
.lp-plan.is-popular{border-color:var(--brand);
  box-shadow:0 0 0 5px var(--brand-soft),0 12px 40px rgba(229,9,20,0.18)}
.lp-plan.is-popular::before{content:'🔥 가장 인기';position:absolute;top:-14px;left:50%;
  transform:translateX(-50%);background:var(--brand);color:#fff;font-size:12.5px;font-weight:800;
  padding:6px 16px;border-radius:99px;letter-spacing:0.04em;white-space:nowrap;
  box-shadow:0 4px 14px rgba(229,9,20,0.45)}
.lp-plan-tier{font-size:13px;font-weight:800;color:var(--brand);letter-spacing:0.12em;text-transform:uppercase}
.lp-plan-name{font-size:30px;font-weight:900;color:var(--text1);letter-spacing:-0.025em;line-height:1.2;margin-top:2px}
.lp-plan-who{font-size:14.5px;color:var(--text2);font-weight:500;line-height:1.55;min-height:46px}
.lp-plan-price{display:flex;align-items:baseline;gap:8px;padding:18px 0;
  border-top:1px solid var(--border);border-bottom:1px solid var(--border)}
.lp-plan-price-num{font-size:40px;font-weight:900;color:var(--text1);letter-spacing:-0.03em;line-height:1;font-variant-numeric:tabular-nums}
.lp-plan-price-cycle{font-size:14px;color:var(--text3);font-weight:700}
.lp-plan-scale{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:800;
  color:var(--blue);background:var(--blue-soft);padding:6px 12px;border-radius:8px;align-self:flex-start;letter-spacing:-0.005em}
.lp-plan-feats{list-style:none;display:flex;flex-direction:column;gap:10px;flex:1;margin-top:4px}
.lp-plan-feats li{font-size:14.5px;color:var(--text2);display:flex;gap:10px;line-height:1.6;font-weight:500}
.lp-plan-feats li b{color:var(--text1);font-weight:700}
.lp-plan-feats li::before{content:'✓';color:var(--green);font-weight:900;flex-shrink:0;margin-top:1px}
.lp-plan-cta-btn{width:100%;height:52px;border-radius:12px;font-size:15.5px;font-weight:800;
  letter-spacing:-0.005em;transition:.2s;cursor:pointer;font-family:inherit;margin-top:8px;
  display:flex;align-items:center;justify-content:center;text-align:center}
.lp-plan.is-popular .lp-plan-cta-btn{background:linear-gradient(135deg,#e50914,#b20710);color:#fff;border:none;box-shadow:0 6px 20px rgba(229,9,20,0.35)}
.lp-plan.is-popular .lp-plan-cta-btn:hover{transform:translateY(-1px);box-shadow:0 10px 28px rgba(229,9,20,0.5)}
.lp-plan:not(.is-popular) .lp-plan-cta-btn{background:transparent;color:var(--text1);border:1.5px solid var(--border-strong)}
.lp-plan:not(.is-popular) .lp-plan-cta-btn:hover{background:var(--surface2);border-color:var(--text2)}
.lp-pricing-foot{text-align:center;margin-top:36px;font-size:13.5px;color:var(--text3);
  line-height:1.7;max-width:780px;margin-left:auto;margin-right:auto;word-break:keep-all}

/* === Section: 마지막 마감 === */
.lp-close{padding:120px 28px;background:radial-gradient(ellipse at center,
  rgba(229,9,20,0.18),transparent 60%),var(--bg2);text-align:center;position:relative;overflow:hidden}
.lp-close::after{content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse 80% 50% at 50% 100%,rgba(0,255,136,0.08),transparent 60%);pointer-events:none}
.lp-close-inner{max-width:720px;margin:0 auto;position:relative;z-index:1}
.lp-close-h{font-size:52px;font-weight:900;color:var(--text1);letter-spacing:-0.03em;line-height:1.2;
  margin-bottom:22px;text-wrap:balance;word-break:keep-all}
.lp-close-h em{color:var(--brand);font-style:normal}
.lp-close-sub{font-size:19px;color:var(--text2);line-height:1.75;margin-bottom:40px;font-weight:500;word-break:keep-all}
.lp-close-meta{display:flex;justify-content:center;gap:20px;font-size:14px;color:var(--text3);
  margin-top:24px;flex-wrap:wrap;font-weight:600}
.lp-close-meta-dot{width:5px;height:5px;border-radius:50%;background:var(--brand);display:inline-block;margin-right:8px;vertical-align:middle}

/* === FAQ === */
.lp-section-bgwrap--faq{position:relative;isolation:isolate}
.lp-section-bgwrap--faq .lp-section-bg{position:absolute;inset:0;z-index:-2;
  background-size:cover;background-position:center;opacity:0.18;filter:saturate(0.85)}
html[data-theme="light"] .lp-section-bgwrap--faq .lp-section-bg{opacity:0.10}
.lp-section-bgwrap--faq::after{content:'';position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:linear-gradient(180deg,var(--bg) 0%,rgba(10,11,14,0.85) 30%,rgba(10,11,14,0.85) 70%,var(--bg) 100%)}
html[data-theme="light"] .lp-section-bgwrap--faq::after{
  background:linear-gradient(180deg,var(--bg) 0%,rgba(247,248,251,0.88) 30%,rgba(247,248,251,0.88) 70%,var(--bg) 100%)}
.lp-faq-list{max-width:840px;margin:0 auto;display:flex;flex-direction:column;gap:10px;position:relative;z-index:1}
.lp-faq-item{background:var(--surface);backdrop-filter:blur(10px);
  border:1px solid var(--border);border-radius:14px;transition:.18s}
html[data-theme="dark"] .lp-faq-item{background:rgba(22,25,34,0.92)}
.lp-faq-item[open]{border-color:var(--border-strong);background:var(--surface2)}
.lp-faq-item summary{list-style:none;cursor:pointer;padding:22px 28px;
  font-size:16px;font-weight:700;color:var(--text1);display:flex;align-items:center;justify-content:space-between;gap:12px;letter-spacing:-0.005em}
.lp-faq-item summary::-webkit-details-marker{display:none}
.lp-faq-item summary::after{content:'+';font-size:26px;font-weight:300;color:var(--text3);transition:.2s}
.lp-faq-item[open] summary::after{transform:rotate(45deg);color:var(--brand)}
.lp-faq-a{padding:0 28px 24px;font-size:15px;color:var(--text2);line-height:1.85;font-weight:500;word-break:keep-all}

/* === Footer === */
.lp-foot{background:var(--bg2);border-top:1px solid var(--border);padding:54px 28px 40px;text-align:center}
html[data-theme="dark"] .lp-foot{background:rgba(4,8,16,0.5)}
.lp-foot-inner{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.lp-foot-mark{font-size:18px;font-weight:900;color:var(--brand);letter-spacing:-0.02em;margin-bottom:6px}
.lp-foot-row{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;font-size:13px;color:var(--text3);font-weight:500}
.lp-foot-row b{color:var(--text2);font-weight:700}
.lp-foot-cs{font-size:12.5px;color:var(--text3);line-height:1.8}
.lp-foot-cs a{color:var(--text2);font-weight:600;margin:0 6px}
.lp-foot-cs a:hover{color:var(--brand)}

/* === Responsive === */
@media (max-width:1100px){
  .lp-hero-h1{font-size:50px}
  .lp-hero-counter{font-size:60px}
  .lp-section-h2{font-size:36px}
  .lp-mech-row,.lp-mech-row:nth-child(even){grid-template-columns:1fr}
  .lp-mech-row:nth-child(even) .lp-mech-img{order:0}
  .lp-mech-img{min-height:200px}
  .lp-pipe{grid-template-columns:repeat(7,1fr);gap:8px}
  .lp-pipe-emoji{width:78px;height:78px;font-size:32px}
  .lp-pipe-title{font-size:13.5px}
  .lp-pipe-sub{font-size:11.5px}
  .lp-pipe-rail{top:39px}
}
@media (max-width:880px){
  .lp-nav-inner{padding:12px 18px;gap:12px}
  .lp-nav-links{display:none;position:absolute;top:100%;left:0;right:0;
    flex-direction:column;background:rgba(4,8,16,0.97);padding:14px;
    border-bottom:1px solid var(--border)}
  html[data-theme="light"] .lp-nav-links{background:rgba(255,255,255,0.98)}
  .lp-nav.is-menu-open .lp-nav-links{display:flex}
  .lp-nav-burger{display:flex}
  .lp-nav-login{display:none}
  .lp-hero{padding:60px 20px;min-height:auto}
  .lp-hero-counter{font-size:48px}
  .lp-hero-h1{font-size:36px}
  .lp-hero-sub{font-size:16.5px}
  .lp-hero-stats{flex-direction:column;gap:18px;padding:18px 0}
  .lp-hero-stat-num{font-size:28px}
  .lp-section{padding:72px 20px}
  .lp-section-h2{font-size:30px}
  .lp-section-sub{font-size:15.5px}
  .lp-problem-grid,.lp-trust-grid,.lp-pricing-grid,.lp-value-row{grid-template-columns:1fr}
  .lp-prob-card{aspect-ratio:5/3}
  .lp-value-tile{aspect-ratio:5/3}
  .lp-obj-grid{grid-template-columns:1fr}
  .lp-pipe{grid-template-columns:1fr 1fr;gap:20px 14px}
  .lp-pipe-rail{display:none}
  .lp-close{padding:80px 20px}
  .lp-close-h{font-size:36px}
  .lp-close-sub{font-size:16px}
  .lp-btn{height:50px;font-size:15.5px;padding:0 24px}
  .lp-btn-lg{height:58px;font-size:16px;padding:0 30px}
}
@media (max-width:520px){
  .lp-hero-counter{font-size:38px}
  .lp-hero-h1{font-size:28px}
  .lp-section-h2{font-size:24px}
  .lp-mech-title{font-size:22px}
  .lp-pipe{grid-template-columns:1fr}
  .lp-plan-name{font-size:26px}
  .lp-plan-price-num{font-size:34px}
  .lp-close-h{font-size:28px}
}
