/* ============================================================
   닥터바디짐 양주 옥정점 — Design System
   Font: Paperlogy (Paperozi)
   Main color extracted from center interior: Deep Forest Green
   ============================================================ */

/* ---------- Paperlogy Font ---------- */
@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'Paperozi';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
  font-weight: 900;
  font-display: swap;
}

/* ---------- Tokens ---------- */
:root {
  /* Brand greens (sampled from center wall panels) */
  --green-900: #14241E;
  --green-800: #1D3029;
  --green-700: #2C443B;   /* MAIN */
  --green-600: #3E5A4F;
  --green-400: #6E8C7F;
  --green-100: #E4EBE6;

  /* Brass gold (Dr.BODY logo) */
  --gold: #C59E5F;
  --gold-light: #DCC08C;
  --gold-dark: #A07E42;

  /* Neutrals */
  --cream: #F7F1EA;
  --cream-deep: #ECDCCF;
  --white: #FFFFFF;
  --ink: #16110D;
  --gray-700: #4A443E;
  --gray-500: #6B6560;
  --gray-300: #C9C3BC;
  --gray-100: #EFEBE6;

  --font: 'Paperozi', -apple-system, BlinkMacSystemFont, 'Malgun Gothic', sans-serif;

  --max: 1240px;
  --pad: 24px;
  --radius: 4px;
  --header-h: 76px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}

/* ---------- Reset ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font-family: var(--font);
  font-weight: 400;
  color: var(--ink);
  background: var(--white);
  line-height: 1.75;
  letter-spacing: -0.015em;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }
h1, h2, h3, h4, h5 { margin: 0; line-height: 1.3; font-weight: 700; letter-spacing: -0.03em; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
table { border-collapse: collapse; width: 100%; }

/* ---------- Layout ---------- */
.container { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--pad); }
.container-narrow { width: 100%; max-width: 860px; margin: 0 auto; padding: 0 var(--pad); }
.section { padding: 110px 0; }
.section-sm { padding: 72px 0; }
.section-cream { background: var(--cream); }
.section-green { background: var(--green-700); color: var(--white); }
.section-dark { background: var(--green-900); color: var(--white); }

/* ---------- Typography helpers ---------- */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 0.78rem; font-weight: 600; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--gold-dark);
  margin-bottom: 20px;
}
.eyebrow::before { content: ''; width: 28px; height: 1px; background: var(--gold); }
.section-green .eyebrow, .section-dark .eyebrow { color: var(--gold-light); }

.h-display { font-size: clamp(2.2rem, 5.6vw, 4rem); font-weight: 800; line-height: 1.16; }
.h1 { font-size: clamp(1.9rem, 4.4vw, 3rem); font-weight: 800; line-height: 1.24; }
.h2 { font-size: clamp(1.6rem, 3.4vw, 2.4rem); font-weight: 700; line-height: 1.3; }
.h3 { font-size: clamp(1.2rem, 2.2vw, 1.5rem); font-weight: 700; }
.lead { font-size: clamp(1rem, 1.5vw, 1.14rem); font-weight: 400; color: var(--gray-700); line-height: 1.9; }
.section-green .lead, .section-dark .lead { color: rgba(255,255,255,0.82); }
.small { font-size: 0.86rem; color: var(--gray-500); }
.gold { color: var(--gold-dark); }
.section-green .gold, .section-dark .gold { color: var(--gold-light); }
.mt-8 { margin-top: 8px; } .mt-16 { margin-top: 16px; }
.mt-24 { margin-top: 24px; } .mt-40 { margin-top: 40px; }
.mt-56 { margin-top: 56px; }

