
:root{--ink:#111827;--muted:#5b6472;--brand:#f59e0b;--brand2:#b45309;--dark:#0b1220;--paper:#fff;--soft:#f5f7fa;--line:#e5e7eb;--ok:#059669}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit}.wrap{width:min(1120px,calc(100% - 32px));margin:auto}.topbar{background:var(--dark);color:#fff;font-size:.92rem}.topbar .wrap{display:flex;justify-content:space-between;gap:16px;padding:9px 0}
header{position:sticky;top:0;z-index:20;background:rgba(255,255,255,.96);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.nav{display:flex;align-items:center;justify-content:space-between;min-height:74px;gap:18px}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;font-weight:900;font-size:1.15rem}.logo-mark{width:40px;height:40px;border-radius:11px;background:var(--brand);display:grid;place-items:center;color:#111;font-size:21px}
nav{display:flex;gap:22px;align-items:center}.navlink{text-decoration:none;font-weight:700;font-size:.95rem}.call{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--brand);border:2px solid var(--brand);color:#111;text-decoration:none;font-weight:900;border-radius:10px;padding:11px 16px}.call:hover{background:#fbbf24}
.hero{background:linear-gradient(120deg,#0b1220 0%,#111827 65%,#31220a 100%);color:#fff;padding:72px 0 64px}.hero-grid{display:grid;grid-template-columns:1.35fr .65fr;gap:42px;align-items:center}.eyebrow{display:inline-flex;gap:8px;align-items:center;font-weight:800;color:#fbbf24;text-transform:uppercase;letter-spacing:.08em;font-size:.8rem}.hero h1{font-size:clamp(2.45rem,6vw,4.7rem);line-height:.98;margin:14px 0 18px;letter-spacing:-.045em}.hero p{font-size:1.17rem;color:#d7dce5;max-width:700px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.ghost{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-weight:800;border:1px solid #6b7280;border-radius:10px;padding:12px 16px;color:#fff}.hero-card{background:#fff;color:var(--ink);border-radius:18px;padding:24px;box-shadow:0 24px 70px #0006}.hero-card h2{margin:0 0 8px;font-size:1.4rem}.hero-card .bigphone{font-size:1.55rem;font-weight:950;color:var(--brand2);text-decoration:none}.ticks{display:grid;gap:10px;margin-top:18px}.tick{display:flex;gap:9px;align-items:flex-start}.tick:before{content:"✓";color:var(--ok);font-weight:900}
.trust{border-bottom:1px solid var(--line);background:#fff}.trust .wrap{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.trust div{padding:18px 16px;text-align:center;font-weight:800;border-right:1px solid var(--line)}.trust div:last-child{border:0}
section{padding:68px 0}.soft{background:var(--soft)}.section-head{max-width:760px;margin-bottom:30px}.section-head h2{font-size:clamp(1.9rem,4vw,3rem);line-height:1.08;letter-spacing:-.03em;margin:0 0 10px}.section-head p{color:var(--muted);font-size:1.05rem;margin:0}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.card{background:#fff;border:1px solid var(--line);border-radius:16px;padding:23px;box-shadow:0 8px 24px #1118270a}.card h3{margin:4px 0 8px}.card p{color:var(--muted)}.card a.more{font-weight:900;color:var(--brand2);text-decoration:none}
.steps{counter-reset:step;display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.step{background:#fff;border:1px solid var(--line);padding:24px;border-radius:16px}.step:before{counter-increment:step;content:counter(step);display:grid;place-items:center;width:36px;height:36px;border-radius:50%;background:var(--brand);font-weight:950;margin-bottom:16px}
.area-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.area-grid a{background:#fff;border:1px solid var(--line);padding:14px;border-radius:10px;text-decoration:none;font-weight:750}.area-grid a:hover{border-color:var(--brand)}
.faq{display:grid;gap:10px;max-width:860px}.faq details{background:#fff;border:1px solid var(--line);border-radius:12px;padding:16px 18px}.faq summary{font-weight:850;cursor:pointer}.faq p{color:var(--muted)}
.cta{background:var(--brand);padding:46px 0}.cta .wrap{display:flex;align-items:center;justify-content:space-between;gap:22px}.cta h2{font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.05;margin:0}.cta .call{background:#111827;color:#fff;border-color:#111827}
footer{background:#0b1220;color:#cbd5e1;padding:48px 0 86px}.foot{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:36px}.foot h3{color:#fff}.foot a{display:block;color:#cbd5e1;text-decoration:none;margin:7px 0}.legal{border-top:1px solid #334155;margin-top:30px;padding-top:20px;font-size:.9rem;color:#94a3b8}
.breadcrumb{font-size:.9rem;color:var(--muted);padding:20px 0}.breadcrumb a{color:var(--brand2)}.pagehero{background:var(--dark);color:#fff;padding:54px 0}.pagehero h1{font-size:clamp(2.2rem,5vw,4rem);line-height:1.02;letter-spacing:-.04em;margin:8px 0 14px}.pagehero p{max-width:760px;color:#d3d8e0;font-size:1.1rem}.content{display:grid;grid-template-columns:1fr 330px;gap:38px;align-items:start}.content h2{font-size:1.8rem;margin-top:0}.content h3{margin-top:28px}.content p,.content li{color:#4b5563}.side{position:sticky;top:95px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:22px}.side .call{width:100%;margin-top:8px}.pills{display:flex;gap:8px;flex-wrap:wrap}.pill{background:#fff7e6;border:1px solid #f6d58a;border-radius:999px;padding:6px 10px;font-weight:800;font-size:.86rem}.postcode-list{columns:3;column-gap:22px}.postcode-list a{display:block;padding:5px 0;color:var(--brand2);font-weight:800;text-decoration:none}
.notice{background:#fff7ed;border:1px solid #fed7aa;border-radius:12px;padding:14px 16px;color:#7c2d12}.mobile-call{display:none}
@media(max-width:850px){nav{display:none}.hero-grid,.content,.foot{grid-template-columns:1fr}.hero{padding:52px 0}.hero-card{max-width:520px}.trust .wrap{grid-template-columns:1fr 1fr}.trust div:nth-child(2){border-right:0}.grid3,.steps{grid-template-columns:1fr}.area-grid{grid-template-columns:1fr 1fr}.side{position:static}.postcode-list{columns:2}.cta .wrap{align-items:flex-start;flex-direction:column}.mobile-call{display:flex;position:fixed;left:12px;right:12px;bottom:12px;z-index:50;background:var(--brand);color:#111;border-radius:13px;padding:14px 18px;justify-content:center;font-weight:950;text-decoration:none;box-shadow:0 14px 35px #0005}footer{padding-bottom:100px}}
@media(max-width:520px){.topbar .wrap{font-size:.78rem}.trust .wrap{grid-template-columns:1fr 1fr}.area-grid{grid-template-columns:1fr}.hero h1{font-size:2.65rem}.postcode-list{columns:1}}

/* SEO v2 mobile conversion fixes */
.topbar a,.bigphone,.call{white-space:nowrap}
.topbar .wrap{align-items:center}
@media(max-width:520px){
  .topbar .wrap{gap:8px}
  .topbar .wrap span{min-width:0}
  .topbar a{flex:0 0 auto;font-size:.76rem}
  .nav{min-height:66px}
  .logo{font-size:1.02rem}
}


/* SEO v3: mobile CTA + local landing-page improvements */
.service-links,.nearby-links{display:flex;gap:9px;flex-wrap:wrap;margin:12px 0 22px}
.service-links a,.nearby-links a{display:inline-flex;align-items:center;text-decoration:none;font-weight:800;color:var(--brand2);border:1px solid #f1d18b;background:#fffaf0;border-radius:999px;padding:7px 11px}
.service-links a:hover,.nearby-links a:hover{border-color:var(--brand);background:#fff7e6}
.local-faq{margin-top:34px}.local-faq details{border:1px solid var(--line);border-radius:12px;padding:14px 16px;margin:10px 0;background:#fff}.local-faq summary{font-weight:850;cursor:pointer}.local-faq p{margin-bottom:0}
@media(max-width:850px){
  .mobile-call{left:16px;right:16px;bottom:10px;border-radius:12px;padding:8px 14px;min-height:48px;font-size:1rem;line-height:1.1}
  footer{padding-bottom:78px}
}
@media(max-width:520px){
  .mobile-call{padding:7px 12px;min-height:46px;font-size:.98rem}
  .pagehero{padding:46px 0}
  section{padding:56px 0}
}
