* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.6;
  color: #333333;
  background: #f9fafb;
}

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

img, svg {
  max-width: 100%;
  display: block;
}

button,
input {
  font: inherit;
}

.pr-inline-rating {
    display: flex !important;
    justify-content: center !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.header-inner {
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}

.brand-logo {
  width: 340px;
  max-width: min(42vw, 340px);
  height: auto;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header-nav a:not(.btn) {
  color: #4b5563;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.header-nav a:not(.btn):hover {
  color: #1d4ed8;
}


.nav-dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-dropdown-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 44px;
  color: #4b5563;
  font-size: 0.95rem;
  font-weight: 500;
  padding: 0;
  background: transparent;
  border: 0;
}

.nav-dropdown-toggle::after {
  content: "▾";
  font-size: 0.8rem;
  line-height: 1;
}

.nav-dropdown-toggle:hover,
.nav-dropdown-toggle:focus-visible {
  color: #1d4ed8;
}

.nav-dropdown-menu {
  position: absolute;
  top: 100%;
  padding-top: 10px;
  left: 0;
  min-width: 220px;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  border-radius: 12px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.12);
  padding: 10px;
  background-clip: padding-box;
  display: none;
  z-index: 1001;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu {
  display: grid;
  gap: 4px;
}

.nav-dropdown-menu a {
  display: block;
  padding: 0.7rem 0.85rem;
  border-radius: 8px;
  color: #374151;
  font-size: 0.93rem;
  line-height: 1.3;
}

.nav-dropdown-menu a:hover,
.nav-dropdown-menu a:focus-visible {
  background: #eff6ff;
  color: #1d4ed8;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.75rem 1.25rem;
  border-radius: 8px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 600;
  transition: all 0.2s ease;
  cursor: pointer;
}

.btn-primary {
  background: #1d4ed8;
  border-color: #1d4ed8;
  color: #ffffff;
}

.btn-primary:hover {
  background: #1e40af;
  border-color: #1e40af;
}

.btn-outline {
  background: #ffffff;
  border-color: #cbd5e1;
  color: #1d4ed8;
}

.btn-outline:hover {
  background: #eff6ff;
}

.hero-outline {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.75);
  color: #ffffff;
  backdrop-filter: blur(4px);
}

.hero-outline:hover {
  background: rgba(255, 255, 255, 0.22);
}

.btn-light {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.35);
  color: #ffffff;
}

.btn-light:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hero {
  position: relative;
  overflow: hidden;
  background-image: url('iStock_000042130588_Medium1950B.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 540px;
  display: flex;
  align-items: center;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 15, 33, 0.74) 0%, rgba(8, 15, 33, 0.5) 38%, rgba(8, 15, 33, 0.28) 100%),
              linear-gradient(180deg, rgba(15, 23, 42, 0.2) 0%, rgba(15, 23, 42, 0.45) 100%);
}

.hero-inner {
  position: relative;
  z-index: 1;
  text-align: left;
  padding: 88px 0 72px;
}

.hero-flag-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0.65rem;
  flex-wrap: wrap;
}

#productreview {
	display: inline;
	margin-bottom: 10px;
}

.flag-badge,
.section-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.flag-badge {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(4px);
}

