.features-page {
  background: #fff;
}

.features-page .footer-cta {
  display: none;
}

.features-page .sticky-cta {
  display: none;
}

.features-main {
  background: #fff;
  color: var(--color-text-primary);
}

.features-main .container {
  width: min(100% - 40px, var(--container-max));
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}

.features-eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--color-brand-primary);
  font-size: 13px;
  font-weight: 750;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.features-hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--color-border-light);
  background:
    radial-gradient(circle at 78% 24%, rgba(59, 77, 232, 0.06), transparent 31%),
    linear-gradient(180deg, #fff 0%, #fbfdff 100%);
}

.features-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 34px;
  align-items: center;
  min-height: 652px;
  padding-top: 54px;
  padding-bottom: 52px;
}

.features-hero__layout::before,
.features-hero__layout::after {
  display: none;
  content: none;
}

.features-hero__copy {
  position: relative;
  z-index: 2;
  padding-top: 6px;
}

.features-hero h1 {
  max-width: 580px;
  margin: 0 0 18px;
  color: #101d3b;
  font-size: clamp(42px, 3.45vw, 50px);
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.features-hero h1 em {
  color: #1764ff;
  font-style: normal;
}

.features-hero__lead {
  margin: 0 0 15px;
  color: #17233f;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.45;
}

.features-hero__description {
  max-width: 548px;
  margin: 0;
  color: #4b5c79;
  font-size: 15px;
  line-height: 1.72;
}

.features-hero__actions {
  margin-top: 26px;
}

.features-hero__actions .btn-primary,
.features-hero__actions .btn-secondary {
  min-height: 48px;
  padding-right: 22px;
  padding-left: 22px;
}

.features-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.features-benefits li {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 9px;
  align-items: start;
  min-width: 0;
}

.features-benefits__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(23, 100, 255, 0.24);
  border-radius: 50%;
  background: #f4f8ff;
  color: #1764ff;
  font-size: 13px;
}

.features-benefits strong,
.features-benefits small {
  display: block;
}

.features-benefits strong {
  margin-top: 1px;
  color: #17233f;
  font-size: 12px;
  line-height: 1.3;
}

.features-benefits small {
  margin-top: 4px;
  color: #64748b;
  font-size: 11px;
  line-height: 1.4;
}

.features-network {
  position: relative;
  min-width: 0;
  min-height: 514px;
}

.features-network__map {
  position: absolute;
  top: 0;
  right: -30px;
  width: calc(100% + 48px);
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(0.98) contrast(1.01);
}

.features-network__carriers {
  position: absolute;
  z-index: 2;
  top: 58px;
  left: 0;
  display: grid;
  gap: 10px;
  width: 132px;
}

.features-network__carriers a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 50px;
  padding: 9px 14px;
  border: 1px solid #e8eef8;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 9px 24px rgba(29, 42, 86, 0.09);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.features-network__carriers a:hover,
.features-network__carriers a:focus-visible {
  z-index: 1;
  border-color: rgba(23, 100, 255, 0.34);
  box-shadow: 0 12px 28px rgba(29, 42, 86, 0.13);
  outline: none;
  transform: translateX(2px);
}

.features-network__carriers img {
  display: block;
  max-width: 98px;
  max-height: 32px;
  object-fit: contain;
}

.features-network__note {
  position: absolute;
  z-index: 2;
  right: 4px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  max-width: 270px;
  padding: 10px 13px;
  border: 1px solid #e6edf8;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 26px rgba(29, 42, 86, 0.08);
  color: #4a5a76;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.35;
}

.features-network__note .glyphicon {
  color: #1764ff;
}

.features-audience {
  padding: 32px 0 35px;
  border-bottom: 1px solid var(--color-border-light);
  background: #fff;
  text-align: center;
}

