.elementor-9219 .elementor-element.elementor-element-703e4c4e:not(.elementor-motion-effects-element-type-background), .elementor-9219 .elementor-element.elementor-element-703e4c4e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-9219 .elementor-element.elementor-element-703e4c4e{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-9219 .elementor-element.elementor-element-703e4c4e > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-9219 .elementor-element.elementor-element-5e6e78a5 > .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-9219 .elementor-element.elementor-element-5e6e78a5{width:100%;}}@media(max-width:1024px){.elementor-9219 .elementor-element.elementor-element-703e4c4e{padding:0px 30px 0px 30px;}}@media(max-width:767px){.elementor-9219 .elementor-element.elementor-element-703e4c4e{margin-top:0px;margin-bottom:36px;padding:0px 0px 0px 0px;}.elementor-9219 .elementor-element.elementor-element-5e6e78a5 > .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-6f49a6ab */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700&display=swap");

.hmt-rb-page,
.hmt-rb-page * {
  box-sizing: border-box;
}

.hmt-rb-page {
  --hmt-rb-deep-green: #1f3b24;
  --hmt-rb-dark-forest: #102616;
  --hmt-rb-very-dark-green: #08180d;
  --hmt-rb-cream: #f6f3cc;
  --hmt-rb-light-cream: #fffdf2;
  --hmt-rb-gold: #f9cf15;
  --hmt-rb-brown: #985c15;
  --hmt-rb-charcoal: #252525;
  --hmt-rb-gray: #a5a190;
  --hmt-rb-border: rgba(31, 59, 36, 0.16);
  --hmt-rb-shadow: 0 24px 65px rgba(8, 24, 13, 0.11);

  width: 100%;
  margin: 0;
  padding: 78px 24px;
  background:
    radial-gradient(
      circle at 8% 5%,
      rgba(249, 207, 21, 0.17),
      transparent 29%
    ),
    linear-gradient(180deg, #fffdf2 0%, #f7f4da 100%);
  color: var(--hmt-rb-charcoal);
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
}

.hmt-rb-page h1,
.hmt-rb-page h2,
.hmt-rb-page h3 {
  margin: 0;
  color: var(--hmt-rb-dark-forest);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.hmt-rb-page h1 {
  max-width: 830px;
  font-size: clamp(43px, 5.6vw, 72px);
  line-height: 1.03;
}

.hmt-rb-page h2 {
  font-size: clamp(30px, 3.7vw, 45px);
  line-height: 1.14;
}

.hmt-rb-page h3 {
  font-size: 23px;
  line-height: 1.28;
}

.hmt-rb-page p {
  margin: 0;
}

.hmt-rb-page a,
.hmt-rb-page a:visited {
  color: inherit;
}

.hmt-rb-shell {
  width: min(100%, 1240px);
  margin: 0 auto;
}

/* LABELS */

.hmt-rb-eyebrow,
.hmt-rb-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
  color: var(--hmt-rb-brown);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hmt-rb-eyebrow::before,
.hmt-rb-section-label::before {
  flex: 0 0 30px;
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: var(--hmt-rb-gold);
  content: "";
}

.hmt-rb-section-label--light {
  color: var(--hmt-rb-cream);
}

/* HERO */

.hmt-rb-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-rb-shadow);
}

.hmt-rb-hero::after {
  position: absolute;
  top: -160px;
  right: -140px;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(249, 207, 21, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 45px rgba(249, 207, 21, 0.045),
    0 0 0 90px rgba(249, 207, 21, 0.025);
  content: "";
  pointer-events: none;
}

.hmt-rb-hero__content,
.hmt-rb-hero__card {
  position: relative;
  z-index: 1;
}

.hmt-rb-hero h1 {
  color: var(--hmt-rb-light-cream);
}

.hmt-rb-hero__lead {
  max-width: 790px;
  margin-top: 28px !important;
  color: rgba(255, 253, 242, 0.86);
  font-size: clamp(18px, 1.8vw, 20px);
  line-height: 1.72;
}

.hmt-rb-hero__actions,
.hmt-rb-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}

/* BUTTONS */

.hmt-rb-button,
.hmt-rb-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;
  cursor: pointer;
  transition:
    transform 180ms ease,
    background-color 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    box-shadow 180ms ease;
}

.hmt-rb-button:hover {
  transform: translateY(-2px);
}

.hmt-rb-button:focus-visible,
.hmt-rb-text-link:focus-visible {
  outline: 3px solid var(--hmt-rb-gold);
  outline-offset: 4px;
}

