/* Poppins is loaded via <link> in each page head (see patch-html-assets.mjs). */

/* ==========================================================================
   Typographic system — Major Third (1.250) fluid scale
   Mobile baseline ~375px → desktop ~1440px via clamp()
   ========================================================================== */
:root {
  --td-font-primary: "Poppins", sans-serif;
  --e-global-typography-primary-font-family: var(--td-font-primary);
  --td-font-heading: var(--td-font-primary);
  --td-font-body: var(--td-font-primary);

  /* Brand palette (Lighthouse / WCAG AA+) */
  --color-primary: #04BF33;
  --color-secondary: #3BBF5C;
  --color-bg-light: #F2F2F2;
  --color-text-muted: #595959;
  --color-dark: #0D0D0D;
  --color-white: #FFFFFF;
  /* Text on bright primary green (#04BF33) — dark passes AA; white does not */
  --color-on-primary: #0D0D0D;
  --color-primary-hover: #039928;
  --color-secondary-hover: #2fa850;

  /* Fluid type scale */
  --td-fs-display: clamp(2.5rem, 5vw + 1rem, 4.25rem);
  --td-fs-h1: clamp(2rem, 3.5vw + 1rem, 3.25rem);
  --td-fs-h2: clamp(1.6rem, 2.5vw + 1rem, 2.35rem);
  --td-fs-h3: clamp(1.25rem, 1.5vw + 1rem, 1.75rem);
  --td-fs-h4: clamp(1.1rem, 1vw + 0.9rem, 1.35rem);
  /* Body/nav tuned to Divi baseline (~14px mobile → ~17px desktop) */
  --td-fs-body: clamp(0.875rem, 0.2vw + 0.82rem, 1.0625rem);
  --td-fs-nav: clamp(0.875rem, 0.2vw + 0.8rem, 1.125rem);
  --td-fs-nav-lg: clamp(0.9375rem, 0.25vw + 0.84rem, 1.125rem);
  --td-fs-small: clamp(0.8125rem, 0.15vw + 0.76rem, 0.875rem);
  --td-fs-label: clamp(0.75rem, 0.1vw + 0.7rem, 0.8125rem);

  /* Line heights */
  --td-lh-display: 1.1;
  --td-lh-h1: 1.15;
  --td-lh-h2: 1.2;
  --td-lh-h3: 1.25;
  --td-lh-h4: 1.3;
  --td-lh-body: 1.6;
  --td-lh-small: 1.4;

  /* Weights */
  --td-fw-display: 800;
  --td-fw-heading: 700;
  --td-fw-label: 600;
  --td-fw-nav: 500;
  --td-fw-body: 400;

  /* Tracking */
  --td-track-display: -0.02em;
  --td-track-label: 0.05em;

  /* Measure & semantic colors */
  --td-measure: 65ch;
  --td-color-text: var(--color-dark);
  --td-color-muted: var(--color-text-muted);
  --td-color-on-dark: var(--color-white);
  --td-color-muted-on-dark: var(--color-bg-light);
  --td-color-surface: var(--color-bg-light);
  --td-color-accent: var(--color-primary);
  --td-color-accent-soft: var(--color-secondary);

  /* Responsive breakpoints (documentation + layout tokens) */
  --td-bp-sm: 480px;
  --td-bp-md: 768px;
  --td-bp-lg: 1024px;
  --td-gutter: clamp(16px, 4vw, 40px);
  --td-container: min(1180px, 100% - (var(--td-gutter) * 2));
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

html {
  font-family: var(--td-font-primary) !important;
  font-size: 100% !important;
}

body {
  font-family: var(--td-font-primary) !important;
  font-weight: var(--td-fw-body) !important;
  font-size: var(--td-fs-body) !important;
  line-height: var(--td-lh-body) !important;
  color: var(--td-color-text);
}

html body *:not(i):not(.et-pb-icon):not(.et_font_icon):not(.et_pb_scroll_top):not(.fa):not(.fas):not(.far):not(.fab):not(.material-icons) {
  font-family: var(--td-font-primary) !important;
}

/* Neutralize Divi inline defaults (Open Sans, Montserrat, Cabin Condensed, etc.) */
body.acwp-readable-arial,
body.acwp-readable-arial *:not(i):not(.et-pb-icon):not(.et_font_icon):not(.et_pb_scroll_top):not(.fa):not(.fas):not(.far):not(.fab):not(.material-icons),
#main-header,
#main-header *,
.et_pb_section,
.et_pb_row,
.et_pb_column,
.et_pb_module,
.et_pb_text,
.et_pb_text_inner,
.et_pb_blurb,
.et_pb_blurb_content,
.et_pb_promo,
.et_pb_promo_description,
.et_pb_slide_description,
.et_pb_contact_form,
.et_pb_blog,
.et_pb_post,
.nav,
.et-menu,
.et_mobile_menu,
.et_pb_menu,
#et-top-navigation,
header,
footer,
nav,
button,
input,
textarea,
select,
label,
a {
  font-family: var(--td-font-primary) !important;
}

/* Body copy */
body p,
body li,
body td,
body th,
body input,
body textarea,
body select,
body .et_pb_contact_field input,
body .et_pb_contact_field textarea,
body .et_pb_contact_field select,
body .et_pb_text_inner,
body .description,
body .et_pb_blurb_description,
body .et_pb_promo_description,
body .et_pb_promo_description p,
body .et_pb_promo_description div {
  font-family: var(--td-font-body) !important;
  font-size: var(--td-fs-body) !important;
  font-weight: var(--td-fw-body) !important;
  line-height: var(--td-lh-body) !important;
  color: inherit;
}

body label,
body .et_pb_contact_field label,
body .et_pb_contact_field .et_pb_contact_field_options_title,
body .gfield_label,
body .wpforms-field-label {
  font-family: var(--td-font-primary) !important;
  font-weight: var(--td-fw-nav) !important;
  line-height: var(--td-lh-body) !important;
}

body input,
body textarea,
body select,
body .et_pb_contact_field input,
body .et_pb_contact_field textarea,
body .et_pb_contact_field select {
  font-weight: var(--td-fw-body) !important;
}

body input::placeholder,
body textarea::placeholder,
body .et_pb_contact_field input::placeholder,
body .et_pb_contact_field textarea::placeholder {
  font-family: var(--td-font-primary) !important;
  font-weight: var(--td-fw-body) !important;
  opacity: 1;
}

body p,
body .description,
body .et_pb_text_inner > p,
body .et_pb_blurb_description,
body .et_pb_promo_description p,
body .home-care-box p,
body .home-signs-row p,
body .td-home-split-quote p,
body .td-about-cta p {
  max-width: var(--td-measure);
}

p strong,
p b,
li strong,
li b {
  font-weight: var(--td-fw-label) !important;
}

small,
.meta,
.td-caption,
.sa-map__credit,
.home-hero-stats span {
  font-size: var(--td-fs-small) !important;
  font-weight: var(--td-fw-body) !important;
  line-height: var(--td-lh-small) !important;
  color: var(--td-color-muted);
}

/* Page H1 (non-hero) */
body h1,
body h1 span,
body .et_pb_text_inner > h1,
body .et_pb_text_inner > h1 span {
  font-family: var(--td-font-heading) !important;
  font-size: var(--td-fs-h1) !important;
  font-weight: var(--td-fw-display) !important;
  line-height: var(--td-lh-h1) !important;
  letter-spacing: var(--td-track-display) !important;
  margin-top: 1.5em !important;
  margin-bottom: 0.5em !important;
}

/* Section H2 */
body h2,
body h2 span,
body .et_pb_module_header,
body .et_pb_module_header *,
body .et_pb_slide_title,
body .et_pb_promo_title,
body .et_pb_text_inner > h2,
body .et_pb_text_inner > h2 span {
  font-family: var(--td-font-primary) !important;
  font-size: var(--td-fs-h2) !important;
  font-weight: var(--td-fw-heading) !important;
  line-height: var(--td-lh-h2) !important;
  letter-spacing: var(--td-track-display) !important;
  margin-top: 1.5em !important;
  margin-bottom: 0.5em !important;
}

/* H3 */
body h3,
body h3 span,
body .et_pb_text_inner > h3,
body .et_pb_text_inner > h3 span {
  font-family: var(--td-font-heading) !important;
  font-size: var(--td-fs-h3) !important;
  font-weight: var(--td-fw-heading) !important;
  line-height: var(--td-lh-h3) !important;
  letter-spacing: var(--td-track-display) !important;
  margin-top: 1.5em !important;
  margin-bottom: 0.5em !important;
}

/* H4 / H5 / H6 + labels */
body h4,
body h4 span,
body h5,
body h5 span,
body h6,
body h6 span,
body .et_pb_blurb_container h4,
body .et_pb_blurb_container h4 span {
  font-family: var(--td-font-heading) !important;
  font-size: var(--td-fs-h4) !important;
  font-weight: var(--td-fw-label) !important;
  line-height: var(--td-lh-h4) !important;
  margin-top: 1.5em !important;
  margin-bottom: 0.5em !important;
}

/* Uppercase labels / kickers */
body [class*="__kicker"],
body .td-home-split-quote__kicker,
body .home-hero__kicker {
  font-size: var(--td-fs-label) !important;
  font-weight: var(--td-fw-label) !important;
  letter-spacing: var(--td-track-label) !important;
  text-transform: uppercase !important;
  margin-top: 0 !important;
}

/* Nav */
body .et-menu a,
body .et-menu a *,
body .dvmm_menu a,
body .dvmm_menu a *,
body header.et-l--header a,
body header.et-l--header a * {
  font-family: var(--td-font-primary) !important;
  font-weight: var(--td-fw-nav) !important;
}

/* Buttons / CTAs — uppercase tracking */
body .et_pb_button,
body .et_pb_button *,
body a.et_pb_button,
body .et_pb_contact_submit,
body input[type="submit"],
body input[type="button"],
body button:not(.et_pb_menu__icon):not(.et_pb_toggle_title),
body .home-hero__btn,
body .td-home-split-quote__btn,
body .td-about-cta__btn,
body .dipl_button_text {
  font-family: var(--td-font-primary) !important;
  font-weight: var(--td-fw-label) !important;
  letter-spacing: var(--td-track-label) !important;
  text-transform: uppercase;
}

body footer.et-l--footer,
body footer.et-l--footer a,
body footer.et-l--footer a *,
body footer.et-l--footer p,
body footer.et-l--footer p *,
body footer.et-l--footer li,
body footer.et-l--footer .et_pb_text_inner,
body footer.et-l--footer .et_pb_text_inner * {
  font-family: var(--td-font-body) !important;
}

/* Utility classes */
.td-type-display {
  font-size: var(--td-fs-display) !important;
  font-weight: var(--td-fw-display) !important;
  line-height: var(--td-lh-display) !important;
  letter-spacing: var(--td-track-display) !important;
}

.td-type-h1 {
  font-size: var(--td-fs-h1) !important;
  font-weight: var(--td-fw-display) !important;
  line-height: var(--td-lh-h1) !important;
  letter-spacing: var(--td-track-display) !important;
}

.td-type-h2 {
  font-size: var(--td-fs-h2) !important;
  font-weight: var(--td-fw-heading) !important;
  line-height: var(--td-lh-h2) !important;
}

.td-type-h3 {
  font-size: var(--td-fs-h3) !important;
  font-weight: var(--td-fw-heading) !important;
  line-height: var(--td-lh-h3) !important;
}

.td-type-body {
  font-size: var(--td-fs-body) !important;
  font-weight: var(--td-fw-body) !important;
  line-height: var(--td-lh-body) !important;
  max-width: var(--td-measure);
}

.td-type-small {
  font-size: var(--td-fs-small) !important;
  font-weight: var(--td-fw-body) !important;
  line-height: var(--td-lh-small) !important;
}

.td-type-label {
  font-size: var(--td-fs-label) !important;
  font-weight: var(--td-fw-label) !important;
  letter-spacing: var(--td-track-label) !important;
  text-transform: uppercase !important;
}

/* Neutralize Divi critical-inline px heading sizes */
body .et_pb_text_inner > h1,
body .et_pb_text_inner > h1 span {
  font-size: var(--td-fs-h1) !important;
  line-height: var(--td-lh-h1) !important;
}

body .et_pb_text_inner > h2,
body .et_pb_text_inner > h2 span {
  font-size: var(--td-fs-h2) !important;
  line-height: var(--td-lh-h2) !important;
}

body .et_pb_text_inner > h3,
body .et_pb_text_inner > h3 span {
  font-size: var(--td-fs-h3) !important;
  line-height: var(--td-lh-h3) !important;
}

body .et_pb_text_inner > h4,
body .et_pb_text_inner > h4 span,
body .et_pb_text_inner > h5,
body .et_pb_text_inner > h5 span,
body .et_pb_text_inner > h6,
body .et_pb_text_inner > h6 span {
  font-size: var(--td-fs-h4) !important;
  line-height: var(--td-lh-h4) !important;
}

.et_pb_scroll_top,
#acwp-toolbar-btn-wrap,
#acwp-toolbar,
#acwp-toolbar-btn {
  display: none !important;
}

/* Keep the site header on screen while the page scrolls. */
html,
body {
  max-width: 100%;
  width: 100%;
  overflow-x: clip;
}

#page-container,
#et-boc {
  overflow: visible !important;
  max-width: 100%;
}

header.et-l--header {
  position: sticky !important;
  top: 0 !important;
  z-index: 10000;
  width: 100%;
  background-color: var(--color-bg-light);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
}

header.et-l--header .et_builder_inner_content,
header.et-l--header .et_pb_section_0_tb_header {
  background-color: var(--color-bg-light);
  overflow: visible;
}

/* Header: drop location text. Logo left, nav, phone on one row. */
header.et-l--header .et_pb_blurb_0_tb_header,
header.et-l--header .et_pb_blurb_2_tb_header,
header.et-l--header .et_pb_column_0_tb_header,
header.et-l--header .et_pb_column_3_tb_header {
  display: none !important;
}

header.et-l--header .et_pb_section_0_tb_header {
  padding: 6px 20px 4px !important;
}

