/* ==========================================================================
   ECS Main Stylesheet — Fresh Modern Design
   Exterior Cleaning Solutions
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. TOKENS
   -------------------------------------------------------------------------- */
:root {
  --font-body: 'Inter', sans-serif;
  --font-heading: 'Raleway', sans-serif;

  --blue: #00ABE3;
  --color-primary: #00ABE3;
  --blue-dark: #0063AE;
  --blue-darkest: #002653;
  --blue-5: rgba(0,171,227,.05);
  --blue-10: rgba(0,171,227,.1);
  --blue-20: rgba(0,171,227,.2);

  --dark: #1a1a2e;
  --text: #1C1C1C;
  --text-muted: #5a6270;
  --white: #fff;
  --off-white: #f7f9fc;
  --grey: #eef1f5;
  --green: #25D366;
  --gold: #ffcf00;

  --max-w: 1240px;
  --radius: 16px;
  --radius-sm: 8px;
  --radius-pill: 999px;
  --shadow: 0 4px 24px rgba(0,0,0,.07);
  --shadow-lg: 0 12px 40px rgba(0,0,0,.12);
  --ease: .35s cubic-bezier(.4,0,.2,1);
}

/* --------------------------------------------------------------------------
   2. RESET
   -------------------------------------------------------------------------- */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:62.5%;scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:var(--font-body);font-size:1.6rem;font-weight:400;line-height:1.75;color:var(--text);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}
img{max-width:100%;height:auto;display:block}
a{color:var(--blue-dark);text-decoration:none;transition:color var(--ease)}
a:hover{color:var(--blue-darkest)}
ul,ol{list-style:none}
button,input,select,textarea{font:inherit}

/* --------------------------------------------------------------------------
   3. TYPOGRAPHY
   -------------------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;color:var(--text);line-height:1.2}
h1{font-size:clamp(3.2rem,5vw,5.4rem);font-weight:800;letter-spacing:-.02em}
h2{font-size:clamp(2.6rem,3.5vw,4rem);font-weight:800;letter-spacing:-.02em;margin-bottom:1.6rem}
h3{font-size:clamp(1.9rem,2.5vw,2.4rem);margin-bottom:.8rem}
h4{font-size:1.8rem;margin-bottom:.6rem}
p{margin-bottom:1.4rem}
p:last-child{margin-bottom:0}
strong{font-weight:600}

/* --------------------------------------------------------------------------
   4. LAYOUT
   -------------------------------------------------------------------------- */
.container{width:100%;max-width:var(--max-w);margin:0 auto;padding:0 24px}
.section{padding:80px 0}
.section--tint{background:var(--off-white)}
.section--grey{background:var(--grey)}
.section--dark{background:var(--dark);color:var(--white)}
.section--dark h2,.section--dark h3,.section--dark h4,.section--dark p,.section--dark li{color:var(--white)}
.section--blue{background:linear-gradient(135deg,var(--blue-darkest) 0%,var(--blue-dark) 100%);color:var(--white)}
.section--blue h1,.section--blue h2,.section--blue h3,.section--blue h4,.section--blue p,.section--blue li{color:var(--white)}
.section--blue h3{opacity:.95}
.section--blue .grid--numbered>div{border-left:3px solid var(--blue);padding-left:20px}
.section--blue .grid--numbered>div h3::before{content:counter(blue-item) ". ";counter-increment:blue-item;color:var(--blue);font-weight:800}
.section--blue .grid--numbered{counter-reset:blue-item}
.section--parallax{background:linear-gradient(rgba(0,20,60,.82),rgba(0,20,60,.82)),var(--bg-image,none);background-size:cover;background-position:center;background-attachment:fixed;color:var(--white)}
.section--parallax h2,.section--parallax h3,.section--parallax h4,.section--parallax p{color:var(--white)}

.grid{display:grid;gap:30px}
.grid-2{grid-template-columns:repeat(2,1fr)}
.grid--match-img img{width:100%;height:100%;object-fit:cover}
.grid-3{grid-template-columns:repeat(3,1fr)}
.grid--gap-lg{gap:40px}
.grid--gap-md{gap:24px}
@media(max-width:991px){.grid-2,.grid-3{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.grid-2,.grid-3{grid-template-columns:1fr}}

.flex{display:flex;flex-wrap:wrap;gap:20px}
.flex--center{align-items:center;justify-content:center}
.text-center{text-align:center}
.text-white{color:var(--white)}
.mb-0{margin-bottom:0}.mb-1{margin-bottom:1rem}.mb-2{margin-bottom:2rem}.mb-3{margin-bottom:3rem}.mb-4{margin-bottom:4rem}
.mt-1{margin-top:1rem}.mt-2{margin-top:2rem}.mt-3{margin-top:3rem}.mt-4{margin-top:4rem}
.pt-0{padding-top:0}.pb-0{padding-bottom:0}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}

/* --------------------------------------------------------------------------
   5. HEADER
   -------------------------------------------------------------------------- */
.site-header{position:fixed;top:0;left:0;width:100%;z-index:1000;background:var(--white);transition:box-shadow var(--ease)}
.site-header.scrolled{box-shadow:0 2px 20px rgba(0,0,0,.08)}
.header-inner{display:flex;align-items:center;justify-content:space-between;max-width:var(--max-w);margin:0 auto;padding:0 24px;height:72px}
.header-logo img{height:44px;width:auto}
body{padding-top:72px}

.main-nav{display:flex;align-items:center}
.main-nav__list{display:flex;align-items:center;gap:0}
.main-nav__item{position:relative}
.main-nav__link{display:flex;align-items:center;gap:4px;padding:24px 14px;font-size:1.4rem;font-weight:500;color:var(--text);white-space:nowrap;transition:color var(--ease)}
.main-nav__link:hover{color:var(--blue)}
.main-nav__chevron{display:inline-flex;width:14px;height:14px}
.main-nav__chevron svg{width:14px;height:14px;transition:transform .3s}

.main-nav__dropdown{position:absolute;top:100%;left:0;min-width:250px;background:var(--white);box-shadow:var(--shadow-lg);border-radius:0 0 var(--radius-sm) var(--radius-sm);opacity:0;visibility:hidden;transform:translateY(8px);transition:all .25s ease;z-index:100}
.main-nav__item:hover .main-nav__dropdown{opacity:1;visibility:visible;transform:translateY(0)}
.main-nav__dropdown a{display:block;padding:11px 20px;font-size:1.4rem;color:var(--text);transition:background .15s,color .15s}
.main-nav__dropdown a:hover{background:var(--blue-5);color:var(--blue-dark)}

.header-phone{display:flex;align-items:center;gap:8px;padding:10px 22px;background:var(--blue);color:var(--white);border-radius:var(--radius-pill);font-weight:600;font-size:1.4rem;white-space:nowrap;transition:background var(--ease)}
.header-phone:hover{background:var(--blue-dark);color:var(--white)}
.header-phone svg{width:18px;height:18px;flex-shrink:0}

