:root {
  --canvas: #070d1b;
  --deep: #040914;
  --surface: #0d1729;
  --text: #f5f8ff;
  --muted: #93a4bf;
  --muted-strong: #c2cee1;
  --line: rgba(185, 208, 244, 0.14);
  --brand: #3c82ff;
  --purple: #8b5cf6;
  --cyan: #20d5fc;
  --lime: #82efb3;
  --danger: #ff6f8d;
  --warning: #ffc85c;
  --body: Inter, Arial, sans-serif;
  --display: "Space Grotesk", Arial, sans-serif;
  --mono: "DM Mono", Consolas, monospace;
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.3);
  color-scheme: dark;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 130px;
}
body {
  overflow-x: hidden;
  color: var(--text);
  background: var(--canvas);
  font-family: var(--body);
  line-height: 1.65;
}
body:before {
  position: fixed;
  z-index: -2;
  inset: 0;
  content: "";
  opacity: 0.28;
  background-image: linear-gradient(rgba(148, 176, 222, 0.05) 1px, transparent 1px), linear-gradient(90deg, rgba(148, 176, 222, 0.05) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(to bottom, #000, transparent 70%);
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
}
::selection {
  color: #07101c;
  background: var(--lime);
}
.page-loader {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--deep);
  transition:
    opacity 0.42s,
    visibility 0.42s;
}
.page-loader span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cyan);
  animation: loader 0.72s infinite alternate;
}
.page-loader span:nth-child(2) {
  background: var(--brand);
  animation-delay: 0.16s;
}
.page-loader span:nth-child(3) {
  background: var(--lime);
  animation-delay: 0.32s;
}
.page-loaded .page-loader {
  visibility: hidden;
  opacity: 0;
}
@keyframes loader {
  to {
    transform: translateY(-12px);
  }
}
.section-padded {
  padding: 118px 0;
}
.section-title {
  max-width: 780px;
  margin: 13px 0 18px;
  font-family: var(--display);
  font-size: clamp(2.35rem, 4vw, 4.05rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 1.05;
}
.section-text {
  max-width: 610px;
  color: var(--muted-strong);
  font-size: 1.08rem;
}
.section-heading {
  max-width: 760px;
}
.section-heading .section-title,
.section-heading .section-text {
  margin-right: auto;
  margin-left: auto;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--cyan);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}
