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

[hidden] {
  display: none !important;
}

body {
  --fiber-header-height: 88px;
  font-family: 'Muli', 'Segoe UI', system-ui, -apple-system, sans-serif;
  color: #333;
  background:
    radial-gradient(circle at top right, rgba(120, 171, 230, 0.14), transparent 28%),
    linear-gradient(180deg, #f7f9fc 0, #ffffff 220px, #ffffff 100%);
  margin: 0;
  padding: 0;
  position: relative;
}

.fiber-site-header {
  background: #245c99;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.fiber-site-header-inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  min-height: var(--fiber-header-height);
  display: flex;
  align-items: center;
}

.fiber-site-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.fiber-site-logo {
  display: block;
  width: auto;
  max-width: 186px;
  height: auto;
}

.fiber-page-shell {
  min-height: calc(100vh - var(--fiber-header-height));
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
  padding: 2.25rem 0 0;
}

.fiber-home-page .fiber-page-shell {
  width: 100%;
  max-width: none;
  padding-top: 1.75rem;
}

.fiber-home-hero {
  min-height: 50vh;
  padding: 0;
  color: #fff;
  position: relative;
  background-image: url('../images/header-background.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.fiber-home-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

.fiber-home-hero-inner {
  width: min(1200px, calc(100% - 32px));
  min-height: 50vh;
  margin: 0 auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
}

.fiber-home-hero-copy {
  width: min(72%, 860px);
  color: #fff;
  position: relative;
  z-index: 2;
  padding-left: 0;
}

.fiber-home-hero-title {
  font-size: clamp(2rem, 3.4vw, 3.15rem);
  line-height: 1.1;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.fiber-home-hero-text {
  margin-top: 0.75rem;
  max-width: 700px;
  font-size: 1.08rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
}

.fiber-page-hero {
  max-width: 760px;
  color: #154E8F;
  margin-bottom: 2rem;
  padding: 2rem 2.25rem;
  border-radius: 20px;
  background: linear-gradient(180deg, #ffffff 0, #f7fafe 100%);
  border: 1px solid rgba(21, 78, 143, 0.08);
  box-shadow: 0 10px 26px rgba(15, 63, 116, 0.06);
}

.fiber-page-eyebrow {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f5a71e;
  margin-bottom: 0.85rem;
}

.fiber-page-heading {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0.8rem;
}

.fiber-page-copy {
  font-size: 1.02rem;
  line-height: 1.7;
  color: #556270;
}

/* Main Container */
.fiber-container {
  width: 100%;
  max-width: 960px;
  margin: 0;
  padding: 0;
}

.fiber-home-page .fiber-container {
  width: min(1200px, calc(100% - 32px));
  max-width: none;
  margin: 0 auto;
}

/* Card */
.fiber-card {
  background: #f4f5f7;
  border-radius: 16px;
  box-shadow: 0 16px 40px rgba(15, 63, 116, 0.14);
  padding: 2.5rem;
  border-top: 4px solid #154E8F;
  border: 1px solid rgba(21, 78, 143, 0.08);
}

.fiber-home-page .fiber-card {
  max-width: 760px;
  margin: 0 auto;
}

.fiber-customer-type-field {
  width: 100%;
  margin-bottom: 1rem;
}

.fiber-home-page .fiber-form {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: stretch;
}

.fiber-customer-type-label {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: #154E8F;
}

.fiber-customer-type-toggle {
  display: inline-flex;
  width: 100%;
  max-width: 360px;
  padding: 4px;
  border-radius: 12px;
  background: #e9eef5;
  gap: 0;
}

.fiber-customer-type-option {
  flex: 1;
}

.fiber-customer-type-toggle .fiber-customer-type-chip {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  padding: 0.7rem 1rem;
  border: none;
  border-radius: 10px;
  background: transparent;
  color: #5c6774;
  font-weight: 700;
}

.fiber-customer-type-toggle .fiber-install-window-option input:checked + .fiber-customer-type-chip {
  background: #154E8F;
  color: #fff;
  box-shadow: 0 8px 18px rgba(21, 78, 143, 0.18);
}

.fiber-customer-type-toggle .fiber-install-window-option .fiber-customer-type-chip:hover {
  background: rgba(21, 78, 143, 0.08);
}

.fiber-customer-type-toggle .fiber-install-window-option input:checked + .fiber-customer-type-chip:hover {
  background: #154E8F;
}

.fiber-home-search-row {
  display: flex;
  gap: 0.5rem;
  align-items: stretch;
}

@media (max-width: 480px) {
  .fiber-home-search-row {
    flex-direction: column;
  }
}

@media (max-width: 640px) {
  .fiber-customer-type-toggle {
    max-width: none;
  }
}

.fiber-site-footer {
  margin-top: 0;
  padding: 2.5rem 0 1.5rem;
  background: #245c99;
  color: rgba(255, 255, 255, 0.88);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.fiber-site-footer-inner {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.fiber-site-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(260px, 1fr);
  gap: 2rem;
}

.fiber-site-footer-title {
  margin-bottom: 0.75rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: #fff;
}

.fiber-site-footer-copy {
  font-size: 0.95rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.78);
}

.fiber-site-footer-contact {
  justify-self: end;
}

.fiber-site-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fiber-site-footer-list li + li {
  margin-top: 0.35rem;
}

.fiber-site-footer-social-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.5rem;
  padding: 0;
  margin: 0.6rem 0 0;
}

.fiber-site-footer-social-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}

.fiber-site-footer-social-icon {
  display: block;
  max-width: 30px;
  max-height: 30px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.fiber-site-footer-social-link:hover .fiber-site-footer-social-icon {
  transform: translateY(-1px);
  opacity: 0.92;
}

.fiber-site-footer-link {
  color: #dce8ff;
  text-decoration: none;
}

.fiber-site-footer-link:hover {
  color: #fff;
  text-decoration: underline;
}

.fiber-site-footer-divider {
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin: 1.75rem 0 1rem;
}

.fiber-site-footer-bottom {
  text-align: center;
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.72);
}

/* Title */
.fiber-title {
  font-size: 1.85rem;
  font-weight: 700;
  color: #154E8F;
  margin-bottom: 0.25rem;
}

.fiber-card-heading {
  font-size: 1.7rem;
  font-weight: 700;
  color: #154E8F;
  margin-bottom: 0.35rem;
}

.fiber-subtitle {
  font-size: 1rem;
  color: #666;
  margin-bottom: 1.5rem;
}

/* Form */
.fiber-form {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0;
  align-items: stretch;
}

.fiber-inline-status {
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border-radius: 10px;
  background: #eef5fc;
  border: 1px solid rgba(21, 78, 143, 0.14);
  color: #154E8F;
  font-size: 0.95rem;
  line-height: 1.5;
}

.fiber-inline-status.error {
  background: #fbe9e7;
  border-color: #e53935;
  color: #8a1c12;
}

.fiber-search-help {
  margin-top: 1.25rem;
}

.fiber-search-help-text {
  font-size: 0.95rem;
  line-height: 1.6;
  color: #5b6673;
}

.fiber-input {
  flex: 1;
  min-height: 54px;
  padding: 0.9rem 1rem;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
  transition: border-color 0.2s;
}

.fiber-input:focus {
  outline: none;
  border-color: #154E8F;
  box-shadow: 0 0 0 3px rgba(21, 78, 143, 0.12);
}

.fiber-place-autocomplete {
  display: block;
  flex: 1;
  min-width: 0;
  height: 54px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #1f2e40;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.4;
  color-scheme: light;
}

.fiber-place-autocomplete:focus-within {
  border-color: #154E8F;
  box-shadow: 0 0 0 3px rgba(21, 78, 143, 0.12);
}

.fiber-place-autocomplete::part(input) {
  height: 52px;
  padding: 0 1rem;
  border: none;
  border-radius: 8px;
  background: transparent;
  color: inherit;
  font: inherit;
}

.fiber-place-autocomplete::part(input):focus {
  outline: none;
}

/* Buttons */
.fiber-button {
  min-height: 54px;
  padding: 0.85rem 1.5rem;
  background: #F5A71E;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: background 0.2s;
}

.fiber-button:hover {
  background: #d9920e;
}

.fiber-button:disabled {
  background: #bbb;
  cursor: not-allowed;
}

.fiber-button.secondary {
  background: transparent;
  color: #154E8F;
  border: 1px solid #154E8F;
  font-weight: 600;
}

.fiber-button.secondary:hover {
  background: rgba(21, 78, 143, 0.06);
}

/* Result Card */
.fiber-result {
  display: none;
  margin-top: 2rem;
  padding: 1.5rem;
  border-radius: 12px;
  text-align: center;
}

.fiber-result.available {
  background: #e8f5e9;
  border: 1px solid #4caf50;
}

.fiber-result.coming-soon {
  background: #e3f0fa;
  border: 1px solid #78ABE6;
}

.fiber-result.not-available {
  background: #fff8e1;
  border: 1px solid #F5A71E;
}

.fiber-result.error {
  background: #fbe9e7;
  border: 1px solid #e53935;
}

.fiber-result-icon {
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.fiber-result-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: #154E8F;
  margin-bottom: 0.4rem;
}

.fiber-result-message {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}

.fiber-result-submessage {
  font-size: 0.92rem;
  color: #555;
  margin: -0.5rem 0 1.25rem;
  line-height: 1.5;
}

.fiber-coverage-map {
  margin: 0 0 1.25rem;
  text-align: center;
}

.fiber-coverage-map-label {
  font-size: 0.92rem;
  color: #444;
  margin-bottom: 0.75rem;
}

.fiber-coverage-map-expand {
  margin-top: 0.75rem;
}

.fiber-map-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
}

.fiber-map-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.fiber-map-modal-dialog {
  position: relative;
  width: min(96vw, 1200px);
  height: min(92vh, 900px);
  margin: 4vh auto;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
}

.fiber-map-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(21, 78, 143, 0.12);
}

.fiber-map-modal-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #154E8F;
}