.flag-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.section-heading-with-flag {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.section-flag {
  width: 46px;
  height: 46px;
  background: #ffffff;
  border: 1px solid #dbe3ee;
}

.section-flag-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.eyebrow {
  display: inline-block;
  color: #dbeafe;
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.hero h1 {
  color: #ffffff;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.1;
  margin-bottom: 1rem;
  max-width: 11ch;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.25);
}

.hero-text {
  max-width: 680px;
  margin: 0 0 1.75rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: 1.08rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.hero-buttons {
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

.section {
  padding: 64px 0;
}

.section-light {
  background: #ffffff;
}

.section-gray {
  background: #f3f4f6;
}

.section-plans {
  background: linear-gradient(to bottom, #ffffff, #f8fafc);
}

.section h2 {
  text-align: center;
  color: #CA0C4C;
  font-size: clamp(1.7rem, 2.8vw, 2rem);
  line-height: 1.2;
  margin-bottom: 2rem;
}

.section-heading-with-flag h2 {
  margin-bottom: 0;
}

.section-intro {
  max-width: 680px;
  margin: -0.8rem auto 2rem;
  text-align: center;
  color: #6b7280;
  font-size: 1rem;
}

.subsection-title {
  text-align: center;
  color: #CA0C4C;
  font-size: 1.35rem;
  line-height: 1.2;
  margin-bottom: 1.25rem;
}

.address-checker {
  max-width: 980px;
  margin: 0 auto 2.25rem;
  padding: 28px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid #dbe3ee;
  border-radius: 20px;
  box-shadow: 0 18px 38px rgba(15, 23, 42, 0.08);
}

.address-checker-copy {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 1.35rem;
}

.address-kicker {
  color: #1d4ed8;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.45rem;
}

.address-title {
  color: #CA0C4C;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

.address-description {
  color: #6b7280;
  font-size: 0.98rem;
  line-height: 1.6;
}

.address-checker-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  max-width: 860px;
  margin: 0 auto;
}

.address-input {
  width: 100%;
  min-height: 58px;
  padding: 0.95rem 1.1rem;
  border-radius: 12px;
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #111827;
  font-size: 1rem;
  box-shadow: inset 0 1px 2px rgba(15, 23, 42, 0.04);
}

.address-input::placeholder {
  color: #94a3b8;
}

.address-input:focus {
  outline: 2px solid rgba(29, 78, 216, 0.18);
  outline-offset: 0;
  border-color: #1d4ed8;
  box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.08);
}

.address-button {
  min-width: 180px;
  min-height: 58px;
  padding-inline: 1.4rem;
  white-space: nowrap;
}

.address-status {
  margin-top: 12px;
  text-align: center;
  color: #6b7280;
  font-size: 0.95rem;
}

.address-status.error {
  color: #b91c1c;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.feature-card {
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 18px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}

.feature-card h3 {
  color: #CA0C4C;
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 0.65rem;
}

.feature-card p {
  color: #4b5563;
  font-size: 0.93rem;
  line-height: 1.55;
}

.review-meta {
  text-align: center;
  margin-bottom: 2rem;
}

.stars {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 0.5rem;
}

.star {
  color: #fbbf24;
  font-size: 1.1rem;
  line-height: 1;
}

.rating-text {
  margin-left: 8px;
  font-size: 1rem;
  font-weight: 600;
  color: #374151;
}

.review-link {
  color: #4b5563;
  font-size: 0.95rem;
  display: inline;
  margin-bottom: 10px;
}

.review-link a {
  color: #1d4ed8;
  text-decoration: underline;
}

.reviews-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.review-card {
  background: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.review-stars {
  color: #fbbf24;
  letter-spacing: 1px;
  margin-bottom: 0.75rem;
}

.review-text {
  color: #374151;
  font-size: 0.95rem;
  line-height: 1.6;
  font-style: italic;
  margin-bottom: 0.75rem;
}

.review-author {
  color: #6b7280;
  font-size: 0.86rem;
}

.cart-summary {
  background: #ffffff;
  border: 1px solid #dbe3ee;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
  margin-bottom: 24px;
}

.cart-summary-bottom {
  margin-top: 40px;
  margin-bottom: 0;
}

.cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.cart-title-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cart-title-wrap h3 {
  color: #CA0C4C;
  font-size: 1.1rem;
  margin-bottom: 2px;
}

.cart-subtext {
  color: #6b7280;
  font-size: 0.92rem;
}

.cart-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #e8f1ff;
  font-size: 1.2rem;
}

.cart-clear {
  border: 1px solid #cbd5e1;
  background: #ffffff;
  color: #1d4ed8;
  padding: 0.65rem 0.95rem;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.cart-clear:hover {
  background: #eff6ff;
}

.cart-body {
  border-top: 1px solid #e5e7eb;
  padding-top: 14px;
}

.cart-body.empty {
  border-top: 1px dashed #d1d5db;
}

.cart-empty {
  color: #6b7280;
}

.cart-lines {
  display: grid;
  gap: 12px;
}

.cart-line {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.cart-line.compact {
  padding-top: 4px;
  border-top: 1px dashed #e5e7eb;
  color: #4b5563;
  font-size: 0.95rem;
}

.cart-item-name {
  color: #111827;
  font-weight: 700;
  font-size: 1.02rem;
}

.cart-item-note {
  color: #6b7280;
  font-size: 0.93rem;
}

.cart-item-price {
  color: #1d4ed8;
  font-size: 1.1rem;
  font-weight: 800;
}

.cart-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #dbe3ee;
  color: #111827;
  font-weight: 700;
}

.cart-total strong {
  font-size: 1.3rem;
  color: #111827;
}

.plans-grid,
.routers-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

.router-section {
  margin-top: 40px;
}

.plan-card,
.router-card {
  position: relative;
  background: #ffffff;
  border: 1px solid #dbe3ee;
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  text-align: center;
}

.plan-button,
.router-button {
  width: 100%;
  appearance: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.plan-button:hover,
.router-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.09);
}

.plan-button.selected,
.router-button.selected {
  border-color: #1d4ed8;
  box-shadow: 0 0 0 3px rgba(29, 78, 216, 0.12), 0 14px 30px rgba(29, 78, 216, 0.16);
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.featured-plan {
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
}

.premium-plan {
  background: linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

.plan-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: #1d4ed8;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 6px 10px;
  border-radius: 999px;
  line-height: 1;
}

.plan-speed {
  display: block;
  color: #1f2937;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.0rem;
}

.router-name {
  display: block;
  color: #1f2937;
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}

.plan-price,
.router-price {
  display: block;
  color: #111827;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  margin-top: 0.9rem;
  margin-bottom: 0.9rem;
}

.plan-price span {
  font-size: 0.95rem;
  font-weight: 600;
  color: #6b7280;
  margin-left: 4px;
}

.plan-note,
.router-note {
  color: #6b7280;
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.router-extra {
  display: inline-block;
  min-height: 36px;
  padding: 0.5rem 0.85rem;
  border-radius: 999px;
  background: #f3f4f6;
  color: #374151;
  font-weight: 700;
  font-size: 0.88rem;
}

.plan-select-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  font-weight: 700;
  font-size: 0.9rem;
}

.plan-button.selected .plan-select-text {
  background: #1d4ed8;
  color: #ffffff;
}

.footer {
  background: #1f2937;
  color: #f3f4f6;
  text-align: center;
  padding: 56px 0;
}

.footer-logo {
  width: 280px;
  max-width: 80vw;
  margin: 0 auto 1.2rem;
}

.footer h3 {
  color: #ffffff;
  font-size: 1.7rem;
  line-height: 1.2;
  margin-bottom: 0.75rem;
}

.footer p {
  max-width: 720px;
  margin: 0 auto 1.5rem;
  color: #d1d5db;
  font-size: 1.02rem;
}

.footer-actions {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}


.footer-links-grid {
  margin-top: 36px;
  display: grid;
  grid-template-columns: max-content max-content max-content max-content;
  justify-content: center;
  column-gap: clamp(36px, 5vw, 72px);
  row-gap: 20px;
  align-items: start;
  text-align: left;
}

.footer-links-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  min-width: max-content;
}

.footer-links-heading {
  display: block;
  width: auto;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin: 0 0 0.35rem;
  text-align: left;
}

.footer-links-heading-placeholder {
  visibility: hidden;
}

.footer-links-column a {
  display: block;
  width: auto;
  color: #d1d5db;
  font-size: 0.96rem;
  line-height: 1.35;
  text-decoration: none;
}

.footer-links-column a:hover,
.footer-links-column a:focus-visible {
  color: #ffffff;
  text-decoration: underline;
}

@media (min-width: 640px) {
  .reviews-grid,
  .routers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 900px) {
  .features-grid,
  .plans-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
  }

  .routers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-card,
  .plan-card,
  .router-card {
    min-height: 210px;
  }

  .reviews-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .header-inner {
    flex-direction: column;
    justify-content: center;
  }

  .header-nav {
    justify-content: center;
  }

  .brand-logo {
    max-width: min(78vw, 340px);
  }
}

@media (max-width: 767px) {
  .footer-links-grid {
    grid-template-columns: max-content max-content;
    justify-content: center;
    column-gap: clamp(28px, 9vw, 48px);
    row-gap: 24px;
  }

  .hero {
    min-height: 500px;
    background-position: center center;
  }

  .hero-inner {
    text-align: center;
    padding: 72px 0 56px;
  }

  .hero-flag-row {
    justify-content: center;
  }

  .hero h1 {
    max-width: none;
  }

  .hero-text {
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
  }

  .hero-buttons {
    justify-content: center;
  }

  .address-checker {
    padding: 22px 18px;
  }

  .address-checker-copy {
    margin-bottom: 1rem;
  }

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

  .address-button {
    width: 100%;
    min-width: 0;
  }

  .cart-header,
  .cart-line,
  .cart-total {
    align-items: flex-start;
  }

  .section {
    padding: 54px 0;
  }
}


@media (max-width: 430px) {
  .footer-links-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .footer-links-column {
    align-items: center;
    min-width: 0;
  }

  .footer-links-heading {
    text-align: center;
  }
}


.router-toggle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 34px auto 0;
  text-align: center;
}

.add-router-button {
  min-width: 210px;
}

.add-router-button:disabled {
  cursor: default;
  opacity: 0.72;
}

.router-toggle-note {
  color: #6b7280;
  font-size: 0.94rem;
}

.router-section-hidden {
  display: none;
}


.add-router-button {
  font-size: 1.05rem;
  font-weight: 700;
  min-height: 52px;
}


/* Enhanced order-flow polish */
.flow-step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 34px auto 18px;
  color: #111827;
  font-weight: 800;
}

