:root {
  --bg: #05070a;
  --surface: #0b111a;
  --panel: #111827;
  --panel-2: #0d1520;
  --text: #f8fafc;
  --muted: #aebdce;
  --line: #263244;
  --blue: #159eee;
  --blue-soft: #52c8ff;
  --orange: #ec971c;
  --purple: #9a71ff;
  --green: #2fc58d;
  --yellow: #ffb814;
  --max: 1180px;
  --radius-xl: 32px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --shadow: 0 24px 72px rgba(0,0,0,.38);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  min-height: 100vh;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 8% -8%, rgba(21,158,238,.22), transparent 34%),
    radial-gradient(circle at 88% 3%, rgba(236,151,28,.13), transparent 30%),
    linear-gradient(180deg, #07111b 0, var(--bg) 42%, #030507 100%);
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .18;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.026) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(#000, transparent 72%);
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }

.site-header, main, .footer { width: min(var(--max), calc(100% - 36px)); margin-inline: auto; }
.site-header { position: relative; z-index: 20; padding: 18px 0 22px; }

.topbar {
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(38,50,68,.86);
  border-radius: 26px;
  background: linear-gradient(rgba(17,24,39,.84), rgba(8,13,22,.7));
  box-shadow: 0 18px 54px rgba(0,0,0,.34);
  backdrop-filter: blur(16px);
}

.brand { display: flex; align-items: center; gap: 13px; min-width: 0; }
.brand img { width: 76px; height: 76px; object-fit: contain; filter: drop-shadow(0 10px 20px rgba(0,0,0,.35)); }
.brand-copy { display: grid; min-width: 0; }
.brand-title { color: var(--blue); font-size: clamp(22px, 2.2vw, 32px); font-weight: 950; letter-spacing: -.04em; line-height: 1; }
.brand-subtitle { margin-top: 6px; color: var(--orange); font-size: 13px; font-weight: 850; }

.nav { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.nav a, .lang {
  white-space: nowrap;
  padding: 12px 15px;
  border: 1px solid rgba(38,50,68,.92);
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255,255,255,.035);
  font-size: 14px;
  font-weight: 850;
  transition: .2s ease;
}
.nav a:hover, .nav a.active { color: var(--text); border-color: rgba(21,158,238,.68); background: rgba(21,158,238,.12); }
.lang { color: var(--text); border-color: rgba(236,151,28,.48); background: rgba(236,151,28,.08); }

.product-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 12px;
  padding: 11px 15px;
  border: 1px solid rgba(38,50,68,.78);
  border-radius: 20px;
  background: rgba(7,13,21,.72);
}
.product-brand { display: flex; align-items: center; gap: 10px; font-weight: 900; }
.product-brand img { width: 42px; height: 42px; object-fit: contain; }
.product-links { display: flex; flex-wrap: wrap; gap: 8px; color: var(--muted); font-size: 13px; font-weight: 800; }
.product-links a { padding: 7px 10px; border-radius: 999px; }
.product-links a:hover, .product-links a.active { color: var(--text); background: rgba(21,158,238,.1); }

main { position: relative; z-index: 1; padding-bottom: 64px; }

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 560px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, .95fr);
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  padding: clamp(38px, 6vw, 76px);
  border: 1px solid rgba(38,50,68,.92);
  border-radius: var(--radius-xl);
  background:
    linear-gradient(135deg, rgba(21,158,238,.16), rgba(236,151,28,.075) 48%, rgba(255,255,255,.025)),
    linear-gradient(180deg, rgba(17,24,39,.95), rgba(8,13,22,.98));
  box-shadow: var(--shadow);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(118deg, transparent 0 62%, rgba(21,158,238,.2) 62.2% 67.8%, transparent 68%),
    linear-gradient(118deg, transparent 0 72%, rgba(236,151,28,.24) 72.2% 77%, transparent 77.2%);
  opacity: .64;
}
.hero.compact { min-height: 430px; grid-template-columns: 1fr; }
.hero-copy { position: relative; z-index: 2; max-width: 760px; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--blue-soft); font-size: 12px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 26px; height: 3px; border-radius: 99px; background: linear-gradient(90deg, var(--blue), var(--orange)); }
h1, h2, h3 { margin-top: 0; line-height: 1.08; }
h1 { margin-bottom: 20px; font-size: clamp(43px, 6vw, 78px); letter-spacing: -.06em; }
h2 { margin-bottom: 14px; font-size: clamp(29px, 4vw, 46px); letter-spacing: -.045em; }
h3 { margin-bottom: 10px; font-size: 22px; letter-spacing: -.025em; }
p { margin: 10px 0; color: var(--muted); }
.lead { max-width: 720px; font-size: clamp(18px, 1.8vw, 22px); }
.hero-visual { position: relative; z-index: 2; }
.hero-visual .frame { transform: none; }

