
:root {
  --green: #6aa637;
  --green-dark: #4f8123;
  --navy: #17324a;
  --ink: #1f2f3f;
  --muted: #687786;
  --bg: #f7f4ee;
  --panel: #ffffff;
  --line: rgba(23, 50, 74, 0.12);
  --shadow: 0 18px 40px rgba(20, 39, 57, 0.10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #f8f5ef 100%);
}
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  padding: 18px 0 14px;
  border-bottom: 1px solid var(--line);
  background: rgba(255,255,255,0.94);
  position: sticky;
  top: 0;
  backdrop-filter: blur(10px);
  z-index: 10;
}
.header-wrap { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 16px; text-decoration: none; color: inherit; }
.brand-mark { width: 82px; height: 82px; flex: 0 0 auto; }
.brand-word { display: block; line-height: .95; white-space: nowrap; }
.brand-food { color: var(--green); font-size: clamp(38px, 4.5vw, 62px); font-weight: 800; }
.brand-product { color: var(--navy); font-size: clamp(38px, 4.5vw, 62px); font-weight: 800; }
.brand-com { color: var(--green); font-size: clamp(24px, 3vw, 39px); font-weight: 800; }
.brand-tagline { margin-top: 9px; color: #36495b; font-size: clamp(16px, 1.7vw, 22px); }
.badges { display: flex; gap: 18px; flex-wrap: wrap; justify-content: flex-end; }
.badge { min-width: 145px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 16px; background: #fff; text-align: center; color: var(--navy); box-shadow: 0 6px 16px rgba(18,35,55,0.05); }
.badge strong { display: block; font-size: 14px; margin-top: 6px; }
.badge span { font-size: 25px; display: inline-block; }
.hero { padding: 52px 0 44px; }
.hero-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 34px; align-items: stretch; }
.left-card, .right-card { background: var(--panel); border: 1px solid rgba(23,50,74,0.08); border-radius: 28px; box-shadow: var(--shadow); }
.left-card { padding: 38px 36px 34px; }
.eyebrow { display: inline-flex; align-items: center; gap: 14px; color: var(--green-dark); text-transform: uppercase; letter-spacing: 0.16em; font-weight: 700; font-size: 14px; }
.eyebrow::after { content: ""; width: 64px; height: 3px; border-radius: 999px; background: rgba(106,166,55,.75); }
h1 { font-size: clamp(42px, 6vw, 74px); line-height: 0.98; margin: 18px 0 14px; }
.h1-food { color: var(--green); } .h1-product { color: var(--navy); } .h1-com { color: var(--green); font-size: 0.56em; }
.subtitle { font-size: clamp(24px, 3vw, 36px); line-height: 1.12; margin: 0 0 18px; color: var(--navy); font-weight: 700; }
.subtitle .dot { color: var(--green); }
.lead { font-size: 21px; line-height: 1.68; color: #33475a; max-width: 860px; margin: 0 0 28px; }
.price-box { border: 2px solid rgba(106,166,55,0.9); border-radius: 22px; padding: 16px 18px; display: grid; grid-template-columns: auto 1fr auto; gap: 16px; align-items: center; background: linear-gradient(180deg, #fbfffa 0%, #f5faef 100%); }
.pill { background: var(--navy); color: #fff; padding: 16px 20px; border-radius: 14px; font-weight: 700; font-size: 16px; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; min-width: 138px; }
.price-center { text-align: center; }
.price-kicker { font-size: 14px; font-weight: 700; color: var(--navy); text-transform: uppercase; letter-spacing: 0.08em; }
.price-main { color: var(--green); font-size: clamp(58px, 7vw, 88px); line-height: 0.95; margin-top: 2px; font-weight: 800; }
.price-line { margin-top: 10px; font-size: 15px; color: #37506a; font-weight: 700; }
.actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 24px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 18px 28px; border-radius: 16px; font-size: 20px; font-weight: 700; text-decoration: none; transition: transform .15s ease, box-shadow .15s ease; box-shadow: 0 10px 24px rgba(23,50,74,0.12); }
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--green); color: #fff; }
.btn-secondary { background: var(--navy); color: #fff; }
.contact { margin-top: 22px; display: flex; align-items: center; gap: 16px; background: #fafcf8; border: 1px solid rgba(106,166,55,0.18); border-radius: 18px; padding: 16px 18px; }
.contact-icon { width: 54px; height: 54px; border-radius: 50%; background: rgba(106,166,55,0.16); color: var(--green-dark); display: grid; place-items: center; font-size: 28px; flex: 0 0 auto; }
.contact-label { font-size: 16px; color: var(--muted); margin-bottom: 4px; }
.contact a { font-size: 34px; line-height: 1.1; color: var(--green-dark); font-weight: 800; text-decoration: none; word-break: break-word; }
.right-card { padding: 20px; display: flex; flex-direction: column; }
.preview-frame { background: linear-gradient(180deg, #eef4e9, #ffffff); border-radius: 22px; border: 1px solid rgba(23,50,74,.08); padding: 14px; box-shadow: inset 0 1px 0 rgba(255,255,255,.65); }
.preview-frame img { width: 100%; display: block; border-radius: 18px; }
.use-cases { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-top: 18px; }
.use-card { border: 1px solid var(--line); border-radius: 18px; padding: 16px; background: #fff; }
.use-card h3 { margin: 0 0 8px; font-size: 18px; color: var(--navy); }
.use-card p { margin: 0; color: var(--muted); line-height: 1.45; font-size: 14px; }
.feature-strip { margin: 0 0 24px; }
.feature-grid { background: linear-gradient(90deg, #10273b 0%, #17324a 45%, #10273b 100%); color: #fff; border-radius: 24px; padding: 18px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 8px; box-shadow: var(--shadow); }
.feature-item { padding: 18px 20px; border-right: 1px solid rgba(255,255,255,.15); }
.feature-item:last-child { border-right: 0; }
.feature-item .icon { color: #8fd347; font-size: 28px; display: inline-block; margin-bottom: 8px; }
.feature-item h4 { margin: 0 0 6px; font-size: 20px; line-height: 1.1; }
.feature-item p { margin: 0; color: rgba(255,255,255,.82); font-size: 14px; }
.inventory-cta { text-align: center; margin: 24px auto 54px; padding: 28px 20px; max-width: 900px; border-top: 1px solid rgba(23,50,74,.12); }
.inventory-cta p { font-size: 1.05rem; margin: 0 0 12px; color: #20364c; }
.inventory-cta a { font-weight: 700; color: var(--green-dark); text-decoration: none; font-size: 1.06rem; }
.site-footer { padding: 0 0 42px; text-align: center; color: var(--muted); font-size: 14px; }
.site-footer a { color: var(--green-dark); text-decoration: none; }
@media (max-width: 980px) {
  .header-wrap, .hero-grid { grid-template-columns: 1fr; display: grid; }
  .brand { align-items: flex-start; }
  .badges { justify-content: flex-start; }
  .hero { padding-top: 30px; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-item:nth-child(2) { border-right: 0; }
  .contact a { font-size: 28px; }
}
@media (max-width: 700px) {
  .container { width: min(100% - 24px, 1180px); }
  .brand-mark { width: 58px; height: 58px; }
  .brand-tagline { font-size: 14px; }
  .left-card { padding: 28px 22px; }
  .price-box { grid-template-columns: 1fr; }
  .pill, .btn { width: 100%; }
  .actions { flex-direction: column; }
  .use-cases, .feature-grid { grid-template-columns: 1fr; }
  .feature-item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .feature-item:last-child { border-bottom: 0; }
  .contact { align-items: flex-start; }
  .contact a { font-size: 22px; }
}