.hmt-rb-button--primary,
.hmt-rb-button--primary:visited {
  background: var(--hmt-rb-gold);
  color: var(--hmt-rb-very-dark-green);
  box-shadow: 0 12px 28px rgba(249, 207, 21, 0.2);
}

.hmt-rb-button--primary:hover {
  background: #ffe04a;
  color: var(--hmt-rb-very-dark-green);
}

.hmt-rb-button--secondary,
.hmt-rb-button--secondary:visited {
  border-color: rgba(255, 253, 242, 0.72);
  background: rgba(255, 255, 255, 0.1);
  color: #fffdf2;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.hmt-rb-button--secondary:hover {
  border-color: #fffdf2;
  background: rgba(255, 255, 255, 0.17);
  color: #ffffff;
}

/* HERO PROMISE CARD */

.hmt-rb-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-rb-hero__card-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--hmt-rb-gold);
  color: var(--hmt-rb-very-dark-green);
  font-size: 23px;
  font-weight: 700;
}

.hmt-rb-hero__card h2 {
  color: var(--hmt-rb-light-cream);
  font-size: 25px;
  line-height: 1.25;
}

.hmt-rb-hero__card ul {
  display: grid;
  gap: 14px;
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}

.hmt-rb-hero__card li {
  position: relative;
  padding-left: 25px;
  color: rgba(255, 253, 242, 0.87);
  font-size: 16px;
  line-height: 1.55;
}

.hmt-rb-hero__card li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--hmt-rb-gold);
  font-weight: 700;
  content: "•";
}

/* INTRODUCTION */

.hmt-rb-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 72px;
}

.hmt-rb-intro__heading h2 {
  max-width: 535px;
}

.hmt-rb-intro__copy {
  display: grid;
  gap: 20px;
  color: #454a44;
  font-size: 18px;
  line-height: 1.75;
}

/* RECOMMENDATION CARDS */

.hmt-rb-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hmt-rb-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  padding: 36px 34px;
  border: 1px solid var(--hmt-rb-border);
  border-radius: 22px;
  background: rgba(255, 253, 242, 0.9);
  box-shadow: 0 15px 38px rgba(8, 24, 13, 0.06);
}

.hmt-rb-card::after {
  position: absolute;
  right: -38px;
  bottom: -38px;
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: rgba(249, 207, 21, 0.11);
  content: "";
}

.hmt-rb-card__number {
  display: inline-block;
  margin-bottom: 24px;
  color: var(--hmt-rb-brown);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.hmt-rb-card h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 17px;
  font-size: 22px;
}

.hmt-rb-card p {
  position: relative;
  z-index: 1;
  color: #4d524c;
  font-size: 16px;
  line-height: 1.68;
}

.hmt-rb-card p + p {
  margin-top: 16px;
}

.hmt-rb-card ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 19px 0 0;
  padding: 0;
  list-style: none;
}

.hmt-rb-card li {
  position: relative;
  padding-left: 24px;
  color: #4d524c;
  font-size: 15.5px;
  line-height: 1.58;
}

.hmt-rb-card li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--hmt-rb-brown);
  font-weight: 700;
  content: "✓";
}

/* EDITORIAL INDEPENDENCE */

.hmt-rb-independence {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 58px;
  align-items: center;
  margin-top: 82px;
  padding: clamp(44px, 6vw, 72px);
  border-radius: 28px;
  background: var(--hmt-rb-dark-forest);
  box-shadow: var(--hmt-rb-shadow);
}

.hmt-rb-independence__content h2 {
  color: var(--hmt-rb-light-cream);
}

.hmt-rb-independence__content p {
  margin-top: 20px;
  color: rgba(255, 253, 242, 0.82);
  font-size: 16.5px;
  line-height: 1.72;
}

.hmt-rb-independence__comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.hmt-rb-comparison-card {
  min-height: 100%;
  padding: 31px 29px;
  border: 1px solid rgba(246, 243, 204, 0.18);
  border-radius: 20px;
  background: rgba(255, 253, 242, 0.085);
}