.features-audience h2 {
  margin: 0 0 22px;
  color: #263451;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.features-audience__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.features-audience__list li {
  min-width: 132px;
  padding: 10px 17px;
  border: 1px solid #e8edf6;
  border-radius: 999px;
  background: #fbfdff;
  color: #52617b;
  font-size: 13px;
  font-weight: 650;
}

.features-section {
  padding: 76px 0;
}

.features-section__head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.features-section__head h2,
.features-final h2,
.features-faq h2 {
  margin: 0;
  color: #101d3b;
  font-size: clamp(28px, 3vw, 38px);
  font-weight: 760;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.features-section__head p {
  max-width: 650px;
  margin: 14px auto 0;
  color: #5b6b85;
  font-size: 15px;
  line-height: 1.65;
}

.features-workflow {
  background: #fbfdff;
}

.features-workflow__list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.features-step {
  position: relative;
  min-width: 0;
  text-align: center;
}

.features-step:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 55px;
  left: calc(50% + 72px);
  width: calc(100% - 92px);
  border-top: 1.5px dashed rgba(23, 100, 255, 0.65);
}

.features-step__number {
  position: absolute;
  z-index: 2;
  top: -10px;
  left: calc(50% - 66px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 3px solid #fbfdff;
  border-radius: 50%;
  background: #1764ff;
  box-shadow: 0 6px 14px rgba(23, 100, 255, 0.22);
  color: #fff;
  font-size: 12px;
  font-weight: 750;
}

.features-step__visual {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  height: 106px;
  margin: 0 auto 18px;
  border: 1px solid #e3eaf6;
  border-radius: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 27px rgba(29, 42, 86, 0.08);
  color: #1764ff;
  font-size: 37px;
}

.features-step__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.features-step h3 {
  margin: 0 0 9px;
  color: #182441;
  font-size: 15px;
  font-weight: 730;
  line-height: 1.35;
}

.features-step p {
  margin: 0 auto;
  color: #5b6b85;
  font-size: 12px;
  line-height: 1.62;
}

.features-capabilities {
  background: #fff;
}

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

.features-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 17px;
  min-height: 188px;
  padding: 24px;
  border: 1px solid #e5eaf3;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(29, 42, 86, 0.045);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.features-card:hover,
.features-card:focus-within {
  border-color: rgba(23, 100, 255, 0.28);
  box-shadow: 0 13px 32px rgba(29, 42, 86, 0.09);
  transform: translateY(-2px);
}

.features-card__icon,
.features-access-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: #f0f5ff;
  color: #1764ff;
  font-size: 24px;
}

.features-card__icon {
  font-size: 0;
}

.features-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
}

.features-access-card__icon {
  width: 72px;
  height: 64px;
  border-radius: 16px;
  font-size: 0;
}

.features-access-card__icon svg {
  display: block;
  width: 72px;
  height: 64px;
  flex: 0 0 auto;
}

.features-card h3,
.features-access-card h3 {
  margin: 1px 0 9px;
  color: #182441;
  font-size: 17px;
  font-weight: 730;
  line-height: 1.35;
}

.features-card p,
.features-access-card p {
  margin: 0;
  color: #596982;
  font-size: 13px;
  line-height: 1.62;
}

