
/* =========================================================
   CarpetCare.pro
   styles-city-pages.css
   Shared city page styling
   ========================================================= */

/* =========================================================
   01. City hero
   ========================================================= */

.city-hero-section {
  background:
    linear-gradient(90deg, rgba(13, 39, 66, 0.96), rgba(13, 39, 66, 0.82)),
    url('../_images/hero-home.jpg') center center / cover no-repeat;
  padding: 5.5rem 0;
}

.city-hero-badge {
  max-width: 200px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 24px 45px rgba(0, 0, 0, 0.22));
}

.city-hero-title {
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.2;
  font-size: clamp(1.35rem, 3.5vw, 3.75rem);
  margin-bottom: 1rem;
}

.city-hero-intro {
  color: rgba(255, 255, 255, 0.86);
  font-size: 1.15rem;
  line-height: 1.75;
  max-width: 900px;
  margin-bottom: 0;
}

.city-hero-trust {
  display: inline-block;
  margin-top: 1.5rem;
  padding: .95rem 1.25rem .95rem 1.1rem;

  background: rgba(255,255,255,.08);
  border-left: 4px solid rgba(201,150,62,.9);
  border-radius: .35rem .9rem .9rem .35rem;

  color: rgba(255,255,255,.96);
  font-size: .98rem;
  font-weight: 600;
  line-height: 1.65;

  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}

.city-hero-trust strong {
  color: #fff;
  font-weight: 800;
  letter-spacing: .01em;
}

/* =========================================================
   02. Shared city content sections
   ========================================================= */

.city-content-section {
  padding: 5rem 0;
}

.city-content-section h2 {
  color: var(--ccp-navy);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.08;
}

.city-content-section p {
  color: var(--ccp-muted);
  line-height: 1.75;
  font-size: 1.04rem;
}

.city-content-section .fs-5 {
  color: var(--ccp-charcoal);
  line-height: 1.7;
}

.city-content-section .col-lg-9 {
  max-width: 860px;
}

.city-side-image-wrap {
  position: relative;
}

.city-side-image {
  width: 100%;
  border-radius: 1.75rem;
  aspect-ratio: 16 / 11;
  box-shadow: 0 24px 70px rgba(13,39,66,.14);
  object-fit: cover;
}

.city-side-image-wrap {
  position: relative;
  padding: 1rem;
  background: linear-gradient(180deg, rgba(201,150,62,.10), rgba(13,39,66,.04));
  border-radius: 2rem;
}

/* =========================================================
   03. City tip cards
   ========================================================= */

.city-tip-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--ccp-border);
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 14px 40px rgba(13, 39, 66, 0.07);
}

.city-tip-card h3 {
  color: var(--ccp-navy);
  font-weight: 800;
  margin-bottom: 0.65rem;
  letter-spacing: -0.02em;
}

.city-tip-card p {
  margin-bottom: 0;
}

/* =========================================================
   04. Nearby city links
   ========================================================= */

.nearby-city-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
}

.nearby-city-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--ccp-border);
  color: var(--ccp-navy);
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 10px 28px rgba(13, 39, 66, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.nearby-city-links a:hover,
.nearby-city-links a:focus {
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(13, 39, 66, 0.10);
  border-color: rgba(13, 39, 66, 0.22);
  color: var(--ccp-navy);
  text-decoration: none;
}

.nearby-city-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================================================
   05. Responsive
   ========================================================= */

@media (max-width: 991.98px) {
  .city-hero-section {
    padding: 4.5rem 0;
    text-align: center;
  }

  .city-hero-trust {
    border-radius: 1.25rem;
  }

  .city-content-section {
    padding: 4.25rem 0;
  }
}

@media (max-width: 575.98px) {
  .city-hero-section {
    padding: 4rem 0;
  }

  .city-hero-title {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .city-hero-intro {
    font-size: 1.02rem;
  }

  .city-content-section {
    padding: 3.75rem 0;
  }
}

.city-content-section .btn-outline-primary {
  border-color: rgba(13,39,66,.18);
  color: var(--ccp-navy);
  font-weight: 700;
  padding-top: .7rem;
  padding-bottom: .7rem;
  box-shadow: 0 10px 24px rgba(13,39,66,.05);
}

.city-content-section .btn-outline-primary:hover,
.city-content-section .btn-outline-primary:focus {
  background: var(--ccp-navy);
  border-color: var(--ccp-navy);
  color: #fff;
}

.city-tip-card {
  height: 100%;
  background: #fff;
  border: 1px solid var(--ccp-border);
  border-radius: 1.25rem;
  padding: 1.5rem;
  box-shadow: 0 14px 40px rgba(13, 39, 66, 0.07);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

