.page-copertura-fibra-business .public-site-hero::after {
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.22) 0%, rgba(0, 194, 255, 0) 42%),
    radial-gradient(circle at bottom left, rgba(243, 137, 0, 0.16) 0%, rgba(243, 137, 0, 0) 36%);
  opacity: 1;
}

.coverage-geo {
  background: #ffffff;
}

.coverage-geo__intro {
  background:
    radial-gradient(circle at top left, rgba(29, 78, 216, 0.08) 0%, rgba(29, 78, 216, 0) 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.coverage-geo-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-bottom: 1.6rem;
  color: #64748b;
  font-size: 0.92rem;
}

.coverage-geo-breadcrumb a {
  color: #1d4ed8;
  font-weight: 700;
  text-decoration: none;
}

.coverage-geo__kicker {
  margin: 0 0 0.75rem;
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coverage-geo h2 {
  margin: 0;
  color: #14183e;
  font-size: clamp(2rem, 3vw, 2.85rem);
  line-height: 1.12;
}

.coverage-geo h3 {
  color: #14183e;
}

.coverage-geo__copy {
  margin-top: 1.15rem;
}

.coverage-geo__copy p,
.coverage-geo-section-heading p,
.coverage-geo-cta p,
.coverage-geo-empty p,
.coverage-geo-bottom-cta p {
  color: #52637a;
  line-height: 1.8;
}

.coverage-geo-cta,
.coverage-geo-panel,
.coverage-geo-facts,
.coverage-geo-empty {
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(0, 194, 255, 0.1) 0%, rgba(0, 194, 255, 0) 32%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.08);
}

.coverage-geo-cta,
.coverage-geo-panel,
.coverage-geo-facts {
  padding: 1.6rem;
}

.coverage-geo-cta span,
.coverage-geo-bottom-cta span {
  display: inline-flex;
  margin-bottom: 0.6rem;
  color: #f38900;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coverage-geo-cta h3 {
  margin-bottom: 0.75rem;
}

.coverage-geo-section-heading {
  max-width: 820px;
  margin-bottom: 2rem;
}

.coverage-geo-map-shell {
  --coverage-geo-premium-ink: #f8fbff;
  --coverage-geo-premium-muted: #b9c8df;
  position: relative;
  overflow: hidden;
  padding: clamp(1.15rem, 3vw, 2.8rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 38px;
  background:
    radial-gradient(circle at 10% 8%, rgba(55, 215, 255, 0.34) 0%, rgba(55, 215, 255, 0) 28%),
    radial-gradient(circle at 92% 88%, rgba(243, 137, 0, 0.28) 0%, rgba(243, 137, 0, 0) 34%),
    linear-gradient(135deg, #040816 0%, #0b1736 42%, #102c71 100%);
  box-shadow: 0 34px 90px rgba(5, 12, 32, 0.24);
}

.coverage-geo-map-shell::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  opacity: 0.6;
  mask-image: linear-gradient(135deg, #000 0%, transparent 74%);
  -webkit-mask-image: linear-gradient(135deg, #000 0%, transparent 74%);
  pointer-events: none;
}

.coverage-geo-map-shell::after {
  position: absolute;
  right: -140px;
  bottom: -180px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(55, 215, 255, 0.2);
  border-radius: 999px;
  background: repeating-radial-gradient(circle, rgba(55, 215, 255, 0.14) 0 1px, transparent 1px 24px);
  content: "";
  pointer-events: none;
}

.coverage-geo-map-shell > .row,
.coverage-geo-map-shell__header {
  position: relative;
  z-index: 1;
}

.coverage-geo-map-shell__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1.5rem;
  margin-bottom: clamp(1.25rem, 3vw, 2.2rem);
}

.coverage-geo-map-shell__eyebrow {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: #37d7ff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.coverage-geo-map-shell__header h3 {
  max-width: 680px;
  margin: 0;
  color: var(--coverage-geo-premium-ink);
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  line-height: 1.08;
}

.coverage-geo-map-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.7rem;
}

.coverage-geo-map-stats span {
  display: inline-flex;
  min-width: 112px;
  flex-direction: column;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.08);
  color: var(--coverage-geo-premium-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.coverage-geo-map-stats strong {
  color: #ffffff;
  font-size: 1.55rem;
  line-height: 1;
}

.coverage-geo-map-card,
.coverage-geo-region-panel {
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.06) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 22px 60px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(18px);
}

.coverage-geo-map-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100%;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1rem, 2vw, 1.5rem);
}

