/* vpn3 — 첫 화면 한 장 (2026-09-27)
 *
 * 정본: docs/vpn3/DESIGN.md
 *   · 큰 틀(로딩 · 알약 메뉴 · 겹쳐 올라오는 판 · 색 전환 · 넘기는 요소)은 fixaplan.com 을 designlang 과
 *     Playwright 로 잰 값 그대로입니다(1440×900 · 390×844).
 *   · 스크롤을 따라 내려오는 유리 방울은 refero ThoughtLab 문서의 세부입니다(vpn3-bubble.js).
 * 색은 :root 에만 둡니다. 아래에서 색을 새로 적지 않습니다.
 */

@font-face { font-family: 'Switzer'; font-weight: 400; font-style: normal; font-display: swap; src: url('../fonts/Switzer-400.woff2') format('woff2'); }
@font-face { font-family: 'Switzer'; font-weight: 500; font-style: normal; font-display: swap; src: url('../fonts/Switzer-500.woff2') format('woff2'); }
@font-face { font-family: 'Switzer'; font-weight: 600; font-style: normal; font-display: swap; src: url('../fonts/Switzer-600.woff2') format('woff2'); }
@font-face { font-family: 'Instrument Serif'; font-weight: 400; font-style: italic; font-display: swap; src: url('../fonts/InstrumentSerif-Italic.woff2') format('woff2'); }
/* 한글은 Pretendard 로만 그립니다. Switzer 에 한글이 없어 한글 글자는 여기로 넘어옵니다. */
@font-face { font-family: 'Pretendard'; font-weight: 400; font-style: normal; font-display: swap; src: local('Pretendard Regular'), url('../fonts/Pretendard-Regular.subset.woff2') format('woff2'); }
@font-face { font-family: 'Pretendard'; font-weight: 500; font-style: normal; font-display: swap; src: local('Pretendard Medium'), url('../fonts/Pretendard-Medium.subset.woff2') format('woff2'); }
@font-face { font-family: 'Pretendard'; font-weight: 600; font-style: normal; font-display: swap; src: local('Pretendard SemiBold'), url('../fonts/Pretendard-SemiBold.subset.woff2') format('woff2'); }