header.et-l--header .et_pb_row_0_tb_header {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 16px;
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

header.et-l--header .et_pb_column_1_tb_header {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  flex: 1 1 0% !important;
  min-width: 0 !important;
}

header.et-l--header .et_pb_column_2_tb_header,
header.et-l--header .et_pb_column_5_tb_header {
  float: none !important;
  width: auto !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  margin-left: 0 !important;
  padding-left: 8px !important;
  position: relative;
  z-index: 3;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  align-self: center;
  justify-content: center;
}

header.et-l--header .td-header-phone-alt {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 8px 0 !important;
  font-family: var(--td-font-primary) !important;
  font-size: var(--td-fs-nav) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  color: var(--color-primary) !important;
  text-decoration: none;
  white-space: nowrap;
}

header.et-l--header .td-header-phone-alt::before {
  content: "";
  display: block;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  transform: none;
  background-color: var(--color-primary);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

header.et-l--header .et_pb_blurb_1_tb_header .et_pb_module_header a,
header.et-l--header .et_pb_blurb_3_tb_header .et_pb_module_header a {
  color: var(--color-primary) !important;
}

header.et-l--header .et_pb_blurb_1_tb_header .et_pb_module_header a:hover,
header.et-l--header .et_pb_blurb_1_tb_header .et_pb_module_header a:focus-visible,
header.et-l--header .et_pb_blurb_3_tb_header .et_pb_module_header a:hover,
header.et-l--header .et_pb_blurb_3_tb_header .et_pb_module_header a:focus-visible,
header.et-l--header .td-header-phone-alt:hover,
header.et-l--header .td-header-phone-alt:focus-visible {
  color: var(--color-secondary) !important;
}

header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu_inner_container {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu_inner_container > .et_pb_menu__logo-wrap,
header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__logo-slot {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  -webkit-transform: none !important;
  width: auto !important;
  max-width: none;
  margin: 0 16px 0 0 !important;
  flex: 0 0 auto;
  align-self: center;
  display: flex !important;
  align-items: center;
  gap: 10px;
  z-index: 2;
}

header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__logo img {
  margin: 0 !important;
  max-height: 38px;
  width: auto;
}

header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__wrap {
  display: flex !important;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: flex-end !important;
  align-items: center;
  width: auto !important;
  max-width: none !important;
  padding: 0 12px 0 0 !important;
}

header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__menu,
header.et-l--header .et_pb_menu_0_tb_header .et-menu-nav,
header.et-l--header .et_pb_menu_0_tb_header .et-menu {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  width: auto !important;
  max-width: 100%;
  margin: 0 !important;
  float: none !important;
  gap: 14px;
}

header.et-l--header .et_pb_menu_0_tb_header .et-menu > li {
  display: inline-block !important;
  position: relative;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  vertical-align: middle;
}

header.et-l--header .et_pb_menu_0_tb_header .et-menu > li:last-child {
  padding-right: 4px !important;
}

header.et-l--header .et_pb_menu_0_tb_header .et-menu > li > a {
  white-space: nowrap;
  font-family: var(--td-font-primary) !important;
  font-size: var(--td-fs-nav) !important;
  font-weight: var(--td-fw-nav) !important;
  letter-spacing: 0.01em;
  line-height: 1.2 !important;
  padding: 8px 0 !important;
  color: var(--color-dark) !important;
}

footer.et-l--footer,
footer.et-l--footer a,
footer.et-l--footer a *,
footer.et-l--footer li,
footer.et-l--footer .et_pb_text_inner,
footer.et-l--footer .et_pb_text_inner *,
footer.et-l--footer .footer-widget a,
footer.et-l--footer .et-menu a,
footer.et-l--footer p,
footer.et-l--footer p * {
  font-family: var(--td-font-body) !important;
}

footer.et-l--footer h2,
footer.et-l--footer h2 *,
footer.et-l--footer h4,
footer.et-l--footer h4 * {
  font-family: var(--td-font-heading) !important;
  font-weight: 600 !important;
}

.td-footer-nav {
  display: none !important;
}

footer.et-l--footer {
  background: transparent !important;
  position: relative;
  overflow: hidden;
}

footer.et-l--footer .et_pb_image_0_tb_footer,
footer.et-l--footer .et_pb_image_0_tb_footer .et_pb_image_wrap {
  display: none !important;
}

footer.et-l--footer .et_builder_inner_content {
  display: none !important;
}

.td-foot {
  position: relative;
  z-index: 1;
  color: var(--color-dark);
  background: var(--color-dark);
}

.td-foot::before {
  display: none;
}

.td-foot__inner {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 64px 40px 48px;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.8fr) minmax(0, 1.7fr) minmax(0, 1fr);
  gap: 36px 32px;
  align-items: start;
}

.td-foot__logo {
  display: inline-block;
  margin-bottom: 18px;
}

.td-foot__logo img {
  display: block;
  width: 140px;
  height: 140px;
  max-width: 140px;
  object-fit: contain;
}

.td-foot__brand p {
  margin: 0 0 22px !important;
  max-width: 280px;
  color: var(--color-text-muted) !important;
  font-family: var(--td-font-body) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

.td-foot__social {
  display: flex;
  gap: 10px;
}

.td-foot__social a {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--color-primary-hover) !important;
  background: rgba(255, 255, 255, 0.55) !important;
  box-shadow: 0 1px 4px rgba(20, 60, 40, 0.12);
}

.td-foot__social svg {
  display: block;
}

.td-foot__social a:hover {
  background: var(--color-white) !important;
}

.td-foot__col h2 {
  margin: 0 0 18px !important;
  font-family: var(--td-font-heading) !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em;
  background-image: none;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.td-foot__col h2::after {
  content: "";
  display: block;
  width: 52px;
  height: 3px;
  margin-top: 8px;
  background: var(--color-primary);
  -webkit-text-fill-color: initial;
}

.td-foot__col ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.td-foot__col li {
  margin: 0 0 12px !important;
}

.td-foot__col nav a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--color-dark) !important;
  font-family: var(--td-font-body) !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  line-height: 1.3 !important;
}

.td-foot__col nav a:hover {
  color: var(--color-primary-hover) !important;
}

.td-foot__chev {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent var(--color-primary-hover);
  flex-shrink: 0;
}

.td-foot__line {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: var(--color-dark) !important;
  font-family: var(--td-font-body) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}

.td-foot__line:hover {
  color: var(--color-primary-hover) !important;
}

.td-foot__ico {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: inline-flex;
}

.td-foot__ico svg {
  width: 22px;
  height: 22px;
}

.td-foot__hours {
  margin: 8px 0 0 !important;
  color: var(--color-text-muted) !important;
  font-family: var(--td-font-body) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
}

.td-foot__cities {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 16px;
  row-gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.td-foot__cities li {
  margin: 0 !important;
  min-width: 0;
}

.td-foot__cities a {
  display: block;
  color: var(--color-dark) !important;
  font-family: var(--td-font-body) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
  line-height: 1.35 !important;
  white-space: nowrap;
}

.td-foot__cities a:hover {
  color: var(--color-primary-hover) !important;
}

.td-foot__addr {
  margin: 0 0 18px !important;
  color: var(--color-dark) !important;
  font-family: var(--td-font-body) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

.td-foot__addr a {
  color: var(--color-dark) !important;
  text-decoration: none !important;
}

.td-foot__addr a:hover {
  color: var(--color-primary-hover) !important;
}

.td-foot__pay {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.td-foot__pay img {
  display: block;
  width: 58px;
  height: auto;
  border-radius: 6px;
}

.td-foot__bar {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 40px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border-top: 1px solid rgba(27, 94, 32, 0.18);
}

.td-foot__bar a,
.td-foot__bar p {
  margin: 0 !important;
  color: var(--color-text-muted) !important;
  font-family: var(--td-font-body) !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}

.td-foot__bar a:hover {
  color: var(--color-dark) !important;
}

@media only screen and (max-width: 1024px) {
  .td-foot__inner {
    grid-template-columns: 1fr 1fr;
  }

  .td-foot__serving {
    grid-column: 1 / -1;
  }

  .td-foot__cities {
    max-width: 520px;
  }
}

@media only screen and (max-width: 768px) {
  .td-foot__inner {
    grid-template-columns: 1fr;
    padding: 48px 24px 32px;
    gap: 36px;
    text-align: left;
  }

  .td-foot__bar {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px 24px 28px;
  }
}

header.et-l--header .et_pb_menu_0_tb_header .et-menu > li.current-menu-item > a,
header.et-l--header .et_pb_menu_0_tb_header .et-menu > li.current_page_item > a {
  color: var(--color-primary-hover) !important;
}

header.et-l--header .dvmm_mad_menu_0_tb_header .dvmm_menu_inner_container .dvmm_content {
  justify-content: space-between !important;
  align-items: center !important;
}

header.et-l--header .dvmm_mad_menu_0_tb_header .dvmm_logo__wrap {
  justify-content: flex-start !important;
  order: 1 !important;
}

@media only screen and (max-width: 1500px) {
  header.et-l--header .et_pb_menu_0_tb_header .et-menu {
    gap: 20px;
  }

  header.et-l--header .et_pb_menu_0_tb_header .et-menu > li > a {
    font-size: var(--td-fs-nav) !important;
  }

  header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__logo img {
    max-height: 34px;
  }

  header.et-l--header .et_pb_blurb_1_tb_header .et_pb_module_header,
  header.et-l--header .et_pb_blurb_1_tb_header .et_pb_module_header a,
  header.et-l--header .et_pb_blurb_3_tb_header .et_pb_module_header,
  header.et-l--header .et_pb_blurb_3_tb_header .et_pb_module_header a {
    font-size: var(--td-fs-nav-lg) !important;
  }
}

@media only screen and (max-width: 1200px) {
  header.et-l--header .et_pb_row_0_tb_header {
    gap: 16px;
  }

  header.et-l--header .et_pb_menu_0_tb_header .et-menu {
    gap: 16px;
  }

  header.et-l--header .et_pb_menu_0_tb_header .et-menu > li > a {
    font-size: var(--td-fs-small) !important;
  }

  header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu_inner_container > .et_pb_menu__logo-wrap {
    max-width: none;
  }
}

header.et-l--header .et_pb_blurb_1_tb_header,
header.et-l--header .et_pb_blurb_3_tb_header {
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
}

header.et-l--header .et_pb_blurb_1_tb_header .et_pb_blurb_content,
header.et-l--header .et_pb_blurb_3_tb_header .et_pb_blurb_content {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end;
  gap: 6px;
  max-width: none;
  width: auto;
  margin: 0;
  text-align: left;
}

header.et-l--header .et_pb_blurb_1_tb_header .et_pb_blurb_container,
header.et-l--header .et_pb_blurb_3_tb_header .et_pb_blurb_container {
  padding-left: 0 !important;
  display: flex !important;
  align-items: center !important;
  float: none !important;
}

header.et-l--header .et_pb_blurb_1_tb_header .et_pb_main_blurb_image,
header.et-l--header .et_pb_blurb_3_tb_header .et_pb_main_blurb_image {
  margin: 0 !important;
  width: auto !important;
  float: none !important;
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto;
}

header.et-l--header .et_pb_blurb_1_tb_header .et_pb_main_blurb_image a,
header.et-l--header .et_pb_blurb_3_tb_header .et_pb_main_blurb_image a,
header.et-l--header .et_pb_blurb_1_tb_header .et_pb_image_wrap,
header.et-l--header .et_pb_blurb_3_tb_header .et_pb_image_wrap {
  display: flex !important;
  align-items: center !important;
  line-height: 0 !important;
}

header.et-l--header .et_pb_blurb_1_tb_header .et-pb-icon,
header.et-l--header .et_pb_blurb_3_tb_header .et-pb-icon {
  display: block !important;
  width: 20px;
  height: 20px;
  overflow: hidden;
  border: none !important;
  box-shadow: none !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  transform: none;
  flex: 0 0 auto;
  background-color: var(--color-primary);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E")
    center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M6.62 10.79c1.44 2.83 3.76 5.14 6.59 6.59l2.2-2.2c.27-.27.67-.36 1.02-.24 1.12.37 2.33.57 3.57.57.55 0 1 .45 1 1V20c0 .55-.45 1-1 1-9.39 0-17-7.61-17-17 0-.55.45-1 1-1h3.5c.55 0 1 .45 1 1 0 1.25.2 2.45.57 3.57.11.35.03.74-.25 1.02l-2.2 2.2z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

header.et-l--header .et_pb_blurb_1_tb_header .et_pb_module_header,
header.et-l--header .et_pb_blurb_1_tb_header .et_pb_module_header a,
header.et-l--header .et_pb_blurb_3_tb_header .et_pb_module_header,
header.et-l--header .et_pb_blurb_3_tb_header .et_pb_module_header a {
  font-size: var(--td-fs-nav) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  white-space: nowrap;
  margin: 0 !important;
  padding: 8px 0 !important;
  display: inline-flex !important;
  align-items: center !important;
}

@media only screen and (min-width: 1025px) {
  header.et-l--header .et_pb_row_1_tb_header,
  header.et-l--header .et_pb_row_2_tb_header {
    display: none !important;
  }

  header.et-l--header .et_pb_column_2_tb_header,
  header.et-l--header .et_pb_column_5_tb_header {
    display: none !important;
  }

  header.et-l--header .et_pb_menu_0_tb_header .td-header-phone-inline {
    flex: 0 0 auto;
    align-self: center;
    margin: 0 0 0 28px !important;
    padding: 0 !important;
  }

  header.et-l--header .et_pb_menu_0_tb_header .td-header-phone-inline .et_pb_blurb_content {
    justify-content: flex-start;
    align-items: center !important;
  }
}

@media only screen and (max-width: 1024px) {
  header.et-l--header .et_pb_section_0_tb_header {
    padding: 8px 12px 10px !important;
  }

  header.et-l--header .et_pb_row_0_tb_header {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 10px;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
  }

  header.et-l--header .et_pb_column_1_tb_header {
    display: flex !important;
    align-items: center !important;
    align-self: center !important;
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
  }

  header.et-l--header .et_pb_menu_0_tb_header {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
  }

  header.et-l--header .et_pb_column_2_tb_header,
  header.et-l--header .td-header-phone-alt {
    display: none !important;
  }

  header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu_inner_container {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 8px;
    width: 100%;
    min-height: 48px;
  }

  header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu_inner_container::after,
  header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu_inner_container::before {
    content: none !important;
    display: none !important;
  }

  header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu_inner_container > .et_pb_menu__logo-wrap,
  header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__logo-slot {
    margin: 0 !important;
  }

  header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__logo img {
    max-height: 38px;
    max-width: min(140px, 42vw);
    height: auto;
  }

  header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__menu,
  header.et-l--header .et_pb_menu_0_tb_header .et-menu-nav,
  header.et-l--header .et_pb_menu_0_tb_header .et-menu {
    display: none !important;
  }

  header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__wrap {
    display: flex !important;
    flex: 0 0 auto;
    align-items: center !important;
    align-self: center !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
    padding: 0 !important;
    width: auto !important;
    height: auto !important;
  }

  header.et-l--header .et_pb_menu__wrap .mobile_menu_bar {
    float: none !important;
    transform: none !important;
    -webkit-transform: none !important;
  }

  header.et-l--header .et_mobile_nav_menu {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    align-self: center !important;
    float: none !important;
    position: relative;
    z-index: 20;
  }

  header.et-l--header .mobile_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
  }

  header.et-l--header .mobile_menu_bar {
    display: flex !important;
    align-items: center;
    justify-content: center;
    align-self: center !important;
    width: 44px;
    height: 44px;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
    flex-shrink: 0;
  }

  header.et-l--header .mobile_menu_bar:before,
  header.et-l--header .mobile_menu_bar:after {
    content: none !important;
  }

  header.et-l--header .mobile_menu_bar {
    background:
      linear-gradient(var(--color-dark), var(--color-dark)) center 14px / 22px 2px no-repeat,
      linear-gradient(var(--color-dark), var(--color-dark)) center / 22px 2px no-repeat,
      linear-gradient(var(--color-dark), var(--color-dark)) center 28px / 22px 2px no-repeat;
  }

  header.et-l--header .et_mobile_menu {
    display: none;
    position: fixed;
    top: var(--td-header-bottom, 120px);
    right: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    max-height: calc(100dvh - var(--td-header-bottom, 120px));
    overflow: auto;
    margin: 0;
    background: var(--color-white);
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
    padding: 8px 0 16px;
    text-align: left;
    z-index: 10002;
    -webkit-overflow-scrolling: touch;
  }

  header.et-l--header .mobile_nav.opened .et_mobile_menu {
    display: block !important;
  }

  body.td-mobile-nav-open {
    overflow: hidden;
  }

  body.td-mobile-nav-open header.et-l--header {
    z-index: 10003;
  }

  body.td-mobile-nav-open::before {
    content: "";
    position: fixed;
    top: var(--td-header-bottom, 120px);
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 10001;
    pointer-events: none;
  }

  header.et-l--header .et_mobile_menu li {
    display: block !important;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  header.et-l--header .et_mobile_menu a {
    display: block;
    padding: 12px 18px !important;
    white-space: normal !important;
    font-size: 15px !important;
    line-height: 1.3 !important;
    color: var(--color-dark) !important;
  }

  header.et-l--header .et_mobile_menu .sub-menu {
    position: static !important;
    display: none !important;
    width: 100% !important;
    max-width: none !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: none !important;
    box-shadow: none !important;
    border: 0 !important;
    padding: 0 0 0 8px !important;
    background: var(--color-bg-light) !important;
  }

  header.et-l--header .et_mobile_menu .menu-item-has-children.is-open > .sub-menu {
    display: block !important;
  }

  header.et-l--header .et_pb_blurb_1_tb_header .et_pb_blurb_content,
  header.et-l--header .et_pb_blurb_3_tb_header .et_pb_blurb_content {
    justify-content: flex-end;
    align-items: center !important;
    gap: 6px;
  }

  header.et-l--header .et_pb_blurb_1_tb_header .et-pb-icon,
  header.et-l--header .et_pb_blurb_3_tb_header .et-pb-icon {
    width: 20px;
    height: 20px;
    transform: none;
  }

  header.et-l--header .et_pb_blurb_1_tb_header .et_pb_module_header,
  header.et-l--header .et_pb_blurb_1_tb_header .et_pb_module_header a,
  header.et-l--header .et_pb_blurb_3_tb_header .et_pb_module_header,
  header.et-l--header .et_pb_blurb_3_tb_header .et_pb_module_header a,
  header.et-l--header .td-header-phone-alt {
    font-size: 12px !important;
    margin-left: 0;
    white-space: nowrap;
  }

  header.et-l--header .et_pb_row_1_tb_header {
    display: none !important;
  }

  header.et-l--header .et_pb_row_2_tb_header {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
    gap: 10px;
    width: 100% !important;
    max-width: 100% !important;
    padding: 8px 0 10px !important;
  }

  header.et-l--header .et_pb_column_6_tb_header,
  header.et-l--header .et_pb_column_7_tb_header {
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }

  header.et-l--header .et_pb_button_1_tb_header,
  header.et-l--header .et_pb_button_2_tb_header {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 8px 10px !important;
    font-size: 12px !important;
    white-space: nowrap;
    box-sizing: border-box;
  }

  .et_pb_section,
  .et_pb_row,
  .et_pb_column,
  .et_pb_module {
    max-width: 100%;
  }

  .et_pb_row {
    width: 100% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  header.et-l--header .et_pb_row,
  .et_pb_row.td-flyer-wrap,
  .home-coupon-section .et_pb_row_9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body .et_pb_column:not([class*="_tb_header"]) {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  img,
  video,
  iframe,
  svg {
    max-width: 100%;
    height: auto;
  }

  .et_pb_text_inner,
  .et_pb_module_header,
  h1,
  h2,
  h3,
  h4,
  p {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}

/* Divi dropdown uses ETmodules glyph "3"; that font is missing locally, so show a CSS chevron instead. */
.et-menu .menu-item-has-children > a:first-child:after {
  content: "" !important;
  font-family: inherit !important;
  font-size: 0 !important;
  font-weight: 400 !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 5.5px solid currentColor;
  right: 0;
  top: 50% !important;
  margin-top: -2px;
  position: absolute;
}

.et-menu li li.menu-item-has-children > a:first-child:after {
  right: 20px;
  top: 50% !important;
}

.dvmm_menu__menu .dvmm_menu .dvmm_submenu_toggle:after,
.dvmm_mobile__menu .dvmm_submenu_toggle:after {
  content: "" !important;
  font-family: inherit !important;
  font-size: 0 !important;
  font-weight: 400 !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-top: 5.5px solid currentColor;
  background: none !important;
}

.dipl_faq_page_schema .dipl_faq_accordion .dipl_question_wrapper::after {
  content: "" !important;
  font-family: inherit !important;
  font-size: 0 !important;
  font-weight: 400 !important;
  width: 0 !important;
  height: 0 !important;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid var(--color-dark);
  border-bottom: 0 !important;
  align-self: center;
  flex-shrink: 0;
  margin-left: 12px;
}

.dipl_faq_page_schema .dipl_faq_accordion .dipl_faq_page_schema_item.dipl_active .dipl_question_wrapper::after {
  content: "" !important;
  border-top: 0 !important;
  border-bottom: 9px solid var(--color-dark);
}

/* Homepage mid-page copy; original Divi footer duplicate stays hidden. */
.home-about-section,
footer.et-l--footer .et_pb_section_0_tb_footer {
  display: none !important;
}

.td-about-cta {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 52px 20px 60px;
  background-color: var(--color-dark);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.79) 1%, rgba(10, 10, 10, 0.85) 100%),
    url("/site-content/uploads/2025/07/V-1920w-1.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: var(--color-white);
  text-align: center;
}

.td-about-cta__inner {
  max-width: 820px;
  margin: 0 auto;
}

.td-about-cta__badge {
  display: block;
  width: 168px;
  height: auto;
  margin: 0 auto 18px;
}

.td-about-cta__title {
  margin: 0 0 10px !important;
  color: #fff !important;
  font-size: clamp(1.7rem, 3.2vw, 2.35rem) !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  letter-spacing: -0.02em !important;
}

body .td-about-cta .td-about-cta__kicker {
  margin: 0 0 18px !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase;
}

.td-about-cta p {
  margin: 0 auto 16px !important;
  max-width: 640px;
  color: rgba(255, 255, 255, 0.92) !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

.td-about-cta p strong,
.td-about-cta p b {
  display: inline !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: 600 !important;
  line-height: inherit !important;
}

.td-about-cta__btn {
  display: inline-block;
  margin-top: 10px;
  padding: 12px 42px;
  border-radius: 999px;
  background: var(--color-primary);
  color: var(--color-on-primary) !important;
  font-size: var(--td-fs-label) !important;
  font-weight: var(--td-fw-label) !important;
  letter-spacing: var(--td-track-label) !important;
  text-transform: uppercase !important;
  font-weight: 600;
  text-decoration: none !important;
}

.td-about-cta__btn:hover,
.td-about-cta__btn:focus-visible {
  background: var(--color-white);
  color: var(--color-dark) !important;
}

.sa-map {
  position: relative;
  width: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--color-bg-light);
  color: var(--color-dark);
  text-align: center;
}

.sa-map__intro {
  position: relative;
  z-index: 6;
  padding: 28px 16px 16px;
  background: var(--color-white);
}

.sa-map__frame {
  position: relative;
  width: 100%;
  line-height: 0;
}

.sa-map__bg-img {
  display: block;
  width: 100%;
  height: auto;
}

.sa-map h2 {
  margin: 0 0 0.5em !important;
  font-family: var(--td-font-heading) !important;
  font-size: var(--td-fs-h2) !important;
  font-weight: var(--td-fw-heading) !important;
  line-height: var(--td-lh-h2) !important;
  color: var(--color-dark);
  letter-spacing: var(--td-track-display) !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}

.sa-map__cities {
  margin: 8px auto 0;
  max-width: 920px;
  padding: 0 16px;
  font-family: var(--td-font-body) !important;
  font-size: var(--td-fs-body) !important;
  font-weight: var(--td-fw-label) !important;
  line-height: var(--td-lh-body) !important;
  color: var(--color-dark);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.sa-map__pins {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.sa-map__pin {
  position: absolute;
  transform: translate(-50%, -34px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.35));
  line-height: 1.2;
}

.sa-map__marker {
  width: 28px;
  height: 28px;
  border-radius: 50% 50% 50% 0;
  transform: rotate(-45deg);
  background: var(--color-primary);
  border: 3px solid var(--color-primary);
  box-shadow: inset 0 0 0 5px var(--color-white);
}

.sa-map__label {
  margin-top: 6px;
  background: var(--color-dark);
  color: var(--color-white);
  font-family: var(--td-font-primary) !important;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.01em;
  padding: 4px 8px;
  border-radius: 3px;
  white-space: nowrap;
}

.sa-map__pin:hover .sa-map__marker,
.sa-map__pin:focus-visible .sa-map__marker {
  background: var(--color-secondary);
  transform: rotate(-45deg) scale(1.08);
}

.sa-map__pin:hover .sa-map__label,
.sa-map__pin:focus-visible .sa-map__label {
  background: var(--color-primary-hover);
}

.sa-map__actions {
  position: relative;
  z-index: 7;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 20px 18px;
  background: var(--color-white);
}

.sa-map__credit {
  margin: 0;
  padding: 0 16px 28px;
  background: var(--color-white);
  font-size: 11px;
  color: var(--color-text-muted);
}

.sa-map__quote {
  display: inline-block;
  background: var(--color-primary);
  color: var(--color-white);
  text-decoration: none;
  font-family: var(--td-font-primary) !important;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.06em;
  padding: 14px 36px;
  border-radius: 8px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.28);
}

.sa-map__quote:hover,
.sa-map__quote:focus-visible {
  background: var(--color-secondary);
  color: var(--color-white);
}

.sa-map__call {
  color: var(--color-dark);
  font-family: var(--td-font-primary) !important;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.88);
  padding: 6px 14px;
  border-radius: 999px;
}

.sa-map__call:hover,
.sa-map__call:focus-visible {
  background: var(--color-white);
}

.sa-map__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 64px;
  z-index: 5;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 80' preserveAspectRatio='none'%3E%3Cpath fill='%231b4332' d='M0 48c120 24 240-24 360-16s240 40 360 24 240-48 360-32 240 40 360 24v32H0z'/%3E%3Cpath fill='%232d6a4f' d='M0 58c140 18 260-18 380-10s250 28 370 12 250-36 370-20 220 28 320 16v24H0z'/%3E%3C/svg%3E")
    center bottom / 100% 64px no-repeat;
}

@media (max-width: 768px) {
  .sa-map__intro {
    padding: 22px 12px 12px;
  }

  .sa-map__label {
    font-size: 10px;
    padding: 3px 6px;
  }

  .sa-map__marker {
    width: 22px;
    height: 22px;
  }

  .sa-map__pin {
    transform: translate(-50%, -28px);
  }

  .sa-map__actions {
    padding: 16px 12px 12px;
  }

  .sa-map__wave {
    display: none;
  }
}

/* Home hero — video is an isolated background layer only */
body.home .et-l--post > .et_builder_inner_content > .et_pb_section.home-hero,
body.page-id-91289 .et-l--post > .et_builder_inner_content > .et_pb_section.home-hero {
  position: relative;
  isolation: isolate;
  display: block !important;
  min-height: max(620px, calc(100svh - 68px));
  height: auto !important;
  overflow: hidden !important;
  padding: 0 !important;
  background-color: var(--color-dark) !important;
  background-image: none !important;
}

.home-hero__media,
.home-hero__scrim {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.home-hero__media {
  z-index: 0;
}

.home-hero__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: none;
  background: var(--color-dark);
  pointer-events: none;
}

.home-hero__video::-webkit-media-controls,
.home-hero__video::-webkit-media-controls-enclosure,
.home-hero__video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.home-hero__scrim {
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(8, 16, 12, 0.86) 0%,
    rgba(8, 16, 12, 0.72) 24%,
    rgba(8, 16, 12, 0.4) 46%,
    rgba(8, 16, 12, 0.12) 62%,
    rgba(8, 16, 12, 0) 76%
  );
}

body.home .et-l--post > .et_builder_inner_content > .et_pb_section.home-hero::before,
body.page-id-91289 .et-l--post > .et_builder_inner_content > .et_pb_section.home-hero::before,
body.home .et-l--post > .et_builder_inner_content > .et_pb_section.home-hero::after,
body.page-id-91289 .et-l--post > .et_builder_inner_content > .et_pb_section.home-hero::after {
  content: none;
}

.home-hero__content {
  position: relative;
  z-index: 2;
  max-width: 560px;
  padding: 72px 32px 110px 64px;
  text-align: left;
  pointer-events: auto;
}

.home-hero__kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px !important;
  color: var(--td-color-on-dark) !important;
  font-size: var(--td-fs-label) !important;
  font-weight: var(--td-fw-label) !important;
  letter-spacing: var(--td-track-label) !important;
  text-transform: uppercase !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.55);
}

.home-hero__kicker::after {
  content: "";
  width: 48px;
  height: 2px;
  background: var(--color-white);
}

.home-hero h1,
.home-hero h1 span {
  margin: 0 0 0.5em !important;
  color: var(--td-color-on-dark) !important;
  font-family: var(--td-font-primary) !important;
  font-size: var(--td-fs-h1) !important;
  font-weight: var(--td-fw-display) !important;
  line-height: var(--td-lh-h1) !important;
  letter-spacing: var(--td-track-display) !important;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.75), 0 0 18px rgba(0, 0, 0, 0.45);
}

.home-hero__sub {
  margin: 0 0 14px !important;
  color: var(--td-color-on-dark) !important;
  font-family: var(--td-font-primary) !important;
  font-size: var(--td-fs-h3) !important;
  font-weight: var(--td-fw-label) !important;
  line-height: var(--td-lh-h3) !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  max-width: var(--td-measure);
}

.home-hero__copy {
  margin: 0 0 28px !important;
  max-width: var(--td-measure);
  color: var(--td-color-muted-on-dark) !important;
  font-family: var(--td-font-primary) !important;
  font-size: var(--td-fs-body) !important;
  font-weight: var(--td-fw-body) !important;
  line-height: var(--td-lh-body) !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.home-hero__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 4px;
  font-size: var(--td-fs-label) !important;
  font-weight: var(--td-fw-heading) !important;
  letter-spacing: var(--td-track-label) !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
}

.home-hero__btn--primary {
  background: var(--color-primary);
  color: var(--color-on-primary) !important;
  border: 2px solid var(--color-primary);
}

.home-hero__btn--primary:hover,
.home-hero__btn--primary:focus-visible {
  background: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
  color: var(--color-on-primary) !important;
}

.home-hero__btn--ghost {
  background: transparent;
  color: var(--color-white) !important;
  border: 0;
  padding-left: 8px;
  padding-right: 8px;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.home-hero__btn--ghost:hover,
.home-hero__btn--ghost:focus-visible {
  background: transparent;
  color: var(--color-secondary) !important;
}

.home-hero__wave {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 3;
  width: 100%;
  height: 72px;
  display: block;
}

.home-hero-stats {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  background: var(--color-dark);
  color: var(--color-white);
  padding: 22px 16px;
  overflow: visible;
}

.home-hero-stats__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  max-width: 280px;
  padding: 0 24px;
  text-align: center;
}

.home-hero-stats__item--rated {
  flex-direction: row;
  gap: 20px;
  max-width: 560px;
  overflow: visible;
}

.home-hero-stats__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.home-hero-stats__item + .home-hero-stats__item {
  border-left: 1px solid var(--color-primary);
}

.home-hero-stats strong {
  color: var(--color-secondary);
  font-size: var(--td-fs-h2);
  font-weight: 800;
  line-height: 1;
}

.home-hero-stats span {
  margin-top: 8px;
  color: var(--color-white);
  font-size: var(--td-fs-small);
  font-weight: 500;
}

.home-hero-rated-badge {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  z-index: 4;
  flex: 0 0 150px !important;
  width: 150px !important;
  min-width: 150px !important;
  margin: -24px 0;
  transform: none;
  display: block;
  line-height: 0;
  animation: home-hero-rated-blink 1.6s ease-in-out infinite;
}

.home-hero-rated-badge img {
  width: 150px !important;
  max-width: none !important;
  height: auto !important;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.5));
}

