@font-face {
  font-family: Manrope;
  src: url("assets/manrope-latin.woff2") format("woff2");
  font-weight: 200 800;
  font-display: swap;
}
@font-face {
  font-family: "DM Sans";
  src: url("assets/dm-sans-latin.woff2") format("woff2");
  font-weight: 100 1000;
  font-display: swap;
}
:root {
  --ink: #13253b;
  --muted: #617084;
  --blue: #086bd8;
  --blue-dark: #0564c8;
  --line: #dde4ed;
  --heading: Manrope, Arial, sans-serif;
  --body: "DM Sans", Arial, sans-serif;
  --announcement-height: 37px;
  --navigation-height: 86px;
  --header-height: calc(
    var(--announcement-height) + var(--navigation-height) + 1px
  );
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--navigation-height) + 1px + 24px);
}
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
button,
a,
summary {
  -webkit-tap-highlight-color: transparent;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #359bff;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-family: var(--heading);
  font-weight: 600;
}
h2 {
  font-size: 46px;
  line-height: 1.22;
  letter-spacing: -2px;
}
h3 {
  font-size: 25px;
  line-height: 1.35;
  letter-spacing: -0.8px;
}
img {
  max-width: 100%;
  height: auto;
}
svg {
  display: block;
}
.icon {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.icon-library {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}
.container {
  width: min(1280px, calc(100% - 112px));
  margin-inline: auto;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.blue-dash {
  display: block;
  width: 20px;
  height: 2px;
  background: var(--blue);
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid var(--blue);
  border-radius: 5px;
  background: var(--blue);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  transition:
    background 0.2s,
    transform 0.2s;
}
.button:hover {
  background: var(--blue-dark);
  transform: translateY(-2px);
}
.button-small {
  min-height: 48px;
  padding: 11px 17px;
  gap: 20px;
  font-size: 16px;
}
.button .icon {
  width: 18px;
  height: 18px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 600;
}
.text-link .icon {
  width: 18px;
  height: 18px;
  transition: transform 0.2s;
}
.text-link:hover {
  color: var(--blue);
}
.text-link:hover .icon {
  transform: translateX(4px);
}
.skip-link {
  position: fixed;
  left: 20px;
  top: -80px;
  z-index: 100;
  background: #fff;
  padding: 12px 20px;
  border: 2px solid var(--blue);
}
.skip-link:focus {
  top: 12px;
}
.announcement {
  position: relative;
  z-index: 1;
  min-height: var(--announcement-height);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid #8cbfff26;
  color: #e6eff9;
  font-size: 14px;
}
.announcement a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-left: 9px;
  font-weight: 600;
  color: #aed6ff;
}
.announcement .icon {
  width: 14px;
  height: 14px;
}
.site-header {
  position: sticky;
  top: 0;
  background: #041329;
  border-bottom: 1px solid #8cbfff26;
  z-index: 20;
}
.site-header .mobile-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: calc(100dvh - var(--header-height));
  overflow-y: auto;
  overscroll-behavior: contain;
  color: #eef4fc;
  background: #041329;
  border-color: #8cbfff26;
}
.site-header .mobile-nav a:last-child {
  color: #8bc6ff;
}
.nav-wrap {
  position: relative;
  height: var(--navigation-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.brand img {
  width: 158px;
  height: 37px;
  object-fit: contain;
}
.desktop-nav {
  display: flex;
  align-items: center;
  gap: clamp(15px, 1.7vw, 30px);
  margin-left: clamp(18px, 2.2vw, 40px);
}
.desktop-nav > a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  color: #eef4fc;
  transition: color 0.2s;
}
.desktop-nav > a:hover {
  color: #8bc6ff;
}
.nav-languages {
  display: flex;
  align-items: center;
  margin-left: auto;
}
.nav-languages a {
  padding: 5px 6px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #9fbcdb;
  transition: color 0.2s;
}
.nav-languages a:hover {
  color: #fff;
}
.nav-languages a[aria-current="page"] {
  color: #fff;
  background: #ffffff1f;
}
.nav-trial {
  border-radius: 3px;
  box-shadow: none;
  white-space: nowrap;
}
.nav-trial:hover {
  transform: none;
}
.menu-button,
.mobile-nav {
  display: none;
}
.mobile-nav .nav-languages {
  display: none;
}
@media (max-width: 1200px), (hover: none) and (pointer: coarse) {
  .desktop-nav,
  .nav-trial,
  .nav-wrap .nav-languages {
    display: none;
  }
  .mobile-nav .nav-languages {
    display: flex;
    margin: 10px 0 0 -8px;
    padding-top: 14px;
    border-top: 1px solid #8cbfff26;
  }
  .menu-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    color: #eef4fc;
    background: transparent;
    border: 0;
  }
  .menu-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .menu-icon > span {
    display: block;
    width: 24px;
    height: 3px;
    background: currentColor;
  }
  .mobile-nav:not([hidden]) {
    display: flex;
    flex-direction: column;
    padding: 10px 20px 24px;
    border-top: 1px solid #8cbfff26;
    border-bottom: 1px solid #8cbfff26;
  }
  .mobile-nav a {
    padding: 12px 0;
    font-size: 16px;
  }
  .mobile-nav a:last-child {
    font-weight: 600;
  }
}