.fiber-map-modal-close {
  border: none;
  background: transparent;
  color: #154E8F;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.fiber-map-modal-frame {
  width: 100%;
  height: calc(100% - 69px);
  border: 0;
  background: #fff;
}

.fiber-order-modal {
  position: fixed;
  inset: 0;
  z-index: 1100;
}

.fiber-order-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
}

.fiber-order-modal-dialog {
  position: relative;
  width: min(96vw, 920px);
  max-height: 92vh;
  margin: 4vh auto;
  background: #fff;
  border-radius: 12px;
  overflow: auto;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.24);
}

.fiber-updates-modal-dialog {
  width: min(96vw, 760px);
}

.fiber-order-modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid rgba(21, 78, 143, 0.12);
}

.fiber-order-modal-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #154E8F;
}

.fiber-order-step-label {
  margin-top: 0.25rem;
  font-size: 0.92rem;
  color: #666;
}

.fiber-order-modal-close {
  border: none;
  background: transparent;
  color: #154E8F;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.fiber-order-form {
  padding: 1.5rem;
}

.fiber-order-step {
  display: block;
}

.fiber-order-section-title {
  font-size: 1.1rem;
  font-weight: 700;
  color: #154E8F;
  margin-bottom: 0.4rem;
}

.fiber-order-section-text {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 1.25rem;
}