/* Split heading layout (asymmetric, reference-inspired) */
.split-head {
  display: grid; grid-template-columns: 1.05fr 1fr; gap: 48px;
  align-items: end; margin-bottom: 56px;
}
.split-head .lead { max-width: 46ch; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 16px 32px; font-size: 0.97rem; font-weight: 600;
  border-radius: 100px; transition: all 0.35s var(--ease);
  border: 1.5px solid transparent; text-align: center;
}
.btn-primary { background: var(--green-700); color: var(--white); }
.btn-primary:hover { background: var(--green-800); transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--green-900); }
.btn-gold:hover { background: var(--gold-light); transform: translateY(-2px); }
.btn-outline { border-color: var(--green-700); color: var(--green-700); }
.btn-outline:hover { background: var(--green-700); color: var(--white); }
.btn-ghost-light { border-color: rgba(255,255,255,0.5); color: var(--white); }
.btn-ghost-light:hover { background: var(--white); color: var(--green-800); }
.btn-lg { padding: 19px 42px; font-size: 1.03rem; }

/* ---------- Header ---------- */
.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  height: var(--header-h);
  display: flex; align-items: center;
  transition: background 0.4s var(--ease), box-shadow 0.4s var(--ease);
}
.site-header.is-solid {
  background: rgba(255,255,255,0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 rgba(0,0,0,0.07);
}
.header-inner {
  width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 var(--pad);
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.brand { display: flex; align-items: baseline; gap: 9px; }
.brand-mark { font-size: 1.2rem; font-weight: 800; letter-spacing: -0.04em; color: var(--white); transition: color 0.4s; }
.brand-mark strong { color: var(--gold-light); font-weight: 900; }
.brand-sub { font-size: 0.74rem; font-weight: 500; letter-spacing: 0.06em; color: rgba(255,255,255,0.72); transition: color 0.4s; }
.is-solid .brand-mark { color: var(--green-800); }
.is-solid .brand-mark strong { color: var(--gold-dark); }
.is-solid .brand-sub { color: var(--gray-500); }
.header-light .brand-mark { color: var(--green-800); }
.header-light .brand-mark strong { color: var(--gold-dark); }
.header-light .brand-sub { color: var(--gray-500); }

.nav-desktop { display: flex; align-items: center; gap: 34px; }
.nav-desktop a {
  font-size: 0.93rem; font-weight: 500; color: rgba(255,255,255,0.9);
  position: relative; padding: 6px 0; transition: color 0.3s;
}
.nav-desktop a::after {
  content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 1.5px;
  background: var(--gold); transition: width 0.3s var(--ease);
}
.nav-desktop a:hover::after, .nav-desktop a[aria-current="page"]::after { width: 100%; }
.is-solid .nav-desktop a, .header-light .nav-desktop a { color: var(--gray-700); }
.is-solid .nav-desktop a:hover, .header-light .nav-desktop a:hover { color: var(--green-700); }

.header-cta {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 11px 22px; border-radius: 100px;
  background: var(--gold); color: var(--green-900);
  font-size: 0.9rem; font-weight: 700; transition: all 0.3s;
}
.header-cta:hover { background: var(--gold-light); }

.nav-toggle {
  display: none; width: 44px; height: 44px; align-items: center; justify-content: center;
  flex-direction: column; gap: 5px;
}
.nav-toggle span { display: block; width: 22px; height: 1.8px; background: var(--white); transition: all 0.3s; }
.is-solid .nav-toggle span, .header-light .nav-toggle span { background: var(--green-800); }

/* Mobile drawer */
.nav-mobile {
  position: fixed; inset: 0; z-index: 950;
  background: var(--green-800); color: var(--white);
  padding: 90px 28px 40px;
  transform: translateX(100%); transition: transform 0.45s var(--ease);
  overflow-y: auto;
}
.nav-mobile.is-open { transform: translateX(0); }
.nav-mobile-close {
  position: absolute; top: 22px; right: 20px; width: 44px; height: 44px;
  color: var(--white); font-size: 1.6rem; line-height: 1;
}
.nav-mobile a.nav-mobile-link {
  display: block; padding: 17px 0; font-size: 1.28rem; font-weight: 600;
  border-bottom: 1px solid rgba(255,255,255,0.13);
}
.nav-mobile-foot { margin-top: 34px; display: grid; gap: 12px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 100vh; min-height: 100svh;
  display: flex; align-items: flex-end;
  background: var(--green-900); overflow: hidden;
  padding: 140px 0 56px;
}
.hero-bg { position: absolute; inset: 0; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; }
.hero-bg::after {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(13,26,21,0.94) 0%, rgba(20,36,30,0.72) 45%, rgba(20,36,30,0.55) 100%);
}
.hero-inner { position: relative; z-index: 2; color: var(--white); width: 100%; }
.hero-slogan {
  font-size: 0.86rem; font-weight: 500; letter-spacing: 0.16em;
  color: var(--gold-light); margin-bottom: 22px;
}
.hero-title { font-size: clamp(2.35rem, 6.4vw, 5rem); font-weight: 800; line-height: 1.13; letter-spacing: -0.04em; }
.hero-title em { font-style: normal; color: var(--gold-light); }
.hero-en {
  margin-top: 20px; font-size: clamp(0.9rem, 1.6vw, 1.1rem);
  font-weight: 300; letter-spacing: 0.1em; color: rgba(255,255,255,0.7);
}
.hero-desc {
  margin-top: 28px; max-width: 52ch; font-size: clamp(0.98rem, 1.4vw, 1.1rem);
  font-weight: 300; line-height: 1.95; color: rgba(255,255,255,0.86);
}
.hero-actions { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-scroll {
  margin-top: 56px; display: flex; align-items: center; gap: 12px;
  font-size: 0.78rem; letter-spacing: 0.18em; color: rgba(255,255,255,0.6);
}
.hero-scroll i { animation: bounce 1.8s infinite; }
@keyframes bounce { 0%,100%{transform:translateY(0)} 50%{transform:translateY(6px)} }

/* Page hero (sub pages) */
.page-hero {
  background: var(--green-800); color: var(--white);
  padding: calc(var(--header-h) + 78px) 0 78px;
  position: relative; overflow: hidden;
}
.page-hero::after {
  content: ''; position: absolute; right: -80px; top: -60px;
  width: 340px; height: 340px; border: 1px solid rgba(197,158,95,0.22);
  border-radius: 50%;
}
.page-hero-inner { position: relative; z-index: 2; }
/* 어두운 히어로 배경 위의 본문 텍스트 가독성 확보
   (.lead 기본색은 어두운 회색이라 초록 배경에서 묻힘) */
.page-hero .lead { color: rgba(255,255,255,0.86); }
.page-hero .lead strong { color: var(--white); }
.breadcrumb { display: flex; flex-wrap: wrap; gap: 8px; font-size: 0.82rem; color: rgba(255,255,255,0.6); margin-bottom: 18px; }
.breadcrumb a:hover { color: var(--gold-light); }

/* ---------- Answer card (AEO quick facts) ---------- */
.answer-band { background: var(--green-800); color: var(--white); padding: 0; }
.answer-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-left: 1px solid rgba(255,255,255,0.14);
}
.answer-item {
  padding: 34px 26px; border-right: 1px solid rgba(255,255,255,0.14);
  border-bottom: 1px solid rgba(255,255,255,0.14);
  border-top: 1px solid rgba(255,255,255,0.14);
}
.answer-item dt {
  font-size: 0.76rem; font-weight: 600; letter-spacing: 0.14em;
  color: var(--gold-light); margin-bottom: 10px; text-transform: uppercase;
}
.answer-item dd { margin: 0; font-size: 1rem; font-weight: 500; line-height: 1.65; }
.answer-item dd small { display: block; font-size: 0.82rem; font-weight: 300; color: rgba(255,255,255,0.65); margin-top: 4px; }

/* ---------- Stats ---------- */
.stat-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--gray-100); }
.stat-card { background: var(--white); padding: 40px 26px; text-align: center; }
.stat-num { font-size: clamp(2rem, 4vw, 2.9rem); font-weight: 800; color: var(--green-700); letter-spacing: -0.04em; }
.stat-num span { font-size: 0.5em; font-weight: 600; }
/* 숫자 대신 문구가 들어가는 지표 (예: '최고의 자격증') */
.stat-num.is-text { font-size: clamp(1.3rem, 2.3vw, 1.72rem); line-height: 1.3; word-break: keep-all; }
.stat-label { margin-top: 8px; font-size: 0.93rem; font-weight: 500; color: var(--gray-700); }
.stat-desc { margin-top: 6px; font-size: 0.8rem; color: var(--gray-500); line-height: 1.6; }

