@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Playfair+Display:wght@500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,400,0,0');

:root {
  --navy: #061a40;
  --navy-2: #09285e;
  --blue: #0759db;
  --blue-2: #1788f5;
  --sky: #ecf6ff;
  --yellow: #ffbf00;
  --ink: #0a1b3a;
  --muted: #5c6780;
  --line: #dbe4f2;
  --white: #fff;
  --shadow: 0 18px 50px rgba(5, 31, 75, .13);
  --radius: 18px;
  --container: 1180px;
}

/* Refined lower homepage and original brand assets */
.brand {
  width: 180px;
  height: 78px;
  justify-content: flex-start;
  overflow: visible;
}
.brand__logo {
  width: 100%;
  height: 72px;
  object-fit: contain;
  object-position: left center;
}
.brand--footer {
  width: 190px;
  height: auto;
}
.brand--footer .brand__logo {
  height: 92px;
}

.service-pair {
  padding: 20px 0 22px;
  background: #fff;
}
.service-pair .duo {
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.area-card,
.protection-card {
  min-height: 238px;
  height: 238px;
  border: 1px solid #e5ebf4;
  border-radius: 5px;
  box-shadow: 0 3px 12px rgba(6, 23, 55, .035);
}
.area-card {
  grid-template-columns: 52% 48%;
  background: #fff;
}
.area-card__content,
.protection-card__content {
  padding: 15px 20px 13px;
}
.card-title {
  margin-bottom: 9px;
  font-size: .83rem;
  line-height: 1.18;
}
.area-list {
  gap: 4px 18px;
  margin-bottom: 13px;
  font-size: .61rem;
  line-height: 1.32;
}
.area-list li::before {
  width: 13px;
  margin-right: 4px;
  font-size: .78rem;
}
.btn--compact {
  min-height: 31px;
  padding: 0 13px;
  border-radius: 4px;
  font-size: .55rem;
}
.service-map {
  min-height: 238px;
  background: url('../images/mid-coast-map.png') center / cover no-repeat;
}
.service-map::before,
.service-map::after,
.service-map .map-route,
.service-map i {
  display: none;
}
.protection-card {
  display: grid;
  grid-template-columns: 68% 32%;
  align-items: center;
  background: linear-gradient(115deg, #fff 0%, #f0f7ff 100%);
}
.protection-card__content p {
  max-width: 370px;
  margin: 0 0 7px;
  font-size: .61rem;
  line-height: 1.45;
}
.protection-card__content .check-list {
  margin: 0 0 8px;
  font-size: .58rem;
  line-height: 1.2;
}
.protection-card__content .check-list li {
  margin: 3px 0;
  padding-left: 18px;
}
.protection-card__content .check-list li::before {
  font-size: .76rem;
}
.protection-shield {
  width: 116px;
  height: 145px;
  margin: 0 auto;
  object-fit: cover;
  object-position: center;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.final-cta {
  min-height: 220px;
}
.final-cta__image {
  width: 34%;
  opacity: 1;
  background: linear-gradient(0deg, rgba(6,23,55,.98) 0%, rgba(6,23,55,.78) 34%, rgba(6,23,55,.32) 72%),
              linear-gradient(90deg, rgba(6,23,55,.12), var(--navy)),
              url('../images/cta-shower.jpg') center / cover no-repeat;
}
.final-cta__image img {
  position: absolute;
  left: 28px;
  bottom: 13px;
  z-index: 2;
  width: 150px;
  height: 74px;
  object-fit: contain;
  object-position: left bottom;
}
.final-cta__inner {
  min-height: 220px;
  padding: 27px 0;
  grid-template-columns: 1.35fr .65fr;
  gap: 26px;
}
.final-cta__inner > div:first-child {
  padding-left: 28%;
}
.final-cta h2 {
  margin-bottom: 8px;
  font-size: clamp(2rem, 3.1vw, 2.8rem);
  line-height: 1.02;
}
.final-cta .eyebrow {
  margin-bottom: 7px;
  font-size: .62rem;
}
.final-cta p {
  margin-bottom: 10px;
  font-size: .82rem;
}
.final-cta .stars {
  font-size: .9rem;
}
.final-cta .stars span {
  font-size: .72rem;
}
.final-cta__buttons {
  gap: 9px;
}
.final-cta__buttons .btn {
  min-height: 43px;
  min-width: 230px;
  font-size: .68rem;
}

.field-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

@media (max-width: 900px) {
  .service-pair .duo { grid-template-columns: 1fr; }
  .area-card,
  .protection-card { height: auto; min-height: 238px; }
  .final-cta__inner > div:first-child { padding-left: 0; }
  .final-cta__image { width: 100%; opacity: .22; }
  .final-cta__image img { display: none; }
}

@media (max-width: 640px) {
  .brand { width: 150px; height: 70px; }
  .brand__logo { height: 66px; }
  .area-card { grid-template-columns: 1fr; }
  .service-map { min-height: 180px; }
  .protection-card { grid-template-columns: 1fr; padding-bottom: 14px; }
  .protection-shield { width: 92px; height: 115px; margin-top: 0; }
}

/* Luxury mockup refinement */
:root {
  --navy: #061737;
  --blue: #075ce5;
  --blue-2: #137ff0;
  --ink: #071631;
  --muted: #536078;
  --line: #dce5f1;
  --shadow: 0 12px 38px rgba(4, 29, 70, .1);
  --radius: 12px;
  --container: 1230px;
}
body { font-family: "Montserrat", Inter, ui-sans-serif, system-ui, sans-serif; font-size: 15px; }
.container { width: min(calc(100% - 64px), var(--container)); }
.section { padding: 64px 0; }
h1,h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 600; }
h2 { font-size: clamp(2rem, 3.2vw, 3.35rem); }
.eyebrow { margin-bottom: 8px; font-size: .72rem; letter-spacing: .08em; }
.btn { min-height: 48px; border-radius: 5px; font-size: .76rem; box-shadow: none; }
.btn:hover { transform: translateY(-1px); box-shadow: 0 10px 24px rgba(7,89,219,.16); }
.btn--accent { color: var(--navy); background: linear-gradient(135deg,#ffd23f,#ffb900); border-color: #e4a900; box-shadow: 0 8px 22px rgba(255,185,0,.22); }
.btn--accent:hover { background: linear-gradient(135deg,#ffdc61,#ffc51e); box-shadow: 0 12px 28px rgba(255,185,0,.3); }
.topbar__inner { min-height: 28px; gap: 42px; }
.topbar span { font-size: .66rem; }
.topbar span::first-letter { color: #65a6ff; }
.nav-wrap { min-height: 86px; }
.brand { width: 235px; height: 72px; display: flex; align-items: center; gap: 9px; overflow: hidden; }
.brand__mark { width: 51px; height: 39px; flex: 0 0 auto; background: url('../images/logo.png') center top / 98px auto no-repeat; }
.brand__wordmark { display: grid; color: var(--navy); line-height: 1; }
.brand__wordmark strong { font-size: 1.08rem; letter-spacing: -.035em; white-space: nowrap; }
.brand__wordmark strong span { color: var(--blue); }
.brand__wordmark small { margin-top: 5px; font-size: .68rem; font-weight: 750; letter-spacing: .065em; }
.brand--footer { width: 245px; margin-bottom: 18px; color: #fff; }
.brand--footer .brand__wordmark { color: #fff; }
.brand--footer .brand__mark { filter: brightness(0) invert(1); }
.main-nav { gap: 27px; }
.main-nav a { padding: 34px 0 28px; font-size: .69rem; letter-spacing: .015em; }
.phone-circle { width: 46px; height: 46px; }
.hero { min-height: 605px; background-position: center; }
.hero::before { background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.98) 30%, rgba(255,255,255,.78) 45%, rgba(255,255,255,.08) 64%, transparent 100%); }
.hero__content { width: 530px; padding: 54px 0 90px; }
.hero h1 { margin-bottom: 16px; font-size: clamp(3.6rem, 5.15vw, 5.25rem); line-height: .93; letter-spacing: -.04em; }
.hero__copy { max-width: 475px; margin-bottom: 20px; font-size: 1rem; }
.hero__badges { grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 22px 0 25px; }
.hero__badge { align-items: flex-start; font-size: .61rem; line-height: 1.3; }
.icon-bubble { width: 31px; height: 31px; border: 0; background: transparent; font-size: 1.55rem; font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 28; }
.hero__actions .btn { min-width: 205px; }
.trust-strip { margin-top: -58px; }
.trust-strip__inner { border-radius: 9px; }
.trust-item { min-height: 80px; padding: 14px 20px; }
.trust-item strong { font-size: .82rem; }
.trust-item small { font-size: .69rem; }
.trust-item--rating { justify-content: flex-start; padding-left: 28px; }
.trust-item--rating > div { display: grid; grid-template-columns: auto 1fr; column-gap: 8px; align-items: center; }
.trust-item--rating small { grid-column: 1/-1; }
.trust-rating { display: block; color: var(--navy); font-size: .78rem; font-weight: 800; }
.trust-rating b { color: var(--yellow); letter-spacing: .06em; }
.material-symbols-outlined { font-family: "Material Symbols Outlined"; font-weight: normal; font-style: normal; line-height: 1; letter-spacing: normal; text-transform: none; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; font-feature-settings: 'liga'; font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 40; }
.trust-icon { width: 48px; height: 48px; display: grid; place-items: center; flex: 0 0 auto; color: var(--blue); font-size: 2.65rem; }
.google-g { display: inline-block; color: transparent; background: conic-gradient(from -35deg,#4285f4 0 25%,#34a853 25% 43%,#fbbc05 43% 63%,#ea4335 63% 79%,#4285f4 79% 100%); background-clip: text; -webkit-background-clip: text; font-family: Arial Black, Arial, sans-serif; font-size: 2.25rem; font-weight: 900; line-height: 1; }
.airtasker { position: relative; font-family: Arial, sans-serif; font-style: italic; letter-spacing: -.07em; }
.problem-process-section { padding: 0 0 7px; background: #fff; }
.problem-process-section > .container { width: min(calc(100% - 78px), var(--container)); }
.problem-grid { grid-template-columns: 28.4% 1fr; gap: 8.5%; align-items: stretch; }
.problem-copy { padding: 15px 0 0; }
.problem-copy .eyebrow { margin: 0 0 2px; font-size: .72rem; letter-spacing: .035em; }
.problem-copy h2 { margin: 0 0 8px; color: var(--navy); font-size: 1.45rem; line-height: .93; letter-spacing: -.035em; text-transform: uppercase; }
.problem-copy .lead { max-width: 270px; margin-bottom: 5px; color: var(--navy); font-size: .66rem; line-height: 1.4; }
.sign-list { margin: 0 0 12px; gap: 3px 16px; font-size: .58rem; line-height: 1.28; }
.sign-list li { display: flex; align-items: center; }
.sign-list li::before { width: 14px; height: 14px; display: inline-grid; place-items: center; flex: 0 0 auto; margin-right: 7px; color: #fff; background: var(--blue); border-radius: 50%; content: 'check'; font-family: "Material Symbols Outlined"; font-size: .66rem; font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 20; }
.warning-box { width: 100%; min-height: 52px; padding: 6px 12px; gap: 10px; border-color: #f2dfbd; border-radius: 6px; background: #fff8eb; }
.warning-box > .material-symbols-outlined { color: var(--navy); font-size: 2.15rem; font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48; }
.warning-box > .material-symbols-outlined { font-size: 0; }
.warning-box > .material-symbols-outlined::before { content: 'policy'; font-size: 2.15rem; }
.warning-box strong { font-size: .61rem; line-height: 1.15; text-transform: uppercase; }
.warning-box span:not(.material-symbols-outlined) { display: block; color: var(--navy); font-size: .58rem; line-height: 1.2; }
.problem-image { position: relative; min-height: clamp(266px, calc(13vw + 136px), 328px); overflow: hidden; border-radius: 2px; box-shadow: none; background-position: center 52%; }
.leak-label { display: none; position: absolute; z-index: 2; padding: 6px 10px; color: #fff; background: var(--navy); border-radius: 4px; font-size: .61rem; font-weight: 800; line-height: 1; text-transform: uppercase; }
.leak-label::after { position: absolute; top: 50%; left: 100%; width: var(--line-width); height: 1px; background: #3f82ff; content: ''; }
.leak-label::before { position: absolute; z-index: 2; top: calc(50% - 3px); left: calc(100% + var(--line-width) - 3px); width: 6px; height: 6px; background: #fff; border: 2px solid #2872f4; border-radius: 50%; content: ''; }
.leak-label--missing { --line-width: 185px; top: 25px; left: 51px; }
.leak-label--cracked { --line-width: 174px; top: 94px; left: 51px; }
.leak-label--loose { --line-width: 92px; top: 164px; left: 51px; }
.leak-label--mould { --line-width: 37px; top: 72px; right: 164px; }
.leak-label--mould::after { right: 100%; left: auto; }
.leak-label--mould::before { right: calc(100% + var(--line-width) - 3px); left: auto; }
.leak-label--silicone { --line-width: 128px; right: 140px; bottom: 32px; }
.process-heading { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 14px; margin-top: 10px; }
.process-heading span { height: 1px; background: #cad5e5; }
.process-heading h2 { margin: 0; color: var(--navy); font-family: "Montserrat", Inter, sans-serif; font-size: .82rem; font-weight: 800; letter-spacing: 0; line-height: 1.2; text-transform: uppercase; }
.process-heading b { color: var(--blue); }
.section-heading--mockup { max-width: none; margin-bottom: 22px; }
.section-heading--mockup h2 { margin: 0; color: var(--navy); font-family: "Montserrat", Inter, sans-serif; font-size: 1.05rem; font-weight: 800; letter-spacing: 0; line-height: 1.25; text-transform: uppercase; }
.section-heading--mockup p { margin-top: 5px; font-size: .72rem; }
.process { grid-template-columns: repeat(4,1fr); gap: 0; margin-top: 4px; border: 0; }
.process__item { min-height: 68px; padding: 4px 16px 2px 42px; display: grid; grid-template-columns: 28px 1fr; gap: 10px; align-items: start; border: 0; border-radius: 0; background: #fff; }
.process__item:not(:last-child) { border-right: 0; }
.process__item:not(:last-child)::after { top: 27px; right: -6px; color: #ffb400; font-size: 1.25rem; }
.process__number { width: 28px; height: 36px; margin: 0; border: 0; border-radius: 0; background: #fff; color: var(--blue); font-size: 2rem; font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 40; }
.process__item h3 { margin: 2px 0 4px; color: var(--navy); font-size: .58rem; line-height: 1.15; text-transform: uppercase; }
.process__item p { margin: 0; color: var(--navy); font-size: .55rem; line-height: 1.42; }
.results-grid { grid-template-columns: repeat(4,1fr); gap: 18px; }
.compare { border-radius: 7px; box-shadow: 0 6px 18px rgba(3,30,75,.09); }
.results-cta { min-height: 100%; display: grid; place-items: center; align-content: center; gap: 10px; padding: 18px; color: var(--navy); background: linear-gradient(145deg,#fff,#f7faff); border: 1px solid var(--line); border-radius: 7px; text-align: center; text-transform: uppercase; }
.results-cta > .material-symbols-outlined { color: var(--blue); font-size: 2rem; }
.results-cta strong { font-size: .72rem; line-height: 1.35; }
.results-cta small { min-width: 125px; padding: 7px 10px; color: var(--blue); border: 1px solid currentColor; border-radius: 4px; font-size: .62rem; font-weight: 800; }
.testimonial-shell { padding: 7px; margin: -7px; }
.testimonial-card { min-height: 265px; padding: 22px; border-radius: 10px; box-shadow: 0 9px 25px rgba(6,26,64,.07); }
.testimonial-card p { min-height: 82px; margin: 14px 0 18px; color: #24334d; font-size: .89rem; line-height: 1.6; }
.review-card__head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.review-card__head .person { min-width: 0; }
.review-card__head .person strong { display: block; color: var(--navy); }
.review-card__head .person small { white-space: nowrap; font-size: .7rem; }
.review-source { display: inline-flex; align-items: center; gap: 5px; flex: 0 0 auto; color: #6b7588; font-size: .66rem; font-weight: 750; }
.review-source b { width: 25px; height: 25px; display: grid; place-items: center; color: #4285f4; background: #fff; border: 1px solid #e1e6ef; border-radius: 50%; font-size: .95rem; }
.review-source b { color: transparent; background: conic-gradient(from -35deg,#4285f4 0 25%,#34a853 25% 43%,#fbbc05 43% 63%,#ea4335 63% 79%,#4285f4 79% 100%); background-clip: text; -webkit-background-clip: text; font-family: Arial Black,Arial,sans-serif; }
.review-source--airtasker { color: #0086b8; font-style: italic; font-weight: 800; }
.review-rating { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 15px; padding-top: 13px; border-top: 1px solid var(--line); }
.review-rating .stars { font-size: .92rem; }
.review-verified { color: #137346; font-size: .67rem; font-weight: 800; }
.review-card__foot { display: flex; justify-content: space-between; gap: 12px; padding-top: 13px; border-top: 1px solid var(--line); color: #7a8496; font-size: .68rem; }
.avatar--teal { background: linear-gradient(135deg,#078e96,#06475f); }
.avatar--violet { background: linear-gradient(135deg,#8752bd,#3d246c); }
.avatar--rose { background: linear-gradient(135deg,#c05677,#6e2847); }
.features { border-radius: 8px; }
.feature { min-height: 155px; padding: 21px 13px; }
.feature__icon { width: 45px; height: 45px; font-size: 1.15rem; }
.feature__icon.material-symbols-outlined { font-size: 2rem; font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 32; }
.feature h3 { font-size: .77rem; }
.duo { gap: 18px; }
.service-pair { padding: 22px 0 28px; background: #fff; }
.area-card, .protection-card { min-height: 300px; padding: 0; overflow: hidden; border-radius: 6px; background: linear-gradient(135deg,#fff,#eef6ff); }
.area-card { display: grid; grid-template-columns: 1.08fr .92fr; gap: 0; }
.area-card::after { display: none; }
.area-card__content,.protection-card__content { position: relative; z-index: 2; padding: 24px 26px; }
.card-title { margin: 0 0 16px; color: var(--blue); font-family: "Montserrat", Inter, sans-serif; font-size: 1rem; font-weight: 800; line-height: 1.25; letter-spacing: -.01em; text-transform: uppercase; }
.area-list { gap: 8px 20px; margin: 0 0 18px; font-size: .74rem; }
.area-list li::before { content: 'location_on'; width: 16px; display: inline-block; margin-right: 5px; color: var(--blue); font-family: "Material Symbols Outlined"; font-size: .95rem; font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 20; line-height: 1; vertical-align: -.16em; }
.btn--compact { min-height: 36px; padding: 0 16px; font-size: .63rem; }
.service-map { position: relative; min-height: 300px; overflow: hidden; border-radius: 0; background: linear-gradient(145deg, rgba(255,255,255,.08),rgba(255,255,255,.5)), repeating-linear-gradient(32deg, transparent 0 33px, rgba(78,124,178,.13) 34px 35px), linear-gradient(135deg,#d9efff,#f6fbff); }
.service-map::before,.service-map::after { position: absolute; content: ''; background: rgba(255,255,255,.9); transform: rotate(-12deg); }
.service-map::before { width: 44px; height: 130%; left: 37%; top: -12%; }
.service-map::after { width: 26px; height: 115%; left: 72%; top: -5%; }
.map-route { position: absolute; z-index: 2; width: 3px; height: 82%; left: 58%; top: 9%; background: linear-gradient(var(--blue),#70b4ff); transform: rotate(12deg); border-radius: 4px; }
.service-map i { position: absolute; z-index: 3; left: var(--x); top: var(--y); width: 14px; height: 14px; border: 3px solid var(--blue); border-radius: 50% 50% 50% 0; background: #fff; transform: translate(-50%,-50%) rotate(-45deg); box-shadow: 0 3px 7px rgba(7,89,219,.2); }
.protection-card { grid-template-columns: 1.25fr .75fr; }
.protection-card__content p { max-width: 500px; margin-bottom: 12px; font-size: .78rem; }
.protection-card__content .check-list { margin: 0 0 16px; font-size: .73rem; }
.protection-card__content .check-list li { margin: 5px 0; }
.protection-card__content .check-list li::before { content: 'check_circle'; color: var(--blue); font-family: "Material Symbols Outlined"; font-size: 1rem; font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 20; }
.protection-shield { position: relative; width: 132px; height: 152px; border-color: var(--blue); border-radius: 42% 42% 58% 58%; }
.protection-shield::before { position: absolute; inset: 8px; content: ''; border: 3px solid var(--yellow); border-radius: inherit; }
.protection-shield::after { position: absolute; inset: 17px; content: ''; border: 2px solid rgba(255,191,0,.75); border-radius: inherit; }
.protection-shield span { position: relative; z-index: 1; color: var(--yellow); font-size: 3rem; font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 48; }
.final-cta__inner { min-height: 245px; }
.footer__grid { padding: 44px 0; }
.page-hero { min-height: 360px; }
.page-hero h1 { font-size: clamp(3.3rem,5.2vw,5.2rem); }
.service-card,.review-card,.info-card,.quote-form { border-radius: 10px; }

@media (max-width: 1100px) {
  .container { width: min(calc(100% - 42px), var(--container)); }
  .main-nav { gap: 14px; }
  .brand { width: 190px; }
  .hero__content { width: 500px; }
}
@media (max-width: 900px) {
  .section { padding: 58px 0; }
  .hero { min-height: 650px; }
  .hero__content { width: 70%; }
  .problem-grid { grid-template-columns: 1fr; gap: 24px; }
  .problem-copy .lead { max-width: 520px; }
  .warning-box { width: 100%; max-width: 520px; }
  .process { grid-template-columns: 1fr 1fr; }
  .results-grid { grid-template-columns: repeat(2,1fr); }
  .area-card { grid-template-columns: 1fr 1fr; }
  .main-nav { top: 102px; max-height: calc(100vh - 102px); }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .hero { min-height: 700px; background-position: 68% center; }
  .hero::before { background: linear-gradient(90deg,rgba(255,255,255,.99),rgba(255,255,255,.9)); }
  .hero__content { width: 100%; padding: 46px 0 76px; }
  .hero h1 { font-size: clamp(3rem,14vw,4rem); }
  .hero__badges { grid-template-columns: 1fr 1fr; }
  .hero__actions .btn { min-width: 0; }
  .trust-strip { margin-top: -30px; }
  .problem-process-section { padding: 30px 0; }
  .problem-grid { gap: 22px; }
  .problem-copy h2 { font-size: 2rem; }
  .problem-image { min-height: 300px; }
  .leak-label--missing,.leak-label--cracked,.leak-label--loose { left: 14px; }
  .leak-label--mould { right: 18px; }
  .leak-label--silicone { right: 18px; }
  .process-heading { grid-template-columns: 1fr; text-align: center; }
  .process-heading span { display: none; }
  .process { grid-template-columns: 1fr; border: 0; }
  .process__item { min-height: auto; padding: 14px 12px; }
  .results-grid { grid-template-columns: 1fr; }
  .area-card { grid-template-columns: 1fr; }
  .protection-card { grid-template-columns: 1fr; }
  .service-map { min-height: 210px; }
}
@layer base {
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.55; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 84px 0; }
.section--soft { background: linear-gradient(180deg, #f7fbff 0%, #fff 100%); }
.section--navy { color: #fff; background: radial-gradient(circle at top right, #0d3a85, var(--navy) 55%); }
.eyebrow { margin: 0 0 10px; color: var(--blue); font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.eyebrow--light { color: #8fc6ff; }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.025em; line-height: 1.05; }
h1 { font-size: clamp(3rem, 6vw, 5.9rem); }
h2 { font-size: clamp(2.2rem, 4.3vw, 4rem); }
h3 { line-height: 1.2; }
.lead { color: var(--muted); font-size: 1.13rem; }
.section-heading { max-width: 760px; margin: 0 auto 42px; text-align: center; }
.section-heading p { max-width: 650px; margin: 14px auto 0; color: var(--muted); }
.text-blue { color: var(--blue); }
.stars { color: var(--yellow); font-size: 1.1rem; letter-spacing: .08em; }
.stars span { color: #dbe8ff; font-size: .9rem; letter-spacing: 0; margin-left: 10px; }
.btn { display: inline-flex; min-height: 52px; padding: 0 24px; align-items: center; justify-content: center; gap: 10px; border: 1px solid transparent; border-radius: 7px; font-weight: 850; text-transform: uppercase; letter-spacing: .02em; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; cursor: pointer; }
.btn:hover { transform: translateY(-2px); box-shadow: 0 14px 30px rgba(7, 89, 219, .2); }
.btn--primary { color: #fff; background: linear-gradient(135deg, var(--blue), #084bc0); }
.btn--outline { color: var(--navy); background: #fff; border-color: #8392ae; }
.btn--ghost-light { color: #fff; border-color: rgba(255,255,255,.55); background: transparent; }
.btn--wide { min-width: 260px; }
.topbar { color: #fff; background: var(--navy); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .02em; }
.topbar__inner { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 32px; white-space: nowrap; overflow: hidden; }
.topbar span { opacity: .96; }
.topbar span::first-letter { color: #298cff; }
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(10,27,58,.07); transition: box-shadow .2s ease; }
.site-header.scrolled { box-shadow: 0 10px 30px rgba(7,36,82,.09); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; gap: 26px; }
.brand { width: 205px; flex: 0 0 auto; }
.brand img { width: 100%; max-height: 70px; object-fit: contain; object-position: left center; }
.main-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.main-nav a { position: relative; padding: 34px 0 29px; color: #172440; font-size: .75rem; font-weight: 800; text-transform: uppercase; white-space: nowrap; }
.main-nav a::after { position: absolute; left: 0; right: 0; bottom: 23px; height: 2px; background: var(--blue); content: ''; transform: scaleX(0); transition: transform .2s ease; }
.main-nav a:hover::after, .main-nav a.active::after { transform: scaleX(1); }
.main-nav a.active { color: var(--blue); }
.phone-block { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.phone-circle {
  width: 43px;
  height: 43px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  background: var(--blue);
  border-radius: 50%;
  font-family: "Material Symbols Outlined" !important;
  font-size: 26px !important;
  line-height: 1 !important;
  font-variation-settings: 'FILL' 1, 'wght' 600, 'GRAD' 0, 'opsz' 24 !important;
}
.phone-block small { display: block; font-size: .66rem; font-weight: 800; text-transform: uppercase; }
.phone-block strong { color: var(--blue); font-size: 1.08rem; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; margin-left: auto; border: 0; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 6px 0; background: var(--navy); }
.hero { position: relative; min-height: 660px; display: grid; align-items: center; overflow: hidden; background: #f7fbff url('../images/hero.jpg') center/cover no-repeat; }
.hero::before { position: absolute; inset: 0; content: ''; background: linear-gradient(90deg, rgba(255,255,255,.99) 0%, rgba(255,255,255,.96) 35%, rgba(255,255,255,.42) 57%, rgba(255,255,255,.03) 76%); }
.hero__content { position: relative; z-index: 1; width: min(670px, 58%); padding: 68px 0 110px; }
.hero h1 { margin-bottom: 20px; color: var(--navy); }
.hero__copy { max-width: 590px; margin-bottom: 25px; color: #35415b; font-size: 1.08rem; }
.hero__badges { display: grid; grid-template-columns: repeat(4, minmax(100px, 1fr)); gap: 15px; margin: 26px 0 30px; }
.hero__badge { display: flex; align-items: center; gap: 8px; color: var(--navy); font-size: .72rem; font-weight: 850; text-transform: uppercase; }
.icon-bubble { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; color: var(--blue); background: #fff; border: 1px solid #c7d9f5; border-radius: 50%; font-size: 1rem; }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; }
.trust-strip { position: relative; z-index: 3; margin-top: -66px; }
.trust-strip__inner { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr; align-items: stretch; overflow: hidden; background: #fff; border: 1px solid #dfe7f3; border-radius: 12px; box-shadow: var(--shadow); }
.trust-item { min-height: 92px; padding: 20px; display: flex; align-items: center; justify-content: center; gap: 12px; text-align: left; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item strong { display: block; color: var(--navy); }
.trust-item small { color: var(--muted); }
.google-g { font-size: 2rem; font-weight: 900; color: #4285f4; }
.airtasker { color: #0086b8; font-weight: 900; font-size: 1.25rem; }
.problem-grid { display: grid; grid-template-columns: .72fr 1.45fr; gap: 44px; align-items: center; }
.sign-list { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 24px; margin: 24px 0; padding: 0; list-style: none; }
.sign-list li::before { content: '●'; color: var(--blue); margin-right: 9px; }
.warning-box { padding: 18px; display: flex; gap: 14px; align-items: center; background: #fff6df; border: 1px solid #ffe2a1; border-radius: 10px; }
.warning-box strong { display: block; }
.problem-image { position: relative; min-height: 430px; overflow: hidden; border-radius: 16px; box-shadow: var(--shadow); background: #d8c3a9 url('../images/problem-shower.jpg') center/cover no-repeat; }
.callout { position: absolute; display: flex; align-items: center; gap: 10px; color: #fff; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.callout span { padding: 7px 10px; background: var(--navy); border-radius: 5px; }
.callout::after { width: 100px; height: 1px; background: #4d8dff; content: ''; }
.callout--1 { top: 45px; left: 35px; }
.callout--2 { top: 125px; left: 35px; }
.callout--3 { top: 210px; left: 35px; }
.callout--4 { top: 300px; right: 30px; flex-direction: row-reverse; }
.callout--5 { top: 92px; right: 30px; flex-direction: row-reverse; }
.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 36px; }
.process__item { position: relative; padding: 30px 23px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.process__item:not(:last-child)::after { position: absolute; top: 48%; right: -17px; color: var(--yellow); content: '→'; font-size: 1.7rem; z-index: 2; }
.process__number { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 16px; color: var(--blue); background: var(--sky); border-radius: 50%; font-weight: 900; }
.process__item p { color: var(--muted); font-size: .92rem; margin-bottom: 0; }
.results-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.compare { position: relative; aspect-ratio: 1.85 / 1; overflow: hidden; border-radius: 13px; background: #ddd; box-shadow: 0 10px 25px rgba(3,30,75,.1); }
.compare img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.compare__after { clip-path: inset(0 0 0 50%); }
.compare input { position: absolute; inset: 0; z-index: 5; width: 100%; height: 100%; opacity: 0; cursor: ew-resize; }
.compare__handle { position: absolute; z-index: 4; top: 0; bottom: 0; width: 2px; background: #fff; box-shadow: 0 0 0 1px rgba(0,0,0,.1); }
.compare__handle::after { position: absolute; top: 50%; left: 50%; width: 44px; height: 44px; display: grid; place-items: center; color: var(--blue); background: #fff; border-radius: 50%; content: '↔'; transform: translate(-50%,-50%); box-shadow: 0 5px 15px rgba(0,0,0,.18); }
.compare__label { position: absolute; z-index: 3; top: 11px; padding: 5px 9px; color: #fff; background: rgba(6,26,64,.9); border-radius: 4px; font-size: .68rem; font-weight: 850; text-transform: uppercase; }
.compare__label.before { left: 11px; }
.compare__label.after { right: 11px; background: var(--blue); }
.testimonial-shell { position: relative; overflow: hidden; }
.testimonial-track { display: flex; gap: 18px; transition: transform .4s ease; }
.testimonial-card { min-width: calc((100% - 36px)/3); padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 8px 20px rgba(8,36,80,.06); }
.testimonial-card p { min-height: 112px; color: #34405a; }
.person { display: flex; align-items: center; gap: 12px; }
.avatar { width: 46px; height: 46px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: linear-gradient(135deg, #175fd2, #071d48); font-weight: 900; }
.person small { display: block; color: var(--muted); }
.slider-controls { display: flex; justify-content: center; align-items: center; gap: 10px; margin-top: 24px; }
.slider-controls button { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: #fff; cursor: pointer; }
.slider-controls button:disabled { cursor: default; opacity: .42; }
.slider-dots { display: inline-flex; align-items: center; gap: 10px; }
.slider-controls .dot { width: 8px; height: 8px; border: 0; padding: 0; background: #c5cfdf; }
.dot { width: 8px; height: 8px; border: 0; padding: 0; background: #c5cfdf; border-radius: 50%; }
.dot.active { background: var(--blue); }
.features { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); border-radius: 14px; background: #fff; overflow: hidden; }
.feature { min-height: 175px; padding: 26px 18px; text-align: center; border-right: 1px solid var(--line); }
.feature:last-child { border-right: 0; }
.feature__icon { width: 52px; height: 52px; margin: 0 auto 15px; display: grid; place-items: center; color: var(--blue); border: 2px solid currentColor; border-radius: 50%; font-size: 1.3rem; }
.feature h3 { font-size: .92rem; text-transform: uppercase; }
.feature p { color: var(--muted); font-size: .83rem; margin-bottom: 0; }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.area-card, .protection-card { min-height: 330px; padding: 38px; border: 1px solid var(--line); border-radius: 16px; background: linear-gradient(135deg,#fff,#eff7ff); }
.area-card { position: relative; overflow: hidden; }
.area-card::after { position: absolute; inset: auto -10% -30% 42%; height: 100%; content: ''; background: radial-gradient(circle at 30% 30%, rgba(26,130,255,.25), transparent 55%), linear-gradient(135deg, transparent 45%, rgba(8,92,219,.1)); transform: rotate(-8deg); }
.area-list { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr 1fr; gap: 8px 18px; padding: 0; list-style: none; }
.area-list li::before { color: var(--blue); content: '⌖'; margin-right: 8px; }
.protection-card { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; background: linear-gradient(135deg, #f8fbff 0%, #e9f4ff 100%); }
.protection-shield { width: 130px; height: 150px; margin: auto; display: grid; place-items: center; color: var(--yellow); background: var(--navy); border: 6px solid #0f4cc3; border-radius: 45% 45% 55% 55%; font-size: 3rem; box-shadow: 0 15px 30px rgba(6,26,64,.22); }
.final-cta { position: relative; overflow: hidden; color: #fff; background: var(--navy); }
.final-cta__image { position: absolute; inset: 0 auto 0 0; width: 39%; background: linear-gradient(90deg, transparent, var(--navy)), url('../images/cta-shower.jpg') center/cover no-repeat; opacity: .75; }
.final-cta__inner { position: relative; min-height: 260px; padding: 46px 0; display: grid; grid-template-columns: 1.4fr .6fr; align-items: center; gap: 30px; }
.final-cta h2 { margin-bottom: 12px; font-size: clamp(2.2rem,4vw,3.6rem); }
.final-cta__inner > div:first-child { padding-left: 30%; }
.final-cta__buttons { display: grid; gap: 12px; justify-content: end; }
.footer { color: #d7e4fb; background: #03132f; }
.footer__grid { padding: 54px 0; display: grid; grid-template-columns: 1.5fr repeat(3,1fr); gap: 44px; }
.footer h3 { color: #fff; }
.footer a { display: block; margin: 9px 0; color: #d7e4fb; }
.footer a:hover { color: #fff; }
.footer-logo { width: 230px; max-height: 90px; object-fit: contain; object-position: left; filter: brightness(0) invert(1); }
.footer__bottom { padding: 18px 0; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.13); font-size: .85rem; }
.page-hero { min-height: 430px; display: grid; align-items: center; color: #fff; background: linear-gradient(90deg, rgba(6,26,64,.98), rgba(6,26,64,.72)), url('../images/hero.jpg') center/cover; }
.page-hero__inner { max-width: 780px; padding: 72px 0; }
.page-hero h1 { margin-bottom: 16px; }
.breadcrumbs { margin-bottom: 24px; color: #b7d2ff; font-size: .85rem; font-weight: 700; text-transform: uppercase; }
.card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-card, .review-card, .info-card { padding: 30px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 10px 25px rgba(6,26,64,.05); }
.service-card__icon { width: 62px; height: 62px; display: grid; place-items: center; color: var(--blue); background: var(--sky); border-radius: 50%; font-size: 1.6rem; }
.service-card p, .review-card p, .info-card p { color: var(--muted); }
.review-card > .review-source { margin-bottom: 16px; }
.review-card > .stars { margin-bottom: 10px; }
.service-card ul { padding-left: 20px; color: #34405a; }
.gallery-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }
.gallery-item h3 { margin: 14px 0 4px; }
.gallery-item p { color: var(--muted); }
.stats-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.stat { padding: 28px; text-align: center; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.stat strong { display: block; color: var(--blue); font-family: Georgia,serif; font-size: 2.5rem; }
.pricing { display: grid; grid-template-columns: repeat(4,1fr); border: 1px solid #cbd8ea; border-radius: 14px; overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.plan { display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.plan:last-child { border-right: 0; }
.plan__head { min-height: 105px; padding: 22px; color: #fff; text-align: center; background: #8d4f20; }
.plan:nth-child(2) .plan__head { background: #9a9a9a; }
.plan:nth-child(3) .plan__head { color: var(--navy); background: var(--yellow); }
.plan:nth-child(4) .plan__head { background: var(--navy); }
.plan--popular { position: relative; transform: translateY(-12px); box-shadow: 0 18px 35px rgba(6,26,64,.14); z-index: 2; }
.popular-tag { position: absolute; top: -32px; left: 0; right: 0; height: 32px; display: grid; place-items: center; color: var(--navy); background: var(--yellow); font-weight: 900; text-transform: uppercase; font-size: .75rem; }
.plan__price { padding: 22px; text-align: center; border-bottom: 1px solid var(--line); }
.plan__price strong { display: block; color: var(--navy); font-size: 2.5rem; }
.plan__body { flex: 1; padding: 24px; }
.plan__body ul { padding: 0; list-style: none; }
.plan__body li { margin: 12px 0; padding-left: 25px; position: relative; color: #33405a; }
.plan__body li::before { position: absolute; left: 0; color: var(--blue); content: '✓'; font-weight: 900; }
.plan__footer { padding: 22px; }
.faq { max-width: 860px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__question { width: 100%; padding: 22px 0; display: flex; justify-content: space-between; border: 0; color: var(--navy); background: transparent; text-align: left; font-weight: 850; cursor: pointer; }
.faq__answer { max-height: 0; overflow: hidden; color: var(--muted); transition: max-height .3s ease; }
.faq__item.open .faq__answer { max-height: 220px; padding-bottom: 22px; }
.faq__question::after { content: '+'; color: var(--blue); font-size: 1.3rem; }
.faq__item.open .faq__question::after { content: '−'; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 42px; }
.contact-panel { padding: 36px; color: #fff; background: linear-gradient(145deg, var(--navy), #0c3c87); border-radius: 18px; }
.contact-panel a { font-size: 1.35rem; font-weight: 900; }
.contact-points { display: grid; gap: 18px; margin-top: 32px; }
.contact-point { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.18); }
.quote-form { padding: 36px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: grid; gap: 7px; }
.field--full { grid-column: 1/-1; }
.field label { color: var(--navy); font-size: .85rem; font-weight: 800; }
.field input,.field textarea,.field select { width: 100%; padding: 14px 15px; border: 1px solid #cbd7e8; border-radius: 8px; background: #fbfdff; outline: none; }
.field input:focus,.field textarea:focus,.field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(7,89,219,.11); }
.form-success { margin-top: 18px; padding: 16px; color: #0a5a36; background: #eafaf1; border: 1px solid #bce7cf; border-radius: 8px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; }
.about-image { min-height: 500px; border-radius: 18px; background: url('../images/hero.jpg') 72% center/cover; box-shadow: var(--shadow); }
.check-list { padding: 0; list-style: none; }
.check-list li { position: relative; margin: 12px 0; padding-left: 28px; }
.check-list li::before { position: absolute; left: 0; color: var(--blue); content: '✓'; font-weight: 900; }
.notice { padding: 18px 20px; color: #534000; background: #fff8da; border: 1px solid #ffe28a; border-radius: 10px; }
@media (max-width: 1100px) {
  .main-nav { gap: 14px; }
  .main-nav a { font-size: .67rem; }
  .phone-block small { display: none; }
  .phone-block strong { font-size: .9rem; }
  .brand { width: 180px; }
  .features { grid-template-columns: repeat(3,1fr); }
  .feature:nth-child(3) { border-right: 0; }
  .feature:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
}
@media (max-width: 900px) {
  .topbar__inner { justify-content: flex-start; overflow-x: auto; }
  .menu-toggle { display: block; }
  .nav-wrap { min-height: 74px; }
  .brand { width: 190px; }
  .main-nav { position: fixed; inset: 108px 0 auto 0; max-height: calc(100vh - 108px); padding: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; overflow-y: auto; background: #fff; box-shadow: 0 20px 40px rgba(5,30,70,.15); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 15px; border-bottom: 1px solid var(--line); font-size: .9rem; }
  .main-nav a::after { display: none; }
  .phone-block { margin-left: auto; }
  .phone-block span:last-child { display: none; }
  .hero { min-height: 700px; background-position: 64% center; }
  .hero::before { background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.91) 50%, rgba(255,255,255,.35) 100%); }
  .hero__content { width: 72%; }
  .hero__badges { grid-template-columns: 1fr 1fr; }
  .trust-strip__inner { grid-template-columns: 1fr 1fr; }
  .trust-item { border-bottom: 1px solid var(--line); }
  .trust-item:nth-child(even) { border-right: 0; }
  .trust-item:last-child { grid-column: 1/-1; }
  .problem-grid,.about-grid,.contact-grid { grid-template-columns: 1fr; }
  .process { grid-template-columns: 1fr 1fr; }
  .process__item::after { display: none; }
  .results-grid,.card-grid { grid-template-columns: 1fr 1fr; }
  .testimonial-card { min-width: calc((100% - 18px)/2); }
  .duo { grid-template-columns: 1fr; }
  .pricing { grid-template-columns: 1fr 1fr; overflow: visible; gap: 18px; border: 0; box-shadow: none; background: transparent; }
  .plan { border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
  .plan--popular { transform: none; margin-top: 32px; }
  .stats-row { grid-template-columns: 1fr 1fr; }
  .final-cta__inner { grid-template-columns: 1fr; }
  .final-cta__inner > div:first-child { padding-left: 0; }
  .final-cta__image { width: 100%; opacity: .2; }
  .final-cta__buttons { justify-content: start; }
  .footer__grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 62px 0; }
  .topbar__inner { gap: 20px; }
  .phone-block { display: none; }
  .main-nav { top: 108px; }
  .hero { min-height: 720px; background-position: 69% center; }
  .hero::before { background: linear-gradient(90deg, rgba(255,255,255,.98), rgba(255,255,255,.87)); }
  .hero__content { width: 100%; padding-top: 58px; }
  .hero h1 { font-size: 3.3rem; }
  .hero__actions .btn { width: 100%; }
  .trust-strip { margin-top: -35px; }
  .trust-strip__inner { grid-template-columns: 1fr; }
  .trust-item,.trust-item:nth-child(even) { border-right: 0; }
  .trust-item:last-child { grid-column: auto; }
  .problem-image { min-height: 340px; }
  .callout::after { width: 52px; }
  .process,.results-grid,.card-grid,.gallery-grid,.stats-row,.pricing,.features,.footer__grid { grid-template-columns: 1fr; }
  .feature { border-right: 0; border-bottom: 1px solid var(--line); }
  .feature:last-child { border-bottom: 0; }
  .testimonial-card { min-width: 100%; }
  .protection-card { grid-template-columns: 1fr; }
  .protection-shield { margin-top: 25px; }
  .final-cta__buttons,.btn--wide { width: 100%; }
  .footer__bottom { flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
.field--full { grid-column: auto; }
}
}

/* Final lower-homepage overrides */
.brand { width: 180px; height: 78px; justify-content: flex-start; overflow: visible; }
.brand__logo { width: 100%; height: 72px; object-fit: contain; object-position: left center; }
.brand--footer { width: 190px; height: auto; }
.brand--footer .brand__logo { height: 92px; }
.service-pair { padding: 20px 0 22px; background: #fff; }
.service-pair .duo { grid-template-columns: 1fr 1fr; gap: 18px; }
.area-card,.protection-card { min-height: 238px; height: 238px; padding: 0; overflow: hidden; border: 1px solid #e5ebf4; border-radius: 5px; box-shadow: 0 3px 12px rgba(6,23,55,.035); }
.area-card { display: grid; grid-template-columns: 52% 48%; background: #fff; }
.area-card::after { display: none; }
.area-card__content,.protection-card__content { position: relative; z-index: 2; padding: 15px 20px 13px; }
.card-title { margin-bottom: 9px; color: var(--blue); font-family: "Montserrat",Inter,sans-serif; font-size: .83rem; font-weight: 800; line-height: 1.18; text-transform: uppercase; }
.area-list { gap: 4px 18px; margin: 0 0 13px; font-size: .61rem; line-height: 1.32; }
.area-list li::before { width: 13px; display: inline-block; margin-right: 4px; color: var(--blue); content: 'location_on'; font-family: "Material Symbols Outlined"; font-size: .78rem; font-variation-settings: 'FILL' 1,'wght' 500,'GRAD' 0,'opsz' 20; vertical-align: -.16em; }
.btn--compact { min-height: 31px; padding: 0 13px; border-radius: 4px; font-size: .55rem; }
.service-map { position: relative; min-height: 238px; background: url('../images/mid-coast-map.png') center / cover no-repeat; }
.service-map::before,.service-map::after,.service-map .map-route,.service-map i { display: none; }
.protection-card { display: grid; grid-template-columns: 68% 32%; align-items: center; background: linear-gradient(115deg,#fff 0%,#f0f7ff 100%); }
.protection-card__content p { max-width: 370px; margin: 0 0 7px; font-size: .61rem; line-height: 1.45; }
.protection-card__content .check-list { margin: 0 0 8px; font-size: .58rem; line-height: 1.2; }
.protection-card__content .check-list li { margin: 3px 0; padding-left: 18px; }
.protection-card__content .check-list li::before { content: 'check_circle'; color: var(--blue); font-family: "Material Symbols Outlined"; font-size: .76rem; font-variation-settings: 'FILL' 1,'wght' 500,'GRAD' 0,'opsz' 20; }
.protection-shield { width: 116px; height: 145px; margin: 0 auto; display: block; object-fit: cover; object-position: center; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.final-cta { min-height: 220px; }
.final-cta__image { width: 34%; opacity: 1; background: linear-gradient(0deg,rgba(6,23,55,.98) 0%,rgba(6,23,55,.78) 34%,rgba(6,23,55,.32) 72%),linear-gradient(90deg,rgba(6,23,55,.12),var(--navy)),url('../images/cta-shower.jpg') center/cover no-repeat; }
.final-cta__image::after { position: absolute; inset: auto 0 0; height: 48%; content: ''; background: linear-gradient(0deg,var(--navy) 0 48%,rgba(6,23,55,.94) 72%,transparent 100%); }
.final-cta__image img { position: absolute; left: 28px; bottom: 13px; z-index: 2; width: 150px; height: 74px; object-fit: contain; object-position: left bottom; }
.final-cta__inner { min-height: 220px; padding: 27px 0; grid-template-columns: 1.35fr .65fr; gap: 26px; }
.final-cta__inner > div:first-child { padding-left: 28%; }
.final-cta h2 { margin-bottom: 8px; font-size: clamp(2rem,3.1vw,2.8rem); line-height: 1.02; }
.final-cta .eyebrow { margin-bottom: 7px; font-size: .62rem; }
.final-cta p { margin-bottom: 10px; font-size: .82rem; }
.final-cta .stars { font-size: .9rem; }
.final-cta .stars span { font-size: .72rem; }
.final-cta__buttons { gap: 9px; }
.final-cta__buttons .btn { min-width: 230px; min-height: 43px; font-size: .68rem; }

@media (max-width:900px) {
  .service-pair .duo { grid-template-columns: 1fr; }
  .area-card,.protection-card { height: auto; min-height: 238px; }
  .final-cta__inner > div:first-child { padding-left: 0; }
  .final-cta__image { width: 100%; opacity: .22; }
  .final-cta__image img { display: none; }
}
@media (max-width:640px) {
  .brand { width: 150px; height: 70px; }
  .brand__logo { height: 66px; }
  .area-card { grid-template-columns: 1fr; }
  .service-map { min-height: 180px; }
  .protection-card { grid-template-columns: 1fr; padding-bottom: 14px; }
  .protection-shield { width: 92px; height: 115px; margin-top: 0; }
}

/* Hero matched to the approved luxury reference */
.hero {
  height: auto;
  min-height: 386px;
  display: block;
  background: #ead8c4 url('../images/hero-v2.png') -12px -45px / 102.5% 116% no-repeat;
}
.hero::before { display: none; }
.hero > .container {
  width: calc(100% - 18px);
  max-width: none;
}
.hero__content {
  width: 410px;
  padding: 24px 0 28px;
}
.hero .eyebrow {
  margin-bottom: 2px;
  font-size: .64rem;
  letter-spacing: .055em;
}
.hero h1 {
  margin-bottom: 12px;
  font-size: clamp(2.5rem,4.05vw,4.6rem);
  line-height: .98;
  letter-spacing: -.035em;
}
.hero__copy {
  max-width: 292px;
  margin-bottom: 0;
  color: var(--navy);
  font-size: .67rem;
  line-height: 1.55;
}
.hero__badges {
  grid-template-columns: repeat(4,1fr);
  gap: 7px;
  margin: 20px 0 8px;
}
.hero__badge {
  gap: 5px;
  align-items: center;
  font-size: .47rem;
  line-height: 1.3;
}
.hero .icon-bubble {
  width: 25px;
  height: 25px;
  font-size: 1.35rem;
}
.hero__actions {
  gap: 13px;
  flex-wrap: nowrap;
}
.hero__actions .btn {
  min-width: 174px;
  min-height: 42px;
  padding: 0 15px;
  border-radius: 4px;
  font-size: .61rem;
}
.hero__actions .btn:nth-child(2) { min-width: 198px; }
.hero__actions .btn--accent {
  color: #fff;
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: none;
}
.hero__actions .btn--accent:hover { background: #064fc6; }
.hero__actions .material-symbols-outlined {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 1.15rem;
  font-variation-settings: 'FILL' 0,'wght' 400,'GRAD' 0,'opsz' 24;
}
.hero + .trust-strip { margin-top: 0; }

@media (min-width:1200px) {
  .hero > .container { width: min(calc(100% - 80px),1230px); }
  .hero__content { width: 480px; }
}
@media (min-width:901px) and (max-width:1100px) {
  .phone-block > span:last-child { display: none; }
}
@media (max-width:900px) {
  .hero {
    height: auto;
    min-height: 560px;
    background-position: 57% center;
    background-size: cover;
  }
  .hero > .container { width: min(calc(100% - 42px),var(--container)); }
  .hero__content { width: 58%; padding: 38px 0 28px; }
  .hero__badges { grid-template-columns: 1fr 1fr; }
  .hero__actions { flex-wrap: wrap; }
}
@media (max-width:640px) {
  .hero {
    min-height: 650px;
    background-position: 63% center;
  }
  .hero::after {
    position: absolute;
    inset: 0;
    content: '';
    background: rgba(255,255,255,.86);
  }
  .hero > .container { position: relative; z-index: 1; width: min(calc(100% - 28px),var(--container)); }
  .hero__content { width: 100%; padding: 40px 0 34px; }
  .hero h1 { font-size: clamp(2.8rem,13vw,3.55rem); }
  .hero__copy { max-width: 390px; font-size: .78rem; }
  .hero__badges { margin: 22px 0; }
  .hero__badge { font-size: .58rem; }
  .hero__actions { display: grid; }
  .hero__actions .btn,
  .hero__actions .btn:nth-child(2) { width: 100%; min-width: 0; }
}

/* Enlarged leaking-shower section with crisp, accessible callouts */
.problem-process-section > .container {
  width: min(calc(100% - 48px), 1220px);
}
.problem-grid {
  grid-template-columns: minmax(290px, 32%) minmax(0, 1fr);
  gap: 34px;
  align-items: stretch;
}
.problem-copy {
  padding: 28px 0 18px;
}
.problem-copy .eyebrow {
  margin-bottom: 5px;
  font-size: .78rem;
}
.problem-copy h2 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 2.35vw, 2.35rem);
  line-height: .96;
}
.problem-copy .lead {
  max-width: 355px;
  margin-bottom: 13px;
  font-size: .82rem;
  line-height: 1.5;
}
.sign-list {
  gap: 7px 20px;
  margin-bottom: 18px;
  font-size: .74rem;
}
.warning-box {
  max-width: 390px;
  min-height: 68px;
  padding: 10px 14px;
}
.warning-box strong { font-size: .72rem; }
.warning-box span:not(.material-symbols-outlined) { font-size: .68rem; }
.problem-image {
  min-height: clamp(410px, 34vw, 500px);
  border-radius: 3px;
  background: #ead8c5 url('../images/problem-shower-v2.png') center / cover no-repeat;
}
.leak-label {
  display: block;
  padding: 8px 12px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(3,24,61,.18);
  font-size: .7rem;
  letter-spacing: .01em;
}
.leak-label::after { height: 2px; background: rgba(255,255,255,.92); }
.leak-label::before { width: 9px; height: 9px; top: calc(50% - 5px); border-color: #fff; background: var(--blue); }
.leak-label--missing { --line-width: clamp(105px, 15vw, 205px); top: 12%; left: 7%; }
.leak-label--cracked { --line-width: clamp(95px, 14vw, 190px); top: 36%; left: 7%; }
.leak-label--loose { --line-width: clamp(70px, 10vw, 135px); top: 60%; left: 7%; }
.leak-label--mould { --line-width: clamp(42px, 5vw, 72px); top: 23%; right: 8%; }
.leak-label--silicone { --line-width: clamp(70px, 9vw, 125px); right: 12%; bottom: 10%; }
.process-heading { margin-top: 18px; }

@media (max-width: 900px) {
  .problem-grid { grid-template-columns: 1fr; gap: 18px; }
  .problem-copy { padding-bottom: 0; }
  .problem-copy .lead { max-width: 560px; }
  .warning-box { max-width: 520px; }
  .problem-image { min-height: clamp(360px, 64vw, 500px); }
}
@media (max-width: 640px) {
  .problem-process-section > .container { width: min(calc(100% - 28px), var(--container)); }
  .problem-copy h2 { font-size: 2rem; }
  .problem-image { min-height: 330px; background-position: 55% center; }
  .leak-label { padding: 6px 8px; font-size: .56rem; }
  .leak-label--missing,.leak-label--cracked,.leak-label--loose { left: 4%; }
  .leak-label--mould { right: 4%; }
  .leak-label--silicone { right: 6%; }
}

/* Compact mockup-matched repair process and results gallery */
.problem-process-section { padding-bottom: 0; }
.problem-process-section > .container {
  width: min(calc(100% - 78px), 1230px);
}
.problem-grid {
  grid-template-columns: 31% minmax(0, 1fr);
  gap: 5.5%;
}
.problem-copy { padding: 16px 0 10px; }
.problem-copy .eyebrow { margin-bottom: 2px; font-size: .7rem; }
.problem-copy h2 { margin-bottom: 8px; font-size: 1.55rem; }
.problem-copy .lead { max-width: 300px; margin-bottom: 7px; font-size: .65rem; line-height: 1.42; }
.sign-list { gap: 3px 17px; margin-bottom: 10px; font-size: .58rem; }
.warning-box { max-width: 365px; min-height: 54px; padding: 6px 12px; }
.warning-box strong { font-size: .61rem; }
.warning-box span:not(.material-symbols-outlined) { font-size: .57rem; }
.problem-image {
  min-height: clamp(315px, 28vw, 395px);
  background-position: center 52%;
}
.leak-label { padding: 6px 9px; font-size: .57rem; }

/* Give the warning-sign copy the same visual weight as the shower image. */
.problem-grid {
  grid-template-columns: 37% minmax(0, 1fr);
  gap: 4.5%;
}
.problem-copy { padding-top: 26px; }
.problem-copy .eyebrow { margin-bottom: 5px; font-size: .82rem; }
.problem-copy h2 { margin-bottom: 13px; font-size: clamp(2.05rem, 2.7vw, 2.7rem); }
.problem-copy .lead { max-width: 430px; margin-bottom: 14px; font-size: .9rem; line-height: 1.5; }
.sign-list { gap: 8px 23px; margin-bottom: 20px; font-size: .8rem; line-height: 1.32; }
.sign-list li::before { width: 17px; height: 17px; margin-right: 8px; font-size: .75rem; }
.warning-box { max-width: 470px; min-height: 74px; padding: 10px 15px; }
.warning-box strong { font-size: .77rem; }
.warning-box span:not(.material-symbols-outlined) { font-size: .72rem; }

.process-band { margin-top: 0; padding: 10px 0 13px; color: #fff; background: #031a3d; }
.process-band .container { width: min(calc(100% - 78px), 1230px); }
.process-heading { margin: 0 0 7px; gap: 14px; }
.process-heading span { background: #1788f5; opacity: .8; }
.process-heading h2 { color: #fff; font-size: .79rem; }
.process-heading b { color: #fff; }
.process { margin-top: 0; }
.process__item {
  min-height: 76px;
  padding: 5px 24px 2px;
  grid-template-columns: 34px 1fr;
  gap: 11px;
  color: #fff;
  background: transparent;
}
.process__item:not(:last-child) { border-right: 1px solid rgba(255,255,255,.42); }
.process__item:not(:last-child)::after { right: -10px; color: #ffbf00; }
.process__number { width: 34px; height: 38px; color: #08a0ff; background: transparent; font-size: 2.2rem; }
.process__item h3 { margin: 3px 0 4px; color: #fff; font-size: .58rem; }
.process__item p { color: #fff; font-size: .53rem; line-height: 1.42; }

.results-section { padding: 18px 0 22px; background: #fff; }
.results-section .section-heading--mockup { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 22px; margin-bottom: 14px; text-align: center; }
.results-section .section-heading--mockup::before,
.results-section .section-heading--mockup::after { height: 1px; background: #a9c9f1; content: ''; }
.results-section .section-heading--mockup h2 { color: #0759db; font-size: .78rem; }
.results-grid { gap: 17px; }
.compare { aspect-ratio: 1.72 / 1; border-radius: 5px; box-shadow: none; }
.compare__label { top: 8px; padding: 3px 7px; border-radius: 3px; font-size: .5rem; }
.compare__label.before { left: 8px; }
.compare__label.after { right: 8px; }
.results-cta { padding: 12px; gap: 6px; border-radius: 5px; }
.results-cta > .material-symbols-outlined { display: none; }
.results-cta strong { font-size: .66rem; }
.results-cta small { min-width: 132px; padding: 7px 9px; font-size: .57rem; }

@media (max-width: 900px) {
  .problem-grid { grid-template-columns: 1fr; gap: 18px; }
  .problem-copy { padding-bottom: 0; }
  .problem-image { min-height: clamp(360px, 64vw, 500px); }
  .process__item { padding-inline: 16px; }
}
@media (max-width: 640px) {
  .problem-process-section > .container,
  .process-band .container { width: min(calc(100% - 28px), var(--container)); }
  .problem-copy h2 { font-size: 2rem; }
  .process-band { padding: 18px 0; }
  .process { grid-template-columns: 1fr; }
  .process__item { grid-template-columns: 38px 1fr; padding: 12px 6px; border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.25); }
  .process__item:last-child { border-bottom: 0; }
  .process__item::after { display: none; }
  .results-section { padding: 28px 0; }
  .results-section .section-heading--mockup { grid-template-columns: 1fr; }
  .results-section .section-heading--mockup::before,
  .results-section .section-heading--mockup::after { display: none; }
}
