:root {
  color-scheme: dark;
  --bg: #0b1720;
  --bg-deep: #09131b;
  --surface: #101f29;
  --surface-raised: #14242f;
  --text: #f2eee6;
  --muted: #a6b1b9;
  --gold: #e4c38d;
  --gold-bright: #f3d9ad;
  --line: #293843;
  --line-gold: rgba(228, 195, 141, .22);
  --content: 1160px;
  --header-height: 88px;
  --gutter: 24px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-height) + 28px); }
body { margin: 0; background: var(--bg); color: var(--text); font: 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
button, a { touch-action: manipulation; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { text-wrap: balance; }
ul, ol { padding: 0; margin: 0; }
::selection { color: var(--bg); background: var(--gold); }
:focus-visible { outline: 2px solid var(--gold-bright); outline-offset: 6px; border-radius: 3px; }
.container { width: min(var(--content), calc(100% - var(--gutter) * 2)); margin-inline: auto; }
.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; top: 12px; left: 16px; z-index: 100; padding: 12px 20px; color: var(--bg); background: var(--gold); transform: translateY(-180%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(11, 23, 32, .96); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: var(--header-height); }
.brand { display: inline-flex; align-items: center; gap: 11px; flex-shrink: 0; min-height: 44px; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
.brand span { font: 25px/1 var(--serif); letter-spacing: -.7px; }
.main-nav { display: none; align-items: center; gap: 30px; font-size: 13px; color: var(--muted); }
.main-nav a { padding-block: 16px; transition: color .15s ease; }
.main-nav a:hover, .main-nav a[aria-current="location"] { color: var(--gold-bright); }
.header-telegram { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; padding: 7px 0 7px 12px; font-size: 13px; }
.header-telegram > span[aria-hidden] { color: var(--gold); font-size: 20px; }
.header-telegram:hover { color: var(--gold-bright); }

.hero { position: relative; background: radial-gradient(ellipse at 85% 35%, rgba(50, 74, 78, .22), transparent 56%); }
.hero-grid { display: grid; position: relative; padding-top: 66px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: 1.8px; line-height: 1.6; text-transform: uppercase; }
.eyebrow-line { width: 24px; height: 1px; flex: 0 0 24px; background: var(--gold); }
.hero h1 { margin-top: 18px; font: 400 clamp(65px, 17vw, 90px)/1.09 var(--serif); letter-spacing: -4px; }
.title-dot { color: var(--gold); }
.hero-description { margin-top: 22px; color: #c2cbd0; font-size: 16px; line-height: 1.85; letter-spacing: -.2px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px 30px; margin-top: 30px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 24px; min-height: 56px; padding: 14px 22px; border: 1px solid transparent; border-radius: 6px; font-size: 14px; font-weight: 650; line-height: 1.5; text-align: center; transition: background-color .15s ease, border-color .15s ease; }
.button > span[aria-hidden] { font-size: 22px; line-height: 1; font-weight: 400; }
.button-primary { color: #172028; background: var(--gold); box-shadow: 0 5px 30px rgba(228, 195, 141, .07); }
.button-primary:hover { background: var(--gold-bright); border-color: var(--gold-bright); }
.button-primary:active { background: #cfad77; }
.text-link { display: inline-flex; align-items: center; gap: 14px; min-height: 44px; font-size: 13px; }
.text-link > span[aria-hidden] { font-size: 19px; color: var(--gold); }
.text-link:hover { color: var(--gold-bright); text-decoration: underline; text-underline-offset: 5px; }
.hero-caption { margin-top: 20px; color: var(--muted); font-size: 12px; }
.hero-visual { position: relative; isolation: isolate; width: min(100%, 360px); aspect-ratio: 1; margin: 26px auto 18px; background: radial-gradient(circle, rgba(212, 174, 101, .1), transparent 64%); }
.hero-emblem { position: absolute; z-index: 1; width: 78%; left: 11%; top: 9%; filter: drop-shadow(0 24px 32px rgba(0, 0, 0, .3)); }
.hero-emblem img { width: 100%; height: auto; }
.orbit { position: absolute; border: 1px solid var(--line-gold); border-radius: 50%; }
.orbit-outer { inset: 1%; }
.orbit-inner { inset: 11%; border-color: rgba(228, 195, 141, .09); }
.orbit-axis { position: absolute; z-index: -1; opacity: .35; }
.axis-horizontal { left: 0; right: 0; top: 50%; height: 1px; background: linear-gradient(90deg, var(--line-gold), transparent 40%, transparent 60%, var(--line-gold)); }
.axis-vertical { top: 0; bottom: 0; left: 50%; width: 1px; background: linear-gradient(var(--line-gold), transparent 40%, transparent 60%, var(--line-gold)); }
.orbit-point { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 13px rgba(228, 195, 141, .25); }
.point-one { left: 13%; top: 16%; }
.point-two { right: 8%; bottom: 22%; }
.orbit-north, .orbit-east { position: absolute; color: #9fa591; font-size: 9px; font-weight: 500; letter-spacing: 2px; background: var(--bg); padding: 0 5px; }
.orbit-north { left: 47.7%; top: -1%; }
.orbit-east { right: -1%; top: 47.5%; }
.visual-caption { position: absolute; z-index: 2; left: 50%; bottom: 2%; transform: translateX(-50%); display: flex; align-items: center; gap: 9px; width: max-content; max-width: 96%; padding: 10px 15px; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); color: #c9c5b9; font-size: 10px; }
.visual-caption > span { width: 4px; height: 4px; flex: 0 0 4px; border-radius: 50%; background: var(--gold); }
.hero-details { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; padding-block: 26px; border-top: 1px solid var(--line); }
.hero-details p { font-size: 10px; line-height: 1.6; color: #bdc7cc; }
.detail-marker { display: block; margin-bottom: 7px; color: var(--gold); font-size: 9px; font-variant-numeric: tabular-nums; letter-spacing: 1px; }
.explore-link { display: none; }

.section { padding-block: 72px; }
h2 { font: 400 clamp(34px, 8.9vw, 44px)/1.18 var(--serif); letter-spacing: -1px; }
.section .eyebrow, .support-panel .eyebrow { margin-bottom: 18px; }
.section-description { color: var(--muted); font-size: 15px; line-height: 1.8; }
.section-intro .section-description { margin-top: 20px; }
.section-intro .text-link { margin-top: 18px; }
.gold-link { color: var(--gold); }
.desktop-break { display: none; }
.connect-section { background: var(--bg-deep); border-block: 1px solid var(--line); }
.connect-grid { display: grid; gap: 32px; }
.steps { list-style: none; }
.steps li { display: flex; align-items: center; gap: 18px; min-height: 84px; padding-block: 20px; border-bottom: 1px solid var(--line); }
.steps li:first-child { border-top: 1px solid var(--line); }
.step-number { display: grid; place-items: center; flex: 0 0 32px; width: 32px; height: 32px; color: var(--gold); font-size: 11px; font-variant-numeric: tabular-nums; border: 1px solid var(--line-gold); border-radius: 50%; }
.steps h3 { max-width: 410px; font-size: 15px; line-height: 1.6; font-weight: 450; text-wrap: pretty; }
.step-end, .step-complete { margin-left: auto; padding-left: 5px; color: var(--gold); font-size: 22px; }
.step-complete { font-size: 17px; }
.section-heading { display: flex; flex-direction: column; gap: 24px; margin-bottom: 32px; }
.muted-heading { color: var(--muted); }
.client-grid { display: grid; gap: 18px; }
.client-card { min-width: 0; padding: 26px; background: linear-gradient(130deg, var(--surface-raised), var(--surface)); border: 1px solid #30414b; border-radius: 10px; }
.client-topline { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.small-label { color: var(--muted); font-size: 10px; letter-spacing: 1.1px; text-transform: uppercase; }
.client-index { color: var(--gold); font-size: 11px; font-variant-numeric: tabular-nums; }
.client-card h3 { margin-top: 26px; font-size: 46px; font-weight: 500; letter-spacing: -2px; line-height: 1.1; }
.client-dot { color: var(--gold); }
.client-card > p { max-width: 350px; margin-top: 16px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.client-capabilities { display: grid; gap: 11px; margin-top: 24px; padding-top: 23px; border-top: 1px solid var(--line); list-style: none; }
.client-capabilities li { display: flex; align-items: baseline; gap: 12px; color: #d1d8dc; font-size: 12px; }
.client-capabilities li::before { content: "✓"; color: var(--gold); font-size: 11px; }
.why-section { padding-top: 10px; }
.benefits { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 34px; }
.benefit { min-width: 0; padding: 26px 18px 26px 0; border-top: 1px solid var(--line); }
.benefit:nth-child(even) { padding-left: 18px; padding-right: 0; border-left: 1px solid var(--line); }
.benefit-icon { display: inline-flex; align-items: center; justify-content: center; width: 32px; height: 32px; margin-bottom: 22px; color: var(--gold); font-size: 30px; line-height: 1; }
.benefit h3 { font-size: 14px; line-height: 1.65; font-weight: 500; text-wrap: pretty; }
.benefit p { max-width: 230px; margin-top: 12px; color: var(--muted); font-size: 12px; line-height: 1.8; }
.support-section { padding-block: 0 64px; }
.support-panel { display: flex; flex-direction: column; align-items: flex-start; gap: 30px; position: relative; padding: 32px 25px; border: 1px solid #4a4d42; border-radius: 10px; background: radial-gradient(ellipse at 90% 50%, rgba(175, 144, 85, .1), transparent 75%), #142229; }
.support-panel h2 { font-size: clamp(33px, 8.6vw, 48px); }
.support-panel p:not(.eyebrow) { margin-top: 14px; color: #b8c1c5; font-size: 14px; }
.support-panel .button { flex-shrink: 0; }
.site-footer { border-top: 1px solid var(--line); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 94px; color: var(--muted); font-size: 11px; }
.back-to-top { display: inline-flex; gap: 15px; align-items: center; min-height: 44px; }
.back-to-top span { color: var(--gold); font-size: 18px; }
.back-to-top:hover { color: var(--text); }

@media (max-width: 359px) {
  :root { --gutter: 18px; }
  .brand span { font-size: 22px; }
  .brand { gap: 7px; }
  .header-inner { gap: 12px; }
  .hero h1 { font-size: 61px; }
  .hero-description { font-size: 14px; }
  .eyebrow { font-size: 9px; letter-spacing: 1.4px; }
  .client-card { padding: 22px; }
  .benefit h3 { font-size: 12px; }
  .benefit p { font-size: 11px; }
  .support-panel { padding-inline: 21px; }
}

@media (min-width: 600px) {
  :root { --gutter: 36px; }
  .hero-actions { gap: 22px 32px; }
  .hero-visual { width: 420px; margin-block: 12px 32px; }
  .hero-details p { font-size: 13px; }
  .client-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px; }
  .client-card { padding: 28px; }
  .client-card > p { min-height: 76px; }
  .benefit { padding-right: 30px; }
  .benefit:nth-child(even) { padding-left: 30px; }
  .benefit h3 { font-size: 17px; }
  .benefit p { font-size: 14px; }
  .support-panel { padding: 42px; }
}

@media (min-width: 900px) {
  :root { --gutter: 48px; }
  .main-nav { display: flex; }
  .hero-grid { grid-template-columns: 1.18fr 1fr; align-items: center; gap: 20px; padding-block: 72px 75px; min-height: 600px; }
  .hero h1 { margin-top: 22px; font-size: clamp(84px, 8vw, 112px); letter-spacing: -6px; }
  .hero-description { margin-top: 28px; font-size: 18px; line-height: 1.85; }
  .eyebrow { font-size: 10px; letter-spacing: 2px; }
  .hero-actions { margin-top: 36px; gap: 16px 25px; }
  .hero-caption { margin-top: 22px; }
  .hero-visual { width: 100%; max-width: 480px; margin: 0; justify-self: end; }
  .visual-caption { font-size: 11px; padding: 12px 17px; }
  .hero-details { grid-template-columns: repeat(3, 1fr) auto; align-items: center; padding-block: 28px; }
  .hero-details p { display: flex; align-items: center; gap: 18px; font-size: 12px; }
  .detail-marker { margin: 0; }
  .explore-link { display: grid; place-items: center; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); }
  .explore-link:hover { background: var(--surface-raised); border-color: var(--gold); }
  .section { padding-block: 104px; }
  h2 { font-size: 48px; }
  .connect-grid { grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }
  .desktop-break { display: block; }
  .steps li { min-height: 87px; gap: 24px; }
  .steps h3 { font-size: 16px; }
  .section-heading { flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
  .section-heading .section-description { padding-bottom: 5px; }
  .client-grid { gap: 24px; }
  .client-card { padding: 36px; }
  .client-card h3 { font-size: 54px; margin-top: 32px; }
  .client-card > p { min-height: 51px; }
  .client-capabilities { grid-template-columns: 1fr; }
  .why-section { padding-top: 5px; }
  .benefits { grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 44px; }
  .benefit, .benefit:nth-child(even) { padding: 34px 26px 12px; }
  .benefit + .benefit { border-left: 1px solid var(--line); }
  .benefit:first-child { padding-left: 0; }
  .benefit:last-child { padding-right: 0; }
  .benefit h3 { font-size: 15px; }
  .benefit p { font-size: 13px; }
  .support-section { padding-bottom: 82px; }
  .support-panel { flex-direction: row; align-items: center; justify-content: space-between; padding: 52px; }
  .footer-inner { min-height: 100px; font-size: 12px; }
}

@media (min-width: 1200px) {
  .hero-actions { gap: 32px; }
  .button { padding-inline: 26px; }
  .text-link { font-size: 14px; }
  .client-capabilities { grid-template-columns: 1fr 1fr; gap: 12px 18px; }
  .client-capabilities li:last-child { grid-column: 1 / -1; }
  .benefit h3 { font-size: 17px; }
}

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