/* cyrillic */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/IBMPlexMono-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/IBMPlexMono-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(fonts/IBMPlexMono-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(fonts/Onest-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(fonts/Onest-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Onest';
  font-style: normal;
  font-weight: 400 600;
  font-display: swap;
  src: url(fonts/Onest-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic */
@font-face {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(fonts/Unbounded-cyrillic.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(fonts/Unbounded-latin-ext.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Unbounded';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(fonts/Unbounded-latin.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root{--ground:#f6f3ea;--card:#fffdf7;--ink:#1b2f28;--body:#33483f;--muted:#5c6f66;--line:#e2ddcf;--rule:#d9d3c3;--accent:#235846;--forest:#1d3b33;--deep:#15302a;--amber:#e3ad4f;--mint:#8fd0b0;--on-dark:#f6f3ea;--on-dark-muted:#cfd8d0;--display:Unbounded,system-ui,sans-serif;--sans:Onest,system-ui,-apple-system,"Segoe UI",sans-serif;--mono:"IBM Plex Mono",ui-monospace,monospace;--gutter:clamp(16px,6.5vw,96px);color-scheme:light}
*{box-sizing:border-box}
html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:24px}
body{margin:0;background:var(--ground);color:var(--ink);font:17px/1.6 var(--sans);overflow-x:hidden}
img,svg{display:block;max-width:100%}
a{color:var(--accent);text-underline-offset:3px}
a:hover{color:#16392e}
:focus-visible{outline:3px solid var(--amber);outline-offset:3px;border-radius:6px}
h1,h2,h3{font-family:var(--display);font-weight:600;letter-spacing:-.02em;margin:0}
p{margin:0}
.skip{position:absolute;left:-9999px}.skip:focus{left:16px;top:12px;z-index:10;background:var(--card);padding:10px 16px;border-radius:10px}

/* Top bar */
.dark{background:var(--forest);color:var(--on-dark)}
.bar{max-width:1440px;margin:0 auto;height:84px;padding:0 var(--gutter);display:flex;align-items:center;gap:32px;border-bottom:1px solid rgba(246,243,234,.12)}
.bar.light{border-color:var(--line)}
.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;font:600 19px var(--display);letter-spacing:.01em}
.brand img{width:40px;height:40px;border-radius:11px}
.links{display:flex;gap:28px;font-size:16px}
.links a{text-decoration:none;color:var(--muted)}
.dark .links a{color:var(--on-dark-muted)}
.links a:hover,.dark .links a:hover{color:inherit}
.links a[aria-current]{color:var(--accent);font-weight:600}
.bar-end{margin-left:auto;display:flex;align-items:center;gap:16px}
.lang{display:flex;gap:2px;padding:4px;border:1px solid var(--rule);border-radius:999px;font:500 13px var(--mono)}
.dark .lang{border-color:rgba(246,243,234,.2)}
.lang a,.lang span{padding:6px 11px;border-radius:999px;text-decoration:none;color:var(--muted)}
.dark .lang a{color:var(--on-dark-muted)}
.lang a:hover{color:inherit}
.lang span{background:var(--accent);color:#fffdf7}
.dark .lang span{background:var(--on-dark);color:var(--forest)}
.menu{display:none;position:relative}
.menu summary{list-style:none;cursor:pointer;width:44px;height:44px;border-radius:12px;border:1px solid var(--rule);display:grid;place-items:center}
.dark .menu summary{border-color:rgba(246,243,234,.2)}
.menu summary::-webkit-details-marker{display:none}
.menu nav{position:absolute;right:0;top:52px;z-index:5;min-width:220px;padding:8px;border-radius:16px;background:var(--card);border:1px solid var(--line);box-shadow:0 20px 40px rgba(20,40,30,.18);display:flex;flex-direction:column}
.menu nav a{padding:12px 14px;border-radius:10px;color:var(--ink);text-decoration:none}
.menu nav a:hover{background:#eef1e8}

/* Buttons */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:56px;padding:0 28px;border-radius:999px;font:600 17px var(--sans);text-decoration:none;white-space:nowrap;transition:transform .15s ease,background-color .15s ease}
.btn:hover{transform:translateY(-1px)}
.btn svg{width:18px;height:18px}
.btn-amber{background:var(--amber);color:var(--ink)}.btn-amber:hover{background:#ebbb63;color:var(--ink)}
.btn-ghost{border:1px solid rgba(246,243,234,.35);color:var(--on-dark);font-weight:500}.btn-ghost:hover{color:var(--on-dark);background:rgba(246,243,234,.08)}
.btn-green{background:var(--accent);color:#fffdf7}.btn-green:hover{background:#1c4a3b;color:#fffdf7}
.btn-sm{height:44px;padding:0 20px;font-size:15px}

/* Hero */
.hero{max-width:1440px;margin:0 auto;padding:80px var(--gutter) 104px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,600px);gap:72px;align-items:center}
.eyebrow{display:flex;align-items:center;gap:10px;font:500 13px var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--accent)}
.dark .eyebrow{color:var(--amber)}
.eyebrow .dot{width:8px;height:8px;border-radius:50%;background:currentColor}
.hero-copy{display:flex;flex-direction:column;gap:28px}
.hero h1{font-size:clamp(38px,5vw,68px);line-height:1.05;letter-spacing:-.025em}
.hero h1 em{font-style:normal;color:var(--amber);white-space:nowrap}
.lead{font-size:clamp(17px,1.5vw,21px);line-height:1.55;color:var(--on-dark-muted);max-width:560px}
.cta{display:flex;flex-wrap:wrap;gap:14px;margin-top:8px}
.checks{display:flex;flex-wrap:wrap;gap:12px 28px;margin:12px 0 0;padding:0;list-style:none;font-size:15px;color:var(--on-dark-muted)}
.checks li{display:flex;align-items:center;gap:8px}
.checks svg{width:18px;height:18px;stroke:var(--mint)}
.map{margin:0;position:relative;aspect-ratio:600/560;border-radius:28px;overflow:hidden;background:var(--deep);box-shadow:0 30px 80px rgba(0,0,0,.35),0 0 0 1px rgba(246,243,234,.08)}
.map img{width:100%;height:100%;object-fit:cover}
.map figcaption{position:absolute;left:16px;right:16px;bottom:16px;display:flex;flex-wrap:wrap;gap:8px;font-size:13px}
.map figcaption span{display:flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:rgba(21,48,42,.88);color:var(--on-dark)}
.map i{display:block}
.k-path{width:16px;height:4px;border-radius:2px;background:#d59629}
.k-open{width:12px;height:12px;border-radius:3px;background:#f7f2e4}
.k-walk{width:16px;border-top:3px dotted var(--on-dark)}

/* Sections */
.wrap{max-width:1440px;margin:0 auto;padding-left:var(--gutter);padding-right:var(--gutter)}
.how{padding-top:120px;padding-bottom:40px;display:flex;flex-direction:column;gap:56px}
.head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px 48px;flex-wrap:wrap}
.head h2,.band h2,.support h2{font-size:clamp(28px,3.2vw,44px);line-height:1.1;max-width:640px}
.head p{font-size:18px;color:var(--muted);max-width:440px}
.steps{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}
.card{background:var(--card);border:1px solid var(--line);border-radius:22px}
.step{padding:32px;display:flex;flex-direction:column;gap:16px}
.num{font:500 14px var(--mono);color:var(--accent);letter-spacing:0}
.step h3{font-size:22px;line-height:1.25}
.step p,.feature p{color:var(--muted)}
.features{padding-top:80px;padding-bottom:120px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}
.feature-big{grid-row:span 2;min-height:520px;padding:44px;border-radius:28px;background:var(--accent);color:var(--on-dark);display:flex;flex-direction:column;justify-content:flex-end;gap:20px}
.feature-big svg{width:44px;height:44px;stroke:var(--amber)}
.feature-big h3{font-size:clamp(24px,2.4vw,32px);line-height:1.15}
.feature-big p{font-size:18px;color:#d4ddd6;max-width:480px}
.feature{padding:36px;border-radius:28px;display:flex;gap:24px;align-items:flex-start}
.feature h3{font-size:21px;margin-bottom:10px}
.tile{flex:none;width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:#e8efe6}
.tile svg{width:26px;height:26px;stroke:var(--accent)}
.tile.amber{background:#f6ead2}.tile.amber svg{stroke:#8a5a12}
.band{margin:0 auto;max-width:calc(1440px - 2 * var(--gutter));width:calc(100% - 2 * var(--gutter));padding:clamp(32px,5vw,72px);border-radius:36px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.25fr);gap:clamp(28px,5vw,72px);align-items:start}
.band-copy{display:flex;flex-direction:column;gap:24px}
.band-copy p{font-size:18px;color:var(--on-dark-muted)}
.band .btn-ghost{align-self:flex-start;height:48px;font-size:16px;padding:0 22px}
.facts{margin:0;padding:0;list-style:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.facts li{padding:24px;border-radius:20px;background:rgba(246,243,234,.06);border:1px solid rgba(246,243,234,.12);display:flex;flex-direction:column;gap:8px}
.facts b{font:600 18px var(--display)}
.facts span{font-size:15px;line-height:1.55;color:var(--on-dark-muted)}
.support{padding-top:120px;padding-bottom:96px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.5fr);gap:clamp(32px,5vw,72px);align-items:start}
.support-copy{display:flex;flex-direction:column;gap:20px}
.support-copy>p{font-size:18px;color:var(--muted)}
.support .btn{align-self:flex-start;height:52px;font-size:16px}
.note{padding:18px 20px;border-radius:16px;background:#efe9d9;font-size:15px;line-height:1.55;color:#4c5f56}
.faq{border-top:1px solid var(--rule)}
.faq details{border-bottom:1px solid var(--rule);padding:24px 0}
.faq summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:24px;font:500 20px/1.3 var(--display);letter-spacing:-.01em}
.faq summary::-webkit-details-marker{display:none}
.faq summary::after{content:"";flex:none;width:22px;height:22px;background:linear-gradient(var(--accent),var(--accent)) center/14px 2px no-repeat,linear-gradient(var(--accent),var(--accent)) center/2px 14px no-repeat;transition:transform .2s ease}
.faq details[open] summary::after{transform:rotate(45deg)}
.faq details p{margin-top:14px;color:var(--muted);max-width:680px}

/* Footer */
.foot{max-width:calc(1440px - 2 * var(--gutter));width:calc(100% - 2 * var(--gutter));margin:0 auto;padding:36px 0 48px;border-top:1px solid var(--rule);display:flex;flex-wrap:wrap;align-items:center;gap:16px 32px;font-size:15px;color:var(--muted)}
.foot .brand{font:400 15px var(--sans);letter-spacing:0;gap:10px}
.foot .brand img{width:28px;height:28px;border-radius:8px}
.foot nav{margin-left:auto;display:flex;flex-wrap:wrap;gap:8px 28px}
.foot a{color:var(--muted)}

/* Legal pages */
.doc-hero{padding-top:88px;padding-bottom:56px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,460px);gap:32px 72px;align-items:end}
.doc-hero>div{display:flex;flex-direction:column;gap:20px}
.doc-hero h1{font-size:clamp(34px,4.4vw,60px);line-height:1.05;letter-spacing:-.025em}
.doc-hero p{font-size:clamp(17px,1.5vw,20px);color:var(--muted);max-width:640px}
.summary{padding:28px;border-radius:24px;display:flex;flex-direction:column;gap:14px}
.summary h2{font-size:17px;letter-spacing:0}
.summary ul{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px;color:#d4ddd6}
.summary li{display:flex;gap:10px}
.summary svg{flex:none;width:18px;height:18px;margin-top:4px;stroke:var(--mint)}
.doc{padding-top:24px;padding-bottom:96px;display:grid;grid-template-columns:260px minmax(0,760px);gap:clamp(40px,6vw,96px);align-items:start}
.toc{position:sticky;top:24px;display:flex;flex-direction:column;gap:2px}
.toc-title{font:500 12px var(--mono);letter-spacing:.14em;text-transform:uppercase;color:var(--muted);margin-bottom:12px}
.toc a{padding:9px 14px;border-radius:12px;color:#4c5f56;font-size:15px;line-height:1.35;text-decoration:none}
.toc a:hover{background:#eef1e8;color:var(--accent)}
.toc .ask{margin-top:20px;padding:16px;border-radius:16px;border:1px solid var(--rule);color:var(--ink);font-size:14px;line-height:1.5}
.toc .ask b{display:block;color:var(--accent)}
.doc article{display:flex;flex-direction:column;gap:56px;font-size:18px;line-height:1.7;color:var(--body)}
.doc article section{display:flex;flex-direction:column;gap:14px}
.doc article h2{display:flex;align-items:baseline;gap:14px;font-size:clamp(21px,2vw,26px);line-height:1.25;color:var(--ink)}
.providers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.providers div{padding:20px;display:flex;flex-direction:column;gap:6px;font-size:15px;line-height:1.5;color:var(--muted)}
.providers b{font-size:16px;color:var(--ink)}
.callout{padding:18px 22px;border-radius:16px;background:#f6ead2;font-size:16px;line-height:1.6;color:#5a3d0c}
.fine{font-size:15px;color:var(--muted)}

/* Responsive */
@media (max-width:1100px){
.hero{grid-template-columns:1fr;gap:48px;padding-top:56px}
.map{max-width:640px}
.features{grid-template-columns:1fr}.feature-big{grid-row:auto;min-height:0}
.band,.support,.doc-hero{grid-template-columns:1fr}
}
@media (max-width:860px){
.links{display:none}.menu{display:block}
.bar-end .btn{display:none}
.steps{grid-template-columns:1fr;gap:12px}
.doc{grid-template-columns:1fr}.toc{position:static}
.providers{grid-template-columns:1fr}
}
@media (max-width:560px){
body{font-size:16px}
.bar{height:68px;gap:10px}
.brand{font-size:17px}.brand img{width:34px;height:34px;border-radius:9px}
.bar-end{gap:8px}
.lang{font-size:12px;padding:3px}.lang a,.lang span{padding:6px 9px}
.hero{padding-top:40px;padding-bottom:48px;gap:32px}
.hero-copy{gap:20px}
.eyebrow{font-size:11px}
.cta{flex-direction:column}.cta .btn{width:100%}
.map{border-radius:22px}.map figcaption{left:10px;right:10px;bottom:10px;gap:6px;font-size:12px}.map figcaption span{padding:6px 10px}
.how{padding-top:64px;gap:24px}
.step{padding:22px;flex-direction:row}
.step h3{font-size:18px;margin-bottom:6px}
.features{padding-top:32px;padding-bottom:64px;gap:12px}
.feature-big{padding:28px;border-radius:24px}
.feature{flex-direction:column;padding:24px;gap:12px;border-radius:24px}
.band{border-radius:28px;width:calc(100% - 32px)}
.facts{grid-template-columns:1fr;gap:10px}.facts li{padding:16px 18px}
.band .btn-ghost,.support .btn{align-self:stretch}
.support{padding-top:64px;padding-bottom:48px}
.faq summary{font-size:17px}
.foot{flex-direction:column;align-items:flex-start}.foot nav{margin-left:0;flex-direction:column}
.doc-hero{padding-top:48px;padding-bottom:32px}
.doc article{gap:40px;font-size:17px}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.btn,.faq summary::after{transition:none}}
.step h3{margin-bottom:8px}
.doc-hero .date{font:500 14px var(--mono);color:var(--muted);margin-top:-4px}
.eyebrow .nc{text-transform:none}
