.elementor-9243 .elementor-element.elementor-element-37610da7:not(.elementor-motion-effects-element-type-background), .elementor-9243 .elementor-element.elementor-element-37610da7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-9243 .elementor-element.elementor-element-37610da7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-9243 .elementor-element.elementor-element-37610da7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-9243 .elementor-element.elementor-element-39c10371 > .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-9243 .elementor-element.elementor-element-39c10371{width:100%;}}@media(max-width:1024px){.elementor-9243 .elementor-element.elementor-element-37610da7{padding:0px 30px 0px 30px;}}@media(max-width:767px){.elementor-9243 .elementor-element.elementor-element-37610da7{margin-top:0px;margin-bottom:36px;padding:0px 0px 0px 0px;}.elementor-9243 .elementor-element.elementor-element-39c10371 > .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-78b9a858 */@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700&display=swap");

.hmt-pp-page,
.hmt-pp-page * {
  box-sizing: border-box;
}

.hmt-pp-page {
  --hmt-pp-deep-green: #1f3b24;
  --hmt-pp-dark-forest: #102616;
  --hmt-pp-very-dark-green: #08180d;
  --hmt-pp-cream: #f6f3cc;
  --hmt-pp-light-cream: #fffdf2;
  --hmt-pp-gold: #f9cf15;
  --hmt-pp-brown: #985c15;
  --hmt-pp-charcoal: #252525;
  --hmt-pp-muted: #50554f;
  --hmt-pp-border: rgba(31, 59, 36, 0.16);
  --hmt-pp-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-pp-charcoal);
  font-family: "Inter", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.72;
}

.hmt-pp-page h1,
.hmt-pp-page h2,
.hmt-pp-page h3 {
  margin: 0;
  color: var(--hmt-pp-dark-forest);
  font-family: "Manrope", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.035em;
}

.hmt-pp-page h1 {
  max-width: 820px;
  font-size: clamp(46px, 6vw, 76px);
  line-height: 1.02;
}

.hmt-pp-page h2 {
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.14;
}

.hmt-pp-page h3 {
  font-size: 22px;
  line-height: 1.3;
}

.hmt-pp-page p {
  margin: 0;
}

.hmt-pp-page a,
.hmt-pp-page a:visited {
  color: inherit;
}

.hmt-pp-shell {
  width: min(100%, 1240px);
  margin: 0 auto;
}

/* LABELS */

.hmt-pp-eyebrow,
.hmt-pp-section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 19px;
  color: var(--hmt-pp-brown);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.hmt-pp-eyebrow::before,
.hmt-pp-section-label::before {
  flex: 0 0 30px;
  width: 30px;
  height: 3px;
  border-radius: 999px;
  background: var(--hmt-pp-gold);
  content: "";
}

.hmt-pp-section-label--light {
  color: var(--hmt-pp-cream);
}

/* HERO */

.hmt-pp-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-pp-shadow);
}

.hmt-pp-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-pp-hero__content,
.hmt-pp-hero__card {
  position: relative;
  z-index: 1;
}

.hmt-pp-hero h1 {
  color: var(--hmt-pp-light-cream);
}

.hmt-pp-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-pp-hero__updated {
  margin-top: 24px !important;
  color: rgba(255, 253, 242, 0.63);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.hmt-pp-hero__actions,
.hmt-pp-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}

/* BUTTONS */

.hmt-pp-button,
.hmt-pp-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-pp-button:hover {
  transform: translateY(-2px);
}

.hmt-pp-button:focus-visible,
.hmt-pp-text-link:focus-visible {
  outline: 3px solid var(--hmt-pp-gold);
  outline-offset: 4px;
}

.hmt-pp-button--primary,
.hmt-pp-button--primary:visited,
.hmt-pp-button--gold,
.hmt-pp-button--gold:visited {
  background: var(--hmt-pp-gold);
  color: var(--hmt-pp-very-dark-green) !important;
  -webkit-text-fill-color: var(--hmt-pp-very-dark-green) !important;
  box-shadow: 0 12px 28px rgba(249, 207, 21, 0.2);
}

.hmt-pp-button--primary:hover,
.hmt-pp-button--gold:hover {
  background: #ffe04a;
  color: var(--hmt-pp-very-dark-green) !important;
}

