@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap");

.wp-block-edge-cleaning-header,
.wp-block-edge-cleaning-hero,
.wp-block-edge-cleaning-services,
.wp-block-edge-cleaning-about,
.wp-block-edge-cleaning-cta-banner,
.wp-block-edge-cleaning-testimonials,
.wp-block-edge-cleaning-final-cta,
.wp-block-edge-cleaning-footer {
  margin: 0;
}

.site-main,
.edge-cleaning-landing-page,
.edge-cleaning-page__content {
  width: 100%;
}

.edge-cleaning-page__content > * {
  max-width: min(1280px, calc(100% - 32px));
  margin-right: auto;
  margin-left: auto;
}

.edge-cleaning-page__content > .wp-block-group,
.edge-cleaning-page__content > .alignwide,
.edge-cleaning-page__content > .alignfull {
  max-width: none;
}

.edge-cleaning-site-header,
.edge-cleaning-section,
.edge-cleaning-page-hero,
.edge-cleaning-page-shell,
.edge-cleaning-site-footer {
  box-sizing: border-box;
  font-family: "Manrope", system-ui, sans-serif;
  color: #243239;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.edge-cleaning-site-header *,
.edge-cleaning-section *,
.edge-cleaning-page-hero *,
.edge-cleaning-page-shell *,
.edge-cleaning-site-footer * {
  box-sizing: border-box;
}

.edge-cleaning-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
}

.edge-cleaning-site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid #d7e8ed;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.edge-cleaning-site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 88px;
}

.edge-cleaning-menu-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 1px solid #d7e8ed;
  border-radius: 18px;
  background: #fff;
  color: #243239;
  cursor: pointer;
}

.edge-cleaning-menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.edge-cleaning-menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.edge-cleaning-menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.edge-cleaning-menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.edge-cleaning-logo {
  display: block;
  width: auto;
  max-width: 220px;
  height: 64px;
  object-fit: contain;
}

.edge-cleaning-site-header__nav,
.edge-cleaning-site-footer__nav {
  display: flex;
  align-items: center;
}

.edge-cleaning-site-header__nav ul,
.edge-cleaning-site-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 18px;
  margin: 0;
  padding: 0;
}

.edge-cleaning-site-header__nav li,
.edge-cleaning-site-footer__nav li {
  list-style: none;
}

.edge-cleaning-site-header__nav a,
.edge-cleaning-site-footer__nav a {
  display: inline-flex;
  align-items: center;
  color: #243239;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.2s ease;
}

.edge-cleaning-site-header__nav a:hover,
.edge-cleaning-site-footer__nav a:hover {
  color: #93cc19;
}

.edge-cleaning-site-header__phone,
.edge-cleaning-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 50px;
  border: 1px solid transparent;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  transition: 0.2s ease;
}

.edge-cleaning-site-header__phone {
  min-height: 46px;
  padding: 12px 22px;
  font-size: 14px;
}

.edge-cleaning-site-header__mobile-panel {
  display: none;
  border-top: 1px solid #d7e8ed;
  background: rgba(255, 255, 255, 0.98);
}

.edge-cleaning-site-header__mobile-panel-inner {
  padding-top: 16px;
  padding-bottom: 18px;
}

.edge-cleaning-site-header__mobile-nav ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.edge-cleaning-site-header__mobile-nav li {
  list-style: none;
}

.edge-cleaning-site-header__mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid #d7e8ed;
  border-radius: 18px;
  background: #fff;
  color: #243239;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}

.edge-cleaning-site-header__mobile-nav .sub-menu {
  margin-top: 10px;
  padding-left: 14px;
}

.edge-cleaning-site-header__mobile-nav .sub-menu a {
  min-height: 46px;
  font-size: 15px;
  font-weight: 600;
  background: #f7fafb;
}

.edge-cleaning-site-header__phone--mobile {
  width: 100%;
  margin-top: 14px;
}

.edge-cleaning-button--primary {
  background: #93cc19;
  color: #243239;
  font-weight: 800;
}

.edge-cleaning-site-header__phone {
  border-color: #93cc19;
  background: transparent;
  color: #243239;
  font-weight: 800;
}

.edge-cleaning-button--secondary {
  border: 1px solid rgba(36, 50, 57, 0.16);
  background: transparent;
  color: #243239;
  font-weight: 700;
}

.edge-cleaning-button--dark {
  background: #243239;
  color: #fff;
  font-weight: 800;
}

