:root {
  color-scheme: dark;
  --bg: #050913;
  --bg-soft: #08111f;
  --panel: #091523;
  --panel-2: #0c1a2b;
  --ink: #f7f8fb;
  --muted: #a8b2c2;
  --subtle: #748093;
  --red: #f11231;
  --red-dark: #b40722;
  --line: rgba(164, 181, 207, .18);
  --line-bright: rgba(164, 181, 207, .32);
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { margin: 0; min-width: 320px; overflow-x: clip; background: var(--bg); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
body::before { content: ""; position: fixed; inset: 0; pointer-events: none; opacity: .18; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px); background-size: 64px 64px; mask-image: linear-gradient(to bottom, #000, transparent 65%); }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
p { margin: 0; color: var(--muted); line-height: 1.75; }
h1, h2, h3, strong { letter-spacing: -.025em; }
h1, h2, h3 { margin: 0; }
h1 { max-width: 780px; overflow-wrap: break-word; font-size: clamp(3.2rem, 6.3vw, 6.6rem); line-height: .96; letter-spacing: -.07em; }
h1 em, h2 em { color: var(--red); font-style: normal; }
h2 { font-size: clamp(2rem, 4vw, 3.5rem); line-height: 1.04; }
h3 { font-size: 1.28rem; }
.shell { width: min(calc(100% - 48px), var(--shell)); margin-inline: auto; }
.narrow { width: min(calc(100% - 48px), 860px); }
.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; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 12px 18px; background: #fff; color: #000; border-radius: 8px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; z-index: 30; top: 0; background: rgba(5,9,19,.87); border-bottom: 1px solid rgba(255,255,255,.08); backdrop-filter: blur(18px); }
.header-inner { min-height: 84px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 42px; }
.brand { display: inline-flex; align-items: center; gap: 12px; width: max-content; }
.brand img { width: 45px; height: 45px; border-radius: 10px; object-fit: cover; }
.brand span { display: grid; gap: 0; }
.brand strong { font-size: 1.28rem; letter-spacing: .12em; }
.brand small { color: #c7ced9; font-size: .57rem; font-weight: 800; letter-spacing: .19em; }
.site-header nav { display: flex; align-items: center; justify-content: center; gap: 30px; }
.site-header nav a { position: relative; color: #bec7d5; font-size: .88rem; }
.site-header nav a:hover, .site-header nav a[aria-current="page"] { color: #fff; }
.site-header nav a[aria-current="page"]::after { content: ""; position: absolute; right: 0; bottom: -13px; left: 0; height: 2px; background: var(--red); }
.menu-button { display: none; }
.button { min-height: 51px; padding: 0 24px; border: 1px solid var(--red); border-radius: 9px; background: var(--red); color: #fff; display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-size: .9rem; font-weight: 750; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { background: #ff2644; border-color: #ff2644; transform: translateY(-2px); }
.button--small { min-height: 44px; padding-inline: 18px; }
.button--ghost { background: transparent; border-color: var(--line-bright); }
.button--ghost:hover { background: rgba(255,255,255,.05); border-color: #fff; }
.button--disabled { cursor: not-allowed; color: #9da7b5; border-color: #405064; background: #263548; box-shadow: none; }

.hero { position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.hero-grid, .page-grid { position: absolute; inset: 0; opacity: .42; pointer-events: none; background: linear-gradient(90deg, transparent 49.8%, rgba(241,18,49,.09) 50%, transparent 50.2%), linear-gradient(0deg, transparent 49.8%, rgba(255,255,255,.035) 50%, transparent 50.2%); background-size: 140px 140px; mask-image: radial-gradient(circle at 75% 45%, black, transparent 58%); }
.hero::before { content: ""; position: absolute; width: 760px; height: 760px; top: -330px; right: -220px; background: radial-gradient(circle, rgba(241,18,49,.23), transparent 64%); filter: blur(20px); }
.hero-orbit { position: absolute; border: 1px solid rgba(241,18,49,.16); border-radius: 50%; pointer-events: none; }
.hero-orbit--one { width: 720px; height: 420px; right: -70px; top: 30px; transform: rotate(-18deg); }
.hero-orbit--two { width: 860px; height: 510px; right: -170px; top: -60px; transform: rotate(-18deg); }
.hero-inner { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(48px, 7vw, 96px); align-items: center; min-height: 720px; padding-block: 92px; }
.hero-copy, .flow-card, .split > *, .editorial-grid > * { min-width: 0; }
.eyebrow { margin-bottom: 22px; display: flex; align-items: center; gap: 15px; color: #e8edf5; font-size: .72rem; font-weight: 800; letter-spacing: .18em; line-height: 1.3; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; flex: 0 0 auto; background: var(--red); }
.hero .lead { max-width: 660px; margin-top: 30px; font-size: 1.05rem; }
.status-badge { width: max-content; max-width: 100%; margin-top: 28px; padding: 11px 16px; display: inline-flex; align-items: center; gap: 10px; border: 1px solid rgba(241,18,49,.75); border-radius: 999px; color: #fff; background: rgba(241,18,49,.08); font-size: .78rem; font-weight: 700; }
.status-badge > span { width: 8px; height: 8px; border-radius: 50%; background: var(--red); box-shadow: 0 0 16px var(--red); }
.hero-actions { margin-top: 24px; display: flex; flex-wrap: wrap; gap: 13px; }
.micro-trust { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 22px; color: #9da8b7; font-size: .72rem; }
.micro-trust span { display: inline-flex; align-items: center; gap: 7px; }

.flow-card { padding: 26px; border: 1px solid var(--line-bright); border-radius: 18px; background: linear-gradient(145deg, rgba(14,29,47,.96), rgba(6,14,25,.92)); box-shadow: 0 40px 90px rgba(0,0,0,.35); }
.flow-heading { margin-bottom: 8px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.flow-heading h2 { font-size: 1.35rem; }
.flow-heading span { color: var(--subtle); font-size: .67rem; }
.flow-list { margin: 0; padding: 0; list-style: none; counter-reset: flow; }
.flow-list li { position: relative; padding: 18px 0; display: grid; grid-template-columns: 44px 1fr; gap: 15px; }
.flow-list li:not(:last-child)::after { content: ""; position: absolute; left: 21px; top: 60px; bottom: -4px; width: 1px; background: #3b4b61; }
.flow-list b { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #63758b; border-radius: 50%; color: #fff; background: #0b1726; }
.flow-list li:first-child b { border-color: var(--red); box-shadow: 0 0 24px rgba(241,18,49,.25); }
.flow-list strong { display: block; margin: 2px 0 4px; font-size: .94rem; }
.flow-list p { font-size: .77rem; line-height: 1.55; }
.password-note { padding: 16px; display: flex; gap: 13px; align-items: flex-start; border: 1px solid var(--line); border-radius: 11px; background: rgba(255,255,255,.025); }
.password-note > svg { flex: 0 0 auto; margin-top: 2px; color: var(--red); }
.password-note strong, .password-note span { display: block; }
.password-note strong { font-size: .82rem; }
.password-note span { margin-top: 3px; color: #8f9aac; font-size: .72rem; line-height: 1.5; }

.section { padding: 96px 0; border-bottom: 1px solid var(--line); }
.section--features { padding-block: 74px; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.feature-card { min-height: 260px; padding: 27px; border: 1px solid var(--line); border-radius: 13px; background: linear-gradient(160deg, rgba(13,29,47,.76), rgba(5,13,23,.7)); }
.feature-card i, .editorial-grid article > i { width: 42px; height: 42px; margin-bottom: 42px; display: grid; place-items: center; border: 1px solid rgba(241,18,49,.6); border-radius: 50%; color: var(--red); font-style: normal; }
.feature-card h3 { margin-bottom: 12px; }
.feature-card p { font-size: .86rem; line-height: 1.65; }
.split { display: grid; grid-template-columns: 1.15fr .85fr; gap: 90px; align-items: center; }
.section-lead { max-width: 650px; margin-top: 24px; }
.text-link { margin-top: 25px; display: inline-flex; gap: 8px; color: var(--red); font-size: .86rem; font-weight: 750; }
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(4px); }
.permission-panel { padding: 34px; border-left: 1px solid var(--line-bright); }
.permission-label { margin-bottom: 20px; color: #dae0e9; font-size: .69rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.permission-panel ul { margin: 0; padding: 0; display: grid; gap: 16px; list-style: none; }
.permission-panel li { display: flex; align-items: center; gap: 13px; color: #c7ced9; font-size: .86rem; }
.permission-panel li span { width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: #fff; font-weight: 900; }
.section--soft { background: #07101d; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.editorial-grid article { min-height: 340px; padding: 28px; border: 1px solid var(--line); border-radius: 13px; background: rgba(9,21,35,.62); }
.editorial-grid article > i { margin-bottom: 30px; }
.editorial-grid .eyebrow { margin-bottom: 13px; font-size: .62rem; }
.editorial-grid h3 { margin-bottom: 14px; font-size: 1.35rem; }
.editorial-grid p { font-size: .84rem; }
.english-card { background: linear-gradient(150deg, rgba(23,12,23,.94), rgba(9,21,35,.66)) !important; }
.english-card > span { margin-top: 22px; display: block; color: #fff; font-size: .83rem; font-weight: 700; }
.risk-strip { padding: 38px 0; border-bottom: 1px solid var(--line); background: rgba(77,8,20,.2); }
.risk-strip .shell { display: grid; grid-template-columns: auto 1fr auto; gap: 22px; align-items: center; }
.risk-strip svg { width: 32px; height: 32px; color: var(--red); }
.risk-strip strong { display: block; margin-bottom: 4px; }
.risk-strip p { font-size: .77rem; line-height: 1.55; }
.risk-strip a { color: #f8b7c1; font-size: .78rem; font-weight: 700; white-space: nowrap; }

.page-hero { position: relative; min-height: 420px; display: grid; align-items: end; padding: 110px 0 72px; overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 82% 24%, rgba(241,18,49,.16), transparent 30%); }
.page-hero .shell { position: relative; }
.page-hero h1 { max-width: 900px; font-size: clamp(2.9rem, 6vw, 5.8rem); }
.page-hero .shell > p:not(.eyebrow) { max-width: 690px; margin-top: 25px; font-size: 1.03rem; }
.page-hero .status-badge { margin-top: 24px; }
.updated { margin-top: 24px; display: block; color: #8490a2; font-size: .78rem; }
.page-section { padding: 86px 0 116px; }
.prose { max-width: 820px; }
.prose h2 { margin: 54px 0 14px; font-size: 1.55rem; }
.prose h2:first-child { margin-top: 0; }
.prose p, .prose li { font-size: .95rem; }
.prose a { color: #ff6680; text-decoration: underline; text-underline-offset: 4px; }
.prose blockquote { margin: 42px 0 0; padding: 27px 30px; border-left: 3px solid var(--red); background: var(--panel); color: #e8edf5; font-size: 1.1rem; line-height: 1.65; }
.status-board { border: 1px solid var(--line); border-radius: 16px; overflow: hidden; }
.status-row { padding: 24px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; background: rgba(9,21,35,.55); }
.status-row + .status-row { border-top: 1px solid var(--line); }
.status-row strong { display: block; margin-bottom: 4px; }
.status-row p { font-size: .8rem; line-height: 1.5; }
.status-row > b { min-width: 90px; color: #c4ccd8; font-size: .72rem; text-align: right; }
.dot { width: 10px; height: 10px; border-radius: 50%; background: #526072; }
.dot--ok { background: #36d190; box-shadow: 0 0 13px rgba(54,209,144,.5); }
.dot--wait { background: var(--red); box-shadow: 0 0 13px rgba(241,18,49,.5); }
.note-box { margin-top: 28px; padding: 25px 28px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.025); }
.note-box strong { display: block; margin-bottom: 7px; }
.note-box p { font-size: .82rem; }
.warning-box { margin-bottom: 48px; padding: 28px; display: flex; gap: 20px; align-items: flex-start; border: 1px solid rgba(241,18,49,.42); border-radius: 13px; background: rgba(108,7,25,.18); }
.warning-box svg { flex: 0 0 auto; width: 30px; height: 30px; color: var(--red); }
.warning-box strong { display: block; margin-bottom: 5px; font-size: 1.05rem; }
.permission-types { margin: 30px 0 48px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.permission-types article { padding: 25px; border: 1px solid var(--line); border-radius: 12px; background: var(--panel); }
.permission-types span { color: var(--red); font-size: .65rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.permission-types strong { margin: 12px 0 8px; display: block; }
.permission-types p { font-size: .8rem; }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: center; }
.contact-card { padding: 36px; border: 1px solid var(--line-bright); border-radius: 16px; background: linear-gradient(145deg, var(--panel-2), var(--panel)); }
.contact-card > svg { width: 36px; height: 36px; margin-bottom: 40px; color: var(--red); }
.contact-card .eyebrow { margin-bottom: 12px; }
.contact-card h2 { font-size: 2rem; }
.contact-card p:not(.eyebrow) { margin: 17px 0 25px; }
.support-list { display: grid; }
.support-list article { padding: 28px 0; display: grid; grid-template-columns: 45px 1fr; gap: 17px; border-top: 1px solid var(--line); }
.support-list article:last-child { border-bottom: 1px solid var(--line); }
.support-list b { color: var(--red); font-size: .74rem; }
.support-list strong { display: block; margin-bottom: 7px; }
.support-list p { font-size: .82rem; }
.callback-card { padding: 44px; border: 1px solid var(--line-bright); border-radius: 16px; text-align: center; background: linear-gradient(145deg, var(--panel-2), var(--panel)); }
.callback-card > svg { width: 44px; height: 44px; margin: 0 auto 24px; color: var(--red); }
.callback-card h2 { font-size: 2rem; }
.callback-card p { max-width: 620px; margin: 17px auto 0; }
.callback-actions { margin-top: 28px; display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; }

.site-footer { padding: 65px 0 24px; background: #030710; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .8fr 1fr; gap: 65px; }
.footer-grid > div { display: flex; align-items: flex-start; flex-direction: column; gap: 10px; }
.footer-grid > div:first-child p { max-width: 260px; margin-top: 10px; font-size: .77rem; }
.footer-grid > div > strong { margin-bottom: 9px; font-size: .78rem; }
.footer-grid > div > a:not(.brand):not(.footer-contact) { color: #8f9aab; font-size: .75rem; }
.footer-grid > div > a:hover { color: #fff; }
.footer-grid > div > p { font-size: .75rem; }
.footer-contact { margin-top: 6px; padding: 10px 14px; display: inline-flex; align-items: center; gap: 8px; border: 1px solid var(--line-bright); border-radius: 7px; font-size: .74rem; }
.footer-bottom { margin-top: 52px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid var(--line); color: #687487; font-size: .68rem; }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: auto auto 1fr; gap: 16px; }
  .header-inner > .button { justify-self: end; }
  .menu-button { order: 3; justify-self: end; width: 42px; height: 42px; padding: 10px; display: grid; align-content: center; gap: 4px; border: 1px solid var(--line); border-radius: 8px; background: transparent; color: #fff; }
  .menu-button span:not(.sr-only) { width: 100%; height: 2px; display: block; background: currentColor; }
  .header-inner > .button { display: none; }
  .site-header nav { position: absolute; left: 24px; right: 24px; top: 76px; padding: 18px; display: none; align-items: stretch; flex-direction: column; gap: 0; border: 1px solid var(--line); border-radius: 12px; background: #091320; box-shadow: 0 30px 60px rgba(0,0,0,.4); }
  .site-header nav.is-open { display: flex; }
  .site-header nav a { padding: 13px; }
  .site-header nav a[aria-current="page"]::after { display: none; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-copy { max-width: 760px; }
  .flow-card { max-width: 650px; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .split { grid-template-columns: 1fr; gap: 50px; }
  .permission-panel { padding: 0; border-left: 0; }
  .editorial-grid { grid-template-columns: 1fr; }
  .editorial-grid article { min-height: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .shell, .narrow { width: min(calc(100% - 34px), var(--shell)); }
  .header-inner { min-height: 72px; }
  .brand img { width: 40px; height: 40px; }
  .brand strong { font-size: 1.08rem; }
  h1 { font-size: clamp(2.55rem, 12.3vw, 3.15rem); letter-spacing: -.055em; }
  .hero-inner { min-height: 0; padding-block: 70px; gap: 52px; }
  .hero .lead { font-size: .96rem; }
  .status-badge { align-items: flex-start; border-radius: 14px; line-height: 1.4; }
  .status-badge > span { margin-top: 4px; flex: 0 0 auto; }
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; padding-inline: 16px; text-align: center; }
  .micro-trust { display: grid; }
  .flow-card { padding: 20px; }
  .flow-heading { align-items: flex-start; flex-direction: column; gap: 4px; }
  .flow-list li { grid-template-columns: 38px 1fr; }
  .flow-list b { width: 38px; height: 38px; }
  .flow-list li:not(:last-child)::after { left: 18px; top: 55px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .section { padding: 74px 0; }
  .risk-strip .shell { grid-template-columns: auto 1fr; }
  .risk-strip a { grid-column: 2; }
  .page-hero { min-height: 360px; padding-block: 90px 58px; }
  .page-hero h1 { font-size: clamp(2.5rem, 11.8vw, 3.1rem); }
  .page-section { padding: 66px 0 90px; }
  .status-row { grid-template-columns: auto 1fr; align-items: start; }
  .status-row > b { grid-column: 2; text-align: left; }
  .permission-types { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 48px; }
  .contact-card { padding: 27px; }
  .callback-card { padding: 30px 22px; }
  .callback-actions { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

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