@keyframes home-hero-rated-blink {
  0%,
  100% {
    opacity: 1;
    filter: drop-shadow(0 0 0 rgba(249, 166, 26, 0));
  }
  50% {
    opacity: 0.72;
    filter: drop-shadow(0 0 18px rgba(249, 166, 26, 1));
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero-rated-badge {
    animation: none;
  }

  .home-hero__video {
    display: none;
  }

  .home-hero__media {
    background: var(--color-dark) url("/videos/home-hero-poster.jpg") center center / cover no-repeat;
  }
}

@media only screen and (min-width: 1600px) {
  .home-hero__video {
    object-position: center center;
  }
}

@media only screen and (max-width: 1024px) {
  .home-hero__video {
    object-position: center center;
  }
}

@media only screen and (max-width: 1024px) {
  body.home .et-l--post > .et_builder_inner_content > .et_pb_section.home-hero,
  body.page-id-91289 .et-l--post > .et_builder_inner_content > .et_pb_section.home-hero {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start;
    min-height: 540px !important;
    height: auto !important;
    overflow: hidden !important;
    z-index: 2;
    background-color: var(--color-dark) !important;
    background-image: url("/videos/home-hero-poster.jpg") !important;
    background-size: cover !important;
    background-position: center center !important;
  }

  .home-hero__video {
    object-position: center center;
  }

  .home-hero__scrim {
    background: linear-gradient(
      180deg,
      rgba(8, 16, 12, 0.78) 0%,
      rgba(8, 16, 12, 0.74) 50%,
      rgba(8, 16, 12, 0.7) 100%
    );
  }

  body.home .et-l--post > .et_builder_inner_content > .et_pb_section.home-hero::before,
  body.page-id-91289 .et-l--post > .et_builder_inner_content > .et_pb_section.home-hero::before {
    content: none;
  }

  .home-hero__content {
    position: relative !important;
    z-index: 4 !important;
    float: none !important;
    max-width: 100%;
    width: 100% !important;
    margin: 0 !important;
    box-sizing: border-box;
    padding: 20px 16px 72px !important;
  }

  .home-hero h1,
  .home-hero__sub,
  .home-hero__copy,
  .home-hero__kicker {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .home-hero h1 {
    font-size: var(--td-fs-h1) !important;
  }

  .home-hero__actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-hero-rated-badge {
    flex-basis: 120px !important;
    width: 120px !important;
    min-width: 120px !important;
    margin: -14px 0;
  }

  .home-hero-rated-badge img {
    width: 120px !important;
  }

  .home-hero-stats {
    flex-direction: column;
    gap: 18px;
    padding: 24px 16px 28px;
  }

  .home-hero-stats__item--rated {
    max-width: none;
    justify-content: center;
  }

  .home-hero-stats__item {
    max-width: none;
    padding: 0;
  }

  .home-hero-stats__item + .home-hero-stats__item {
    border-left: 0;
    border-top: 1px solid var(--color-primary);
    padding-top: 18px;
  }
}

@media only screen and (max-width: 768px) {
  .home-hero__video {
    object-position: center center;
  }

  .home-hero-rated-badge {
    flex-basis: 96px !important;
    width: 96px !important;
    min-width: 96px !important;
    margin: 0;
  }

  .home-hero-rated-badge img {
    width: 96px !important;
    max-width: 96px !important;
  }

  .home-hero-stats__item--rated {
    flex-direction: column;
    gap: 10px;
  }

  .home-hero-stats__copy {
    align-items: center;
    text-align: center;
  }

  .sa-map__label {
    display: none;
  }

  .td-contact-form__row {
    grid-template-columns: 1fr;
  }

  .td-aboutpage__hero-inner {
    margin: 0 auto;
    width: 100%;
  }
}

body.page-id-95539 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type {
  background-image: url("/images/hero-banner-about.jpg") !important;
  background-size: cover !important;
  background-position: center 35% !important;
  background-repeat: no-repeat !important;
  min-height: 480px;
  display: flex;
  align-items: center;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

body.page-id-95539 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type .et_pb_row_0 {
  background: none !important;
  background-image: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

body.page-id-95539 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-95539 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-95539 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h3,
body.page-id-95539 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h4 {
  color: var(--color-white) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

body.page-id-99411 .et-l--body > .et_builder_inner_content > .et_pb_section.et_pb_section_0_tb_body {
  position: relative;
  background-color: var(--color-dark) !important;
  background-image: url("/images/hero-blog.jpg") !important;
  background-size: cover !important;
  background-position: center 38% !important;
  background-repeat: no-repeat !important;
  min-height: 480px;
  display: flex;
  align-items: center;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

body.page-id-99411 .et-l--body > .et_builder_inner_content > .et_pb_section.et_pb_section_0_tb_body::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(12, 22, 16, 0.52) 0%,
    rgba(12, 22, 16, 0.28) 100%
  );
}

body.page-id-99411 .et-l--body > .et_builder_inner_content > .et_pb_section.et_pb_section_0_tb_body .et_pb_row_0_tb_body {
  position: relative;
  z-index: 2;
  background: none !important;
  background-image: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

body.page-id-99411 .et-l--body > .et_builder_inner_content > .et_pb_section.et_pb_section_0_tb_body h1,
body.page-id-99411 .et-l--body > .et_builder_inner_content > .et_pb_section.et_pb_section_0_tb_body h1 span,
body.page-id-99411 .et-l--body > .et_builder_inner_content > .et_pb_section.et_pb_section_0_tb_body h3,
body.page-id-99411 .et-l--body > .et_builder_inner_content > .et_pb_section.et_pb_section_0_tb_body h4,
body.page-id-99411 .et-l--body > .et_builder_inner_content > .et_pb_section.et_pb_section_0_tb_body p {
  color: var(--color-white) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

body.page-id-99411 .et-l--body > .et_builder_inner_content > .et_pb_section.et_pb_section_0_tb_body .et_pb_text_1_tb_body {
  display: none;
}

body.page-id-91385 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type,
body.page-id-99620 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type,
body.page-id-99624 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type,
body.page-id-99628 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type,
body.page-id-99632 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type,
body.page-id-99944 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type,
body.page-id-100007 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type,
body.page-id-100009 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type,
body.page-id-100011 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type,
body.page-id-100013 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type,
body.page-id-100015 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type,
body.page-id-100017 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type {
  position: relative;
  background-color: var(--color-dark) !important;
  background-size: cover !important;
  background-position: center 38% !important;
  background-repeat: no-repeat !important;
  min-height: 480px;
  display: flex;
  align-items: center;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

body.page-id-91385 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type {
  background-image: url("/images/hero-services.jpg") !important;
}
body.page-id-99620 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type {
  background-image: url("/images/hero-tree-removal.jpg") !important;
}
body.page-id-99624 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type {
  background-image: url("/images/hero-pruning.jpg") !important;
}
body.page-id-99628 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type {
  background-image: url("/images/hero-stump-grinding.jpg") !important;
}
body.page-id-99632 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type {
  background-image: url("/images/hero-plant-health.jpg") !important;
}
body.page-id-99944 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type {
  background-image: url("/images/hero-emergency.jpg") !important;
}
body.page-id-100007 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type {
  background-image: url("/images/hero-scottdale.jpg") !important;
}
body.page-id-100009 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type {
  background-image: url("/images/hero-dunwoody.jpg") !important;
}
body.page-id-100011 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type {
  background-image: url("/images/hero-sandy-springs.jpg") !important;
}
body.page-id-100013 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type {
  background-image: url("/images/hero-norcross.jpg") !important;
}
body.page-id-100015 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type {
  background-image: url("/images/hero-decatur.jpg") !important;
}
body.page-id-100017 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type {
  background-image: url("/images/hero-lawrenceville.jpg") !important;
}

body.page-id-91385 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type::before,
body.page-id-99620 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type::before,
body.page-id-99624 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type::before,
body.page-id-99628 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type::before,
body.page-id-99632 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type::before,
body.page-id-99944 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type::before,
body.page-id-100007 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type::before,
body.page-id-100009 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type::before,
body.page-id-100011 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type::before,
body.page-id-100013 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type::before,
body.page-id-100015 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type::before,
body.page-id-100017 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(12, 22, 16, 0.52) 0%,
    rgba(12, 22, 16, 0.28) 100%
  );
}

body.page-id-91385 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type .et_pb_row_0,
body.page-id-99620 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type .et_pb_row_0,
body.page-id-99624 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type .et_pb_row_0,
body.page-id-99628 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type .et_pb_row_0,
body.page-id-99632 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type .et_pb_row_0,
body.page-id-99944 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type .et_pb_row_0,
body.page-id-100007 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type .et_pb_row_0,
body.page-id-100009 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type .et_pb_row_0,
body.page-id-100011 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type .et_pb_row_0,
body.page-id-100013 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type .et_pb_row_0,
body.page-id-100015 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type .et_pb_row_0,
body.page-id-100017 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type .et_pb_row_0 {
  position: relative;
  z-index: 2;
  background: none !important;
  background-image: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

body.page-id-91385 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-91385 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-91385 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h6,
body.page-id-91385 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type p,
body.page-id-99620 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-99620 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-99620 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h6,
body.page-id-99620 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type p,
body.page-id-99624 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-99624 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-99624 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h6,
body.page-id-99624 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type p,
body.page-id-99628 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-99628 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-99628 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h6,
body.page-id-99628 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type p,
body.page-id-99632 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-99632 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-99632 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h6,
body.page-id-99632 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type p,
body.page-id-99944 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-99944 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-99944 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h6,
body.page-id-99944 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type p,
body.page-id-100007 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-100007 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-100007 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h6,
body.page-id-100007 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type p,
body.page-id-100009 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-100009 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-100009 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h6,
body.page-id-100009 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type p,
body.page-id-100011 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-100011 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-100011 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h6,
body.page-id-100011 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type p,
body.page-id-100013 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-100013 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-100013 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h6,
body.page-id-100013 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type p,
body.page-id-100015 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-100015 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-100015 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h6,
body.page-id-100015 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type p,
body.page-id-100017 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-100017 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-100017 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h6,
body.page-id-100017 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type p {
  color: var(--color-white) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.65);
}

/* Inner-page heroes use page H1 scale (not display) */
body.page-id-95539 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-95539 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-99411 .et-l--body > .et_builder_inner_content > .et_pb_section.et_pb_section_0_tb_body h1,
body.page-id-99411 .et-l--body > .et_builder_inner_content > .et_pb_section.et_pb_section_0_tb_body h1 span,
body.page-id-91385 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-91385 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-99620 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-99620 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-99624 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-99624 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-99628 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-99628 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-99632 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-99632 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-99944 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-99944 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-100007 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-100007 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-100009 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-100009 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-100011 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-100011 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-100013 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-100013 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-100015 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-100015 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span,
body.page-id-100017 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1,
body.page-id-100017 .et-l--post > .et_builder_inner_content > .et_pb_section.et_pb_section_0:first-of-type h1 span {
  font-size: var(--td-fs-h1) !important;
  font-weight: var(--td-fw-display) !important;
  line-height: var(--td-lh-h1) !important;
  letter-spacing: var(--td-track-display) !important;
  margin-top: 0 !important;
  margin-bottom: 0.5em !important;
}

body .et_pb_text_inner > :is(h1, h2, h3, h4, h5, h6):first-child {
  margin-top: 0 !important;
}

.home-care-box {
  position: relative !important;
  overflow: hidden;
  isolation: isolate;
  z-index: 0;
  height: auto !important;
  min-height: 0 !important;
  padding: 36px 20px 40px !important;
  background-color: var(--color-dark) !important;
  background-image: url("/images/live-oak-yard-bg.jpg?v=1") !important;
  background-size: cover !important;
  background-position: center 45% !important;
  background-repeat: no-repeat !important;
}

.home-care-box::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(8, 16, 12, 0.58);
}

.home-care-box > .et_pb_column {
  position: relative;
  z-index: 2;
}

.home-care-box .et_parallax_bg_wrap,
.home-care-box .et_parallax_bg {
  background-image: url("/images/live-oak-yard-bg.jpg?v=1") !important;
  background-size: cover !important;
  background-position: center 45% !important;
  position: absolute !important;
  inset: 0 !important;
  height: auto !important;
  transform: none !important;
}

.home-care-box .et_parallax_gradient {
  background-image: linear-gradient(
    180deg,
    rgba(8, 16, 12, 0.72) 0%,
    rgba(8, 16, 12, 0.62) 100%
  ) !important;
}

.home-care-box .et_pb_icon {
  margin-bottom: 16px !important;
}

.home-care-box .et_pb_icon .et_pb_icon_wrap {
  width: 78px !important;
  height: 78px !important;
  border-radius: 50% !important;
  background: var(--color-secondary) !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.home-care-box .et_pb_icon .et-pb-icon {
  display: none !important;
}

.home-care-box .et_pb_icon .et_pb_icon_wrap svg {
  width: 36px;
  height: 36px;
  display: block;
}

.home-care-box h2,
.home-care-box h2 span {
  color: var(--td-color-on-dark) !important;
  font-size: var(--td-fs-h2) !important;
  font-weight: var(--td-fw-heading) !important;
  line-height: var(--td-lh-h2) !important;
  letter-spacing: var(--td-track-display) !important;
  margin: 0 0 0.5em !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.home-care-box p,
.home-care-box p span,
.home-care-box p b {
  color: var(--td-color-muted-on-dark) !important;
  font-size: var(--td-fs-body) !important;
  font-weight: var(--td-fw-body) !important;
  line-height: var(--td-lh-body) !important;
  max-width: var(--td-measure);
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.45);
}

.home-care-box .et_parallax_bg_wrap {
  z-index: 0 !important;
  pointer-events: none;
}

header.et-l--header .et_pb_menu_0_tb_header .et-menu > li.menu-item-has-children > a {
  padding-right: 16px !important;
}

header.et-l--header .et-menu > li > .sub-menu {
  max-height: min(70vh, 520px);
  overflow-y: auto;
}

.home-coupon-section {
  background-color: var(--color-white) !important;
  background-image:
    radial-gradient(120% 90% at 8% 8%, #dcedc8 0%, transparent 52%),
    radial-gradient(90% 80% at 100% 0%, var(--color-white) 0%, transparent 48%),
    radial-gradient(80% 90% at 0% 100%, #c8e6c9 0%, transparent 55%),
    radial-gradient(90% 80% at 100% 100%, #c5e7e1 0%, transparent 50%),
    radial-gradient(60% 50% at 50% 35%, var(--color-white) 0%, transparent 70%),
    linear-gradient(135deg, var(--color-bg-light) 0%, var(--color-white) 42%, #e0f2f1 100%) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  padding: 48px 20px 56px !important;
}

.home-coupon-section .et_pb_row_8,
.home-coupon-section .et_pb_row_9 {
  width: min(1080px, 100%);
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.home-coupon-section .et_pb_row_8 {
  padding-top: 0 !important;
  padding-bottom: 8px !important;
}

.home-coupon-section .et_pb_text_8 h2 {
  color: var(--color-dark) !important;
  font-size: var(--td-fs-h2) !important;
  font-weight: var(--td-fw-display) !important;
  line-height: var(--td-lh-h2) !important;
  letter-spacing: var(--td-track-display) !important;
  text-align: center;
  margin: 0 0 0.5em !important;
  padding-bottom: 0 !important;
}

.home-coupon-section .et_pb_row_9 {
  display: flex !important;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  padding-top: 0 !important;
}

.home-coupon-section .et_pb_row_9 > .et_pb_column,
.home-coupon-section .et_pb_column_14,
.home-coupon-section .et_pb_column_15 {
  float: none !important;
  width: calc(50% - 14px) !important;
  max-width: 500px;
  margin: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
}

.home-coupon-section .et_pb_promo,
.home-coupon-section .et_pb_cta_0.et_pb_promo,
.home-coupon-section .et_pb_cta_1.et_pb_promo {
  background: var(--color-dark) !important;
  background-color: var(--color-dark) !important;
  background-image: none !important;
  border-width: 2px !important;
  border-style: dashed !important;
  border-color: #f0c400 !important;
  border-radius: 18px !important;
  box-shadow: none !important;
  outline: none !important;
  padding: 36px 28px 32px !important;
  position: relative;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-coupon-section .et_pb_promo::before,
.home-coupon-section .et_pb_promo::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

.home-coupon-section .et_pb_promo_description {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 8px !important;
}

.home-coupon-section .et_pb_promo .et_pb_module_header {
  background: transparent !important;
  color: #f5a623 !important;
  display: block;
  width: auto !important;
  max-width: none;
  margin: 0 auto 14px !important;
  padding: 0;
  font-size: var(--td-fs-h2) !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
  letter-spacing: 0.01em;
}

.home-coupon-section .et_pb_promo_description,
.home-coupon-section .et_pb_promo_description p,
.home-coupon-section .et_pb_promo_description div,
.home-coupon-section .dmCouponMain,
.home-coupon-section .dmCouponTerms {
  text-align: center;
}

.home-coupon-section .dmCouponMain,
.home-coupon-section .dmCouponMain strong {
  color: var(--color-white) !important;
  font-size: var(--td-fs-body);
  font-weight: 600 !important;
  margin-bottom: 12px;
}

.home-coupon-section .dmCouponTerms {
  color: #d8d8d8 !important;
  font-size: var(--td-fs-small);
  font-weight: 400;
  line-height: 1.5;
}

.home-coupon-section .et_pb_button_wrapper {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  padding-top: 0;
}

.home-coupon-section .et_pb_promo_button {
  background: var(--color-primary) !important;
  color: var(--color-on-primary) !important;
  border: 0 !important;
  border-radius: 999px !important;
  padding: 12px 28px !important;
  font-weight: 800 !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-coupon-section .et_pb_promo_button:after {
  display: none !important;
}

.home-coupon-section .et_pb_promo_button:hover {
  background: var(--color-primary) !important;
  color: var(--color-white) !important;
}

.home-coupon-section .dmCouponTerms:empty,
.home-coupon-section .dmCouponFooter {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .home-coupon-section .et_pb_row_9 {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
  }

  .home-coupon-section .et_pb_row_9 > .et_pb_column,
  .home-coupon-section .et_pb_column_14,
  .home-coupon-section .et_pb_column_15 {
    width: 100% !important;
    max-width: 100% !important;
  }

  .home-coupon-section .et_pb_promo,
  .home-coupon-section .et_pb_cta_0.et_pb_promo,
  .home-coupon-section .et_pb_cta_1.et_pb_promo {
    padding: 28px 18px 24px !important;
  }
}

.td-flyer-wrap.et_pb_row,
#page-container .td-flyer-wrap.et_pb_row,
.et_pb_section:has(.td-board) .et_pb_row.td-flyer-wrap {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  float: none !important;
  padding: 0 !important;
}

.td-flyer-wrap > .et_pb_column,
.et_pb_gutters3 .td-flyer-wrap.et_pb_row > .et_pb_column {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.et_pb_section:has(.td-board),
#page-container .et_pb_section:has(.td-board) {
  background: var(--color-bg-light) !important;
  padding: 0 !important;
}

.td-board {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.td-board__intro {
  padding: 56px 24px 48px;
  text-align: center;
  background: var(--color-bg-light);
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.td-board__intro h2 {
  margin: 0 0 14px !important;
  color: var(--color-dark) !important;
  font-family: var(--td-font-heading) !important;
  font-size: var(--td-fs-h2) !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0.01em;
}

.td-board__intro p {
  margin: 0 auto !important;
  max-width: 640px;
  color: var(--color-text-muted) !important;
  font-family: var(--td-font-body) !important;
  font-size: var(--td-fs-body) !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
}

.td-board__grid {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}

.td-board__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: stretch;
  min-height: 420px;
}

.td-board__card {
  background: var(--color-bg-light);
  aspect-ratio: auto;
  min-height: 420px;
  padding: 64px 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.td-board__row:nth-child(even) .td-board__card {
  background: var(--color-white);
}

.td-board__tag {
  display: inline-block;
  margin-bottom: 18px;
  padding: 6px 16px;
  border: 1px solid var(--color-text-muted);
  border-radius: 999px;
  color: var(--color-dark) !important;
  font-family: var(--td-font-heading) !important;
  font-size: var(--td-fs-label) !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.2;
}

.td-board__card h3 {
  margin: 0 0 16px !important;
  color: var(--color-dark) !important;
  font-family: var(--td-font-heading) !important;
  font-size: var(--td-fs-h3) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.td-board__card p {
  margin: 0 0 28px !important;
  color: var(--color-text-muted) !important;
  font-family: var(--td-font-body) !important;
  font-size: var(--td-fs-body) !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  max-width: 460px;
}

.td-board__more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border: 1px solid var(--color-dark);
  border-radius: 999px;
  color: var(--color-dark) !important;
  font-family: var(--td-font-heading) !important;
  font-size: var(--td-fs-label) !important;
  font-weight: 600 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.td-board__more:hover,
.td-board__more:focus {
  background: var(--color-dark);
  color: var(--color-white) !important;
}

.td-board__media {
  position: relative;
  margin: 0;
  aspect-ratio: auto;
  min-height: 420px;
  height: 100%;
  overflow: hidden;
  background: var(--color-bg-light);
}

.td-board__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media only screen and (max-width: 768px) {
  .td-board__row {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .td-board__card {
    min-height: 0;
    padding: 36px 24px 40px;
  }

  .td-board__media {
    min-height: 240px;
    aspect-ratio: 16 / 10;
    order: -1;
  }
}

/* Commercial & HOA — soft lime / white / mint mesh gradient */
.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) {
  width: 100% !important;
  max-width: none !important;
  float: none !important;
  margin: 0 !important;
  padding: 56px 24px 52px !important;
  background-color: var(--color-bg-light);
  background-image:
    radial-gradient(120% 90% at 8% 8%, #dcedc8 0%, transparent 52%),
    radial-gradient(90% 80% at 100% 0%, var(--color-white) 0%, transparent 48%),
    radial-gradient(80% 90% at 0% 100%, var(--color-secondary) 0%, transparent 55%),
    radial-gradient(90% 80% at 100% 100%, #c5e7e1 0%, transparent 50%),
    radial-gradient(60% 50% at 50% 35%, var(--color-white) 0%, transparent 70%),
    linear-gradient(135deg, #a8d695 0%, var(--color-bg-light) 42%, #c5e7e1 100%);
}

.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) > .et_pb_column {
  float: none !important;
  width: 100% !important;
  max-width: 820px !important;
  margin: 0 auto !important;
}

.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) .et_pb_text_3 {
  background: transparent !important;
}

.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) #commercial-hoa-tree-services,
.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) .et_pb_text_inner,
.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) .et_pb_text_inner h2,
.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) .et_pb_text_inner p,
.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) .et_pb_text_inner strong,
.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) .et_pb_text_inner b {
  color: var(--color-dark) !important;
}

.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) .et_pb_text_inner h2 {
  margin-bottom: 16px !important;
}

.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) .et_pb_text_inner p {
  margin: 0 auto !important;
  max-width: 720px;
  line-height: 1.7 !important;
}

.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) .et_pb_button_2 {
  background-color: var(--color-primary) !important;
  background-image: none !important;
  color: var(--color-white) !important;
  border: 0 !important;
  box-shadow: 0 8px 18px rgba(29, 74, 40, 0.18);
}

.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) .et_pb_button_2:hover,
.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) .et_pb_button_2:focus {
  background-color: var(--color-primary-hover) !important;
  color: var(--color-white) !important;
}

.td-svc-wrap.et_pb_row {
  width: min(1180px, 100%) !important;
  max-width: 1180px !important;
  float: none !important;
  margin: 20px auto 40px !important;
  padding: 0 16px !important;
}

.td-svc-wrap > .et_pb_column {
  float: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.td-svc__top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 18px;
}

.td-svc__top h2 {
  margin: 0 !important;
  color: var(--color-secondary) !important;
  font-size: var(--td-fs-h2) !important;
  font-weight: 800 !important;
}

.td-svc__nav {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  gap: 8px;
}

.td-svc__arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #cfd8d1;
  background: var(--color-white);
  color: var(--color-dark);
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.td-svc__arrow--next {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.td-svc__stage {
  position: relative;
  height: 460px;
  overflow: hidden;
}

.td-svc__track {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 28px;
  will-change: transform;
}

.td-svc__card {
  position: relative;
  flex: 0 0 280px;
  width: 280px;
  height: 400px;
  border-radius: 28px;
  overflow: hidden;
  background: var(--color-dark);
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.18);
  transform: scale(0.92);
  transform-origin: center center;
  transition:
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    width 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    height 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    flex-basis 0.7s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.7s ease;
  cursor: pointer;
}

.td-svc__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.72);
  transform: scale(1.08);
  transition: filter 0.75s ease;
}

.td-svc__card.is-active img {
  filter: brightness(0.92);
  animation: td-svc-ken 10s linear infinite alternate;
}

@keyframes td-svc-ken {
  from { transform: scale(1.08) translate3d(0, 0, 0); }
  to { transform: scale(1.2) translate3d(-2%, -1.5%, 0); }
}

@keyframes td-svc-float {
  from { transform: translateY(0); }
  to { transform: translateY(-6px); }
}

.td-svc__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  background: rgba(20, 20, 20, 0.72);
  color: var(--color-white);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 6px 12px;
  border-radius: 999px;
}

.td-svc__caption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 22px;
  z-index: 2;
  color: var(--color-white);
  font-size: 1.15rem;
  font-weight: 800;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.45);
}