.edge-cleaning-button--primary:hover {
  background: #7caf14;
  color: #fff;
}

.edge-cleaning-site-header__phone:hover {
  background: #eef8d9;
  color: #243239;
}

.edge-cleaning-button--secondary:hover {
  background: #eef8d9;
  border-color: #93cc19;
}

.edge-cleaning-button--dark:hover {
  background: #11191d;
  color: #fff;
}

.edge-cleaning-section {
  padding: 88px 0;
  border-top: 1px solid #d7e8ed;
  border-bottom: 1px solid #d7e8ed;
  background: #fff;
}

.edge-cleaning-section--hero {
  padding-top: 0;
  padding-bottom: 0;
}

.edge-cleaning-section--split,
.edge-cleaning-section--cta-banner {
  padding-top: 0;
  padding-bottom: 0;
}

.edge-cleaning-section--soft {
  background: #f7fafb;
}

.edge-cleaning-section--banner {
  background: linear-gradient(180deg, #c5dee5 0%, #dbeaf0 100%);
}

.edge-cleaning-eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 16px;
  border: 1px solid rgba(147, 204, 25, 0.22);
  border-radius: 999px;
  background: #eef8d9;
  color: #243239;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.edge-cleaning-heading {
  max-width: 720px;
  margin-bottom: 48px;
}

.edge-cleaning-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.edge-cleaning-heading h2,
.edge-cleaning-banner__content h2 {
  margin: 18px 0 0;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(1.8rem, 3.4vw, 3rem);
  line-height: 1.02;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.edge-cleaning-heading p,
.edge-cleaning-banner__content p,
.edge-cleaning-hero__content p,
.edge-cleaning-card p,
.edge-cleaning-step__content p,
.edge-cleaning-site-footer__brand p,
.edge-cleaning-site-footer__bottom span {
  margin: 16px 0 0;
  color: #61777f;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 500;
}

.edge-cleaning-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  min-height: calc(100vh - 88px);
}

.edge-cleaning-hero-layout {
  min-height: calc(100svh - 88px);
}

.edge-cleaning-hero-left-shell {
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #d7e8ed;
}

.edge-cleaning-hero__content {
  display: flex;
  height: 100%;
  align-items: center;
}

.edge-cleaning-hero__content-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center;
}

.edge-cleaning-hero__content-width {
  width: 100%;
}

.edge-cleaning-hero__content h1 {
  margin: 22px 0 0;
  max-width: 10ch;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(3.1rem, 5.3vw, 4.5rem);
  line-height: 0.92;
  letter-spacing: -0.065em;
  font-weight: 700;
}

.edge-cleaning-button-group {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.edge-cleaning-metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #d7e8ed;
}

.edge-cleaning-metric,
.edge-cleaning-card,
.edge-cleaning-step {
  padding: 24px;
  border: 1px solid #d7e8ed;
  border-radius: 28px;
  background: #fff;
}

.edge-cleaning-metric {
  padding: 16px;
  border-radius: 20px;
  background: #f7fafb;
  text-align: center;
}

.edge-cleaning-metric__label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(36, 50, 57, 0.55);
  font-size: 12.8px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.edge-cleaning-metric__label .edge-cleaning-icon {
  color: #7caf14;
}

.edge-cleaning-metric strong {
  display: block;
  margin-top: 12px;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.edge-cleaning-metric p {
  font-size: 14px;
  line-height: 1.6;
}

.edge-cleaning-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  color: #243239;
}

.edge-cleaning-icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  fill: none;
  stroke-width: 2.1;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.edge-cleaning-hero__media {
  position: relative;
  min-height: 400px;
  overflow: hidden;
  background: linear-gradient(180deg, #c5dee5 0%, #d7e8ed 100%);
}

.edge-cleaning-hero__grid {
  position: absolute;
  inset: 0;
}

.edge-cleaning-hero__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(197, 222, 229, 0) 0%, rgba(197, 222, 229, 0.45) 62%, #c5dee5 100%);
}

.edge-cleaning-hero__media-inner {
  position: absolute;
  inset: 0 0 0 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.edge-cleaning-hero__media img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: contain;
  object-position: 120% 100%;
  transform: scale(0.84);
  transform-origin: center bottom;
  display: block;
}

