:root {
  --page-w: 941px;
  --container: 861px;
  --bg: #020914;
  --bg-2: #03152b;
  --panel: #071a36;
  --panel-2: #0a2246;
  --panel-3: #061225;
  --line: rgba(64, 145, 255, 0.34);
  --line-soft: rgba(108, 173, 255, 0.18);
  --text: #f7fbff;
  --soft: #d8e7f6;
  --muted: #9eb8d4;
  --blue: #1789ff;
  --blue-2: #55bdff;
  --green: #18ac43;
  --orange: #ff9c18;
  --dark-card: #323b47;
  --radius: 7px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  background: #01050c;
  scroll-behavior: smooth;
}

body {
  background: #01050c;
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
  overflow-x: hidden;
  position: relative;
}

.page-scaler {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.page-canvas {
  margin: 0 auto;
  transform-origin: top center;
  width: var(--page-w);
}

.starfield {
  inset: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: -5;
}

body::before {
  background:
    radial-gradient(circle at 19% 6%, rgba(23, 137, 255, 0.22), transparent 28%),
    radial-gradient(circle at 72% 12%, rgba(40, 135, 255, 0.16), transparent 30%),
    radial-gradient(circle at 50% 88%, rgba(23, 137, 255, 0.2), transparent 40%),
    linear-gradient(180deg, #020914 0%, #031327 52%, #020813 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: -4;
}

body::after {
  background:
    linear-gradient(rgba(58, 137, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(58, 137, 255, 0.08) 1px, transparent 1px);
  background-size: 63px 63px;
  content: "";
  inset: 0;
  opacity: 0.22;
  pointer-events: none;
  position: fixed;
  width: 100%;
  z-index: -3;
}

img,
svg {
  display: block;
}

img {
  height: auto;
  max-width: 100%;
}

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

button {
  font: inherit;
}

button:focus-visible,
a:focus-visible {
  outline: 2px solid rgba(85, 189, 255, 0.85);
  outline-offset: 3px;
}

.site-nav a:hover {
  color: var(--blue-2);
}

.site-nav a:focus-visible {
  color: var(--blue-2);
}

.sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.skip-link {
  background: #0a2246;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  color: #fff;
  left: 12px;
  padding: 8px 12px;
  position: absolute;
  top: -48px;
  z-index: 100;
}

.skip-link:focus-visible {
  top: 12px;
}

.site-header,
main,
.site-footer {
  margin: 0 auto;
  max-width: var(--page-w);
  width: 100%;
}

.container {
  margin: 0 auto;
  width: min(var(--container), calc(100% - 80px));
}

.site-header {
  background: rgba(2, 9, 20, 0.96);
  border-bottom: 1px solid rgba(81, 142, 210, 0.15);
  height: 52px;
  position: sticky;
  top: 0;
  z-index: 40;
}

.nav-shell {
  align-items: center;
  display: flex;
  gap: 28px;
  height: 52px;
}

.brand {
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
}

.brand span span {
  color: #e7f3ff;
}

.site-nav {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: 38px;
  justify-content: center;
  padding-left: 24px;
}

.site-nav a {
  color: rgba(247, 251, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
}

.nav-toggle {
  display: none;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  display: inline-flex;
  font-size: 13px;
  font-weight: 850;
  gap: 9px;
  justify-content: center;
  min-height: 45px;
  padding: 11px 26px;
  text-align: center;
  transition: box-shadow 160ms ease, transform 160ms ease, border-color 160ms ease, background 160ms ease, opacity 160ms ease;
  white-space: nowrap;
}

.button:hover {
  transform: translateY(-1px);
}

.button:active {
  transform: translateY(0);
}

.button-primary:hover {
  box-shadow: 0 16px 32px rgba(12, 119, 255, 0.42);
}

.button-primary:active {
  box-shadow: 0 8px 18px rgba(12, 119, 255, 0.28);
}

.button-secondary:hover {
  background: rgba(12, 28, 52, 0.82);
  border-color: rgba(203, 226, 255, 0.82);
}

.button-secondary:active {
  background: rgba(6, 17, 35, 0.9);
}

.button svg {
  fill: none;
  height: 15px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
  width: 15px;
}

.button-primary {
  background: linear-gradient(135deg, #0976f4, #2295ff);
  box-shadow: 0 14px 28px rgba(12, 119, 255, 0.34);
  color: #fff;
}

.button-secondary {
  background: rgba(6, 17, 35, 0.64);
  border-color: rgba(203, 226, 255, 0.6);
  color: #fff;
}

.nav-cta {
  border-radius: 7px;
  font-size: 12px;
  min-height: 31px;
  padding: 8px 19px;
}

.hero {
  background:
    linear-gradient(180deg, rgba(4, 23, 49, 0.95) 0%, rgba(2, 9, 20, 0.42) 60%, rgba(2, 12, 27, 0.98) 100%),
    repeating-linear-gradient(137deg, rgba(39, 130, 255, 0.14) 0 1px, transparent 1px 118px),
    repeating-linear-gradient(43deg, rgba(39, 130, 255, 0.12) 0 1px, transparent 1px 126px);
  height: 548px;
  overflow: hidden;
  position: relative;
}

.hero::before {
  background:
    radial-gradient(circle at 15% 10%, rgba(34, 133, 255, 0.14), transparent 23%),
    radial-gradient(circle at 78% 20%, rgba(28, 128, 255, 0.15), transparent 26%),
    linear-gradient(180deg, transparent 0%, rgba(0, 76, 171, 0.24) 100%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero::after {
  background:
    repeating-linear-gradient(142deg, transparent 0 55px, rgba(45, 145, 255, 0.18) 56px 57px, transparent 58px 118px),
    repeating-linear-gradient(37deg, transparent 0 72px, rgba(45, 145, 255, 0.16) 73px 74px, transparent 75px 128px);
  bottom: 0;
  content: "";
  height: 210px;
  left: 0;
  opacity: 0.75;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.hero-network {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.network-line {
  background: linear-gradient(90deg, transparent, rgba(69, 158, 255, 0.44), transparent);
  height: 1px;
  opacity: 0.38;
  position: absolute;
  width: 390px;
}

.line-a {
  right: 8px;
  top: 36px;
  transform: rotate(-7deg);
}

.line-b {
  left: 333px;
  top: 126px;
  transform: rotate(16deg);
}

.line-c {
  display: none;
}

.network-node {
  background: #4db7ff;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(78, 178, 255, 0.95);
  height: 5px;
  position: absolute;
  width: 5px;
}

.node-a {
  left: 204px;
  top: 33px;
}

.node-b {
  left: 325px;
  top: 508px;
}

.node-c {
  right: 92px;
  top: 87px;
}

.node-d {
  right: 252px;
  bottom: 42px;
}

.hero-grid {
  display: grid;
  gap: 35px;
  grid-template-columns: 310px 516px;
  position: relative;
  z-index: 1;
}

.hero-copy {
  padding-top: 43px;
}

.eyebrow {
  align-items: center;
  background: rgba(8, 50, 97, 0.76);
  border: 1px solid rgba(69, 158, 255, 0.52);
  border-radius: 999px;
  color: #f3f9ff;
  display: inline-flex;
  font-size: 11px;
  font-weight: 850;
  gap: 7px;
  height: 22px;
  margin: 0 0 16px;
  padding: 0 12px 0 10px;
}

.eyebrow span {
  background: #4db7ff;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(78, 178, 255, 0.95);
  height: 5px;
  width: 5px;
}

.hero h1 {
  color: #fff;
  font-size: 28.5px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.12;
  margin: 0;
  max-width: 375px;
  overflow-wrap: anywhere;
}

.hero h1 span {
  color: #2f96ff;
  display: block;
}

.hero-lede {
  color: #e5f0fb;
  font-size: 13px;
  line-height: 1.5;
  margin: 18px 0 21px;
  max-width: 375px;
  overflow-wrap: anywhere;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin-bottom: 28px;
}

.hero-actions .button {
  min-width: 136px;
}

.hero-assurance {
  display: grid;
  gap: 19px;
  grid-template-columns: 88px 92px 96px;
}

.assurance-item {
  align-items: flex-start;
  display: flex;
  gap: 9px;
}

.assurance-icon {
  color: #63c0ff;
  flex: 0 0 auto;
  margin-top: 1px;
}

.assurance-icon svg {
  fill: none;
  height: 21px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 21px;
}

.assurance-item strong {
  color: #fff;
  display: block;
  font-size: 10px;
  font-weight: 850;
  line-height: 1.2;
}

.assurance-item span:not(.assurance-icon) {
  color: #c5d8ec;
  display: block;
  font-size: 9px;
  line-height: 1.35;
  margin-top: 4px;
}

.hero-visual {
  padding-top: 14px;
  position: relative;
}

.hero-stage {
  height: 520px;
  position: relative;
  width: 530px;
}

.globe-scene {
  height: 330px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 118px;
  transform: translateX(-50%);
  width: 330px;
  z-index: 1;
}

.globe-core {
  background:
    radial-gradient(circle at 32% 28%, rgba(130, 210, 255, 0.95) 0%, rgba(43, 132, 240, 0.55) 28%, rgba(8, 52, 120, 0.85) 62%, rgba(2, 16, 40, 0.95) 100%);
  border-radius: 50%;
  box-shadow:
    inset 0 0 30px rgba(180, 230, 255, 0.35),
    0 0 60px rgba(43, 132, 240, 0.65),
    0 0 120px rgba(23, 137, 255, 0.35);
  height: 250px;
  left: 50%;
  position: absolute;
  top: 36px;
  transform: translateX(-50%);
  width: 250px;
}

.globe-halo {
  background: radial-gradient(circle, rgba(77, 183, 255, 0.55) 0%, rgba(34, 133, 255, 0.22) 45%, transparent 72%);
  border-radius: 50%;
  filter: blur(14px);
  height: 290px;
  left: 50%;
  position: absolute;
  top: 16px;
  transform: translateX(-50%);
  width: 290px;
}

.globe-wire {
  height: 240px;
  left: 50%;
  opacity: 0.95;
  position: absolute;
  top: 18px;
  transform: translateX(-50%);
  width: 240px;
}

.orbit-ring {
  border: 1px solid rgba(77, 183, 255, 0.28);
  border-radius: 50%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.ring-a {
  animation: orbit-spin 28s linear infinite;
  height: 270px;
  width: 270px;
}

.ring-b {
  animation: orbit-spin 42s linear infinite reverse;
  border-color: rgba(77, 183, 255, 0.14);
  height: 310px;
  width: 310px;
}

.hero-dashboard {
  background: #07101f;
  border: 2px solid rgba(41, 151, 255, 0.92);
  border-radius: 10px;
  box-shadow:
    0 22px 50px rgba(0, 113, 255, 0.42),
    0 0 100px rgba(43, 132, 240, 0.35),
    inset 0 0 0 1px rgba(255, 255, 255, 0.06);
  left: 0;
  margin: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: rotate(-1.05deg);
  transform-origin: 55% 10%;
  width: 530px;
  z-index: 3;
}

.hero-dashboard img {
  display: block;
  width: 100%;
}

@keyframes orbit-spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.dashboard-shell {
  background: linear-gradient(180deg, rgba(9, 26, 52, 0.98), rgba(3, 12, 27, 0.98));
  border: 2px solid rgba(28, 137, 255, 0.74);
  border-radius: 10px;
  box-shadow: 0 18px 42px rgba(0, 113, 255, 0.28), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  height: 520px;
  overflow: hidden;
  padding: 13px;
  transform: rotate(-1.05deg);
  transform-origin: 55% 10%;
  width: 530px;
}

.dashboard-top {
  align-items: center;
  border-bottom: 1px solid rgba(117, 178, 238, 0.16);
  display: flex;
  gap: 10px;
  height: 29px;
  padding-bottom: 9px;
}

.dashboard-top strong {
  color: #fff;
  flex: 0 0 auto;
  font-size: 9px;
  font-weight: 900;
}

.dashboard-top nav {
  display: flex;
  flex: 1 1 auto;
  gap: 10px;
  overflow: hidden;
}

.dashboard-top nav span,
.preview-user {
  color: #97aec7;
  font-size: 7px;
  font-weight: 800;
  white-space: nowrap;
}

.preview-user {
  color: #fff;
}

.status-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 13px 0;
}

.status-card {
  border-radius: 5px;
  height: 70px;
  overflow: hidden;
  padding: 10px;
  position: relative;
}

.status-card::after {
  background: rgba(255, 255, 255, 0.09);
  bottom: 0;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  right: 0;
}

.status-card .status-icon {
  color: rgba(255, 255, 255, 0.92);
  left: 10px;
  position: absolute;
  top: 10px;
}

.status-icon svg {
  fill: none;
  height: 25px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.3;
  width: 25px;
}

.status-card strong {
  color: #fff;
  display: block;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  text-align: right;
}

.status-card span:last-child {
  bottom: 5px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 8px;
  font-weight: 850;
  position: absolute;
  right: 9px;
  z-index: 1;
}

.status-blue {
  background: #0b7ddf;
}

.status-green {
  background: var(--green);
}

.status-dark {
  background: var(--dark-card);
}

.status-orange {
  background: var(--orange);
}

.dashboard-body {
  display: grid;
  gap: 8px;
  grid-template-columns: 1.45fr 0.72fr;
}

.panel {
  background: rgba(4, 15, 32, 0.88);
  border: 1px solid rgba(106, 166, 227, 0.17);
  border-radius: 5px;
  overflow: hidden;
}

.panel-title {
  align-items: center;
  background: rgba(11, 31, 59, 0.96);
  border-bottom: 1px solid rgba(106, 166, 227, 0.16);
  display: flex;
  justify-content: space-between;
  min-height: 29px;
  padding: 7px 10px;
}

.panel-title strong {
  color: #eef8ff;
  font-size: 8px;
  font-weight: 900;
}

.panel-title span {
  color: #a8c0da;
  font-size: 7px;
  font-weight: 800;
}

.network-panel {
  height: 126px;
}

.chart-area {
  background:
    linear-gradient(rgba(112, 171, 232, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(112, 171, 232, 0.08) 1px, transparent 1px),
    linear-gradient(180deg, rgba(20, 47, 76, 0.76), rgba(5, 17, 36, 0.45));
  background-size: 100% 31px, 48px 100%, auto;
  height: 62px;
  margin: 10px 11px 5px;
  overflow: hidden;
  position: relative;
}

.chart-fill {
  background: linear-gradient(180deg, rgba(39, 199, 81, 0.28), rgba(39, 199, 81, 0.02));
  clip-path: polygon(0 55%, 12% 55%, 28% 54%, 42% 54%, 58% 53%, 73% 54%, 88% 53%, 100% 52%, 100% 100%, 0 100%);
  inset: 0;
  position: absolute;
}

.chart-line {
  background: currentColor;
  border-radius: 999px;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.line-online {
  color: #30da62;
  top: 52%;
}

.line-fail {
  color: #2c95ff;
  top: 73%;
}

.line-low {
  color: #ff9f22;
  top: 82%;
}

.legend {
  color: #9db6d2;
  display: flex;
  gap: 13px;
  padding: 0 12px;
}

.legend span {
  align-items: center;
  display: inline-flex;
  font-size: 7px;
  gap: 4px;
}

.legend i,
.outage-list i {
  border-radius: 50%;
  display: inline-block;
  height: 5px;
  width: 5px;
}

.legend .online,
.outage-list .blue {
  background: #24d166;
}

.legend .fail {
  background: #2c95ff;
}

.legend .low,
.outage-list .orange,
.outage-list .warn {
  background: #ff9f22;
}

.outage-list .grey {
  background: #8898aa;
}

.olts-panel,
.info-panel {
  height: 126px;
}

.outage-panel {
  height: 106px;
}

.bars-panel {
  grid-column: 1 / 2;
  height: 97px;
}

.info-panel {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
  height: auto;
}

.mini-list,
.outage-list,
.event-list {
  list-style: none;
  margin: 0;
  padding: 9px 10px;
}

.mini-list li,
.outage-list li,
.event-list li {
  border-bottom: 1px solid rgba(106, 166, 227, 0.12);
  color: #c6d9ee;
  display: flex;
  font-size: 8px;
  gap: 6px;
  justify-content: space-between;
  padding: 7px 0;
}

.mini-list li:last-child,
.outage-list li:last-child,
.event-list li:last-child {
  border-bottom: 0;
}

.mini-list b,
.outage-list b {
  color: #9ab4d0;
  flex: 0 0 auto;
  font-size: 7px;
  font-weight: 850;
}

.outage-list li {
  align-items: center;
}

.outage-list span {
  flex: 1 1 auto;
}

.event-list li {
  display: block;
  line-height: 1.25;
}

.event-list small {
  color: #86a2bf;
  display: block;
  font-size: 7px;
  margin-top: 3px;
}

.bars {
  align-items: end;
  display: flex;
  gap: 7px;
  height: 62px;
  padding: 12px 10px 10px;
}

.bars i {
  background: linear-gradient(180deg, #1d91ff, #0865c6);
  border-radius: 3px 3px 0 0;
  flex: 1 1 0;
  height: var(--h);
  min-width: 5px;
}

.quick-cards {
  margin-top: 0;
  position: relative;
  z-index: 2;
}

.quick-grid {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 0;
}

.quick-grid article,
.feature-card,
.step-card,
.cta-panel {
  background: linear-gradient(180deg, rgba(10, 35, 72, 0.82), rgba(5, 19, 42, 0.84));
  border: 1px solid rgba(88, 165, 255, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.26);
}

.quick-grid article {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 43px 1fr;
  height: 93px;
  padding: 18px 15px;
}

.quick-icon,
.feature-icon,
.step-icon {
  align-items: center;
  background: linear-gradient(145deg, rgba(18, 101, 205, 0.75), rgba(4, 36, 80, 0.88));
  border: 1px solid rgba(91, 183, 255, 0.35);
  border-radius: var(--radius);
  color: #69c8ff;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.quick-icon svg,
.feature-icon svg,
.step-icon svg,
.mode-switch svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.quick-icon svg,
.feature-icon svg,
.step-icon svg {
  height: 28px;
  width: 28px;
}

.quick-grid h2,
.feature-card h3,
.step-card h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}

.quick-grid p,
.feature-card p,
.step-card p,
.cta-panel p {
  color: #c6d9ee;
  font-size: 12px;
  line-height: 1.35;
  margin: 5px 0 0;
}

.section {
  padding: 24px 0 0;
}

.section-heading {
  margin: 0 auto 19px;
  text-align: center;
}

.section-heading.compact {
  margin-bottom: 12px;
}

.section-heading h2,
.cta-panel h2 {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
}

.section-heading p {
  color: #bbd1e8;
  font-size: 12px;
  margin: 5px 0 0;
}

.feature-grid {
  display: grid;
  gap: 9px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-card {
  display: grid;
  gap: 8px 15px;
  grid-template-columns: 45px 1fr;
  height: 92px;
  padding: 17px 16px;
}

.feature-card h3 {
  font-size: 13px;
}

.feature-card p {
  font-size: 10px;
  line-height: 1.25;
  grid-column: 2 / 3;
}

.feature-icon {
  grid-row: 1 / 3;
  height: 39px;
  width: 39px;
}

.feature-icon svg {
  height: 25px;
  width: 25px;
}

.noc-section {
  padding-top: 24px;
}

.mode-switch {
  align-items: center;
  background: rgba(8, 24, 50, 0.78);
  border: 1px solid rgba(99, 179, 255, 0.25);
  border-radius: 999px;
  display: flex;
  justify-content: center;
  margin: 0 auto 16px;
  padding: 3px;
  width: fit-content;
}

.mode-switch button {
  align-items: center;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  color: #c7dbef;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 850;
  gap: 7px;
  height: 33px;
  justify-content: center;
  padding: 0 24px;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 120ms ease;
}

.mode-switch button:hover:not(.is-active) {
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.mode-switch button:active {
  transform: scale(0.98);
}

.mode-switch button.is-active {
  background: linear-gradient(135deg, rgba(18, 101, 205, 0.95), rgba(11, 61, 125, 0.95));
  border-color: rgba(94, 187, 255, 0.45);
  box-shadow: inset 0 0 0 1px rgba(94, 187, 255, 0.32), 0 9px 24px rgba(5, 112, 255, 0.2);
  color: #fff;
}

.mode-switch svg {
  height: 18px;
  width: 18px;
}

.preview-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 393px 378px;
  justify-content: center;
}

.preview-card {
  background: rgba(5, 17, 36, 0.84);
  border: 1px solid rgba(99, 179, 255, 0.28);
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.3);
  height: 258px;
  margin: 0;
  overflow: hidden;
  transition: border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease;
}

.preview-card:not(.is-active) {
  opacity: 0.72;
}

.preview-card.is-active {
  border-color: rgba(41, 151, 255, 0.88);
  box-shadow: 0 18px 46px rgba(7, 126, 255, 0.28);
}

.preview-card img {
  height: 224px;
  object-fit: cover;
  object-position: top center;
  width: 100%;
}

.night-preview img {
  filter: invert(1) hue-rotate(180deg) saturate(1.25) brightness(0.42) contrast(0.98);
}

.day-preview img {
  object-position: center 2%;
}

.preview-card figcaption {
  background: rgba(6, 20, 42, 0.96);
  border-top: 1px solid rgba(99, 179, 255, 0.18);
  color: #d4e8fb;
  font-size: 11px;
  font-weight: 850;
  height: 34px;
  padding: 9px 11px;
}

.steps-section {
  padding-top: 14px;
}

.steps-grid {
  display: grid;
  gap: 54px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  position: relative;
}

.steps-grid::before,
.steps-grid::after {
  background: linear-gradient(90deg, transparent, rgba(99, 179, 255, 0.7), transparent);
  content: "";
  height: 2px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.steps-grid::before {
  left: calc(33.333% - 20px);
}

.steps-grid::after {
  right: calc(33.333% - 20px);
}

.step-card {
  align-items: center;
  display: grid;
  gap: 13px;
  grid-template-columns: 28px 48px 1fr;
  height: 78px;
  padding: 15px;
}

.step-number {
  align-items: center;
  background: #5cb7ff;
  border-radius: 50%;
  color: #052145;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  height: 25px;
  justify-content: center;
  width: 25px;
}

.step-icon {
  height: 42px;
  width: 42px;
}

.step-card h3 {
  font-size: 12px;
}

.step-card p {
  font-size: 10px;
  margin-top: 3px;
}

.cta-section {
  padding: 10px 0 0;
}

.cta-panel {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(13, 58, 119, 0.97), rgba(5, 20, 45, 0.97)),
    repeating-linear-gradient(135deg, rgba(88, 181, 255, 0.18) 0 1px, transparent 1px 29px);
  display: flex;
  height: 84px;
  justify-content: space-between;
  overflow: hidden;
  padding: 16px 25px;
  position: relative;
}

.cta-panel::after {
  background:
    repeating-linear-gradient(28deg, rgba(95, 187, 255, 0.48) 0 1px, transparent 1px 22px),
    linear-gradient(90deg, transparent, rgba(0, 108, 255, 0.24));
  content: "";
  inset: 0 0 0 auto;
  opacity: 0.4;
  pointer-events: none;
  position: absolute;
  width: 36%;
}

.cta-panel h2 {
  font-size: 23px;
}

.cta-panel p {
  color: #d8eaff;
  font-size: 12px;
  line-height: 1.25;
  max-width: 520px;
}

.cta-actions {
  display: flex;
  flex: 0 0 auto;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.cta-actions .button {
  min-height: 39px;
  padding: 9px 22px;
}

.site-footer {
  background: rgba(1, 6, 14, 0.98);
  border-top: 1px solid rgba(99, 179, 255, 0.13);
  margin-top: 12px;
  padding: 22px 0 16px;
}

.footer-grid {
  display: grid;
  gap: 43px;
  grid-template-columns: 150px 1fr;
}

.footer-brand .brand {
  font-size: 18px;
}

.footer-brand p {
  color: #b9cde3;
  font-size: 10px;
  line-height: 1.35;
  margin: 13px 0;
}

.social-links {
  display: flex;
  gap: 6px;
}

.social-links a {
  align-items: center;
  border: 1px solid rgba(182, 215, 255, 0.34);
  border-radius: 50%;
  color: #d8ebff;
  display: inline-flex;
  font-size: 9px;
  font-weight: 900;
  height: 20px;
  justify-content: center;
  width: 20px;
}

.footer-links {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.footer-links h2 {
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  margin: 0 0 9px;
}

.footer-links a {
  color: #b8cde5;
  display: block;
  font-size: 8px;
  margin: 6px 0;
}

.footer-links a:hover {
  color: #fff;
}

.footer-links a:focus-visible {
  color: #fff;
}

.social-links a:hover {
  border-color: rgba(182, 215, 255, 0.62);
  color: #fff;
}

.copyright {
  color: #849fbc;
  font-size: 9px;
  margin-top: 13px;
  text-align: center;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .button:hover,
  .button:active {
    transform: none;
  }
}

@media (max-width: 700px) {
  body::before,
  body::after {
    max-width: none;
  }

  .container {
    width: calc(100% - 28px);
  }

  .site-header {
    height: 66px;
  }

  .nav-shell {
    height: 66px;
  }

  .brand {
    font-size: 25px;
  }

  .nav-toggle {
    background: rgba(12, 36, 70, 0.9);
    border: 1px solid rgba(104, 179, 255, 0.3);
    border-radius: var(--radius);
    cursor: pointer;
    display: block;
    height: 44px;
    margin-left: auto;
    padding: 10px;
    width: 44px;
  }

  .nav-toggle span:not(.sr-only) {
    background: #f7fbff;
    border-radius: 999px;
    display: block;
    height: 2px;
    margin: 5px 0;
    width: 22px;
  }

  .site-nav {
    background: rgba(4, 15, 32, 0.98);
    border: 1px solid rgba(99, 179, 255, 0.2);
    border-radius: var(--radius);
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
    display: none;
    flex-direction: column;
    gap: 0;
    left: 14px;
    padding: 8px;
    position: absolute;
    right: 14px;
    top: 74px;
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 11px;
    width: 100%;
  }

  .nav-cta {
    display: none;
  }

  .hero {
    height: auto;
    padding: 39px 0 34px;
  }

  .hero::after {
    height: 160px;
  }

  .hero-grid {
    display: block;
  }

  .hero-copy {
    padding-top: 0;
  }

  .eyebrow {
    font-size: 12px;
    max-width: 100%;
  }

  .hero h1 {
    font-size: 34px;
    width: auto;
  }

  .hero-lede {
    font-size: 18px;
    width: auto;
  }

  .hero-actions {
    flex-direction: column;
    margin-bottom: 46px;
  }

  .button {
    width: 100%;
  }

  .hero-assurance {
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr;
  }

  .assurance-item strong {
    font-size: 13px;
  }

  .assurance-item span:not(.assurance-icon) {
    font-size: 11px;
  }

  .hero-visual {
    padding-top: 56px;
  }

  .hero-dashboard {
    left: auto;
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
  }

  .hero-stage {
    height: auto;
    width: 100%;
  }

  .globe-scene {
    width: min(280px, 72vw);
    height: min(280px, 72vw);
  }

  .button {
    white-space: normal;
    width: 100%;
  }

  .quick-grid,
  .feature-grid,
  .preview-grid,
  .steps-grid {
    grid-template-columns: 1fr;
  }

  .quick-grid article,
  .feature-card,
  .step-card,
  .preview-card,
  .cta-panel {
    height: auto;
  }

  .feature-card {
    grid-template-columns: 45px 1fr;
  }

  .feature-card p {
    grid-column: 2 / 3;
  }

  .preview-card img {
    height: auto;
  }

  .steps-grid::before,
  .steps-grid::after {
    display: none;
  }

  .step-card {
    grid-template-columns: 36px 52px 1fr;
  }

  .cta-panel,
  .cta-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .footer-grid,
  .footer-links {
    grid-template-columns: 1fr;
  }
}
