* {
  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;
}

.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;
}


.signup-hero {
	background: linear-gradient(90deg, rgba(8, 15, 33, 0.9), rgba(29, 78, 216, 0.76));
	color: #ffffff;
	padding: 70px 0 58px;
}

.signup-hero h1 {
	font-size: clamp(2.1rem, 4vw, 3.2rem);
	line-height: 1.1;
	margin: 0.4rem 0 0.9rem;
}

.signup-hero-text {
	max-width: 720px;
	color: rgba(255,255,255,0.92);
	font-size: 1.08rem;
}

.signup-layout {
	display: grid;
	grid-template-columns: minmax(0, 370px) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.signup-summary,
.form-card {
	background: #ffffff;
	border: 1px solid #dbe3ee;
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
	padding: 22px;
}

.signup-summary {
	position: sticky;
	top: 104px;
}

.signup-summary h2 {
	text-align: left;
	margin-bottom: 1rem;
}

.summary-lines {
	display: grid;
	gap: 10px;
}

.summary-line {
	display: grid;
	gap: 3px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e5e7eb;
}

.summary-line span {
	color: #6b7280;
	font-size: 0.88rem;
}

.summary-line strong {
	color: #111827;
	font-size: 0.98rem;
	word-break: break-word;
}

.summary-total {
	margin-top: 16px;
	padding-top: 16px;
	border-top: 1px solid #dbe3ee;
	display: flex;
	justify-content: space-between;
	gap: 12px;
	font-weight: 800;
	color: #111827;
}

.summary-total strong {
	font-size: 1.35rem;
}

.signup-form {
	display: grid;
	gap: 20px;
}

.form-card .flow-step {
	margin-top: 0;
}

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

.form-grid label,
.checkbox-label {
	display: grid;
	gap: 7px;
	color: #374151;
	font-size: 0.95rem;
	font-weight: 700;
}

.form-grid input,
.form-grid textarea {
	width: 100%;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	padding: 0.8rem 0.9rem;
	background: #ffffff;
	color: #111827;
	font: inherit;
}

.form-grid textarea {
	resize: vertical;
}

.full-width {
	grid-column: 1 / -1;
}

.checkbox-label {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	font-weight: 600;
	line-height: 1.45;
}

.checkbox-label input {
	width: auto;
	margin-top: 0.25rem;
}

.payment-warning {
	margin: 0 0 1rem;
	padding: 12px 14px;
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: 12px;
	color: #92400e;
	font-size: 0.94rem;
	font-weight: 700;
}

.signup-submit {
	width: 100%;
	min-height: 54px;
	font-size: 1.04rem;
}

@media (max-width: 920px) {
	.signup-layout {
		grid-template-columns: 1fr;
	}

	.signup-summary {
		position: static;
	}
}

@media (max-width: 640px) {
	.form-grid {
		grid-template-columns: 1fr;
	}
}


.delivery-details {
	display: grid;
	gap: 16px;
}

.delivery-details-hidden {
	display: none !important;
}


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


.service-terms-box {
	max-height: 220px;
	overflow-y: auto;
	padding: 16px;
	border: 1px solid #cbd5e1;
	border-radius: 12px;
	background: #f8fafc;
	color: #374151;
	font-size: 0.94rem;
	line-height: 1.55;
}

.service-terms-box p + p {
	margin-top: 0.75rem;
}

.service-terms-box a {
	color: #1d4ed8;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.service-terms-agreement {
	margin-top: 16px;
}


.signup-form input:invalid,
.signup-form textarea:invalid {
	border-color: #dc2626;
}


.signup-step-body {
	display: block;
}

.signup-step-collapsed .signup-step-body {
	display: none;
}

.signup-step-collapsed {
	opacity: 0.78;
}

.signup-step-open {
	opacity: 1;
}

.step-actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 18px;
}

.step-next {
	min-width: 150px;
}