.edge-cleaning-hero-form-step-control {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.edge-cleaning-hero-form {
  position: absolute;
  top: 32px;
  left: 32px;
  z-index: 3;
  width: min(308px, calc(100% - 40px));
  padding: 16px;
  border: 1px solid rgba(110, 149, 161, 0.32);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 42px rgba(36, 50, 57, 0.14);
  backdrop-filter: blur(14px);
}

.edge-cleaning-hero-form__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.edge-cleaning-hero-form__header > span {
  color: #243239;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.edge-cleaning-hero-form__trap {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.edge-cleaning-hero-form__notice {
  margin-bottom: 12px;
  border-radius: 12px;
  padding: 10px 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.edge-cleaning-hero-form__notice.is-success {
  background: #eef8d9;
  color: #243239;
}

.edge-cleaning-hero-form__notice.is-error {
  background: #fff0ed;
  color: #9f2d1f;
}

.edge-cleaning-hero-form__dots {
  display: inline-flex;
  gap: 6px;
}

.edge-cleaning-hero-form__dots span {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: rgba(36, 50, 57, 0.18);
}

.edge-cleaning-hero-form__panel {
  display: none;
  gap: 10px;
}

.edge-cleaning-hero-form__panel label:not(.edge-cleaning-hero-form__next):not(.edge-cleaning-hero-form__back) {
  color: #61777f;
  font-size: 13px;
  font-weight: 700;
}

.edge-cleaning-hero-form select,
.edge-cleaning-hero-form input {
  width: 100%;
  min-height: 44px;
  border: 1px solid #d7e8ed;
  border-radius: 14px;
  background: #f7fafb;
  color: #243239;
  font: inherit;
  font-size: 14px;
  font-weight: 700;
  padding: 0 12px;
}

.edge-cleaning-hero-form select:focus,
.edge-cleaning-hero-form input:focus {
  outline: 2px solid rgba(147, 204, 25, 0.36);
  outline-offset: 2px;
}

.edge-cleaning-hero-form__actions {
  display: flex;
  gap: 10px;
}

.edge-cleaning-hero-form__next,
.edge-cleaning-hero-form__back,
.edge-cleaning-hero-form button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.edge-cleaning-hero-form button.edge-cleaning-button {
  min-height: 50px;
  padding: 14px 24px;
  font-size: inherit;
  line-height: normal;
  transition: 0.2s ease;
}

.edge-cleaning-hero-form__next {
  flex: 1;
  background: #93cc19;
  color: #243239;
}

.edge-cleaning-hero-form button {
  flex: 1;
}

.edge-cleaning-hero-form__back {
  min-width: 86px;
  background: #eef8d9;
  color: #243239;
}

.edge-cleaning-hero-form-step-control:nth-of-type(1):checked ~ .edge-cleaning-hero-form .edge-cleaning-hero-form__panel--one,
.edge-cleaning-hero-form-step-control:nth-of-type(2):checked ~ .edge-cleaning-hero-form .edge-cleaning-hero-form__panel--two,
.edge-cleaning-hero-form-step-control:nth-of-type(3):checked ~ .edge-cleaning-hero-form .edge-cleaning-hero-form__panel--three {
  display: grid;
}

.edge-cleaning-hero-form-step-control:nth-of-type(1):checked ~ .edge-cleaning-hero-form .edge-cleaning-hero-form__dots span:nth-child(1),
.edge-cleaning-hero-form-step-control:nth-of-type(2):checked ~ .edge-cleaning-hero-form .edge-cleaning-hero-form__dots span:nth-child(2),
.edge-cleaning-hero-form-step-control:nth-of-type(3):checked ~ .edge-cleaning-hero-form .edge-cleaning-hero-form__dots span:nth-child(3) {
  background: #93cc19;
}

.edge-cleaning-hero-form--stacked {
  width: min(318px, calc(100% - 40px));
}

.edge-cleaning-hero-form--stacked .edge-cleaning-hero-form__dots,
.edge-cleaning-hero-form--stacked .edge-cleaning-hero-form__next,
.edge-cleaning-hero-form--stacked .edge-cleaning-hero-form__back,
.edge-cleaning-hero-form--stacked .edge-cleaning-hero-form__panel--two .edge-cleaning-hero-form__actions {
  display: none;
}

.edge-cleaning-hero-form--stacked .edge-cleaning-hero-form__panel {
  display: grid;
  margin-top: 12px;
}

.edge-cleaning-hero-form--stacked .edge-cleaning-hero-form__panel--one {
  margin-top: 0;
}

.edge-cleaning-hero-form--stacked .edge-cleaning-hero-form__panel--three .edge-cleaning-hero-form__actions {
  display: block;
}

.edge-cleaning-hero-form--stacked button {
  width: 100%;
}

.edge-cleaning-services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.edge-cleaning-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
}

.edge-cleaning-service-card {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.edge-cleaning-service-card__image {
  aspect-ratio: 8 / 5;
  overflow: hidden;
  border-radius: 24px;
  margin-bottom: 18px;
  background: #dbeaf0;
  border: 1px solid #d7e8ed;
}

.edge-cleaning-service-card__image img,
.edge-cleaning-split__media img,
.edge-cleaning-banner__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edge-cleaning-card h3,
.edge-cleaning-service-card h3,
.edge-cleaning-step__content h3 {
  margin: 0;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  line-height: 1.1;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.edge-cleaning-service-card p,
.edge-cleaning-step__content p,
.edge-cleaning-testimonial-card__quote,
.edge-cleaning-testimonial-card__meta span {
  font-size: 0.925rem;
  line-height: 1.6;
}

.edge-cleaning-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.edge-cleaning-split__media {
  min-height: 560px;
  background: #dbeaf0;
  border-right: 1px solid #d7e8ed;
}

.edge-cleaning-split__media img {
  object-position: right center;
}

.edge-cleaning-split__content {
  display: flex;
  align-items: center;
}

.edge-cleaning-split__content-inner {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

.edge-cleaning-promise-list {
  display: grid;
  gap: 8px;
  margin-top: 28px;
}

.edge-cleaning-promise {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 12px 0;
}

.edge-cleaning-promise + .edge-cleaning-promise {
  border-top: 1px solid #d7e8ed;
}

.edge-cleaning-promise .edge-cleaning-icon {
  width: 32px;
  height: 32px;
  min-width: 32px;
  justify-content: center;
  align-items: center;
  color: #7caf14;
}

.edge-cleaning-promise .edge-cleaning-icon svg {
  width: 21.6px;
  height: 21.6px;
}

.edge-cleaning-promise span:last-child {
  color: #243239;
  font-family: "Manrope", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 600;
}

.edge-cleaning-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 0.72fr);
  gap: 32px;
  align-items: center;
  padding: 40px 0;
  position: relative;
}

.edge-cleaning-section--cta-banner {
  position: relative;
  overflow: hidden;
  background: #c5dee5;
}

.edge-cleaning-section--cta-banner::before {
  content: none;
}

.edge-cleaning-section--cta-banner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(197, 222, 229, 0) 0%, rgba(197, 222, 229, 0.45) 62%, #c5dee5 100%);
}

.edge-cleaning-banner > * {
  position: relative;
  z-index: 1;
}

.edge-cleaning-banner__content {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.edge-cleaning-banner__content h2 {
  max-width: 12ch;
}

.edge-cleaning-banner__content p {
  margin-top: 20px;
  font-size: 1.125rem;
  line-height: 1.75;
  color: rgba(36, 50, 57, 0.75);
}

.edge-cleaning-banner__content .edge-cleaning-button {
  margin-top: 32px;
  align-self: center;
}

.edge-cleaning-banner__media {
  overflow: hidden;
  aspect-ratio: 1.02 / 0.88;
}

.edge-cleaning-section--team {
  padding-bottom: 72px;
  background: #f7fafb;
}

.edge-cleaning-team-band {
  margin-top: 42px;
}

.edge-cleaning-team-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.edge-cleaning-team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 18px 18px 20px;
  border: 1px solid #d7e8ed;
  border-radius: 24px;
  background: #fff;
  text-align: center;
  box-shadow: 0 20px 50px rgba(36, 50, 57, 0.08);
}

.edge-cleaning-team-card__media {
  width: 100%;
  aspect-ratio: 1 / 0.88;
  overflow: hidden;
  border-radius: 18px;
  background: #dbeaf0;
}

.edge-cleaning-team-card__media img,
.edge-cleaning-team-card__placeholder {
  width: 100%;
  height: 100%;
}

.edge-cleaning-team-card__media img {
  display: block;
  object-fit: cover;
}

.edge-cleaning-team-card__placeholder {
  display: grid;
  place-items: center;
  background: #eef8d9;
}

.edge-cleaning-team-card__placeholder span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #243239;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.edge-cleaning-team-card h3 {
  margin: 20px 0 0;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: 1.25rem;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.edge-cleaning-team-card p {
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.edge-cleaning-team-card__links {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
}

.edge-cleaning-team-card__links a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(36, 50, 57, 0.12);
  border-radius: 999px;
  background: #f7fafb;
  color: #243239;
  font-weight: 900;
  text-decoration: none;
}

.edge-cleaning-team-card__links a:hover {
  border-color: #93cc19;
  background: #eef8d9;
}

.edge-cleaning-team-card__links .edge-cleaning-icon {
  width: 17px;
  height: 17px;
}

.edge-cleaning-team__button {
  display: flex;
  justify-content: center;
  padding-top: 44px;
}

.edge-cleaning-stars {
  color: #93cc19;
  letter-spacing: 0.12em;
  font-size: 18px;
}

.edge-cleaning-testimonial-card {
  padding: 24px 0 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.edge-cleaning-testimonial-card + .edge-cleaning-testimonial-card {
  border-top: 1px solid #d7e8ed;
}

.edge-cleaning-testimonial-card__quote {
  flex: 1;
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.7;
}

.edge-cleaning-testimonial-card__meta {
  padding-top: 18px;
  border-top: 1px solid #d7e8ed;
}

.edge-cleaning-testimonial-card__meta strong,
.edge-cleaning-testimonial-card__meta span {
  display: block;
}

.edge-cleaning-testimonial-card__meta span {
  margin-top: 6px;
  color: #61777f;
}

.edge-cleaning-final {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
}

.edge-cleaning-final__intro {
  text-align: center;
}

.edge-cleaning-steps {
  display: grid;
  gap: 8px;
}

.edge-cleaning-step {
  display: flex;
  flex-direction: column;
  gap: 18px;
  align-items: center;
  padding: 16px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  text-align: center;
}

.edge-cleaning-step__number {
  display: inline-grid;
  place-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  border: 1px solid #d7e8ed;
  border-radius: 999px;
  background: #ffffff;
  color: rgba(36, 50, 57, 0.55);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
}

.edge-cleaning-step__content {
  max-width: 30rem;
}

.edge-cleaning-step__content p {
  margin-top: 8px;
}

.edge-cleaning-site-footer {
  padding: 40px 0;
  background: #fff;
  border-top: 1px solid #d7e8ed;
}

.edge-cleaning-site-footer__top,
.edge-cleaning-site-footer__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.edge-cleaning-site-footer__bottom {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid #d7e8ed;
  align-items: center;
}

.edge-cleaning-site-footer__brand {
  max-width: 520px;
}

.edge-cleaning-page-hero {
  position: relative;
  overflow: hidden;
  padding: 88px 0 72px;
  border-top: 1px solid #d7e8ed;
  border-bottom: 1px solid #d7e8ed;
  background: #c5dee5;
}

.edge-cleaning-page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(197, 222, 229, 0) 0%, rgba(197, 222, 229, 0.45) 62%, #c5dee5 100%);
}

.edge-cleaning-page-hero__grid {
  position: absolute;
  inset: 0;
  opacity: 0.8;
}

.edge-cleaning-page-hero__inner {
  position: relative;
  z-index: 1;
}

.edge-cleaning-breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.edge-cleaning-breadcrumbs li {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(36, 50, 57, 0.68);
  font-size: 13px;
  font-weight: 700;
}

.edge-cleaning-breadcrumbs li + li::before {
  content: "/";
  color: rgba(36, 50, 57, 0.38);
}

.edge-cleaning-breadcrumbs a,
.edge-cleaning-text-link {
  color: #243239;
  text-decoration: none;
}

.edge-cleaning-breadcrumbs a:hover,
.edge-cleaning-text-link:hover {
  color: #7caf14;
}

.edge-cleaning-page-hero__content {
  max-width: 52rem;
  margin-top: 28px;
}

.edge-cleaning-page-hero__content h1 {
  margin: 20px 0 0;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(2.8rem, 5vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-weight: 700;
}

.edge-cleaning-page-hero__content p {
  max-width: 44rem;
  margin: 18px 0 0;
  color: rgba(36, 50, 57, 0.8);
  font-size: 1.05rem;
  line-height: 1.75;
  font-weight: 500;
}

.edge-cleaning-page-shell {
  padding: 72px 0 88px;
  background: #fff;
}

.edge-cleaning-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.edge-cleaning-post-card,
.edge-cleaning-sidebar-card,
.edge-cleaning-empty-state {
  border: 1px solid #d7e8ed;
  border-radius: 28px;
  background: #fff;
}

.edge-cleaning-post-card {
  overflow: hidden;
}

.edge-cleaning-post-card__media,
.edge-cleaning-post-card__placeholder {
  display: block;
  aspect-ratio: 1.1 / 0.78;
  background: #dbeaf0;
}

.edge-cleaning-post-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.edge-cleaning-post-card__body {
  padding: 24px;
}

.edge-cleaning-post-card__meta,
.edge-cleaning-singular__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  color: rgba(36, 50, 57, 0.55);
  font-size: 12.8px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.edge-cleaning-post-card h2,
.edge-cleaning-empty-state h2,
.edge-cleaning-sidebar-card h2 {
  margin: 14px 0 0;
  font-family: "Space Grotesk", system-ui, sans-serif;
  font-size: clamp(1.4rem, 2.2vw, 2rem);
  line-height: 1.06;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.edge-cleaning-post-card h2 a {
  color: inherit;
  text-decoration: none;
}

.edge-cleaning-post-card p,
.edge-cleaning-empty-state p,
.edge-cleaning-sidebar-card p {
  margin: 14px 0 0;
  color: #61777f;
  font-size: 15px;
  line-height: 1.7;
  font-weight: 500;
}

.edge-cleaning-text-link {
  display: inline-flex;
  margin-top: 20px;
  font-size: 14px;
  font-weight: 800;
}

.edge-cleaning-search-shell {
  max-width: 52rem;
  margin: 0 auto 32px;
}

.edge-cleaning-search-form {
  display: flex;
  gap: 14px;
}

.edge-cleaning-search-form__input {
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border: 1px solid #d7e8ed;
  border-radius: 999px;
  background: #fff;
  color: #243239;
  font-size: 16px;
  font-weight: 500;
}

.edge-cleaning-search-form__input:focus {
  outline: none;
  border-color: #93cc19;
  box-shadow: 0 0 0 3px rgba(147, 204, 25, 0.15);
}

.edge-cleaning-empty-state {
  max-width: 44rem;
  margin: 0 auto;
  padding: 40px;
  text-align: center;
}

.edge-cleaning-empty-state--wide {
  max-width: 56rem;
}

.edge-cleaning-empty-state .edge-cleaning-button-group {
  justify-content: center;
}

.edge-cleaning-singular__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 320px);
  gap: 32px;
  align-items: start;
}

.edge-cleaning-singular__featured {
  position: relative;
  margin-top: 24px;
  margin-bottom: 28px;
  overflow: hidden;
  border: 1px solid #d7e8ed;
  border-radius: 28px;
}

.edge-cleaning-singular__featured-date {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(36, 50, 57, 0.72);
  backdrop-filter: blur(12px);
}

.edge-cleaning-singular__featured-date time {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.edge-cleaning-singular__featured-author {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: rgba(36, 50, 57, 0.72);
  backdrop-filter: blur(12px);
}

.edge-cleaning-singular__featured-author span {
  color: #fff;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.edge-cleaning-singular__featured img {
  display: block;
  width: 100%;
  height: auto;
}

.edge-cleaning-sidebar-card {
  position: sticky;
  top: 112px;
  padding: 24px;
}

.edge-cleaning-prose {
  max-width: 52rem;
}

.edge-cleaning-sidebar-posts {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.edge-cleaning-sidebar-posts__item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 16px;
  border: 1px solid #d7e8ed;
  border-radius: 18px;
  background: #fff;
  color: #243239;
  text-decoration: none;
  transition: 0.2s ease;
}

.edge-cleaning-sidebar-posts__item:hover,
.edge-cleaning-sidebar-posts__item.is-active {
  border-color: #93cc19;
  background: #f7fbef;
}

.edge-cleaning-sidebar-posts__item span {
  font-size: 15px;
  line-height: 1.45;
  font-weight: 700;
}

.edge-cleaning-sidebar-posts__item time {
  color: #61777f;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.edge-cleaning-prose > :first-child {
  margin-top: 0;
}

.edge-cleaning-prose h1,
.edge-cleaning-prose h2,
.edge-cleaning-prose h3,
.edge-cleaning-prose h4 {
  margin: 1.3em 0 0.45em;
  font-family: "Space Grotesk", system-ui, sans-serif;
  line-height: 1.08;
  letter-spacing: -0.04em;
  color: #243239;
}

.edge-cleaning-prose h2 {
  font-size: clamp(1.7rem, 2.8vw, 2.4rem);
}

.edge-cleaning-prose h3 {
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.edge-cleaning-prose p,
.edge-cleaning-prose li,
.edge-cleaning-prose blockquote {
  color: #61777f;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 500;
}

.edge-cleaning-prose ul,
.edge-cleaning-prose ol {
  padding-left: 1.3rem;
}

.edge-cleaning-prose a {
  color: #243239;
}

.edge-cleaning-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 24px;
}

.edge-cleaning-prose blockquote {
  margin: 28px 0;
  padding: 20px 24px;
  border-left: 4px solid #93cc19;
  border-radius: 0 20px 20px 0;
  background: #f7fafb;
}

.edge-cleaning-page-shell .navigation.pagination,
.edge-cleaning-singular .post-navigation {
  margin-top: 36px;
}

.edge-cleaning-page-shell .nav-links,
.edge-cleaning-singular .nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.edge-cleaning-page-shell .page-numbers,
.edge-cleaning-singular .nav-previous a,
.edge-cleaning-singular .nav-next a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  border: 1px solid #d7e8ed;
  border-radius: 999px;
  color: #243239;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.edge-cleaning-page-shell .page-numbers.current {
  background: #93cc19;
  border-color: #93cc19;
}

@media (max-width: 1100px) {
  .edge-cleaning-hero,
  .edge-cleaning-split,
  .edge-cleaning-banner,
  .edge-cleaning-final {
    grid-template-columns: minmax(0, 1fr);
  }

  .edge-cleaning-hero-layout {
    min-height: auto;
    height: auto;
  }

  .edge-cleaning-hero-left-shell {
    display: flex;
    justify-content: center;
  }

  .edge-cleaning-hero__content {
    width: 100%;
    height: auto;
    justify-content: center;
  }

  .edge-cleaning-hero__content-inner {
    width: 100%;
    align-items: center;
  }

  .edge-cleaning-split__content {
    justify-content: center;
  }

  .edge-cleaning-split__content-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 52rem;
  }

  .edge-cleaning-banner__content {
    width: 100%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 52rem;
  }

  .edge-cleaning-final__intro {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 52rem;
    text-align: center;
  }

  .edge-cleaning-final__intro .edge-cleaning-heading {
    margin-left: auto;
    margin-right: auto;
  }

  .edge-cleaning-final__intro .edge-cleaning-button-group {
    justify-content: center;
  }

  .edge-cleaning-steps {
    margin-left: auto;
    margin-right: auto;
    max-width: 52rem;
  }

  .edge-cleaning-services-grid,
  .edge-cleaning-team-grid,
  .edge-cleaning-testimonials-grid,
  .edge-cleaning-post-grid,
  .edge-cleaning-singular__layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edge-cleaning-singular__layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .edge-cleaning-sidebar-card {
    position: static;
  }
}

