.site-header{position:relative;z-index:100;margin:10px 0 5px;font-family:Inter,sans-serif}.header-container{max-width:1400px;margin:auto;height:80px;padding:0 22px;display:flex;align-items:center;gap:28px;background:linear-gradient(180deg,#07111f,#0c1930);border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.18)} .header-logo{flex-shrink:0}.header-logo a{display:flex;align-items:center;gap:12px;color:#fff;text-decoration:none}.header-logo img{width:48px;height:auto}.header-logo span{font-size:24px;font-weight:800;text-transform:uppercase} .header-nav{display:flex;gap:26px}.header-nav a{color:#dbe8ff;text-decoration:none;font-size:15px;font-weight:600;transition:.25s}.header-nav a:hover{color:#fff} .header-search{flex:1}.header-search form{position:relative}.header-search input{width:100%;height:46px;border:none;outline:none;border-radius:12px;padding:0 48px 0 18px;background:#142540;color:#fff;font-size:14px}.header-search input::placeholder{color:#8fa5c8}.header-search button{position:absolute;right:0;top:0;width:46px;height:46px;border:none;background:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.header-search img{width:18px;height:18px;filter:invert(1) brightness(100%);transition:.25s} .header-actions{display:flex;gap:20px}.header-action{position:relative;display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;color:#dbe8ff;font-size:12px;font-weight:600;transition:.25s}.header-action img{width:22px;height:22px;filter:brightness(0) saturate(100%) invert(1);transition:.25s}.header-action:hover{color:#fff}.header-action:hover img{transform:translateY(-2px)}#headerFavBtn.has-items img{filter:none}.compare-counter{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;border-radius:100px;background:#2f7bff;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center}.cart-counter{position:absolute;top:-6px;right:-8px;min-width:18px;height:18px;border-radius:100px;background:#2f7bff;color:#fff;font-size:11px;display:flex;align-items:center;justify-content:center} .header-burger{display:none;margin-left:auto} .header-overlay{display:none;position:fixed;inset:0;background:rgba(0,0,0,.55);backdrop-filter:blur(6px);opacity:0;pointer-events:none;transition:opacity .3s;z-index:200}.header-overlay.active{opacity:1;pointer-events:auto}.header-drawer{position:absolute;right:0;top:0;width:290px;height:100%;background:#091423;padding:90px 26px;display:flex;flex-direction:column;gap:18px;transform:translateX(100%);transition:transform .3s}.header-overlay.active .header-drawer{transform:translateX(0)}.header-drawer a{color:#fff;text-decoration:none;font-size:18px;font-weight:600} @media (max-width:1100px){.header-search{display:none}}@media (max-width:950px){.header-nav{display:none}.header-actions{display:none}.header-burger{display:flex;width:46px;height:46px;border:none;background:rgba(255,255,255,.08);border-radius:12px;align-items:center;justify-content:center;flex-direction:column;gap:5px;cursor:pointer}.header-burger span{width:22px;height:2px;background:#fff;transition:.3s}.header-burger.active span:nth-child(1){transform:rotate(45deg) translateY(5px)}.header-burger.active span:nth-child(2){opacity:0}.header-burger.active span:nth-child(3){transform:rotate(-45deg) translateY(-5px)}.header-overlay{display:block}.header-drawer .header-action{align-items:flex-start}.header-drawer .header-action{margin-bottom:15px}.header-drawer .header-action:last-child{margin-bottom:0}}
:root{--blue2:#4ea2ff;--text:#0e1726;--muted:#7d8797;--border:#dce5f2;--radius:22px;--shadow:0 12px 40px rgba(6,24,54,.08);--neon:none}*{box-sizing:border-box}html{scroll-behavior:smooth}body.product-page{margin:0;background:#fff;font-family:'Inter','Segoe UI',sans-serif;color:var(--text);overflow-x:hidden}.container{width:100%;max-width:1400px;margin:0 auto;padding:0 20px}
.product-hero{padding:0}.product-hero-card{position:relative;display:grid;grid-template-columns:35% 40% 25%;gap:20px;min-height:420px;padding:25px;border-radius:30px;overflow:hidden;background:linear-gradient(rgba(2,10,25,.15),rgba(2,10,25,.15)),url("/assets/image/fon5.webp") center -170px / cover no-repeat;box-shadow:0 20px 60px rgba(0,0,0,.35)}.product-left{display:flex;gap:10px;align-items:stretch;height:100%;width:100%}.product-gallery{display:flex;width:100%;gap:10px}.product-thumbs{width:90px;display:flex;flex-direction:column;gap:10px;flex-shrink:0}.product-thumbs .thumb{width:90px;height:90px;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#122744,#0a172a);border:1px solid rgba(255,255,255,0.08);cursor:pointer;transition:0.25s ease;display:flex;align-items:center;justify-content:center}.product-thumbs .thumb img{width:100%;height:100%;object-fit:contain;padding:8px}.product-thumbs .thumb:hover{transform:translateY(-2px);border-color:rgba(47,123,255,0.65);box-shadow:0 0 0 2px rgba(47,123,255,0.3)}.product-thumbs .thumb.active{border-color:#2f7bff;box-shadow:0 0 0 1px rgba(47,123,255,0.45),0 0 24px rgba(47,123,255,0.45)}.product-stage{position:relative;display:flex;justify-content:center;align-items:center;height:430px;width:100%;overflow:visible;background:none}.product-stage::after{content:"";position:absolute;bottom:52px;left:50%;transform:translateX(-50%);width:240px;height:60px;border-radius:50%;background:radial-gradient( ellipse,rgba(46,148,255,0.45) 0%,rgba(46,148,255,0.20) 45%,rgba(46,148,255,0) 80% );filter:blur(12px);z-index:1}.product-stage::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none}.product-main-image{display:block;position:relative;z-index:5;max-width:340px;max-height:300px;width:auto;height:auto;object-fit:contain;filter:drop-shadow(0 25px 45px rgba(0,0,0,.45));transition:.35s;margin:auto;margin-bottom:45px}.product-main-image:hover{transform:scale(1.03)}.btn-360{position:absolute;top:10px;left:10px;z-index:10;display:inline-flex;align-items:center;justify-content:center;gap:6px;background:rgba(0,0,0,0.6);backdrop-filter:blur(4px);border:none;border-radius:30px;color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:0.2s ease;white-space:nowrap}.btn-360:hover{background:rgba(47,123,255,0.8);transform:translateY(-2px)}.btn-360 img{width:16px;height:16px;filter:brightness(0) invert(1);margin:0}#open360{display:none}.product-stage-actions{position:absolute;bottom:40px;left:50%;transform:translateX(-50%);z-index:10;display:flex;justify-content:center}.product-stage-actions .stage-action-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;background:rgba(0,0,0,0.6);backdrop-filter:blur(4px);border:none;padding:6px 16px;border-radius:30px;color:#fff;font-size:13px;font-weight:500;cursor:pointer;transition:0.2s ease;white-space:nowrap}.product-stage-actions .stage-action-btn:hover{background:rgba(47,123,255,0.8);transform:translateY(-2px)}.product-stage-actions .stage-action-btn img{width:16px;height:16px;filter:brightness(0) invert(1);margin:0}.product-info{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:55px 20px 20px 20px;z-index:2}.title-subtitle{margin-bottom:10px;width:100%;text-align:center}.product-type{font-size:14px;font-weight:600;color:#a0b8d9;text-transform:uppercase;letter-spacing:0.5px;margin-bottom:4px;text-align:center}.product-info h1{margin:0;font-size:38px;line-height:1.1;color:#fff;font-weight:800;letter-spacing:-1px;text-align:center}.product-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px;justify-content:center;width:100%}.product-tags span,
.equipment-tags .equipment-tag{display:inline-flex;align-items:center;justify-content:center;min-height:32px;padding:0 14px;border-radius:10px;background:rgba(255,255,255,0.05);border:1px solid rgba(90,162,255,0.45);color:#fff;font-size:12px;font-weight:700;backdrop-filter:blur(8px);white-space:nowrap}.equipment-tags{margin-top:10px}.subtitle{margin:8px auto 0;color:#d6e4ff;font-size:15px;font-weight:500;line-height:1.5;max-width:430px;text-align:left;width:100%}.subtitle ul,
.subtitle ol{padding-left:20px;margin:0}
.subtitle li{text-align:left}.product-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:auto;justify-content:center;width:100%;padding-bottom:50px}.btn{height:34px;display:inline-flex;align-items:center;justify-content:center;padding:0 16px;border-radius:14px;text-decoration:none;font-size:13px;font-weight:700;transition:0.25s ease;cursor:pointer;border:none;background:transparent;color:#fff}.btn.primary{background:linear-gradient(135deg,#1263ff,#2f7bff);box-shadow:0 6px 18px rgba(47,123,255,0.3)}
.btn.primary:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(47,123,255,0.45)}.btn.secondary{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.12);backdrop-filter:blur(8px)}
.btn.secondary:hover{transform:translateY(-2px);border-color:rgba(47,123,255,0.55);box-shadow:0 0 0 2px rgba(47,123,255,0.3)}.btn img{width:16px;height:16px;margin-right:8px;filter:brightness(0) invert(1)}.compare-add-btn{gap:6px}
.compare-add-btn img{width:16px;height:16px;filter:brightness(0) invert(1)}.favorite-btn{width:36px;height:36px;border-radius:14px;background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.12);backdrop-filter:blur(8px);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:0.25s ease}
.favorite-btn img{width:20px;height:20px;filter:brightness(0) invert(1);transition:0.2s}
.favorite-btn:hover{border-color:rgba(47,123,255,0.6);background:rgba(47,123,255,0.15)}
.favorite-btn:hover img{filter:brightness(0) saturate(100%) invert(40%) sepia(90%) saturate(1500%) hue-rotate(210deg)}
.favorite-btn.active{border-color:rgba(47,123,255,0.6);background:rgba(47,123,255,0.15)}
.favorite-btn.active img{filter:brightness(0) saturate(100%) invert(40%) sepia(90%) saturate(1500%) hue-rotate(210deg)}
.hero-benefits{height:100%;min-height:280px;background:rgba(9,24,52,.65);border:1px solid rgba(120,170,255,.18);border-radius:22px;padding:18px 16px;display:flex;flex-direction:column;backdrop-filter:blur(12px);box-shadow:inset 0 0 30px rgba(0,0,0,.15);margin-right:40px;width:90%;justify-self:end}
.hero-benefit-item{display:flex;align-items:center;gap:12px;padding:10px 0}.hero-benefit-item:not(:last-of-type){border-bottom:1px solid rgba(255,255,255,.08)}.hero-benefit-item img{width:28px;height:28px;flex-shrink:0;filter:brightness(0) invert(1)}.hero-benefit-item div{display:flex;flex-direction:column}.hero-benefit-item strong{color:#fff;font-size:13px;font-weight:700;line-height:1.25}.hero-benefit-item span{color:#aec2df;font-size:12px;font-weight:400;line-height:1.35;margin-top:2px}
.engineer-box{margin-top:auto;padding:16px;margin-top:18px;border-radius:16px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08)}.engineer-box h4{margin:0 0 8px;color:#fff;font-size:15px;font-weight:700;line-height:1.25}.engineer-box p{margin:0 0 14px;color:#b0c8e8;font-size:12px;line-height:1.45}.engineer-btn{width:100%;height:34px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:rgba(47,123,255,.25);border:1px solid rgba(47,123,255,.45);color:#fff;font-size:13px;font-weight:600;text-decoration:none;transition:.25s ease}.engineer-btn:hover{background:rgba(47,123,255,.45);transform:translateY(-2px)}
.trust-block{position:relative;z-index:30;margin-top:-45px;padding:0}
.trust-container{width:960px;margin-left:20px;margin-right:auto;height:100px;display:grid;grid-template-columns:repeat(5,1fr);background:#f6f8fc;border-radius:24px;padding:10px 15px;box-shadow:0 10px 30px rgba(15,35,65,.08);margin-bottom:20px}
.trust-item{display:flex;align-items:center;gap:14px;padding:0 18px;position:relative}
.trust-item:not(:last-child)::after{content:"";position:absolute;right:0;top:15px;bottom:15px;width:1px;background:#dfe6f0}
.trust-item img{width:42px;height:42px;padding:9px;background:#fff;border-radius:14px;object-fit:contain;flex-shrink:0}
.trust-text{display:flex;flex-direction:column;justify-content:center}
.trust-value{font-size:20px;font-weight:800;line-height:1;letter-spacing:-0.02em;color:#1768D7}
.trust-label{margin-top:4px;font-size:13px;font-weight:600;color:#5F6C80;line-height:1.35}
.product-variants{margin:20px 0}.variants-wrap{background:#fff;border:1px solid #e7edf7;border-radius:20px;padding:16px 20px;overflow:visible;box-shadow:0 4px 16px rgba(15,35,70,.04)}.variants-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:0}.variants-label{font-size:22px;font-weight:900;letter-spacing:-0.02em;color:#07111f}.variants-actions{display:flex;align-items:center;gap:14px}.variant-btn-more{width:100%;margin-top:8px;display:inline-flex;align-items:center;gap:6px;color:#2f7bff;font-size:12px;font-weight:700;cursor:pointer;transition:gap .2s ease,color .2s ease}.variant-btn-more:hover{gap:9px;color:#005cff}.variant-btn-more:hover img{transform:translateX(2px)}.variants-nav{display:flex;align-items:center;gap:8px}.variants-arrow{width:36px;height:36px;border-radius:50%;border:1px solid #dce7f7;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.variants-arrow:hover{transform:translateY(-2px);border-color:#bfd6ff;box-shadow:0 6px 16px rgba(47,123,255,.14)}.variants-arrow img{width:22px;height:22px}.variant-hidden{display:none}.variant-switcher{display:flex;gap:10px;overflow-x:auto;overflow-y:visible;scrollbar-width:none;scroll-behavior:smooth;padding-bottom:0;padding-top:8px}.variant-switcher::-webkit-scrollbar{display:none}.variant-switcher.expanded{flex-wrap:wrap;overflow:visible}.variant-btn{position:relative;margin-top:0;flex:0 0 220px;min-height:50px;display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:16px;border:1px solid #e7edf7;background:linear-gradient(180deg,#fff 0%,#fbfcff 100%);transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;overflow:visible}.variant-btn:hover{transform:translateY(-3px);border-color:#cfe0ff;box-shadow:0 10px 24px rgba(28,77,155,.08)}.variant-btn.active{border-color:#2f7bff;box-shadow:0 0 0 3px rgba(47,123,255,.08);background:linear-gradient(180deg,rgba(248,251,255,0.95) 0%,rgba(243,247,253,0.9) 100%)}.variant-btn.active::after{content:"";position:absolute;top:-6px;right:-6px;width:20px;height:20px;background:#2f7bff;border-radius:50%;box-shadow:0 0 0 3px rgba(47,123,255,.12);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41L9 16.17z'/%3E%3C/svg%3E");background-size:12px;background-position:center;background-repeat:no-repeat;z-index:10;pointer-events:none}.variant-btn-image{width:56px;height:56px;flex-shrink:0;display:flex;align-items:center;justify-content:center;position:relative}.variant-btn-image img{position:relative;z-index:2;max-width:100%;max-height:100%;object-fit:contain}.variant-btn-content{flex:1;min-width:0;width:100%;display:flex;flex-direction:column;align-items:flex-start}.variant-btn-title{width:100%;margin-bottom:4px;padding-right:5px;text-align:left;color:#07111f;font-size:14px;font-weight:800;line-height:1.2}.variant-btn-short{width:100%;margin-top:0;display:flex;flex-direction:column;gap:4px}.variant-btn-short span{display:inline-flex;align-items:baseline;gap:4px;font-size:12px;line-height:1.3;color:#66768f;text-align:left}.variant-btn-short span::before{content:"•";color:#2f7bff;font-size:11px;font-weight:bold;flex-shrink:0}.variant-btn-more{width:100%;margin-top:8px;display:inline-flex;align-items:center;gap:6px;color:#2f7bff;font-size:12px;font-weight:700;transition:gap .2s ease,color .2s ease}.variant-btn-more img{width:12px;height:12px;object-fit:contain;filter:brightness(0) saturate(100%) invert(39%) sepia(97%) saturate(2463%) hue-rotate(209deg) brightness(101%) contrast(101%)}.variant-btn:hover .variant-btn-more{gap:9px;color:#005cff}.variant-btn:hover .variant-btn-more img{transform:translateX(2px)}.variants-counter{display:inline-flex;gap:0}
.tabs-wrapper{background:linear-gradient(180deg,#fff 0%,#fbfdff 100%);border:1px solid #e5edf8;border-radius:26px;overflow:hidden;margin-bottom:20px;box-shadow:0 10px 30px rgba(15,35,70,0.06),0 2px 10px rgba(15,35,70,0.03)}.tabs-nav{display:flex;align-items:center;gap:10px;padding:14px 16px;background:linear-gradient(180deg,rgba(248,251,255,0.95) 0%,rgba(243,247,253,0.9) 100%);border-bottom:1px solid #edf3fb;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}.tabs-nav::-webkit-scrollbar{display:none}.tab-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:8px;height:34px;padding:0 22px;border:1px solid #e3eaf5;border-radius:999px;background:linear-gradient(180deg,#fff 0%,#f7faff 100%);color:#5f6f86;font-size:14px;font-weight:600;letter-spacing:-0.01em;white-space:nowrap;cursor:pointer;transition:background .25s ease,color .25s ease,border-color .25s ease,box-shadow .25s ease,transform .18s ease}.tab-btn:hover{color:#1d4ed8;border-color:#cfe0ff;background:linear-gradient(180deg,#fff 0%,#eef5ff 100%);box-shadow:0 4px 14px rgba(47,123,255,0.10);transform:translateY(-1px)}.tab-btn.active{color:#fff;border-color:transparent;background:linear-gradient(180deg,#4d8dff 0%,#2f6fff 100%);box-shadow:0 10px 20px rgba(47,111,255,0.22),inset 0 1px 0 rgba(255,255,255,0.25)}.tab-btn.active::after{display:none}.tab-btn.active:hover{transform:translateY(-1px);box-shadow:0 14px 26px rgba(47,111,255,0.28),inset 0 1px 0 rgba(255,255,255,0.25)}.tab-btn:focus-visible{outline:none;box-shadow:0 0 0 4px rgba(47,123,255,0.18)}.tab-content{display:none;padding:34px}.tab-content.active{display:block}.overview-grid{display:grid;grid-template-columns:minmax(260px,0.9fr) minmax(240px,0.75fr) 330px;grid-template-rows:auto auto;gap:18px}.description-intro-card{grid-column:1 / 2;grid-row:1 / 2;padding:0;background:transparent;border:none;box-shadow:none}.execution-card{grid-column:2 / 3;grid-row:1 / 2}.overview-grid .overview-right{grid-column:3 / 4;grid-row:1 / 3;display:flex;flex-direction:column}.overview-grid .overview-features-section{grid-column:1 / 3;grid-row:2 / 3;margin-top:25px;max-width:none}.execution-card,
.docs-sidebar-card,
.content-card,
.delivery-card{background:#fff;border:1px solid #e4edf8;border-radius:20px;box-shadow:0 5px 20px rgba(15,35,80,0.04)}.section-heading{display:flex;align-items:center;gap:12px;margin-bottom:18px}
.section-line{width:4px;height:26px;border-radius:10px;background:linear-gradient(180deg,#2f7bff,#70a8ff)}
.section-title{font-size:20px;font-weight:800;text-transform:uppercase;letter-spacing:0.02em}
.description-text{font-size:15px;line-height:1.75;color:#52627a;text-align:justify;text-align-last:left}
.description-text p{margin:0 0 10px}
.description-text p:last-child{margin-bottom:0}.execution-card{position:relative;padding:24px;background:linear-gradient(145deg,#fff 0%,#f1f3f6 100%);border:1px solid #e1e5eb;border-radius:20px;box-shadow:0 8px 24px rgba(20,40,70,0.06);overflow:hidden}
.execution-card::before{content:"";position:absolute;top:-80px;right:-80px;width:220px;height:220px;background:radial-gradient(circle,rgba(52,125,255,0.12),transparent 70%);pointer-events:none}
.execution-card .card-title{position:relative;z-index:1;margin:0 0 22px;font-size:18px;font-weight:800;letter-spacing:0.02em;text-transform:uppercase;color:#10213f}
.execution-content{position:relative;z-index:1;color:#4c607a;font-size:15px;line-height:1.55}
.execution-content ul{padding:0;margin:0;list-style:none}
.execution-content li{display:flex;align-items:flex-start;gap:12px;margin-bottom:14px;color:#354b68}
.execution-content li:last-child{margin-bottom:0}
.execution-content li::before{content:"";flex-shrink:0;margin-top:3px;width:16px;height:16px;background:url('/assets/svg/check.svg') center/contain no-repeat}.overview-right{display:flex;flex-direction:column}
.docs-sidebar-card{width:100%;padding:18px;display:flex;flex-direction:column}
.docs-head{display:flex;align-items:center;gap:10px;margin-bottom:16px}
.docs-icon{width:36px;height:36px;border-radius:12px;background:#edf5ff;border:1px solid #dce8fb;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.docs-icon img{width:24px;height:24px}
.docs-head h3{margin:0;font-size:18px;font-weight:800;text-transform:uppercase;color:#10213f}
.docs-list{display:flex;flex-direction:column;gap:8px}.doc-item{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:48px;padding:8px 10px;border:1px solid #e5edf8;border-radius:12px;background:#fff;transition:background 0.2s ease,border-color 0.2s ease,transform 0.2s ease}
.doc-item:hover{background:#f7fbff;border-color:#cfe0ff}
.doc-left{display:flex;align-items:center;gap:10px;min-width:0}
.doc-file-icon img{width:24px;height:24px;display:block;object-fit:contain}
.doc-info{min-width:0;display:flex;flex-direction:column;gap:2px}
.doc-name{max-width:180px;font-size:15px;line-height:16px;font-weight:600;color:#263b5a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.doc-meta{font-size:12px;line-height:14px;color:#7c8ba5;font-weight:500}
.doc-download-link{width:30px;height:30px;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f5f9ff;transition:background 0.2s ease,transform 0.2s ease}
.doc-download-link:hover{background:#e7f0ff;transform:translateY(-1px)}
.doc-download-icon{width:16px;height:16px;display:block;object-fit:contain;filter:brightness(0) saturate(100%) invert(38%) sepia(88%) saturate(1870%) hue-rotate(205deg) brightness(100%) contrast(101%)}
.docs-download-all{margin-top:14px;height:38px;border-radius:12px;border:1px solid #cbdfff;background:#fff;color:#2368ed;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:0.2s}
.docs-download-all:hover{background:#f5f9ff}
.docs-download-all img{width:16px;height:16px;flex-shrink:0;object-fit:contain;filter:brightness(0) saturate(100%) invert(38%) sepia(88%) saturate(1870%) hue-rotate(205deg) brightness(100%) contrast(101%)}.delivery-card{background:#fff;border:1px solid #e4edf8;border-radius:20px;box-shadow:0 5px 20px rgba(15,35,80,0.04);padding:10px;margin-top:20px}
.delivery-head{display:flex;align-items:center;gap:10px;margin-bottom:10px}
.delivery-icon{width:38px;height:38px;border-radius:12px;background:#edf5ff;border:1px solid #dbe8fb;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.delivery-icon img{width:20px;height:20px}
.delivery-head h3{margin:0;font-size:18px;font-weight:800;text-transform:uppercase;color:#10213f}
.delivery-card ul{padding:0;margin:0;list-style:none}
.delivery-card li{position:relative;padding:6px 0 6px 28px;font-size:14px;line-height:1.4;color:#52637b;border-bottom:1px solid #edf2f8}
.delivery-card li:last-child{border-bottom:none}
.delivery-card li::before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:16px;height:16px;background:url('/assets/svg/file.svg') center/contain no-repeat}.overview-features-section{margin:18px 0 28px;padding:0}.overview-features-section .overview-card-title{display:flex;align-items:center;gap:12px;margin:0 0 18px;font-size:20px;font-weight:800;color:#0f172a;text-transform:uppercase;letter-spacing:.02em}.overview-features-section .overview-card-title:before{content:"";width:4px;height:26px;border-radius:10px;background:linear-gradient(180deg,#2f7bff,#69a3ff)}#overviewFeatures{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}#overviewFeatures span{background:#fff;border:1px solid #e7edf6;border-radius:16px;padding:18px;min-height:100px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;transition:.25s;position:relative;overflow:hidden}#overviewFeatures span:before{content:"";position:absolute;left:0;top:0;width:100%;height:4px;background:linear-gradient(90deg,#2f7bff,#5fa6ff);opacity:0;transition:.25s}#overviewFeatures span:hover{transform:translateY(-4px);border-color:#c8dbff;box-shadow:0 14px 34px rgba(42,92,180,.12)}#overviewFeatures span:hover:before{opacity:1}.param-header{display:flex;align-items:center;gap:10px;width:100%}.param-icon{width:22px;height:22px;flex-shrink:0;display:block;filter:brightness(0) saturate(100%) invert(33%) sepia(93%) saturate(1894%) hue-rotate(211deg) brightness(102%) contrast(101%)}#overviewFeatures span small{font-size:13px;font-weight:500;color:#667085;line-height:1.35;margin:0;display:inline}#overviewFeatures span strong{font-size:15px;font-weight:800;line-height:1.15;color:#0f172a;margin:0;letter-spacing:-.02em;width:100%;text-align:left;padding-left:32px} .overview-specs-card{margin-top:32px}.specs-main{min-width:0}.specs-main .content-card{padding:0;background:transparent;border:none;box-shadow:none}.spec-section-title{display:flex;align-items:center;gap:12px;margin:0 0 18px;font-size:20px;font-weight:800;line-height:1.2;text-transform:uppercase;letter-spacing:.01em;color:#10213f}.spec-section-title:before{content:"";width:4px;height:26px;border-radius:10px;background:linear-gradient(180deg,#2f7bff,#70a8ff)}.specs-columns{display:grid;grid-template-columns:1fr 1fr;gap:18px}.content-card{background:#fff;border:1px solid #e4edf8;border-radius:20px;box-shadow:0 5px 20px rgba(15,35,80,.04);padding:18px}.table-wrapper{width:100%;overflow:hidden}.specs-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e4ebf5;border-radius:16px;overflow:hidden;font-size:15px;table-layout:fixed}.specs-table tr{transition:.2s}.specs-table td{padding:8px 12px;border-bottom:1px solid #edf2f7;vertical-align:middle;line-height:1.35;color:#53647b;background:#fff}.specs-table tr:last-child td{border-bottom:none}.specs-table td:first-child{width:66.66%;background:#f8fafc;font-weight:600;color:#172d4c;border-right:1px solid #edf2f7}.specs-table td:last-child{width:33.33%;font-weight:500;color:#334963}.specs-table tr:nth-child(even) td:first-child{background:#f3f6fa}.specs-table tr:hover td{background:#f7fbff}.spec-left,
.spec-middle{min-width:0}
.dimensions-section{margin-top:24px;padding-top:20px;border-top:1px solid #edf2f8}.dimensions-subtitle{margin:-5px 0 14px;font-size:12px;color:#73839a}.dimensions-table-wrap{width:100%;overflow:auto}.dimensions-compare-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid #e4ebf5;border-radius:16px;overflow:hidden;font-size:12px}.dimensions-compare-table td{padding:10px 14px;border-right:1px solid #edf2f7;border-bottom:1px solid #edf2f7;text-align:center;color:#43556d}.dimensions-compare-table tr:last-child td{border-bottom:none}.dimensions-compare-table td:last-child{border-right:none}.dimensions-compare-table td.param-name{text-align:left;font-weight:700;background:#f8fafc;color:#142b4d}
.spec-section + .spec-section{margin-top:24px;padding-top:20px;border-top:1px solid #edf2f8}
.drawings-layout{display:grid;grid-template-columns:280px 1fr;gap:20px;max-width:1200px;margin:10px auto 0;padding:0 10px}.drawings-left{border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff}.drawings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.drawings-title{font-size:18px;font-weight:700}.drawings-actions{display:flex;gap:8px}.drawings-list{display:flex;flex-direction:column;align-items:flex-start;gap:10px;max-height:600px;overflow-y:auto}.drawing-thumb-item{border:1px solid #e5e7eb;border-radius:12px;padding:4px;cursor:pointer;transition:0.2s;display:flex;align-items:center;width:auto;background:#fff}.drawing-thumb-item:hover{border-color:#0073c6}.drawing-thumb-item.active{border:2px solid #2f6df6;background:#f5f8ff;padding:3px}.drawing-thumb-img img{width:200px;height:250px;object-fit:contain;border-radius:8px;background:#f9fafb;display:block}.drawing-thumb-body{display:none}.drawings-right{border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff}.drawing-preview-box{border:1px solid #e5e7eb;border-radius:10px;padding:10px;text-align:center;min-height:450px;display:flex;align-items:center;justify-content:center}.drawing-buttons{width:100%;display:flex;justify-content:center;gap:10px;margin-top:20px}#drawingPreviewLarge{max-width:100%;max-height:800px;object-fit:contain;cursor:pointer}
.image-modal,
#pdfModal{display:none;position:fixed;inset:0;z-index:99999;align-items:center;justify-content:center}.image-modal.show,
#pdfModal.show{display:flex}.modal-bg,
.pdf-bg{position:absolute;inset:0;background:rgba(3,8,15,.82);backdrop-filter:blur(10px)}.modal-content,
.pdf-inner{position:relative;z-index:3}#imageModal.show{display:flex;align-items:center;justify-content:center}#imageModal .modal-content{display:flex;align-items:center;justify-content:center;width:100%;height:100%}#imagePreview{max-width:92vw;max-height:88vh;object-fit:contain;margin:auto}.image-close,
.pdf-close{position:fixed;top:20px;right:30px;z-index:100000;background:none;border:none;padding:0;width:auto;height:auto}.pdf-controls{margin-top:16px;display:flex;align-items:center;justify-content:center;gap:10px}.pdf-controls button,
.drawing-btn{width:42px;height:42px;border:none;border-radius:12px;background:linear-gradient(135deg,#0b1a31,#07111f);color:#fff;cursor:pointer;transition:0.25s ease}.pdf-controls button:hover,
.drawing-btn:hover{transform:translateY(-2px);box-shadow:0 0 0 2px rgba(47,123,255,0.3)}#pdfCanvas{max-width:92vw;max-height:82vh;border-radius:12px}#pageInfo{color:#fff;font-weight:700}#drawingsImage{max-width:calc(100vw - 80px);max-height:calc(100vh - 120px);object-fit:contain;transition:transform 0.2s ease;cursor:grab}#drawingsImage:hover{transform:scale(1.02)}.modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.85)}.modal .modal-content{position:relative;margin:2% auto;padding:20px;width:90%;height:90%}.close-button{position:absolute;top:15px;right:35px;color:#f1f1f1;font-size:40px;font-weight:bold;cursor:pointer;z-index:10001}#product3dViewer{width:100%;height:100%;pointer-events:auto}.modal-content,
#product3dViewer,
model-viewer{pointer-events:auto !important}
.image-close img,
#pdfClose img,
#drawingsClose img{display:block;cursor:pointer;filter:brightness(0) invert(1);transition:transform 0.25s ease,filter 0.25s ease}.image-close img{width:24px;height:24px}
#pdfClose img{width:28px;height:28px}
#drawingsClose img{width:36px;height:36px}.image-close img:hover,
#pdfClose img:hover,
#drawingsClose img:hover{transform:rotate(90deg) scale(1.15);filter:brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(3200%) hue-rotate(345deg) brightness(90%) contrast(90%)}
.related-products{position:relative;padding:0 0 20px;overflow:hidden;margin-top:20px}.related-header{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}.related-heading{display:flex;flex-direction:column;gap:4px}.related-label{font-size:14px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#2f7bff}.related-title{margin:0;font-size:24px;line-height:1.1;font-weight:900;color:#07111f;letter-spacing:-0.02em}.related-nav{display:flex;align-items:center;gap:8px}.related-nav-btn{width:38px;height:38px;border:none;outline:none;cursor:pointer;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;border:1px solid #dce7f7;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.related-nav-btn img{width:28px;height:28px;object-fit:contain}.related-nav-btn:hover{transform:translateY(-2px);border-color:#b9d2ff;box-shadow:0 6px 16px rgba(47,123,255,.12)}.related-slider{overflow:hidden}.related-grid{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding-top:8px;padding-bottom:4px}.related-grid::-webkit-scrollbar{display:none}.related-card{position:relative;flex:0 0 calc((100% - 48px) / 6);min-width:200px;min-height:240px;display:flex;flex-direction:column;background:#fff;border:1px solid #e7edf7;border-radius:16px;overflow:hidden;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.related-card::before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,#2f7bff 0%,#69a7ff 100%);opacity:0;transition:.22s ease}.related-card:hover{transform:translateY(-4px);border-color:#cfe0ff;box-shadow:0 10px 24px rgba(28,77,155,.08),0 2px 8px rgba(17,38,70,.04)}.related-card:hover::before{opacity:1}.related-image-wrap{position:relative;height:130px;display:flex;align-items:center;justify-content:center;padding:14px 10px 8px;overflow:hidden;background:#f9fbff}.related-image-wrap::after{content:"";position:absolute;left:50%;bottom:8px;transform:translateX(-50%);width:70px;height:12px;border-radius:50%;background:radial-gradient(circle,rgba(47,123,255,.15) 0%,rgba(47,123,255,0) 70%)}.related-image-wrap img{position:relative;z-index:2;max-width:100%;max-height:100px;object-fit:contain;transition:transform .22s ease,filter .22s ease}.related-card:hover img{transform:translateY(-1px) scale(1.03);filter:drop-shadow(0 6px 12px rgba(19,54,107,.1))}.related-voltage{position:absolute;top:8px;right:8px;z-index:5;height:20px;min-width:44px;padding:0 6px;display:flex;align-items:center;justify-content:center;border-radius:999px;background:linear-gradient(180deg,#f4f8ff 0%,#e7f0ff 100%);border:1px solid #d7e4ff;color:#2f7bff;font-size:11px;font-weight:800}.related-body{flex:1;display:flex;flex-direction:column;padding:10px 12px 12px}.related-name{margin:0 0 4px;font-size:16px;line-height:1.15;font-weight:900;color:#07111f}.related-type,
.related-subtype{color:#41526c;font-size:14px;line-height:1.4}.related-subtype{margin-bottom:12px}.related-more{margin-top:auto;display:inline-flex;align-items:center;gap:6px;width:max-content;color:#2f7bff;font-size:14px;font-weight:800;text-decoration:none;transition:gap .18s ease,color .18s ease}.related-more img{width:12px;height:12px;object-fit:contain;filter:brightness(0) saturate(100%) invert(39%) sepia(97%) saturate(2463%) hue-rotate(209deg) brightness(101%) contrast(101%);transition:transform .2s ease,filter .2s ease}.related-card:hover .related-more{gap:9px;color:#005cff}.related-card:hover .related-more img{transform:translateX(2px);filter:brightness(0) saturate(100%) invert(23%) sepia(98%) saturate(3176%) hue-rotate(219deg) brightness(101%) contrast(101%)}
.analog-cta{max-width:1200px;margin:30px auto;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;border-radius:16px;background:linear-gradient(180deg,rgba(248,251,255,0.95) 0%,rgba(243,247,253,0.9) 100%);border:1px solid #edf3fb;box-shadow:0 10px 30px rgba(15,35,70,0.06),0 2px 10px rgba(15,35,70,0.03);color:#1a1a1a}.cta-left{display:flex;align-items:center;gap:14px}.cta-icon{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#2f7bff,#1d4ed8);display:flex;align-items:center;justify-content:center;position:relative}.cta-icon::before{content:"i";display:block;position:static;color:#fff;font-weight:bold;font-size:16px;line-height:1}.cta-title{font-weight:700;font-size:16px;color:#0c1f3f;margin:0 0 2px}.cta-text{font-size:13px;color:#55657c;margin:0}.cta-btn{display:inline-flex;align-items:center;gap:8px;height:48px;padding:0 22px;border-radius:14px;background:linear-gradient(135deg,#1263ff,#2f7bff);box-shadow:0 6px 18px rgba(47,123,255,0.3);color:#fff;font-size:14px;font-weight:700;text-decoration:none;transition:0.25s ease}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(47,123,255,0.45)}.cta-btn::after{content:"";width:16px;height:16px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 2L11 13'/%3E%3Cpath d='M22 2l-7 20-4-9-9-4 20-7z'/%3E%3C/svg%3E") no-repeat center;background-size:contain;display:inline-block}
button:focus,
a:focus{outline:none;box-shadow:0 0 0 3px rgba(47,123,255,0.3)}.visually-hidden{position:absolute !important;width:1px !important;height:1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important}.btn-icon{width:20px;height:20px;margin-right:8px;filter:brightness(0) invert(1);flex-shrink:0}.btn.secondary .btn-icon{filter:brightness(0) invert(1)}@media (max-width:1200px){.product-hero-card{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;gap:20px}.hero-benefits{grid-column:span 2;display:grid;grid-template-columns:repeat(2,1fr);gap:16px;margin-right:0}.product-stage{justify-content:center}.product-main-image{max-width:80%;margin:0 auto}.trust-container{max-width:100%;margin-left:0}.overview-intro-row{grid-template-columns:1fr 300px;gap:20px}.overview-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}.overview-grid .overview-right{grid-column:1 / -1;grid-row:auto;order:3}.overview-grid .overview-features-section{grid-column:1 / -1;grid-row:auto;order:2}.description-intro-card,.execution-card{order:1}.description-intro-card{grid-column:1 / 2}.execution-card{grid-column:2 / 3}.overview-layout-top{grid-template-columns:1fr 1fr}.overview-right{grid-column:1 / -1}#overviewFeatures{grid-template-columns:repeat(3,1fr)}.specs-layout{grid-template-columns:1fr}.specs-main{grid-column:1 / -1}.specs-columns{grid-template-columns:1fr 1fr;gap:20px}.delivery-card{grid-column:1 / -1}.survey-layout{grid-template-columns:1fr}.survey-sidebar{order:2;display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}}@media (max-width:1100px){.product-hero-card{grid-template-columns:1fr;gap:24px;background-position:center bottom}}@media (max-width:1024px){.overview-intro-row{grid-template-columns:1fr}.overview-right{order:2;margin-top:20px}.docs-sidebar-card{flex:none}}@media (max-width:992px){.survey-two-col{grid-template-columns:1fr;gap:16px}.survey-three-col{grid-template-columns:1fr;gap:16px}.survey-row-two{grid-template-columns:1fr}}@media (max-width:900px){.trust-container{grid-template-columns:repeat(3,1fr)}.overview-grid{grid-template-columns:1fr;grid-template-rows:auto}.overview-grid .overview-right,.overview-grid .overview-features-section,.description-intro-card,.execution-card{grid-column:auto;grid-row:auto;order:0}.overview-layout-top{grid-template-columns:1fr}#overviewFeatures{grid-template-columns:repeat(2,1fr)}.specs-layout{grid-template-columns:1fr}.specs-main{grid-column:1 / -1}.specs-columns{grid-template-columns:1fr}.delivery-card{grid-column:1 / -1}}@media (max-width:768px){.container{padding:0 16px}.product-hero-card{display:grid;grid-template-columns:1fr;grid-template-areas:"gallery" "info" "benefits";gap:20px;padding:16px;background-color:#030b18;background-image:url("/images/product_mob.webp");background-position:center -150px;background-size:cover;background-repeat:no-repeat}.product-left{grid-area:gallery;display:grid;grid-template-columns:1fr;grid-template-areas:"image" "thumbs";justify-items:center;align-items:center;width:100%}.product-stage{grid-area:image;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:auto;margin:0;padding:0;overflow:hidden}.product-image-wrap{display:flex;justify-content:center;align-items:center;width:100%}.product-main-image{display:block;position:relative;max-width:85%;max-height:240px;width:auto;height:auto;margin:0 auto !important;left:auto;right:auto;top:auto;bottom:auto;transform:none !important}.product-stage-actions{position:static;transform:none;display:flex;justify-content:center;width:100%;margin-top:16px}.product-thumbs{grid-area:thumbs;display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;width:100%;margin-top:-40px;gap:8px}.product-info{grid-area:info;padding:0;display:flex;flex-direction:column;align-items:center;text-align:center}.subtitle{width:100%;max-width:420px;margin:20px auto 28px;text-align:center}.subtitle ul{list-style:none;padding:0;margin:0}.subtitle li{display:flex;justify-content:center;align-items:flex-start;gap:8px;margin:8px 0}.subtitle li::before{content:"•";color:#4ea2ff;font-size:18px;line-height:1;flex-shrink:0}.product-actions{justify-content:center;margin-top:0;margin-bottom:-20px}.hero-benefits{grid-area:benefits;display:flex;flex-direction:column;width:100%}.trust-block{margin-top:20px;margin-bottom:20px;padding-left:12px;padding-right:12px}.trust-container{grid-template-columns:1fr;gap:8px;padding:16px;height:auto;width:100%;margin-left:0}.trust-item{padding:5px 10px}.trust-item:not(:last-child)::after{display:none}.variants-wrap{padding:18px;border-radius:20px}.variants-label{font-size:22px}.variant-btn{flex:0 0 220px;min-height:100px;padding:14px}.variant-btn-image{width:58px;height:58px}.variant-btn-title{font-size:15px}.variants-nav{display:none}.tab-content{padding:12px}.section-title{font-size:22px}.overview-card-title{font-size:18px}.content-card,.feature-card,.docs-sidebar-card{border-radius:18px}.content-card{padding:14px}.feature-card{padding:14px}.feature-content{padding-left:0;margin-top:10px}.feature-head{gap:12px}.feature-icon{width:40px;min-width:40px}.feature-icon img,.feature-icon svg{width:28px;height:28px}.feature-head h3{font-size:18px}.specs-table,.dimensions-compare-table{font-size:12px}.specs-table td,.dimensions-compare-table td{padding:9px 10px}.specs-table td:first-child,.dimensions-compare-table td.param-name{width:52%}.docs-sidebar-card{padding:12px}.doc-name{white-space:normal;word-break:break-word}.drawings-layout{grid-template-columns:1fr;gap:12px}.drawings-left{order:2;overflow-x:auto;overflow-y:hidden;padding:12px}.drawings-right{order:1;padding:12px}.drawings-list{flex-direction:row;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;max-height:none;gap:8px;padding-bottom:8px}.drawing-thumb-item{flex:0 0 auto;width:auto;padding:4px}.drawing-thumb-img img{width:100px;height:130px}#drawingPreviewLarge{max-width:100%;max-height:50vh;object-fit:contain;cursor:pointer}.drawing-preview-box{min-height:auto;padding:8px}.related-grid{width:100%;overflow-x:auto;padding:10px 0}.related-card{flex:0 0 50%;min-width:0;max-width:50%}#tab-survey{padding:16px}.survey-sidebar{grid-template-columns:1fr}.survey-block-card{padding:16px}.survey-opt-two-col{grid-template-columns:1fr !important}}@media (max-width:600px){#overviewFeatures{grid-template-columns:1fr}.description-intro-card,.execution-card,.docs-sidebar-card,.content-card,.delivery-card{padding:16px}.section-title{font-size:18px}.specs-table{font-size:11px}.specs-table td{padding:8px}}@media (max-width:480px){.container{padding:0 12px}.product-hero-card{padding:12px}.title-subtitle{text-align:center}.title-subtitle h1{font-size:24px}.subtitle{font-size:14px}.product-actions{justify-content:center}.btn{height:40px;font-size:12px}.related-card{flex:0 0 86%}.related-title{font-size:22px}.upload-area{padding:14px 12px}.upload-btn{width:100%}}#tab-survey{padding:24px}.survey-layout{display:grid;grid-template-columns:1fr 340px;gap:24px;align-items:start}.survey-left-col{display:flex;flex-direction:column;gap:24px}.survey-block-card{background:#fff;border:1px solid #e4edf8;border-radius:22px;padding:20px 24px;box-shadow:0 4px 20px rgba(15,35,80,0.04),0 1px 2px rgba(15,35,80,0.03);display:flex;flex-direction:column}.survey-block-title{margin:0 0 14px 0;font-size:18px;font-weight:800;color:#0c1f3f;letter-spacing:-0.01em;text-transform:uppercase;border-bottom:1px solid #e7eef7;padding-bottom:8px}.survey-two-col{display:grid;grid-template-columns:1fr 1fr;gap:24px;align-items:stretch}.survey-field{display:flex;flex-direction:column;gap:4px}
.survey-field label{font-size:13px;font-weight:600;color:#2d405b;text-align:left}.survey-field input,
.survey-field select,
.survey-textarea{padding:8px 12px;border:1px solid #dce5f0;border-radius:10px;font-size:14px;color:#0e1a2b;background:#fafcff;transition:border-color 0.2s,box-shadow 0.2s;width:100%}.survey-field input:focus,
.survey-field select:focus,
.survey-textarea:focus{outline:none;border-color:#2f7bff;box-shadow:0 0 0 3px rgba(47,123,255,0.15)}.survey-textarea{resize:vertical;min-height:80px;font-family:inherit}.survey-row-two{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-bottom:12px}
.survey-row-two:last-child{margin-bottom:0}.survey-three-col{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px}.survey-opt-box{border:1px dashed #b8cce4;border-radius:14px;padding:14px 16px;background:rgba(240,247,255,0.5);transition:0.2s}
.survey-opt-box:hover{background:rgba(230,242,255,0.7)}.survey-opt-box h4{margin:0 0 10px 0;font-size:14px;font-weight:700;color:#0c1f3f}.survey-opt-box label{display:block;margin-bottom:6px;font-size:14px;cursor:pointer}
.survey-opt-box input[type="checkbox"]{margin-right:8px;accent-color:#2f7bff}.survey-full-width{grid-column:1 / -1}.survey-table td{padding:6px 8px !important}
.survey-table input{width:100%;padding:6px 8px;border:1px solid #dce5f0;border-radius:6px;font-size:13px;background:#fafcff;box-sizing:border-box;min-width:60px}
.survey-table input:focus{border-color:#2f7bff;outline:none;box-shadow:0 0 0 2px rgba(47,123,255,0.12)}
.survey-table thead th{background:#f2f7fd;color:#1a3457;font-weight:700;font-size:13px;padding:8px 8px;text-align:left;border-bottom:1px solid #dce5f0}.add-winding-btn{display:block;width:100%;padding:12px 20px;margin-top:16px;border:1.5px dashed #2f7bff;border-radius:14px;background:#f2f7fd;color:#2f7bff;font-size:15px;font-weight:400;cursor:pointer;transition:0.25s ease;text-align:center}.add-winding-btn:hover{background:#2f7bff;color:#fff;border-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 6px 16px rgba(47,123,255,0.15)}input[type=number].no-spinner::-webkit-inner-spin-button,
input[type=number].no-spinner::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}
input[type=number].no-spinner{-moz-appearance:textfield}
.survey-sidebar{display:flex;flex-direction:column;gap:20px}.survey-doc-card,
.survey-upload-card,
.survey-submit-card{background:#fff;border:1px solid #e4edf8;border-radius:22px;padding:16px 18px;box-shadow:0 4px 20px rgba(15,35,80,0.04),0 1px 2px rgba(15,35,80,0.03)}.survey-doc-card .docs-head,
.survey-upload-card .docs-head{margin-bottom:12px}.survey-doc-card .doc-item{padding:6px 12px;margin-bottom:6px}.survey-doc-hint{margin:10px 0 0 0;font-size:13px;color:#6f7d96;line-height:1.4}.survey-submit-card{display:flex;flex-direction:column;gap:14px}.survey-submit-card .consent-label{font-size:12px;line-height:1.4;color:#1d2f4a}.survey-submit-card .btn{width:100%;justify-content:center;height:48px}.survey-submit-card .btn:disabled{opacity:0.6;cursor:not-allowed;pointer-events:none}.survey-success-message{text-align:center;padding:20px 10px}
.survey-success-message h3{font-size:20px;margin:0 0 10px;color:#07111f}
.survey-success-message p{color:#7d8797;font-size:14px;line-height:1.5}
.upload-area{border:2px dashed #cfdcf4;border-radius:14px;background:#fbfdff;padding:16px;text-align:center;transition:0.25s}
.upload-area:hover{border-color:var(--blue,#2f7bff);background:#f4f9ff}.upload-icon{width:44px;height:44px;margin:0 auto 8px;border-radius:50%;background:#eef5ff;display:flex;align-items:center;justify-content:center}
.upload-icon img{width:22px;height:22px;opacity:0.8}.upload-area p{margin:0;font-size:13px;font-weight:600;color:var(--dark,#07111f)}
.upload-area span{display:block;margin-top:4px;margin-bottom:12px;color:var(--muted,#7d8797);font-size:12px}.upload-btn{border:none;border-radius:10px;padding:8px 18px;cursor:pointer;background:#eef5ff;color:var(--blue,#2f7bff);font-weight:700;transition:0.25s}
.upload-btn:hover{background:var(--blue,#2f7bff);color:#fff}.file-list{margin-top:12px;display:flex;flex-direction:column;gap:6px}
.file-name{color:var(--muted,#7d8797);font-size:12px}
.file-item{display:flex;align-items:center;justify-content:space-between;padding:6px 10px;background:#f0f7ff;border-radius:8px;font-size:13px}
.remove-file{background:none;border:none;color:#e5484d;font-size:18px;cursor:pointer;padding:0 4px;line-height:1}
.remove-file:hover{color:#c53030}.upload-area small{display:block;margin-top:8px;color:var(--muted,#7d8797);line-height:1.5;font-size:11px}
.consent-label{display:flex;align-items:flex-start;gap:10px;font-size:12px;color:#1d2f4a;cursor:pointer}
.consent-label input[type="checkbox"]{width:18px;height:18px;margin-top:2px;flex-shrink:0;accent-color:#2f7bff}
.consent-label a{color:#2f7bff;text-decoration:none;font-weight:600}
.consent-label a:hover{text-decoration:underline}
[id^="windingTable"]{table-layout:fixed;width:100%}[id^="windingTable"] colgroup col:first-child{width:50px !important}
[id^="windingTable"] colgroup col{width:auto !important}.survey-opt-two-col{display:grid !important;grid-template-columns:1fr 1fr !important;gap:20px !important}
@keyframes cartPop{0%{transform:scale(1)}50%{transform:scale(1.25) rotate(6deg)}100%{transform:scale(1)}}
.analog-layout{display:grid;grid-template-columns:380px 1fr;gap:20px;max-width:1400px;margin:10px auto 0;padding:0 10px}.analog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.analog-title{font-size:18px;font-weight:700}.info-icon{margin-left:6px;font-size:12px;color:#999}.analog-left{border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff}.analog-card{border:1px solid #e5e7eb;border-radius:12px;padding:10px;margin-bottom:12px;position:relative;cursor:pointer;transition:0.25s}.analog-card:hover{border-color:#0073c6}.analog-card.active{border:2px solid #2f6df6;background:#f5f8ff}.analog-check{position:absolute;top:8px;right:8px;width:22px;height:22px;border-radius:50%;background:#2f6df6;color:#fff;font-size:12px;display:none;align-items:center;justify-content:center}.analog-card.active .analog-check{display:flex}.analog-card-inner{display:flex;gap:12px}.analog-img img{width:90px;height:90px;object-fit:contain}.analog-body{flex:1}.analog-name{font-weight:700;margin-top:5px}.analog-desc{font-size:13px;color:#666;margin-bottom:6px}.analog-badges{display:flex;gap:5px}.badge{padding:2px 6px;border-radius:6px;background:#f1f3f5;color:#555;border:1px solid #e0e0e0;font-size:11px}.analog-sizes{font-size:13px;display:flex;gap:12px;margin:6px 0}.btn-primary{display:inline-block;margin-top:6px;padding:6px 12px;background:#2f6df6;color:#fff;border-radius:8px;text-decoration:none;font-size:13px}.btn-primary:hover{background:#1e4fd6}.analog-more{text-align:center;font-size:14px;color:#2f6df6;cursor:pointer}.analog-right{border:1px solid #e5e7eb;border-radius:14px;padding:14px;background:#fff}.btn-outline{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border:1px solid #d6dde7;border-radius:8px;font-size:13px;text-decoration:none;color:#2b2b2b;background:#fff;transition:0.2s}.btn-outline:hover{background:#f3f6fb}.btn-outline.download{display:inline-flex;align-items:center;gap:6px}.btn-outline.download::before{content:"";width:14px;height:14px;flex:0 0 14px;display:inline-block;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f6df6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'/%3E%3Cpath d='M7 10l5 5 5-5'/%3E%3Cpath d='M12 15V3'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.btn-outline.open-drawing::before{content:"";width:14px;height:14px;display:inline-block;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232f6df6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'/%3E%3Cpolyline points='15 3 21 3 21 9'/%3E<line x1='10' y1='14' x2='21' y2='3'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.drawing-box{border:1px solid #e5e7eb;border-radius:10px;padding:10px;text-align:center}.drawing-box img{max-width:100%}.analog-cta{max-width:1200px;margin:30px auto;padding:18px 22px;display:flex;justify-content:space-between;align-items:center;border-radius:16px;background:linear-gradient(180deg,rgba(248,251,255,0.95) 0%,rgba(243,247,253,0.9) 100%);border:1px solid #edf3fb;box-shadow:0 10px 30px rgba(15,35,70,0.06),0 2px 10px rgba(15,35,70,0.03);color:#1a1a1a}.cta-left{display:flex;align-items:center;gap:14px}.cta-icon{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,#2f7bff,#1d4ed8);position:relative;display:flex;align-items:center;justify-content:center}.cta-icon::before{display:block;content:"i";position:static;color:#fff;font-weight:bold;font-size:16px;line-height:1}.cta-title{font-weight:700;font-size:16px;color:#0c1f3f;margin:0 0 2px}.cta-text{font-size:13px;color:#55657c;margin:0}.cta-btn{display:inline-flex;align-items:center;gap:8px;height:48px;padding:0 22px;border-radius:14px;background:linear-gradient(135deg,#1263ff,#2f7bff);box-shadow:0 6px 18px rgba(47,123,255,0.3);color:#fff;font-size:14px;font-weight:700;text-decoration:none;transition:0.25s ease}.cta-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(47,123,255,0.45)}.cta-btn::after{content:"";width:16px;height:16px;flex-shrink:0;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 2L11 13'/%3E%3Cpath d='M22 2l-7 20-4-9-9-4 20-7z'/%3E%3C/svg%3E") no-repeat center;background-size:contain;display:inline-block}@media (max-width:768px){.analog-layout{grid-template-columns:1fr;gap:12px}.analog-left{order:2;overflow-y:auto;max-height:400px;padding:12px}.analog-right{order:1;padding:12px}.analog-card{margin-bottom:8px;padding:8px}.analog-card-inner{gap:8px}.analog-img img{width:70px;height:70px}.analog-name{font-size:14px}.analog-desc{font-size:12px}.btn-outline{padding:4px 10px;font-size:12px}.drawing-box{padding:8px}.drawing-box img{max-width:100%;height:auto}.analog-cta{flex-direction:column;align-items:flex-start;gap:12px;padding:14px;margin:20px auto}.cta-left{flex-direction:row;align-items:center;gap:10px}.cta-btn{width:100%;justify-content:center}}
#requestModal{display:none;position:fixed;inset:0;justify-content:center;align-items:center;z-index:9999;background:rgba(0,0,0,0.55);font-family:'Inter','Segoe UI',Tahoma,sans-serif}.modal-bg{position:absolute;inset:0;cursor:pointer;background:rgba(0,0,0,0.55)}#requestModal .modal-content{position:relative;z-index:2;background:#f0f5fb;padding:40px 30px;border-radius:14px;max-width:450px;width:100%;display:flex;flex-direction:column;gap:20px;box-shadow:0 12px 30px rgba(0,0,0,0.15);animation:fadeInScale 0.3s ease;box-sizing:border-box;max-height:90vh;overflow-y:auto}@keyframes fadeInScale{from{transform:scale(0.9);opacity:0}to{transform:scale(1);opacity:1}}#requestForm{width:100%;display:flex;flex-direction:column;gap:16px}#requestForm h2{text-align:center;font-size:22px;color:#0b1626;margin-bottom:5px}.form-group{position:relative}.form-group input,
.form-group textarea{width:100%;padding:14px 12px;border-radius:10px;border:1px solid #c7d7ea;background:#fff;font-size:14px;outline:none;transition:all 0.25s ease;box-sizing:border-box}.form-group input:focus,
.form-group textarea:focus{border-color:#0073c6;box-shadow:0 0 0 3px rgba(0,115,198,0.15)}.form-group>input + label,
.form-group>textarea + label{position:absolute;left:12px;top:50%;transform:translateY(-50%);font-size:13px;color:#5a6b7d;pointer-events:none;transition:.2s ease}.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label{top:-7px;font-size:11px;color:#0073c6;background:#eef4fb;padding:0 5px}.form-group input[type="file"]{padding:10px;cursor:pointer}.file-list{display:flex;flex-direction:column;gap:8px;margin-top:8px}.file-item{display:flex;justify-content:space-between;align-items:center;background:#eef4fb;padding:8px 12px;border-radius:8px;font-size:14px;color:#004080}.remove-file{width:24px;height:24px;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg fill='%23c0392b' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 6h18v2H3V6zm3 3h12v12a2 2 0 0 1-2 2H8a2 2 0 0 1-2-2V9zm3 2v8h2v-8H9zm4 0v8h2v-8h-2zM10 4h4v2h-4V4z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center;display:inline-block;vertical-align:middle;text-indent:-9999px;transition:transform 0.2s ease,filter 0.2s ease}.remove-file:hover{transform:scale(1.3);filter:brightness(1.3)}.modal-buttons{display:flex;gap:10px;margin-top:10px}#requestModal .modal-buttons button{flex:1;padding:12px;border-radius:8px;border:none;font-weight:700;font-size:14px;cursor:pointer;background:linear-gradient(135deg,#0b1626,#13233a);color:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.3);transition:0.3s}#requestModal .modal-buttons button:hover{background:linear-gradient(135deg,#13233a,#1f2a42);box-shadow:0 0 8px rgba(0,115,198,0.7) inset,0 0 10px rgba(0,115,198,0.6),0 6px 16px rgba(0,0,0,0.4)}.validation-error{color:#c0392b;font-size:13px}.success-message{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:999999}.success-message::before{content:"";position:absolute;inset:0;background:rgba(0,0,0,0.65);z-index:0}.success-box{position:relative;z-index:1;background:linear-gradient(135deg,#0b1626,#13233a);color:#fff;padding:30px 25px;border-radius:18px;max-width:420px;width:90%;text-align:center;border:1px solid rgba(255,255,255,0.08);box-shadow:0 30px 80px rgba(0,0,0,0.6),inset 0 1px 0 rgba(255,255,255,0.05);animation:fadeInScale 0.3s ease}.success-box h3{margin-bottom:10px;font-size:20px}.success-box p{font-size:14px;color:#cfd8e3;margin-bottom:20px}.success-box button,
.success-box .success-close{padding:12px 26px;border-radius:12px;border:1px solid rgba(255,255,255,0.08);font-weight:700;font-size:14px;cursor:pointer;background:linear-gradient(135deg,#0b1626,#13233a);color:#fff;box-shadow:0 10px 30px rgba(0,0,0,0.4),inset 0 1px 0 rgba(255,255,255,0.05);transition:all 0.3s ease}.success-box button:hover,
.success-box .success-close:hover{transform:translateY(-2px);background:linear-gradient(135deg,#13233a,#1f2a42);box-shadow:0 0 8px rgba(0,115,198,0.7) inset,0 0 10px rgba(0,115,198,0.6),0 6px 16px rgba(0,0,0,0.4)}.success-close{position:absolute;top:10px;right:14px;font-size:20px;cursor:pointer;opacity:0.7}.success-close:hover{opacity:1}.drop-zone{border:2px dashed #aaa;border-radius:8px;padding:20px;text-align:center;cursor:pointer;margin-bottom:10px;transition:background 0.3s,border-color 0.3s}.drop-zone.dragover{background-color:#f0f8ff;border-color:#0073c6}#requestModal .g-recaptcha.btn-submit{flex:1;padding:12px;border-radius:8px;border:none;font-weight:700;font-size:14px;cursor:pointer;background:linear-gradient(135deg,#0b1626,#13233a);color:#fff;box-shadow:0 4px 12px rgba(0,0,0,0.3);transition:0.3s}#requestModal .g-recaptcha.btn-submit:hover{background:linear-gradient(135deg,#13233a,#1f2a42);box-shadow:0 0 8px rgba(0,115,198,0.7) inset,0 0 10px rgba(0,115,198,0.6),0 6px 16px rgba(0,0,0,0.4);transform:translateY(-2px)} @media (max-width:768px){#requestModal{align-items:flex-start;padding:10px;overflow-y:auto}#requestModal .modal-content{width:100%;max-width:100%;margin-top:16px;padding:16px 14px;border-radius:16px;max-height:none;height:auto;box-sizing:border-box;display:flex;flex-direction:column;gap:12px}#requestForm h2{font-size:18px;text-align:center;margin-bottom:5px}#requestForm{gap:12px}.form-group input,.form-group textarea{font-size:16px;padding:12px 10px}.form-group label{font-size:12px}.drop-zone{padding:14px;font-size:13px}.file-item{font-size:13px;padding:8px 10px}.modal-buttons{flex-direction:column;gap:8px}.modal-buttons button,#requestModal .g-recaptcha.btn-submit{width:100%;font-size:14px;padding:12px}.success-box{width:92%;padding:22px 16px;border-radius:14px}}.consent-group{margin-top:12px}.consent-label{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:#2c3e50;line-height:1.4;cursor:pointer;user-select:none;transition:none !important;transform:none !important;animation:none !important;outline:none;position:static}.consent-label *{transition:none !important;transform:none !important;animation:none !important}.consent-label input[type="checkbox"]{width:16px;height:16px;margin-top:2px;flex-shrink:0;accent-color:#0073c6;cursor:pointer;outline:none;box-shadow:none}.consent-label a{color:#0073c6;text-decoration:underline;font-weight:500}.consent-label a:hover{color:#004a8f}@media (max-width:768px){.consent-label{font-size:13px}}
.cmp-count{font-weight:600;margin-bottom:6px}.cmp-item{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:6px 10px;background:rgba(0,115,198,0.04);border-radius:10px;margin-bottom:6px;border:1px solid rgba(0,115,198,0.08)}.cmp-item span{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px;font-weight:500;color:#1a1a1a} #compare-float{position:fixed;bottom:20px;right:20px;z-index:9999;width:auto;min-width:240px;max-width:320px;display:flex;flex-direction:column;gap:10px;padding:12px 14px;font-size:14px;font-weight:500;border-radius:16px;background:rgba(255,255,255,0.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#1a1a1a;border:1px solid rgba(0,115,198,0.15);box-shadow:0 12px 36px rgba(0,0,0,0.08),0 0 0 1px rgba(0,115,198,0.1);transition:transform 0.25s ease,box-shadow 0.25s ease}#compare-float:hover{transform:translateY(-3px);box-shadow:0 16px 48px rgba(0,0,0,0.12),0 0 0 1px rgba(0,115,198,0.2)} .cmp-head{font-weight:700;font-size:14px;color:#0073c6;border-bottom:1px solid rgba(0,115,198,0.15);padding-bottom:8px}.cmp-list{display:flex;flex-direction:column;gap:6px;max-height:220px;overflow-y:auto}.cmp-actions{display:flex;gap:8px} .cmp-action-btn{flex:1;padding:9px 6px;border-radius:10px;font-size:13px;font-weight:600;text-align:center;cursor:pointer;transition:0.2s ease;border:1px solid rgba(0,115,198,0.3);background:rgba(0,115,198,0.05);color:#0073c6}.cmp-action-btn:hover{background:rgba(0,115,198,0.12);border-color:#0073c6}.cmp-go-btn{background:linear-gradient(135deg,#0073c6,#4da3ff);color:#fff;border:none;font-weight:700}.cmp-go-btn:hover{background:linear-gradient(135deg,#005a9e,#3390ff)}.cmp-clear-btn{color:#dc3545;border-color:rgba(220,53,69,0.3);background:rgba(220,53,69,0.04)}.cmp-clear-btn:hover{background:rgba(220,53,69,0.1)} .compare-toast{position:fixed;bottom:20px;right:270px;background:#0b1626;color:#fff;padding:10px 14px;border-radius:8px;font-size:13px;font-weight:600;box-shadow:0 10px 30px rgba(0,0,0,0.4);opacity:0;transform:translateX(-10px);transition:0.25s;z-index:9998}.compare-toast.show{opacity:1;transform:translateY(0)}@media (max-width:768px){.compare-toast{left:10px;right:10px;bottom:calc(var(--bottom-ui-space,0px) + 20px);text-align:center}} .cmp-remove{position:static;width:28px;height:28px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:rgba(0,0,0,0.08);cursor:pointer;transition:transform 0.25s ease,background 0.25s ease}.cmp-remove img{width:28px;height:28px;transition:transform 0.25s ease;filter:brightness(0) saturate(100%)}.cmp-remove:hover{background:rgba(220,53,69,0.15);transform:rotate(180deg) scale(1.2)}.cmp-remove:hover img{filter:brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(3200%) hue-rotate(345deg) brightness(90%) contrast(90%)}.cmp-remove:active{transform:scale(0.95)} .equipment-card .compare-add-btn{position:absolute;top:10px;right:10px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:linear-gradient(135deg,#0b1626,#13233a);border:1px solid rgba(255,255,255,0.08);cursor:pointer;transition:transform 0.25s ease,box-shadow 0.25s ease;z-index:5}.equipment-card .compare-add-btn:hover{transform:translateY(-2px)}.equipment-card .cmp-icon{width:20px;height:20px;filter:brightness(0) invert(1);pointer-events:none}.equipment-card .compare-add-btn.active{background:linear-gradient(135deg,#2f7bff,#4da3ff)}.equipment-card .compare-add-btn.active .cmp-icon{content:url("/assets/svg/check.svg")}.product-page .compare-add-btn{width:auto;min-height:28px;padding:8px 14px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:10px;border:1px solid rgba(255,255,255,0.08);box-shadow:0 6px 18px rgba(0,0,0,0.35);cursor:pointer;transition:transform 0.25s ease,box-shadow 0.25s ease;position:relative;z-index:2;white-space:nowrap}.product-page .compare-add-btn:hover{transform:translateY(-2px)}.product-page .compare-add-btn .cmp-icon{width:20px;height:20px;filter:brightness(0) invert(1);pointer-events:none}.product-page .compare-add-btn.active{background:linear-gradient(135deg,#2f7bff,#4da3ff)}.product-page .compare-add-btn.active .cmp-icon{content:url("/assets/svg/check.svg")}.product-page .cart-add-btn.in-cart{background:linear-gradient(135deg,#2f7bff,#4da3ff) !important} .compare-fly{position:fixed;width:28px;height:28px;z-index:99999;pointer-events:none;transition:transform 600ms cubic-bezier(.22,.9,.3,1),opacity 600ms ease}.compare-fly img{width:100%;height:100%}@keyframes cmpPop{0%{transform:scale(1)}50%{transform:scale(1.25) rotate(6deg)}100%{transform:scale(1)}}.cmp-removing{transform:scale(0.7) rotate(-10deg) translateY(40px);opacity:0;filter:blur(4px)}@media (max-width:768px){body{padding-bottom:calc(var(--bottom-ui-space,0px) + 20px)}#compare-float{position:fixed;right:10px;bottom:10px;left:auto;width:auto;min-width:200px;max-width:280px;display:flex;flex-direction:column;gap:8px;padding:12px;border-radius:14px;background:rgba(255,255,255,0.92);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#1a1a1a;border:1px solid rgba(0,115,198,0.15);box-shadow:0 18px 50px rgba(0,0,0,0.15);z-index:9999}#compare-float .cmp-head{font-size:14px;color:#0073c6}.cmp-list{max-height:100px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.cmp-actions{display:flex;gap:8px}.cmp-action-btn{flex:1;padding:10px 8px;font-size:12px;border-radius:10px;border:1px solid rgba(0,115,198,0.3);background:rgba(0,115,198,0.05);color:#0073c6;font-weight:600;transition:0.2s ease}.cmp-action-btn:hover{background:rgba(0,115,198,0.12)}.cmp-go-btn{background:linear-gradient(135deg,#0073c6,#4da3ff);color:#fff;border:none}.cmp-clear-btn{color:#dc3545;border-color:rgba(220,53,69,0.3);background:rgba(220,53,69,0.04)}.cmp-remove{width:30px;height:30px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:rgba(0,0,0,0.08);cursor:pointer;transition:background 0.2s,transform 0.2s;padding:0;margin:0;overflow:hidden}.cmp-remove img{width:22px;height:24px;display:block;object-fit:contain;filter:brightness(0) saturate(100%);pointer-events:none}.cmp-remove:hover{background:rgba(220,53,69,0.15);transform:rotate(90deg) scale(1.1)}.cmp-remove:hover img{filter:brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(3200%) hue-rotate(345deg) brightness(90%) contrast(90%)}.compare-toast{left:10px;right:10px;bottom:calc(var(--bottom-ui-space,0px) + 20px);text-align:center}}
*{margin:0;padding:0;box-sizing:border-box}.breadcrumb-wrapper{max-width:1400px;margin:0 auto;padding:10px 0}.breadcrumb-list{display:flex;list-style:none;min-height:40px;padding:0;margin:0;white-space:nowrap;overflow-x:auto;overflow-y:hidden}.breadcrumb-item{display:inline-block;margin:5px;vertical-align:middle}.breadcrumb-badge{display:inline-flex;align-items:center;justify-content:center;padding:0 20px;height:20px;font-family:'Oswald',sans-serif;font-size:14px;font-style:italic;letter-spacing:1px;text-transform:uppercase;color:#252525;background:#fff;border-radius:7px;transform:skew(-21deg);box-shadow:0 2px 5px rgba(0,0,0,0.26);transition:all 0.3s ease;text-decoration:none}.breadcrumb-badge span{display:inline-block;transform:skew(21deg)}
.breadcrumb-badge{display:inline-flex;align-items:center;justify-content:center;padding:0 20px;height:20px;font-family:'Oswald',sans-serif;font-size:14px;font-style:italic;letter-spacing:1px;text-transform:uppercase;color:#252525;background:#fff;border-radius:7px;transform:skew(-21deg);box-shadow:0 2px 5px rgba(0,0,0,0.26);transition:all 0.3s ease;text-decoration:none}.breadcrumb-badge span{display:inline-block;transform:skew(21deg)}.breadcrumb-badge:hover{background:#0c1f3f;color:#fff}.breadcrumb-badge.current{opacity:0.6;pointer-events:none}.breadcrumb-badge.current{opacity:0.6;pointer-events:none}@media (max-width:768px){.breadcrumb-wrapper{padding:8px 12px}.breadcrumb-list{gap:6px;scrollbar-width:none}.breadcrumb-list::-webkit-scrollbar{display:none}.breadcrumb-item{margin:3px}.breadcrumb-badge{padding:0 18px;height:28px;font-size:12px;letter-spacing:0.5px;border-radius:6px;transform:skew(-12deg)}.breadcrumb-badge span{transform:skew(12deg)}}@media (max-width:420px){.breadcrumb-badge{padding:0 14px;font-size:11px;height:26px}}
:root{--footer-bg:linear-gradient(135deg,#0b1626 0%,#13233a 100%);--footer-text:#cfd8e3;--footer-muted:#8fa3b8;--footer-link:#4da3ff;--footer-link-hover:#fff;--footer-heading:#fff;--footer-border:rgba(255,255,255,0.15);--footer-divider:rgba(255,255,255,0.2)}html,body{margin:0;padding:0;overflow-x:hidden;width:100%;max-width:100%}.site-footer{position:relative;width:100%;margin-top:20px;font-family:'Inter',sans-serif;color:var(--footer-text)}.footer-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:380px 1fr 320px;gap:20px;padding:20px 35px;background:var(--footer-bg);border-radius:18px;border:1px solid var(--footer-border);backdrop-filter:blur(14px);position:relative}.footer-column{position:relative}
.footer-column:not(:last-child)::after{content:'';position:absolute;right:-15px;top:20px;bottom:20px;width:1px;background:var(--footer-divider);pointer-events:none}.footer-column h3{font-size:13px;font-weight:700;margin:0 0 15px 0;padding-bottom:8px;color:var(--footer-heading);text-transform:uppercase;letter-spacing:1.2px;position:relative}.footer-column:not(.footer-first-col) h3::after{content:'';position:absolute;left:0;bottom:0;width:40px;height:2px;background:var(--footer-link);border-radius:2px}.footer-company-name{position:relative;display:inline-block;margin-bottom:12px}
.footer-company-name::after{content:'';position:absolute;left:0;bottom:-4px;width:40px;height:2px;background:var(--footer-link);border-radius:2px}.footer-logo-and-text{display:flex;align-items:flex-start;gap:15px;margin-bottom:15px}
.footer-title-slogan{display:flex;flex-direction:column;justify-content:flex-start}
.footer-company-name{font-size:18px;margin:0 0 5px 0;color:var(--footer-heading);letter-spacing:1px}
.footer-slogan{font-size:14px;color:var(--footer-muted);margin:0;line-height:1.4;white-space:normal;word-break:break-word}
.footer-nav-links{display:flex;gap:20px;flex-wrap:wrap;margin-top:5px;justify-content:center}
.footer-nav-links a{color:var(--footer-link);text-decoration:none;font-size:14px;transition:color 0.2s}
.footer-nav-links a:hover{color:var(--footer-link-hover)}.products-list{column-count:2;column-gap:30px;padding:0;margin:0}
.products-list li{break-inside:avoid;margin-bottom:8px;list-style:none}
.products-list li a{font-size:14px;color:var(--footer-link);text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color 0.2s}
.products-list li a:hover{color:var(--footer-link-hover)}.footer-contacts-col ul{padding:0;margin:0}
.footer-contact{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;color:var(--footer-muted);word-break:break-word;font-size:14px}
.footer-contact a{color:var(--footer-link);text-decoration:none;font-size:14px}
.footer-contact a:hover{color:var(--footer-link-hover)}.footer-link-icon,
.footer-icon-img{width:16px;height:16px;color:var(--footer-link);fill:currentColor;filter:none;opacity:0.9}
.footer-contact:hover .footer-icon-img,
a:hover .footer-link-icon{opacity:1}
.footer-nav-links .footer-link-icon{margin-right:6px;vertical-align:middle}.footer-bottom{max-width:1200px;margin:20px auto 0;padding:12px 10px;text-align:center;font-size:13px;color:var(--footer-muted);border-top:1px solid var(--footer-border)}@media (max-width:1024px){.footer-container{gap:20px;padding:20px}.footer-column:not(:last-child)::after{right:-10px}}@media (max-width:768px){.site-footer{padding:10px}.footer-container{grid-template-columns:1fr !important;gap:16px;padding:16px;max-width:100%;box-sizing:border-box}.footer-column:not(:last-child)::after{display:none}.footer-column{border:1px solid var(--footer-border);border-radius:16px;background:rgba(255,255,255,0.02);padding:16px;box-sizing:border-box;width:100%;overflow-x:auto}.footer-column:not(.footer-first-col) h3{cursor:pointer;display:flex;justify-content:space-between;align-items:center;margin-bottom:0;padding-right:20px}.footer-column:not(.footer-first-col) h3::after{content:'▾';background:none;width:auto;height:auto;font-size:16px;transition:transform 0.3s;position:static;margin-left:10px}.footer-column:not(.footer-first-col)>ul:not(.products-list),
.footer-column:not(.footer-first-col) .products-list,
.footer-column:not(.footer-first-col)>.footer-contact{max-height:0;opacity:0;overflow:hidden;transition:all 0.3s ease;margin-top:0}.footer-column:not(.footer-first-col).active>ul:not(.products-list),
.footer-column:not(.footer-first-col).active .products-list,
.footer-column:not(.footer-first-col).active>.footer-contact{max-height:500px;opacity:1;margin-top:16px}.footer-column.active h3::after{transform:rotate(180deg)}.footer-first-col{text-align:center}.footer-first-col .footer-logo-and-text{justify-content:center}.footer-first-col .footer-nav-links{justify-content:center;width:100%}.products-list{column-count:1;column-gap:0}.footer-contact{justify-content:center}.footer-link-icon,.footer-icon-img{width:14px;height:14px}}@media (max-width:768px){.products-list{display:flex;flex-direction:column;column-count:unset !important;columns:unset !important;gap:8px}}@media (max-width:768px){.footer-column:not(.footer-first-col) h3{position:relative}.footer-column:not(.footer-first-col) h3::before{content:'';position:absolute;left:0;bottom:-6px;width:40px;height:2px;background:var(--footer-link);border-radius:2px}.footer-contact{flex-direction:column;align-items:center;text-align:center;gap:6px}.footer-contact img{margin-bottom:2px}}@media (max-width:768px){.site-footer{padding:0}.footer-container{padding:12px;gap:12px}.footer-column{overflow-x:hidden;word-break:break-word}}