/* Final hero layout override: keep this file after styles.css. */
@media (min-width: 821px) {
  .site-header .nav-wrap {
    transform: translateY(5px);
  }
}

.pricing-grid {
  display: block;
}

.pricing-section .section-heading {
  max-width: 1120px;
  margin-bottom: 34px;
}

.pricing-section .section-heading .eyebrow {
  margin-bottom: 10px;
}

.pricing-section .section-heading h2 {
  margin-top: 10px;
  margin-bottom: 12px;
  font-size: clamp(36px, 3.25vw, 44px);
  line-height: 1.08;
  letter-spacing: -1.7px;
}

.pricing-section .section-heading p {
  max-width: 760px;
}

@media (min-width: 1000px) {
  .pricing-section .section-heading h2 {
    white-space: nowrap;
  }
}

.pricing-comparison-wrap {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  background: linear-gradient(155deg, rgba(15, 23, 39, .98), rgba(8, 14, 25, .98));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.pricing-comparison {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.pricing-comparison th,
.pricing-comparison td {
  position: relative;
  padding: 17px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, .065);
  color: #cbd5e3;
  text-align: center;
  vertical-align: middle;
}

.pricing-comparison th:first-child {
  width: 25%;
  color: #f2f5fa;
  text-align: left;
  font-weight: 750;
  border-right: 1px solid rgba(255, 255, 255, .09);
}

.pricing-comparison thead th:nth-child(2),
.pricing-comparison tbody td:nth-child(2) {
  background: rgba(255, 255, 255, .012);
}

.pricing-comparison thead th {
  height: 126px;
  padding-top: 24px;
  background: rgba(255, 255, 255, .018);
}

.pricing-comparison thead th > span,
.pricing-comparison thead th > strong,
.pricing-comparison thead th > small {
  display: block;
}

.pricing-comparison thead th > strong {
  color: #f5f7fb;
  font-size: 23px;
}

.pricing-comparison thead th > small {
  margin-top: 5px;
  color: #8492a7;
  font-size: 12px;
  font-weight: 650;
}

.pricing-comparison th.recommended,
.pricing-comparison td.recommended {
  background: rgba(124, 92, 255, .075);
  box-shadow: inset 1px 0 rgba(124, 92, 255, .18), inset -1px 0 rgba(124, 92, 255, .18);
}

.pricing-comparison thead th.recommended {
  border-top: 1px solid rgba(124, 92, 255, .62);
}

.table-popular-badge {
  position: absolute;
  top: 0;
  left: 50%;
  width: max-content;
  padding: 5px 13px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  background: linear-gradient(90deg, #8b68ff, #6f49ef);
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .45px;
  text-transform: uppercase;
}

.comparison-price {
  color: #f6f8fc;
  font-size: 21px;
  letter-spacing: -.5px;
}

.comparison-value {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  line-height: 1.45;
}

.comparison-value i {
  color: #31d4bd;
  font-size: 17px;
  font-style: normal;
  font-weight: 900;
}

.pricing-comparison tbody tr:hover th,
.pricing-comparison tbody tr:hover td {
  background-color: rgba(255, 255, 255, .025);
}

.pricing-comparison tbody tr:last-child th,
.pricing-comparison tbody tr:last-child td {
  border-bottom: 0;
}

.comparison-actions-row th,
.comparison-actions-row td {
  padding-top: 20px;
  padding-bottom: 22px;
}

.comparison-actions-row .btn {
  width: 100%;
  min-height: 48px;
}

.mobile-pricing-cards {
  display: none;
}

@media (max-width: 820px) {
  .pricing-section .section-heading {
    margin-bottom: 30px;
  }

  .pricing-section .section-heading h2 {
    font-size: 34px;
    white-space: normal;
  }

  .desktop-pricing-table {
    display: none;
  }

  .mobile-pricing-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.footer-bottom {
  justify-content: center;
  text-align: center;
}

.capability-card:nth-child(1) {
  --card-accent: 74, 156, 255;
}

.capability-card:nth-child(2) {
  --card-accent: 52, 216, 181;
}

.capability-card:nth-child(3) {
  --card-accent: 137, 116, 255;
}

.capability-card:nth-child(4) {
  --card-accent: 48, 211, 238;
}

.capability-card {
  border-color: rgba(var(--card-accent), .38);
  background:
    radial-gradient(circle at 20% 0%, rgba(var(--card-accent), .075), transparent 42%),
    linear-gradient(160deg, rgba(13, 27, 47, .96), rgba(7, 13, 25, .98));
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .018);
}

.capability-card-head h3 {
  color: #e8f4fb;
}

.capability-main-icon,
.capability-list li > span {
  color: rgb(var(--card-accent));
  border-color: rgba(var(--card-accent), .5);
  background: rgba(var(--card-accent), .07);
  box-shadow: 0 0 16px rgba(var(--card-accent), .08);
}

.capability-divider::before {
  background: linear-gradient(90deg, transparent, rgba(var(--card-accent), .58), transparent);
}

.capability-divider i {
  background: rgb(var(--card-accent));
  box-shadow: 0 0 9px rgba(var(--card-accent), .32);
}

.capability-list p {
  color: #cfd9e6;
}

.pricing-workflow-grid {
  margin-top: 52px;
}

.hero .hero-grid {
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
  width: min(var(--container), calc(100% - 36px));
  max-width: var(--container);
  justify-content: center;
  gap: clamp(26px, 2vw, 34px);
}

.hero .hero-copy {
  width: 100%;
  text-align: left;
}

.hero .hero-lead {
  margin-inline: 0;
  color: #c0cad8;
}

.hero-proof {
  position: relative;
  max-width: 610px;
  margin: 15px 0 0;
  padding-left: 20px;
  color: #b4bfce;
  font-size: 12.5px;
  line-height: 1.65;
}

.hero-proof::before {
  content: "✓";
  position: absolute;
  top: 1px;
  left: 0;
  color: #35d8c4;
  font-weight: 900;
}

.hero .hero-actions,
.hero .hero-trust {
  justify-content: flex-start;
}

.hero .hero-visual {
  display: block;
  width: 100%;
}

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

.hero-feature-card {
  --feature-accent: 124, 92, 255;
  position: relative;
  min-height: 238px;
  padding: 22px 21px 19px;
  overflow: hidden;
  border: 1px solid rgba(var(--feature-accent), .34);
  border-radius: 19px;
  background:
    radial-gradient(circle at 100% 0, rgba(var(--feature-accent), .13), transparent 42%),
    linear-gradient(150deg, rgba(16, 27, 47, .97), rgba(7, 13, 25, .98));
  box-shadow: 0 20px 48px rgba(0, 0, 0, .28), inset 0 1px rgba(255, 255, 255, .025);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
}

.hero-feature-card:hover {
  border-color: rgba(var(--feature-accent), .62);
  box-shadow: 0 24px 54px rgba(0, 0, 0, .34), 0 0 28px rgba(var(--feature-accent), .08);
  transform: translateY(-4px);
}

.hero-feature-automation { --feature-accent: 43, 211, 177; }
.hero-feature-video { --feature-accent: 113, 99, 255; }
.hero-feature-network { --feature-accent: 35, 197, 235; }

.hero-feature-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero-feature-top small {
  color: rgba(var(--feature-accent), .9);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.hero-feature-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(var(--feature-accent), .55);
  border-radius: 14px;
  color: rgb(var(--feature-accent));
  background: rgba(var(--feature-accent), .09);
  box-shadow: inset 0 0 18px rgba(var(--feature-accent), .05);
  font-size: 20px;
  font-weight: 850;
}

.hero-feature-card h3 {
  margin: 18px 0 9px;
  color: #f2f6fb;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -.35px;
}

.hero-feature-card p {
  margin: 0 0 5px;
  color: #bac5d4;
  font-size: 12.5px;
  line-height: 1.6;
}

.hero-feature-link {
  position: absolute;
  right: 21px;
  bottom: 18px;
  left: 21px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 13px;
  border-top: 1px solid rgba(255, 255, 255, .07);
  color: #cbd5e4;
  font-size: 11px;
  font-weight: 750;
}

.hero-feature-link b {
  color: rgb(var(--feature-accent));
  font-size: 16px;
}

.capability-showcase .capability-grid,
.capability-showcase .capability-slogan {
  display: none;
}

.capability-showcase {
  display: none;
}

.features-community {
  margin: 0 0 72px;
}

.features-community.reveal {
  opacity: 1;
  transform: none;
}

#features {
  padding-top: 36px;
  padding-bottom: 64px;
}

.solution-stories {
  display: grid;
  gap: 22px;
}

.feature-table-wrap {
  overflow: hidden;
  border: 1px solid rgba(148, 163, 184, .18);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
  box-shadow: 0 24px 70px rgba(0, 0, 0, .2);
}

.feature-table-head,
.feature-table-row {
  display: grid;
  grid-template-columns: minmax(230px, .82fr) minmax(390px, 1.45fr) minmax(250px, .9fr);
  gap: 30px;
}

.feature-table-head {
  padding: 19px 28px;
  border-bottom: 1px solid rgba(148, 163, 184, .16);
  color: #7f8da2;
  background: rgba(4, 11, 22, .52);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.3px;
}

.feature-table-row {
  position: relative;
  align-items: center;
  padding: 31px 28px;
  border-bottom: 1px solid rgba(148, 163, 184, .13);
  transition: background .22s ease;
}

.feature-table-row:last-child {
  border-bottom: 0;
}

.feature-table-row:hover {
  background: linear-gradient(90deg, rgba(124, 92, 255, .055), rgba(32, 217, 194, .025));
}

.feature-table-title {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.feature-table-title i {
  display: grid;
  width: 38px;
  height: 38px;
  flex: none;
  place-items: center;
  border: 1px solid rgba(124, 92, 255, .26);
  border-radius: 11px;
  color: #a995ff;
  background: rgba(124, 92, 255, .1);
  font-size: 11px;
  font-style: normal;
  font-weight: 850;
}

.feature-table-row:nth-child(even) .feature-table-title i {
  border-color: rgba(32, 217, 194, .22);
  color: #45dfce;
  background: rgba(32, 217, 194, .08);
}

.feature-table-title span {
  display: block;
  margin: 1px 0 6px;
  color: #8c7bff;
  font-size: 10.5px;
  font-weight: 850;
  letter-spacing: 1px;
}

.feature-table-row:nth-child(even) .feature-table-title span {
  color: #35cdbb;
}

.feature-table-title h3 {
  margin: 0;
  color: #f3f6fb;
  font-size: 20px;
  line-height: 1.3;
}

.feature-table-row ul {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.feature-table-row li {
  position: relative;
  padding-left: 19px;
  color: #aeb8c7;
  font-size: 14px;
  line-height: 1.6;
}

.feature-table-row li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #42d7c5;
  font-size: 10px;
  font-weight: 900;
}

.feature-table-benefit {
  padding-left: 23px;
  border-left: 1px solid rgba(148, 163, 184, .14);
}

.feature-table-benefit strong {
  display: block;
  color: #eef2f8;
  font-size: 16px;
}

.feature-table-benefit p {
  margin: 7px 0 10px;
  color: #8f9caf;
  font-size: 13.5px;
  line-height: 1.6;
}

.feature-table-benefit span {
  color: #a995ff;
  font-size: 10.5px;
  font-weight: 800;
  letter-spacing: .4px;
}

.feature-table-row:nth-child(even) .feature-table-benefit span {
  color: #45d8c7;
}

.solution-story {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, .72fr);
  gap: 34px;
  align-items: stretch;
  overflow: hidden;
  padding: 34px;
  border: 1px solid rgba(148, 163, 184, .16);
  border-radius: 24px;
  background:
    radial-gradient(circle at 94% 12%, rgba(124, 92, 255, .09), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
  box-shadow: 0 18px 50px rgba(0, 0, 0, .16);
}

.solution-story:nth-child(2) {
  background:
    radial-gradient(circle at 5% 12%, rgba(32, 217, 194, .08), transparent 34%),
    linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
}

.solution-story-copy {
  padding: 6px 4px;
}

.solution-number {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9f8cff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 1.35px;
}

.solution-number::before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #7c5cff, #50ddcf);
}

.solution-story h3 {
  max-width: 720px;
  margin: 15px 0 13px;
  color: #f4f7fb;
  font-size: clamp(25px, 2.5vw, 34px);
  line-height: 1.16;
  letter-spacing: -1px;
}

.solution-story-copy > p {
  max-width: 760px;
  margin: 0;
  color: #a7b2c3;
  font-size: 15px;
  line-height: 1.75;
}

.solution-list {
  display: grid;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.solution-list li {
  position: relative;
  padding-left: 26px;
  color: #d5dce7;
  font-size: 13px;
  line-height: 1.55;
}

.solution-list li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  color: #45dfce;
  background: rgba(32, 217, 194, .1);
  font-size: 10px;
  font-weight: 900;
}

.solution-result {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  border: 1px solid rgba(124, 92, 255, .22);
  border-radius: 19px;
  background: linear-gradient(145deg, rgba(124, 92, 255, .105), rgba(11, 18, 31, .58));
}

.solution-story:nth-child(2) .solution-result {
  border-color: rgba(32, 217, 194, .2);
  background: linear-gradient(145deg, rgba(32, 217, 194, .08), rgba(11, 18, 31, .58));
}

.solution-result > span {
  color: #8ea0b7;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 1.25px;
}

.solution-result strong {
  margin: 12px 0 10px;
  color: #f4f7fb;
  font-size: 20px;
  line-height: 1.35;
}

.solution-result p {
  margin: 0;
  color: #9facbd;
  font-size: 12px;
  line-height: 1.65;
}

.result-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 20px;
}