.hero {
  position: relative;
  margin-top: calc(0px - var(--header-height));
  padding-top: var(--header-height);
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  background: #041329;
}
.hero-art {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}
.hero-art img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      #041329 0%,
      #041329e8 24%,
      #04132996 42%,
      transparent 70%
    ),
    linear-gradient(0deg, #041329 0%, #04132980 15%, transparent 36%);
}
.hero-inner {
  min-height: 646px;
  display: flex;
  align-items: center;
  padding-block: 80px 72px;
}
.hero-copy {
  max-width: 605px;
}
.hero .eyebrow {
  color: #a7c6e7;
  font-size: 14px;
  letter-spacing: 1.3px;
}
.hero .blue-dash {
  background: #67b4ff;
}
.hero h1 {
  width: max-content;
  max-width: calc(100vw - 48px);
  margin: 24px 0 0 -3px;
  font-size: clamp(64px, 5.4vw, 80px);
  line-height: 1.12;
  letter-spacing: -0.05em;
  font-weight: 600;
}
.hero h1 > span {
  color: #70b6ff;
}
.hero-detail {
  max-width: 440px;
  margin-top: 27px;
  color: #acbfd5;
  font-size: 16px;
  line-height: 1.85;
}
.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 27px;
  margin-top: 32px;
}
.hero-actions .button {
  box-shadow:
    0 6px 32px #0067ee26,
    inset 0 1px #ffffff26;
}
.hero-actions .text-link {
  color: #d9e9fc;
  font-size: 16px;
}
.hero-actions .text-link:hover {
  color: #8bc6ff;
}
.hero-note {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-top: 20px;
  color: #a9bfd9;
  font-size: 14px;
}
.hero-note .icon {
  width: 15px;
  height: 15px;
  color: #7ebeff;
}
.hero-capabilities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid #8cbfff30;
}
.hero-capabilities > a {
  display: flex;
  align-items: center;
  gap: 17px;
  min-width: 0;
  min-height: 114px;
  padding: 22px 28px;
  transition: background 0.2s;
}
.hero-capabilities > a:first-child {
  padding-left: 0;
}
.hero-capabilities > a + a {
  border-left: 1px solid #8cbfff20;
}
.hero-capabilities > a:hover {
  background: #2a70b714;
}
.hero-capabilities > a > .icon {
  width: 25px;
  height: 25px;
  color: #77baff;
}
.hero-capabilities strong {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #ecf4ff;
}
.hero-capabilities strong + span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  color: #a0b6d0;
}
.hero-capabilities > a > .capability-arrow {
  width: 17px;
  height: 17px;
  margin-left: auto;
}
@media (max-width: 1190px) {
  .hero-inner {
    min-height: 615px;
    padding-block: 64px;
  }
  .hero h1 {
    font-size: 66px;
  }
  .hero-copy {
    max-width: 530px;
  }
  .hero-capabilities > a {
    padding-inline: 20px;
    gap: 13px;
  }
  .hero-capabilities strong {
    font-size: 16px;
  }
  .hero-capabilities strong + span {
    font-size: 14px;
  }
  .hero-capabilities > a > .capability-arrow {
    display: none;
  }
}
@media (max-width: 960px) {
  .hero-inner {
    min-height: 600px;
  }
  .hero h1 {
    font-size: 62px;
  }
  .hero-detail {
    max-width: 390px;
    font-size: 16px;
  }
  .hero-capabilities > a {
    padding-inline: 15px;
    gap: 11px;
  }
  .hero-capabilities > a > .icon {
    width: 21px;
    height: 21px;
  }
}
@media (max-width: 760px) {
  .hero-inner {
    min-height: 0;
    padding-block: 47px 28px;
  }
  .hero-copy {
    max-width: 550px;
  }
  .hero h1 {
    width: auto;
    max-width: none;
    font-size: clamp(38px, 10.5vw, 58px);
    line-height: 1.13;
    letter-spacing: -0.045em;
    margin-top: 23px;
    margin-left: -2px;
  }
  .hero .eyebrow {
    font-size: 14px;
    letter-spacing: 0.8px;
    gap: 9px;
  }
  .hero .blue-dash {
    width: 15px;
  }
  .hero-detail {
    margin-top: 24px;
    font-size: 16px;
    max-width: 460px;
  }
  .hero-actions {
    gap: 22px;
    margin-top: 26px;
  }
  .hero-actions .button {
    padding: 14px 18px;
    gap: 16px;
    font-size: 18px;
  }
  .hero-actions .text-link {
    font-size: 16px;
    gap: 8px;
  }
  .hero-note {
    font-size: 14px;
  }
  .hero-capabilities {
    display: none;
  }
}
@media (max-width: 370px) {
  .hero h1 {
    font-size: 36px;
  }
  .hero .eyebrow {
    font-size: 14px;
  }
  .hero-actions {
    gap: 17px;
  }
  .hero-actions .button {
    padding-inline: 14px;
    font-size: 18px;
  }
  .hero-actions .text-link {
    font-size: 16px;
  }
}

