@import "https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600&family=Space+Grotesk:wght@600;700&display=swap";.header{background-color:var(--white);border-bottom:1px solid var(--border);z-index:1000;width:100%;overflow:visible}.top-bar{color:#f8fafc;letter-spacing:.01em;background-color:#0f172a;background-image:linear-gradient(#1a202c59 0%,#0f172aeb 100%);border-bottom:1px solid #ffffff0f;padding:0;font-size:13px;position:relative;overflow:hidden;box-shadow:inset 0 1px #ffffff0a}.top-bar-pattern{pointer-events:none;opacity:.95;mix-blend-mode:screen;background-image:url(/top-bar-doodles.svg);background-repeat:repeat;background-size:200px 200px;position:absolute;inset:0}.top-bar-row{z-index:1;justify-content:space-between;align-items:center;gap:16px;min-height:36px;padding:6px 0;display:flex;position:relative}.top-bar-cluster{flex-wrap:wrap;flex:1;justify-content:flex-start;gap:14px;min-width:0}.top-bar-end{flex-shrink:0;justify-content:flex-end;align-items:center;gap:12px;display:flex}.top-admin-link{color:#f8fafc;opacity:.92;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;justify-content:center;align-items:center;width:32px;height:32px;transition:transform .2s,opacity .2s,background .2s,border-color .2s;display:inline-flex}.top-admin-link--left{flex-shrink:0;margin-right:4px}.top-admin-link:hover{opacity:1;background:#ffffff1a;border-color:#ffffff2e;transform:translateY(-1px)}.top-admin-link:focus-visible{outline-offset:2px;outline:2px solid #ff9e00e6}.promo-text{color:#f8fafc;text-align:left;text-shadow:0 1px 2px #00000040;white-space:nowrap;font-size:13px;font-weight:500;line-height:1.35}.top-bar-divider{color:#f8fafc8c;-webkit-user-select:none;user-select:none;font-size:14px;font-weight:300;line-height:1}.social-links{gap:18px}.social-links a{color:#f8fafc;opacity:.92;justify-content:center;align-items:center;transition:color .2s,transform .2s,opacity .2s;display:flex}.social-links a:hover{color:#fff;opacity:1;transform:translateY(-1px)}.currency-selector{cursor:pointer;color:#e2e8f0;border-radius:6px;gap:6px;padding:4px 0 4px 8px;font-size:12px;font-weight:500;transition:background .2s}.currency-selector:hover{background:#ffffff0f}.currency-selector img{object-fit:cover;border-radius:2px;width:18px;height:12px;box-shadow:0 0 0 1px #ffffff26}@media (width<=768px){.top-bar-cluster{justify-content:flex-start;gap:10px}.promo-text{white-space:normal;text-align:left;font-size:12px}.top-bar-end .currency-selector span{display:none}}.middle-header-anchor{position:relative}.middle-header-spacer{flex-shrink:0;width:100%}.middle-header{z-index:30;border-bottom:1px solid var(--border);background-color:var(--white);padding:25px 0;position:relative;box-shadow:0 2px 12px #1a2b3c0a}.middle-header--pinned{z-index:1100;width:100%;position:fixed;top:0;left:0;right:0;box-shadow:0 4px 20px #1a2b3c1a}.middle-header-row{grid-template-columns:1fr auto 1fr;align-items:center;gap:1rem 1.25rem;display:grid}.middle-header-left{justify-self:start;min-width:0}.middle-header-center{justify-self:center;width:min(100%,540px);max-width:540px}.middle-header-right{place-self:center end;min-width:0}.header-email{max-width:100%;color:var(--secondary);letter-spacing:.01em;background:#1a2b3c0d;border:none;border-radius:9999px;align-items:center;gap:10px;padding:6px 8px 6px 6px;font-size:.875rem;font-weight:600;text-decoration:none;transition:background .2s,color .2s,box-shadow .2s;display:inline-flex}.header-email:hover{color:var(--secondary);background:#ff9e001f;box-shadow:0 4px 16px #ff9e0026}.header-email__icon{width:40px;height:40px;color:var(--white);background:linear-gradient(145deg, #ffb347 0%, var(--primary) 45%, var(--primary-hover) 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;box-shadow:0 3px 12px #ff9e0059}.header-email__text{white-space:nowrap;text-overflow:ellipsis;padding-right:10px;overflow:hidden}.logo{flex-shrink:1;min-width:0}.logo-heading{margin:0;font-size:0;line-height:0}.logo-link{align-items:center;text-decoration:none;display:inline-flex}.logo-img{height:var(--site-logo-height,36px);width:auto;max-width:min(var(--site-logo-max-width,220px), 48vw);object-fit:contain;object-position:left center;display:block}.nav-links .nav-disabled{color:var(--text-gray);cursor:default;-webkit-user-select:none;user-select:none;font-size:15px;font-weight:600}.search-box{z-index:20;background:#fff;border:none;border-radius:9999px;gap:4px;width:100%;min-width:0;min-height:52px;padding:5px 6px 5px 8px;position:relative;overflow:visible;box-shadow:0 4px 24px #1a2b3c12}.category-wrap{flex-shrink:0;align-self:stretch;display:flex;position:relative}.category-select{cursor:pointer;min-width:132px;min-height:42px;color:var(--secondary);background:var(--bg-light);border:none;border-radius:9999px;align-items:center;gap:8px;padding:0 18px;font-family:inherit;font-size:14px;font-weight:500;transition:background .2s,color .2s}.category-select:hover{color:var(--black);background:#eceff1}.category-chevron--open{transform:rotate(180deg)}.category-select svg{transition:transform .2s}.category-dropdown{background:var(--white);z-index:50;border:none;border-radius:14px;min-width:188px;margin:0;padding:8px 0;list-style:none;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 8px 32px #1a2b3c1f}.category-dropdown__link{color:var(--secondary);padding:10px 18px;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s,color .15s;display:block}.category-dropdown__link:hover{background:var(--bg-light);color:var(--primary)}.search-box input{min-width:0;color:var(--black);background:0 0;border:none;outline:none;flex:1;padding:0 12px 0 8px;font-size:14px}.search-box input::placeholder{color:var(--text-gray);opacity:.85}.search-btn{background-color:var(--primary);width:42px;height:42px;color:var(--white);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background-color .2s,transform .2s;display:flex}.search-btn:hover{background-color:var(--primary-hover);transform:scale(1.04)}.main-nav{padding:15px 0;box-shadow:0 2px 10px #0000000d}.browse-wrap{position:relative}.browse-categories{background-color:var(--primary);color:var(--white);cursor:pointer;border:none;border-radius:4px;gap:12px;padding:12px 25px;font-family:inherit;font-weight:700}.browse-dropdown{background:var(--white);z-index:80;border-radius:14px;gap:8px;min-width:320px;padding:10px;display:grid;position:absolute;top:calc(100% + 10px);left:0;box-shadow:0 8px 32px #1a2b3c24}.browse-dropdown button{text-align:left;width:100%;color:var(--secondary);cursor:pointer;background:#fff;border:1px solid #1a2b3c1a;border-radius:12px;padding:12px;font-size:14px;font-weight:700;transition:transform .12s,box-shadow .12s,border-color .12s}.browse-dropdown button:hover{border-color:#1a2b3c29;transform:translateY(-1px);box-shadow:0 8px 18px #1a2b3c14}.models-overlay{z-index:2000;background:#0a121c7a;justify-content:center;align-items:center;padding:18px;display:flex;position:fixed;inset:0}.models-panel{background:#fff;border-radius:18px;width:min(860px,92vw);max-height:min(78vh,720px);overflow:hidden;box-shadow:0 24px 70px #00000047}.models-head{border-bottom:1px solid #1a2b3c14;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.models-title{color:var(--secondary);font-weight:900}.models-close{cursor:pointer;width:34px;height:34px;color:var(--secondary);background:#fff;border:1px solid #1a2b3c1f;border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.models-body{padding:14px 16px 18px}.models-empty{color:#1a2b3cb3;margin:10px 0;font-weight:600}.models-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;max-height:calc(min(78vh,720px) - 70px);margin:0;padding:0;list-style:none;display:grid;overflow:auto}.models-list a{color:var(--secondary);border:1px solid #1a2b3c1a;border-radius:12px;padding:10px 12px;font-size:13px;font-weight:700;text-decoration:none;transition:background .12s,border-color .12s,transform .12s;display:block}.models-list a:hover{background:var(--bg-light);border-color:#1a2b3c29;transform:translateY(-1px)}@media (width<=820px){.models-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=520px){.models-list{grid-template-columns:1fr}}.menu-icon{flex-direction:column;gap:4px;display:flex}.menu-icon span{background-color:var(--white);width:20px;height:2px}.nav-links{gap:30px}.nav-links a{color:var(--secondary);align-items:center;gap:4px;font-size:15px;font-weight:600;display:flex}.nav-links a.active,.nav-links a:hover{color:var(--primary)}.nav-icons a.icon-btn{color:var(--secondary);text-decoration:none}.nav-icons a.icon-btn:hover{color:var(--primary)}.nav-icons{align-items:center;gap:20px}.icon-btn{color:var(--secondary);border-radius:12px;flex:none;justify-content:center;align-items:center;width:40px;height:40px;line-height:1;display:inline-flex;position:relative}.icon-btn:hover{color:var(--primary)}.icon-btn svg{display:block}.icon-btn .badge{justify-content:center;align-items:center;width:18px;height:18px;padding:0;font-size:10px;display:flex;position:absolute;top:-8px;right:-8px}.lang-menu-wrap{position:relative}.lang-trigger{cursor:pointer;font:inherit;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.lang-trigger--open{color:var(--primary)}.lang-dropdown{background:var(--white);border:1px solid var(--border);min-width:168px;box-shadow:var(--shadow-lg);z-index:2000;border-radius:8px;margin:0;padding:6px 0;list-style:none;position:absolute;top:calc(100% + 10px);right:0}.lang-dropdown li{margin:0;padding:0}.lang-dropdown button{text-align:left;width:100%;font:inherit;color:var(--secondary);cursor:pointer;transition:var(--transition);background:0 0;border:none;padding:10px 16px;font-size:14px;font-weight:500}.lang-dropdown button:hover{background:var(--bg-light);color:var(--primary)}.lang-dropdown button.active{color:var(--primary);font-weight:700}@media (width<=1200px){.middle-header-center{width:min(100%,460px);max-width:460px}}@media (width<=992px){.top-bar-right,.main-nav .nav-icons{display:none}.middle-header-row{grid-template-columns:1fr;justify-items:stretch}.middle-header-left{justify-self:start}.middle-header-center{width:100%;max-width:none}.middle-header-right{justify-self:center;width:100%}.header-email{justify-content:center;width:100%;max-width:360px}.header-email__text{white-space:normal;word-break:break-all;text-align:left}}.site-footer{--footer-bg:#f4f5f7;--footer-navy:#1a2b3c;--footer-muted:#5c6b7a;--footer-accent:#f39c12;--footer-accent-hover:#e08e0b;background-color:var(--footer-bg);color:var(--footer-navy);position:relative;overflow:hidden}.site-footer__deco{opacity:.9;pointer-events:none;background-image:url(/footer-pattern.svg);background-position:-20%;background-repeat:no-repeat;background-size:120%;width:min(52%,640px);max-width:100%;position:absolute;top:0;bottom:0;left:0}.footer-features{z-index:1;padding:44px 0 40px;position:relative}.footer-features__grid{-webkit-overflow-scrolling:touch;flex-flow:row;align-items:stretch;gap:28px;padding-bottom:6px;display:flex;overflow-x:auto}.footer-feature{align-items:flex-start;gap:16px;min-width:260px;display:flex}.footer-feature__icon{border:2px solid var(--footer-accent);width:56px;height:56px;color:var(--footer-accent);background:#f39c120f;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.footer-feature__title{color:var(--footer-navy);letter-spacing:-.01em;margin:0 0 6px;font-size:1rem;font-weight:700}.footer-feature__desc{color:var(--footer-muted);margin:0;font-size:.8125rem;line-height:1.55}.footer-rule{background:#1a2b3c14;height:1px;margin:0}.footer-main{z-index:1;padding:48px 0 52px;position:relative}.footer-main__grid{flex-flow:row;align-items:flex-start;gap:36px;display:flex}.footer-col{min-width:220px}.footer-col:first-child{min-width:320px}.footer-col__title{color:var(--footer-navy);margin:0 0 22px;padding-bottom:12px;font-size:1.05rem;font-weight:700;position:relative}.footer-col__title:after{content:"";background:var(--footer-accent);border-radius:2px;width:42px;height:3px;position:absolute;bottom:0;left:0}.footer-brand{color:inherit;align-items:center;margin-bottom:16px;text-decoration:none;display:inline-flex}.footer-brand__img{height:var(--site-logo-height,36px);width:auto;max-width:min(var(--site-logo-max-width,220px), 55vw);object-fit:contain;object-position:left center;display:block}.footer-brand__lead{color:var(--footer-muted);max-width:28rem;margin:0 0 20px;font-size:.875rem;line-height:1.65}.footer-brand__contact{color:var(--footer-navy);flex-direction:column;gap:12px;margin-bottom:22px;font-size:.875rem;display:flex}.footer-brand__row{align-items:flex-start;gap:10px;display:flex}.footer-brand__ic{color:var(--footer-accent);flex-shrink:0;margin-top:2px}.footer-brand__contact a{color:var(--footer-navy);font-weight:600;text-decoration:none}.footer-brand__contact a:hover{color:var(--footer-accent)}.footer-btn{cursor:pointer;background:var(--footer-accent);color:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-family:inherit;font-size:.875rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.footer-btn:hover{background:var(--footer-accent-hover);color:#fff;transform:translateY(-1px)}.footer-btn--quote{margin-top:4px}.footer-ql{grid-template-columns:1fr;gap:8px 28px;display:grid}.footer-ql__col{margin:0;padding:0;list-style:none}.footer-ql__col li{margin-bottom:12px}.footer-ql__col a{color:var(--footer-muted);font-size:.875rem;font-weight:500;text-decoration:none;transition:color .2s,padding-left .2s}.footer-ql__col a:hover{color:var(--footer-accent);padding-left:4px}.footer-social-row{align-items:center;gap:14px;margin-top:12px;display:flex}.footer-social-row a{width:34px;height:34px;color:var(--footer-muted);background:#fff9;border:1px solid #1a2b3c1f;border-radius:10px;justify-content:center;align-items:center;transition:color .2s,border-color .2s,transform .2s,background .2s;display:inline-flex}.footer-social-row a:hover{color:var(--footer-accent);background:#ff9e0014;border-color:#ff9e008c;transform:translateY(-1px)}.footer-official__addr{color:var(--footer-muted);align-items:flex-start;gap:10px;margin-bottom:18px;font-size:.875rem;line-height:1.55;display:flex}.footer-official__sub{color:var(--footer-navy);text-transform:uppercase;letter-spacing:.04em;margin:0 0 8px;font-size:.8125rem;font-weight:700}.footer-official__text{color:var(--footer-muted);margin:0;font-size:.875rem;line-height:1.65}.footer-subscribe{align-items:center;gap:10px;display:flex}.footer-subscribe input{background:#fffc;border:1px solid #1a2b3c29;border-radius:12px;outline:none;flex:1;min-width:0;height:42px;padding:0 12px;font-family:inherit;font-size:.875rem;transition:border-color .15s,box-shadow .15s}.footer-subscribe input:focus{border-color:var(--footer-accent);box-shadow:0 0 0 4px #f39c122e}.footer-subscribe button{background:var(--footer-accent);color:#fff;cursor:pointer;border-radius:12px;height:42px;padding:0 14px;font-size:.875rem;font-weight:800;transition:background .15s,transform .15s}.footer-subscribe button:hover{background:var(--footer-accent-hover);transform:translateY(-1px)}.footer-subscribe button:disabled{opacity:.7;cursor:not-allowed;transform:none}.footer-subscribe__status{color:var(--footer-muted);margin:10px 0 0;font-size:.8125rem;font-weight:700}.footer-subscribe__status--ok{color:#166534}.footer-subscribe__status--err{color:#b91c1c}.footer-hours{margin:0 0 22px;padding:0;list-style:none}.footer-hours li{color:var(--footer-muted);border-bottom:1px solid #1a2b3c14;justify-content:space-between;gap:16px;padding:10px 0;font-size:.875rem;display:flex}.footer-hours li span:first-child{color:var(--footer-navy);font-weight:600}.footer-hours li span:last-child{text-align:right;white-space:nowrap}.footer-logistics{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:12px;display:grid}.footer-logistics__item{background:#ffffff8c;border:1px solid #1a2b3c1a;border-radius:14px;justify-content:center;align-items:center;height:54px;transition:transform .15s,box-shadow .15s,border-color .15s;display:flex;box-shadow:0 10px 22px #1a2b3c0f}.footer-logistics__item:hover{border-color:#1a2b3c24;transform:translateY(-2px);box-shadow:0 16px 30px #1a2b3c1a}.footer-logistics__item img{object-fit:contain;opacity:.95;filter:saturate(.98);width:100%;max-width:120px;height:100%;max-height:34px;display:block}@media (width<=520px){.footer-logistics{grid-template-columns:repeat(2,minmax(0,1fr))}}.footer-bottom{z-index:1;background:#ffffff73;border-top:1px solid #1a2b3c1a;padding:20px 0 24px;position:relative}.footer-bottom__inner{justify-content:center;align-items:center;min-height:44px;display:flex}.footer-copyright{text-align:center;color:var(--footer-muted);margin:0;font-size:.875rem}.scroll-top-fab{right:max(20px, env(safe-area-inset-right,0px));bottom:max(24px, env(safe-area-inset-bottom,0px));z-index:1200;cursor:pointer;background:0 0;border:none;border-radius:50%;width:56px;height:56px;padding:0;transition:transform .2s,box-shadow .2s;position:fixed;box-shadow:0 6px 22px #1a2b3c1f}.scroll-top-fab:hover{transform:translateY(-3px);box-shadow:0 10px 28px #f39c1259}.scroll-top-fab:focus-visible{outline:2px solid var(--footer-accent);outline-offset:3px}.scroll-top-fab__svg{pointer-events:none;width:100%;height:100%;position:absolute;inset:0}.scroll-top-fab__track{fill:none;stroke:#1a2b3c1f;stroke-width:3px}.scroll-top-fab__progress{fill:none;stroke:var(--footer-accent);stroke-width:3px;stroke-linecap:round;transition:stroke-dashoffset .12s ease-out}.scroll-top-fab__inner{background:var(--footer-accent);color:#fff;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:9px;box-shadow:inset 0 1px #fff3}.scroll-top-fab:hover .scroll-top-fab__inner{background:var(--footer-accent-hover)}@media (prefers-reduced-motion:reduce){.scroll-top-fab__progress{transition:none}.scroll-top-fab:hover{transform:none}}.support-fab{right:max(20px, env(safe-area-inset-right,0px));bottom:calc(max(24px, env(safe-area-inset-bottom,0px)) + 68px);z-index:1200;cursor:pointer;background:0 0;border:none;border-radius:50%;width:56px;height:56px;padding:0;transition:transform .2s,box-shadow .2s;position:fixed;box-shadow:0 6px 22px #1a2b3c1f}.support-fab:hover{transform:translateY(-3px);box-shadow:0 10px 28px #2563eb40}.support-fab__inner{color:#fff;background:#2563eb;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;inset:0;box-shadow:inset 0 1px #fff3}.support-overlay{z-index:2000;background:#0f172a6b;justify-content:flex-end;align-items:stretch;padding:16px;display:flex;position:fixed;inset:0}.support-panel{background:#fff;border-radius:16px;flex-direction:column;width:min(520px,100%);display:flex;overflow:hidden;box-shadow:0 18px 60px #0000002e}.support-head{border-bottom:1px solid #1a2b3c14;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.support-title{color:#0f172a;font-size:1rem;font-weight:900}.support-close{cursor:pointer;background:#fff;border:1px solid #1a2b3c1f;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.support-close:hover{background:#f8fafc}.support-body{padding:16px;overflow:auto}.support-lead{color:#334155;margin:0 0 10px;font-weight:700}.support-bullets{color:#475569;margin:0 0 14px;padding-left:18px}.support-form{gap:12px;display:grid}.support-form label{color:#0f172a;gap:6px;font-size:.9rem;font-weight:700;display:grid}.support-form input,.support-form textarea{border:1px solid #1a2b3c1f;border-radius:12px;padding:12px;font-family:inherit;font-size:1rem}.support-form textarea{resize:vertical;min-height:220px}.support-submit{color:#fff;cursor:pointer;background:#16a34a;border-radius:12px;width:100%;margin-top:6px;padding:14px 16px;font-weight:900}.support-submit:disabled{opacity:.6;cursor:not-allowed}.support-done{color:#166534;margin:10px 0 0;font-weight:800}.footer-quote-overlay{z-index:2100;background:#0f172a73;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.footer-quote-panel{background:#fff;border-radius:16px;flex-direction:column;width:min(440px,100%);max-height:min(92vh,640px);display:flex;overflow:hidden;box-shadow:0 18px 60px #0003}.footer-quote-form textarea{resize:vertical;min-height:96px}.footer-quote-req{color:#dc2626;font-weight:800}.footer-quote-err{color:#b91c1c;margin:0;font-size:.9rem;font-weight:700}.footer-quote-submit{background:var(--primary,#ff9e00);color:#fff;cursor:pointer;border:none;border-radius:12px;width:100%;margin-top:6px;padding:14px 16px;font-family:inherit;font-weight:900;transition:background .2s,opacity .2s}.footer-quote-submit:hover:not(:disabled){background:var(--primary-hover,#e68d00)}.footer-quote-submit:disabled{opacity:.65;cursor:not-allowed}.footer-quote-submit--secondary{background:#334155}.footer-quote-submit--secondary:hover:not(:disabled){background:#1e293b}@media (width<=1100px){.footer-main__grid{-webkit-overflow-scrolling:touch;padding-bottom:6px;overflow-x:auto}}@media (width<=640px){.site-footer__deco{opacity:.5;width:100%}.footer-main__grid{padding-bottom:6px;overflow-x:auto}.footer-ql{grid-template-columns:1fr}}.hero-search{min-height:420px;padding:3.5rem 0 3rem;position:relative;overflow:hidden}.hero-search-bg{background:#1f3b5c;position:absolute;inset:0;transform:scale(1.02)}.hero-search-overlay{background:linear-gradient(#1f3b5ce6 0%,#1f3b5ce0 60%,#162d4aeb 100%);position:absolute;inset:0}.hero-search-inner{z-index:2;text-align:center;max-width:920px;margin:0 auto;position:relative}.hero-search-title{color:#fff;-webkit-text-fill-color:transparent;text-fill-color:transparent;text-shadow:0 8px 28px #00000040;background-image:linear-gradient(90deg,#ffd37a 0%,#ff9e00 22%,#22d3ee 55%,#a78bfa 78%,#ffd37a 100%);background-size:220% 100%;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-family:Space Grotesk,Poppins,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:clamp(2.1875rem,4vw,2.7875rem);font-weight:800;line-height:1.25;animation:7s ease-in-out infinite heroTitleHue}@keyframes heroTitleHue{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}@media (prefers-reduced-motion:reduce){.hero-search-title{animation:none}}.hero-search-sub{color:#ffffffe0;max-width:640px;margin:0 auto 2rem;font-size:1rem;line-height:1.65}form.hero-search-bar{background:#fff;border:1px solid #fff3;border-radius:12px;align-items:center;gap:0;max-width:720px;margin:0 auto;display:flex;overflow:hidden;box-shadow:0 12px 40px #0003}form.hero-search-bar .hero-search-icon{color:var(--text-gray);flex-shrink:0;margin-left:1rem}form.hero-search-bar input{border:none;outline:none;flex:1;min-width:0;padding:1rem .75rem 1rem .5rem;font-family:inherit;font-size:1rem}form.hero-search-bar input::placeholder{color:#94a3b8}.hero-search-submit{background:var(--primary);color:#fff;cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;transition:background .2s;display:flex}.hero-search-submit:hover{background:var(--primary-hover)}.hero-search-hint,.hero-search-error,.hero-search-status,.hero-search-empty{color:#ffffffbf;max-width:640px;margin:1rem auto 0;font-size:.9rem}.hero-search-error{color:#fecaca}.hero-search-results{text-align:left;background:#fffffff7;border-radius:12px;margin-top:2rem;padding:1.25rem 1.25rem 1.5rem;box-shadow:0 8px 32px #00000026}.hero-search-count{color:var(--secondary);margin:0 0 .75rem;font-size:.85rem;font-weight:600}.hero-search-table-wrap{border:1px solid var(--border);border-radius:8px;overflow-x:auto}.hero-search-table{border-collapse:collapse;width:100%;font-size:.85rem}.hero-search-table th,.hero-search-table td{text-align:left;border-bottom:1px solid var(--border);padding:.6rem .75rem}.hero-search-table th{background:var(--bg-light);color:var(--secondary);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;font-size:.72rem;font-weight:700}.hero-search-table tbody tr:last-child td{border-bottom:none}.hero-search-table tbody tr:hover{background:#fafafa}.hero-search-model{color:#2563eb;font-weight:700}.hero-search-row{cursor:pointer}.hero-search-model-link{color:inherit;text-decoration:none}.hero-search-model-link:hover{text-decoration:underline}.hero-search-stock{color:#166534;background:#dcfce7;border-radius:999px;padding:.15rem .5rem;font-size:.8rem;font-weight:700;display:inline-block}.hero-search-price{color:var(--secondary);font-weight:800}.hero-search-more{color:var(--primary);margin-top:1rem;font-size:.9rem;font-weight:600;text-decoration:none;display:inline-block}.hero-search-more:hover{text-decoration:underline}@media (width<=768px){.hero-search{min-height:360px;padding:2.5rem 0 2rem}form.hero-search-bar{border-radius:10px}.hero-search-submit{width:52px;height:52px}}.features{color:var(--secondary);background:0 0;padding:26px 0}.features-grid{grid-template-columns:repeat(4,1fr);gap:14px;display:grid}.feature-item{background:#fff;border:1px solid #1a2b3c14;border-radius:999px;gap:12px;padding:12px 16px;box-shadow:0 10px 24px #0000000a}.feature-item .icon{color:var(--primary);background:#ff9e001f;border:1px solid #ff9e002e;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .18s,background .18s,color .18s;display:flex}.feature-item:hover .icon{background:var(--primary);color:#fff;transform:translateY(-1px)}.feature-item .text h3{color:var(--secondary);margin:0 0 2px;font-size:14px;font-weight:800}.feature-item .text p{color:#1a2b3c9e;margin:0;font-size:12px;line-height:1.25}@media (width<=1200px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.features-grid{grid-template-columns:1fr}.feature-item{text-align:left;border-radius:18px;flex-direction:row;justify-content:flex-start}}:root{--primary:#ff9e00;--primary-hover:#e68d00;--secondary:#24384d;--secondary-light:#37586e;--bg-light:#f8f9fa;--white:#fff;--black:#111;--text-gray:#666;--border:#eee;--max-width:1320px;--transition:all .3s cubic-bezier(.4, 0, .2, 1);--shadow:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d;--site-logo-height:36px;--site-logo-max-width:220px}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--black);background-color:var(--white);font-family:Poppins,sans-serif;line-height:1.6}#main-content{overflow-x:hidden}#home,#products,#about,#contact{scroll-margin-top:7.5rem}@media (width<=900px){#home,#products,#about,#contact{scroll-margin-top:6rem}}.home-below-fold-fallback{min-height:200px;max-width:var(--max-width);background:linear-gradient(90deg,#f8fafc 0%,#f1f5f9 50%,#f8fafc 100%) 0 0/200% 100%;border-radius:14px;margin:0 auto;padding:0 1.5rem 2rem;animation:1.15s ease-in-out infinite home-below-shimmer}@keyframes home-below-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}h1,h2,h3,h4,h5,h6{color:var(--secondary);font-weight:700}a{color:inherit;transition:var(--transition);text-decoration:none}ul{list-style:none}button{cursor:pointer;transition:var(--transition);background:0 0;border:none;outline:none;font-family:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.section-padding{padding:80px 0}.flex{display:flex}.items-center{align-items:center}.justify-between{justify-content:space-between}.grid{display:grid}.btn-primary{background-color:var(--primary);color:var(--white);cursor:pointer;border:none;border-radius:4px;align-items:center;gap:.5rem;padding:.8rem 2rem;font-family:inherit;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px)}.badge{background-color:var(--primary);color:var(--white);border-radius:12px;padding:2px 8px;font-size:.75rem;font-weight:600}@media (width<=768px){.section-padding{padding:50px 0}}