.hmt-rb-comparison-card__tag {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--hmt-rb-gold);
  color: var(--hmt-rb-very-dark-green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hmt-rb-comparison-card h3 {
  margin-top: 18px;
  color: var(--hmt-rb-light-cream);
  font-size: 21px;
}

.hmt-rb-comparison-card ul {
  display: grid;
  gap: 12px;
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}

.hmt-rb-comparison-card li {
  position: relative;
  padding-left: 23px;
  color: rgba(255, 253, 242, 0.81);
  font-size: 15.5px;
  line-height: 1.55;
}

.hmt-rb-comparison-card li::before {
  position: absolute;
  left: 0;
  color: var(--hmt-rb-gold);
  font-weight: 700;
  content: "✓";
}

/* POLICY CARDS */

.hmt-rb-policy-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 25px;
}

.hmt-rb-policy {
  display: flex;
  gap: 19px;
  min-height: 100%;
  padding: 31px;
  border: 1px solid var(--hmt-rb-border);
  border-radius: 20px;
  background: var(--hmt-rb-light-cream);
}

.hmt-rb-policy__icon {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 12px;
  background: var(--hmt-rb-deep-green);
  color: var(--hmt-rb-gold);
  font-size: 20px;
  font-weight: 700;
}

.hmt-rb-policy h3 {
  margin-bottom: 12px;
  font-size: 19px;
}

.hmt-rb-policy p {
  color: #4d524c;
  font-size: 15.5px;
  line-height: 1.65;
}

/* DUE DILIGENCE */

.hmt-rb-diligence {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 65px;
  align-items: start;
  padding: 94px 30px;
}

.hmt-rb-diligence__content p {
  max-width: 500px;
  margin-top: 21px;
  color: #4d524c;
  font-size: 17px;
  line-height: 1.72;
}

.hmt-rb-checklist {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.hmt-rb-checklist__item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  min-height: 100%;
  padding: 21px 20px;
  border: 1px solid var(--hmt-rb-border);
  border-radius: 16px;
  background: rgba(255, 253, 242, 0.9);
}

.hmt-rb-checklist__item span {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--hmt-rb-deep-green);
  color: var(--hmt-rb-gold);
  font-size: 14px;
  font-weight: 700;
}

.hmt-rb-checklist__item p {
  color: #444a44;
  font-size: 16px;
  line-height: 1.58;
}

/* FOUNDER NOTE */

.hmt-rb-founder-note {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
  overflow: hidden;
  border: 1px solid var(--hmt-rb-border);
  border-radius: 28px;
  background: var(--hmt-rb-light-cream);
  box-shadow: var(--hmt-rb-shadow);
}

.hmt-rb-founder-note__image-wrap {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: var(--hmt-rb-deep-green);
}

.hmt-rb-founder-note__image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hmt-rb-founder-note__content {
  align-self: center;
  padding: clamp(44px, 6vw, 75px);
}

.hmt-rb-founder-note__content p {
  margin-top: 18px;
  color: #4d524c;
  font-size: 16.5px;
  line-height: 1.72;
}

.hmt-rb-text-link,
.hmt-rb-text-link:visited {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 29px;
  color: var(--hmt-rb-deep-green);
  font-size: 15.5px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
}

.hmt-rb-text-link:hover {
  color: var(--hmt-rb-brown);
}

.hmt-rb-text-link span {
  transition: transform 180ms ease;
}

.hmt-rb-text-link:hover span {
  transform: translateX(4px);
}

/* FINAL CTA */

.hmt-rb-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:
    linear-gradient(
      130deg,
      rgba(8, 24, 13, 0.97),
      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-rb-shadow);
}

.hmt-rb-cta h2 {
  color: var(--hmt-rb-light-cream);
}

.hmt-rb-cta__content > p {
  max-width: 780px;
  margin-top: 18px;
  color: rgba(255, 253, 242, 0.83);
  font-size: 16.5px;
  line-height: 1.72;
}

.hmt-rb-cta__notice {
  padding: 12px 0 12px 17px;
  border-left: 3px solid var(--hmt-rb-gold);
  color: var(--hmt-rb-cream) !important;
  font-size: 15px !important;
  font-weight: 600;
}

.hmt-rb-cta__actions {
  flex-direction: column;
  min-width: 270px;
  margin-top: 0;
}

.hmt-rb-button--gold,
.hmt-rb-button--gold:visited {
  background: var(--hmt-rb-gold);
  color: var(--hmt-rb-very-dark-green);
  box-shadow: 0 12px 28px rgba(249, 207, 21, 0.18);
}

.hmt-rb-button--gold:hover {
  background: #ffe04a;
  color: var(--hmt-rb-very-dark-green);
}

.hmt-rb-button--outline-light,
.hmt-rb-button--outline-light:visited {
  border-color: rgba(255, 253, 242, 0.76);
  background: rgba(255, 255, 255, 0.09);
  color: #fffdf2;
}