.network-scale {
  padding-block: 40px;
}
.network-scale-inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: center;
}
.network-scale-inner > div + div {
  border-left: 1px solid var(--line);
  padding-left: 40px;
}
.network-scale-inner > div {
  padding-right: 24px;
}
.network-scale-inner > div:last-child {
  padding-right: 0;
}
.network-scale-inner strong {
  display: block;
  font-family: var(--heading);
  font-weight: 600;
  line-height: 1.2;
}
.network-scale-value {
  color: var(--blue-dark);
  font-size: 46px;
  letter-spacing: -1.5px;
}
.network-scale-inner p {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 16px;
}
.network-scale-inner .network-scale-kicker {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 1.4;
}
.compatibility {
  border-block: 1px solid #e7ecf2;
  background: #fbfcfe;
}
.compatibility-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  min-height: 100px;
  font-size: 14px;
  color: #596b80;
}
.compatibility-label {
  font-size: 14px;
  line-height: 1.6;
  color: #617084;
}
.compatibility-inner > span:not(.compatibility-label) {
  white-space: nowrap;
}
.compatibility-label strong {
  font-weight: 500;
  color: #42566e;
}
.vendor-name {
  font-family: var(--heading);
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #33465e;
}
.zte-word {
  font-weight: 600;
  letter-spacing: -1.5px;
  font-size: 27px;
}
.compatibility-divider {
  height: 28px;
  width: 1px;
  background: var(--line);
}
.compatibility-inner > a {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 14px;
  color: #2a5a91;
}
.compatibility-inner > a .icon {
  width: 14px;
  height: 14px;
}
.faq-section {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  padding-block: 97px;
}
.faq-section .eyebrow {
  font-size: 14px;
  color: #617084;
}
.faq-section h2 {
  font-size: 34px;
  letter-spacing: -1.2px;
  margin-top: 15px;
}
.faq-list {
  border-top: 1px solid var(--line);
}
.faq-list details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}
.faq-list summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 20px 0;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary .icon {
  width: 15px;
  height: 15px;
  color: #65809e;
}
.faq-list details[open] summary .icon {
  transform: rotate(45deg);
}
.faq-list details p {
  font-size: 16px;
  color: var(--muted);
  line-height: 1.85;
  max-width: 96%;
  padding-bottom: 23px;
}
.resellers-section {
  border-top: 1px solid var(--line);
  padding-block: 56px 72px;
}
.resellers-section h2 {
  font-size: 22px;
  letter-spacing: -0.5px;
}
.resellers-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px 24px;
}
.resellers-list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 76px;
  padding: 6px;
  border-radius: 6px;
}
.resellers-list a:focus-visible {
  outline: 2px solid var(--blue);
  outline-offset: 2px;
}
.resellers-list img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 61px;
  opacity: 0.8;
  transition: opacity 0.15s;
}
.resellers-list a:hover img,
.resellers-list a:focus-visible img {
  opacity: 1;
}
@media (max-width: 960px) {
  .resellers-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  .resellers-section {
    padding-block: 44px 56px;
  }
  .resellers-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px 16px;
  }
  .resellers-list a {
    height: 64px;
  }
  .resellers-list img {
    max-height: 52px;
  }
}
@media (max-width: 370px) {
  .resellers-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.contact-section {
  display: grid;
  grid-template-columns: 0.8fr 2.2fr;
  gap: 40px;
  border-top: 1px solid var(--line);
  padding-block: 56px 72px;
}
.contact-section h2 {
  font-size: 22px;
  letter-spacing: -0.5px;
}
.contact-heading .text-link {
  margin-top: 14px;
  color: var(--blue-dark);
}
.contact-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 32px;
  margin: 0;
}
.contact-list dt {
  font-size: 14px;
  color: var(--muted);
}
.contact-list dd {
  margin: 6px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink);
}
.contact-list a {
  color: var(--blue-dark);
}
.contact-list a:hover {
  text-decoration: underline;
}
@media (max-width: 960px) {
  .contact-section {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 760px) {
  .contact-section {
    padding-block: 44px 56px;
  }
  .contact-list {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
.site-footer {
  background: #f8fafc;
  border-top: 1px solid #e1e8f0;
  padding-top: 47px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  align-items: center;
  padding-bottom: 40px;
}
.footer-top .brand img {
  width: 138px;
  height: auto;
}
.footer-top p {
  font-size: 14px;
  color: #617084;
  margin-top: 11px;
}
.footer-top nav {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  align-items: center;
}
.footer-top nav a {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 14px;
  color: #5f728b;
}
.footer-top nav a:hover {
  color: var(--blue);
}
.footer-top nav a:last-child {
  color: var(--blue-dark);
}
.footer-top nav .icon {
  width: 14px;
  height: 14px;
}
.footer-bottom {
  border-top: 1px solid #e1e8f0;
  padding-block: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 20px;
  font-size: 14px;
  color: #617084;
}
.footer-legal {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
}
.footer-legal a {
  color: #2a5a91;
}
.footer-legal a:hover {
  text-decoration: underline;
}

@media (max-width: 1190px) {
  .container {
    width: calc(100% - 72px);
  }
  .desktop-nav {
    margin-left: 0;
    gap: 22px;
  }
  .compatibility-inner {
    gap: 20px;
    font-size: 14px;
  }
  .compatibility-inner > a {
    font-size: 14px;
  }
  .compatibility-label {
    font-size: 14px;
  }
  .vendor-name {
    font-size: 23px;
  }
}
@media (max-width: 960px) {
  .container {
    width: calc(100% - 48px);
  }
  .network-scale-inner > div + div {
    padding-left: 24px;
  }
  .desktop-nav {
    gap: 10px;
  }
  .nav-wrap {
    gap: 10px;
  }
  .nav-trial {
    font-size: 16px;
    gap: 12px;
  }
  .compatibility-inner > a {
    display: none;
  }
  .compatibility-inner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px 27px;
    padding-block: 22px;
    min-height: auto;
  }
  .compatibility-label {
    flex-basis: 100%;
    text-align: center;
  }
  .compatibility-label br {
    display: none;
  }
  .compatibility-label strong {
    margin-left: 3px;
  }
  .compatibility-divider {
    display: none;
  }
  h2 {
    font-size: 39px;
  }
  .faq-section {
    gap: 45px;
  }
  .footer-top nav {
    gap: 18px;
  }
}
@media (max-width: 760px) {
  :root {
    --announcement-height: 66px;
    --navigation-height: 76px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .announcement {
    display: grid;
    grid-template-columns: auto;
    padding-block: 8px;
    font-size: 14px;
    gap: 2px 8px;
  }
  .announcement a {
    justify-self: start;
    font-size: 14px;
    margin-left: 0;
    gap: 5px;
  }
  .announcement .icon {
    width: 12px;
    height: 12px;
  }
  .nav-wrap {
    gap: 14px;
  }
  .brand img {
    width: 132px;
    height: auto;
  }
  .network-scale {
    padding-block: 30px;
  }
  .network-scale-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
    row-gap: 24px;
  }
  .network-scale-inner > div {
    padding-right: 16px;
  }
  .network-scale-inner > div + div {
    padding-left: 20px;
    padding-right: 0;
  }
  .network-scale-value {
    font-size: clamp(28px, 9vw, 36px);
    letter-spacing: -1px;
  }
  .network-scale-inner > div:nth-child(3) {
    grid-column: 1 / -1;
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 24px 0 0;
  }
  .compatibility-inner {
    justify-content: center;
    flex-wrap: wrap;
    gap: 19px 27px;
    padding-block: 27px;
    min-height: auto;
  }
  .compatibility-label {
    flex-basis: 100%;
    text-align: center;
    font-size: 14px;
  }
  .compatibility-label br {
    display: none;
  }
  .compatibility-label strong {
    margin-left: 3px;
  }
  .compatibility-divider {
    display: none;
  }
  .vendor-name {
    font-size: 22px;
  }
  .compatibility-inner > span:nth-last-child(2) {
    display: none;
  }
  .compatibility-inner > span:not(.vendor-name):not(.compatibility-label) {
    font-size: 14px;
  }
  h2 {
    font-size: 35px;
    letter-spacing: -1.5px;
    line-height: 1.25;
  }
  .eyebrow {
    font-size: 14px;
    letter-spacing: 0.8px;
    gap: 9px;
  }
  .faq-section {
    grid-template-columns: 1fr;
    gap: 29px;
    padding-block: 62px;
  }
  .faq-section h2 {
    font-size: 30px;
    margin-top: 12px;
  }
  .faq-list summary {
    font-size: 16px;
    gap: 15px;
    padding: 20px 0;
  }
  .faq-list details p {
    font-size: 16px;
  }
  .site-footer {
    padding-top: 36px;
  }
  .footer-top {
    display: block;
    padding-bottom: 27px;
  }
  .footer-top .brand img {
    width: 132px;
  }
  .footer-top p {
    font-size: 14px;
    margin-top: 9px;
  }
  .footer-top nav {
    margin-top: 28px;
    gap: 16px 21px;
    flex-wrap: wrap;
  }
  .footer-top nav a {
    font-size: 14px;
  }
  .footer-bottom {
    display: block;
    font-size: 14px;
    padding-block: 21px;
  }
  .footer-bottom > span {
    display: block;
  }
  .footer-bottom > * + * {
    margin-top: 7px;
  }
}
@media (max-width: 370px) {
  .announcement {
    font-size: 14px;
    gap: 2px 8px;
  }
  .announcement a {
    font-size: 14px;
    gap: 4px;
  }
  .container {
    width: calc(100% - 32px);
  }
  h2 {
    font-size: 31px;
  }
  .faq-list summary {
    font-size: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
  }
}

.platform-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 64px 110px;
  align-items: start;
  padding-block: 112px;
}
.platform-section h2 {
  margin-top: 22px;
  font-size: 54px;
  letter-spacing: -2.3px;
}
.platform-copy > p:first-child {
  font-size: 23px;
  line-height: 1.55;
  letter-spacing: -0.4px;
  color: var(--ink);
}
.platform-copy > p + p {
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.8;
}
.dashboard-preview {
  grid-column: 1 / -1;
  min-width: 0;
  margin: 0;
}
.dashboard-image {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.dashboard-image > img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2880 / 3016;
  object-fit: contain;
}
.dashboard-preview figcaption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-bottom: 18px;
  font-size: 14px;
  color: var(--muted);
}
.dashboard-preview figcaption strong {
  font-weight: 500;
  color: var(--ink);
}
.dashboard-theme {
  display: inline-flex;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f3f6fa;
}
.dashboard-theme[hidden] {
  display: none;
}
.dashboard-theme button {
  min-height: 38px;
  padding: 7px 14px;
  border: 0;
  border-radius: 5px;
  background: transparent;
  color: var(--muted);
  font-size: 14px;
  line-height: 20px;
}
.dashboard-theme button[aria-pressed="true"] {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 1px 4px #183b621c;
}
.dashboard-theme button:hover {
  color: var(--ink);
}
.dashboard-theme-error {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
}
.benefits-section {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.65fr);
  gap: 80px;
  padding-block: 70px 90px;
  border-top: 1px solid var(--line);
}
.benefits-intro h2 {
  max-width: 340px;
  margin-top: 22px;
  font-size: 38px;
  line-height: 1.3;
  letter-spacing: -1.5px;
}
.benefits-intro > p:not(.eyebrow) {
  max-width: 340px;
  margin-top: 24px;
  color: var(--muted);
  line-height: 1.8;
}
.benefits-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 40px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.benefits-list > li {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.benefits-list h3 {
  font-size: 19px;
  line-height: 1.4;
  letter-spacing: -0.45px;
}
.benefits-list p {
  flex-grow: 1;
  margin-top: 9px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.65;
}
.progress-linear {
  position: relative;
  height: 15px;
}
.progress-linear .progress-bar-linear-wrap,
.progress-linear .progress-bar-linear {
  height: 100%;
  border-radius: 5px;
}
.progress-linear .progress-bar-linear-wrap {
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(115, 115, 115, 0.09) inset;
  padding: 6px 7px;
}
.progress-linear .progress-bar-linear {
  width: 0;
  background-color: #008ffb;
  transition: 0.5s all ease !important;
}
p + .progress-linear {
  margin-top: 6px;
}
@media (max-width: 1190px) {
  .benefits-section {
    gap: 44px;
  }
  .benefits-list {
    column-gap: 28px;
  }
  .benefits-intro h2 {
    font-size: 33px;
  }
}
@media (max-width: 960px) {
  .benefits-section {
    grid-template-columns: 1fr;
    gap: 36px;
    padding-block: 56px 70px;
  }
  .benefits-intro h2,
  .benefits-intro > p:not(.eyebrow) {
    max-width: 560px;
  }
  .benefits-intro > p:not(.eyebrow) {
    margin-top: 18px;
  }
}
@media (max-width: 600px) {
  .benefits-list {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .benefits-section {
    padding-block: 44px 56px;
  }
}
.operations-section {
  padding-bottom: 108px;
}
.operations-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 100px;
  padding-top: 70px;
  border-top: 1px solid var(--line);
}
.operations-intro h2 {
  margin-top: 22px;
  font-size: 38px;
  letter-spacing: -1.5px;
  line-height: 1.3;
}
.operations-intro > p:not(.eyebrow, .operation-tools) {
  max-width: 325px;
  margin-top: 24px;
  color: var(--muted);
  line-height: 1.8;
}
.operations-intro > .operation-tools {
  margin-top: 26px;
}
.operation {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 24px;
  padding-block: 30px;
  border-bottom: 1px solid var(--line);
}
.operation:first-child {
  padding-top: 0;
}
.operation:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.operation-number {
  padding-top: 5px;
  color: var(--blue-dark);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}
.operation h3 {
  font-size: 24px;
  letter-spacing: -0.65px;
}
.operation h3 + p {
  margin-top: 13px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}
.operation-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12.5px;
}
.operation-tools span {
  padding: 3px 10px;
  border: 1px solid #b8d3f0;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 2px rgb(19 37 59 / 12%);
  color: #0f4c96;
  font-weight: 600;
}
.operation .operation-tools {
  margin-top: 17px;
}
.infrastructure-section {
  padding-block: 96px;
  background: #f6f8fa;
  border-top: 1px solid #e7ecf1;
}
.infrastructure-heading {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 110px;
  align-items: center;
}
.infrastructure-heading h2 {
  margin-top: 22px;
  font-size: 46px;
  letter-spacing: -1.7px;
  line-height: 1.28;
}
.infrastructure-intro > p:not(.operation-tools) {
  font-size: 18px;
  line-height: 1.8;
  color: var(--muted);
}
.infrastructure-intro > .operation-tools {
  margin-top: 23px;
}
.infrastructure-preview {
  width: min(100%, 1120px);
  margin: 52px auto 42px;
}
.infrastructure-preview img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}
.infrastructure-preview figcaption {
  margin-top: 14px;
  font-size: 14px;
  color: var(--muted);
}
.infrastructure-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px;
  margin: 0;
}
.infrastructure-features > div {
  border-top: 1px solid var(--line);
  padding-top: 21px;
}
.infrastructure-features dt {
  font-size: 18px;
  font-weight: 600;
}
.infrastructure-features dd {
  margin: 10px 0 0;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
.network-access-band {
  background: #f6f8fa;
}
.network-access-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 520px);
  grid-template-areas: "intro illustration" "features illustration";
  gap: 20px 64px;
  padding-block: 56px;
  align-items: start;
  border-bottom: 1px solid var(--line);
}
.network-access-intro {
  grid-area: intro;
}
.network-access-intro h2 {
  margin-top: 16px;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1.35;
}
.network-access-intro > p:not(.eyebrow) {
  max-width: 430px;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
.network-access-features {
  grid-area: features;
  margin: 0;
}
.network-access-features > div {
  display: grid;
  grid-template-columns: 145px 1fr;
  gap: 22px;
  padding-block: 16px;
  border-top: 1px solid var(--line);
}
.network-access-features dt {
  font-size: 16px;
  font-weight: 600;
}
.network-access-features dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
.network-access-illustration {
  grid-area: illustration;
  align-self: center;
  width: min(100%, 520px);
  margin: 0 auto;
}
.network-access-illustration picture,
.network-access-illustration img {
  display: block;
  width: 100%;
}
.network-access-illustration img {
  height: auto;
  border-radius: 8px;
}
.network-access-map {
  position: relative;
}
.network-access-illustration figcaption {
  margin-top: 12px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.network-access-legend {
  display: flex;
  justify-content: center;
  gap: 24px;
  color: var(--ink);
}
.network-access-legend > span {
  display: flex;
  align-items: center;
  gap: 7px;
}
.network-access-legend b {
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
}
.network-access-legend .provider-a {
  background: #0064c8;
}
.network-access-legend .provider-b {
  background: #00838f;
}
.network-access-legend .provider-c {
  background: #7553ad;
}
.network-access-illustration figcaption p {
  margin: 10px 0 2px;
}
.network-access-credit {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 36%;
  height: 7%;
}
.acs-section {
  background: #102c49;
  color: #fff;
  padding-block: 96px;
}
.acs-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 110px;
  align-items: start;
}
.acs-intro .eyebrow {
  color: #9fc6ed;
}
.acs-intro h2 {
  margin-top: 24px;
  font-size: 46px;
}
.acs-included {
  margin-top: 25px;
  font-size: 21px;
  color: #9bcfff;
}
.acs-intro .text-link {
  margin-top: 36px;
  color: #d5e9fc;
  font-size: 16px;
}
.acs-intro .text-link:hover {
  color: #fff;
}
.acs-detail > p:first-child {
  font-size: 20px;
  line-height: 1.65;
  color: #e1ebf5;
}
.acs-functions {
  margin: 30px 0 0;
}
.acs-functions > div {
  padding-block: 18px;
  border-top: 1px solid #ffffff26;
}
.acs-functions dt {
  font-size: 16px;
  font-weight: 500;
}
.acs-functions dd {
  margin: 5px 0 0;
  font-size: 16px;
  color: #b2c9df;
}
.acs-note {
  margin-top: 17px;
  font-size: 14px;
  color: #aac2da;
}
.acs-previews {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 520px), 1fr));
  gap: 48px 32px;
  align-items: start;
  margin-top: 64px;
}
.acs-previews figure {
  width: 100%;
  max-width: 600px;
  min-width: 0;
  margin: 0 auto;
}
.acs-previews figcaption {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
  font-size: 16px;
  line-height: 1.5;
  color: #b2c9df;
}
.acs-previews figcaption strong {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.acs-previews picture,
.acs-previews img {
  display: block;
  width: 100%;
}
.acs-previews img {
  height: auto;
  border-radius: 12px;
}
.diagnostics-section {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 110px;
  padding-block: 112px;
  align-items: start;
}
.diagnostics-intro h2 {
  margin-top: 23px;
  font-size: 43px;
  line-height: 1.28;
  letter-spacing: -1.7px;
}
.diagnostics-intro > p:not(.eyebrow) {
  margin-top: 24px;
  color: var(--muted);
  max-width: 370px;
  line-height: 1.8;
}
.diagnostics-list {
  margin: 0;
  counter-reset: diagnostic;
}
.diagnostics-list > div {
  display: grid;
  grid-template-columns: 125px 1fr;
  gap: 22px;
  border-top: 1px solid var(--line);
  padding-block: 24px;
  counter-increment: diagnostic;
}
.diagnostics-list dt {
  font-size: 16px;
  font-weight: 600;
}
.diagnostics-list dt::before {
  content: counter(diagnostic, decimal-leading-zero);
  display: block;
  margin-bottom: 5px;
  color: var(--blue);
  font-size: 13px;
  font-variant-numeric: tabular-nums;
}
.diagnostics-list dd {
  margin: 0;
  font-size: 16px;
  line-height: 1.8;
  color: var(--muted);
}
.pricing-section {
  padding-block: 80px;
  background: radial-gradient(ellipse at 12% 0, #123f70 0, transparent 65%), #071c34;
  color: #fff;
}
.pricing-panel {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
}
.pricing-heading {
  padding-right: 56px;
}
.pricing-heading .eyebrow {
  color: #85ceff;
}
.pricing-heading .eyebrow::before {
  content: "";
  width: 24px;
  height: 2px;
  background: currentColor;
}
.pricing-heading h2 {
  margin-top: 16px;
  font-size: 34px;
  letter-spacing: -1px;
  line-height: 1.28;
}
.pricing-amount {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 28px;
}
.pricing-amount strong {
  display: inline-flex;
  align-items: flex-start;
  gap: 5px;
  font-family: var(--heading);
  font-size: 116px;
  font-weight: 600;
  letter-spacing: -5px;
  line-height: 1;
}
.pricing-symbol {
  margin-top: 12px;
  font-size: 42px;
  letter-spacing: -1px;
}
.pricing-unit {
  color: #bdcce0;
  font-size: 16px;
  line-height: 1.6;
}
.pricing-copy {
  padding-left: 64px;
  border-left: 1px solid #345778;
}
.pricing-terms {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.75;
  color: #cedced;
}
.pricing-terms li {
  display: flex;
  align-items: center;
  gap: 14px;
}
.pricing-terms li + li {
  margin-top: 20px;
}
.pricing-terms .icon {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  padding: 6px;
  border-radius: 50%;
  background: rgb(57 157 255 / 15%);
  color: #85ceff;
  stroke-width: 1.8;
}
.pricing-terms strong {
  color: #fff;
  font-weight: 600;
}
.pricing-copy .button {
  margin-top: 28px;
  padding: 14px 22px;
  border-color: #288df7;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 8px 28px rgb(0 114 245 / 25%);
}
.pricing-copy .button:hover {
  border-color: #55acff;
  background: var(--blue-dark);
}
.trial-band {
  background: #f6f8fa;
  border-bottom: 1px solid #e7ecf1;
}
.trial-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 80px;
  align-items: start;
  padding-block: 88px;
}
.trial-heading {
  padding-top: 24px;
}
.trial-heading .eyebrow {
  color: var(--blue-dark);
}
.trial-heading h2 {
  margin-top: 21px;
  font-size: 52px;
  letter-spacing: -2.2px;
}
.trial-heading h2 span {
  color: var(--blue);
}
.trial-duration {
  margin-block: 40px 30px;
}
.trial-duration-value {
  display: flex;
  align-items: baseline;
  gap: 9px;
}
.trial-duration strong {
  font-family: var(--heading);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -1.2px;
  color: var(--blue);
}
.trial-duration b {
  font-family: var(--heading);
  font-size: 27px;
  font-weight: 600;
  letter-spacing: -0.6px;
}
.trial-duration > span {
  display: block;
  margin-top: 5px;
  color: #526a85;
  font-size: 15px;
}
.trial-benefits {
  max-width: 440px;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #cbdff2;
}
.trial-benefits li {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-block: 19px;
  border-bottom: 1px solid #cbdff2;
  font-size: 17px;
  font-weight: 600;
}
.trial-benefits .icon {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: var(--blue);
}
.trial-copy {
  min-width: 0;
  padding: 36px;
  border: 1px solid #cbdff3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 20px 60px rgb(23 71 123 / 9%);
}
.trial-copy > p:first-child {
  font-size: 17px;
  line-height: 1.8;
  color: #41556c;
}
.trial-copy .button {
  margin-top: 27px;
}
.trial-form {
  margin-top: 26px;
  padding-top: 26px;
  border-top: 1px solid var(--line);
}
.trial-trap {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.trial-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px 18px;
}
.trial-field-wide {
  grid-column: 1 / -1;
}
.trial-field label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
}
.trial-field label span {
  margin-left: 6px;
  font-weight: 400;
  color: var(--muted);
}
.trial-field input,
.trial-field select,
.trial-field textarea {
  display: block;
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #c9d4e1;
  border-radius: 5px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 16px;
}
.trial-field textarea {
  min-height: 112px;
  resize: vertical;
  line-height: 1.5;
}
.trial-field input::placeholder,
.trial-field textarea::placeholder {
  color: #97a3b3;
}
.trial-field input:focus,
.trial-field select:focus,
.trial-field textarea:focus {
  outline: 2px solid var(--blue);
  outline-offset: 1px;
  border-color: var(--blue);
}
.trial-field [aria-invalid="true"] {
  border-color: #c42b1c;
}
.trial-error {
  margin-top: 6px;
  font-size: 14px;
  color: #b3261e;
}
.trial-hint {
  margin-top: 8px;
  font-size: 14px;
  color: var(--muted);
  overflow-wrap: anywhere;
}
.trial-hint strong {
  font-weight: 600;
  color: var(--ink);
}
.trial-hint strong[data-example] {
  font-weight: 400;
  color: #97a3b3;
}
.trial-hint-note {
  display: block;
  margin-top: 2px;
}
.trial-hint [hidden] {
  display: none;
}
.trial-terms {
  margin: 26px 0 0;
  padding-left: 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #41556c;
}
.trial-terms li + li {
  margin-top: 6px;
}
.trial-form .g-recaptcha {
  margin-top: 24px;
  min-height: 78px;
}
.trial-form .button {
  width: 100%;
  margin-top: 22px;
  font-size: 16px;
}
.trial-form .button:disabled {
  opacity: 0.65;
  cursor: progress;
  transform: none;
}
.trial-status {
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 1.5;
  background: #eef4fb;
  color: var(--ink);
}
.trial-status[data-state="success"] {
  background: #e7f5ec;
  color: #14532d;
}
.trial-status[data-state="error"] {
  background: #fdecea;
  color: #8c1d18;
}
@media (max-width: 760px) {
  .trial-fields {
    grid-template-columns: 1fr;
  }
  .trial-form .button {
    width: 100%;
  }
}
@media (max-width: 1190px) {
  .network-access-section {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 20px 48px;
  }
  .network-access-features > div {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .infrastructure-heading {
    gap: 64px;
  }
  .infrastructure-heading h2 {
    font-size: 38px;
  }
  .platform-section,
  .acs-layout,
  .diagnostics-section,
  .trial-section {
    gap: 64px;
  }
  .platform-section h2,
  .trial-heading h2 {
    font-size: 46px;
  }
  .pricing-heading {
    padding-right: 32px;
  }
  .pricing-copy {
    padding-left: 40px;
  }
  .pricing-amount strong {
    font-size: 88px;
  }
  .operations-layout {
    gap: 60px;
  }
  .operations-intro h2 {
    font-size: 33px;
  }
  .acs-intro h2,
  .diagnostics-intro h2 {
    font-size: 38px;
  }
  .diagnostics-list > div {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
@media (max-width: 960px) {
  .trial-section {
    grid-template-columns: 1fr;
  }
  .trial-heading {
    padding-top: 0;
  }
  .trial-copy {
    max-width: 680px;
    width: 100%;
  }
  .network-access-section {
    grid-template-columns: 1fr;
    grid-template-areas: "intro" "illustration" "features";
    gap: 24px;
  }
  .network-access-illustration {
    max-width: 420px;
  }
  .network-access-credit {
    width: 54%;
  }
  .infrastructure-section {
    padding-block: 80px;
  }
  .infrastructure-heading {
    gap: 40px;
  }
  .infrastructure-heading h2 {
    font-size: 33px;
  }
  .infrastructure-features {
    gap: 24px;
  }
  .platform-section,
  .diagnostics-section,
  .trial-section {
    gap: 40px;
    padding-block: 80px;
  }
  .platform-section h2,
  .trial-heading h2 {
    font-size: 40px;
  }
  .platform-copy > p:first-child {
    font-size: 20px;
  }
  .operations-layout {
    gap: 40px;
  }
  .operations-intro h2 {
    font-size: 30px;
  }
  .operation {
    gap: 14px;
  }
  .operation h3 {
    font-size: 22px;
  }
  .acs-layout {
    gap: 40px;
  }
  .acs-intro h2,
  .diagnostics-intro h2 {
    font-size: 33px;
    letter-spacing: -1.3px;
  }
}
@media (max-width: 760px) {
  .network-access-section {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-block: 44px;
  }
  .network-access-intro h2 {
    font-size: 28px;
  }
  .infrastructure-section {
    padding-block: 64px;
  }
  .infrastructure-heading,
  .infrastructure-features {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .infrastructure-heading h2 {
    font-size: 34px;
    letter-spacing: -1.3px;
  }
  .infrastructure-intro > p:not(.operation-tools) {
    font-size: 16px;
  }
  .infrastructure-preview {
    width: min(100%, 420px);
    margin-block: 32px;
  }
  .infrastructure-preview img {
    border-radius: 6px;
  }
  .acs-previews {
    margin-top: 40px;
  }
  .acs-previews figure {
    max-width: 420px;
  }
  .acs-previews img {
    border-radius: 6px;
  }
  .infrastructure-features > div {
    padding-top: 18px;
  }
  .platform-section,
  .operations-layout,
  .acs-layout,
  .diagnostics-section,
  .trial-section {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .pricing-section {
    padding-block: 48px;
  }
  .pricing-panel {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .pricing-heading {
    padding-right: 0;
  }
  .pricing-heading h2 {
    font-size: 28px;
  }
  .pricing-amount {
    gap: 20px;
    margin-top: 24px;
  }
  .pricing-amount strong {
    font-size: 80px;
    letter-spacing: -4px;
  }
  .pricing-symbol {
    margin-top: 9px;
    font-size: 34px;
  }
  .pricing-copy {
    padding: 28px 0 0;
    border-top: 1px solid #345778;
    border-left: 0;
  }
  .pricing-copy .button {
    width: 100%;
  }
  .dashboard-image {
    border-radius: 6px;
  }
  .dashboard-preview figcaption {
    font-size: 14px;
    margin-bottom: 14px;
  }
  .platform-section,
  .diagnostics-section,
  .trial-section {
    padding-block: 64px;
  }
  .platform-section h2,
  .trial-heading h2 {
    font-size: 38px;
    letter-spacing: -1.5px;
  }
  .platform-copy > p:first-child {
    font-size: 20px;
  }
  .operations-section {
    padding-bottom: 64px;
  }
  .operations-layout {
    padding-top: 58px;
    gap: 42px;
  }
  .operations-intro h2 {
    font-size: 34px;
  }
  .operations-intro h2 br:last-child {
    display: none;
  }
  .operations-intro > p:not(.eyebrow, .operation-tools) {
    max-width: 450px;
    font-size: 16px;
    margin-top: 19px;
  }
  .operation {
    gap: 12px;
    grid-template-columns: 24px 1fr;
    padding-block: 26px;
  }
  .operation h3 {
    font-size: 22px;
  }
  .operation h3 + p {
    font-size: 16px;
  }
  .acs-section {
    padding-block: 64px;
  }
  .acs-intro h2,
  .diagnostics-intro h2 {
    font-size: 34px;
  }
  .acs-included {
    font-size: 18px;
  }
  .acs-detail > p:first-child {
    font-size: 18px;
  }
  .acs-functions {
    margin-top: 24px;
  }
  .diagnostics-intro > p:not(.eyebrow) {
    max-width: 450px;
    font-size: 16px;
  }
  .diagnostics-list > div {
    gap: 9px;
    padding-block: 21px;
  }
  .trial-copy > p:first-child {
    font-size: 16px;
  }
  .trial-copy {
    padding: 26px 20px;
    border-radius: 10px;
  }
  .trial-duration {
    margin-block: 28px 22px;
  }
  .trial-duration strong {
    font-size: 31px;
  }
  .trial-duration b {
    font-size: 23px;
  }
  .trial-benefits li {
    padding-block: 16px;
    font-size: 16px;
  }
}
@media (max-width: 370px) {
  .trial-copy {
    padding-inline: 16px;
  }
  .trial-form .g-recaptcha {
    transform: scale(0.8);
    transform-origin: left top;
  }
  .platform-section h2,
  .trial-heading h2 {
    font-size: 34px;
  }
  .operations-intro h2,
  .acs-intro h2,
  .diagnostics-intro h2 {
    font-size: 30px;
  }
  .operation h3 {
    font-size: 20px;
  }
}
@media (max-width: 960px), (hover: none) and (pointer: coarse) {
  .hero {
    display: grid;
    grid-template-columns: 100%;
  }
  .hero-inner {
    grid-row: 1;
    min-height: 0;
    padding-bottom: 28px;
  }
  .hero-art {
    grid-row: 2;
    position: relative;
    inset: auto;
    height: auto;
    aspect-ratio: 2 / 1;
    z-index: 0;
  }
  .hero-art img {
    height: auto;
    object-fit: contain;
    object-position: center;
  }
  .hero-art::after {
    background: linear-gradient(180deg, #041329 0%, transparent 25%, transparent 80%, #041329 100%);
  }
  .hero-capabilities {
    grid-row: 3;
  }
}