.nav-toggle{display:none;background:none;border:none;cursor:pointer;padding:12px}
.nav-toggle__line{display:block;width:24px;height:2px;background:var(--text);margin:5px 0;border-radius:2px;transition:var(--ease)}

@media(max-width:991px){
  .nav-toggle{display:block}
  .main-nav{position:fixed;top:0;left:-100%;width:85%;max-width:340px;height:100vh;background:var(--white);flex-direction:column;align-items:flex-start;padding:72px 24px 24px;overflow-y:auto;transition:left .35s ease;z-index:999;box-shadow:4px 0 30px rgba(0,0,0,.12)}
  .main-nav.open{left:0}
  .main-nav__list{flex-direction:column;align-items:flex-start;width:100%}
  .main-nav__item{width:100%}
  .main-nav__link{padding:13px 0;border-bottom:1px solid var(--grey);width:100%}
  .main-nav__dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;display:none;padding-left:16px}
  .main-nav__dropdown.open{display:block}
  .main-nav__dropdown a{padding:10px 0;border-bottom:1px solid var(--grey)}
  .header-phone--desktop{display:none}
}
.nav-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:998;display:none}
.nav-overlay.active{display:block}
.mobile-phone-bar{display:none;position:fixed;bottom:0;left:0;width:100%;z-index:997;background:var(--dark)}
.mobile-phone-bar a{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--white);font-weight:700;font-size:1.5rem;padding:14px 0;text-decoration:none}
.mobile-phone-bar svg{width:20px;height:20px;flex-shrink:0}
.mobile-bar__phone{background:var(--blue-dark)}
.mobile-bar__whatsapp{background:#1AAB4C}
@media(max-width:991px){.mobile-phone-bar{display:grid;grid-template-columns:1fr 1fr}body{padding-bottom:52px}}

/* --------------------------------------------------------------------------
   6. HERO
   -------------------------------------------------------------------------- */
.hero{position:relative;width:100%;min-height:680px;background-size:cover;background-position:right center;background-repeat:no-repeat;overflow:hidden;border-bottom-right-radius:160px}
.hero__overlay{position:absolute;inset:0;background:linear-gradient(105deg,var(--blue-darkest) 0%,var(--blue-dark) 40%,rgba(0,99,174,.4) 65%,transparent 85%)}
.hero__inner{position:relative;z-index:1;display:flex;align-items:center;max-width:var(--max-w);margin:0 auto;padding:60px 24px;min-height:680px}
.hero__content{max-width:600px;color:var(--white)}
.hero__content h1{color:var(--white);margin-bottom:1.6rem;line-height:1.15}
.hero__content>p{color:rgba(255,255,255,.88);font-size:1.8rem;line-height:1.7;margin-bottom:2rem}

.trust-badges{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.trust-badges img{height:auto;width:auto;max-width:160px;background:var(--white);border-radius:10px;padding:8px 14px;box-shadow:0 2px 12px rgba(0,0,0,.1)}

.hero-features{display:flex;flex-wrap:wrap;gap:6px 24px}
.hero-feature{display:flex;align-items:center;gap:8px;color:rgba(255,255,255,.92);font-size:1.45rem;font-weight:500;padding:4px 0}
.hero-feature svg{width:20px;height:20px;flex-shrink:0;color:var(--blue);filter:drop-shadow(0 0 4px rgba(0,171,227,.4))}

@media(max-width:991px){.hero,.hero__inner{min-height:560px}}
@media(max-width:767px){.hero__content{max-width:100%}.hero__content>p{font-size:1.6rem}.hero__overlay{width:100%;background:linear-gradient(180deg,rgba(0,38,83,.9) 40%,rgba(0,99,174,.7) 100%)}.hero{border-bottom-right-radius:60px;min-height:auto}.hero__inner{min-height:auto;padding:48px 24px}}
@media(max-width:425px){.hero-features{flex-direction:column}.trust-badges{flex-direction:column;align-items:flex-start}.trust-badges img{height:44px}}

/* --------------------------------------------------------------------------
   7. BUTTONS
   -------------------------------------------------------------------------- */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 32px;font-weight:600;font-size:1.5rem;border-radius:var(--radius-pill);border:2px solid transparent;cursor:pointer;transition:all var(--ease);white-space:nowrap;line-height:1.2}
.btn svg{width:18px;height:18px;flex-shrink:0}
.btn--primary{background:var(--blue);color:var(--white);border-color:var(--blue);box-shadow:0 4px 14px rgba(0,171,227,.3)}
.btn--primary:hover{background:var(--blue-dark);border-color:var(--blue-dark);color:var(--white);box-shadow:0 6px 20px rgba(0,99,174,.35);transform:translateY(-1px)}
.btn--outline{background:transparent;color:var(--blue-dark);border-color:var(--blue-dark)}
.btn--outline:hover{background:var(--blue-dark);color:var(--white)}
.btn--white{background:var(--white);color:var(--blue-dark);border-color:var(--white)}
.btn--white:hover{background:var(--blue);color:var(--white);border-color:var(--blue)}
.btn--hero-phone{background:var(--white);color:var(--blue-dark);border-color:var(--white);padding:14px 28px;font-size:1.6rem;font-weight:700}
.btn--hero-phone:hover{background:var(--blue);color:var(--white);border-color:var(--blue)}
.btn--hero-phone svg{width:20px;height:20px}
.btn--sm{padding:10px 22px;font-size:1.35rem}
.btn-text{display:inline-flex;align-items:center;gap:6px;font-weight:600;font-size:1.4rem;color:var(--blue-dark)}
.btn-text:hover{color:var(--blue-darkest)}
.btn-text svg{width:16px;height:16px}
@media(max-width:479px){.btn{width:100%}.btn--sm{width:auto}}

/* --------------------------------------------------------------------------
   8. ICON ROW (About benefits)
   -------------------------------------------------------------------------- */
.icon-row{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.icon-box{display:flex;align-items:center;gap:12px;padding:12px 18px;background:var(--blue-5);border-radius:var(--radius-sm);border:1px solid var(--blue-20)}
.icon-box__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:38px;height:38px;background:var(--blue-10);border-radius:50%}
.icon-box__icon svg{width:18px;height:18px;color:var(--blue)}
.icon-box__text{font-size:1.4rem;font-weight:600;color:var(--text)}
@media(max-width:479px){.icon-row{grid-template-columns:1fr}}

/* --------------------------------------------------------------------------
   9. SERVICE DETAIL CARDS
   -------------------------------------------------------------------------- */
.service-detail-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.service-detail-card{background:var(--white);border-radius:var(--radius);box-shadow:0 2px 16px rgba(0,0,0,.08);overflow:hidden;transition:transform var(--ease),box-shadow var(--ease)}
.service-detail-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px rgba(0,0,0,.14)}
.service-detail-card__image img{width:100%;height:200px;object-fit:cover;border-radius:12px 12px 0 0}
.service-detail-card__body{padding:24px}
.service-detail-card__body h3{font-size:1.8rem}
.service-detail-card__body h3 a{color:var(--text)}
.service-detail-card__body h3 a:hover{color:var(--blue)}
.service-detail-card__body p{font-size:1.45rem;color:var(--text-muted);line-height:1.7;margin-bottom:16px}
@media(max-width:991px){.service-detail-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.service-detail-grid{grid-template-columns:1fr}}