.fiber-updates-map-action {
  margin-bottom: 1.25rem;
}

.fiber-updates-footnote {
  margin-top: 0.9rem;
  font-size: 0.94rem;
  color: #6a7a8d;
  text-align: right;
}

.fiber-order-error {
  margin: 1rem 1.5rem 0;
  padding: 0.85rem 1rem;
  border-radius: 8px;
  background: #fbe9e7;
  border: 1px solid #e53935;
  color: #8a1c12;
  font-size: 0.92rem;
}

.fiber-package-grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.fiber-package-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fiber-package-card {
  display: block;
  padding: 1.25rem;
  border: 1px solid rgba(21, 78, 143, 0.14);
  border-radius: 18px;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 20px 44px rgba(15, 63, 116, 0.1);
}

.fiber-package-card:hover {
  border-color: rgba(21, 78, 143, 0.24);
  box-shadow: 0 22px 48px rgba(15, 63, 116, 0.14);
  transform: translateY(-2px);
}

.fiber-package-option input:checked + .fiber-package-card {
  border-color: rgba(21, 78, 143, 0.28);
  box-shadow: 0 22px 48px rgba(15, 63, 116, 0.16);
  background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%);
}

.fiber-package-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.fiber-package-card-heading,
.fiber-package-card-price {
  display: flex;
  flex-direction: column;
}

.fiber-package-label {
  display: inline-flex;
  margin-bottom: 0.55rem;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #8a96a5;
}

.fiber-package-card-price {
  align-items: flex-end;
  text-align: right;
  min-width: 120px;
}