:root {
  /* 색 — fixaplan 실측(designlang 점유율: #EAEAEA 45% · #000000 33% · #1A1A1A 22%) */
  --c-black: #000000;
  --c-white: #FFFFFF;
  --c-panel: #EAEAEA;
  --c-ink-2: #262626;
  --c-mute: #868686;
  --c-dark-1: #151515;
  --c-dark-2: #1A1A1A;
  --a-ink-05: rgba(0, 0, 0, 0.05);
  --a-ink-10: rgba(0, 0, 0, 0.1);
  --a-ink-20: rgba(0, 0, 0, 0.2);
  --a-ink-30: rgba(0, 0, 0, 0.3);
  --a-ink-50: rgba(0, 0, 0, 0.5);
  --a-ink-60: rgba(0, 0, 0, 0.6);
  --a-white-10: rgba(255, 255, 255, 0.1);
  --a-white-15: rgba(255, 255, 255, 0.15);
  --a-white-40: rgba(255, 255, 255, 0.4);
  --a-white-50: rgba(255, 255, 255, 0.5);
  --a-white-60: rgba(255, 255, 255, 0.6);
  --a-white-80: rgba(255, 255, 255, 0.8);
  --shade-hero: radial-gradient(62% 36% at 50% 60%, rgba(6, 18, 40, 0.58) 0%, rgba(6, 18, 40, 0.30) 58%, rgba(6, 18, 40, 0) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.04) 38%, rgba(0, 0, 0, 0.40) 100%);
  --shade-final: linear-gradient(200deg, rgba(4, 14, 32, 0.62) 0%, rgba(4, 14, 32, 0.18) 30%, rgba(4, 14, 32, 0) 46%), linear-gradient(0deg, rgba(4, 14, 32, 0.80) 0%, rgba(4, 14, 32, 0.46) 26%, rgba(4, 14, 32, 0) 52%);
  --shade-stuck: linear-gradient(0deg, rgba(0, 0, 0, 0.82) 0%, rgba(0, 0, 0, 0.56) 40%, rgba(0, 0, 0, 0) 68%);
  --shade-final-m: linear-gradient(180deg, rgba(4, 14, 32, 0.72) 0%, rgba(4, 14, 32, 0.34) 30%, rgba(4, 14, 32, 0) 44%), linear-gradient(0deg, rgba(4, 14, 32, 0.86) 0%, rgba(4, 14, 32, 0.56) 42%, rgba(4, 14, 32, 0) 70%);
  --halo: 0 0 22px rgba(6, 18, 40, 0.55), 0 1px 3px rgba(6, 18, 40, 0.45);
  --shade-bar: rgba(10, 24, 48, 0.34);

  /* 글꼴 — 영문은 fixaplan 과 같은 Switzer · Instrument Serif, 한글은 Pretendard */
  --font-sans: 'Switzer', 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Malgun Gothic', sans-serif;
  --font-serif: 'Instrument Serif', 'Pretendard', serif;

  /* 글자 사다리 — fixaplan 1.125 (실측 px) */
  --t-display: 120px;
  --t-1: 96px;
  --t-2: 66px;
  --t-3: 46px;
  --t-loader: 42px;
  --t-5: 32px;
  --t-6: 28px;
  --t-7: 24px;
  --t-8: 20px;
  --t-9: 18px;
  --t-body: 16px;
  --t-sm: 14px;
  --t-xs: 12px;

  /* 모양 · 간격 */
  --r-btn: 10px;
  --r-pill: 14px;
  --r-card: 24px;
  --r-panel: 40px;
  --gutter: 60px;
  --section: 160px;
  --panel-overlap: 45px;

  /* 움직임 — fixaplan 400ms · cubic-bezier(.44,0,.56,1) + Framer 기본 곡선 */
  --ease-std: cubic-bezier(0.44, 0, 0.56, 1);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-io: cubic-bezier(0.76, 0, 0.24, 1);
  --dur: 0.4s;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; background: var(--c-panel); }
html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-stopped { overflow: hidden; }
body {
  margin: 0;
  background: var(--c-black);
  color: var(--c-black);
  font-family: var(--font-sans);
  font-size: var(--t-body);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
img, video, canvas, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }
p, h1, h2, h3, dl, dd { margin: 0; }
:lang(ko) { word-break: keep-all; overflow-wrap: break-word; }
em.serif { font-family: var(--font-serif); font-style: italic; font-weight: 400; letter-spacing: -0.01em; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 20; background: var(--c-white); padding: 10px 14px; border-radius: var(--r-btn); }
.skip:focus { top: 16px; }
:focus-visible { outline: 2px solid var(--c-white); outline-offset: 3px; }
.on-light :focus-visible, .panel :focus-visible { outline-color: var(--c-black); }

/* ------------------------------------------------------------ 로딩 (fixaplan: #EAEAEA 위 42px 한 단어씩) */
.loader { display: none; }
.js .loader {
  display: grid;
  place-items: center;
  position: fixed;
  inset: 0;
  z-index: 30;
  background: var(--c-panel);
  pointer-events: none;
}
.loader__line { font-size: var(--t-loader); line-height: 1.2; letter-spacing: -0.04em; color: var(--c-ink-2); white-space: nowrap; }
.loader__word { display: inline-block; opacity: 0; filter: blur(10px); transition: opacity 0.6s var(--ease-std), filter 0.6s var(--ease-std); }
.loader__word.is-in { opacity: 1; filter: blur(0); }
.loader__curtain {
  position: fixed; inset: 0; z-index: 31; background: var(--c-black);
  transform: translateY(100%);
}
.is-curtain .loader__curtain { transform: translateY(0); transition: transform 0.9s var(--ease-io); }
.is-ready .loader, .no-intro .loader { display: none; }
/* 막이 걷힌 뒤에도 잠깐 검은 바탕 위에 제목만 떠오르고(fixaplan), 그다음 영상이 밝아집니다 */
.js .stage::after { content: ''; position: absolute; inset: 0; background: var(--c-black); opacity: 1; transition: opacity 0.9s var(--ease-std); }
.is-lit .stage::after { opacity: 0; }

