body.theme-cleaning {
  --bg: #f5fbfa;
  --surface: #ffffff;
  --surface-soft: #e6f4f1;
  --text: #15333c;
  --muted: #526966;
  --line: #cfe2df;
  --accent: #26818a;
  --accent-2: #70c5bc;
  --dark: #103a36;
  --on-dark: #f2fbf8;
  --card-bg: #ffffff;
  --card-border: #cfe4df;
  --card-shadow: 0 18px 46px rgba(29, 93, 91, 0.11);
  --proof-bg: #f7fdfb;
  --section-soft-bg: #e7f6f3;
  --radius-lg: 24px;
  --radius-md: 14px;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  color: var(--text);
  background: linear-gradient(180deg, #fbfefe 0%, #eef8f6 48%, #f7fbfa 100%);
}

.theme-cleaning .site-header {
  background: rgba(250, 254, 253, 0.95);
  border-bottom: 1px solid rgba(82, 145, 150, 0.22);
}

.theme-cleaning .brand-mark {
  border-radius: 999px;
  background: #55aeb0;
  color: #ffffff;
}

.theme-cleaning .hero {
  background:
    linear-gradient(
      135deg,
      rgba(251, 254, 253, 0.98) 0%,
      rgba(237, 249, 246, 0.96) 58%,
      rgba(220, 243, 238, 0.94) 100%
    ),
    #eef8f6;
  padding: 4.55rem 0 4.9rem;
}

.theme-cleaning .hero-grid {
  align-items: center;
  gap: 3.6rem;
}

.theme-cleaning .hero-copy {
  max-width: 680px;
}

.theme-cleaning h1,
.theme-cleaning h2,
.theme-cleaning h3 {
  color: var(--text);
  letter-spacing: 0;
}

.theme-cleaning h1 {
  max-width: 12ch;
  margin: 1rem 0 0.9rem;
  font-size: 4.25rem;
  line-height: 1.02;
}

.theme-cleaning h2 {
  max-width: 13ch;
  font-size: 2.85rem;
  line-height: 1.05;
}

.theme-cleaning h3 {
  font-size: 1.52rem;
  line-height: 1.12;
}

.theme-cleaning .eyebrow,
.theme-cleaning .section-label,
.theme-cleaning .card-label {
  border-color: #beddd8;
  background: #f8fffd;
  color: #197982;
  line-height: 1;
  text-transform: uppercase;
}

.theme-cleaning .hero-lead,
.theme-cleaning .section-heading p,
.theme-cleaning .large-text {
  color: var(--muted);
  font-size: 1.08rem;
  line-height: 1.58;
}

.theme-cleaning .button-primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #ffffff;
  box-shadow: 0 15px 30px rgba(38, 129, 138, 0.2);
}

.theme-cleaning .button-secondary {
  background: #ffffff;
  border-color: rgba(38, 129, 138, 0.22);
  color: var(--text);
}

.theme-cleaning .button-primary:hover,
.theme-cleaning .button-primary:focus-visible {
  background: #1f747c;
  border-color: #1f747c;
}

.theme-cleaning .button-secondary:hover,
.theme-cleaning .button-secondary:focus-visible {
  border-color: rgba(38, 129, 138, 0.45);
  background: #f7fffd;
}

.theme-cleaning .hero-media {
  justify-self: end;
  width: min(100%, 548px);
  isolation: isolate;
}

.theme-cleaning .hero-photo {
  aspect-ratio: 4 / 3;
  border-radius: 28px;
  border: 1px solid rgba(88, 168, 173, 0.3);
  background: #dcefeb;
  box-shadow: 0 28px 70px rgba(47, 112, 116, 0.17);
}

.theme-cleaning .hero-media img {
  min-height: 0;
  object-position: center;
}

.theme-cleaning .hero-note,
.theme-cleaning .service-card,
.theme-cleaning .area-panel,
.theme-cleaning .proof-card,
.theme-cleaning .contact-form {
  border-radius: var(--radius-lg);
  border: 1px solid var(--card-border);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: var(--card-shadow);
}

.theme-cleaning .hero-note {
  right: 1.1rem;
  bottom: 1.1rem;
  max-width: 292px;
  padding: 1.05rem 1.1rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
}

.theme-cleaning .hero-note strong {
  margin-bottom: 0.3rem;
  color: var(--text);
  line-height: 1.25;
}

.theme-cleaning .hero-note p {
  color: #425b57;
  line-height: 1.45;
}

