/*
Houston Water Damage Restoration homepage styles
Paste into: Appearance > Customize > Additional CSS
No JavaScript or external font request is required.
*/

/* One-click installer: prevent duplicate GeneratePress chrome on this homepage. */
html,
body.wdh-installer-home {
  margin: 0 !important;
  max-width: 100vw !important;
  overflow-x: hidden;
  padding: 0 !important;
  width: 100vw !important;
}

body.wdh-installer-home .site-header,
body.wdh-installer-home #masthead,
body.wdh-installer-home .main-navigation,
body.wdh-installer-home #site-navigation,
body.wdh-installer-home .entry-header,
body.wdh-installer-home .page-header,
body.wdh-installer-home .site-footer,
body.wdh-installer-home #colophon {
  display: none !important;
}

body.wdh-installer-home #page,
body.wdh-installer-home .site,
body.wdh-installer-home .site-content,
body.wdh-installer-home .grid-container.site-content,
body.wdh-installer-home #primary,
body.wdh-installer-home article.page,
body.wdh-installer-home .entry-content,
body.wdh-installer-home .entry-content > .wdh-page,
body.wdh-installer-home .entry-content > .wp-block-group.alignfull {
  margin: 0 !important;
  max-width: 100vw !important;
  padding: 0 !important;
  width: 100vw !important;
}

body.wdh-installer-home .content-area {
  float: none !important;
  width: 100% !important;
}

body.wdh-installer-home .site-main,
body.wdh-installer-home .inside-article,
body.wdh-installer-home .entry-content {
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100vw !important;
}

body.wdh-installer-home .wdh-page,
body.wdh-installer-home .wdh-contact {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100vw !important;
  width: 100vw !important;
}

.wdh-page,
.wdh-page * {
  box-sizing: border-box;
}

.wdh-page,
.wdh-contact {
  --wdh-navy-950: #071522;
  --wdh-navy-900: #0b1f33;
  --wdh-navy-800: #12324f;
  --wdh-teal-700: #0b7285;
  --wdh-teal-600: #0e8a91;
  --wdh-orange-600: #c2410c;
  --wdh-orange-500: #f97316;
  --wdh-green-700: #0f7657;
  --wdh-ink: #213247;
  --wdh-muted: #607184;
  --wdh-line: #dce5ec;
  --wdh-tint: #f3f8fa;
  --wdh-white: #ffffff;
  --wdh-radius-sm: 10px;
  --wdh-radius: 18px;
  --wdh-radius-lg: 28px;
  --wdh-shadow: 0 18px 55px rgba(7, 21, 34, 0.12);
  color: var(--wdh-ink);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

.wdh-page h1,
.wdh-page h2,
.wdh-page h3,
.wdh-contact h2,
.wdh-contact h3 {
  color: var(--wdh-navy-900);
  font-family: inherit;
  font-weight: 760;
  letter-spacing: -0.032em;
  line-height: 1.12;
  margin: 0 0 18px;
}

.wdh-page h1 {
  font-size: clamp(2.45rem, 7vw, 4.75rem);
  max-width: 830px;
}

.wdh-page h2,
.wdh-contact h2 {
  font-size: clamp(2rem, 4.5vw, 3.25rem);
}

.wdh-page h3,
.wdh-contact h3 {
  font-size: 1.25rem;
  letter-spacing: -0.018em;
}

.wdh-page p,
.wdh-contact p {
  margin: 0 0 18px;
}

.wdh-page a,
.wdh-contact a {
  text-underline-offset: 3px;
}

.wdh-shell {
  margin-inline: auto;
  max-width: 1180px;
  padding-inline: 20px;
  width: 100%;
}

.wdh-topbar {
  background: #a93226;
  color: var(--wdh-white);
  font-size: 0.89rem;
}

.wdh-topbar__inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 42px;
  padding-block: 8px;
}

.wdh-topbar p {
  margin: 0;
}

.wdh-topbar a {
  color: var(--wdh-white);
  font-weight: 800;
  margin-left: 20px;
  white-space: nowrap;
}

.wdh-header {
  background: var(--wdh-white);
  border-bottom: 1px solid var(--wdh-line);
}

