.elementor-9237 .elementor-element.elementor-element-2bf8ddb2:not(.elementor-motion-effects-element-type-background), .elementor-9237 .elementor-element.elementor-element-2bf8ddb2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-9237 .elementor-element.elementor-element-2bf8ddb2{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-9237 .elementor-element.elementor-element-2bf8ddb2 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-9237 .elementor-element.elementor-element-36fdcbd0 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-9237 .elementor-element.elementor-element-36fdcbd0{width:100%;}}@media(max-width:1024px){.elementor-9237 .elementor-element.elementor-element-2bf8ddb2{padding:0px 30px 0px 30px;}}@media(max-width:767px){.elementor-9237 .elementor-element.elementor-element-2bf8ddb2{margin-top:0px;margin-bottom:36px;padding:0px 0px 0px 0px;}.elementor-9237 .elementor-element.elementor-element-36fdcbd0 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:30px 30px 30px 30px;}}/* Start custom CSS for html, class: .elementor-element-a1b6d70 */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700&display=swap");

.hmt-td-page,
.hmt-td-page * {
  box-sizing: border-box;
}

.hmt-td-page {
  --hmt-td-deep-green: #1f3b24;
  --hmt-td-dark-forest: #102616;
  --hmt-td-very-dark-green: #08180d;
  --hmt-td-cream: #f6f3cc;
  --hmt-td-light-cream: #fffdf2;
  --hmt-td-gold: #f9cf15;
  --hmt-td-brown: #985c15;
  --hmt-td-charcoal: #252525;
  --hmt-td-muted: #50554f;
  --hmt-td-border: rgba(31, 59, 36, 0.16);
  --hmt-td-shadow: 0 24px 65px rgba(8, 24, 13, 0.11);

  width: 100%;
  margin: 0;
  padding: 78px 24px;
  background:
    radial-gradient(
      circle at 8% 4%,
      rgba(249, 207, 21, 0.16),
      transparent 29%
    ),
    linear-gradient(180deg, #fffdf2 0%, #f7f4da 100%);
  color: var(--hmt-td-charcoal);
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.72;
}

.hmt-td-page h1,
.hmt-td-page h2,
.hmt-td-page h3 {
  margin: 0;
  color: var(--hmt-td-dark-forest);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.hmt-td-page h1 {
  max-width: 820px;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1.02;
}

.hmt-td-page h2 {
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.14;
}

.hmt-td-page h3 {
  font-size: 22px;
  line-height: 1.3;
}

.hmt-td-page p {
  margin: 0;
}

.hmt-td-shell {
  width: min(100%, 1240px);
  margin: 0 auto;
}

.hmt-td-eyebrow,
.hmt-td-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
  color: var(--hmt-td-brown);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hmt-td-eyebrow::before,
.hmt-td-section-label::before {
  flex: 0 0 30px;
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: var(--hmt-td-gold);
  content: "";
}

.hmt-td-section-label--light {
  color: var(--hmt-td-cream);
}

/* HERO */

.hmt-td-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(350px, 0.7fr);
  gap: 52px;
  align-items: center;
  overflow: hidden;
  padding: clamp(45px, 6vw, 78px);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 32px;
  background:
    linear-gradient(
      120deg,
      rgba(8, 24, 13, 0.98),
      rgba(31, 59, 36, 0.94)
    ),
    url("https://homemaintenancetoday.com/wp-content/uploads/2026/07/background.jpg")
      center / cover no-repeat;
  box-shadow: var(--hmt-td-shadow);
}

.hmt-td-hero::after {
  position: absolute;
  top: -155px;
  right: -130px;
  width: 430px;
  height: 430px;
  border: 1px solid rgba(249, 207, 21, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 44px rgba(249, 207, 21, 0.045),
    0 0 0 88px rgba(249, 207, 21, 0.025);
  content: "";
  pointer-events: none;
}

.hmt-td-hero__content,
.hmt-td-hero__card {
  position: relative;
  z-index: 1;
}

.hmt-td-hero h1 {
  color: var(--hmt-td-light-cream);
}

.hmt-td-hero__lead {
  max-width: 785px;
  margin-top: 28px !important;
  color: rgba(255, 253, 242, 0.86);
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 1.72;
}

.hmt-td-hero__actions,
.hmt-td-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}

/* BUTTONS */

.hmt-td-button,
.hmt-td-button:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 15px 24px;
  border: 2px solid transparent;
  border-radius: 12px;
  font-family: "Inter", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.hmt-td-button:hover {
  transform: translateY(-2px);
}

.hmt-td-button:focus-visible,
.hmt-td-inline-link:focus-visible,
.hmt-td-text-link:focus-visible {
  outline: 3px solid var(--hmt-td-gold);
  outline-offset: 4px;
}

.hmt-td-button--primary,
.hmt-td-button--primary:visited,
.hmt-td-button--gold,
.hmt-td-button--gold:visited {
  background: var(--hmt-td-gold);
  color: var(--hmt-td-very-dark-green) !important;
  -webkit-text-fill-color: var(--hmt-td-very-dark-green) !important;
  box-shadow: 0 12px 28px rgba(249, 207, 21, 0.2);
}

.hmt-td-button--primary:hover,
.hmt-td-button--gold:hover {
  background: #ffe04a;
  color: var(--hmt-td-very-dark-green) !important;
}

.hmt-td-page a.hmt-td-button--secondary,
.hmt-td-page a.hmt-td-button--secondary:link,
.hmt-td-page a.hmt-td-button--secondary:visited,
.hmt-td-page a.hmt-td-button--secondary:hover,
.hmt-td-page a.hmt-td-button--secondary:focus,
.hmt-td-page a.hmt-td-button--secondary:active,
.hmt-td-page a.hmt-td-button--outline-light,
.hmt-td-page a.hmt-td-button--outline-light:link,
.hmt-td-page a.hmt-td-button--outline-light:visited,
.hmt-td-page a.hmt-td-button--outline-light:hover,
.hmt-td-page a.hmt-td-button--outline-light:focus,
.hmt-td-page a.hmt-td-button--outline-light:active {
  border-color: rgba(255, 253, 242, 0.8);
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration: none !important;
}

.hmt-td-page a.hmt-td-button--secondary:hover,
.hmt-td-page a.hmt-td-button--outline-light:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

/* HERO CARD */

.hmt-td-hero__card {
  padding: 32px;
  border: 1px solid rgba(246, 243, 204, 0.23);
  border-radius: 24px;
  background: rgba(255, 253, 242, 0.11);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.19);
  backdrop-filter: blur(10px);
}

