.signed-in-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  max-width: 190px;
  color: #40516a;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}

.signed-in-chip i {
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #25b96f;
  box-shadow: 0 0 0 4px rgba(37, 185, 111, .12);
}

.home-body .site-header {
  border-color: #e5eaf2;
  background: rgba(255, 255, 255, .96);
}

.home-body .brand,
.home-body .nav-links,
.home-body .nav-actions > a:first-child {
  color: #26344b;
}

.home-body .nav-links a:hover,
.home-body .nav-actions > a:first-child:hover {
  color: #79a7ff;
}

.home-body .signed-in-chip {
  color: #607089;
}

/* Homepage hero follows the same centered product-to-console rhythm as the
   reference site while keeping NEXTAR branding and account-aware actions. */
.home-hero {
  min-height: 690px;
  padding: 58px 0 0;
  color: #111b33;
  background: #fff;
}

.home-hero::before {
  display: none;
}

.home-hero-stage {
  position: relative;
  z-index: 1;
  display: grid;
  justify-items: center;
  text-align: center;
}

.home-hero-copy {
  max-width: 820px;
}

.home-hero .eyebrow {
  color: #35639e;
  border-color: #d8e7ff;
  background: #ecf4ff;
}

.home-hero .eyebrow i {
  background: #4f8cff;
  box-shadow: 0 0 0 5px rgba(79, 140, 255, .13);
}

.home-hero h1 {
  margin: 21px 0 15px;
  color: #111b33;
  font-size: 58px;
  line-height: 1.13;
  letter-spacing: 0;
}

.home-hero-copy > p {
  max-width: 760px;
  margin: 0 auto;
  color: #59667d;
  font-size: 16px;
  line-height: 1.85;
}

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

.home-hero .hero-actions {
  margin-top: 26px;
}

.home-hero .btn.ghost {
  color: #334158;
  border-color: #d9e0ec;
  background: #fff;
}

.home-hero .trust {
  gap: 10px;
  margin-top: 22px;
}

.home-hero .home-capabilities {
  width: min(720px, 100%);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-right: auto;
  margin-left: auto;
}

.home-hero .trust span {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  color: #66758b;
  border: 1px solid #e1e7f0;
  border-radius: 6px;
  background: #f8faff;
  font-size: 11px;
}

.home-hero .trust i {
  width: 8px;
  height: 8px;
  border: 2px solid #4f82ff;
  border-radius: 50%;
}

.home-network-console {
  width: min(780px, 100%);
  margin-top: 44px;
  overflow: hidden;
  text-align: left;
  border: 1px solid #dfe5ef;
  border-radius: 8px 8px 0 0;
  background: #fff;
  box-shadow: 0 28px 80px rgba(31, 61, 110, .14);
}

.home-network-console > header {
  min-height: 52px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 18px;
  border-bottom: 1px solid #e3e8f0;
}

.home-network-console header > b {
  margin-left: auto;
  padding: 6px 10px;
  color: #536078;
  border: 1px solid #dce3ed;
  border-radius: 6px;
  background: #f7f9fc;
  font-size: 10px;
  font-weight: 600;
}

.home-network-console header > small {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #718096;
  font-size: 9px;
}

.home-network-console header > small i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #2bc477;
  box-shadow: 0 0 0 4px rgba(43, 196, 119, .1);
}

.console-lights {
  display: flex;
  gap: 7px;
}

.console-lights i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fa5c67;
}