/* ---------- Quote block ---------- */
.quote-block {
  border-left: 2px solid var(--gold); padding-left: 30px;
  font-size: clamp(1.1rem, 2.2vw, 1.45rem); font-weight: 500;
  line-height: 1.72; letter-spacing: -0.03em;
}
.quote-cite { margin-top: 20px; font-size: 0.9rem; font-weight: 400; color: var(--gray-500); }
.section-green .quote-cite, .section-dark .quote-cite { color: rgba(255,255,255,0.6); }

/* ---------- Statement (big copy) ---------- */
.statement { text-align: center; }
.statement-line { font-size: clamp(1.5rem, 4.2vw, 2.9rem); font-weight: 300; line-height: 1.5; letter-spacing: -0.035em; }
.statement-line strong { font-weight: 800; color: var(--green-700); }
.section-green .statement-line strong, .section-dark .statement-line strong { color: var(--gold-light); }

/* ---------- Full-bleed banner ---------- */
.banner {
  position: relative; min-height: 520px; display: flex; align-items: center;
  color: var(--white); overflow: hidden;
}
.banner-bg { position: absolute; inset: 0; }
.banner-bg img { width: 100%; height: 100%; object-fit: cover; }
.banner-bg::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(20,36,30,0.9) 0%, rgba(20,36,30,0.58) 65%, rgba(20,36,30,0.4) 100%); }
.banner-inner { position: relative; z-index: 2; padding: 80px 0; }
.banner-title { font-size: clamp(1.5rem, 3.4vw, 2.35rem); font-weight: 700; line-height: 1.42; max-width: 26ch; }
.banner-text { margin-top: 22px; max-width: 48ch; font-weight: 300; line-height: 1.9; color: rgba(255,255,255,0.85); }