.td-svc__panel {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 3;
  background: var(--color-white);
  border-radius: 16px;
  padding: 16px 16px 14px;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: opacity 0.45s ease 0.12s, transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) 0.12s;
}

.td-svc__card.is-active {
  flex-basis: 320px;
  width: 320px;
  height: 430px;
  transform: scale(1);
  cursor: default;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

.td-svc__card.is-active .td-svc__caption,
.td-svc__card.is-active .td-svc__badge {
  opacity: 0;
  pointer-events: none;
}

.td-svc__badge,
.td-svc__caption {
  transition: opacity 0.3s ease;
}

.td-svc__card.is-active .td-svc__panel {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.td-svc__kicker {
  margin: 0 0 4px !important;
  color: var(--color-primary) !important;
  font-size: 0.72rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
}

.td-svc__panel h3 {
  margin: 0 0 8px !important;
  color: var(--color-dark) !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
}

.td-svc__panel p {
  margin: 0 0 10px !important;
  color: var(--color-text-muted) !important;
  font-size: 0.88rem !important;
  line-height: 1.45 !important;
}

.td-svc__panel a {
  color: var(--color-primary) !important;
  font-weight: 800;
  font-size: 0.82rem;
  letter-spacing: 0.06em;
  text-decoration: none;
}

.td-svc__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.td-svc__dot {
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 999px;
  background: #c9c9c9;
  padding: 0;
  cursor: pointer;
  transition: width 0.35s ease, background 0.35s ease;
}

.td-svc__dot.is-active {
  width: 22px;
  background: var(--color-primary);
}

@media (prefers-reduced-motion: reduce) {
  .td-svc__card,
  .td-svc__card img,
  .td-svc__panel,
  .td-svc__dot,
  .td-svc__track {
    animation: none !important;
    transition: none !important;
  }
}

@media only screen and (max-width: 768px) {
  .td-svc__nav {
    position: static;
    transform: none;
    margin-top: 12px;
  }

  .td-svc__top {
    flex-direction: column;
  }

  .td-svc__stage {
    height: 430px;
  }

  .td-svc__card,
  .td-svc__card.is-active {
    flex-basis: 250px;
    width: 250px;
    height: 380px;
    margin-left: 0;
  }
}

.td-cu-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  align-items: stretch;
  background: var(--color-white);
  overflow: hidden;
}

.td-cu-hero__copy {
  padding: 72px 40px 56px 8%;
}

.td-cu-hero__kicker {
  margin: 0 0 10px !important;
  color: var(--color-primary) !important;
  font-size: var(--td-fs-label) !important;
  font-weight: 800 !important;
  letter-spacing: 0.16em;
}

.td-cu-hero h1 {
  margin: 0 0 14px !important;
  color: var(--color-dark) !important;
  font-size: var(--td-fs-h1) !important;
  font-weight: 800 !important;
  line-height: var(--td-lh-h1) !important;
}

.td-cu-hero h1 span {
  color: var(--color-primary);
}

.td-cu-hero__lead {
  margin: 0 0 28px !important;
  color: var(--color-text-muted) !important;
  font-size: var(--td-fs-h4) !important;
  line-height: var(--td-lh-h4) !important;
}

.td-cu-hero__perks {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.td-cu-hero__perks li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.td-cu-hero__icon {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-bg-light);
  color: var(--color-primary);
}

.td-cu-hero__icon svg {
  width: 18px;
  height: 18px;
}

.td-cu-hero__perks strong {
  display: block;
  color: var(--color-dark) !important;
  font-size: var(--td-fs-label);
  letter-spacing: 0.04em;
}

.td-cu-hero__perks span {
  display: block;
  color: var(--color-text-muted);
  font-size: var(--td-fs-small);
  line-height: 1.4;
}

.td-cu-hero__media {
  min-height: 420px;
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0 100%);
}