/* --------------------------------------------------------------------------
   10. PROCESS STEPS
   -------------------------------------------------------------------------- */
.process-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}
.process-step{display:flex;flex-direction:column;min-height:100%;padding:32px 28px;background:rgba(255,255,255,.1);border-radius:var(--radius);backdrop-filter:blur(6px);transition:background var(--ease)}
.process-step:hover{background:rgba(255,255,255,.15)}
.process-step__icon{width:72px;height:72px;border-radius:50%;background:rgba(0,171,227,.12);display:flex;align-items:center;justify-content:center;margin:0 auto 20px}
.process-step__icon svg{width:32px;height:32px;color:var(--blue)}
.process-step__number{font-family:var(--font-heading);font-size:2rem;font-weight:700;margin-bottom:10px}
.process-step p{font-size:1.5rem;line-height:1.7;color:var(--text-muted);margin-bottom:.8rem}
.section--parallax .process-step{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.12)}
.section--parallax .process-step:hover{background:rgba(255,255,255,.16)}
.section--parallax .process-step__icon{background:rgba(255,255,255,.18)}
.section--parallax .process-step__icon svg{color:var(--white)}
.section--parallax .process-step__number{color:var(--white)}
.section--parallax .process-step p{color:rgba(255,255,255,.8)}
@media(max-width:767px){.process-steps{grid-template-columns:1fr;gap:20px}.process-step{padding:24px 20px}}

/* --------------------------------------------------------------------------
   11. FAQ ACCORDION
   -------------------------------------------------------------------------- */
.faq-list{max-width:860px;margin:0 auto}
.faq-item{border-bottom:1px solid var(--grey)}
.faq-item__question{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:20px 0;background:none;border:none;cursor:pointer;text-align:left;font-size:1.7rem;font-weight:600;color:var(--text);line-height:1.5}
.faq-item__question:hover{color:var(--blue)}
.faq-item__icon{flex-shrink:0;width:24px;height:24px;color:var(--blue);transition:transform .3s}
.faq-item__icon svg{width:24px;height:24px}
.faq-item.active .faq-item__icon{transform:rotate(45deg)}
.faq-item__answer{max-height:0;overflow:hidden;transition:max-height .35s ease}
.faq-item.active .faq-item__answer{max-height:2000px;padding-bottom:20px}
.faq-item__answer p{font-size:1.55rem;line-height:1.75;color:var(--text-muted)}

/* --------------------------------------------------------------------------
   11b. TESTIMONIAL CARDS
   -------------------------------------------------------------------------- */
.testimonial-card{background:var(--white);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow);border-left:4px solid var(--blue)}
.testimonial-card p{font-size:1.5rem;line-height:1.75;color:var(--text);font-style:italic;margin-bottom:12px}
.testimonial-card footer{font-size:1.35rem;color:var(--text-muted);font-style:normal}
.text-left{text-align:left}

/* --------------------------------------------------------------------------
   12. MORE SERVICES TAGS
   -------------------------------------------------------------------------- */
.more-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.more-service-tag{display:block;padding:8px 16px;background:var(--blue-5);border:1px solid var(--blue-20);border-radius:20px;font-size:1.35rem;font-weight:500;color:var(--text);transition:all var(--ease);text-align:center;text-decoration:none}
.more-service-tag:hover{background:var(--blue);color:var(--white);border-color:var(--blue)}
@media(max-width:767px){.more-services-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:479px){.more-services-grid{grid-template-columns:1fr}}

/* --------------------------------------------------------------------------
   13. BLOG CARDS
   -------------------------------------------------------------------------- */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.blog-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform var(--ease),box-shadow var(--ease)}
.blog-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.blog-card img{width:100%;height:200px;object-fit:cover}
.blog-card__body{padding:24px}
.blog-card__body h3{font-size:1.7rem;margin-bottom:.8rem}
.blog-card__body h3 a{color:var(--text)}
.blog-card__body h3 a:hover{color:var(--blue)}
.blog-card__body p{font-size:1.4rem;color:var(--text-muted);line-height:1.7;margin-bottom:12px}
@media(max-width:991px){.blog-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.blog-grid{grid-template-columns:1fr}}

/* --------------------------------------------------------------------------
   14. PROJECT CARDS (listing page)
   -------------------------------------------------------------------------- */
.project-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}
.project-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;transition:transform var(--ease),box-shadow var(--ease)}
.project-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg)}
.project-card img{width:100%;height:240px;object-fit:cover}
.project-card__body{padding:24px}
.project-card__body time{font-size:1.2rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;display:block;margin-bottom:8px}
.project-card__body h2{font-size:2rem;margin-bottom:8px}
.project-card__body h2 a{color:var(--text)}
.project-card__body h2 a:hover{color:var(--blue)}
.project-card__body p{font-size:1.4rem;color:var(--text-muted);margin-bottom:12px}
@media(max-width:600px){.project-cards{grid-template-columns:1fr}}

/* --------------------------------------------------------------------------
   15. PROJECT PAGE
   -------------------------------------------------------------------------- */
.breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:6px;font-size:1.35rem;color:var(--text-muted);margin-bottom:16px}
.section--blue .breadcrumb{margin-bottom:12px}
.section--breadcrumb-only{padding:20px 0 0}
.section--breadcrumb-only+.section{padding-top:24px}
.breadcrumb a{color:var(--blue-dark)}
.breadcrumb a:hover{text-decoration:underline}
.breadcrumb__sep{color:var(--text-muted)}
.hero .breadcrumb,.section--blue .breadcrumb{color:rgba(255,255,255,.6);margin-bottom:20px}
.hero .breadcrumb a,.section--blue .breadcrumb a{color:rgba(255,255,255,.8)}
.hero .breadcrumb a:hover,.section--blue .breadcrumb a:hover{color:var(--white)}
.hero .breadcrumb__sep,.section--blue .breadcrumb__sep{color:rgba(255,255,255,.4)}
.project-content h2{margin-top:3rem;margin-bottom:1.2rem}
.project-content p{font-size:1.6rem;line-height:1.8}
.project-content ul,.project-content ol{padding-left:2.4rem;margin-bottom:2rem}
.project-content ul{list-style:disc}
.project-content ol{list-style:decimal}
.project-content li{font-size:1.6rem;line-height:1.8;margin-bottom:.5rem}
.project-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}
.project-gallery a{display:block;border-radius:var(--radius-sm);overflow:hidden}
.project-gallery img{width:100%;height:240px;object-fit:cover;transition:transform .3s}
.project-gallery a:hover img{transform:scale(1.05)}
@media(max-width:600px){
  .project-gallery{grid-template-columns:repeat(2,1fr);gap:8px}
  .project-gallery img{height:140px}
  .project-gallery.has-toggle{overflow:hidden;transition:max-height .5s ease}
  .project-gallery.has-toggle a:nth-child(n+7){opacity:0;max-height:0;overflow:hidden;margin:0;padding:0;transition:opacity .4s ease,max-height .4s ease}
  .project-gallery.has-toggle.expanded a:nth-child(n+7){opacity:1;max-height:300px;margin:0;padding:0}
}
.gallery-toggle{display:none;margin-top:16px}
@media(max-width:600px){.gallery-toggle{display:block;text-align:center}}

