
.local-landing__notice {
  max-width: 1120px;
  margin: 2rem auto 0;
  padding: 1.2rem 1.6rem;
  border-radius: 1rem;
  background: #f7f9fb;
  border: 1px solid rgba(0, 0, 0, 0.08);
  font-size: 1.5rem;
  line-height: 1.7;
}

.local-landing__notice a {
  font-weight: 700;
}


.local-landing__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.local-landing__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.85rem 1.2rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.3;
}

.local-landing__badge i {
  font-size: 1.3rem;
}


.local-landing__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
  margin-top: 2.4rem;
}

.local-landing__card {
  padding: 2rem;
  border-radius: 1.4rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.05);
}

.local-landing__card-title {
  display: block;
  margin-bottom: 0.8rem;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.3;
}

.local-landing__card-text {
  font-size: 1.45rem;
  line-height: 1.65;
}


.local-landing__two-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
  margin-top: 2.4rem;
}

.local-landing__fault-box {
  padding: 2rem;
  border-radius: 1.4rem;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.local-landing__fault-title {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 800;
}

.local-landing__fault-list {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  padding-left: 1.8rem;
  font-size: 1.45rem;
  line-height: 1.55;
  list-style: disc;
}


.local-landing__highlight {
  padding: 2.4rem;
  margin-top: 2.6rem;
  border-radius: 1.6rem;
  background: #f7f9fb;
  border-left: 5px solid #111111;
}

.local-landing__highlight-title {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 800;
}


.local-landing__zones {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.local-landing__zone {
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1.35rem;
  font-weight: 600;
}


.local-landing__faq-item {
  padding: 1.6rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.local-landing__faq-item:last-child {
  border-bottom: 0;
}


.local-landing__cta-panel {
  margin-top: 2.8rem;
  padding: 2.8rem;
  border-radius: 1.8rem;
  text-align: center;
  background: #f7f9fb;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.local-landing__cta-title {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.25;
}

.local-landing__cta-text {
  margin-bottom: 1.8rem;
  font-size: 1.6rem;
  line-height: 1.65;
}

.local-landing__cta-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  padding: 1.1rem 1.8rem;
  border-radius: 999px;
  font-size: 1.8rem;
  font-weight: 900;
  text-decoration: none;
}


.local-landing__legal {
  margin-top: 3rem;
  padding: 1.6rem;
  border-radius: 1.2rem;
  background: #f7f9fb;
  font-size: 1.35rem;
  line-height: 1.7;
}

.local-landing__link {
  color: #0056b3;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.local-landing__link:hover,
.local-landing__link:focus {
  color: #003f82;
  text-decoration-thickness: 2px;
}

body#top .layout {
  min-width: 0;
  width: 100%;
}

body#top .layout__banner {
  --local-brand-logo-space: 8rem;
  padding-top: calc(2rem + var(--local-brand-logo-space));
}

body#top .banner__content {
  z-index: 4;
}

body#top .banner__title {
  display: block;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  max-width: 92rem;
  white-space: normal;
  width: 100%;
}

body#top .banner__title--tfn {
  display: block;
  line-height: 1.25;
  max-width: 68rem;
  width: 100%;
}

body#top .banner__phone {
  display: inline;
}

body#top .shapes__logo {
  left: 50% !important;
  text-align: center;
  top: 2rem !important;
  transform: translateX(-50%);
  width: auto !important;
}

body#top .shapes__logo .shapes__img {
  height: auto;
  max-height: 5.6rem;
  width: 12rem;
}




@media (max-width: 900px) {
  .local-landing__grid,
  .local-landing__two-columns {
    grid-template-columns: 1fr;
  }

  .local-landing__notice,
  .local-landing__card,
  .local-landing__highlight,
  .local-landing__fault-box,
  .local-landing__cta-panel,
  .local-landing__legal {
    padding: 1.6rem;
  }

  .local-landing__cta-title {
    font-size: 2rem;
  }

  .local-landing__cta-phone {
    width: 100%;
    font-size: 1.6rem;
  }
}

@media (max-width: 648px) {
  body#top .layout__banner {
    --local-brand-logo-space: 6.6rem;
    padding: calc(2rem + var(--local-brand-logo-space)) 1.6rem 2rem;
  }

  body#top .banner__content {
    padding: 0;
  }

  body#top .banner__title {
    font-size: 2.35rem;
    line-height: 1.2;
    max-width: 30rem;
  }

  body#top .banner__title--tfn {
    font-size: 1.9rem;
    margin: 1.6rem auto 2.4rem;
    max-width: 30rem;
  }

  body#top .shapes__logo {
    top: 1.6rem !important;
  }

  body#top .shapes__logo .shapes__img {
    max-height: 5rem;
    width: 9rem;
  }
}

@media (max-width: 520px) {
  .local-landing__badges {
    gap: 0.8rem;
  }

  .local-landing__badge,
  .local-landing__zone {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .local-landing__notice {
    text-align: center;
  }
}
