:root {
  --bg: #081016;
  --bg-soft: #0e1b24;
  --panel: #12242e;
  --panel-strong: #172f3a;
  --line: rgba(190, 225, 232, 0.16);
  --text: #f4fbfb;
  --muted: #a9bec4;
  --dim: #6f8790;
  --teal: #34d3b6;
  --lime: #b9f455;
  --amber: #f4b84a;
  --blue: #67a7ff;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
  --radius: 8px;
  --max: 1180px;
}

* {
  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;
  background:
    radial-gradient(circle at 80% 0%, rgba(52, 211, 182, 0.16), transparent 30%),
    linear-gradient(180deg, #081016 0%, #0a151c 48%, #081016 100%);
  color: var(--text);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(8, 16, 22, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.nav {
  max-width: var(--max);
  margin: 0 auto;
  min-height: 76px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  letter-spacing: 0;
}

.brand-logo {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: block;
}

.brand-name {
  display: flex;
  flex-direction: column;
  line-height: 1.08;
}

.brand-name span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 600;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 4px;
}

.nav-links a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  border-radius: 8px;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.07);
}

.nav-cta {
  color: #061016;
  background: var(--teal);
  padding: 10px 14px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.section {
  padding: 86px 24px;
}

.section.tight {
  padding-top: 48px;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
}

.hero {
  min-height: calc(100vh - 76px);
  display: grid;
  align-items: center;
  padding: 56px 24px 64px;
}

.hero-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 54px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--lime);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--lime);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 22px;
  font-size: clamp(44px, 7vw, 88px);
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(30px, 4.2vw, 54px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 21px;
  line-height: 1.2;
}

.lead {
  max-width: 720px;
  color: var(--muted);
  font-size: 19px;
}

.hero .lead {
  font-size: 21px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 12px 18px;
  border-radius: 8px;
  font-weight: 800;
  border: 1px solid var(--line);
}

.button.primary {
  color: #061016;
  background: linear-gradient(135deg, var(--teal), var(--lime));
  border-color: transparent;
}

.button.secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.06);
}

.hero-art {
  position: relative;
  min-height: 520px;
}

.device-stack {
  position: absolute;
  inset: 0;
}

.phone {
  position: absolute;
  width: 245px;
  height: 482px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.14), transparent 13%),
    linear-gradient(160deg, #1b3440, #071015 72%);
  box-shadow:
    0 34px 80px rgba(0, 0, 0, 0.45),
    inset 0 0 0 2px rgba(255, 255, 255, 0.04);
}

.phone.primary-phone {
  right: 72px;
  top: 8px;
  transform: rotate(3deg);
}

.phone.secondary-phone {
  left: 24px;
  top: 82px;
  transform: rotate(-8deg) scale(0.9);
  opacity: 0.9;
}

.phone-screen {
  height: 100%;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 16% 8%, rgba(52, 211, 182, 0.26), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 38%),
    #0b171f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 18px;
}

.screen-pill {
  width: 62px;
  height: 6px;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.22);
}

.phone-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.phone-status strong {
  color: var(--lime);
  font-size: 11px;
  text-transform: uppercase;
}

.tool-card {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  align-items: center;
  min-height: 72px;
  margin-bottom: 12px;
  padding: 12px 11px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(3, 10, 15, 0.52);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}

.tool-card strong,
.tool-tile strong {
  display: block;
  color: var(--white);
  font-size: 13px;
  line-height: 1.15;
}

.tool-card small {
  display: block;
  margin-top: 4px;
  color: var(--dim);
  font-size: 11px;
  line-height: 1.25;
}

.tool-glyph {
  width: 44px;
  height: 44px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  color: #061016;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.58), transparent 38%),
    var(--teal);
  box-shadow: inset 0 -10px 18px rgba(0, 0, 0, 0.1);
}

.tool-glyph.vpn,
.tool-tile.vpn .tool-glyph {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), transparent 38%),
    #34d3b6;
}

