:root {
  --ink: #05060b;
  --ink-2: #090d19;
  --panel: #11172a;
  --panel-2: #171d33;
  --paper: #f4f5f8;
  --surface: #ffffff;
  --gold: #ffb000;
  --gold-soft: #ffd466;
  --orange: #ff7417;
  --cyan: #36c7ff;
  --violet: #bd38ff;
  --green: #62df57;
  --text: #181b24;
  --muted: #666b78;
  --line: rgba(18,22,33,.12);
  --dark-line: rgba(255,255,255,.12);
  --max: 1180px;
  --shadow: 0 22px 60px rgba(12,15,25,.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; }
.wrap { width: min(var(--max), calc(100% - 40px)); margin-inline: auto; }
.narrow { max-width: 760px; }
.gold { color: var(--gold); }

.notice { position: relative; z-index: 60; padding: 7px 18px; background: #030407; color: #aeb3c0; border-bottom: 1px solid var(--dark-line); text-align: center; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(3,4,8,.94); color: #fff; border-bottom: 1px solid rgba(255,176,0,.2); backdrop-filter: blur(18px); }
.nav, .nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.logo, .brand { display: inline-flex; align-items: center; flex: 0 0 auto; }
.logo::before, .brand::before { display: none; }
.brand-logo { width: 60px; height: 60px; display: block; object-fit: contain; filter: drop-shadow(0 7px 16px rgba(0,0,0,.28)); }
.site-footer .brand-logo { width: 72px; height: 72px; }
.nav-links, .site-header nav { margin-left: auto; display: flex; align-items: center; gap: 28px; }
.nav-links a, .site-header nav a { position: relative; color: #d9dbe2; font-size: 11px; font-weight: 850; letter-spacing: .035em; text-transform: uppercase; }
.nav-links a:not(.nav-cta)::after, .site-header nav a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -9px; height: 2px; background: var(--gold); transition: right .2s ease; }
.nav-links a:hover, .site-header nav a:hover { color: #fff; }
.nav-links a:hover::after, .site-header nav a:hover::after { right: 0; }
.nav-cta { padding: 12px 17px; border: 1px solid var(--gold) !important; border-radius: 999px; background: linear-gradient(135deg,var(--gold),var(--orange)); color: #0a0b0d !important; box-shadow: 0 8px 28px rgba(255,116,23,.2); }

.hero { position: relative; isolation: isolate; overflow: hidden; background: #050610; color: #fff; border-bottom: 1px solid rgba(255,176,0,.18); }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("og.png") center/cover no-repeat; opacity: .22; filter: saturate(1.25); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: radial-gradient(circle at 76% 46%,rgba(89,41,160,.14),transparent 36%),linear-gradient(90deg,#05060b 0%,rgba(5,6,11,.95) 44%,rgba(5,6,11,.72) 72%,rgba(5,6,11,.9) 100%); }
.hero-inner { min-height: 690px; padding: 86px 0 92px; display: grid; grid-template-columns: minmax(0,1.18fr) minmax(330px,.82fr); align-items: center; gap: 70px; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1, .page-hero h1 { margin: 0; max-width: 790px; font-family: "Arial Black", Impact, ui-sans-serif, sans-serif; font-size: clamp(54px,7.2vw,92px); line-height: .93; letter-spacing: -.065em; text-transform: uppercase; }
.hero-mega { display: block; width: max-content; max-width: 100%; background: linear-gradient(180deg,#fff4ca 0%,#ffb000 48%,#ff7417 100%); -webkit-background-clip: text; background-clip: text; color: transparent; text-shadow: 0 13px 38px rgba(255,116,23,.16); }
.hero-copy p { max-width: 660px; margin: 24px 0 30px; color: #c8ccd5; font-size: 17px; line-height: 1.7; }
.kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--gold-soft); font-size: 10px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.kicker::before { content: ""; width: 28px; height: 2px; background: linear-gradient(90deg,var(--orange),var(--gold)); box-shadow: 0 0 12px rgba(255,176,0,.55); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; border: 1px solid var(--dark-line); border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .02em; transition: transform .2s ease,box-shadow .2s ease,border-color .2s ease; }
.button.primary { background: linear-gradient(135deg,var(--gold),var(--orange)); border-color: transparent; color: #0b0c0e; box-shadow: 0 10px 30px rgba(255,116,23,.25); }
.button.dark { background: var(--ink); border-color: var(--ink); color: #fff; }
.button:hover { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(10,12,18,.18); }
.button.chat,.mini-action.chat,.route-badge.chat { background: linear-gradient(135deg,#18a95d,#35d77f); border-color: transparent; color: #06150d; }
.button.telegram,.mini-action.telegram,.route-badge.telegram { background: linear-gradient(135deg,#168cc8,#39c3f3); border-color: transparent; color: #061219; }
.button.ios-action,.mini-action.ios-action,.route-badge.ios-action { background: linear-gradient(135deg,#9d178f,#ca32ff); border-color: transparent; color: #fff; }
.button.pc-action,.mini-action.pc-action,.route-badge.pc-action { background: linear-gradient(135deg,#147eb3,#37b7ee); border-color: transparent; color: #fff; }
.mini-action.android-action,.route-badge.android-action { background: linear-gradient(135deg,#188b2b,#58c932); color: #fff; }
.hero-actions { margin-top: 29px; display: flex; flex-wrap: wrap; gap: 11px; }
.page-hero .hero-actions .button { min-height: 48px; }
.support-actions { display: flex; flex-wrap: wrap; gap: 10px; }

.platform-buttons { display: grid; grid-template-columns: repeat(3,1fr); gap: 11px; max-width: 760px; }
.platform { min-width: 0; padding: 13px 14px; display: grid; grid-template-columns: 38px minmax(0,1fr) auto; align-items: center; gap: 10px; border: 1px solid rgba(255,255,255,.14); border-radius: 14px; color: #fff; box-shadow: 0 14px 35px rgba(0,0,0,.22); transition: transform .2s ease,filter .2s ease; }
.platform:hover { transform: translateY(-3px); filter: brightness(1.1); }
.platform.android { background: linear-gradient(135deg,#188b2b,#4ab72a); }
.platform.ios { background: linear-gradient(135deg,#a3138f,#c929ff); }
.platform.windows { background: linear-gradient(135deg,#147eb3,#37b7ee); }
.platform-icon { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 10px; background: rgba(0,0,0,.2); font-size: 10px; font-weight: 950; }
.platform small, .platform strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.platform small { color: rgba(255,255,255,.7); font-size: 8px; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.platform strong { font-size: 11px; }
.platform b { font-size: 16px; }
.hero-trust { margin-top: 19px; display: flex; flex-wrap: wrap; gap: 9px 18px; color: #9299a8; font-size: 10px; font-weight: 700; }
.hero-trust span::before { content: "✓"; margin-right: 6px; color: var(--green); }
.hero-trust a { color: var(--gold-soft); }

.hero-visual { position: relative; min-height: 560px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(255,176,0,.17); border-radius: 50%; }
.orbit-one { width: 510px; height: 510px; animation: spin 28s linear infinite; }
.orbit-two { width: 390px; height: 390px; border-color: rgba(54,199,255,.15); animation: spin 22s linear reverse infinite; }
.orbit::before { content: ""; position: absolute; top: 8%; left: 16%; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 18px var(--gold); }
.device-art { position: relative; z-index: 2; width: 310px; min-height: 512px; margin: auto; padding: 13px; border: 1px solid rgba(255,212,102,.7); border-radius: 40px; background: linear-gradient(145deg,#2d3446,#080a11 72%); transform: perspective(900px) rotateY(-7deg) rotateZ(2deg); box-shadow: 0 45px 100px rgba(0,0,0,.62),0 0 45px rgba(255,176,0,.08); }
.device-speaker { position: absolute; z-index: 4; top: 21px; left: 50%; width: 72px; height: 5px; transform: translateX(-50%); border-radius: 999px; background: #020307; }
.device-screen { min-height: 484px; padding: 34px 19px 21px; border: 1px solid rgba(255,255,255,.06); border-radius: 29px; background: radial-gradient(circle at 50% 0%,#19264d 0,#0b0e18 40%,#07080d 100%); }
.screen-top { margin-bottom: 40px; display: flex; align-items: center; justify-content: space-between; font-size: 19px; font-weight: 950; }
.screen-logo { width: 58px; height: 58px; display: block; object-fit: contain; border-radius: 13px; filter: drop-shadow(0 7px 14px rgba(0,0,0,.4)); }
.screen-top > i { padding: 4px 7px; border: 1px solid rgba(255,176,0,.35); border-radius: 999px; color: var(--gold-soft); font-size: 7px; font-style: normal; letter-spacing: .1em; }
.screen-label { margin-bottom: 10px; color: #777f92; font-size: 8px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.screen-row { margin-bottom: 9px; padding: 14px; border: 1px solid var(--dark-line); border-radius: 11px; display: flex; justify-content: space-between; color: #c8ccd6; font-size: 11px; font-weight: 800; }
.screen-row.active { border-color: rgba(255,176,0,.72); background: linear-gradient(90deg,rgba(255,176,0,.13),rgba(255,116,23,.04)); color: #fff; box-shadow: inset 3px 0 var(--gold); }
.status-dot { width: 6px; height: 6px; margin-right: 7px; display: inline-block; border-radius: 50%; background: var(--green); box-shadow: 0 0 8px rgba(98,223,87,.65); }
.screen-card { margin-top: 18px; padding: 14px; border: 1px solid rgba(54,199,255,.18); border-radius: 12px; background: rgba(54,199,255,.06); }
.screen-card small,.screen-card strong,.screen-card a { display: block; }
.screen-card small { color: var(--cyan); font-size: 7px; font-weight: 900; letter-spacing: .12em; }
.screen-card strong { margin: 4px 0 7px; font-size: 11px; }
.screen-card a { color: #a8deef; font-size: 9px; }
.screen-note { margin-top: 15px; color: #656d7d; font-size: 8px; text-align: center; }
.floating-badge { position: absolute; z-index: 4; padding: 11px 14px; display: flex; align-items: center; gap: 9px; border: 1px solid rgba(255,255,255,.16); border-radius: 13px; background: rgba(11,15,27,.86); color: #fff; backdrop-filter: blur(12px); box-shadow: 0 15px 40px rgba(0,0,0,.35); font-size: 9px; font-weight: 750; line-height: 1.2; }
.floating-badge b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: rgba(255,176,0,.14); color: var(--gold); font-size: 12px; }
.badge-safe { left: 0; top: 22%; }
.badge-help { right: -2%; bottom: 22%; }

.trust-strip { background: #080a11; color: #c3c6d0; border-bottom: 1px solid rgba(255,176,0,.14); }
.trust-strip .wrap { min-height: 72px; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; }
.trust-strip span { padding: 6px 22px; border-left: 1px solid var(--dark-line); font-size: 10px; font-weight: 800; letter-spacing: .02em; text-align: center; }
.trust-strip span:last-child { border-right: 1px solid var(--dark-line); }
.trust-strip b { margin-right: 7px; color: var(--gold); font-size: 9px; }

.quick-rail { position: fixed; z-index: 45; right: 14px; top: 44%; width: 72px; overflow: hidden; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; box-shadow: 0 18px 50px rgba(0,0,0,.28); }
.quick-rail a { min-height: 66px; padding: 8px 4px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; color: #fff; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.quick-rail span { font-size: 17px; line-height: 1; }
.rail-download { background: var(--orange); }
.rail-support { background: #14a7d2; }
.rail-safety { background: #3bad46; }

.mobile-support-bar { display: none; }

section { padding: 92px 0; }
.dark { background: radial-gradient(circle at 20% 0%,#171d35,#080a11 55%); color: #fff; }
.soft { background: #e9ebf1; }
.section-head { max-width: 760px; margin: 0 auto 46px; text-align: center; }
.section-head .kicker { justify-content: center; }
.section-head h2 { margin: 0 0 14px; font-family: "Arial Black",ui-sans-serif,sans-serif; font-size: clamp(34px,5vw,52px); line-height: 1.02; letter-spacing: -.045em; text-transform: uppercase; }
.section-head p { margin: 0; color: var(--muted); }
.dark .section-head p { color: #aeb3bf; }

.cards-3,.cards-2,.link-grid { display: grid; gap: 20px; }
.cards-3 { grid-template-columns: repeat(3,1fr); }
.cards-2 { grid-template-columns: repeat(2,1fr); }
.card { position: relative; overflow: hidden; padding: 30px; background: var(--surface); border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 30px rgba(17,20,30,.05); transition: transform .22s ease,box-shadow .22s ease,border-color .22s ease; }
.card::after { content: ""; position: absolute; inset: auto 0 0; height: 3px; background: linear-gradient(90deg,var(--gold),var(--orange),var(--violet)); opacity: 0; transition: opacity .2s ease; }
.card:hover { transform: translateY(-5px); border-color: rgba(255,176,0,.35); box-shadow: var(--shadow); }
.card:hover::after { opacity: 1; }
.dark .card { background: linear-gradient(145deg,var(--panel-2),var(--panel)); border-color: var(--dark-line); box-shadow: 0 18px 50px rgba(0,0,0,.22); }
.card h2,.card h3 { margin: 0 0 10px; line-height: 1.18; }
.card h3 { font-size: 21px; }
.card p { margin: 0 0 20px; color: var(--muted); font-size: 14px; }
.dark .card p { color: #abb1bd; }
.card a { color: #11131a; font-size: 12px; font-weight: 900; }
.dark .card a { color: var(--gold-soft); }
.card-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.mini-action { min-height: 40px; padding: 0 15px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; box-shadow: 0 8px 22px rgba(11,14,22,.14); }
.channel-card { border-color: rgba(54,199,255,.22); }
.channel-card .mini-action { color: #071018; }
.round-icon { width: 62px; height: 62px; margin-bottom: 23px; border: 1px solid rgba(255,176,0,.35); border-radius: 17px; display: grid; place-items: center; background: radial-gradient(circle at 32% 20%,#26314f,#090c15); color: var(--gold); box-shadow: 0 12px 24px rgba(0,0,0,.18); font-size: 11px; font-weight: 950; }
.dark .round-icon { background: linear-gradient(135deg,var(--gold),var(--orange)); color: #111; }

.steps { max-width: 850px; margin: auto; border-top: 1px solid var(--line); }
.step { padding: 24px 0; display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start; border-bottom: 1px solid var(--line); }
.step-number { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: linear-gradient(135deg,var(--gold),var(--orange)); color: #111; box-shadow: 0 8px 20px rgba(255,116,23,.2); font-size: 11px; font-weight: 950; }
.step h3 { margin: 4px 0; }
.step p { margin: 0; color: var(--muted); font-size: 14px; }

.page-hero { position: relative; isolation: isolate; overflow: hidden; padding: 78px 0 84px; background: #070914; color: #fff; border-bottom: 1px solid rgba(255,176,0,.18); }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; background: url("og.png") center/cover no-repeat; opacity: .12; }
.page-hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg,#070914 0%,rgba(7,9,20,.94) 58%,rgba(7,9,20,.75)); }
.breadcrumbs { margin-bottom: 42px; color: #747b8d; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.breadcrumbs a { color: #c2c6d0; }
.page-hero h1 { max-width: 930px; font-size: clamp(45px,6.2vw,76px); }
.page-hero p { max-width: 760px; margin: 23px 0 0; color: #b7bcc8; font-size: 17px; }
.page-layout { padding: 78px 0 100px; display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 72px; align-items: start; }
.article > section { padding: 0 0 43px; margin-bottom: 43px; border-bottom: 1px solid var(--line); }
.article > section:last-child { margin-bottom: 0; }
.article h2 { margin: 0 0 16px; font-size: 31px; line-height: 1.15; letter-spacing: -.03em; }
.article h3 { margin: 26px 0 8px; }
.article p { margin: 0 0 15px; color: #505563; }
.article ul,.article ol { margin: 18px 0; padding-left: 22px; }
.article li { margin-bottom: 9px; color: #454a57; }
.quick { padding: 25px !important; background: linear-gradient(135deg,#ffd466,#ffb000); border: 0 !important; border-radius: 16px; box-shadow: 0 15px 35px rgba(255,176,0,.16); }
.quick strong { display: block; margin-bottom: 6px; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.quick p { margin: 0; color: #17181c; }
.download-panel { padding: 27px !important; display: flex; align-items: center; justify-content: space-between; gap: 28px; background: radial-gradient(circle at top right,#202b4c,#0b0f1d 68%); color: #fff; border: 1px solid rgba(255,176,0,.24) !important; border-radius: 17px; box-shadow: 0 18px 45px rgba(9,12,20,.15); }
.download-panel > div:first-child { min-width: 0; }
.download-panel h2 { margin: 5px 0 8px; color: #fff; font-size: 25px; }
.download-panel p { margin: 0; color: #b8bfcd; font-size: 13px; }
.download-panel .button { flex: 0 0 auto; }
.route-label { color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.note { margin-top: 22px; padding: 20px; border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; background: #fff2d1; }
.note.warning { border-color: #e35e43; background: #fff0ec; }
.note p { margin: 0; font-size: 14px; }
.sidebar { position: sticky; top: 104px; overflow: hidden; padding: 24px; background: radial-gradient(circle at top right,#1a2340,#090c15 65%); color: #fff; border: 1px solid rgba(255,176,0,.18); border-radius: 17px; box-shadow: 0 20px 50px rgba(9,11,18,.18); }
.sidebar::before { content: "HELP CENTRE"; display: block; margin-bottom: 10px; color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.sidebar h2 { margin: 0 0 10px; font-size: 20px; }
.sidebar p { margin: 0 0 18px; color: #aeb4c0; font-size: 13px; }
.sidebar a { display: block; padding: 12px 0; border-top: 1px solid var(--dark-line); color: var(--gold-soft); font-size: 11px; font-weight: 800; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 8px 24px rgba(15,18,27,.04); }
table { width: 100%; min-width: 620px; border-collapse: collapse; background: #fff; }
th { padding: 14px 15px; background: #0c101d; color: #fff; text-align: left; font-size: 10px; letter-spacing: .03em; }
td { padding: 16px 15px; border-bottom: 1px solid var(--line); color: #515664; font-size: 13px; vertical-align: top; }

.warning-box { padding: 36px; display: grid; grid-template-columns: auto 1fr; gap: 23px; background: #0c101d; color: #fff; border: 1px solid rgba(255,176,0,.35); border-radius: 18px; box-shadow: 0 20px 55px rgba(12,16,29,.16); }
.warning-icon { width: 56px; height: 56px; border: 2px solid var(--gold); border-radius: 16px; display: grid; place-items: center; color: var(--gold); box-shadow: inset 0 0 18px rgba(255,176,0,.08); font-size: 27px; font-weight: 950; }
.warning-box h2 { margin: 0 0 7px; }
.warning-box p { margin: 0; color: #b9bec8; }

.faq { max-width: 850px; margin: auto; }
details { border-bottom: 1px solid var(--line); }
summary { padding: 21px 0; cursor: pointer; font-size: 16px; font-weight: 850; }
details p { margin: -5px 0 23px; color: var(--muted); }

.contact-strip { position: relative; overflow: hidden; padding: 48px; background: linear-gradient(120deg,#ffc533,#ff9b18); color: #111; border-radius: 20px; display: flex; align-items: center; justify-content: space-between; gap: 35px; box-shadow: 0 20px 50px rgba(255,155,24,.2); }
.contact-strip::after { content: "888"; position: absolute; right: 18%; top: 50%; transform: translateY(-52%); color: rgba(255,255,255,.22); font-family: "Arial Black",sans-serif; font-size: 140px; line-height: 1; }
.contact-strip > * { position: relative; z-index: 1; }
.contact-strip .kicker { margin-bottom: 8px; color: #332100; }
.contact-strip .kicker::before { background: #332100; box-shadow: none; }
.contact-strip h2 { margin: 0 0 6px; font-size: 34px; line-height: 1.1; }
.contact-strip p { margin: 0; }

.site-footer { padding: 66px 0 30px; background: #05060a; color: #fff; border-top: 1px solid rgba(255,176,0,.16); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1fr; gap: 42px; }
.footer-brand p { max-width: 340px; color: #838997; font-size: 13px; }
.footer-group h2 { margin: 0 0 14px; color: var(--gold); font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.footer-group a { display: block; margin-bottom: 9px; color: #c8cbd3; font-size: 12px; }
.footer-group a:hover { color: var(--gold-soft); }
.footer-bottom { margin-top: 44px; padding-top: 23px; border-top: 1px solid var(--dark-line); color: #737987; font-size: 10px; }

.hero.compact { min-height: 520px; padding: 115px 0; display: grid; align-items: center; }
.hero.compact h1 { margin: 0 0 16px; font-family: "Arial Black",sans-serif; font-size: clamp(48px,7vw,80px); line-height: 1; text-transform: uppercase; }
.hero.compact p { max-width: 620px; color: #b9bec8; }

.route-page { min-height: 100vh; padding: 28px; display: grid; place-items: center; background: radial-gradient(circle at 70% 18%,#1a2342,#060811 55%); color: #fff; }
.route-card { width: min(620px,100%); padding: 45px; border: 1px solid rgba(255,176,0,.25); border-radius: 24px; background: rgba(11,15,27,.92); box-shadow: 0 35px 90px rgba(0,0,0,.4); }
.route-card .logo { margin-bottom: 42px; }
.route-badge { width: max-content; margin-bottom: 18px; padding: 7px 12px; border-radius: 999px; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.route-card h1 { margin: 0 0 14px; font-family: "Arial Black",ui-sans-serif,sans-serif; font-size: clamp(38px,7vw,62px); line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
.route-card p { margin: 0 0 25px; color: #b8bfcc; }
.route-actions { margin-bottom: 25px; display: flex; flex-wrap: wrap; gap: 10px; }
.route-card small { display: block; padding-top: 20px; border-top: 1px solid var(--dark-line); color: #7f8796; }

.visual-wrap { padding-top: 54px; }
.visual-wrap .ugc-visual { max-width: 1040px; margin-inline: auto; }
.ugc-visual { position: relative; overflow: hidden; margin: 0 0 43px; border: 1px solid rgba(20,24,35,.14); border-radius: 18px; background: #0b0f1b; box-shadow: 0 18px 48px rgba(10,13,22,.12); }
.image-link { position: relative; min-height: 220px; display: block; background: radial-gradient(circle at 70% 25%,#243050,#0b0f1b 62%); }
.image-link::before { content: "IMAGE SLOT · ADD FILE TO /ASSETS/"; position: absolute; inset: 0; display: grid; place-items: center; color: #8e97aa; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-align: center; }
.ugc-visual img { position: relative; z-index: 1; width: 100%; height: auto; display: block; object-fit: contain; background: transparent; }
.article > .ugc-visual { margin-bottom: 43px; }

.content-expansion { padding: 72px 0; background: #fff; border-top: 1px solid var(--line); }
.content-expansion.soft-panel { background: #e9ebf1; }
.content-expansion .section-head { margin-bottom: 32px; }
.content-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 22px; }
.content-block { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 17px; box-shadow: 0 9px 28px rgba(12,15,25,.05); }
.content-expansion:not(.soft-panel) .content-block { background: #f8f9fb; }
.content-block h2,.content-block h3 { margin: 0 0 12px; line-height: 1.2; }
.content-block h2 { font-size: 27px; }
.content-block h3 { font-size: 20px; }
.content-block p { margin: 0 0 14px; color: #505563; }
.content-block p:last-child { margin-bottom: 0; }
.content-block a,.article .context-links a { color: #875800; font-weight: 850; text-decoration: underline; text-decoration-color: rgba(255,176,0,.45); text-underline-offset: 3px; }
.context-links { padding: 26px !important; background: #f8f9fb; border: 1px solid var(--line) !important; border-radius: 16px; }
.context-links h2 { font-size: 25px; }
.context-links ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px 28px; }
.context-links li { margin: 0; }
.review-line { margin-top: 25px !important; color: #747a88 !important; font-size: 11px !important; }

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 1120px) {
  .quick-rail { display: none; }
  .hero-inner { grid-template-columns: minmax(0,1fr) 340px; gap: 30px; }
  .badge-safe { left: -4%; }
  .badge-help { right: -1%; }
}

@media (max-width: 900px) {
  .nav-links a:not(.nav-cta),.site-header nav a:not(.nav-cta) { display: none; }
  .hero-inner { padding: 72px 0 80px; grid-template-columns: 1fr; text-align: center; }
  .hero-copy { max-width: 760px; margin: auto; }
  .hero .kicker,.hero .actions { justify-content: center; }
  .hero-mega { margin-inline: auto; }
  .hero-copy p { margin-inline: auto; }
  .platform-buttons { margin-inline: auto; }
  .hero-trust { justify-content: center; }
  .hero-visual { min-height: 535px; }
  .device-art { transform: none; }
  .badge-safe { left: calc(50% - 235px); }
  .badge-help { right: calc(50% - 235px); }
  .cards-3,.cards-2 { grid-template-columns: 1fr; }
  .page-layout { grid-template-columns: 1fr; gap: 45px; }
  .sidebar { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .trust-strip .wrap { grid-template-columns: 1fr 1fr; padding-block: 14px; }
  .trust-strip span:nth-child(3) { border-top: 1px solid var(--dark-line); }
  .trust-strip span:nth-child(4) { border-top: 1px solid var(--dark-line); border-right: 1px solid var(--dark-line); }
}

@media (max-width: 640px) {
  body { padding-bottom: calc(72px + env(safe-area-inset-bottom)); }
  .wrap { width: min(100% - 28px,var(--max)); }
  .notice { font-size: 8px; }
  .nav,.nav-wrap { min-height: 66px; }
  .brand-logo { width: 48px; height: 48px; }
  .site-footer .brand-logo { width: 62px; height: 62px; }
  .nav-cta { padding: 10px 13px; font-size: 9px !important; }
  .hero-inner { min-height: auto; padding: 58px 0 65px; }
  .hero-copy h1 { font-size: clamp(45px,15vw,64px); }
  .hero-copy p { font-size: 15px; }
  .platform-buttons { grid-template-columns: 1fr; max-width: 360px; }
  .platform { padding: 12px 14px; text-align: left; }
  .platform small,.platform strong { white-space: normal; }
  .hero-visual { min-height: 475px; }
  .orbit-one { width: 390px; height: 390px; }
  .orbit-two { width: 320px; height: 320px; }
  .device-art { width: 255px; min-height: 440px; }
  .device-screen { min-height: 412px; padding: 33px 15px 16px; }
  .screen-top { margin-bottom: 25px; }
  .screen-logo { width: 52px; height: 52px; border-radius: 12px; }
  .screen-row { padding: 12px; }
  .floating-badge { display: none; }
  .trust-strip .wrap { grid-template-columns: 1fr; }
  .trust-strip span { min-height: 48px; display: grid; place-items: center; border: 0 !important; border-bottom: 1px solid var(--dark-line) !important; }
  section { padding: 68px 0; }
  .page-hero { padding: 55px 0 61px; }
  .page-layout { padding: 58px 0 72px; }
  .page-hero h1 { font-size: clamp(42px,13vw,58px); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .download-panel { align-items: flex-start; flex-direction: column; }
  .download-panel .button { width: 100%; }
  .support-actions { width: 100%; }
  .support-actions .button { flex: 1 1 130px; }
  .warning-box { padding: 27px; grid-template-columns: 1fr; }
  .contact-strip { padding: 32px; align-items: flex-start; flex-direction: column; }
  .contact-strip::after { right: -20%; font-size: 120px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .route-page { padding: 14px; }
  .route-card { padding: 30px 23px; border-radius: 18px; }
  .route-card .logo { margin-bottom: 32px; }
  .route-actions { flex-direction: column; }
  .visual-wrap { padding-top: 30px; }
  .ugc-visual { border-radius: 13px; }
  .image-link { min-height: 150px; }
  .content-expansion { padding: 56px 0; }
  .content-columns { grid-template-columns: 1fr; }
  .content-block { padding: 23px; }
  .context-links ul { grid-template-columns: 1fr; }
  .mobile-support-bar { position: fixed; z-index: 80; right: 0; bottom: 0; left: 0; min-height: 64px; padding: 7px 10px calc(7px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1fr; gap: 8px; background: rgba(3,4,8,.96); border-top: 1px solid rgba(255,176,0,.24); box-shadow: 0 -12px 32px rgba(0,0,0,.28); backdrop-filter: blur(16px); }
  .mobile-support-bar a { min-width: 0; min-height: 50px; padding: 7px 11px; display: flex; align-items: center; justify-content: center; gap: 9px; border-radius: 13px; color: #fff; box-shadow: 0 7px 18px rgba(0,0,0,.22); }
  .mobile-support-whatsapp { background: linear-gradient(135deg,#159b55,#29c76d); }
  .mobile-support-telegram { background: linear-gradient(135deg,#147fb8,#2aafe2); }
  .mobile-support-icon { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 9px; background: rgba(0,0,0,.18); font-size: 12px; font-weight: 950; }
  .mobile-support-bar small,.mobile-support-bar strong { display: block; line-height: 1.15; }
  .mobile-support-bar small { margin-bottom: 2px; color: rgba(255,255,255,.72); font-size: 7px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .mobile-support-bar strong { overflow: hidden; font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; animation: none !important; } }
:focus-visible { outline: 3px solid var(--cyan); outline-offset: 3px; }