.hmt-td-hero__icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--hmt-td-gold);
  color: var(--hmt-td-very-dark-green);
  font-size: 22px;
  font-weight: 700;
}

.hmt-td-hero__card h2 {
  color: var(--hmt-td-light-cream);
  font-size: 25px;
}

.hmt-td-hero__card ul {
  display: grid;
  gap: 14px;
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}

.hmt-td-hero__card li {
  position: relative;
  padding-left: 25px;
  color: rgba(255, 253, 242, 0.87);
  font-size: 16px;
  line-height: 1.55;
}

.hmt-td-hero__card li::before {
  position: absolute;
  left: 0;
  color: var(--hmt-td-gold);
  font-weight: 700;
  content: "•";
}

/* INTRO */

.hmt-td-intro {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(45px, 7vw, 90px);
  align-items: start;
  padding: 98px 30px 76px;
}

.hmt-td-intro__heading h2 {
  max-width: 570px;
}

.hmt-td-intro__copy {
  display: grid;
  gap: 20px;
  color: #454a44;
  font-size: 18px;
  line-height: 1.75;
}

/* CORE GRID */

.hmt-td-core-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hmt-td-core-card {
  min-height: 100%;
  padding: 35px 33px;
  border: 1px solid var(--hmt-td-border);
  border-radius: 22px;
  background: rgba(255, 253, 242, 0.9);
  box-shadow: 0 15px 38px rgba(8, 24, 13, 0.055);
}

.hmt-td-card-number {
  display: inline-block;
  margin-bottom: 23px;
  color: var(--hmt-td-brown);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.hmt-td-core-card h3 {
  margin-bottom: 16px;
}

.hmt-td-core-card p {
  color: var(--hmt-td-muted);
  font-size: 16px;
  line-height: 1.68;
}

/* SAFETY */

.hmt-td-safety {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 58px;
  align-items: center;
  margin-top: 82px;
  padding: clamp(44px, 6vw, 72px);
  border-radius: 28px;
  background: var(--hmt-td-dark-forest);
  box-shadow: var(--hmt-td-shadow);
}

.hmt-td-safety h2 {
  color: var(--hmt-td-light-cream);
}

.hmt-td-safety__content p {
  margin-top: 20px;
  color: rgba(255, 253, 242, 0.82);
  font-size: 16.5px;
}

.hmt-td-safety__list {
  display: grid;
  gap: 15px;
}

.hmt-td-safety-item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  padding: 20px;
  border: 1px solid rgba(246, 243, 204, 0.18);
  border-radius: 16px;
  background: rgba(255, 253, 242, 0.09);
}

