:root {
  --bg: #f5f7fb;
  --card: #ffffff;
  --text: #162033;
  --muted: #62708a;
  --line: #e6eaf1;
  --primary: #1f7a59;
  --primary-dark: #175c43;
  --dark: #0d1b2a;
  --accent: #f2b84b;
  --shadow: 0 14px 35px rgba(17, 24, 39, 0.08);
  --radius: 22px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.section { padding: 72px 0; }
.eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 14px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(245, 247, 251, 0.88);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(230, 234, 241, 0.9);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 18px;
}
.logo {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.03em;
}
.logo span { color: var(--primary); }
.nav { display: flex; gap: 26px; color: var(--muted); font-weight: 500; }
.nav a:hover { color: var(--text); }

.hero {
  padding: 72px 0 46px;
  background:
    radial-gradient(circle at top right, rgba(31, 122, 89, 0.17), transparent 30%),
    linear-gradient(135deg, #0d1b2a 0%, #10253d 55%, #173257 100%);
  color: #fff;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 34px;
  align-items: center;
}
.hero h1 {
  margin: 0 0 18px;
  font-size: clamp(34px, 5vw, 60px);
  line-height: 1.04;
  letter-spacing: -0.04em;
}
.hero-text {
  font-size: 18px;
  line-height: 1.7;
  color: rgba(255,255,255,.82);
  max-width: 700px;
}
.hero-actions { display: flex; gap: 14px; margin: 30px 0; flex-wrap: wrap; }
.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.hero-badges li {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
}
.hero-card {
  display: flex;
  justify-content: flex-end;
}
.hero-card-inner {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  padding: 28px;
  width: min(420px, 100%);
  box-shadow: var(--shadow);
}
.mini-label { color: rgba(255,255,255,.72); margin-bottom: 10px; }
.season-big { font-size: 34px; font-weight: 800; margin-bottom: 18px; }
.hero-card ul { margin: 0; padding-left: 18px; color: rgba(255,255,255,.9); line-height: 1.9; }

.stats { padding-top: 24px; }
.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.stat-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 22px 24px;
  box-shadow: var(--shadow);
}
.stat-card strong { display: block; font-size: 34px; margin-bottom: 8px; }
.stat-card span { color: var(--muted); }

.section-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  margin-bottom: 28px;
}
.section-head h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: -0.03em;
}
.section-head p {
  margin: 0;
  color: var(--muted);
  max-width: 540px;
  line-height: 1.7;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
}
.category-card,
.step-card,
.contact-form,
.contact-grid > div,
.offer-wrap,
.product-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.category-card {
  padding: 26px 22px;
}
.category-card h3 { margin: 0 0 10px; font-size: 20px; }
.category-card p { margin: 0; color: var(--muted); line-height: 1.7; }

.catalog-head { align-items: center; }
.filters { display: flex; gap: 10px; flex-wrap: wrap; }
.filter-btn {
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
  border-radius: 999px;
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.filter-btn.active {
  background: var(--dark);
  color: #fff;
  border-color: var(--dark);
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.product-card { overflow: hidden; }
.product-image {
  height: 240px;
  display: flex;
  align-items: end;
  padding: 18px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.product-image.seed { background: linear-gradient(135deg, #76994d, #495f24); }
.product-image.light { background: linear-gradient(135deg, #6450d8, #2f5eff); }
.product-image.garden { background: linear-gradient(135deg, #27a25d, #0f6e41); }
.product-image.mosquito { background: linear-gradient(135deg, #243b55, #141e30); }
.product-image.picnic { background: linear-gradient(135deg, #ff8a00, #c65d00); }
.product-body { padding: 20px; }
.product-topline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 10px;
}
.badge {
  background: rgba(31, 122, 89, 0.12);
  color: var(--primary);
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 700;
}
.product-card h3 {
  margin: 0 0 10px;
  font-size: 23px;
  letter-spacing: -0.02em;
}
.product-card p {
  margin: 0 0 16px;
  color: var(--muted);
  line-height: 1.7;
  min-height: 78px;
}
.price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.price strong { font-size: 26px; }
.price small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-top: 3px;
}

.offer-strip { padding-top: 12px; }
.offer-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 34px;
}
.offer-wrap h2 { margin: 0 0 10px; font-size: 32px; }
.offer-wrap p { margin: 0; color: var(--muted); max-width: 780px; line-height: 1.7; }

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.step-card { padding: 28px 24px; }
.step-card span {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--dark);
  color: #fff;
  font-weight: 700;
  margin-bottom: 16px;
}
.step-card h3 { margin: 0 0 10px; }
.step-card p { margin: 0; color: var(--muted); line-height: 1.7; }

.contact-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 22px;
}
.contact-grid > div,
.contact-form { padding: 30px; }
.contact-list {
  list-style: none;
  padding: 0;
  margin: 20px 0 0;
  line-height: 2.1;
}
.contact-list a { color: var(--primary); }
.contact-form {
  display: grid;
  gap: 16px;
}
.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 600;
}
.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 14px 16px;
  font: inherit;
  background: #fff;
}
.contact-form input:focus,
.contact-form textarea:focus {
  outline: 2px solid rgba(31, 122, 89, 0.15);
  border-color: var(--primary);
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 26px 0;
  color: var(--muted);
}
.footer-wrap {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border-radius: 14px;
  font-weight: 700;
  transition: .2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-sm { padding: 11px 15px; font-size: 14px; }
.btn-primary { background: var(--primary); color: #fff; }
.btn-primary:hover { background: var(--primary-dark); }
.btn-light { background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.16); color: #fff; }
.btn-dark { background: var(--dark); color: #fff; }
.btn-ghost {
  border: 1px solid var(--line);
  color: var(--text);
  background: #fff;
}

@media (max-width: 1080px) {
  .hero-grid,
  .contact-grid,
  .category-grid,
  .steps-grid,
  .product-grid,
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .category-grid article:last-child { grid-column: span 2; }
}

@media (max-width: 760px) {
  .nav { display: none; }
  .hero-grid,
  .contact-grid,
  .category-grid,
  .steps-grid,
  .product-grid,
  .stats-grid { grid-template-columns: 1fr; }
  .category-grid article:last-child { grid-column: auto; }
  .section { padding: 56px 0; }
  .hero { padding-top: 42px; }
  .offer-wrap,
  .section-head { flex-direction: column; align-items: start; }
  .logo { font-size: 26px; }
  .hero-card { justify-content: start; }
}
