@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";:root{--blue-50:#eef4fc;--blue-100:#dce7f8;--blue-300:#93b6e8;--blue-500:#4f7fcf;--blue:#2f63bb;--blue-700:#2750a8;--blue-900:#16315c;--accent:#ff7a1a;--white:#fff;--surface:#fff;--gray-50:#f8fafc;--gray-100:#f1f4f8;--gray-300:#d4dbe4;--gray-500:#6b7689;--gray-700:#3c4658;--gray-900:#1a2233;--border:#e4e9f0;--text:#2a3142;--text-muted:#6b7689;--radius-sm:8px;--radius-lg:16px;--nav-h:72px;--font:"Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--shadow-sm:0 1px 3px #16315c0f;--shadow:0 6px 18px #16315c14;--shadow-lg:0 16px 40px #16315c24}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);color:var(--text);background:var(--gray-50);-webkit-font-smoothing:antialiased;line-height:1.5}#root{flex-direction:column;min-height:100vh;display:flex}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button{font-family:var(--font)}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4,p{margin:0}.container{max-width:1280px;margin:0 auto;padding:0 24px}.btn{border-radius:var(--radius-sm);cursor:pointer;border:none;justify-content:center;align-items:center;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn--primary{background:var(--accent);color:var(--white)}.btn--primary:hover{background:#e65100}.btn--outline{border:1.5px solid var(--border);color:var(--gray-700);background:var(--white)}.btn--outline:hover{background:var(--gray-100)}.btn--ghost{color:var(--blue);border:1px solid var(--blue-300);background:0 0}.btn--ghost:hover{background:var(--blue-100)}.page-header{margin-bottom:48px}.page-header__title,.page-header__contact,.page-header__cart{letter-spacing:1.2px;text-transform:uppercase;color:var(--blue-700);margin-bottom:18px;font-size:30px;font-weight:800}.page-header__desc{color:var(--text-muted);max-width:520px;line-height:1.8}.navbar{z-index:200;height:var(--nav-h);background:var(--white);box-shadow:0 1px 0 var(--border), var(--shadow-sm);align-items:center;gap:24px;padding:0 40px;display:flex;position:sticky;top:0}.navbar__brand{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.navbar__logo{object-fit:fill;border-radius:8px;width:60px;height:60px}.navbar__name{color:var(--blue-900);letter-spacing:-.3px;font-family:Lucida Handwriting;font-size:1.15rem;font-weight:800}.navbar__search-group{flex:1;align-items:center;gap:20px;min-width:0;max-width:620px;display:flex}.navbar__search{flex:1;min-width:0;position:relative}.navbar__search-icon{color:var(--gray-500);pointer-events:none;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.navbar__search input{border:1.5px solid var(--border);width:100%;font-size:14px;font-family:var(--font);color:var(--text);background:var(--gray-100);border-radius:50px;outline:none;padding:9px 16px 9px 40px;transition:border-color .2s,box-shadow .2s}.navbar__search input:focus{border-color:var(--blue-500);background:var(--white);box-shadow:0 0 0 3px var(--blue-100)}.navbar__links{align-items:center;gap:4px;margin-left:auto;display:flex}.navbar__links a{border-radius:var(--radius-sm);color:var(--gray-700);padding:7px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s}.navbar__links a:hover{background:var(--gray-100);color:var(--blue)}.navbar__links a.active{background:var(--blue-100);color:var(--blue);font-weight:600}.navbar__actions{align-items:center;gap:8px;display:flex}.navbar__cart{border-radius:var(--radius-sm);width:38px;height:38px;color:var(--gray-700);flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex;position:relative}.navbar__cart:hover{background:var(--blue-100);color:var(--blue)}.navbar__cart-badge{background:var(--accent);min-width:18px;height:18px;color:var(--white);border-radius:999px;justify-content:center;align-items:center;padding:0 4px;font-size:10.5px;font-weight:700;line-height:1;display:flex;position:absolute;top:-4px;right:-4px}.navbar__burger{border-radius:var(--radius-sm);width:38px;height:38px;color:var(--gray-700);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;transition:background .15s,color .15s;display:none}.navbar__burger:hover{background:var(--gray-100);color:var(--blue)}.navbar__mobile{background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow);z-index:199;flex-direction:column;gap:14px;padding:12px 16px 18px;display:flex;position:absolute;top:100%;left:0;right:0}.navbar__mobile-links{flex-direction:column;display:flex}.navbar__mobile-links a{border-radius:var(--radius-sm);color:var(--gray-700);border-bottom:1px solid var(--gray-100);padding:11px 8px;font-size:14.5px;font-weight:600}.navbar__mobile-links a:last-child{border-bottom:none}.navbar__mobile-links a.active{color:var(--blue);background:var(--blue-100)}.navbar__mobile-cats-title{text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);margin-bottom:8px;padding:0 8px;font-size:11px;font-weight:700;display:block}.navbar__mobile-cats-list{flex-wrap:wrap;gap:8px;padding:0 8px;display:flex}.navbar__mobile-cats-list button{border:1.5px solid var(--border);background:var(--white);color:var(--gray-700);cursor:pointer;border-radius:999px;padding:7px 14px;font-size:12.5px;font-weight:600;transition:background .15s,color .15s,border-color .15s}.navbar__mobile-cats-list button:hover{background:var(--blue-100);color:var(--blue);border-color:var(--blue-300)}.navbar__admin-btn{background:var(--blue);border-radius:var(--radius-sm);align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s;display:flex;color:var(--white)!important}.navbar__admin-btn:hover{background:var(--blue-700);text-decoration:none}@media (width<=768px){.navbar{height:auto;min-height:var(--nav-h);flex-wrap:wrap;justify-content:space-between;gap:12px;padding:12px 16px}.navbar__links{display:none}.navbar__brand{order:1}.navbar__burger{order:2;display:flex}.navbar__search-group{flex-basis:100%;order:3;gap:10px;max-width:none}}@media (width<=380px){.navbar{padding:10px 12px}.navbar__logo{width:44px;height:44px}.navbar__name{font-size:1rem}}@media (width>=769px){.navbar__mobile{display:none}}.search-button{background:var(--blue);color:var(--white);cursor:pointer;border:none;border-radius:999px;justify-content:center;align-items:center;gap:6px;margin:0;padding:10px 16px;font-size:13px;font-weight:600;transition:background .2s;display:flex}.search-button:hover{background:var(--blue-700)}@media (width<=640px){.search-button span{display:none}.search-button{padding:10px}}.footer{background:var(--blue-900);color:var(--gray-300);margin-top:auto}.footer__inner{grid-template-columns:1.6fr 1fr 1fr;gap:40px;max-width:1280px;margin:0 auto;padding:48px 40px 32px;display:grid}.footer__logo{border-radius:10px;width:48px;margin-bottom:12px}.footer__tagline{color:#94a3b8;font-size:13px;line-height:1.8}.footer__col{flex-direction:column;gap:8px;display:flex}.footer__col h4{letter-spacing:1px;text-transform:uppercase;color:var(--white);margin-bottom:6px;font-size:11px;font-weight:700}.footer__col a,.footer__col span{color:#94a3b8;font-size:13.5px;text-decoration:none;transition:color .15s}.footer__col a:hover{color:var(--blue-300);text-decoration:none}.footer__bottom{text-align:center;color:#64748b;border-top:1px solid #ffffff14;padding:14px 40px;font-size:12px}@media (width<=768px){.footer__inner{grid-template-columns:1fr 1fr;gap:28px;padding:32px 20px 24px}.footer__brand{grid-column:1/-1}.footer__bottom{padding:14px 20px}}@media (width<=480px){.footer__inner{text-align:center;grid-template-columns:1fr}.footer__col{align-items:center}}.catmenu{background:#fff;border-bottom:1px solid #e5e7eb;margin-top:5px;padding-left:125px;position:relative}.catmenu__inner{flex-wrap:wrap;align-items:center;gap:0;max-width:1600px;margin:0 auto;padding:0 16px;display:flex}.catmenu__item{align-items:center;height:44px;display:flex;position:static}.catmenu__trigger{cursor:pointer;color:#1a1a2e;white-space:nowrap;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:7px;height:44px;padding:0 14px;font-size:13.5px;font-weight:500;transition:color .15s,border-color .15s;display:flex}.catmenu__trigger:hover,.catmenu__item:hover .catmenu__trigger{color:var(--gray-900);border-bottom-color:var(--blue)}.catmenu__item--active .catmenu__trigger{background:var(--blue);color:#fff;border-bottom-color:#0000;border-radius:20px;padding:0 16px;font-weight:600}.catmenu__item--active:hover .catmenu__trigger{background:var(--blue-700);color:#fff;border-bottom-color:#0000}.catmenu__mega{background:var(--gray-100);border-top:2px solid var(--blue);opacity:0;pointer-events:none;visibility:hidden;z-index:999;border-bottom:1px solid #e5e7eb;width:100%;transition:opacity .18s,transform .18s,visibility .18s;position:absolute;top:100%;left:0;right:0;transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.catmenu__item:hover .catmenu__mega{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.catmenu__mega-left{flex-wrap:wrap;gap:0 40px;max-width:1400px;margin:0 auto;padding:10px 5px 10px 30px;display:flex}.catmenu__column{flex-direction:column;min-width:100px;margin-bottom:12px;display:flex}.catmenu__column h4{color:#1a1a2e;width:100%;margin:0 0 10px;padding-bottom:8px;font-size:13.5px;font-weight:700}.catmenu__mega-link{text-align:left;cursor:pointer;color:#374151;background:0 0;border:none;border-bottom:1px solid #f3f4f6;width:100%;padding:5px 0;font-size:13px;font-weight:400;line-height:1.4;transition:color .15s;display:block}.catmenu__mega-link:last-child{border-bottom:none}.catmenu__mega-link:hover{color:var(--blue);font-weight:600}@media (width<=992px){.catmenu{display:none}}.pcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.pcard:hover{box-shadow:var(--shadow);transform:translateY(-3px)}.pcard__img{background:linear-gradient(135deg, var(--blue-100), var(--blue-50));height:120px;color:var(--blue-300);border-bottom:1px solid var(--border);flex-shrink:0;justify-content:center;align-items:center;font-size:2.5rem;font-weight:800;display:flex;position:relative}.pcard__badge{background:var(--accent);color:var(--white);text-transform:uppercase;letter-spacing:.6px;box-shadow:var(--shadow-sm);border-radius:999px;padding:4px 10px;font-size:10.5px;font-weight:700;position:absolute;top:10px;left:10px}.pcard__body{flex-direction:column;flex:1;gap:4px;padding:16px 16px 12px;display:flex}.pcard__cat{text-transform:uppercase;letter-spacing:.7px;color:var(--blue-500);font-size:10.5px;font-weight:700}.pcard__name{color:var(--gray-900);font-size:14px;font-weight:700;line-height:1.35}.pcard__ref{color:var(--gray-500);margin-top:2px;font-size:11.5px}.pcard__desc{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-top:4px;font-size:12.5px;line-height:1.6;display:-webkit-box;overflow:hidden}.pcard__footer{border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;display:flex}.pcard__prices{flex-direction:column;gap:2px;display:flex}.pcard__price{color:var(--blue);font-size:1.1rem;font-weight:800}.pcard__price-before{color:var(--gray-500);font-size:11.5px;text-decoration:line-through}.pcard__footer-right{flex-direction:column;align-items:flex-end;gap:4px;display:flex}.pcard__stock{color:var(--gray-500);font-size:11px}.pcard__btn{background:var(--blue);color:var(--white);border-radius:var(--radius-sm);cursor:pointer;white-space:nowrap;border:none;padding:7px 12px;font-size:12px;font-weight:600;transition:background .15s}.pcard__btn:hover{background:var(--blue-700)}.prod-grid--list .pcard{flex-direction:row;align-items:stretch}.prod-grid--list .pcard__img{border-radius:var(--radius-lg) 0 0 var(--radius-lg);border-right:1px solid var(--border);border-bottom:none;width:90px;min-width:90px;height:auto}.prod-grid--list .pcard__body{padding:16px 20px}.prod-grid--list .pcard__footer{border-top:none;border-left:1px solid var(--border);flex-direction:column;justify-content:center;align-items:flex-end;gap:10px;margin-left:auto;padding:16px 20px}.prod-grid--list .pcard__footer-right{align-items:flex-end}.hero{background:linear-gradient(135deg, var(--blue-900) 0%, var(--blue-700) 100%);color:var(--white);padding:30px 40px}.hero__text{max-width:1500px}.hero__title{margin-bottom:18px;font-size:clamp(2rem,4vw,3.4rem);font-weight:700;line-height:1.1}.hero__accent{color:var(--blue-300)}.hero__desc{color:#fffc;margin-bottom:30px;font-size:1.05rem;line-height:1.8}.hero__ctas{flex-wrap:wrap;gap:15px;display:flex}.hero .btn--outline{color:var(--white);background:0 0;border:1.5px solid #ffffff80}.hero .btn--outline:hover{background:#ffffff26}.promo-section{padding:60px 40px}.promo-section__inner{max-width:580px;margin:auto}.section-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;display:flex}.section-header__title{color:var(--gray-900);font-size:1.8rem;font-weight:800}.promo-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px;display:grid}.promo-empty{text-align:center;color:var(--text-muted);border:1px dashed var(--border);border-radius:var(--radius-lg);padding:48px 20px;font-size:14px}.features-section{padding:0 40px 60px}.features-section__inner{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:18px;max-width:1280px;margin:auto;display:grid}.feature-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:10px;padding:24px;display:flex}.feature-card__icon{border-radius:var(--radius-sm);background:var(--blue-100);width:42px;height:42px;color:var(--blue);flex-shrink:0;justify-content:center;align-items:center;display:flex}.feature-card__title{color:var(--gray-900);font-size:14.5px;font-weight:700}.feature-card__text{color:var(--text-muted);font-size:13px;line-height:1.7}@media (width<=768px){.hero{padding:50px 20px}.hero__content{text-align:center;flex-direction:column;gap:35px}.hero__logo{width:160px;height:160px}.hero__text{max-width:100%}.hero__ctas{justify-content:center}.promo-section{padding:40px 20px}.features-section{padding:0 20px 40px}.section-header{text-align:center;justify-content:center}}@media (width<=600px){.promo-grid{grid-template-columns:1fr}}.prod-page{max-width:1280px;margin:0 auto;padding:32px 24px 64px}.prod-main{min-width:0}.prod-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:24px;display:flex}.prod-toolbar__left{flex-wrap:wrap;align-items:baseline;gap:10px;display:flex}.prod-toolbar__title{color:var(--gray-900);font-size:1.3rem;font-weight:800}.prod-toolbar__count{color:var(--text-muted);font-size:13px}.prod-toolbar__reset{color:var(--blue);cursor:pointer;background:0 0;border:none;padding:2px 0;font-size:12.5px;font-weight:600;text-decoration:underline}.prod-toolbar__right{align-items:center;gap:8px;display:flex}.prod-toolbar__search{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);color:var(--gray-500);cursor:text;align-items:center;gap:8px;padding:8px 14px;display:flex}.prod-toolbar__search input{font-size:13.5px;font-family:var(--font);color:var(--text);background:0 0;border:none;outline:none;width:160px}.prod-view-btn{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);width:36px;height:36px;color:var(--gray-500);cursor:pointer;justify-content:center;align-items:center;transition:all .15s;display:flex}.prod-view-btn:hover,.prod-view-btn.active{background:var(--blue-100);border-color:var(--blue-300);color:var(--blue)}.prod-grid{grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:18px;display:grid}.prod-grid--list{grid-template-columns:1fr}.prod-empty{text-align:center;color:var(--text-muted);padding:80px 20px;font-size:15px}@media (width<=900px){.prod-page{padding:20px 16px 48px}}@media (width<=600px){.prod-grid{grid-template-columns:1fr}.prod-toolbar{flex-direction:column;align-items:flex-start}.prod-toolbar__search input{width:120px}}.service-page{max-width:1080px;margin:0 auto;padding:56px 24px 72px}.services-grid{grid-template-columns:repeat(auto-fill,minmax(480px,1fr));gap:20px;display:grid}.service-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.service-card__img{object-fit:cover;width:160px;min-width:160px;height:100%;min-height:160px}.service-card__body{flex-direction:column;justify-content:center;gap:8px;padding:24px 20px;display:flex}.service-card__title{color:var(--gray-900);font-size:15px;font-weight:700}.service-card__text{color:var(--text-muted);font-size:13px;line-height:1.75}.service-card__text ul{margin-top:6px;padding-left:16px;list-style:outside}.service-card__text li{margin-bottom:3px}@media (width<=640px){.services-grid{grid-template-columns:1fr}.service-card{flex-direction:column}.service-card__img{width:100%;min-width:unset;height:180px}.service-page{padding:36px 16px 56px}}.contact-page{max-width:1080px;margin:0 auto;padding:56px 24px 72px}.contact-layout{grid-template-columns:320px 1fr;align-items:start;gap:24px;display:grid}.contact-info{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:20px;padding:28px 24px;display:flex}.contact-info__row{align-items:flex-start;gap:12px;display:flex}.contact-info__icon{border-radius:var(--radius-sm);background:var(--blue-100);width:36px;height:36px;color:var(--blue);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-info__label{text-transform:uppercase;letter-spacing:.6px;color:var(--text-muted);margin-bottom:3px;font-size:11px;font-weight:600}.contact-info__value{color:var(--gray-700);font-size:13.5px;line-height:1.7}.contact-info__value a{color:var(--blue)}.contact-info__divider{border:none;border-top:1px solid var(--border)}.map-link{background:var(--blue-100);color:var(--blue);border-radius:var(--radius-sm);align-items:center;gap:6px;padding:9px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s;display:inline-flex}.map-link:hover{background:var(--blue);color:var(--white);text-decoration:none}.contact-map{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);height:100%;min-height:400px;overflow:hidden}.contact-map iframe{border:none;width:100%;height:100%;min-height:400px;display:block}@media (width<=768px){.contact-layout{grid-template-columns:1fr}.contact-page{padding:36px 16px 56px}}
