@font-face {
  font-family: "Vazirmatn";
  src: url("/assets/fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Vazirmatn";
  src: url("/assets/fonts/Vazirmatn-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  color-scheme: dark;
  --bg: #07111f;
  --bg-deep: #040b14;
  --surface: rgba(13, 30, 49, 0.72);
  --surface-strong: #0e2135;
  --surface-soft: rgba(17, 43, 67, 0.46);
  --line: rgba(155, 215, 232, 0.16);
  --line-strong: rgba(100, 226, 210, 0.3);
  --text: #f4fbff;
  --text-soft: #c3d4df;
  --muted: #8ea7b8;
  --cyan: #57e0d1;
  --cyan-strong: #27c8ba;
  --blue: #4b8eff;
  --blue-soft: #75a9ff;
  --focus: #8af3e8;
  --shadow: 0 28px 90px rgba(0, 5, 13, 0.42);
  --container: 1160px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  min-width: 320px;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 4%, rgba(36, 132, 179, 0.13), transparent 29rem),
    linear-gradient(180deg, #071321 0%, #07111f 54%, #050d17 100%);
  font-family: "Vazirmatn", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

svg {
  display: block;
}

.skip-link {
  position: fixed;
  z-index: 100;
  inset: 10px auto auto 10px;
  padding: 9px 14px;
  color: #031411;
  background: var(--focus);
  border-radius: 10px;
  font-weight: 700;
  transform: translateY(-160%);
  transition: transform 160ms ease;
}

.skip-link:focus {
  transform: translateY(0);
}

:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.page-shell {
  position: relative;
  overflow: clip;
}

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

.site-header {
  position: relative;
  z-index: 20;
  border-bottom: 1px solid rgba(157, 216, 231, 0.1);
  background: rgba(5, 14, 24, 0.72);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 14px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(89, 224, 209, 0.24);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(87, 224, 209, 0.13), rgba(75, 142, 255, 0.08));
  box-shadow: inset 0 0 24px rgba(87, 224, 209, 0.07);
}

.brand-mark svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.brand-mark .brand-satellite {
  fill: var(--cyan);
  stroke: none;
}

.brand-copy {
  display: grid;
  line-height: 1.45;
}

.brand-copy strong {
  font-size: 17px;
  letter-spacing: -0.02em;
}

.brand-copy small {
  color: var(--muted);
  font-size: 11px;
}

.header-cta,
.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 20px;
  border: 1px solid transparent;
  border-radius: 14px;
  font-weight: 700;
  line-height: 1.5;
  transition:
    transform 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 180ms ease;
}

.header-cta {
  min-height: 44px;
  padding: 9px 16px;
  color: #061716;
  background: var(--cyan);
  box-shadow: 0 10px 30px rgba(39, 200, 186, 0.18);
  font-size: 13px;
}

.header-cta svg,
.button svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.header-cta:hover,
.button-primary:hover {
  background: #70eadf;
  box-shadow: 0 14px 40px rgba(39, 200, 186, 0.28);
  transform: translateY(-2px);
}

.hero {
  position: relative;
  isolation: isolate;
  padding: 58px 0 76px;
}

.hero-grid {
  position: absolute;
  z-index: -3;
  inset: 0;
  opacity: 0.35;
  background-image:
    linear-gradient(rgba(122, 187, 213, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 187, 213, 0.06) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black 5%, transparent 93%);
}

.hero-glow {
  position: absolute;
  z-index: -2;
  border-radius: 999px;
  filter: blur(10px);
  pointer-events: none;
}

.hero-glow-one {
  width: 36rem;
  height: 36rem;
  inset: -17rem -13rem auto auto;
  background: radial-gradient(circle, rgba(43, 160, 184, 0.16), transparent 68%);
}

.hero-glow-two {
  width: 31rem;
  height: 31rem;
  inset: auto auto -19rem -10rem;
  background: radial-gradient(circle, rgba(75, 142, 255, 0.13), transparent 67%);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(390px, 0.96fr);
  align-items: center;
  gap: clamp(42px, 7vw, 92px);
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 17px;
  padding: 7px 12px;
  color: #a9ddd8;
  border: 1px solid rgba(87, 224, 209, 0.2);
  border-radius: 999px;
  background: rgba(14, 45, 58, 0.5);
  font-size: 12px;
  font-weight: 700;
}

.status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 0 5px rgba(87, 224, 209, 0.1), 0 0 15px rgba(87, 224, 209, 0.72);
}

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

