:root{color-scheme:light;--ink: #08111f;--muted: #66758a;--line: #d8e3ee;--surface: #ffffff;--soft: #f4f7fb;--brand: #1769ff;--brand-strong: #0b47b7;--signal: #22d3ee;--navy: #050b14;--accent: #7c3aed;--radius: 8px;font-family:Inter,Segoe UI,PingFang SC,Microsoft YaHei,Arial,sans-serif;font-size:16px}@media (min-width: 1600px){:root{font-size:17px}}@media (max-width: 479px){:root{font-size:15px}}*{box-sizing:border-box}body{margin:0;color:var(--ink);background:#f8fbff;letter-spacing:0;text-rendering:optimizeLegibility}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:0 auto}.section{position:relative;padding:72px 0}.section.soft{background:var(--soft)}.eyebrow{margin:0 0 10px;color:var(--brand);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.section-title{margin:0;font-size:clamp(26px,3.5vw,40px);font-weight:800;line-height:1.2;letter-spacing:0}.section-lead{max-width:680px;margin:14px 0 0;color:var(--muted);font-size:17px;line-height:1.8}.grid{display:grid;gap:24px}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.align-start{align-items:start}.feature-grid{margin-top:34px}.section-heading{display:flex;align-items:end;justify-content:space-between;gap:24px}.card{border:1px solid #d5e0e8;border-radius:var(--radius);background:var(--surface);overflow:hidden;box-shadow:0 8px 26px #1935460f}.card-body{padding:24px}.card h3{margin:0 0 10px;font-size:22px}.card p{margin:0;color:var(--muted);line-height:1.75}.lift{transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.lift:hover{transform:translateY(-3px);border-color:#1769ff59;box-shadow:0 18px 42px #1720331f}.metric-card h3{color:var(--brand-strong);font-size:34px}.section-header{text-align:center;margin-bottom:40px}.section-header .section-lead{margin-left:auto;margin-right:auto}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.category-card{position:relative;display:flex;flex-direction:column;min-height:230px;padding:22px;border:1px solid #d3e0e8;border-radius:var(--radius);background:var(--surface);text-align:left;overflow:hidden;box-shadow:0 8px 26px #1935460d;transition:border-color .2s,box-shadow .2s,transform .2s}.category-card:after{content:"";position:absolute;right:-22px;bottom:28px;width:72px;height:1px;background:var(--signal);transform:rotate(-45deg);opacity:.45}.category-card:hover{transform:translateY(-4px);border-color:#1769ff75;box-shadow:0 20px 44px #0f23461f}.category-card-top{display:flex;align-items:center;justify-content:space-between;color:var(--brand)}.category-index{color:#8293a3;font-size:11px;font-weight:800;letter-spacing:.12em}.category-card-body{display:flex;flex:1;flex-direction:column;padding-top:34px}.category-code{margin:0 0 8px;color:var(--brand);font-size:10px;font-weight:800;letter-spacing:.12em}.category-card h3{margin:0 0 9px;font-size:21px}.category-card-desc{margin:0;color:var(--muted);font-size:13px;line-height:1.65}.category-enter{display:inline-flex;align-items:center;gap:7px;margin-top:auto;padding-top:22px;color:var(--ink);font-size:13px;font-weight:800}.category-card:hover .category-enter{color:var(--brand-strong)}.section.dark{background:linear-gradient(180deg,#1769ff21,#050b1400 48%),#050b14;color:#fff;border-top:1px solid rgba(34,211,238,.18);border-bottom:1px solid rgba(34,211,238,.18)}.section.dark .section-title{color:#fff}.section.dark .eyebrow{color:#ffffffb3}.solution-card{position:relative;display:flex;flex-direction:column;padding:36px 30px;border-radius:var(--radius);background:#0d1b30db;border:1px solid rgba(138,165,196,.26);overflow:hidden;transition:background .2s,border-color .2s,transform .2s}.solution-card:after{content:"";position:absolute;left:0;top:0;width:46px;height:2px;background:var(--signal)}.solution-card:hover{transform:translateY(-3px);background:#0f2440;border-color:#22d3ee85}.solution-number{margin-bottom:34px;color:#67e8f9;font-size:11px;font-weight:800;letter-spacing:.12em}.solution-card h3{margin:0 0 12px;font-size:20px;color:#fff}.solution-card p{margin:0 0 20px;color:#ffffffa6;line-height:1.7;font-size:15px;flex:1}.solution-link{display:inline-flex;align-items:center;gap:6px;color:#67e8f9;font-weight:700;font-size:14px}.stats-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border:1px solid var(--line);background:#fff;box-shadow:0 12px 34px #1935460f}.stat-item{position:relative;text-align:center;padding:30px 16px;border-right:1px solid var(--line)}.stat-item:before{content:"";position:absolute;top:0;left:50%;width:28px;height:2px;background:var(--signal);transform:translate(-50%)}.stat-item:last-child{border-right:none}.stat-value{display:block;font-size:42px;font-weight:800;color:var(--brand-strong)}.stat-label{display:block;margin-top:6px;color:var(--muted);font-size:15px}.card-quote{margin:12px 0 0;padding:0;border:none;background:none;color:var(--muted);font-size:14px;line-height:1.6;font-style:italic}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:0 18px;border-radius:6px;border:1px solid var(--brand);background:var(--brand);color:#fff;font-weight:700;box-shadow:0 10px 22px #1769ff2e;transition:background .18s ease,border-color .18s ease,transform .18s ease}.button:hover{transform:translateY(-1px);background:var(--brand-strong);border-color:var(--brand-strong)}.button.secondary{background:#fff;color:var(--brand-strong);box-shadow:none}.button.secondary.case-button{border-color:#7894a5;background:#fff;color:#15384a;box-shadow:0 8px 18px #15384a1a}.button.secondary.case-button:hover{border-color:var(--signal);background:#eef5ff;color:var(--brand-strong)}.hero-band{position:relative;min-height:640px;display:grid;align-items:center;color:#fff;background:#050b14;overflow:hidden}.hero-carousel{isolation:isolate}.hero-slider,.hero-media,.hero-slide-image,.hero-overlay{position:absolute;inset:0}.hero-slider{display:grid;align-items:center;z-index:0}.hero-media{z-index:-2}.hero-slide-image{width:100%;height:100%;object-fit:cover;filter:saturate(1.08) contrast(1.03) brightness(1.08);opacity:0;transform:scale(1.04);transition:opacity .9s ease,transform 6.5s ease}.hero-slide-image.active{opacity:1;transform:scale(1)}.hero-overlay{z-index:-1;background:linear-gradient(90deg,#07101ce0,#07101c85 48%,#07101c29),linear-gradient(0deg,#07101c47,#07101c05)}.hero-slider-inner{position:relative;display:grid;align-items:center;min-height:inherit;padding:82px 0 110px}.hero-content{grid-area:1 / 1;max-width:820px;opacity:0;pointer-events:none;transform:translateY(16px);transition:opacity .55s ease,transform .55s ease}.hero-content.active{opacity:1;pointer-events:auto;transform:translateY(0)}.hero-badge{display:inline-flex;align-items:center;gap:8px;margin:0 0 20px;padding:8px 16px;border:1px solid rgba(34,211,238,.38);border-radius:5px;background:#08122285;color:#ffffffd9;font-size:14px;font-weight:600}.hero-content h1{margin:0;font-size:clamp(36px,5.5vw,60px);font-weight:800;line-height:1.15;letter-spacing:0}.hero-highlight{display:block;color:#67e8f9}.hero-desc{max-width:640px;margin:24px 0 0;color:#ffffffc7;font-size:18px;line-height:1.85;font-weight:400}.hero-trust{display:flex;flex-wrap:wrap;gap:4px;align-items:center;margin-top:28px;color:#ffffff80;font-size:13px;font-weight:500}.hero-dot{margin:0 6px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:32px}.hero-actions .secondary{background:#ffffff1a;color:#fff;border-color:#fff6}.hero-actions .secondary:hover{background:#ffffff2e}.hero-controls{position:absolute;left:50%;bottom:34px;z-index:3;display:flex;gap:8px;transform:translate(-50%)}.hero-dot-button{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:36px;max-width:210px;padding:0 14px;border:1px solid rgba(255,255,255,.2);border-radius:6px;background:#081f2c80;color:#ffffffb3;cursor:pointer;font-size:13px;font-weight:700;overflow:hidden;transition:background .2s,border-color .2s,color .2s;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hero-dot-button:after{content:"";position:absolute;bottom:0;left:0;height:2px;width:0;background:linear-gradient(90deg,#22d3ee,#1769ff);transition:width .15s ease}.hero-dot-button.active:after{width:100%;animation:hero-progress 6.5s linear forwards}.hero-slider.paused .hero-dot-button.active:after{animation-play-state:paused}@keyframes hero-progress{0%{width:0}to{width:100%}}.hero-dot-button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hero-control-short{display:none}.hero-dot-button:hover,.hero-dot-button.active{border-color:#22d3eec7;background:#1769ff6b;color:#fff}.page-hero{position:relative;padding:112px 0 64px;background:#050b14;color:#fff;overflow:hidden;border-bottom:1px solid rgba(34,211,238,.22)}.page-hero:before,.page-hero:after{content:"";position:absolute;pointer-events:none}.page-hero:before{right:7%;top:0;width:1px;height:100%;background:#22d3ee24}.page-hero:after{right:0;bottom:28px;width:18%;height:1px;background:#22d3ee52}.page-hero>.container{position:relative;z-index:1}.page-hero>.container:has(.page-hero-metrics){display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:70px;align-items:end}.page-hero .eyebrow{color:#67e8f9}.page-hero-metrics{display:grid;border-left:1px solid rgba(255,255,255,.18)}.page-hero-metrics span{display:grid;gap:3px;padding:11px 0 11px 22px;border-bottom:1px solid rgba(255,255,255,.12);color:#ffffff9e;font-size:11px;font-weight:700;letter-spacing:.08em}.page-hero-metrics span:last-child{border-bottom:0}.page-hero-metrics strong{color:#fff;font-size:20px;letter-spacing:0}.page-hero p{color:#ffffffc7}.meta{color:var(--muted);font-size:14px}.pill-list{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}.pill{border:1px solid #c8e4e1;border-radius:5px;background:#eef5ff;color:var(--brand-strong);padding:8px 12px;font-size:14px;font-weight:700}.pill-sm{padding:4px 10px;font-size:12px}.product-tabs{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:36px;padding-bottom:20px;border-bottom:1px solid var(--line)}.product-tab{padding:10px 20px;border:1px solid var(--line);border-radius:6px;background:var(--surface);color:var(--muted);font-size:14px;font-weight:700;cursor:pointer;transition:color .15s,background .15s,border-color .15s}.product-tab:hover{color:var(--brand-strong);border-color:var(--brand)}.product-tab.active{background:var(--brand);border-color:var(--brand);color:#fff}.product-browser{display:grid;grid-template-columns:320px minmax(0,1fr);gap:28px;align-items:start}.product-sidebar{position:sticky;top:90px;max-height:calc(100vh - 120px);overflow:auto;padding:18px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 10px 30px #1935460f}.product-sidebar-title{margin:0 0 14px;padding-bottom:12px;border-bottom:1px solid var(--line);font-size:16px;color:var(--ink)}.product-cat-group{margin-bottom:4px}.product-cat-parent{display:block;width:100%;padding:10px 14px;border:none;border-radius:6px;background:none;color:var(--ink);font-size:15px;font-weight:700;line-height:1.45;text-align:left;word-break:break-word;cursor:pointer;transition:background .15s}.product-cat-parent:hover{background:var(--soft)}.product-cat-parent.active{background:var(--brand);color:#fff}.product-cat-all{margin-bottom:8px}.product-cat-children{margin:4px 0 12px 12px;padding-left:12px;border-left:2px solid var(--line)}.product-cat-child{display:block;width:100%;padding:7px 12px;border:none;border-radius:4px;background:none;color:var(--muted);font-size:14px;font-weight:600;line-height:1.45;text-align:left;word-break:break-word;cursor:pointer;transition:color .15s,background .15s}.product-cat-child:hover,.product-cat-child.active{color:var(--brand-strong);background:#edf4ff}.product-cat-grandchildren{margin:2px 0 8px 16px;padding-left:10px;border-left:2px solid var(--line)}.product-cat-grandchild{display:block;width:100%;padding:5px 10px;border:none;border-radius:4px;background:none;color:var(--muted);font-size:13px;font-weight:500;line-height:1.45;text-align:left;word-break:break-word;cursor:pointer;transition:color .15s,background .15s}.product-cat-grandchildren .product-cat-grandchildren{margin-left:10px;padding-left:8px;border-left-width:1px}.product-cat-grandchildren .product-cat-grandchildren .product-cat-grandchild{padding:5px 8px;font-size:12px}.product-cat-grandchild:hover{color:var(--brand-strong)}.product-cat-grandchild.active{color:var(--brand-strong);background:#edf4ff;font-weight:600}.product-main{min-width:0}.product-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:24px;min-height:48px;padding:10px 14px;border:1px solid var(--line);border-radius:6px;background:#fff;font-size:14px}.product-breadcrumb-part{display:inline-flex;align-items:center;gap:8px}.product-breadcrumb-item{color:var(--muted);font-weight:600}.product-breadcrumb-item.current{color:var(--ink)}.product-breadcrumb-sep{color:var(--line)}.product-count{color:var(--muted);font-size:13px;margin-left:auto}.product-empty{text-align:center;color:var(--muted);padding:64px 0;font-size:16px}.product-search-bar{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-bottom:24px;min-height:48px}.product-search-input-wrapper{position:relative;flex:1;min-width:260px;display:flex;align-items:center}.product-search-icon{position:absolute;left:14px;color:var(--muted);pointer-events:none;flex-shrink:0}.product-search-input{width:100%;height:48px;padding:0 42px 0 44px;border:1px solid var(--line);border-radius:var(--radius);background:var(--surface);color:var(--ink);font-size:15px;font-weight:400;outline:none;transition:border-color .2s,box-shadow .2s}.product-search-input::placeholder{color:var(--muted);font-size:14px}.product-search-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px #1769ff1f}.product-search-clear{position:absolute;right:10px;display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:4px;background:transparent;color:var(--muted);cursor:pointer;transition:color .15s,background .15s;flex-shrink:0}.product-search-clear:hover{color:var(--ink);background:var(--soft)}.product-search-status{color:var(--muted);font-size:13px;font-weight:500;white-space:nowrap;flex-shrink:0}.product-search-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:320px;padding:64px 24px;text-align:center;gap:12px}.product-search-empty-title{margin:0;color:var(--ink);font-size:17px;font-weight:700}.product-search-empty-hint{margin:0 0 16px;color:var(--muted);font-size:14px;line-height:1.6}.image-cover{width:100%;aspect-ratio:16 / 9;object-fit:cover}.detail-image{width:100%;max-height:520px;object-fit:contain}.product-card{display:flex;flex-direction:column}.product-card-media{position:relative;display:grid;place-items:center;min-height:270px;padding:32px 24px 24px;background:#f5f8fa;border-bottom:1px solid var(--line);overflow:hidden}.product-card-media:after{content:"";position:absolute;right:18px;top:18px;width:24px;height:1px;background:var(--signal)}.product-card-media img{width:100%;height:210px;object-fit:contain;transition:transform .28s ease}.product-card:hover .product-card-media img{transform:scale(1.035)}.product-card-code{position:absolute;left:18px;top:16px;color:#748697;font-size:10px;font-weight:800;letter-spacing:.12em}.product-card-body{display:flex;flex:1;flex-direction:column}.product-card-link{display:inline-flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:22px;color:var(--brand-strong);font-size:13px;font-weight:800}.product-grid-new{gap:20px}.product-card-new{display:flex;flex-direction:column;background:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden;transition:box-shadow .25s,transform .25s;text-decoration:none;color:inherit}.product-card-new:hover{box-shadow:0 8px 30px #00000014;transform:translateY(-2px)}.product-card-new-media{position:relative;aspect-ratio:4/3;display:grid;place-items:center;background:#f7f9fb;overflow:hidden}.product-card-new-media img{width:100%;height:100%;object-fit:contain;padding:24px;transition:transform .3s ease}.product-card-new:hover .product-card-new-media img{transform:scale(1.04)}.product-card-new-placeholder{display:grid;place-items:center;width:100%;height:100%;background:linear-gradient(135deg,#e8f0fe,#f0f4ff);font-size:32px;font-weight:700;color:#b0c4de}.product-card-new-body{display:flex;flex:1;flex-direction:column;padding:18px 20px 22px}.product-card-new-cat{font-size:11px;font-weight:600;letter-spacing:.06em;color:var(--brand);text-transform:uppercase;margin-bottom:8px}.product-card-new-title{font-size:17px;font-weight:700;color:#111827;line-height:1.35;margin:0 0 8px}.product-card-new-desc{font-size:13px;color:#6b7280;line-height:1.55;margin:0 0 14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-new-features{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:16px}.product-card-new-tag{display:inline-block;padding:3px 10px;background:#f0f4f8;color:#4b5563;border-radius:4px;font-size:11px;font-weight:500;white-space:nowrap}.product-card-new-link{margin-top:auto;font-size:13px;font-weight:700;color:var(--brand-strong)}.product-detail-section{background:#f3f7fa}.product-detail-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(360px,.88fr);gap:52px;align-items:center}.product-detail-media{position:relative;display:grid;place-items:center;min-height:500px;padding:58px 44px 38px;border:1px solid var(--line);background:#fff;box-shadow:0 18px 54px #19354614}.product-detail-media:before,.product-detail-media:after{content:"";position:absolute;background:var(--signal)}.product-detail-media:before{left:-1px;top:-1px;width:70px;height:2px}.product-detail-media:after{right:-1px;bottom:-1px;width:2px;height:70px}.product-detail-code{position:absolute;left:22px;top:18px;color:#748697;font-size:10px;font-weight:800;letter-spacing:.12em}.product-detail-copy .section-lead{font-size:16px}.product-service-note{display:grid;gap:5px;margin-top:28px;padding:16px 18px;border-left:3px solid var(--signal);background:#fff}.product-service-note strong{font-size:14px}.product-service-note span{color:var(--muted);font-size:13px;line-height:1.7}.article-body{max-width:820px}.article-body p,blockquote{color:var(--muted);font-size:18px;line-height:1.9}blockquote{margin:26px 0 0;padding:18px 22px;border-left:4px solid var(--brand);background:var(--soft)}.contact-card{display:grid;gap:16px}.contact-card p{display:grid;gap:6px}.contact-card strong{color:var(--ink)}.mobile-menu{display:none;position:relative}.mobile-trigger{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:6px;background:#fff;color:var(--ink);cursor:pointer}.mobile-panel{position:absolute;right:0;top:52px;width:min(320px,calc(100vw - 28px));display:grid;gap:4px;padding:12px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:0 18px 42px #17203329}.mobile-panel a{padding:12px;border-radius:6px;color:var(--ink);font-weight:700}.mobile-panel a:hover,.mobile-consult{background:#edf4ff;color:var(--brand-strong)}.contact-form{display:grid;gap:18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.contact-form label{display:grid;gap:8px;color:var(--ink);font-weight:700}.contact-form input,.contact-form textarea{width:100%;border:1px solid var(--line);border-radius:6px;padding:12px 13px;color:var(--ink);background:#fff}.contact-form textarea{resize:vertical}.form-message{margin:0;font-weight:700}.form-message.success{color:var(--brand-strong)}.form-message.error{color:#b91c1c}@media (min-width: 1600px){.container{width:min(1280px,calc(100% - 80px))}.hero-band{min-height:780px}.hero-slider-inner{padding:110px 0 132px}.hero-content h1{font-size:68px}.hero-desc{font-size:20px;max-width:700px}.category-grid{grid-template-columns:repeat(4,1fr);gap:32px}.section{padding:100px 0}.section-title{font-size:44px}}@media (min-width: 1200px) and (max-width: 1599px){.container{width:min(1140px,calc(100% - 60px))}.hero-band{min-height:700px}.hero-slider-inner{padding:92px 0 118px}.hero-content h1{font-size:58px}.category-grid{gap:24px}.section{padding:80px 0}}@media (min-width: 1024px) and (max-width: 1199px){.container{width:min(960px,calc(100% - 48px))}.hero-band{min-height:620px}.hero-slider-inner{padding:76px 0 104px}.hero-content h1{font-size:48px}.category-grid{grid-template-columns:repeat(4,1fr);gap:16px}.category-card{min-height:220px;padding:20px 18px}.solution-card{padding:28px 24px}.product-browser{grid-template-columns:280px 1fr;gap:28px}.section{padding:68px 0}}@media (min-width: 768px) and (max-width: 1023px){.container{width:min(720px,calc(100% - 40px))}.hero-band{min-height:540px}.hero-slider-inner{padding:58px 0 96px}.hero-content{max-width:600px}.hero-content h1{font-size:40px}.hero-highlight{display:inline}.hero-desc{font-size:16px;max-width:500px}.hero-badge{font-size:13px;padding:6px 12px}.hero-trust{font-size:12px}.hero-controls{bottom:24px}.hero-dot-button{max-width:180px;font-size:12px}.category-grid{grid-template-columns:repeat(2,1fr);gap:14px}.stats-strip{grid-template-columns:repeat(2,1fr)}.section{padding:56px 0}.section-title{font-size:30px}.product-browser{grid-template-columns:240px 1fr;gap:20px}.product-sidebar{position:static;top:auto}.product-detail-layout{grid-template-columns:1fr}.product-detail-media{min-height:420px}.page-hero>.container:has(.page-hero-metrics){grid-template-columns:1fr 240px;gap:32px}}@media (min-width: 480px) and (max-width: 767px){.container{width:min(100% - 32px,720px)}.hero-band{min-height:480px}.hero-slider-inner{padding:44px 0 92px}.hero-content{max-width:100%}.hero-content h1{font-size:34px}.hero-highlight{display:inline}.hero-desc{font-size:15px;line-height:1.7}.hero-badge{font-size:12px}.hero-actions{flex-direction:row}.hero-actions .button{font-size:14px;padding:0 16px}.hero-trust{gap:0}.hero-dot{display:none}.hero-trust span{margin-right:12px}.hero-controls{bottom:18px;gap:6px}.hero-dot-button{flex:1;min-width:0;padding:0 8px;font-size:11px}.hero-control-full{display:none}.hero-control-short{display:inline}.category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-card{min-height:190px;padding:18px}.category-card h3{font-size:16px}.category-card-desc{font-size:12px}.grid-3{grid-template-columns:repeat(2,1fr)}.grid-2{grid-template-columns:1fr}.section{padding:48px 0}.section-title{font-size:26px}.section-lead{font-size:15px}.stats-strip{grid-template-columns:repeat(2,1fr)}.stat-item{padding:14px 10px}.stat-value{font-size:28px}.stat-label{font-size:13px}.solution-card{padding:22px 18px}.solution-card h3{font-size:17px}.product-browser{grid-template-columns:1fr;gap:12px}.product-sidebar{position:static;display:block;max-height:420px;overflow:auto;padding:10px;border-bottom:1px solid var(--line);margin-bottom:12px}.product-sidebar-title{display:none}.product-cat-parent{padding:8px 12px;font-size:13px}.product-cat-child,.product-cat-grandchild{font-size:12px}.product-cat-group{margin-bottom:3px}.product-search-bar{flex-direction:column;align-items:stretch}.product-search-input-wrapper{min-width:0}.product-search-status{padding-left:4px}.mobile-menu{display:block}.section-heading{display:grid;align-items:start;gap:12px}.page-hero>.container:has(.page-hero-metrics){grid-template-columns:1fr;gap:30px}.page-hero-metrics{grid-template-columns:repeat(3,1fr);border-left:0;border-top:1px solid rgba(255,255,255,.18)}.page-hero-metrics span{padding:14px 10px 0 0;border-bottom:0}.product-detail-layout{grid-template-columns:1fr;gap:28px}.product-detail-media{min-height:360px;padding:48px 24px 24px}.product-card-media{min-height:240px}}@media (max-width: 479px){.container{width:min(100% - 24px,480px)}.hero-band{min-height:440px}.hero-slider-inner{padding:34px 0 82px}.hero-content{max-width:100%}.hero-content h1{font-size:28px;line-height:1.25}.hero-highlight{display:inline}.hero-desc{font-size:14px;line-height:1.65;margin-top:14px}.hero-badge{font-size:11px;padding:5px 10px;margin-bottom:14px}.hero-actions{flex-direction:column;gap:10px;margin-top:20px}.hero-actions .button{width:100%;justify-content:center;font-size:14px;min-height:42px}.hero-trust{font-size:11px;gap:0}.hero-dot{display:none}.hero-trust span{display:block;margin-bottom:2px}.hero-controls{bottom:14px;gap:5px}.hero-dot-button{flex:1;min-width:0;min-height:30px;padding:0 6px;font-size:10px}.hero-control-full{display:none}.hero-control-short{display:inline}.category-grid{grid-template-columns:1fr;gap:10px}.category-card{min-height:178px;padding:17px}.category-card h3{font-size:16px}.category-card-desc{font-size:12px}.grid-3,.grid-2{grid-template-columns:1fr}.section{padding:40px 0}.section-title{font-size:24px}.section-lead{font-size:14px;line-height:1.7}.stats-strip{grid-template-columns:repeat(2,1fr);gap:0}.stat-item{padding:12px 8px}.stat-value{font-size:24px}.stat-label{font-size:12px}.solution-card{padding:20px 16px}.solution-card h3{font-size:16px}.product-browser{grid-template-columns:1fr}.product-sidebar{position:static;display:block;max-height:380px;overflow:auto;padding:9px;border-bottom:1px solid var(--line);margin-bottom:10px}.product-sidebar-title{display:none}.product-cat-parent{padding:6px 10px;font-size:12px}.product-cat-child{font-size:12px}.product-cat-grandchild{font-size:11px}.product-search-bar{flex-direction:column;align-items:stretch;gap:8px}.product-search-input-wrapper{min-width:0}.product-search-input{height:44px;font-size:14px;padding:0 38px 0 40px}.product-search-input::placeholder{font-size:13px}.product-search-status{font-size:12px}.product-search-empty{min-height:240px;padding:48px 16px}.product-search-empty-title{font-size:15px}.mobile-menu{display:block}.form-grid{grid-template-columns:1fr}.section-heading{display:grid;gap:10px}.card-body{padding:16px}.card h3{font-size:17px}.card p{font-size:14px}.page-hero{padding:84px 0 44px}.page-hero>.container:has(.page-hero-metrics){grid-template-columns:1fr;gap:24px}.page-hero-metrics{grid-template-columns:1fr;border-left:0;border-top:1px solid rgba(255,255,255,.18)}.page-hero-metrics span{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.1)}.product-detail-layout{grid-template-columns:1fr;gap:24px}.product-detail-media{min-height:300px;padding:44px 18px 22px}.product-card-media{min-height:220px}.product-card-media img{height:170px}.footer-grid{grid-template-columns:1fr;gap:28px}.footer-bottom{flex-direction:column;text-align:center}.admin-layout{grid-template-columns:1fr}.admin-main{padding:16px 12px}.admin-sidebar{position:static;height:auto;padding:6px}.admin-sidebar-nav{display:flex;flex-wrap:wrap;gap:2px}.admin-sidebar-nav button{padding:6px 10px;font-size:12px}.admin-page-header{flex-direction:column;gap:10px;align-items:flex-start}.admin-form-grid{grid-template-columns:1fr}.admin-table{font-size:12px}.admin-table th,.admin-table td{padding:6px 8px}}
