.header{color:#fff;z-index:50;background:linear-gradient(#0d0d0d 0%,#121212 100%);width:100%;position:fixed;top:0;box-shadow:0 2px 8px rgba(0,0,0,.5)}.header-container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:12px 24px;display:flex}.logo img{display:block}.nav{gap:40px;font-size:18px;font-weight:400;display:flex}.nav a{color:#fff;text-decoration:none;transition:color .3s}.nav a:hover{color:#bbb}@media (max-width:768px){.nav{gap:20px;font-size:16px}.logo img{width:50px;height:50px}}
.hero{color:#fff;background-blend-mode:normal,lighten,normal;background-color:transparent;background-image:url(/images/hero-bumper.png),radial-gradient(circle at 25% 25%,rgba(255,255,255,.18),transparent 70%),linear-gradient(#1a1a1a 0%,#111 100%);background-position:100%,0 0,0 0;background-repeat:no-repeat,repeat,repeat;background-size:60%,cover,cover;background-attachment:scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;justify-content:flex-start;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero-overlay{pointer-events:none;z-index:1;background:linear-gradient(rgba(0,0,0,.7) 10%,rgba(0,0,0,.3) 60%,rgba(0,0,0,.05) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.hero-content{z-index:2;max-width:1200px;padding:0 60px;position:relative}.hero-text{max-width:550px}.hero-text h1{color:#f5f5f5;margin-bottom:1.5rem;font-size:3.2rem;font-weight:700;line-height:1.2}.hero-text p{color:#e0e0e0;margin-bottom:2rem;padding:20px 0;font-size:1.1rem;line-height:1.7}.hero-button{color:#fff;cursor:pointer;background:0 0;border:2px solid #fff;border-radius:8px;margin-top:200px;padding:12px 28px;font-size:1rem;transition:all .3s}.hero-button:hover{color:#000;background:#fff}@media (max-width:900px){.hero{background:url(/images/hero-bumper.png) bottom/cover no-repeat,radial-gradient(circle at 30% 20%,rgba(255,255,255,.12),transparent 70%) 0 0/10%,linear-gradient(#1c1c1c 0%,#111 100%) 0 0/cover}.hero-content{text-align:center;padding:100px 20px}.hero-text h1{font-size:2.3rem}}
.hero-section-dark{color:#fff;background:radial-gradient(circle at 25% 30%,rgba(255,255,255,.08),transparent 60%),linear-gradient(#0b0b0b 0%,#000 100%);justify-content:center;align-items:center;min-height:100vh;padding:120px 40px;display:flex;position:relative;overflow:hidden}.hero-overlay{z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(0,0,0,.8) 15%,rgba(0,0,0,.4) 55%,rgba(0,0,0,.1) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.hero-container{z-index:2;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;width:100%;max-width:1300px;display:flex;position:relative}.hero-text{z-index:2;flex:500px;min-width:300px}.hero-text h2{color:#f3f3f3;text-shadow:0 4px 20px rgba(0,0,0,.5);margin-bottom:1rem;font-size:3rem;font-weight:700;line-height:1.2}.hero-text p{color:#ccc;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.hero-image{text-align:center;flex:500px}.hero-image img{object-fit:contain;filter:brightness(1.1)drop-shadow(0 10px 40px rgba(0,0,0,.6));width:100%;max-width:700px;height:auto;transition:transform .5s}.hero-image img:hover{transform:scale(1.02)}@media (max-width:900px){.hero-section-dark{text-align:center;padding:80px 20px}.hero-container{flex-direction:column}.hero-text h2{font-size:2.2rem}.hero-image{margin-top:40px;display:none}.hero-image img{max-width:90%}}.printer-specs-flex{color:#ccc;flex-direction:column;gap:8px;margin:1.5rem 0 2.5rem;font-size:.95rem;line-height:1.7;display:flex}.spec-row{align-items:baseline;gap:10px;display:flex}.spec-title{color:#fff;white-space:nowrap;min-width:260px;font-weight:600;display:inline-block}.spec-value{color:#ccc;flex:1}@media (max-width:700px){.spec-row{flex-direction:column;align-items:flex-start}.spec-title{min-width:0}}
.process-section{color:#fff;background:radial-gradient(circle at 50% 20%,#151515,#0b0b0b 80%);padding:100px 20px}.process-container{text-align:center;max-width:1200px;margin:0 auto}.process-title{margin-bottom:60px;font-size:2.2rem;font-weight:700}.process-grid{flex-wrap:wrap;justify-content:center;gap:40px;display:flex}.process-step{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.1);border-radius:16px;width:340px;padding:40px 30px;transition:all .3s}.process-step img{filter:brightness(0)invert();opacity:.9;transition:all .3s}.process-step:hover img{opacity:1;filter:brightness(0)invert(.9)sepia()saturate(5)hue-rotate(180deg)}.process-step:hover{background:rgba(255,255,255,.07);border-color:rgba(255,255,255,.25);transform:translateY(-8px)}.process-icon{margin-bottom:20px}.process-step h3{margin-bottom:10px;font-size:1.4rem;font-weight:600}.process-step p{color:#ccc;font-size:1rem;line-height:1.6}@media (max-width:800px){.process-grid{flex-direction:column;align-items:center}.process-step{width:100%;max-width:360px}}
.works-gallery{text-align:center;color:#fff;background:#0b0b0b;padding:60px 20px}.works-filter{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:40px;display:flex}.works-filter button{color:#1976d2;cursor:pointer;background:0 0;border:1px solid #1976d2;border-radius:20px;padding:8px 18px;font-size:.95rem;transition:all .3s}.works-filter button.active{color:#fff;background:#1976d2}.works-grid{flex-wrap:wrap;justify-content:center;gap:16px;max-width:1200px;margin:0 auto;display:flex}.works-item{background:#1a1a1a;border-radius:12px;flex-shrink:0;width:300px;height:220px;position:relative;overflow:hidden}.works-item img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.works-item:hover img{transform:scale(1.04)}@media (max-width:768px){.works-item{width:45%;height:180px}}@media (max-width:480px){.works-item{width:100%;height:180px}}
.estimate{color:#fff;text-align:center;background:linear-gradient(#0a0a0a 0%,#141414 100%);padding:100px 20px}.estimate .interest{height:40px}.estimate__container{max-width:700px;margin:0 auto}.estimate h2{margin-bottom:.8rem;font-size:2rem;font-weight:700}.estimate p{color:#ccc;margin-bottom:2rem}.estimate__form{flex-direction:column;gap:1rem;display:flex}.estimate__form input,.estimate__form textarea{color:#fff;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.2);border-radius:8px;outline:none;padding:14px 16px;font-size:1rem;transition:border .2s}.estimate__form input:focus,.estimate__form textarea:focus{border-color:#00b4ff}.estimate__form button{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0070f3,#00c2ff);border:none;border-radius:8px;padding:14px;font-weight:600;transition:transform .2s,box-shadow .2s}.estimate__form button:hover{transform:translateY(-2px);box-shadow:0 4px 20px rgba(0,183,255,.4)}.estimate__note{color:#aaa;margin-top:1.5rem;font-size:.85rem;display:block}.estimate__hint{color:#bbb;margin-top:-4px;font-size:.85rem}.privacy-checkbox{color:#ccc;align-items:center;gap:8px;margin-top:10px;font-size:.9rem;display:flex}.privacy-checkbox a{color:#4fa3ff;text-decoration:underline}.privacy-checkbox input[type=checkbox]{accent-color:#1976d2;transform:scale(1.1)}button:disabled{opacity:.5;cursor:not-allowed}
.contacts-section{color:#e5e5e5;text-align:center;background:radial-gradient(circle at 20% 20%,#0d0d0d,#000 70%);padding:100px 20px 60px}.contacts-container{max-width:1000px;margin:0 auto}.contacts-section h2{color:#fff;margin-bottom:.8rem;font-size:2rem;font-weight:700}.contacts-subtitle{color:#bbb;margin-bottom:3rem;font-size:1.1rem}.contacts-grid{text-align:left;flex-wrap:wrap;justify-content:center;gap:50px;display:flex}.contacts-info{flex:300px}.contacts-info ul{margin:0;padding:0;font-size:1.1rem;line-height:2;list-style:none}.contacts-info a{color:#00c2ff;text-decoration:none;transition:color .3s}.contacts-info a:hover{color:#66e0ff}.contacts-map{flex:300px;justify-content:center;align-items:center;display:flex}.contacts-placeholder{text-align:center;color:#ccc;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:30px}.contacts-placeholder p:first-child{margin-bottom:8px;font-weight:600}.contacts-footer{color:#aaa;border-top:1px solid rgba(255,255,255,.1);margin-top:80px;padding-top:20px;font-size:.95rem}.contacts-legal{color:#777;margin-top:4px;font-size:.85rem}@media (max-width:800px){.contacts-grid{text-align:center;flex-direction:column;align-items:center}.contacts-info ul{font-size:1rem}}.contacts-footer{text-align:center;color:#aaa;flex-direction:column;gap:6px;margin-top:40px;font-size:.9rem;display:flex}.contacts-privacy{color:#4fa3ff;font-size:.9rem;text-decoration:underline;transition:color .3s}.contacts-privacy:hover{color:#82c4ff}
.callback-fab{z-index:50;color:#fff;cursor:pointer;background:linear-gradient(90deg,#0070f3,#00c2ff);border:none;border-radius:50px;padding:14px 24px;font-weight:600;transition:transform .3s,box-shadow .3s;position:fixed;bottom:25px;right:25px;box-shadow:0 6px 20px rgba(0,183,255,.4)}.callback-fab:hover{transform:translateY(-3px);box-shadow:0 10px 25px rgba(0,183,255,.6)}.drawer-overlay{opacity:0;pointer-events:none;z-index:90;background:rgba(0,0,0,.4);transition:opacity .3s;position:fixed;top:0;bottom:0;left:0;right:0}.drawer-overlay.open{opacity:1;pointer-events:all}.drawer{color:#fff;z-index:100;background:#0d0d0d;border-left:1px solid rgba(255,255,255,.1);flex-direction:column;justify-content:flex-start;width:350px;height:100vh;padding:30px 25px;transition:right .35s;display:flex;position:fixed;top:0;right:-400px;box-shadow:-5px 0 20px rgba(0,0,0,.4)}.drawer.open{right:0}.drawer-header{justify-content:space-between;align-items:center;margin-bottom:25px;display:flex}.drawer-header h3{font-size:1.3rem;font-weight:700}.drawer-close{color:#888;cursor:pointer;background:0 0;border:none;font-size:1.2rem}.drawer-close:hover{color:#fff}.drawer-form{flex-direction:column;gap:1rem;display:flex}.drawer-form input{color:#fff;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.15);border-radius:8px;outline:none;padding:12px 14px;font-size:1rem}.drawer-form input:focus{border-color:#00c2ff}.drawer-submit{color:#fff;cursor:pointer;background:linear-gradient(90deg,#0070f3,#00c2ff);border:none;border-radius:8px;padding:12px 18px;font-weight:600;transition:all .3s}.drawer-submit:hover{box-shadow:0 0 15px rgba(0,183,255,.5)}.privacy-checkbox{color:#ccc;align-items:center;gap:8px;margin-top:10px;font-size:.9rem;display:flex}.privacy-checkbox a{color:#4fa3ff;text-decoration:underline}.privacy-checkbox input[type=checkbox]{accent-color:#1976d2;transform:scale(1.1)}button:disabled{opacity:.5;cursor:not-allowed}
