:root {
  --ink: #10251d;
  --muted: #587066;
  --green: #0e6245;
  --green-2: #197453;
  --sage: #e4efe8;
  --cream: #f7f5ef;
  --gold: #a58642;
  --line: #dbe5df;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(16, 37, 29, .11);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  border-bottom: 1px solid rgba(219, 229, 223, .9);
  background: rgba(247, 245, 239, .92);
  backdrop-filter: blur(16px);
}
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 850; letter-spacing: -.02em; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 12px; color: var(--white); background: var(--green); font-family: Georgia, serif; font-size: 20px; box-shadow: 0 10px 24px rgba(14, 98, 69, .22); }
.nav-links { display: flex; align-items: center; gap: 26px; list-style: none; margin: 0; padding: 0; }
.nav-links a { text-decoration: none; color: var(--muted); font-size: 14px; font-weight: 750; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--green); }
.nav-cta { display: inline-flex; align-items: center; min-height: 42px; padding: 0 17px; border-radius: 999px; color: var(--white) !important; background: var(--green); }
.hero { overflow: hidden; padding: 96px 0 86px; position: relative; }
.hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -190px; top: -250px; border-radius: 50%; background: #dbe9df; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.12fr .88fr; gap: 72px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: var(--green); font-size: 13px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 24px; height: 2px; background: var(--gold); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.04em; line-height: 1.06; }
h1 { margin: 0 0 24px; max-width: 760px; font-size: clamp(48px, 7vw, 82px); }
h2 { margin: 0 0 18px; font-size: clamp(34px, 4.4vw, 54px); }
h3 { margin: 0 0 10px; font-size: 20px; letter-spacing: -.02em; }
.lead { max-width: 700px; margin: 0; color: var(--muted); font-size: clamp(18px, 2vw, 22px); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 0 22px; border-radius: 12px; text-decoration: none; font-weight: 800; }
.button-primary { color: var(--white); background: var(--green); box-shadow: 0 12px 28px rgba(14, 98, 69, .2); }
.button-secondary { border: 1px solid var(--line); background: rgba(255,255,255,.62); }
.hero-panel { position: relative; min-height: 0; border: 1px solid rgba(255,255,255,.7); border-radius: 32px; padding: 42px 28px 28px 42px; background: linear-gradient(145deg, #eef5f0, #dbe9df); box-shadow: var(--shadow); }
.panel-window { position: relative; width: 100%; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 24px 45px rgba(16,37,29,.12); }
.panel-top { height: 54px; display: flex; align-items: center; gap: 7px; padding: 0 18px; border-bottom: 1px solid var(--line); }
.dot { width: 8px; height: 8px; border-radius: 50%; background: #c8d5ce; }
.panel-body { padding: 24px; }
.panel-label { color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.panel-title { margin: 7px 0 18px; font: 700 29px/1.1 Georgia, serif; }
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.metric { min-height: 105px; padding: 18px; border-radius: 16px; background: var(--sage); }
.metric strong { display: block; font-size: 24px; color: var(--green); }
.metric span { color: var(--muted); font-size: 13px; }
.proof-strip { border-block: 1px solid var(--line); background: var(--white); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.proof-item { padding: 24px 30px; border-right: 1px solid var(--line); }
.proof-item:last-child { border-right: 0; }
.proof-item strong { display: block; margin-bottom: 3px; }
.proof-item span { color: var(--muted); font-size: 14px; }
.section { padding: 92px 0; }
.section-soft { background: var(--white); }
.section-green { color: var(--white); background: var(--green); }
.section-green .muted, .section-green .section-intro { color: #cce0d7; }
.section-heading { max-width: 780px; margin-bottom: 40px; }
.section-intro { margin: 0; max-width: 760px; color: var(--muted); font-size: 18px; }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.card { min-height: 230px; padding: 30px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 12px 32px rgba(16,37,29,.045); }
.card-number { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 28px; border-radius: 12px; color: var(--green); background: var(--sage); font-weight: 900; }
.card p, .muted { margin: 0; color: var(--muted); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 72px; }
.steps { display: grid; gap: 14px; }
.step { display: grid; grid-template-columns: auto 1fr; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: var(--white); }
.step-index { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: var(--white); background: var(--green); font-weight: 850; }
.product-showcase { display: grid; grid-template-columns: .95fr 1.05fr; gap: 64px; align-items: center; }
.logo-frame { display: grid; place-items: center; min-height: 470px; padding: 52px; border: 1px solid var(--line); border-radius: 32px; background: radial-gradient(circle at 50% 44%,#fff 0 31%,#e6efe9 72%); box-shadow: var(--shadow); }
.logo-frame img { width: min(320px, 76%); filter: drop-shadow(0 20px 24px rgba(16,37,29,.14)); }
.feature-list { list-style: none; margin: 28px 0 0; padding: 0; }
.feature-list li { position: relative; padding: 15px 0 15px 34px; border-top: 1px solid rgba(219,229,223,.8); color: var(--muted); }
.feature-list li::before { content: "✓"; position: absolute; left: 2px; color: var(--green); font-weight: 900; }
.legal-links { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.legal-links a { color: var(--green); font-weight: 750; text-underline-offset: 4px; }
.contact-band { padding: 58px 0; color: var(--white); background: var(--green); }
.contact-row { display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.contact-row h2 { margin-bottom: 8px; font-size: clamp(30px, 4vw, 46px); }
.contact-row p { margin: 0; color: #cce0d7; }
.contact-email { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 22px; border-radius: 12px; color: var(--green); background: var(--white); text-decoration: none; font-weight: 850; white-space: nowrap; }
.page-hero { padding: 82px 0 58px; border-bottom: 1px solid var(--line); background: linear-gradient(140deg,var(--cream),#e8f0eb); }
.page-hero h1 { max-width: 850px; font-size: clamp(44px,6vw,68px); }
.detail-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.detail { padding: 30px; border: 1px solid var(--line); border-radius: 20px; background: var(--white); }
.detail p { margin: 0; color: var(--muted); }
.company-panel { padding: 36px; border-radius: 24px; color: var(--white); background: var(--green); }
.company-panel dl { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 28px 0 0; }
.company-panel dt { color: #cce0d7; font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.company-panel dd { margin: 4px 0 0; font-weight: 800; }
.company-panel a { color: inherit; text-underline-offset: 3px; }
.site-footer { padding: 44px 0 28px; color: #d6e4dc; background: #0c2b20; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr; gap: 36px; }
.site-footer a { color: #d6e4dc; text-decoration: none; }
.site-footer h3 { color: var(--white); font-size: 15px; }
.footer-links { display: grid; gap: 8px; }
.footer-bottom { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.12); color: #9fb8ad; font-size: 13px; }
@media (max-width: 860px) {
  .hero-grid, .split, .product-showcase { grid-template-columns: 1fr; gap: 46px; }
  .cards { grid-template-columns: 1fr; }
  .hero-panel { min-height: 0; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .proof-item:last-child { border-bottom: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .container { width: min(100% - 28px,1160px); }
  .nav { min-height: 68px; }
  .nav-links li:not(:last-child) { display: none; }
  .nav-cta { min-height: 38px; padding-inline: 13px; }
  .hero, .section { padding: 66px 0; }
  h1 { font-size: 46px; }
  .hero-panel { min-height: 0; padding: 24px 14px 14px 24px; }
  .contact-row { align-items: flex-start; flex-direction: column; }
  .contact-email { width: 100%; white-space: normal; }
  .metric-grid, .detail-grid, .company-panel dl, .footer-grid { grid-template-columns: 1fr; }
  .logo-frame { min-height: 360px; }
}