.features-card a {
  display: inline-flex;
  gap: 5px;
  margin-top: 12px;
  color: #1764ff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.features-card a:hover,
.features-card a:focus-visible {
  color: var(--color-primary-700);
  text-decoration: underline;
}

.features-access {
  border-top: 1px solid #edf1f7;
  background: #f8fbff;
}

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

.features-access-card {
  position: relative;
  min-height: 214px;
  padding: 27px;
  border: 1px solid #e4eaf4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 7px 24px rgba(29, 42, 86, 0.045);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.features-access-card:hover {
  border-color: rgba(23, 100, 255, 0.26);
  box-shadow: 0 12px 30px rgba(29, 42, 86, 0.08);
  transform: translateY(-2px);
}

.features-access-card__label {
  position: absolute;
  top: 27px;
  right: 27px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #eef4ff;
  color: #375fba;
  font-size: 11px;
  font-weight: 700;
}

.features-access-card h3 {
  margin-top: 18px;
}

.features-decisions {
  margin-top: 18px;
  padding: 32px 20px 22px;
}

.features-decisions__head {
  max-width: 720px;
  margin: 0 auto 24px;
  text-align: center;
}

.features-decisions__head h2 {
  margin: 0;
  color: #101d3b;
  font-size: clamp(26px, 2.4vw, 30px);
  font-weight: 760;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.features-decisions__head p {
  margin: 10px auto 0;
  color: #5b6b85;
  font-size: 14px;
  line-height: 1.6;
}

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

.features-decision-card {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  min-width: 0;
  padding: 20px;
  border: 1px solid #e4eaf4;
  border-radius: 15px;
  background: #fff;
}

.features-decision-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  background: #f0f5ff;
  color: #1764ff;
  font-size: 0;
}

.features-decision-card__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  flex: 0 0 auto;
}

.features-decision-card h3 {
  margin: 0 0 9px;
  color: #182441;
  font-size: 16px;
  font-weight: 730;
  line-height: 1.35;
}

.features-decision-card p {
  margin: 0;
  color: #596982;
  font-size: 13px;
  line-height: 1.58;
}

.features-faq {
  margin-top: 68px;
  padding-top: 62px;
  border-top: 1px solid #e3e9f3;
}

.features-faq h2 {
  margin-bottom: 28px;
  text-align: center;
}

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

.features-faq details {
  padding: 19px 20px;
  border: 1px solid #e3e9f2;
  border-radius: 15px;
  background: #fff;
}

.features-faq details[open] {
  border-color: rgba(23, 100, 255, 0.25);
  box-shadow: 0 9px 26px rgba(29, 42, 86, 0.06);
}

.features-faq summary {
  color: #1b2743;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.45;
  cursor: pointer;
}

.features-faq summary:focus-visible {
  border-radius: 4px;
  outline: 3px solid rgba(23, 100, 255, 0.26);
  outline-offset: 3px;
}

.features-faq details p {
  margin: 12px 0 0;
  color: #5b6b85;
  font-size: 13px;
  line-height: 1.62;
}

.features-final {
  padding: 40px 0 76px;
  background: #fff;
}

.features-final__card {
  position: relative;
  overflow: hidden;
  min-height: 320px;
  border: 1px solid #e0e9fa;
  border-radius: 24px;
  background: #edf4ff;
  box-shadow: 0 13px 34px rgba(29, 42, 86, 0.08);
}

.features-final__card::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, rgba(242, 247, 255, 0.98) 0%, rgba(242, 247, 255, 0.93) 38%, rgba(242, 247, 255, 0) 63%);
  pointer-events: none;
}

.features-final__copy {
  position: relative;
  z-index: 2;
  max-width: 495px;
  padding: 42px 0 36px 48px;
}

.features-final h2 {
  font-size: clamp(30px, 3.1vw, 40px);
}

.features-final__copy > p {
  max-width: 470px;
  margin: 15px 0 0;
  color: #4e5f7b;
  font-size: 14px;
  line-height: 1.62;
}

.features-final__copy .portal-actions {
  margin-top: 22px;
}

.features-final__image {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center right;
}