/* ------------------------------------------------------------ 알약 메뉴 (148×51 · 위 30px · 가운데) */
.pill {
  position: fixed; top: 30px; left: 50%; z-index: 25;
  transform: translateX(-50%);
  display: flex; align-items: center; gap: 22px;
  height: 51px; padding: 0 18px 0 20px;
  background: var(--c-white); border-radius: var(--r-pill);
  color: var(--c-black);
  transition: opacity var(--dur) var(--ease-std), transform 0.6s var(--ease-out);
}
.js .pill { opacity: 0; transform: translate(-50%, -12px); }
.is-ready .pill { opacity: 1; transform: translate(-50%, 0); }
.pill__brand { font-size: var(--t-8); font-weight: 600; letter-spacing: -0.02em; line-height: 1; }
.pill__links { display: flex; gap: 22px; overflow: hidden; max-width: 0; opacity: 0; visibility: hidden; transition: max-width 0.5s var(--ease-out), opacity 0.3s var(--ease-std), visibility 0s linear 0.5s; }
.pill__links a { white-space: nowrap; font-size: var(--t-body); line-height: 1; }
.pill__links a:hover { opacity: 0.55; }
.pill.is-open .pill__links { max-width: 420px; opacity: 1; visibility: visible; transition-delay: 0s; }
.pill__toggle { width: 44px; height: 44px; display: grid; place-items: center; margin-right: -13px; }
.pill__bars { display: grid; gap: 4px; }
.pill__bars i { display: block; width: 16px; height: 2px; background: currentColor; border-radius: 2px; transition: transform var(--dur) var(--ease-out); }
.pill.is-open .pill__bars i:first-child { transform: translateY(3px) rotate(45deg); }
.pill.is-open .pill__bars i:last-child { transform: translateY(-3px) rotate(-45deg); }