.result-tags span {
  padding: 6px 9px;
  border: 1px solid rgba(160, 141, 255, .18);
  border-radius: 999px;
  color: #c8c0ff;
  background: rgba(124, 92, 255, .07);
  font-size: 10px;
  font-weight: 750;
}

.solution-story:nth-child(2) .result-tags span {
  border-color: rgba(32, 217, 194, .17);
  color: #83e9dc;
  background: rgba(32, 217, 194, .06);
}

.solution-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  gap: 42px;
  align-items: center;
  margin-top: 28px;
  padding: 32px 36px;
  border: 1px solid rgba(124, 92, 255, .25);
  border-radius: 22px;
  background:
    radial-gradient(circle at 84% 20%, rgba(32, 217, 194, .1), transparent 30%),
    radial-gradient(circle at 8% 100%, rgba(124, 92, 255, .12), transparent 36%),
    linear-gradient(110deg, rgba(124, 92, 255, .12), rgba(15, 23, 38, .72));
}

.solution-cta h3 {
  max-width: 760px;
  margin: 8px 0 0;
  color: #f3f6fb;
  font-size: clamp(21px, 2.3vw, 29px);
  line-height: 1.25;
  letter-spacing: -.6px;
}

.solution-cta-content p {
  max-width: 710px;
  margin: 11px 0 0;
  color: #9eabbd;
  font-size: 13px;
  line-height: 1.65;
}