.features-motion .features-audience [data-features-reveal],
.features-motion .features-section [data-features-reveal],
.features-motion .features-final [data-features-reveal] {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.features-motion [data-features-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

.features-motion .features-step:nth-child(2),
.features-motion .features-card:nth-child(2),
.features-motion .features-access-card:nth-child(2),
.features-motion .features-faq details:nth-child(2) {
  transition-delay: 0.06s;
}

.features-motion .features-step:nth-child(3),
.features-motion .features-card:nth-child(3),
.features-motion .features-access-card:nth-child(3),
.features-motion .features-faq details:nth-child(3) {
  transition-delay: 0.12s;
}

.features-motion .features-step:nth-child(4),
.features-motion .features-card:nth-child(4) {
  transition-delay: 0.18s;
}

.features-motion .features-step:nth-child(5),
.features-motion .features-card:nth-child(5) {
  transition-delay: 0.24s;
}

.features-motion .features-card:nth-child(6) {
  transition-delay: 0.3s;
}

@media (min-width: 1200px) {
  .features-network__map {
    animation: featuresMapFloat 7s ease-in-out infinite;
  }
}

@keyframes featuresMapFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@media (max-width: 1199px) {
  .features-hero__layout {
    min-height: 610px;
  }

  .features-hero h1 {
    font-size: 46px;
  }

  .features-benefits {
    gap: 10px;
  }

  .features-benefits strong {
    font-size: 11px;
  }

  .features-network__carriers {
    left: -4px;
  }

  .features-card {
    padding: 21px;
  }
}

@media (max-width: 991px) {
  .features-main .container {
    width: min(100% - 48px, 820px);
  }

  .features-hero__layout {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 58px;
    padding-bottom: 44px;
  }

  .features-hero__copy {
    max-width: 690px;
  }

  .features-hero h1 {
    max-width: 680px;
    font-size: 50px;
  }

  .features-hero__description {
    max-width: 630px;
  }

  .features-benefits {
    max-width: 650px;
  }

  .features-network {
    width: 100%;
    max-width: 760px;
    min-height: 530px;
    margin: 0 auto;
  }

  .features-network__map {
    right: -20px;
    width: calc(100% + 20px);
  }

  .features-card-grid,
  .features-decisions__grid,
  .features-faq__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .features-card {
    min-height: 178px;
  }

  .features-workflow__list {
    gap: 13px;
  }

  .features-step:not(:last-child)::after {
    left: calc(50% + 61px);
    width: calc(100% - 72px);
  }

  .features-step__number {
    left: calc(50% - 59px);
  }

  .features-step__visual {
    width: 118px;
    height: 98px;
  }

  .features-step p {
    font-size: 11px;
  }

  .features-final__copy {
    max-width: 460px;
    padding-left: 38px;
  }
}

@media (max-width: 767px) {
  .features-main .container {
    width: min(100% - 32px, 560px);
  }

  .features-hero__layout {
    gap: 30px;
    padding-top: 44px;
    padding-bottom: 40px;
  }

  .features-eyebrow {
    margin-bottom: 11px;
    font-size: 12px;
  }

  .features-hero h1 {
    margin-bottom: 16px;
    font-size: clamp(36px, 10.4vw, 45px);
    letter-spacing: -0.04em;
  }

  .features-hero__lead {
    font-size: 16px;
  }

  .features-hero__description {
    font-size: 14px;
    line-height: 1.68;
  }

  .features-hero__actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 23px;
  }

  .features-hero__actions .btn-primary,
  .features-hero__actions .btn-secondary {
    width: 100%;
  }

  .features-benefits {
    grid-template-columns: 1fr;
    gap: 13px;
    margin-top: 24px;
  }

  .features-benefits strong {
    font-size: 12px;
  }

  .features-benefits small {
    font-size: 11px;
  }

  .features-network {
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding: 14px;
    border: 1px solid #e6edf8;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(29, 42, 86, 0.06);
  }

  .features-network__carriers {
    position: static;
    order: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: 100%;
  }

  .features-network__carriers a {
    width: 100%;
    height: 45px;
    padding: 8px;
    border-radius: 10px;
    box-shadow: 0 5px 14px rgba(29, 42, 86, 0.06);
  }

  .features-network__carriers img {
    max-width: 80px;
    max-height: 26px;
  }

  .features-network__map {
    position: static;
    order: 2;
    width: 100%;
    height: auto;
    margin-top: 5px;
  }

  .features-network__note {
    position: static;
    order: 3;
    justify-content: center;
    max-width: none;
    margin-top: 2px;
    box-shadow: none;
    text-align: center;
  }

  .features-audience {
    padding: 28px 0 30px;
  }

  .features-audience h2 {
    margin-bottom: 18px;
    line-height: 1.45;
  }

  .features-audience__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .features-audience__list li {
    min-width: 0;
    padding: 9px 10px;
    font-size: 12px;
  }

  .features-section {
    padding: 60px 0;
  }

  .features-section__head {
    margin-bottom: 32px;
    text-align: left;
  }

  .features-section__head h2,
  .features-faq h2 {
    font-size: 29px;
  }

  .features-section__head p {
    margin-top: 12px;
    font-size: 14px;
  }

  .features-workflow__list {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .features-step {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 6px 16px;
    min-height: 96px;
    padding: 7px 0;
    text-align: left;
  }

  .features-step:not(:last-child)::after {
    top: 75px;
    bottom: -23px;
    left: 37px;
    width: 0;
    border-top: 0;
    border-left: 1.5px dashed rgba(23, 100, 255, 0.55);
  }

  .features-step__number {
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    border-color: #fbfdff;
    font-size: 10px;
  }

  .features-step__visual {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 74px;
    height: 74px;
    margin: 6px 0 0;
    border-radius: 13px;
    font-size: 28px;
  }

  .features-step h3 {
    grid-column: 2;
    align-self: end;
    margin-bottom: 0;
    font-size: 16px;
  }

  .features-step p {
    grid-column: 2;
    margin: 0;
    font-size: 12px;
  }

  .features-card-grid,
  .features-access__grid,
  .features-decisions__grid,
  .features-faq__grid {
    grid-template-columns: 1fr;
  }

  .features-decisions {
    margin-top: 24px;
    padding: 28px 16px 16px;
    border-radius: 18px;
  }

  .features-decisions__head {
    margin-bottom: 22px;
  }

  .features-decisions__head h2 {
    font-size: 26px;
  }

  .features-decision-card {
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 14px;
    padding: 18px;
  }

  .features-decision-card__icon {
    width: 48px;
    height: 48px;
  }

  .features-card {
    grid-template-columns: 48px minmax(0, 1fr);
    min-height: 0;
    padding: 20px;
    border-radius: 16px;
  }

  .features-card__icon {
    width: 46px;
    height: 46px;
    font-size: 21px;
  }

  .features-access-card {
    min-height: 0;
    padding: 23px;
  }

  .features-access-card__label {
    top: 23px;
    right: 23px;
  }

  .features-faq {
    margin-top: 48px;
    padding-top: 46px;
  }

  .features-faq h2 {
    margin-bottom: 22px;
    text-align: left;
  }

  .features-final {
    padding-bottom: 58px;
  }

  .features-final__card {
    min-height: 528px;
    border-radius: 20px;
  }

  .features-final__card::after {
    background: linear-gradient(180deg, rgba(242, 247, 255, 1) 0%, rgba(242, 247, 255, 0.98) 54%, rgba(242, 247, 255, 0) 76%);
  }

  .features-final__copy {
    max-width: none;
    padding: 30px 24px 0;
  }

  .features-final h2 {
    font-size: 31px;
  }

  .features-final__copy > p {
    font-size: 13px;
  }

  .features-final__copy .portal-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .features-final__copy .btn-primary,
  .features-final__copy .btn-secondary {
    width: 100%;
  }

  .features-final__image {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 255px;
    object-fit: cover;
    object-position: 68% bottom;
  }
}

@media (max-width: 420px) {
  .features-network__carriers {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .features-final__card {
    min-height: 560px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .features-network__map {
    animation: none;
  }

  .features-card,
  .features-access-card,
  .features-network__carriers a,
  .features-motion [data-features-reveal] {
    opacity: 1;
    transition: none;
    transform: none;
  }
}