.eyebrow i {
  color: var(--lime);
  font-size: 1rem;
}
.glass-card {
  border: 1px solid var(--line);
  background: linear-gradient(145deg, rgba(21, 35, 58, 0.75), rgba(8, 15, 30, 0.69));
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}
.text-gradient {
  color: transparent;
  background: linear-gradient(100deg, var(--cyan), #a1d5ff 42%, #b8a0ff);
  background-clip: text;
  -webkit-background-clip: text;
}
.site-header {
  border-bottom: 1px solid transparent;
  transition:
    background 0.25s,
    border-color 0.25s,
    box-shadow 0.25s;
}
.site-header.is-scrolled {
  border-color: var(--line);
  background: rgba(5, 11, 24, 0.91);
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}
.top-strip {
  color: var(--muted);
  border-bottom: 1px solid rgba(190, 214, 248, 0.1);
  background: rgba(3, 9, 20, 0.52);
  font-size: 0.76rem;
}

.top-strip-inner,
.top-strip-messages,
.top-strip-contact {
  display: flex;
  align-items: center;
}

.top-strip-inner {
  height: 35px;
  justify-content: space-between;
  gap: 24px;
}

.top-strip-messages {
  gap: 24px;
  min-width: 0;
  white-space: nowrap;
}

.top-strip-contact {
  flex: 0 0 auto;
  gap: 18px;
}

.top-strip i {
  margin-right: 4px;
  color: var(--lime);
}
.top-strip a:hover {
  color: var(--cyan);
}
.navbar {
  min-height: 77px;
}
.navbar-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.brand-mark {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  color: #031221;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
  box-shadow: 0 8px 20px rgba(32, 213, 252, 0.24);
  font-size: 1.38rem;
}
.brand-copy {
  display: grid;
  line-height: 1.1;
}
.brand-name {
  font-family: var(--display);
  font-size: 1.23rem;
  font-weight: 700;
  letter-spacing: -0.045em;
}
.brand-name span {
  color: var(--cyan);
}
.brand-domain {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.navbar-dark .navbar-nav .nav-link {
  position: relative;
  padding: 10px 13px;
  color: var(--muted-strong);
  font-size: 0.88rem;
  font-weight: 700;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:after {
  position: absolute;
  right: 13px;
  bottom: 5px;
  left: 13px;
  height: 2px;
  content: "";
  border-radius: 3px;
  background: var(--cyan);
  transform: scaleX(0);
  transition: transform 0.22s;
}
.navbar-dark .navbar-nav .nav-link:hover:after,
.navbar-dark .navbar-nav .nav-link.active:after {
  transform: scaleX(1);
}
.navbar-toggler {
  border-color: rgba(255, 255, 255, 0.22);
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0.18rem rgba(32, 213, 252, 0.28);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 13px;
  font-weight: 800;
  transition:
    transform 0.2s,
    box-shadow 0.2s,
    background 0.2s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-brand {
  color: #06101d;
  border: 1px solid transparent;
  background: linear-gradient(135deg, var(--cyan), #75e6da);
  box-shadow: 0 10px 26px rgba(32, 213, 252, 0.18);
}
.btn-brand:hover,
.btn-brand:focus {
  color: #06101d;
  background: linear-gradient(135deg, #71e5ff, #a1f6bd);
  box-shadow: 0 14px 32px rgba(32, 213, 252, 0.28);
}
.btn-ghost {
  color: var(--text);
  border: 1px solid rgba(192, 216, 251, 0.22);
  background: rgba(255, 255, 255, 0.04);
}
.btn-ghost:hover {
  color: var(--text);
  border-color: rgba(32, 213, 252, 0.56);
  background: rgba(32, 213, 252, 0.1);
}
.hero-section {
  position: relative;
  min-height: 790px;
  padding-top: 177px;
  background:
    radial-gradient(ellipse 75% 75% at 80% 30%, rgba(60, 130, 255, 0.16), transparent 67%), radial-gradient(ellipse 45% 55% at 18% 0%, rgba(139, 92, 246, 0.15), transparent 66%);
}
.hero-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}
.hero-orb-one {
  top: 22%;
  left: -8%;
  width: 370px;
  height: 370px;
  background: rgba(32, 213, 252, 0.07);
}
.hero-orb-two {
  right: -11%;
  bottom: -15%;
  width: 490px;
  height: 490px;
  border: 1px solid rgba(139, 92, 246, 0.16);
}
.hero-copy h1 {
  max-width: 700px;
  margin: 17px 0 22px;
  font-family: var(--display);
  font-size: clamp(3.15rem, 5.2vw, 5.25rem);
  font-weight: 700;
  letter-spacing: -0.075em;
  line-height: 0.98;
}
.hero-copy .lead {
  max-width: 630px;
  color: var(--muted-strong);
  font-size: 1.11rem;
  line-height: 1.75;
}
.hero-domain-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 7px 11px;
  color: var(--muted-strong);
  border: 1px solid rgba(130, 239, 179, 0.18);
  border-radius: 999px;
  background: rgba(130, 239, 179, 0.06);
  font-family: var(--mono);
  font-size: 0.7rem;
}
.pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 0 rgba(130, 239, 179, 0.5);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  70% {
    box-shadow: 0 0 0 7px rgba(130, 239, 179, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(130, 239, 179, 0);
  }
}
.hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 33px;
}
.hero-chips span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  color: var(--muted-strong);
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.75rem;
  font-weight: 700;
}
.hero-chips i {
  color: var(--cyan);
}
.hero-visual {
  position: relative;
  min-height: 508px;
  padding: 18px 0 0 22px;
}
.run-dashboard {
  position: relative;
  z-index: 2;
  overflow: hidden;
  max-width: 600px;
  border-radius: 22px;
  transform: rotate(1.1deg);
}
.dashboard-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 46px;
  padding: 0 18px;
  color: var(--muted);
  border-bottom: 1px solid var(--line);
  background: rgba(2, 8, 19, 0.32);
  font-family: var(--mono);
  font-size: 0.68rem;
}
.window-dot {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 5px;
  border-radius: 50%;
}
.dot-red {
  background: var(--danger);
}
.dot-yellow {
  background: var(--warning);
}
.dot-green {
  background: var(--lime);
}
.live-label {
  padding: 4px 7px;
  color: var(--lime);
  border: 1px solid rgba(130, 239, 179, 0.23);
  border-radius: 5px;
  background: rgba(130, 239, 179, 0.08);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.dashboard-content {
  padding: 23px;
}
.run-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}
.run-title > div > span,
.metric-card span,
.chart-label {
  display: block;
  color: var(--muted);
  font-size: 0.7rem;
  font-weight: 700;
}
.run-title strong {
  display: block;
  margin-top: 2px;
  font-family: var(--display);
  font-size: 1.36rem;
  letter-spacing: -0.04em;
}
.run-status {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  color: var(--lime);
  border-radius: 8px;
  background: rgba(130, 239, 179, 0.1);
  font-size: 0.71rem;
  font-weight: 800;
}
.metric-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 22px;
}
.metric-card {
  padding: 12px;
  border: 1px solid rgba(190, 214, 248, 0.1);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.035);
}
.metric-card strong {
  display: block;
  margin: 2px 0;
  color: #fff;
  font-family: var(--display);
  font-size: 1.15rem;
  letter-spacing: -0.04em;
}
.metric-card small {
  color: var(--muted);
  font-size: 0.61rem;
}
.run-chart {
  padding: 16px;
  margin-top: 12px;
  border: 1px solid rgba(190, 214, 248, 0.1);
  border-radius: 12px;
  background: rgba(4, 10, 22, 0.24);
}
.chart-label {
  display: flex;
  justify-content: space-between;
}
.chart-label span:last-child {
  color: var(--lime);
}
.chart-bars {
  display: flex;
  align-items: end;
  height: 59px;
  gap: 5px;
  margin-top: 11px;
}
.chart-bars i {
  flex: 1;
  border-radius: 3px 3px 0 0;
  background: linear-gradient(to top, var(--brand), var(--cyan));
  opacity: 0.82;
}
.chart-bars i:nth-child(1) {
  height: 27%;
}
.chart-bars i:nth-child(2) {
  height: 49%;
}
.chart-bars i:nth-child(3) {
  height: 38%;
}
.chart-bars i:nth-child(4) {
  height: 64%;
}
.chart-bars i:nth-child(5) {
  height: 58%;
}
.chart-bars i:nth-child(6) {
  height: 72%;
}
.chart-bars i:nth-child(7) {
  height: 64%;
}
.chart-bars i:nth-child(8) {
  height: 80%;
}
.chart-bars i:nth-child(9) {
  height: 76%;
}
.chart-bars i:nth-child(10) {
  height: 91%;
}
.chart-bars i:nth-child(11) {
  height: 86%;
}
.chart-bars i:nth-child(12) {
  height: 100%;
}
.suite-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}
.suite-list > div {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 8px;
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.025);
}
.check-icon {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  color: #07131c;
  border-radius: 8px;
  background: var(--lime);
  font-size: 0.85rem;
}
.suite-list strong,
.suite-list small {
  display: block;
  line-height: 1.25;
}
.suite-list strong {
  font-size: 0.72rem;
}
.suite-list small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 0.61rem;
}
.suite-list em {
  margin-left: auto;
  color: var(--lime);
  font-style: normal;
  font-size: 0.62rem;
  font-weight: 800;
}
.floating-badge {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 13px;
  border: 1px solid rgba(190, 214, 248, 0.16);
  border-radius: 13px;
  background: rgba(11, 23, 43, 0.9);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(14px);
}
.floating-badge > i {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  color: #091424;
  border-radius: 9px;
  background: var(--cyan);
}
.floating-badge span,
.floating-badge strong {
  display: block;
  font-size: 0.65rem;
  line-height: 1.35;
}
.floating-badge span {
  color: var(--muted);
}
.floating-badge strong {
  color: var(--text);
  font-size: 0.69rem;
}
.badge-agent {
  top: 41px;
  right: -2px;
  animation: float 5s ease-in-out infinite;
}
.badge-ci {
  bottom: 39px;
  left: -4px;
  animation: float 5.5s ease-in-out 0.5s infinite;
}
.badge-ci > i {
  background: var(--lime);
}
@keyframes float {
  50% {
    transform: translateY(-10px);
  }
}
.trust-strip {
  position: relative;
  z-index: 3;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}
