:root {
  --black: #020305;
  --black-2: #05070b;
  --surface: #0a0d12;
  --surface-2: #0d1118;
  --text: #f6f7f9;
  --muted: #b2b8c2;
  --muted-2: #7f8794;
  --line: rgba(255, 255, 255, 0.13);
  --blue: #1b7cff;
  --blue-bright: #39a7ff;
  --blue-deep: #0b46c6;
  --radius: 14px;
  --max: 1280px;
  --header-h: 88px;
  color-scheme: dark;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--black);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--black);
  color: var(--text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img {
  display: block;
  max-width: 100%;
}

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

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  display: block;
}

.container {
  width: min(calc(100% - 48px), var(--max));
  margin-inline: auto;
}

.site-header {
  height: var(--header-h);
  background: rgba(0, 0, 0, 0.94);
  border-bottom: 1px solid var(--line);
  position: relative;
  z-index: 50;
}

.nav-shell {
  height: 100%;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  width: max-content;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  white-space: nowrap;
}

.brand-logo {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  display: block;
  overflow: hidden;
  border: 1px solid rgba(53, 168, 255, 0.72);
  border-radius: 9px;
  background: #03102a;
}

.brand-logo img {
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  transform: scale(2.05);
  transform-origin: 50% 26%;
}

.brand .pc {
  color: var(--blue);
}

.primary-nav {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 46px;
  height: 100%;
}

.primary-nav a {
  position: relative;
  display: grid;
  place-items: center;
  color: #e8eaf0;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
  transition: color 180ms ease;
}

.primary-nav a:hover,
.primary-nav a[aria-current="page"] {
  color: var(--blue-bright);
}

.primary-nav a[aria-current="page"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 2px;
  background: var(--blue);
  box-shadow: 0 0 12px rgba(27, 124, 255, 0.85);
}

.nav-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-cta,
.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid rgba(71, 155, 255, 0.85);
  border-radius: 6px;
  padding: 0 23px;
  background: linear-gradient(135deg, #267dff 0%, #1260e7 100%);
  color: white;
  font-weight: 650;
  box-shadow: 0 8px 24px rgba(7, 80, 203, 0.28);
  cursor: pointer;
  transition: transform 180ms ease, filter 180ms ease, border-color 180ms ease;
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-1px);
  filter: brightness(1.08);
}

.button-outline {
  background: rgba(5, 10, 18, 0.35);
  border-color: rgba(56, 146, 255, 0.9);
  box-shadow: none;
}

.button-sm {
  min-height: 42px;
  padding-inline: 20px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: transparent;
  color: white;
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 19px;
  height: 2px;
  background: currentColor;
  margin: 4px auto;
  transition: transform 180ms ease, opacity 180ms ease;
}

.menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"]::before {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"]::after {
  transform: translateY(-6px) rotate(-45deg);
}

.icon {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
}

.blue-stage {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(1, 5, 12, 0.88) 0%, rgba(2, 9, 21, 0.68) 48%, rgba(1, 6, 15, 0.46) 100%),
    linear-gradient(180deg, rgba(1, 4, 10, 0.38), rgba(1, 4, 10, 0.68)),
    url("Bluewave_2.png") center / cover no-repeat,
    #030a18;
}

.blue-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 37%, rgba(0, 0, 0, 0.08) 68%, rgba(0, 0, 0, 0.26)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.2), transparent 30%, transparent 72%, rgba(0, 0, 0, 0.32));
  pointer-events: none;
}

.horizon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  z-index: -1;
  background: linear-gradient(90deg, transparent 0%, rgba(23, 112, 255, 0.45) 9%, #1777ff 28%, #89d9ff 50%, #1777ff 72%, rgba(23, 112, 255, 0.45) 91%, transparent 100%);
  box-shadow: 0 0 18px #1579ff, 0 -9px 52px rgba(28, 119, 255, 0.72), 0 9px 52px rgba(28, 119, 255, 0.56);
}

.hero-home {
  min-height: 520px;
  display: flex;
  align-items: center;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.9fr);
  align-items: center;
  gap: 74px;
  padding-block: 48px 58px;
}

.hero-copy {
  max-width: 640px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-bright);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero-copy h1,