.flow-step-address {
  margin-top: 0;
}

.flow-step-badge {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #1d4ed8;
  color: #ffffff;
  font-size: 0.95rem;
  box-shadow: 0 8px 18px rgba(29, 78, 216, 0.22);
}

.flow-step-label {
  font-size: 1.08rem;
  letter-spacing: -0.01em;
}

.add-router-button {
  min-width: 260px;
  min-height: 56px;
  padding-inline: 1.55rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  border: 1px solid #1d4ed8;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(29, 78, 216, 0.24);
}

.add-router-button:hover {
  background: linear-gradient(180deg, #1d4ed8 0%, #1e40af 100%);
  border-color: #1e40af;
  transform: translateY(-1px);
}

.add-router-button span {
  margin-right: 6px;
}

.add-router-button:disabled {
  opacity: 0.84;
  transform: none;
  box-shadow: 0 8px 18px rgba(29, 78, 216, 0.16);
}

.plan-button,
.router-button {
  overflow: hidden;
}

.selected-check {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  display: none;
  align-items: center;
  justify-content: center;
  background: #1d4ed8;
  color: #ffffff;
  font-weight: 900;
  font-size: 0.95rem;
  box-shadow: 0 8px 18px rgba(29, 78, 216, 0.24);
}

.plan-button.selected .selected-check,
.router-button.selected .selected-check {
  display: inline-flex;
}

.order-summary-sticky-wrap {
  position: static;
  margin-top: 40px;
}

.order-summary-sticky-wrap .flow-step-summary {
  margin-top: 0;
}

.order-summary-sticky-wrap .cart-summary {
  margin-top: 0;
}

.mobile-order-bar {
  display: none;
}

@media (min-width: 1024px) {
  .order-summary-sticky-wrap {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .flow-step {
    margin: 28px auto 14px;
  }

  .flow-step-label {
    font-size: 1rem;
  }

  .flow-step-badge {
    width: 30px;
    height: 30px;
  }

  .add-router-button {
    width: 100%;
    min-width: 0;
  }

  .order-summary-sticky-wrap {
    margin-top: 28px;
  }

  .mobile-order-bar {
    position: sticky;
    bottom: 0;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 24px -20px -54px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.96);
    border-top: 1px solid #dbe3ee;
    box-shadow: 0 -10px 24px rgba(15, 23, 42, 0.12);
  }

  #mobileOrderText {
    color: #111827;
    font-weight: 800;
    font-size: 0.92rem;
  }

  .mobile-order-link {
    flex: 0 0 auto;
    padding: 0.58rem 0.78rem;
    border-radius: 999px;
    background: #1d4ed8;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 800;
  }
}