@media (max-width: 782px) {
  .edge-cleaning-site-header__inner,
  .edge-cleaning-site-footer__top,
  .edge-cleaning-site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .edge-cleaning-site-header__inner {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    min-height: 84px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .edge-cleaning-site-header__brand {
    margin-right: auto;
  }

  .edge-cleaning-logo {
    height: 56px;
    max-width: 160px;
  }

  .edge-cleaning-menu-toggle {
    display: inline-flex;
  }

  .edge-cleaning-site-header__nav,
  .edge-cleaning-site-header__phone--desktop {
    display: none;
  }

  .edge-cleaning-site-header__mobile-panel:not([hidden]) {
    display: block;
  }

  .edge-cleaning-section {
    padding: 64px 0;
  }

  .edge-cleaning-page-hero {
    padding: 56px 0 48px;
  }

  .edge-cleaning-page-shell {
    padding: 56px 0 64px;
  }

  .edge-cleaning-hero {
    min-height: auto;
  }

  .edge-cleaning-hero-left-shell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .edge-cleaning-hero__content-inner,
  .edge-cleaning-split__content-inner {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .edge-cleaning-hero__content-width {
    max-width: 100%;
  }

  .edge-cleaning-hero__content h1 {
    max-width: 9.5ch;
    margin-left: auto;
    margin-right: auto;
    font-size: clamp(3rem, 10vw, 4.25rem);
  }

  .edge-cleaning-hero__content p {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }

  .edge-cleaning-metrics,
  .edge-cleaning-services-grid,
  .edge-cleaning-team-grid,
  .edge-cleaning-testimonials-grid,
  .edge-cleaning-post-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .edge-cleaning-button-group {
    flex-direction: column;
    align-items: center;
  }

  .edge-cleaning-button-group .edge-cleaning-button {
    width: 100%;
    max-width: 320px;
  }

  .edge-cleaning-metrics {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .edge-cleaning-team-band {
    margin-top: 32px;
  }

  .edge-cleaning-page-hero__content,
  .edge-cleaning-empty-state,
  .edge-cleaning-prose {
    max-width: 100%;
  }

  .edge-cleaning-search-form {
    flex-direction: column;
  }

  .edge-cleaning-empty-state {
    padding: 28px 22px;
  }
}

@media (min-width: 640px) {
  .edge-cleaning-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .edge-cleaning-hero-left-shell {
    padding-left: 32px;
    padding-right: 32px;
  }

  .edge-cleaning-split__content-inner {
    padding-left: 24px;
    padding-right: 24px;
  }

  .edge-cleaning-button-group {
    flex-direction: row;
  }
}

@media (min-width: 783px) and (max-width: 1023px) {
  .edge-cleaning-hero-left-shell {
    padding-left: 32px;
    padding-right: 32px;
  }

  .edge-cleaning-hero__content-inner {
    text-align: center;
  }

  .edge-cleaning-hero__content-width {
    max-width: 42rem;
    margin-left: auto;
    margin-right: auto;
  }

  .edge-cleaning-hero__content h1 {
    max-width: 9.5ch;
    margin-left: auto;
    margin-right: auto;
  }

  .edge-cleaning-hero__content p,
  .edge-cleaning-metrics {
    margin-left: auto;
    margin-right: auto;
  }

  .edge-cleaning-button-group {
    justify-content: center;
  }

  .edge-cleaning-hero__media {
    min-height: 520px;
  }

  .edge-cleaning-hero-form {
    top: 24px;
    left: 24px;
  }

  .edge-cleaning-hero__media img {
    width: 100%;
    height: 92%;
    object-position: center bottom;
  }
}

@media (min-width: 1024px) {
  .edge-cleaning-hero-layout {
    grid-template-columns: minmax(0, calc((100vw - 1280px) / 2 + 36rem)) minmax(0, 1fr);
    height: calc(100svh - 88px);
  }

  .edge-cleaning-hero-left-shell {
    border-right: 1px solid #d7e8ed;
    border-bottom: 0;
    padding-left: max(32px, calc((100vw - 1280px) / 2 + 32px));
    padding-right: 32px;
  }

  .edge-cleaning-hero__content-inner {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: left;
  }

  .edge-cleaning-hero__content-width {
    max-width: 29rem;
  }

  .edge-cleaning-hero__content p {
    max-width: 28rem;
  }

  .edge-cleaning-metrics {
    max-width: 30rem;
  }

  .edge-cleaning-metric {
    text-align: left;
  }

  .edge-cleaning-metric__label {
    justify-content: flex-start;
  }

  .edge-cleaning-service-card {
    text-align: left;
  }

  .edge-cleaning-split__content-inner {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 48px;
    padding-right: max(32px, calc((100vw - 1280px) / 2 + 32px));
    text-align: left;
  }

  .edge-cleaning-promise {
    justify-content: flex-start;
  }

  .edge-cleaning-banner__content {
    max-width: 42rem;
    text-align: left;
  }

  .edge-cleaning-banner__content p {
    max-width: 34rem;
  }

  .edge-cleaning-banner__content .edge-cleaning-button {
    align-self: flex-start;
  }

  .edge-cleaning-testimonial-card {
    text-align: left;
  }

  .edge-cleaning-final__intro {
    text-align: left;
  }

  .edge-cleaning-step {
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
    gap: 16px;
  }

  .edge-cleaning-testimonial-card + .edge-cleaning-testimonial-card {
    border-top: 0;
  }
}

@media (min-width: 1280px) {
  .edge-cleaning-hero__content-width {
    max-width: 31rem;
  }
}

@media (min-width: 1600px) {
  .edge-cleaning-hero__media img {
    object-position: 50% 100%;
  }
}

@media (max-width: 782px) {
  .edge-cleaning-hero-form {
    top: 18px;
    left: 50%;
    width: min(312px, calc(100% - 32px));
    transform: translateX(-50%);
  }

  .edge-cleaning-hero__media img {
    transform: scale(0.76);
    transform-origin: center bottom;
  }
}

@media (min-width: 2200px) and (min-height: 1200px) {
  .edge-cleaning-hero-layout {
    min-height: 920px;
    height: 920px;
  }
}
