@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{color:#101828;background:#f5f7fb;font-family:Poppins,Arial,sans-serif}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body,#root{width:100%;min-height:100%;margin:0;padding:0}body{background:radial-gradient(circle at 12% 12%,#2563eb1a,#0000 28%),linear-gradient(#f8fbff 0%,#eef4f8 54%,#f7f9fc 100%);min-width:320px;transition:background .25s,color .25s;overflow-x:hidden}a{color:inherit}@keyframes fadeUp{0%{opacity:0;transform:translateY(26px)}to{opacity:1;transform:translateY(0)}}@keyframes navDrop{0%{opacity:0}to{opacity:1}}@keyframes floatPanel{0%,to{transform:translateY(0)}50%{transform:translateY(-12px)}}@keyframes fillLoad{0%{width:0}to{width:88%}}@keyframes barPulse{0%,to{transform:scaleY(.72)}50%{transform:scaleY(1)}}@keyframes softGlow{0%,to{box-shadow:0 16px 30px #2563eb3d}50%{box-shadow:0 18px 38px #0891b257}}.navbar{z-index:1000;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff5;border-bottom:1px solid #0f172a14;justify-content:space-between;align-items:center;width:100%;min-height:66px;padding:0 8%;animation:.55s both navDrop;display:flex;position:sticky;top:0;box-shadow:0 12px 36px #0f172a0f}.logo{color:#111827;cursor:pointer;letter-spacing:0;white-space:nowrap;font-size:25px;font-weight:700}.logo span{color:#2563eb}.nav-links{align-items:center;gap:42px;list-style:none;display:flex;position:absolute;left:50%;transform:translate(-50%)}.nav-links li a{color:#1f2937;padding:6px 0;font-size:16px;font-weight:500;text-decoration:none;transition:color .2s;position:relative}.nav-links li a:after{content:"";background:#2563eb;border-radius:10px;width:0;height:3px;transition:width .25s;position:absolute;bottom:0;left:0}.nav-links li a:hover{color:#2563eb}.nav-links li a:hover:after{width:100%}.menu-btn{cursor:pointer;background:#fff;border:1px solid #dbe4f0;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;display:none}.nav-actions{align-items:center;gap:12px;display:flex}.theme-toggle{color:#111827;cursor:pointer;min-height:42px;font:inherit;background:#fff;border:1px solid #dbe4f0;border-radius:8px;align-items:center;gap:10px;padding:0 14px;font-size:14px;font-weight:700;transition:background .2s,border-color .2s,color .2s;display:inline-flex}.language-control{color:#111827;background:#fff;border:1px solid #dbe4f0;border-radius:8px;align-items:center;gap:8px;min-height:42px;padding:0 12px;font-size:14px;font-weight:700;display:inline-flex}.language-control select{color:inherit;cursor:pointer;font:inherit;background:0 0;border:0;outline:0}.theme-toggle-track{background:#dbeafe;border-radius:999px;width:38px;height:20px;position:relative}.theme-toggle-thumb{background:#2563eb;border-radius:999px;width:14px;height:14px;transition:left .2s,background .2s;position:absolute;top:3px;left:3px}.theme-toggle.active .theme-toggle-thumb{left:21px}.menu-btn span{background:#111827;border-radius:10px;width:20px;height:2px;display:block}.home{overflow:hidden}.hero-section{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);align-items:center;gap:56px;max-width:1180px;min-height:calc(100vh - 66px);margin:0 auto;padding:68px 24px 76px;display:grid}.hero-kicker,.section-heading p,.contact-content p{color:#0f766e;letter-spacing:0;text-transform:uppercase;font-size:14px;font-weight:700}.hero-kicker{animation:.65s 80ms both fadeUp}.hero-content h1{color:#0f172a;letter-spacing:0;max-width:680px;margin-top:14px;font-size:clamp(42px,6vw,72px);line-height:1.02;animation:.7s .18s both fadeUp}.hero-text{color:#475467;max-width:600px;margin-top:22px;font-size:18px;line-height:1.8;animation:.7s .28s both fadeUp}.hero-actions{flex-wrap:wrap;gap:14px;margin-top:34px;animation:.7s .38s both fadeUp;display:flex}.btn{border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:0 22px;font-size:15px;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s;display:inline-flex}.btn:hover{transform:translateY(-2px)}.primary-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#0891b2);animation:3s ease-in-out infinite softGlow;box-shadow:0 16px 30px #2563eb3d}.secondary-btn{color:#111827;background:#fff;border:1px solid #d0d8e5}.secondary-btn:hover{border-color:#2563eb;box-shadow:0 14px 28px #0f172a14}.hero-visual{background:linear-gradient(145deg,#0f172af5,#115e59f0),#101828;border:1px solid #ffffff29;border-radius:8px;min-height:460px;padding:22px;animation:.8s .28s both fadeUp,5.5s ease-in-out 1.2s infinite floatPanel;position:relative;box-shadow:0 30px 80px #0f172a42}.hero-visual:before{content:"";pointer-events:none;border:1px solid #ffffff1a;border-radius:8px;position:absolute;inset:18px}.dashboard-topbar{z-index:1;gap:8px;padding:8px 0 24px;display:flex;position:relative}.dashboard-topbar span{background:#fb7185;border-radius:999px;width:11px;height:11px}.dashboard-topbar span:nth-child(2){background:#fbbf24}.dashboard-topbar span:nth-child(3){background:#34d399}.dashboard-grid{z-index:1;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid;position:relative}.metric-card,.chart-card{color:#fff;background:#ffffff17;border:1px solid #ffffff21;border-radius:8px;min-height:132px;padding:20px}.metric-card.wide{grid-column:1/-1}.metric-card span{color:#b9d7df;font-size:13px;font-weight:600;display:block}.metric-card strong{margin-top:12px;font-size:32px;line-height:1;display:block}.metric-card.accent{background:#f4725833}.progress-track{background:#ffffff29;border-radius:999px;width:100%;height:10px;margin-top:26px;overflow:hidden}.progress-fill{border-radius:inherit;background:linear-gradient(90deg,#34d399,#38bdf8);width:88%;height:100%;animation:1.1s .9s both fillLoad}.chart-card{justify-content:space-between;align-items:end;gap:10px;display:flex}.chart-bar{transform-origin:bottom;background:linear-gradient(#60a5fa,#22c55e);border-radius:8px 8px 4px 4px;width:100%;height:64%;animation:2.4s ease-in-out infinite barPulse}.chart-bar.tall{height:86%;animation-delay:.1s}.chart-bar.medium{height:72%;animation-delay:.25s}.chart-bar.high{height:94%;animation-delay:.4s}.chart-bar.low{height:46%;animation-delay:.55s}.section-heading{max-width:680px;animation:.7s both fadeUp}.section-heading h2,.contact-content h2{color:#0f172a;letter-spacing:0;margin-top:10px;font-size:clamp(28px,4vw,44px);line-height:1.14}.products-section{max-width:1180px;margin:0 auto;padding:32px 24px 88px;scroll-margin-top:92px}.products-heading{margin-bottom:34px}.products-toolbar{background:#ffffffd1;border:1px solid #0f172a14;border-radius:8px;grid-template-columns:minmax(260px,1fr) minmax(180px,220px) minmax(180px,220px);gap:14px;margin-bottom:18px;padding:18px;animation:.7s both fadeUp;display:grid;box-shadow:0 16px 34px #0f172a12}.product-search,.product-control{gap:8px;display:grid}.product-search span,.product-control span{color:#1f2937;font-size:13px;font-weight:700}.product-search input,.product-control select{color:#111827;width:100%;min-height:46px;font:inherit;background:#fff;border:1px solid #d0d8e5;border-radius:8px;outline:none;padding:0 14px;font-size:14px;transition:border-color .2s,box-shadow .2s}.product-search input:focus,.product-control select:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.catalog-meta{color:#667085;justify-content:space-between;align-items:center;gap:16px;margin-bottom:22px;font-size:14px;font-weight:700;display:flex}.products-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;display:grid}.product-card{background:#fff;border:1px solid #0f172a14;border-radius:8px;scroll-margin-top:92px;transition:transform .2s,box-shadow .2s;animation:.7s both fadeUp;overflow:hidden;box-shadow:0 18px 42px #0f172a14}.product-card:first-child{animation-delay:80ms}.product-card:nth-child(2){animation-delay:.18s}.product-card:nth-child(3){animation-delay:.28s}.product-card:hover{transform:translateY(-6px);box-shadow:0 26px 54px #0f172a24}.product-image{aspect-ratio:4/3;background:#dbeafe;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:filter .35s,transform .35s;display:block}.product-card:hover .product-image img{filter:saturate(1.15);transform:scale(1.06)}.product-image span{color:#fff;overflow-wrap:anywhere;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f172ac7;border:1px solid #ffffff2e;border-radius:999px;max-width:calc(100% - 32px);padding:8px 12px;font-size:12px;font-weight:700;position:absolute;bottom:16px;left:16px}.product-info{padding:24px}.product-title-row{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.product-title-row h3{color:#111827;overflow-wrap:anywhere;font-size:22px;line-height:1.2}.product-title-row strong{color:#2563eb;flex:none;font-size:15px;line-height:1.4}.product-info p{color:#667085;margin-top:14px;font-size:14px;line-height:1.7}.product-features{flex-wrap:wrap;gap:8px;margin-top:18px;list-style:none;display:flex}.product-features li{color:#0f172a;background:#eef6ff;border:1px solid #d9e9ff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:600}.product-link{color:#0f766e;margin-top:22px;font-size:14px;font-weight:700;text-decoration:none;display:inline-flex}.product-link:hover{color:#2563eb}.empty-products{text-align:center;background:#fff;border:1px solid #0f172a14;border-radius:8px;padding:38px;box-shadow:0 18px 42px #0f172a14}.empty-products h3{color:#111827;font-size:24px}.empty-products p{color:#667085;margin-top:8px}.products-pagination{justify-content:center;align-items:center;gap:16px;margin-top:30px;display:flex}.products-pagination span{color:#475467;font-size:14px;font-weight:700}.products-pagination button{color:#111827;cursor:pointer;min-height:42px;font:inherit;background:#fff;border:1px solid #d0d8e5;border-radius:8px;padding:0 18px;font-size:14px;font-weight:700;transition:background .2s,border-color .2s,color .2s,transform .2s}.products-pagination button:hover:not(:disabled){color:#fff;background:#2563eb;border-color:#2563eb;transform:translateY(-2px)}.products-pagination button:disabled{cursor:not-allowed;opacity:.48}.contact-section{max-width:1180px;margin:0 auto;padding:0 24px 80px}.contact-wrapper{background:#fff;border:1px solid #0f172a14;border-radius:8px;grid-template-columns:minmax(0,1fr);gap:28px;max-width:760px;margin:0 auto;padding:36px;animation:.75s both fadeUp;display:grid;box-shadow:0 18px 42px #0f172a14}.contact-content{flex-direction:column;justify-content:center;display:flex}.contact-content h2{max-width:540px;font-size:clamp(24px,3vw,36px)}.contact-content span{color:#667085;max-width:520px;margin-top:18px;font-size:15px;line-height:1.8;display:block}.contact-list{gap:14px;margin-top:34px;display:grid}.contact-item{background:#f7fbff;border:1px solid #dce9f8;border-radius:8px;padding:18px;transition:border-color .2s,transform .2s}.contact-item:hover{border-color:#93c5fd;transform:translate(6px)}.contact-item small{color:#64748b;text-transform:uppercase;font-size:12px;font-weight:700;display:block}.contact-item strong,.contact-item a{color:#111827;overflow-wrap:anywhere;margin-top:6px;font-size:16px;font-weight:700;text-decoration:none;display:block}.contact-item a:hover{color:#2563eb;text-decoration:underline}.contact-form{background:#f8fbff;border:1px solid #dce9f8;border-radius:8px;gap:16px;padding:26px;display:grid}.form-row{animation:.55s both fadeUp}.form-row:first-child{animation-delay:80ms}.form-row:nth-child(2){animation-delay:.16s}.form-row:nth-child(3){animation-delay:.24s}.form-row:nth-child(4){animation-delay:.32s}.form-row{gap:8px;display:grid}.form-row label{color:#1f2937;font-size:14px;font-weight:700}.form-row input,.form-row select,.form-row textarea{color:#111827;width:100%;font:inherit;background:#fff;border:1px solid #d0d8e5;border-radius:8px;outline:none;font-size:14px;transition:border-color .2s,box-shadow .2s}.form-row input,.form-row select{min-height:48px;padding:0 14px}.form-row textarea{resize:vertical;min-height:130px;padding:14px}.form-row input:focus,.form-row select:focus,.form-row textarea:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.form-submit{cursor:pointer;border:0;width:100%;animation:.55s .4s both fadeUp}.site-footer{color:#dbeafe;background:#0f172a;margin-top:12px}.footer-inner{grid-template-columns:minmax(0,1.4fr) minmax(160px,.45fr) minmax(220px,.55fr);gap:22px;max-width:1180px;margin:0 auto;padding:22px 24px 14px;display:grid}.footer-logo{color:#fff;font-size:21px;font-weight:800;line-height:1.2}.footer-logo span{color:#60a5fa}.footer-brand p{color:#b6c6dc;max-width:560px;margin-top:6px;font-size:13px;line-height:1.45}.footer-links,.footer-contact{align-content:start;gap:7px;display:grid}.footer-links h2,.footer-contact h2{color:#fff;letter-spacing:0;text-transform:uppercase;margin-bottom:4px;font-size:13px;font-weight:800}.footer-links a,.footer-contact a{color:#b6c6dc;overflow-wrap:anywhere;font-size:13px;font-weight:600;text-decoration:none;transition:color .2s}.footer-links a:hover,.footer-contact a:hover{color:#60a5fa}.footer-bottom{color:#93a7c0;border-top:1px solid #94a3b82e;max-width:1180px;margin:0 auto;padding:9px 24px 10px;font-size:12px;font-weight:600}.chatbot{z-index:1200;position:fixed;bottom:24px;right:24px}.chatbot-launcher{color:#fff;cursor:pointer;width:62px;height:62px;font:inherit;background:linear-gradient(135deg,#2563eb,#0f766e);border:0;border-radius:999px;justify-content:center;align-items:center;font-size:16px;font-weight:800;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 18px 38px #0f172a3d}.chatbot-launcher:hover{transform:translateY(-3px);box-shadow:0 24px 46px #0f172a47}.chatbot-panel{background:#fff;border:1px solid #0f172a1a;border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto auto auto;width:min(390px,100vw - 32px);height:min(650px,100vh - 118px);max-height:calc(100vh - 118px);animation:.28s both fadeUp;display:grid;position:absolute;bottom:78px;right:0;overflow:hidden;box-shadow:0 24px 70px #0f172a38}.chatbot-header{color:#fff;background:linear-gradient(135deg,#0f172a,#0f766e);justify-content:space-between;align-items:center;gap:16px;padding:18px;display:flex}.chatbot-header div{gap:2px;display:grid}.chatbot-header strong{font-size:17px;line-height:1.2}.chatbot-header span{color:#c7f4ee;font-size:12px;font-weight:700}.chatbot-header button,.chatbot-clear{cursor:pointer;font:inherit;border:0}.chatbot-header button{color:#fff;background:#ffffff24;border:1px solid #ffffff2e;border-radius:8px;min-height:34px;padding:0 10px;font-size:12px;font-weight:700}.chatbot-messages{background:#f7fbff;align-content:start;gap:10px;min-height:0;padding:18px;display:grid;overflow-y:auto}.chatbot-message{overflow-wrap:anywhere;border-radius:8px;max-width:88%;padding:12px 14px;font-size:13px;line-height:1.55}.chatbot-message:has(.chatbot-product-list){max-width:100%}.chatbot-message.bot{color:#1f2937;background:#fff;border:1px solid #dce9f8;justify-self:start}.chatbot-message.user{color:#fff;background:#2563eb;justify-self:end}.chatbot-product-list{gap:8px;margin-top:10px;list-style:none;display:grid}.chatbot-product-list li{background:#f7fbff;border:1px solid #dce9f8;border-radius:8px;transition:border-color .2s,transform .2s}.chatbot-product-list li:hover{border-color:#93c5fd;transform:translate(3px)}.chatbot-product-list a{color:inherit;gap:3px;padding:10px;text-decoration:none;display:grid}.chatbot-product-list strong{color:#111827;font-size:13px;line-height:1.25}.chatbot-product-list span{color:#2563eb;font-size:12px;font-weight:800}.chatbot-product-list small{color:#667085;font-size:12px;line-height:1.45}.chatbot-suggestions{flex-wrap:wrap;gap:8px;padding:14px 18px 0;display:flex}.chatbot-suggestions button{color:#0f766e;cursor:pointer;min-height:34px;font:inherit;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:8px;padding:0 10px;font-size:12px;font-weight:700}.chatbot-form{gap:8px;padding:16px 18px 10px;display:grid}.chatbot-form label{color:#1f2937;font-size:12px;font-weight:800}.chatbot-form div{grid-template-columns:minmax(0,1fr) auto;gap:8px;display:grid}.chatbot-form input{color:#111827;width:100%;min-height:44px;font:inherit;background:#fff;border:1px solid #d0d8e5;border-radius:8px;outline:none;padding:0 12px;font-size:13px}.chatbot-form input:focus{border-color:#2563eb;box-shadow:0 0 0 4px #2563eb1f}.chatbot-form button{color:#fff;cursor:pointer;min-height:44px;font:inherit;background:#2563eb;border:0;border-radius:8px;padding:0 14px;font-size:13px;font-weight:800}.chatbot-clear{color:#64748b;background:0 0;justify-self:center;margin:0 18px 16px;font-size:12px;font-weight:800}body.dark-mode{color:#e5e7eb;background:radial-gradient(circle at 14% 10%,#2563eb2e,#0000 30%),linear-gradient(#07111f 0%,#0b1726 52%,#111827 100%)}body.dark-mode .navbar{background:#07111fe6;border-bottom-color:#94a3b82e;box-shadow:0 12px 36px #00000047}body.dark-mode .logo,body.dark-mode .nav-links li a,body.dark-mode .secondary-btn,body.dark-mode .hero-content h1,body.dark-mode .section-heading h2,body.dark-mode .product-title-row h3,body.dark-mode .product-features li,body.dark-mode .product-search span,body.dark-mode .product-control span,body.dark-mode .empty-products h3,body.dark-mode .contact-content h2,body.dark-mode .contact-item strong,body.dark-mode .contact-item a,body.dark-mode .form-row label{color:#f8fafc}body.dark-mode .nav-links li a:hover{color:#60a5fa}body.dark-mode .menu-btn,body.dark-mode .secondary-btn{background:#111827;border-color:#94a3b847}body.dark-mode .theme-toggle,body.dark-mode .language-control{color:#f8fafc;background:#111827;border-color:#94a3b847}body.dark-mode .language-control select{color:#f8fafc;background:#111827}body.dark-mode .theme-toggle-track{background:#1e3a8a}body.dark-mode .theme-toggle-thumb{background:#93c5fd}body.dark-mode .menu-btn span{background:#f8fafc}body.dark-mode .hero-text,body.dark-mode .product-info p,body.dark-mode .catalog-meta,body.dark-mode .empty-products p,body.dark-mode .products-pagination span,body.dark-mode .contact-content span,body.dark-mode .contact-item small{color:#a8b3c5}body.dark-mode .hero-kicker,body.dark-mode .section-heading p,body.dark-mode .contact-content p,body.dark-mode .product-link{color:#5eead4}body.dark-mode .product-card,body.dark-mode .products-toolbar,body.dark-mode .empty-products,body.dark-mode .contact-wrapper{background:#0f172ad6;border-color:#94a3b82e;box-shadow:0 18px 42px #00000047}body.dark-mode .product-features li,body.dark-mode .contact-item,body.dark-mode .contact-form{background:#1e293bbd;border-color:#94a3b833}body.dark-mode .form-row input,body.dark-mode .form-row select,body.dark-mode .form-row textarea,body.dark-mode .product-search input,body.dark-mode .product-control select{color:#f8fafc;background:#0f172a;border-color:#94a3b847}body.dark-mode .form-row input::placeholder,body.dark-mode .form-row textarea::placeholder,body.dark-mode .product-search input::placeholder{color:#7b8799}body.dark-mode .products-pagination button{color:#f8fafc;background:#111827;border-color:#94a3b847}body.dark-mode .chatbot-panel{background:#0f172a;border-color:#94a3b838;box-shadow:0 24px 70px #0000006b}body.dark-mode .chatbot-messages{background:#111827}body.dark-mode .chatbot-message.bot{color:#e5e7eb;background:#0f172a;border-color:#94a3b838}body.dark-mode .chatbot-product-list li{background:#1e293bbd;border-color:#94a3b833}body.dark-mode .chatbot-product-list strong{color:#f8fafc}body.dark-mode .chatbot-product-list span{color:#93c5fd}body.dark-mode .chatbot-product-list small{color:#a8b3c5}body.dark-mode .chatbot-form label{color:#f8fafc}body.dark-mode .chatbot-form input{color:#f8fafc;background:#020617;border-color:#94a3b847}body.dark-mode .chatbot-form input::placeholder{color:#7b8799}body.dark-mode .chatbot-suggestions button{color:#99f6e4;background:#14b8a61f;border-color:#2dd4bf47}body.dark-mode .chatbot-clear{color:#a8b3c5}body.dark-mode .site-footer{background:#020617}@media (width<=960px){.navbar{padding:0 24px}.hero-section{grid-template-columns:1fr;gap:38px;padding-top:54px}.hero-content h1,.hero-text{max-width:780px}.hero-visual{min-height:380px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.products-toolbar{grid-template-columns:1fr 1fr}.product-search{grid-column:1/-1}.contact-wrapper{grid-template-columns:1fr}.footer-inner{grid-template-columns:1fr 1fr}.footer-brand{grid-column:1/-1}}@media (width<=768px){.logo{font-size:22px}.menu-btn{display:flex}.nav-links{opacity:0;pointer-events:none;visibility:hidden;background:#fff;border-bottom:1px solid #0f172a14;flex-direction:column;gap:24px;width:100%;padding:26px 24px;transition:opacity .2s,transform .25s,visibility .2s;position:absolute;top:66px;left:0;transform:translateY(-12px);box-shadow:0 18px 34px #0f172a1a}body.dark-mode .nav-links{background:#07111f;border-bottom-color:#94a3b82e}.nav-links.active{opacity:1;pointer-events:auto;visibility:visible;transform:translateY(0)}.hero-section{min-height:auto;padding:42px 18px 58px}.hero-text{font-size:16px}.hero-visual{min-height:auto;padding:18px}.dashboard-grid{grid-template-columns:1fr}.products-section{padding:18px 18px 64px}.products-grid,.products-toolbar{grid-template-columns:1fr}.product-search{grid-column:auto}.catalog-meta,.products-pagination{flex-direction:column;align-items:stretch}.contact-section{padding:0 18px 58px}.contact-wrapper,.contact-form{padding:24px}.footer-inner{grid-template-columns:1fr;gap:15px;padding:20px 18px 12px}.footer-bottom{padding:9px 18px 10px}.chatbot{bottom:16px;right:16px}.chatbot-panel{width:min(380px,100vw - 32px);height:min(620px,100vh - 104px);max-height:calc(100vh - 104px);bottom:72px}}@media (width<=480px){.navbar{min-height:58px;padding:0 10px}.logo{font-size:0}.logo span{font-size:18px}.nav-actions{gap:6px}.theme-toggle{justify-content:center;gap:0;width:38px;min-width:38px;min-height:36px;padding:0;font-size:0}.language-control{width:74px;min-height:36px;padding:0 8px;font-size:12px}.language-control span{display:none}.theme-toggle-track{width:30px;height:16px}.theme-toggle-thumb{width:12px;height:12px;top:2px;left:2px}.theme-toggle.active .theme-toggle-thumb{left:16px}.menu-btn{gap:4px;width:38px;height:38px}.menu-btn span{width:18px}.nav-links{top:58px}.hero-actions,.btn{width:100%}.hero-content h1{font-size:34px;line-height:1.08}.hero-kicker,.section-heading p,.contact-content p{font-size:12px}.section-heading h2,.contact-content h2{font-size:26px}.product-info{padding:20px}.product-title-row h3{font-size:19px}.products-pagination button,.products-pagination span{text-align:center;width:100%}.contact-item:hover{transform:none}.footer-logo{font-size:20px}.chatbot{bottom:12px;right:12px}.chatbot-launcher{width:56px;height:56px;font-size:14px}.chatbot-panel{width:calc(100vw - 24px);height:min(620px,100vh - 88px);max-height:calc(100vh - 88px);bottom:66px;right:-4px}.chatbot-header{gap:10px;padding:14px}.chatbot-header strong{font-size:16px}.chatbot-header span{font-size:11px}.chatbot-header button{min-height:32px;padding:0 8px}.chatbot-messages{gap:8px;padding:14px}.chatbot-message{max-width:94%;padding:10px 12px;font-size:12px}.chatbot-suggestions{scrollbar-width:thin;flex-wrap:nowrap;padding:12px 14px 0;overflow-x:auto}.chatbot-suggestions button{white-space:nowrap;flex:none;max-width:82vw}.chatbot-form{padding:14px 14px 8px}.chatbot-form div{grid-template-columns:1fr}.chatbot-form input,.chatbot-form button{min-height:42px}.chatbot-clear{margin:0 14px 14px}}@media (width<=360px){.logo span{font-size:16px}.language-control{width:66px;padding:0 6px}.language-control select{font-size:11px}.theme-toggle,.menu-btn{width:36px;min-width:36px;height:36px}.hero-content h1{font-size:30px}.contact-wrapper,.contact-form{padding:20px}.chatbot{bottom:8px;right:8px}.chatbot-panel{width:calc(100vw - 16px);height:min(600px,100vh - 76px);max-height:calc(100vh - 76px);bottom:62px;right:-4px}.chatbot-header{flex-direction:column;align-items:flex-start}.chatbot-header button{align-self:flex-end}}@media (height<=620px){.chatbot-panel{height:calc(100vh - 96px);max-height:calc(100vh - 96px)}.chatbot-suggestions{max-height:86px;overflow-y:auto}.chatbot-form{padding-top:12px}}@supports (height:100dvh){.chatbot-panel{height:min(650px,100dvh - 118px);max-height:calc(100dvh - 118px)}@media (width<=768px){.chatbot-panel{height:min(620px,100dvh - 104px);max-height:calc(100dvh - 104px)}}@media (width<=480px){.chatbot-panel{height:min(620px,100dvh - 88px);max-height:calc(100dvh - 88px)}}@media (width<=360px){.chatbot-panel{height:min(600px,100dvh - 76px);max-height:calc(100dvh - 76px)}}@media (height<=620px){.chatbot-panel{height:calc(100dvh - 96px);max-height:calc(100dvh - 96px)}}}@supports (animation-timeline:view()){.products-heading,.product-card,.contact-wrapper{animation-name:fadeUp;animation-duration:.7s;animation-timing-function:ease;animation-fill-mode:both;animation-timeline:view();animation-range:entry 12% cover 32%}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