/* ------------------------------------------------------------ 뒤 무대 (히어로 영상은 화면에 고정 — 판이 그 위로 올라옵니다) */
.stage { position: fixed; inset: 0; z-index: 0; overflow: hidden; background: var(--c-black); }
.stage__video, .stage__blur { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.stage__blur { opacity: 0; will-change: opacity; }
.stage__shade { position: absolute; inset: 0; background: var(--shade-hero); }
.stage__dim { position: absolute; inset: 0; background: var(--c-black); opacity: 0; will-change: opacity; }

/* 방울 캔버스 — 화면에 고정, 누르는 것을 막지 않습니다 */
.bubble { position: fixed; inset: 0; z-index: 6; width: 100%; height: 100%; pointer-events: none; }

main { position: relative; z-index: 1; }

/* ------------------------------------------------------------ 1. 기믹 — 첫 화면 */
.hero { position: relative; height: calc(100svh + 54px); padding-bottom: 100px; color: var(--c-white); }
.hero__inner { position: sticky; top: 0; height: 100svh; }
.hero__copy { position: absolute; left: 0; right: 0; top: 48.9%; text-align: center; padding: 0 16px; }
.hero__title { font-size: var(--t-1); font-weight: 400; line-height: 0.95; letter-spacing: -0.03em; text-shadow: var(--halo); }
.hero__line { display: block; overflow: hidden; padding-bottom: 0.08em; margin-bottom: -0.08em; }
.hero__line > span { display: inline-block; }
.js .hero__line > span { transform: translateY(110%); }
.is-ready .hero__line > span { transform: translateY(0); transition: transform 1s var(--ease-out); }
.is-ready .hero__line + .hero__line > span { transition-delay: 0.08s; }
.hero__sub { margin: 34px auto 0; max-width: 300px; font-size: var(--t-body); line-height: 1.25; letter-spacing: -0.02em; color: var(--c-white); text-shadow: var(--halo); }
.hero__bar {
  position: absolute; left: 50%; bottom: 46px; transform: translateX(-50%);
  display: flex; align-items: center; gap: 24px;
  padding: 4px 4px 4px 16px; border-radius: 12px;
  background: var(--shade-bar);
  -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
  white-space: nowrap;
}
.hero__bar p { font-size: var(--t-body); line-height: 1; }
.js .hero__sub, .js .hero__bar { opacity: 0; }
.is-ready .hero__sub, .is-ready .hero__bar { opacity: 1; transition: opacity 0.8s var(--ease-std) 0.35s; }

/* 단추 (fixaplan 「Join the waitlist」 140×42) */
.btn { display: inline-flex; align-items: center; justify-content: center; height: 42px; padding: 0 16px; border-radius: var(--r-btn); font-size: var(--t-body); font-weight: 500; line-height: 1; letter-spacing: -0.02em; white-space: nowrap; transition: transform 0.25s var(--ease-out), opacity 0.25s var(--ease-std); }
.btn:active { transform: scale(0.97); }
.btn--primary { background: var(--c-white); color: var(--c-black); }
.btn--dark { background: var(--c-black); color: var(--c-white); }

/* ------------------------------------------------------------ 겹쳐 올라오는 판 */
.panel { position: relative; z-index: 2; background: var(--c-panel); border-radius: var(--r-panel); }
.panel--first { margin-top: calc(var(--panel-overlap) * -1); padding: var(--section) 0; }
.tag { display: inline-flex; align-items: center; height: 26px; padding: 0 10px; border-radius: 8px; background: var(--a-ink-05); font-size: var(--t-sm); line-height: 1; letter-spacing: 0; color: var(--a-ink-60); white-space: nowrap; }
.tag--dark { background: var(--a-white-10); color: var(--a-white-50); }

/* 2. 불편점 — 말 한 덩이 */
.lead { display: grid; grid-template-columns: 1fr 475px 1fr; column-gap: 72px; padding: 0 var(--gutter); }
.lead .tag { justify-self: end; margin-top: 8px; }
.lead__text { font-size: var(--t-5); line-height: 1.2; letter-spacing: -0.02em; }
.lead__text .dim { color: var(--a-ink-50); }
.lead__ticker { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 10px; margin-top: 6px; color: var(--a-ink-50); }
.tick-unit { white-space: nowrap; }
.chip { display: inline-block; position: relative; height: 1.2em; overflow: hidden; vertical-align: bottom; padding: 0 10px; border-radius: 10px; background: var(--c-white); color: var(--c-black); transition: width 0.6s var(--ease-io); }
.chip__rail { display: block; transition: transform 0.6s var(--ease-io); }
.chip__rail > span { display: block; width: max-content; height: 1.2em; line-height: 1.2em; white-space: nowrap; }

/* 막힌 화면 (fixaplan 의 사진+막대 자리 · 1416×577 · 둥근 24) */
.stuck { position: relative; margin: 110px 12px 0; height: 577px; border-radius: var(--r-card); overflow: hidden; background: var(--c-dark-2); }
.stuck img { width: 100%; height: 100%; object-fit: cover; }
.stuck::after { content: ''; position: absolute; inset: 0; background: var(--shade-stuck); pointer-events: none; }
.stuck__rows { z-index: 1; text-shadow: var(--halo); position: absolute; left: 50%; bottom: 64px; width: min(470px, calc(100% - 40px)); transform: translateX(-50%); display: grid; gap: 22px; color: var(--c-white); }
.stuck__row { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 16px; font-size: var(--t-body); line-height: 1.2; }
.stuck__track { grid-column: 1 / -1; height: 3px; border-radius: 3px; background: var(--a-white-15); overflow: hidden; }
.stuck__fill { height: 100%; width: 0; background: var(--c-white); transition: width 2.4s var(--ease-out); }
.stuck.is-in .stuck__fill { width: var(--to, 18%); }
.stuck__row b { font-weight: 500; color: var(--a-white-80); }

/* 다리 — 「흔한 VPN 도…」 + 96px 한 줄 + 카드 셋 */
.bridge { padding: 90px var(--gutter) 0; }
.bridge__kick { max-width: 440px; font-size: var(--t-5); line-height: 1.1; letter-spacing: -0.02em; color: var(--a-ink-60); }
.bridge__title { margin-top: 118px; font-size: var(--t-1); font-weight: 400; line-height: 0.95; letter-spacing: -0.05em; }
.words > span { display: inline-block; }
.js .words > span { opacity: 0; transform: translateY(0.35em); }
.words.is-in > span { opacity: 1; transform: none; transition: opacity 0.7s var(--ease-std), transform 0.9s var(--ease-out); transition-delay: calc(var(--i) * 60ms); }
.cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 60px; }
.card3 { display: flex; flex-direction: column; justify-content: space-between; min-height: 350px; padding: 40px; border-radius: var(--r-card); background: var(--a-ink-05); }
.card3 svg { width: 28px; height: 28px; }
.card3 h3 { font-size: var(--t-8); font-weight: 500; line-height: 0.95; letter-spacing: -0.02em; }
.card3 p { margin-top: 16px; font-size: var(--t-8); line-height: 1.2; letter-spacing: -0.02em; color: var(--a-ink-60); }

