body {
  overflow-x: hidden;
}

.about-container > *,
.about-neighborhoods-grid > * {
  min-width: 0;
}

.about-cta,
.form-submit,
.about-years-cta,
.standards-cta,
.about-approach-cta,
.about-neighborhoods-cta-primary,
.about-experience-cta,
.about-cta-btn,
.contact-hero-cta,
.contact-form-submit,
.service-form-submit {
  border: 1px solid transparent;
  border-radius: 999px;
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
  font-weight: 700 !important;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease !important;
  box-shadow: 0 14px 30px rgba(11, 61, 44, 0.18) !important;
}

.about-cta:hover,
.form-submit:hover,
.about-years-cta:hover,
.standards-cta:hover,
.about-approach-cta:hover,
.about-neighborhoods-cta-primary:hover,
.about-experience-cta:hover,
.about-cta-btn:hover,
.contact-hero-cta:hover,
.contact-form-submit:hover,
.service-form-submit:hover {
  background-color: var(--color-accent) !important;
  color: var(--color-background-dark) !important;
  border-color: transparent !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 18px 36px rgba(11, 61, 44, 0.24) !important;
}

.about-years-cta .cta-icon,
.standards-cta .cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  background-color: var(--color-white);
  color: var(--color-primary);
  flex-shrink: 0;
}

.about-years-cta,
.standards-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.about-years-cta .cta-text,
.standards-cta .cta-text {
  color: inherit;
}

.about-years-cta .cta-icon svg,
.standards-cta .cta-icon svg {
  width: 1rem;
  height: 1rem;
}

.phone-link-with-icon {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.inline-phone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 999px;
  background-color: var(--color-white);
  color: var(--color-primary);
  flex-shrink: 0;
}

.inline-phone-icon svg {
  width: 0.875rem;
  height: 0.875rem;
}

@media (max-width: 1023px) {
  .about-hero-form-1 {
    padding: 32px 24px 48px;
    margin-top: 24px;
    margin-bottom: 48px;
    overflow: clip;
  }

  .about-container {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .about-content {
    max-width: 100%;
  }

  .about-heading,
  .about-description,
  .services-heading,
  .services-list {
    text-align: left;
  }

  .service-item {
    justify-content: flex-start;
  }

  .about-cta {
    display: inline-flex;
    margin: 0;
  }

  .about-form-card {
    padding: 32px 28px;
  }

  .about-neighborhoods-section {
    padding: 80px 0 88px;
    overflow: clip;
  }

  .about-neighborhoods-container {
    padding: 0 24px;
  }

  .about-neighborhoods-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-neighborhoods-heading {
    font-size: 44px;
  }

  .about-neighborhoods-card {
    width: 100%;
    max-width: 100%;
    min-height: 0;
    padding: 40px 28px 44px;
  }

  .about-neighborhoods-contact-item {
    grid-template-columns: 64px minmax(0, 1fr);
  }
}

@media (max-width: 767px) {
  .about-hero-form-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-form-card {
    padding: 24px 20px;
  }

  .about-heading {
    font-size: 32px;
  }

  .about-neighborhoods-container {
    padding: 0 20px;
  }

  .about-neighborhoods-eyebrow,
  .about-neighborhoods-heading,
  .about-neighborhoods-description,
  .about-neighborhoods-card-title {
    text-align: left;
  }

  .about-neighborhoods-card {
    padding: 32px 20px 36px;
  }

  .about-neighborhoods-contact-item {
    grid-template-columns: 1fr;
    justify-items: start;
    text-align: left;
  }
}
