
:root{
  --navy:#0B1C2D;
  --navy2:#071321;
  --red:#D71920;
  --red2:#B91419;
  --bg:#ffffff;
  --muted:#F4F6F8;
  --text:#0B1C2D;
  --sub:#415164;
  --border:#E4EAF0;
  --shadow:0 14px 40px rgba(7,19,33,.10);
  --shadow2:0 10px 26px rgba(7,19,33,.08);
  --radius:18px;
  --radius-sm:14px;
  --max:1120px;
}

*{box-sizing:border-box;}
html{scroll-behavior:smooth;}
body{
  margin:0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color:var(--text);
  background:var(--bg);
  line-height:1.55;
}
a{color:inherit;text-decoration:none;}
p{margin:0 0 12px;color:var(--sub);}
h1,h2,h3{margin:0 0 12px;line-height:1.12;color:var(--text);}
h1{font-size:clamp(30px, 4vw, 50px);letter-spacing:-0.02em;}
h2{font-size:clamp(22px, 3vw, 34px);letter-spacing:-0.01em;}
h3{font-size:20px;}

.container{width:min(var(--max), calc(100% - 32px));margin:0 auto;}
.section{padding:78px 0;}
.section.muted{background:var(--muted);}
.section.tight{padding:52px 0;}

/* Header */
.site-header{
  position:sticky;top:0;z-index:50;
  background:rgba(255,255,255,.92);
  backdrop-filter: blur(10px);
  border-bottom:1px solid var(--border);
}
.header-inner{
  display:flex;align-items:center;justify-content:space-between;
  padding:14px 0;
  gap:16px;
}
.brand{
  display:flex;align-items:center;gap:12px;
}
.brand img{height:64px;width:auto;display:block;}
.nav{display:flex;gap:14px;align-items:center;}
.nav a{
  padding:10px 10px;border-radius:12px;
  font-weight:700;color:var(--text);
}
.nav a:hover{background:var(--muted);}
.header-cta{display:flex;gap:10px;align-items:center;}
.pill{
  display:inline-flex;align-items:center;gap:10px;
  padding:10px 14px;border-radius:999px;
  border:1px solid var(--border);
  background:white;
  font-weight:800;
}
.pill:hover{background:var(--muted);}

/* Buttons */
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  gap:10px;
  padding:12px 18px;
  border-radius:999px;
  font-weight:900;
  border:1px solid transparent;
  transition: transform .08s ease, background .15s ease, border-color .15s ease;
  white-space:nowrap;
}
.btn:active{transform:translateY(1px);}
.btn.primary{background:var(--red);color:white;}
.btn.primary:hover{background:var(--red2);}
.btn.secondary{background:white;border-color:var(--border);color:var(--text);}
.btn.secondary:hover{background:var(--muted);}
.btn.navy{background:var(--navy);color:white;}
.btn.navy:hover{background:var(--navy2);}