.fiber-package-badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 0.6rem;
  padding: 0.32rem 0.72rem;
  border-radius: 999px;
  background: #154E8F;
  color: #fff;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.fiber-package-name {
  font-size: 1.28rem;
  font-weight: 700;
  color: #113f73;
}

.fiber-package-speed {
  margin-top: 0.35rem;
  font-size: 0.95rem;
  color: #516173;
}

.fiber-package-price {
  font-size: 1.55rem;
  font-weight: 700;
  color: #0f3f74;
}

.fiber-package-regular {
  display: block;
  margin-top: 0.3rem;
  font-size: 0.88rem;
  color: #6a7888;
}

.fiber-package-summary {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: #555;
  line-height: 1.45;
  display: block;
}

.fiber-package-note {
  display: block;
  margin-top: 0.65rem;
  font-size: 0.85rem;
  color: #4e5d6e;
  line-height: 1.5;
}

.fiber-package-divider {
  display: block;
  width: 100%;
  height: 1px;
  margin: 1rem 0 0;
  background: rgba(21, 78, 143, 0.14);
}

.fiber-package-features {
  margin: 0.9rem 0 0;
  padding-left: 0;
  color: #4e5d6e;
  list-style: none;
}

.fiber-package-features li {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
}

.fiber-package-features li + li {
  margin-top: 0.45rem;
}

.fiber-package-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 1.15rem;
  margin-top: 0.08rem;
  border-radius: 999px;
  border: 1px solid rgba(21, 78, 143, 0.42);
  color: #154E8F;
  background: rgba(21, 78, 143, 0.05);
  font-size: 0.72rem;
  font-weight: 700;
  flex: 0 0 auto;
}

.fiber-package-select-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.65rem;
  margin-top: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(21, 78, 143, 0.18);
  border-radius: 12px;
  background: rgba(21, 78, 143, 0.06);
}

.fiber-package-select-text {
  font-weight: 700;
  color: #154E8F;
}

.fiber-package-select-indicator {
  display: inline-flex;
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  border: 1.5px solid rgba(21, 78, 143, 0.32);
  background: #fff;
  flex: 0 0 auto;
}

.fiber-package-option input:checked + .fiber-package-card .fiber-package-select-indicator {
  border-color: #154E8F;
  background: linear-gradient(180deg, #154E8F 0%, #2b6bb2 100%);
  box-shadow: inset 0 0 0 4px #fff;
}

.fiber-package-option input:checked + .fiber-package-card .fiber-package-select-row {
  border-color: rgba(21, 78, 143, 0.2);
  background: rgba(21, 78, 143, 0.08);
}

.fiber-package-facts-link-row {
  margin-top: -0.4rem;
}

.fiber-package-facts-link {
  color: #154E8F;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.fiber-package-facts-link:hover {
  color: #0f3f74;
}

.fiber-install-day-grid,
.fiber-install-window-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.fiber-addon-group + .fiber-addon-group {
  margin-top: 1.5rem;
}

.fiber-addon-label-row {
  display: block;
  margin-bottom: 0.75rem;
}

.fiber-addon-link {
  display: inline-block;
  margin-top: 0.35rem;
  color: #154E8F;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.fiber-addon-link:hover {
  color: #0f3f74;
}

.fiber-addon-help {
  margin: 0.35rem 0 0.85rem;
  font-size: 0.88rem;
  color: #6a7a8d;
}

.fiber-addon-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.fiber-install-day-option input,
.fiber-install-window-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.fiber-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  padding: 0.7rem 0.9rem;
  border-radius: 999px;
  border: 1px solid #c6d4e6;
  color: #154E8F;
  background: #fff;
  cursor: pointer;
  font-weight: 600;
  transition: border-color 0.2s, background 0.2s, color 0.2s;
}

.fiber-install-day-option input:checked + .fiber-chip,
.fiber-install-window-option input:checked + .fiber-chip {
  border-color: #154E8F;
  background: rgba(21, 78, 143, 0.08);
  color: #154E8F;
}

.fiber-order-window-group {
  margin-top: 1.5rem;
}

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

.fiber-order-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.fiber-order-field input {
  width: 100%;
  padding: 0.75rem 0.9rem;
  border: 1px solid #c7d0db;
  border-radius: 8px;
  font-size: 1rem;
  font-family: inherit;
}