h1 {
  max-width: 650px;
  margin-bottom: 17px;
  font-size: clamp(48px, 6.4vw, 82px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

h1 span {
  color: transparent;
  background: linear-gradient(92deg, var(--cyan) 5%, #8ee9e1 42%, var(--blue-soft) 94%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 45px rgba(87, 224, 209, 0.12);
}

.hero-lead {
  max-width: 670px;
  margin-bottom: 11px;
  color: #e0edf3;
  font-size: clamp(19px, 2.2vw, 25px);
  font-weight: 700;
  line-height: 1.65;
  letter-spacing: -0.02em;
}

.hero-description {
  max-width: 650px;
  margin-bottom: 26px;
  color: var(--text-soft);
  font-size: 15px;
  line-height: 2;
}

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

.button-primary {
  color: #061716;
  background: var(--cyan);
  box-shadow: 0 14px 45px rgba(39, 200, 186, 0.19);
}

.button-secondary {
  color: var(--text);
  border-color: rgba(176, 216, 231, 0.2);
  background: rgba(12, 29, 47, 0.63);
}

.button-secondary:hover {
  border-color: rgba(87, 224, 209, 0.38);
  background: rgba(18, 44, 65, 0.86);
  transform: translateY(-2px);
}

.hero-signals {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin: 0;
  padding: 0;
  color: var(--muted);
  list-style: none;
  font-size: 12px;
}

.hero-signals li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.hero-signals span {
  color: var(--cyan);
  font-weight: 700;
}

.orbit-stage {
  position: relative;
  min-width: 0;
  padding: 24px 16px 18px;
}

.orbit-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(151, 215, 230, 0.18);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(19, 47, 70, 0.78), rgba(7, 21, 35, 0.72)),
    rgba(9, 25, 41, 0.82);
  box-shadow: var(--shadow), inset 0 1px rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.orbit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(115deg, rgba(255, 255, 255, 0.045), transparent 27%, transparent 72%, rgba(87, 224, 209, 0.025));
}

.orbit-card-header {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 16px;
  color: var(--text-soft);
  border-bottom: 1px solid rgba(160, 212, 230, 0.12);
  font-size: 11px;
}

.window-dots {
  display: flex;
  gap: 5px;
  margin-left: auto;
}

.window-dots i {
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: #4d7084;
}

.window-dots i:first-child {
  background: var(--cyan);
}

.secure-pill {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-right: auto;
  padding: 3px 7px;
  color: #91e9df;
  border: 1px solid rgba(87, 224, 209, 0.2);
  border-radius: 999px;
  background: rgba(30, 119, 111, 0.13);
  font-size: 10px;
}

.secure-pill svg {
  width: 13px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linejoin: round;
}

.orbit-visual {
  position: relative;
  min-height: 330px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at center, rgba(71, 172, 189, 0.13), transparent 47%),
    linear-gradient(rgba(128, 193, 214, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(128, 193, 214, 0.04) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
}

.orbit-visual::before {
  content: "";
  position: absolute;
  width: 210px;
  height: 210px;
  border: 1px solid rgba(87, 224, 209, 0.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 34px rgba(87, 224, 209, 0.025),
    0 0 0 68px rgba(87, 224, 209, 0.014);
}

.orbit-core {
  position: relative;
  z-index: 2;
  width: 120px;
  height: 120px;
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(87, 224, 209, 0.22);
  border-radius: 32px;
  background: linear-gradient(145deg, rgba(43, 137, 148, 0.25), rgba(24, 62, 88, 0.36));
  box-shadow:
    0 0 60px rgba(87, 224, 209, 0.16),
    inset 0 0 36px rgba(87, 224, 209, 0.07);
  transform: rotate(5deg);
}

.orbit-core svg {
  width: 86px;
  height: 86px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  transform: rotate(-5deg);
}

.orbit-core svg circle:last-child {
  fill: var(--cyan);
  stroke: none;
}

.orbit-line {
  position: absolute;
  border: 1px solid rgba(105, 188, 206, 0.12);
  border-radius: 50%;
  transform: rotate(-26deg);
}

.orbit-line-one {
  width: 280px;
  height: 104px;
}

.orbit-line-two {
  width: 340px;
  height: 138px;
  transform: rotate(27deg);
}

.orbit-line-three {
  width: 235px;
  height: 235px;
  border-style: dashed;
  transform: none;
}

.data-node {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid var(--surface-strong);
  border-radius: 50%;
  background: var(--blue-soft);
  box-shadow: 0 0 16px rgba(117, 169, 255, 0.8);
}

.node-one {
  inset: 24% auto auto 18%;
}

.node-two {
  inset: auto 20% 25% auto;
  background: var(--cyan);
}

.node-three {
  inset: 45% 12% auto auto;
  width: 6px;
  height: 6px;
}

.prompt-preview {
  min-height: 62px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 14px 14px;
  padding: 10px 12px;
  color: #7893a4;
  border: 1px solid rgba(158, 210, 228, 0.14);
  border-radius: 16px;
  background: rgba(3, 13, 23, 0.52);
  font-size: 11px;
}

.prompt-icon,
.send-preview {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: grid;
  place-items: center;
  color: #85a7b7;
  border-radius: 11px;
  background: rgba(111, 161, 181, 0.09);
}

.prompt-icon svg,
.send-preview svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.send-preview {
  margin-right: auto;
  color: #071918;
  background: var(--cyan);
}

.floating-chip {
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px 12px;
  color: #d9e9ef;
  border: 1px solid rgba(146, 211, 226, 0.18);
  border-radius: 13px;
  background: rgba(10, 29, 45, 0.88);
  box-shadow: 0 16px 40px rgba(0, 6, 13, 0.3);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 10px;
}

.floating-chip svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: var(--cyan);
  stroke-width: 1.5;
  stroke-linecap: round;
}

.floating-chip strong {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  color: #061716;
  border-radius: 8px;
  background: var(--cyan);
  font-size: 11px;
}

.chip-speed {
  inset: 17% auto auto -10px;
}

.chip-persian {
  inset: auto -7px 21% auto;
}

.trust-section {
  position: relative;
  padding: 26px 0 80px;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.section-heading p,
.final-cta-card p {
  margin-bottom: 5px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 700;
}

.section-heading h2,
.final-cta-card h2 {
  margin-bottom: 10px;
  font-size: clamp(27px, 3.4vw, 42px);
  line-height: 1.45;
  letter-spacing: -0.035em;
}

.section-heading > span {
  display: block;
  color: var(--text-soft);
  font-size: 14px;
  line-height: 2;
}

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

.compact-heading h2 {
  max-width: 620px;
  font-size: clamp(24px, 2.8vw, 34px);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(10, 28, 45, 0.48);
}

.trust-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 24px;
}

.trust-item + .trust-item {
  border-right: 1px solid var(--line);
}

.icon-box,
.feature-icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--cyan);
  border: 1px solid rgba(87, 224, 209, 0.18);
  background: rgba(38, 129, 125, 0.1);
}