.td-cu-hero__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: 55% 30%;
}

.td-contact {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 20px 20px;
  color: var(--color-dark);
}

.td-cu-cards {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: 24px;
  align-items: stretch;
}

.td-cu-form-card,
.td-cu-info {
  border-radius: 22px;
  padding: 32px 28px 28px;
}

.td-cu-form-card {
  background: var(--color-white);
  box-shadow: 0 16px 40px rgba(18, 53, 31, 0.1);
}

.td-cu-form-card h2,
.td-cu-info h2 {
  margin: 0 0 22px !important;
  font-size: var(--td-fs-h2) !important;
  font-weight: 800 !important;
}

.td-cu-form-card h2 {
  color: var(--color-primary) !important;
}

.td-cu-form-card h2 span,
.td-cu-info h2 span {
  font-weight: 800;
}

.td-contact-form {
  display: grid;
  gap: 12px;
  scroll-margin-top: 180px;
}

.td-contact-form label {
  display: grid;
  gap: 6px;
  color: var(--color-text-muted);
  font-size: 13px;
  font-weight: 700;
}

.td-contact-form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.td-contact-form input,
.td-contact-form textarea,
.td-contact-form select {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 14px;
  border: 1px solid #d7ddd8;
  border-radius: 10px;
  background: var(--color-bg-light);
  color: var(--color-dark);
  font-size: 15px;
  font-weight: 500;
}

.td-contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.td-cu-agree {
  display: flex !important;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-weight: 500 !important;
}

.td-cu-agree input {
  width: auto;
  margin: 0;
}

.td-contact-form button {
  appearance: none;
  border: 0;
  border-radius: 10px;
  padding: 14px 22px;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
}

.td-contact-form button:hover,
.td-contact-form button:focus {
  background: var(--color-primary-hover);
}

.td-contact-form__ok {
  display: none;
  margin: 0;
  padding: 14px 16px;
  border-radius: 8px;
  background: var(--color-bg-light);
  color: var(--color-primary-hover);
  font-weight: 600;
}

.td-contact-form.is-sent .td-contact-form__ok {
  display: block;
}

.td-contact-form__error {
  display: none;
  margin: 0;
  padding: 14px 16px;
  border-radius: 8px;
  background: #fdecea;
  color: #8a1c12;
  font-weight: 600;
}

.td-contact-form.is-error .td-contact-form__error {
  display: block;
}

.td-contact-form button:disabled {
  opacity: 0.7;
  cursor: wait;
}

.td-cu-info {
  background: var(--color-primary);
  color: var(--color-white);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 260'%3E%3Cpath fill='%23188c3d' d='M100 20c28 36 52 40 52 78 0 40-24 62-52 142C72 160 48 138 48 98c0-38 24-42 52-78z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 110% 110%;
  background-size: 220px;
}

.td-cu-info h2 {
  color: var(--color-white) !important;
}

.td-cu-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.td-cu-info li {
  display: flex;
  gap: 14px;
  margin-bottom: 22px;
}

.td-cu-info__icon {
  display: grid;
  place-items: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-primary) !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.td-cu-info__icon svg {
  display: block;
  width: 22px;
  height: 22px;
  overflow: visible;
}

.td-cu-info strong {
  display: block;
  color: var(--color-white) !important;
  font-size: 13px;
  letter-spacing: 0.06em;
}

.td-cu-info li > div a,
.td-cu-info li > div span {
  display: block;
  color: var(--color-white) !important;
  font-size: 15px;
  line-height: 1.45;
}

.td-cu-info a {
  font-weight: 800;
  text-decoration: none !important;
}

.td-cu-info__follow {
  margin: 8px 0 10px !important;
  color: var(--color-white) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em;
}

.td-cu-info__social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.td-cu-info__social a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-primary) !important;
  font-weight: 800;
}

.td-cu-info__social svg {
  display: block;
}

.td-cu-why {
  max-width: 1180px;
  margin: 0 auto;
  padding: 48px 20px 20px;
  text-align: center;
}

.td-cu-why__kicker {
  margin: 0 0 8px !important;
  color: var(--color-primary) !important;
  font-size: var(--td-fs-label) !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em;
}

.td-cu-why h2 {
  margin: 0 0 32px !important;
  color: var(--color-dark) !important;
  font-size: var(--td-fs-h2) !important;
}

.td-cu-why h2 span {
  color: var(--color-primary);
}

.td-cu-why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}

.td-cu-why__grid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--color-dark) !important;
  font-size: 14px;
}

.td-cu-why__grid span {
  color: var(--color-text-muted);
  font-size: 14px;
  line-height: 1.5;
}

.td-cu-emergency {
  position: relative;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  max-width: 520px;
  margin: 0 0 22px;
  padding: 16px 18px 16px 16px;
  text-align: left;
  border: 1px solid #cfe4d2;
  border-left: 5px solid var(--color-secondary);
  border-radius: 16px;
  background:
    linear-gradient(135deg, var(--color-bg-light) 0%, var(--color-white) 58%, var(--color-bg-light) 100%);
  box-shadow: 0 8px 22px rgba(61, 107, 66, 0.08);
  animation: td-cu-emergency-blink 1.35s ease-in-out infinite;
}

.td-cu-emergency:hover,
.td-cu-emergency:focus-within {
  animation-play-state: paused;
}

@keyframes td-cu-emergency-blink {
  0%, 100% {
    opacity: 1;
    box-shadow: 0 8px 22px rgba(61, 107, 66, 0.08);
  }
  50% {
    opacity: 0.42;
    box-shadow: 0 10px 28px rgba(31, 168, 74, 0.32);
  }
}

@media (prefers-reduced-motion: reduce) {
  .td-cu-emergency {
    animation: none;
  }
}

.td-cu-emergency__badge {
  position: absolute;
  top: -9px;
  right: 14px;
  padding: 3px 9px;
  border-radius: 999px;
  background: var(--color-secondary);
  color: var(--color-white);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.td-cu-emergency__icon {
  display: grid;
  place-items: center;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: var(--color-secondary);
  color: var(--color-white);
}

.td-cu-emergency__icon svg {
  width: 22px;
  height: 22px;
}

.td-cu-emergency__copy {
  min-width: 0;
}

.td-cu-emergency h2 {
  margin: 0 0 4px !important;
  color: #2f5134 !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.td-cu-emergency p {
  margin: 0 0 10px !important;
  color: #4d5c50 !important;
  font-size: 14px !important;
  font-style: italic;
  line-height: 1.45 !important;
}

.td-cu-emergency a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--color-primary);
  color: var(--color-white) !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  line-height: 1.3;
}

.td-cu-emergency a:hover {
  background: var(--color-primary-hover);
}

.td-cu-emergency a svg {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
}

.td-cu-map {
  position: relative;
  margin-top: 28px;
  min-height: 420px;
  overflow: hidden;
  border-radius: 18px;
  background: #e8eee8;
}

.td-cu-map iframe {
  display: block;
  width: 100%;
  height: 460px;
  border: 0;
}

.td-cu-map__card {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  width: min(320px, calc(100% - 32px));
  padding: 16px 18px;
  border-radius: 12px;
  background: var(--color-white);
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
}

.td-cu-map__card strong {
  display: block;
  color: var(--color-dark) !important;
  font-size: 16px;
}

.td-cu-map__card p {
  margin: 6px 0 0 !important;
  color: var(--color-text-muted) !important;
  font-size: 14px !important;
}

.td-cu-map__rating a {
  color: #1a73e8 !important;
  font-weight: 700;
}

.td-cu-map__dir {
  display: inline-block;
  margin-top: 10px;
  color: #1a73e8 !important;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
}

.td-cu-steps {
  max-width: 1100px;
  margin: 48px auto 20px;
  padding: 0 20px 28px;
  text-align: center;
}

.td-cu-steps h2 {
  margin: 0 0 32px !important;
  color: var(--color-primary) !important;
  font-size: var(--td-fs-h2) !important;
}

.td-cu-steps__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.td-cu-steps__grid article {
  padding: 8px 28px;
  border-left: 2px solid var(--color-primary);
  border-right: 2px solid var(--color-primary);
}

.td-cu-steps__icon {
  display: grid;
  place-items: center;
  width: 46px;
  height: 58px;
  margin: 0 auto 12px;
  border-radius: 999px;
  background: var(--color-primary);
}

.td-cu-steps__icon--round {
  border-radius: 50%;
}

.td-cu-steps__icon svg {
  width: 26px;
  height: 26px;
}

.td-cu-steps h3 {
  margin: 0 0 8px !important;
  color: var(--color-primary) !important;
  font-size: var(--td-fs-h3) !important;
}

.td-cu-steps p {
  margin: 0 !important;
  color: var(--color-text-muted) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

.td-cu-experts {
  box-sizing: border-box;
  max-width: 1100px;
  width: calc(100% - 40px);
  margin: 40px auto 48px;
  padding: 0 0 36px;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
  scroll-margin-top: 140px;
}

.td-cu-experts h2 {
  margin: 0 auto 24px !important;
  color: var(--color-primary) !important;
  font-size: var(--td-fs-h2) !important;
  font-weight: 800 !important;
  line-height: var(--td-lh-h2) !important;
  text-align: center;
  text-wrap: balance;
}

.td-cu-experts__copy {
  max-width: var(--td-measure);
  margin: 0 auto;
  text-align: left;
}

.td-cu-experts h3 {
  margin: 28px 0 8px !important;
  color: var(--color-dark) !important;
  font-size: var(--td-fs-h4) !important;
  font-weight: 800 !important;
  line-height: var(--td-lh-h4) !important;
  text-align: left;
}

.td-cu-experts p {
  margin: 0 0 16px !important;
  color: var(--color-text-muted) !important;
  font-size: var(--td-fs-body) !important;
  line-height: var(--td-lh-body) !important;
  text-align: left;
}

.td-cu-experts p:last-child {
  margin-bottom: 0 !important;
}

.td-cu-experts p strong {
  display: inline !important;
  font-size: inherit !important;
  font-weight: 700 !important;
  line-height: inherit !important;
  color: var(--color-dark) !important;
}

.td-cu-experts a {
  color: var(--color-dark);
  font-weight: 800;
}

.td-cu-assist {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  max-width: 1180px;
  margin: 24px auto 56px;
  padding: 22px 28px;
  border-radius: 16px;
  background: var(--color-bg-light);
}

.td-cu-assist__photos {
  display: flex;
  gap: 10px;
}

.td-cu-assist figure {
  margin: 0;
  width: 110px;
}

.td-cu-assist img {
  display: block;
  width: 110px;
  height: 78px;
  object-fit: cover;
  border-radius: 8px;
}

.td-cu-assist figcaption {
  margin-top: 4px;
  color: var(--color-primary);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-align: center;
}

.td-cu-assist h2 {
  margin: 0 0 6px !important;
  color: var(--color-dark) !important;
  font-size: 22px !important;
}

.td-cu-assist p {
  margin: 0 !important;
  color: var(--color-text-muted) !important;
}

.td-cu-assist__call {
  display: inline-block;
  padding: 12px 22px;
  border-radius: 10px;
  background: var(--color-primary);
  color: var(--color-white) !important;
  font-weight: 800;
  text-align: center;
  text-decoration: none !important;
  line-height: 1.25;
}

.td-cu-assist__call span {
  font-size: 18px;
}

@media (max-width: 768px) {
  .td-cu-hero,
  .td-cu-hero__perks,
  .td-cu-cards,
  .td-contact-form__row,
  .td-cu-why__grid,
  .td-cu-assist,
  .td-cu-steps__grid {
    grid-template-columns: 1fr;
  }

  .td-cu-steps__grid article {
    border-left: 0;
    border-right: 0;
    border-top: 2px solid var(--color-primary);
    padding: 22px 8px;
  }

  .td-cu-map iframe {
    height: 360px;
  }

  .td-cu-hero__copy {
    padding: 40px 20px 24px;
  }

  .td-cu-hero__media {
    clip-path: none;
    min-height: 260px;
  }

  .td-cu-hero__media img {
    min-height: 260px;
  }

  .td-cu-assist {
    justify-items: start;
  }
}

/* Testimonials — layered creative card */
body.page-id-99856 .et-l--post > .et_builder_inner_content {
  padding-top: 0 !important;
}

.td-reviews {
  position: relative;
  background: var(--color-bg-light);
  padding: 72px 0 56px;
  overflow: hidden;
}

.td-reviews__bar {
  position: absolute;
  height: 18px;
  border-radius: 999px;
  pointer-events: none;
}

.td-reviews__bar--tl {
  top: 48px;
  left: 0;
  width: 210px;
  background: #cfe9d8;
}

.td-reviews__bar--tl2 {
  top: 78px;
  left: 0;
  width: 150px;
  background: #d7eedf;
}

.td-reviews__bar--br {
  right: 0;
  bottom: 86px;
  width: 210px;
  background: var(--color-dark);
}

.td-reviews__bar--br2 {
  right: 0;
  bottom: 56px;
  width: 150px;
  background: var(--color-dark);
}

.td-reviews__halftone {
  position: absolute;
  width: 180px;
  height: 180px;
  pointer-events: none;
  background-image: radial-gradient(#9ecfb0 1.4px, transparent 1.5px);
  background-size: 12px 12px;
  opacity: 0.45;
  border-radius: 50%;
}

.td-reviews__halftone--tr {
  top: 24px;
  right: 8%;
}

.td-reviews__halftone--bl {
  left: 6%;
  bottom: 40px;
}

.td-reviews__inner {
  position: relative;
  z-index: 1;
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
}

.td-reviews__top {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
  text-align: right;
}

.td-reviews__kicker {
  margin: 0 8px 0 0 !important;
  color: var(--color-secondary) !important;
  font-family: var(--td-font-heading) !important;
  font-size: var(--td-fs-h3) !important;
  font-weight: 600 !important;
  font-style: italic;
  letter-spacing: 0.02em;
  line-height: var(--td-lh-h3) !important;
  text-transform: none;
}

.td-reviews__intro h1 {
  margin: -6px 0 0 !important;
  color: var(--color-dark) !important;
  font-size: var(--td-fs-h1) !important;
  font-weight: 800 !important;
  font-style: italic !important;
  line-height: var(--td-lh-h1) !important;
}

.td-reviews__stage {
  position: relative;
}

.td-reviews__viewport {
  overflow: hidden;
}

.td-reviews__track {
  display: flex;
  width: 100%;
  transition: transform 0.5s ease;
}

.td-reviews__slide {
  flex: 0 0 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding: 12px 8px 20px;
}

.td-reviews__art {
  position: relative;
  min-height: 420px;
}

.td-reviews__quote {
  position: relative;
  z-index: 3;
  width: min(640px, 72%);
  margin: 0 5% 0 auto;
  padding: 34px 42px 36px;
  background: var(--color-white);
  border-radius: 18px;
  box-shadow: 0 22px 50px rgba(18, 53, 31, 0.14);
}

.td-reviews__quote .td-reviews__stars {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
  color: #f4b400;
  letter-spacing: 3px;
  font-size: 16px;
}

.td-reviews__quote::before,
.td-reviews__quote::after {
  position: absolute;
  color: #c9e8d4;
  font-family: var(--td-font-body) !important;
  font-size: 64px;
  line-height: 0.6;
  pointer-events: none;
}

.td-reviews__quote::before {
  content: "\201C";
  top: 28px;
  left: 18px;
}

.td-reviews__quote::after {
  content: "\201D";
  right: 22px;
  bottom: 12px;
}

.td-reviews__quote p {
  margin: 0 !important;
  color: #24332b !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  text-align: justify;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.td-reviews__band {
  position: relative;
  z-index: 2;
  width: 90%;
  margin: -36px 0 0;
  min-height: 148px;
  padding: 78px 36px 28px 40px;
  background-image: linear-gradient(
    90deg,
    #8be0a8 0%,
    var(--color-secondary) 30%,
    var(--color-primary) 50%,
    var(--color-primary) 70%,
    var(--color-primary) 100%
  );
  border-radius: 28px;
  transform: skewX(-11deg);
  box-shadow: 0 18px 40px rgba(0, 80, 30, 0.18);
}

.td-reviews__band-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 48%;
  transform: skewX(11deg);
  color: var(--color-white);
}

.td-reviews__avatar {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--color-white);
  color: var(--color-primary);
  font-weight: 800;
  font-size: 28px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.td-reviews__band-inner strong {
  display: block;
  color: var(--color-white) !important;
  font-size: 22px;
  font-weight: 800;
}

.td-reviews__band-inner span:last-child {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.td-reviews__controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.td-reviews__dots {
  display: flex;
  justify-content: center;
  flex: 1;
  gap: 8px;
}

.td-reviews__dot {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #c5d4cc;
  cursor: pointer;
}

.td-reviews__dot.is-active {
  background: var(--color-dark);
}

.td-reviews__round {
  display: flex;
  gap: 8px;
}

.td-reviews__round-btn {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  font-size: 18px;
  cursor: pointer;
}

.td-reviews__round-btn:hover,
.td-reviews__round-btn:focus {
  background: var(--color-primary);
}

@media (max-width: 768px) {
  .td-reviews__quote {
    width: 100%;
    margin: 0;
  }

  .td-reviews__band {
    width: 100%;
    transform: none;
    margin-top: 16px;
    padding: 24px 22px;
    min-height: 0;
  }

  .td-reviews__band-inner {
    max-width: none;
    transform: none;
  }

  .td-reviews__top {
    justify-content: flex-start;
    text-align: left;
  }
}

/* Home — testimonials card layout */
.td-home-quotes {
  background: var(--color-white);
  padding: 48px 20px 64px;
}

.td-home-quotes__card {
  width: min(1120px, 100%);
  margin: 0 auto;
  padding: 36px 36px 28px;
  background: var(--color-white);
  border-radius: 36px;
  box-shadow: 0 18px 50px rgba(18, 53, 31, 0.1);
}

.td-home-quotes__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 36px;
  align-items: start;
}

.td-home-quotes__visual h2 {
  margin: 0 0 22px !important;
  color: var(--color-dark) !important;
  font-size: var(--td-fs-h2) !important;
  font-weight: 800 !important;
  line-height: var(--td-lh-h2) !important;
  letter-spacing: -0.02em;
}

.td-home-quotes__visual h2 span {
  color: #c23b3b;
  font-size: 0.72em;
}

.td-home-quotes__photo-wrap {
  position: relative;
  min-height: 460px;
}

.td-home-quotes__media {
  margin: 0;
  overflow: hidden;
  background: var(--color-dark);
}

.td-home-quotes__media--main {
  width: min(92%, 420px);
  height: 420px;
  border-radius: 50%;
}

.td-home-quotes__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.td-home-quotes__badge {
  position: absolute;
  left: 0;
  bottom: 8px;
  z-index: 3;
  display: block;
  width: 148px;
  line-height: 0;
}

.td-home-quotes__badge img {
  display: block;
  width: 100%;
  height: auto;
}

.td-home-quotes__stat {
  margin: 18px 0 0 !important;
  text-align: left;
}

.td-home-quotes__stat strong {
  display: block;
  color: var(--color-dark) !important;
  font-size: var(--td-fs-h2);
  font-weight: 800;
  line-height: 1;
}

.td-home-quotes__stat span {
  display: block;
  margin-top: 4px;
  color: var(--color-text-muted);
  font-size: 14px;
  font-weight: 600;
}

.td-home-quotes__cards {
  display: grid;
  gap: 14px;
}

.td-home-quotes__item {
  position: relative;
  padding: 18px 52px 16px 20px;
  border-radius: 22px;
  background: #f3f1ec;
  cursor: pointer;
}

.td-home-quotes__item.is-active {
  background: var(--color-dark);
}

.td-home-quotes__item .td-home-quotes__stars {
  display: block;
  margin-bottom: 8px;
  color: var(--color-dark);
  letter-spacing: 2px;
  font-size: 13px;
}

.td-home-quotes__item.is-active .td-home-quotes__stars {
  color: #f4b400;
}

.td-home-quotes__item p {
  margin: 0 0 14px !important;
  color: var(--color-dark) !important;
  font-size: 14px !important;
  line-height: 1.55 !important;
}

.td-home-quotes__item.is-active p {
  color: var(--color-white) !important;
}

.td-home-quotes__person {
  display: flex;
  align-items: center;
  gap: 10px;
}

.td-home-quotes__av {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: var(--color-white);
  font-weight: 700;
  font-size: 14px;
}

.td-home-quotes__av--s { background: #3aa89a; }
.td-home-quotes__av--d { background: var(--color-text-muted); }
.td-home-quotes__av--e { background: var(--color-text-muted); }

.td-home-quotes__person strong {
  display: block;
  color: var(--color-dark) !important;
  font-size: 14px;
}

.td-home-quotes__item.is-active .td-home-quotes__person strong {
  color: var(--color-white) !important;
}

.td-home-quotes__person small {
  display: block;
  color: var(--color-text-muted);
  font-size: 12px;
}

.td-home-quotes__item.is-active .td-home-quotes__person small {
  color: rgba(255, 255, 255, 0.72);
}

.td-home-quotes__mark {
  position: absolute;
  right: 14px;
  bottom: 14px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #e7e4dc;
  color: var(--color-dark);
  font-size: 16px;
  line-height: 1;
}

.td-home-quotes__item.is-active .td-home-quotes__mark {
  background: var(--color-dark);
  color: var(--color-white);
  font-size: 22px;
}

.td-home-quotes__more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  justify-self: start;
  margin-top: 4px;
  padding: 12px 22px;
  border-radius: 999px;
  background: var(--color-dark);
  color: var(--color-white) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
}

.td-home-quotes__more:hover,
.td-home-quotes__more:focus {
  background: var(--color-dark);
}

.td-home-quotes__cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 28px;
  padding: 18px 28px;
  border-radius: 22px;
  background: var(--color-dark) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='180' height='90' viewBox='0 0 180 90'%3E%3Cpath fill='none' stroke='%23556b51' stroke-width='1.4' d='M20 70c18-28 28-48 40-48 8 18-2 36 12 48M70 74c14-24 22-40 34-40 8 16 0 30 14 40'/%3E%3C/svg%3E") no-repeat 12px center;
}

