/* EICR Pro London Area Pages — Shared Stylesheet */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Inter',sans-serif;color:#0f2744;line-height:1.6;background:#fff}
a{text-decoration:none;color:inherit}
.container{max-width:1140px;margin:0 auto;padding:0 24px}
.nav{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:200;box-shadow:0 2px 12px rgba(0,0,0,.06)}
.nav-inner{display:flex;align-items:center;justify-content:space-between;height:72px}
.nav-logo{height:48px;width:auto;display:block}
.nav-links{display:flex;align-items:center;gap:26px}
.nav-links a{font-size:14px;font-weight:600;color:#111827;transition:color .15s}
.nav-links a:hover{color:#16a34a}
.nav-book{background:#16a34a;color:#fff!important;padding:11px 22px;border-radius:8px;font-weight:700;font-size:14px;display:inline-flex;align-items:center;gap:7px}
.nav-book:hover{background:#15803d!important}
.hero{background:#00bfff;padding:60px 0 70px}
.hero-grid{display:grid;grid-template-columns:1fr 380px;gap:52px;align-items:center}
.breadcrumb{font-size:12px;color:rgba(255,255,255,.72);margin-bottom:16px;display:flex;align-items:center;gap:7px}
.breadcrumb a{color:rgba(255,255,255,.82);transition:color .15s}
.breadcrumb a:hover{color:#fff}
.hero h1{font-size:42px;font-weight:900;color:#fff;line-height:1.08;margin-bottom:18px;font-style:italic}
.hero-intro{font-size:16px;color:rgba(255,255,255,.94);margin-bottom:26px;line-height:1.72;max-width:540px}
.badge-row{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:30px}
.badge{background:rgba(255,255,255,.15);border:1.5px solid rgba(255,255,255,.4);color:#fff;padding:7px 15px;border-radius:999px;font-size:13px;font-weight:600;white-space:nowrap}
.cta-row{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.btn-green{background:#16a34a;color:#fff;padding:15px 28px;border-radius:8px;font-weight:700;font-size:15px;display:inline-flex;align-items:center;gap:8px;transition:background .15s}
.btn-green:hover{background:#15803d}
.btn-white{background:#fff;color:#0f2744;padding:15px 28px;border-radius:8px;font-weight:700;font-size:15px;display:inline-flex;align-items:center;gap:8px;transition:opacity .15s}
.btn-white:hover{opacity:.9}
.btn-wa{background:#25d366;color:#fff;padding:15px 26px;border-radius:8px;font-weight:700;font-size:15px;display:inline-flex;align-items:center;gap:8px}
.btn-wa:hover{background:#1fbd5a}
.cta-note{font-size:13px;color:rgba(255,255,255,.7);margin-top:10px;width:100%}
.hpc{background:#fff;border-radius:18px;padding:30px;box-shadow:0 12px 40px rgba(0,0,0,.14)}
.hpc-tier{font-size:11px;font-weight:700;color:#16a34a;letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px}
.hpc-price{font-size:40px;font-weight:900;color:#0f2744;line-height:1;margin-bottom:2px}
.hpc-price sup{font-size:22px;vertical-align:super;margin-right:1px}
.hpc-vat{font-size:15px;font-weight:600;color:#6b7280;margin-left:3px}
.hpc-beds{font-size:14px;color:#6b7280;margin:6px 0 20px;font-weight:500}
.hpc-list{list-style:none;margin-bottom:22px}
.hpc-list li{font-size:14px;color:#374151;padding:8px 0;display:flex;align-items:flex-start;gap:9px;border-bottom:1px solid #f3f4f6}
.hpc-list li:last-child{border:none}
.hpc-list li::before{content:"✓";color:#16a34a;font-weight:800;font-size:13px;flex-shrink:0;margin-top:1px}
.hpc-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:#0f2744;color:#fff;padding:14px;border-radius:10px;font-weight:700;font-size:15px;transition:background .15s}
.hpc-btn:hover{background:#1e3a5f}
.hpc-divider{border:none;border-top:1px solid #f1f5f9;margin:18px 0}
.hpc-alt{display:flex;justify-content:space-between;align-items:center}
.hpc-alt-label{font-size:12px;color:#9ca3af;font-weight:500}
.hpc-alt-price{font-size:13px;font-weight:700;color:#0f2744}
.trust-bar{background:#0f2744;padding:0}
.trust-grid{display:grid;grid-template-columns:repeat(4,1fr)}
.trust-item{padding:24px;text-align:center;border-right:1px solid rgba(255,255,255,.08)}
.trust-item:last-child{border:none}
.trust-num{font-size:28px;font-weight:900;color:#00bfff;line-height:1;margin-bottom:5px}
.trust-label{font-size:12px;color:#94a3b8;font-weight:500}
.sec{padding:70px 0}
.sec-cream{background:#f8f7f3;padding:70px 0}
.sec-label{font-size:11px;font-weight:700;color:#16a34a;letter-spacing:.12em;text-transform:uppercase;margin-bottom:10px}
.sec-title{font-size:32px;font-weight:800;color:#0f2744;margin-bottom:18px;line-height:1.15}
.sec-body{font-size:15px;color:#4b5563;line-height:1.78;margin-bottom:14px}
.two-col{display:grid;grid-template-columns:1fr 1fr;gap:52px;align-items:start}
.checklist{list-style:none;margin-top:4px}
.checklist li{font-size:15px;color:#1f2937;padding:10px 0;display:flex;align-items:flex-start;gap:10px;border-bottom:1px solid #e5e7eb}
.checklist li:last-child{border:none}
.cl-tick{background:#dcfce7;color:#16a34a;font-weight:800;font-size:11px;min-width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:1px}
.fault-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:28px}
.fault-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:22px;border-left:4px solid #00bfff;transition:box-shadow .15s}
.fault-card:hover{box-shadow:0 4px 18px rgba(0,0,0,.08)}
.fc-title{font-size:15px;font-weight:700;color:#0f2744;margin-bottom:7px}
.fc-body{font-size:14px;color:#6b7280;line-height:1.65}
.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px;margin-top:36px}
.pc{background:#fff;border:1.5px solid #e5e7eb;border-radius:18px;padding:30px;position:relative}
.pc.featured{background:#0f2744;border-color:#0f2744}
.pc-popular{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:#16a34a;color:#fff;font-size:11px;font-weight:700;padding:4px 18px;border-radius:999px;letter-spacing:.07em;text-transform:uppercase;white-space:nowrap}
.pc-tier{font-size:10px;font-weight:700;color:#9ca3af;letter-spacing:.12em;text-transform:uppercase;margin-bottom:6px}
.pc.featured .pc-tier{color:#64748b}
.pc-name{font-size:19px;font-weight:800;color:#0f2744;margin-bottom:8px}
.pc.featured .pc-name{color:#fff}
.pc-amount{font-size:30px;font-weight:900;color:#16a34a;margin-bottom:4px}
.pc-list{list-style:none;margin:18px 0 22px}
.pc-list li{font-size:13px;color:#4b5563;padding:6px 0;display:flex;align-items:flex-start;gap:8px;border-bottom:1px solid #f3f4f6}
.pc.featured .pc-list li{color:#cbd5e1;border-color:rgba(255,255,255,.1)}
.pc-list li::before{content:"✓";color:#16a34a;font-weight:800;flex-shrink:0;margin-top:1px}
.pc-list li:last-child{border:none}
.pc-btn{display:block;text-align:center;background:#0f2744;color:#fff;padding:13px;border-radius:9px;font-weight:700;font-size:14px;transition:opacity .15s}
.pc.featured .pc-btn{background:#16a34a}
.pc-btn:hover{opacity:.88}
.support-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:26px}
.sc{background:#fff;border-radius:14px;padding:26px;border:1px solid #e5e7eb;transition:box-shadow .15s}
.sc:hover{box-shadow:0 4px 20px rgba(0,0,0,.07)}
.sc-icon{font-size:28px;margin-bottom:12px}
.sc-title{font-size:16px;font-weight:700;color:#0f2744;margin-bottom:9px}
.sc-body{font-size:14px;color:#6b7280;line-height:1.67}
.callout{background:#0f2744;border-radius:18px;padding:34px}
.callout-title{font-size:20px;font-weight:800;color:#fff;margin-bottom:13px}
.callout-body{font-size:15px;color:#94a3b8;line-height:1.75;margin-bottom:12px}
.callout-body:last-child{margin-bottom:0}
.callout-body strong{color:#00bfff;font-weight:700}
.nearby-wrap{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px}
.nearby-pill{background:#0f2744;color:#fff;padding:12px 22px;border-radius:9px;font-size:14px;font-weight:600;display:inline-flex;align-items:center;gap:7px;transition:background .15s}
.nearby-pill:hover{background:#1e3a5f}
.nearby-pill::before{content:"→";color:#00bfff;font-weight:700}
.faq-wrap{margin-top:26px;display:flex;flex-direction:column;gap:12px}
.faq-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;padding:26px 30px}
.faq-q{font-size:16px;font-weight:700;color:#0f2744;margin-bottom:10px}
.faq-a{font-size:15px;color:#4b5563;line-height:1.72}
.cta-banner{background:#0f2744;padding:80px 0}
.cta-inner{text-align:center}
.cta-inner h2{font-size:36px;font-weight:900;color:#fff;margin-bottom:14px;font-style:italic}
.cta-inner p{font-size:16px;color:#94a3b8;margin-bottom:34px;max-width:560px;margin-left:auto;margin-right:auto;line-height:1.72}
.footer{background:#0a1e38;padding:52px 0 0}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:44px;padding-bottom:44px}
.footer-logo{height:52px;width:auto;display:block;margin-bottom:14px}
.footer-tagline{font-size:13px;color:#475569;line-height:1.68;max-width:230px}
.f-heading{font-size:12px;font-weight:700;color:#fff;letter-spacing:.09em;text-transform:uppercase;margin-bottom:16px}
.f-links{display:flex;flex-direction:column;gap:9px}
.f-links a{font-size:14px;color:#475569;transition:color .15s}
.f-links a:hover{color:#e2e8f0}
.f-contact-row{display:flex;align-items:center;gap:9px;font-size:14px;color:#475569;margin-bottom:10px}
.f-contact-row a{color:#475569;transition:color .15s}
.f-contact-row a:hover{color:#e2e8f0}
.footer-bar{border-top:1px solid #1e3a5f;padding:20px 24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px}
.footer-bar p,.footer-bar a{font-size:12px;color:#334155}
.footer-bar a:hover{color:#94a3b8}
.f-bar-links{display:flex;gap:22px}
@media(max-width:960px){
  .hero-grid,.two-col{grid-template-columns:1fr}
  .hpc{display:none}
  .fault-grid,.pricing-grid,.support-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
  .footer-grid{grid-template-columns:1fr 1fr}
  .nav-links a:not(.nav-book){display:none}
}
@media(max-width:600px){
  .hero h1{font-size:28px}
  .sec-title{font-size:24px}
  .cta-inner h2{font-size:26px}
  .footer-grid{grid-template-columns:1fr}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
}