.console-lights i:nth-child(2) { background: #f2b84b; }
.console-lights i:nth-child(3) { background: #36c978; }

.console-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 18px;
}

.console-summary article {
  min-width: 0;
  display: grid;
  gap: 7px;
  padding: 17px;
  border: 1px solid #e0e6ef;
  border-radius: 6px;
  background: #f8faff;
}

.console-summary small,
.console-summary span {
  color: #7b8799;
  font-size: 9px;
}

.console-summary strong {
  color: #172033;
  font-size: 19px;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.console-routes {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #e3e8f0;
}

.console-routes > div {
  min-width: 0;
  display: grid;
  grid-template-columns: 8px minmax(0, 1fr);
  align-items: center;
  gap: 9px;
  padding: 14px 16px;
  border-right: 1px solid #e3e8f0;
}

.console-routes > div:last-child { border-right: 0; }

.console-routes > div > i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #3bd080;
}

.console-routes span,
.console-routes b,
.console-routes small {
  min-width: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.console-routes b {
  color: #28364c;
  font-size: 9px;
}

.console-routes small,
.console-routes em {
  color: #7a879a;
  font-size: 8px;
  font-style: normal;
}

.console-routes em {
  grid-column: 2;
  color: #39c67c;
}

.home-proof {
  padding: 34px 0 0;
  background: #f7f9fc;
}

.home-proof-grid {
  padding: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(27, 51, 87, .08);
}

.home-proof-grid > div {
  min-height: 154px;
  align-content: center;
  gap: 12px;
}

.home-proof-grid strong {
  color: #111827;
  font-size: 38px;
  letter-spacing: 0;
}

.home-proof-grid small {
  color: #6d788b;
  font-size: 14px;
}

.home-resource-center {
  background: #fff;
}

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

.home-content-hubs > a {
  min-width: 0;
  min-height: 216px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 20px;
  align-items: start;
  gap: 14px;
  padding: 25px 23px;
  border: 1px solid #dfe6ef;
  border-radius: 8px;
  background: #fff;
  transition: .18s;
}

.home-content-hubs > a:hover {
  border-color: #9fc2fb;
  box-shadow: 0 14px 32px rgba(31, 78, 153, .1);
  transform: translateY(-2px);
}

.home-content-hubs > a > span {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  color: #1268f3;
  border-radius: 7px;
  background: #eaf2ff;
  font-size: 9px;
  font-weight: 850;
}

.home-content-hubs > a:nth-child(2) > span {
  color: #08795d;
  background: #e9f8f2;
}

.home-content-hubs > a:nth-child(3) > span {
  color: #a8541d;
  background: #fff2e8;
}

.home-content-hubs small {
  color: #7f8ba0;
  font-size: 9px;
  font-weight: 750;
}

.home-content-hubs h3 {
  margin: 10px 0 8px;
  color: #1e2b42;
  font-size: 18px;
}

.home-content-hubs p {
  margin: 0;
  color: #657188;
  font-size: 11px;
  line-height: 1.8;
}

.home-content-hubs > a > b {
  color: #1268f3;
  font-size: 18px;
  font-weight: 500;
}

.pricing-section {
  background: #f6f9fe;
}

.pricing-list {
  max-width: 880px;
  margin: 0 auto;
}

.pricing-list article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 30px;
  padding: 28px 30px;
  border: 1px solid #dce5f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(31, 68, 124, .08);
}

.pricing-list article span,
.pricing-gate > span {
  display: inline-block;
  margin-bottom: 8px;
  color: #1268f3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
}

.pricing-list h3 {
  margin: 0 0 6px;
  font-size: 22px;
}

.pricing-list p {
  margin: 0;
  color: #69778d;
  font-size: 13px;
}

.pricing-list strong {
  color: #1268f3;
  font-size: 30px;
  white-space: nowrap;
}

.pricing-list strong small {
  display: block;
  margin-top: 4px;
  color: #7e8a9c;
  font-size: 11px;
  text-align: right;
}

.pricing-list .btn {
  white-space: nowrap;
}

.pricing-empty,
.pricing-gate {
  max-width: 760px;
  margin: 0 auto;
  padding: 42px 30px;
  border: 1px solid #dce5f2;
  border-radius: 8px;
  background: #fff;
  text-align: center;
}

.pricing-gate h2 {
  margin: 4px 0 10px;
  font-size: 30px;
}

.pricing-gate p {
  max-width: 560px;
  margin: 0 auto 22px;
  color: #68768c;
  line-height: 1.7;
}

.home-purchase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  align-items: start;
  gap: 24px;
}

.home-purchase-config,
.home-order-summary {
  border: 1px solid #dce5f2;
  border-radius: 8px;
  background: #fff;
}

.home-purchase-config {
  padding: 28px;
}

.home-purchase-block header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
}

.home-purchase-block h3,
.home-order-summary h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0;
}

.home-purchase-block header span {
  color: #7d899b;
  font-size: 11px;
}

.home-area-tabs {
  display: flex;
  gap: 8px;
  margin: 20px 0 16px;
  overflow-x: auto;
}

.home-area-tabs button {
  min-height: 36px;
  padding: 0 15px;
  border: 1px solid #dce4ef;
  border-radius: 7px;
  color: #516078;
  background: #f8faff;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.home-area-tabs button.selected {
  border-color: #1268f3;
  color: #fff;
  background: #1268f3;
}

.home-country-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  min-height: 116px;
}

.home-country-grid button {
  min-width: 0;
  min-height: 96px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 4px;
  padding: 12px 8px;
  border: 1px solid #dce4ef;
  border-radius: 7px;
  color: #17213a;
  background: #fff;
  font: inherit;
  cursor: pointer;
}

.home-country-grid button:hover {
  border-color: #9ebef7;
  background: #f7faff;
}

.home-country-grid button.selected {
  border-color: #1268f3;
  color: #fff;
  background: #1268f3;
  box-shadow: 0 10px 22px rgba(18, 104, 243, .18);
}

.home-country-grid button[hidden] {
  display: none;
}

