:root {
  --primary: #1f8a43;
  --primary-light: #36b35e;
  --primary-dark: #0f5d2c;
  --primary-deep: #0a3d1e;
  --gold: #f4c451;
  --gold-deep: #d9a528;
  --bg-light: #eef6ef;
  --bg-soft: #f7faf8;
  --ink: #16241b;
  --muted: #5f7268;
  --line: #e6ede8;
  --radius: 20px;
  --radius-sm: 12px;
  --shadow-sm: 0 2px 12px rgba(16,40,25,.06);
  --shadow: 0 14px 34px rgba(16,40,25,.10);
  --shadow-lg: 0 28px 64px rgba(16,40,25,.18);
}
* { box-sizing: border-box; }
body { font-family: 'Pretendard', 'Noto Sans KR', -apple-system, BlinkMacSystemFont, sans-serif; line-height: 1.6; color: #333; margin: 0; }
body.lp { color: var(--ink); background: #fff; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.lp section { position: relative; overflow: hidden; }

/* ===== 공용 버튼 ===== */
.btn-cta {
  background: linear-gradient(135deg, var(--gold) 0%, var(--gold-deep) 100%);
  color: #3a2b06; font-size: 1.1rem; font-weight: 800; letter-spacing: -.01em;
  padding: 16px 38px; border-radius: 50px; text-decoration: none; display: inline-flex;
  align-items: center; gap: 10px; transition: transform .25s, box-shadow .25s, filter .25s;
  box-shadow: 0 10px 26px rgba(217,165,40,.42); border: none; cursor: pointer;
}
.btn-cta:hover { transform: translateY(-3px); box-shadow: 0 16px 36px rgba(217,165,40,.55); color: #3a2b06; filter: brightness(1.04); }
.btn-cta i { font-size: .95em; }
.btn-cta-lg { font-size: 1.25rem; padding: 19px 52px; }
.btn-cta-block { display: flex; width: 100%; justify-content: center; margin-top: 28px; }
.btn-ghost {
  color: #fff; border: 1.5px solid rgba(255,255,255,.55); background: rgba(255,255,255,.06);
  font-weight: 700; padding: 15px 30px; border-radius: 50px; text-decoration: none;
  display: inline-flex; align-items: center; transition: background .25s, border-color .25s;
}
.btn-ghost:hover { background: rgba(255,255,255,.16); border-color: #fff; color: #fff; }

/* ===== 섹션 헤더 ===== */
.section-head { text-align: center; max-width: 720px; margin: 0 auto 54px; }
.section-kicker { color: var(--gold-deep); font-weight: 800; letter-spacing: .18em; font-size: .8rem; margin: 0 0 12px; }
.section-title { font-size: clamp(1.7rem, 3.4vw, 2.4rem); font-weight: 800; color: var(--ink); letter-spacing: -.02em; margin: 0; }
.section-sub { color: var(--muted); margin-top: 14px; font-size: 1.05rem; }

/* ===== 상단 네비 ===== */
.lp-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 50; padding: 16px 0; transition: background .3s, box-shadow .3s, padding .3s; }
.lp-nav-inner { display: flex; align-items: center; justify-content: space-between; }
.lp-brand { font-weight: 800; font-size: 1.25rem; color: #fff; text-decoration: none; letter-spacing: -.02em; }
.lp-brand span { font-weight: 600; opacity: .85; }
.lp-brand i { color: var(--gold); margin-right: 6px; }
.lp-nav-cta { background: rgba(255,255,255,.16); color: #fff; border: 1px solid rgba(255,255,255,.4); padding: 9px 22px; border-radius: 50px; text-decoration: none; font-weight: 700; font-size: .95rem; transition: all .25s; }
.lp-nav-cta:hover { background: #fff; color: var(--primary-dark); }
.lp-nav.scrolled { background: rgba(255,255,255,.92); backdrop-filter: blur(10px); box-shadow: var(--shadow-sm); padding: 11px 0; }
.lp-nav.scrolled .lp-brand { color: var(--ink); }
.lp-nav.scrolled .lp-nav-cta { background: var(--primary); border-color: var(--primary); color: #fff; }
.lp-nav.scrolled .lp-nav-cta:hover { background: var(--primary-dark); }

/* ===== HERO ===== */
.hero {
  background:
    radial-gradient(1100px 520px at 78% -10%, rgba(244,196,81,.18), transparent 60%),
    linear-gradient(155deg, var(--primary-deep) 0%, var(--primary-dark) 42%, var(--primary) 100%);
  color: #fff; padding: 170px 0 110px; text-align: center; min-height: clamp(600px, 88vh, 840px);
  display: flex; align-items: center;
}
.hero-content { position: relative; z-index: 2; width: 100%; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(70px); opacity: .5; z-index: 0; }
.hero-orb-1 { width: 360px; height: 360px; background: var(--primary-light); top: -60px; left: -80px; }
.hero-orb-2 { width: 300px; height: 300px; background: rgba(244,196,81,.5); bottom: -80px; right: -40px; }
.hero-badge { display: inline-flex; align-items: center; gap: 8px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.32); color: #fff; padding: 8px 18px; border-radius: 50px; font-size: .9rem; font-weight: 600; margin-bottom: 26px; backdrop-filter: blur(4px); }
.hero-badge i { color: var(--gold); }
.hero h1 { font-size: clamp(2.4rem, 6vw, 4rem); font-weight: 900; line-height: 1.12; letter-spacing: -.03em; margin: 0 0 22px; }
.hero h1 .hl { background: linear-gradient(120deg, var(--gold), #ffe9a8); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero .lead { font-size: clamp(1.05rem, 2.2vw, 1.35rem); opacity: .94; margin-bottom: 38px; font-weight: 400; }
.hero .lead b { font-weight: 700; }
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; align-items: center; }
.hero-stats { list-style: none; display: flex; justify-content: center; gap: 0; margin: 52px auto 0; padding: 0; max-width: 560px; }
.hero-stats li { flex: 1; min-width: 0; padding: 0 10px; position: relative; }
.hero-stats li + li::before { content: ''; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 42px; background: rgba(255,255,255,.22); }
.hero-stats strong { display: block; font-size: clamp(1.5rem, 4vw, 2.1rem); font-weight: 900; color: var(--gold); letter-spacing: -.02em; }
.hero-stats span { font-size: .88rem; opacity: .82; }
.scroll-cue { position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,.7); font-size: 1.2rem; z-index: 2; animation: bob 1.8s ease-in-out infinite; text-decoration: none; }
@keyframes bob { 0%,100% { transform: translate(-50%,0); } 50% { transform: translate(-50%,8px); } }

/* ===== 핵심 강조 ===== */
.highlight-section { background: var(--primary-deep); color: #fff; padding: 92px 0; }
.hl-glow { position: absolute; width: 620px; height: 620px; background: radial-gradient(circle, rgba(244,196,81,.16), transparent 65%); top: 50%; left: 50%; transform: translate(-50%,-50%); }
.hl-kicker { color: var(--gold); font-weight: 700; letter-spacing: .04em; opacity: .9; margin-bottom: 16px; position: relative; }
.hl-big { font-size: clamp(1.9rem, 4.6vw, 3rem); font-weight: 900; line-height: 1.28; margin-bottom: 22px; letter-spacing: -.02em; position: relative; }
.hl-num { color: var(--gold); font-size: 1.3em; }
.hl-big em { font-style: normal; position: relative; white-space: nowrap; }
.hl-big em::after { content: ''; position: absolute; left: 0; right: 0; bottom: 4px; height: 10px; background: rgba(244,196,81,.35); z-index: -1; border-radius: 4px; }
.hl-desc { font-size: 1.1rem; opacity: .9; position: relative; }
.hl-desc b { color: var(--gold); }

/* ===== 특징 카드 ===== */
.features { padding: 96px 0; background: var(--bg-soft); }
.feature-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 40px 26px; text-align: center; box-shadow: var(--shadow-sm); height: 100%; transition: transform .3s, box-shadow .3s, border-color .3s; position: relative; overflow: hidden; }
.feature-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px; background: linear-gradient(90deg, var(--gold), var(--primary-light)); transform: scaleX(0); transition: transform .3s; transform-origin: left; }
.feature-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); border-color: transparent; }
.feature-card:hover::before { transform: scaleX(1); }
.feature-icon { width: 76px; height: 76px; background: linear-gradient(135deg, var(--primary), var(--primary-light)); border-radius: 20px; display: flex; align-items: center; justify-content: center; margin: 0 auto 22px; font-size: 1.9rem; color: #fff; box-shadow: 0 10px 22px rgba(31,138,67,.3); }
.feature-card h3 { color: var(--ink); margin-bottom: 12px; font-size: 1.2rem; font-weight: 800; }
.feature-card p { color: var(--muted); font-size: .96rem; margin: 0; }

/* ===== 수익 계산기 ===== */
.calc-section { padding: 96px 0; background: var(--bg-light); }
.calc-box { background: #fff; border-radius: var(--radius); padding: 46px; max-width: 720px; margin: 0 auto; box-shadow: var(--shadow-lg); }
.calc-row { margin-bottom: 30px; }
.calc-row > label { display: flex; justify-content: space-between; align-items: baseline; font-weight: 700; color: var(--ink); margin-bottom: 14px; font-size: 1rem; }
.calc-val { font-weight: 900; color: var(--primary); font-size: 1.3rem; letter-spacing: -.02em; }
.calc-row input[type=range] { -webkit-appearance: none; appearance: none; width: 100%; height: 8px; border-radius: 50px; background: linear-gradient(90deg, var(--primary) 10%, #e3ebe5 10%); outline: none; }
.calc-row input[type=range]::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 5px solid var(--primary); box-shadow: 0 3px 10px rgba(31,138,67,.4); cursor: pointer; transition: transform .15s; }
.calc-row input[type=range]::-webkit-slider-thumb:hover { transform: scale(1.12); }
.calc-row input[type=range]::-moz-range-thumb { width: 26px; height: 26px; border-radius: 50%; background: #fff; border: 5px solid var(--primary); box-shadow: 0 3px 10px rgba(31,138,67,.4); cursor: pointer; }
.calc-result { display: flex; gap: 16px; margin-top: 8px; }
.calc-result-item { flex: 1; background: linear-gradient(135deg, var(--primary), var(--primary-dark)); color: #fff; border-radius: var(--radius-sm); padding: 26px; text-align: center; box-shadow: 0 14px 30px rgba(31,138,67,.28); }
.calc-result-item.secondary { background: linear-gradient(135deg, var(--gold), var(--gold-deep)); color: #3a2b06; box-shadow: 0 14px 30px rgba(217,165,40,.32); }
.calc-result-label { display: block; font-size: .9rem; opacity: .92; margin-bottom: 8px; font-weight: 600; }
.calc-result-amount { display: block; font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 900; letter-spacing: -.02em; }
.calc-note { margin-top: 20px; font-size: .82rem; color: #9aa7a0; text-align: center; }

/* ===== 절차 스텝 ===== */
.steps-section { padding: 96px 0; background: #fff; }
.steps { display: flex; align-items: stretch; justify-content: center; gap: 22px; flex-wrap: wrap; position: relative; }
.steps::before { content: ''; position: absolute; top: 78px; left: 12%; right: 12%; height: 2px; background: repeating-linear-gradient(90deg, var(--primary-light) 0 8px, transparent 8px 16px); opacity: .4; z-index: 0; }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 40px 24px 30px; text-align: center; flex: 1; min-width: 200px; max-width: 250px; position: relative; box-shadow: var(--shadow-sm); transition: transform .3s, box-shadow .3s; z-index: 1; }
.step:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.step-num { position: absolute; top: -16px; left: 50%; transform: translateX(-50%); width: 34px; height: 34px; background: linear-gradient(135deg, var(--gold), var(--gold-deep)); color: #3a2b06; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 900; box-shadow: 0 6px 14px rgba(217,165,40,.4); }
.step-icon { width: 70px; height: 70px; background: var(--bg-light); color: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.7rem; margin: 12px auto 18px; transition: background .3s, color .3s; }
.step:hover .step-icon { background: var(--primary); color: #fff; }
.step h4 { color: var(--ink); margin-bottom: 8px; font-weight: 800; }
.step p { font-size: .9rem; color: var(--muted); margin: 0; }

/* ===== 타겟 ===== */
.target-section { padding: 96px 0; background: var(--bg-light); }
.target-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px 16px; text-align: center; box-shadow: var(--shadow-sm); height: 100%; transition: transform .3s, box-shadow .3s; }
.target-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.target-card i { font-size: 2.4rem; background: linear-gradient(135deg, var(--primary), var(--primary-light)); -webkit-background-clip: text; background-clip: text; color: transparent; display: block; margin-bottom: 14px; }
.target-card span { font-weight: 700; color: var(--ink); font-size: 1rem; }

/* ===== FAQ ===== */
.faq-section { padding: 96px 0; background: #fff; }
.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { background: var(--bg-soft); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px 24px; margin-bottom: 14px; transition: box-shadow .25s, border-color .25s; }
.faq-item[open] { box-shadow: var(--shadow-sm); border-color: var(--primary-light); }
.faq-item summary { font-weight: 700; color: var(--ink); cursor: pointer; list-style: none; display: flex; align-items: center; font-size: 1.05rem; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::before { content: '\f067'; font-family: 'Font Awesome 6 Free'; font-weight: 900; color: var(--primary); margin-right: 14px; font-size: .8rem; width: 22px; height: 22px; background: var(--bg-light); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .25s; }
.faq-item[open] summary::before { content: '\f068'; background: var(--primary); color: #fff; }
.faq-item p { margin: 16px 0 0 36px; color: var(--muted); animation: faqIn .3s ease; }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }

/* ===== 최종 CTA ===== */
.cta-section { padding: 104px 0; background: linear-gradient(135deg, var(--primary-dark), var(--primary) 60%, var(--primary-light)); color: #fff; }
.cta-orb { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(244,196,81,.22), transparent 65%); top: 50%; right: -120px; transform: translateY(-50%); }
.cta-section h2 { font-weight: 900; font-size: clamp(1.7rem, 4vw, 2.6rem); line-height: 1.3; margin-bottom: 14px; letter-spacing: -.02em; position: relative; }
.cta-sub { opacity: .92; margin-bottom: 32px; font-size: 1.1rem; position: relative; }
.cta-section .btn-cta { position: relative; }

/* ===== 스크롤 리빌 ===== */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
[data-reveal].revealed { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .scroll-cue { animation: none; }
}

/* ===== footer ===== */
footer { background: #0c1a12; color: #93a89a; padding: 44px 0; text-align: center; font-size: .9rem; }
footer a { color: #cfe0d5; text-decoration: none; }
footer a:hover { color: #fff; }

/* ===== 기존 상담/Thank you (보존) ===== */
.inquiry-section { padding: 80px 0; background: #fafafa; }
.inquiry-form { background: white; border-radius: 16px; padding: 40px; box-shadow: 0 4px 20px rgba(0,0,0,0.08); max-width: 600px; margin: 0 auto; }
.inquiry-form .form-control { border-radius: 8px; padding: 12px 16px; border: 1px solid #ddd; }
.inquiry-form .form-control:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(46,125,50,0.1); outline: none; }
.btn-submit { background: var(--primary); color: white; font-size: 1.1rem; font-weight: 600; padding: 14px 40px; border: none; border-radius: 8px; width: 100%; cursor: pointer; transition: background 0.3s; }
.btn-submit:hover { background: var(--primary-dark); }
.thanks-body { background: linear-gradient(135deg, #1B5E20 0%, #2E7D32 50%, #4CAF50 100%); min-height: 100vh; display: flex; align-items: center; justify-content: center; }
.thank-you-card { background: white; border-radius: 20px; padding: 60px 40px; text-align: center; max-width: 500px; box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.success-icon { width: 100px; height: 100px; background: linear-gradient(135deg, var(--primary), var(--primary-light)); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; font-size: 3rem; color: white; }
.thank-you-card h1 { color: var(--primary); margin-bottom: 20px; }
.btn-home { background: var(--primary); color: white; padding: 12px 30px; border-radius: 8px; text-decoration: none; display: inline-block; margin-top: 20px; }
.btn-home:hover { background: var(--primary-dark); color: white; }

/* ===== 반응형 ===== */
@media (max-width: 768px) {
  .hero { padding: 124px 0 76px; min-height: auto; }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn-cta, .hero-actions .btn-ghost { width: 100%; max-width: 300px; justify-content: center; }
  .hero-stats { margin-top: 40px; max-width: 340px; }
  .hero-stats li { padding: 0 6px; }
  .hero-stats strong { font-size: 1.45rem; }
  .hero-stats span { font-size: .78rem; }
  .lp-nav .container { padding-left: 20px; padding-right: 20px; }
  .lp-nav-cta { display: none; }
  .steps::before { display: none; }
  .calc-result { flex-direction: column; }
  .calc-box { padding: 30px 22px; }
  .section-head { margin-bottom: 40px; }
  .lp-nav-cta { padding: 7px 16px; }
}