.fiber-order-field input:focus {
  outline: none;
  border-color: #154E8F;
  box-shadow: 0 0 0 3px rgba(21, 78, 143, 0.12);
}

.fiber-order-field-label {
  font-size: 0.92rem;
  color: #444;
  font-weight: 600;
}

.fiber-order-field-hidden {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.fiber-order-footer {
  display: flex;
  justify-content: space-between;
  gap: 0.75rem;
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(21, 78, 143, 0.12);
}

.fiber-order-footer > :last-child {
  margin-left: auto;
}

.fiber-order-footer-single {
  justify-content: flex-end;
}

.fiber-order-success {
  text-align: center;
  padding: 2rem 1rem 1rem;
}

.fiber-flow-shell {
  width: 100%;
  max-width: 960px;
}

.fiber-flow-topline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.fiber-flow-topline-address {
  margin-bottom: 0;
  color: #1f2a36;
}

.fiber-flow-back-link {
  display: inline-flex;
  align-items: center;
  color: #154E8F;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.14em;
}

.fiber-flow-back-link:hover {
  color: #0f3f74;
}

.fiber-flow-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(21, 78, 143, 0.08);
  box-shadow: 0 16px 40px rgba(15, 63, 116, 0.14);
  padding: 2rem;
}

.fiber-flow-summary {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(21, 78, 143, 0.12);
}

.fiber-flow-eyebrow {
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f5a71e;
  margin-bottom: 0.75rem;
}

.fiber-flow-address-card {
  margin-top: 1rem;
  padding: 1rem 1.1rem;
  border-radius: 12px;
  background: #f7fafe;
  border: 1px solid rgba(120, 171, 230, 0.28);
}

.fiber-flow-address-label {
  display: block;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a7a8d;
  margin-bottom: 0.35rem;
}

.fiber-flow-address-value {
  color: #154E8F;
  font-size: 1rem;
  line-height: 1.5;
}

.fiber-flow-header {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.fiber-flow-empty {
  text-align: center;
}

.fiber-order-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 1.8rem;
  font-weight: 700;
}

.fiber-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 480px) {
  .fiber-form {
    flex-direction: column;
  }

  .fiber-button {
    width: 100%;
  }

  .fiber-card {
    padding: 1.5rem;
  }

  .fiber-flow-card {
    padding: 1.5rem;
  }

  .fiber-site-header-inner,
  .fiber-page-shell {
    width: min(100%, calc(100% - 24px));
  }

  .fiber-page-shell {
    padding-top: 1.5rem;
  }

  .fiber-site-footer-inner {
    width: min(100%, calc(100% - 24px));
  }

  .fiber-site-footer-grid {
    grid-template-columns: 1fr;
  }

  .fiber-site-footer-contact {
    justify-self: start;
  }

  .fiber-site-footer-social-list {
    justify-content: flex-start;
  }

  .fiber-home-hero {
    min-height: 320px;
  }

  .fiber-home-hero-inner {
    min-height: 320px;
    align-items: flex-end;
    padding-bottom: 1.25rem;
  }

  .fiber-home-hero-copy {
    max-width: 320px;
    padding-left: 0;
  }

  .fiber-home-hero-title {
    white-space: normal;
  }

  .fiber-addon-label-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .fiber-home-hero-title {
    font-size: 2rem;
  }

  .fiber-home-hero-text {
    font-size: 0.98rem;
  }

  .fiber-page-hero {
    padding: 1.5rem;
    border-radius: 16px;
  }

  .fiber-page-heading {
    font-size: 2rem;
  }

  .fiber-flow-address-card {
    padding: 0.9rem 1rem;
  }

  .fiber-order-form-grid {
    grid-template-columns: 1fr;
  }

  .fiber-package-card-top {
    flex-direction: column;
  }

  .fiber-package-card-price {
    align-items: flex-start;
    text-align: left;
  }

  .fiber-coverage-map-expand {
    width: 100%;
  }

  .fiber-map-modal-dialog {
    width: 100vw;
    height: 100vh;
    margin: 0;
    border-radius: 0;
  }

  .fiber-order-modal-dialog {
    width: 100vw;
    max-height: 100vh;
    height: 100vh;
    margin: 0;
    border-radius: 0;
  }

  .fiber-order-footer {
    flex-direction: column-reverse;
  }

  .fiber-flow-topline {
    flex-direction: column;
    align-items: flex-start;
  }
}
