:root {
  --night: #0d0915;
  --ivory: #f5efe4;
  --paper: #fffaf1;
  --ink: #1d1721;
  --muted: #726875;
  --gold: #cda86a;
  --gold-soft: #ead3a5;
  --line-dark: rgba(239, 220, 184, 0.18);
  --line-paper: rgba(46, 35, 51, 0.16);
  --serif: "Gowun Batang", serif;
  --sans: "Pretendard Variable", sans-serif;
  --latin: "Manrope", sans-serif;
  --shell: min(1240px, calc(100% - 64px));
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; background: var(--night); }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); font-size: 16px; line-height: 1.7; word-break: keep-all; overflow-wrap: break-word; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
button, a { font: inherit; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
[hidden] { display: none !important; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: #17101e; background: #fffaf1; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.header { position: sticky; z-index: 40; top: 0; height: 78px; color: #faf6ef; border-bottom: 1px solid rgba(255,255,255,.09); background: rgba(10,7,16,.985); }
.header-inner { display: flex; height: 100%; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { display: block; width: 26px; height: 26px; }
.brand-mark svg { width: 100%; height: 100%; fill: none; stroke: currentColor; stroke-width: 1.2; }
.brand-mark svg circle { fill: currentColor; stroke: none; }
.brand-name { font-family: var(--latin); font-size: 18px; font-weight: 750; letter-spacing: .18em; line-height: 1; }
.nav { display: flex; align-items: center; gap: clamp(24px, 3vw, 38px); margin-left: auto; color: #c9c1cb; font-size: 14px; font-weight: 650; }
.nav a { position: relative; }
.nav a::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 1px; content: ""; background: var(--gold); transform: scaleX(0); transition: transform .2s ease; }
.nav a:hover, .nav a:focus-visible, .nav a[aria-current="page"] { color: #fff; }
.nav a:hover::after, .nav a:focus-visible::after, .nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-right { display: flex; align-items: center; gap: 14px; margin-left: clamp(18px, 3vw, 42px); }
.header-review { color: #c9c1cb; font-size: 13px; font-weight: 650; }
.header-cta { display: inline-flex; min-height: 46px; align-items: center; padding: 0 23px; color: #19131e; border-radius: 999px; background: #fbf8f2; font-weight: 750; }
.menu-button { position: relative; display: grid; width: 40px; height: 40px; padding: 0; place-items: center; border: 0; background: transparent; cursor: pointer; }
.menu-button span { position: absolute; width: 22px; height: 1px; background: #fff; transition: transform .2s ease; }
.menu-button span:first-child { transform: translateY(-4px); }
.menu-button span:last-child { transform: translateY(4px); }
.menu-button[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-button[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
.menu-button:focus-visible, a:focus-visible, summary:focus-visible { outline: 2px solid var(--gold-soft); outline-offset: 3px; }

.mobile-menu { position: fixed; z-index: 35; inset: 78px 0 0; overflow-y: auto; overscroll-behavior: contain; color: #f9f4ea; background: #0d0914; }
.mobile-menu-inner { display: grid; grid-template-columns: minmax(210px,.62fr) minmax(0,2.38fr); gap: clamp(42px,6vw,92px); padding-top: 42px; padding-bottom: 54px; }
.mobile-menu-intro { padding-top: 7px; }
.mobile-menu-intro p { margin: 24px 0 0; color: rgba(255,255,255,.62); font-family: var(--serif); font-size: 16px; line-height: 1.7; }
.mobile-menu-content { min-width: 0; }
.mobile-menu-now { border-bottom: 1px solid rgba(255,255,255,.1); }
.mobile-menu-now h2 { margin: 0 0 12px; color: #c4a571; font-family: var(--latin); font-size: 9px; letter-spacing: .17em; }
.menu-now-links { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid rgba(255,255,255,.1); border-left: 1px solid rgba(255,255,255,.1); }
.menu-now-links a { min-height: 88px; display: flex; flex-direction: column; justify-content: center; padding: 13px 18px; border-right: 1px solid rgba(255,255,255,.1); }
.menu-now-links small, .mobile-menu-directory strong { color: #c4a571; font-family: var(--latin); font-size: 9px; font-weight: 750; letter-spacing: .14em; }
.menu-now-links strong { margin-top: 8px; font-family: var(--serif); font-size: 17px; font-weight: 400; }
.menu-now-links-mobile { display: none; }
.mobile-menu-review-cta { display: none; }
.mobile-menu-directory { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 31px 26px; margin-top: 30px; }
.mobile-menu-directory > div { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 2px; }
.mobile-menu-directory strong { margin-bottom: 10px; }
.mobile-menu-directory a { display: inline-flex; min-height: 32px; align-items: center; color: rgba(255,255,255,.7); font-size: 13px; }
.mobile-menu-directory a:hover, .mobile-menu-directory a:focus-visible { color: #fff; }

.hero { position: relative; overflow: hidden; color: #fbf7ef; background: radial-gradient(circle at 78% 24%,rgba(125,78,151,.3),transparent 31%),linear-gradient(132deg,#0d0915 0%,#181021 61%,#100b18 100%); }
.hero::before { position: absolute; inset: 0; content: ""; opacity: .38; background-image: linear-gradient(rgba(234,211,168,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(234,211,168,.055) 1px,transparent 1px); background-size: 88px 88px; mask-image: linear-gradient(to bottom,transparent,#000 17%,#000 82%,transparent); }
.hero-inner { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0,1.28fr) minmax(330px,.72fr); min-height: 558px; align-items: center; gap: 80px; padding: 72px 0 66px; }
.breadcrumbs { display: flex; gap: 8px; margin: 0 0 24px; padding: 0; color: #9e94a3; font-size: 13px; list-style: none; }
.breadcrumbs li + li::before { margin-right: 8px; content: "/"; color: #6f6576; }
.eyebrow { display: flex; align-items: center; gap: 12px; margin-bottom: 17px; color: var(--gold); font-family: var(--latin); font-size: 12px; font-weight: 750; letter-spacing: .17em; text-transform: uppercase; }
.eyebrow::before { width: 34px; height: 1px; content: ""; background: currentColor; }
.hero h1 { margin: 0; font-family: var(--serif); font-size: clamp(50px,5.1vw,72px); font-weight: 400; line-height: 1.19; letter-spacing: -.05em; }
.hero h1 em { color: var(--gold-soft); font-style: normal; }
.hero-summary { max-width: 660px; margin: 22px 0 0; color: #c7beca; font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.hero-actions a { display: inline-flex; min-height: 48px; align-items: center; padding: 0 20px; border: 1px solid var(--line-dark); font-size: 14px; font-weight: 700; }
.hero-actions a:first-child { color: #1a1320; border-color: var(--gold-soft); background: linear-gradient(135deg,#ecd5aa,#caa665); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 9px 20px; margin-top: 25px; color: #938997; font-size: 12px; }
.article-byline { margin: 10px 0 0; color: #aaa0ae; font-size: 12px; }
.article-byline strong { color: #ded4df; font-weight: 650; }
.hero-number { position: relative; min-height: 340px; display: grid; place-items: center; border: 1px solid var(--line-dark); background: rgba(255,255,255,.018); }
.hero-number::before, .hero-number::after { position: absolute; inset: 22px; content: ""; border: 1px solid rgba(235,211,168,.12); border-radius: 50%; }
.hero-number::after { inset: 62px; border-style: dashed; opacity: .72; }
.hero-number-core { position: relative; z-index: 1; text-align: center; }
.hero-number strong { display: block; color: var(--gold-soft); font-family: var(--serif); font-size: 108px; font-weight: 400; line-height: .9; letter-spacing: -.08em; }
.hero-number b { display: block; margin-top: 14px; font-family: var(--latin); font-size: 12px; letter-spacing: .27em; }
.hero-number p { max-width: 220px; margin: 21px auto 0; color: #b8aeba; font-size: 13px; line-height: 1.65; }

.signs { padding: 88px 0 94px; background: var(--paper); }
.section-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(300px,.75fr); gap: 80px; align-items: end; margin-bottom: 40px; }
.section-head h2 { margin: 0; font-family: var(--serif); font-size: 43px; font-weight: 400; line-height: 1.3; letter-spacing: -.035em; }
.section-head p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.sign-grid { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); border-top: 1px solid var(--line-paper); border-left: 1px solid var(--line-paper); }
.sign-card { position: relative; min-height: 184px; padding: 20px 20px 18px; border-right: 1px solid var(--line-paper); border-bottom: 1px solid var(--line-paper); background: rgba(255,255,255,.15); }
.sign-card:nth-child(4n+1) { --sign-accent: #ad7048; }
.sign-card:nth-child(4n+2) { --sign-accent: #78855b; }
.sign-card:nth-child(4n+3) { --sign-accent: #6c7398; }
.sign-card:nth-child(4n) { --sign-accent: #795e86; }
.sign-top { display: flex; align-items: start; justify-content: space-between; gap: 12px; }
.sign-num { color: #9a8f99; font-family: var(--latin); font-size: 12px; letter-spacing: .12em; }
.sign-glyph { color: var(--sign-accent); font-family: Georgia,"Times New Roman",serif; font-size: 31px; line-height: 1; }
.sign-card h3 { margin: 26px 0 3px; font-family: var(--serif); font-size: 21px; font-weight: 400; }
.sign-card p { margin: 0; color: #746a76; font-size: 13px; }
.sign-card small { display: block; margin-top: 13px; color: var(--sign-accent); font-size: 12px; font-weight: 750; }
.date-note { display: flex; justify-content: space-between; gap: 30px; margin-top: 18px; padding: 17px 19px; color: #746a76; border: 1px solid var(--line-paper); font-size: 13px; }
.date-note strong { color: #413646; }

.elements { padding: 88px 0 92px; color: #fbf7ef; background: linear-gradient(145deg,#100b19,#21132d 72%,#110c19); }
.elements .section-head p { color: #b8aeba; }
.elements .section-head h2 { color: #fffaf1; }
.element-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.element-card { min-height: 238px; padding: 25px 25px 22px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.element-card header { display: flex; justify-content: space-between; align-items: center; }
.element-card header span { color: var(--gold); font-family: var(--latin); font-size: 12px; font-weight: 750; letter-spacing: .15em; }
.element-card header b { color: var(--gold-soft); font-size: 23px; font-weight: 400; }
.element-card h3 { margin: 30px 0 9px; font-family: var(--serif); font-size: 27px; font-weight: 400; }
.element-card p { margin: 0; color: #bdb3c0; font-size: 14px; line-height: 1.72; }
.element-card small { display: block; margin-top: 19px; color: #8f8493; font-size: 12px; }

.method { position: relative; overflow: hidden; padding: 104px 0 98px; background: linear-gradient(135deg,#f7f1e7 0%,#f2eadf 100%); }
.method::before { position: absolute; top: -280px; right: -190px; width: 620px; height: 620px; content: ""; border: 1px solid rgba(158,119,67,.12); border-radius: 50%; box-shadow: 0 0 0 84px rgba(158,119,67,.035),0 0 0 168px rgba(158,119,67,.025); }
.method-layout { position: relative; display: grid; grid-template-columns: minmax(300px,.72fr) minmax(0,1.28fr); gap: 58px; align-items: center; }
.method-title { max-width: 430px; padding-top: 13px; }
.method-title h2 { margin: 0; font-family: var(--serif); font-size: 47px; font-weight: 400; line-height: 1.28; letter-spacing: -.035em; }
.method-title p { margin: 21px 0 0; color: var(--muted); font-size: 16px; line-height: 1.82; }
.question-stage { position: relative; }
.question-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; margin-bottom: 22px; }
.question-card { position: relative; min-height: 224px; padding: 28px 30px; color: var(--ink); border: 1px solid rgba(46,35,51,.15); background: rgba(255,250,241,.72); box-shadow: 0 18px 46px rgba(62,43,69,.055); }
.question-card:nth-child(even) { transform: translateY(22px); }
.question-card:nth-child(1), .question-card:nth-child(4) { color: #fbf7ef; border-color: rgba(235,211,168,.2); background: radial-gradient(circle at 88% 10%,rgba(126,85,153,.3),transparent 38%),linear-gradient(145deg,#171020,#0e0a16); box-shadow: 0 24px 54px rgba(37,21,48,.15); }
.question-card::before { position: absolute; top: 22px; right: 25px; content: attr(data-no); color: rgba(127,93,160,.18); font-family: var(--serif); font-size: 39px; line-height: 1; }
.question-card:nth-child(1)::before, .question-card:nth-child(4)::before { color: rgba(234,211,165,.22); }
.question-card small { color: #a3773e; font-family: var(--latin); font-size: 12px; font-weight: 750; letter-spacing: .16em; }
.question-card:nth-child(1) small, .question-card:nth-child(4) small { color: var(--gold); }
.question-card h3 { margin: 40px 0 13px; font-family: var(--serif); font-size: 29px; font-weight: 400; }
.question-card p { max-width: 260px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.74; }
.question-card:nth-child(1) p, .question-card:nth-child(4) p { color: #beb4c1; }
.step-grid { position: relative; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); margin-top: 64px; border-top: 1px solid rgba(158,119,67,.32); }
.step { position: relative; min-height: 156px; padding: 29px 38px 0 0; }
.step + .step { padding-left: 38px; border-left: 1px solid rgba(46,35,51,.11); }
.step::before { position: absolute; top: -5px; left: 0; width: 9px; height: 9px; content: ""; border: 1px solid #a17b47; border-radius: 50%; background: #f4ecdf; }
.step + .step::before { left: 38px; }
.step span { color: #a17b47; font-family: var(--latin); font-size: 12px; font-weight: 750; letter-spacing: .12em; }
.step h3 { margin: 18px 0 8px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.step p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.72; }

.roadmap { padding: 92px 0; background: var(--paper); }
.roadmap-list { border-top: 1px solid var(--line-paper); }
.roadmap-row { display: grid; grid-template-columns: 88px minmax(0,1fr) 160px; align-items: center; min-height: 98px; border-bottom: 1px solid var(--line-paper); }
.roadmap-row > span { color: #9d7744; font-family: var(--latin); font-size: 12px; font-weight: 750; }
.roadmap-row strong { font-family: var(--serif); font-size: 22px; font-weight: 400; }
.roadmap-row small { color: #8c818d; font-size: 13px; text-align: right; }

.available { padding: 80px 0; color: #fbf7ef; background: var(--night); }
.available h2 { margin: 0 0 32px; font-family: var(--serif); font-size: 38px; font-weight: 400; }
.available-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.available-card { min-height: 172px; padding: 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.available-card small { color: var(--gold); font-family: var(--latin); font-size: 12px; font-weight: 750; letter-spacing: .12em; }
.available-card strong { display: block; margin-top: 24px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.available-card span { display: block; margin-top: 8px; color: #aaa0ae; font-size: 13px; }
.available-card b { display: block; margin-top: 16px; color: var(--gold-soft); font-size: 13px; }

.faq { padding: 94px 0; background: var(--ivory); }
.faq-layout { display: grid; grid-template-columns: minmax(290px,.75fr) minmax(0,1.25fr); gap: 80px; }
.faq-head h2 { margin: 0; font-family: var(--serif); font-size: 42px; font-weight: 400; line-height: 1.35; }
.faq-head p { margin: 15px 0 0; color: var(--muted); font-size: 15px; }
.faq-list { border-top: 1px solid var(--line-paper); }
.faq-row { padding: 20px 0; border-bottom: 1px solid var(--line-paper); }
.faq-row summary { list-style: none; cursor: pointer; }
.faq-row summary::-webkit-details-marker { display: none; }
.faq-row h3 { margin: 0; font-size: 16px; }
.faq-row p { margin: 9px 0 0; color: var(--muted); font-size: 14px; line-height: 1.76; }

.site-footer { color: rgba(255,255,255,.7); background: #09070e; }
.footer-top { display: grid; grid-template-columns: minmax(220px,.72fr) minmax(0,2.28fr); gap: 64px; padding-top: 76px; padding-bottom: 76px; }
.footer-brand { color: #fff; }
.footer-top > div > p { margin: 23px 0 0; color: rgba(255,255,255,.67); font-family: var(--serif); font-size: 16px; line-height: 1.65; }
.footer-topic-map { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px 24px; }
.footer-topic-map > div { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; }
.footer-topic-map strong { min-height: 26px; margin-bottom: 8px; color: #b99c6d; font-family: var(--latin); font-size: 9px; letter-spacing: .15em; line-height: 1.45; }
.footer-topic-map a { display: inline-flex; min-height: 32px; align-items: center; color: rgba(255,255,255,.7); font-size: 12px; line-height: 1.45; }
.footer-topic-map a:hover, .footer-topic-map a:focus-visible { color: #fff; }
.footer-compact { display: flex; min-height: 108px; align-items: center; justify-content: space-between; gap: 28px; border-top: 1px solid rgba(255,255,255,.08); }
.footer-compact nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 16px 28px; }
.footer-compact nav a { color: rgba(255,255,255,.56); font-size: 11px; }
.footer-business { display: flex; flex-wrap: wrap; gap: 6px 18px; padding: 20px 0; color: rgba(255,255,255,.56); border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; font-style: normal; line-height: 1.65; overflow-wrap: anywhere; }
.footer-business strong { color: rgba(255,255,255,.78); font-weight: 650; }
.footer-business a { color: rgba(255,255,255,.72); text-decoration: underline; text-decoration-color: rgba(255,255,255,.25); text-underline-offset: 3px; }
.footer-business-status { color: #c9aa78; }
.footer-bottom { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 40px; padding: 22px 0 25px; color: rgba(255,255,255,.64); border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom p:nth-child(2) { text-align: center; }
.footer-bottom a { display: inline-flex; min-height: 36px; align-items: center; color: rgba(255,255,255,.76); }
.footer-bottom a span { margin-left: 5px; }

@media (max-width: 1000px) {
  :root { --shell: min(100% - 40px,780px); }
  .nav, .header-review { display: none; }
  .mobile-menu-inner { grid-template-columns: 1fr; gap: 28px; padding-top: 24px; padding-bottom: 40px; }
  .mobile-menu-intro { display: none; }
  .hero-inner { grid-template-columns: 1fr 290px; gap: 36px; }
  .sign-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .element-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 640px) {
  :root { --shell: calc(100% - 32px); }
  html { scroll-padding-top: 80px; }
  .header { height: 74px; }
  .brand { gap: 9px; }
  .brand-mark { width: 24px; height: 24px; }
  .brand-name { font-size: 16px; }
  .header-right { gap: 7px; margin-left: 10px; }
  .header-cta { min-height: 42px; padding-inline: 17px; font-size: 14px; }
  .menu-button { width: 38px; height: 38px; }
  .mobile-menu { inset-top: 74px; top: 74px; }
  .menu-now-links-desktop { display: none; }
  .menu-now-links-mobile { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .menu-now-links a { min-height: 76px; padding: 11px 12px; }
  .menu-now-links strong { font-size: 15px; line-height: 1.45; }
  .mobile-menu-review-cta { min-height: 49px; display: flex; align-items: center; justify-content: space-between; margin-top: 14px; padding: 0 17px; color: #1a1322; border-radius: 999px; background: linear-gradient(135deg,#f2ddb3,#d6b97f); font-size: 13px; font-weight: 750; }
  .mobile-menu-directory { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px 18px; margin-top: 31px; }
  .mobile-menu-directory > div { gap: 6px; }
  .mobile-menu-directory a { min-height: 40px; }
  .hero-inner { display: block; min-height: 0; padding: 38px 0 46px; }
  .breadcrumbs { margin-bottom: 20px; font-size: 12px; }
  .eyebrow { margin-bottom: 12px; gap: 9px; font-size: 12px; letter-spacing: .12em; }
  .eyebrow::before { width: 26px; }
  .hero h1 { font-size: 38px; line-height: 1.25; }
  .hero-summary { margin-top: 15px; font-size: 15px; line-height: 1.68; }
  .hero-summary br { display: none; }
  .hero-actions { margin-top: 21px; }
  .hero-actions a { min-height: 44px; padding-inline: 15px; font-size: 13px; }
  .hero-meta { margin-top: 18px; gap: 7px 15px; }
  .hero-number { min-height: 180px; margin-top: 30px; }
  .hero-number::before { inset: 15px 72px; }
  .hero-number::after { inset: 38px 95px; }
  .hero-number strong { font-size: 73px; }
  .hero-number p { max-width: 250px; margin-top: 12px; font-size: 12px; }
  .signs, .elements, .method, .roadmap, .faq { padding: 66px 0; }
  .section-head { grid-template-columns: 1fr; gap: 14px; margin-bottom: 28px; }
  .section-head h2, .method-title h2, .faq-head h2 { font-size: 33px; }
  .section-head p { font-size: 14px; }
  .sign-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .sign-card { min-height: 156px; padding: 16px; }
  .sign-glyph { font-size: 27px; }
  .sign-card h3 { margin-top: 19px; font-size: 19px; }
  .sign-card p { font-size: 12px; }
  .sign-card small { margin-top: 9px; }
  .date-note { display: block; padding: 15px; line-height: 1.65; }
  .date-note span { display: block; margin-top: 5px; }
  .element-grid { grid-template-columns: 1fr; }
  .element-card { min-height: 0; padding: 22px; }
  .element-card h3 { margin-top: 18px; font-size: 24px; }
  .method::before { top: -170px; right: -250px; width: 470px; height: 470px; }
  .method-layout { grid-template-columns: 1fr; gap: 31px; }
  .method-title { max-width: none; padding-top: 0; }
  .method-title h2 { font-size: 35px; }
  .method-title p { margin-top: 16px; font-size: 15px; line-height: 1.72; }
  .question-grid { gap: 9px; margin-bottom: 12px; }
  .question-card { min-height: 210px; padding: 22px 18px; }
  .question-card:nth-child(even) { transform: translateY(12px); }
  .question-card::before { top: 19px; right: 17px; font-size: 32px; }
  .question-card h3 { margin-top: 35px; font-size: 25px; }
  .question-card p { font-size: 14px; line-height: 1.67; }
  .step-grid { grid-template-columns: 1fr; margin-top: 46px; padding-left: 25px; border-top: 0; border-left: 1px solid rgba(158,119,67,.36); }
  .step { min-height: 0; padding: 0 0 33px; }
  .step + .step { padding-left: 0; border-left: 0; }
  .step::before, .step + .step::before { top: 5px; left: -30px; }
  .step:last-child { padding-bottom: 0; }
  .step h3 { font-size: 22px; }
  .step p { font-size: 14px; }
  .roadmap-row { grid-template-columns: 66px 1fr; min-height: 92px; padding: 13px 0; }
  .roadmap-row strong { font-size: 19px; }
  .roadmap-row small { grid-column: 2; margin-top: 3px; text-align: left; }
  .available { padding: 64px 0; }
  .available h2 { font-size: 32px; }
  .available-grid { grid-template-columns: 1fr; }
  .available-card { min-height: 0; padding: 21px; }
  .faq-layout { grid-template-columns: 1fr; gap: 30px; }
  .faq-row h3 { font-size: 15px; }
  .footer-top { grid-template-columns: 1fr; gap: 38px; padding-top: 52px; padding-bottom: 42px; }
  .footer-topic-map { grid-template-columns: repeat(2,minmax(0,1fr)); gap: 34px 18px; }
  .footer-topic-map strong { min-height: 0; }
  .footer-topic-map a { min-height: 42px; font-size: 14px; }
  .footer-compact { min-height: 118px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 18px; padding-block: 24px; }
  .footer-compact nav { justify-content: flex-start; gap: 13px 20px; }
  .footer-business { gap: 7px 14px; padding-block: 18px; }
  .footer-business span:nth-child(4), .footer-business-status { flex-basis: 100%; }
  .footer-bottom { grid-template-columns: 1fr auto; gap: 14px; padding-bottom: 22px; }
  .footer-bottom p:nth-child(2) { grid-column: 1 / -1; grid-row: 2; text-align: left; line-height: 1.5; }
  .footer-bottom a { min-height: 44px; }
}

@media (max-width: 350px) {
  :root { --shell: calc(100% - 24px); }
  .header-cta { padding-inline: 13px; font-size: 13px; }
  .hero h1 { font-size: 34px; }
  .question-card { min-height: 202px; padding-inline: 14px; }
  .question-card h3 { font-size: 23px; }
  .question-card p { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