.icon-box {
  width: 42px;
  height: 42px;
  border-radius: 13px;
}

.icon-box svg,
.feature-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-item h3 {
  margin-bottom: 3px;
  font-size: 14px;
}

.trust-item p {
  margin: 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.9;
}

.features-section {
  position: relative;
  padding: 74px 0 84px;
  border-block: 1px solid rgba(154, 210, 226, 0.08);
  background:
    radial-gradient(circle at 85% 48%, rgba(39, 200, 186, 0.075), transparent 28rem),
    rgba(4, 12, 21, 0.46);
}

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

.feature-card {
  position: relative;
  min-height: 245px;
  overflow: hidden;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(155deg, rgba(18, 42, 63, 0.66), rgba(7, 20, 33, 0.66));
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.feature-card:hover {
  border-color: var(--line-strong);
  transform: translateY(-4px);
}

.feature-number {
  position: absolute;
  inset: 14px auto auto 16px;
  color: rgba(156, 203, 218, 0.23);
  font-size: 12px;
}

.feature-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  border-radius: 15px;
}

.feature-card h3 {
  margin-bottom: 9px;
  font-size: 16px;
}

.feature-card p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.95;
}

.final-cta {
  padding: 76px 0;
}

.final-cta-card {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: clamp(27px, 5vw, 52px);
  border: 1px solid rgba(87, 224, 209, 0.2);
  border-radius: 26px;
  background:
    radial-gradient(circle at 10% 100%, rgba(75, 142, 255, 0.14), transparent 22rem),
    linear-gradient(125deg, rgba(18, 58, 76, 0.76), rgba(9, 28, 43, 0.88));
  box-shadow: var(--shadow);
}

.final-cta-card::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  inset: -190px -90px auto auto;
  border: 1px solid rgba(87, 224, 209, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 38px rgba(87, 224, 209, 0.025), 0 0 0 78px rgba(87, 224, 209, 0.015);
}

.final-cta-card > * {
  position: relative;
  z-index: 2;
}

.final-cta-card h2 {
  max-width: 680px;
  margin: 0;
  font-size: clamp(25px, 3vw, 38px);
}

.final-cta-card .button {
  flex: 0 0 auto;
}

.site-footer {
  padding: 27px 0 max(27px, env(safe-area-inset-bottom));
  border-top: 1px solid rgba(155, 212, 228, 0.1);
  background: rgba(3, 9, 16, 0.55);
}