.hmt-td-safety-item span {
  display: grid;
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  background: var(--hmt-td-gold);
  color: var(--hmt-td-very-dark-green);
  font-weight: 700;
}

.hmt-td-safety-item p {
  color: rgba(255, 253, 242, 0.85);
  font-size: 15.5px;
  line-height: 1.58;
}

/* COMMERCIAL */

.hmt-td-commercial {
  padding: 94px 28px;
}

.hmt-td-commercial__intro {
  max-width: 800px;
  margin-bottom: 43px;
}

.hmt-td-commercial__intro p {
  margin-top: 20px;
  color: var(--hmt-td-muted);
  font-size: 17px;
}

.hmt-td-commercial__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.hmt-td-commercial-card {
  min-height: 100%;
  padding: 35px;
  border: 1px solid var(--hmt-td-border);
  border-radius: 22px;
  background: var(--hmt-td-light-cream);
}

.hmt-td-commercial-card__tag {
  display: inline-flex;
  margin-bottom: 19px;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--hmt-td-deep-green);
  color: var(--hmt-td-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hmt-td-commercial-card h3 {
  margin-bottom: 15px;
}

.hmt-td-commercial-card p {
  color: var(--hmt-td-muted);
  font-size: 16px;
  line-height: 1.68;
}

/* RECOMMENDATIONS */

.hmt-td-recommendations {
  display: grid;
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  gap: 60px;
  align-items: center;
  padding: clamp(44px, 6vw, 72px);
  border-radius: 28px;
  background:
    linear-gradient(
      125deg,
      rgba(8, 24, 13, 0.98),
      rgba(31, 59, 36, 0.95)
    ),
    url("https://homemaintenancetoday.com/wp-content/uploads/2026/07/background-image.jpg")
      center / cover no-repeat;
  box-shadow: var(--hmt-td-shadow);
}

.hmt-td-recommendations h2 {
  color: var(--hmt-td-light-cream);
}

.hmt-td-recommendations__content p {
  margin-top: 20px;
  color: rgba(255, 253, 242, 0.82);
  font-size: 16.5px;
}

.hmt-td-inline-link,
.hmt-td-inline-link:visited {
  display: inline-flex;
  gap: 9px;
  align-items: center;
  margin-top: 26px;
  color: var(--hmt-td-gold) !important;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
}

.hmt-td-inline-link:hover {
  color: #ffe04a !important;
}

.hmt-td-recommendations__checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.hmt-td-check-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 19px;
  border: 1px solid rgba(246, 243, 204, 0.18);
  border-radius: 15px;
  background: rgba(255, 253, 242, 0.09);
}

.hmt-td-check-item span {
  display: grid;
  flex: 0 0 29px;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  background: var(--hmt-td-gold);
  color: var(--hmt-td-very-dark-green);
  font-weight: 700;
}

.hmt-td-check-item p {
  color: rgba(255, 253, 242, 0.84);
  font-size: 15px;
  line-height: 1.55;
}

/* DETAIL GRID */

.hmt-td-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 88px 0;
}

.hmt-td-detail-card {
  min-height: 100%;
  padding: 35px;
  border: 1px solid var(--hmt-td-border);
  border-radius: 22px;
  background: rgba(255, 253, 242, 0.9);
}

.hmt-td-detail-card__icon {
  display: grid;
  width: 47px;
  height: 47px;
  margin-bottom: 21px;
  place-items: center;
  border-radius: 13px;
  background: var(--hmt-td-deep-green);
  color: var(--hmt-td-gold);
  font-size: 17px;
  font-weight: 700;
}

.hmt-td-detail-card h3 {
  margin-bottom: 16px;
}

.hmt-td-detail-card p {
  color: var(--hmt-td-muted);
  font-size: 16px;
  line-height: 1.68;
}

.hmt-td-detail-card p + p {
  margin-top: 15px;
}

/* LIABILITY */

.hmt-td-liability {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 68px;
  align-items: start;
  padding: clamp(44px, 6vw, 72px);
  border: 1px solid var(--hmt-td-border);
  border-radius: 28px;
  background: var(--hmt-td-light-cream);
  box-shadow: var(--hmt-td-shadow);
}

.hmt-td-liability__copy {
  display: grid;
  gap: 19px;
}

.hmt-td-liability__copy p {
  color: var(--hmt-td-muted);
  font-size: 16.5px;
  line-height: 1.72;
}

/* POLICY CARDS */

.hmt-td-policies {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 82px 0;
}

.hmt-td-policy-card {
  min-height: 100%;
  padding: 33px;
  border: 1px solid var(--hmt-td-border);
  border-radius: 21px;
  background: var(--hmt-td-light-cream);
}

