.page-city-service {
  font-family: "Poppins", sans-serif;
  color: #475467;
  background-color: #ffffff;
}

.cs-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.page-city-service .cs-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 28px;
  border-radius: 6px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  white-space: nowrap;
  line-height: 1.4;
  box-sizing: border-box;
  vertical-align: middle;
}
.page-city-service .cs-btn svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  overflow: visible;
}

.page-city-service .cs-btn--primary {
  background-color: #345635;
  color: #ffffff;
  border-color: #345635;
}
.page-city-service .cs-btn--primary:hover {
  background-color: #1f3520;
  border-color: #1f3520;
  color: #ffffff;
  text-decoration: none;
}

.page-city-service .cs-btn--outline {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.page-city-service .cs-btn--outline:hover {
  background-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  text-decoration: none;
}

.page-city-service .cs-btn--outline-dark {
  background-color: transparent;
  color: #345635;
  border-color: #345635;
}
.page-city-service .cs-btn--outline-dark:hover {
  background-color: rgba(52, 86, 53, 0.08);
  color: #1f3520;
  text-decoration: none;
}

.page-city-service .cs-btn--secondary {
  background-color: #f9fafb;
  color: #1d2939;
  border-color: #e4e7ec;
}
.page-city-service .cs-btn--secondary:hover {
  background-color: #e4e7ec;
  color: #1d2939;
  text-decoration: none;
}

.page-city-service .cs-btn--full {
  display: flex;
  width: 100%;
  justify-content: center;
}

.cs-btn__icon {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}

.cs-section-title {
  font-size: 30px;
  font-weight: 700;
  color: #1d2939;
  margin: 0 0 10px;
  line-height: 1.25;
}
@media (max-width: 768px) {
  .cs-section-title {
    font-size: 24px;
  }
}

.cs-section-subtitle {
  font-size: 16px;
  color: #667085;
  margin: 0 0 40px;
  line-height: 1.65;
}

.cs-accent {
  color: #345635;
}

.cs-check {
  color: #345635;
  font-weight: 700;
  margin-right: 4px;
}

.cs-hero {
  position: relative;
  min-height: 460px;
  background-color: #1d2939;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.cs-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.68) 100%);
  z-index: 1;
}
.cs-hero__content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 110px 24px 80px;
  width: 100%;
}
.cs-hero__title {
  font-size: clamp(34px, 5vw, 64px);
  font-weight: 800;
  line-height: 1.1;
  color: #ffffff;
  margin: 0 0 14px;
}
.cs-hero__city {
  color: #6dbf6e;
}
.cs-hero__subtitle {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0 0 32px;
  max-width: 580px;
  line-height: 1.6;
}
.cs-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .cs-hero {
    min-height: 360px;
  }
  .cs-hero__content {
    padding: 80px 20px 60px;
  }
  .cs-hero__actions {
    flex-direction: column;
  }
  .cs-hero__actions .cs-btn {
    justify-content: center;
  }
}

.cs-intro {
  background-color: #ffffff;
  padding: 80px 0;
}
.cs-intro__grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 56px;
  align-items: start;
}
.cs-intro__headline {
  font-size: 28px;
  font-weight: 700;
  color: #1d2939;
  margin: 0 0 22px;
  line-height: 1.25;
}
.cs-intro__para {
  font-size: 15px;
  line-height: 1.75;
  color: #475467;
  margin: 0 0 14px;
}
.cs-intro__cta {
  margin-top: 24px;
}
@media (max-width: 960px) {
  .cs-intro__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.cs-widget-card {
  background-color: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
}
.cs-widget-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #1d2939;
  margin: 0 0 4px;
}
.cs-widget-card__subtitle {
  font-size: 13px;
  color: #667085;
  margin: 0 0 22px;
}
.cs-widget-card__actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.cs-widget-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}
.cs-widget-card__features li {
  font-size: 13px;
  color: #475467;
  display: flex;
  align-items: center;
  gap: 5px;
}
.cs-widget-card__note {
  font-size: 11px;
  color: #667085;
  text-align: center;
  margin: 0;
  padding-top: 10px;
  border-top: 1px solid #e4e7ec;
}

.cs-services {
  background-color: #f9fafb;
  padding: 80px 0;
}
.cs-services__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 900px) {
  .cs-services__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .cs-services__grid {
    grid-template-columns: 1fr;
  }
}