.td-home-quotes__cta p {
  margin: 0 !important;
  color: var(--color-white) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
}

.td-home-quotes__cta a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 999px;
  background: #f3ead4;
  color: var(--color-dark) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  white-space: nowrap;
}

.td-home-quotes__cta a:hover,
.td-home-quotes__cta a:focus {
  background: #efe3c4;
}

@media (max-width: 768px) {
  .td-home-quotes__card {
    padding: 24px 18px 18px;
    border-radius: 28px;
  }

  .td-home-quotes__grid {
    grid-template-columns: 1fr;
  }

  .td-home-quotes__photo-wrap {
    min-height: 380px;
    height: auto;
  }

  .td-home-quotes__media--main {
    width: min(92%, 320px);
    height: 300px;
  }

  .td-home-quotes__badge {
    width: 120px;
  }

  .td-home-quotes__cta {
    flex-direction: column;
    align-items: flex-start;
    background-position: right 12px center;
  }
}

body.page-id-95539 .et-l--post {
  display: none !important;
}

body.page-id-95539 .et_pb_section_0_tb_footer {
  display: none !important;
}

.td-aboutpage {
  --td-about-green: var(--color-primary);
  --td-about-green-dark: #1e3d2f;
  --td-about-serif: var(--td-font-primary);
  background: var(--color-white);
  color: var(--color-dark);
}

.td-aboutpage em {
  color: var(--td-about-green);
  font-family: inherit !important;
  font-style: italic;
}

.td-aboutpage h1 em,
.td-aboutpage h2 em,
.td-aboutpage h3 em {
  font-family: inherit !important;
  font-style: normal !important;
  font-weight: inherit !important;
}

.td-aboutpage h1,
.td-aboutpage h2,
.td-aboutpage h3 {
  font-family: var(--td-font-heading) !important;
  letter-spacing: -0.02em;
}

.td-aboutpage h1 {
  font-weight: 800 !important;
}

.td-aboutpage h2 {
  font-weight: 700 !important;
}

.td-aboutpage h3 {
  font-weight: 600 !important;
}

.td-aboutpage__hero {
  position: relative;
  min-height: 620px;
  display: flex;
  align-items: center;
  padding: 88px 24px 72px;
  background:
    linear-gradient(90deg, rgba(8, 18, 12, 0.72) 0%, rgba(8, 18, 12, 0.28) 52%, rgba(8, 18, 12, 0.08) 100%),
    url("/images/hero-banner-about.jpg") center 40% / cover no-repeat;
  color: var(--color-white);
}

.td-aboutpage__hero-inner {
  width: min(640px, 100%);
  max-width: 1120px;
  margin: 0 auto 0 8vw;
}

.td-aboutpage__kicker {
  margin: 0 0 12px;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-white) !important;
}

.td-aboutpage__h1 {
  margin: 0 0 18px;
  font-size: var(--td-fs-h1);
  line-height: var(--td-lh-h1);
  color: var(--color-white) !important;
  font-family: var(--td-font-heading) !important;
  font-weight: 800 !important;
  font-style: normal !important;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.45);
}

.td-aboutpage__h1 em {
  color: var(--td-about-green);
  font-family: inherit !important;
  font-weight: 800 !important;
  font-style: normal !important;
}

.td-aboutpage__hero-copy {
  margin: 0 0 28px;
  max-width: 540px;
  font-size: 16px !important;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.92) !important;
  font-weight: 400 !important;
}

.td-aboutpage__cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 26px;
  border-radius: 8px;
  background: var(--td-about-green);
  color: var(--color-white) !important;
  font-family: var(--td-font-heading) !important;
  font-size: 15px;
  font-weight: 600 !important;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.td-aboutpage__cta:hover {
  background: var(--color-primary);
  color: var(--color-white) !important;
}

.td-aboutpage__hero-meta {
  margin: 16px 0 10px;
  color: var(--color-white) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
}

.td-aboutpage__hero-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: var(--color-white) !important;
  font-size: 18px !important;
  font-weight: 600 !important;
}

.td-aboutpage__hero-phone a {
  color: var(--color-white) !important;
  text-decoration: none;
  font-family: var(--td-font-heading) !important;
}

.td-aboutpage__mission {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 48px 56px;
  align-items: center;
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 64px;
}

.td-aboutpage__mission h2 {
  margin: 0 0 18px;
  font-size: var(--td-fs-h2);
  color: var(--color-dark);
}

.td-aboutpage__mission p {
  margin: 0 0 14px;
  font-size: 16px !important;
  line-height: 1.7;
  color: var(--color-text-muted) !important;
}

.td-aboutpage__values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.td-aboutpage__values li {
  text-align: center;
}

.td-aboutpage__value-icon {
  display: inline-flex;
  margin-bottom: 12px;
}

.td-aboutpage__value-icon svg {
  width: 56px;
  height: 56px;
}

.td-aboutpage__values strong {
  display: block;
  margin-bottom: 6px;
  font-family: var(--td-font-heading) !important;
  font-size: 16px;
  font-weight: 600 !important;
  color: var(--color-dark);
}

.td-aboutpage__values span:last-child {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: var(--color-text-muted);
}

.td-aboutpage__why {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 520px;
}

.td-aboutpage__why-photo {
  min-height: 420px;
  background: url("/images/arborist-chainsaw-climb.jpg") center / cover no-repeat;
}

.td-aboutpage__why-panel {
  background:
    url("/images/footer-gradient.png") center / cover no-repeat,
    #f7fcfb;
  color: var(--color-dark);
  padding: 56px 48px 56px 52px;
}

.td-aboutpage__why-panel h2 {
  margin: 0 0 16px;
  font-size: var(--td-fs-h2);
  color: var(--color-dark) !important;
}

.td-aboutpage__why-panel > p {
  margin: 0 0 28px;
  max-width: 520px;
  font-size: 15px !important;
  line-height: 1.7;
  color: var(--color-text-muted) !important;
}

.td-aboutpage__why-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 18px;
}

.td-aboutpage__why-list li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.td-aboutpage__why-icon svg {
  width: 36px;
  height: 36px;
  display: block;
}

.td-aboutpage__why-list strong {
  display: block;
  font-family: var(--td-font-heading) !important;
  font-size: 16px;
  font-weight: 600 !important;
  color: var(--color-dark);
}

.td-aboutpage__why-list small {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  color: var(--color-text-muted);
}

.td-aboutpage__services {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 72px 0 64px;
  text-align: center;
}

.td-aboutpage__services h2 {
  margin: 0 0 10px;
  font-size: var(--td-fs-h2);
}

.td-aboutpage__services-lead {
  margin: 0 auto 36px;
  max-width: 640px;
  font-size: 16px !important;
  color: var(--color-text-muted) !important;
}

.td-aboutpage__svc-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.td-aboutpage__svc {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 24px 12px 20px;
  overflow: hidden;
  color: var(--color-white) !important;
  text-decoration: none;
  background-size: cover;
  background-position: center;
}

.td-aboutpage__svc::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 28, 18, 0.55);
}

.td-aboutpage__svc > * {
  position: relative;
  z-index: 1;
}

.td-aboutpage__svc--removal {
  background-image: url("/images/hero-tree-removal.jpg");
}

.td-aboutpage__svc--pruning {
  background-image: url("/images/hero-pruning.jpg");
}

.td-aboutpage__svc--trimming {
  background-image: url("/images/tree-care-canopy-bg.jpg");
}

.td-aboutpage__svc--stump {
  background-image: url("/images/hero-stump-grinding.jpg");
}

.td-aboutpage__svc--care {
  background-image: url("/images/hero-services.jpg");
}

.td-aboutpage__svc-icon svg {
  width: 42px;
  height: 42px;
}

.td-aboutpage__svc-title {
  display: block;
  margin: 14px 0 18px;
  font-family: var(--td-font-heading) !important;
  font-size: 17px;
  font-weight: 700;
  color: var(--color-white) !important;
}

.td-aboutpage__svc-btn {
  display: inline-block;
  padding: 7px 16px;
  border-radius: 999px;
  background: var(--color-white);
  color: var(--color-dark) !important;
  font-family: var(--td-font-heading) !important;
  font-size: 12px;
  font-weight: 600 !important;
}

.td-aboutpage__svc:hover .td-aboutpage__svc-btn {
  background: var(--td-about-green);
  color: var(--color-white) !important;
}

.td-aboutpage__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 48px;
  padding: 36px 8vw;
  background: var(--color-bg-light);
}

.td-aboutpage__hours,
.td-aboutpage__pay {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.td-aboutpage__info-icon svg {
  width: 36px;
  height: 36px;
}

.td-aboutpage__info h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-family: var(--td-font-heading) !important;
}

.td-aboutpage__info p {
  margin: 0;
  font-size: 15px !important;
  color: var(--color-text-muted) !important;
}

.td-aboutpage__pay-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
  align-items: center;
}

.td-aboutpage__pay-logos img {
  width: 58px;
  height: auto;
}

.td-aboutpage__faq {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 80px;
}

.td-aboutpage__faq-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  margin-bottom: 28px;
}

.td-aboutpage__faq h2 {
  margin: 0;
  font-size: var(--td-fs-h2);
  color: var(--td-about-green);
}

.td-aboutpage__faq-call {
  display: flex;
  align-items: center;
  gap: 16px;
}

.td-aboutpage__faq-call p {
  margin: 0;
  font-size: 15px !important;
  color: var(--color-text-muted) !important;
}

.td-aboutpage__faq-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 999px;
  background: var(--td-about-green);
  color: var(--color-white) !important;
  font-family: var(--td-font-heading) !important;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.td-aboutpage__faq-list details {
  border-bottom: 1px solid #e4e4e4;
}

.td-aboutpage__faq-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 4px;
  cursor: pointer;
  list-style: none;
  font-family: var(--td-font-heading) !important;
  font-size: 16px;
  font-weight: 600;
  color: var(--color-dark);
}

.td-aboutpage__faq-list summary::-webkit-details-marker {
  display: none;
}

.td-aboutpage__faq-list summary::after {
  content: "+";
  flex: 0 0 auto;
  font-size: 22px;
  font-weight: 400;
  color: var(--color-text-muted);
}

.td-aboutpage__faq-list details[open] summary::after {
  content: "–";
}

.td-aboutpage__faq-list details p {
  margin: 0 0 18px;
  padding-right: 40px;
  font-size: 15px !important;
  line-height: 1.65;
  color: var(--color-text-muted) !important;
}

@media (max-width: 1024px) {
  .td-aboutpage__hero-inner {
    margin: 0 auto;
  }

  .td-aboutpage__mission,
  .td-aboutpage__why,
  .td-aboutpage__info,
  .td-aboutpage__faq-head {
    grid-template-columns: 1fr;
    display: grid;
  }

  .td-aboutpage__why {
    display: grid;
  }

  .td-aboutpage__faq-head,
  .td-aboutpage__faq-call {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .td-aboutpage__svc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .td-aboutpage__values {
    grid-template-columns: 1fr;
  }
}

/* LeadConnector launcher stays lower-right so it does not cover header phones, nav, or form CTAs. */
iframe[src*="leadconnectorhq.com"],
#lc_text-widget,
#chat-widget,
[id^="lc_chat"],
[class*="lc-chat-widget"] {
  z-index: 9998;
}

@media (max-width: 768px) {
  iframe[src*="leadconnectorhq.com"] {
    margin: 0 8px 12px 0;
  }
}

@media (max-width: 480px) {
  .td-aboutpage__hero {
    min-height: 520px;
    padding: 72px 20px 48px;
  }

  .td-aboutpage__why-panel {
    padding: 36px 22px;
  }

  .td-aboutpage__svc-grid {
    grid-template-columns: 1fr;
  }

  .td-aboutpage__info {
    padding: 28px 20px;
  }
}

/* Homepage — spring intro copy + voucher CTA */
.home-spring-intro {
  padding: 56px 20px 48px !important;
}

.home-spring-intro .et_pb_row_1,
.home-spring-intro__row {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  gap: 48px;
  align-items: center;
  width: 100% !important;
  max-width: var(--td-container) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.home-spring-intro__copy {
  min-width: 0;
}

.home-spring-intro .et_pb_text_1 .et_pb_text_inner,
.home-spring-intro .et_pb_text_1 h2,
.home-spring-intro .et_pb_text_1 p {
  text-align: left !important;
}

.home-spring-intro .et_pb_text_1 h2 {
  margin: 0 0 0.75em !important;
  color: var(--color-primary) !important;
  font-size: var(--td-fs-h2) !important;
  font-weight: var(--td-fw-heading) !important;
  line-height: var(--td-lh-h2) !important;
  letter-spacing: var(--td-track-display) !important;
}

.home-spring-intro .et_pb_text_1 p {
  margin: 0 0 1em !important;
  color: var(--td-color-muted) !important;
  font-size: var(--td-fs-body) !important;
  line-height: var(--td-lh-body) !important;
  max-width: none;
}

.home-spring-intro .et_pb_text_1 p:last-child {
  margin-bottom: 1.5em !important;
}

.home-spring-intro .et_pb_button_1_wrapper {
  text-align: left !important;
}

.home-spring-intro .et_pb_button_1 {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 14px 28px !important;
  border-radius: 999px !important;
  font-size: var(--td-fs-small) !important;
  font-weight: var(--td-fw-label) !important;
  letter-spacing: var(--td-track-label) !important;
  line-height: 1.2 !important;
}

.home-spring-intro__media {
  position: relative;
  isolation: isolate;
  padding: 22px 16px 24px 22px;
}

.home-spring-intro__media::before,
.home-spring-intro__media::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 28px;
  pointer-events: none;
}

.home-spring-intro__media::before {
  top: 0;
  left: 0;
  width: 62%;
  height: 52%;
  background: #e7f5e8;
}

.home-spring-intro__media::after {
  right: 0;
  bottom: 4px;
  width: 48%;
  height: 46%;
  background: #ead7b2;
}

.home-spring-intro__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

@media only screen and (max-width: 768px) {
  .home-spring-intro {
    padding: 36px 16px 32px !important;
  }

  .home-spring-intro .et_pb_row_1,
  .home-spring-intro__row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home-spring-intro .et_pb_button_1 {
    width: 100%;
    justify-content: center;
  }

  .home-spring-intro__media {
    padding: 18px 12px 20px 16px;
  }
}

.home-signs-row {
  align-items: center !important;
  padding-bottom: 12px !important;
}

.home-signs-row .et_pb_image_1 {
  overflow: hidden;
  border-radius: 16px;
}

.home-signs-row .et_pb_image_1 .et_pb_image_wrap,
.home-signs-row .et_pb_image_1 img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  border: 0 !important;
}

.home-signs-row .et_pb_image_1 .box-shadow-overlay {
  display: none !important;
}

