
:root {
  --bg: #06111f;
  --bg-2: #09192d;
  --panel: rgba(10, 23, 40, 0.88);
  --panel-2: rgba(255, 255, 255, 0.03);
  --line: rgba(197, 220, 255, 0.12);
  --line-2: rgba(197, 220, 255, 0.2);
  --text: #eff4fb;
  --muted: #a7b4c8;
  --blue: #0866ff;
  --blue-2: #5ca2ff;
  --gold: #c8a15a;
  --gold-2: #e8c889;
  --silver: #cfd7e3;
  --platinum: #d9e7ff;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(8,102,255,.18), transparent 28%),
    radial-gradient(circle at 100% 0%, rgba(200,161,90,.09), transparent 22%),
    linear-gradient(180deg, #071426 0%, #040a13 100%);
  min-height: 100vh;
}
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
.shell { width: min(100% - 28px, 1180px); margin: 0 auto; }
.section { padding: 82px 0; }
.section-tight { padding: 16px 0 10px; }
.background-orb { position: fixed; border-radius: 50%; filter: blur(70px); z-index: 0; pointer-events: none; opacity: .5; }
.orb-one { width: 240px; height: 240px; top: -60px; right: -40px; background: rgba(8,102,255,.22); }
.orb-two { width: 200px; height: 200px; bottom: 12%; left: -70px; background: rgba(200,161,90,.12); }
.site-header { position: sticky; top: 0; z-index: 30; backdrop-filter: blur(18px); background: linear-gradient(180deg, rgba(4,10,19,.92), rgba(4,10,19,.64)); border-bottom: 1px solid rgba(255,255,255,.05); }
.nav-row { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.brand img { width: 124px; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.channel-link, .top-cta { border: 1px solid var(--line-2); color: #dce8fb; background: rgba(255,255,255,.04); padding: 11px 14px; border-radius: 999px; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.hero { position: relative; overflow: hidden; }
.hero-shell { position: relative; z-index: 1; display: grid; gap: 30px; }
.eyebrow { display: inline-block; margin-bottom: 18px; color: #8fbfff; font-size: 11px; font-weight: 800; letter-spacing: .17em; }
.hero-copy h1, .section-intro h2, .cta-box h2 { margin: 0; letter-spacing: -.05em; line-height: .98; }
.hero-copy h1 { font-size: clamp(52px, 12vw, 88px); max-width: 10ch; }
.hero-copy h1 span { color: var(--gold-2); }
.hero-text { margin: 18px 0 0; max-width: 38rem; color: var(--muted); font-size: 16px; line-height: 1.75; }
.hero-actions { display: grid; gap: 12px; margin-top: 28px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 18px; border-radius: 16px; font-weight: 700; font-size: 15px; }
.button-primary { background: linear-gradient(135deg, var(--blue), #2f80ff); color: white; box-shadow: 0 18px 40px rgba(8,102,255,.25); }
.button-secondary { background: rgba(255,255,255,.03); color: #dce8fb; border: 1px solid var(--line); }
.hero-proof { display: grid; gap: 10px; margin-top: 18px; }
.proof-pill { display: inline-flex; width: fit-content; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 999px; border: 1px solid var(--line); background: rgba(255,255,255,.03); color: #d7e4f7; font-size: 12px; }
.hero-card-wrap { position: relative; min-height: 450px; }
.hero-card { position: relative; overflow: hidden; min-height: 420px; padding: 22px 20px 22px; border-radius: 30px; border: 1px solid rgba(148, 185, 255, 0.16); background: radial-gradient(circle at 100% 0%, rgba(8,102,255,.22), transparent 32%), linear-gradient(145deg, rgba(16,32,56,.95), rgba(5,11,22,.98)); box-shadow: var(--shadow), inset 0 1px 0 rgba(255,255,255,.06); }
.hero-card::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(rgba(255,255,255,.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.02) 1px, transparent 1px); background-size: 36px 36px; mask-image: linear-gradient(180deg, rgba(0,0,0,.45), transparent 88%); }
.card-topline, .card-bottom { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 12px; }
.card-topline span, .card-bottom small { color: #91a4bf; font-size: 10px; letter-spacing: .14em; font-weight: 700; }
.hero-logo { position: relative; z-index: 1; width: min(80%, 330px); margin: 42px auto 28px; filter: drop-shadow(0 22px 35px rgba(0,0,0,.42)); }
.status-list { position: relative; z-index: 1; display: grid; gap: 10px; }
.status-list div { display: flex; align-items: center; gap: 10px; padding: 12px 14px; border-radius: 16px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.05); color: #d9e4f5; font-size: 13px; }
.status-list span { width: 10px; height: 10px; border-radius: 50%; box-shadow: 0 0 16px rgba(8,102,255,.45); }
.status-list div:nth-child(1) span { background: linear-gradient(135deg, #e8edf5, #98a9c0); box-shadow: 0 0 16px rgba(204,216,232,.35); }
.status-list div:nth-child(2) span { background: linear-gradient(135deg, #f0d08c, #b78224); box-shadow: 0 0 16px rgba(232,190,96,.35); }
.status-list div:nth-child(3) span { background: linear-gradient(135deg, #dfe8ff, #78a9ff); box-shadow: 0 0 16px rgba(102,153,255,.45); }
.card-bottom { margin-top: 22px; align-items: flex-end; }
.card-bottom div { display: grid; gap: 6px; }
.card-bottom strong { color: #eef4fd; font-size: 13px; letter-spacing: .04em; }
.mini-badge { position: absolute; z-index: 2; padding: 12px 14px; max-width: 180px; border-radius: 18px; border: 1px solid var(--line); background: rgba(5,10,19,.78); backdrop-filter: blur(12px); box-shadow: 0 18px 45px rgba(0,0,0,.32); }
.mini-badge strong { display: block; font-size: 12px; margin-bottom: 4px; }
.mini-badge span { display: block; color: var(--muted); font-size: 11px; line-height: 1.5; }
.badge-left { left: 0; bottom: -14px; }
.badge-right { right: 0; top: -8px; }
.quick-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quick-grid article { padding: 14px; border-radius: 18px; border: 1px solid var(--line); background: rgba(255,255,255,.025); }
.quick-grid span { display: block; margin-bottom: 10px; color: #87baff; font-size: 11px; font-weight: 700; letter-spacing: .14em; }
.quick-grid strong { display: block; color: #dfeafc; font-size: 13px; line-height: 1.5; }
.section-intro { margin-bottom: 26px; }
.section-intro h2 { font-size: clamp(36px, 8vw, 64px); max-width: 12ch; }
.section-intro p { margin: 14px 0 0; max-width: 48rem; color: var(--muted); line-height: 1.75; }
.hiva-grid, .tiers, .standards-grid, .process-list { display: grid; gap: 16px; }
.hiva-card, .tier, .standard, .process-step { position: relative; overflow: hidden; padding: 24px 18px 20px; border-radius: 24px; border: 1px solid var(--line); background: linear-gradient(160deg, rgba(255,255,255,.032), rgba(255,255,255,.02)); box-shadow: inset 0 1px 0 rgba(255,255,255,.04); }
.hiva-card h3, .tier h3, .standard h3, .process-step h3 { margin: 10px 0 12px; letter-spacing: -.03em; }
.hiva-card h3 { font-size: 30px; }
.hiva-card p, .tier p, .standard p, .process-step p { margin: 0; color: var(--muted); line-height: 1.68; }
.hiva-label, .tier-tag { font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.silver-text { color: var(--silver); }
.gold-text { color: #f1d298; }
.platinum-text { color: #cfe1ff; }
.tier-ribbon { position: absolute; top: 16px; right: 16px; padding: 7px 10px; border-radius: 999px; background: rgba(8,102,255,.12); border: 1px solid rgba(143,191,255,.22); color: #dce7fb; font-size: 10px; font-weight: 800; letter-spacing: .08em; }
.metal-bar { height: 92px; margin: -24px -18px 18px; }
.silver .metal-bar { background: linear-gradient(120deg, #26344a, #d9e1eb 46%, #39475a 72%, #121a28); }
.gold .metal-bar { background: linear-gradient(120deg, #483416, #e1bf75 44%, #8f642a 72%, #18120a); }
.platinum .metal-bar { background: linear-gradient(120deg, #0a1c3a, #3a77dd 38%, #dbe6f5 56%, #0d2a55 78%, #07111f); }
.tier-tag { color: #95c1ff; }
.gold .tier-tag { color: #f1d298; }
.platinum .tier-tag { color: #d6e6ff; }
.tier h3 { font-size: 28px; }
.tier ul { margin: 16px 0 18px; padding: 0; list-style: none; display: grid; gap: 10px; }
.tier li { position: relative; padding-left: 18px; color: #dde8fa; font-size: 14px; line-height: 1.55; }
.tier li::before { content: ""; position: absolute; left: 0; top: 8px; width: 7px; height: 7px; border-radius: 50%; background: linear-gradient(135deg, var(--blue), var(--gold)); }
.tier a { display: inline-flex; font-weight: 700; color: #edf4ff; margin-top: 4px; }
.standards { border-top: 1px solid rgba(255,255,255,.04); border-bottom: 1px solid rgba(255,255,255,.04); }
.standard h3 { font-size: 21px; }
.process-step { display: grid; grid-template-columns: 52px 1fr; gap: 16px; align-items: start; }
.process-step span { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: rgba(8,102,255,.11); border: 1px solid rgba(143,191,255,.25); color: #dce7fb; font-weight: 800; font-size: 12px; }
.process-step h3 { font-size: 20px; }
.final-cta { padding-bottom: 138px; }
.cta-box { padding: 28px 20px; border-radius: 28px; border: 1px solid rgba(134,180,255,.2); background: radial-gradient(circle at 100% 0%, rgba(8,102,255,.18), transparent 28%), linear-gradient(160deg, rgba(12,28,49,.95), rgba(6,12,21,.98)); box-shadow: var(--shadow); }
.cta-box p { margin: 14px 0 0; color: var(--muted); line-height: 1.72; max-width: 40rem; }
.cta-actions { display: grid; gap: 10px; margin-top: 22px; }
.cta-button { width: 100%; margin-top: 0; }
.site-footer { padding: 0 0 calc(124px + env(safe-area-inset-bottom, 0px)); }
.footer-grid { display: grid; gap: 16px; align-items: center; padding-top: 4px; border-top: 1px solid rgba(255,255,255,.06); }
.footer-logo { width: 128px; }
.footer-copy { display: grid; gap: 8px; }
.footer-grid p { margin: 0; color: #8798b1; font-size: 12px; line-height: 1.7; }
.footer-copy a { color: #a9c8ff; font-size: 12px; font-weight: 700; }
.mobile-telegram { position: fixed; left: 14px; right: 14px; bottom: calc(14px + env(safe-area-inset-bottom, 0px)); z-index: 40; display: inline-flex; align-items: center; justify-content: center; min-height: 58px; border-radius: 18px; background: linear-gradient(135deg, var(--blue), #2f80ff); color: white; font-weight: 800; letter-spacing: .01em; box-shadow: 0 18px 40px rgba(8,102,255,.34); }
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
@media (min-width: 760px) {
  .shell { width: min(100% - 44px, 1180px); }
  .nav-row { min-height: 84px; }
  .top-cta, .channel-link { padding: 12px 16px; }
  .hero-shell { grid-template-columns: 1fr 1fr; align-items: center; gap: 36px; }
  .hero-card-wrap { min-height: 520px; }
  .hero-card { min-height: 500px; padding: 26px 24px 24px; }
  .hero-logo { width: min(78%, 360px); margin-top: 52px; }
  .hero-actions { grid-template-columns: auto auto; width: fit-content; }
  .hero-proof { display: flex; flex-wrap: wrap; }
  .quick-grid { grid-template-columns: repeat(4,1fr); }
  .hiva-grid, .tiers { grid-template-columns: repeat(3,1fr); align-items: stretch; }
  .tier, .hiva-card { padding: 28px 22px 22px; }
  .metal-bar { margin: -28px -22px 22px; height: 110px; }
  .standards-grid { grid-template-columns: repeat(2,1fr); }
  .process-list { grid-template-columns: repeat(2,1fr); }
  .cta-box { padding: 48px 40px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; }
  .cta-actions { margin-top: 0; min-width: 220px; }
  .cta-button { width: auto; min-width: 220px; }
  .footer-grid { grid-template-columns: 160px 1fr; padding-top: 24px; }
  .mobile-telegram { left: auto; width: auto; right: 22px; min-width: 220px; }
}
@media (min-width: 1040px) {
  .section { padding: 110px 0; }
  .hero { padding-top: 18px; }
  .hero-card-wrap { min-height: 560px; }
  .hero-card { min-height: 540px; }
  .hero-copy h1 { max-width: 8ch; }
  .standards-grid { grid-template-columns: repeat(3,1fr); }
  .process-list { grid-template-columns: repeat(4,1fr); }
}
@media (max-width: 759px) {
  .nav-actions { gap: 8px; }
  .channel-link { display: none; }
}
@media (max-width: 379px) {
  .brand img { width: 110px; }
  .hero-copy h1 { font-size: 48px; }
  .hero-card-wrap { min-height: 430px; }
  .hero-card { min-height: 408px; }
  .hero-logo { width: 86%; }
  .status-list div { font-size: 12px; }
  .mobile-telegram { left: 10px; right: 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}