.signup-confirmation-overlay {
	position: fixed;
	inset: 0;
	z-index: 5000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(15, 23, 42, 0.72);
}

.signup-confirmation-overlay.active {
	display: flex;
}

.signup-confirmation-modal {
	width: min(100%, 720px);
	background: #ffffff;
	border-radius: 24px;
	padding: 32px;
	border: 1px solid #dbe3ee;
	box-shadow: 0 30px 80px rgba(0,0,0,0.28);
}

.signup-confirmation-modal h2 {
	color: #CA0C4C;
	margin-bottom: 12px;
	font-size: 2rem;
}

.confirmation-intro {
	color: #4b5563;
	margin-bottom: 24px;
}

.confirmation-summary {
	display: grid;
	gap: 14px;
	margin-bottom: 28px;
}

.confirmation-line {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #dbe3ee;
}

.confirmation-line span {
	color: #6b7280;
}

.confirmation-line strong {
	color: #111827;
	text-align: right;
}

.confirmation-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}

@media print {
	body * {
		visibility: hidden;
	}

	.signup-confirmation-overlay,
	.signup-confirmation-overlay * {
		visibility: visible;
	}

	.signup-confirmation-overlay {
		position: absolute;
		inset: 0;
		background: #ffffff;
		padding: 0;
	}

	.signup-confirmation-modal {
		width: 100%;
		max-width: 100%;
		border: 0;
		box-shadow: none;
	}

	.confirmation-actions {
		display: none;
	}
}


.start-date-choice {
	display: grid;
	gap: 8px;
}

.field-label {
	color: #374151;
	font-size: 0.95rem;
	font-weight: 700;
}

.radio-label {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #374151;
	font-size: 0.95rem;
	font-weight: 600;
}

.radio-label input {
	width: auto;
}

.specific-start-date-hidden {
	display: none !important;
}


.start-date-inline {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: wrap;
}

.start-date-inline .field-label {
	margin-right: 4px;
}


.start-asap-label {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
}

.preferred-date-label {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #374151;
	font-size: 0.95rem;
	font-weight: 700;
}

.preferred-date-label input {
	min-width: 180px;
}


.start-date-inline {
	display: flex;
	align-items: center;
	gap: 18px;
	flex-wrap: nowrap;
}

.preferred-date-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	white-space: nowrap;
}

.preferred-date-label input {
	min-width: 190px;
}

@media (max-width: 720px) {
	.start-date-inline {
		flex-wrap: wrap;
	}
}


.preferred-date-row {
	margin-top: 10px;
	padding-left: 190px;
}

.preferred-date-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

@media (max-width: 720px) {
	.preferred-date-row {
		padding-left: 0;
	}
}


.start-date-layout {
	display: flex;
	align-items: flex-start;
	gap: 18px;
}

.start-date-left {
	padding-top: 4px;
	min-width: 170px;
}

