:root {
  --ink: #15201c;
  --forest: #10231d;
  --forest-2: #18342b;
  --leaf: #b7d06f;
  --leaf-dark: #91aa4c;
  --cream: #f4f1e8;
  --paper: #fbfaf6;
  --line: #d8ddd4;
  --muted: #66736c;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(16, 35, 29, 0.10);
  --radius: 18px;
  --container: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
}

body, input, select, textarea, button { font: inherit; }
a { color: inherit; }
img { max-width: 100%; }
.container { width: var(--container); margin-inline: auto; }
.hidden { position: absolute !important; left: -9999px !important; }

.site-header {
  position: absolute;
  z-index: 20;
  width: 100%;
  top: 0;
  left: 0;
  color: var(--white);
}
.header-inner {
  min-height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.16);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: var(--leaf);
  color: var(--forest);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 22px;
}
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.brand-copy small {
  margin-top: 5px;
  color: rgba(255,255,255,0.68);
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.main-nav { display: flex; gap: 28px; }
.main-nav a {
  color: rgba(255,255,255,0.80);
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.main-nav a:hover { color: var(--white); }

.hero {
  min-height: 780px;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 24%, rgba(183,208,111,0.14), transparent 28%),
    linear-gradient(135deg, #0c1c17 0%, #10231d 48%, #18342b 100%);
}
.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  background-image:
    radial-gradient(ellipse at center, transparent 0 45%, rgba(255,255,255,0.10) 46% 48%, transparent 49%),
    radial-gradient(circle, rgba(183,208,111,0.60) 0 2px, transparent 3px);
  background-size: 130px 86px, 42px 42px;
  transform: rotate(-8deg) scale(1.15);
  transform-origin: center;
}
.hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  right: -170px;
  bottom: -230px;
  border: 1px solid rgba(183,208,111,0.20);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(183,208,111,0.035), 0 0 0 160px rgba(183,208,111,0.025);
}
.hero-grid {
  position: relative;
  z-index: 2;
  padding-top: 176px;
  padding-bottom: 100px;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: 78px;
  align-items: center;
}
.eyebrow, .section-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}
.eyebrow {
  padding: 9px 13px;
  border-radius: 999px;
  color: #e8f1d2;
  border: 1px solid rgba(183,208,111,0.35);
  background: rgba(183,208,111,0.08);
}
.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--leaf);
  box-shadow: 0 0 0 5px rgba(183,208,111,0.12);
}
.hero h1 {
  max-width: 760px;
  margin: 26px 0 22px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(46px, 6.4vw, 78px);
  line-height: 1.03;
  letter-spacing: -0.045em;
}
.hero-lead {
  max-width: 665px;
  margin: 0;
  color: rgba(255,255,255,0.76);
  font-size: 20px;
  line-height: 1.6;
}
.terms-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 34px;
}
.terms-row span {
  padding: 10px 14px;
  border-radius: 9px;
  color: var(--white);
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.positioning {
  margin: 18px 0 0;
  color: rgba(255,255,255,0.56);
  font-size: 14px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border-radius: 10px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--leaf); color: var(--forest); }
.btn-primary:hover { background: #c7df84; }
.btn-secondary {
  border-color: rgba(255,255,255,0.24);
  color: var(--white);
  background: rgba(255,255,255,0.04);
}
.btn-secondary:hover { background: rgba(255,255,255,0.09); }

.hero-card {
  position: relative;
  padding: 34px;
  border-radius: 20px;
  background: rgba(255,255,255,0.96);
  color: var(--ink);
  box-shadow: 0 32px 80px rgba(0,0,0,0.26);
  backdrop-filter: blur(10px);
}
.hero-card::before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 1px solid rgba(16,35,29,0.08);
  border-radius: 13px;
  pointer-events: none;
}
.card-kicker {
  position: relative;
  display: block;
  color: var(--leaf-dark);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
}
.hero-card h2 {
  position: relative;
  margin: 12px 0 24px;
  font-family: "Manrope", sans-serif;
  font-size: 29px;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.hero-card ul { position: relative; list-style: none; margin: 0; padding: 0; }
.hero-card li {
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  font-weight: 700;
}
.hero-card li span {
  color: var(--leaf-dark);
  font: 700 12px/1 "Manrope", sans-serif;
}
.hero-card p {
  position: relative;
  margin: 22px 0 0;
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

.section { padding: 110px 0; }
.requirements { background: var(--cream); }
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 45px;
  align-items: end;
  margin-bottom: 46px;
}
.section-label { color: var(--leaf-dark); }
.section-label.light { color: var(--leaf); }
.section-heading h2, .offer-copy h2 {
  margin: 11px 0 0;
  font-family: "Manrope", sans-serif;
  font-size: clamp(36px, 5vw, 54px);
  line-height: 1.08;
  letter-spacing: -0.04em;
}
.section-heading > p {
  max-width: 430px;
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.product-card {
  position: relative;
  min-height: 475px;
  padding: 34px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--white);
  border: 1px solid rgba(16,35,29,0.08);
  box-shadow: var(--shadow);
}
.product-card::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(183,208,111,0.10);
}
.product-number {
  position: absolute;
  right: 26px;
  top: 17px;
  color: rgba(16,35,29,0.05);
  font: 800 92px/1 "Manrope", sans-serif;
  letter-spacing: -0.06em;
}
.product-topline { position: relative; z-index: 1; display: flex; justify-content: space-between; gap: 20px; align-items: center; }
.status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #edf3dd;
  color: #61752a;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.10em;
}
.status::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--leaf-dark); }
.origin { position: relative; z-index: 1; color: var(--muted); font-size: 13px; font-weight: 700; }
.product-card h3 {
  position: relative;
  z-index: 1;
  margin: 40px 0 22px;
  font-family: "Manrope", sans-serif;
  font-size: 31px;
  line-height: 1.15;
  letter-spacing: -0.025em;
}
.spec-heading {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 4px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}
.spec-heading strong {
  font: 800 18px/1.2 "Manrope", sans-serif;
  color: var(--forest);
}
.spec-heading span { color: var(--muted); font-size: 13px; }
dl { position: relative; z-index: 1; margin: 15px 0 0; }
dl div { display: flex; justify-content: space-between; gap: 20px; padding: 7px 0; }
dt { color: var(--muted); font-size: 13px; }
dd { margin: 0; max-width: 58%; text-align: right; font-size: 13px; font-weight: 700; }
.supplier-note {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 18px;
  align-items: start;
  margin-top: 24px;
  padding: 28px 30px;
  border-radius: 14px;
  color: var(--white);
  background: var(--forest);
}
.note-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--leaf);
  color: var(--forest);
  font-weight: 800;
}
.supplier-note h3 { margin: 0 0 5px; font-family: "Manrope", sans-serif; font-size: 18px; }
.supplier-note p { margin: 0; color: rgba(255,255,255,0.68); line-height: 1.6; }