/* ---------- Step (method) ---------- */
.step-list { display: grid; gap: 1px; background: var(--gray-100); }
.step-item {
  background: var(--white); display: grid; grid-template-columns: 130px 1fr 1fr;
  gap: 40px; padding: 46px 34px; align-items: start;
  transition: background 0.4s var(--ease);
}
.step-item:hover { background: var(--cream); }
.step-no { font-size: 0.8rem; font-weight: 700; letter-spacing: 0.2em; color: var(--gold-dark); }
.step-no b { display: block; font-size: 2.4rem; font-weight: 800; letter-spacing: -0.04em; color: var(--green-700); line-height: 1; margin-top: 8px; }
.step-title { font-size: clamp(1.15rem, 2.1vw, 1.42rem); font-weight: 700; }
.step-tag {
  display: inline-block; margin-bottom: 12px; padding: 5px 13px;
  border: 1px solid var(--green-400); border-radius: 100px;
  font-size: 0.76rem; font-weight: 600; color: var(--green-600);
}
.step-desc { font-size: 0.98rem; line-height: 1.9; color: var(--gray-700); }
.step-desc li { position: relative; padding-left: 15px; margin-bottom: 7px; }
.step-desc li::before { content: ''; position: absolute; left: 0; top: 12px; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); }

/* ---------- Cards ---------- */
.card-grid { display: grid; gap: 26px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.prog-card {
  background: var(--white); border: 1px solid var(--gray-100);
  padding: 38px 32px; border-radius: var(--radius);
  display: flex; flex-direction: column;
  transition: all 0.4s var(--ease);
}
.prog-card:hover { border-color: var(--green-400); transform: translateY(-4px); box-shadow: 0 18px 44px rgba(28,48,41,0.1); }
.prog-icon {
  width: 52px; height: 52px; border-radius: 50%;
  background: var(--green-100); color: var(--green-700);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.2rem; margin-bottom: 22px;
}
.prog-card h3 { font-size: 1.22rem; margin-bottom: 8px; }
.prog-card .prog-en { font-size: 0.78rem; letter-spacing: 0.12em; color: var(--gold-dark); font-weight: 600; margin-bottom: 14px; }
.prog-card p { font-size: 0.95rem; line-height: 1.85; color: var(--gray-700); }
.prog-meta { margin-top: 22px; padding-top: 18px; border-top: 1px solid var(--gray-100); font-size: 0.86rem; color: var(--gray-500); }

.feature-card { padding: 34px 30px; background: var(--white); border-radius: var(--radius); border: 1px solid var(--gray-100); }
.feature-card h3 { font-size: 1.1rem; margin-bottom: 12px; }
.feature-card p { font-size: 0.93rem; line-height: 1.85; color: var(--gray-700); }

.cert-card {
  display: flex; gap: 18px; padding: 26px 24px;
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius);
}
.cert-card .cert-ico { color: var(--gold-light); font-size: 1.15rem; flex-shrink: 0; margin-top: 3px; }
.cert-card h3 { font-size: 1.03rem; margin-bottom: 7px; color: var(--white); }
.cert-card p { font-size: 0.88rem; line-height: 1.8; color: rgba(255,255,255,0.72); }