/* --------------------------------------------------------------------------
   16. ARTICLE (blog post)
   -------------------------------------------------------------------------- */
.article-content{max-width:780px;margin:0 auto}
.article-content h2{margin-top:3rem;margin-bottom:1.2rem}
.article-content h3{margin-top:2rem;margin-bottom:.8rem}
.article-content p{font-size:1.6rem;line-height:1.85}
.article-content img{border-radius:var(--radius);margin:2rem 0}
.article-content ul,.article-content ol{padding-left:2.4rem;margin-bottom:2rem}
.article-content ul{list-style:disc}
.article-content ol{list-style:decimal}
.article-content li{font-size:1.6rem;line-height:1.8;margin-bottom:.5rem}
.article-content blockquote{border-left:4px solid var(--blue);padding:16px 24px;margin:2rem 0;background:var(--blue-5);border-radius:0 var(--radius-sm) var(--radius-sm) 0}

/* --------------------------------------------------------------------------
   17. QUOTE FORM
   -------------------------------------------------------------------------- */
.quote-form-section{background:linear-gradient(135deg,var(--blue-darkest) 0%,var(--blue-dark) 100%);color:var(--white)}
.quote-form-section h2,.quote-form-section p{color:var(--white)}
.quote-form-section .text-muted{color:rgba(255,255,255,.7)}
.quote-form{max-width:680px;margin:0 auto}
.form-group{margin-bottom:18px}
.form-group label{display:block;font-size:1.4rem;font-weight:600;margin-bottom:6px;color:var(--white)}
.form-group input,.form-group select,.form-group textarea{width:100%;padding:14px 16px;font-size:1.5rem;border:2px solid rgba(255,255,255,.25);border-radius:var(--radius-sm);background:rgba(255,255,255,.08);color:var(--white);transition:border-color var(--ease),box-shadow var(--ease),background var(--ease)}
.form-group input::placeholder,.form-group select::placeholder,.form-group textarea::placeholder{color:rgba(255,255,255,.45)}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--blue);background:rgba(255,255,255,.14);box-shadow:0 0 0 3px rgba(0,171,227,.25)}
.form-group textarea{resize:vertical;min-height:110px}
.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}
.form-group select option{background:var(--blue-darkest);color:var(--white)}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
@media(max-width:600px){.form-row{grid-template-columns:1fr}}
.form-status{padding:14px;border-radius:var(--radius-sm);font-size:1.4rem;font-weight:600;margin-top:12px;display:none}
.form-status--success{display:block;background:rgba(212,237,218,.15);color:#a3e4b0;border:1px solid rgba(195,230,203,.3)}
.form-status--error{display:block;background:rgba(248,215,218,.15);color:#f5a0a8;border:1px solid rgba(245,198,203,.3)}

/* --------------------------------------------------------------------------
   18. CTA BOX (footer)
   -------------------------------------------------------------------------- */
.cta-box{width:100%;padding:48px 56px;background:linear-gradient(135deg,var(--blue) 0%,var(--blue-dark) 100%);border-radius:var(--radius);display:flex;flex-direction:column;align-items:flex-start;gap:16px;color:var(--white)}
.cta-box h2,.cta-box p{color:var(--white)}
@media(max-width:767px){.cta-box{padding:36px 28px;text-align:center;align-items:center}}

/* --------------------------------------------------------------------------
   19. FOOTER
   -------------------------------------------------------------------------- */
.site-footer{background:var(--dark);color:var(--white);padding:80px 0 30px}
.footer-inner{max-width:var(--max-w);margin:0 auto;padding:0 24px}
.footer-nav{display:grid;grid-template-columns:repeat(5,1fr);gap:32px;margin-bottom:40px}
.footer-col{display:flex;flex-direction:column;gap:12px}
.footer-col__title{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;margin-bottom:4px}
.footer-col a{color:rgba(255,255,255,.75);font-size:1.45rem;transition:color var(--ease)}
.footer-col a:hover{color:var(--white)}
.footer-col a svg{width:18px;height:18px;flex-shrink:0}
.footer-col span:not(.footer-col__title){font-size:1.45rem;color:rgba(255,255,255,.65)}
.footer-social{display:flex;gap:14px;margin-top:10px;flex-wrap:wrap}
.footer-social a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.08);color:rgba(255,255,255,.75);transition:background var(--ease),color var(--ease),transform var(--ease)}
.footer-social a:hover{background:var(--blue);color:var(--white);transform:translateY(-2px)}
.footer-social a svg{width:18px;height:18px;flex-shrink:0}
.footer-divider{width:100%;height:1px;background:rgba(255,255,255,.12);margin:28px 0}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:1.3rem;color:rgba(255,255,255,.5)}
.footer-bottom a{color:rgba(255,255,255,.5)}
.footer-bottom a:hover{color:var(--white)}
@media(max-width:991px){.footer-nav{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.footer-nav{grid-template-columns:repeat(2,1fr)}.footer-bottom{flex-direction:column;gap:8px;text-align:center}}

/* --------------------------------------------------------------------------
   20. CONTACT STRIP
   -------------------------------------------------------------------------- */
.contact-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center}
.contact-strip__item svg{display:block;width:36px;height:36px;color:var(--blue);margin:0 auto 10px}
.contact-strip__item dt{font-family:var(--font-heading);font-size:1.8rem;font-weight:700;margin-bottom:4px}
.contact-strip__item dd{margin:0}
.contact-strip__item a{color:var(--blue);font-weight:700;font-size:1.8rem}
@media(max-width:600px){.contact-strip{grid-template-columns:1fr;gap:20px}.contact-strip__item svg{width:28px;height:28px;margin-bottom:6px}.contact-strip__item dt{font-size:1.6rem}.contact-strip__item a{font-size:1.5rem;overflow-wrap:anywhere;word-break:break-word}}

/* --------------------------------------------------------------------------
   21. COVERAGE MAP SECTION
   -------------------------------------------------------------------------- */
