:root {
  --green-950: #123423;
  --green-900: #204832;
  --green-800: #0d6843;
  --green-700: #178154;
  --green-600: #21a366;
  --cream: #fafbf9;
  --ink: #172027;
  --muted: #66706b;
  --line: rgba(32, 72, 50, 0.14);
  --shadow-sm: 0 10px 26px rgba(23, 54, 38, 0.08);
  --shadow-lg: 0 24px 60px rgba(23, 54, 38, 0.14);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; font-family: "Inter", Arial, sans-serif; color: var(--ink); background: var(--cream); }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
.container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(32, 72, 50, 0.08); background: rgba(250, 251, 249, 0.88); backdrop-filter: blur(16px); }
.header-inner { min-height: 56px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.header-spacer { width: 1px; height: 1px; }
.header-link { display: inline-flex; align-items: center; gap: 8px; color: var(--green-900); font-size: .88rem; font-weight: 700; }
.header-link svg, .product-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hero { position: relative; overflow: hidden; padding: 92px 0 84px; background: radial-gradient(circle at 83% 20%, rgba(33, 163, 102, .13), transparent 21rem), linear-gradient(180deg, #fbfcfa, #f3f8f5); }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .25; background-image: linear-gradient(rgba(32, 72, 50, .07) 1px, transparent 1px), linear-gradient(90deg, rgba(32, 72, 50, .07) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(90deg, transparent 7%, #000 40%, #000 100%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); align-items: center; gap: 76px; }
.eyebrow { margin: 0 0 14px; color: var(--green-700); font-size: .77rem; font-weight: 800; letter-spacing: .16em; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 720px; margin-bottom: 22px; font-size: clamp(2.85rem, 5.8vw, 5.25rem); line-height: .98; letter-spacing: -.058em; font-weight: 800; }
h1 span { color: var(--green-800); }
.hero-text { max-width: 650px; margin-bottom: 30px; color: #48524d; font-size: 1.08rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 22px; border: 1px solid transparent; border-radius: 14px; font-weight: 750; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); outline: none; }
.button-primary { color: #fff; background: var(--green-900); box-shadow: 0 14px 28px rgba(32, 72, 50, .22); }
.button-light { color: var(--green-950); background: #fff; box-shadow: 0 14px 30px rgba(0,0,0,.12); }
.trust-list { display: flex; flex-wrap: wrap; gap: 18px; margin: 28px 0 0; padding: 0; list-style: none; color: var(--muted); font-size: .86rem; font-weight: 600; }
.trust-list li { display: inline-flex; align-items: center; gap: 7px; }
.trust-list svg { width: 17px; height: 17px; fill: none; stroke: var(--green-700); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.hero-visual {
  position: relative;
  min-height: 500px;
}
.hero-panel {
  position: absolute;
  overflow: hidden;
  border: 1px solid rgba(32, 72, 50, .12);
  border-radius: 28px;
  background: rgba(255,255,255,.98);
  box-shadow: var(--shadow-lg);
}
.hero-panel-back {
  top: 70px;
  right: 8px;
  width: 68%;
  transform: rotate(4deg);
  opacity: .93;
}
.hero-panel-front {
  top: 12px;
  left: 0;
  width: 82%;
  transform: rotate(-2.5deg);
}
.hero-panel-topbar {
  height: 52px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
  background: linear-gradient(90deg, var(--green-900), #24593f);
}
.hero-panel-topbar span {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255,255,255,.62);
}
.hero-panel-image {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
}
.hero-badge {
  position: absolute;
  z-index: 3;
  display: grid;
  gap: 4px;
  min-width: 220px;
  padding: 16px 18px;
  border: 1px solid rgba(32, 72, 50, .08);
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(8px);
}
.hero-badge strong {
  color: var(--green-950);
  font-size: .96rem;
  font-weight: 800;
}
.hero-badge span {
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.45;
}
.hero-badge-top {
  top: 24px;
  right: -10px;
}
.hero-badge-bottom {
  left: 84px;
  bottom: 18px;
}

.catalog-section { padding: 96px 0; background: #fff; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 36px; }
.section-heading > div { max-width: 690px; }
.section-heading h2 { margin-bottom: 0; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.06; letter-spacing: -.04em; }
.section-heading > p { max-width: 430px; margin-bottom: 3px; color: var(--muted); line-height: 1.65; }
.filter-row { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 28px; }
.filter-button { padding: 10px 16px; border: 1px solid var(--line); border-radius: 999px; color: var(--green-900); background: #fff; cursor: pointer; font-weight: 700; }
.filter-button.is-active { color: #fff; border-color: var(--green-900); background: var(--green-900); }
.product-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.product-card { display: grid; grid-template-rows: 222px 1fr; overflow: hidden; border: 1px solid rgba(32,72,50,.10); border-radius: 26px; background: #fff; box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 46px rgba(23,54,38,.13); }
.product-card.is-hidden { display: none; }
.product-visual { position: relative; overflow: hidden; padding: 14px; background: linear-gradient(135deg, #edf5f0, #d9e9df); }
.product-visual::before { content: ""; position: absolute; width: 250px; height: 250px; border-radius: 50%; border: 1px solid rgba(32,72,50,.11); transform: translate(58%, -48%); }
.product-badge { position: absolute; top: 16px; left: 16px; z-index: 2; padding: 7px 10px; border-radius: 999px; color: #fff; background: rgba(32,72,50,.90); font-size: .7rem; font-weight: 800; letter-spacing: .03em; }
.product-preview { position: relative; z-index: 1; width: 100%; height: 100%; border-radius: 18px; border: 1px solid rgba(32,72,50,.12); object-fit: cover; object-position: top center; background: #fff; box-shadow: 0 14px 32px rgba(23,54,38,.10); }
.product-content { display: flex; flex-direction: column; padding: 24px; }
.product-category { margin-bottom: 8px; color: var(--green-700); font-size: .7rem; font-weight: 800; letter-spacing: .12em; }
.product-content h3 { margin-bottom: 10px; font-size: 1.28rem; letter-spacing: -.025em; }
.product-content > p:not(.product-category) { margin-bottom: 17px; color: var(--muted); font-size: .9rem; line-height: 1.58; }
.product-content ul { display: grid; gap: 8px; margin: 0 0 18px; padding: 0; list-style: none; color: #46504b; font-size: .85rem; }
.product-content li { position: relative; padding-left: 18px; }
.product-content li::before { content: ""; position: absolute; top: .44em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--green-600); }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.product-price { color: var(--green-900); font-size: 1.18rem; font-weight: 800; }
.product-button { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: auto; padding: 0 15px; border-radius: 13px; color: #fff; background: var(--green-900); font-size: .88rem; font-weight: 800; }
.product-button:hover, .product-button:focus-visible { background: var(--green-800); outline: none; }
.cta-section { padding: 80px 0; background: #fff; }
.cta-box { min-height: 230px; display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 46px; border-radius: 30px; color: #fff; background: radial-gradient(circle at 90% 20%, rgba(54, 181, 112, .35), transparent 18rem), var(--green-900); box-shadow: var(--shadow-lg); }
.cta-box h2 { max-width: 740px; margin-bottom: 14px; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.04em; }
.cta-box p { max-width: 700px; margin-bottom: 0; color: rgba(255,255,255,.82); line-height: 1.7; }
.site-footer { padding: 36px 0; border-top: 1px solid rgba(32,72,50,.08); background: var(--cream); }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-brand { display: inline-flex; align-items: center; gap: 12px; }
.footer-brand img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 2px solid #fff; box-shadow: 0 6px 16px rgba(20, 59, 38, 0.12); }
.footer-brand span { display: grid; gap: 2px; }
.footer-brand strong { font-size: .94rem; }
.footer-brand small { color: var(--muted); font-size: .76rem; }
.footer-inner p { margin: 0; color: var(--muted); font-size: .78rem; }
@media (max-width: 980px) {
  .hero-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-visual { width: min(620px, 100%); min-height: 540px; margin: 0 auto; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
  .container { width: min(100% - 28px, 1180px); }
  .site-header { position: static; }
  .hero { padding: 62px 0 58px; }
  .hero-grid { gap: 38px; }
  h1 { font-size: clamp(2.55rem, 14vw, 4rem); }
  .hero-text { font-size: 1rem; }
  .hero-actions { display: grid; }
  .button { width: 100%; }
  .trust-list { display: grid; gap: 10px; }
  .hero-visual { min-height: 420px; }
  .hero-panel-front { width: 92%; left: 0; }
  .hero-panel-back { width: 74%; right: 0; top: 62px; }
  .hero-badge { min-width: 0; max-width: 68%; padding: 12px 14px; }
  .hero-badge-top { right: 0; top: 10px; }
  .hero-badge-bottom { left: 18px; bottom: 0; }
  .catalog-section { padding: 72px 0; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 16px; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { grid-template-rows: 230px 1fr; }
  .cta-section { padding: 56px 0; }
  .cta-box { display: grid; padding: 30px 24px; }
  .footer-inner { display: grid; }
}
@media (max-width: 420px) {
  .hero-visual { min-height: 360px; }
  .hero-badge { max-width: 76%; }
  .filter-row { gap: 7px; }
  .filter-button { padding: 9px 12px; font-size: .8rem; }
  .product-content { padding: 21px; }
}
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; } }
