@font-face {
    font-family: 'NanumSquareNeo';
    src: url(/soloscriptor/baljaguk/NanumSquareNeo-1.woff2) format('woff2');
    font-weight: 400; font-display: swap;
  }
  @font-face {
    font-family: 'NanumSquareNeo';
    src: url(/soloscriptor/baljaguk/NanumSquareNeo-2.woff2) format('woff2');
    font-weight: 700; font-display: swap;
  }
  @font-face {
    font-family: 'NanumSquareNeo';
    src: url(/soloscriptor/baljaguk/NanumSquareNeo-3.woff2) format('woff2');
    font-weight: 800 900; font-display: swap;
  }

  :root {
    --bg: #f3f4f8;
    --bg2: #ffffff;
    --ink: #16171c;
    --ink2: #5a5d70;
    --ink3: #9497a8;
    --line: #e4e5ec;
    --line2: #d3d5e0;
    --accent: #b8792f;
    --accent-ink: #ffffff;
    --accent-tint: #fbf1e3;
    --shadow: 0 1px 2px rgba(28, 30, 50, 0.05), 0 24px 48px -26px rgba(28, 30, 50, 0.28);
    --shadow-sm: 0 1px 2px rgba(28, 30, 50, 0.04), 0 10px 24px -14px rgba(28, 30, 50, 0.22);
    --shadow-lg: 0 2px 4px rgba(28, 30, 50, 0.05), 0 38px 66px -28px rgba(28, 30, 50, 0.32);
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; background: var(--bg); }
  /* 'html body' 로 특이도를 올린다 — 홈(/)은 index.astro 가 DashboardLayout 도 import 해서
     대시보드 global.css 가 이 파일 뒤에 실린다. 그냥 'body' 면 그쪽 규칙이 이겨서
     폰트가 system-ui 로 떨어지고 티커용 아래 여백 33px 까지 붙는다. */
  html body {
    margin: 0; background: var(--bg); color: var(--ink);
    font-family: 'NanumSquareNeo', -apple-system, "Segoe UI", "Malgun Gothic", "Apple SD Gothic Neo", sans-serif;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 1.55;
    word-break: keep-all; overflow-wrap: break-word;
    font-size: 16px; padding-bottom: 0;
  }
  p { text-wrap: pretty; }

  /* 스크롤바 — 홈은 대시보드 global.css 가 같이 실려 얇은 맞춤형이 나오는데,
     하위 페이지는 그게 없어 화살표 달린 기본 스크롤바가 나왔다. 여기서 통일한다. */
  /* html 을 붙여 특이도를 올린다 — 홈에는 대시보드 global.css 의 같은 규칙이
     이 파일보다 뒤에 실려서, 맨 선택자면 그쪽이 이겨 홈만 다르게 보였다. */
  html::-webkit-scrollbar { width: 8px; height: 8px; }
  html::-webkit-scrollbar-track { background: var(--bg); }
  html::-webkit-scrollbar-thumb { background: var(--line2); border-radius: 4px; }
  html::-webkit-scrollbar-thumb:hover { background: var(--ink3); }
  html { scrollbar-width: thin; scrollbar-color: var(--line2) var(--bg); }
  .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;
  }
  ::selection { background: var(--accent); color: #fff; }
  a { color: inherit; }
  img { max-width: 100%; display: block; }
  @media (prefers-reduced-motion: reduce) {
    * { transition: none !important; animation: none !important; }
    [data-reveal] { opacity: 1 !important; transform: none !important; }
  }

  .bj-shell { max-width: 1240px; margin: 0 auto; padding-left: clamp(22px, 4vw, 56px); padding-right: clamp(22px, 4vw, 56px); }
  section { padding-top: 104px; padding-bottom: 112px; }
  section[id] { scroll-margin-top: 92px; }
  .eyebrow-row { font-size: 13px; color: var(--ink2); margin: 0 0 20px; }
  .eyebrow-row::before {
    content: ""; display: inline-block; width: 16px; height: 2px; border-radius: 2px;
    background: var(--accent); vertical-align: 0.26em; margin-right: 11px;
  }
  .eyebrow-num { font-weight: 800; color: var(--ink); }
  h2 {
    font-size: clamp(29px, 3.7vw, 43px); font-weight: 800; letter-spacing: -0.028em; line-height: 1.26;
    margin: 0 0 16px; color: var(--ink); text-wrap: balance;
  }
  .lead { font-size: 16px; line-height: 1.78; color: var(--ink2); max-width: 34em; margin: 0; }

  [data-reveal] { opacity: 0; transform: translateY(18px); transition: opacity 0.62s cubic-bezier(.22,.68,.2,1), transform 0.62s cubic-bezier(.22,.68,.2,1); }
  [data-reveal].in { opacity: 1; transform: none; }
  [data-reveal-d1].in { transition-delay: 0.1s; }
  [data-reveal-d2].in { transition-delay: 0.2s; }
  /* 방향 변형 — 전부 아래서 올라오면 단조롭다. 값은 마크업에서 고른다. */
  [data-reveal="left"]  { transform: translateX(-34px); }
  [data-reveal="right"] { transform: translateX(34px); }
  [data-reveal="zoom"]  { transform: scale(0.965) translateY(10px); }
  /* 묶음 등장 — 자식이 순번(--i, 엔진이 붙임)대로 70ms 씩 늦게 따라온다.
     .settled 은 등장이 끝난 뒤 landing.js 가 붙인다 → 그때부터 자식의 원래 hover 전환이 돌아온다
     (안 그러면 카드 hover 가 0.6s 로 늘어져 둔하게 느껴진다). */
  [data-reveal-stagger]:not(.settled) > * {
    opacity: 0; transform: translateY(16px);
    transition: opacity 0.6s cubic-bezier(.22,.68,.2,1), transform 0.6s cubic-bezier(.22,.68,.2,1);
    transition-delay: calc(var(--i, 0) * 70ms);
  }
  [data-reveal-stagger].in > * { opacity: 1; transform: none; }
  /* 섹션 제목 — 아래에서 밀려 올라오며 드러난다(마스크). span 은 엔진이 감싼다. */
  h2.clip { overflow: hidden; padding-bottom: 0.08em; }
  .clip-in { display: block; transform: translateY(112%); transition: transform 0.95s cubic-bezier(.2,.72,.18,1) 0.05s; }
  [data-reveal].in .clip-in { transform: none; }

  /* ---------- 모션 엔진 상태 ----------
     html.motion = 엔진이 히어로를 등장시킬 예정(그 전까지 가림). 엔진이 못 오면 3초 뒤 벗겨진다. */
  html.motion .hero [data-hero-item], html.motion .hero .w, html.motion .hero-frame { opacity: 0; }
  /* Lenis 가 붙으면 CSS 의 부드러운 스크롤은 꺼야 한다 — 둘이 겹치면 매 프레임 scrollTop 을
     브라우저가 또 애니메이션해서 덜컥거린다. (lenis-smooth 클래스는 1.3 에서 안 붙으므로 .lenis 기준) */
  html.lenis { scroll-behavior: auto !important; }
  html.lenis, html.lenis body { height: auto; }
  .lenis:not(.lenis-autoToggle).lenis-stopped { overflow: clip; }
  .lenis [data-lenis-prevent] { overscroll-behavior: contain; }
  .lenis.lenis-smooth iframe { pointer-events: none; }
  .nav { transition: box-shadow 0.3s ease; }
  .nav.scrolled { box-shadow: 0 1px 0 var(--line), 0 12px 30px -18px rgba(28, 30, 50, 0.25); }

  .pill {
    font-family: inherit; cursor: pointer; border: none; border-radius: 999px;
    font-weight: 700; font-size: 14.5px; padding: 15px 28px; display: inline-flex;
    align-items: center; gap: 8px; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s, background 0.15s;
  }
  .pill-accent { background: var(--accent); color: var(--accent-ink); box-shadow: var(--shadow-sm); }
  .pill-accent:hover { background: #a86c26; transform: translateY(-2px); box-shadow: var(--shadow); }
  .pill-white { background: var(--bg2); color: var(--ink); box-shadow: var(--shadow-sm); border: 1px solid var(--line); }
  .pill-white:hover { transform: translateY(-2px); border-color: var(--line2); box-shadow: var(--shadow); }
  .pill-ghost { background: transparent; color: var(--ink2); border: 1px solid var(--line2); }
  .pill-ghost:hover { color: var(--ink); border-color: var(--ink3); background: rgba(28,30,50,0.03); }
  .pill:active { transform: translateY(0) scale(0.985); box-shadow: var(--shadow-sm); }
  :focus-visible { outline: 2px solid var(--accent); outline-offset: 2px; }

  /* ---------- nav ---------- */
  .nav { position: sticky; top: 0; z-index: 40; background: rgba(243,244,248,0.86); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
  .nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 16px clamp(22px, 4vw, 56px); max-width: 1240px; margin: 0 auto; }
  .wordmark { text-decoration: none; font-size: 17px; font-weight: 800; letter-spacing: -0.01em; display: flex; align-items: center; gap: 8px; }
  .wordmark .mark { width: 30px; height: 30px; border-radius: 9px; background: var(--ink); color: #fff; display: flex; align-items: center; justify-content: center; }
  .wordmark .mark svg { width: 17px; height: 17px; display: block; }
  /* 회사(위) → 제품(아래). 회사 사이트의 얼굴이 되면서 "여기가 어디지?"가 없게 */
  .wm-text { display: flex; flex-direction: column; line-height: 1.12; }
  .wm-co {
    font-size: 9.5px; font-weight: 700; letter-spacing: 0.16em;
    color: var(--ink3); text-transform: uppercase;
  }
  .wm-pd { font-size: 17px; font-weight: 800; letter-spacing: -0.01em; color: var(--ink); }
  .nav-links { display: flex; gap: 26px; font-size: 13.5px; font-weight: 600; color: var(--ink2); }
  .nav-links a { position: relative; padding: 4px 0; text-decoration: none; transition: color 0.16s ease; }
  .nav-links a::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; border-radius: 2px;
    background: var(--accent); transform: scaleX(0); transform-origin: left center;
    transition: transform 0.24s cubic-bezier(.22,.68,.2,1);
  }
  .nav-links a:hover { color: var(--ink); }
  .nav-links a.current { color: var(--ink); }
  .nav-links a.current::after { transform: scaleX(1); }
  @media (max-width: 780px) { .nav-links { display: none; } }

  /* ---------- hero ---------- */
  .hero { padding-top: 76px; padding-bottom: 40px; }
  .hero-grid { display: grid; grid-template-columns: 0.95fr 1.15fr; gap: 56px; align-items: center; }
  .hero h1 {
    font-size: clamp(36px, 4.6vw, 54px); font-weight: 800; line-height: 1.16; letter-spacing: -0.025em;
    margin: 0 0 22px; text-wrap: balance; color: var(--ink);
  }
  .hero h1 em { font-style: normal; color: var(--accent); }
  .hero-subtitle { font-size: 19px; font-weight: 700; color: var(--ink2); margin: 0 0 18px; }
  .hero .lead { margin-bottom: 30px; font-size: 16.5px; }
  .hero-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; margin-bottom: 18px; }
  .hero-hint { font-size: 12.5px; color: var(--ink3); }
  @media (max-width: 980px) { .hero-grid { grid-template-columns: 1fr; } }
  /* 제목 단어 마스크 — 단어가 '아래에서 밀려 올라오게' 각 단어를 overflow:hidden 으로 감싼다 */
  .hero h1 .wm { display: inline-block; overflow: hidden; vertical-align: bottom; padding-bottom: 0.06em; margin-bottom: -0.06em; }
  .hero h1 .w { display: inline-block; will-change: transform; }
  /* 화면 목업 무대 — 뒤에 은은한 빛(글로우)이 있어 떠 보인다. 스크롤하면 글로우가 더 천천히 따라와 깊이가 생긴다. */
  .hero-stage { position: relative; perspective: 1400px; }
  .hero-glow {
    position: absolute; inset: -12% -10% -18% -10%; z-index: 0; pointer-events: none;
    background:
      radial-gradient(42% 46% at 62% 30%, rgba(184, 121, 47, 0.22), transparent 70%),
      radial-gradient(40% 40% at 28% 78%, rgba(90, 93, 112, 0.14), transparent 70%);
    filter: blur(22px);
  }
  .hero-frame { position: relative; z-index: 1; transform-style: preserve-3d; box-shadow: var(--shadow-lg); will-change: transform; }
  /* 뷰포트를 이미지(1400×900)보다 짧게 — 남는 아래쪽이 스크롤 때 드러난다(화면 안이 스크롤되는 연출) */
  .hero-frame .frame-view { aspect-ratio: 16 / 8.6; overflow: hidden; background: #0c0e13; }
  .hero-frame .frame-view img { width: 100%; height: auto; will-change: transform; }
  .frame-live {
    margin-left: auto; display: inline-flex; align-items: center; gap: 5px; font-size: 9.5px; font-weight: 800;
    letter-spacing: 0.12em; color: var(--accent);
  }
  .frame-live i { width: 6px; height: 6px; border-radius: 50%; background: #2fbf71; box-shadow: 0 0 0 3px rgba(47, 191, 113, 0.22); animation: live-pulse 1.8s ease-in-out infinite; }
  @keyframes live-pulse { 0%, 100% { box-shadow: 0 0 0 3px rgba(47, 191, 113, 0.22); } 50% { box-shadow: 0 0 0 6px rgba(47, 191, 113, 0.08); } }

  /* ---------- browser frame (실제 화면 공통) ---------- */
  .frame {
    background: var(--bg2); border: 1px solid var(--line); border-radius: 16px; overflow: hidden;
    box-shadow: var(--shadow);
  }
  .frame-bar { display: flex; align-items: center; gap: 6px; padding: 12px 15px; border-bottom: 1px solid var(--line); }
  .frame-bar .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--line2); }
  .frame-bar .url {
    margin-left: 12px; font-family: "SF Mono", Consolas, monospace; font-size: 10.5px; color: var(--ink3);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis; min-width: 0;
  }
  .frame img { width: 100%; height: auto; }

  /* ---------- proof strip (실제 화면 갤러리) ---------- */
  .proof { background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 44px; }
  .proof-card { display: block; text-decoration: none; color: inherit; }
  .proof-card--wide { grid-column: span 2; }
  .proof-card .frame { transition: transform 0.2s ease, box-shadow 0.2s ease; }
  .proof-card:hover .frame { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
  .proof-cap { display: flex; justify-content: space-between; align-items: baseline; margin-top: 12px; gap: 8px; flex-wrap: wrap; }
  .proof-name { font-size: 13.5px; font-weight: 800; }
  .proof-tag { font-size: 11.5px; color: var(--ink3); }
  @media (max-width: 1040px) { .proof-grid { grid-template-columns: 1fr 1fr; } .proof-card--wide { grid-column: span 2; } }
  @media (max-width: 600px) { .proof-grid { grid-template-columns: 1fr; } .proof-card--wide { grid-column: span 1; } }

  /* ---------- problem ---------- */
  .compare-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 36px; }
  .compare-card { border-radius: 16px; padding: 28px 28px 26px; border: 1px solid var(--line); background: var(--bg2); }
  .compare-card.bad { background: transparent; }
  .compare-card.good { border-color: color-mix(in srgb, var(--accent) 32%, var(--line)); background: var(--accent-tint); box-shadow: var(--shadow-sm); }
  .compare-label { font-size: 12.5px; font-weight: 700; margin-bottom: 16px; display: inline-block; padding: 5px 12px; border-radius: 20px; background: var(--bg2); border: 1px solid var(--line); color: var(--ink2); }
  .compare-card.good .compare-label { border-color: transparent; }
  .compare-card.good .compare-label { background: var(--accent); color: #fff; }
  .compare-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .compare-list li { font-size: 14px; line-height: 1.55; padding-left: 20px; position: relative; color: var(--ink2); }
  .compare-card.bad .compare-list li::before { content: "×"; position: absolute; left: 0; color: var(--ink3); font-weight: 700; }
  .compare-card.good .compare-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }
  .compare-card.good .compare-list li { color: var(--ink); }
  @media (max-width: 760px) { .compare-grid { grid-template-columns: 1fr; } }

  /* ---------- how (pill tabs + feature panel) ---------- */
  .how { background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .tab-row { display: flex; gap: 8px; flex-wrap: wrap; margin: 36px 0 30px; }
  .tab-pill {
    font-family: inherit; cursor: pointer; border: 1px solid var(--line2); background: var(--bg2); color: var(--ink2);
    font-weight: 700; font-size: 13.5px; padding: 11px 20px; border-radius: 999px; transition: all 0.15s;
  }
  .tab-pill.active { background: var(--ink); color: #fff; border-color: var(--ink); }
  .tab-pill:not(.active):hover { border-color: var(--ink3); color: var(--ink); background: rgba(28,30,50,0.02); }
  .tab-pill:active { transform: scale(0.98); }
  .tab-panels { position: relative; }
  .tab-panel { display: none; grid-template-columns: 1fr 1fr; gap: 40px; align-items: center; }
  .tab-panel.active { display: grid; }
  .tab-panel .frame { }
  .tab-copy .num { font-size: 11.5px; font-weight: 800; color: var(--accent); letter-spacing: 0.16em; margin-bottom: 14px; display: block; }
  .tab-copy h3 { font-size: 22px; font-weight: 800; margin: 0 0 12px; letter-spacing: -0.01em; }
  .tab-copy p { font-size: 14.5px; color: var(--ink2); line-height: 1.7; margin: 0; }
  @media (max-width: 860px) { .tab-panel { grid-template-columns: 1fr; } .tab-panel .frame { order: -1; } }

  /* ---------- showcase (가입 단체) ---------- */
  .showcase-note { font-size: 12.5px; color: var(--ink3); margin: 14px 0 0; }
  .usecases { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 18px; }
  .uc {
    font-size: 13px; font-weight: 700; color: var(--ink2); background: var(--bg2);
    border: 1px solid var(--line); border-radius: 999px; padding: 7px 14px;
  }
  .uc-note { font-size: 12.5px; color: var(--ink3); margin-left: 4px; }
  @media (max-width: 600px) { .uc-note { margin-left: 0; width: 100%; } }
  .org-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-top: 40px; }
  .org-card {
    background: var(--bg2); border: 1px solid var(--line); border-radius: 14px; padding: 22px 20px;
    transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
  }
  .org-card:hover { transform: translateY(-3px); box-shadow: var(--shadow-sm); border-color: var(--line2); }
  .org-top { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 14px; }
  .org-avatar { width: 34px; height: 34px; border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 15px; color: #fff; font-weight: 800; }
  .org-since { font-size: 10.5px; color: var(--ink3); font-family: "SF Mono", Consolas, monospace; font-variant-numeric: tabular-nums; }
  .org-name { font-size: 14.5px; font-weight: 800; margin: 0 0 6px; }
  .org-tag { font-size: 12px; color: var(--ink2); line-height: 1.5; margin: 0 0 16px; }
  .org-foot { display: flex; justify-content: space-between; align-items: center; font-size: 11.5px; color: var(--ink3); border-top: 1px solid var(--line); padding-top: 12px; font-variant-numeric: tabular-nums; }
  .org-foot b { color: var(--ink); font-weight: 700; }
  @media (max-width: 1000px) { .org-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 560px) { .org-grid { grid-template-columns: 1fr; } }

  /* ---------- pricing ---------- */
  .price-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 36px; }
  .price-card { background: var(--bg2); border: 2px solid var(--line); border-radius: 18px; padding: 30px 26px; display: flex; flex-direction: column; }
  .price-card.feat { border-color: var(--accent); position: relative; box-shadow: var(--shadow-sm); }
  .price-card.feat::before {
    content: "가장 추천"; position: absolute; top: -13px; left: 26px; background: var(--accent); color: #fff;
    font-size: 10.5px; font-weight: 700; padding: 5px 12px; border-radius: 999px; letter-spacing: 0.02em;
  }
  .price-name { font-size: 13px; font-weight: 700; color: var(--ink2); margin: 0 0 12px; }
  .price-amt { font-size: 30px; font-weight: 800; margin: 0 0 4px; font-variant-numeric: tabular-nums; }
  .price-amt span { font-size: 13.5px; font-weight: 600; color: var(--ink3); }
  .price-desc { font-size: 13.5px; color: var(--ink2); margin: 10px 0 22px; line-height: 1.65; flex: 1; }
  .price-note { text-align: center; font-size: 12.5px; color: var(--ink3); margin: 32px 0 0; }

  /* 모듈 단가 — 묶음에 없는 것을 낱개로 */
  .addon-h { margin: 54px 0 6px; font-size: 19px; font-weight: 800; letter-spacing: -0.01em; }
  .addon-sub { margin: 0 0 20px; font-size: 13.5px; color: var(--ink2); }
  .mod-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
  .mod-card { background: var(--bg2); border: 1px solid var(--line); border-radius: 16px; padding: 22px 22px 8px; }
  .mod-g {
    margin: 0 0 6px; font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em;
    color: var(--accent); text-transform: none;
  }
  .mod-row { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); }
  .mod-card .mod-row:last-child { border-bottom: none; }
  .mod-n { font-size: 13.5px; font-weight: 600; color: var(--ink); }
  .mod-n em { display: block; font-style: normal; font-size: 12px; font-weight: 400; color: var(--ink3); margin-top: 2px; line-height: 1.5; }
  .mod-p { font-size: 13.5px; font-weight: 700; white-space: nowrap; font-variant-numeric: tabular-nums; }

  /* 유지보수 — 만든 뒤에 드는 돈 */
  .maint { background: var(--bg2); border: 1px solid var(--line); border-radius: 16px; padding: 26px 26px 12px; margin-top: 18px; }
  .maint-h { margin: 0 0 4px; font-size: 16px; font-weight: 800; }
  .maint-s { margin: 0 0 16px; font-size: 13.5px; color: var(--ink2); line-height: 1.7; }
  .maint-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 32px; }
  .maint-free { color: var(--accent); }
  @media (max-width: 900px) { .mod-grid { grid-template-columns: 1fr; } .maint-grid { grid-template-columns: 1fr; } }
  .price-note a { color: var(--accent); font-weight: 600; }
  @media (max-width: 780px) { .price-grid { grid-template-columns: 1fr; } }

  /* ---------- faq ---------- */
  .faq-list { display: flex; flex-direction: column; gap: 10px; margin-top: 34px; max-width: 760px; }
  details { background: var(--bg2); border: 1px solid var(--line); border-radius: 12px; padding: 2px 22px; transition: border-color 0.18s ease, box-shadow 0.18s ease; }
  details:hover { border-color: var(--line2); }
  details[open] { border-color: var(--line2); box-shadow: var(--shadow-sm); }
  summary { cursor: pointer; padding: 18px 0; font-size: 15px; font-weight: 700; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 14px; }
  summary::-webkit-details-marker { display: none; }
  summary::after {
    content: ""; flex: none; width: 8px; height: 8px; margin-right: 4px;
    border-right: 2px solid var(--accent); border-bottom: 2px solid var(--accent);
    transform: rotate(45deg); transition: transform 0.24s cubic-bezier(.22,.68,.2,1);
  }
  details[open] summary::after { transform: rotate(-135deg); }
  details p { font-size: 14px; color: var(--ink2); line-height: 1.75; margin: 0 0 20px; max-width: 44em; }

  /* ---------- cta band ---------- */
  .cta-band { background: var(--ink); text-align: center; position: relative; overflow: hidden; }
  .cta-band::before {
    content: ""; position: absolute; left: 50%; top: -34%; width: 980px; height: 660px;
    transform: translateX(-50%); pointer-events: none;
    background: radial-gradient(closest-side, rgba(184,121,47,0.17), rgba(184,121,47,0));
  }
  .cta-band > .bj-shell { position: relative; }
  .cta-band h2 { color: #fff; max-width: 18em; margin: 0 auto 14px; }
  .cta-band .lead { color: #a9abbd; max-width: 30em; margin: 0 auto 10px; }
  .cta-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 0; }
  .cta-form { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 0; }
  .cta-form input {
    font-family: inherit; font-size: 14.5px; background: #212330; border: 1px solid #34364a;
    color: #fff; border-radius: 999px; padding: 14px 20px; width: 280px;
    transition: border-color 0.16s ease, background 0.16s ease;
  }
  .cta-form input::placeholder { color: #6d7086; }
  .cta-form input:hover { border-color: #464962; }
  .cta-form input:focus { outline: none; border-color: var(--accent); background: #262837; }
  .cta-form input.invalid { border-color: #d08a6b; }
  .cta-msg { min-height: 20px; margin: 16px 0 0; font-size: 13px; color: #a9abbd; }
  .cta-msg.err { color: #e0a184; }
  .cta-msg.ok { color: #e6c79b; }

  /* ---------- footer ---------- */
  footer { padding: 40px 0; }
  .footer-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
  .footer-tag { font-size: 12.5px; color: var(--ink3); }
  .footer-nav { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 18px; }
  .footer-nav a { text-decoration: none; font-size: 13px; font-weight: 600; color: var(--ink2); }
  .footer-nav a:hover { color: var(--accent); }
  .footer-biz { margin-top: 22px; padding-top: 22px; border-top: 1px solid var(--line); }
  .footer-biz p { font-size: 11.5px; color: var(--ink3); line-height: 1.85; margin: 0; }

  /* ---------- founder note (왜 만들었나) ---------- */
  .founder { background: var(--bg2); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .founder-wrap { display: grid; grid-template-columns: 0.56fr 1.44fr; gap: 56px; align-items: start; }
  .founder-side { position: sticky; top: 100px; }
  .founder-avatar {
    width: 56px; height: 56px; border-radius: 16px; background: var(--ink); color: #fff;
    display: flex; align-items: center; justify-content: center; margin-bottom: 18px;
  }
  .founder-avatar svg { width: 27px; height: 27px; display: block; }
  .founder-side h3 { font-size: 19px; font-weight: 800; margin: 0 0 6px; }
  .founder-side .role { font-size: 13px; color: var(--ink2); line-height: 1.6; }
  .founder-note { border-left: 2px solid var(--line2); padding: 2px 0 2px 40px; max-width: 40em; }
  .founder-note p { font-size: 16.5px; line-height: 1.92; color: var(--ink); margin: 0 0 24px; letter-spacing: -0.004em; }
  .founder-note p:last-child { margin-bottom: 0; }
  .founder-note b { color: var(--accent); font-weight: 800; }
  .founder-sign { margin-top: 22px; font-size: 13.5px; color: var(--ink2); font-weight: 700; }
  @media (max-width: 860px) { .founder-wrap { grid-template-columns: 1fr; gap: 30px; } .founder-side { position: static; display: flex; align-items: center; gap: 14px; } .founder-avatar { margin-bottom: 0; } .founder-note { padding: 2px 0 2px 22px; } }

  /* ---------- quotes woven through sections ---------- */
  .anecdote { margin: 26px 0 0; padding-left: 20px; border-left: 2px solid var(--accent); font-size: 15px; font-style: italic; line-height: 1.78; color: var(--ink2); max-width: 40em; }
  .anecdote cite { display: block; margin-top: 8px; font-size: 12.5px; font-style: normal; font-weight: 700; color: var(--ink3); }
  .tab-copy p.tab-quote { margin: 20px 0 0; padding-left: 16px; border-left: 2px solid var(--line2); font-size: 13.5px; font-style: italic; line-height: 1.7; color: var(--ink3); }
  .price-quote { text-align: center; font-size: 12.5px; font-style: italic; color: var(--ink3); margin: 12px auto 0; max-width: 46em; }
  .cta-quote { margin: 0 0 30px; font-size: 12.5px; color: #8b8ea3; }

  /* ---------- 고정 스크롤 쇼케이스 (실제 화면 5장) ----------
     데스크톱 + 엔진: .scrolly-sticky 를 엔진이 화면에 고정(pin)하고, 스크롤 진행도에 따라
     .sc-screen 이 차례로 바뀐다(absolute 로 겹쳐 둠). 엔진이 없거나 좁은 화면이면 아래
     '펼침' 규칙이 이겨서 그냥 세로 목록이 된다 — 어느 쪽이든 링크·내용은 같다. */
  .scrolly { margin-top: 44px; }
  .scrolly-sticky { display: grid; grid-template-columns: 280px 1fr; gap: 48px; align-items: center; }
  .sc-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
  .sc-step {
    position: relative; padding: 12px 14px 12px 18px; border-radius: 12px; cursor: pointer;
    display: grid; grid-template-columns: auto 1fr; column-gap: 12px; align-items: baseline;
    color: var(--ink3); transition: color 0.3s ease, background 0.3s ease;
  }
  .sc-step::before {
    content: ""; position: absolute; left: 0; top: 14px; bottom: 14px; width: 3px; border-radius: 3px;
    background: var(--accent); transform: scaleY(0); transform-origin: top; transition: transform 0.35s cubic-bezier(.2,.7,.2,1);
  }
  .sc-step .sc-n { font-family: "SF Mono", Consolas, monospace; font-size: 11px; letter-spacing: 0.08em; grid-row: span 2; align-self: start; padding-top: 3px; }
  .sc-step b { font-size: 15px; font-weight: 800; color: inherit; }
  .sc-step span:last-child { grid-column: 2; font-size: 12.5px; margin-top: 2px; }
  .sc-step.on { color: var(--ink); background: var(--bg2); }
  .sc-step.on::before { transform: scaleY(1); }
  .sc-step.on span:last-child { color: var(--ink2); }
  .sc-step:hover { color: var(--ink); }
  .sc-stage { position: relative; aspect-ratio: 16 / 10.9; }
  .sc-screen { position: absolute; inset: 0; display: block; text-decoration: none; color: inherit; will-change: transform, opacity; }
  .sc-screen .frame { box-shadow: var(--shadow-lg); transition: box-shadow 0.3s ease; }
  .sc-screen:hover .frame { box-shadow: 0 2px 4px rgba(28,30,50,.06), 0 44px 70px -26px rgba(28,30,50,.4); }
  .sc-screen .frame-view { aspect-ratio: 16 / 9.2; overflow: hidden; background: #0c0e13; }
  .sc-screen .frame-view img { width: 100%; height: 100%; object-fit: cover; object-position: top center; }
  /* 캡션은 '지금 장'만 — 장이 겹쳐 전환되는 동안 캡션까지 겹치면 글자가 뭉개진다 */
  .sc-cap { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; margin: 14px 2px 0; flex-wrap: wrap; opacity: 0; transition: opacity 0.25s ease; }
  .sc-screen.on .sc-cap, html:not(.motion) .sc-cap { opacity: 1; }
  @media (max-width: 760px) { .sc-cap { opacity: 1; } }
  .sc-cap b { font-size: 14.5px; font-weight: 800; }
  .sc-cap span { font-size: 12px; color: var(--ink3); }
  .sc-progress { grid-column: 1 / -1; height: 2px; background: var(--line); border-radius: 2px; overflow: hidden; margin-top: 6px; }
  .sc-progress i { display: block; height: 100%; background: var(--accent); transform: scaleX(0); transform-origin: left; }
  /* 펼침 — 엔진 없음(html:not(.motion)) 또는 좁은 화면: 고정 없이 세로로 전부 보여준다 */
  html:not(.motion) .scrolly-sticky { grid-template-columns: 1fr; }
  html:not(.motion) .sc-list, html:not(.motion) .sc-progress { display: none; }
  html:not(.motion) .sc-stage { aspect-ratio: auto; display: grid; gap: 36px; }
  html:not(.motion) .sc-screen { position: static; opacity: 1 !important; transform: none !important; visibility: visible !important; }
  @media (max-width: 760px) {
    .scrolly-sticky { grid-template-columns: 1fr; }
    .sc-list, .sc-progress { display: none; }
    .sc-stage { aspect-ratio: auto; display: grid; gap: 30px; }
    .sc-screen { position: static; opacity: 1 !important; transform: none !important; visibility: visible !important; }
  }

  /* 계산기(PricingCalculator)는 대시보드 테마 변수 이름을 쓴다.
     이 페이지는 랜딩 팔레트라 여기서 이름을 이어준다. */
  :root {
    --text: var(--ink); --text2: var(--ink2); --text3: var(--ink3);
    --border: var(--line); --border2: var(--line2); --bg3: var(--accent-tint);
  }
  .calc-wrap { margin-top: 26px; }