/* Cards & inputs */
.card{
  background:white;
  border:1px solid var(--border);
  border-radius:var(--radius);
  box-shadow:var(--shadow2);
}
.card.pad{padding:22px;}
.card.soft{background:linear-gradient(180deg, #fff, #fbfcfd);}
.field{display:grid;gap:6px;margin-bottom:12px;}
label{font-size:12px;font-weight:900;color:#334155;letter-spacing:.02em;text-transform:uppercase;}
input,select,textarea{
  width:100%;
  padding:12px 12px;
  border-radius:12px;
  border:1px solid var(--border);
  outline:none;
  font-size:16px;
  background:white;
}
input:focus,select:focus,textarea:focus{
  border-color:rgba(215,25,32,.55);
  box-shadow:0 0 0 4px rgba(215,25,32,.12);
}
.helper{font-size:12.5px;color:var(--sub);}

/* Hero */
.hero{
  padding:64px 0 28px;
  background:
    radial-gradient(1100px 500px at 15% -10%, rgba(215,25,32,.10), transparent 60%),
    radial-gradient(900px 420px at 90% -20%, rgba(11,28,45,.10), transparent 60%),
    var(--muted);
}
.hero-grid{display:grid;grid-template-columns:1.25fr .95fr;gap:26px;align-items:start;}
.kicker{
  display:inline-flex;gap:10px;align-items:center;
  padding:8px 12px;border-radius:999px;
  background:white;border:1px solid var(--border);
  font-weight:900;color:var(--navy);
  margin-bottom:14px;
}
.cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:18px;}

/* Trust strip */
.trustbar{
  margin-top:22px;
  background:white;
  border:1px solid var(--border);
  border-radius:var(--radius);
  padding:14px 16px;
}
.trust-items{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;}
.trust-item{display:flex;gap:10px;align-items:center;padding:10px;border-radius:14px;}
.trust-icon{
  width:34px;height:34px;border-radius:14px;
  background:rgba(11,28,45,.08);
  display:flex;align-items:center;justify-content:center;
  font-weight:900;color:var(--navy);
}

/* Sections */
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.feature{padding:18px;}
.feature .mini{
  width:44px;height:44px;border-radius:16px;
  background:rgba(215,25,32,.10);
  display:flex;align-items:center;justify-content:center;
  font-weight:900;color:var(--red);
  margin-bottom:12px;
}
.product{padding:18px;}
.product .top{display:flex;gap:12px;align-items:flex-start;margin-bottom:8px;}
.product .icon{
  width:46px;height:46px;border-radius:16px;
  background:rgba(11,28,45,.08);
  display:flex;align-items:center;justify-content:center;
  font-weight:900;color:var(--navy);
}

/* Map */
.map-section{padding:70px 0;background:var(--muted);}
.map-grid{display:grid;grid-template-columns:1fr 1.2fr;gap:18px;align-items:start;}
iframe.map{width:100%;height:380px;border:0;border-radius:var(--radius-sm);box-shadow:var(--shadow2);}

/* Footer */
.footer{
  background:var(--navy);
  color:white;
  padding:44px 0;
  margin-top:52px;
}
.footer a{color:rgba(255,255,255,.92);}
.footer-grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:18px;}
.footer p, .footer small{color:rgba(255,255,255,.75);}
.footer .links{display:grid;gap:8px;}
.footer .bottom{
  margin-top:22px;border-top:1px solid rgba(255,255,255,.15);
  padding-top:14px;display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;
  color:rgba(255,255,255,.75);
}

/* Responsive */
@media(max-width:980px){
  .hero-grid{grid-template-columns:1fr;}
  .map-grid{grid-template-columns:1fr;}
}
@media(max-width:840px){
  .nav{display:none;}
  .trust-items{grid-template-columns:repeat(2,1fr);}
  .grid-3{grid-template-columns:1fr;}
  iframe.map{height:320px;}
  .footer-grid{grid-template-columns:1fr;}
}

/* Carrier logos */
.carrier-strip{padding:70px 0;background:#fff}
.carrier-wrap{margin-top:18px;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;align-items:center}
.carrier-card{
  border:1px solid var(--border);
  border-radius:var(--radius-sm);
  background:linear-gradient(180deg,#fff,#fbfcfd);
  box-shadow:0 10px 26px rgba(7,19,33,.05);
  padding:14px;
  height:78px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.carrier-card img{
  max-height:44px;
  max-width:160px;
  width:auto;
  height:auto;
  filter: grayscale(1) contrast(1.05);
  opacity:.85;
  transition: filter .18s ease, opacity .18s ease, transform .18s ease;
}
.carrier-card:hover img{
  filter:none;
  opacity:1;
  transform: translateY(-1px);
}
@media(max-width:980px){
  .carrier-wrap{grid-template-columns:repeat(2,1fr)}
  .carrier-card{height:74px}
}

/* Google Rating Badge */
.google-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:6px 12px;
  border-radius:999px;
  background:white;
  border:1px solid var(--border);
  box-shadow:0 6px 18px rgba(7,19,33,.06);
  font-weight:700;
  font-size:14px;
  margin-top:14px;
}
.google-badge .stars{
  color:#F4B400;
  letter-spacing:1px;
  font-size:14px;
}
.google-badge a{
  color:var(--navy);
  text-decoration:none;
}
.google-badge:hover{
  background:var(--muted);
}

/* Since 1948 Badge */
.since-badge{
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  background:rgba(215,25,32,.08);
  color:var(--red);
  padding:4px 8px;
  border-radius:999px;
  margin-left:8px;
  display:inline-block;
}

/* Thin red accent line */
.site-header::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:4px;
  background:var(--red);
}
.site-header{
  position:sticky;
  top:0;
}


/* Centered Navigation Update */
.header-inner{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:40px;
}

.brand{
  position:absolute;
  left:20px;
}

.nav{
  display:flex;
  gap:28px;
  justify-content:center;
  font-weight:700;
}



/* Hero Watermark Logo */
.hero {
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 700px;
  background: url('../Fullsizetransparent.jpg') no-repeat center;
  background-size: contain;
  opacity: 0.035;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media (max-width: 900px) {
  .hero::after {
    width: 420px;
    height: 420px;
    opacity: 0.03;
  }
}