.coverage-geo-map-card::before {
  position: absolute;
  inset: 10% 8% auto auto;
  width: 140px;
  height: 140px;
  border-radius: 999px;
  background: rgba(243, 137, 0, 0.16);
  filter: blur(28px);
  content: "";
  pointer-events: none;
}

.coverage-geo-map {
  display: grid;
  min-height: 500px;
  place-items: center;
}

.coverage-geo-map svg {
  position: relative;
  z-index: 1;
  width: min(100%, 390px);
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 28px 26px rgba(0, 0, 0, 0.34));
}

.coverage-geo-map__shape {
  fill: #e4f3fb;
  stroke: rgba(6, 20, 44, 0.42);
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-width: 1.35;
  cursor: pointer;
  transition: fill 0.18s ease, stroke 0.18s ease, filter 0.18s ease;
}

.coverage-geo-map__link:hover .coverage-geo-map__shape,
.coverage-geo-map__link:focus .coverage-geo-map__shape,
.coverage-geo-map__link:focus-visible .coverage-geo-map__shape {
  fill: #f38900;
  stroke: #ffffff;
  filter: drop-shadow(0 0 12px rgba(243, 137, 0, 0.72));
}

.coverage-geo-map__link--disabled {
  pointer-events: none;
}

.coverage-geo-map__link--disabled .coverage-geo-map__shape {
  fill: rgba(148, 163, 184, 0.36);
  cursor: default;
}

.coverage-geo-map-card__caption {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background: rgba(4, 8, 22, 0.36);
}

.coverage-geo-map-card__caption span {
  color: #37d7ff;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.coverage-geo-map-card__caption p {
  max-width: 240px;
  margin: 0;
  color: var(--coverage-geo-premium-muted);
  font-size: 0.9rem;
  line-height: 1.45;
  text-align: right;
}

.coverage-geo-region-panel {
  padding: clamp(1.25rem, 3vw, 2.1rem);
}