.home-signs-row .et_pb_text_7 .et_pb_text_inner,
.home-signs-row .et_pb_text_7 h2,
.home-signs-row .et_pb_text_7 p {
  text-align: left !important;
}

.home-signs-row .et_pb_text_7 h2 {
  margin: 0 0 0.5em !important;
  color: var(--color-primary) !important;
  font-size: var(--td-fs-h2) !important;
  font-weight: var(--td-fw-heading) !important;
  line-height: var(--td-lh-h2) !important;
  letter-spacing: var(--td-track-display) !important;
}

.home-signs-row .et_pb_text_7 p {
  margin: 0 0 22px !important;
  color: var(--td-color-muted) !important;
  font-size: var(--td-fs-body) !important;
  font-weight: var(--td-fw-body) !important;
  line-height: var(--td-lh-body) !important;
  max-width: var(--td-measure);
}

.home-signs-row .dipl_button_0 {
  text-align: left !important;
}

.td-home-split-quote {
  max-width: 1180px;
  margin: 36px auto 56px;
  padding: 0 20px;
}

#get-a-free-quote {
  scroll-margin-top: 180px;
}

.td-home-split-quote__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(240px, 0.8fr);
  gap: 28px 40px;
  align-items: center;
  padding: 36px 40px;
  border-radius: 16px;
  background: var(--color-dark);
  color: var(--color-white);
  box-shadow: 0 12px 32px rgba(13, 13, 13, 0.22);
}

.td-home-split-quote__kicker {
  margin: 0 0 8px !important;
  color: var(--color-bg-light) !important;
  font-size: var(--td-fs-label) !important;
  font-weight: var(--td-fw-label) !important;
  letter-spacing: var(--td-track-label) !important;
  text-transform: uppercase !important;
}

.td-home-split-quote h2 {
  margin: 0 0 0.5em !important;
  color: var(--td-color-on-dark) !important;
  font-size: var(--td-fs-h2) !important;
  font-weight: var(--td-fw-display) !important;
  line-height: var(--td-lh-h2) !important;
  letter-spacing: var(--td-track-display) !important;
}

.td-home-split-quote p {
  margin: 0 !important;
  color: var(--td-color-muted-on-dark) !important;
  font-size: var(--td-fs-body) !important;
  font-weight: var(--td-fw-body) !important;
  line-height: var(--td-lh-body) !important;
  max-width: var(--td-measure);
}

.td-home-split-quote__actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.td-home-split-quote__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 22px;
  border-radius: 8px;
  background: var(--color-primary);
  color: var(--color-on-primary) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none !important;
}

.td-home-split-quote__btn:hover,
.td-home-split-quote__btn:focus-visible {
  background: var(--color-primary-hover);
  color: var(--color-on-primary) !important;
}

.td-home-split-quote__call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 18px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  color: var(--color-white) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.td-home-split-quote__call:hover,
.td-home-split-quote__call:focus-visible {
  background: rgba(255, 255, 255, 0.12);
  border-color: var(--color-white);
  color: var(--color-white) !important;
}

@media (max-width: 768px) {
  .td-home-split-quote__inner {
    grid-template-columns: 1fr;
    padding: 28px 22px;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .home-signs-row .et_pb_text_7 h2,
  .td-home-split-quote h2 {
    font-size: var(--td-fs-h2) !important;
  }
}

.home-photos-section {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 40px 0 56px;
  background: url("/images/soft-green-glow.png") center / cover no-repeat;
  background-color: var(--color-bg-light);
}

.home-photos-section .et_pb_row_10 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.home-photos-section #check-out-the-photos-of-our-tree-services {
  margin: 0 0 28px !important;
  color: var(--color-primary) !important;
}


/* ==========================================================================
   Brand palette contrast — primary CTAs & footer
   ========================================================================== */
body .et_pb_button,
body a.et_pb_button,
body .home-hero__btn--primary,
body .td-about-cta__btn,
body .td-home-split-quote__btn,
body .dipl_button .et_pb_button,
body a.dipl_button_link,
body .dipl_button_link,
header.et-l--header .et_pb_button {
  background-color: var(--color-primary) !important;
  background-image: none !important;
  border-color: var(--color-primary) !important;
  color: var(--color-on-primary) !important;
}

body a.dipl_button_link .dipl_button_text,
body .dipl_button_link .dipl_button_text,
body a.dipl_button_link .dipl_button_secondary_text,
body .dipl_button_link .dipl_button_secondary_text {
  color: var(--color-on-primary) !important;
}

body .dipl_button_link .dipl_background_effect_wrap::before,
body .dipl_button_link .dipl_background_effect_wrap::after {
  background-color: var(--color-primary-hover) !important;
  background-image: none !important;
}

body .et_pb_button:hover,
body .et_pb_button:focus,
body .et_pb_button:focus-visible,
body a.et_pb_button:hover,
body a.et_pb_button:focus-visible,
body .home-hero__btn--primary:hover,
body .home-hero__btn--primary:focus-visible,
body .td-about-cta__btn:hover,
body .td-about-cta__btn:focus-visible,
body .td-home-split-quote__btn:hover,
body .td-home-split-quote__btn:focus-visible,
body a.dipl_button_link:hover,
body a.dipl_button_link:focus-visible,
body .dipl_button_link:hover,
body .dipl_button_link:focus-visible,
header.et-l--header .et_pb_button:hover,
header.et-l--header .et_pb_button:focus-visible {
  background-color: var(--color-primary-hover) !important;
  border-color: var(--color-primary-hover) !important;
  color: var(--color-on-primary) !important;
}

body a.dipl_button_link:hover .dipl_button_text,
body a.dipl_button_link:focus-visible .dipl_button_text,
body .dipl_button_link:hover .dipl_button_text,
body .dipl_button_link:focus-visible .dipl_button_text {
  color: var(--color-on-primary) !important;
}

body a:not(.et_pb_button):hover,
body a:not(.et_pb_button):focus-visible {
  outline-offset: 2px;
}

/* Footer — dark base, light text, secondary hover */
.td-foot {
  color: var(--color-bg-light) !important;
  background: var(--color-dark) !important;
}

.td-foot__brand p,
.td-foot__col nav a,
.td-foot__line,
.td-foot__hours,
.td-foot__cities a,
.td-foot__addr,
.td-foot__addr a,
.td-foot__bar a,
.td-foot__bar p {
  color: var(--color-bg-light) !important;
}

.td-foot__col h2 {
  background-image: none !important;
  -webkit-text-fill-color: var(--color-white) !important;
  color: var(--color-white) !important;
}

.td-foot__col h2::after {
  background: var(--color-primary) !important;
}

.td-foot__social a {
  color: var(--color-secondary) !important;
  background: rgba(242, 242, 242, 0.08) !important;
  box-shadow: none !important;
}

.td-foot__social a:hover,
.td-foot__social a:focus-visible {
  background: rgba(242, 242, 242, 0.16) !important;
  color: var(--color-secondary) !important;
}

.td-foot__col nav a:hover,
.td-foot__col nav a:focus-visible,
.td-foot__line:hover,
.td-foot__line:focus-visible,
.td-foot__cities a:hover,
.td-foot__cities a:focus-visible,
.td-foot__addr a:hover,
.td-foot__addr a:focus-visible,
.td-foot__bar a:hover,
.td-foot__bar a:focus-visible {
  color: var(--color-secondary) !important;
}

.td-foot__chev {
  border-color: transparent transparent transparent var(--color-secondary) !important;
}

.td-foot__bar {
  border-top-color: rgba(242, 242, 242, 0.18) !important;
}

/* Header nav text on light surface */
header.et-l--header .et_pb_menu_0_tb_header .et-menu > li > a {
  color: var(--color-dark) !important;
}

header.et-l--header .et_pb_menu_0_tb_header .et-menu > li > a:hover,
header.et-l--header .et_pb_menu_0_tb_header .et-menu > li > a:focus-visible,
header.et-l--header .et_pb_menu_0_tb_header .et-menu > li.current-menu-item > a,
header.et-l--header .et_pb_menu_0_tb_header .et-menu > li.current_page_item > a {
  color: var(--color-primary) !important;
}

/* Secondary/muted copy only on light surfaces */
body .et_pb_text_inner,
body .et_pb_blurb_description,
body .description {
  color: var(--color-dark);
}

body .et_pb_blurb_description,
body .home-care-box p,
body .home-signs-row p {
  color: var(--color-text-muted);
}

body .et_pb_blurb_description,
body .home-care-box p,
body .home-signs-row p {
  font-size: var(--td-fs-body) !important;
}

/* ==========================================================================
   Responsive system — standardized breakpoints
   Mobile Small:           max-width 480px
   Mobile Large / Tablet:  max-width 768px
   Tablet / Laptop:        max-width 1024px
   Desktop / Wide:         min-width 1025px
   ========================================================================== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
picture,
video,
canvas,
svg,
iframe {
  max-width: 100%;
}

.et_pb_row {
  max-width: 100%;
}

.et_pb_column {
  min-width: 0;
}

.et_pb_module,
.et_pb_text_inner,
.et_pb_blurb_content {
  max-width: 100%;
}

/* ---------- Tablet / Laptop: ≤1024px ---------- */
@media only screen and (max-width: 1024px) {
  .td-foot__serving {
    grid-column: 1 / -1;
  }

  .td-foot__cities {
    max-width: none;
  }

  .home-signs-row {
    display: flex !important;
    flex-direction: column !important;
  }

  .home-signs-row > .et_pb_column {
    width: 100% !important;
    max-width: 100% !important;
  }

  .td-svc-wrap.et_pb_row {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) {
    padding: 40px 20px 36px !important;
  }

  .home-hero__actions {
    flex-wrap: wrap;
  }
}

/* ---------- Mobile Large / Tablet Small: ≤768px ---------- */
@media only screen and (max-width: 768px) {
  .td-foot__logo img {
    width: min(120px, 32vw);
    height: min(120px, 32vw);
    max-width: min(120px, 32vw);
  }

  .home-hero__actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .home-hero__btn {
    width: 100%;
    justify-content: center;
  }

  .home-hero__btn--ghost {
    width: auto;
    align-self: flex-start;
  }

  .home-coupon-section .et_pb_button,
  .home-coupon-section a.et_pb_button {
    display: inline-flex !important;
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .td-cu-hero,
  .td-cu-hero__perks,
  .td-cu-cards,
  .td-contact-form__row,
  .td-cu-why__grid,
  .td-cu-assist,
  .td-cu-steps__grid,
  .td-aboutpage__mission,
  .td-aboutpage__why,
  .td-aboutpage__info,
  .td-aboutpage__values {
    grid-template-columns: 1fr !important;
  }

  .td-aboutpage__svc-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .td-cu-hero__copy {
    padding: 36px 18px 20px !important;
  }

  .td-cu-hero__media,
  .td-cu-hero__media img {
    min-height: 220px;
  }

  .home-care-box {
    padding: 28px 16px 32px !important;
  }

  .home-care-box .et_pb_icon .et_pb_icon_wrap {
    width: 64px !important;
    height: 64px !important;
  }

  #page-container .et_pb_row:not(.td-flyer-wrap):not([class*="_tb_header"]) {
    padding-left: max(16px, var(--td-gutter)) !important;
    padding-right: max(16px, var(--td-gutter)) !important;
  }

  header.et-l--header .et_pb_row,
  .et_pb_row.td-flyer-wrap,
  .home-coupon-section .et_pb_row_9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .td-home-split-quote__inner {
    grid-template-columns: 1fr !important;
    padding: 28px 18px;
  }
}

/* ---------- Mobile Small: ≤480px ---------- */
@media only screen and (max-width: 480px) {
  header.et-l--header .et_pb_section_0_tb_header {
    padding: 6px 10px 8px !important;
  }

  header.et-l--header .et_pb_menu_0_tb_header .et_pb_menu__logo img {
    max-height: 32px;
    max-width: min(120px, 46vw);
  }

  header.et-l--header .mobile_menu_bar {
    width: 42px;
    height: 42px;
  }

  header.et-l--header .et_pb_row_2_tb_header {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  header.et-l--header .et_pb_button_1_tb_header,
  header.et-l--header .et_pb_button_2_tb_header {
    min-height: 44px;
    font-size: 13px !important;
  }

  body.home .et-l--post > .et_builder_inner_content > .et_pb_section.home-hero,
  body.page-id-91289 .et-l--post > .et_builder_inner_content > .et_pb_section.home-hero {
    min-height: 480px !important;
  }

  .home-hero__content {
    padding: 16px 14px 64px !important;
  }

  .home-hero-stats {
    padding: 20px 12px 24px;
    gap: 14px;
  }

  .home-hero-rated-badge,
  .home-hero-rated-badge img {
    width: 84px !important;
    min-width: 84px !important;
    flex-basis: 84px !important;
    max-width: 84px !important;
  }

  .td-aboutpage__hero {
    min-height: 420px;
    padding: 64px 16px 40px;
  }

  .td-aboutpage__svc-grid {
    grid-template-columns: 1fr;
  }

  .td-aboutpage__why-panel,
  .td-aboutpage__info {
    padding: 24px 16px;
  }

  .td-foot__cities {
    grid-template-columns: 1fr;
  }

  .td-foot__pay img {
    width: 52px;
  }

  .td-svc__stage {
    height: 360px;
  }

  .td-svc__card,
  .td-svc__card.is-active {
    flex-basis: min(220px, 78vw);
    width: min(220px, 78vw);
    height: 320px;
  }

  .td-cu-map iframe {
    height: 280px;
  }

  .home-photos-section {
    padding: 28px 0 40px;
  }

  body .et_pb_button,
  body a.et_pb_button,
  .home-hero__btn--primary {
    min-height: 44px;
    padding-left: 18px;
    padding-right: 18px;
  }
}

/* ---------- Desktop / Wide: ≥1025px ---------- */
@media only screen and (min-width: 1025px) {
  .td-svc-wrap.et_pb_row,
  .td-foot__inner {
    max-width: 1180px;
  }
}


/* ==========================================================================
   Production QA — design / color / type consistency (agents audit)
   ========================================================================== */

/* P0: never put white text on primary green fills */
.sa-map__quote,
.sa-map__quote:hover,
.sa-map__quote:focus-visible,
.td-contact-form button,
.td-contact-form button:hover,
.td-contact-form button:focus-visible,
.td-cu-emergency a,
.td-cu-emergency a:hover,
.td-cu-assist__call,
.td-cu-assist__call:hover,
.td-cu-assist__call:focus-visible,
.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) .et_pb_button_2,
.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) .et_pb_button_2:hover,
.et_pb_row.et_pb_row_3:has(#commercial-hoa-tree-services) .et_pb_button_2:focus,
.td-svc__arrow--next,
.td-reviews__round-btn,
.home-coupon-section .et_pb_promo_button,
.home-coupon-section .et_pb_promo_button:hover,
.home-coupon-section .et_pb_promo_button:focus-visible,
.td-aboutpage__cta:hover,
.td-aboutpage__svc:hover .td-aboutpage__svc-btn,
.td-board__card a.td-board__cta,
.td-board__cta {
  color: var(--color-on-primary) !important;
}

.td-cu-info,
.td-cu-info h2,
.td-cu-info p,
.td-cu-info a,
.td-cu-info li {
  color: var(--color-on-primary) !important;
}

/* Split quote: dark panel + primary CTA with on-primary text; white secondary btn */
.td-home-split-quote__inner {
  background: var(--color-dark) !important;
  color: var(--color-white) !important;
}

.td-home-split-quote__kicker {
  color: var(--color-secondary) !important;
}

.td-home-split-quote h2,
.td-home-split-quote h2 * {
  color: var(--color-white) !important;
  font-weight: var(--td-fw-heading) !important;
}

.td-home-split-quote p {
  color: var(--color-bg-light) !important;
}

.td-home-split-quote__btn {
  background: var(--color-primary) !important;
  color: var(--color-on-primary) !important;
}

.td-home-split-quote__btn:hover,
.td-home-split-quote__btn:focus-visible {
  background: var(--color-primary-hover) !important;
  color: var(--color-on-primary) !important;
}

/* Board / map / about: brand surfaces */
.et_pb_section:has(.td-board),
#page-container .et_pb_section:has(.td-board),
.td-board__intro,
.td-board__card {
  background: var(--color-bg-light) !important;
}

.td-board__row:nth-child(even) .td-board__card {
  background: var(--color-white) !important;
}

.td-board__intro h2,
.td-board__card h3,
.td-board__tag,
.td-board__cta {
  color: var(--color-dark) !important;
}

.td-board__intro p,
.td-board__card p {
  color: var(--color-text-muted) !important;
}

.td-board__cta {
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  color: var(--color-on-primary) !important;
}

.td-board__media {
  background: var(--color-bg-light) !important;
}

.sa-map {
  background: var(--color-bg-light) !important;
  color: var(--color-dark) !important;
}

.sa-map__label {
  background: var(--color-dark) !important;
  color: var(--color-white) !important;
  font-size: var(--td-fs-label) !important;
}

.td-aboutpage__info {
  background: var(--color-bg-light) !important;
}

/* Footer headings — brand, not terracotta */
.td-foot__col h2 {
  background-image: none !important;
  -webkit-text-fill-color: var(--color-white) !important;
  color: var(--color-white) !important;
  font-size: var(--td-fs-h4) !important;
  font-weight: var(--td-fw-heading) !important;
}

.td-foot__col h2::after {
  background: var(--color-primary) !important;
}

/* Type: kill sub-12px labels */
.td-svc__badge,
.td-svc__kicker,
.td-board__tag,
.td-cu-emergency__badge {
  font-size: var(--td-fs-label) !important;
}

.sa-map__credit {
  font-size: var(--td-fs-small) !important;
}

header.et-l--header .et_pb_menu_0_tb_header .et-menu > li > a {
  font-size: var(--td-fs-nav) !important;
}

.home-hero-stats strong {
  font-size: var(--td-fs-h2) !important;
}

.home-hero-stats span {
  font-size: var(--td-fs-small) !important;
  color: var(--td-color-on-dark) !important;
}

/* Quotes / reviews olive → dark brand */
.td-home-quotes__media,
.td-home-quotes__slide.is-active,
.td-reviews__bar--left,
.td-reviews__bar--right,
.td-reviews__round-btn {
  background-color: var(--color-dark) !important;
}

.td-reviews__intro h1 {
  color: var(--color-dark) !important;
}

/* Board CTA (actual class is __more) */
.td-board__more {
  background: var(--color-primary) !important;
  border-color: var(--color-primary) !important;
  color: var(--color-on-primary) !important;
  font-size: var(--td-fs-label) !important;
}

.td-board__more:hover,
.td-board__more:focus-visible {
  background: var(--color-primary-hover) !important;
  border-color: var(--color-primary-hover) !important;
  color: var(--color-on-primary) !important;
}

/* Mobile hero readability + wrap (production screenshot fixes) */
@media only screen and (max-width: 768px) {
  .home-hero__scrim {
    background: linear-gradient(
      180deg,
      rgba(8, 16, 12, 0.88) 0%,
      rgba(8, 16, 12, 0.82) 45%,
      rgba(8, 16, 12, 0.78) 100%
    ) !important;
  }

  .home-hero__sub,
  .home-hero__copy {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    max-width: 100% !important;
    padding-right: 4px;
  }

  .home-hero__content {
    padding-bottom: 96px !important;
  }

  header.et-l--header .et_pb_row_2_tb_header {
    gap: 10px !important;
  }
}

@media only screen and (max-width: 480px) {
  header.et-l--header .et_pb_row_2_tb_header {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
}

/* ==========================================================================
   Typography lock — wins over Divi inline + deferred module CSS
   ========================================================================== */
html,
body,
body *:not(.material-icons):not(.fa):not(.fas):not(.far):not(.fab):not(.et-pb-icon):not(.et_font_icon):not(.et_pb_scroll_top) {
  font-family: "Poppins", sans-serif !important;
}

body,
body p,
body li,
body .et_pb_text_inner,
body .et_pb_blurb_description,
body .et_pb_promo_description {
  font-weight: 400 !important;
}

body h1,
body h1 span,
body .home-hero h1,
body .home-hero h1 span {
  font-weight: 800 !important;
}

body h2,
body h2 span,
body h3,
body h3 span,
body .et_pb_module_header,
body .et_pb_module_header *,
body .et_pb_slide_title,
body .et_pb_promo_title {
  font-weight: 700 !important;
}

body .et-menu a,
body .et-menu a *,
body .dvmm_menu a,
body .dvmm_menu a *,
body .nav li a,
body header.et-l--header .et-menu > li > a {
  font-weight: 500 !important;
}

body label,
body .et_pb_contact_field label {
  font-weight: 500 !important;
}

body input,
body textarea,
body select,
body input::placeholder,
body textarea::placeholder {
  font-weight: 400 !important;
}

body .et_pb_button,
body .et_pb_button.et_pb_button,
body a.et_pb_button,
body a.et_pb_button.et_pb_button,
body .et_pb_contact_submit,
body input[type="submit"],
body input[type="button"],
body button:not(.et_pb_menu__icon):not(.et_pb_toggle_title),
body .home-hero__btn,
body .td-home-split-quote__btn,
body .td-about-cta__btn {
  font-weight: 600 !important;
}


/* About page v2 — matches atlanta-tree.vibepreview.com/about section order */

.td-aboutv2 {
  --td-aboutv2-green: var(--color-primary);
  --td-aboutv2-dark: #0f172a;
  --td-aboutv2-muted: #f8fafc;
  --td-aboutv2-border: #e2e8f0;
  --td-aboutv2-text: #334155;
  background: #fff;
  color: var(--color-dark);
}

.td-aboutv2__container {
  width: min(1180px, calc(100% - 40px));
  margin-left: auto !important;
  margin-right: auto !important;
}

.td-aboutv2__section {
  padding: 80px 0;
}

.td-aboutv2__section--muted {
  background: var(--td-aboutv2-muted);
  border-block: 1px solid var(--td-aboutv2-border);
}

.td-aboutv2__section--dark {
  background: var(--td-aboutv2-dark);
  color: #fff;
}

.td-aboutv2__section--border {
  border-top: 1px solid var(--td-aboutv2-border);
}

.td-aboutv2__label {
  margin: 0 0 12px !important;
  color: var(--td-aboutv2-green) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.td-aboutv2__label--light {
  color: #86efac !important;
}

.td-aboutv2 h2 {
  margin: 0 0 20px !important;
  color: var(--td-aboutv2-dark) !important;
  font-size: clamp(1.75rem, 3vw, 2.5rem) !important;
  line-height: 1.15 !important;
  font-weight: 800 !important;
}

.td-aboutv2 h2 span {
  margin: 0 !important;
  color: var(--td-aboutv2-green) !important;
  font-style: normal !important;
}

.td-aboutv2 h3,
.td-aboutv2 h3 span {
  margin: 0 0 8px !important;
}

.td-aboutv2__section--dark h2,
.td-aboutv2__cta-band h2 {
  color: #fff !important;
}

.td-aboutv2 p {
  margin: 0 0 16px;
  color: var(--td-aboutv2-text) !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
}

.td-aboutv2 p.td-aboutv2__label {
  color: var(--td-aboutv2-green) !important;
}

.td-aboutv2 p.td-aboutv2__label--light {
  color: #7ee29a !important;
}

.td-aboutv2 p.td-aboutv2__section-lead--light {
  color: #94a3b8 !important;
}

.td-aboutv2__section-lead {
  max-width: 760px;
  margin: 0 auto 40px !important;
}

.td-aboutv2__section-lead--light {
  color: rgba(255, 255, 255, 0.88) !important;
}

.td-aboutv2__center-head {
  text-align: center;
}

.td-aboutv2__center-head > .td-aboutv2__label {
  display: block;
  width: 100%;
  max-width: none !important;
  margin-inline: auto !important;
  text-align: center !important;
}

.td-aboutv2__center-head h2 {
  max-width: 900px;
  margin-inline: auto;
}

.td-aboutv2__why .td-aboutv2__center-head > .td-aboutv2__label {
  margin: 0 0 24px !important;
  font-size: 13px !important;
  letter-spacing: 0.18em;
}

.td-aboutv2__why .td-aboutv2__center-head > h2 {
  margin: 0 auto 56px !important;
  max-width: 980px;
  color: #0b1220 !important;
  font-size: clamp(2.75rem, 5.8vw, 4.25rem) !important;
  line-height: 1.02 !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em;
}

.td-aboutv2__why .td-aboutv2__card-grid {
  gap: 32px;
  align-items: stretch;
  text-align: left;
}

.td-aboutv2__why .td-aboutv2__info-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 28px;
  border-radius: 24px;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
  text-align: left;
}

.td-aboutv2__why .td-aboutv2__info-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  border-radius: 16px;
  background: rgba(0, 166, 60, 0.1);
}

.td-aboutv2__why .td-aboutv2__info-card h3 {
  margin-bottom: 10px !important;
}

.td-aboutv2__why .td-aboutv2__info-card p {
  line-height: 1.65 !important;
}

.td-aboutv2__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: start;
}

