.header{background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:1.5rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px #0000000d}.header .container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#558b2f,#f9a825);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav{display:flex;gap:2rem}.nav-link{color:#558b2f;text-decoration:none;font-weight:500;transition:color .3s ease;font-size:1rem}.nav-link:hover{color:#f9a825}@media (max-width: 768px){.header .container{flex-direction:column;gap:1rem}.nav{gap:1rem}}.hero{padding:6rem 0;text-align:center;background:linear-gradient(135deg,#8bc34a1a,#ffeb3b1a)}.hero .container{max-width:900px;margin:0 auto;padding:0 2rem}.hero-title{font-size:3.5rem;font-weight:700;color:#33691e;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.3rem;color:#558b2f;margin-bottom:3rem;font-weight:400}.cta-button{display:inline-block;background:linear-gradient(135deg,#558b2f,#689f38);color:#fff;padding:1rem 3rem;border-radius:50px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 4px 15px #558b2f4d}.cta-button:hover{transform:translateY(-3px);box-shadow:0 6px 20px #558b2f66}@media (max-width: 768px){.hero{padding:4rem 0}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}}.product-card{background:#fff;border-radius:20px;padding:2.5rem;text-decoration:none;color:inherit;transition:all .3s ease;box-shadow:0 4px 20px #00000014;position:relative;overflow:hidden;display:flex;flex-direction:column;border:2px solid transparent}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#558b2f,#f9a825);transform:scaleX(0);transition:transform .3s ease}.product-card:hover:before{transform:scaleX(1)}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #558b2f26;border-color:#558b2f33}.product-icon{font-size:3rem;margin-bottom:1rem}.product-category{display:inline-block;background:linear-gradient(135deg,#558b2f1a,#f9a8251a);color:#558b2f;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1rem;align-self:flex-start}.product-title{font-size:1.8rem;font-weight:700;color:#33691e;margin-bottom:1rem}.product-description{font-size:1rem;color:#666;line-height:1.6;flex-grow:1;margin-bottom:1.5rem}.product-link-arrow{font-size:1.5rem;color:#558b2f;font-weight:700;transition:transform .3s ease;align-self:flex-end}.product-card:hover .product-link-arrow{transform:translate(5px);color:#f9a825}@media (max-width: 768px){.product-card{padding:2rem}.product-title{font-size:1.5rem}}.products{padding:6rem 0;background:#ffffff80}.products .container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-title{text-align:center;font-size:3rem;font-weight:700;color:#33691e;margin-bottom:1rem}.section-subtitle{text-align:center;font-size:1.2rem;color:#558b2f;margin-bottom:4rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-top:3rem}@media (max-width: 768px){.products{padding:4rem 0}.section-title{font-size:2.5rem}.products-grid{grid-template-columns:1fr}}.footer{background:linear-gradient(135deg,#33691e,#558b2f);color:#fff;padding:4rem 0 2rem;margin-top:auto}.footer .container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{font-size:2rem;font-weight:700;color:#f9a825}.footer-tagline{color:#fffc;font-size:1rem;line-height:1.6}.footer-contact{display:flex;flex-direction:column;gap:1rem}.footer-title{font-size:1.3rem;font-weight:600;margin-bottom:.5rem}.telegram-link{display:inline-flex;align-items:center;gap:.75rem;background:#ffffff1a;padding:1rem 1.5rem;border-radius:50px;text-decoration:none;color:#fff;font-weight:600;font-size:1.1rem;transition:all .3s ease;width:fit-content;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.telegram-link:hover{background:#f9a82533;transform:translateY(-2px)}.telegram-icon{font-size:1.5rem}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2)}.footer-bottom p{color:#ffffffb3;font-size:.95rem}@media (max-width: 768px){.footer{padding:3rem 0 1.5rem}.footer-content{gap:2rem;margin-bottom:2rem}.telegram-link{font-size:1rem}}.app{min-height:100vh;display:flex;flex-direction:column}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f0f9e8,#fffde7);min-height:100vh}#root{min-height:100vh}