.persona-card {
  padding: 30px 26px; background: var(--white);
  border-left: 2px solid var(--green-400); border-radius: 0 var(--radius) var(--radius) 0;
  transition: all 0.35s var(--ease);
}
.persona-card:hover { border-left-color: var(--gold); transform: translateX(4px); }
.persona-card h3 { font-size: 1.05rem; margin-bottom: 10px; }
.persona-card p { font-size: 0.92rem; line-height: 1.82; color: var(--gray-700); }

/* ---------- Gallery ---------- */
.gallery { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.gallery figure { margin: 0; position: relative; overflow: hidden; border-radius: var(--radius); background: var(--gray-100); }
.gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s var(--ease); }
.gallery figure:hover img { transform: scale(1.06); }
.gallery figcaption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 30px 18px 15px; font-size: 0.86rem; font-weight: 500; color: var(--white);
  background: linear-gradient(to top, rgba(20,36,30,0.88), transparent);
}
.g-tall { grid-row: span 2; aspect-ratio: 3 / 4; }
.g-wide { grid-column: span 2; aspect-ratio: 16 / 9; }
.g-sq { aspect-ratio: 4 / 3; }

/* ---------- Branch card ---------- */
.branch-card {
  position: relative; overflow: hidden; border-radius: var(--radius);
  min-height: 340px; display: flex; align-items: flex-end;
  color: var(--white); padding: 34px 30px;
}
.branch-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 0.8s var(--ease); }
.branch-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,36,30,0.93), rgba(20,36,30,0.28)); }
.branch-card:hover img { transform: scale(1.05); }
.branch-body { position: relative; z-index: 2; width: 100%; }
.branch-badge {
  display: inline-block; padding: 4px 12px; border-radius: 100px;
  background: var(--gold); color: var(--green-900);
  font-size: 0.74rem; font-weight: 700; margin-bottom: 14px;
}
.branch-card h3 { font-size: 1.42rem; margin-bottom: 8px; }
.branch-card p { font-size: 0.92rem; color: rgba(255,255,255,0.82); line-height: 1.75; }
.branch-link { margin-top: 18px; display: inline-flex; align-items: center; gap: 8px; font-size: 0.9rem; font-weight: 600; color: var(--gold-light); }

/* ---------- Review ---------- */
.review-card {
  background: var(--white); padding: 32px 28px; border-radius: var(--radius);
  border: 1px solid var(--gray-100); display: flex; flex-direction: column; height: 100%;
}
.review-stars { color: var(--gold); font-size: 0.88rem; letter-spacing: 2px; margin-bottom: 16px; }
.review-card blockquote { margin: 0; font-size: 0.97rem; line-height: 1.92; color: var(--gray-700); flex: 1; }
.review-meta { margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--gray-100); font-size: 0.85rem; color: var(--gray-500); }
.review-meta strong { color: var(--ink); font-weight: 600; }