.map-wrap{border-radius:var(--radius);overflow:hidden;height:420px}
.map-wrap iframe{width:100%;height:100%;border:0}
.map-lazy{position:relative;width:100%;height:320px;overflow:hidden;cursor:pointer}
.map-lazy__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(135deg,var(--blue-darkest) 0%,var(--blue-dark) 100%);color:var(--white);gap:12px;transition:opacity var(--ease)}
.map-lazy__placeholder svg{opacity:.6}
.map-lazy__placeholder span{font-size:1.4rem;font-weight:600;opacity:.8}
.map-lazy__placeholder:hover svg,.map-lazy__placeholder:hover span{opacity:1}
.map-lazy iframe{width:100%;height:100%;border:0}
.map-lazy.loaded .map-lazy__placeholder{display:none}

/* --------------------------------------------------------------------------
   22. TRUST STRIP (service pages)
   -------------------------------------------------------------------------- */
.trust-strip{display:flex;flex-wrap:wrap;gap:10px 28px;padding:16px 0}
.trust-strip__item{display:flex;align-items:center;gap:7px;font-size:1.4rem;font-weight:600;white-space:nowrap}
.trust-strip__item svg{width:18px;height:18px;min-width:18px;color:currentColor}
.trust-strip--white .trust-strip__item{color:var(--white)}
@media(max-width:767px){.trust-strip__item{flex:0 0 calc(50% - 14px);font-size:1.3rem}}
@media(max-width:425px){.trust-strip__item{flex:0 0 100%}}

/* --------------------------------------------------------------------------
   23. SERVICE PAGE COMPONENTS
   -------------------------------------------------------------------------- */