.theme-cleaning .hero-proof {
  gap: 0.62rem;
}

.theme-cleaning .hero-proof li {
  border-color: #b9d9d4;
  background: rgba(255, 255, 255, 0.84);
  color: #18393f;
}

.theme-cleaning .demo-safety-note {
  max-width: 38rem;
  border-color: #b9d9d4;
  background: #f4fbf9;
  color: #4d635f;
  line-height: 1.45;
}

.theme-cleaning .trust-strip {
  padding: 1.25rem 0;
  border-top: 1px solid #cce8e2;
  border-bottom: 1px solid #dcefeb;
  background: linear-gradient(180deg, #dff4ef 0%, #f5fbfa 100%);
  color: var(--text);
}

.theme-cleaning .trust-grid,
.theme-cleaning .service-grid,
.theme-cleaning .steps-grid,
.theme-cleaning .proof-grid {
  gap: 1.05rem;
}

.theme-cleaning .trust-item {
  min-height: 100%;
  padding: 1.15rem 1.2rem;
  border: 1px solid #cde2de;
  border-radius: 22px;
  background: #ffffff;
  color: var(--text);
  box-shadow: 0 14px 34px rgba(29, 93, 91, 0.08);
}

.theme-cleaning .trust-item strong {
  display: block;
  margin-bottom: 0.28rem;
  color: #173b40;
  line-height: 1.3;
}

.theme-cleaning .trust-item p {
  color: #526966;
  line-height: 1.5;
}

.theme-cleaning .section {
  padding: 4.8rem 0;
}

.theme-cleaning .section-soft {
  border-top: 1px solid #d8eee9;
  border-bottom: 1px solid #d8eee9;
  background: linear-gradient(
    135deg,
    rgba(219, 245, 239, 0.86),
    rgba(255, 255, 255, 0.74)
  );
}

.theme-cleaning .section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.theme-cleaning .service-card {
  gap: 0.35rem;
  padding: 1.25rem 1.25rem 1.35rem;
  border-left: 1px solid var(--card-border);
  border-top: 4px solid #78c9bf;
  background: linear-gradient(180deg, #ffffff 0%, #f8fdfc 100%);
}

.theme-cleaning .service-card .card-label {
  border-color: #a8d9d2;
  background: #def4ef;
  color: #157883;
}

.theme-cleaning .service-card h3 {
  margin-top: 0.55rem;
  margin-bottom: 0.4rem;
}

.theme-cleaning .service-card p {
  color: #29454a;
  line-height: 1.5;
}

.theme-cleaning .service-card ul {
  margin-top: auto;
  padding-top: 1rem;
  padding-left: 0;
  border-top: 1px solid #e1efec;
  list-style: none;
}

.theme-cleaning .service-card li {
  position: relative;
  margin-top: 0.34rem;
  padding-left: 1.45rem;
  color: #516763;
  line-height: 1.45;
}

.theme-cleaning .service-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: var(--accent-2);
}

.theme-cleaning .split-grid,
.theme-cleaning .area-grid,
.theme-cleaning .contact-grid {
  gap: 3.2rem;
}

.theme-cleaning .steps-grid .area-panel {
  min-height: 160px;
  padding: 1.25rem;
  border-top: 4px solid #9edbd2;
}

.theme-cleaning .area-panel strong {
  display: block;
  color: #173b40;
  line-height: 1.35;
}

.theme-cleaning .area-panel p {
  margin-top: 0.38rem;
  color: #405956;
  line-height: 1.52;
}

.theme-cleaning .proof-card {
  padding: 1.35rem 1.4rem 1.3rem;
  background: #ffffff;
}

.theme-cleaning .proof-card blockquote {
  color: #202f32;
  font-size: 1.05rem;
  line-height: 1.58;
}

.theme-cleaning .proof-card cite {
  margin-top: 1.05rem;
  padding-top: 0.9rem;
  border-top: 1px solid #e1efec;
  color: #586d69;
}

.theme-cleaning .area-pills {
  gap: 0.62rem;
}

.theme-cleaning .area-pills span {
  border-color: #cfe2df;
  background: #f9fefd;
  color: #173b40;
  line-height: 1.15;
}

.theme-cleaning .check-list li {
  color: #526966;
  line-height: 1.55;
}

.theme-cleaning .check-list a {
  color: #226f76;
  font-weight: 800;
}

.theme-cleaning .contact-form {
  justify-self: end;
  width: min(100%, 548px);
  padding: 1.25rem;
  border-radius: 24px;
}

.theme-cleaning label {
  margin-bottom: 0.42rem;
  color: #173b40;
  line-height: 1.25;
}

.theme-cleaning input,
.theme-cleaning select,
.theme-cleaning textarea {
  min-height: 3.28rem;
  margin-bottom: 1rem;
  border-color: #cfdfdc;
  border-radius: 10px;
  background: #fdfefe;
  color: var(--text);
}

.theme-cleaning textarea {
  min-height: 148px;
}

.theme-cleaning input:focus,
.theme-cleaning select:focus,
.theme-cleaning textarea:focus {
  border-color: var(--accent);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(38, 129, 138, 0.14);
  outline: none;
}

.theme-cleaning input::placeholder,
.theme-cleaning textarea::placeholder {
  color: #768985;
  opacity: 1;
}

.theme-cleaning .form-note,
.theme-cleaning .form-message {
  color: #526966;
  line-height: 1.45;
}

.theme-cleaning .form-trust {
  margin: 0.75rem 0 1rem;
  padding: 0.9rem 0.95rem;
  border-color: #cfe2df;
  background: #f4fbf9;
  color: #526966;
}

.theme-cleaning .form-trust strong {
  color: #173b40;
}

.theme-cleaning .form-message {
  min-height: 1.4rem;
  margin-top: 0.75rem;
  font-weight: 800;
}

.theme-cleaning .form-message.success {
  color: #1e6c4e;
}

.theme-cleaning .form-message.error {
  color: #9b3f24;
}

.theme-cleaning .mobile-contact-bar a:first-child {
  background: var(--accent);
}

.theme-cleaning .site-footer {
  background: var(--dark);
}

.theme-cleaning .site-footer .button-secondary {
  border-color: rgba(242, 251, 248, 0.18);
}

@media (max-width: 980px) {
  .theme-cleaning h1 {
    font-size: 3.3rem;
  }

  .theme-cleaning h2 {
    font-size: 2.35rem;
  }

  .theme-cleaning .hero {
    padding: 4rem 0 4.4rem;
  }

  .theme-cleaning .hero-grid,
  .theme-cleaning .split-grid,
  .theme-cleaning .area-grid,
  .theme-cleaning .contact-grid {
    gap: 2rem;
  }
}

@media (max-width: 700px) {
  .theme-cleaning .hero {
    padding: 2.8rem 0 3.2rem;
  }

  .theme-cleaning .container {
    width: min(calc(100% - 1.1rem), var(--max));
  }

  .theme-cleaning h1 {
    max-width: 12ch;
    font-size: 2.35rem;
    line-height: 1.04;
  }

  .theme-cleaning h2 {
    max-width: 13ch;
    font-size: 2rem;
    line-height: 1.08;
  }

  .theme-cleaning h3 {
    font-size: 1.28rem;
  }

  .theme-cleaning .hero-lead,
  .theme-cleaning .section-heading p,
  .theme-cleaning .large-text {
    font-size: 1rem;
  }

  .theme-cleaning .hero-media {
    justify-self: stretch;
    width: 100%;
  }

  .theme-cleaning .hero-photo {
    border-radius: 22px;
  }

  .theme-cleaning .hero-note {
    position: relative;
    right: auto;
    bottom: auto;
    max-width: none;
    margin: -1.15rem 0.85rem 0;
  }

  .theme-cleaning .hero-proof li {
    flex: 1 1 calc(50% - 0.62rem);
    justify-content: center;
    text-align: center;
  }

  .theme-cleaning .demo-safety-note {
    padding: 0.7rem 0.8rem;
    font-size: 0.86rem;
  }

  .theme-cleaning .trust-strip {
    padding: 0.85rem 0;
  }

  .theme-cleaning .section {
    padding: 3.25rem 0;
  }

  .theme-cleaning .section-heading {
    margin-bottom: 1.35rem;
  }

  .theme-cleaning .service-card,
  .theme-cleaning .area-panel,
  .theme-cleaning .proof-card,
  .theme-cleaning .contact-form {
    border-radius: 18px;
  }

  .theme-cleaning .area-pills span {
    flex: 1 1 calc(50% - 0.62rem);
    justify-content: center;
  }

  .theme-cleaning .contact-form {
    width: 100%;
    padding: 1rem;
  }

  .theme-cleaning .site-footer {
    padding-bottom: 6.2rem;
  }
}
