/*
Theme Name: Damp Mould Leak Pro
Theme URI: https://dampmouldleak.co.uk
Description: Professional custom theme for Damp Mould Leak specialists
Version: 3.0
Author: Claw
*/

/* ── RESET ── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#0d1b3e;--navy2:#1a2f57;--navy3:#243a6a;
  --amber:#f5a623;--amber2:#e09010;--amber3:#ffc048;
  --white:#fff;--off:#f5f7fb;--text:#1c1e2e;--muted:#6b7280;
  --border:#e5e7eb;--red:#dc2626;--green:#16a34a;
  --r:10px;--r-lg:18px;
  --sh:0 4px 24px rgba(0,0,0,.09);
  --sh-lg:0 16px 56px rgba(0,0,0,.18);
  --max:1200px;
  --font:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
html{scroll-behavior:smooth;font-size:16px}
body{font-family:var(--font);color:var(--text);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}
a{color:var(--amber2);text-decoration:none;transition:color .2s}
a:hover{color:var(--navy)}
img{max-width:100%;height:auto;display:block}
h1,h2,h3,h4{color:var(--navy);line-height:1.18;font-weight:800;letter-spacing:-.02em}

/* ── TOP BAR ── */
.topbar{
  background:var(--amber);color:var(--navy);
  text-align:center;padding:.5rem 1.5rem;
  font-size:.85rem;font-weight:700;
}
.topbar a{color:var(--navy);font-weight:800}
.topbar a:hover{text-decoration:underline}

