.city-landing {
  color: #183322;
  background: #f6faf3;
}
.city-hero {
  position: relative;
  overflow: hidden;
  padding: 72px 0 64px;
  background: linear-gradient(90deg, rgba(8, 35, 19, .94), rgba(27, 92, 43, .82)), url("../../imagens/biofas-banner-poster.jpg") center/cover no-repeat;
  color: #fff;
}
.city-hero::after {
  content: "";
  position: absolute;
  inset: auto -8% -90px auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(126, 204, 63, .18);
}
.city-hero .container {
  position: relative;
  z-index: 1;
}
.city-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .22);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.city-hero h1 {
  max-width: 820px;
  margin: 16px 0 0;
  font-size: clamp(32px, 4.6vw, 56px);
  line-height: 1.04;
  color: #fff;
}
.city-hero p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: 17px;
  line-height: 1.62;
}
.city-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 24px;
}
.city-hero .city-cta-row {
  margin-top: 18px;
  margin-bottom: 20px;
}
.city-whatsapp-btn,
.city-secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 16px 24px;
  border-radius: 8px;
  font-weight: 900;
  line-height: 1.15;
  text-decoration: none;
  text-transform: uppercase;
  box-shadow: 0 14px 30px rgba(0, 0, 0, .18);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}
.city-whatsapp-btn {
  background: #20c55e;
  color: #fff;
  border: 2px solid #20c55e;
}
.city-whatsapp-btn:hover {
  transform: translateY(-2px);
  color: #fff;
  background: #14a84d;
  box-shadow: 0 18px 36px rgba(20, 168, 77, .32);
}
.city-secondary-btn {
  background: rgba(255, 255, 255, .08);
  border: 2px solid rgba(255, 255, 255, .42);
  color: #fff;
}
.city-secondary-btn:hover {
  color: #fff;
  background: rgba(255, 255, 255, .18);
}
.city-proof-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
  max-width: 780px;
}
.city-proof {
  padding: 15px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .12);
  border: 1px solid rgba(255, 255, 255, .18);
}
.city-proof strong {
  display: block;
  color: #fff;
  font-size: 22px;
}
.city-proof span {
  color: rgba(255, 255, 255, .78);
  font-size: 13px;
}
.city-section {
  padding: 72px 0;
}
.city-section.alt {
  background: #fff;
}
.city-section-title {
  max-width: 820px;
  margin-bottom: 32px;
}
.city-section-title span {
  display: inline-block;
  margin-bottom: 10px;
  color: #2b8a3e;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: 13px;
}
.city-section-title h2 {
  margin: 0 0 12px;
  color: #12351f;
  font-size: clamp(28px, 4vw, 42px);
}
.city-section-title p {
  color: #53645a;
  font-size: 17px;
  line-height: 1.75;
}
.city-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.city-card,
.city-feature,
.city-faq,
.city-phrase-box {
  background: #fff;
  border: 1px solid #e3eadf;
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(26, 62, 39, .08);
}
.city-card {
  padding: 26px;
}
.city-card .icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #e9f8ed;
  color: #159447;
  font-size: 26px;
  margin-bottom: 18px;
}
.city-card h3 {
  color: #12351f;
  margin-bottom: 10px;
  font-size: 21px;
}
.city-card p {
  color: #58685f;
  line-height: 1.7;
  margin: 0;
}
.city-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, .8fr);
  gap: 18px;
  align-items: stretch;
  height: 430px;
  overflow: hidden;
}
.city-media-grid img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, .12);
}
.city-media-stack {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 18px;
  min-height: 0;
}
.city-feature {
  padding: 28px;
}
.city-feature ul,
.city-phrase-box ul,
.city-faq ul {
  padding-left: 20px;
  margin-bottom: 0;
  line-height: 1.9;
}
.city-feature li,
.city-phrase-box li,
.city-faq li {
  margin-bottom: 4px;
}
.city-band {
  padding: 54px 0;
  background: linear-gradient(90deg, #12351f, #227a37);
  color: #fff;
}
.city-band h2 {
  color: #fff;
  margin-bottom: 10px;
}
.city-band p {
  color: rgba(255, 255, 255, .86);
  margin: 0;
  font-size: 17px;
}
.city-band .city-whatsapp-btn {
  width: 100%;
  max-width: 360px;
}
.city-phrase-box {
  padding: 28px;
}
.city-phrase-box ul {
  columns: 2;
}
.city-faq {
  padding: 28px;
  margin-bottom: 16px;
}
.city-faq h3 {
  color: #12351f;
  margin-bottom: 10px;
}
.city-faq p {
  color: #58685f;
  line-height: 1.75;
  margin-bottom: 0;
}
.city-sticky-cta {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 99999999;
  display: none;
}
.city-sticky-cta a {
  width: 100%;
  min-height: 56px;
}
@media (max-width: 991px) {
  .city-hero {
    padding: 58px 0 48px;
  }
  .city-card-grid,
  .city-proof-grid,
  .city-media-grid {
    grid-template-columns: 1fr;
  }
  .city-media-grid {
    height: auto;
    overflow: visible;
  }
  .city-media-grid > img,
  .city-media-stack img {
    height: 240px;
  }
  .city-phrase-box ul {
    columns: 1;
  }
}
@media (max-width: 767px) {
  .city-hero h1 {
    font-size: 32px;
  }
  .city-cta-row a {
    width: 100%;
  }
  .city-section {
    padding: 52px 0;
  }
  .city-sticky-cta {
    display: block;
  }
  body {
    padding-bottom: 82px;
  }
}