.hmt-td-policy-card__label {
  display: inline-flex;
  margin-bottom: 19px;
  color: var(--hmt-td-brown);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hmt-td-policy-card h3 {
  margin-bottom: 16px;
}

.hmt-td-policy-card p {
  color: var(--hmt-td-muted);
  font-size: 15.5px;
  line-height: 1.67;
}

/* FOUNDER */

.hmt-td-founder {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--hmt-td-border);
  border-radius: 28px;
  background: var(--hmt-td-light-cream);
  box-shadow: var(--hmt-td-shadow);
}

.hmt-td-founder__image-wrap {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--hmt-td-deep-green);
}

.hmt-td-founder__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
}

.hmt-td-founder__content {
  align-self: center;
  padding: clamp(44px, 6vw, 75px);
}

.hmt-td-founder__content p {
  margin-top: 18px;
  color: var(--hmt-td-muted);
  font-size: 16.5px;
  line-height: 1.72;
}

.hmt-td-text-link,
.hmt-td-text-link:visited {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 29px;
  color: var(--hmt-td-deep-green) !important;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
}

.hmt-td-text-link:hover {
  color: var(--hmt-td-brown) !important;
}

/* CTA */

.hmt-td-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(270px, auto);
  gap: 52px;
  align-items: center;
  margin-top: 30px;
  padding: clamp(42px, 6vw, 68px);
  border-radius: 28px;
  background: var(--hmt-td-dark-forest);
  box-shadow: var(--hmt-td-shadow);
}

.hmt-td-cta h2 {
  color: var(--hmt-td-light-cream);
}

.hmt-td-cta__content > p {
  max-width: 790px;
  margin-top: 18px;
  color: rgba(255, 253, 242, 0.83);
  font-size: 16.5px;
}

.hmt-td-cta__notice {
  padding: 12px 0 12px 17px;
  border-left: 3px solid var(--hmt-td-gold);
  color: var(--hmt-td-cream) !important;
  font-size: 15px !important;
  font-weight: 600;
}

.hmt-td-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 270px;
}

/* TABLET */

@media (max-width: 1050px) {
  .hmt-td-hero,
  .hmt-td-intro,
  .hmt-td-safety,
  .hmt-td-recommendations,
  .hmt-td-liability,
  .hmt-td-founder,
  .hmt-td-cta {
    grid-template-columns: 1fr;
  }

  .hmt-td-core-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hmt-td-policies {
    grid-template-columns: 1fr;
  }

  .hmt-td-founder__image-wrap {
    min-height: 560px;
  }

  .hmt-td-cta__actions {
    flex-direction: row;
    min-width: 0;
  }
}

/* MOBILE */

@media (max-width: 720px) {
  .hmt-td-page {
    padding: 36px 14px;
    font-size: 16px;
  }

  .hmt-td-page h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .hmt-td-page h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .hmt-td-hero {
    gap: 36px;
    padding: 35px 24px;
    border-radius: 23px;
  }

  .hmt-td-hero__actions,
  .hmt-td-cta__actions {
    flex-direction: column;
  }

  .hmt-td-button {
    width: 100%;
  }

  .hmt-td-intro,
  .hmt-td-commercial {
    padding: 66px 8px 52px;
  }

  .hmt-td-core-grid,
  .hmt-td-commercial__grid,
  .hmt-td-recommendations__checklist,
  .hmt-td-detail-grid {
    grid-template-columns: 1fr;
  }

  .hmt-td-safety,
  .hmt-td-recommendations,
  .hmt-td-liability,
  .hmt-td-cta {
    gap: 36px;
    padding: 36px 24px;
    border-radius: 23px;
  }

  .hmt-td-detail-grid,
  .hmt-td-policies {
    padding: 60px 0;
  }

  .hmt-td-founder {
    border-radius: 23px;
  }

  .hmt-td-founder__image-wrap {
    min-height: 430px;
  }

  .hmt-td-founder__image {
    object-position: center top;
  }

  .hmt-td-founder__content {
    padding: 38px 25px;
  }
}

@media (max-width: 420px) {
  .hmt-td-hero {
    padding: 31px 20px;
  }

  .hmt-td-hero__card,
  .hmt-td-core-card,
  .hmt-td-commercial-card,
  .hmt-td-detail-card,
  .hmt-td-policy-card {
    padding: 24px 21px;
  }

  .hmt-td-founder__image-wrap {
    min-height: 360px;
  }

  .hmt-td-founder__content {
    padding: 34px 21px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hmt-td-page *,
  .hmt-td-page *::before,
  .hmt-td-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}/* End custom CSS */