.hmt-pp-page a.hmt-pp-button--secondary,
.hmt-pp-page a.hmt-pp-button--secondary:link,
.hmt-pp-page a.hmt-pp-button--secondary:visited,
.hmt-pp-page a.hmt-pp-button--secondary:hover,
.hmt-pp-page a.hmt-pp-button--secondary:focus,
.hmt-pp-page a.hmt-pp-button--secondary:active,
.hmt-pp-page a.hmt-pp-button--outline-light,
.hmt-pp-page a.hmt-pp-button--outline-light:link,
.hmt-pp-page a.hmt-pp-button--outline-light:visited,
.hmt-pp-page a.hmt-pp-button--outline-light:hover,
.hmt-pp-page a.hmt-pp-button--outline-light:focus,
.hmt-pp-page a.hmt-pp-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-pp-page a.hmt-pp-button--secondary:hover,
.hmt-pp-page a.hmt-pp-button--outline-light:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
}

/* HERO CARD */

.hmt-pp-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-pp-hero__icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--hmt-pp-gold);
  color: var(--hmt-pp-very-dark-green);
  font-size: 22px;
  font-weight: 700;
}

.hmt-pp-hero__card h2 {
  color: var(--hmt-pp-light-cream);
  font-size: 25px;
}

.hmt-pp-hero__card ul {
  display: grid;
  gap: 14px;
  margin: 21px 0 0;
  padding: 0;
  list-style: none;
}

.hmt-pp-hero__card li {
  position: relative;
  padding-left: 25px;
  color: rgba(255, 253, 242, 0.87);
  font-size: 16px;
  line-height: 1.55;
}

.hmt-pp-hero__card li::before {
  position: absolute;
  left: 0;
  color: var(--hmt-pp-gold);
  font-weight: 700;
  content: "•";
}

/* INTRODUCTION */

.hmt-pp-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-pp-intro__heading h2 {
  max-width: 570px;
}

.hmt-pp-intro__copy {
  display: grid;
  gap: 20px;
  color: #454a44;
  font-size: 18px;
  line-height: 1.75;
}

/* COLLECTION */

.hmt-pp-collection {
  padding: clamp(44px, 6vw, 72px);
  border-radius: 28px;
  background: var(--hmt-pp-dark-forest);
  box-shadow: var(--hmt-pp-shadow);
}

.hmt-pp-collection__heading {
  max-width: 820px;
}

.hmt-pp-collection__heading h2 {
  color: var(--hmt-pp-light-cream);
}

.hmt-pp-collection__heading p {
  margin-top: 20px;
  color: rgba(255, 253, 242, 0.81);
  font-size: 17px;
}

.hmt-pp-collection__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 43px;
}

.hmt-pp-dark-card {
  min-height: 100%;
  padding: 30px 27px;
  border: 1px solid rgba(246, 243, 204, 0.17);
  border-radius: 20px;
  background: rgba(255, 253, 242, 0.08);
}

.hmt-pp-card-number {
  display: inline-block;
  margin-bottom: 21px;
  color: var(--hmt-pp-gold);
  font-family: "Manrope", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.13em;
}

.hmt-pp-dark-card h3 {
  color: var(--hmt-pp-light-cream);
  font-size: 20px;
}

.hmt-pp-dark-card p {
  margin-top: 15px;
  color: rgba(255, 253, 242, 0.78);
  font-size: 15.5px;
  line-height: 1.65;
}

/* USES */

.hmt-pp-uses {
  padding: 94px 28px;
}

.hmt-pp-uses__intro {
  max-width: 800px;
  margin-bottom: 43px;
}

.hmt-pp-uses__intro p {
  margin-top: 20px;
  color: var(--hmt-pp-muted);
  font-size: 17px;
}

.hmt-pp-uses__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.hmt-pp-use-card {
  min-height: 100%;
  padding: 34px 32px;
  border: 1px solid var(--hmt-pp-border);
  border-radius: 22px;
  background: rgba(255, 253, 242, 0.9);
}

.hmt-pp-use-card__icon,
.hmt-pp-submission-card__icon {
  display: grid;
  width: 47px;
  height: 47px;
  margin-bottom: 21px;
  place-items: center;
  border-radius: 13px;
  background: var(--hmt-pp-deep-green);
  color: var(--hmt-pp-gold);
  font-size: 17px;
  font-weight: 700;
}