.offer { color: var(--white); background: #0c1c17; }
.offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(520px, 1.22fr);
  gap: 90px;
  align-items: start;
}
.offer-copy { padding-top: 18px; }
.offer-copy p { max-width: 510px; color: rgba(255,255,255,0.68); line-height: 1.75; font-size: 17px; }
.contact-block {
  margin-top: 42px;
  display: grid;
  gap: 7px;
  padding-left: 20px;
  border-left: 3px solid var(--leaf);
}
.contact-block strong { font-family: "Manrope", sans-serif; font-size: 18px; }
.contact-block span { color: rgba(255,255,255,0.54); }
.contact-block a { width: fit-content; color: var(--white); text-decoration: none; }
.contact-block a:hover { color: var(--leaf); }
.offer-form {
  padding: 34px;
  border-radius: 20px;
  background: var(--white);
  color: var(--ink);
  box-shadow: 0 32px 80px rgba(0,0,0,0.26);
}
.field-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; }
label { display: grid; gap: 8px; margin-bottom: 17px; font-size: 13px; font-weight: 700; }
input, select, textarea {
  width: 100%;
  padding: 13px 14px;
  border: 1px solid #ccd4ce;
  border-radius: 8px;
  outline: none;
  color: var(--ink);
  background: #fcfcfa;
}
input:focus, select:focus, textarea:focus { border-color: var(--leaf-dark); box-shadow: 0 0 0 3px rgba(145,170,76,0.14); }
textarea { resize: vertical; min-height: 135px; }
.btn-submit { width: 100%; background: var(--forest); color: var(--white); }
.btn-submit:hover { background: var(--forest-2); }
.form-note { margin: 13px 0 0; text-align: center; color: var(--muted); font-size: 11px; }

.site-footer { padding: 28px 0; background: #08130f; color: rgba(255,255,255,0.55); }
.footer-inner { display: flex; justify-content: space-between; gap: 30px; align-items: center; font-size: 13px; }
.footer-inner > div { display: grid; gap: 3px; }
.footer-inner strong { color: var(--white); letter-spacing: 0.08em; }

@media (max-width: 960px) {
  .hero { min-height: auto; }
  .hero-grid, .offer-grid { grid-template-columns: 1fr; gap: 48px; }
  .hero-grid { padding-top: 155px; }
  .hero-card { max-width: 620px; }
  .section-heading { align-items: start; flex-direction: column; }
  .offer-grid { max-width: 760px; }
}

@media (max-width: 720px) {
  :root { --container: min(100% - 28px, 1160px); }
  .header-inner { min-height: 78px; }
  .main-nav { display: none; }
  .brand-copy small { display: none; }
  .hero-grid { padding-top: 130px; padding-bottom: 72px; }
  .hero h1 { font-size: clamp(42px, 13vw, 62px); }
  .hero-lead { font-size: 17px; }
  .hero-actions .btn { width: 100%; }
  .hero-card { padding: 28px 24px; }
  .section { padding: 78px 0; }
  .product-grid, .field-row { grid-template-columns: 1fr; }
  .product-card { min-height: auto; padding: 28px 24px; }
  .product-number { font-size: 70px; }
  .section-heading h2, .offer-copy h2 { font-size: 38px; }
  .supplier-note { padding: 24px 22px; }
  .offer-form { padding: 25px 20px; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}
