/* EdiPresso 마케팅 사이트 디자인 시스템 (2026-09-01 밝은 테마 리디자인)
 *
 * 레이아웃은 그대로 유지하고, 색은 따뜻한 크림 바탕 + 코랄 주조색에
 * 플럼·민트를 보조색으로 쓰는 밝은 체계다. 어두운 면은 푸터와 코드 블록에만
 * 제한해 긴 마케팅 페이지가 무겁게 느껴지지 않게 한다.
 *
 * 이 파일은 //go:embed 로 마케팅 페이지 전체(/, /pricing, /apply,
 * /platform·/workflow·/insights·/design·/technology, /docs/api)가 공유한다.
 * 페이지별 인라인 <style> 을 다시 만들지 말 것 — 토큰이 갈라진다.
 */

/* ── 토큰 ─────────────────────────────────────────────────── */
:root {
  --ink: #1b1917;
  --ink-soft: #6a625b;
  --ink-mute: #9c938b;
  --coral: #f2653c;
  --coral-deep: #d84f28;
  --coral-wash: #ffeee7;
  --plum: #6b4fd8;
  --plum-deep: #563bbd;
  --plum-wash: #efeaff;
  --mint: #12a37d;
  --mint-wash: #e0f5ee;
  /* 기존 클래스명과 템플릿 계약은 유지하되 새 팔레트로 연결한다. */
  --forest: var(--coral);
  --forest-deep: var(--coral-deep);
  --forest-ink: #261713;
  --forest-tint: var(--coral-wash);
  --lime: var(--coral);
  --lime-deep: var(--coral-deep);
  --lime-ink: #8f3219;
  --paper: #ffffff;
  --paper-2: #fffbf8;
  --paper-3: #fff4ed;
  --line: rgba(27, 25, 23, .09);
  --line-soft: rgba(27, 25, 23, .055);
  --line-dark: rgba(255, 255, 255, .14);
  --danger: #c2453f;
  --font: "Noto Sans KR", "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  --shadow-sm: 0 1px 2px rgba(48, 32, 24, .06), 0 3px 10px rgba(48, 32, 24, .045);
  --shadow: 0 2px 5px rgba(48, 32, 24, .05), 0 14px 34px rgba(48, 32, 24, .08);
  --shadow-lg: 0 5px 12px rgba(48, 32, 24, .07), 0 28px 70px rgba(48, 32, 24, .15);
  --rail-w: 62px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
  font-size: 15px;
  line-height: 1.7;
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; color: inherit; }
h1, h2, h3, h4, p, figure { margin: 0; }
h1, h2, h3, h4 { letter-spacing: -.04em; line-height: 1.28; text-wrap: balance; }
img, svg, canvas { display: block; max-width: 100%; }
ul, ol { margin: 0; padding: 0; list-style: none; }
:focus-visible { outline: 3px solid rgba(242, 101, 60, .38); outline-offset: 3px; border-radius: 4px; }
.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;
}

/* ── 레이아웃 유틸 ─────────────────────────────────────────── */
.wrap { width: min(1220px, calc(100% - 48px)); margin-inline: auto; }
.wrap-narrow { width: min(940px, calc(100% - 48px)); margin-inline: auto; }
.band { padding: 108px 0; }
.band-tight { padding: 78px 0; }
.band-alt { background: var(--paper-2); }
.band-dark { background: var(--plum-wash); color: var(--ink); }
.center { text-align: center; }

/* 레퍼런스의 중앙 정렬 대제목: 강조어만 굵게 (`오직 인터넷신문만을 생각합니다`) */
.band-title {
  font-size: clamp(27px, 3.3vw, 41px);
  font-weight: 500;
}
.band-title b { font-weight: 900; }
.band-title em { font-style: normal; color: var(--forest); font-weight: 900; }
.band-lead {
  max-width: 640px; margin: 18px auto 0;
  color: var(--ink-soft); font-size: 16px;
}
.band-dark .band-lead,
.plan-band .band-lead,
.coverage .band-lead { color: var(--ink-soft); }
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--forest); font-size: 12px; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 16px; height: 2px; background: currentColor; }
.eyebrow + .band-title { margin-top: 14px; }
.band-dark .eyebrow,
.plan-band .eyebrow,
.coverage .eyebrow,
.contact-panel .eyebrow,
.page-hero .eyebrow,
.cta-band .eyebrow { color: var(--coral); }
.more-link {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 22px;
  color: var(--ink-soft); font-size: 13px; font-weight: 700;
}
.more-link::after { content: "→"; transition: transform .2s ease; }
.more-link:hover { color: var(--forest); }
.more-link:hover::after { transform: translateX(4px); }