/* ── HEADER / NAV ── */
.site-header{
  background:var(--navy);
  position:sticky;top:0;z-index:200;
  box-shadow:0 2px 20px rgba(0,0,0,.3);
}
.header-inner{
  max-width:var(--max);margin:0 auto;
  padding:0 2rem;
  display:flex;align-items:center;justify-content:space-between;
  height:68px;
}
.site-logo{
  display:flex;align-items:center;gap:.65rem;
  text-decoration:none;
}
.site-logo .logo-icon{
  width:38px;height:38px;
  background:var(--amber);
  border-radius:8px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.1rem;font-weight:900;color:var(--navy);
  flex-shrink:0;
}
.site-logo .logo-text{
  color:#fff;font-size:1.05rem;font-weight:800;
  line-height:1.15;
}
.site-logo .logo-sub{
  color:rgba(255,255,255,.5);font-size:.72rem;
  font-weight:500;letter-spacing:.03em;
}
.primary-nav{display:flex;align-items:center;gap:.25rem}
.primary-nav a{
  color:rgba(255,255,255,.82);font-size:.88rem;font-weight:500;
  padding:.5rem .85rem;border-radius:7px;
  text-decoration:none;transition:all .2s;white-space:nowrap;
}
.primary-nav a:hover{color:#fff;background:rgba(255,255,255,.1)}
.primary-nav a.active{color:var(--amber)}
.nav-cta{
  background:var(--amber) !important;
  color:var(--navy) !important;
  font-weight:700 !important;
  margin-left:.5rem !important;
}
.nav-cta:hover{background:var(--amber2) !important;transform:translateY(-1px)}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem}
.hamburger span{display:block;width:24px;height:2px;background:#fff;border-radius:2px;transition:all .3s}
.mobile-nav{display:none;background:var(--navy2);padding:1rem 2rem 1.5rem}
.mobile-nav a{display:block;color:rgba(255,255,255,.85);font-size:.95rem;padding:.6rem 0;border-bottom:1px solid rgba(255,255,255,.08)}
.mobile-nav a:last-child{border:none}

/* ── BUTTONS ── */
.btn{
  display:inline-flex;align-items:center;gap:.5rem;
  padding:.8rem 1.65rem;border-radius:var(--r);
  font-weight:700;font-size:.92rem;text-decoration:none;
  transition:all .22s;cursor:pointer;border:2px solid transparent;
  white-space:nowrap;
}
.btn-primary{background:var(--amber);color:var(--navy);border-color:var(--amber)}
.btn-primary:hover{background:var(--amber2);border-color:var(--amber2);color:var(--navy);transform:translateY(-2px);box-shadow:0 8px 28px rgba(245,166,35,.35)}
.btn-white{background:#fff;color:var(--navy);border-color:#fff}
.btn-white:hover{background:rgba(255,255,255,.9);color:var(--navy);transform:translateY(-2px)}
.btn-outline-white{background:transparent;color:#fff;border-color:rgba(255,255,255,.5)}
.btn-outline-white:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff;transform:translateY(-2px)}
.btn-dark{background:var(--navy);color:#fff;border-color:var(--navy)}
.btn-dark:hover{background:var(--navy2);color:#fff;transform:translateY(-2px)}
.btn-lg{padding:1rem 2.25rem;font-size:1rem}
.btn-sm{padding:.55rem 1.1rem;font-size:.82rem}

/* ── CONTAINERS ── */
.wrap{max-width:var(--max);margin:0 auto;padding:0 2rem}
.section{padding:6rem 0}
.section-sm{padding:4rem 0}
.section-bg{background:var(--off)}
.section-dark{background:var(--navy);color:#fff}
.section-dark h1,.section-dark h2,.section-dark h3,.section-dark h4{color:#fff}
.section-label{
  display:inline-block;font-size:.75rem;font-weight:700;
  letter-spacing:.1em;text-transform:uppercase;
  color:var(--amber2);margin-bottom:.6rem;
}
.section-dark .section-label{color:var(--amber)}
.section-title{font-size:clamp(1.7rem,3.5vw,2.6rem);margin-bottom:.7rem}
.section-sub{color:var(--muted);font-size:1.05rem;max-width:580px;line-height:1.75;margin-bottom:2.5rem}

/* ── HERO ── */
.hero{
  position:relative;min-height:88vh;
  display:flex;align-items:center;
  background:var(--navy);overflow:hidden;
}
.hero-bg{
  position:absolute;inset:0;
  background-image:url('https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=1800&q=80&auto=format&fit=crop');
  background-size:cover;background-position:center 35%;
  opacity:.15;
}
.hero-overlay{
  position:absolute;inset:0;
  background:linear-gradient(135deg,rgba(13,27,62,.98) 0%,rgba(26,47,87,.9) 55%,rgba(13,27,62,.82) 100%);
}
.hero-content{
  position:relative;z-index:2;
  max-width:var(--max);margin:0 auto;
  padding:5rem 2rem;width:100%;
}
.hero-pill{
  display:inline-flex;align-items:center;gap:.5rem;
  background:rgba(245,166,35,.15);
  border:1px solid rgba(245,166,35,.3);
  color:var(--amber);font-size:.8rem;font-weight:700;
  letter-spacing:.06em;text-transform:uppercase;
  padding:.35rem 1rem;border-radius:30px;margin-bottom:1.75rem;
}
.hero h1{
  color:#fff;font-size:clamp(2.6rem,6.5vw,4.6rem);
  font-weight:900;line-height:1.04;margin-bottom:1.25rem;
}
.hero h1 em{color:var(--amber);font-style:normal}
.hero-desc{
  color:rgba(255,255,255,.72);
  font-size:clamp(1rem,2.2vw,1.2rem);
  max-width:560px;margin-bottom:2.75rem;line-height:1.7;
}
.hero-actions{display:flex;flex-wrap:wrap;gap:.85rem;margin-bottom:4rem}
.hero-trust{
  display:flex;flex-wrap:wrap;gap:2.5rem;
  border-top:1px solid rgba(255,255,255,.1);padding-top:2.5rem;
}
.hero-trust-item .n{
  font-size:1.9rem;font-weight:900;
  color:var(--amber);line-height:1;
}
.hero-trust-item .l{
  color:rgba(255,255,255,.55);
  font-size:.8rem;margin-top:.2rem;
}

/* ── SERVICES GRID ── */
.services-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
  gap:1.75rem;
}
.service-card{
  background:var(--white);border-radius:var(--r-lg);
  border:1px solid var(--border);
  overflow:hidden;box-shadow:var(--sh);
  transition:transform .25s,box-shadow .25s;
}
.service-card:hover{transform:translateY(-7px);box-shadow:var(--sh-lg)}
.service-card-img{
  width:100%;height:230px;object-fit:cover;display:block;
  transition:transform .4s;
}
.service-card:hover .service-card-img{transform:scale(1.04)}
.service-card-body{padding:1.85rem}
.service-card-icon{
  width:50px;height:50px;
  background:linear-gradient(135deg,var(--amber),#ff9f0a);
  border-radius:12px;display:flex;align-items:center;
  justify-content:center;font-size:1.5rem;
  margin-bottom:1rem;
  box-shadow:0 4px 14px rgba(245,166,35,.35);
}
.service-card h3{font-size:1.15rem;margin-bottom:.5rem;color:var(--navy)}
.service-card p{color:var(--muted);font-size:.92rem;line-height:1.65;margin-bottom:1.25rem}
.service-card-link{
  font-size:.88rem;font-weight:700;color:var(--amber2);
  display:inline-flex;align-items:center;gap:.3rem;
  transition:gap .2s,color .2s;
}
.service-card-link:hover{color:var(--navy);gap:.55rem}

/* ── SPLIT SECTIONS ── */
.split{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}
.split.rev{direction:rtl}.split.rev>*{direction:ltr}
.split-img{position:relative;border-radius:var(--r-lg);overflow:hidden;box-shadow:var(--sh-lg)}
.split-img img{width:100%;height:500px;object-fit:cover;display:block}
.split-badge{
  position:absolute;bottom:1.5rem;left:1.5rem;
  background:var(--amber);color:var(--navy);
  font-size:.78rem;font-weight:800;
  padding:.5rem 1rem;border-radius:8px;
  letter-spacing:.05em;text-transform:uppercase;
}
.split-text h2{font-size:clamp(1.7rem,3vw,2.4rem);margin-bottom:1rem}
.split-text p{color:var(--muted);font-size:1rem;line-height:1.8;margin-bottom:1rem}
.checklist{list-style:none;margin:1.5rem 0}
.checklist li{
  display:flex;align-items:flex-start;gap:.75rem;
  padding:.55rem 0;font-size:.95rem;color:var(--text);
  border-bottom:1px solid var(--border);
}
.checklist li:last-child{border:none}
.checklist li::before{
  content:"✓";color:var(--green);font-weight:900;
  font-size:.95rem;flex-shrink:0;margin-top:.08rem;
}

/* ── STATS BAR ── */
.stats-bar{background:var(--navy);padding:3.5rem 0}
.stats-grid{
  display:grid;grid-template-columns:repeat(4,1fr);
  gap:2rem;text-align:center;
}
.stat-item .n{font-size:2.4rem;font-weight:900;color:var(--amber);line-height:1}
.stat-item .l{color:rgba(255,255,255,.6);font-size:.85rem;margin-top:.3rem}

/* ── HOW IT WORKS ── */
.steps-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
  gap:1.5rem;counter-reset:steps;
}
.step-card{
  background:var(--white);border:1px solid var(--border);
  border-radius:var(--r-lg);padding:2rem 1.75rem;
  position:relative;counter-increment:steps;
  transition:box-shadow .25s;
}
.step-card:hover{box-shadow:var(--sh)}
.step-card::before{
  content:counter(steps,decimal-leading-zero);
  position:absolute;top:1.5rem;right:1.75rem;
  font-size:2.5rem;font-weight:900;
  color:var(--border);line-height:1;
}
.step-icon{font-size:2rem;margin-bottom:1rem}
.step-card h3{font-size:1rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}
.step-card p{color:var(--muted);font-size:.9rem;line-height:1.65}

/* ── PHOTO STRIP ── */
.photo-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}
.photo-strip-item{overflow:hidden;aspect-ratio:4/3}
.photo-strip-item img{
  width:100%;height:100%;object-fit:cover;
  transition:transform .5s;
}
.photo-strip-item:hover img{transform:scale(1.08)}

/* ── TESTIMONIALS ── */
.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}
.review-card{
  background:var(--white);border:1px solid var(--border);
  border-radius:var(--r-lg);padding:1.85rem;position:relative;
}
.review-card::before{
  content:'"';position:absolute;top:.75rem;right:1.5rem;
  font-size:5.5rem;color:var(--border);
  font-family:Georgia,serif;line-height:1;
}
.review-stars{color:#f59e0b;font-size:1rem;letter-spacing:.05em;margin-bottom:.85rem}
.review-card p{color:var(--text);font-size:.93rem;line-height:1.72;margin-bottom:1.1rem;font-style:italic}
.review-author{font-size:.88rem;font-weight:700;color:var(--navy)}
.review-loc{font-size:.8rem;color:var(--muted)}

/* ── ALERT BOXES ── */
.alert{
  display:flex;gap:1rem;padding:1.4rem 1.5rem;
  border-radius:var(--r);margin:1.75rem 0;
}
.alert-icon{font-size:1.5rem;flex-shrink:0;margin-top:.1rem}
.alert h4{font-size:.95rem;font-weight:700;margin-bottom:.3rem}
.alert p{font-size:.9rem;color:var(--muted);margin:0;line-height:1.6}
.alert-amber{background:#fff8e1;border-left:4px solid var(--amber)}
.alert-red{background:#fef2f2;border-left:4px solid var(--red)}
.alert-green{background:#f0fdf4;border-left:4px solid var(--green)}
.alert-blue{background:#eff6ff;border-left:4px solid #3b82f6}

/* ── CTA SECTION ── */
.cta-section{
  background:linear-gradient(135deg,var(--navy) 0%,var(--navy2) 100%);
  padding:6rem 0;text-align:center;position:relative;overflow:hidden;
}
.cta-section::before,.cta-section::after{
  content:'';position:absolute;border-radius:50%;
  background:radial-gradient(circle,rgba(245,166,35,.12),transparent 70%);
  pointer-events:none;
}
.cta-section::before{width:600px;height:600px;top:-200px;left:-100px}
.cta-section::after{width:500px;height:500px;bottom:-200px;right:-100px}
.cta-section h2{color:#fff;font-size:clamp(1.9rem,4vw,3.2rem);margin-bottom:.75rem;position:relative;z-index:1}
.cta-section p{color:rgba(255,255,255,.7);font-size:1.1rem;margin-bottom:2.5rem;position:relative;z-index:1}
.cta-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;position:relative;z-index:1}

/* ── PAGE HERO ── */
.page-hero{
  background:linear-gradient(135deg,var(--navy),var(--navy2));
  padding:5rem 0 4rem;position:relative;overflow:hidden;
}
.page-hero::after{
  content:'';position:absolute;
  bottom:-2px;left:0;right:0;height:56px;
  background:var(--white);
  clip-path:ellipse(55% 100% at 50% 100%);
}
.page-hero .section-label{color:var(--amber)}
.page-hero h1{color:#fff;font-size:clamp(1.9rem,4.5vw,3.4rem);margin-bottom:.8rem;max-width:750px}
.page-hero p{color:rgba(255,255,255,.72);font-size:1.05rem;max-width:620px}
.page-hero .hero-actions{margin-top:2rem;margin-bottom:0}

/* ── PAGE CONTENT ── */
.page-content{max-width:880px;margin:0 auto;padding:3.5rem 2rem 5rem}
.page-content h2{font-size:1.65rem;margin:2.75rem 0 .75rem}
.page-content h3{font-size:1.2rem;margin:2rem 0 .5rem}
.page-content p{color:var(--muted);line-height:1.82;margin-bottom:1rem}
.page-content ul,.page-content ol{margin:1rem 0 1.5rem 1.5rem;color:var(--muted)}
.page-content li{line-height:1.78;margin-bottom:.4rem}
.page-content strong{color:var(--text)}
.page-content hr{border:none;border-top:1px solid var(--border);margin:2.5rem 0}

/* ── AREA PAGE ── */
.area-links{
  display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));
  gap:.75rem;margin:1.5rem 0;
}
.area-link{
  background:var(--off);border:1px solid var(--border);
  border-radius:8px;padding:.75rem 1rem;
  font-size:.88rem;font-weight:600;color:var(--navy);
  text-decoration:none;text-align:center;
  transition:all .2s;
}
.area-link:hover{background:var(--amber);color:var(--navy);border-color:var(--amber);transform:translateY(-2px)}

/* ── FOOTER ── */
.site-footer{background:#060f25;padding:5.5rem 0 2rem}
.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1fr;
  gap:3rem;margin-bottom:3.5rem;
}
.footer-brand .name{
  font-size:1.35rem;font-weight:800;color:#fff;
  margin-bottom:.6rem;
}
.footer-brand .tagline{
  color:rgba(255,255,255,.5);font-size:.88rem;
  line-height:1.7;margin-bottom:1.75rem;
}
.footer-contact{display:flex;flex-direction:column;gap:.65rem}
.footer-contact a{
  display:flex;align-items:center;gap:.6rem;
  color:var(--amber);font-size:.9rem;font-weight:600;
  text-decoration:none;
}
.footer-contact a:hover{color:#fff}
.footer-addr{
  color:rgba(255,255,255,.4);font-size:.8rem;
  line-height:1.65;margin-top:1rem;
}
.footer-col h4{
  font-size:.75rem;font-weight:700;letter-spacing:.1em;
  text-transform:uppercase;color:var(--amber);margin-bottom:1.1rem;
}
.footer-col ul{list-style:none}
.footer-col li{margin-bottom:.5rem}
.footer-col a{color:rgba(255,255,255,.58);font-size:.88rem;text-decoration:none;transition:color .2s}
.footer-col a:hover{color:var(--amber)}
.footer-badges{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:1.25rem}
.footer-badge{
  display:inline-flex;align-items:center;gap:.3rem;
  background:rgba(245,166,35,.1);border:1px solid rgba(245,166,35,.2);
  color:var(--amber);font-size:.72rem;font-weight:600;
  padding:.25rem .65rem;border-radius:20px;
}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.07);
  padding-top:1.75rem;
  display:flex;justify-content:space-between;align-items:center;
  flex-wrap:wrap;gap:.75rem;
  color:rgba(255,255,255,.3);font-size:.82rem;
}
.footer-bottom a{color:rgba(255,255,255,.4);text-decoration:none}
.footer-bottom a:hover{color:var(--amber)}

/* ── UTILS ── */
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:2rem}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}
.text-center{text-align:center}
.text-muted{color:var(--muted)}
.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}
.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .footer-grid{grid-template-columns:1fr 1fr}
  .split{grid-template-columns:1fr;gap:2.5rem}
  .split.rev{direction:ltr}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .photo-strip{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .section{padding:4rem 0}
  .wrap{padding:0 1.25rem}
  .hero{min-height:78vh}
  .hero-content{padding:3.5rem 1.25rem}
  .hero h1{font-size:2.2rem}
  .grid-2,.grid-3,.grid-4{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr;gap:2rem}
  .footer-bottom{flex-direction:column;text-align:center}
  .hamburger{display:flex}
  .primary-nav{display:none}
  .header-inner{height:62px}
}
@media(max-width:480px){
  .hero h1{font-size:1.85rem}
  .stats-grid{grid-template-columns:repeat(2,1fr)}
  .photo-strip{grid-template-columns:repeat(2,1fr)}
  .hero-trust{gap:1.5rem}
}