.hmt-rb-button--outline-light:hover {
  border-color: #fffdf2;
  background: rgba(255, 255, 255, 0.17);
  color: #ffffff;
}

/* TABLET */

@media (max-width: 1050px) {
  .hmt-rb-hero,
  .hmt-rb-intro,
  .hmt-rb-independence,
  .hmt-rb-diligence,
  .hmt-rb-founder-note,
  .hmt-rb-cta {
    grid-template-columns: 1fr;
  }

  .hmt-rb-hero {
    gap: 38px;
  }

  .hmt-rb-hero__card {
    max-width: 720px;
  }

  .hmt-rb-intro__heading h2 {
    max-width: 700px;
  }

  .hmt-rb-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hmt-rb-policy-row {
    grid-template-columns: 1fr;
  }

  .hmt-rb-founder-note__image-wrap {
    min-height: 560px;
  }

  .hmt-rb-founder-note__image {
    position: relative;
    min-height: 560px;
  }

  .hmt-rb-cta__actions {
    flex-direction: row;
    min-width: 0;
  }
}

/* MOBILE */

@media (max-width: 720px) {
  .hmt-rb-page {
    padding: 36px 14px;
    font-size: 16px;
  }

  .hmt-rb-page h1 {
    font-size: clamp(38px, 11vw, 53px);
  }

  .hmt-rb-page h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .hmt-rb-page h3 {
    font-size: 21px;
  }

  .hmt-rb-hero {
    padding: 35px 24px;
    border-radius: 23px;
  }

  .hmt-rb-hero__lead {
    font-size: 17px;
  }

  .hmt-rb-hero__actions,
  .hmt-rb-cta__actions {
    flex-direction: column;
  }

  .hmt-rb-button {
    width: 100%;
  }

  .hmt-rb-intro,
  .hmt-rb-diligence {
    gap: 31px;
    padding: 66px 8px 50px;
  }

  .hmt-rb-grid,
  .hmt-rb-independence__comparison,
  .hmt-rb-checklist {
    grid-template-columns: 1fr;
  }

  .hmt-rb-card {
    padding: 29px 26px;
  }

  .hmt-rb-card p {
    font-size: 16px;
  }

  .hmt-rb-independence {
    gap: 36px;
    margin-top: 58px;
    padding: 36px 24px;
    border-radius: 23px;
  }

  .hmt-rb-policy {
    padding: 27px 25px;
  }

  .hmt-rb-founder-note {
    border-radius: 23px;
  }

  .hmt-rb-founder-note__image-wrap {
    min-height: 410px;
  }

  .hmt-rb-founder-note__image {
    min-height: 410px;
  }

  .hmt-rb-founder-note__content {
    padding: 38px 25px;
  }

  .hmt-rb-cta {
    gap: 33px;
    padding: 37px 24px;
    border-radius: 23px;
  }
}

/* SMALL MOBILE */

@media (max-width: 420px) {
  .hmt-rb-hero {
    padding: 31px 20px;
  }

  .hmt-rb-hero__card,
  .hmt-rb-card,
  .hmt-rb-comparison-card {
    padding: 24px 21px;
  }

  .hmt-rb-policy {
    flex-direction: column;
    padding: 24px 21px;
  }

  .hmt-rb-founder-note__image-wrap {
    min-height: 350px;
  }

  .hmt-rb-founder-note__image {
    min-height: 350px;
  }

  .hmt-rb-founder-note__content {
    padding: 34px 21px;
  }
}

/* ACCESSIBILITY */

@media (prefers-reduced-motion: reduce) {
  .hmt-rb-page *,
  .hmt-rb-page *::before,
  .hmt-rb-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
.hmt-rb-button--secondary,
.hmt-rb-button--secondary:link,
.hmt-rb-button--secondary:visited,
.hmt-rb-button--secondary:hover,
.hmt-rb-button--secondary:focus,
.hmt-rb-button--secondary:active,
.hmt-rb-button--outline-light,
.hmt-rb-button--outline-light:link,
.hmt-rb-button--outline-light:visited,
.hmt-rb-button--outline-light:hover,
.hmt-rb-button--outline-light:focus,
.hmt-rb-button--outline-light:active {
  color: #ffffff !important;
}

.hmt-rb-button--secondary *,
.hmt-rb-button--outline-light * {
  color: #ffffff !important;
}/* End custom CSS */