*{margin:0;padding:0;box-sizing:border-box}:root{--matte-black:#0d0d0d;--matte-dark:#141414;--matte-mid:#1e1e1e;--matte-surface:#252525;--matte-border:#2e2e2e;--matte-white:#f0ede8;--matte-white-soft:#e8e4df;--matte-white-dim:#d4d0cb;--matte-gray:#b0aba4;--matte-gray-light:#8a857e;--accent-white:rgba(240,237,232,.92);--glow:rgba(240,237,232,.05)}html{scroll-behavior:smooth}html,body,#root{width:100%;min-height:100vh}body{background:var(--matte-black);min-height:100vh;font-family:Heebo,sans-serif;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-root{width:100%;min-height:100vh;background:var(--matte-white);position:relative;overflow-x:hidden}.nav{position:sticky;top:0;z-index:100;background:#0d0d0df5;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:0 20px;height:56px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(240,237,232,.06)}.nav:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(to left,transparent,rgba(240,237,232,.12),transparent)}.nav-logo{display:flex;flex-direction:column;align-items:flex-end;gap:0px}.nav-logo-main{font-family:Heebo,sans-serif;font-size:22px;font-weight:700;color:var(--matte-white);letter-spacing:4px;line-height:1}.nav-logo-sub{font-family:Heebo,sans-serif;font-size:9px;font-weight:300;color:#f0ede861;letter-spacing:1px;line-height:1.2}.nav-menu{display:flex;gap:16px;list-style:none}.nav-menu a{color:#f0ede88c;text-decoration:none;font-size:11px;font-weight:400;letter-spacing:.5px;transition:color .3s;position:relative}.nav-menu a:after{content:"";position:absolute;bottom:-2px;right:0;left:0;height:1px;background:var(--matte-white);transform:scaleX(0);transition:transform .3s ease}.nav-menu a:hover{color:var(--matte-white)}.nav-menu a:hover:after{transform:scaleX(1)}.nav-menu a.active{color:var(--matte-white)}.nav-menu a.active:after{transform:scaleX(1)}.ticker-top{background:var(--matte-white);border-bottom:1px solid var(--matte-white-dim);overflow:hidden;padding:10px 0;white-space:nowrap;position:relative;direction:ltr}.ticker-top:before,.ticker-top:after{content:"";position:absolute;top:0;bottom:0;width:40px;z-index:2}.ticker-top:before{right:0;background:linear-gradient(to left,var(--matte-white),transparent)}.ticker-top:after{left:0;background:linear-gradient(to right,var(--matte-white),transparent)}.ticker-track{display:flex;width:max-content;flex-shrink:0;direction:ltr;animation:tickerRTL 110s linear infinite;will-change:transform}.ticker-item{display:inline-flex;align-items:center;gap:8px;padding:0 28px;font-size:11px;font-weight:700;color:#1a1a1a;letter-spacing:.5px;white-space:nowrap;flex-shrink:0}.ticker-dot{width:5px;height:5px;border-radius:50%;background:#1a1a1a;flex-shrink:0;opacity:.5}@keyframes tickerRTL{0%{transform:translate(0)}to{transform:translate(-50%)}}.hero{position:relative;width:100%;height:520px;overflow:hidden;background:#111}.hero-img{width:100%;height:130%;object-fit:cover;object-position:center;filter:brightness(1.08) saturate(.95);position:absolute;top:0;left:0;right:0;will-change:transform}.hero-img-parallax{transform-origin:center top}.hero-overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgba(0,0,0,.05) 0%,transparent 50%),linear-gradient(to bottom,#0d0d0d00,#0d0d0d0d 30%,#0d0d0da6)}.hero-overlay-texture{position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none}.hero-content{position:absolute;bottom:0;left:0;right:0;padding:36px 28px;text-align:right}.hero-tag{display:inline-block;background:#f0ede81a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(240,237,232,.2);color:var(--matte-white);font-size:10px;font-weight:600;letter-spacing:2.5px;text-transform:uppercase;padding:5px 14px;border-radius:2px;margin-bottom:14px;animation:fadeUp .7s cubic-bezier(.22,1,.36,1) both}.hero-title{font-family:Frank Ruhl Libre,serif;font-size:30px;font-weight:900;color:var(--matte-white);line-height:1.28;margin-bottom:12px;animation:fadeUp .8s cubic-bezier(.22,1,.36,1) .1s both;text-shadow:0 2px 20px rgba(0,0,0,.5)}.hero-sub{font-size:12.5px;font-weight:300;color:#f0ede8bf;line-height:1.75;margin-bottom:24px;animation:fadeUp .8s cubic-bezier(.22,1,.36,1) .2s both}.hero-cta{display:inline-block;background:var(--matte-white);color:var(--matte-black);font-size:11.5px;font-weight:700;letter-spacing:1.5px;padding:14px 30px;text-decoration:none;border-radius:2px;animation:fadeUp .8s cubic-bezier(.22,1,.36,1) .3s both;transition:background .3s,color .3s,transform .3s,box-shadow .3s;box-shadow:0 4px 20px #0006;cursor:pointer}.hero-cta:hover{background:var(--matte-white-dim);transform:translateY(-2px);box-shadow:0 8px 30px #00000080}.white-marquee{background:var(--matte-white);padding:22px 0;overflow:hidden;border-top:1.5px solid #c8c4bf;border-bottom:1.5px solid #c8c4bf;position:relative;direction:ltr}.wm-track{display:flex;width:max-content;flex-shrink:0;direction:ltr;animation:tickerRTL 55s linear infinite;will-change:transform}.wm-item{display:inline-flex;align-items:center;gap:10px;padding:0 28px;white-space:nowrap;flex-shrink:0}.wm-icon{width:28px;height:28px;background:var(--matte-black);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.wm-icon svg{width:14px;height:14px;fill:none;stroke:var(--matte-white);stroke-width:2}.wm-text{font-family:Heebo,sans-serif;font-size:15px;font-weight:700;color:#1a1a1a;letter-spacing:.3px}.wm-sep{font-size:18px;color:#bbb;padding:0 8px}.wave-transition{width:100%;overflow:hidden;line-height:0;position:relative;z-index:2}.wave-transition svg{display:block;width:100%}.section{padding:60px 24px;background:var(--matte-white)}.section-dark{background:var(--matte-black);color:var(--matte-white)}.section-gray{background:#ece9e4}.section-label{font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--matte-gray-light);margin-bottom:8px;display:block}.section-title{font-family:Frank Ruhl Libre,serif;font-size:26px;font-weight:900;color:var(--matte-black);line-height:1.3;margin-bottom:6px}.section-title.light{color:var(--matte-white)}.section-sub{font-size:13px;color:var(--matte-gray-light);line-height:1.7;margin-bottom:36px}.section-sub.light{color:#f0ede880}.why-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.why-card{background:var(--matte-white-soft);border-radius:12px;padding:20px 16px;border:1px solid var(--matte-white-dim);transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s;position:relative;overflow:hidden}.why-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.6),transparent);opacity:0;transition:opacity .3s}.why-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.why-card:hover:before{opacity:1}.why-card-icon{width:36px;height:36px;background:var(--matte-black);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.why-card-icon svg{width:18px;height:18px;fill:none;stroke:var(--matte-white);stroke-width:1.8}.why-card-title{font-family:Frank Ruhl Libre,serif;font-size:14px;font-weight:700;color:var(--matte-black);margin-bottom:6px;line-height:1.3}.why-card-text{font-size:11px;color:var(--matte-gray-light);line-height:1.6}.products-scroll{display:flex;gap:14px;overflow-x:auto;padding-bottom:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.products-scroll::-webkit-scrollbar{display:none}.product-card{flex:0 0 200px;scroll-snap-align:start;background:var(--matte-white);border:1px solid var(--matte-white-dim);border-radius:14px;overflow:hidden;transition:transform .35s cubic-bezier(.22,1,.36,1),box-shadow .35s;box-shadow:0 2px 12px #0000000f}.product-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px #00000024}.product-img{width:100%;height:130px;object-fit:cover;background:var(--matte-white-dim);display:block}.product-info{padding:14px}.product-name{font-family:Frank Ruhl Libre,serif;font-size:14px;font-weight:700;color:var(--matte-black);margin-bottom:4px;line-height:1.3}.product-desc{font-size:10.5px;color:var(--matte-gray-light);line-height:1.5;margin-bottom:10px}.product-tag{display:inline-block;background:var(--matte-black);color:var(--matte-white);font-size:9px;font-weight:700;letter-spacing:1.2px;padding:4px 12px;border-radius:2px}.projects-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.project-card{border-radius:10px;overflow:hidden;position:relative;background:#1a1a1a;aspect-ratio:3/4}.project-card.wide{grid-column:span 2;aspect-ratio:16/9}.project-img-ph{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.22,1,.36,1),filter .4s;filter:brightness(.88) saturate(.85)}.project-card:hover .project-img-ph{transform:scale(1.06);filter:brightness(.95) saturate(.9)}.project-label{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(13,13,13,.85),transparent);padding:20px 12px 10px;color:var(--matte-white);font-size:11px;font-weight:600;letter-spacing:.5px}.stats-strip{background:var(--matte-black);padding:36px 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:0;position:relative;overflow:hidden}.stats-strip:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 50%,rgba(240,237,232,.04) 0%,transparent 60%),radial-gradient(circle at 80% 50%,rgba(240,237,232,.03) 0%,transparent 60%);pointer-events:none}.stat{text-align:center;padding:0 8px}.stat-num{font-family:Frank Ruhl Libre,serif;font-size:32px;font-weight:900;color:var(--matte-white);line-height:1;margin-bottom:4px}.stat-label{font-size:10px;color:#f0ede861;line-height:1.4;letter-spacing:.3px}.reviews-scroll{display:flex;flex-direction:column;gap:10px;max-height:420px;overflow-y:auto;scrollbar-width:none;padding:4px 2px}.reviews-scroll::-webkit-scrollbar{display:none}.review-bubble{background:var(--matte-white-soft);border-radius:12px 12px 4px;padding:14px 16px;box-shadow:0 2px 12px #0000000f;border:1px solid var(--matte-white-dim);animation:bubbleIn .5s cubic-bezier(.22,1,.36,1) both}.review-header{display:flex;align-items:center;gap:10px;margin-bottom:8px}.review-avatar{width:32px;height:32px;border-radius:50%;background:var(--matte-black);color:var(--matte-white);font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-family:Frank Ruhl Libre,serif}.review-name{font-size:12px;font-weight:700;color:var(--matte-black)}.review-stars{font-size:11px;color:var(--matte-black);letter-spacing:1px}.review-text{font-size:12px;color:#2a2a2a;line-height:1.65}.review-time{font-size:10px;color:var(--matte-gray-light);margin-top:6px;text-align:left}@keyframes bubbleIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.contact-form{display:flex;flex-direction:column;gap:12px}.form-input{width:100%;background:#f0ede80f;border:1px solid rgba(240,237,232,.12);border-radius:8px;padding:13px 16px;font-size:13px;font-family:Heebo,sans-serif;color:var(--matte-white);direction:rtl;transition:border-color .3s,background .3s;outline:none}.form-input::placeholder{color:#f0ede84d}.form-input:focus{border-color:#f0ede859;background:#f0ede817}.form-btn{width:100%;background:var(--matte-white);color:var(--matte-black);border:none;border-radius:8px;padding:15px;font-size:13px;font-weight:700;font-family:Heebo,sans-serif;letter-spacing:1px;cursor:pointer;transition:background .3s,transform .3s,box-shadow .3s;box-shadow:0 4px 16px #0000004d}.form-btn:hover{background:var(--matte-white-dim);transform:translateY(-2px);box-shadow:0 8px 24px #0006}.footer{background:var(--matte-black);padding:32px 24px 48px;text-align:center;border-top:1px solid rgba(240,237,232,.06);position:relative;overflow:hidden}.footer:before{content:"";position:absolute;bottom:-60px;left:50%;transform:translate(-50%);width:300px;height:200px;background:radial-gradient(ellipse,rgba(240,237,232,.04) 0%,transparent 70%);pointer-events:none}.footer-logo{font-size:24px;font-weight:700;color:var(--matte-white);letter-spacing:4px;margin-bottom:4px}.footer-sub{font-size:10px;color:#f0ede840;letter-spacing:1px;margin-bottom:20px}.footer-links{display:flex;justify-content:center;gap:20px;margin-bottom:24px}.footer-links a{font-size:11px;color:#f0ede84d;text-decoration:none;transition:color .3s}.footer-links a:hover{color:var(--matte-white)}.footer-info-row{display:flex;gap:32px;justify-content:center;flex-wrap:wrap;margin:28px 0 0;padding:24px 0;border-top:1px solid rgba(240,237,232,.08);border-bottom:1px solid rgba(240,237,232,.08);width:100%;max-width:560px}.footer-info-block{display:flex;flex-direction:column;gap:10px;min-width:180px}.footer-info-title{display:flex;align-items:center;gap:6px;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#f0ede859}.footer-address-link{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:500;color:#f0ede8d9;text-decoration:none;transition:color .2s}.footer-address-link:hover{color:#fff}.footer-waze-badge{display:inline-flex;align-items:center;gap:4px;background:#00c8ff1f;color:#00c8ff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:20px;border:1px solid rgba(0,200,255,.2);transition:background .2s}.footer-address-link:hover .footer-waze-badge{background:#00c8ff38}.footer-hours{display:flex;flex-direction:column;gap:6px}.footer-hours-row{display:flex;align-items:center;justify-content:space-between;gap:16px}.footer-hours-day{font-size:13px;color:#f0ede8b3}.footer-hours-time{font-size:13px;font-weight:600;color:#f0ede8e6}.footer-copy{font-size:10px;color:#f0ede826;letter-spacing:.5px;margin-top:20px}.compare-section{background:var(--matte-black);padding:60px 24px;position:relative;overflow:hidden}.compare-section:before{content:"";position:absolute;top:-100px;right:-80px;width:280px;height:280px;background:radial-gradient(circle,rgba(240,237,232,.04) 0%,transparent 70%);border-radius:50%;pointer-events:none}.compare-section:after{content:"";position:absolute;bottom:-80px;left:-60px;width:220px;height:220px;background:radial-gradient(circle,rgba(240,237,232,.03) 0%,transparent 70%);border-radius:50%;pointer-events:none}.compare-label{font-size:10px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:#f0ede84d;margin-bottom:8px;display:block}.compare-title{font-family:Frank Ruhl Libre,serif;font-size:26px;font-weight:900;color:var(--matte-white);line-height:1.3;margin-bottom:6px}.compare-sub{font-size:13px;color:#f0ede86b;line-height:1.7;margin-bottom:32px}.compare-table-wrap{border-radius:16px;overflow:hidden;border:1px solid rgba(240,237,232,.08);box-shadow:0 24px 64px #000000b3}.compare-header{display:grid;grid-template-columns:1fr 1fr 1fr;background:#f0ede80a;border-bottom:1px solid rgba(240,237,232,.08)}.compare-header-cell{padding:14px 10px;text-align:center;font-size:11px;font-weight:700;letter-spacing:1px;color:#f0ede859;text-transform:uppercase}.compare-header-cell.highlight{background:#f0ede812;color:var(--matte-white)}.compare-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-bottom:1px solid rgba(240,237,232,.05);transition:background .25s}.compare-row:last-child{border-bottom:none}.compare-row:hover{background:#f0ede808}.compare-cell{padding:14px 10px;text-align:center;font-size:11.5px;color:#f0ede87a;display:flex;align-items:center;justify-content:center;line-height:1.4}.compare-cell.cat{font-family:Frank Ruhl Libre,serif;font-size:12px;font-weight:700;color:#f0ede8b8;text-align:right;justify-content:flex-end}.compare-cell.good{background:#f0ede80d;color:var(--matte-white);font-weight:700}.compare-cell.bad{color:#f0ede840}.check-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#f0ede81a;margin-left:5px;flex-shrink:0}.check-icon svg{width:11px;height:11px;fill:none;stroke:var(--matte-white);stroke-width:2.5}.x-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#f0ede80a;margin-left:5px;flex-shrink:0}.x-icon svg{width:11px;height:11px;fill:none;stroke:#f0ede838;stroke-width:2.5}.compare-footer-note{margin-top:18px;text-align:center;font-size:10px;color:#f0ede833;letter-spacing:.5px}@keyframes heroFadeUp{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.hero-tag{animation:heroFadeUp .7s cubic-bezier(.22,1,.36,1) .1s both}.hero-title{animation:heroFadeUp .95s cubic-bezier(.22,1,.36,1) .3s both}.hero-sub{animation:heroFadeUp .85s cubic-bezier(.22,1,.36,1) .55s both}.hero-cta{animation:heroFadeUp .7s cubic-bezier(.22,1,.36,1) .8s both}.reveal{opacity:0;transform:translateY(26px);transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1)}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-24px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.reveal-left.visible{opacity:1;transform:translate(0)}.reveal-scale{opacity:0;transform:scale(.94);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1)}.reveal-scale.visible{opacity:1;transform:scale(1)}.reveal-delay-1{transition-delay:.12s}.reveal-delay-2{transition-delay:.22s}.reveal-delay-3{transition-delay:.34s}.reveal-delay-4{transition-delay:.46s}.reveal-delay-5{transition-delay:.58s}.reveal-delay-6{transition-delay:.7s}.line-divider{height:1px;background:linear-gradient(to left,transparent,var(--matte-white-dim),transparent);margin:0;transform:scaleX(0);transition:transform 1s cubic-bezier(.22,1,.36,1)}.line-divider.visible{transform:scaleX(1)}@keyframes floatUp{0%{transform:translateY(0) translate(0);opacity:0}10%{opacity:.4}90%{opacity:.2}to{transform:translateY(-120px) translate(20px);opacity:0}}.particle{position:absolute;width:2px;height:2px;border-radius:50%;background:#f0ede880;animation:floatUp 6s ease-in-out infinite;pointer-events:none}.scroll-bar{position:fixed;top:0;left:0;height:3px;background:var(--matte-white-dim);width:0%;z-index:9999;pointer-events:none}.sticky-cta{position:fixed;bottom:0;left:0;right:0;z-index:9990;display:flex;justify-content:center;padding:10px 20px 14px;background:linear-gradient(to top,#0d0d0df5,#0d0d0dd1);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:1px solid rgba(240,237,232,.08);transform:translateY(100%);transition:transform .5s cubic-bezier(.22,1,.36,1);pointer-events:none;will-change:transform}.sticky-cta.cta-visible{transform:translateY(0);pointer-events:auto}.sticky-cta-btn{display:inline-flex;align-items:center;gap:10px;background:#25d366;color:#fff;font-family:Heebo,sans-serif;font-size:14px;font-weight:700;letter-spacing:.5px;padding:13px 28px;border-radius:50px;text-decoration:none;box-shadow:0 4px 24px #25d36659;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s,background .2s}.sticky-cta-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 32px #25d36680;background:#1ebe5c}.site-root:after{content:"";position:fixed;inset:0;pointer-events:none;z-index:9997;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.88' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");opacity:.038;mix-blend-mode:multiply}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ba-section{padding:60px 24px;background:#ece9e4}.ba-wrap{position:relative;width:100%;height:320px;border-radius:14px;overflow:hidden;cursor:col-resize;-webkit-user-select:none;user-select:none;touch-action:pan-y;box-shadow:0 8px 40px #0000002e}.ba-side{position:absolute;inset:0;overflow:hidden}.ba-img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.ba-img-before{filter:contrast(1.08) brightness(.72) saturate(.25) hue-rotate(190deg)}.ba-img-after{filter:brightness(1.05) saturate(1.1)}.ba-wet-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#5a8cc814,#4678be2e),radial-gradient(ellipse 70% 50% at 25% 30%,rgba(150,200,240,.14) 0%,transparent 65%),radial-gradient(ellipse 55% 65% at 75% 65%,rgba(120,180,230,.12) 0%,transparent 65%);-webkit-backdrop-filter:blur(.4px) saturate(.85);backdrop-filter:blur(.4px) saturate(.85);pointer-events:none;z-index:1}.ba-clean-glow{position:absolute;inset:0;background:linear-gradient(135deg,rgba(255,255,255,.06) 0%,transparent 60%);pointer-events:none}.ba-label{position:absolute;bottom:16px;display:flex;align-items:center;gap:8px;padding:8px 14px;border-radius:8px;font-size:11.5px;font-weight:700;line-height:1.4;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ba-label small{font-weight:400;font-size:10px;opacity:.85;display:block}.ba-label-before{right:12px;background:#1e3c64b8;color:#c8e0ff;border:1px solid rgba(120,180,255,.3)}.ba-label-after{left:12px;background:#141414b8;color:#f0ede8;border:1px solid rgba(240,237,232,.2)}.ba-label-icon{font-size:16px;flex-shrink:0}.ba-handle{position:absolute;top:0;bottom:0;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;z-index:10;pointer-events:none}.ba-handle-line{width:2.5px;flex:1;background:#ffffffe6;box-shadow:0 0 8px #ffffff80}.ba-handle-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 16px #00000059;color:#1a1a1a;pointer-events:all;cursor:col-resize;gap:0}.ba-hint{position:absolute;top:12px;left:50%;transform:translate(-50%);font-size:10px;font-weight:600;letter-spacing:1px;color:#ffffffd9;background:#00000073;padding:4px 10px;border-radius:20px;pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);white-space:nowrap;animation:ba-hint-fade 3s ease-in-out forwards}@keyframes ba-hint-fade{0%{opacity:1}60%{opacity:1}to{opacity:0}}.lightbox-trigger{cursor:zoom-in}.lightbox-overlay{position:fixed;inset:0;background:#000000eb;z-index:99999;display:flex;align-items:center;justify-content:center;animation:lbFadeIn .2s ease}@keyframes lbFadeIn{0%{opacity:0}to{opacity:1}}.lightbox-img{max-width:92vw;max-height:90vh;object-fit:contain;border-radius:6px;box-shadow:0 24px 80px #0009;animation:lbZoomIn .25s cubic-bezier(.22,1,.36,1)}@keyframes lbZoomIn{0%{transform:scale(.88);opacity:0}to{transform:scale(1);opacity:1}}.lightbox-close{position:fixed;top:20px;left:28px;background:#ffffff1f;border:none;color:#fff;width:40px;height:40px;border-radius:50%;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.lightbox-close:hover{background:#ffffff40}.wa-float{position:fixed;bottom:28px;left:28px;width:58px;height:58px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #25d36680,0 2px 8px #0000004d;z-index:10000;transition:transform .3s cubic-bezier(.22,1,.36,1),box-shadow .3s;text-decoration:none;animation:waPulse 2.5s ease-in-out infinite}.wa-float:hover{transform:scale(1.1);box-shadow:0 6px 28px #25d366a6,0 4px 12px #0006;animation:none}@keyframes waPulse{0%,to{box-shadow:0 4px 20px #25d36680,0 2px 8px #0000004d}50%{box-shadow:0 4px 28px #25d366cc,0 2px 8px #0000004d,0 0 0 8px #25d36626}}.wa-contact-btn{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;background:#25d366;color:#fff;border:none;border-radius:12px;padding:18px;font-size:15px;font-weight:700;font-family:Open Sans,sans-serif;letter-spacing:.5px;text-decoration:none;transition:background .3s,transform .3s,box-shadow .3s;box-shadow:0 4px 20px #25d36666}.wa-contact-btn:hover{background:#1ebe5c;transform:translateY(-2px);box-shadow:0 8px 28px #25d36680}.wa-note{text-align:center;font-size:11px;color:#f0ede859;margin-top:12px;letter-spacing:.3px}@media(min-width:768px){.nav{height:68px;padding:0 40px}.nav-logo-main{font-size:26px}.nav-menu{gap:28px}.nav-menu a{font-size:12.5px}.hero{height:600px}.hero-content{padding:52px}.hero-title{font-size:42px}.hero-sub{font-size:15px;max-width:560px}.hero-cta{font-size:13px;padding:16px 36px}.ticker-item{font-size:12.5px;padding:0 36px}.section{padding:80px 52px}.section-title{font-size:34px}.section-sub{font-size:14.5px;margin-bottom:44px}.ba-section,.compare-section{padding:80px 52px}.compare-title{font-size:34px}.why-grid{grid-template-columns:1fr 1fr}.why-card{padding:24px 20px}.why-card-title{font-size:15px}.why-card-text{font-size:12px}.product-card{flex:0 0 240px}.product-img{height:170px}.product-name{font-size:15px}.stats-strip{padding:52px 40px}.stat-num{font-size:42px}.stat-label{font-size:12px}.ba-wrap{height:400px}.projects-grid{grid-template-columns:1fr 1fr;gap:14px}.reviews-scroll{max-height:560px}.review-bubble{padding:18px 20px}.review-text{font-size:13px}.wa-contact-btn{font-size:16px;padding:20px 32px}.footer{padding:48px 52px 60px}.footer-logo{font-size:28px}}@media(min-width:1024px){.nav{height:72px;padding:0 clamp(40px,6vw,120px)}.nav-logo-main{font-size:28px;letter-spacing:5px}.nav-menu{gap:36px}.nav-menu a{font-size:13px}.hero{height:680px}.hero-content{padding:60px clamp(48px,8vw,140px);max-width:780px;margin-right:auto}.hero-title{font-size:52px;line-height:1.2}.hero-sub{font-size:16px;line-height:1.8;max-width:540px}.hero-cta{font-size:14px;padding:18px 42px;letter-spacing:2px}.hero-tag{font-size:11px!important}.section{padding:100px clamp(48px,calc(50% - 540px),200px)}.section-label{font-size:11px}.section-title{font-size:40px}.section-sub{font-size:15px;max-width:600px;margin-bottom:52px}.why-grid{grid-template-columns:repeat(4,1fr);gap:16px}.why-card{padding:28px 22px}.why-card-icon{width:44px;height:44px}.why-card-title{font-size:14px}.why-card-text{font-size:11.5px}.products-scroll{display:grid;grid-template-columns:repeat(4,1fr);overflow-x:visible;gap:18px;padding-bottom:0}.product-card{flex:unset}.product-img{height:200px}.product-name{font-size:15px}.product-desc{font-size:11px}.stats-strip{padding:64px clamp(48px,calc(50% - 540px),200px)}.stat-num{font-size:52px}.stat-label{font-size:13px}.ba-section{padding:100px clamp(48px,calc(50% - 540px),200px)}.ba-wrap{height:500px;border-radius:20px}.projects-grid{grid-template-columns:1fr 1fr 1fr;gap:16px}.project-card.wide{grid-column:span 3}.compare-section{padding:100px clamp(48px,calc(50% - 480px),200px)}.compare-title{font-size:40px}.compare-sub{font-size:15px}.compare-table-wrap{max-width:860px;margin:0 auto}.compare-cell{font-size:13px;padding:18px 16px}.compare-cell.cat{font-size:14px}.compare-header-cell{font-size:12.5px;padding:18px 16px}.reviews-scroll{display:grid;grid-template-columns:1fr 1fr;gap:14px;max-height:600px;overflow-y:auto}.section#contact{text-align:center}.section#contact .section-label,.section#contact .section-title,.section#contact .section-sub{text-align:center;margin-right:auto;margin-left:auto}.wa-contact-btn{width:auto;display:inline-flex;font-size:17px;padding:22px 48px}.wa-note{font-size:12px}.footer{padding:60px clamp(48px,calc(50% - 540px),200px) 72px}.footer-links{gap:32px}.footer-links a{font-size:12px}}@media(min-width:1280px){.hero-title{font-size:60px}.section-title{font-size:44px}.stat-num{font-size:60px}}