.page-title {
  margin: 0;
  color: #fbfbfc;
  font-size: clamp(43px, 4.55vw, 66px);
  line-height: 1.08;
  letter-spacing: -0.043em;
  font-weight: 780;
  text-wrap: balance;
}

.blue-dot {
  color: var(--blue);
}

.hero-copy p {
  max-width: 520px;
  margin: 24px 0 0;
  color: #d1d4da;
  font-size: clamp(17px, 1.4vw, 20px);
  line-height: 1.55;
}

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

.hero-art {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-art img {
  width: min(100%, 500px);
  aspect-ratio: 1.05;
  object-fit: cover;
  border: 1px solid rgba(178, 218, 255, 0.55);
  border-radius: 16px;
  box-shadow: 0 26px 72px rgba(0, 32, 95, 0.45);
}

.trust-strip {
  background: linear-gradient(180deg, #202020 0%, #171717 100%);
  border-block: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-grid {
  min-height: 84px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 44px;
  color: #f1f2f4;
  font-weight: 580;
  font-size: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.trust-item:last-child {
  border-right: 0;
}

.trust-item .icon {
  color: white;
  width: 25px;
  height: 25px;
}

.process-summary {
  background: linear-gradient(180deg, #070a0e 0%, #0b0e12 100%);
  border-bottom: 1px solid var(--line);
}

.process-summary-grid {
  min-height: 174px;
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  gap: 48px;
}

.summary-heading .eyebrow {
  margin-bottom: 8px;
}

.summary-heading h2 {
  margin: 0;
  font-size: 23px;
  letter-spacing: -0.02em;
}

.step-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.mini-step {
  position: relative;
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 14px;
  align-items: center;
}

.mini-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 18px;
  height: 1px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.32);
}

.step-icon {
  width: 58px;
  height: 58px;
  border: 1px solid var(--blue);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: white;
  box-shadow: inset 0 0 18px rgba(13, 89, 217, 0.12);
}

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

.mini-step strong {
  display: block;
  font-size: 14px;
  margin-bottom: 3px;
}

.mini-step p {
  margin: 0;
  color: var(--muted-2);
  font-size: 13px;
  line-height: 1.35;
}

.site-footer {
  background: #010203;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-shell {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.socials {
  display: flex;
  align-items: center;
  gap: 30px;
}

.socials a {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: white;
  opacity: 0.92;
  transition: color 180ms ease, transform 180ms ease;
}

.socials a:hover {
  color: var(--blue-bright);
  transform: translateY(-2px);
}

.socials .icon {
  width: 28px;
  height: 28px;
}

.page-hero {
  min-height: 282px;
  display: flex;
  align-items: center;
  text-align: center;
}

.page-hero .container {
  padding-block: 48px 54px;
}

.page-hero h1 {
  font-size: clamp(37px, 4vw, 58px);
  max-width: 1040px;
  margin-inline: auto;
}

.page-hero p {
  margin: 18px auto 0;
  max-width: 690px;
  color: #d2d5db;
  font-size: 19px;
}

.page-main {
  background: linear-gradient(180deg, #05080d 0%, #080b10 55%, #040609 100%);
}

.services-main {
  padding-block: 24px 12px;
}

.service-list {
  max-width: 1210px;
  margin-inline: auto;
}

.service-row,
.service-header {
  display: grid;
  grid-template-columns: minmax(225px, 0.8fr) minmax(360px, 1.55fr) minmax(135px, 0.35fr);
  align-items: center;
  gap: 24px;
}

.service-header {
  min-height: 46px;
  color: var(--blue-bright);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-row {
  min-height: 67px;
  border-bottom: 1px solid var(--line);
}

.service-name {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 650;
}

.service-name .icon-wrap {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: 1px solid rgba(40, 133, 255, 0.65);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--blue-bright);
}

.service-name .icon {
  width: 19px;
  height: 19px;
}

.service-desc {
  color: var(--muted);
  font-size: 14px;
}

.service-price {
  text-align: right;
  color: var(--muted);
  white-space: nowrap;
}

.service-price strong {
  color: var(--blue);
  font-size: 20px;
  margin-left: 4px;
}

.service-note {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 44px;
  color: var(--muted);
  font-size: 13px;
}

.service-note .icon {
  color: var(--blue-bright);
  width: 18px;
  height: 18px;
}

.cta-bar {
  max-width: 1210px;
  min-height: 76px;
  margin: 0 auto 10px;
  padding: 14px 20px 14px 24px;
  border: 1px solid rgba(38, 132, 255, 0.75);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: rgba(4, 10, 19, 0.48);
}

.cta-copy {
  display: flex;
  align-items: center;
  gap: 17px;
}

.cta-copy .icon {
  width: 34px;
  height: 34px;
  color: var(--blue-bright);
}

.cta-copy strong {
  font-size: 19px;
}

.cta-copy span {
  color: var(--muted);
  margin-left: 12px;
  font-size: 14px;
}

.process-page {
  background:
    linear-gradient(180deg, rgba(2, 6, 14, 0.76) 0%, rgba(3, 10, 22, 0.82) 48%, rgba(3, 7, 13, 0.94) 100%),
    url("Bluewave_2.png") center top / cover no-repeat,
    #05080d;
}

.process-intro {
  text-align: center;
  padding: 26px 0 22px;
}

.process-intro h1 {
  font-size: clamp(39px, 4.2vw, 58px);
}

.process-intro p {
  max-width: 560px;
  margin: 12px auto 0;
  color: #c8ccd3;
  font-size: 17px;
}

.process-track {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 28px 0 30px;
}

.process-track::before {
  content: "";
  position: absolute;
  left: 11%;
  right: 11%;
  top: 66px;
  height: 2px;
  background: linear-gradient(90deg, #146fff, #58c4ff, #146fff);
  box-shadow: 0 0 16px rgba(38, 132, 255, 0.75);
}

.process-card {
  position: relative;
  z-index: 1;
  text-align: center;
}

.process-card .step-icon {
  width: 78px;
  height: 78px;
  margin: 0 auto 18px;
  background: #050a12;
  box-shadow: 0 0 22px rgba(19, 105, 255, 0.24);
}

.process-card .step-icon .icon {
  width: 34px;
  height: 34px;
}

.step-number {
  position: absolute;
  top: -6px;
  left: calc(50% - 44px);
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--blue);
  font-size: 12px;
  font-weight: 750;
  box-shadow: 0 0 14px rgba(27, 124, 255, 0.8);
}

.process-card h2 {
  margin: 0 0 6px;
  font-size: 18px;
}

.process-card p {
  margin: 0 auto;
  max-width: 210px;
  color: var(--muted);
  font-size: 14px;
}

.commitments {
  background: linear-gradient(180deg, #1b1b1b 0%, #131313 100%);
  border-block: 1px solid var(--line);
}

.commitment-grid {
  min-height: 102px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.commitment {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.commitment:last-child {
  border-right: 0;
}

.commitment .icon {
  width: 42px;
  height: 42px;
  color: var(--blue-bright);
}

.commitment strong {
  display: block;
  font-size: 15px;
}

.commitment span {
  display: block;
  color: var(--muted);
  font-size: 13px;
}

.faq-section {
  padding: 20px 0 24px;
}

.section-label {
  margin: 0 0 10px;
  text-align: center;
  color: var(--blue-bright);
  font-size: 12px;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-list {
  max-width: 860px;
  margin-inline: auto;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.025);
}

.faq-list details + details {
  border-top: 1px solid var(--line);
}

.faq-list summary {
  min-height: 48px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  list-style: none;
  font-size: 14px;
  font-weight: 560;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--blue-bright);
  font-size: 20px;
  font-weight: 400;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  margin: 0;
  padding: 0 18px 16px;
  color: var(--muted);
  font-size: 14px;
}

.center-cta {
  text-align: center;
  padding: 0 0 24px;
}

.hardware-page {
  background:
    linear-gradient(180deg, rgba(2, 6, 14, 0.7) 0%, rgba(3, 10, 22, 0.78) 48%, rgba(3, 7, 13, 0.92) 100%),
    url("Bluewave_2.png") center top / cover no-repeat,
    #04070b;
}

.hardware-intro {
  text-align: center;
  padding: 42px 0 28px;
}

.hardware-intro h1 {
  font-size: clamp(38px, 4vw, 56px);
}

.hardware-intro p {
  margin: 14px auto 0;
  max-width: 740px;
  color: #d0d4da;
  font-size: 18px;
}

.hardware-line {
  height: 2px;
  background: linear-gradient(90deg, transparent, #1577ff 28%, #92e0ff 50%, #1577ff 72%, transparent);
  box-shadow: 0 0 18px #1478ff, 0 0 54px rgba(22, 110, 255, 0.62);
}

.hardware-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding: 36px 0 28px;
}

.hardware-item {
  text-align: center;
  min-width: 0;
  padding: 0 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hardware-item:first-child {
  padding-left: 0;
}

.hardware-item:last-child {
  border-right: 0;
  padding-right: 0;
}

.hardware-item img {
  width: 100%;
  height: 155px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 10px;
  mix-blend-mode: screen;
}

.hardware-item img[src^="Hardware_"] {
  mix-blend-mode: normal;
}

.hardware-item h2 {
  margin: 0;
  font-size: 18px;
}

.hardware-item p {
  min-height: 50px;
  margin: 7px auto 12px;
  color: var(--muted);
  font-size: 13px;
}

.learn-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue-bright);
  font-size: 14px;
  font-weight: 560;
}

.learn-link .icon {
  width: 17px;
  height: 17px;
}

.hardware-benefits {
  background: linear-gradient(180deg, #1b1b1b, #121212);
  border-block: 1px solid var(--line);
}

.benefit-grid {
  min-height: 83px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

.benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.benefit:last-child {
  border-right: 0;
}

.benefit .icon {
  width: 36px;
  height: 36px;
}

.benefit strong {
  display: block;
  font-size: 15px;
}

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

.hardware-cta {
  min-height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 34px;
  text-align: left;
}

.hardware-cta .chat-pair {
  color: var(--blue-bright);
  width: 50px;
  height: 50px;
}

.hardware-cta strong {
  display: block;
  font-size: 18px;
}

.hardware-cta span {
  color: var(--muted);
  font-size: 14px;
}

.contact-page {
  min-height: calc(100vh - var(--header-h) - 96px);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(2, 6, 14, 0.91) 0%, rgba(3, 12, 29, 0.75) 52%, rgba(3, 14, 36, 0.62) 100%),
    linear-gradient(180deg, rgba(1, 4, 10, 0.34), rgba(1, 4, 10, 0.76)),
    url("Bluewave_2.png") center / cover no-repeat,
    #03070d;
}

.contact-shell {
  padding: 56px 0 48px;
}

.contact-heading {
  margin-bottom: 30px;
}

.contact-heading h1 {
  font-size: clamp(39px, 4.3vw, 59px);
  max-width: 1000px;
}

.contact-heading p {
  margin: 14px 0 0;
  color: #d2d5db;
  font-size: 18px;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.7fr);
  gap: 34px;
  align-items: stretch;
}

.request-form {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  padding: 26px 28px;
  background: rgba(4, 7, 12, 0.78);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(7px);
}

.form-label-title {
  margin: 0 0 18px;
  color: var(--blue-bright);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 20px;
}

.field {
  display: grid;
  gap: 7px;
}

.field-full {
  grid-column: 1 / -1;
}

.field label {
  font-size: 13px;
  font-weight: 560;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.23);
  border-radius: 7px;
  background: rgba(20, 22, 26, 0.82);
  color: white;
  outline: none;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.field input,
.field select {
  height: 48px;
  padding: 0 14px;
}

.field textarea {
  min-height: 105px;
  resize: vertical;
  padding: 12px 14px;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(27, 124, 255, 0.18);
}

.request-form .button {
  width: 100%;
  margin-top: 17px;
}

.contact-info {
  padding: 20px 0 20px 26px;
  border-left: 1px solid rgba(255, 255, 255, 0.24);
  align-self: center;
}

.info-point {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: start;
  margin-bottom: 25px;
}

.info-point .icon-wrap {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(43, 142, 255, 0.76);
  border-radius: 50%;
  color: white;
}

.info-point .icon {
  width: 23px;
  height: 23px;
}

.info-point strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.info-point span {
  display: block;
  max-width: 300px;
  color: var(--muted);
  font-size: 14px;
}

.thanks-page {
  min-height: calc(100vh - var(--header-h) - 96px);
  display: grid;
  place-items: center;
  text-align: center;
  background:
    linear-gradient(rgba(2, 7, 17, 0.72), rgba(2, 6, 14, 0.86)),
    url("Bluewave_2.png") center / cover no-repeat,
    #03070d;
}

.thanks-card {
  max-width: 620px;
  padding: 56px 34px;
}

.thanks-card .step-icon {
  margin: 0 auto 24px;
}

.thanks-card h1 {
  margin: 0;
  font-size: clamp(36px, 5vw, 56px);
}

.thanks-card p {
  margin: 16px 0 28px;
  color: var(--muted);
  font-size: 17px;
}

@media (max-width: 1100px) {
  .primary-nav {
    gap: 26px;
  }

  .hero-grid {
    gap: 40px;
  }

  .trust-item {
    font-size: 14px;
  }

  .process-summary-grid {
    grid-template-columns: 220px 1fr;
    gap: 28px;
  }

  .mini-step {
    grid-template-columns: 50px 1fr;
  }

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

  .hardware-item {
    padding-inline: 15px;
  }
}

@media (max-width: 900px) {
  :root {
    --header-h: 70px;
  }

  .container {
    width: min(calc(100% - 32px), var(--max));
  }

  .nav-shell {
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .brand {
    font-size: 15px;
    gap: 9px;
  }

  .brand-logo {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .menu-toggle {
    display: block;
  }

  .primary-nav {
    position: absolute;
    top: var(--header-h);
    left: 0;
    right: 0;
    height: auto;
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 8px 16px 14px;
    background: rgba(1, 3, 6, 0.98);
    border-bottom: 1px solid var(--line);
  }

  .primary-nav[data-open="true"] {
    display: flex;
  }

  .primary-nav a {
    min-height: 48px;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .primary-nav a[aria-current="page"]::after {
    left: 0;
    right: auto;
    width: 30px;
    bottom: 4px;
  }

  .nav-actions {
    display: none;
  }

  .hero-home {
    min-height: auto;
  }

  .hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-block: 46px 52px;
  }

  .hero-copy {
    max-width: 720px;
  }

  .hero-copy h1 {
    max-width: 720px;
  }

  .hero-art img {
    width: min(100%, 470px);
  }

  .trust-grid {
    grid-template-columns: repeat(2, 1fr);
    padding-block: 8px;
  }

  .trust-item {
    min-height: 56px;
  }

  .trust-item:nth-child(2) {
    border-right: 0;
  }

  .process-summary-grid {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 28px;
  }

  .summary-heading {
    text-align: center;
  }

  .step-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .mini-step:not(:last-child)::after {
    display: none;
  }

  .service-row,
  .service-header {
    grid-template-columns: minmax(205px, 0.85fr) minmax(270px, 1.3fr) 120px;
  }

  .hardware-grid {
    display: flex;
    overflow-x: auto;
    gap: 0;
    scroll-snap-type: x mandatory;
    padding-bottom: 18px;
  }

  .hardware-item {
    flex: 0 0 280px;
    scroll-snap-align: start;
    padding-inline: 22px;
  }

  .hardware-item:first-child {
    padding-left: 0;
  }

  .hardware-item:last-child {
    padding-right: 0;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-info {
    padding: 22px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
  }

  .info-point {
    grid-template-columns: 1fr;
    margin: 0;
  }

}

@media (max-width: 680px) {
  .container {
    width: min(calc(100% - 28px), var(--max));
  }

  .brand {
    letter-spacing: 0.035em;
  }

  .hero-copy h1,
  .page-title,
  .contact-heading h1,
  .hardware-intro h1,
  .process-intro h1 {
    font-size: clamp(36px, 11vw, 48px);
    line-height: 1.08;
  }

  .hero-copy p,
  .page-hero p,
  .contact-heading p,
  .hardware-intro p {
    font-size: 16px;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .hero-actions .button {
    flex: 1 1 170px;
  }

  .trust-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 0;
  }

  .trust-item {
    flex: 0 0 235px;
    scroll-snap-align: start;
    border-right: 1px solid rgba(255, 255, 255, 0.2) !important;
  }

  .step-row {
    grid-template-columns: 1fr 1fr;
    gap: 22px 14px;
  }

  .mini-step {
    grid-template-columns: 44px 1fr;
  }

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

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

  .page-hero {
    min-height: 235px;
  }

  .page-hero .container {
    padding-block: 36px 42px;
  }

  .services-main {
    padding-top: 12px;
  }

  .service-header {
    display: none;
  }

  .service-row {
    grid-template-columns: 1fr auto;
    gap: 8px 16px;
    padding-block: 14px;
  }

  .service-name {
    align-self: start;
  }

  .service-desc {
    grid-column: 1 / -1;
    padding-left: 49px;
    margin-top: -4px;
  }

  .service-price {
    align-self: center;
  }

  .service-price strong {
    font-size: 18px;
  }

  .cta-bar {
    align-items: stretch;
    flex-direction: column;
    padding: 18px;
  }

  .cta-copy {
    align-items: flex-start;
  }

  .cta-copy div {
    display: grid;
    gap: 4px;
  }

  .cta-copy span {
    margin-left: 0;
  }

  .process-track {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 14px;
  }

  .process-track::before {
    display: none;
  }

  .process-card p {
    font-size: 13px;
  }

  .commitment-grid,
  .benefit-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }

  .commitment,
  .benefit {
    flex: 0 0 275px;
    min-height: 96px;
    padding: 0 22px;
    justify-content: flex-start;
    scroll-snap-align: start;
  }

  .hardware-intro {
    padding-block: 34px 24px;
  }

  .hardware-grid {
    padding-top: 26px;
  }

  .hardware-cta {
    min-height: 150px;
    flex-wrap: wrap;
    gap: 16px;
    text-align: center;
    padding-block: 22px;
  }

  .hardware-cta .chat-pair {
    display: none;
  }

  .contact-shell {
    padding-block: 38px 34px;
  }

  .contact-heading {
    margin-bottom: 24px;
  }

  .request-form {
    padding: 22px 18px;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .field-full {
    grid-column: auto;
  }

  .contact-info {
    grid-template-columns: 1fr;
  }

  .info-point {
    grid-template-columns: 46px 1fr;
  }

  .footer-shell {
    min-height: 82px;
  }
}

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

.service-hero {
  min-height: 300px;
  text-align: left;
}

.service-hero .container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: center;
  gap: 60px;
  padding-block: 42px 48px;
}

.service-hero h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(42px, 4.2vw, 60px);
}

.service-hero p {
  max-width: 610px;
  margin: 18px 0 0;
  color: #d2d5db;
  font-size: 18px;
}

.service-visual {
  width: 270px;
  height: 190px;
  margin-left: auto;
  position: relative;
  display: grid;
  place-items: center;
  color: var(--blue-bright);
}

.service-visual::before {
  content: "";
  position: absolute;
  inset: 12% 7%;
  border: 1px solid rgba(45, 145, 255, 0.56);
  border-radius: 50%;
  box-shadow: 0 0 48px rgba(20, 108, 255, 0.36), inset 0 0 40px rgba(25, 111, 255, 0.12);
}

.service-visual .icon {
  width: 106px;
  height: 106px;
  filter: drop-shadow(0 0 18px rgba(47, 157, 255, 0.75));
}

.service-orbit-icon {
  position: absolute;
  width: 34px;
  height: 34px;
  color: var(--blue-bright);
}

.service-orbit-icon.one { top: 8px; left: 50%; transform: translateX(-50%); }
.service-orbit-icon.two { left: 7px; top: 50%; transform: translateY(-50%); }
.service-orbit-icon.three { right: 7px; top: 50%; transform: translateY(-50%); }
.service-orbit-icon.four { bottom: 2px; left: 50%; transform: translateX(-50%); }

@media (max-width: 900px) {
  .service-hero .container {
    grid-template-columns: 1fr 250px;
    gap: 28px;
  }

  .service-visual {
    width: 230px;
    height: 170px;
  }
}

@media (max-width: 680px) {
  .service-hero .container {
    grid-template-columns: 1fr;
    padding-block: 36px 42px;
  }

  .service-visual {
    display: none;
  }
}