/* ---------- FAQ ---------- */
.faq-list { border-top: 1px solid var(--gray-300); }
.faq-item { border-bottom: 1px solid var(--gray-300); }
.faq-q {
  width: 100%; display: flex; align-items: flex-start; gap: 18px;
  padding: 26px 8px; text-align: left;
  font-size: clamp(0.98rem, 1.6vw, 1.09rem); font-weight: 600; color: var(--ink);
  line-height: 1.6;
}
.faq-q:hover { color: var(--green-700); }
.faq-q .faq-mark { color: var(--gold-dark); font-weight: 800; flex-shrink: 0; }
.faq-q .faq-ico { margin-left: auto; flex-shrink: 0; color: var(--green-600); transition: transform 0.35s var(--ease); }
.faq-item.is-open .faq-q .faq-ico { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height 0.45s var(--ease); }
.faq-a-inner {
  padding: 0 8px 30px 44px; font-size: 0.97rem; line-height: 1.95; color: var(--gray-700);
}
.faq-a-inner strong { color: var(--green-700); font-weight: 600; }
.faq-a-inner p + p { margin-top: 12px; }
.faq-cat-title {
  font-size: 0.8rem; font-weight: 700; letter-spacing: 0.18em;
  color: var(--gold-dark); text-transform: uppercase;
  margin: 56px 0 14px;
}
.faq-cat-title:first-of-type { margin-top: 0; }

/* ---------- Info table ---------- */
.info-table { font-size: 0.96rem; }
.info-table th, .info-table td { padding: 17px 16px; text-align: left; border-bottom: 1px solid var(--gray-100); vertical-align: top; }
.info-table th { width: 172px; font-weight: 600; color: var(--green-700); background: var(--cream); }
.info-table td { color: var(--gray-700); }
.section-green .info-table th, .section-dark .info-table th { background: rgba(255,255,255,0.07); color: var(--gold-light); }
.section-green .info-table td, .section-dark .info-table td { color: rgba(255,255,255,0.85); }
.section-green .info-table th, .section-green .info-table td,
.section-dark .info-table th, .section-dark .info-table td { border-bottom-color: rgba(255,255,255,0.13); }

/* ---------- Price table ---------- */
.price-table { font-size: 0.95rem; }
.price-table thead th {
  background: var(--green-700); color: var(--white); font-weight: 600;
  padding: 16px; text-align: left; font-size: 0.92rem;
}
.price-table td { padding: 16px; border-bottom: 1px solid var(--gray-100); color: var(--gray-700); }
.price-table tbody tr:hover { background: var(--cream); }
.price-table td:first-child { font-weight: 600; color: var(--ink); }
.price-note { margin-top: 16px; font-size: 0.86rem; color: var(--gray-500); line-height: 1.8; }

