
:root{--green:#10944e;--green-dark:#08713a;--mint:#edf9f2;--lime:#d8f3e4;--ink:#12211a;--muted:#617067;--line:#dce8e1;--white:#fff;--shadow:0 18px 60px rgba(9,83,46,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.5}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 36px));margin:auto}.topbar{background:var(--green-dark);color:#fff;font-size:14px}.topbar .container{display:flex;justify-content:space-between;gap:18px;padding:9px 0}.header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,232,225,.85)}.nav{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand img{width:205px;height:auto}.menu{display:flex;align-items:center;gap:30px;font-weight:650}.menu a:hover,.menu a.active{color:var(--green)}.header-actions{display:flex;align-items:center;gap:10px}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:14px;padding:13px 20px;font-weight:750;border:1px solid transparent;transition:.2s;cursor:pointer}.btn-primary{background:var(--green);color:white;box-shadow:0 10px 24px rgba(16,148,78,.22)}.btn-primary:hover{background:var(--green-dark);transform:translateY(-1px)}.btn-ghost{border-color:var(--line);background:white}.btn-ghost:hover{border-color:var(--green);color:var(--green)}.burger{display:none;border:0;background:var(--mint);width:44px;height:44px;border-radius:12px;font-size:22px}.hero{overflow:hidden;background:linear-gradient(135deg,#fff 0%,#f1fbf5 60%,#e0f5e8 100%);padding:76px 0 62px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:56px}.eyebrow{display:inline-flex;gap:8px;align-items:center;background:#e4f6eb;color:var(--green-dark);padding:8px 12px;border-radius:999px;font-weight:750;font-size:14px}.hero h1{font-size:clamp(42px,6vw,76px);line-height:1.02;letter-spacing:-.045em;margin:20px 0 20px}.hero h1 span{color:var(--green)}.lead{font-size:20px;color:var(--muted);max-width:650px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin:30px 0}.hero-meta{display:flex;gap:28px;flex-wrap:wrap;margin-top:28px}.hero-meta b{display:block;font-size:23px}.hero-meta span{font-size:14px;color:var(--muted)}.hero-visual{position:relative;min-height:520px}.glass-card{position:absolute;inset:20px 0 0 40px;border-radius:38px;background:rgba(255,255,255,.72);box-shadow:var(--shadow);border:1px solid rgba(255,255,255,.9);padding:30px;display:flex;align-items:center;justify-content:center}.glass-card img{max-height:465px;object-fit:contain;border-radius:28px}.float-card{position:absolute;background:white;border-radius:18px;padding:15px 18px;box-shadow:var(--shadow);font-weight:750}.float-card small{display:block;color:var(--muted);font-weight:500}.float-a{left:0;bottom:58px}.float-b{right:-8px;top:62px}.section{padding:86px 0}.section.alt{background:#f7fbf8}.section-head{display:flex;justify-content:space-between;align-items:end;gap:30px;margin-bottom:34px}.section-head h2{font-size:clamp(32px,4vw,52px);letter-spacing:-.035em;margin:0}.section-head p{max-width:560px;color:var(--muted);margin:0}.categories{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.category{background:white;border:1px solid var(--line);border-radius:24px;overflow:hidden;transition:.25s}.category:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:#b6ddc8}.category img{aspect-ratio:1.3/1;object-fit:cover}.category-body{padding:20px}.category h3{margin:0 0 6px;font-size:21px}.category p{margin:0;color:var(--muted)}.products{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.product{background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;display:flex;flex-direction:column}.product-media{aspect-ratio:1.12/1;background:#f6faf7;padding:18px;position:relative}.product-media img{width:100%;height:100%;object-fit:contain;border-radius:16px}.badge{position:absolute;left:16px;top:16px;background:var(--green);color:#fff;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:800}.product-body{padding:21px;display:flex;flex-direction:column;gap:13px;flex:1}.product h3{margin:0;font-size:20px}.specs{display:flex;gap:8px;flex-wrap:wrap}.chip{background:var(--mint);padding:6px 9px;border-radius:9px;font-size:13px;color:var(--green-dark)}.product-foot{display:flex;align-items:center;justify-content:space-between;margin-top:auto}.price{font-size:23px;font-weight:850}.price small{display:block;font-size:12px;color:var(--muted);font-weight:500}.why{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.why-card{padding:25px;border-radius:22px;background:var(--mint)}.why-card i{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:white;color:var(--green);font-style:normal;font-size:22px}.why-card h3{margin:18px 0 8px}.why-card p{margin:0;color:var(--muted)}.cta{background:linear-gradient(135deg,var(--green-dark),var(--green));border-radius:34px;padding:48px;color:white;display:flex;justify-content:space-between;align-items:center;gap:30px}.cta h2{font-size:clamp(31px,4vw,50px);line-height:1.08;margin:0 0 12px}.cta p{margin:0;opacity:.86;max-width:650px}.cta .btn{background:white;color:var(--green-dark);white-space:nowrap}.page-hero{padding:54px 0;background:linear-gradient(135deg,#f1fbf5,#fff)}.page-hero h1{font-size:clamp(38px,5vw,62px);margin:10px 0}.page-hero p{color:var(--muted);font-size:18px;max-width:700px}.filters{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:28px}.filter{border:1px solid var(--line);background:white;border-radius:999px;padding:10px 16px;font-weight:700;cursor:pointer}.filter.active{background:var(--green);color:white;border-color:var(--green)}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:28px}.contact-card,.form-card{border:1px solid var(--line);border-radius:28px;padding:32px;background:#fff}.contact-list{display:grid;gap:18px;margin-top:24px}.contact-item{padding:18px;background:var(--mint);border-radius:17px}.contact-item small{display:block;color:var(--muted)}form{display:grid;gap:15px}.field{display:grid;gap:7px}.field input,.field textarea,.field select{width:100%;border:1px solid var(--line);border-radius:13px;padding:14px 15px;font:inherit;outline:0}.field input:focus,.field textarea:focus,.field select:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(16,148,78,.10)}.footer{background:#0e2117;color:#d7e3dc;padding:52px 0 22px;margin-top:80px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:36px}.footer img{width:190px;filter:brightness(0) invert(1)}.footer h4{color:white;margin-top:0}.footer a{display:block;margin:9px 0;color:#c5d4cb}.copyright{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:20px;color:#9fb2a6;font-size:13px}.mobile-menu{display:none}
@media(max-width:960px){.menu,.header-actions .btn-ghost{display:none}.burger{display:block}.hero-grid{grid-template-columns:1fr}.hero-visual{min-height:450px}.categories,.why{grid-template-columns:repeat(2,1fr)}.products{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.mobile-menu.open{display:grid;position:fixed;top:82px;left:0;right:0;background:white;padding:20px 28px;box-shadow:var(--shadow);z-index:40;gap:12px}.mobile-menu a{padding:12px 0;border-bottom:1px solid var(--line);font-weight:700}}
@media(max-width:620px){.topbar{display:none}.nav{height:70px}.brand img{width:165px}.hero{padding:45px 0}.hero h1{font-size:43px}.lead{font-size:17px}.hero-visual{min-height:380px}.glass-card{inset:10px 0 0 0;padding:16px}.float-card{font-size:13px}.float-b{right:0}.categories,.products,.why{grid-template-columns:1fr}.section{padding:62px 0}.section-head{display:block}.section-head p{margin-top:12px}.cta{padding:32px 24px;display:block}.cta .btn{margin-top:22px;width:100%}.footer-grid{grid-template-columns:1fr}.product-foot{gap:10px}.btn{padding:12px 15px}}

/* Excel-powered catalog */
.catalog-section{padding-top:38px}.catalog-toolbar{display:flex;align-items:center;gap:18px;justify-content:space-between;margin-bottom:18px}.search-wrap{position:relative;flex:1;max-width:720px}.search-wrap input{width:100%;height:54px;border:1px solid #dce7df;border-radius:16px;padding:0 18px 0 50px;background:#fff;font:inherit;font-size:16px;outline:none;box-shadow:0 8px 26px rgba(17,74,40,.05);transition:.2s}.search-wrap input:focus{border-color:#39a760;box-shadow:0 0 0 4px rgba(57,167,96,.12)}.search-icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);font-size:26px;color:#26904f;line-height:1}.catalog-count{white-space:nowrap;color:#698073;font-size:14px}.catalog-status{display:flex;align-items:center;gap:14px;margin:20px 0;padding:16px 18px;border-radius:16px;background:#f4faf6;border:1px solid #deeee3;color:#183c27;transition:.3s}.catalog-status>div:last-child{display:flex;flex-direction:column;gap:3px}.catalog-status span{font-size:13px;color:#718078}.catalog-status.success{background:#f2fbf5;border-color:#d4edda}.catalog-status.error{background:#fff6f2;border-color:#f1d6c8}.catalog-status.compact{padding:10px 14px;margin:10px 0 20px}.loader{width:24px;height:24px;border:3px solid #d2e8d8;border-top-color:#149449;border-radius:50%;animation:excelspin .8s linear infinite;flex:none}@keyframes excelspin{to{transform:rotate(360deg)}}.status-check,.status-error{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#15964c;color:white;font-weight:800;flex:none}.status-error{background:#d86d42}.excel-products{align-items:stretch}.excel-products .product{min-height:100%}.excel-media{background:linear-gradient(145deg,#f8fbf9,#eef7f1);min-height:210px}.excel-media img{width:54%;height:150px;object-fit:contain;opacity:.82}.product-sku{font-size:12px;color:#789084;margin-bottom:7px;letter-spacing:.02em}.excel-help{margin-top:34px;background:linear-gradient(135deg,#143e25,#1d6036);color:white;border-radius:22px;padding:22px 24px;display:flex;justify-content:space-between;align-items:center;gap:24px}.excel-help>div{display:flex;align-items:center;gap:16px}.excel-help p{margin:5px 0 0;color:#d4e5d9;max-width:720px;font-size:14px;line-height:1.5}.excel-help .btn{background:#fff;color:#17512e;border-color:#fff;white-space:nowrap}.excel-mark{font-weight:900;font-size:13px;letter-spacing:.08em;background:#fff;color:#188247;padding:11px 9px;border-radius:9px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.catalog-empty{grid-column:1/-1;min-height:240px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px dashed #cfe0d4;border-radius:20px;background:#fafdfb;color:#718078;gap:8px}.catalog-empty b{font-size:20px;color:#214d32}
@media(max-width:760px){.catalog-toolbar{align-items:stretch;flex-direction:column;gap:10px}.catalog-count{padding-left:4px}.search-wrap{max-width:none}.excel-help{align-items:stretch;flex-direction:column}.excel-help>div{align-items:flex-start}.excel-help .btn{width:100%}.excel-media{min-height:180px}}
