
:root{
  --navy:#06235b;
  --blue:#1d5fd1;
  --blue-dark:#0f3d94;
  --orange:#f79331;
  --orange-dark:#e67d16;
  --text:#10233f;
  --muted:#5f6f86;
  --bg:#f4f7fb;
  --white:#ffffff;
  --line:#dde6f0;
  --shadow:0 18px 40px rgba(6,35,91,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--text);
  background:var(--white);
  line-height:1.6;
}
a{text-decoration:none;color:inherit}
img{max-width:100%;height:auto;display:block}
.container{width:min(1180px,calc(100% - 32px));margin:0 auto}
.screen-reader-text{
  border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);
  height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important;
}
.screen-reader-text:focus{
  clip:auto!important;clip-path:none;height:auto;width:auto;padding:12px 16px;left:12px;top:12px;
  background:#fff;color:var(--navy);z-index:200;
}
.top-call-bar{
  background:var(--navy);
  color:#fff;
  font-weight:700;
  text-align:center;
  padding:12px 0;
}
.top-call-bar a{color:#fff}
.site-header{
  background:#fff;
  border-bottom:1px solid var(--line);
  position:sticky;
  top:0;
  z-index:50;
}
.nav-row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:18px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:14px;
}
.brand-text{
  display:flex;
  flex-direction:column;
  line-height:1.1;
  color:var(--navy);
  font-size:1.05rem;
}
.brand-text strong{
  font-size:1.7rem;
  letter-spacing:.02em;
}
.main-nav{
  display:flex;
  align-items:center;
  gap:24px;
  font-weight:700;
  color:var(--navy);
}
.main-nav a:hover{color:var(--blue-dark)}
.nav-cta{
  background:var(--orange);
  color:#fff;
  padding:14px 22px;
  border-radius:999px;
  box-shadow:var(--shadow);
}
.hero{
  background:
    radial-gradient(circle at 85% 15%, rgba(29,95,209,.18), transparent 30%),
    linear-gradient(135deg,#f7fbff 0%,#edf3fb 100%);
  padding:68px 0 42px;
}
.hero-grid{
  display:grid;
  grid-template-columns:1.08fr .92fr;
  gap:34px;
  align-items:center;
}
.eyebrow,.section-kicker{
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:.82rem;
  font-weight:800;
  color:var(--blue-dark);
  margin:0 0 10px;
}
.hero h1{
  font-size:clamp(2.4rem,5vw,4.6rem);
  line-height:.96;
  color:var(--navy);
  margin:0 0 18px;
}
.lead{
  font-size:1.12rem;
  color:#26415f;
  max-width:62ch;
}
.hero-actions,.contact-actions{
  display:flex;
  gap:16px;
  flex-wrap:wrap;
  align-items:center;
  margin:26px 0 18px;
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:0 26px;
  border-radius:14px;
  font-weight:800;
  border:none;
  cursor:pointer;
}
.button-primary{
  background:linear-gradient(135deg,var(--orange),var(--orange-dark));
  color:#fff;
  box-shadow:var(--shadow);
}
.button-secondary{
  border:2px solid var(--navy);
  color:var(--navy);
  background:#fff;
}
.hero-points,.check-list,.compact-points{
  margin:18px 0 0;
  padding:0;
  list-style:none;
  display:grid;
  gap:10px;
}
.hero-points li,.check-list li,.compact-points li{
  padding-left:30px;
  position:relative;
  font-weight:700;
}
.hero-points li:before,.check-list li:before,.compact-points li:before{
  content:"";
  width:12px;height:12px;border-radius:50%;
  background:var(--orange);
  position:absolute;left:0;top:.45em;
  box-shadow:0 0 0 6px rgba(247,147,49,.18);
}
.image-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:22px;
  box-shadow:var(--shadow);
  overflow:hidden;
}
.image-card figcaption{
  padding:14px 18px 18px;
  color:var(--muted);
  font-size:.96rem;
}
.section{padding:72px 0}
.section-alt{background:var(--bg)}
.quick-answer{padding:36px 0 10px}
.quick-answer .container{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:var(--shadow);
  padding:30px;
}
.section h2,.quick-answer h2{
  font-size:clamp(1.85rem,3vw,3rem);
  line-height:1.08;
  margin:0 0 16px;
  color:var(--navy);
}
.card-grid,.trust-grid,.steps-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
}
.card-grid-four{grid-template-columns:repeat(4,minmax(0,1fr))}
.card,.trust-card,.faq-item,.step-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:20px;
  box-shadow:var(--shadow);
  padding:24px;
}
.card h3,.trust-card h3,.faq-item h3,.step-card h3{
  margin:0 0 10px;
  color:var(--navy);
  font-size:1.2rem;
}
.split-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  align-items:start;
}
.stack-images{
  display:grid;
  gap:22px;
}
.trust-section{background:linear-gradient(180deg,#f8fbff 0%,#eef4fb 100%)}
.process-section{background:#fff}
.step-card span{
  display:inline-flex;
  width:42px;height:42px;border-radius:50%;
  align-items:center;justify-content:center;
  background:var(--navy);color:#fff;font-weight:800;margin-bottom:14px;
}
.section-faq{background:var(--bg)}
.faq-list{display:grid;gap:18px}
.contact-section{
  background:
    linear-gradient(135deg, rgba(6,35,91,.95), rgba(15,61,148,.95)),
    linear-gradient(135deg,#0b2b6a,#1248a8);
  color:#fff;
}
.contact-grid{
  display:grid;
  grid-template-columns:1fr .95fr;
  gap:28px;
  align-items:start;
}
.contact-section h2,.contact-section .section-kicker,.contact-section p,.contact-section li{color:#fff}
.contact-form-card{
  background:#fff;
  color:var(--text);
  border-radius:24px;
  box-shadow:var(--shadow);
  padding:24px;
}
.estimate-form{
  display:grid;
  gap:14px;
}
.estimate-form label{
  display:grid;
  gap:8px;
  font-weight:700;
  color:var(--navy);
}
.estimate-form input,.estimate-form textarea{
  width:100%;
  border:1px solid #c8d6e8;
  border-radius:14px;
  padding:14px 16px;
  font:inherit;
  color:var(--text);
}
.form-note{margin:8px 0 0;color:var(--muted)}
.form-note a{color:var(--blue-dark);font-weight:700}
.form-messages p{
  margin:16px 0 0;
  padding:12px 14px;
  border-radius:14px;
  font-weight:700;
}
.success-message{background:#e7f8ee;color:#19683a}
.error-message{background:#fff3e8;color:#9a4f05}
.site-footer{
  background:var(--navy);
  color:#fff;
  padding:44px 0;
}
.footer-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr;
  gap:24px;
}
.footer-grid h3{margin:0 0 10px}
.footer-grid a{color:#fff}
@media (max-width:1100px){
  .card-grid-four{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:900px){
  .hero-grid,.split-grid,.contact-grid,.card-grid,.trust-grid,.steps-grid,.footer-grid{
    grid-template-columns:1fr;
  }
  .nav-row{flex-direction:column;align-items:flex-start}
  .main-nav{flex-wrap:wrap}
  .brand-text strong{font-size:1.35rem}
}
@media (max-width:680px){
  .site-header{position:static}
  .main-nav{gap:14px}
  .nav-cta{padding:12px 18px}
  .button{width:100%}
  .hero-actions,.contact-actions{display:grid}
  .card-grid-four{grid-template-columns:1fr}
}