/* ---------- Form ---------- */
.form-card { background: var(--white); padding: 42px 38px; border-radius: var(--radius); box-shadow: 0 20px 60px rgba(28,48,41,0.09); }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.88rem; font-weight: 600; margin-bottom: 8px; color: var(--gray-700); }
.field label .req { color: #C0453B; }
.field input, .field select, .field textarea {
  width: 100%; padding: 14px 16px; font-family: inherit; font-size: 0.96rem;
  border: 1px solid var(--gray-300); border-radius: var(--radius);
  background: var(--white); color: var(--ink); transition: border-color 0.25s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--green-600); box-shadow: 0 0 0 3px rgba(62,90,79,0.12);
}
.field textarea { min-height: 118px; resize: vertical; }
.check-row { display: flex; align-items: flex-start; gap: 10px; font-size: 0.87rem; color: var(--gray-700); line-height: 1.7; }
.check-row input { width: 18px; height: 18px; margin-top: 2px; flex-shrink: 0; }
.form-msg { margin-top: 16px; padding: 14px 16px; border-radius: var(--radius); font-size: 0.92rem; display: none; }
.form-msg.is-ok { display: block; background: var(--green-100); color: var(--green-700); }
.form-msg.is-err { display: block; background: #FBEAE8; color: #A9372E; }
.privacy-box {
  max-height: 132px; overflow-y: auto; padding: 16px;
  background: var(--cream); border: 1px solid var(--gray-300); border-radius: var(--radius);
  font-size: 0.82rem; line-height: 1.8; color: var(--gray-500); margin-bottom: 14px;
}

/* ---------- CTA ---------- */
.cta-final { background: var(--green-700); color: var(--white); text-align: center; padding: 96px 0; }
.cta-final h2 { font-size: clamp(1.6rem, 3.6vw, 2.5rem); font-weight: 700; line-height: 1.4; }
.cta-final p { margin-top: 20px; color: rgba(255,255,255,0.82); font-weight: 300; line-height: 1.9; }
.cta-actions { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ---------- Footer ---------- */
.site-footer { background: var(--green-900); color: rgba(255,255,255,0.68); padding: 72px 0 130px; font-size: 0.9rem; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 48px; padding-bottom: 44px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.footer-brand-mark { font-size: 1.3rem; font-weight: 800; color: var(--white); letter-spacing: -0.04em; }
.footer-brand-mark strong { color: var(--gold-light); font-weight: 900; }
.footer-tag { margin-top: 12px; color: rgba(255,255,255,0.6); line-height: 1.85; }
.footer-col h3 { font-size: 0.82rem; font-weight: 700; letter-spacing: 0.16em; color: var(--gold-light); margin-bottom: 18px; text-transform: uppercase; }
.footer-col li { margin-bottom: 11px; line-height: 1.7; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { padding-top: 28px; display: flex; flex-wrap: wrap; gap: 14px; justify-content: space-between; font-size: 0.82rem; color: rgba(255,255,255,0.45); }
.footer-sns { display: flex; gap: 10px; margin-top: 20px; }
.footer-sns a {
  width: 40px; height: 40px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.22);
  display: flex; align-items: center; justify-content: center; color: var(--white);
  transition: all 0.3s;
}
.footer-sns a:hover { background: var(--gold); color: var(--green-900); border-color: var(--gold); }

/* ---------- Sticky mobile action bar ---------- */
.action-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 880;
  display: grid; grid-template-columns: repeat(3, 1fr);
  background: var(--green-800); border-top: 1px solid rgba(255,255,255,0.12);
}
.action-bar a {
  padding: 15px 6px; text-align: center; color: var(--white);
  font-size: 0.83rem; font-weight: 600;
  display: flex; flex-direction: column; align-items: center; gap: 5px;
  border-right: 1px solid rgba(255,255,255,0.12);
}
.action-bar a:last-child { border-right: 0; }
.action-bar a i { font-size: 1.02rem; color: var(--gold-light); }
.action-bar a.is-accent { background: var(--gold); color: var(--green-900); }
.action-bar a.is-accent i { color: var(--green-900); }

/* ---------- Scroll reveal ----------
   JS가 없거나 실행 실패해도 콘텐츠가 항상 보이도록,
   html.js 가 붙은 경우에만 초기 숨김을 적용한다. */
.reveal { opacity: 1; transform: none; }
html.js .reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.85s var(--ease), transform 0.85s var(--ease); }
html.js .reveal.is-in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) {
  html.js .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
  .hero-scroll i { animation: none; }
}

/* ---------- Utilities ---------- */
.sr-only {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.skip-link {
  position: absolute; top: -60px; left: 16px; z-index: 999;
  background: var(--gold); color: var(--green-900); padding: 12px 20px;
  border-radius: var(--radius); font-weight: 600;
}
.skip-link:focus { top: 12px; }
.divider { height: 1px; background: var(--gray-100); }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; }
.tag {
  padding: 6px 14px; border-radius: 100px; background: var(--green-100);
  color: var(--green-700); font-size: 0.82rem; font-weight: 500;
}
.section-green .tag, .section-dark .tag { background: rgba(255,255,255,0.1); color: var(--gold-light); }