.order-summary-hidden {
  display: none;
}

.mobile-order-bar-hidden {
  display: none !important;
}


/* Router options now reveal automatically after plan selection */
.router-section {
  margin-top: 18px;
}

.router-section-hidden {
  display: none;
}


/* Router reveal button appears only after a plan is selected */
.router-toggle-hidden {
  display: none;
}

.router-toggle-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 8px auto 0;
  text-align: center;
}

.router-toggle-note {
  color: #6b7280;
  font-size: 0.94rem;
}

.add-router-button {
  min-width: 290px;
  min-height: 56px;
  padding-inline: 1.55rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  border: 1px solid #1d4ed8;
  color: #ffffff;
  font-size: 1.08rem;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(29, 78, 216, 0.24);
}

.add-router-button:hover {
  background: linear-gradient(180deg, #1d4ed8 0%, #1e40af 100%);
  border-color: #1e40af;
  transform: translateY(-1px);
}

.add-router-button:disabled {
  cursor: default;
  opacity: 0.84;
  transform: none;
}


.router-toggle-hidden {
  display: none !important;
  visibility: hidden;
}


.plan-more-info-link {
  display: inline-block;
  margin-bottom: 0.85rem;
  color: #1d4ed8;
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.18s ease;
}

.plan-more-info-link:hover,
.plan-more-info-link:focus-visible {
  color: #1e40af;
}


.plan-more-info-link {
  display: block;
  margin-top: 0.65rem;
  margin-bottom: 0;
  color: #6b7280;
  font-size: 0.86rem;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.92;
}

.plan-more-info-link:hover,
.plan-more-info-link:focus-visible {
  color: #4b5563;
  text-decoration: underline;
}


/* Restored subtle More info links under Select Plan */
.plan-more-info-link {
  display: block;
  margin-top: 0.65rem;
  margin-bottom: 0;
  color: #6b7280;
  font-size: 0.86rem;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.92;
}

.plan-more-info-link:hover,
.plan-more-info-link:focus-visible {
  color: #4b5563;
  text-decoration: underline;
}


/* Subtle router More Info links */
.router-more-info-link {
  display: block;
  margin-top: 0.7rem;
  color: #6b7280;
  font-size: 0.86rem;
  font-weight: 400;
  text-decoration: none;
  opacity: 0.92;
}

.router-more-info-link:hover,
.router-more-info-link:focus-visible {
  color: #4b5563;
  text-decoration: underline;
}


/* Step 3 is now an always-visible router reveal button */
.flow-step-router {
  margin-bottom: 16px;
}

.flow-step-router-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  appearance: none;
  border: 0;
  background: transparent;
  color: #111827;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.flow-step-router-button:hover .flow-step-label,
.flow-step-router-button:focus-visible .flow-step-label {
  color: #1d4ed8;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.flow-step-router-button:focus-visible {
  outline: 3px solid rgba(29, 78, 216, 0.25);
  outline-offset: 6px;
  border-radius: 999px;
}

.flow-step-router-button.router-options-shown .flow-step-badge {
  background: #16a34a;
}

.router-section-hidden {
  display: none;
}


/* Hide step 3 router button until a plan is selected */
.flow-step-router-hidden {
  display: none !important;
}


/* Make step 3 router control look like a real button */
.flow-step-router {
  margin-top: 26px;
  margin-bottom: 22px;
}

.flow-step-router-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 56px;
  padding: 0.9rem 1.6rem;
  border: 1px solid #1d4ed8;
  border-radius: 999px;
  background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%);
  color: #ffffff;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(29, 78, 216, 0.24);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.flow-step-router-button .flow-step-label {
  color: #ffffff;
}