.solution-cta-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  padding-left: 30px;
  border-left: 1px solid rgba(148, 163, 184, .15);
}

.solution-cta-points {
  display: grid;
  gap: 8px;
}

.solution-cta-points span {
  position: relative;
  padding-left: 21px;
  color: #c4cedb;
  font-size: 11px;
  font-weight: 650;
}

.solution-cta-points span::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #42d8c6;
  font-weight: 900;
}

.solution-cta .btn {
  flex: none;
}

.hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: auto;
  padding-top: 126px;
  padding-bottom: 54px;
  background: #080f1b;
}

.hero::before,
.hero::after {
  display: none;
}

.hero::before {
  width: 760px;
  height: 760px;
  top: 5%;
  left: 48%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 35%, rgba(124, 92, 255, .17), transparent 34%),
    radial-gradient(circle at 68% 60%, rgba(25, 190, 225, .12), transparent 38%);
  filter: blur(8px);
  opacity: .78;
  transform: translate3d(-50%, 0, 0) scale(1);
  animation: heroGlowDrift 14s ease-in-out infinite alternate;
}

.hero::after {
  inset: 76px 0 0;
  background-image:
    linear-gradient(rgba(116, 137, 178, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(116, 137, 178, .035) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: .38;
  mask-image: radial-gradient(ellipse 72% 62% at 62% 47%, #000 12%, transparent 74%);
  animation: heroGridShift 22s linear infinite;
}

.hero .hero-grid,
.hero-trust-strip {
  position: relative;
  z-index: 2;
}

@keyframes heroGlowDrift {
  0% {
    transform: translate3d(-54%, -3%, 0) scale(.96);
  }
  50% {
    transform: translate3d(-46%, 2%, 0) scale(1.05);
  }
  100% {
    transform: translate3d(-50%, -1%, 0) scale(1);
  }
}

@keyframes heroGridShift {
  from { background-position: 0 0, 0 0; }
  to { background-position: 0 64px, 64px 0; }
}

@media (min-width: 961px) {
  .hero {
    min-height: max(760px, calc(100svh - 130px));
    padding-top: 108px;
    padding-bottom: 96px;
  }

  .hero .hero-grid {
    transform: translateY(-52px);
  }

  .hero-trust-strip {
    position: absolute;
    right: 0;
    bottom: 58px;
    left: 0;
    width: 100%;
    border-block: 1px solid rgba(116, 139, 181, .14);
    border-inline: 0;
    border-radius: 0;
    background:
      linear-gradient(90deg, rgba(124, 92, 255, .04), rgba(32, 217, 194, .035)),
      rgba(9, 17, 30, .7);
    box-shadow: 0 18px 45px rgba(0, 0, 0, .2), inset 0 1px rgba(255, 255, 255, .025);
    backdrop-filter: blur(16px);
    transform: none;
  }

  .hero-trust-strip .trust-grid {
    width: min(var(--container), calc(100% - 40px));
    min-height: 62px;
    margin-inline: auto;
    padding: 0 10px;
    gap: 0;
  }

  .hero-trust-strip .trust-grid span {
    position: relative;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 14px;
    color: #aeb9c9;
    font-size: 12px;
    font-weight: 650;
    white-space: nowrap;
  }

  .hero-trust-strip .trust-grid span:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 15px;
    right: 0;
    bottom: 15px;
    width: 1px;
    background: rgba(255, 255, 255, .07);
  }

  .hero-trust-strip .trust-grid span::before {
    content: "✓";
    width: 21px;
    height: 21px;
    flex: none;
    display: grid;
    place-items: center;
    border: 1px solid rgba(38, 211, 181, .24);
    border-radius: 7px;
    color: #37d5bc;
    background: rgba(38, 211, 181, .08);
    font-size: 11px;
    font-weight: 900;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero::before,
  .hero::after {
    animation: none;
  }
}

.account-icon::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 16px;
  left: 50%;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

.account-icon::after {
  content: "";
  width: 34px;
  height: 22px;
  position: absolute;
  left: 50%;
  bottom: 13px;
  border-radius: 50% 50% 9px 9px;
  background: currentColor;
  transform: translateX(-50%);
}

.account-icon {
  position: relative;
}

.router-icon {
  position: relative;
}

.router-icon .wifi-wave {
  position: absolute;
  left: 50%;
  border-top: 4px solid currentColor;
  border-radius: 50%;
  transform: translateX(-50%);
}

.router-icon .wifi-wave-outer {
  top: 19px;
  width: 42px;
  height: 30px;
}

.router-icon .wifi-wave-inner {
  top: 30px;
  width: 25px;
  height: 18px;
}

.router-icon .wifi-dot {
  position: absolute;
  left: 50%;
  bottom: 17px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
}

.devices-icon {
  position: relative;
}

.devices-icon i {
  position: absolute;
  display: block;
  border: 3px solid currentColor;
  border-radius: 4px;
  background: #09192a;
}

.devices-icon i:first-child {
  width: 34px;
  height: 24px;
  top: 17px;
  left: 14px;
}

.devices-icon i:last-child {
  width: 22px;
  height: 35px;
  right: 13px;
  bottom: 13px;
}

@media (min-width: 1051px) and (max-width: 1279px) {
  .capability-showcase .capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .capability-showcase .capability-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    max-width: 1180px;
    margin-inline: auto;
  }

  .capability-card {
    padding: 22px 17px 20px;
  }

  .capability-card-head {
    gap: 9px;
    min-height: 78px;
  }

  .capability-card-head h3 {
    font-size: clamp(17px, 1.15vw, 19px);
    line-height: 1.25;
    letter-spacing: -.25px;
  }

  .capability-main-icon {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .account-icon::before {
    width: 14px;
    height: 14px;
    top: 11px;
  }

  .account-icon::after {
    width: 29px;
    height: 18px;
    bottom: 9px;
  }

  .router-icon .wifi-wave-outer {
    top: 14px;
    width: 34px;
    height: 25px;
  }

  .router-icon .wifi-wave-inner {
    top: 23px;
    width: 20px;
    height: 15px;
  }

  .router-icon .wifi-dot {
    bottom: 12px;
    width: 7px;
    height: 7px;
  }

  .devices-icon i:first-child {
    width: 28px;
    height: 20px;
    top: 14px;
    left: 10px;
  }

  .devices-icon i:last-child {
    width: 18px;
    height: 29px;
    right: 9px;
    bottom: 9px;
  }

  .capability-list li {
    grid-template-columns: 40px 1fr;
    gap: 9px;
    min-height: 82px;
  }

  .capability-list li > span {
    width: 38px;
    height: 38px;
    border-radius: 11px;
    font-size: 17px;
  }

  .capability-list p {
    font-size: 12px;
    line-height: 1.55;
  }
}

.capability-showcase {
  position: relative;
  z-index: 2;
  margin-top: -30px;
  padding-top: 0;
  border-top: 0;
  background: linear-gradient(180deg, #070c17 0%, #070c17 46%, #070b14 100%);
}

.capability-showcase .capability-grid {
  position: relative;
}

.capability-showcase .capability-grid::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -28px 6% auto;
  height: 120px;
  border-radius: 50%;
  background: rgba(25, 195, 226, .08);
  filter: blur(44px);
  pointer-events: none;
}

/* Homepage balance refinement: keep the hero readable without overpowering
   the capability cards that follow it. */
.hero .hero-grid {
  grid-template-columns: minmax(0, .98fr) minmax(0, 1.02fr);
}

.hero h1 {
  max-width: 650px;
  margin: 18px 0;
  font-size: clamp(43px, 3.1vw, 51px);
  line-height: 1.07;
  letter-spacing: -2.5px;
}

.hero .hero-lead {
  max-width: 610px;
  font-size: 16px;
  line-height: 1.72;
}

.hero .hero-actions {
  margin-top: 27px;
}

.hero .hero-trust {
  margin-top: 31px;
}

.hero {
  padding-top: 126px;
  padding-bottom: 54px;
}

@media (max-width: 1180px) {
  .hero .hero-grid {
    grid-template-columns: minmax(0, 1fr) minmax(450px, 1.02fr);
    gap: 34px;
  }

  .hero h1 {
    font-size: clamp(42px, 4.6vw, 54px);
  }

  .hero .hero-trust {
    gap: 18px;
  }
}

@media (max-width: 960px) {
  .hero .hero-grid {
    grid-template-columns: minmax(0, 760px);
    width: min(760px, calc(100% - 36px));
    gap: 42px;
  }

  .hero .hero-copy {
    text-align: center;
  }

  .hero h1 {
    max-width: 760px;
    margin-inline: auto;
  }

  .hero .hero-lead {
    margin-inline: auto;
  }

  .hero-proof {
    margin-inline: auto;
    padding-left: 0;
  }

  .hero-proof::before {
    position: static;
    margin-right: 6px;
  }

  .hero .hero-actions,
  .hero .hero-trust {
    justify-content: center;
  }

  .hero .app-window {
    transform: none;
  }
}

@media (min-width: 1280px) {
  .capability-showcase .capability-grid {
    max-width: 1240px;
    gap: 16px;
  }

  .capability-card {
    padding: 20px 18px 18px;
    border-radius: 20px;
  }

  .capability-card-head {
    min-height: 72px;
  }

  .capability-list li {
    min-height: 76px;
    padding-block: 8px;
  }

  .capability-list p {
    font-size: 11.5px;
    line-height: 1.5;
  }
}

@media (max-width: 820px) {
  .hero {
    display: block;
  }

  .hero-proof {
    display: none;
  }

  .hero h1 {
    max-width: 690px;
    font-size: clamp(38px, 7vw, 50px);
    line-height: 1.08;
  }

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

  .hero-proof {
    max-width: 590px;
    font-size: 11.5px;
  }

  .hero-feature-card {
    min-height: 316px;
    display: flex;
    flex-direction: column;
    padding: 20px 16px 58px;
  }

  .hero-feature-card h3 {
    margin-top: auto;
  }

  .hero-feature-card p {
    margin-bottom: auto;
  }

  .hero-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: min(620px, 100%);
    gap: 14px;
    margin-inline: auto;
  }

  .hero-trust-strip {
    width: 100%;
    margin-top: 38px;
    border-block: 1px solid rgba(116, 139, 181, .14);
    border-inline: 0;
    background:
      linear-gradient(90deg, rgba(124, 92, 255, .04), rgba(32, 217, 194, .035)),
      rgba(9, 17, 30, .7);
  }

  .hero-trust-strip .trust-grid {
    width: min(100% - 26px, 520px);
    grid-template-columns: 1fr 1fr;
    gap: 0;
    margin-inline: auto;
    padding: 12px 0;
  }

  .hero-trust-strip .trust-grid span {
    min-height: 48px;
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    color: #aeb9c9;
    font-size: 11px;
    text-align: left;
  }

  .hero-trust-strip .trust-grid span::before {
    content: "✓";
    color: #37d5bc;
    font-weight: 900;
  }

}

@media (max-width: 560px) {
  .hero .hero-grid {
    grid-template-columns: minmax(0, 1fr);
    width: min(100% - 26px, 760px);
  }

  .hero {
    padding-top: 104px;
    padding-bottom: 48px;
  }

  .hero h1 {
    font-size: clamp(35px, 10.5vw, 42px);
    line-height: 1.1;
    letter-spacing: -1.7px;
  }

  .hero-title-break {
    display: none;
  }

  .hero-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .hero-feature-card {
    min-height: 316px;
    padding: 18px 13px 54px;
  }

  .hero-feature-card h3 {
    margin-top: auto;
    margin-bottom: 7px;
    font-size: 18px;
  }

  .hero-feature-card p {
    font-size: 11.5px;
    line-height: 1.55;
  }

  .hero-feature-link {
    right: 13px;
    bottom: 14px;
    left: 13px;
    font-size: 10px;
  }

  .capability-showcase {
    margin-top: -18px;
    padding-top: 0;
  }

  .capability-card-head {
    flex-direction: column;
    justify-content: center;
    gap: 13px;
    min-height: 142px;
    text-align: center;
  }

  .capability-card-head h3 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 380px) {
  .hero-feature-grid {
    grid-template-columns: 1fr;
  }

  .hero-feature-card {
    min-height: 228px;
  }
}

@media (max-width: 820px) {
  #features {
    padding-top: 58px;
  }

  .feature-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
  }

  .feature-table-head {
    display: none;
  }

  .feature-table {
    display: grid;
    gap: 14px;
  }

  .feature-table-row {
    grid-template-columns: 1fr;
    gap: 19px;
    padding: 23px 20px;
    border: 1px solid rgba(148, 163, 184, .16);
    border-radius: 18px;
    background: linear-gradient(145deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .012));
  }

  .feature-table-benefit {
    padding: 17px 18px;
    border: 1px solid rgba(124, 92, 255, .16);
    border-radius: 14px;
    background: rgba(124, 92, 255, .045);
  }

  .feature-table-row:nth-child(even) .feature-table-benefit {
    border-color: rgba(32, 217, 194, .15);
    background: rgba(32, 217, 194, .035);
  }

  .solution-story {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 25px 22px;
    border-radius: 20px;
  }

  .solution-story h3 {
    font-size: 25px;
  }

  .solution-result {
    padding: 22px;
  }

  .solution-cta {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: flex-start;
    padding: 25px 22px;
  }

  .solution-cta-action {
    width: 100%;
    padding: 20px 0 0;
    border-top: 1px solid rgba(148, 163, 184, .15);
    border-left: 0;
  }
}

@media (max-width: 560px) {
  .feature-table-row {
    padding: 21px 16px;
  }

  .feature-table-title h3 {
    font-size: 19px;
  }

  .feature-table-row li {
    font-size: 14px;
    line-height: 1.65;
  }

  .feature-table-benefit strong {
    font-size: 16px;
  }

  .feature-table-benefit p {
    font-size: 13.5px;
  }

  .feature-table-benefit span,
  .feature-table-title span {
    font-size: 10.5px;
  }

  .solution-stories {
    gap: 15px;
  }

  .solution-story {
    padding: 22px 17px;
  }

  .solution-story-copy > p {
    font-size: 13px;
  }

  .solution-list li {
    font-size: 12px;
  }

  .solution-result {
    padding: 19px 17px;
  }

  .solution-result strong {
    font-size: 18px;
  }

  .solution-cta .btn {
    width: 100%;
  }
}

/* Keep the next section fully below the initial desktop viewport. */
.capability-showcase {
  margin-top: 0;
}