.tool-glyph.calc,
.tool-tile.calc .tool-glyph {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), transparent 38%),
    #b9f455;
}

.tool-glyph.clean,
.tool-tile.clean .tool-glyph {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), transparent 38%),
    #f4b84a;
}

.tool-glyph.note,
.tool-tile.note .tool-glyph,
.tool-glyph.scan,
.tool-tile.scan .tool-glyph {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.62), transparent 38%),
    #67a7ff;
}

.app-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.app-grid.compact {
  margin-top: 12px;
}

.tool-tile {
  min-height: 110px;
  padding: 12px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(3, 10, 15, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.tool-tile .tool-glyph {
  width: 42px;
  height: 42px;
}

.map-card {
  position: absolute;
  right: 0;
  bottom: 16px;
  width: min(360px, 88%);
  padding: 20px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(18, 36, 46, 0.88);
  box-shadow: var(--shadow);
}

.map-card strong {
  display: block;
  margin-bottom: 12px;
}

.region-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 31px;
  padding: 6px 10px;
  border-radius: 8px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--line);
  font-size: 13px;
  font-weight: 700;
}

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.section-head p {
  max-width: 560px;
  color: var(--muted);
}

.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 {
  min-height: 100%;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025));
}

.card p,
.timeline p,
.fact p {
  color: var(--muted);
}

.icon {
  width: 46px;
  height: 46px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  color: #061016;
  background: var(--teal);
  font-weight: 900;
}

.icon.alt {
  background: var(--lime);
}

.icon.warm {
  background: var(--amber);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 42px;
  align-items: center;
}

.panel {
  padding: 28px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--panel);
  box-shadow: var(--shadow);
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.stat {
  padding: 20px;
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--line);
}

.stat strong {
  display: block;
  color: var(--white);
  font-size: 28px;
  line-height: 1;
}

.stat span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.page-hero {
  padding: 92px 24px 56px;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(52, 211, 182, 0.11), transparent 38%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent);
}

.page-hero .container {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.45fr);
  gap: 38px;
  align-items: end;
}

.crumb {
  color: var(--lime);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.fact-list {
  display: grid;
  gap: 12px;
}

.fact {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.timeline {
  display: grid;
  gap: 14px;
  counter-reset: steps;
}

.timeline-item {
  position: relative;
  padding: 22px 22px 22px 72px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.05);
}

.timeline-item::before {
  counter-increment: steps;
  content: counter(steps);
  position: absolute;
  left: 22px;
  top: 22px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #061016;
  background: var(--lime);
  font-weight: 900;
}

.contact-band {
  padding: 34px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background:
    linear-gradient(135deg, rgba(52, 211, 182, 0.18), rgba(185, 244, 85, 0.08)),
    var(--panel);
}

.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 22px;
}

.contact-item {
  padding: 18px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.06);
}

.contact-item span {
  display: block;
  color: var(--dim);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.contact-item strong,
.contact-item a {
  color: var(--white);
  overflow-wrap: anywhere;
}

.site-footer {
  padding: 38px 24px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  background: #070d12;
}

.footer-grid {
  max-width: var(--max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.mini-links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

@media (max-width: 920px) {
  .menu-toggle {
    display: inline-block;
  }

  .nav-links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: 76px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #0b151c;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid,
  .split,
  .page-hero .container {
    grid-template-columns: 1fr;
  }

  .hero-art {
    min-height: 460px;
  }

  .grid.three,
  .grid.two,
  .stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .nav {
    padding: 0 16px;
  }

  .section,
  .page-hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    font-size: 44px;
  }

  .hero-art {
    min-height: 380px;
  }

  .phone {
    width: 198px;
    height: 392px;
  }

  .phone.primary-phone {
    right: 8px;
  }

  .phone.secondary-phone {
    left: 0;
  }

  .map-card {
    width: 100%;
    left: 0;
    right: auto;
  }

  .grid.three,
  .grid.two,
  .stats {
    grid-template-columns: 1fr;
  }

  .section-head {
    display: block;
  }
}