.flow-step-router-button:hover,
.flow-step-router-button:focus-visible {
  background: linear-gradient(180deg, #1d4ed8 0%, #1e40af 100%);
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(29, 78, 216, 0.28);
}

.flow-step-router-button:hover .flow-step-label,
.flow-step-router-button:focus-visible .flow-step-label {
  color: #ffffff;
  text-decoration: none;
}

.flow-step-router-button .flow-step-badge {
  background: rgba(255,255,255,0.18);
  color: #ffffff;
  box-shadow: none;
}

.flow-step-router-button.router-options-shown {
  background: linear-gradient(180deg, #16a34a 0%, #15803d 100%);
  border-color: #15803d;
}

.flow-step-router-button.router-options-shown .flow-step-badge {
  background: rgba(255,255,255,0.2);
}


/* Restore step 3 router control to a simple underlined link */
.flow-step-router {
  margin-top: 18px;
  margin-bottom: 18px;
}

.flow-step-router-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #1d4ed8;
  font-weight: 700;
  box-shadow: none;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.flow-step-router-button .flow-step-label {
  color: #1d4ed8;
}

.flow-step-router-button:hover,
.flow-step-router-button:focus-visible {
  background: transparent;
  transform: none;
  box-shadow: none;
  color: #1e40af;
}

.flow-step-router-button:hover .flow-step-label,
.flow-step-router-button:focus-visible .flow-step-label {
  color: #1e40af;
  text-decoration: underline;
}

.flow-step-router-button .flow-step-badge {
  background: #1d4ed8;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(29, 78, 216, 0.22);
}

.flow-step-router-button.router-options-shown {
  background: transparent;
  border: 0;
  color: #15803d;
}

.flow-step-router-button.router-options-shown .flow-step-label {
  color: #15803d;
}

.flow-step-router-button.router-options-shown .flow-step-badge {
  background: #16a34a;
}


/* Keep router link blue after activation */
.flow-step-router-button.router-options-shown {
  background: transparent;
  border: 0;
  color: #1d4ed8;
}

.flow-step-router-button.router-options-shown .flow-step-label {
  color: #1d4ed8;
}

.flow-step-router-button.router-options-shown .flow-step-badge {
  background: #1d4ed8;
}


/* Address result overlay */
body.modal-open {
  overflow: hidden;
}

.address-result-overlay {
  position: fixed;
  inset: 0;
  z-index: 3000;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 110px 20px 32px;
  background: rgba(15, 23, 42, 0.62);
}

.address-result-overlay.active {
  display: flex;
}

.address-result-modal {
  position: sticky;
  top: 110px;
  width: min(100%, 620px);
  padding: 34px 32px 30px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dbe3ee;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28);
  text-align: center;
}

.address-result-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #f3f4f6;
  color: #374151;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.address-result-close:hover,
.address-result-close:focus-visible {
  background: #e5e7eb;
  outline: none;
}

.address-result-kicker {
  color: #1d4ed8;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.45rem;
}

.address-result-modal h3 {
  color: #CA0C4C;
  font-size: clamp(2rem, 4vw, 2.8rem);
  line-height: 1.05;
  margin-bottom: 0.65rem;
}

.address-result-subtitle {
  color: #111827;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 1.6rem;
}

.address-result-button {
  min-width: 170px;
  min-height: 52px;
  border-radius: 12px;
  font-size: 1rem;
}

.address-result-address {
  margin: 1.35rem auto 0;
  max-width: 500px;
  color: #6b7280;
  font-size: 0.9rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  .address-result-overlay {
    padding-top: 92px;
  }

  .address-result-modal {
    top: 92px;
    padding: 30px 22px 26px;
  }

  .address-result-button {
    width: 100%;
  }
}


/* Five-plan layout support */
@media (min-width: 900px) {
  .plans-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 900px) and (max-width: 1160px) {
  .plans-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


/* Six-plan layout support */
@media (min-width: 1180px) {
  .plans-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (min-width: 900px) and (max-width: 1179px) {
  .plans-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}


/* Seven-plan layout refinement */
@media (min-width: 1280px) {
  .plans-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
}

@media (min-width: 900px) and (max-width: 1279px) {
  .plans-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}


/* Hidden plan cards for conditional availability */
.hidden-plan-card {
  display: none !important;
}


/* Corrected responsive centred plan-card grid only */
@media (min-width: 900px) {
  .plans-grid.selectable-plans {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    justify-content: center;
    gap: 16px;
  }

  .plans-grid.selectable-plans .plan-card {
    padding: 18px 12px;
  }
}

@media (max-width: 899px) {
  .plans-grid.selectable-plans {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
  }
}




.address-google-note {
  margin-top: 0.45rem;
  color: #4b5563;
  font-size: 0.9rem;
}

.pac-container {
  z-index: 4000;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.16);
  border: 1px solid #dbe3ee;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}


.address-button:disabled {
	cursor: wait;
	opacity: 0.72;
}


.address-result-fee {
	margin: 1rem auto 0;
	max-width: 500px;
	color: #b45309;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1.45;
}


.cart-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.cart-order {
	border: 1px solid #16a34a;
	background: #16a34a;
	color: #ffffff;
	padding: 0.65rem 1.05rem;
	border-radius: 8px;
	cursor: pointer;
	font-weight: 800;
}

.cart-order:hover {
	background: #15803d;
	border-color: #15803d;
}

.cart-order:disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.hidden-order-form {
	display: none;
}


#features,
#reviews,
#plans,
#about,
#contact {
	scroll-margin-top: 120px;
}


.plans-hidden {
	display: none !important;
}

/* Logged-in profile displayed when the loggedon and username cookies exist */
.logged-in-profile {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 6px 8px 6px 10px;
  border: 1px solid #dbe3ee;
  border-radius: 999px;
  background: #f8fafc;
  color: #374151;
  font-size: 0.9rem;
  white-space: nowrap;
}

.logged-in-profile[hidden] {
  display: none;
}

.profile-icon {
  font-size: 1rem;
  line-height: 1;
}

.profile-text strong {
  color: #111827;
}

.logoff-button {
  min-height: 30px;
  padding: 0.35rem 0.7rem;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #ffffff;
  color: #1d4ed8;
  font: inherit;
  font-size: 0.85rem;
  font-weight: 700;
  cursor: pointer;
}

.logoff-button:hover,
.logoff-button:focus-visible {
  background: #eff6ff;
  border-color: #93c5fd;
}

@media (max-width: 920px) {
  .logged-in-profile {
    margin-top: 2px;
  }
}



/* Marketing positioning update - August 2026 */
.header-phone {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.45rem 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  color: #1d4ed8 !important;
  font-weight: 800 !important;
  white-space: nowrap;
}
.header-phone::before { content: "☎"; margin-right: 0.38rem; }
.header-phone:hover { background: #eff6ff; border-color: #93c5fd; }
.hero { min-height: 620px; }
.hero h1 { max-width: 16ch; font-size: clamp(2.25rem, 4vw, 3.65rem); }
.hero-text { max-width: 760px; font-size: 1.12rem; }
.hero-proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: -0.35rem 0 1.4rem;
}
.hero-proof-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0.4rem 0.7rem;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 999px;
  background: rgba(15,23,42,.32);
  color: #fff;
  font-size: .88rem;
  font-weight: 700;
  backdrop-filter: blur(4px);
}
.hero-proof-strip span::before { content: "✓"; margin-right: .4rem; color: #bbf7d0; font-weight: 900; }
.hero-review-quote {
  max-width: 680px;
  margin-top: 1.15rem;
  color: rgba(255,255,255,.9);
  font-size: .92rem;
  font-style: italic;
}
.section-value {
  background: #0f2347;
  color: #fff;
}
.value-inner { text-align: center; max-width: 850px; }
.section-value h2 { color: #fff; margin-bottom: 1rem; }
.value-kicker {
  color: #bfdbfe;
  font-size: .82rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin-bottom: .65rem;
}
.value-copy {
  max-width: 760px;
  margin: 0 auto 1.6rem;
  color: #e5edf8;
  font-size: 1.03rem;
}
.value-price-card {
  width: min(100%, 440px);
  margin: 0 auto;
  padding: 20px 24px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  box-shadow: 0 16px 36px rgba(0,0,0,.16);
  display: grid;
  gap: 2px;
}
.value-plan { color: #bfdbfe; font-weight: 800; }
.value-price-card strong { font-size: 2rem; line-height: 1.2; color: #fff; }
.value-ongoing { color: #dbeafe; font-size: .92rem; }
.review-summary-copy {
  max-width: 740px;
  margin: 1rem auto 0;
  color: #4b5563;
  line-height: 1.6;
}
.plan-badge-soft {
  background: #e8f1ff !important;
  color: #1d4ed8 !important;
}
@media (max-width: 920px) {
  .header-phone { display: none; }
}
@media (max-width: 767px) {
  .hero { min-height: auto; }
  .hero-inner { padding-top: 68px; padding-bottom: 58px; }
  .hero h1 { max-width: 18ch; }
  .hero-proof-strip { gap: 8px; }
  .hero-proof-strip span { font-size: .8rem; }
  .hero-buttons .btn { width: 100%; }
}