.footer-inner {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 17px 30px;
}

.footer-brand {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.footer-brand strong {
  font-size: 15px;
}

.footer-brand span,
.copyright {
  color: var(--muted);
  font-size: 11px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  color: var(--text-soft);
  font-size: 12px;
}

.footer-links a {
  border-radius: 6px;
}

.footer-links a:hover {
  color: var(--cyan);
}

.footer-trust-seal {
  width: 145px;
  min-height: 154px;
  display: grid;
  place-items: center;
  justify-self: end;
  padding: 9px;
  border: 1px solid rgba(155, 212, 228, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
}

.footer-trust-seal a {
  display: block;
  border-radius: 11px;
}

.enamad-seal-image {
  width: 125px;
  height: 136px;
  max-width: 100%;
  display: block;
  object-fit: contain;
}

.copyright {
  grid-column: 1 / -1;
  margin: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(155, 212, 228, 0.08);
}

@media (max-width: 980px) {
  .hero {
    padding-top: 48px;
  }

  .hero-layout {
    grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
    gap: 36px;
  }

  .orbit-stage {
    padding-inline: 0;
  }

  .orbit-visual {
    min-height: 290px;
  }

  .floating-chip {
    display: none;
  }

  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

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

  .header-inner {
    min-height: 68px;
    gap: 10px;
  }

  .brand {
    gap: 9px;
  }

  .brand-mark {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
    border-radius: 12px;
  }

  .brand-mark svg {
    width: 30px;
    height: 30px;
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .brand-copy small {
    display: none;
  }

  .header-cta {
    min-height: 44px;
    padding-inline: 13px;
    font-size: 12px;
  }

  .header-cta svg {
    display: none;
  }

  .hero {
    padding: 38px 0 58px;
  }

  .hero-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .eyebrow {
    margin-bottom: 14px;
  }

  h1 {
    margin-bottom: 14px;
    font-size: clamp(45px, 15vw, 65px);
  }

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

  .hero-description {
    margin-bottom: 22px;
    font-size: 14px;
  }

  .hero-actions {
    margin-bottom: 18px;
  }

  .button {
    min-height: 48px;
  }

  .orbit-stage {
    width: min(100%, 510px);
    margin-inline: auto;
  }

  .orbit-visual {
    min-height: 280px;
  }

  .trust-section {
    padding-bottom: 62px;
  }

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

  .trust-item + .trust-item {
    border-top: 1px solid var(--line);
    border-right: 0;
  }

  .features-section {
    padding: 58px 0 64px;
  }

  .final-cta {
    padding: 58px 0;
  }

  .final-cta-card {
    align-items: stretch;
    flex-direction: column;
  }

  .final-cta-card .button {
    width: 100%;
  }

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

  .footer-links {
    justify-content: flex-start;
  }

  .footer-trust-seal {
    justify-self: start;
  }

  .copyright {
    grid-column: auto;
  }
}

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

  .header-cta {
    max-width: 190px;
    padding-inline: 11px;
    text-align: center;
    white-space: nowrap;
  }

  .hero {
    padding-top: 32px;
  }

  .eyebrow {
    font-size: 11px;
  }

  h1 {
    font-size: clamp(43px, 15.5vw, 58px);
  }

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

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-signals {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px 10px;
  }

  .orbit-stage {
    padding-top: 5px;
  }

  .orbit-card {
    border-radius: 21px;
  }

  .orbit-card-header {
    padding-inline: 12px;
  }

  .window-dots {
    display: none;
  }

  .orbit-visual {
    min-height: 240px;
  }

  .orbit-visual::before {
    width: 170px;
    height: 170px;
  }

  .orbit-core {
    width: 104px;
    height: 104px;
    border-radius: 28px;
  }

  .orbit-core svg {
    width: 72px;
    height: 72px;
  }

  .orbit-line-one {
    width: 220px;
    height: 84px;
  }

  .orbit-line-two {
    width: 270px;
    height: 112px;
  }

  .orbit-line-three {
    width: 190px;
    height: 190px;
  }

  .section-heading h2,
  .final-cta-card h2 {
    font-size: 25px;
  }

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

  .feature-card {
    min-height: 0;
  }

  .footer-brand {
    display: grid;
    gap: 2px;
  }
}

@media (max-width: 350px) {
  .brand-mark {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .brand-copy strong {
    font-size: 14px;
  }

  .header-cta {
    max-width: 181px;
    padding-inline: 8px;
    font-size: 11px;
  }

  .hero-signals {
    grid-template-columns: 1fr;
  }
}

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

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