:root{
  --red:#d71920;
  --green:#0c6b3f;
  --green-dark:#084d2e;
  --mint:#b8dfca;
  --ink:#17211c;
  --muted:#64706a;
  --paper:#ffffff;
  --soft:#f4f7f5;
  --line:#dfe7e2;
  --shadow:0 16px 50px rgba(12, 50, 32, .12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Open Sans",sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.6;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
.container{width:min(1180px,92%);margin:auto}
.section{padding:88px 0}

.site-header{
  position:sticky;top:0;z-index:1000;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(12px);
  border-bottom:1px solid rgba(0,0,0,.05);
}
.nav-wrap{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand img{width:185px;height:58px;object-fit:contain;object-position:left center}
.main-nav{display:flex;align-items:center;gap:26px;font-weight:700;font-size:.94rem}
.main-nav a:not(.btn):hover{color:var(--red)}
.menu-toggle{display:none;border:0;background:none;font-size:1.8rem;cursor:pointer}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  background:var(--red);color:white;
  padding:14px 22px;border-radius:8px;
  font-family:"Montserrat",sans-serif;font-weight:800;
  border:2px solid var(--red);transition:.2s ease;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(215,25,32,.2)}
.btn-small{padding:10px 16px}
.btn-outline{background:transparent;border-color:white;color:white}
.btn-outline:hover{background:white;color:var(--green)}
.btn-full{width:100%}

.hero{
  min-height:670px;
  display:flex;align-items:center;
  position:relative;
  background:
    linear-gradient(90deg, rgba(7,34,22,.86) 0%, rgba(7,34,22,.76) 42%, rgba(7,34,22,.28) 72%, rgba(7,34,22,.1) 100%),
    url("assets/hero-banner.png") center/cover no-repeat;
  color:white;
}
.hero-content{position:relative;z-index:2;max-width:760px;padding:70px 0}
.eyebrow,.section-kicker{
  display:inline-block;
  font-family:"Montserrat",sans-serif;
  font-weight:800;
  letter-spacing:.12em;
  font-size:.79rem;
  color:var(--green);
  margin-bottom:14px;
}
.hero .eyebrow{color:#d9f3e5}
.hero h1{
  font-family:"Montserrat",sans-serif;
  font-size:clamp(3rem,6vw,5.7rem);
  line-height:.98;margin:0 0 24px;
  letter-spacing:-.045em;
}
.hero h1 span{color:#ff3a41}
.hero p{font-size:1.18rem;max-width:690px;color:#f1f5f2;margin-bottom:28px}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.trust-strip{
  margin-top:34px;display:flex;flex-wrap:wrap;gap:22px;
  font-weight:700;color:#eef7f2;font-size:.92rem
}

.two-col{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}
h2,h3,h4{font-family:"Montserrat",sans-serif}
h2{font-size:clamp(2rem,4vw,3.2rem);line-height:1.13;margin:0 0 18px;letter-spacing:-.03em}
.intro p{font-size:1.05rem;color:var(--muted);margin-top:0}

.services{background:var(--soft)}
.section-heading{max-width:760px;margin-bottom:42px}
.center{text-align:center;margin-left:auto;margin-right:auto}
.section-heading p{color:var(--muted);font-size:1.05rem}

.service-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.service-card{
  background:white;border:1px solid var(--line);border-radius:16px;
  padding:28px 24px;min-height:260px;
  transition:.22s ease;
}
.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#c7d8ce}
.icon{font-size:2rem;margin-bottom:16px}
.service-card h3{font-size:1.12rem;margin:0 0 10px;color:var(--green-dark)}
.service-card p{color:var(--muted);font-size:.94rem;margin:0}

.process{background:white}
.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.step{
  position:relative;padding:28px 24px 24px;
  border-top:4px solid var(--green);
  background:linear-gradient(180deg,#fff,#f8fbf9);
}
.step span{font:800 2.2rem "Montserrat";color:#d6e8de}
.step h3{margin:4px 0 8px}
.step p{color:var(--muted);margin:0}

.why-us{background:#0c3523;color:white}
.why-us .section-kicker{color:#9ad4b7}
.why-us p{color:#d3e1d9}
.why-grid{align-items:center}
.benefits{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:30px}
.benefits div{padding:16px 0;border-top:1px solid rgba(255,255,255,.18)}
.benefits strong,.benefits span{display:block}
.benefits span{font-size:.9rem;color:#bcd0c4;margin-top:4px}
.growth-card{
  background:white;color:var(--ink);padding:42px;border-radius:20px;
  box-shadow:var(--shadow)
}
.growth-card h3{font-size:2.5rem;line-height:1.05;margin:10px 0 18px;color:var(--red)}
.growth-card p{color:var(--muted)}
.small-label{font:800 .78rem "Montserrat";letter-spacing:.14em;color:var(--green)!important}

.quote-section{
  background:linear-gradient(135deg,var(--red) 0%,#9f1015 100%);
  color:white;
}
.section-kicker.light{color:#ffdfe0}
.quote-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:65px;align-items:start}
.quote-grid>div>p{color:#ffeaea;font-size:1.04rem}
.quote-form{
  background:white;color:var(--ink);padding:30px;border-radius:18px;
  box-shadow:0 18px 60px rgba(0,0,0,.18)
}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}
label{display:block;font-weight:700;font-size:.9rem;margin-bottom:16px}
input,select,textarea{
  width:100%;margin-top:7px;padding:13px 14px;
  border:1px solid #cfd8d3;border-radius:8px;
  font:inherit;color:var(--ink);background:white;
}
input:focus,select:focus,textarea:focus{outline:3px solid rgba(12,107,63,.14);border-color:var(--green)}
.form-note{margin:12px 0 0;font-size:.8rem;color:#7a827d;text-align:center}

.contact{background:var(--soft)}
.contact-card{
  background:white;border:1px solid var(--line);border-radius:20px;
  padding:36px 40px;display:flex;align-items:center;justify-content:space-between;gap:30px;
  box-shadow:var(--shadow)
}
.contact-card h2{margin-bottom:8px}
.contact-card p{margin:0;color:var(--muted)}

.site-footer{background:#091c13;color:#dce8e1;padding:56px 0 22px}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}
.footer-logo{width:190px;background:white;border-radius:10px;padding:6px;margin-bottom:18px}
.footer-grid p{color:#a9bdb1;max-width:490px}
.footer-grid h4{color:white;margin-top:0}
.footer-grid a{display:block;color:#b7c9bf;margin:8px 0}
.footer-grid a:hover{color:white}
.footer-bottom{
  border-top:1px solid rgba(255,255,255,.12);
  margin-top:34px;padding-top:20px;
  display:flex;justify-content:space-between;gap:20px;
  font-size:.85rem;color:#91a79a
}

@media (max-width: 980px){
  .service-grid{grid-template-columns:repeat(2,1fr)}
  .steps{grid-template-columns:repeat(2,1fr)}
  .two-col,.quote-grid{grid-template-columns:1fr}
  .main-nav{
    display:none;position:absolute;top:82px;left:0;right:0;
    background:white;padding:22px 4%;box-shadow:0 14px 30px rgba(0,0,0,.09);
    flex-direction:column;align-items:flex-start;
  }
  .main-nav.open{display:flex}
  .menu-toggle{display:block}
  .hero{min-height:610px}
}
@media (max-width: 640px){
  .section{padding:66px 0}
  .brand img{width:150px}
  .hero{min-height:620px;background-position:58% center}
  .hero-content{padding:55px 0}
  .hero h1{font-size:3rem}
  .service-grid,.steps,.benefits,.form-row{grid-template-columns:1fr}
  .contact-card,.footer-bottom{flex-direction:column;align-items:flex-start}
  .footer-grid{grid-template-columns:1fr}
  .quote-form{padding:22px}
}


/* VERSION 2 */
.principle-bar{
  background:#fff;
  border-bottom:1px solid #ecefec;
  color:#123425;
  text-align:center;
  font-family:"Montserrat",sans-serif;
  font-weight:700;
}
.principle-bar .container{
  min-height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:8px 0;
}
.quote-mark{
  color:var(--red);
  font-family:Georgia,serif;
  font-size:1.6rem;
  line-height:1;
}
.nav-wrap{height:92px}
.brand img{
  width:235px;
  height:74px;
  object-fit:contain;
  object-position:left center;
}
.hero{
  min-height:650px;
  background:
    linear-gradient(90deg, rgba(6,45,29,.95) 0%, rgba(6,45,29,.88) 31%, rgba(6,45,29,.64) 48%, rgba(6,45,29,.18) 73%, rgba(6,45,29,.04) 100%),
    url("assets/hero-banner.png") 63% center/cover no-repeat;
}
.hero-content{
  max-width:690px;
  padding:76px 0 84px;
}
.hero h1{
  max-width:680px;
  font-size:clamp(3rem,5vw,4.8rem);
  line-height:1.01;
}
.hero p{
  max-width:640px;
  font-size:1.08rem;
}
.hero .eyebrow{
  max-width:660px;
  line-height:1.5;
}
.trust-strip{
  background:rgba(4,58,35,.88);
  border:1px solid rgba(255,255,255,.16);
  border-radius:12px;
  padding:14px 18px;
  width:fit-content;
  max-width:100%;
}
@media (max-width:980px){
  .main-nav{top:92px}
  .brand img{width:205px;height:68px}
}
@media (max-width:640px){
  .principle-bar .container{font-size:.78rem;line-height:1.35}
  .quote-mark{font-size:1.25rem}
  .nav-wrap{height:78px}
  .main-nav{top:78px}
  .brand img{width:165px;height:60px}
  .hero{
    min-height:650px;
    background:
      linear-gradient(90deg, rgba(6,45,29,.94), rgba(6,45,29,.78)),
      url("assets/hero-banner.png") 60% center/cover no-repeat;
  }
  .hero h1{font-size:2.75rem}
  .trust-strip{gap:12px}
}


/* VERSION 3 — deployment refinements */
.contact-topbar{
  display:grid;
  grid-template-columns:1fr 1.2fr 1fr;
  width:100%;
  color:#fff;
  font-family:"Montserrat",sans-serif;
  font-weight:700;
  font-size:.9rem;
}
.contact-topbar .contact-item{
  min-height:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:9px 18px;
  text-align:center;
}
.email-item{background:#0b5d3b}
.location-item{background:#d71920}
.promise-item{background:#12395f}
.contact-topbar a{color:#fff}
.contact-topbar a:hover{text-decoration:underline}

.principle-bar{
  background:linear-gradient(90deg,#fff8ef 0%,#fff 50%,#fff8ef 100%);
  border-bottom:1px solid #eadfce;
}

.site-header{
  width:100%;
}
.nav-wrap{
  width:min(1180px,92%);
  height:78px;
  justify-content:flex-end;
}
.main-nav{
  margin-left:auto;
}

.hero{
  width:100vw;
  max-width:none;
  margin-left:calc(50% - 50vw);
  min-height:690px;
  background:
    linear-gradient(90deg, rgba(6,38,26,.90) 0%, rgba(6,38,26,.78) 28%, rgba(6,38,26,.42) 52%, rgba(6,38,26,.14) 75%, rgba(6,38,26,.04) 100%),
    url("assets/hero-banner.png") center center / cover no-repeat;
}
.hero .container{
  width:min(1180px,92%);
}
.hero-content{
  max-width:720px;
  padding:82px 0 88px;
}
.hero h1{
  font-size:clamp(3.2rem,5vw,5rem);
  line-height:1.01;
}
.hero p{
  max-width:660px;
  font-size:1.08rem;
}
.footer-contact p{
  margin:.35rem 0;
  color:#b7c9bf;
}
.footer-contact a{color:#dce8e1}

@media (max-width:980px){
  .contact-topbar{grid-template-columns:1fr}
  .contact-topbar .contact-item{min-height:36px}
  .nav-wrap{justify-content:space-between}
  .main-nav{top:78px}
}
@media (max-width:640px){
  .contact-topbar{font-size:.74rem}
  .contact-topbar .contact-item{padding:7px 10px}
  .principle-bar .container{padding:7px 0}
  .hero{
    min-height:660px;
    background:
      linear-gradient(90deg, rgba(6,38,26,.91), rgba(6,38,26,.68)),
      url("assets/hero-banner.png") 62% center / cover no-repeat;
  }
}


/* VERSION 4 — visible company name in header */
#home, #about, #services, #why-us, #contact, #quote{scroll-margin-top:90px;}

.nav-wrap{
  justify-content:space-between;
  gap:28px;
}

.text-brand{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  min-width:290px;
  line-height:1;
}

.brand-ali{
  font-family:"Montserrat",sans-serif;
  font-size:2.25rem;
  font-weight:800;
  letter-spacing:.08em;
  color:var(--red);
}

.brand-name{
  margin-top:5px;
  font-family:"Montserrat",sans-serif;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.11em;
  color:var(--green-dark);
}

.main-nav{margin-left:auto;}

@media (max-width:980px){
  .text-brand{min-width:auto}
  .brand-ali{font-size:1.9rem}
  .brand-name{font-size:.68rem}
}

@media (max-width:640px){
  .brand-ali{font-size:1.55rem}
  .brand-name{font-size:.56rem;letter-spacing:.07em}
  .text-brand{max-width:180px}
}

/* VERSION 5 — omnichannel service */
@media (min-width: 981px){
  .service-grid{
    grid-template-columns:repeat(3,1fr);
  }
}

/* VERSION 6 — FBA & FBM */
.service-card p + p{margin-top:10px;}


/* VERSION 7 — selected public pricing */
.pricing-section{background:#fff;}
.pricing-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.price-card{
  border:1px solid var(--line);
  border-radius:18px;
  padding:30px 24px;
  background:#fff;
  box-shadow:0 10px 35px rgba(12,50,32,.07);
  text-align:center;
}
.featured-price{
  border:2px solid var(--green);
  background:linear-gradient(180deg,#f3fbf7,#fff);
}
.price-icon{font-size:2rem;margin-bottom:10px}
.price-card h3{color:var(--green-dark);margin:0 0 16px}
.price{
  font-family:"Montserrat",sans-serif;
  font-size:2rem;
  font-weight:800;
  color:var(--red);
}
.price span{font-size:.9rem;color:var(--muted)}
.price-unit{
  font-weight:700;
  color:var(--green);
  margin-top:2px;
}
.price-card p{color:var(--muted);font-size:.9rem;margin:16px 0 0}
.pricing-cta{
  margin-top:30px;
  padding:24px 28px;
  border-radius:16px;
  background:var(--soft);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.pricing-cta p{margin:0;max-width:760px;color:var(--muted)}
@media (max-width:980px){
  .pricing-grid{grid-template-columns:repeat(2,1fr)}
  .pricing-cta{flex-direction:column;align-items:flex-start}
}
@media (max-width:640px){
  .pricing-grid{grid-template-columns:1fr}
}


/* VERSION 11 — each service opens its own detail page */
.service-card{padding:0;overflow:hidden}
.service-card-link{
  display:block;
  height:100%;
  padding:28px 24px;
}
.learn-more{
  display:inline-block;
  margin-top:16px;
  color:var(--green);
  font-family:"Montserrat",sans-serif;
  font-size:.84rem;
  font-weight:800;
}
.service-card-link:hover .learn-more{color:var(--red)}

.service-page-hero{
  background:
    linear-gradient(90deg, rgba(6,38,26,.94), rgba(6,38,26,.68)),
    url("assets/hero-banner.png") center/cover no-repeat;
  color:#fff;
  padding:82px 0;
}
.service-page-hero .container{max-width:900px}
.service-page-hero h1{
  font-family:"Montserrat",sans-serif;
  font-size:clamp(2.6rem,5vw,4.7rem);
  line-height:1.04;
  margin:10px 0 20px;
}
.service-page-hero p{
  max-width:760px;
  font-size:1.12rem;
  color:#e8f1ec;
}
.back-link{
  display:inline-block;
  color:#d8eadf;
  font-weight:700;
  margin-bottom:22px;
}
.back-link:hover{color:#fff}

.service-page-content{background:#f5f8f6}
.service-page-grid{
  display:grid;
  grid-template-columns:1.5fr .75fr;
  gap:28px;
  align-items:start;
}
.service-main-card,
.service-side-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:18px;
  padding:34px;
  box-shadow:0 12px 35px rgba(12,50,32,.08);
}
.service-main-card h2{margin-top:0}
.service-detail-list{
  margin:0;
  padding-left:22px;
  columns:2;
  column-gap:40px;
}
.service-detail-list li{
  margin-bottom:13px;
  color:var(--muted);
  break-inside:avoid;
}
.service-side-card{
  position:sticky;
  top:110px;
}
.service-side-card h3{
  color:var(--red);
  font-size:1.5rem;
  margin:5px 0 14px;
}
.service-side-card p{color:var(--muted)}

.services-bottom-cta{
  padding:70px 0;
  background:#0c3523;
  color:#fff;
  text-align:center;
}
.services-bottom-cta h2{max-width:760px;margin:0 auto 14px}
.services-bottom-cta p{max-width:700px;margin:0 auto 24px;color:#d4e2da}
.services-footer{margin-top:0}

@media(max-width:900px){
  .service-page-grid{grid-template-columns:1fr}
  .service-side-card{position:static}
}
@media(max-width:640px){
  .service-detail-list{columns:1}
  .service-main-card,.service-side-card{padding:24px}
}


/* VERSION 13 — restore original service card look + keep Learn More links */
.service-grid{
  align-items:stretch;
}

.service-card{
  display:block;
  min-height:260px;
  background:#fff !important;
  border:1px solid var(--line) !important;
  border-radius:16px;
  padding:0 !important;
  box-shadow:none !important;
  overflow:hidden;
  transition:.22s ease;
}

.service-card:hover{
  transform:translateY(-5px);
  box-shadow:var(--shadow) !important;
  border-color:#c7d8ce !important;
}

.service-card-link{
  display:flex !important;
  flex-direction:column;
  height:100%;
  padding:28px 24px !important;
  color:inherit !important;
}

.service-card .icon{
  font-size:2rem;
  margin-bottom:16px;
}

.service-card h3{
  color:var(--green-dark) !important;
  font-size:1.12rem;
  margin:0 0 10px;
}

.service-card p{
  color:var(--muted) !important;
  opacity:1 !important;
  font-size:.94rem;
  margin:0;
}

.service-card .learn-more{
  margin-top:auto;
  padding-top:18px;
  color:var(--red) !important;
  font-family:"Montserrat",sans-serif;
  font-size:.84rem;
  font-weight:800;
  letter-spacing:0;
}

.service-card .learn-more::after{
  content:none !important;
}

@media (min-width:981px){
  .service-grid{
    grid-template-columns:repeat(3,1fr);
  }
}
@media (max-width:980px){
  .service-grid{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:640px){
  .service-grid{
    grid-template-columns:1fr;
  }
  .service-card{
    min-height:240px;
  }
}


/* VERSION 14 — highlighted service list */
.service-grid,
.service-card{
  display:none !important;
}

.service-list{
  display:flex;
  flex-direction:column;
  gap:14px;
  max-width:980px;
  margin:0 auto;
}

.service-list-item{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:22px 24px;
  background:#fff;
  border:1px solid var(--line);
  border-left:5px solid var(--green);
  border-radius:14px;
  box-shadow:0 8px 24px rgba(12,50,32,.06);
  transition:.22s ease;
}

.service-list-item:hover{
  transform:translateX(6px);
  box-shadow:0 14px 30px rgba(12,50,32,.12);
  border-left-color:var(--red);
}

.highlighted-service{
  background:linear-gradient(90deg,#fff8f8 0%,#fff 100%);
  border-left-color:var(--red);
}

.service-list-left{
  display:flex;
  align-items:flex-start;
  gap:18px;
}

.service-number{
  min-width:48px;
  font-family:"Montserrat",sans-serif;
  font-size:1.1rem;
  font-weight:800;
  color:var(--red);
}

.service-list-item h3{
  margin:0 0 6px;
  color:var(--green-dark);
  font-size:1.15rem;
}

.service-list-item p{
  margin:0;
  color:var(--muted);
  font-size:.94rem;
}

.service-arrow{
  flex:0 0 auto;
  font-family:"Montserrat",sans-serif;
  font-weight:800;
  font-size:.86rem;
  color:var(--red);
}

@media(max-width:700px){
  .service-list-item{
    align-items:flex-start;
    flex-direction:column;
  }
  .service-arrow{
    padding-left:66px;
  }
}


/* VERSION 15 — About strategic location highlight */
.about-location-highlight{
  margin-top:34px;
  display:grid;
  grid-template-columns:64px 1fr;
  gap:22px;
  align-items:start;
  padding:28px 30px;
  border-radius:16px;
  background:linear-gradient(90deg,#f4faf6 0%,#fff 100%);
  border:1px solid var(--line);
  border-left:5px solid var(--red);
}
.about-location-icon{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#fff;
  font-size:1.55rem;
  box-shadow:0 6px 18px rgba(12,50,32,.08);
}
.about-location-highlight h3{
  margin:4px 0 10px;
  color:var(--green-dark);
  font-size:1.35rem;
}
.about-location-highlight p{
  margin:0;
  color:var(--muted);
  line-height:1.7;
}
@media(max-width:640px){
  .about-location-highlight{
    grid-template-columns:1fr;
    padding:24px;
  }
}


/* VERSION 16 — enhanced Formspree quote request form */
.enhanced-quote-form{
  display:block;
}
.form-section-title{
  margin:24px 0 14px;
  padding-bottom:8px;
  border-bottom:1px solid var(--line);
  color:var(--green-dark);
  font-family:"Montserrat",sans-serif;
  font-size:1rem;
  font-weight:800;
}
.form-section-title:first-child{margin-top:0}
.enhanced-quote-form label{
  display:flex;
  flex-direction:column;
  gap:7px;
  font-size:.88rem;
  font-weight:700;
  color:var(--green-dark);
}
.enhanced-quote-form input,
.enhanced-quote-form select,
.enhanced-quote-form textarea{
  width:100%;
  border:1px solid #cbd8d0;
  border-radius:9px;
  background:#fff;
  padding:12px 13px;
  font:inherit;
  color:#1d2d25;
  outline:none;
}
.enhanced-quote-form input:focus,
.enhanced-quote-form select:focus,
.enhanced-quote-form textarea:focus{
  border-color:var(--green);
  box-shadow:0 0 0 3px rgba(18,93,60,.09);
}
.enhanced-quote-form textarea{resize:vertical}
.prep-options{
  margin:20px 0;
  padding:18px;
  border:1px solid var(--line);
  border-radius:12px;
}
.prep-options legend{
  padding:0 8px;
  font-family:"Montserrat",sans-serif;
  font-weight:800;
  color:var(--green-dark);
}
.checkbox-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px 18px;
}
.checkbox-grid label{
  flex-direction:row;
  align-items:center;
  font-weight:600;
  color:var(--muted);
}
.checkbox-grid input,
.consent-check input{
  width:auto;
  accent-color:var(--red);
}
.full-field{margin-top:18px}
.consent-check{
  margin:18px 0;
  flex-direction:row !important;
  align-items:flex-start;
  color:var(--muted) !important;
  font-weight:600 !important;
}
.consent-check input{margin-top:3px}
.quote-submit-btn{
  border:0;
  cursor:pointer;
}
.form-note{
  margin:12px 0 0;
  color:var(--muted);
  font-size:.83rem;
}
@media(max-width:700px){
  .checkbox-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:480px){
  .checkbox-grid{grid-template-columns:1fr}
}


/* VERSION 17 — legal pages */
.footer-legal-links a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:3px;
}
.consent-check a{
  color:var(--red);
  text-decoration:underline;
  text-underline-offset:2px;
}
.legal-hero{
  padding:68px 0;
  background:linear-gradient(100deg,#0b3825,#125d3c);
  color:#fff;
}
.legal-hero h1{
  margin:8px 0 8px;
  font-family:"Montserrat",sans-serif;
  font-size:clamp(2.3rem,5vw,4rem);
}
.legal-hero p{margin:0;color:#dbe9e1}
.legal-content{
  max-width:900px;
  background:#fff;
}
.legal-content .legal-intro{
  font-size:1.08rem;
  color:#3d5147;
  padding:20px 22px;
  background:#f4f8f5;
  border-left:4px solid var(--red);
  border-radius:8px;
  margin:0 0 32px;
}
.legal-content h2{
  margin:32px 0 10px;
  color:var(--green-dark);
  font-family:"Montserrat",sans-serif;
  font-size:1.28rem;
}
.legal-content p{
  color:var(--muted);
  line-height:1.75;
  margin:0 0 14px;
}
.legal-content a{
  color:var(--red);
  font-weight:700;
}