.service-cards{display:flex;flex-direction:column;gap:24px}
.service-card{border-radius:var(--radius);background:var(--white);border:1px solid var(--blue-20);overflow:hidden}
.service-card__header{display:flex;align-items:center;gap:20px;padding:24px}
.service-card__icon{width:72px;height:72px;min-width:72px;border-radius:50%;background:var(--blue-10);display:flex;align-items:center;justify-content:center}
.service-card__icon svg{width:32px;height:32px;color:var(--blue)}
.service-card__title{font-size:2rem;font-weight:700}
.service-card__body{padding:0 24px 24px}
.service-card{padding:24px}
.service-card__body p{font-size:1.5rem;line-height:1.75}
.service-card__tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}
.service-card__tag{padding:4px 12px;border:1px solid var(--blue-dark);border-radius:var(--radius-pill);font-size:1.3rem;color:var(--blue-darkest);background:var(--blue-5)}
.coverage-tags{display:flex;flex-wrap:wrap;gap:8px}
.coverage-tag{padding:8px 18px;border:1px solid var(--blue-20);border-radius:var(--radius-pill);font-size:1.4rem;color:var(--text);background:var(--blue-5);text-decoration:none;transition:all var(--ease)}
a.coverage-tag:hover{background:var(--blue);color:var(--white);border-color:var(--blue)}
/* Accent border — auto-applies to plain article H3s in grids (not cards with their own styling) */
.grid article:not([class*="card"]) h3{padding-left:14px;border-left:3px solid var(--blue)}
.postcode-list{display:flex;flex-direction:column;gap:16px;margin-bottom:2rem}
.postcode-item{display:flex;gap:14px;align-items:flex-start;font-size:1.55rem;line-height:1.8}
.postcode-badge{display:inline-flex;align-items:center;justify-content:center;min-width:50px;padding:4px 12px;background:var(--blue);color:var(--white);font-family:var(--font-heading);font-size:1.3rem;font-weight:700;border-radius:var(--radius-pill);flex-shrink:0;margin-top:3px}
.content-list{list-style:disc;padding-left:2.4rem;margin-bottom:2rem}
.content-list li{font-size:1.55rem;line-height:1.8;margin-bottom:.5rem}
.callout{padding:36px;border:3px dashed var(--blue);border-radius:var(--radius);text-align:center;background:var(--blue-5)}
.callout h2{color:var(--blue-dark)}
.key-takeaways{padding:28px 32px;border-radius:var(--radius);margin:2.4rem 0;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #bae6fd}
.key-takeaways h2{color:var(--blue-dark);margin-bottom:16px;font-size:2rem}
.key-takeaways ul{margin:0;padding-left:2rem}
.key-takeaways li{font-size:1.5rem;line-height:1.8;margin-bottom:.8rem}
.fact-box{padding:24px 28px;border-radius:var(--radius);margin:2.4rem 0;border-left:4px solid}
.fact-box .fact-title{font-weight:700;font-size:1.5rem;letter-spacing:.5px;margin-bottom:12px;display:block}
.fact-box ul{margin:0;padding-left:2rem}
.fact-box li{font-size:1.5rem;line-height:1.7;margin-bottom:.6rem}
.fact-box--purple{background:#f3e8ff;border-color:#8b5cf6;color:#1a1a2e}
.fact-box--purple .fact-title{color:#7c3aed}
.fact-box--green{background:#ecfdf5;border-color:#10b981;color:#1a1a2e}
.fact-box--green .fact-title{color:#059669}
.fact-box--yellow{background:#fefce8;border-color:#eab308;color:#1a1a2e}
.fact-box--yellow .fact-title{color:#ca8a04}
.fact-box--blue{background:#eff6ff;border-color:var(--blue);color:#1a1a2e}
.fact-box--blue .fact-title{color:var(--blue-dark)}
.extra-tip{font-size:1.5rem;font-style:italic;padding:16px 24px;background:#fdf4ff;border-radius:var(--radius);margin:2rem 0;border-left:3px solid #c084fc}
.extra-tip strong{font-style:normal;color:#7c3aed}
.blog-table{width:100%;border-collapse:collapse;margin:2rem 0;font-size:1.5rem}
.blog-table th{background:var(--blue-darkest);color:var(--white);padding:12px 16px;text-align:left;font-weight:600}
.blog-table td{padding:10px 16px;border-bottom:1px solid var(--grey)}
.blog-table tr:nth-child(even) td{background:var(--off-white)}
.blog-table .table-group{background:var(--blue-10);font-weight:700;color:var(--blue-dark)}
.case-study-card{padding:40px;background:var(--off-white);border-radius:var(--radius);border:1px solid var(--grey)}
.case-study-col{text-align:center}
.case-study-col p{text-align:left}
.case-study-icon{width:56px;height:56px;border-radius:50%;background:var(--blue-10);display:flex;align-items:center;justify-content:center;margin:0 auto 16px}
.case-study-icon svg{color:var(--blue)}
@media(max-width:767px){.case-study-card{padding:28px 20px}}

/* --------------------------------------------------------------------------
   24. RATING STARS
   -------------------------------------------------------------------------- */
.rating-stars{display:flex;gap:2px}
.rating-stars svg{width:22px;height:22px;color:var(--gold)}

/* --------------------------------------------------------------------------
   25. CONTACT SIDEBAR
   -------------------------------------------------------------------------- */
.contact-sidebar{padding:20px;background:var(--blue-5);border-radius:var(--radius-sm);border-left:4px solid var(--blue)}

/* --------------------------------------------------------------------------
   26. W-100 helper
   -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   QUOTE MODAL
   -------------------------------------------------------------------------- */
.quote-modal{display:none;position:fixed;inset:0;z-index:2000;align-items:center;justify-content:center}
.quote-modal.open{display:flex}
.quote-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.6);backdrop-filter:blur(4px)}
.quote-modal__inner{position:relative;width:100%;max-width:680px;max-height:90vh;overflow-y:auto;margin:20px;border-radius:var(--radius);background:linear-gradient(135deg,var(--blue-darkest) 0%,var(--blue-dark) 100%);padding:40px;box-shadow:var(--shadow-lg)}
.quote-modal__close{position:absolute;top:16px;right:16px;background:none;border:none;color:rgba(255,255,255,.7);cursor:pointer;padding:8px;transition:color var(--ease)}
.quote-modal__close:hover{color:var(--white)}
.quote-modal__close svg{width:24px;height:24px}
@media(max-width:600px){.quote-modal__inner{padding:24px 16px;margin:10px}}

/* --------------------------------------------------------------------------
   BEFORE/AFTER COMPARISON
   -------------------------------------------------------------------------- */
.before-after{display:grid;grid-template-columns:1fr 1fr;gap:3px;background:var(--blue);border-radius:var(--radius);overflow:hidden;border:3px solid var(--blue)}
.before-after img{width:100%;height:100%;object-fit:cover;display:block}
.before-after__label{position:relative}
.before-after__label::after{content:attr(data-label);position:absolute;top:12px;left:12px;background:var(--blue);color:var(--white);font-family:var(--font-heading);font-size:1.3rem;font-weight:700;padding:4px 14px;border-radius:var(--radius-pill)}
@media(max-width:600px){.before-after{grid-template-columns:1fr;gap:3px;background:var(--blue)}}

.w-100{width:100%}
.btn-row{display:flex;flex-wrap:wrap;gap:15px}
.btn-row--center{justify-content:center}
@media(max-width:479px){.btn-row{flex-direction:column}}
.rounded{border-radius:var(--radius-sm);overflow:hidden}
.rounded-md{border-radius:var(--radius);overflow:hidden}
.section-header{display:flex;justify-content:space-between;align-items:center}
.img-cover{width:100%;object-fit:cover}

/* --------------------------------------------------------------------------
   27. LOCALIZED SERVICE PAGE COMPONENTS (roof / render Northampton)
   Consolidated here so localized pages use main.css only (no per-page CSS).
   -------------------------------------------------------------------------- */

/* Hero price pill */
.hero__price-pill{display:inline-flex;align-items:center;gap:10px;padding:8px 18px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.25);border-radius:var(--radius-pill);font-size:1.4rem;font-weight:600;color:var(--white);margin-bottom:18px;backdrop-filter:blur(6px)}
.hero__price-pill .dot{width:8px;height:8px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 4px rgba(0,171,227,.25)}

/* Page hero backgrounds (gradient + image baked in; overlay hidden) */
.hero--render-northampton{background-image:linear-gradient(95deg,rgba(0,38,83,.92) 0%,rgba(0,38,83,.78) 40%,rgba(0,99,174,.35) 70%,rgba(0,99,174,.05) 100%),url('/assets/images/render-cleaning-northampton/hero-red-algae-before-after.webp');background-size:cover;background-position:center right}
.hero--render-northampton .hero__overlay{display:none}
.hero--roof-northampton{background-image:linear-gradient(95deg,rgba(0,38,83,.92) 0%,rgba(0,38,83,.78) 38%,rgba(0,99,174,.35) 70%,rgba(0,99,174,.05) 100%),url('/assets/images/roof-cleaning-northampton/terracotta-farmhouse-hero.webp');background-size:cover;background-position:center right}
.hero--roof-northampton .hero__overlay{display:none}

/* Stat strip */
.stat-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;padding:32px;background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border-radius:var(--radius);border:1px solid #bae6fd;margin-bottom:40px}
.stat-strip__item{text-align:center}
.stat-strip__num{font-family:var(--font-heading);font-size:3.2rem;font-weight:800;color:var(--blue-darkest);line-height:1;margin-bottom:6px}
.stat-strip__label{font-size:1.35rem;color:var(--text-muted);font-weight:500}
@media(max-width:600px){.stat-strip{grid-template-columns:repeat(2,1fr);padding:24px 16px}.stat-strip__num{font-size:2.6rem}}

/* Before/after pair card */
.ba-pair{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}
.ba-pair__img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;background:var(--grey)}
.ba-pair__body{padding:18px 22px}
.ba-pair__body h3{font-size:1.7rem;margin-bottom:.4rem}
.ba-pair__body p{font-size:1.4rem;color:var(--text-muted);margin:0;line-height:1.6}
.ba-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:991px){.ba-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.ba-grid{grid-template-columns:1fr}}

/* Postcode cards */
.postcode-card{background:var(--white);border-radius:var(--radius);padding:24px 28px;border:1px solid var(--grey);box-shadow:0 2px 14px rgba(0,0,0,.04);height:100%}
.postcode-card .postcode-badge{margin-bottom:10px;display:inline-flex}
.postcode-card h3{font-size:1.7rem;margin-bottom:.4rem}
.postcode-card p{font-size:1.45rem;color:var(--text-muted);margin:0}
.postcode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
@media(max-width:991px){.postcode-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.postcode-grid{grid-template-columns:1fr}}

/* Reasons grid */
.reasons-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:991px){.reasons-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.reasons-grid{grid-template-columns:1fr}}
.reason-card{background:var(--white);border-radius:var(--radius);padding:28px;border:1px solid var(--grey);box-shadow:0 2px 14px rgba(0,0,0,.04);transition:transform var(--ease),box-shadow var(--ease)}
.reason-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.reason-card__icon{width:48px;height:48px;border-radius:12px;background:var(--blue-10);display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:var(--blue)}
.reason-card__icon svg{width:24px;height:24px}
.reason-card h3{font-size:1.7rem;margin-bottom:.6rem}
.reason-card p{font-size:1.45rem;color:var(--text-muted);line-height:1.7;margin:0}

/* Stain pills row (render) */
.stain-row{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
@media(max-width:767px){.stain-row{grid-template-columns:repeat(2,1fr)}}
@media(max-width:425px){.stain-row{grid-template-columns:1fr}}
.stain-card{background:var(--white);border-radius:var(--radius);padding:22px;border:1px solid var(--grey);box-shadow:0 2px 12px rgba(0,0,0,.04)}
.stain-card__swatch{width:36px;height:36px;border-radius:50%;margin-bottom:14px;border:2px solid rgba(0,0,0,.06)}
.stain-card--green .stain-card__swatch{background:#2c6e3a}
.stain-card--red .stain-card__swatch{background:#a83820}
.stain-card--black .stain-card__swatch{background:#1a1a1a}
.stain-card--grey .stain-card__swatch{background:#9aa0a6}
.stain-card h3{font-size:1.6rem;margin-bottom:.4rem}
.stain-card p{font-size:1.4rem;color:var(--text-muted);line-height:1.65;margin:0}

/* Numbered process cards (render) */
.process-light{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
@media(max-width:991px){.process-light{grid-template-columns:repeat(2,1fr)}}
@media(max-width:479px){.process-light{grid-template-columns:1fr}}
.process-light__step{background:var(--white);border-radius:var(--radius);padding:26px 22px;border:1px solid var(--grey);box-shadow:0 2px 12px rgba(0,0,0,.04);position:relative}
.process-light__num{font-family:var(--font-heading);font-size:1.3rem;font-weight:800;color:var(--blue);letter-spacing:.1em;margin-bottom:8px;display:block}
.process-light__step h3{font-size:1.7rem;margin-bottom:.6rem;color:var(--blue-darkest)}
.process-light__step p{font-size:1.45rem;color:var(--text-muted);line-height:1.7;margin:0}

/* Method cards (image + text) for "How we clean" (roof) */
.method-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:991px){.method-grid{grid-template-columns:1fr}}
.method-card{background:var(--white);border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden;display:flex;flex-direction:column}
.method-card__img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block;background:var(--grey)}
.method-card__body{padding:24px 26px}
.method-card__num{font-family:var(--font-heading);font-size:1.3rem;font-weight:800;color:var(--blue);letter-spacing:.1em;margin-bottom:8px;display:block}
.method-card__body h3{font-size:1.8rem;margin-bottom:.6rem}
.method-card__body p{font-size:1.45rem;line-height:1.7;margin:0;color:var(--text-muted)}
.section--blue .method-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);box-shadow:none}
.section--blue .method-card__body h3{color:var(--white)}
.section--blue .method-card__body p{color:rgba(255,255,255,.85)}

/* "Never pressure wash" warning panel */
.warn-panel{background:#fff6f1;border:1px solid #f5c8b3;border-left:4px solid #d9531e;border-radius:var(--radius);padding:28px 32px}
.warn-panel h2{color:#a83820;margin-bottom:1rem}
.warn-panel ul{padding-left:2rem;list-style:disc}
.warn-panel li{font-size:1.55rem;line-height:1.8;color:var(--text);margin-bottom:.4rem}

/* WhatsApp quote panel */
.wa-panel{background:linear-gradient(135deg,#0f3d2e 0%,#1aab4c 100%);color:var(--white);border-radius:var(--radius);padding:40px;display:grid;grid-template-columns:1.4fr 1fr;gap:32px;align-items:center}
.wa-panel h2,.wa-panel p{color:var(--white)}
.wa-panel p{font-size:1.55rem;line-height:1.7;opacity:.95}
.wa-panel .btn-row{margin-top:12px}
.wa-panel .btn--wa{background:var(--white);color:#0f3d2e;border-color:var(--white)}
.wa-panel .btn--wa:hover{background:#0f3d2e;color:var(--white);border-color:#0f3d2e}
@media(max-width:767px){.wa-panel{grid-template-columns:1fr;padding:28px;text-align:center}.wa-panel .btn-row{justify-content:center}}

/* Booking steps (numbered) */
.booking-steps{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;counter-reset:bk}
@media(max-width:991px){.booking-steps{grid-template-columns:repeat(2,1fr)}}
@media(max-width:479px){.booking-steps{grid-template-columns:1fr}}
.booking-step{position:relative;padding-top:20px}
.booking-step::before{counter-increment:bk;content:counter(bk);display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:var(--blue);color:var(--white);font-family:var(--font-heading);font-weight:800;font-size:1.7rem;margin-bottom:14px;box-shadow:0 4px 12px rgba(0,171,227,.3)}
.booking-step h3{font-size:1.7rem;margin-bottom:.4rem}
.booking-step p{font-size:1.45rem;color:var(--text-muted);line-height:1.7;margin:0}

/* Pricing table polish */
.blog-table.price-table{border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}
.blog-table.price-table th:last-child,.blog-table.price-table td:last-child{text-align:right;font-weight:600;color:var(--blue-darkest)}
.blog-table.price-table td{padding:14px 20px;font-size:1.55rem}

/* Inline links inside dark blue sections */
.section--blue a.inline-link{color:#9ee2ff;border-bottom:1px solid rgba(158,226,255,.4)}
.section--blue a.inline-link:hover{color:var(--white);border-color:var(--white)}

/* ---- Get-quote page components ---- */
/* "What to include" checklist cards */
.include-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
@media(max-width:991px){.include-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.include-grid{grid-template-columns:1fr}}
.include-card{display:flex;gap:16px;align-items:flex-start;background:var(--white);border:1px solid var(--grey);border-radius:var(--radius);padding:24px;box-shadow:0 2px 14px rgba(0,0,0,.04)}
.include-card__icon{flex-shrink:0;width:46px;height:46px;border-radius:12px;background:var(--blue-10);display:flex;align-items:center;justify-content:center;color:var(--blue)}
.include-card__icon svg{width:22px;height:22px}
.include-card h3{font-size:1.6rem;margin-bottom:.3rem}
.include-card p{font-size:1.4rem;color:var(--text-muted);line-height:1.6;margin:0}

/* Pricing table cell modifiers */
.price-table .svc{font-weight:600;color:var(--text)}
.price-table .from{white-space:nowrap;font-family:var(--font-heading);font-weight:800;color:var(--blue-darkest)}
.price-table td .note{display:block;font-size:1.35rem;color:var(--text-muted);line-height:1.55;font-weight:400}
.price-table tr.is-bundle td{background:var(--blue-10)!important}
/* Wide variant (e.g. get-quote): last column is descriptive prose, not numbers - left-align it.
   Specificity-matched with the base rule above so source order (this rule wins) takes effect. */
.blog-table.price-table--wide th:last-child,.blog-table.price-table--wide td:last-child{text-align:left}
@media(max-width:600px){
  .price-table thead{display:none}
  .price-table,.price-table tbody,.price-table tr,.price-table td{display:block;width:100%}
  .price-table tr{border:1px solid var(--grey);border-radius:var(--radius-sm);margin-bottom:14px;overflow:hidden;box-shadow:none}
  .price-table td{border:none;padding:12px 16px!important}
  .price-table .svc{font-size:1.7rem;background:var(--off-white)}
  .price-table .from{font-size:1.8rem;text-align:left}
}

/* Reviews row + prefer-to-talk grid */
.reviews-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
@media(max-width:767px){.reviews-grid{grid-template-columns:1fr}}
.talk-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:40px}
@media(max-width:860px){.talk-grid{grid-template-columns:1fr;gap:28px}}

/* Drone survey feature (dark section) */
.drone-eyebrow{display:inline-flex;align-items:center;gap:10px;padding:7px 16px;border-radius:var(--radius-pill);background:rgba(0,171,227,.16);border:1px solid rgba(0,171,227,.4);color:#9ee2ff;font-size:1.25rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:18px}
.drone-eyebrow svg{width:16px;height:16px}
.drone-top{display:grid;grid-template-columns:1.05fr .95fr;gap:44px;align-items:center;margin-bottom:48px}
@media(max-width:860px){.drone-top{grid-template-columns:1fr;gap:28px}}
.drone-top p{font-size:1.55rem;line-height:1.75;color:rgba(255,255,255,.82)}
.img-ph{position:relative;border-radius:var(--radius);overflow:hidden;min-height:320px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.16)}
.img-ph img{width:100%;height:100%;min-height:320px;max-height:440px;object-fit:cover;display:block}
.drone-subhead{font-size:1.9rem;margin-bottom:18px}
.survey-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 32px;margin-bottom:48px}
@media(max-width:700px){.survey-grid{grid-template-columns:1fr}}
.survey-item{display:flex;gap:13px;align-items:flex-start;font-size:1.5rem;line-height:1.6;color:rgba(255,255,255,.88)}
.survey-item svg{flex-shrink:0;width:22px;height:22px;color:var(--blue);margin-top:3px}
.license-panel{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.14);border-left:4px solid var(--blue);border-radius:var(--radius);padding:34px 38px;margin-bottom:48px}
@media(max-width:600px){.license-panel{padding:26px 22px}}
.license-panel__badge{display:inline-flex;align-items:center;gap:10px;color:var(--blue);font-weight:700;font-size:1.4rem;letter-spacing:.02em;margin-bottom:18px}
.license-panel__badge svg{width:22px;height:22px}
.license-list{display:flex;flex-direction:column;gap:14px;list-style:none;padding:0;margin:0}
.license-list li{display:flex;gap:13px;align-items:flex-start;font-size:1.5rem;line-height:1.65;color:rgba(255,255,255,.82)}
.license-list li svg{flex-shrink:0;width:20px;height:20px;color:#9ee2ff;margin-top:3px}
.license-list strong{color:var(--white);font-weight:700}
.license-note{font-size:1.45rem;color:rgba(255,255,255,.7);margin:18px 0 0;font-style:italic}
.drone-compare{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:40px}
@media(max-width:700px){.drone-compare{grid-template-columns:1fr}}
.compare-card{border-radius:var(--radius);padding:28px 30px}
.compare-card h3{font-size:1.7rem;margin-bottom:.6rem;display:flex;align-items:center;gap:10px}
.compare-card h3 svg{width:24px;height:24px}
.compare-card p{font-size:1.45rem;line-height:1.7;margin:0;color:rgba(255,255,255,.82)}
.compare-card--yes{background:rgba(0,171,227,.12);border:1px solid rgba(0,171,227,.35)}
.compare-card--yes h3 svg{color:var(--blue)}
.compare-card--no{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.12)}
.compare-card--no h3 svg{color:rgba(255,255,255,.55)}
.section--dark a.inline-link{color:#9ee2ff;border-bottom:1px solid rgba(158,226,255,.4)}
.section--dark a.inline-link:hover{color:var(--white);border-color:var(--white)}

/* Photo gallery (roof) */
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;grid-auto-flow:dense}
@media(max-width:991px){.gallery-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){.gallery-grid{grid-template-columns:repeat(2,1fr)}}
.gallery-item{position:relative;overflow:hidden;border-radius:var(--radius);background:var(--grey);box-shadow:0 2px 12px rgba(0,0,0,.06);aspect-ratio:1/1;margin:0}
.gallery-item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s var(--ease)}
.gallery-item:hover img{transform:scale(1.04)}
.gallery-item__caption{position:absolute;left:0;right:0;bottom:0;padding:12px 14px;background:linear-gradient(to top,rgba(0,38,83,.85),rgba(0,38,83,0));color:var(--white);font-size:1.25rem;font-weight:500;line-height:1.4;opacity:0;transition:opacity var(--ease)}
.gallery-item:hover .gallery-item__caption{opacity:1}

/* Side image stack + wide before/after (roof) */
.img-stack{display:flex;flex-direction:column;gap:18px}
.img-stack img{width:100%;display:block;border-radius:var(--radius);box-shadow:var(--shadow)}
.wide-ba{width:100%;border-radius:var(--radius);box-shadow:var(--shadow);display:block;margin-bottom:28px}

/* Driveway & Patio Cleaning Northampton */
.hero--driveway-northampton{background-image:linear-gradient(95deg,rgba(0,38,83,.92) 0%,rgba(0,38,83,.78) 40%,rgba(0,99,174,.35) 70%,rgba(0,99,174,.05) 100%),url('/assets/images/driveway-patio-cleaning-northampton/driveway-patio-cleaning-northampton-hero.webp');background-size:cover;background-position:center}
.hero--driveway-northampton .hero__overlay{display:none}

/* Surface tags (non-link pills) */
.surface-tags{display:flex;flex-wrap:wrap;gap:10px}
.surface-tag{padding:8px 18px;border:1px solid var(--blue-20);border-radius:var(--radius-pill);font-size:1.4rem;font-weight:500;color:var(--text);background:var(--blue-5)}

/* Warn panel — h3/p/a variant (used inside dark sections too) */
.warn-panel h3{color:#a83820;margin-bottom:.8rem}
.warn-panel p{font-size:1.5rem;line-height:1.7;margin:0;color:var(--text)}
.warn-panel a{color:#a83820;font-weight:600;border-bottom:1px solid rgba(168,56,32,.4)}
.warn-panel a:hover{color:#7a2715}

/* Full-bleed media band (image + overlaid caption) */
.media-band{position:relative;width:100%;overflow:hidden;background:var(--blue-darkest)}
.media-band img{width:100%;height:auto;display:block;max-height:560px;object-fit:cover;object-position:center}
.media-band__caption{position:absolute;left:0;bottom:0;width:100%;padding:48px 24px 22px;background:linear-gradient(transparent,rgba(0,20,46,.82));color:var(--white)}
.media-band__caption .container{padding:0 24px}
.media-band__caption span{display:block;font-family:var(--font-heading);font-weight:800;font-size:clamp(1.8rem,2.6vw,2.6rem);line-height:1.2;margin-bottom:4px}
.media-band__caption p{font-size:1.45rem;color:rgba(255,255,255,.85);margin:0;max-width:760px}
@media(max-width:600px){.media-band img{max-height:none}.media-band__caption{padding:32px 0 16px}}