.td-aboutv2__split-media img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

.td-aboutv2__intro .td-aboutv2__split-media {
  position: relative;
  isolation: isolate;
  padding: 22px 18px 26px 24px;
}

.td-aboutv2__intro .td-aboutv2__split-media::before,
.td-aboutv2__intro .td-aboutv2__split-media::after {
  content: "";
  position: absolute;
  z-index: 0;
  border-radius: 28px;
  pointer-events: none;
}

.td-aboutv2__intro .td-aboutv2__split-media::before {
  top: 0;
  left: 0;
  width: 62%;
  height: 52%;
  background: #e7f5e8;
}

.td-aboutv2__intro .td-aboutv2__split-media::after {
  right: 0;
  bottom: 4px;
  width: 48%;
  height: 46%;
  background: #ead7b2;
}

.td-aboutv2__intro .td-aboutv2__split-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: none;
  object-fit: contain;
  object-position: center;
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.12);
}

.td-aboutv2__hero {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  aspect-ratio: 3160 / 1098;
  min-height: clamp(560px, 38vw, 860px);
  overflow: hidden;
  padding: 0;
  background-color: #0b1220;
}

.td-aboutv2__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    rgba(8, 16, 12, 0.58) 0%,
    rgba(8, 16, 12, 0.32) 22%,
    rgba(8, 16, 12, 0.08) 38%,
    rgba(8, 16, 12, 0) 52%
  );
  pointer-events: none;
}

.td-aboutv2__hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 3;
  height: 64px;
  background: #fff;
  clip-path: ellipse(58% 100% at 50% 100%);
  pointer-events: none;
}

.td-aboutv2__hero-inner {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 620px;
  margin: 0;
  padding: clamp(96px, 10vw, 140px) clamp(24px, 5vw, 72px) 104px clamp(24px, 5vw, 72px);
  text-align: left;
}

.td-aboutv2__hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
}

.td-aboutv2__hero-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.td-aboutv2__hero .td-aboutv2__eyebrow {
  display: block !important;
  width: max-content !important;
  max-width: none !important;
  white-space: nowrap !important;
  margin: 0 0 18px !important;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(8, 16, 24, 0.42);
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.td-aboutv2__hero .td-aboutv2__eyebrow::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 8px;
  vertical-align: 0.15em;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 8px solid #7ee08a;
}

.td-aboutv2__hero .td-aboutv2__eyebrow::after {
  content: none;
}

.td-aboutv2__hero-title {
  margin: 0 0 18px !important;
  color: #fff !important;
  font-size: clamp(2.4rem, 5.4vw, 4rem) !important;
  line-height: 0.98 !important;
  font-weight: 900 !important;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

.td-aboutv2__hero-title span {
  color: #7ee08a !important;
}

.td-aboutv2__hero p,
.td-aboutv2__hero-lead {
  margin: 0 0 28px !important;
  max-width: 540px;
  color: rgba(255, 255, 255, 0.94) !important;
  font-size: 17px !important;
  line-height: 1.65 !important;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
}

.td-aboutv2__hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px;
}

.td-aboutv2__hero .td-aboutv2__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0;
  transition: transform 0.15s ease, background 0.15s ease;
}

.td-aboutv2__hero .td-aboutv2__btn--primary {
  background: #f59e0b;
  color: #111 !important;
  border: 0;
}

.td-aboutv2__hero .td-aboutv2__btn--primary:hover {
  background: #d97706;
  color: #111 !important;
}

.td-aboutv2__hero .td-aboutv2__btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
  color: #fff !important;
}

.td-aboutv2__hero .td-aboutv2__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.24);
  color: #fff !important;
}

.td-aboutv2__hero-actions--center {
  justify-content: center;
}

.td-aboutv2__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  border-radius: 999px;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none;
  transition: transform 0.15s ease, background 0.15s ease;
}

.td-aboutv2__btn--primary,
.td-aboutv2__btn--accent {
  background: #f59e0b;
  color: #111 !important;
}

.td-aboutv2__btn--primary:hover,
.td-aboutv2__btn--accent:hover {
  background: #d97706;
  color: #111 !important;
}

.td-aboutv2__btn--ghost {
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.14);
  color: #fff !important;
}

.td-aboutv2__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.24);
  color: #fff !important;
}

.td-aboutv2__btn--outline {
  border: 1px solid var(--td-aboutv2-border);
  color: var(--td-aboutv2-dark) !important;
  background: #fff;
}

.td-aboutv2__btn--white {
  background: #fff;
  color: var(--td-aboutv2-green) !important;
}

.td-aboutv2__values {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
  max-width: 100%;
  margin: 48px auto 0;
  justify-content: center;
}

.td-aboutv2__value-card,
.td-aboutv2__info-card,
.td-aboutv2__mini-card {
  background: #fff;
  border: 1px solid var(--td-aboutv2-border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.04);
}

.td-aboutv2__section--muted .td-aboutv2__value-card {
  background: #fff;
}

.td-aboutv2__value-icon,
.td-aboutv2__info-icon,
.td-aboutv2__mini-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 14px;
  border-radius: 12px;
  background: rgba(4, 191, 51, 0.12);
  color: var(--td-aboutv2-green);
}

.td-aboutv2__value-icon svg,
.td-aboutv2__info-icon svg,
.td-aboutv2__mini-icon svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.td-aboutv2__value-card h3,
.td-aboutv2__info-card h3,
.td-aboutv2__mini-card h3 {
  margin: 0 0 8px;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: var(--td-aboutv2-dark) !important;
}

.td-aboutv2__value-card p,
.td-aboutv2__info-card p,
.td-aboutv2__mini-card p {
  margin: 0;
  font-size: 14px !important;
}

.td-aboutv2__card-grid {
  display: grid;
  gap: 24px;
  align-items: stretch;
}

.td-aboutv2__card-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

.td-aboutv2__mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.td-aboutv2__process {
  position: relative;
  overflow: hidden;
  padding: 112px 0;
}

.td-aboutv2__process::before {
  content: "";
  position: absolute;
  top: -120px;
  right: -80px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(52, 211, 153, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.td-aboutv2__process .td-aboutv2__container {
  position: relative;
  z-index: 1;
}

.td-aboutv2__safety .td-aboutv2__container {
  text-align: center;
}

.td-aboutv2__safety .td-aboutv2__label,
.td-aboutv2__safety h2,
.td-aboutv2__safety .td-aboutv2__section-lead {
  max-width: none !important;
  margin-inline: auto !important;
  text-align: center !important;
}

.td-aboutv2__safety .td-aboutv2__section-lead {
  max-width: 760px !important;
}

.td-aboutv2__safety .td-aboutv2__card-grid {
  width: 100%;
  margin-inline: auto;
  text-align: left;
}

.td-aboutv2__process .td-aboutv2__center-head > .td-aboutv2__label {
  margin: 0 0 12px !important;
  color: #7ee29a !important;
  font-size: 12px !important;
  font-weight: 900 !important;
  letter-spacing: 0.18em;
}

.td-aboutv2__process .td-aboutv2__center-head > h2 {
  margin: 12px auto 16px !important;
  max-width: 760px;
  font-size: clamp(2.25rem, 4.8vw, 3rem) !important;
  line-height: 1.1 !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em;
}

.td-aboutv2__process .td-aboutv2__center-head > .td-aboutv2__section-lead {
  margin: 0 auto 64px !important;
  color: #94a3b8 !important;
  font-size: 18px !important;
  line-height: 1.55 !important;
}

.td-aboutv2__process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 0;
  text-align: left !important;
  align-items: stretch;
}

.td-aboutv2__process-grid article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 24px;
  padding: 32px;
  text-align: left !important;
}

.td-aboutv2__step-num {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  color: #34d399 !important;
  font-size: 40px !important;
  font-weight: 800 !important;
  line-height: 1;
  text-align: left !important;
}

.td-aboutv2__process-grid h3 {
  width: 100%;
  margin: 0 0 10px;
  color: #fff !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  text-align: left !important;
}

.td-aboutv2__process-grid p {
  width: 100%;
  margin: 0;
  color: #94a3b8 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
  text-align: left !important;
}

.td-aboutv2__checklist {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.td-aboutv2__checklist li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 30px;
  color: var(--td-aboutv2-text) !important;
  font-size: 16px !important;
  line-height: 1.6;
}

.td-aboutv2__checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.35em;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--td-aboutv2-green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 12px no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 12px no-repeat;
}

.td-aboutv2__quote-card {
  max-width: 820px;
  margin: 0 auto 16px;
  padding: 28px 32px;
  border: 1px solid var(--td-aboutv2-border);
  border-radius: 18px;
  background: #fff;
  text-align: left;
}

.td-aboutv2__quote-card p {
  margin: 0 0 12px !important;
  font-size: 18px !important;
  line-height: 1.7 !important;
  color: var(--td-aboutv2-dark) !important;
}

.td-aboutv2__quote-card footer {
  color: var(--td-aboutv2-text) !important;
  font-size: 14px !important;
  font-weight: 600;
}

.td-aboutv2__text-link {
  color: var(--td-aboutv2-green) !important;
  font-weight: 600 !important;
  text-decoration: none;
}

.td-aboutv2__tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.td-aboutv2__tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  border: 1px solid var(--td-aboutv2-border);
  border-radius: 999px;
  background: #fff;
  color: var(--td-aboutv2-dark) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-decoration: none;
}

.td-aboutv2__tag::before {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--td-aboutv2-green);
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5a2.5 2.5 0 1 1 0-5 2.5 2.5 0 0 1 0 5z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.td-aboutv2__cta-band {
  background: var(--td-aboutv2-green);
  color: #fff;
  text-align: center;
}

.td-aboutv2 .td-aboutv2__cta-band h2 {
  width: 100%;
  max-width: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.td-aboutv2 .td-aboutv2__cta-band .td-aboutv2__section-lead {
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center !important;
}

.td-aboutv2 .td-aboutv2__cta-band p,
.td-aboutv2 .td-aboutv2__cta-band p.td-aboutv2__section-lead,
.td-aboutv2 .td-aboutv2__cta-band p.td-aboutv2__section-lead--light,
.td-aboutv2 .td-aboutv2__cta-band p.td-aboutv2__cta-phone,
.td-aboutv2 .td-aboutv2__cta-band p.td-aboutv2__cta-phone a {
  color: #fff !important;
}

.td-aboutv2__cta-phone {
  width: 100%;
  max-width: none !important;
  margin: 18px auto 0 !important;
  text-align: center !important;
}

.td-aboutv2__cta-phone a {
  color: #fff !important;
  text-decoration: underline;
}

.td-aboutv2__quote-inner {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 40px;
  align-items: start;
}

.td-aboutv2__form {
  padding: 28px;
  border: 1px solid var(--td-aboutv2-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

@media only screen and (max-width: 1024px) {
  .td-aboutv2__split,
  .td-aboutv2__quote-inner,
  .td-aboutv2__card-grid--3,
  .td-aboutv2__process-grid,
  .td-aboutv2__values {
    grid-template-columns: 1fr 1fr;
  }

  .td-aboutv2__split--reverse .td-aboutv2__split-media {
    order: -1;
  }
}

@media only screen and (max-width: 768px) {
  .td-aboutv2__section {
    padding: 56px 0;
  }

  .td-aboutv2__split,
  .td-aboutv2__quote-inner,
  .td-aboutv2__card-grid--3,
  .td-aboutv2__process-grid,
  .td-aboutv2__values,
  .td-aboutv2__mini-grid {
    grid-template-columns: 1fr;
  }

  .td-aboutv2__hero {
    aspect-ratio: auto;
    min-height: clamp(520px, 72vw, 680px);
    padding: 0;
  }

  .td-aboutv2__hero::after {
    background:
      linear-gradient(
        180deg,
        rgba(8, 16, 12, 0.78) 0%,
        rgba(8, 16, 12, 0.74) 50%,
        rgba(8, 16, 12, 0.7) 100%
      );
  }

  .td-aboutv2__hero-inner {
    max-width: 100%;
    width: 100%;
    padding: 80px 20px 96px;
    text-align: left;
  }

  .td-aboutv2__hero .td-aboutv2__eyebrow {
    font-size: 9px !important;
    letter-spacing: 0.04em;
    padding: 8px 12px;
    white-space: normal !important;
    max-width: 100% !important;
    width: auto !important;
  }

  .td-aboutv2__hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .td-aboutv2__hero-media img {
    object-fit: cover;
    object-position: center center;
  }

  .td-aboutv2__intro .td-aboutv2__split-media {
    padding: 18px 12px 20px 16px;
  }
}
