:root {
  --green: #0b3b24;
  --green-2: #14532f;
  --orange: #ea5b1c;
  --orange-dark: #c9480f;
  --cream: #fbf8f1;
  --ink: #1d2320;
  --muted: #56605a;
  --line: #e4ded0;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font: 400 17px/1.55 Inter, system-ui, sans-serif; color: var(--ink); background: var(--cream); }
h1, h2, h3, .brand { font-family: "Barlow Condensed", "Arial Narrow", sans-serif; color: var(--green); line-height: 1.02; margin: 0; }
a { color: var(--green-2); }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 24px; }

.brand { font-weight: 800; font-size: 34px; text-decoration: none; letter-spacing: -0.3px; }
.brand-sm { font-size: 22px; }
.btn { display: inline-block; background: var(--orange); color: #fff; font: 600 18px/1 Inter, sans-serif; padding: 18px 28px; border: 0; border-radius: 6px; text-decoration: none; cursor: pointer; }
.btn:hover { background: var(--orange-dark); }
.btn:disabled { opacity: 0.6; cursor: wait; }
.btn-sm { font-size: 16px; padding: 13px 20px; }

.top { position: absolute; inset: 0 0 auto 0; z-index: 2; }
.top-row { display: flex; align-items: center; justify-content: space-between; height: 92px; }

.hero { position: relative; min-height: 680px; display: flex; align-items: center; overflow: hidden; }
.hero-img { position: absolute; inset: 0; background: url(/assets/hero.jpg) right center / cover no-repeat; }
.hero-img::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, var(--cream) 0%, var(--cream) 38%, rgba(251, 248, 241, 0.85) 50%, rgba(251, 248, 241, 0) 68%); }
.hero-copy { position: relative; width: 100%; padding-top: 92px; padding-bottom: 56px; }
.hero h1 { font-size: clamp(52px, 7.2vw, 92px); font-weight: 800; max-width: 620px; letter-spacing: -1px; }
.lede { font-size: 21px; max-width: 560px; margin: 22px 0 30px; color: var(--ink); }
.assure { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 16px; margin: 22px 0 0; }
.check { width: 22px; height: 22px; border-radius: 50%; background: var(--green); position: relative; flex: none; }
.check::after { content: ""; position: absolute; left: 7px; top: 4px; width: 6px; height: 11px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }

section h2 { font-size: clamp(38px, 4.4vw, 52px); font-weight: 800; }
.how { padding: 80px 0; background: #fff; border-top: 1px solid var(--line); }
.how h2 { text-align: center; margin-bottom: 40px; }
.steps { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps li { border: 1px solid var(--line); border-radius: 10px; padding: 28px; background: var(--cream); }
.num { display: inline-grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: var(--orange); color: #fff; font-weight: 600; margin-bottom: 16px; }
.steps h3 { font-size: 28px; font-weight: 700; margin-bottom: 8px; }
.steps p { margin: 0; color: var(--muted); }

.product { padding: 80px 0; }
.product-row { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 56px; align-items: center; }
.product p { font-size: 19px; color: var(--muted); max-width: 560px; }
.ticks { list-style: none; padding: 0; margin: 20px 0 0; display: grid; gap: 10px; }
.ticks li { padding-left: 32px; position: relative; font-weight: 500; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 3px; width: 20px; height: 20px; border-radius: 50%; background: var(--green); }
.ticks li::after { content: ""; position: absolute; left: 7px; top: 6px; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
.lead-card { margin: 0; background: #fff; border: 1px solid var(--line); border-left: 6px solid var(--orange); border-radius: 10px; padding: 26px 28px; box-shadow: 0 14px 40px rgba(11, 59, 36, 0.08); }
.lead-card figcaption { font: 600 13px/1 Inter, sans-serif; text-transform: uppercase; letter-spacing: 1.4px; color: var(--orange-dark); margin-bottom: 18px; }
.lead-card dl { display: grid; grid-template-columns: 120px 1fr; gap: 12px 16px; margin: 0; }
.lead-card dt { color: var(--muted); font-size: 15px; }
.lead-card dd { margin: 0; font-weight: 600; }

.contact { padding: 80px 0; background: var(--green); color: #e8f0ea; }
.contact h2 { color: #fff; }
.contact-row { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 56px; align-items: start; }
.contact-row > div p { font-size: 19px; max-width: 440px; }
.form { background: #fff; color: var(--ink); border-radius: 12px; padding: 30px; display: grid; gap: 14px; }
.form label { display: grid; gap: 6px; font-weight: 500; font-size: 15px; }
.form input { font: inherit; padding: 13px 14px; border: 1px solid #cfd6d1; border-radius: 6px; background: #fff; }
.form input:focus { outline: 2px solid var(--orange); border-color: transparent; }
.opt { color: var(--muted); font-weight: 400; }
.hp { position: absolute; left: -9999px; }
.fine { font-size: 13px; color: var(--muted); margin: 0; }
.status { margin: 0; color: #b42318; font-size: 15px; }
.done { font: 700 30px/1.15 "Barlow Condensed", sans-serif; color: var(--green); margin: 10px 0; }

.foot { padding: 30px 0; background: #07281a; color: #a9bcae; font-size: 14px; }
.foot .brand { color: #fff; }
.foot-row { display: flex; gap: 24px; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.foot nav { display: flex; gap: 20px; }
.foot a { color: #d5e2d8; }

.doc { max-width: 760px; margin: 0 auto; padding: 130px 24px 80px; }
.doc h1 { font-size: 56px; font-weight: 800; margin-bottom: 8px; }
.doc h2 { font-size: 28px; margin: 34px 0 8px; }
.doc .top { background: var(--cream); }

@media (max-width: 860px) {
  .hero { min-height: 0; flex-direction: column; align-items: stretch; }
  .hero-img { position: relative; height: 300px; order: 2; background-position: 70% center; }
  .hero-img::after { background: linear-gradient(180deg, var(--cream) 0%, rgba(251, 248, 241, 0) 30%); }
  .hero-copy { padding-top: 110px; padding-bottom: 32px; }
  .steps, .product-row, .contact-row { grid-template-columns: 1fr; gap: 28px; }
  .top-row { height: 76px; }
  .brand { font-size: 28px; }
  .top .btn-sm { display: none; }
  .how, .product, .contact { padding: 56px 0; }
  .form { padding: 22px; }
}
