
:root{
  --ink:#0f2236;
  --ink-2:#2c3a4a;
  --accent:#7e9f52;
  --accent-dark:#617b3d;
  --sage:#ecf1e3;
  --cream:#f7f6f2;
  --paper:#ffffff;
  --muted:#66727f;
  --line:#dde3dd;
  --soft:#f1f4ed;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Segoe UI",Arial,sans-serif;
  color:var(--ink);
  background:var(--paper);
  line-height:1.65;
  -webkit-font-smoothing:antialiased;
}
a{color:inherit;text-decoration:none}
a:hover{color:var(--accent)}
.container{width:min(1160px,92%);margin:0 auto}
header{
  position:sticky;top:0;z-index:20;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line);
  backdrop-filter:blur(8px);
}
.nav{
  min-height:78px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
}
.brand{
  display:flex;
  align-items:center;
  gap:13px;
  font-weight:700;
  color:var(--ink);
}
.brand-mark{
  width:40px;height:40px;
  display:grid;place-items:center;
  border-radius:8px;
  background:var(--ink);
  color:#fff;
  font-weight:800;
  letter-spacing:.5px;
  font-size:14px;
}
.brand small{
  display:block;
  margin-top:1px;
  color:var(--muted);
  font-size:11px;
  font-weight:500;
}
nav ul{
  display:flex;
  list-style:none;
  gap:30px;
  margin:0;padding:0;
  align-items:center;
}
nav a{font-weight:600;font-size:15px}
.btn{
  display:inline-block;
  padding:13px 20px;
  border-radius:7px;
  background:var(--accent);
  color:#fff;
  font-weight:700;
  border:1px solid var(--accent);
  transition:.2s ease;
}
.btn:hover{
  background:var(--accent-dark);
  color:#fff;
}
.btn.secondary{
  background:transparent;
  color:var(--ink);
  border-color:#bfc9c5;
}
.btn.secondary:hover{
  background:var(--soft);
  color:var(--ink);
}
.hero{
  padding:92px 0 86px;
  background:linear-gradient(180deg,#fcfcfa 0%,#f5f6f1 100%);
  border-bottom:1px solid var(--line);
}
.hero-grid{
  display:grid;
  grid-template-columns:1.02fr .98fr;
  gap:72px;
  align-items:center;
}
.eyebrow,.kicker{
  color:var(--accent);
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:1.5px;
}
h1,h2,h3{
  margin-top:0;
  color:var(--ink);
}
h1{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(40px,4.4vw,60px);
  line-height:1.04;
  font-weight:600;
  letter-spacing:-1.2px;
  margin:14px 0 22px;
}
h2{
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(30px,3.5vw,46px);
  line-height:1.15;
  font-weight:600;
  margin-bottom:18px;
}
h3{
  font-size:21px;
  line-height:1.3;
  margin-bottom:8px;
}
.lead{
  font-size:19px;
  color:var(--ink-2);
  max-width:720px;
}
.hero-card{
  background:var(--cream);
  border:1px solid #e2e5db;
  border-radius:10px;
  padding:34px;
}
.hero-card .metric{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;
  margin-top:24px;
  border-top:1px solid #dfe4d6;
  border-left:1px solid #dfe4d6;
}
.metric div{
  padding:18px;
  border-right:1px solid #dfe4d6;
  border-bottom:1px solid #dfe4d6;
  background:rgba(255,255,255,.35);
}
.metric strong{
  display:block;
  font-size:17px;
  margin-bottom:3px;
}
.section{padding:82px 0}
.section.alt{
  background:#f8f8f4;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:34px}
.card{
  padding:0 0 26px;
  border-bottom:1px solid var(--line);
  background:transparent;
}
.card p{color:#465566}
.card .price,.price{
  font-size:19px;
  font-weight:800;
  color:var(--accent);
  margin:14px 0 0;
}
.list{padding-left:20px;color:#465566}
.list li{margin-bottom:7px}
.panel{
  background:var(--cream);
  border:1px solid #e2e5db;
  border-radius:10px;
}
.badge{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  background:var(--sage);
  color:var(--accent-dark);
  font-weight:700;
  font-size:12px;
}
.process{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}
.step{
  padding-top:18px;
  border-top:3px solid var(--accent);
}
.step strong{font-size:19px}
.cta{
  background:linear-gradient(135deg,#f7f6f1 0%, #eef3e3 100%);
  color:var(--ink);
  border:1px solid var(--line);
  border-radius:12px;
  padding:42px 46px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:32px;
  box-shadow:0 8px 24px rgba(15,34,54,.04);
}
.cta h2{color:var(--ink);margin-bottom:8px}
.cta p{color:var(--ink-2);margin:0}
.page-hero{
  padding:74px 0 46px;
  background:var(--cream);
  border-bottom:1px solid #e2e5db;
}
.contact-box{padding:30px}
form{display:grid;gap:16px}
label{font-weight:700}
input,textarea,select{
  width:100%;
  padding:12px 13px;
  border:1px solid #d4dbd1;
  border-radius:6px;
  font:inherit;
  background:#ffffff;
}
textarea{min-height:150px}
.note{
  background:#f0f5e9;
  border-left:3px solid var(--accent);
  padding:16px;
}
footer{
  margin-top:40px;
  background:#f6f6f1;
  color:var(--ink);
  padding:48px 0 24px;
  border-top:4px solid var(--accent);
}
footer a{color:var(--ink)}
footer a:hover{color:var(--accent-dark)}
.footer-grid{
  display:grid;
  grid-template-columns:1.3fr .7fr .8fr;
  gap:40px;
}
.small{font-size:13px;color:var(--muted)}
@media(max-width:850px){
  .hero-grid,.grid-3,.grid-2,.process,.footer-grid{grid-template-columns:1fr}
  nav ul{display:none}
  .hero{padding:60px 0}
  .cta{flex-direction:column;align-items:flex-start}
  h1{font-size:48px}
}


.brand-logo{
  width:56px;
  height:56px;
  object-fit:contain;
  display:block;
  background:#ffffff;
  border-radius:8px;
}
.footer-brand .brand-logo{
  background:#ffffff;
}
@media(max-width:850px){
  .brand-logo{
    width:50px;
    height:50px;
  }
}


.hero-card{
  box-shadow:0 10px 28px rgba(15,34,54,.05);
}
.brand-logo{
  box-shadow:0 1px 0 rgba(15,34,54,.05);
}
.btn{
  box-shadow:0 4px 14px rgba(126,159,82,.18);
}
.btn.secondary{
  box-shadow:none;
}


footer .brand small{
  color:var(--muted) !important;
}
footer .brand-logo{
  background:#ffffff;
  border:1px solid var(--line);
}
.footer-grid p{
  color:var(--ink-2);
}
footer strong{
  color:var(--ink);
}
.footer-bottom{
  border-top:1px solid #d7ddd3 !important;
}


footer .brand{
  color:var(--ink) !important;
}
footer .brand small{
  color:var(--muted) !important;
}
footer .brand-logo{
  background:#ffffff;
  border:1px solid var(--line);
}
footer p{
  color:var(--ink-2);
}
.footer-bottom{
  border-top:1px solid #d7ddd3 !important;
}