.trust-strip .container {
  display: flex;
  align-items: center;
  gap: 38px;
  padding-top: 21px;
  padding-bottom: 21px;
}
.trust-strip p {
  flex: 0 0 178px;
  margin: 0;
  color: var(--muted);
  font-size: 0.71rem;
  font-weight: 800;
  line-height: 1.45;
  text-transform: uppercase;
}
.trust-items {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.trust-items span {
  white-space: nowrap;
  color: var(--muted-strong);
  font-family: var(--display);
  font-size: 0.86rem;
  font-weight: 700;
}
.trust-items i {
  margin-right: 6px;
  color: var(--cyan);
}
.platform-section {
  background: linear-gradient(180deg, rgba(60, 130, 255, 0.045), transparent);
}
.service-card {
  position: relative;
  height: 100%;
  padding: 31px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
  transition:
    transform 0.23s,
    border-color 0.23s,
    background 0.23s;
}
.service-card:hover {
  border-color: rgba(32, 213, 252, 0.38);
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(-6px);
}
.service-card:after {
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  content: "";
  border-radius: 50%;
  background: rgba(60, 130, 255, 0.13);
  filter: blur(20px);
}
.service-card > * {
  position: relative;
  z-index: 1;
}
.featured-service {
  border-color: rgba(32, 213, 252, 0.32);
  background: linear-gradient(145deg, rgba(32, 213, 252, 0.1), rgba(60, 130, 255, 0.06));
}
.service-icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 21px;
  color: #051321;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--cyan), #a0eaf0);
  font-size: 1.5rem;
}
.icon-purple {
  color: #fff;
  background: linear-gradient(135deg, var(--purple), #b49aff);
}
.icon-lime {
  color: #0c1b21;
  background: linear-gradient(135deg, var(--lime), #bee99d);
}
.card-kicker {
  color: var(--cyan);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.service-card h3 {
  margin: 7px 0 11px;
  font-family: var(--display);
  font-size: 1.43rem;
  font-weight: 700;
  letter-spacing: -0.045em;
}
.service-card p {
  color: var(--muted-strong);
  font-size: 0.93rem;
}
.service-card ul {
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 21px 0 0;
  list-style: none;
}
.service-card li {
  color: var(--muted-strong);
  font-size: 0.8rem;
}
.service-card li:before {
  margin-right: 9px;
  color: var(--lime);
  content: "✓";
  font-weight: 800;
}
.coverage-section {
  padding-top: 52px;
}
.coverage-panel {
  padding: clamp(31px, 5vw, 68px);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 31px;
  background: radial-gradient(circle at 84% 45%, rgba(60, 130, 255, 0.19), transparent 38%), linear-gradient(135deg, rgba(139, 92, 246, 0.09), rgba(32, 213, 252, 0.06));
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 13px;
  color: var(--cyan);
  font-weight: 800;
}
.text-link:hover {
  color: var(--lime);
}
.coverage-map {
  position: relative;
  min-height: 410px;
}
.coverage-core {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: grid;
  width: 136px;
  height: 136px;
  place-items: center;
  border: 1px solid rgba(32, 213, 252, 0.54);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(32, 213, 252, 0.2), rgba(60, 130, 255, 0.28));
  box-shadow: 0 0 60px rgba(32, 213, 252, 0.19);
  transform: translate(-50%, -50%);
}
.coverage-core > div {
  display: grid;
  place-items: center;
  text-align: center;
}
.coverage-core i {
  color: var(--lime);
  font-size: 1.62rem;
}
.coverage-core strong {
  margin-top: 2px;
  font-family: var(--display);
  font-size: 0.85rem;
  line-height: 1.05;
}
.core-ring {
  position: absolute;
  inset: -24px;
  border: 1px solid rgba(32, 213, 252, 0.22);
  border-radius: 50%;
}
.ring-two {
  inset: -56px;
  border-color: rgba(139, 92, 246, 0.16);
}
.coverage-node {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 205px;
  padding: 12px;
  border: 1px solid rgba(190, 214, 248, 0.15);
  border-radius: 13px;
  background: rgba(10, 21, 39, 0.83);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.2);
}
.coverage-node i {
  display: grid;
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #06131e;
  border-radius: 9px;
  background: var(--cyan);
}
.coverage-node strong,
.coverage-node small {
  display: block;
  line-height: 1.25;
}
.coverage-node strong {
  font-size: 0.75rem;
}
.coverage-node small {
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.62rem;
}
.node-api {
  top: 22px;
  left: 4%;
}
.node-ui {
  top: 45px;
  right: 0;
}
.node-rps {
  right: 1%;
  bottom: 17px;
}
.node-sec {
  bottom: 16px;
  left: 4%;
}
.node-ui i {
  color: #fff;
  background: #ae95ff;
}
.node-rps i {
  background: var(--lime);
}
.node-sec i {
  background: #ffc766;
}
.map-line {
  position: absolute;
  z-index: 1;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(32, 213, 252, 0.68), transparent);
  transform-origin: left;
}
.line-api {
  top: 133px;
  left: 23%;
  width: 31%;
  transform: rotate(34deg);
}
.line-ui {
  top: 151px;
  left: 54%;
  width: 31%;
  transform: rotate(-30deg);
}
.line-rps {
  top: 270px;
  left: 55%;
  width: 30%;
  transform: rotate(32deg);
}
.line-sec {
  top: 278px;
  left: 23%;
  width: 32%;
  transform: rotate(-35deg);
}
.workflow-section {
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.025), transparent);
}
.process-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.process-timeline:before {
  position: absolute;
  top: 43px;
  right: 8%;
  left: 8%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(32, 213, 252, 0.48), transparent);
}
.process-step {
  position: relative;
  padding: 27px;
  border-radius: 18px;
}
.process-step span {
  position: relative;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 23px;
  color: #05101c;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--cyan), var(--lime));
  font-family: var(--display);
  font-size: 0.9rem;
  font-weight: 800;
}
.process-step h3 {
  font-family: var(--display);
  font-size: 1.11rem;
  font-weight: 700;
}
.process-step p {
  margin: 8px 0 0;
  color: var(--muted-strong);
  font-size: 0.84rem;
}
.code-panel {
  overflow: hidden;
  border: 1px solid rgba(60, 130, 255, 0.32);
  border-radius: 19px;
  background: #08111f;
  box-shadow: var(--shadow);
}
.code-panel-header {
  display: flex;
  justify-content: space-between;
  padding: 13px 18px;
  color: var(--muted);
  border-bottom: 1px solid rgba(190, 214, 248, 0.12);
  background: #0c192c;
  font-family: var(--mono);
  font-size: 0.68rem;
}
.code-panel-header span:last-child {
  color: var(--cyan);
}
.code-panel pre {
  min-height: 355px;
  padding: 23px;
  margin: 0;
  overflow: auto;
  color: #cddaf1;
  font-family: var(--mono);
  font-size: clamp(0.65rem, 1.2vw, 0.78rem);
  line-height: 1.75;
}
.code-key {
  color: #9ac6ff;
}
.code-string {
  color: #9ee7bd;
}
.code-number {
  color: #f9ca7d;
}
.code-result {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  color: var(--lime);
  border-top: 1px solid rgba(130, 239, 179, 0.13);
  background: rgba(130, 239, 179, 0.055);
  font-family: var(--mono);
  font-size: 0.72rem;
}
.code-result small {
  margin-left: auto;
  color: var(--muted);
}
.feature-list {
  display: grid;
  gap: 13px;
  margin-top: 29px;
}
.feature-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}
.feature-item > i {
  display: grid;
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  place-items: center;
  color: var(--cyan);
  border-radius: 10px;
  background: rgba(32, 213, 252, 0.11);
}
.feature-item h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 0.96rem;
  font-weight: 700;
}
.feature-item p {
  margin: 4px 0 0;
  color: var(--muted-strong);
  font-size: 0.82rem;
}
.outcomes-section {
  background: radial-gradient(ellipse 60% 75% at 50% 100%, rgba(139, 92, 246, 0.15), transparent 70%);
}
.outcome-card {
  height: 100%;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.026);
  transition:
    transform 0.22s,
    border-color 0.22s;
}
.outcome-card:hover {
  border-color: rgba(139, 92, 246, 0.44);
  transform: translateY(-5px);
}
.outcome-card > i {
  display: grid;
  width: 47px;
  height: 47px;
  place-items: center;
  margin-bottom: 19px;
  color: #fff;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--brand), var(--purple));
  font-size: 1.3rem;
}
.outcome-card h3 {
  font-family: var(--display);
  font-size: 1.22rem;
  font-weight: 700;
}
.outcome-card p {
  margin: 9px 0 0;
  color: var(--muted-strong);
  font-size: 0.9rem;
}
.contact-section {
  position: relative;
}
.contact-shell {
  position: relative;
  overflow: hidden;
  padding: clamp(32px, 5vw, 70px);
  border-radius: 29px;
  background: radial-gradient(circle at 90% 5%, rgba(32, 213, 252, 0.17), transparent 30%), linear-gradient(135deg, rgba(60, 130, 255, 0.12), rgba(139, 92, 246, 0.1));
}
.contact-shell:after {
  position: absolute;
  right: -120px;
  bottom: -160px;
  width: 370px;
  height: 370px;
  content: "";
  border: 1px solid rgba(32, 213, 252, 0.2);
  border-radius: 50%;
}
.contact-shell > * {
  position: relative;
  z-index: 1;
}
.contact-benefits {
  display: grid;
  gap: 9px;
  margin-top: 25px;
}
.contact-benefits span {
  color: var(--muted-strong);
  font-size: 0.84rem;
  font-weight: 600;
}
.contact-benefits i {
  margin-right: 8px;
  color: var(--lime);
}
.contact-route {
  display: flex;
  align-items: center;
  gap: 11px;
  width: fit-content;
  margin-top: 24px;
  padding: 11px 15px;
  border: 1px solid rgba(32, 213, 252, 0.25);
  border-radius: 14px;
  background: rgba(3, 12, 25, 0.27);
}
.contact-route > i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #071724;
  border-radius: 10px;
  background: var(--cyan);
}
.contact-route span,
.contact-route strong {
  display: block;
  line-height: 1.35;
}
.contact-route span {
  color: var(--muted);
  font-size: 0.67rem;
}
.contact-route strong {
  color: var(--text);
  font-size: 0.85rem;
}
.contact-form {
  padding: 23px;
  border: 1px solid rgba(190, 214, 248, 0.15);
  border-radius: 18px;
  background: rgba(4, 11, 24, 0.56);
  backdrop-filter: blur(12px);
}
.form-label {
  color: var(--muted-strong);
  font-size: 0.78rem;
  font-weight: 800;
}
.form-control,
.form-select {
  min-height: 49px;
  color: var(--text);
  border: 1px solid rgba(190, 214, 248, 0.16);
  border-radius: 11px;
  background-color: rgba(255, 255, 255, 0.055);
  font-size: 0.87rem;
}
.form-control:focus,
.form-select:focus {
  color: var(--text);
  border-color: rgba(32, 213, 252, 0.64);
  background-color: rgba(255, 255, 255, 0.09);
  box-shadow: 0 0 0 0.23rem rgba(32, 213, 252, 0.12);
}
.form-control::placeholder {
  color: #8495af;
}
.form-select option {
  color: #111827;
}
.form-note {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 0.68rem;
  text-align: center;
}
.form-note i {
  margin-right: 4px;
  color: var(--lime);
}
.site-footer {
  padding: 74px 0 27px;
  border-top: 1px solid var(--line);
  background: rgba(3, 8, 18, 0.53);
}
.footer-brand {
  margin-bottom: 18px;
}
.site-footer p {
  max-width: 340px;
  color: var(--muted-strong);
  font-size: 0.87rem;
}
.site-footer h3 {
  margin-bottom: 13px;
  font-family: var(--display);
  font-size: 0.9rem;
  font-weight: 700;
}
.site-footer a:not(.navbar-brand) {
  display: block;
  width: fit-content;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.82rem;
}
.site-footer a:not(.navbar-brand):hover {
  color: var(--cyan);
}
.site-footer .footer-cta {
  color: var(--cyan);
  font-weight: 800;
}
.footer-cta i {
  margin-left: 4px;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 44px;
  padding-top: 22px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.72rem;
}
.footer-bottom-end {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: right;
}
.footer-bottom a {
  margin: 0 !important;
  color: var(--cyan) !important;
  font-size: 1.3rem !important;
}
@media (max-width: 1199.98px) {
  .top-strip-promise {
    display: none;
  }

  .hero-copy h1 {
    font-size: clamp(3rem, 6vw, 4.55rem);
  }
  .hero-visual {
    min-height: 470px;
  }
  .trust-strip .container {
    gap: 24px;
  }
  .trust-items {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .coverage-map {
    min-height: 440px;
  }
  .process-timeline {
    grid-template-columns: repeat(2, 1fr);
  }
  .process-timeline:before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .section-padded {
    padding: 90px 0;
  }
  .hero-section {
    min-height: auto;
    padding-top: 139px;
  }
  .navbar-collapse {
    padding: 17px;
    margin-top: 10px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(5, 11, 24, 0.98);
    box-shadow: var(--shadow);
  }
  .navbar-dark .navbar-nav .nav-link {
    padding: 9px 0;
  }
  .navbar-dark .navbar-nav .nav-link:after {
    right: auto;
    bottom: 4px;
    left: 0;
    width: 38px;
  }
  .navbar-collapse .btn {
    margin-top: 12px;
  }
  .hero-visual {
    max-width: 650px;
    margin: auto;
  }
  .coverage-panel {
    padding: 40px;
  }
  .coverage-map {
    max-width: 650px;
    margin: auto;
  }
  .code-panel {
    max-width: 620px;
  }
  .trust-strip .container {
    display: block;
  }
  .trust-strip p {
    margin-bottom: 13px;
  }
  .trust-items {
    justify-content: space-between;
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 0.95rem;
  }
  .section-padded {
    padding: 74px 0;
  }

  .top-strip {
    font-size: 0.65rem;
  }

  .top-strip-messages {
    overflow: hidden;
  }

  .top-strip-messages span {
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .top-strip-contact a:first-child {
    display: none;
  }

  .hero-section {
    padding-top: 145px;
  }
  .hero-copy h1 {
    font-size: clamp(2.75rem, 13vw, 3.8rem);
  }
  .hero-copy .lead,
  .section-text {
    font-size: 0.98rem;
  }
  .hero-visual {
    min-height: auto;
    padding: 14px 0 55px;
  }
  .run-dashboard {
    transform: none;
  }
  .floating-badge {
    display: none;
  }
  .dashboard-content {
    padding: 17px;
  }
  .run-title strong {
    font-size: 1.14rem;
  }
  .metric-card {
    padding: 9px;
  }
  .metric-card strong {
    font-size: 1rem;
  }
  .suite-list em {
    display: none;
  }
  .trust-items {
    gap: 13px 18px;
  }
  .trust-items span {
    font-size: 0.78rem;
  }
  .coverage-section {
    padding-top: 0;
  }
  .coverage-panel {
    padding: 28px 20px;
    border-radius: 22px;
  }
  .coverage-map {
    min-height: 560px;
    transform: scale(0.91);
    transform-origin: top center;
    margin-bottom: -50px;
  }
  .coverage-node {
    width: 190px;
  }
  .node-api {
    top: 12px;
    left: 0;
  }
  .node-ui {
    top: 104px;
    right: 0;
  }
  .node-rps {
    right: 0;
    bottom: 63px;
  }
  .node-sec {
    bottom: 0;
    left: 0;
  }
  .line-api {
    top: 149px;
    left: 22%;
    width: 31%;
    transform: rotate(52deg);
  }
  .line-ui {
    top: 213px;
    left: 56%;
    width: 28%;
    transform: rotate(-51deg);
  }
  .line-rps {
    top: 337px;
    left: 55%;
    width: 31%;
    transform: rotate(51deg);
  }
  .line-sec {
    top: 395px;
    left: 22%;
    width: 34%;
    transform: rotate(-52deg);
  }
  .process-timeline {
    grid-template-columns: 1fr;
  }
  .process-step {
    padding: 24px;
  }
  .code-panel pre {
    min-height: 318px;
    padding: 17px;
  }
  .contact-shell {
    padding: 30px 20px;
    border-radius: 22px;
  }
  .contact-route {
    width: 100%;
  }
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 11px;
  }
  .footer-bottom-end {
    justify-content: space-between;
    width: 100%;
    text-align: left;
  }
}
@media (max-width: 430px) {
  .container {
    padding-right: 19px;
    padding-left: 19px;
  }
  .brand-mark {
    width: 39px;
    height: 39px;
  }
  .brand-name {
    font-size: 1.08rem;
  }
  .brand-domain {
    font-size: 0.53rem;
  }
  .hero-chips {
    gap: 7px;
  }
  .hero-chips span {
    font-size: 0.67rem;
  }
  .metric-row {
    gap: 6px;
  }
  .metric-card {
    padding: 7px;
  }
  .metric-card span {
    font-size: 0.58rem;
  }
  .metric-card strong {
    font-size: 0.86rem;
  }
  .metric-card small {
    font-size: 0.52rem;
  }
  .run-status {
    font-size: 0.61rem;
  }
  .coverage-map {
    transform: scale(0.8);
    margin-right: -11%;
    margin-left: -11%;
  }
  .contact-route strong {
    font-size: 0.79rem;
  }
}

/* Shared Perfect.sk chrome typography and alignment. */
.top-strip,
.navbar-nav .nav-link,
.navbar-collapse > .nav-contact-cta,
.site-footer {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.top-strip :is(span, a) {
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-align: left;
}

.navbar-dark .navbar-nav .nav-link {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: flex-start;
  padding: 8px 12px;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: left;
}

.navbar-collapse > .nav-contact-cta {
  order: 0;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  color: #06111f !important;
  margin: 5px 0 0;
  padding: 8px 16px;
  font-size: 0.82rem;
  font-weight: 800;
  line-height: 1.2;
}

.site-footer,
.site-footer .row > div {
  text-align: left;
}

.site-footer p {
  font-size: 0.86rem;
  line-height: 1.65;
}

.site-footer h3 {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0.68rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: left;
  text-transform: uppercase;
}

.site-footer a:not(.navbar-brand):not(.footer-bottom a) {
  font-size: 0.82rem;
  line-height: 1.45;
  text-align: left;
}

.footer-bottom {
  font-size: 0.7rem;
  line-height: 1.5;
}

@media (max-width: 991.98px) {
  .top-strip :is(span, a) {
    font-size: 0.64rem;
  }

  .navbar-collapse {
    align-items: stretch;
  }

  .navbar-nav {
    align-items: stretch;
  }

  .navbar-dark .navbar-nav .nav-link,
  .navbar-collapse > .nav-contact-cta {
    font-size: 0.9rem;
  }

  .navbar-dark .navbar-nav .nav-link {
    text-align: left;
  }

  .navbar-collapse > .nav-contact-cta {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .navbar-dark .navbar-nav .nav-link {
    min-height: 44px;
    padding: 0 10px;
  }

  .navbar-collapse > .nav-contact-cta {
    min-height: 44px;
    margin: 0 0 0 6px;
    padding: 0 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