.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 14px 20px;
  border: 0;
  border-radius: 999px;
  color: #04111e;
  background: linear-gradient(135deg, var(--blue), var(--blue-soft));
  box-shadow: 0 12px 30px rgba(21,158,238,.24);
  font-weight: 950;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); box-shadow: 0 16px 36px rgba(21,158,238,.3); }
.button.secondary { color: var(--blue-soft); border: 1px solid rgba(21,158,238,.55); background: rgba(21,158,238,.06); box-shadow: none; }
.button.orange { color: #1c1000; background: linear-gradient(135deg, var(--orange), #ffc34e); box-shadow: 0 12px 30px rgba(236,151,28,.2); }

.section { padding-top: clamp(72px, 9vw, 118px); }
.section-head { display: grid; grid-template-columns: minmax(0, .75fr) minmax(320px, 1.25fr); gap: 42px; align-items: end; margin-bottom: 34px; }
.section-head p { margin: 0; font-size: 18px; }

.grid { display: grid; gap: 18px; }
.grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card {
  position: relative;
  overflow: hidden;
  min-height: 240px;
  padding: 28px;
  border: 1px solid rgba(38,50,68,.9);
  border-radius: var(--radius-lg);
  background: linear-gradient(rgba(17,24,39,.8), rgba(8,13,22,.86));
  box-shadow: 0 18px 44px rgba(0,0,0,.25);
  transition: transform .22s ease, border-color .22s ease;
}
.card:hover { transform: translateY(-4px); border-color: rgba(21,158,238,.62); }
.card::before { content: ""; display: block; width: 42px; height: 4px; margin-bottom: 24px; border-radius: 99px; background: var(--accent, linear-gradient(90deg,var(--blue),var(--orange))); }
.card p { max-width: 48ch; }
.card-link { display: inline-flex; margin-top: 18px; color: var(--blue-soft); font-weight: 900; }
.manual-language-links { display: flex; flex-wrap: wrap; gap: 8px 14px; margin-top: 12px; }
.manual-language-links .card-link { margin-top: 0; }
.card .number { position: absolute; right: 22px; top: 14px; color: rgba(255,255,255,.05); font-size: 78px; font-weight: 950; line-height: 1; }
.accent-blue { --accent: var(--blue); }
.accent-orange { --accent: var(--orange); }
.accent-purple { --accent: var(--purple); }
.accent-green { --accent: var(--green); }
.accent-yellow { --accent: var(--yellow); }

.flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  padding: 1px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--line);
}
.flow-step { position: relative; min-height: 210px; padding: 26px; background: linear-gradient(180deg, #101925, #0a1019); }
.flow-step strong { display: block; margin-bottom: 8px; font-size: 19px; }
.flow-step span { color: var(--muted); font-size: 14px; }
.flow-step .dot { width: 14px; height: 14px; margin-bottom: 24px; border-radius: 50%; background: var(--accent-color); box-shadow: 0 0 0 7px color-mix(in srgb, var(--accent-color) 15%, transparent); }
.flow-step:not(:last-child)::after { content: "→"; position: absolute; right: -12px; top: 34px; z-index: 2; display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: var(--text); background: #172232; font-weight: 900; }

.feature {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(340px, .98fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: center;
}
.feature.reverse { grid-template-columns: minmax(340px, .98fr) minmax(0, 1.02fr); }
.feature.reverse .feature-media { order: 2; }
.feature-list { display: grid; gap: 13px; margin: 24px 0 0; padding: 0; list-style: none; }
.feature-list li { display: flex; align-items: flex-start; gap: 11px; color: var(--muted); }
.feature-list li::before { content: "✓"; display: grid; place-items: center; flex: 0 0 24px; height: 24px; border-radius: 50%; color: #031711; background: var(--green); font-size: 13px; font-weight: 950; }

.frame {
  overflow: hidden;
  padding: 8px;
  border: 1px solid rgba(64,93,119,.76);
  border-radius: 25px;
  background: #07101a;
  box-shadow: 0 28px 70px rgba(0,0,0,.42);
}
.frame img { width: 100%; border-radius: 18px; }
.frame-caption { padding: 14px 13px 8px; color: var(--muted); font-size: 13px; }

.image-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.image-pair .frame:nth-child(2) { margin-top: 34px; }

.desktop-frame {
  overflow: hidden;
  border: 1px solid rgba(64,93,119,.82);
  border-radius: 18px;
  background: #060b11;
  box-shadow: 0 30px 76px rgba(0,0,0,.48);
}
.desktop-titlebar {
  display: flex;
  align-items: center;
  gap: 7px;
  min-height: 38px;
  padding: 0 14px;
  border-bottom: 1px solid #243142;
  color: #93a8bd;
  background: linear-gradient(180deg,#132031,#0c1520);
  font-size: 12px;
  font-weight: 850;
}
.desktop-titlebar::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 16px 0 0 #3e576c, 32px 0 0 var(--orange);
  margin-right: 32px;
}
.desktop-screen { padding: 7px; background: #050a10; }
.desktop-screen img { width: 100%; border-radius: 8px; }
.desktop-caption { padding: 13px 15px 15px; color: var(--muted); font-size: 13px; }
.desktop-frame::after {
  content: "Windows";
  display: block;
  width: fit-content;
  margin: 0 14px 13px auto;
  padding: 5px 9px;
  border: 1px solid rgba(47,197,141,.35);
  border-radius: 999px;
  color: var(--green);
  background: rgba(47,197,141,.06);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.device-showcase {
  display: grid;
  grid-template-columns: minmax(150px,.54fr) minmax(240px,1fr);
  align-items: end;
  gap: 22px;
}
.device { position: relative; padding: 12px; background: #02060a; box-shadow: 0 26px 66px rgba(0,0,0,.46); }
.device::before { content: ""; position: absolute; z-index: 2; left: 50%; top: 6px; transform: translateX(-50%); border-radius: 999px; background: #263547; }
.device img { width: 100%; height: auto; border-radius: 13px; }
.device-phone { max-width: 250px; justify-self: end; border: 1px solid #30435a; border-radius: 31px; }
.device-phone::before { width: 48px; height: 4px; }
.device-tablet { max-width: 430px; border: 1px solid #456077; border-radius: 24px; }
.device-tablet::before { width: 34px; height: 4px; }
.device-label { display: flex; align-items: center; justify-content: center; gap: 7px; padding: 10px 6px 2px; color: var(--muted); font-size: 12px; font-weight: 850; }
.device-label::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); }
.device-tablet .device-label::before { background: var(--purple); }

.connection-showcase {
  position: relative;
  display: grid;
  grid-template-columns: minmax(145px,.72fr) minmax(190px,1fr);
  align-items: end;
  gap: clamp(18px, 3vw, 30px);
  width: min(560px, 100%);
  margin-inline: auto;
}
.connection-showcase .device-phone { width: 100%; max-width: 220px; }
.connection-showcase .device-tablet { width: 100%; max-width: 300px; }
.device-screen { overflow: hidden; border-radius: 13px; background: #02060a; }
.device-screen img { display: block; width: 100%; height: auto; border-radius: 0; }
.device-phone .device-screen.crop-status img { margin-top: -5%; }
.device-tablet .device-screen.crop-status img { margin-top: -3.5%; }
.connection-note {
  grid-column: 1 / -1;
  justify-self: center;
  margin-top: -5px;
  padding: 7px 11px;
  border: 1px solid rgba(154,113,255,.42);
  border-radius: 999px;
  color: #d9cbff;
  background: rgba(154,113,255,.09);
  font-size: 11px;
  font-weight: 850;
}

.statement {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 36px;
  align-items: center;
  padding: clamp(32px, 6vw, 68px);
  border: 1px solid rgba(236,151,28,.38);
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(236,151,28,.13), rgba(21,158,238,.08)), #0b111a;
}
.statement .big { color: var(--orange); font-size: clamp(50px, 8vw, 100px); font-weight: 950; letter-spacing: -.07em; line-height: .88; }

.status-note { margin-top: 28px; padding: 18px 20px; border: 1px solid rgba(236,151,28,.36); border-radius: 17px; color: var(--muted); background: rgba(236,151,28,.065); }
.status-note strong { color: var(--text); }

.access-shell { width: min(690px, 100%); margin-inline: auto; }
.access-card { padding: clamp(30px, 6vw, 58px); border: 1px solid rgba(38,50,68,.92); border-radius: var(--radius-xl); background: linear-gradient(180deg, rgba(17,24,39,.96), rgba(8,13,22,.98)); box-shadow: var(--shadow); text-align: center; }
.access-card .icon { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 22px; border: 1px solid rgba(154,113,255,.45); border-radius: 22px; color: var(--purple); background: rgba(154,113,255,.09); font-size: 28px; }
.access-card form { display: grid; gap: 12px; margin-top: 26px; text-align: left; }
.access-card label { color: var(--text); font-weight: 850; }
.access-card input { width: 100%; padding: 15px 17px; border: 1px solid var(--line); border-radius: 14px; outline: none; color: var(--text); background: #08101a; }
.access-card input:focus { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(21,158,238,.1); }
.access-card .button { width: 100%; margin-top: 4px; }
.privacy-line { margin-top: 18px; color: #8191a4; font-size: 12px; }

.footer { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; padding: 26px 0 38px; border-top: 1px solid rgba(38,50,68,.8); color: #8797aa; font-size: 13px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 16px; }
.footer a:hover { color: var(--text); }

.mockup-note { display: none; }

@media (max-width: 1040px) {
  .topbar { grid-template-columns: 1fr; align-items: start; }
  .nav { justify-content: flex-start; flex-wrap: wrap; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-visual { max-width: 760px; }
  .grid.three { grid-template-columns: 1fr; }
  .grid.three .card { min-height: 210px; }
  .flow { grid-template-columns: repeat(2, 1fr); }
  .flow-step:nth-child(2)::after { display: none; }
}

@media (max-width: 760px) {
  .site-header, main, .footer { width: min(var(--max), calc(100% - 24px)); }
  .site-header { padding-top: 12px; }
  .topbar { padding: 12px; border-radius: 22px; }
  .brand img { width: 62px; height: 62px; }
  .brand-title { font-size: 24px; }
  .brand-subtitle { font-size: 12px; }
  .nav a, .lang { padding: 10px 12px; font-size: 13px; }
  .product-bar { align-items: flex-start; flex-direction: column; }
  .hero { padding: 30px 22px; border-radius: 25px; }
  h1 { font-size: clamp(38px, 13vw, 58px); }
  .lead { font-size: 17px; }
  .button-row { display: grid; }
  .button { width: 100%; }
  .section { padding-top: 76px; }
  .section-head { grid-template-columns: 1fr; gap: 10px; }
  .grid.two, .flow, .feature, .feature.reverse, .statement { grid-template-columns: 1fr; }
  .feature.reverse .feature-media { order: initial; }
  .flow-step:not(:last-child)::after { display: none; }
  .image-pair { grid-template-columns: 1fr; }
  .image-pair .frame:nth-child(2) { margin-top: 0; }
  .device-showcase { grid-template-columns: minmax(105px,.56fr) minmax(185px,1fr); gap: 12px; }
  .connection-showcase { grid-template-columns: minmax(105px,.72fr) minmax(140px,1fr); gap: 12px; }
  .device { padding: 7px; }
  .device-phone { border-radius: 22px; }
  .device-tablet { border-radius: 18px; }
  .device-label { font-size: 10px; }
  .statement { padding: 30px 24px; }
  .footer { display: block; }
  .footer-links { margin-top: 12px; }
  .mockup-note { position: static; width: fit-content; margin: 0 12px 12px auto; }
}

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


.language-picker { position: relative; }
.language-picker summary { display: flex; align-items: center; gap: 7px; padding: 12px 15px; border: 1px solid rgba(236,151,28,.48); border-radius: 999px; color: var(--text); background: rgba(236,151,28,.08); font-size: 14px; font-weight: 900; cursor: pointer; list-style: none; }
.language-picker summary::-webkit-details-marker { display: none; }
.language-options { position: absolute; right: 0; z-index: 50; display: grid; grid-template-columns: repeat(5, auto); gap: 6px; margin-top: 8px; padding: 8px; border: 1px solid var(--line); border-radius: 15px; background: #0b111a; box-shadow: var(--shadow); }
.language-options a { min-width: 42px; padding: 8px 10px; border-radius: 10px; color: var(--muted); text-align: center; font-size: 12px; font-weight: 900; }
.language-options a:hover, .language-options a.active { color: var(--text); background: rgba(21,158,238,.14); }
.legal-hero { margin-bottom: 24px; padding: clamp(34px,6vw,68px); border: 1px solid var(--line); border-radius: var(--radius-xl); background: linear-gradient(135deg,rgba(21,158,238,.13),rgba(154,113,255,.07)),#0b111a; }
.legal-content { margin-top: 18px; padding: clamp(26px,4vw,42px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: rgba(11,17,26,.86); }
.legal-content h2 { margin-top: 30px; font-size: 25px; }
.legal-content h2:first-child { margin-top: 0; }
.legal-hero, .legal-content, .legal-card, .legal-kv, .legal-kv span, .legal-kv a { min-width: 0; overflow-wrap: anywhere; }
@media (max-width:760px) { .language-options { left: 0; right: auto; grid-template-columns: repeat(5,auto); } .language-picker summary { width: fit-content; padding: 10px 12px; } }

.legal-nav { display: flex; flex-wrap: wrap; gap: 10px; margin: 16px 0 0; }
.legal-nav a { padding: 10px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--muted); background: rgba(255,255,255,.035); }
.legal-nav a:hover { color: var(--text); border-color: rgba(21,158,238,.55); text-decoration: none; }
