
:root{--blue:#0f3b73;--dark:#07182e;--orange:#f59e0b;--light:#f8fafc;--text:#1f2937;--muted:#64748b;--border:#e2e8f0}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Arial,Helvetica,sans-serif;color:var(--text);line-height:1.6;background:var(--light);padding-bottom:64px}
a{text-decoration:none;color:inherit}
.topbar{background:var(--blue);color:white;padding:9px 18px;text-align:center;font-weight:900}
.topbar a{color:white}
header{background:#fff;position:sticky;top:0;z-index:999;box-shadow:0 3px 18px rgba(0,0,0,.08)}
.nav{max-width:1220px;margin:auto;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.logo{display:flex;align-items:center;gap:13px;color:var(--blue);font-weight:900;font-size:23px;white-space:nowrap}
.logo img{width:86px;height:auto;object-fit:contain}
.logo small{display:block;color:var(--orange);font-size:12px;text-transform:uppercase;letter-spacing:.8px}
.menu{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}
.menu a{font-size:15px;font-weight:800;color:#172033;padding:9px 11px;border-radius:10px}
.menu a:hover{background:#eff6ff;color:var(--blue)}
.call-btn{background:var(--orange)!important;color:#111827!important;padding:11px 18px!important;border-radius:999px!important;font-weight:900!important}
.hero{color:white;padding:96px 20px;background:linear-gradient(90deg,rgba(7,24,46,.92),rgba(15,59,115,.84),rgba(15,59,115,.72)),url('https://images.unsplash.com/photo-1621905252507-b35492cc74b4?auto=format&fit=crop&w=1800&q=80') center/cover}
.hero-inner{max-width:1220px;margin:auto;display:grid;grid-template-columns:1.1fr .75fr;gap:38px;align-items:center}
.badge{display:inline-block;background:rgba(255,255,255,.15);border:1px solid rgba(255,255,255,.3);padding:9px 15px;border-radius:999px;margin-bottom:18px;font-weight:900}
.breadcrumbs{font-size:14px;margin-bottom:14px;color:#dbeafe}
.breadcrumbs a{text-decoration:underline}
h1{font-size:clamp(40px,5.6vw,68px);line-height:1.02;margin-bottom:18px;letter-spacing:-1px}
.hero p{font-size:20px;max-width:760px;color:#eef6ff;margin-bottom:28px;font-weight:600}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.primary,.secondary{display:inline-block;padding:15px 22px;border-radius:12px;font-weight:900}
.primary{background:var(--orange);color:#111827}
.secondary{background:#fff;color:var(--blue)}
.trust-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:24px}
.trust-pill{background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:8px 13px;font-weight:800;font-size:14px}
.quote-card{background:#fff;color:var(--text);border-radius:22px;padding:28px;box-shadow:0 24px 60px rgba(0,0,0,.28)}
.quote-card h2{color:var(--blue);font-size:28px;margin-bottom:8px}
.quote-card p{color:var(--muted);font-size:15px;margin-bottom:10px}
.quote-card label{display:block;font-weight:800;color:#334155;margin-top:8px;font-size:14px}
.quote-card input,.quote-card select,.quote-card textarea{width:100%;padding:14px;margin:7px 0;border:1px solid #cbd5e1;border-radius:10px;font-size:15px}
.quote-card button{width:100%;background:var(--blue);color:#fff;border:0;padding:15px;border-radius:10px;margin-top:10px;font-weight:900;font-size:16px;cursor:pointer}
section{padding:72px 20px}
.container{max-width:1220px;margin:auto}
.section-title{text-align:center;max-width:880px;margin:0 auto 42px}
.section-title h2{font-size:clamp(30px,4vw,44px);color:var(--blue);margin-bottom:10px}
.section-title p{color:var(--muted);font-size:18px}
.grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.card{background:#fff;border:1px solid var(--border);border-radius:18px;padding:26px;box-shadow:0 12px 30px rgba(15,59,115,.08)}
.card h3{color:var(--blue);font-size:21px;margin-bottom:10px}
.card p{color:#475569}
.card a{color:var(--blue);font-weight:900}
.icon{width:48px;height:48px;background:#eff6ff;color:var(--blue);border-radius:14px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:14px}
.seo-text{background:#fff}
.seo-text .container{max-width:980px}
.seo-text p{font-size:18px;margin-bottom:17px}
.areas,.faq,.reviews{background:#f1f5f9}
.faq-item{background:#fff;border:1px solid var(--border);border-radius:18px;padding:24px;margin-bottom:14px}
.faq-item h3{color:var(--blue);font-size:21px;margin-bottom:8px}
.cta{background:var(--blue);color:#fff;text-align:center}
.cta h2{font-size:40px;margin-bottom:8px}
.stars{color:var(--orange);font-size:22px;margin-bottom:10px}
footer{background:#07182e;color:#d1d5db;padding:46px 20px}
.footer-grid{max-width:1220px;margin:auto;display:grid;grid-template-columns:1.35fr 1fr 1fr;gap:30px}
footer h3{color:#fff;margin-bottom:12px}
footer a{color:#d1d5db;display:block;margin:7px 0}
.mobile-sticky{position:fixed;bottom:0;left:0;right:0;background:var(--orange);color:#111827;text-align:center;padding:15px;font-weight:900;z-index:999;box-shadow:0 -4px 18px rgba(0,0,0,.18)}
@media(max-width:980px){.hero-inner,.footer-grid{grid-template-columns:1fr}.grid{grid-template-columns:repeat(2,1fr)}.nav{flex-direction:column}.menu{justify-content:center}.logo img{width:74px}.hero{text-align:center}.hero-actions,.trust-row{justify-content:center}}
@media(max-width:640px){.grid{grid-template-columns:1fr}.menu a{font-size:14px;padding:7px 8px}.logo{font-size:20px}section{padding:56px 18px}.quote-card{padding:22px}}


/* ===== FINAL FIX: Bigger Logo + Clean Menu ===== */
.logo img{
  width:125px !important;
  max-height:85px !important;
  object-fit:contain !important;
}

.logo{
  gap:16px !important;
  font-size:26px !important;
}

.logo small{
  font-size:14px !important;
  letter-spacing:1px !important;
}

.nav{
  padding:16px 24px !important;
}

.menu{
  gap:12px !important;
}

.menu a{
  font-size:16px !important;
  padding:10px 12px !important;
}

.hero{
  padding-top:110px !important;
}

@media(max-width:980px){
  .logo img{width:105px !important;}
  .logo{font-size:23px !important;}
}

@media(max-width:640px){
  .logo img{width:92px !important;}
  .logo{font-size:20px !important;}
  .menu a{font-size:14px !important;}
}


/* ===== BIGGER LOGO FINAL FIX ===== */
.logo img{
  width:180px !important;
  max-height:125px !important;
  object-fit:contain !important;
}

.logo{
  gap:18px !important;
  font-size:28px !important;
}

.logo small{
  font-size:15px !important;
  letter-spacing:1.1px !important;
}

.nav{
  padding:20px 30px !important;
}

.menu a{
  font-size:16px !important;
}

@media(max-width:980px){
  .logo img{
    width:145px !important;
    max-height:105px !important;
  }
  .logo{
    font-size:24px !important;
  }
}

@media(max-width:640px){
  .logo img{
    width:120px !important;
    max-height:90px !important;
  }
  .logo{
    font-size:21px !important;
  }
}