/* ── 버튼 ─────────────────────────────────────────────────── */
.btn {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  padding: 0 26px; border: 1px solid transparent; border-radius: 999px;
  font-size: 15px; font-weight: 800; cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-lime {
  background: linear-gradient(145deg, #ff8b62, var(--coral)); color: #fff;
  box-shadow: 0 2px 6px rgba(242, 101, 60, .22), 0 12px 28px rgba(242, 101, 60, .2);
}
.btn-lime:hover { background: linear-gradient(145deg, var(--coral), var(--coral-deep)); }
.btn-forest { background: var(--plum); color: #fff; }
.btn-forest:hover { background: var(--plum-deep); }
.btn-ghost { border-color: rgba(27, 25, 23, .14); background: rgba(255, 255, 255, .72); color: var(--ink); }
.btn-ghost:hover { border-color: var(--plum); color: var(--plum); }
.btn-outline { border-color: var(--line); background: #fff; color: var(--ink); }
.btn-outline:hover { border-color: var(--forest); color: var(--forest); }
.btn-sm { min-height: 42px; padding: 0 18px; font-size: 13px; }
.btn-block { width: 100%; }

/* ── 공지 바 ───────────────────────────────────────────────── */
.topbar { background: var(--coral-wash); color: var(--ink-soft); font-size: 12.5px; }
.topbar-inner {
  min-height: 36px; display: flex; flex-wrap: wrap; align-items: center;
  justify-content: center; gap: 4px 9px; padding: 6px 0; text-align: center;
}
.topbar b { color: var(--coral); font-weight: 900; }
.topbar a { color: var(--plum); font-weight: 800; white-space: nowrap; text-decoration: underline; text-underline-offset: 3px; }

/* ── 헤더 (로고 좌 · 메뉴 중앙 · CTA 우) ────────────────────── */
.site-header {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255, 251, 248, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.header-inner {
  min-height: 74px; display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: center; gap: 20px;
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: fit-content; }
.brand-mark {
  width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px;
  background: linear-gradient(145deg, #ff8b62, var(--coral)); color: #fff;
  box-shadow: 0 3px 10px rgba(242, 101, 60, .25);
  font-size: 12px; font-weight: 900; letter-spacing: -.04em;
}
.brand-name { font-size: 20px; font-weight: 900; letter-spacing: -.055em; }
.gnb { display: flex; align-items: center; justify-content: center; gap: 34px; }
.gnb > li { position: relative; }
.gnb > li > a {
  display: inline-flex; align-items: center; height: 74px;
  font-size: 15px; font-weight: 700; color: #4e4742;
}
.gnb > li > a:hover, .gnb > li > a.active { color: var(--forest); }
.gnb > li > a.active { box-shadow: inset 0 -3px 0 var(--forest); }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.header-actions .login { font-size: 14px; font-weight: 700; color: var(--ink-soft); }
.header-actions .login:hover { color: var(--forest); }

/* 마우스오버 서브메뉴 — 레퍼런스의 드롭다운 페인 */
.gnb-sub {
  position: absolute; top: 100%; left: 50%; transform: translate(-50%, 8px);
  min-width: 196px; padding: 12px; border: 1px solid var(--line); border-radius: 14px;
  background: #fff; box-shadow: var(--shadow);
  opacity: 0; visibility: hidden; transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.gnb > li:hover .gnb-sub, .gnb > li:focus-within .gnb-sub {
  opacity: 1; visibility: visible; transform: translate(-50%, 0);
}
.gnb-sub a {
  display: block; padding: 9px 12px; border-radius: 9px;
  font-size: 13.5px; font-weight: 600; color: var(--ink-soft); white-space: nowrap;
}
.gnb-sub a:hover, .gnb-sub a.active { background: var(--forest-tint); color: var(--forest); }

/* 모바일 메뉴 */
.nav-toggle {
  display: none; width: 42px; height: 42px; padding: 0;
  border: 1px solid var(--line); border-radius: 11px; background: #fff;
}
.nav-toggle span, .nav-toggle span::before, .nav-toggle span::after {
  display: block; width: 17px; height: 2px; background: var(--ink); border-radius: 2px;
}
.nav-toggle span { margin: 0 auto; position: relative; }
.nav-toggle span::before, .nav-toggle span::after { content: ""; position: absolute; }
.nav-toggle span::before { top: -6px; }
.nav-toggle span::after { top: 6px; }

/* ── 좌측 플로팅 퀵메뉴 ────────────────────────────────────── */
.quick-rail {
  position: fixed; left: 14px; top: 50%; transform: translateY(-50%); z-index: 35;
  width: var(--rail-w); padding: 8px 0; border: 1px solid var(--line); border-radius: 16px;
  background: rgba(255, 255, 255, .94); box-shadow: var(--shadow); backdrop-filter: blur(10px);
}
.quick-rail a {
  display: grid; place-items: center; gap: 5px; padding: 12px 4px;
  color: var(--ink-soft); font-size: 10.5px; font-weight: 700; text-align: center;
}
.quick-rail a + a { border-top: 1px solid var(--line-soft); }
.quick-rail a:hover { color: var(--forest); }
.quick-rail svg { width: 19px; height: 19px; }
.to-top {
  position: fixed; right: 22px; bottom: 26px; z-index: 35;
  width: 46px; height: 46px; display: grid; place-items: center;
  border: 0; border-radius: 50%; background: var(--plum); color: #fff;
  box-shadow: var(--shadow); cursor: pointer;
  opacity: 0; visibility: hidden; transition: opacity .22s ease, visibility .22s;
}
.to-top.show { opacity: 1; visibility: visible; }

/* ── 히어로 슬라이더 ──────────────────────────────────────── */
.hero {
  position: relative; overflow: hidden; isolation: isolate;
  background:
    radial-gradient(58% 72% at 82% 4%, rgba(255, 171, 128, .5), transparent 64%),
    radial-gradient(46% 58% at 8% 18%, rgba(186, 170, 255, .34), transparent 68%),
    radial-gradient(42% 52% at 96% 82%, rgba(140, 232, 203, .28), transparent 70%),
    var(--paper-2);
  color: var(--ink);
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 251, 248, .98) 0%, rgba(255, 251, 248, .9) 35%, rgba(255, 251, 248, .18) 64%, transparent 82%);
}
.hero-image {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  object-position: center; pointer-events: none;
}
/* 히어로 이펙트 영상 — 배경 이미지 위, 텍스트(z-index 2) 아래.
   소재는 "검은 배경 + 흰 연무". screen 합성이 검정을 투명으로 만들어 밝은
   히어로 위에 옅은 안개만 남긴다. 원본 그대로면 존재감이 거의 없어
   brightness 로 연무를 끌어올린다(실측: 1.7 에서 아트워크 위 안개가 보이고
   아직 뿌옇게 뭉개지지는 않는다). invert+multiply 로 뒤집으면 회색 얼룩이
   져 아트워크가 탁해진다 — 입자 소재와 달리 여기선 쓰지 않는다.
   .hero 의 isolation:isolate 가 합성 범위를 히어로 섹션 안으로 가둔다. */
.hero-video {
  position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%;
  object-fit: cover; pointer-events: none;
  filter: brightness(1.7);
  mix-blend-mode: screen;
  /* 카피가 앉는 왼쪽은 비우고 아트워크 쪽으로 갈수록 진해진다 — 텍스트 뒤
     대비를 건드리지 않으면서 이펙트 존재감은 남긴다. */
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .28) 34%, #000 64%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, .28) 34%, #000 64%);
  opacity: 0; transition: opacity 1.4s ease;
}
.hero-video.is-on { opacity: 1; }
@media (prefers-reduced-motion: reduce) { .hero-video { display: none; } }
.hero-canvas { position: absolute; inset: 0; z-index: 1; width: 100%; height: 100%; opacity: .3; }
.hero-slides { position: relative; min-height: 560px; }
.hero-slide {
  position: absolute; inset: 0; z-index: 2; display: flex; align-items: center;
  opacity: 0; visibility: hidden; transition: opacity .7s ease, visibility .7s;
}
.hero-slide.active { opacity: 1; visibility: visible; }
.hero-kicker {
  display: inline-flex; align-items: center; gap: 9px; margin-bottom: 22px;
  padding: 7px 15px; border: 1px solid rgba(242, 101, 60, .2); border-radius: 999px;
  background: rgba(255, 255, 255, .65); color: var(--coral); font-size: 12.5px; font-weight: 800; letter-spacing: .02em;
}
.hero-kicker i { width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }
.hero h1 {
  max-width: 15ch;
  font-size: clamp(36px, 5.1vw, 66px); font-weight: 400; line-height: 1.22;
}
.hero h1 b { font-weight: 900; }
.hero h1 em {
  font-style: normal; font-weight: 900;
  background: linear-gradient(96deg, var(--coral) 5%, #e44f91 52%, var(--plum) 96%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub { max-width: 46ch; margin-top: 22px; color: var(--ink-soft); font-size: 16.5px; }
.hero-cta { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 12px; }
.hero-pager {
  position: absolute; right: max(24px, calc(50% - 610px)); bottom: 54px; z-index: 2;
  width: 196px; display: flex; flex-direction: column; gap: 9px;
}
.pager-nums { display: flex; justify-content: space-between; }
.hero-pager button {
  padding: 0; border: 0; background: none; cursor: pointer;
  color: var(--ink-mute); font-size: 12px; font-weight: 800; letter-spacing: .04em;
}
.hero-pager button.active { color: var(--ink); }
.pager-track { position: relative; height: 2px; background: rgba(27, 25, 23, .12); }
.pager-track i {
  position: absolute; top: 0; height: 2px; width: 33.333%; background: linear-gradient(90deg, var(--coral), var(--plum));
  transition: left .5s ease;
}

/* ── 실적 카운터 + 프로젝트 티커 ────────────────────────────── */
.record { display: grid; grid-template-columns: 300px 1fr; gap: 56px; align-items: start; }
/* 그리드 아이템의 기본 min-width:auto 는 티커 열의 min-content(2열 ≈ 818px)를
   그대로 트랙 폭으로 밀어올려 768px 뷰포트에서 가로 스크롤을 만든다. 트랙이
   컨테이너 안에서 줄어들 수 있게 0 으로 내린다 (2026-08-31 실측 +74px). */
.record > * { min-width: 0; }
.record-figure strong {
  display: block; color: var(--plum); font-size: clamp(58px, 7vw, 88px);
  font-weight: 900; letter-spacing: -.06em; line-height: 1;
}
.record-figure strong span { color: var(--coral); }
.record-figure p { margin-top: 14px; color: var(--ink-soft); font-size: 15px; }
.record-figure .record-sub { margin-top: 16px; font-size: 13px; }
.record-figure p b { display: block; color: var(--ink); font-size: 19px; font-weight: 900; }
.ticker-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ticker-head h2 { font-size: clamp(21px, 2.4vw, 28px); font-weight: 500; }
.ticker-head h2 b { font-weight: 900; }
.ticker-nav { display: flex; gap: 8px; }
.ticker-nav button {
  width: 38px; height: 38px; display: grid; place-items: center;
  border: 1px solid var(--line); border-radius: 50%; background: #fff;
  color: var(--ink-soft); cursor: pointer; transition: border-color .18s, color .18s;
}
.ticker-nav button:hover { border-color: var(--forest); color: var(--forest); }
.ticker-viewport { margin-top: 26px; overflow: hidden; }
.ticker-track { display: flex; gap: 0; transition: transform .45s ease; }
.ticker-col {
  flex: 0 0 33.333%; padding: 0 26px; border-left: 1px solid var(--line);
}
.ticker-col:first-child { padding-left: 0; border-left: 0; }
.ticker-date { color: var(--ink-mute); font-size: 12.5px; font-weight: 700; letter-spacing: .02em; }
.ticker-col ul { margin-top: 14px; display: grid; gap: 9px; }
.ticker-col li { font-size: 13.5px; color: #4e4742; }
.ticker-col li i {
  font-style: normal; margin-right: 5px; font-weight: 800; color: var(--forest);
}
.ticker-col li.is-new i { color: #1d8a5f; }
.ticker-col li.is-move i { color: #9a7b1f; }
.ticker-col li.is-renew i { color: #2f6ea8; }

/* ── 특장점 카드 ──────────────────────────────────────────── */
.point-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 48px;
}
.point-card {
  padding: 34px 26px 30px; border: 1px solid var(--line); border-radius: 18px;
  background: #fff; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.point-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.point-icon {
  width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 20px;
  border-radius: 15px; background: var(--coral-wash); color: var(--coral);
}
.point-card:nth-child(4n + 2) .point-icon { background: var(--plum-wash); color: var(--plum); }
.point-card:nth-child(4n + 3) .point-icon { background: var(--mint-wash); color: var(--mint); }
.point-icon svg { width: 25px; height: 25px; }
.point-card h3 { font-size: 17px; font-weight: 900; text-align: center; }
.point-card p { margin-top: 11px; color: var(--ink-soft); font-size: 13px; text-align: center; }
/* 본문 안 인라인 링크 — 전역 a 는 color:inherit + no-underline 이라 카드 안에서
   링크가 일반 텍스트와 구분되지 않는다(.notice a 와 같은 취급). */
.point-card p a { color: var(--forest); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

/* ── 요금제 밴드 ──────────────────────────────────────────── */
.plan-band {
  position: relative; overflow: hidden;
  background:
    radial-gradient(42% 90% at 94% 0%, rgba(186, 170, 255, .38), transparent 72%),
    linear-gradient(135deg, var(--coral-wash) 0%, #fff8f3 52%, var(--plum-wash) 100%);
  color: var(--ink);
}
.plan-band::after {
  content: ""; position: absolute; right: -120px; top: -120px;
  width: 460px; height: 460px; border-radius: 50%;
  background: rgba(242, 101, 60, .07); pointer-events: none;
}
.plan-grid {
  position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 46px;
}
.plan-card {
  display: flex; flex-direction: column; padding: 32px 26px; border-radius: 20px;
  background: #fff; color: var(--ink); box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.plan-card:hover, .plan-card:focus-within { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.plan-card.popular { border: 3px solid var(--coral); }
.plan-card { text-align: left; }
.plan-card h3 { font-size: 21px; font-weight: 900; }
.plan-card .crown { float: right; font-size: 21px; line-height: 1; }
.plan-audience { min-height: 44px; margin-top: 6px; color: var(--ink-mute); font-size: 12px; }
.plan-rule { height: 1px; margin: 20px 0; background: var(--line); }
.plan-was { display: flex; align-items: center; gap: 8px; color: var(--ink-mute); font-size: 12px; }
.plan-was span {
  padding: 2px 7px; border-radius: 5px; background: var(--coral-wash);
  color: var(--coral-deep); font-size: 9.5px; font-weight: 900;
}
.plan-price { display: flex; align-items: baseline; gap: 5px; margin-top: 6px; }
.plan-price strong { font-size: 33px; font-weight: 900; letter-spacing: -.06em; }
.plan-price em { color: var(--ink-mute); font-style: normal; font-size: 13px; font-weight: 700; }
.plan-setup { margin-top: 9px; color: var(--ink-soft); font-size: 11.5px; }
.plan-setup b { color: var(--forest); }
.plan-feats { display: grid; gap: 11px; margin: 24px 0 28px; }
.plan-feats li { display: flex; gap: 9px; font-size: 13px; font-weight: 700; color: #4e4742; }
.plan-feats li::before { content: "✓"; color: var(--mint); font-weight: 900; }
.plan-card .btn { margin-top: auto; background: var(--paper-2); color: var(--ink-soft); }
.plan-card:hover .btn, .plan-card:focus-within .btn { background: var(--coral); color: #fff; }
.plan-card.popular .btn { background: var(--plum); color: #fff; }
.plan-card.popular:hover .btn, .plan-card.popular:focus-within .btn { background: var(--plum-deep); color: #fff; }
.plan-note { margin-top: 24px; color: var(--ink-soft); font-size: 12px; text-align: center; }
.plan-note a { color: var(--plum); font-weight: 800; }
.popular-flag { margin-top: 16px; color: var(--coral-deep); font-size: 12.5px; font-weight: 800; text-align: center; }
@media (hover: none) {
  .plan-card .btn { background: var(--coral); color: #fff; }
  .plan-card.popular .btn { background: var(--plum); color: #fff; }
}

/* 부가서비스(번역 플랜) — 밝은 밴드 위에 요금 카드를 그대로 재사용한다.
   .plan-band 은 어두운 배경이 카드를 띄워주지만 흰 밴드에서는 그림자만으로는
   경계가 약해 테두리를 더한다. 문구 색도 밝은 배경 기준으로 되돌린다. */
.addon-band .plan-grid { margin-top: 40px; }
.addon-band .plan-card { border: 1px solid var(--line); box-shadow: var(--shadow-sm); }
.addon-band .plan-card:hover, .addon-band .plan-card:focus-within { box-shadow: var(--shadow); }
.addon-band .plan-was { justify-content: space-between; }
/* 부가서비스 카드는 .plan-was 를 정상가 취소선에 내주므로 제공량(월 건수 ·
   산정 기준)을 그 위 별도 줄로 올린다. 50% OFF 코럴 칩과 색이 겹치지 않도록
   제공량 칩은 민트 계열로 둔다. */
.plan-quota { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; color: var(--ink-mute); font-size: 12px; }
.plan-quota span {
  padding: 2px 7px; border-radius: 5px; background: var(--mint-wash);
  color: var(--mint); font-size: 9.5px; font-weight: 900;
}
.addon-band .plan-note { color: var(--ink-mute); }
.addon-band .point-grid { margin-top: 34px; }

/* ── FAQ ──────────────────────────────────────────────────── */
.faq-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
.faq-card {
  display: grid; gap: 14px; padding: 28px 24px; border: 1px solid var(--line);
  border-radius: 16px; background: #fff; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease;
}
.faq-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.faq-card .q {
  width: 34px; height: 34px; display: grid; place-items: center; border-radius: 10px;
  background: var(--forest-tint); color: var(--forest); font-size: 14px; font-weight: 900;
}
.faq-card p { font-size: 14px; font-weight: 700; line-height: 1.6; }
.faq-list { max-width: 880px; margin: 40px auto 0; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { padding: 21px 4px; cursor: pointer; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--ink-mute); font-size: 21px; line-height: 1.2; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 4px 22px; color: var(--ink-soft); font-size: 14px; }

/* ── 커버리지(언어) 패널 — 레퍼런스의 고객 분포 지도 자리 ──── */
.coverage {
  position: relative; overflow: hidden; padding: 74px 0;
  background:
    radial-gradient(44% 100% at 92% 0%, rgba(140, 232, 203, .38), transparent 75%),
    linear-gradient(135deg, var(--mint-wash), #f5fffb);
  color: var(--ink);
}
.coverage-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 60px; align-items: center; }
.coverage .band-title { text-align: left; }
.coverage .band-lead { margin-left: 0; }
.locale-map { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.locale-chip {
  padding: 20px 18px; border: 1px solid var(--line); border-radius: 14px;
  background: rgba(255, 255, 255, .8); box-shadow: var(--shadow-sm);
}
.locale-chip b { display: block; color: var(--mint); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.locale-chip span { display: block; margin-top: 5px; font-size: 14px; font-weight: 700; }
.locale-chip small { display: block; margin-top: 3px; color: var(--ink-mute); font-size: 11.5px; }
.locale-chip.placeholder { border-style: dashed; }
.locale-chip.placeholder b { color: var(--ink-mute); }

/* ── 고객센터 바 ──────────────────────────────────────────── */
.cscenter { background: var(--paper-2); border-top: 1px solid var(--line); }
.cscenter-inner {
  display: flex; flex-wrap: wrap; align-items: center; gap: 14px 46px;
  padding: 26px 0;
}
.cs-item { display: flex; align-items: center; gap: 10px; font-size: 14px; }
.cs-item svg { width: 18px; height: 18px; color: var(--forest); flex: none; }
.cs-item b { font-size: 19px; font-weight: 900; letter-spacing: -.03em; }
.cs-item span { color: var(--ink-mute); font-size: 12.5px; }

/* ── 문의 폼 ──────────────────────────────────────────────── */
.contact-panel {
  display: grid; grid-template-columns: .85fr 1.15fr; gap: 56px;
  padding: 52px; border: 1px solid rgba(107, 79, 216, .1); border-radius: 24px;
  background: linear-gradient(135deg, var(--plum-wash), #fbf9ff); color: var(--ink);
}
.contact-copy h2 { margin-top: 18px; font-size: clamp(27px, 3vw, 38px); font-weight: 900; }
.contact-copy > p { margin-top: 16px; color: var(--ink-soft); font-size: 15px; }
.contact-points { display: grid; gap: 11px; margin-top: 28px; }
.contact-points span { display: flex; gap: 10px; color: var(--ink-soft); font-size: 13.5px; }
.contact-points i { color: var(--plum); font-style: normal; font-weight: 900; }
.form-notice {
  display: none; margin-bottom: 18px; padding: 14px 16px; border-radius: 12px; font-size: 13.5px; font-weight: 700;
}
.form-notice.show { display: block; }
.form-notice.success { background: var(--mint-wash); color: var(--mint); }
.form-notice.error { background: rgba(224, 116, 110, .16); color: #ffb4ae; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; }
.form-field { display: grid; gap: 7px; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-size: 12.5px; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea {
  min-height: 48px; padding: 12px 15px; border: 1px solid var(--line); border-radius: 12px;
  background: #fff; color: var(--ink); font-size: 14px;
}
.form-field textarea { min-height: 118px; resize: vertical; }
.form-field .hint { color: var(--ink-mute); font-size: 11.5px; }
.contact-panel .form-field label { color: var(--ink-soft); }
.contact-panel .form-field input,
.contact-panel .form-field select,
.contact-panel .form-field textarea { border-color: transparent; }
.privacy-check {
  display: flex; align-items: flex-start; gap: 10px; margin: 18px 0 22px;
  color: var(--ink-soft); font-size: 12.5px;
}
.privacy-check input { margin-top: 3px; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* ── 푸터 ─────────────────────────────────────────────────── */
.site-footer { padding: 56px 0 40px; background: var(--forest-ink); color: rgba(255, 255, 255, .58); font-size: 13px; }
.footer-nav { display: grid; grid-template-columns: 96px 1fr; gap: 12px 26px; align-items: baseline; }
.footer-nav dt { color: var(--lime); font-size: 12.5px; font-weight: 900; }
.footer-nav dd { margin: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; }
.footer-nav a { color: rgba(255, 255, 255, .68); font-size: 13px; }
.footer-nav a:hover { color: #fff; }
.footer-rule { height: 1px; margin: 30px 0 26px; background: var(--line-dark); }
.footer-corp { display: flex; flex-wrap: wrap; gap: 6px 20px; font-size: 12px; line-height: 1.9; }
.footer-corp-wide { flex-basis: 100%; }
.footer-corp a:hover { color: #fff; }
.footer-copy { margin-top: 22px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; font-size: 12px; }
.footer-brand { display: flex; align-items: center; gap: 11px; margin-bottom: 26px; color: #fff; }

/* ── 하위 페이지 공통 ─────────────────────────────────────── */
.page-hero {
  position: relative; overflow: hidden; min-height: 420px; padding: 74px 0 78px;
  background:
    radial-gradient(52% 110% at 85% 0%, rgba(186, 170, 255, .42), transparent 70%),
    radial-gradient(42% 100% at 4% 100%, rgba(255, 171, 128, .36), transparent 72%),
    var(--paper-2);
  color: var(--ink);
}
.page-hero-image {
  position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%;
  object-fit: cover; object-position: center; pointer-events: none;
}
.page-hero.has-image::after {
  content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(255, 251, 248, .99) 0%, rgba(255, 251, 248, .92) 36%, rgba(255, 251, 248, .2) 66%, transparent 84%);
}
.page-hero.has-image .wrap { position: relative; z-index: 1; }
.page-hero.has-image h1, .page-hero.has-image p { max-width: 50%; }
.page-hero h1 { margin-top: 18px; font-size: clamp(32px, 4.4vw, 54px); font-weight: 900; }
.page-hero p { max-width: 58ch; margin-top: 20px; color: var(--ink-soft); font-size: 16px; }
.page-hero.center p { margin-inline: auto; }
.page-hero.center .crumbs { justify-content: center; }
.page-hero .promo { margin-top: 22px; }
.page-hero .btn { margin-top: 30px; }
.crumbs { display: flex; gap: 8px; color: var(--ink-mute); font-size: 12.5px; }
.crumbs a:hover { color: var(--coral); }

.stat-strip {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px;
  margin-top: -42px; position: relative; z-index: 2;
}
.stat-cell {
  padding: 26px 24px; border: 1px solid var(--line); border-radius: 16px;
  background: #fff; box-shadow: var(--shadow);
}
.stat-cell strong { display: block; color: var(--forest); font-size: 30px; font-weight: 900; letter-spacing: -.05em; }
.stat-cell span { color: var(--ink-mute); font-size: 12.5px; font-weight: 700; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 46px; }
.feature {
  padding: 30px 26px; border: 1px solid var(--line); border-radius: 18px; background: #fff;
  text-align: left; transition: transform .2s ease, box-shadow .2s ease;
}
.feature:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-art {
  width: 46px; height: 46px; display: grid; place-items: center; border-radius: 13px;
  background: var(--coral-wash); color: var(--coral); font-size: 13px; font-weight: 900;
}
.feature:nth-child(4n + 2) .feature-art { background: var(--plum-wash); color: var(--plum); }
.feature:nth-child(4n + 3) .feature-art { background: var(--mint-wash); color: var(--mint); }
.feature-body h3 { margin-top: 20px; font-size: 17px; font-weight: 900; }
.feature-body p { margin-top: 10px; color: var(--ink-soft); font-size: 13.5px; }

.deep-panel {
  display: grid; grid-template-columns: .9fr 1.1fr; gap: 52px; align-items: start;
  margin-top: 64px; padding: 46px; border: 1px solid rgba(242, 101, 60, .1);
  border-radius: 22px; background: var(--coral-wash); color: var(--ink); text-align: left;
}
.deep-panel h2 { font-size: clamp(23px, 2.6vw, 31px); font-weight: 900; }
.deep-panel p { color: var(--ink-soft); font-size: 14.5px; }

.cta-band {
  padding: 92px 0;
  background: linear-gradient(135deg, var(--coral-wash), var(--plum-wash));
  color: var(--ink); text-align: center;
}
.cta-band h2 { font-size: clamp(28px, 3.6vw, 46px); font-weight: 900; }
.cta-band p { margin-top: 16px; color: var(--ink-soft); }
.cta-band .btn { margin-top: 30px; }

/* ── 신청서 / 문서 페이지 ─────────────────────────────────── */
.sheet {
  max-width: 880px; margin: -46px auto 96px; position: relative; z-index: 2;
  padding: 44px; border: 1px solid var(--line); border-radius: 22px;
  background: #fff; box-shadow: var(--shadow);
}
.sheet .form-grid { grid-template-columns: repeat(2, 1fr); }
.req { color: var(--danger); }
.plan-box {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
  padding: 24px 26px; border-radius: 16px; background: var(--forest-tint);
}
.plan-box small { color: var(--forest); font-size: 12px; font-weight: 800; }
.plan-box h2 { font-size: 24px; font-weight: 900; }
.plan-box .amount { text-align: right; }
.plan-box .amount del { color: var(--ink-mute); font-size: 13px; }
.plan-box .amount strong { display: block; font-size: 27px; font-weight: 900; letter-spacing: -.05em; }
.plan-box .amount span { color: var(--ink-soft); font-size: 12px; }
.agreements { display: grid; gap: 12px; margin-top: 28px; }
.agree { padding: 18px 20px; border: 1px solid var(--line); border-radius: 14px; background: var(--paper-2); }
.agree > label { display: flex; align-items: flex-start; gap: 10px; font-size: 13.5px; font-weight: 700; }
.agree details { margin-top: 10px; }
.agree summary { cursor: pointer; color: var(--ink-soft); font-size: 12px; }
.agree details p { margin-top: 8px; color: var(--ink-soft); font-size: 12px; }
.alert {
  margin-bottom: 22px; padding: 15px 18px; border-radius: 12px; font-size: 13.5px; font-weight: 700;
}
.alert.error { background: #fdeceb; color: var(--danger); }
.complete { padding: 24px 0; text-align: center; }
.complete-mark {
  width: 62px; height: 62px; display: grid; place-items: center; margin: 0 auto 22px;
  border-radius: 50%; background: var(--mint-wash); color: var(--mint); font-size: 27px;
}
.complete h2 { font-size: 25px; font-weight: 900; }
.complete p { margin-top: 12px; color: var(--ink-soft); }
.complete .btn { margin-top: 26px; }
.notice { margin: 16px 0 26px; color: var(--ink-mute); font-size: 12.5px; }
.notice a { color: var(--forest); font-weight: 800; }

/* 카드 그리드 열 수 modifier — 인라인 grid-template-columns 금지.
   .point-grid(4열)·.feature-grid(3열) 등 기본값과 같은 단일 클래스 명시도라
   순서로 이긴다. 반드시 모든 그리드 기본 선언 뒤, 반응형 앞에 둘 것
   (앞에 두면 .feature-grid 의 3열이 .cols-4 를 덮어 4열이 3+1 로 깨진다 —
   2026-08-30 실측). */
.cols-3 { grid-template-columns: repeat(3, 1fr); }
.cols-4 { grid-template-columns: repeat(4, 1fr); }

/* ── 반응형 ───────────────────────────────────────────────── */
@media (max-width: 1180px) {
  .quick-rail { display: none; }
  .record { grid-template-columns: 1fr; gap: 34px; }
}
@media (max-width: 1024px) {
  .header-inner { display: flex; align-items: center; gap: 10px; }
  .brand { margin-right: auto; }
  .header-actions { order: 2; }
  .nav-toggle { order: 3; }
  .gnb {
    position: absolute; top: 74px; left: 0; right: 0; z-index: 30;
    flex-direction: column; align-items: stretch; gap: 0; padding: 8px 24px 20px;
    border-bottom: 1px solid var(--line); background: #fff; box-shadow: var(--shadow);
    display: none;
  }
  .site-header.open .gnb { display: flex; }
  .gnb > li > a { height: auto; padding: 14px 0; box-shadow: none !important; border-bottom: 1px solid var(--line-soft); }
  .gnb-sub { position: static; transform: none; opacity: 1; visibility: visible; min-width: 0; padding: 4px 0 10px; border: 0; box-shadow: none; }
  .gnb-sub a { padding: 7px 12px; }
  .nav-toggle { display: block; }
  .header-actions .login { display: none; }
  .point-grid, .faq-grid, .plan-grid,
  .feature-grid, .cols-3, .cols-4 { grid-template-columns: repeat(2, 1fr); }
  .coverage-grid, .contact-panel, .deep-panel { grid-template-columns: 1fr; gap: 34px; }
  .ticker-col { flex-basis: 50%; }
  .hero-pager { right: 24px; }
}
@media (max-width: 720px) {
  .wrap, .wrap-narrow { width: calc(100% - 32px); }
  .band { padding: 68px 0; }
  .band-tight { padding: 52px 0; }
  .hero-slides { min-height: 470px; }
  .hero::after {
    background: linear-gradient(90deg, rgba(255, 251, 248, .96), rgba(255, 251, 248, .78) 72%, rgba(255, 251, 248, .48));
  }
  .hero-image { object-position: 64% center; opacity: .58; }
  /* 모바일은 카피가 폭 전체를 덮어 좌우 마스크가 무의미하다 — 위에서 아래로
     옅어지는 마스크로 바꿔 이펙트를 상단 여백에 남긴다. */
  .hero-video {
    -webkit-mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .45) 46%, transparent 82%);
    mask-image: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, .45) 46%, transparent 82%);
  }
  .hero-video.is-on { opacity: .8; }
  .hero-pager { bottom: 26px; }
  .hero-pager { width: 132px; }
  .point-grid, .faq-grid, .plan-grid, .feature-grid,
  .cols-3, .cols-4, .stat-strip, .form-grid, .sheet .form-grid,
  .locale-map { grid-template-columns: 1fr; }
  .ticker-col { flex-basis: 100%; padding: 0; border-left: 0; }
  .ticker-col + .ticker-col { display: none; }
  .contact-panel, .sheet, .deep-panel { padding: 28px; }
  .page-hero { min-height: 390px; }
  .page-hero.has-image::after { background: rgba(255, 251, 248, .76); }
  .page-hero-image { object-position: 64% center; opacity: .62; }
  .page-hero.has-image h1, .page-hero.has-image p { max-width: none; }
  .footer-nav { grid-template-columns: 1fr; }
  .cscenter-inner { gap: 14px 24px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

/* Go 데이터의 줄바꿈(\n)을 그대로 살리는 제목 — 제품 페이지 Title/SectionTitle */
.pre-line { white-space: pre-line; }

/* ── 개발자 문서 (/docs/api) ───────────────────────────────── */
.docs { padding: 62px 0 96px; }
.docs h2 {
  margin: 62px 0 18px; padding-top: 26px; border-top: 1px solid var(--line);
  font-size: 24px; font-weight: 900; scroll-margin-top: 96px;
}
.docs h2:first-of-type { margin-top: 0; padding-top: 0; border-top: 0; }
.docs h3 { margin: 30px 0 10px; font-size: 16px; font-weight: 800; }
.docs p, .docs li { color: var(--ink-soft); font-size: 14.5px; }
.docs ul { margin: 12px 0; padding-left: 20px; list-style: disc; }
.docs li { margin-bottom: 6px; }
.docs strong { color: var(--ink); font-weight: 800; }
.docs code {
  padding: 2px 6px; border-radius: 6px; background: var(--paper-2);
  color: var(--forest); font-size: 13px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
.docs pre {
  margin: 14px 0; padding: 18px 20px; border-radius: 14px; overflow-x: auto;
  background: var(--forest-ink); color: #e7f0ea; font-size: 13px; line-height: 1.7;
}
.docs pre code { padding: 0; background: none; color: inherit; }
.docs table { width: 100%; min-width: 560px; border-collapse: collapse; font-size: 13.5px; }
.docs th, .docs td { padding: 13px 14px; border-bottom: 1px solid var(--line); text-align: left; }
.docs th { background: var(--paper-2); font-size: 12px; font-weight: 800; }
.docs tr:last-child td { border-bottom: 0; }
.table-scroll { margin: 14px 0; overflow-x: auto; border: 1px solid var(--line); border-radius: 14px; }
.method {
  display: inline-block; min-width: 52px; padding: 3px 9px; border-radius: 6px;
  font-size: 11px; font-weight: 900; text-align: center; letter-spacing: .04em;
}
.m-get { background: #e4f1e9; color: #1c6b4c; }
.m-post { background: #e6eefa; color: #24558f; }
.m-put { background: #fbf1dd; color: #8a6416; }
.m-del { background: #fbe6e5; color: #a4322c; }
.endpoint {
  display: flex; flex-wrap: wrap; align-items: center; gap: 10px;
  margin: 20px 0 8px; padding: 13px 16px;
  border: 1px solid var(--line); border-radius: 12px; background: #fff;
}
.endpoint > code { background: none; color: var(--ink); font-size: 13.5px; font-weight: 700; }
.note {
  margin: 16px 0; padding: 15px 18px; border-left: 3px solid var(--forest);
  border-radius: 0 12px 12px 0; background: var(--forest-tint);
  color: #2b3d38; font-size: 13.5px;
}
.toc {
  display: flex; flex-wrap: wrap; gap: 8px 10px; margin-bottom: 40px;
  padding: 20px 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper-2);
}
.toc a {
  padding: 6px 13px; border: 1px solid var(--line); border-radius: 999px;
  background: #fff; font-size: 13px; font-weight: 700; color: var(--ink-soft);
}
.toc a:hover { border-color: var(--forest); color: var(--forest); }

/* 신청 페이지 — 히어로 아래 시트가 겹쳐 올라오도록 여백을 확보한다 */
.apply-hero { padding-bottom: 96px; }
.sheet .submit { margin-top: 26px; }

/* 다크 히어로 바로 아래 이어지는 요금 밴드 — 두 어두운 면이 맞붙으므로
   기본 108px 상단 여백은 빈 공간으로만 읽힌다. 요금 페이지에서만 좁힌다. */
.plan-band.tight-top { padding-top: 48px; }