/* 3. 소구 — 어두운 무대 위 고정 목록 + 오른쪽 카드 */
.tools { position: relative; z-index: 1; display: grid; grid-template-columns: 464px 1fr; column-gap: 40px; padding: var(--section) var(--gutter) 120px; color: var(--c-white); }
.tools__side { position: sticky; top: 100px; height: 720px; display: flex; flex-direction: column; justify-content: space-between; }
.tools__title { font-size: var(--t-3); font-weight: 400; line-height: 0.95; letter-spacing: -0.03em; }
.tools__list { list-style: none; margin: 60px 0 0; padding: 0; display: grid; gap: 8px; }
.tools__list li { display: inline-flex; }
.tools__list a { display: inline-flex; align-items: center; height: 36px; padding: 0 15px; border-radius: 8px; font-size: var(--t-body); line-height: 1; color: var(--a-white-50); transition: color var(--dur) var(--ease-std), background var(--dur) var(--ease-std), font-size var(--dur) var(--ease-std); }
.tools__list a.is-on { color: var(--c-white); background: var(--a-white-10); font-size: var(--t-9); }
.tools__cta p { font-size: var(--t-body); line-height: 1.2; }
.tools__cta .btn { margin-top: 12px; height: 32px; padding: 0 12px; font-size: var(--t-sm); }
.tools__cards { display: grid; gap: 40px; justify-self: end; width: 556px; }
.tcard { display: grid; grid-template-rows: auto 1fr auto; gap: 20px; min-height: 561px; padding: 36px; border-radius: var(--r-card); background: var(--a-ink-30); -webkit-backdrop-filter: blur(20px); backdrop-filter: blur(20px); }
.tcard__head svg { width: 28px; height: 28px; }
.tcard__head h3 { margin-top: 18px; font-size: var(--t-8); font-weight: 500; line-height: 1; letter-spacing: -0.02em; }
.tcard__shot { display: grid; place-items: center; }
.tcard__shot img { width: 188px; aspect-ratio: 603 / 1311; height: auto; border-radius: 26px; box-shadow: 0 0 0 5px var(--c-dark-2); }
.tcard p { font-size: var(--t-body); line-height: 1.2; color: var(--a-white-60); max-width: 420px; }

