@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap";*{box-sizing:border-box;margin:0;padding:0}:root{--blue:#1d5fd8;--blue-light:#3b82f6;--blue-dark:#1044a8;--black:#0d0f14;--dark:#1a1e2c;--white:#fff;--gray-50:#f8fafc;--gray-100:#f1f5f9;--gray-200:#e2e8f0;--gray-400:#94a3b8;--gray-600:#475569;--gray-900:#0f172a}html{scroll-behavior:smooth}body{color:var(--gray-900);background:var(--white);font-family:Montserrat,sans-serif;overflow-x:hidden}.navbar{z-index:1000;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--gray-200);background:#fffffff7;justify-content:space-between;align-items:center;height:72px;padding:0 6%;display:flex;position:fixed;top:0;left:0;right:0;box-shadow:0 2px 16px #0000000f}.logo{align-items:center;text-decoration:none;display:flex}.logo-img{object-fit:contain;width:auto;height:65px;display:block}.logo-img-footer{width:auto;height:40px}.nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-links a{color:var(--gray-600);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--blue)}.nav-cta{border-radius:8px;padding:.55rem 1.5rem;box-shadow:0 2px 12px #1d5fd84d;background:var(--blue)!important;color:var(--white)!important;font-size:.9rem!important;font-weight:600!important;transition:background .2s,box-shadow .2s!important}.nav-cta:hover{background:var(--blue-dark)!important;box-shadow:0 4px 20px #1d5fd866!important}.hero{background:var(--gray-50);align-items:center;min-height:100vh;padding:100px 6% 5rem;display:flex;position:relative;overflow:hidden}.hero-video-bg{object-fit:cover;z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero-video-overlay{z-index:0;pointer-events:none;background:#f8fafcd1;width:100%;height:100%;position:absolute;top:0;left:0}.hero-bg-shape{background:linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);opacity:.07;pointer-events:none;z-index:1;border-radius:40px 0 0 40px;width:55%;height:90%;position:absolute;top:50%;right:-5%;transform:translateY(-50%)}.hero-content{z-index:2;flex:1;max-width:620px}.hero-tag{color:var(--blue);letter-spacing:1.5px;text-transform:uppercase;background:#1d5fd81a;border:1px solid #1d5fd833;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.hero h1{color:var(--black);letter-spacing:-1.5px;margin-bottom:1.2rem;font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:700;line-height:1.1}.hero h1 span{color:var(--blue)}.hero p{color:var(--gray-600);max-width:500px;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.hero-buttons{flex-wrap:wrap;gap:1rem;margin-bottom:3.5rem;display:flex}.btn-primary{background:var(--blue);color:var(--white);cursor:pointer;border:none;border-radius:10px;padding:.9rem 2.2rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 4px 24px #1d5fd859}.btn-primary:hover{background:var(--blue-dark);transform:translateY(-2px);box-shadow:0 8px 32px #1d5fd873}.btn-outline{background:var(--white);color:var(--gray-900);border:2px solid var(--gray-200);cursor:pointer;border-radius:10px;padding:.9rem 2.2rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:border-color .2s,color .2s;display:inline-block}.btn-outline:hover{border-color:var(--blue);color:var(--blue)}.hero-stats{border-top:1px solid var(--gray-200);gap:2.5rem;padding-top:2rem;display:flex}.stat-item h3{color:var(--blue);letter-spacing:-1px;font-size:2rem;font-weight:900;line-height:1}.stat-item p{color:var(--gray-400);margin:.3rem 0 0;font-size:.82rem}.hero-visual{z-index:2;flex:1;justify-content:center;align-items:center;display:flex;position:relative}.filament-display{grid-template-columns:repeat(3,1fr);gap:1rem;max-width:420px;display:grid}.filament-spool{background:var(--white);text-align:center;border:1px solid var(--gray-200);cursor:default;border-radius:16px;padding:1.4rem 1rem;transition:transform .3s,box-shadow .3s,border-color .2s;box-shadow:0 4px 24px #00000014}.filament-spool:hover{transform:translateY(-6px);box-shadow:0 12px 40px #00000024}.filament-spool--link{cursor:pointer}.filament-spool--link:hover{border-color:var(--blue)}.spool-icon{border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto .7rem;display:flex;position:relative}.spool-icon:before{content:"";background:var(--white);z-index:1;border-radius:50%;width:22px;height:22px;position:absolute}.spool-icon:after{content:"";background:var(--gray-200);z-index:2;border-radius:50%;width:10px;height:10px;position:absolute}.filament-spool .type{color:var(--black);font-size:1rem;font-weight:800;display:block}.filament-spool .desc{color:var(--gray-400);margin-top:.2rem;font-size:.72rem;display:block}.features{background:var(--white);padding:6rem 6%}.section-header{text-align:center;margin-bottom:4rem}.section-tag{color:var(--blue);letter-spacing:2px;text-transform:uppercase;background:#1d5fd814;border-radius:100px;margin-bottom:1rem;padding:.35rem 1rem;font-size:.78rem;font-weight:700;display:inline-block}.section-header h2{color:var(--black);letter-spacing:-.5px;font-size:clamp(1.8rem,3vw,2.6rem);font-weight:800;line-height:1.15}.section-header h2 span{color:var(--blue)}.section-header p{color:var(--gray-600);max-width:520px;margin-top:.8rem;margin-left:auto;margin-right:auto;font-size:1rem}.features-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.feature-card{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s,border-color .3s}.feature-card:hover{border-color:#1d5fd84d;transform:translateY(-4px);box-shadow:0 12px 36px #00000014}.feature-icon{background:#1d5fd81a;border-radius:12px;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.2rem;font-size:1.5rem;display:flex}.feature-card h3{color:var(--black);margin-bottom:.5rem;font-size:1.05rem;font-weight:700}.feature-card p{color:var(--gray-600);font-size:.88rem;line-height:1.65}.catalog{background:var(--gray-50);padding:6rem 6%}.catalog-tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.tab-btn{background:var(--white);border:1px solid var(--gray-200);color:var(--gray-600);cursor:pointer;border-radius:100px;padding:.55rem 1.4rem;font-family:Montserrat,sans-serif;font-size:.88rem;font-weight:600;transition:all .2s}.tab-btn:hover,.tab-btn.active{background:var(--blue);color:var(--white);border-color:var(--blue);box-shadow:0 2px 12px #1d5fd84d}.catalog-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;max-width:1200px;margin:0 auto;display:grid}.product-card{background:var(--white);border:1px solid var(--gray-200);border-radius:18px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 2px 16px #0000000f}.product-card:hover{transform:translateY(-6px);box-shadow:0 16px 48px #0000001f}.product-img{justify-content:center;align-items:center;height:257px;display:flex;position:relative;overflow:hidden}.spool-big{border-radius:50%;justify-content:center;align-items:center;width:110px;height:110px;display:flex;position:relative;box-shadow:0 8px 32px #0003}.spool-big:before{content:"";z-index:1;background:#ffffffe6;border-radius:50%;width:40px;height:40px;position:absolute}.spool-big:after{content:"";z-index:2;background:#0000001f;border-radius:50%;width:18px;height:18px;position:absolute}.product-badge{background:var(--blue);color:var(--white);letter-spacing:1px;text-transform:uppercase;border-radius:100px;padding:.28rem .7rem;font-size:.68rem;font-weight:700;position:absolute;top:14px;right:14px}.product-badge.badge-new{background:#059669}.product-badge.badge-sale{background:#dc2626}.product-body{padding:1.5rem}.product-category{color:var(--blue);text-transform:uppercase;letter-spacing:1.2px;margin-bottom:.4rem;font-size:.72rem;font-weight:700}.product-body h3{color:var(--black);letter-spacing:-.3px;margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.product-body p{color:var(--gray-600);margin-bottom:1.2rem;font-size:.86rem;line-height:1.6}.product-colors{flex-wrap:wrap;align-items:center;gap:.4rem;margin-bottom:.9rem;display:flex}.color-dot{cursor:pointer;border:2px solid #0000001f;border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:transform .15s,border-color .15s,box-shadow .15s;display:inline-block}.color-dot:hover{transform:scale(1.15);box-shadow:0 2px 8px #0003}.color-label{color:var(--gray-600);margin-left:.25rem;font-size:.72rem;font-weight:500}.product-props{flex-wrap:wrap;gap:.5rem;margin-bottom:1.2rem;display:flex}.product-prop{background:var(--gray-100);color:var(--gray-600);border-radius:6px;padding:.25rem .6rem;font-size:.72rem;font-weight:600}.product-footer{border-top:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.product-price{color:var(--black);letter-spacing:-.5px;font-size:1.25rem;font-weight:900}.product-price span{color:var(--gray-400);font-size:.78rem;font-weight:400}.btn-card{background:var(--blue);color:var(--white);cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.3rem;font-family:Montserrat,sans-serif;font-size:.85rem;font-weight:700;transition:background .2s,transform .2s}.btn-card:hover{background:var(--blue-dark);transform:translateY(-1px)}.materials{background:var(--dark);padding:6rem 6%;position:relative;overflow:hidden}.materials:before{content:"";pointer-events:none;background:radial-gradient(circle,#1d5fd826 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-30%;right:-10%}.materials .section-header h2{color:var(--white)}.materials .section-tag{color:#60a5fa;background:#3b82f626}.materials-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;max-width:1200px;margin:0 auto;display:grid}.material-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:16px;padding:1.8rem 1.5rem;transition:background .3s,border-color .3s,transform .3s}.material-card:hover{background:#1d5fd826;border-color:#1d5fd866;transform:translateY(-4px)}.material-card--link{cursor:pointer}.material-card-cta{color:#60a5fa99;letter-spacing:.03em;margin-top:1rem;font-size:.72rem;font-weight:600;transition:color .2s}.material-card--link:hover .material-card-cta{color:#60a5fa}.material-temp{color:#93c5fd;background:#1d5fd833;border-radius:100px;margin-bottom:1rem;padding:.25rem .7rem;font-size:.75rem;font-weight:700;display:inline-block}.material-card h3{color:var(--white);letter-spacing:-.5px;margin-bottom:.3rem;font-size:1.5rem;font-weight:900}.material-card .subtitle{color:#ffffff73;margin-bottom:1rem;font-size:.8rem}.material-tags{flex-wrap:wrap;justify-content:center;gap:.4rem;display:flex}.material-tag{color:#fff9;background:#ffffff0f;border-radius:6px;padding:.2rem .5rem;font-size:.72rem}.prices-section{background:var(--gray-50);padding:7rem 6% 5rem;position:relative;overflow:hidden}.prices-bg-glow{pointer-events:none;background:radial-gradient(circle,#1d5fd812 0%,#0000 70%);width:700px;height:700px;position:absolute;top:-200px;right:-150px}.prices-section .section-header{margin-bottom:1.5rem}.prices-section .section-header p{color:var(--gray-600);margin-top:.5rem;font-size:1rem}.prices-tag{color:var(--blue)!important;background:#1d5fd814!important}.prices-legend{flex-wrap:wrap;justify-content:center;gap:.75rem;margin-bottom:2.5rem;display:flex}.prices-badge{border-radius:100px;align-items:center;gap:.4rem;padding:.4rem 1rem;font-size:.8rem;font-weight:600;display:inline-flex}.prices-badge.base{color:var(--gray-600);border:1px solid var(--gray-200);background:#0f172a0f}.prices-badge.base:before{content:"";background:var(--gray-400);border-radius:50%;flex-shrink:0;width:10px;height:10px}.prices-badge.color{color:var(--blue);background:#1d5fd812;border:1px solid #1d5fd833}.prices-badge.color:before{content:"";background:linear-gradient(135deg,#f87171,#60a5fa,#34d399);border-radius:50%;flex-shrink:0;width:10px;height:10px}.prices-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;max-width:1200px;margin:0 auto 2.5rem;display:grid}.prices-card{background:var(--white);border:1px solid var(--gray-200);border-radius:16px;padding:1.5rem;transition:box-shadow .25s,transform .25s,border-color .25s}.prices-card:hover{border-color:#1d5fd84d;transform:translateY(-3px);box-shadow:0 8px 32px #1d5fd81a}.prices-card-name{color:var(--gray-900);letter-spacing:-.5px;margin-bottom:.25rem;font-size:1.35rem;font-weight:900}.prices-card-desc{color:var(--gray-400);margin-bottom:1.1rem;font-size:.78rem;line-height:1.4}.prices-tbl{border-collapse:collapse;width:100%;font-size:.88rem}.prices-tbl th{text-align:left;text-transform:uppercase;letter-spacing:.05em;color:var(--gray-400);border-bottom:1px solid var(--gray-200);padding:0 .4rem .6rem;font-size:.73rem;font-weight:700}.prices-tbl td{border-bottom:1px solid var(--gray-100);padding:.5rem .4rem}.prices-tbl tr:last-child td{border-bottom:none}.prices-tier-label{color:var(--gray-600);font-size:.84rem}.prices-price-base{color:var(--gray-900);white-space:nowrap;text-align:right;font-weight:700}.prices-price-color{color:var(--blue);text-align:right;white-space:nowrap;font-weight:800}.prices-note{text-align:center;max-width:780px;color:var(--gray-400);margin:0 auto;font-size:.84rem;line-height:1.6}.prices-note a{color:var(--blue);font-weight:600;text-decoration:none}.prices-note a:hover{text-decoration:underline}@media (width<=600px){.prices-grid{grid-template-columns:1fr}.prices-legend{flex-direction:column;align-items:center}}.cta-section{background:linear-gradient(135deg, var(--blue) 0%, #1044a8 100%);text-align:center;padding:6rem 6%;position:relative;overflow:hidden}.cta-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#ffffff1a 0%,#0000 60%);width:600px;height:600px;position:absolute;top:-50%;left:-20%}.cta-section h2{color:var(--white);letter-spacing:-1px;margin-bottom:1rem;font-size:clamp(1.8rem,3.5vw,3rem);font-weight:900;position:relative}.cta-section p{color:#fffc;margin-bottom:2.5rem;font-size:1.1rem;position:relative}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}.btn-white{background:var(--white);color:var(--blue);cursor:pointer;border:none;border-radius:10px;padding:1rem 2.5rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-block;box-shadow:0 4px 24px #0003}.btn-white:hover{transform:translateY(-2px);box-shadow:0 8px 36px #00000047}.btn-outline-white{color:var(--white);cursor:pointer;background:0 0;border:2px solid #ffffff80;border-radius:10px;padding:1rem 2.5rem;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:700;text-decoration:none;transition:border-color .3s,background .3s;display:inline-block}.btn-outline-white:hover{border-color:var(--white);background:#ffffff1f}.footer{background:var(--black);color:#ffffff80;padding:4rem 6% 2rem}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1fr;gap:2.5rem;max-width:1280px;margin:0 auto 3rem;display:grid}.footer-qr{flex-direction:column;align-items:flex-start;display:flex}.qr-link{background:#fff;border-radius:10px;margin-bottom:.75rem;padding:8px;transition:transform .2s;display:inline-block}.qr-link:hover{transform:scale(1.04)}.qr-caption{color:#ffffff80;font-size:.78rem;line-height:1.5}.footer-brand .logo{color:var(--white);margin-bottom:1rem;display:inline-flex}.footer-brand p{max-width:280px;margin-bottom:1.5rem;font-size:.87rem;line-height:1.7}.footer-contacts{flex-direction:column;gap:.5rem;display:flex}.footer-contacts a{color:#ffffff8c;font-size:.87rem;text-decoration:none;transition:color .2s}.footer-contacts a:hover{color:var(--blue-light)}.footer-col h4{color:var(--white);letter-spacing:.3px;margin-bottom:1.2rem;font-size:.85rem;font-weight:700}.footer-col ul{flex-direction:column;gap:.6rem;list-style:none;display:flex}.footer-col ul a{color:#ffffff73;font-size:.87rem;text-decoration:none;transition:color .2s}.footer-col ul a:hover{color:var(--blue-light)}.footer-bottom{text-align:center;border-top:1px solid #ffffff0f;max-width:1200px;margin:0 auto;padding-top:2rem;font-size:.8rem}@media (width<=1024px){.hero{text-align:center;flex-direction:column}.hero-content{max-width:100%}.hero p{margin:0 auto 2.5rem}.hero-buttons,.hero-stats{justify-content:center}.hero-visual{width:100%;margin-top:3rem}.filament-display{margin:0 auto}}@media (width<=1100px){.footer-grid{grid-template-columns:2fr 1fr 1fr}}@media (width<=900px){.footer-grid{grid-template-columns:1fr 1fr}.nav-links{gap:1.5rem}}@media (width<=700px){.navbar{justify-content:center;padding:0 4%}.navbar .logo{margin:0 auto}.nav-links{display:none}.nav-cart-btn{position:absolute;right:1rem;display:flex!important}.footer-grid{grid-template-columns:1fr}.hero-stats{flex-wrap:wrap;gap:1.5rem}.filament-display{grid-template-columns:repeat(2,1fr)}}.modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000a6;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background:#fff;border-radius:20px;width:90%;max-width:420px;padding:2.5rem;animation:.25s ease-out modalSlideIn;position:relative;box-shadow:0 25px 60px #00000040}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.modal-close{cursor:pointer;color:var(--gray-400);background:0 0;border:none;font-size:2rem;line-height:1;position:absolute;top:1rem;right:1.2rem}.modal-close:hover{color:var(--dark)}.modal-content h2{color:var(--dark);margin-bottom:1.5rem;font-size:1.5rem;font-weight:800}.form-group{margin-bottom:1.2rem}.form-group label{color:var(--gray-600);margin-bottom:.4rem;font-size:.82rem;font-weight:700;display:block}.form-group input,.form-group textarea{border:2px solid var(--gray-200);box-sizing:border-box;border-radius:10px;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--blue);outline:none}.form-group textarea{resize:vertical;min-height:80px}.price-table{background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;margin-bottom:1.5rem;padding:1rem}.price-table h4{color:var(--gray-600);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;font-size:.85rem;font-weight:700}.price-table table{border-collapse:collapse;width:100%;font-size:.9rem}.price-table th,.price-table td{text-align:left;border-bottom:1px solid var(--gray-200);padding:.5rem .75rem}.price-table th{color:var(--gray-600);text-transform:uppercase;font-size:.78rem;font-weight:700}.price-table tr:last-child td{border-bottom:none}.price-table td:last-child{color:var(--blue);text-align:right;font-weight:800}.price-table tbody tr:hover{background:#3b82f60d}.cart-price-hint{background:#f0f9ff;border:1px solid #bae6fd;border-radius:10px;margin-top:.75rem;padding:.75rem 1rem;font-size:.82rem}.cart-price-hint-title{color:#0369a1;margin-bottom:.6rem;font-size:.83rem;font-weight:700}.cart-price-hint-type{border-bottom:1px solid #e0f2fe;margin-bottom:.55rem;padding-bottom:.4rem;display:block}.cart-price-hint-type:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.cart-price-hint-name{color:#1e293b;margin-bottom:.3rem;font-weight:700;display:block}.cart-price-hint-tiers{color:#475569;flex-wrap:wrap;gap:2px 0;display:flex}.cart-price-hint-tier{white-space:nowrap}.cart-price-hint-tier+.cart-price-hint-tier:before{content:" · ";color:#94a3b8}.cart-price-hint-tier strong{color:#0f172a}.order-total{background:linear-gradient(135deg, var(--blue) 0%, var(--blue-dark) 100%);color:#fff;text-align:center;border-radius:10px;margin-top:.75rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:1rem}.order-total strong{font-size:1.3rem;font-weight:900}.modal-colors{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.5rem;display:flex}.modal-color-btn{cursor:pointer;border:2px solid #0000;border-radius:50%;width:32px;height:32px;transition:transform .2s,border-color .2s}.modal-color-btn:hover{transform:scale(1.1)}.modal-color-btn.active{border-color:var(--blue);box-shadow:0 0 0 2px white, 0 0 0 4px var(--blue)}.modal-color-name{color:var(--gray-700);margin-left:.25rem;font-size:.85rem;font-weight:600}.modal-cart{width:calc(100% - 2rem);max-width:600px;max-height:80vh;margin:1rem;overflow-y:auto}@media (width<=700px){.modal-cart{border-radius:20px 20px 0 0;max-width:100%;max-height:90vh;margin:0;top:auto;bottom:0}.cart-item{gap:.75rem;padding:.5rem}.cart-item-spool{width:40px;height:40px}}.cart-empty{text-align:center;color:var(--gray-400);padding:2rem}.cart-items{margin-bottom:1rem}.cart-item{background:var(--gray-50);border-radius:12px;align-items:center;gap:1rem;margin-bottom:.75rem;padding:.75rem;display:flex}.cart-item-spool{border-radius:50%;flex-shrink:0;width:50px;height:50px}.cart-item-info{flex:1}.cart-item-name{color:var(--dark);font-size:.9rem;font-weight:700}.cart-item-color{color:var(--gray-500);font-size:.78rem}.cart-item-price{color:var(--blue);font-size:.85rem;font-weight:700}.cart-item-qty{align-items:center;gap:.5rem;display:flex}.qty-btn{border:2px solid var(--gray-200);cursor:pointer;background:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;display:flex}.qty-btn:hover{border-color:var(--blue);color:var(--blue)}.cart-item-qty span{text-align:center;min-width:20px;font-weight:700}.qty-input{border:2px solid var(--gray-200);text-align:center;width:52px;height:28px;color:inherit;-moz-appearance:textfield;background:#fff;border-radius:8px;padding:0 2px;font-family:inherit;font-size:.95rem;font-weight:700;transition:border-color .15s}.qty-input:focus{border-color:var(--blue);outline:none}.qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-item-remove{color:var(--gray-400);cursor:pointer;background:0 0;border:none;padding:0 .5rem;font-size:1.5rem}.cart-item-remove:hover{color:#dc2626}.nav-cart-btn{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:700;display:flex}@media (width<=700px){.nav-cart-btn{padding:.6rem 1rem;font-size:.9rem}}.cart-count{color:#fff;background:#dc2626;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.7rem;display:flex}.mobile-cart-btn{background:var(--blue);color:#fff;z-index:998;cursor:pointer;border:none;border-radius:50%;width:60px;height:60px;font-size:1.4rem;display:none;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 20px #0000004d}@media (width<=700px){.mobile-cart-btn{justify-content:center;align-items:center;display:flex}}@keyframes bounce{0%,to{transform:scale(1)}50%{transform:scale(1.3)}}.nav-cart-btn.bounce{animation:.6s bounce}@keyframes fly-to-cart{0%{opacity:1;transform:translate(0)scale(1)}to{transform:translate(calc(50vw - var(--start-x)), calc(-30vh - var(--start-y))) scale(.3);opacity:0}}.flying-spool{z-index:9999;pointer-events:none;border-radius:50%;width:50px;height:50px;animation:.8s ease-out forwards fly-to-cart;position:fixed;box-shadow:0 4px 20px #0000004d}.flying-spool:before{content:"";background:#fffc;border-radius:50%;width:16px;height:16px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-real-img{object-fit:contain;z-index:2;border-radius:12px;width:120px;height:120px;position:absolute;bottom:10px;right:10px;box-shadow:0 4px 12px #00000026}.color-dot.active{border-color:var(--blue);box-shadow:0 0 0 2px var(--blue)}.req-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9000;background:#0d0f14b8;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.req-modal{background:var(--dark);scrollbar-width:thin;scrollbar-color:#ffffff26 transparent;border:1px solid #ffffff14;border-radius:20px;width:100%;max-width:680px;max-height:90vh;padding:36px 40px 32px;position:relative;overflow-y:auto}.req-close{color:var(--gray-400);cursor:pointer;background:#ffffff12;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:15px;transition:background .2s,color .2s;display:flex;position:absolute;top:16px;right:16px}.req-close:hover{color:#fff;background:#ffffff24}.req-title{color:#fff;margin-bottom:24px;padding-right:40px;font-size:22px;font-weight:700}.req-section{margin-bottom:22px}.req-section p,.req-section ol,.req-section ul,.req-section li{color:#ffffffd9;font-size:14px;line-height:1.75}.req-modal a{color:var(--blue-light);text-decoration:none}.req-modal a:hover{text-decoration:underline}.req-section h3{text-transform:uppercase;letter-spacing:.08em;color:var(--blue-light);margin-bottom:10px;font-size:12px;font-weight:600}.req-row{border-bottom:1px solid #ffffff0d;align-items:baseline;gap:12px;padding:8px 0;display:flex}.req-row:last-child{border-bottom:none}.req-row>span:first-child{color:var(--gray-400);flex:0 0 160px;font-size:13px}.req-row>span:last-child{color:#ffffffe6;word-break:break-word;flex:1;font-size:14px}.req-mono{letter-spacing:.04em;font-family:Courier New,monospace;color:#e2e8f0!important;font-size:13px!important}.req-download-btn{background:var(--blue);color:#fff;border-radius:10px;align-items:center;gap:8px;margin-top:24px;padding:12px 22px;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s;display:inline-flex}.req-download-btn:hover{background:var(--blue-dark)}.footer-req-link{color:var(--gray-400);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:14px;transition:color .2s}.footer-req-link:hover{color:#fff}@media (width<=600px){.req-modal{padding:24px 20px}.req-row>span:first-child{flex:0 0 110px;font-size:12px}}.prices-overlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:8500;background:#0d0f14cc;justify-content:center;align-items:flex-start;padding:40px 16px 24px;display:flex;position:fixed;inset:0;overflow-y:auto}.prices-modal-wrap{background:var(--dark);border:1px solid #ffffff12;border-radius:24px;width:100%;max-width:900px;position:relative;overflow:hidden}.prices-modal-wrap .prices-section{border-radius:0;margin:0}.prices-modal-close{z-index:10;color:var(--gray-400);cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:background .2s,color .2s;display:flex;position:absolute;top:18px;right:18px}.prices-modal-close:hover{color:#fff;background:#ffffff26}.nav-prices-btn{color:var(--gray-400);cursor:pointer;background:0 0;border:none;padding:0;font-family:inherit;font-size:15px;font-weight:500;transition:color .2s}.nav-prices-btn:hover{color:#fff}