.cs-service-card {
  background-color: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 10px;
  padding: 26px 22px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.cs-service-card:hover {
  border-color: #345635;
  box-shadow: 0 4px 16px rgba(52, 86, 53, 0.1);
}
.cs-service-card__icon {
  width: 46px;
  height: 46px;
  background-color: rgba(52, 86, 53, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.cs-service-card__icon svg {
  width: 24px;
  height: 24px;
}
.cs-service-card__title {
  font-size: 16px;
  font-weight: 700;
  color: #1d2939;
  margin: 0 0 8px;
}
.cs-service-card__desc {
  font-size: 14px;
  color: #667085;
  line-height: 1.6;
  margin: 0;
}

.cs-why {
  background-color: #ffffff;
  padding: 80px 0;
}
.cs-why__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
@media (max-width: 860px) {
  .cs-why__grid {
    grid-template-columns: 1fr;
  }
}
.cs-why__list {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.cs-why__list li {
  font-size: 15px;
  color: #475467;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.cs-why__list strong {
  color: #1d2939;
}
.cs-why__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.cs-stat {
  background-color: #f9fafb;
  border: 1px solid #e4e7ec;
  border-radius: 10px;
  padding: 24px 20px;
  text-align: center;
}
.cs-stat__number {
  font-size: 38px;
  font-weight: 800;
  color: #345635;
  line-height: 1;
  margin-bottom: 6px;
}
.cs-stat__label {
  font-size: 13px;
  color: #667085;
  line-height: 1.4;
}

.cs-testimonials {
  background-color: #ffffff;
  padding: 80px 0;
}
.cs-testimonials__header {
  text-align: center;
  margin-bottom: 48px;
}
.cs-testimonials__badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background-color: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  padding: 8px 18px 8px 10px;
  margin-bottom: 22px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.cs-testimonials__google-icon {
  flex-shrink: 0;
  display: block;
}
.cs-testimonials__rating-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cs-testimonials__stars {
  color: #f59e0b;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1;
}
.cs-testimonials__rating-text {
  font-size: 13px;
  color: #667085;
  font-weight: 500;
  white-space: nowrap;
}
.cs-testimonials .logan-testimonial-card {
  background-color: #f9fafb;
  border-color: #e4e7ec;
  border-radius: 12px;
}
.cs-testimonials .logan-testimonial-stars svg path,
.cs-testimonials .logan-testimonial-stars svg {
  fill: #f59e0b;
}
.cs-testimonials .logan-testimonial-text {
  color: #475467;
}
.cs-testimonials .logan-testimonial-author strong {
  color: #1d2939;
}
@media (max-width: 900px) {
  .cs-testimonials .logan-testimonial-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 580px) {
  .cs-testimonials .logan-testimonial-grid {
    grid-template-columns: 1fr;
  }
  .cs-testimonials__badge {
    flex-direction: column;
    gap: 6px;
    text-align: center;
    padding: 12px 20px;
  }
}

.cs-coverage {
  background-color: #f9fafb;
  padding: 80px 0;
}
.cs-coverage__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: 10px;
  margin-top: 36px;
}
.cs-coverage__item {
  background-color: #ffffff;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.cs-coverage__item:hover {
  border-color: #345635;
  box-shadow: 0 2px 8px rgba(52, 86, 53, 0.1);
}
.cs-coverage__link {
  display: block;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 500;
  color: #1d2939;
  text-decoration: none;
  transition: color 0.2s ease;
}
.cs-coverage__link:hover {
  color: #345635;
  text-decoration: none;
}
.cs-coverage__link--static {
  cursor: default;
}

.cs-faq {
  background-color: #ffffff;
  padding: 80px 0;
}
.cs-faq__list {
  margin-top: 36px;
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #e4e7ec;
  border-radius: 10px;
  overflow: hidden;
}
.cs-faq__item {
  border-bottom: 1px solid #e4e7ec;
}
.cs-faq__item:last-child {
  border-bottom: none;
}
.cs-faq__question {
  width: 100%;
  background: #ffffff;
  border: none;
  padding: 20px 24px;
  text-align: left;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1d2939;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.cs-faq__question:hover {
  background-color: #f9fafb;
}
.cs-faq__question[aria-expanded=true] {
  color: #345635;
  background-color: #f9fafb;
}
.cs-faq__chevron {
  font-size: 20px;
  font-weight: 400;
  flex-shrink: 0;
  color: #345635;
  line-height: 1;
  transition: transform 0.2s ease;
}
.cs-faq__answer {
  padding: 4px 24px 20px;
  font-size: 14px;
  color: #475467;
  line-height: 1.7;
  background-color: #f9fafb;
}
.cs-faq__answer p {
  margin: 0;
}

.cs-cta {
  background-color: #345635;
  padding: 60px 0;
}
.cs-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}
.cs-cta__title {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 6px;
}
.cs-cta__sub {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.82);
  margin: 0;
}
.cs-cta__actions {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
  flex-wrap: wrap;
}
.cs-cta .cs-btn--primary {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #345635;
}
.cs-cta .cs-btn--primary:hover {
  background-color: #e4e7ec;
  border-color: #e4e7ec;
  color: #1f3520;
}
.cs-cta .cs-btn--outline {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.cs-cta .cs-btn--outline:hover {
  background-color: rgba(255, 255, 255, 0.12);
}
@media (max-width: 700px) {
  .cs-cta__inner {
    flex-direction: column;
    text-align: center;
  }
  .cs-cta__actions {
    flex-direction: column;
    width: 100%;
  }
  .cs-cta__actions .cs-btn {
    justify-content: center;
  }
}