/* 앱 화면 넘기기 (fixaplan 「Meet Fixa AI」 #151515 판 · #1A1A1A 상자 1320×700) */
.showcase { position: relative; z-index: 2; margin-bottom: calc(var(--r-panel) * -1); padding: var(--section) var(--gutter) 150px; border-radius: var(--r-panel); background: var(--c-dark-1); color: var(--c-white); }
.showcase__lead { display: grid; grid-template-columns: 1fr 521px 1fr; column-gap: 72px; }
.showcase__lead .tag { justify-self: end; margin-top: 6px; }
.showcase__lead p { font-size: var(--t-5); line-height: 1.1; letter-spacing: -0.02em; color: var(--a-white-50); }
.showcase__lead strong { font-weight: 500; color: var(--c-white); }
.deck { display: grid; grid-template-columns: 340px 1fr; gap: 40px; margin-top: 60px; height: 700px; padding: 60px 64px; border-radius: var(--r-card); background: var(--c-dark-2); overflow: hidden; }
.acc { list-style: none; margin: 0; padding: 0; display: grid; align-content: center; gap: 10px; }
.acc__item { border-radius: 16px; background: var(--a-white-10); }
.acc__btn { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 12px; padding: 18px 20px; text-align: left; font-size: var(--t-8); line-height: 1.1; letter-spacing: -0.03em; }
.acc__btn svg { width: 14px; height: 14px; flex: none; transition: transform var(--dur) var(--ease-out); }
.acc__item.is-on .acc__btn svg { transform: rotate(180deg); }
.acc__body { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.5s var(--ease-out); }
.acc__item.is-on .acc__body { grid-template-rows: 1fr; }
.acc__body > div { overflow: hidden; }
.acc__body p { padding: 0 20px 20px; font-size: var(--t-body); line-height: 1.3; color: var(--a-white-60); }
.rail { position: relative; overflow: hidden; touch-action: pan-y; cursor: grab; }
.rail:active { cursor: grabbing; }
.rail__track { display: flex; gap: 36px; height: calc(100% - 44px); align-items: center; padding-left: 40px; transition: transform 0.8s var(--ease-io); will-change: transform; }
.phone { flex: none; width: 240px; aspect-ratio: 390 / 844; border-radius: 38px; padding: 7px; background: var(--c-black); box-shadow: 0 0 0 1px var(--a-white-15); }
.phone img { width: 100%; height: 100%; object-fit: cover; border-radius: 31px; }
.dots { position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); display: flex; gap: 6px; }
.dots { gap: 0; }
.dots button { display: grid; place-items: center; width: 44px; height: 44px; }
.dots button::before { content: ''; width: 10px; height: 4px; border-radius: 4px; background: var(--a-white-40); transition: width var(--dur) var(--ease-out), background var(--dur) var(--ease-std); }
.dots button.is-on::before { width: 26px; background: var(--c-white); }

