.area-section {
  position: relative;
  overflow: hidden;
  background: #071b31;
}

.area-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 18%, rgba(243, 116, 22, .11), transparent 30%),
    linear-gradient(115deg, rgba(255,255,255,.025) 0 1px, transparent 1px 100%);
  background-size: auto, 36px 36px;
  pointer-events: none;
}

.area-layout {
  position: relative;
  z-index: 1;
  grid-template-columns: .78fr 1.22fr;
  gap: 72px;
  align-items: center;
}

.area-copy > p {
  max-width: 510px;
  margin-top: 22px;
  color: #a9b8c6;
  font-size: 16px;
  line-height: 1.72;
}

.coverage-highlights {
  display: grid;
  margin-top: 32px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.coverage-highlight {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
}

.coverage-highlight > span {
  padding-top: 2px;
  color: #f37416;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .12em;
}

.coverage-highlight b,
.coverage-highlight small {
  display: block;
}

.coverage-highlight b {
  color: #fff;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: .045em;
  line-height: 1.1;
  text-transform: uppercase;
}

.coverage-highlight small {
  margin-top: 4px;
  color: #91a4b5;
  font-size: 12px;
  line-height: 1.45;
}

.coverage-panel {
  position: relative;
  overflow: hidden;
  color: #071b31;
  background: #fff;
  border-top: 7px solid #f37416;
  box-shadow: 0 26px 70px rgba(0,0,0,.28);
}

.coverage-watermark {
  position: absolute;
  z-index: 0;
  top: 68px;
  right: -38px;
  width: 245px;
  height: 150px;
  opacity: .035;
  pointer-events: none;
}

.coverage-panel-head {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 27px 30px 25px;
  background: #faf8f3;
  border-bottom: 1px solid #e5e1d9;
}

.coverage-panel-head span,
.coverage-panel-head b {
  display: block;
}

.coverage-panel-head span {
  margin-bottom: 5px;
  color: #e85f00;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .17em;
  text-transform: uppercase;
}

.coverage-panel-head b {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: .025em;
  line-height: 1;
}

.coverage-status {
  display: flex;
  gap: 8px;
  align-items: center;
  flex: 0 0 auto;
  color: #526474;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .13em;
  white-space: nowrap;
}

.coverage-status::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #31a66a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(49,166,106,.12);
}

.coverage-zones {
  position: relative;
  z-index: 1;
  padding: 26px 30px 29px;
}

.coverage-zone + .coverage-zone {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #e5e1d9;
}

.coverage-zone-head {
  display: flex;
  gap: 16px;
  align-items: baseline;
  justify-content: space-between;
}

.coverage-zone-head b {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .055em;
  text-transform: uppercase;
}

.coverage-zone-head small {
  color: #7b8995;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.coverage-city-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  margin-top: 13px;
}

.coverage-city {
  min-width: 0;
  padding: 11px 11px 10px;
  overflow: hidden;
  color: #1d3449;
  background: #f4f2ed;
  border-left: 3px solid #f37416;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.coverage-panel-foot {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 20px 25px;
  color: #fff;
  background: #102942;
}

.coverage-foot-mark {
  width: 42px;
  height: 31px;
  flex: 0 0 42px;
}

.coverage-panel-foot p {
  flex: 1 1 auto;
  margin: 0;
}

.coverage-panel-foot b,
.coverage-panel-foot small {
  display: block;
}

.coverage-panel-foot b {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 17px;
  font-weight: 800;
  letter-spacing: .04em;
  line-height: 1.1;
  text-transform: uppercase;
}

.coverage-panel-foot small {
  margin-top: 3px;
  color: #aebdca;
  font-size: 11px;
  line-height: 1.35;
}

.coverage-panel-foot a {
  flex: 0 0 auto;
  padding: 11px 13px;
  color: #071b31;
  background: #f37416;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .035em;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  transition: background .2s ease, transform .2s ease;
}

.coverage-panel-foot a:hover,
.coverage-panel-foot a:focus-visible {
  background: #ff8a34;
  transform: translateY(-1px);
}

@media (max-width: 1050px) {
  .area-layout { gap: 42px; }
  .coverage-city-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .area-layout {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .area-copy > p { max-width: 620px; }
  .coverage-highlights { max-width: 620px; }
  .coverage-panel { width: 100%; }
}

@media (max-width: 520px) {
  .coverage-panel-head {
    align-items: flex-start;
    padding: 23px 21px 21px;
  }

  .coverage-panel-head b { font-size: 24px; }
  .coverage-status { margin-top: 2px; font-size: 8px; }
  .coverage-zones { padding: 23px 21px 25px; }
  .coverage-city-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .coverage-city { padding: 10px 8px 9px; font-size: 12px; }

  .coverage-panel-foot {
    flex-wrap: wrap;
    padding: 19px 21px 21px;
  }

  .coverage-panel-foot p { min-width: calc(100% - 60px); }
  .coverage-panel-foot a { width: 100%; text-align: center; }
}

@media (max-width: 370px) {
  .coverage-panel-head { display: block; }
  .coverage-status { margin-top: 13px; }
  .coverage-city-list { grid-template-columns: 1fr; }
}