.hmt-pp-use-card h3 {
  margin-bottom: 16px;
}

.hmt-pp-use-card p {
  color: var(--hmt-pp-muted);
  font-size: 16px;
  line-height: 1.68;
}

/* SERVICES */

.hmt-pp-services {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 58px;
  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-pp-shadow);
}

.hmt-pp-services__content h2 {
  color: var(--hmt-pp-light-cream);
}

.hmt-pp-services__content p {
  margin-top: 20px;
  color: rgba(255, 253, 242, 0.82);
  font-size: 16.5px;
}

.hmt-pp-services__cards {
  display: grid;
  gap: 18px;
}

.hmt-pp-service-card {
  padding: 30px;
  border: 1px solid rgba(246, 243, 204, 0.18);
  border-radius: 20px;
  background: rgba(255, 253, 242, 0.09);
}

.hmt-pp-service-card__tag {
  display: inline-flex;
  margin-bottom: 17px;
  padding: 8px 11px;
  border-radius: 999px;
  background: var(--hmt-pp-gold);
  color: var(--hmt-pp-very-dark-green);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.hmt-pp-service-card h3 {
  color: var(--hmt-pp-light-cream);
}

.hmt-pp-service-card p {
  margin-top: 14px;
  color: rgba(255, 253, 242, 0.8);
  font-size: 15.5px;
  line-height: 1.65;
}

/* COOKIES */

.hmt-pp-cookies {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 68px;
  align-items: start;
  padding: 92px 30px 48px;
}

.hmt-pp-cookies__copy {
  display: grid;
  gap: 19px;
}

.hmt-pp-cookies__copy p {
  color: var(--hmt-pp-muted);
  font-size: 16.5px;
  line-height: 1.72;
}

.hmt-pp-cookie-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding-bottom: 88px;
}

.hmt-pp-cookie-card {
  min-height: 100%;
  padding: 31px 27px;
  border: 1px solid var(--hmt-pp-border);
  border-radius: 21px;
  background: var(--hmt-pp-light-cream);
}

.hmt-pp-cookie-card__label,
.hmt-pp-retention-card__label,
.hmt-pp-region-card__label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--hmt-pp-brown);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.hmt-pp-cookie-card h3 {
  margin-bottom: 15px;
  font-size: 20px;
}

.hmt-pp-cookie-card p {
  color: var(--hmt-pp-muted);
  font-size: 15.5px;
  line-height: 1.65;
}

/* SHARING */

.hmt-pp-sharing {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 60px;
  align-items: center;
  padding: clamp(44px, 6vw, 72px);
  border-radius: 28px;
  background: var(--hmt-pp-dark-forest);
  box-shadow: var(--hmt-pp-shadow);
}

.hmt-pp-sharing__content h2 {
  color: var(--hmt-pp-light-cream);
}

.hmt-pp-sharing__content p {
  margin-top: 20px;
  color: rgba(255, 253, 242, 0.82);
  font-size: 16.5px;
}

.hmt-pp-sharing__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
}

.hmt-pp-sharing-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-pp-sharing-item > span {
  display: grid;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  background: var(--hmt-pp-gold);
  color: var(--hmt-pp-very-dark-green);
  font-size: 14px;
  font-weight: 700;
}

.hmt-pp-sharing-item h3 {
  color: var(--hmt-pp-light-cream);
  font-size: 17px;
}

.hmt-pp-sharing-item p {
  margin-top: 7px;
  color: rgba(255, 253, 242, 0.77);
  font-size: 14.5px;
  line-height: 1.55;
}

/* SUBMISSIONS */

.hmt-pp-submissions {
  padding: 94px 28px;
}

.hmt-pp-submissions__intro {
  max-width: 800px;
  margin-bottom: 43px;
}

.hmt-pp-submissions__intro p {
  margin-top: 20px;
  color: var(--hmt-pp-muted);
  font-size: 17px;
}

.hmt-pp-submissions__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.hmt-pp-submission-card {
  min-height: 100%;
  padding: 35px;
  border: 1px solid var(--hmt-pp-border);
  border-radius: 22px;
  background: rgba(255, 253, 242, 0.9);
}

.hmt-pp-submission-card h3 {
  margin-bottom: 16px;
}