.coverage-geo-region-panel__eyebrow {
  display: inline-flex;
  margin-bottom: 0.6rem;
  color: #f38900;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coverage-geo-region-panel h3 {
  margin-bottom: 0.75rem;
  color: #ffffff;
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.coverage-geo-region-panel p {
  margin-bottom: 1.25rem;
  color: var(--coverage-geo-premium-muted);
  line-height: 1.75;
}

.coverage-geo-region-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.coverage-geo-region-link {
  display: flex;
  min-height: 64px;
  flex-direction: column;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.85rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.coverage-geo-region-link:hover,
.coverage-geo-region-link:focus {
  transform: translateY(-2px);
  border-color: rgba(55, 215, 255, 0.38);
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
}

.coverage-geo-region-link span {
  color: #ffffff;
  font-weight: 800;
}

.coverage-geo-region-link small {
  color: var(--coverage-geo-premium-muted);
}

.coverage-geo-province-grid {
  position: relative;
}

.coverage-geo-province-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 255px;
  flex-direction: column;
  gap: 0.95rem;
  height: 100%;
  padding: clamp(1.2rem, 2.2vw, 1.55rem);
  border: 1px solid rgba(20, 24, 62, 0.08);
  border-radius: 28px;
  background:
    radial-gradient(circle at 92% 12%, rgba(55, 215, 255, 0.18) 0%, rgba(55, 215, 255, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  color: #14183e;
  text-decoration: none;
  box-shadow: 0 18px 48px rgba(12, 23, 49, 0.08);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.coverage-geo-province-card::before {
  position: absolute;
  right: -42px;
  top: -42px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(47, 50, 125, 0.08);
  border-radius: 999px;
  background: repeating-radial-gradient(circle, rgba(47, 50, 125, 0.08) 0 1px, transparent 1px 16px);
  content: "";
  pointer-events: none;
}

.coverage-geo-province-card::after {
  position: absolute;
  inset: auto 1.35rem 1.25rem auto;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background:
    linear-gradient(135deg, #f38900 0%, #ffb13d 100%);
  color: #ffffff;
  content: "\2192";
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1;
  transform: translateX(0);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.coverage-geo-province-card:hover,
.coverage-geo-province-card:focus {
  transform: translateY(-5px);
  border-color: rgba(55, 215, 255, 0.34);
  background:
    radial-gradient(circle at 92% 12%, rgba(55, 215, 255, 0.28) 0%, rgba(55, 215, 255, 0) 36%),
    linear-gradient(180deg, #ffffff 0%, #f1f8ff 100%);
  box-shadow: 0 28px 72px rgba(12, 23, 49, 0.14);
}

.coverage-geo-province-card:focus-visible {
  outline: 3px solid rgba(55, 215, 255, 0.38);
  outline-offset: 4px;
}

.coverage-geo-province-card:hover::after,
.coverage-geo-province-card:focus::after {
  transform: translateX(4px);
  box-shadow: 0 12px 28px rgba(243, 137, 0, 0.28);
}

.coverage-geo-province-card__top {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.coverage-geo-province-card__badge,
.coverage-geo-province-card__count {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coverage-geo-province-card__badge {
  padding: 0.38rem 0.72rem;
  background: rgba(47, 50, 125, 0.08);
  color: #2f327d;
}

.coverage-geo-province-card__count {
  padding: 0.38rem 0.7rem;
  background: rgba(243, 137, 0, 0.12);
  color: #b96500;
  white-space: nowrap;
}

.coverage-geo-province-card strong {
  position: relative;
  z-index: 1;
  max-width: 82%;
  color: #14183e;
  font-size: clamp(1.55rem, 2.2vw, 2rem);
  line-height: 1.05;
}

.coverage-geo-province-card__text {
  position: relative;
  z-index: 1;
  max-width: 88%;
  color: #64748b;
  line-height: 1.65;
}

.coverage-geo-province-card__cta {
  position: relative;
  z-index: 1;
  display: inline-flex;
  margin-top: auto;
  padding-right: 3.4rem;
  padding-top: 0.6rem;
  color: #1d4ed8;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coverage-geo-city-explorer {
  position: relative;
  display: grid;
  gap: 1.35rem;
}

.coverage-geo-city-search-hero {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: center;
  grid-template-columns: minmax(240px, 1.1fr) minmax(280px, 0.85fr);
  gap: clamp(1rem, 2.5vw, 1.8rem);
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 34px;
  background:
    radial-gradient(circle at 12% 10%, rgba(55, 215, 255, 0.32) 0%, rgba(55, 215, 255, 0) 34%),
    radial-gradient(circle at 92% 82%, rgba(243, 137, 0, 0.22) 0%, rgba(243, 137, 0, 0) 32%),
    linear-gradient(135deg, #040816 0%, #0b1736 44%, #102c71 100%);
  box-shadow: 0 30px 78px rgba(5, 12, 32, 0.18);
}

.coverage-geo-city-search-hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  content: "";
  mask-image: linear-gradient(135deg, #000 0%, transparent 72%);
  -webkit-mask-image: linear-gradient(135deg, #000 0%, transparent 72%);
  pointer-events: none;
}

.coverage-geo-city-search-hero__copy,
.coverage-geo-city-search,
.coverage-geo-city-search-hero__stats,
.coverage-geo-city-search-feedback,
.coverage-geo-city-suggestions,
.coverage-geo-city-search-hero .coverage-geo-city-empty {
  position: relative;
  z-index: 1;
}

.coverage-geo-city-search-hero__copy span,
.coverage-geo-city-featured__heading span,
.coverage-geo-city-directory__heading span {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: #37d7ff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coverage-geo-city-search-hero__copy h3,
.coverage-geo-city-featured__heading h3,
.coverage-geo-city-directory__heading h3 {
  margin: 0;
  color: #14183e;
  font-size: clamp(1.65rem, 2.7vw, 2.4rem);
  line-height: 1.08;
}

.coverage-geo-city-search-hero__copy h3 {
  color: #ffffff;
}

.coverage-geo-city-search-hero__copy p,
.coverage-geo-city-directory__heading p {
  max-width: 680px;
  margin: 0.9rem 0 0;
  color: #b9c8df;
  line-height: 1.75;
}

.coverage-geo-city-search-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  grid-column: 1 / -1;
}

.coverage-geo-city-search-hero__stats span {
  display: inline-flex;
  min-width: 130px;
  flex-direction: column;
  padding: 0.78rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #b9c8df;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.coverage-geo-city-search-hero__stats strong {
  color: #ffffff;
  font-size: 1.45rem;
  letter-spacing: 0;
  line-height: 1;
}

.coverage-geo-city-search-feedback {
  grid-column: 1 / -1;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 800;
}

.coverage-geo-city-suggestions {
  display: grid;
  grid-column: 1 / -1;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
}

.coverage-geo-city-suggestion {
  display: flex;
  min-height: 92px;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
  padding: 0.95rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.coverage-geo-city-suggestion:hover,
.coverage-geo-city-suggestion:focus {
  transform: translateY(-2px);
  border-color: rgba(55, 215, 255, 0.42);
  background: rgba(255, 255, 255, 0.15);
}

.coverage-geo-city-suggestion strong {
  color: #ffffff;
  font-size: 1.05rem;
}

.coverage-geo-city-suggestion span {
  color: #b9c8df;
  font-size: 0.86rem;
  line-height: 1.35;
}

.coverage-geo-city-search-hero .coverage-geo-city-empty {
  grid-column: 1 / -1;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.coverage-geo-city-search-hero .coverage-geo-city-empty strong,
.coverage-geo-city-search-hero .coverage-geo-city-empty p {
  color: #ffffff;
}

.coverage-geo-city-featured,
.coverage-geo-city-directory {
  padding: clamp(1rem, 2.4vw, 1.45rem);
  border: 1px solid rgba(20, 24, 62, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at 95% 5%, rgba(55, 215, 255, 0.14) 0%, rgba(55, 215, 255, 0) 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 20px 54px rgba(12, 23, 49, 0.08);
}

.coverage-geo-city-featured__heading,
.coverage-geo-city-directory__heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.coverage-geo-city-featured__heading span,
.coverage-geo-city-directory__heading span {
  color: #1d4ed8;
}

.coverage-geo-city-directory__heading p {
  max-width: 420px;
  margin: 0;
  color: #64748b;
  text-align: right;
}

.coverage-geo-city-alpha-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.coverage-geo-city-alpha-nav a {
  display: inline-flex;
  min-width: 38px;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(47, 50, 125, 0.1);
  border-radius: 13px;
  background: #ffffff;
  color: #2f327d;
  font-weight: 900;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.coverage-geo-city-alpha-nav a:hover,
.coverage-geo-city-alpha-nav a:focus {
  transform: translateY(-2px);
  border-color: rgba(55, 215, 255, 0.36);
  box-shadow: 0 12px 26px rgba(12, 23, 49, 0.08);
}

.coverage-geo-city-groups {
  display: grid;
  gap: 0.75rem;
}

.coverage-geo-city-group {
  overflow: hidden;
  border: 1px solid rgba(20, 24, 62, 0.08);
  border-radius: 20px;
  background: #ffffff;
}

.coverage-geo-city-group summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.95rem 1rem;
  color: #14183e;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.coverage-geo-city-group summary::-webkit-details-marker {
  display: none;
}

.coverage-geo-city-group summary::after {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: rgba(47, 50, 125, 0.08);
  color: #2f327d;
  content: "+";
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  font-weight: 900;
}

.coverage-geo-city-group[open] summary::after {
  content: "-";
}

.coverage-geo-city-group summary small {
  margin-left: auto;
  color: #64748b;
  font-weight: 800;
}

.coverage-geo-city-chip-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.6rem;
  padding: 0 1rem 1rem;
}

.coverage-geo-city-chip {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
  padding: 0.65rem 0.75rem;
  border: 1px solid rgba(20, 24, 62, 0.08);
  border-radius: 14px;
  background: #f8fbff;
  color: #14183e;
  font-weight: 800;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.coverage-geo-city-chip:hover,
.coverage-geo-city-chip:focus {
  transform: translateY(-1px);
  border-color: rgba(55, 215, 255, 0.34);
  background: #ffffff;
}

.coverage-geo-city-chip small {
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(243, 137, 0, 0.12);
  color: #b96500;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.coverage-geo-city-detail {
  display: grid;
  gap: 1.25rem;
}

.coverage-geo-city-detail__hero {
  position: relative;
  overflow: hidden;
  display: grid;
  align-items: stretch;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(1rem, 2.5vw, 1.6rem);
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 36px;
  background:
    radial-gradient(circle at 12% 10%, rgba(55, 215, 255, 0.3) 0%, rgba(55, 215, 255, 0) 34%),
    radial-gradient(circle at 86% 80%, rgba(243, 137, 0, 0.24) 0%, rgba(243, 137, 0, 0) 34%),
    linear-gradient(135deg, #040816 0%, #0b1736 44%, #102c71 100%);
  box-shadow: 0 30px 78px rgba(5, 12, 32, 0.18);
}

.coverage-geo-city-detail__hero::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 44px 44px;
  content: "";
  mask-image: linear-gradient(135deg, #000 0%, transparent 72%);
  -webkit-mask-image: linear-gradient(135deg, #000 0%, transparent 72%);
  pointer-events: none;
}

.coverage-geo-city-detail__copy,
.coverage-geo-city-action {
  position: relative;
  z-index: 1;
}

.coverage-geo-city-detail__eyebrow,
.coverage-geo-city-action span,
.coverage-geo-city-data-card__heading span {
  display: inline-flex;
  margin-bottom: 0.6rem;
  color: #37d7ff;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coverage-geo-city-detail__copy h2 {
  max-width: 840px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2rem, 4vw, 3.55rem);
  line-height: 1.02;
}

.coverage-geo-city-detail__text {
  max-width: 760px;
  margin-top: 1.1rem;
}

.coverage-geo-city-detail__text p {
  margin-bottom: 0.85rem;
  color: #d5e1f4;
  font-size: 1.02rem;
  line-height: 1.8;
}

.coverage-geo-city-action {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.25rem, 2.3vw, 1.75rem);
  border: 1px solid rgba(243, 137, 0, 0.36);
  border-radius: 30px;
  background:
    radial-gradient(circle at top right, rgba(243, 137, 0, 0.28) 0%, rgba(243, 137, 0, 0) 36%),
    rgba(255, 255, 255, 0.12);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 24px 54px rgba(243, 137, 0, 0.18);
  backdrop-filter: blur(16px);
}

.coverage-geo-city-action h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.45rem;
  line-height: 1.1;
}

.coverage-geo-city-action p {
  margin: 0.75rem 0 1rem;
  color: #d5e1f4;
  line-height: 1.65;
}

.coverage-geo-city-action__button {
  display: inline-flex;
  width: 100%;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.25rem;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(135deg, #f38900 0%, #ffb13d 100%);
  color: #101735;
  font-weight: 900;
  text-align: center;
  box-shadow: 0 18px 34px rgba(243, 137, 0, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.coverage-geo-city-action__button:hover,
.coverage-geo-city-action__button:focus {
  color: #101735;
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(243, 137, 0, 0.36);
}

.coverage-geo-city-action small {
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.45;
}

.coverage-geo-city-local-copy,
.coverage-geo-city-data-card,
.coverage-geo-city-steps article,
.coverage-geo-nearby {
  border: 1px solid rgba(20, 24, 62, 0.08);
  background:
    radial-gradient(circle at 95% 8%, rgba(55, 215, 255, 0.12) 0%, rgba(55, 215, 255, 0) 34%),
    linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  box-shadow: 0 18px 48px rgba(12, 23, 49, 0.08);
}

.coverage-geo-city-local-copy {
  padding: clamp(1.15rem, 2.4vw, 1.55rem);
  border-radius: 28px;
}

.coverage-geo-city-local-copy span {
  display: inline-flex;
  margin-bottom: 0.55rem;
  color: #1d4ed8;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.coverage-geo-city-local-copy h3 {
  margin: 0;
  color: #14183e;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.coverage-geo-city-local-copy p {
  max-width: 960px;
  margin: 0.85rem 0 0;
  color: #52637a;
  font-size: 1.02rem;
  line-height: 1.85;
}

.coverage-geo-city-data-card {
  padding: clamp(1.15rem, 2.4vw, 1.55rem);
  border-radius: 28px;
}

.coverage-geo-city-data-card__heading {
  margin-bottom: 1rem;
}

.coverage-geo-city-data-card__heading span {
  color: #1d4ed8;
}

.coverage-geo-city-data-card__heading h3 {
  margin: 0;
  color: #14183e;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.coverage-geo-city-data-card__note {
  max-width: 780px;
  margin: -0.25rem 0 1rem;
  color: #64748b;
  line-height: 1.65;
}

.coverage-geo-city-cap-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.coverage-geo-city-cap-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.65rem 0.9rem;
  border: 1px solid rgba(47, 50, 125, 0.1);
  border-radius: 999px;
  background: #ffffff;
  color: #14183e;
  font-weight: 900;
  letter-spacing: 0.04em;
  box-shadow: 0 10px 24px rgba(12, 23, 49, 0.06);
}

.coverage-geo-city-cap-more {
  margin-top: 0.9rem;
}

.coverage-geo-city-cap-more summary {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 44px;
  padding: 0.65rem 0.95rem;
  border: 1px solid rgba(29, 78, 216, 0.16);
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.08);
  color: #1d4ed8;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.coverage-geo-city-cap-more summary::-webkit-details-marker {
  display: none;
}

.coverage-geo-city-cap-more summary small {
  display: inline-flex;
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  background: #ffffff;
  color: #2f327d;
  font-size: 0.72rem;
}

.coverage-geo-city-cap-list--all {
  margin-top: 0.8rem;
  padding-top: 0.9rem;
  border-top: 1px solid rgba(20, 24, 62, 0.08);
}

.coverage-geo-city-zone {
  margin: 1rem 0 0;
  color: #64748b;
}

.coverage-geo-city-zone strong {
  color: #14183e;
}

.coverage-geo-city-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.coverage-geo-city-steps article {
  padding: 1.2rem;
  border-radius: 24px;
}

.coverage-geo-city-steps article > span {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 1rem;
  border-radius: 16px;
  background: linear-gradient(135deg, #2f327d 0%, #1d4ed8 58%, #37d7ff 100%);
  color: #ffffff;
  font-weight: 900;
}

.coverage-geo-city-steps h3 {
  margin-bottom: 0.55rem;
  color: #14183e;
  font-size: 1.15rem;
}

.coverage-geo-city-steps p {
  margin: 0;
  color: #64748b;
  line-height: 1.65;
}

.coverage-geo-city-chip-list--nearby {
  margin-top: 1rem;
}

.coverage-geo-nearby {
  padding: clamp(1.1rem, 2.4vw, 1.45rem);
  border-radius: 30px;
}

.coverage-geo-city-finder {
  position: relative;
  overflow: hidden;
  padding: clamp(1rem, 2.4vw, 1.5rem);
  border: 1px solid rgba(20, 24, 62, 0.08);
  border-radius: 34px;
  background:
    radial-gradient(circle at 7% 0%, rgba(55, 215, 255, 0.18) 0%, rgba(55, 215, 255, 0) 30%),
    linear-gradient(180deg, #ffffff 0%, #f6faff 100%);
  box-shadow: 0 24px 64px rgba(12, 23, 49, 0.1);
}

.coverage-geo-city-finder::before {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(47, 50, 125, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(47, 50, 125, 0.035) 1px, transparent 1px);
  background-size: 38px 38px;
  content: "";
  mask-image: linear-gradient(135deg, #000 0%, transparent 70%);
  -webkit-mask-image: linear-gradient(135deg, #000 0%, transparent 70%);
  pointer-events: none;
}

.coverage-geo-city-finder__bar,
.coverage-geo-city-grid,
.coverage-geo-city-empty {
  position: relative;
  z-index: 1;
}

.coverage-geo-city-finder__bar {
  display: grid;
  align-items: center;
  grid-template-columns: minmax(180px, 1fr) minmax(260px, 430px) auto;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  background:
    radial-gradient(circle at top right, rgba(55, 215, 255, 0.22) 0%, rgba(55, 215, 255, 0) 32%),
    linear-gradient(135deg, #071229 0%, #102c71 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.coverage-geo-city-finder__intro,
.coverage-geo-city-finder__meta {
  display: flex;
  flex-direction: column;
  gap: 0.22rem;
}

.coverage-geo-city-finder__intro span,
.coverage-geo-city-finder__meta small {
  color: #37d7ff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.coverage-geo-city-finder__intro strong,
.coverage-geo-city-finder__meta span {
  color: #ffffff;
  font-weight: 900;
}

.coverage-geo-city-finder__meta {
  align-items: flex-end;
  text-align: right;
}

.coverage-geo-city-search {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin: 0;
}

.coverage-geo-city-search span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.coverage-geo-city-search input {
  width: 100%;
  min-height: 54px;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.94);
  color: #14183e;
  font-weight: 800;
  outline: none;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.coverage-geo-city-search input:focus {
  border-color: rgba(55, 215, 255, 0.7);
  box-shadow:
    0 16px 34px rgba(0, 0, 0, 0.12),
    0 0 0 4px rgba(55, 215, 255, 0.18);
}

.coverage-geo-city-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.coverage-geo-city-card {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 210px;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.15rem;
  border: 1px solid rgba(20, 24, 62, 0.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at 90% 14%, rgba(243, 137, 0, 0.14) 0%, rgba(243, 137, 0, 0) 34%),
    #ffffff;
  color: #14183e;
  text-decoration: none;
  box-shadow: 0 14px 34px rgba(12, 23, 49, 0.06);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.coverage-geo-city-card[hidden] {
  display: none;
}

.coverage-geo-city-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: linear-gradient(180deg, #37d7ff 0%, #2f327d 56%, #f38900 100%);
  content: "";
}

.coverage-geo-city-card::after {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(47, 50, 125, 0.08);
  color: #2f327d;
  content: "\2192";
  display: grid;
  place-items: center;
  font-weight: 900;
  transition: transform 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

.coverage-geo-city-card:hover,
.coverage-geo-city-card:focus {
  transform: translateY(-4px);
  border-color: rgba(55, 215, 255, 0.36);
  box-shadow: 0 24px 54px rgba(12, 23, 49, 0.12);
}

.coverage-geo-city-card:focus-visible {
  outline: 3px solid rgba(55, 215, 255, 0.38);
  outline-offset: 4px;
}

.coverage-geo-city-card:hover::after,
.coverage-geo-city-card:focus::after {
  transform: translateX(3px);
  background: #f38900;
  color: #ffffff;
}

.coverage-geo-city-card__top {
  display: flex;
  min-height: 28px;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.coverage-geo-city-card__type,
.coverage-geo-city-card__priority {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coverage-geo-city-card__type {
  padding: 0.3rem 0.62rem;
  background: rgba(47, 50, 125, 0.08);
  color: #2f327d;
}

.coverage-geo-city-card__priority {
  padding: 0.3rem 0.58rem;
  background: rgba(243, 137, 0, 0.12);
  color: #b96500;
}

.coverage-geo-city-card strong {
  color: #14183e;
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  line-height: 1.08;
}

.coverage-geo-city-card__text {
  color: #64748b;
  line-height: 1.55;
}

.coverage-geo-city-card__cta {
  margin-top: auto;
  padding-right: 2.8rem;
  color: #1d4ed8;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.coverage-geo-city-empty {
  margin-top: 1rem;
  padding: 1.4rem;
  border: 1px dashed rgba(47, 50, 125, 0.22);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.72);
  text-align: center;
}

.coverage-geo-city-empty strong {
  color: #14183e;
}

.coverage-geo-city-empty p {
  margin: 0.35rem 0 0;
  color: #64748b;
}

.coverage-geo-city-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.coverage-geo-city {
  display: flex;
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #ffffff;
  color: #14183e;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.05);
}

.coverage-geo-city small {
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(29, 78, 216, 0.1);
  color: #1d4ed8;
  font-size: 0.72rem;
  font-weight: 800;
}

.coverage-geo-facts dl {
  display: grid;
  gap: 0.85rem;
  margin: 1rem 0 0;
}

.coverage-geo-facts dt {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.coverage-geo-facts dd {
  margin: -0.55rem 0 0;
  color: #14183e;
  font-weight: 700;
}

.coverage-geo-nearby {
  margin-top: 3rem;
}

.coverage-geo-empty {
  padding: 2rem;
  text-align: center;
}

.page-copertura-fibra-business .coverage-geo-bottom-cta {
  background-color: #0c1635;
  background-image: linear-gradient(145deg, #0c1635 0%, #173b97 60%, #02a6e8 130%);
  color: #ffffff;
}

.page-copertura-fibra-business .coverage-geo-bottom-cta h2,
.page-copertura-fibra-business .coverage-geo-bottom-cta p {
  color: #ffffff;
}

.page-copertura-fibra-business .coverage-geo-bottom-cta p {
  margin-bottom: 0;
  opacity: 0.88;
}

.page-copertura-fibra-business .coverage-geo-bottom-cta .btn-light {
  border-color: #ffffff;
  background: #ffffff;
  color: #0f172a;
  font-weight: 800;
}

.page-copertura-fibra-business .coverage-geo-bottom-cta .btn-light:hover,
.page-copertura-fibra-business .coverage-geo-bottom-cta .btn-light:focus {
  border-color: #f8fafc;
  background: #f8fafc;
  color: #0f172a;
}

@media (min-width: 1200px) {
  .coverage-geo-region-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 1199px) {
  .coverage-geo-city-suggestions,
  .coverage-geo-city-grid,
  .coverage-geo-city-chip-list,
  .coverage-geo-city-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .coverage-geo-map-shell__header {
    align-items: flex-start;
    flex-direction: column;
  }

  .coverage-geo-map-stats {
    justify-content: flex-start;
    width: 100%;
  }

  .coverage-geo-map-stats span {
    flex: 1 1 150px;
  }

  .coverage-geo-map {
    min-height: 420px;
  }

  .coverage-geo-map svg {
    width: min(100%, 320px);
  }

  .coverage-geo-city-detail__hero {
    grid-template-columns: 1fr;
  }

  .coverage-geo-city-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coverage-geo-city-search-hero {
    grid-template-columns: 1fr;
  }

  .coverage-geo-city-featured__heading,
  .coverage-geo-city-directory__heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .coverage-geo-city-directory__heading p {
    max-width: none;
    text-align: left;
  }

  .coverage-geo-city-finder__bar {
    align-items: stretch;
    grid-template-columns: 1fr;
  }

  .coverage-geo-city-finder__meta {
    align-items: flex-start;
    text-align: left;
  }

  .coverage-geo-city-suggestions,
  .coverage-geo-city-grid,
  .coverage-geo-city-chip-list,
  .coverage-geo-city-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .coverage-geo-province-card,
  .coverage-geo-cta,
  .coverage-geo-panel,
  .coverage-geo-facts,
  .coverage-geo-empty {
    border-radius: 22px;
  }

  .coverage-geo-province-card {
    min-height: 230px;
  }

  .coverage-geo-province-card strong {
    max-width: 100%;
  }

  .coverage-geo-province-card__text {
    max-width: none;
  }

  .coverage-geo-city-detail__hero {
    padding: 1rem;
    border-radius: 26px;
  }

  .coverage-geo-city-detail__copy h2 {
    font-size: 2rem;
  }

  .coverage-geo-city-action,
  .coverage-geo-city-local-copy,
  .coverage-geo-city-data-card,
  .coverage-geo-nearby {
    border-radius: 22px;
  }

  .coverage-geo-city-steps {
    grid-template-columns: 1fr;
  }

  .coverage-geo-city-finder {
    padding: 0.85rem;
    border-radius: 24px;
  }

  .coverage-geo-city-search-hero,
  .coverage-geo-city-featured,
  .coverage-geo-city-directory {
    border-radius: 24px;
  }

  .coverage-geo-city-search-hero {
    padding: 1rem;
  }

  .coverage-geo-city-search-hero__stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .coverage-geo-city-search-hero__stats span {
    min-width: 0;
  }

  .coverage-geo-city-finder__bar {
    padding: 0.8rem;
    border-radius: 20px;
  }

  .coverage-geo-city-search input {
    min-height: 50px;
  }

  .coverage-geo-city-suggestions,
  .coverage-geo-city-grid,
  .coverage-geo-city-chip-list,
  .coverage-geo-city-list {
    grid-template-columns: 1fr;
  }

  .coverage-geo-city-card {
    min-height: 185px;
    border-radius: 20px;
  }

  .coverage-geo-map-shell {
    padding: 1rem;
    border-radius: 26px;
  }

  .coverage-geo-map-shell__header h3 {
    font-size: 1.65rem;
  }

  .coverage-geo-map-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  .coverage-geo-map-stats span {
    min-width: 0;
    padding: 0.7rem 0.6rem;
    border-radius: 16px;
    font-size: 0.65rem;
  }

  .coverage-geo-map-stats strong {
    font-size: 1.25rem;
  }

  .coverage-geo-map {
    min-height: 350px;
  }

  .coverage-geo-map svg {
    width: min(100%, 260px);
  }

  .coverage-geo-map-card,
  .coverage-geo-region-panel {
    border-radius: 22px;
  }

  .coverage-geo-map-card__caption {
    align-items: flex-start;
    flex-direction: column;
  }

  .coverage-geo-map-card__caption p {
    max-width: none;
    text-align: left;
  }

  .coverage-geo-region-list {
    grid-template-columns: 1fr;
  }

  .coverage-geo-bottom-cta .btn {
    width: 100%;
  }
}