.home-country-grid b {
  max-width: 100%;
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-country-grid small {
  color: #79869a;
  font-size: 10px;
}

.home-country-grid strong {
  color: #1268f3;
  font-size: 12px;
}

.home-country-grid button.selected small,
.home-country-grid button.selected strong {
  color: #e8f0ff;
}

.home-purchase-empty {
  grid-column: 1 / -1;
  align-self: center;
  color: #7d899b;
  text-align: center;
}

.home-purchase-controls {
  display: grid;
  grid-template-columns: minmax(190px, 1fr) 180px 180px;
  gap: 14px;
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #e6ebf3;
}

.home-purchase-controls label {
  min-width: 0;
  display: grid;
  gap: 8px;
  color: #3f4e66;
  font-size: 12px;
  font-weight: 750;
}

.home-purchase-controls label > small {
  min-height: 16px;
  color: #8995a7;
  font-size: 9px;
  font-weight: 500;
  line-height: 1.5;
}

.home-purchase-controls select,
.home-stepper {
  width: 100%;
  height: 43px;
  border: 1px solid #d9e1ec;
  border-radius: 7px;
  color: #26344b;
  background: #fbfcfe;
}

.home-purchase-controls select {
  min-width: 0;
  padding: 0 10px;
  font: inherit;
  font-size: 11px;
}

.home-stepper {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 38px;
  overflow: hidden;
}

.home-stepper button,
.home-stepper input {
  min-width: 0;
  border: 0;
  color: #1268f3;
  background: transparent;
  font: inherit;
}

.home-stepper button {
  font-size: 18px;
  cursor: pointer;
}

.home-stepper input {
  width: 100%;
  color: #26344b;
  text-align: center;
  outline: 0;
}

.home-order-summary {
  position: sticky;
  top: 94px;
  padding: 28px 24px;
  background: #f8f9ff;
}

.home-order-summary dl {
  display: grid;
  gap: 16px;
  margin: 26px 0 22px;
}

.home-order-summary dl div {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 18px;
}

.home-order-summary dt {
  color: #728097;
  font-size: 12px;
}

.home-order-summary dd {
  margin: 0;
  color: #17213a;
  font-size: 12px;
  font-weight: 750;
  text-align: right;
}

.home-order-summary footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #dfe5ef;
  font-weight: 800;
}

.home-order-summary footer strong {
  color: #1268f3;
  font-size: 27px;
}

.home-order-summary .btn {
  width: 100%;
  margin-top: 24px;
}

.home-order-summary .btn[aria-disabled="true"] {
  pointer-events: none;
  opacity: .48;
}

.home-order-summary > small {
  display: block;
  margin-top: 12px;
  color: #7d899b;
  font-size: 9px;
  text-align: center;
}

@media (max-width: 820px) {
  .nav-actions .signed-in-chip {
    display: none;
  }

  .pricing-list article {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pricing-list strong small {
    text-align: left;
  }

  .home-hero {
    min-height: 650px;
  }

	.home-content-hubs {
	  grid-template-columns: 1fr;
	}

	.console-routes {
	  grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.console-routes > div:nth-child(2) {
	  border-right: 0;
	}

	.console-routes > div:nth-child(-n + 2) {
	  border-bottom: 1px solid #e3e8f0;
	}

	.home-purchase {
	  grid-template-columns: 1fr;
	}

	.home-order-summary {
	  position: static;
	}

	.home-purchase-controls {
	  grid-template-columns: 1fr 1fr;
	}

	.home-purchase-controls label:first-child {
	  grid-column: 1 / -1;
	}
}

@media (max-width: 560px) {
  .pricing-list article,
  .pricing-gate {
    padding: 24px 20px;
  }

  .pricing-list .btn {
    width: 100%;
  }

	.home-hero {
	  min-height: 0;
	  padding-top: 46px;
	}

	.home-hero h1 {
	  font-size: 40px;
	  line-height: 1.16;
	}

	.home-hero-copy > p {
	  font-size: 13px;
	}

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

	.home-hero .hero-actions .btn {
	  width: 100%;
	}

	.home-hero .trust {
	  gap: 7px;
	}

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

	.home-hero .trust span {
	  min-height: 34px;
	  padding: 0 10px;
	  font-size: 9px;
	}

	.home-hero .home-capabilities span {
	  justify-content: center;
	}

	.home-network-console {
	  margin-top: 32px;
	}

	.console-summary {
	  gap: 7px;
	  padding: 12px;
	}

	.console-summary article {
	  gap: 5px;
	  padding: 12px 9px;
	}

	.console-summary strong {
	  font-size: 13px;
	}

	.console-summary span {
	  font-size: 8px;
	}

	.console-routes > div {
	  padding: 12px;
	}

	.home-proof {
	  padding-top: 20px;
	}

	.home-proof-grid > div {
	  min-height: 116px;
	}

	.home-proof-grid strong {
	  font-size: 29px;
	}

	.home-proof-grid small {
	  font-size: 11px;
	}

	.home-purchase-config,
	.home-order-summary {
	  padding: 20px 16px;
	}

	.home-purchase-block header {
	  align-items: flex-start;
	  flex-direction: column;
	}

	.home-country-grid {
	  grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.home-purchase-controls {
	  grid-template-columns: 1fr;
	}

	.home-purchase-controls label:first-child {
	  grid-column: auto;
	}
}