.hmt-pp-submission-card p {
  color: var(--hmt-pp-muted);
  font-size: 16px;
  line-height: 1.68;
}

/* RETENTION */

.hmt-pp-retention {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding-bottom: 88px;
}

.hmt-pp-retention-card {
  min-height: 100%;
  padding: 34px;
  border: 1px solid var(--hmt-pp-border);
  border-radius: 21px;
  background: var(--hmt-pp-light-cream);
}

.hmt-pp-retention-card h3 {
  margin-bottom: 16px;
}

.hmt-pp-retention-card p {
  color: var(--hmt-pp-muted);
  font-size: 15.5px;
  line-height: 1.67;
}

.hmt-pp-retention-card p + p {
  margin-top: 15px;
}

/* RIGHTS */

.hmt-pp-rights {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  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-pp-shadow);
}

.hmt-pp-rights__content h2 {
  color: var(--hmt-pp-light-cream);
}

.hmt-pp-rights__content p {
  margin-top: 20px;
  color: rgba(255, 253, 242, 0.82);
  font-size: 16.5px;
}

.hmt-pp-rights__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.hmt-pp-right-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px;
  border: 1px solid rgba(246, 243, 204, 0.18);
  border-radius: 15px;
  background: rgba(255, 253, 242, 0.09);
}

.hmt-pp-right-item span {
  flex: 0 0 29px;
  color: var(--hmt-pp-gold);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.hmt-pp-right-item p {
  color: rgba(255, 253, 242, 0.84);
  font-size: 15px;
  line-height: 1.55;
}

/* REGIONS */

.hmt-pp-regions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  padding: 88px 0;
}

.hmt-pp-region-card {
  min-height: 100%;
  padding: 34px;
  border: 1px solid var(--hmt-pp-border);
  border-radius: 21px;
  background: var(--hmt-pp-light-cream);
}

.hmt-pp-region-card h3 {
  margin-bottom: 16px;
}

.hmt-pp-region-card p {
  color: var(--hmt-pp-muted);
  font-size: 15.5px;
  line-height: 1.67;
}

.hmt-pp-region-card p + p {
  margin-top: 15px;
}

/* ADDITIONAL INFORMATION */

.hmt-pp-additional {
  display: grid;
  gap: 20px;
  padding: clamp(40px, 5vw, 60px);
  border: 1px solid var(--hmt-pp-border);
  border-radius: 28px;
  background: rgba(255, 253, 242, 0.87);
  box-shadow: var(--hmt-pp-shadow);
}

.hmt-pp-additional-card {
  display: flex;
  gap: 22px;
  align-items: flex-start;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--hmt-pp-border);
}

.hmt-pp-additional-card:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.hmt-pp-additional-card__icon {
  display: grid;
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 14px;
  background: var(--hmt-pp-deep-green);
  color: var(--hmt-pp-gold);
  font-size: 14px;
  font-weight: 700;
}

.hmt-pp-additional-card h3 {
  margin-bottom: 12px;
}

.hmt-pp-additional-card p {
  color: var(--hmt-pp-muted);
  font-size: 16px;
  line-height: 1.68;
}

.hmt-pp-additional-card p + p {
  margin-top: 13px;
}

/* FOUNDER */

.hmt-pp-founder {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
  overflow: hidden;
  margin-top: 88px;
  border: 1px solid var(--hmt-pp-border);
  border-radius: 28px;
  background: var(--hmt-pp-light-cream);
  box-shadow: var(--hmt-pp-shadow);
}

.hmt-pp-founder__image-wrap {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  background: var(--hmt-pp-deep-green);
}

.hmt-pp-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-pp-founder__content {
  align-self: center;
  padding: clamp(44px, 6vw, 75px);
}

.hmt-pp-founder__content p {
  margin-top: 18px;
  color: var(--hmt-pp-muted);
  font-size: 16.5px;
  line-height: 1.72;
}

.hmt-pp-text-link,
.hmt-pp-text-link:visited {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-top: 29px;
  color: var(--hmt-pp-deep-green) !important;
  font-size: 15.5px;
  font-weight: 700;
  text-decoration: none;
}

.hmt-pp-text-link:hover {
  color: var(--hmt-pp-brown) !important;
}

/* CTA */