/* 마지막 빛 — 화면 가득한 한 장 (fixaplan 빨간 절 자리) */
.finale { position: relative; z-index: 1; height: 180svh; color: var(--c-white); }
.finale__sticky { position: sticky; top: 0; height: 100svh; overflow: hidden; }
.finale__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.finale__shade { position: absolute; inset: 0; background: var(--shade-final); }
.finale__say { position: absolute; right: var(--gutter); top: 130px; max-width: 560px; text-align: right; }
.finale__say h2 { font-size: var(--t-2); font-weight: 500; line-height: 1; letter-spacing: -0.03em; text-shadow: var(--halo); }
.finale__say .btn { margin-top: 32px; }
.finale__pick { position: absolute; left: var(--gutter); bottom: 64px; max-width: 520px; }
.finale__pick h3 { font-size: var(--t-5); font-weight: 500; line-height: 1.05; letter-spacing: -0.02em; text-shadow: var(--halo); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.chips a { display: inline-flex; align-items: center; height: 32px; padding: 0 12px; border-radius: 8px; background: var(--a-ink-50); -webkit-backdrop-filter: blur(12px); backdrop-filter: blur(12px); font-size: var(--t-sm); line-height: 1; transition: background var(--dur) var(--ease-std); }
.chips a:hover { background: var(--a-ink-60); }
.finale__note { margin-top: 20px; font-size: var(--t-xs); line-height: 1.5; letter-spacing: -0.01em; color: var(--c-white); text-shadow: var(--halo); }
.finale__note a { text-decoration: underline; text-underline-offset: 2px; }

/* 자주 묻는 것 + 큰 글자 + 꼬리말 카드 */
.panel--end { margin-top: calc(var(--r-panel) * -1); padding: var(--section) 0 0; border-radius: var(--r-panel) var(--r-panel) 0 0; }
.faq__lead { display: grid; grid-template-columns: 1fr 559px 1fr; column-gap: 72px; padding: 0 var(--gutter); }
.faq__lead .tag { justify-self: end; margin-top: 8px; }
.faq__lead p { font-size: var(--t-5); line-height: 1.2; letter-spacing: -0.02em; color: var(--a-ink-50); }
.faq__lead .chipword { display: inline-block; padding: 0 10px; border-radius: 10px; background: var(--c-white); color: var(--c-black); }
.faq__list { list-style: none; width: min(670px, calc(100% - 32px)); margin: 60px auto 0; padding: 0; display: grid; gap: 12px; }
.faq__item { border-radius: var(--r-card); background: var(--a-ink-05); }
.faq__q { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 16px; padding: 24px 28px; text-align: left; font-size: var(--t-9); line-height: 1.2; letter-spacing: -0.02em; }
.faq__q i { flex: none; width: 26px; height: 18px; border-radius: 9px; background: var(--a-ink-05); display: grid; place-items: center; }
.faq__q svg { width: 10px; height: 10px; transition: transform var(--dur) var(--ease-out); }
.faq__item.is-on .faq__q svg { transform: rotate(180deg); }
.faq__a { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 0.5s var(--ease-out); }
.faq__item.is-on .faq__a { grid-template-rows: 1fr; }
.faq__a > div { overflow: hidden; }
.faq__a p { padding: 0 28px 24px; font-size: var(--t-body); line-height: 1.45; color: var(--a-ink-60); }
.bigword { margin-top: 140px; text-align: center; font-size: var(--t-display); line-height: 0.84; letter-spacing: -0.04em; }
.bigword span { display: block; }
.foot { position: relative; margin: -62px 47px 0; padding: 36px 38px 30px; border-radius: var(--r-card); background: var(--c-dark-2); color: var(--c-white); }
.foot__top { display: grid; grid-template-columns: 1fr 260px 180px; gap: 40px; }
.foot__brand { font-size: var(--t-8); font-weight: 600; letter-spacing: -0.02em; }
.foot__hook { margin-top: 26px; line-height: 1.3; }
.foot__hook span { display: block; color: var(--a-white-60); }
.foot__top .btn { margin-top: 14px; height: 32px; padding: 0 12px; font-size: var(--t-sm); }
.foot h4 { margin: 0 0 12px; font-size: var(--t-body); font-weight: 400; color: var(--a-white-50); }
.foot ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.foot ul a:hover { opacity: 0.6; }
.foot .site-footer__biz { margin-top: 44px; font-size: var(--t-xs); line-height: 1.5; color: var(--a-white-60); }
.foot .site-footer__biz dl { display: flex; flex-wrap: wrap; gap: 4px 18px; }
.foot .site-footer__biz dl > div { display: flex; gap: 6px; }
.foot__note { margin-top: 8px; font-size: var(--t-xs); line-height: 1.5; color: var(--a-white-60); }
.foot .site-footer__biz dt { color: var(--a-white-60); }
.foot .site-footer__biz dd { color: var(--a-white-80); }
.foot .site-footer__biz a { text-decoration: underline; text-underline-offset: 2px; }
.foot__bottom { display: flex; justify-content: space-between; gap: 16px; margin-top: 26px; font-size: var(--t-sm); color: var(--a-white-60); }
.foot__bottom a { color: var(--c-white); }
.foot-space { height: 47px; }

/* 스크롤에 따라 떠오르기 (fixaplan reveal — 투명도 400ms) */
.js .rise { opacity: 0; transform: translateY(24px); }
.rise.is-in { opacity: 1; transform: none; transition: opacity 0.8s var(--ease-std), transform 1s var(--ease-out); }

/* ------------------------------------------------------------ 좁은 화면 (fixaplan 390 실측) */
@media (max-width: 1100px) {
  .lead, .showcase__lead, .faq__lead { grid-template-columns: 1fr; row-gap: 22px; padding: 0 20px; }
  .showcase__lead { padding: 0; }
  .lead .tag, .showcase__lead .tag, .faq__lead .tag { justify-self: start; margin: 0; }
  .tools { grid-template-columns: 1fr; padding: 120px 20px 100px; }
  .tools__side { position: relative; top: 0; height: auto; }
  .tools__list, .tools__cta { display: none; }
  .tools__cards { width: 100%; margin-top: 50px; }
}
@media (max-width: 767px) {
  :root { --gutter: 20px; --section: 110px; --panel-overlap: 45px; }
  .pill { top: 16px; }
  .pill.is-open { gap: 14px; }
  .pill.is-open .pill__links { gap: 14px; }
  .pill.is-open .pill__brand { display: none; }
  .hero__title { font-size: 49px; }
  .hero__copy { top: 48.7%; }
  .hero__sub { margin-top: 26px; }
  .hero__bar { bottom: 70px; flex-direction: column; gap: 14px; padding: 14px 16px 16px; white-space: normal; text-align: center; width: calc(100% - 64px); }
  .hero__bar p { line-height: 1.2; }
  .panel { border-radius: 24px; }
  .lead__text, .bridge__kick { font-size: var(--t-6); }
  .stuck { margin: 60px 20px 0; height: 520px; }
  .bridge { padding-top: 80px; }
  .bridge__title { margin-top: 60px; font-size: 50px; letter-spacing: -0.05em; }
  .cards3 { grid-template-columns: 1fr; margin-top: 40px; padding: 0 10px; }
  .card3 { min-height: 230px; padding: 24px; }
  .card3 p { font-size: var(--t-body); }
  .tools__title { font-size: var(--t-3); }
  .tools__title br, .finale__say h2 br { display: none; }
  .tcard { min-height: 0; padding: 24px; }
  .tcard__head h3 { font-size: var(--t-7); line-height: 1.2; }
  .showcase { padding: 100px 20px 110px; border-radius: 24px; }
  .showcase__lead p { font-size: var(--t-6); }
  .deck { grid-template-columns: 1fr; height: auto; padding: 24px 16px 44px; gap: 24px; }
  .acc { order: 2; }
  .rail { height: 470px; }
  .rail__track { padding-left: 16px; gap: 20px; }
  .phone { width: 196px; border-radius: 32px; }
  .phone img { border-radius: 26px; }
  .finale { height: 150svh; }
  .finale__shade { background: var(--shade-final-m); }
  .finale__say { left: 20px; right: 20px; top: 110px; text-align: left; }
  .finale__say h2 { font-size: 50px; }
  .finale__pick { left: 20px; right: 20px; bottom: 40px; }
  .chips a { height: 40px; padding: 0 14px; }
  .foot__top .btn, .tools__cta .btn { height: 40px; }
  .panel--end { border-radius: 24px 24px 0 0; }
  .faq__q { padding: 20px 20px; }
  .faq__a p { padding: 0 20px 20px; }
  .bigword { margin-top: 90px; font-size: 56px; line-height: 0.94; letter-spacing: -0.04em; }
  .foot { margin: -24px 12px 0; padding: 28px 24px 24px; }
  .foot__top { grid-template-columns: 1fr 1fr; }
  .foot__top > div:first-child { grid-column: 1 / -1; }
  .foot__bottom { flex-direction: column; }
  .foot-space { height: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .js .rise, .js .words > span { opacity: 1; transform: none; }
}
