:root{
  --navy:#283747;
  --deep:#1D2D44;
  --blue:#007BFF;
  --soft:#F5F7FA;
  --line:#D9E1EA;
  --muted:#5D6978;
  --white:#fff;
  --ink:#10233E;
  --shadow:0 28px 80px rgba(29,45,68,.13);
}

*{box-sizing:border-box;margin:0;padding:0}

body{
  font-family:Montserrat,Arial,sans-serif;
  background:linear-gradient(180deg,#fff 0%,#f5f7fa 100%);
  color:var(--ink);
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
}

.wrap{
  width:min(1220px,calc(100% - 32px));
  margin:0 auto;
  padding:24px 0 34px;
}

.header-image{
  width:100%;
  aspect-ratio:2033/773;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(217,225,234,.95);
  box-shadow:var(--shadow);
  background:#071A33;
  margin-bottom:22px;
}

.header-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:contain;
  background:#071A33;
}

.stage{
  border:1px solid rgba(217,225,234,.95);
  border-radius:30px;
  overflow:hidden;
  box-shadow:0 22px 65px rgba(29,45,68,.10);
  background:#fff;
}

.main{
  display:grid;
  grid-template-columns:.76fr 1.24fr;
  background:#fff;
}

.trust{
  background:#fbfcfd;
  border-right:1px solid var(--line);
  padding:34px;
}

.trust h2{
  font-size:1.55rem;
  line-height:1.12;
  letter-spacing:-.035em;
  color:var(--deep);
  margin-bottom:10px;
}

.trust p{
  color:var(--muted);
  font-size:.88rem;
  margin-bottom:21px;
}

.trust-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
}

.trust-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
  padding:14px;
}

.trust-card b{
  display:block;
  color:var(--deep);
  font-size:.76rem;
  margin-bottom:3px;
}

.trust-card span{
  display:block;
  color:var(--muted);
  font-size:.7rem;
}

.check{
  color:var(--blue);
  font-weight:900;
  margin-right:5px;
}

.contact-strip{
  margin-top:16px;
  padding:20px;
  border-radius:17px;
  background:linear-gradient(135deg,var(--navy),var(--deep));
  color:#fff;
}

.contact-strip strong{
  display:block;
  font-size:.9rem;
  margin-bottom:12px;
}

.contact-strip ul{
  margin:0 0 14px 18px;
  padding:0;
}

.contact-strip li{
  font-size:.78rem;
  line-height:1.6;
  margin-bottom:4px;
}

.contact-strip p{
  margin:0;
  font-size:.78rem;
  color:rgba(255,255,255,.82);
}

.contact-strip a{
  color:#fff;
  text-decoration:none;
  font-weight:800;
}

.formbox{padding:34px 40px}

.form-head{margin-bottom:22px}

.tag{
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.18em;
  color:var(--blue);
  font-weight:900;
  margin-bottom:7px;
}

.form-head h1{
  color:var(--deep);
  font-size:2rem;
  line-height:1.12;
  letter-spacing:-.04em;
  margin-bottom:8px;
}

.form-head p{
  color:var(--muted);
  font-size:.9rem;
}

.status{
  display:none;
  border-radius:16px;
  padding:14px 15px;
  margin-bottom:16px;
  font-weight:800;
  font-size:.84rem;
}

.status.success{
  display:block;
  background:#ECFDF5;
  border:1px solid #99F6E4;
  color:#0F766E;
}

.status.error{
  display:block;
  background:#FEF3F2;
  border:1px solid #FDA29B;
  color:#B42318;
}

.secure-line{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:0 0 20px;
}

.secure-line span{
  border:1px solid var(--line);
  background:var(--soft);
  border-radius:14px;
  padding:11px 10px;
  text-align:center;
  color:var(--deep);
  font-weight:900;
  font-size:.7rem;
}

form{display:grid;gap:14px}

.honeypot{
  position:absolute;
  left:-9999px;
  opacity:0;
  height:0;
  width:0;
}

.section-label{
  font-size:.72rem;
  text-transform:uppercase;
  letter-spacing:.16em;
  color:var(--deep);
  font-weight:900;
  margin:6px 0 -2px;
  padding-top:4px;
}

.grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}

label{
  display:grid;
  gap:7px;
  font-size:.74rem;
  color:var(--deep);
  font-weight:800;
}

input,select,textarea{
  width:100%;
  border:1px solid var(--line);
  border-radius:13px;
  background:#fff;
  padding:14px 15px;
  font:inherit;
  font-size:.92rem;
  color:var(--ink);
  outline:none;
  transition:.18s ease;
}

input:focus,select:focus,textarea:focus{
  border-color:rgba(0,123,255,.58);
  box-shadow:0 0 0 4px rgba(0,123,255,.11);
}

textarea{
  min-height:92px;
  resize:vertical;
}

.optional{
  font-weight:500;
  color:#5D6978;
}

.submit{
  border:0;
  border-radius:999px;
  background:var(--navy);
  color:#fff;
  padding:17px 24px;
  font-weight:900;
  letter-spacing:.07em;
  cursor:pointer;
  box-shadow:0 18px 34px rgba(40,55,71,.24);
}

.after{
  font-size:.76rem;
  color:var(--muted);
  text-align:center;
  margin-top:-2px;
}

.privacy{
  margin-top:16px;
  border:1px solid var(--line);
  background:var(--soft);
  border-radius:17px;
  padding:15px 16px;
  color:var(--muted);
  font-size:.76rem;
}

.privacy b{color:var(--deep)}

@media(max-width:980px){
  .main{grid-template-columns:1fr}
  .trust{border-right:0;border-bottom:1px solid var(--line)}
  .trust-grid{grid-template-columns:repeat(2,1fr)}
}

@media(max-width:620px){
  .wrap{width:min(100% - 20px,1220px);padding-top:14px}
  .header-image{border-radius:16px;margin-bottom:16px}
  .formbox,.trust{padding:24px 18px}
  .grid,.trust-grid,.secure-line{grid-template-columns:1fr}
  .form-head h1{font-size:1.6rem}
}

/* =========================
   QUOTE PAGE FOOTER
========================= */

.site-footer{
  margin-top:28px;
  padding:24px 0 8px;
  border-top:1px solid #D9E1EA;
}

.footer-content{
  max-width:920px;
  margin:0 auto;
}

.footer-brand{
  text-align:center;
  margin:0 0 12px;
  color:#5D6978;
  font-size:.9rem;
}

.footer-brand b{
  color:#1D2D44;
}

.footer-social{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:12px;
  margin:0 0 26px;
}

.footer-social a{
  width:40px;
  height:40px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  border:1px solid #D9E1EA;
  color:#1D2D44;
  text-decoration:none;
  transition:.2s ease;
}

.footer-social svg{
  width:18px;
  height:18px;
  fill:currentColor;
}

.footer-social a:hover{
  transform:translateY(-2px);
  border-color:#007BFF;
  color:#007BFF;
}

.service-areas{
  display:grid;
  grid-template-columns:repeat(4,minmax(130px,1fr));
  gap:22px;
  max-width:820px;
  margin:0 auto 24px;
}

.city-col{
  display:flex;
  flex-direction:column;
  gap:7px;
}

.city-col a{
  color:#1D2D44;
  text-decoration:none;
  font-weight:800;
  font-size:.88rem;
}

.city-col a:hover{
  color:#007BFF;
}

.footer-bottom{
  max-width:820px;
  margin:0 auto;
  color:#5D6978;
  font-size:.86rem;
  line-height:1.5;
}

.footer-bottom p{
  margin:3px 0;
}

.footer-bottom a{
  color:#1D2D44;
  font-weight:900;
  text-decoration:none;
}

.footer-sep{
  padding:0 12px;
  color:#A3ADBA;
}

.footer-legal-links{
  margin-top:8px!important;
}

.footer-legal-links a{
  margin-right:18px;
}

@media(max-width:900px){
  .service-areas{
    grid-template-columns:repeat(2,1fr);
  }
}

@media(max-width:600px){
  .service-areas{
    grid-template-columns:1fr;
    text-align:center;
  }

  .footer-bottom{
    text-align:center;
  }

  .footer-sep{
    display:none;
  }

  .footer-bottom p:first-child a{
    display:block;
    margin:4px 0;
  }
}