.hmt-pp-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-pp-dark-forest);
  box-shadow: var(--hmt-pp-shadow);
}

.hmt-pp-cta h2 {
  color: var(--hmt-pp-light-cream);
}

.hmt-pp-cta__content > p {
  max-width: 790px;
  margin-top: 18px;
  color: rgba(255, 253, 242, 0.83);
  font-size: 16.5px;
}

.hmt-pp-cta__notice {
  padding: 12px 0 12px 17px;
  border-left: 3px solid var(--hmt-pp-gold);
  color: var(--hmt-pp-cream) !important;
  font-size: 15px !important;
  font-weight: 600;
}

.hmt-pp-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  min-width: 270px;
}

/* TABLET */

@media (max-width: 1050px) {
  .hmt-pp-hero,
  .hmt-pp-intro,
  .hmt-pp-services,
  .hmt-pp-cookies,
  .hmt-pp-sharing,
  .hmt-pp-rights,
  .hmt-pp-founder,
  .hmt-pp-cta {
    grid-template-columns: 1fr;
  }

  .hmt-pp-collection__grid,
  .hmt-pp-uses__grid,
  .hmt-pp-retention,
  .hmt-pp-regions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hmt-pp-cookie-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hmt-pp-founder__image-wrap {
    min-height: 560px;
  }

  .hmt-pp-cta__actions {
    flex-direction: row;
    min-width: 0;
  }
}

/* MOBILE */

@media (max-width: 720px) {
  .hmt-pp-page {
    padding: 36px 14px;
    font-size: 16px;
  }

  .hmt-pp-page h1 {
    font-size: clamp(40px, 12vw, 56px);
  }

  .hmt-pp-page h2 {
    font-size: clamp(28px, 8vw, 38px);
  }

  .hmt-pp-hero {
    gap: 36px;
    padding: 35px 24px;
    border-radius: 23px;
  }

  .hmt-pp-hero__actions,
  .hmt-pp-cta__actions {
    flex-direction: column;
  }

  .hmt-pp-button {
    width: 100%;
  }

  .hmt-pp-intro,
  .hmt-pp-uses,
  .hmt-pp-submissions {
    padding: 66px 8px 52px;
  }

  .hmt-pp-collection,
  .hmt-pp-services,
  .hmt-pp-sharing,
  .hmt-pp-rights,
  .hmt-pp-cta {
    gap: 36px;
    padding: 36px 24px;
    border-radius: 23px;
  }

  .hmt-pp-collection__grid,
  .hmt-pp-uses__grid,
  .hmt-pp-cookie-grid,
  .hmt-pp-sharing__list,
  .hmt-pp-submissions__grid,
  .hmt-pp-retention,
  .hmt-pp-rights__grid,
  .hmt-pp-regions {
    grid-template-columns: 1fr;
  }

  .hmt-pp-cookies {
    gap: 32px;
    padding: 66px 8px 45px;
  }

  .hmt-pp-cookie-grid,
  .hmt-pp-retention,
  .hmt-pp-regions {
    padding-bottom: 60px;
  }

  .hmt-pp-additional {
    padding: 30px 24px;
    border-radius: 23px;
  }

  .hmt-pp-additional-card {
    flex-direction: column;
  }

  .hmt-pp-founder {
    margin-top: 60px;
    border-radius: 23px;
  }

  .hmt-pp-founder__image-wrap {
    min-height: 430px;
  }

  .hmt-pp-founder__image {
    object-position: center top;
  }

  .hmt-pp-founder__content {
    padding: 38px 25px;
  }
}

/* SMALL MOBILE */

@media (max-width: 420px) {
  .hmt-pp-hero {
    padding: 31px 20px;
  }

  .hmt-pp-hero__card,
  .hmt-pp-dark-card,
  .hmt-pp-use-card,
  .hmt-pp-service-card,
  .hmt-pp-cookie-card,
  .hmt-pp-submission-card,
  .hmt-pp-retention-card,
  .hmt-pp-region-card {
    padding: 24px 21px;
  }

  .hmt-pp-founder__image-wrap {
    min-height: 360px;
  }

  .hmt-pp-founder__content {
    padding: 34px 21px;
  }
}

/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
  .hmt-pp-page *,
  .hmt-pp-page *::before,
  .hmt-pp-page *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}/* End custom CSS */