.start-date-right {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.start-asap-label {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.preferred-date-label {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.preferred-date-label input {
	min-width: 190px;
}

@media (max-width: 720px) {
	.start-date-layout {
		flex-direction: column;
		gap: 10px;
	}

	.start-date-left {
		min-width: auto;
		padding-top: 0;
	}
}


/* Correct preferred start date alignment */
.start-date-layout {
	display: grid !important;
	gap: 10px !important;
}

.start-date-row {
	display: grid !important;
	grid-template-columns: 170px minmax(0, 1fr) !important;
	align-items: center !important;
	column-gap: 18px !important;
}

.start-asap-label,
.preferred-date-label {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 !important;
	white-space: nowrap !important;
	color: #374151 !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
}

.start-asap-label input {
	width: auto !important;
	margin: 0 !important;
}

.preferred-date-label input {
	min-width: 190px !important;
}

.field-label-spacer {
	visibility: hidden !important;
}

@media (max-width: 720px) {
	.start-date-row {
		grid-template-columns: 1fr !important;
		row-gap: 8px !important;
	}

	.field-label-spacer {
		display: none !important;
	}

	.start-asap-label,
	.preferred-date-label {
		white-space: normal !important;
	}
}


/* Simplified preferred start date layout */
.preferred-start-simple {
	display: flex !important;
	align-items: center !important;
	gap: 16px !important;
	flex-wrap: wrap !important;
}

.preferred-start-simple .field-label {
	margin: 0 !important;
	white-space: nowrap !important;
}

.preferred-start-simple .start-asap-label,
.preferred-start-simple .preferred-date-label {
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	margin: 0 !important;
	white-space: nowrap !important;
	color: #374151 !important;
	font-size: 0.95rem !important;
	font-weight: 700 !important;
}

.preferred-start-simple input[type="checkbox"] {
	width: auto !important;
	margin: 0 !important;
}

.preferred-start-simple input[type="date"] {
	min-width: 190px !important;
}


.byo-router-heading {
  margin-bottom: 12px;
  color: #374151;
  font-weight: 600;
}

.byo-router-input-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 767px) {
  .byo-router-input-row {
    grid-template-columns: 1fr;
  }
}


/* BYO router/modem section: heading on one line, inputs on the next line */
#byoRouterDetails {
  display: block !important;
  grid-column: 1 / -1 !important;
  width: 100% !important;
}

#byoRouterDetails .byo-router-heading {
  display: block !important;
  width: 100% !important;
  margin: 0 0 12px 0 !important;
  color: #374151;
  font-weight: 600;
}

#byoRouterDetails .byo-router-input-row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 14px !important;
  width: 100% !important;
}

#byoRouterDetails .byo-router-input-label {
  display: block !important;
  width: 100% !important;
}

#byoRouterDetails .byo-router-input-label input {
  width: 100% !important;
}

@media (max-width: 767px) {
  #byoRouterDetails .byo-router-input-row {
    grid-template-columns: 1fr !important;
  }
}


.contact-hero {
	background: linear-gradient(90deg, rgba(8, 15, 33, 0.92), rgba(29, 78, 216, 0.78));
}

.contact-layout {
	display: grid;
	grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.contact-summary {
	position: sticky;
	top: 104px;
}

.contact-summary a,
.contact-card a {
	color: #1d4ed8;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.contact-hours {
	margin-top: 22px;
	padding-top: 18px;
	border-top: 1px solid #dbe3ee;
	color: #4b5563;
}

.contact-hours h3 {
	color: #CA0C4C;
	font-size: 1.1rem;
	margin-bottom: 8px;
}

.contact-main {
	display: grid;
	gap: 22px;
}

.contact-form .flow-step {
	justify-content: flex-start;
	margin-top: 0;
}

.contact-form select,
.contact-form textarea {
	width: 100%;
	min-height: 48px;
	padding: 0.85rem 0.95rem;
	border: 1px solid #cbd5e1;
	border-radius: 10px;
	background: #ffffff;
	color: #111827;
	font: inherit;
}

.contact-form textarea {
	resize: vertical;
	line-height: 1.5;
}

.contact-form select:focus,
.contact-form textarea: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);
}

.robot-check strong {
	color: #CA0C4C;
}

.contact-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-top: 20px;
}

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

.contact-card h2 {
	color: #CA0C4C;
	font-size: 1.2rem;
	margin-bottom: 10px;
}

.contact-card p {
	color: #4b5563;
	margin-top: 8px;
}

@media (max-width: 980px) {
	.contact-layout {
		grid-template-columns: 1fr;
	}

	.contact-summary {
		position: static;
	}

	.contact-departments {
		grid-template-columns: 1fr;
	}
}

.robot-check {
	display: flex !important;
	align-items: center !important;
	gap: 8px !important;
	flex-wrap: nowrap !important;
	white-space: nowrap !important;
}

.robot-check input {
	flex: 1 1 auto !important;
	width: 100% !important;
	min-width: 0 !important;
	margin: 0 !important;
}

.robot-check strong {
	display: inline !important;
}