.wdh-header__main {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 82px;
  padding-block: 12px;
}

.wdh-brand {
  align-items: center;
  color: var(--wdh-navy-900);
  display: inline-flex;
  gap: 12px;
  line-height: 1.05;
  text-decoration: none;
}

.wdh-brand__mark {
  align-items: center;
  background: linear-gradient(145deg, var(--wdh-teal-700), var(--wdh-navy-900));
  border-radius: 14px 14px 14px 4px;
  color: var(--wdh-white);
  display: inline-flex;
  font-size: 1.25rem;
  font-weight: 850;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.wdh-brand strong,
.wdh-brand small {
  display: block;
}

.wdh-brand strong {
  font-size: clamp(0.92rem, 2.8vw, 1.1rem);
  letter-spacing: -0.02em;
}

.wdh-brand small {
  color: var(--wdh-teal-700);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin-top: 6px;
  text-transform: uppercase;
}

.wdh-nav {
  border-top: 1px solid #edf2f5;
  overflow-x: auto;
  scrollbar-width: thin;
}

.wdh-nav__inner {
  align-items: center;
  display: flex;
  gap: clamp(22px, 4vw, 42px);
  min-height: 48px;
  white-space: nowrap;
}

.wdh-nav a {
  color: var(--wdh-ink);
  font-size: 0.92rem;
  font-weight: 700;
  text-decoration: none;
}

.wdh-nav a:hover,
.wdh-nav a:focus-visible {
  color: var(--wdh-teal-700);
}

.wdh-btn {
  align-items: center;
  border: 2px solid transparent;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.97rem;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  line-height: 1.2;
  min-height: 50px;
  padding: 13px 22px;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.wdh-btn:hover {
  transform: translateY(-1px);
}

.wdh-btn:focus-visible,
.wdh-page a:focus-visible,
.wdh-contact a:focus-visible,
.wdh-page summary:focus-visible {
  outline: 3px solid #55c8d1;
  outline-offset: 3px;
}

.wdh-btn--primary,
.wdh-btn--call {
  background: var(--wdh-orange-600);
  color: var(--wdh-white) !important;
}

.wdh-btn--primary:hover,
.wdh-btn--call:hover {
  background: #9a3412;
}

.wdh-btn--secondary {
  background: var(--wdh-white);
  border-color: #b8c7d2;
  color: var(--wdh-navy-900);
}

.wdh-btn--secondary:hover {
  border-color: var(--wdh-teal-700);
  color: var(--wdh-teal-700);
}

.wdh-btn--light {
  background: var(--wdh-white);
  color: var(--wdh-navy-900) !important;
}

.wdh-btn--outline-light {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--wdh-white) !important;
}

.wdh-btn--full {
  width: 100%;
}

.wdh-hero {
  background:
    radial-gradient(circle at 85% 18%, rgba(14, 138, 145, 0.24), transparent 34%),
    linear-gradient(145deg, #f8fbfd 0%, #eef6f8 100%);
  overflow: hidden;
  padding-block: clamp(58px, 9vw, 112px);
  position: relative;
}

.wdh-hero::after {
  border: 1px solid rgba(11, 114, 133, 0.12);
  border-radius: 50%;
  content: "";
  height: 500px;
  position: absolute;
  right: -260px;
  top: -260px;
  width: 500px;
}

.wdh-hero__grid {
  display: grid;
  gap: clamp(34px, 6vw, 78px);
  position: relative;
  z-index: 1;
}

.wdh-eyebrow,
.wdh-kicker {
  color: var(--wdh-teal-700);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.wdh-eyebrow {
  align-items: center;
  display: flex;
  gap: 9px;
}

.wdh-eyebrow span {
  background: var(--wdh-orange-500);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(249, 115, 22, 0.14);
  height: 8px;
  width: 8px;
}

.wdh-hero__lead {
  color: #3e5367;
  font-size: clamp(1.08rem, 2.1vw, 1.27rem);
  max-width: 760px;
}

.wdh-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block: 28px;
}

.wdh-checklist {
  display: grid;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wdh-checklist li {
  color: #3f5365;
  padding-left: 29px;
  position: relative;
}

.wdh-checklist li::before {
  align-items: center;
  background: #dff3ec;
  border-radius: 50%;
  color: var(--wdh-green-700);
  content: "✓";
  display: flex;
  font-size: 0.72rem;
  font-weight: 900;
  height: 20px;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 3px;
  width: 20px;
}

.wdh-emergency-card {
  background: var(--wdh-white);
  border: 1px solid rgba(11, 31, 51, 0.08);
  border-radius: var(--wdh-radius-lg);
  box-shadow: var(--wdh-shadow);
  padding: clamp(24px, 5vw, 38px);
}

.wdh-emergency-card__status {
  align-items: center;
  background: #eaf7f3;
  border-radius: 999px;
  color: var(--wdh-green-700);
  display: inline-flex;
  font-size: 0.78rem;
  font-weight: 800;
  gap: 8px;
  margin-bottom: 26px;
  padding: 7px 12px;
}

.wdh-emergency-card__status span {
  background: #1aa679;
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.wdh-emergency-card h2 {
  font-size: clamp(1.8rem, 4vw, 2.55rem);
}

.wdh-emergency-card ol {
  display: grid;
  gap: 5px;
  list-style: none;
  margin: 24px 0;
  padding: 0;
}

.wdh-emergency-card li {
  align-items: start;
  border-bottom: 1px solid var(--wdh-line);
  display: grid;
  gap: 13px;
  grid-template-columns: 34px 1fr;
  padding-block: 13px;
}

.wdh-emergency-card li > span {
  align-items: center;
  background: var(--wdh-navy-900);
  border-radius: 50%;
  color: var(--wdh-white);
  display: flex;
  font-size: 0.78rem;
  font-weight: 850;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.wdh-emergency-card li p,
.wdh-emergency-card li small {
  display: block;
  margin: 0;
}

.wdh-emergency-card li small {
  color: var(--wdh-muted);
  line-height: 1.45;
  margin-top: 3px;
}

.wdh-microcopy {
  color: var(--wdh-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.wdh-emergency-card .wdh-microcopy {
  margin: 13px 0 0;
  text-align: center;
}

.wdh-trust {
  background: var(--wdh-white);
  border-bottom: 1px solid var(--wdh-line);
  border-top: 1px solid var(--wdh-line);
}

.wdh-trust__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.wdh-trust__item {
  border-bottom: 1px solid var(--wdh-line);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 116px;
  padding: 22px 16px;
  text-align: center;
}

.wdh-trust__item:nth-child(odd) {
  border-right: 1px solid var(--wdh-line);
}

.wdh-trust__item strong {
  color: var(--wdh-navy-900);
  font-size: 1.05rem;
}

.wdh-trust__item span {
  color: var(--wdh-muted);
  font-size: 0.79rem;
}

.wdh-section {
  padding-block: clamp(72px, 10vw, 118px);
  scroll-margin-top: 20px;
}

.wdh-section--tint {
  background: var(--wdh-tint);
}

.wdh-section--dark {
  background: var(--wdh-navy-900);
  color: #d6e3ed;
}

.wdh-section-heading {
  margin: 0 auto clamp(38px, 6vw, 62px);
  max-width: 760px;
  text-align: center;
}

.wdh-section-heading > p:last-child,
.wdh-section-lead {
  color: var(--wdh-muted);
  font-size: 1.05rem;
}

.wdh-card-grid {
  display: grid;
  gap: 18px;
}

.wdh-service-card {
  background: var(--wdh-white);
  border: 1px solid var(--wdh-line);
  border-radius: var(--wdh-radius);
  display: flex;
  flex-direction: column;
  min-height: 288px;
  padding: 26px;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.wdh-service-card:hover {
  border-color: #a9cbd1;
  box-shadow: 0 14px 36px rgba(7, 21, 34, 0.08);
  transform: translateY(-3px);
}

.wdh-service-card__number {
  color: var(--wdh-teal-700);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  margin-bottom: 30px;
}

.wdh-service-card p {
  color: var(--wdh-muted);
}

.wdh-service-card a,
.wdh-text-link {
  color: var(--wdh-teal-700);
  font-weight: 800;
  margin-top: auto;
  text-decoration: none;
}

.wdh-service-card a:hover,
.wdh-text-link:hover {
  text-decoration: underline;
}

.wdh-split {
  display: grid;
  gap: clamp(42px, 7vw, 86px);
}

.wdh-feature-list {
  display: grid;
  gap: 12px;
}

.wdh-feature-list article {
  align-items: start;
  background: var(--wdh-white);
  border: 1px solid var(--wdh-line);
  border-radius: var(--wdh-radius);
  display: grid;
  gap: 16px;
  grid-template-columns: 42px 1fr;
  padding: 22px;
}

.wdh-feature-list article > span {
  align-items: center;
  background: #e5f3f5;
  border-radius: 11px;
  color: var(--wdh-teal-700);
  display: flex;
  font-size: 0.78rem;
  font-weight: 850;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.wdh-feature-list h3,
.wdh-feature-list p {
  margin: 0;
}

.wdh-feature-list p {
  color: var(--wdh-muted);
  font-size: 0.92rem;
  margin-top: 6px;
}

.wdh-process-grid {
  counter-reset: process;
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wdh-process-grid li {
  background: var(--wdh-white);
  border: 1px solid var(--wdh-line);
  border-radius: var(--wdh-radius);
  padding: 26px 22px;
  position: relative;
}

.wdh-process-grid li > span {
  color: var(--wdh-teal-700);
  display: block;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  margin-bottom: 36px;
}

.wdh-process-grid li p {
  color: var(--wdh-muted);
  margin-bottom: 0;
}

.wdh-process-grid li:not(:last-child)::after {
  background: var(--wdh-orange-500);
  border: 3px solid var(--wdh-white);
  border-radius: 50%;
  bottom: -12px;
  box-shadow: 0 0 0 1px var(--wdh-line);
  content: "";
  height: 20px;
  left: calc(50% - 10px);
  position: absolute;
  width: 20px;
  z-index: 2;
}

.wdh-section-heading--light h2,
.wdh-property-types h3 {
  color: var(--wdh-white);
}

.wdh-section-heading--light > p:last-child {
  color: #b9cbd9;
}

.wdh-property-grid {
  display: grid;
  gap: 20px;
}

.wdh-property-grid article {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--wdh-radius-lg);
  padding: clamp(26px, 5vw, 42px);
}

.wdh-property-grid article > p:not(.wdh-property-label),
.wdh-property-grid li {
  color: #bed0de;
}

.wdh-property-label {
  color: #6ad2d6;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.wdh-property-grid ul {
  display: grid;
  gap: 8px;
  margin: 24px 0 28px;
  padding-left: 21px;
}

.wdh-split--areas {
  align-items: center;
}

.wdh-area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wdh-area-list span {
  background: var(--wdh-tint);
  border: 1px solid var(--wdh-line);
  border-radius: 999px;
  color: var(--wdh-navy-800);
  font-size: 0.88rem;
  font-weight: 700;
  padding: 9px 14px;
}

.wdh-area-note {
  margin-top: 30px;
}

.wdh-insurance__grid {
  align-items: center;
  display: grid;
  gap: clamp(34px, 7vw, 78px);
}

.wdh-insurance__badge {
  align-items: center;
  aspect-ratio: 1;
  background: linear-gradient(145deg, var(--wdh-teal-700), var(--wdh-navy-900));
  border-radius: 50%;
  box-shadow: var(--wdh-shadow);
  color: var(--wdh-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-inline: auto;
  max-width: 250px;
  text-align: center;
  width: 72%;
}

.wdh-insurance__badge span {
  align-items: center;
  background: var(--wdh-white);
  border-radius: 50%;
  color: var(--wdh-teal-700);
  display: flex;
  font-size: 1.3rem;
  font-weight: 900;
  height: 52px;
  justify-content: center;
  margin-bottom: 14px;
  width: 52px;
}

.wdh-insurance__badge strong {
  font-size: 1.25rem;
  line-height: 1.15;
}

.wdh-checklist--dark {
  margin-block: 24px;
}

.wdh-faq__grid {
  display: grid;
  gap: clamp(36px, 7vw, 78px);
}

.wdh-faq__intro {
  align-self: start;
}

.wdh-accordion {
  border-top: 1px solid var(--wdh-line);
}

.wdh-accordion details {
  border-bottom: 1px solid var(--wdh-line);
  padding: 0;
}

.wdh-accordion summary {
  color: var(--wdh-navy-900);
  cursor: pointer;
  font-size: 1.02rem;
  font-weight: 780;
  list-style: none;
  padding: 22px 46px 22px 0;
  position: relative;
}

.wdh-accordion summary::-webkit-details-marker {
  display: none;
}

.wdh-accordion summary::after {
  align-items: center;
  background: var(--wdh-tint);
  border-radius: 50%;
  color: var(--wdh-teal-700);
  content: "+";
  display: flex;
  font-size: 1.2rem;
  height: 32px;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 18px;
  width: 32px;
}

.wdh-accordion details[open] summary::after {
  content: "−";
}

.wdh-accordion details p {
  color: var(--wdh-muted);
  padding: 0 44px 22px 0;
}

.wdh-emergency-cta {
  background: var(--wdh-teal-700);
  color: var(--wdh-white);
  padding-block: clamp(54px, 8vw, 82px);
}

.wdh-emergency-cta__inner {
  align-items: center;
  display: grid;
  gap: 26px;
}

.wdh-emergency-cta h2,
.wdh-emergency-cta .wdh-kicker {
  color: var(--wdh-white);
}

.wdh-emergency-cta h2 {
  margin-bottom: 8px;
}

.wdh-emergency-cta p {
  color: #d9f2f2;
  margin-bottom: 0;
}

.wdh-emergency-cta .wdh-actions {
  margin: 0;
}

/* Contact is a native Gutenberg Group so the shortcode remains editable. */
.wdh-contact {
  margin-block: 0 !important;
  max-width: none !important;
}

.wdh-contact > .wdh-shell {
  max-width: 1180px !important;
}

.wdh-contact__grid {
  align-items: stretch !important;
  gap: clamp(30px, 6vw, 70px) !important;
  margin: 0 !important;
}

.wdh-contact h2,
.wdh-contact__copy h2 {
  color: var(--wdh-white);
}

.wdh-contact__copy > p:not(.wdh-kicker):not(.wdh-microcopy) {
  color: #bed0de;
}

.wdh-contact-list {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 28px;
}

.wdh-contact-list p {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  display: grid;
  gap: 6px;
  margin: 0;
  padding-block: 15px;
}

.wdh-contact-list span {
  color: #7fd3d7;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.wdh-contact-list a,
.wdh-contact-list strong {
  color: var(--wdh-white);
  font-size: 1.05rem;
}

.wdh-form-card {
  background: var(--wdh-white);
  border-radius: var(--wdh-radius-lg);
  box-shadow: 0 20px 70px rgba(0, 0, 0, 0.22);
  color: var(--wdh-ink);
  padding: clamp(24px, 5vw, 40px) !important;
}

.wdh-form-card > h3,
.wdh-form-card > p {
  color: var(--wdh-navy-900);
}

.wdh-form-card > p:not(.wdh-form-note) {
  color: var(--wdh-muted);
}

.wdh-form-note {
  color: var(--wdh-muted) !important;
  font-size: 0.75rem;
  margin-bottom: 0 !important;
}

.wdh-form-fallback {
  background: var(--wdh-tint);
  border: 1px solid var(--wdh-line);
  border-radius: var(--wdh-radius-sm);
  color: var(--wdh-ink) !important;
  padding: 18px;
}

.wdh-form-fallback a {
  color: var(--wdh-teal-700) !important;
  font-weight: 800;
}

/* Fluent Forms styling */
.wdh-form-card .ff-el-group {
  margin-bottom: 15px;
}

.wdh-form-card .ff-el-input--label label {
  color: var(--wdh-ink);
  font-size: 0.82rem;
  font-weight: 750;
  margin-bottom: 6px;
}

.wdh-form-card input:not([type="checkbox"]):not([type="radio"]),
.wdh-form-card select,
.wdh-form-card textarea {
  background: #f8fafb !important;
  border: 1px solid #cfdbe3 !important;
  border-radius: 10px !important;
  color: var(--wdh-ink) !important;
  min-height: 48px;
  padding: 11px 13px !important;
  width: 100%;
}

.wdh-form-card textarea {
  min-height: 110px;
}

.wdh-form-card input:focus,
.wdh-form-card select:focus,
.wdh-form-card textarea:focus {
  border-color: var(--wdh-teal-700) !important;
  box-shadow: 0 0 0 3px rgba(11, 114, 133, 0.14) !important;
  outline: none !important;
}

.wdh-form-card .ff-btn-submit {
  background: var(--wdh-orange-600) !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: var(--wdh-white) !important;
  font-weight: 800 !important;
  min-height: 50px;
  padding: 12px 22px !important;
  width: 100%;
}

.wdh-footer {
  background: var(--wdh-navy-950);
  color: #aabfce;
  padding-top: 72px;
}

.wdh-footer__grid {
  display: grid;
  gap: 40px;
}

.wdh-brand--footer {
  color: var(--wdh-white);
  margin-bottom: 18px;
}

.wdh-footer__grid > div:first-child p {
  max-width: 380px;
}

.wdh-footer h2 {
  color: var(--wdh-white);
  font-size: 0.92rem;
  letter-spacing: 0.06em;
  margin-bottom: 17px;
  text-transform: uppercase;
}

.wdh-footer ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.wdh-footer a {
  color: #d6e3ed;
  text-decoration: none;
}

.wdh-footer a:hover {
  color: var(--wdh-white);
  text-decoration: underline;
}

.wdh-footer__phone {
  color: var(--wdh-white) !important;
  display: inline-block;
  font-size: 1.18rem;
  font-weight: 850;
  margin-bottom: 10px;
}

.wdh-footer__disclosure {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 52px;
  padding-block: 23px;
}

.wdh-footer__disclosure p {
  font-size: 0.76rem;
  line-height: 1.55;
  margin: 0;
}

.wdh-footer__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  font-size: 0.78rem;
  justify-content: space-between;
  padding-block: 20px;
}

.wdh-footer__bottom p {
  margin: 0;
}

@media (min-width: 680px) {
  .wdh-card-grid--services,
  .wdh-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wdh-property-grid,
  .wdh-footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .wdh-insurance__grid {
    grid-template-columns: minmax(230px, 0.7fr) minmax(0, 1.5fr);
  }
}

@media (min-width: 900px) {
  .wdh-hero__grid {
    align-items: center;
    grid-template-columns: minmax(0, 1.35fr) minmax(350px, 0.72fr);
  }

  .wdh-trust__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .wdh-trust__item {
    border-bottom: 0;
    border-right: 1px solid var(--wdh-line);
  }

  .wdh-trust__item:last-child {
    border-right: 0;
  }

  .wdh-card-grid--services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .wdh-card-grid--services .wdh-service-card:first-child {
    grid-column: span 2;
  }

  .wdh-split {
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  }

  .wdh-process-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .wdh-process-grid li:not(:last-child)::after {
    bottom: auto;
    left: auto;
    right: -18px;
    top: 40px;
  }

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

  .wdh-split--areas {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }

  .wdh-faq__grid {
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  }

  .wdh-faq__intro {
    position: sticky;
    top: 28px;
  }

  .wdh-emergency-cta__inner {
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .wdh-footer__grid {
    grid-template-columns: 1.35fr 0.85fr 0.7fr 0.9fr;
  }
}

@media (max-width: 767px) {
  .wdh-topbar__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .wdh-topbar a {
    margin-left: 0;
  }

  .wdh-header__main {
    min-height: 72px;
  }

  .wdh-header__call {
    min-height: 44px;
    padding: 10px 15px;
  }

  .wdh-brand__mark {
    height: 40px;
    width: 40px;
  }

  .wdh-actions .wdh-btn {
    width: 100%;
  }

  .wdh-service-card {
    min-height: 0;
  }

  .wdh-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

@media (max-width: 430px) {
  .wdh-header__call {
    font-size: 0.84rem;
  }

  .wdh-brand strong {
    max-width: 150px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wdh-page *,
  .wdh-contact * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
