:root{--brand-navy:#1d447b;--brand-navy-deep:#132f57;--brand-royal:#4481c3;--brand-royal-light:#6ba3d9;--brand-royal-pale:#eef4fb;--brand-yellow:#f7a823;--brand-yellow-light:#f9c04a;--brand-yellow-dark:#d88e0a;--white:#fff;--bg:#fff;--bg-elevated:#f6f8fb;--surface:#fff;--surface-hover:#f8fafc;--border:#1d447b1a;--border-bright:#4481c359;--cyan:#6ba3d9;--cyan-dim:#1d447b;--blue:#4481c3;--orange:#f7a823;--orange-hot:#d88e0a;--text:#1d447b;--text-muted:#5a7291;--text-dim:#7a92ad;--font-serif:"Cormorant Garamond", "Georgia", "Times New Roman", serif;--font-display:var(--font-serif);--font-body:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--radius:20px;--radius-sm:12px;--radius-pill:999px;--shadow:0 20px 50px #0d4f7c1a;--glow-orange:0 8px 32px #f5a62359;--ease:cubic-bezier(.4, 0, .2, 1);--header-h:72px;--topbar-h:36px;--perspective:1200px;--shadow-3d:0 30px 60px #00000073, 0 0 0 1px #93c5fd0f;--shadow-3d-hover:0 40px 80px #00000080, 0 0 50px #60a5fa1f}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + var(--topbar-h) + 16px);overscroll-behavior-y:none;overflow-x:clip}body{font-family:var(--font-body);background:var(--bg);color:var(--text);overscroll-behavior-y:none;-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:clip}#main{min-height:calc(100vh - var(--topbar-h) - var(--header-h));perspective:var(--perspective);overflow:clip}[hidden]{display:none!important}.page-active{animation:page-in-3d .55s var(--ease);transform-style:preserve-3d}@keyframes page-in-3d{0%{opacity:0;transform:perspective(var(--perspective)) rotateX(7deg) translateY(28px) scale(.985)}to{opacity:1;transform:perspective(var(--perspective)) rotateX(0) translateY(0) scale(1)}}.reduce-3d .page-active{animation:page-in .35s var(--ease)}@keyframes page-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{width:min(1180px,92vw);margin-inline:auto}.skip-link{z-index:999;background:var(--cyan);color:var(--bg);border-radius:var(--radius-sm);padding:.75rem 1.25rem;font-weight:600;transition:top .2s;position:absolute;top:-100px;left:1rem}.skip-link:focus{top:1rem}.top-bar{z-index:110;height:var(--topbar-h);background:linear-gradient(90deg,#1e3a8a,#2563eb);border-bottom:1px solid #ffffff1a;position:fixed;top:0;left:0;right:0}.top-bar-inner{justify-content:space-between;align-items:center;height:100%;font-size:.8rem;font-weight:500;display:flex}.top-bar-live{color:#bae6fd;align-items:center;gap:.45rem;display:flex}.pulse-dot{background:#4ade80;border-radius:50%;width:7px;height:7px;animation:2s infinite pulse}@keyframes pulse{0%,to{box-shadow:0 0 #4ade8099}50%{box-shadow:0 0 0 6px #4ade8000}}.top-bar-phone{color:#fff;font-weight:700;transition:opacity .2s}.top-bar-phone:hover{opacity:.85}.header{top:var(--topbar-h);z-index:100;transition:background .3s var(--ease), box-shadow .3s var(--ease), padding .3s var(--ease);padding:.85rem 0;position:fixed;left:0;right:0}.header.scrolled{-webkit-backdrop-filter:blur(20px)saturate(1.4);backdrop-filter:blur(20px)saturate(1.4);box-shadow:0 4px 24px #1d447b1a, 0 1px 0 var(--border);background:#fff;padding:.6rem 0;transform:translateZ(20px)}.nav{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.logo{font-family:var(--font-display);z-index:101;align-items:center;gap:.55rem;font-size:1.1rem;font-weight:500;display:flex}.logo-icon{background:0 0;border-radius:0;flex-shrink:0;width:48px;height:48px}.logo-icon svg,.logo-icon img,.logo-mark{object-fit:contain;background:0 0;width:100%;height:100%;display:block}.nav-links{align-items:center;gap:1.75rem;display:flex}.nav-links a{color:var(--text-muted);font-size:.92rem;font-weight:500;transition:color .2s}.nav-links a:hover{color:var(--text)}.nav-links a.is-active:not(.nav-cta){color:var(--text);position:relative}.nav-links a.is-active:not(.nav-cta):after{content:"";background:linear-gradient(90deg, var(--blue), var(--orange));border-radius:2px;height:2px;position:absolute;bottom:-.35rem;left:0;right:0}.nav-cta{box-shadow:var(--glow-orange);background:linear-gradient(135deg, var(--orange-hot), var(--orange))!important;color:#fff!important;border-radius:var(--radius-pill)!important;padding:.55rem 1.2rem!important;font-weight:600!important;transition:transform .2s,box-shadow .2s!important}.nav-cta:hover{transform:translateY(-2px);color:#fff!important}.nav-toggle{cursor:pointer;z-index:101;background:0 0;border:none;flex-direction:column;gap:5px;padding:6px;display:none}.nav-toggle span{background:var(--text);border-radius:2px;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.btn{border-radius:var(--radius-pill);font-family:var(--font-body);cursor:pointer;transition:transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.95rem;font-weight:600;display:inline-flex}.btn-lg{padding:1rem 1.75rem;font-size:1rem}.btn-full{width:100%}.btn-primary{background:linear-gradient(135deg, var(--orange-hot) 0%, #fbbf24 100%);color:#fff;box-shadow:var(--glow-orange)}.btn-glass{color:var(--text);border:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f}.btn-glass:hover{background:#ffffff1a;transform:translateY(-2px)}.hero{padding:calc(var(--topbar-h) + var(--header-h) + 3rem) 0 4rem;min-height:100vh;perspective:var(--perspective);align-items:center;display:flex;position:relative;overflow:hidden}.hero-grid--3d{transform-style:preserve-3d}.hero-layer-3d{transform-style:preserve-3d;transition:transform .2s ease-out}.hero-scene-3d{pointer-events:none;transform-style:preserve-3d;place-items:center;transition:transform .25s ease-out;display:grid;position:absolute;inset:0}.scene-perspective{width:min(520px,80vw);height:360px;transform-style:preserve-3d;position:relative;transform:rotateX(12deg)rotateY(-18deg)translateY(40px)}.scene-floor{transform-origin:bottom;opacity:.55;background-color:#0000;background-image:linear-gradient(#60a5fa24 1px,#0000 1px),linear-gradient(90deg,#60a5fa24 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:40px 40px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:140%;height:140%;margin-left:-70%;position:absolute;bottom:0;left:50%;transform:rotateX(78deg)translateZ(-40px);-webkit-mask-image:radial-gradient(70% 55%,#000,#0000);mask-image:radial-gradient(70% 55%,#000,#0000)}.ac-condenser-3d{width:200px;height:160px;transform-style:preserve-3d;animation:6s ease-in-out infinite acFloat;position:absolute;bottom:18%;left:8%;transform:rotateY(-22deg)translateZ(60px)}.ac-condenser-3d__body{width:100%;height:100%;transform-style:preserve-3d;position:relative}.ac-condenser-3d__grille{box-shadow:var(--shadow-3d), inset 0 0 30px #60a5fa26;background:linear-gradient(160deg,#1e3a8a,#0f172a);border:2px solid #93c5fd73;border-radius:16px;position:absolute;inset:0;transform:translateZ(24px)}.ac-condenser-3d__grille:before{content:"";background:repeating-linear-gradient(90deg,#93c5fd33 0 3px,#0000 3px 10px);border-radius:10px;position:absolute;inset:12px}.ac-condenser-3d__fan{border:3px solid #facc1580;border-radius:50%;place-items:center;width:88px;height:88px;margin:-44px 0 0 -44px;display:grid;position:absolute;top:50%;left:50%;transform:translateZ(36px)}.ac-condenser-3d__fan span{background:conic-gradient(#93c5fd,#1e40af,#facc15,#93c5fd);border-radius:50%;width:72px;height:72px;animation:4s linear infinite fanSpin;-webkit-mask:radial-gradient(circle,#000 35%,#0000 36%);mask:radial-gradient(circle,#000 35%,#0000 36%)}.ac-condenser-3d__side{background:linear-gradient(#1e40af,#0f172a);border:1px solid #93c5fd40;width:28px;height:84%;position:absolute;top:8%}.ac-condenser-3d__side--left{left:-12px;transform:rotateY(-90deg)translateZ(12px)}.ac-condenser-3d__side--right{right:-12px;transform:rotateY(90deg)translateZ(188px)}.ac-condenser-3d__top{background:linear-gradient(90deg,#2563eb,#1e40af);border:1px solid #93c5fd4d;border-radius:8px 8px 0 0;width:92%;height:24px;position:absolute;top:-10px;left:4%;transform:rotateX(90deg)translateZ(0)}.float-shape{transform-style:preserve-3d;position:absolute}.float-shape--cube{width:56px;height:56px;box-shadow:var(--shadow-3d);background:linear-gradient(135deg,#facc15e6,#eab30880);border-radius:12px;animation:5s ease-in-out infinite cubeFloat;top:12%;right:6%;transform:rotateX(35deg)rotateY(45deg)translateZ(90px)}.float-shape--ring{border:4px solid #93c5fd73;border-radius:50%;width:100px;height:100px;animation:12s linear infinite ringSpin;bottom:28%;right:22%;transform:rotateX(68deg)translateZ(40px)}.float-shape--block{background:#60a5fa59;border-radius:6px;width:70px;height:18px;animation:7s ease-in-out infinite blockFloat;top:4%;left:42%;transform:rotateY(30deg)translateZ(110px)}@keyframes acFloat{0%,to{transform:rotateY(-22deg)translateZ(60px)translateY(0)}50%{transform:rotateY(-18deg)translateZ(75px)translateY(-12px)}}@keyframes fanSpin{to{transform:rotate(360deg)}}@keyframes cubeFloat{0%,to{transform:rotateX(35deg)rotateY(45deg)translateZ(90px)}50%{transform:rotateX(40deg)rotateY(55deg)translateZ(110px)translateY(-10px)}}@keyframes ringSpin{to{transform:rotateX(68deg)translateZ(40px)rotate(360deg)}}@keyframes blockFloat{0%,to{transform:rotateY(30deg)translateZ(110px)}50%{transform:rotateY(40deg)translateZ(125px)translateY(8px)}}.reduce-3d .hero-scene-3d,.reduce-3d .ac-condenser-3d,.reduce-3d .float-shape{display:none}.hero-bg{z-index:0;position:absolute;inset:0}.hero-gradient{background:radial-gradient(ellipse 70% 55% at 20% 0%, #60a5fa33, transparent), radial-gradient(ellipse 50% 40% at 90% 20%, #93c5fd24, transparent), radial-gradient(ellipse 40% 30% at 60% 100%, #eab30814, transparent), var(--bg);position:absolute;inset:0}.hero-mesh{opacity:.35;background-image:radial-gradient(#ffffff12 1px,#0000 1px);background-size:28px 28px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70% at 50% 30%,#000,#0000);mask-image:radial-gradient(80% 70% at 50% 30%,#000,#0000)}.hero-orb{filter:blur(90px);border-radius:50%;animation:10s ease-in-out infinite drift;position:absolute}.hero-orb--1{background:var(--cyan-dim);opacity:.2;width:450px;height:450px;top:-5%;right:10%}.hero-orb--2{background:var(--orange-hot);opacity:.08;width:300px;height:300px;animation-delay:-5s;bottom:10%;left:-5%}@keyframes drift{0%,to{transform:translate(0)}50%{transform:translate(25px,-20px)}}.hero-grid{z-index:1;grid-template-columns:1.05fr .95fr;align-items:center;gap:3rem;display:grid;position:relative}.hero-badge{border-radius:var(--radius-pill);color:var(--cyan);background:#93c5fd1f;border:1px solid #93c5fd47;align-items:center;gap:.5rem;margin-bottom:1.25rem;padding:.4rem .9rem .4rem .5rem;font-size:.82rem;font-weight:500;display:inline-flex}.badge-icon{background:#93c5fd38;border-radius:50%;justify-content:center;align-items:center;width:26px;height:26px;font-size:.75rem;display:flex}.hero-title{font-family:var(--font-display);letter-spacing:.015em;margin-bottom:1.1rem;font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:500;line-height:1.08}.gradient-text{background:linear-gradient(135deg, #60a5fa, var(--cyan), #bfdbfe);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-top:.15em;display:block}.hero-subtitle{color:var(--text-muted);max-width:480px;margin-bottom:1.75rem;font-size:clamp(1rem,2vw,1.15rem);line-height:1.7}.quick-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.65rem;font-size:.8rem;font-weight:600}.quick-chips{flex-wrap:wrap;gap:.5rem;margin-bottom:1.75rem;display:flex}.chip,.chip-label span{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);font-family:var(--font-body);color:var(--text-muted);cursor:pointer;transition:all .2s var(--ease);align-items:center;padding:.5rem 1rem;font-size:.85rem;font-weight:500;display:inline-flex}.chip:hover,.chip-label span:hover{border-color:var(--border-bright);color:var(--text);background:var(--surface-hover)}.chip.active,.chip-label input:checked+span{border-color:var(--cyan);color:var(--cyan);background:#22d3ee1f}.hero-actions{flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem;display:flex}.hero-trust{border-top:1px solid var(--border);flex-wrap:wrap;gap:2rem;padding-top:1.5rem;display:flex}.trust-item{flex-wrap:wrap;align-items:baseline;gap:.15rem;display:flex}.trust-number{font-family:var(--font-display);color:var(--blue);font-size:1.75rem;font-weight:800;line-height:1}.trust-suffix{font-family:var(--font-display);color:var(--blue);font-size:1.1rem;font-weight:700}.trust-label{width:100%;color:var(--text-dim);margin-top:.2rem;font-size:.78rem}.hero-visual{isolation:isolate;min-height:420px;position:relative;overflow:visible}.hero-visual:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(#22d3ee24,#0000 68%);width:min(420px,90%);height:62%;animation:6s ease-in-out infinite heroAmbientPulse;position:absolute;top:8%;left:50%;transform:translate(-50%)}@keyframes heroAmbientPulse{0%,to{opacity:.65;transform:translate(-50%)scale(1)}50%{opacity:1;transform:translate(-50%)scale(1.06)}}.thermo-card{z-index:1;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none;transform-style:preserve-3d;background:0 0;border:none;border-radius:0;padding:.5rem 0 1.5rem;position:relative;overflow:visible;transform:translateZ(40px)}.thermo-card--open{background:0 0}.thermo-header{justify-content:space-between;align-items:flex-start;gap:.75rem;margin-bottom:.35rem;display:flex}.thermo-brand{gap:.15rem;display:grid}.thermo-showcase{font-family:var(--font-display);letter-spacing:.02em;color:var(--text);text-shadow:0 2px 24px #22d3ee33;font-size:clamp(1.05rem,2.2vw,1.25rem);font-weight:700}.thermo-main-brand{letter-spacing:.14em;text-transform:uppercase;color:var(--orange);text-shadow:0 0 20px #eab30859;font-size:.78rem;font-weight:800}.thermo-dealer{color:var(--text-dim);margin-bottom:1.25rem;font-size:.78rem}.thermo-slide{opacity:0;filter:blur(10px);transition:opacity .5s cubic-bezier(.22,1,.36,1),transform .55s cubic-bezier(.22,1,.36,1),filter .45s;overflow:visible;transform:translate(48px)scale(.94)}.thermo-slide.is-visible{opacity:1;filter:blur();transform:translate(0)scale(1)}.thermo-slide.is-exiting{opacity:0;filter:blur(12px);transition-duration:.34s;transition-timing-function:cubic-bezier(.55,0,1,.45);transform:translate(-56px)scale(.9)rotateY(8deg)}.thermo-slide.is-entering.is-visible .thermo-header,.thermo-slide.is-entering.is-visible .thermo-model,.thermo-slide.is-entering.is-visible .thermo-dealer,.thermo-slide.is-entering.is-visible .hero-product-showcase,.thermo-slide.is-entering.is-visible .thermo-bar,.thermo-slide.is-entering.is-visible .thermo-meta{animation:.55s cubic-bezier(.22,1,.36,1) both thermoReveal}.thermo-slide.is-entering.is-visible .thermo-model{animation-delay:50ms}.thermo-slide.is-entering.is-visible .thermo-dealer{animation-delay:90ms}.thermo-slide.is-entering.is-visible .hero-product-showcase{animation-delay:.12s}.thermo-slide.is-entering.is-visible .thermo-bar{animation-delay:.2s}.thermo-slide.is-entering.is-visible .thermo-meta{animation-delay:.26s}@keyframes thermoReveal{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.thermo-model{color:var(--text-dim);margin-bottom:.35rem;font-family:ui-monospace,monospace;font-size:.78rem}.thermo-dots{border-top:none;justify-content:center;gap:.5rem;margin-top:1.35rem;padding-top:0;display:flex}.thermo-dot{cursor:pointer;background:#fff3;border:none;border-radius:50%;width:9px;height:9px;padding:0;transition:transform .25s,background .25s,box-shadow .25s}.thermo-dot.is-active{background:var(--orange);animation:2s ease-in-out infinite dotPulse;transform:scale(1.45);box-shadow:0 0 16px #eab308a6,0 0 32px #eab30840}@keyframes dotPulse{0%,to{box-shadow:0 0 16px #eab308a6,0 0 32px #eab30840}50%{box-shadow:0 0 22px #eab308d9,0 0 40px #eab30859}}.thermo-slide-counter{text-align:center;letter-spacing:.08em;text-transform:uppercase;color:var(--text-dim);margin:.65rem 0 0;font-size:.72rem;font-weight:600}.reduce-3d .thermo-slide{filter:none;transition:none}.reduce-3d .thermo-slide.is-entering.is-visible .thermo-header,.reduce-3d .thermo-slide.is-entering.is-visible .thermo-model,.reduce-3d .thermo-slide.is-entering.is-visible .thermo-dealer,.reduce-3d .thermo-slide.is-entering.is-visible .hero-product-showcase,.reduce-3d .thermo-slide.is-entering.is-visible .thermo-bar,.reduce-3d .thermo-slide.is-entering.is-visible .thermo-meta{animation:none}.thermo-status{color:var(--cyan);border-radius:var(--radius-pill);background:#22d3ee1f;border:1px solid #22d3ee38;padding:.3rem .75rem;font-size:.75rem;font-weight:600;box-shadow:0 0 18px #22d3ee26}.hero-product-showcase{perspective:900px;justify-content:center;align-items:center;min-height:clamp(180px,28vw,240px);margin-bottom:1.25rem;display:flex}.hero-product-image{object-fit:contain;filter:drop-shadow(0 24px 48px #00000073)drop-shadow(0 0 32px #22d3ee40);width:min(100%,300px);height:auto;max-height:220px;transition:transform .45s cubic-bezier(.22,1,.36,1),filter .45s;transform:translateZ(48px)scale(1)}.hero-product-image.hero-product-pop{animation:.7s cubic-bezier(.22,1,.36,1) productPopOut}@keyframes productPopOut{0%{opacity:.4;filter:drop-shadow(0 0 #0000)blur(4px);transform:translateZ(0)scale(.78)translateY(24px)}55%{filter:drop-shadow(0 32px 56px #00000080)drop-shadow(0 0 48px #22d3ee73);transform:translateZ(72px)scale(1.08)translateY(-8px)}to{opacity:1;filter:drop-shadow(0 24px 48px #00000073)drop-shadow(0 0 32px #22d3ee40);transform:translateZ(48px)scale(1)translateY(0)}}.thermo-bar{border-radius:var(--radius-pill);background:#ffffff0f;height:4px;margin-bottom:1.5rem;overflow:visible;box-shadow:0 0 20px #22d3ee14}.thermo-fill{background:linear-gradient(90deg, var(--cyan-dim), var(--cyan), #fff);border-radius:var(--radius-pill);width:58%;height:100%;animation:3s ease-in-out infinite thermoPulse;box-shadow:0 0 14px #22d3ee8c}.thermo-fill.thermo-fill--timed{width:0%;animation:none;box-shadow:0 0 18px #22d3eeb3}@keyframes thermoPulse{0%,to{opacity:1}50%{opacity:.88}}.thermo-meta{border-top:none;grid-template-columns:1fr 1fr;gap:1rem;padding-top:0;display:grid}.thermo-meta strong{color:var(--text-dim);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;display:block}.thermo-meta span{font-size:.95rem;font-weight:600}.hero-float{border:1px solid var(--border);border-radius:var(--radius-sm);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:var(--shadow-3d);transform-style:preserve-3d;background:#0a1424eb;align-items:center;gap:.75rem;padding:.9rem 1.1rem;animation:5s ease-in-out infinite floatCard;display:flex;position:absolute}.hero-float strong{font-size:.88rem;display:block}.hero-float span{color:var(--text-muted);font-size:.78rem}.float-emoji{font-size:1.5rem}.hero-float--product{max-width:min(280px,72vw);box-shadow:var(--shadow-3d), 0 0 28px #22d3ee2e;border-color:#22d3ee47;padding:.75rem 1rem .75rem .75rem;bottom:2rem;left:-1.5rem;transform:translateZ(65px)}.hero-float-thumb{object-fit:contain;background:#ffffff0f;border-radius:10px;flex-shrink:0;width:52px;height:52px;padding:4px;box-shadow:0 8px 20px #00000059}.hero-float--product.hero-float--pop{animation:.65s cubic-bezier(.22,1,.36,1) floatProductPop}@keyframes floatProductPop{0%{opacity:.5;transform:translateZ(20px)scale(.88)translateY(12px)}60%{transform:translateZ(80px)scale(1.06)translateY(-6px)}to{opacity:1;transform:translateZ(65px)scale(1)translateY(0)}}.hero-float--savings{bottom:2rem;left:-1.5rem;transform:translateZ(55px)}.hero-float--rating{animation-delay:-2.5s;top:1rem;right:-1rem;transform:translateZ(70px)}.rating-stars{color:#fbbf24;letter-spacing:1px;font-size:.85rem}@keyframes floatCard{0%,to{transform:translateY(0)translateZ(50px)}50%{transform:translateY(-8px)translateZ(62px)}}.marquee{border-block:1px solid var(--border);background:var(--bg-elevated);padding:1rem 0;overflow:hidden}.marquee-track{width:max-content;color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;white-space:nowrap;gap:2rem;font-size:.85rem;font-weight:600;animation:25s linear infinite marquee;display:flex}.marquee-track .dot{color:var(--cyan);opacity:.5}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.section-header{text-align:center;max-width:560px;margin:0 auto 3rem}.section-tag{text-transform:uppercase;letter-spacing:.14em;color:var(--cyan);margin-bottom:.65rem;font-size:.75rem;font-weight:700;display:inline-block}.section-header h2{font-family:var(--font-display);letter-spacing:.02em;margin-bottom:.65rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:600}.section-header p{color:var(--text-muted);font-size:1.05rem}.services{padding:5rem 0}.section-header p strong{color:var(--text)}.serve-types{flex-wrap:wrap;justify-content:center;gap:.65rem;margin-bottom:2rem;display:flex}.serve-type{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text-muted);align-items:center;gap:.45rem;padding:.5rem 1rem;font-size:.88rem;font-weight:500;display:flex}.service-menu{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius-pill);flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;padding:.35rem;display:flex}.service-tab{border-radius:var(--radius-pill);min-width:fit-content;font-family:var(--font-body);color:var(--text-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;flex:1;padding:.65rem 1.1rem;font-size:.88rem;font-weight:600;transition:background .2s,color .2s}.service-tab:hover{color:var(--text);background:var(--surface)}.service-tab.active{color:var(--cyan);background:linear-gradient(135deg,#22d3ee26,#38bdf814);box-shadow:inset 0 0 0 1px #22d3ee40}.service-detail{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.service-panel{padding:2rem;display:none}.service-panel.active{animation:panelIn .35s var(--ease);display:block}@keyframes panelIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.panel-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem;padding-bottom:1.5rem;display:flex}.panel-tag{text-transform:uppercase;letter-spacing:.08em;color:var(--blue);border-radius:var(--radius-pill);background:#38bdf81f;margin-bottom:.65rem;padding:.3rem .65rem;font-size:.7rem;font-weight:700;display:inline-block}.panel-header h3{font-family:var(--font-display);letter-spacing:.02em;margin-bottom:.5rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:600}.panel-lead{color:var(--text-muted);max-width:520px;font-size:.95rem;line-height:1.65}.panel-price{text-align:right;border-radius:var(--radius-sm);background:#22d3ee0f;border:1px solid #22d3ee33;flex-shrink:0;padding:1rem 1.25rem}.price-label{text-transform:uppercase;letter-spacing:.08em;color:var(--text-dim);margin-bottom:.25rem;font-size:.72rem;display:block}.price-value{font-family:var(--font-display);color:var(--cyan);letter-spacing:.03em;font-variant-numeric:lining-nums;font-size:clamp(1.35rem,2.5vw,1.65rem);font-weight:500;line-height:1.35;display:block}.price-note{color:var(--text-dim);margin-top:.25rem;font-size:.75rem;display:block}.panel-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:1.75rem;display:grid}.panel-block h4{text-transform:uppercase;letter-spacing:.06em;color:var(--cyan);margin-bottom:.65rem;font-size:.8rem;font-weight:700}.panel-block ul{flex-direction:column;gap:.4rem;display:flex}.panel-block li{color:var(--text-muted);padding-left:1.1rem;font-size:.9rem;line-height:1.5;position:relative}.panel-block li:before{content:"→";color:var(--blue);font-size:.8rem;position:absolute;left:0}.panel-block li strong{color:var(--text)}.panel-block--meta{background:var(--bg);border-radius:var(--radius-sm);border:1px solid var(--border);flex-direction:column;gap:.65rem;padding:1rem;display:flex}.meta-item{justify-content:space-between;align-items:center;gap:1rem;font-size:.88rem;display:flex}.meta-item strong{color:var(--text-dim);font-weight:500}.meta-item span{color:var(--text);text-align:right;font-weight:600}.service-panel .service-btn,.service-panel .btn.service-btn{background:linear-gradient(135deg, var(--orange-hot), #fbbf24);color:#fff;border-radius:var(--radius-pill);cursor:pointer;box-shadow:var(--glow-orange);border:none;padding:.85rem 1.5rem;font-weight:600}.pricing-disclaimer{color:var(--text-dim);text-align:center;margin-top:1.25rem;font-size:.8rem}.products{background:linear-gradient(#0000,#2563eb0a,#0000);padding:5rem 0}.product-menu{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-pill);margin-bottom:2rem;flex-wrap:wrap;justify-content:center;gap:.5rem;width:fit-content;max-width:100%;margin-inline:auto;padding:.35rem;display:flex}.product-cat-tab{border-radius:var(--radius-pill);color:var(--text-muted);font-family:var(--font-body);cursor:pointer;background:0 0;border:none;padding:.65rem 1.35rem;font-size:.9rem;font-weight:600;transition:background .2s,color .2s,box-shadow .2s}.product-cat-tab:hover{color:var(--text);background:#ffffff0d}.product-cat-tab.active{background:linear-gradient(135deg, var(--cyan-dim), var(--blue));color:#fff;box-shadow:0 4px 16px #2563eb59}.products-toolbar{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);grid-template-columns:1.4fr 1fr auto;align-items:end;gap:1rem;margin-bottom:1rem;padding:1.25rem;display:grid}.product-search-wrap{min-width:0}.product-search{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%2394a3b8' stroke-width='2'%3E%3Ccircle cx='8' cy='8' r='6'/%3E%3Cpath d='m13 13 4 4'/%3E%3C/svg%3E") no-repeat .9rem center;width:100%;color:var(--text);font-family:var(--font-body);padding:.85rem 1rem .85rem 2.75rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.product-search:focus{border-color:var(--cyan);outline:none;box-shadow:0 0 0 3px #93c5fd26}.product-filters{flex-wrap:wrap;align-items:end;gap:.75rem;display:flex}.product-filter{flex-direction:column;gap:.35rem;min-width:9rem;display:flex}.product-filter label{text-transform:uppercase;letter-spacing:.05em;color:var(--text-dim);font-size:.75rem;font-weight:600}.product-filter select{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--bg-elevated);color:var(--text);font-family:var(--font-body);padding:.75rem .9rem;font-size:.9rem}.product-clear-filters{white-space:nowrap;padding:.75rem 1rem;font-size:.85rem}.product-results{color:var(--text-muted);margin-bottom:1.25rem;font-size:.88rem}.products-empty{text-align:center;border:1px dashed var(--border);border-radius:var(--radius);color:var(--text-muted);background:#93c5fd0a;margin-bottom:1.5rem;padding:2.5rem 1.5rem}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.products-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;margin-bottom:2.5rem;display:grid}.product-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);transition:transform .3s var(--ease), border-color .3s;flex-direction:column;padding:0;display:flex;overflow:hidden}.product-card>:not(.product-media){padding-inline:1.25rem}.product-card>.product-brand{padding-top:1rem}.product-card>.product-footer{margin-top:auto;padding:1rem 1.25rem 1.25rem}.product-media{aspect-ratio:4/3;background:linear-gradient(160deg, var(--bg-elevated), #2563eb1f);border-bottom:1px solid var(--border);position:relative;overflow:hidden}.product-image{object-fit:cover;width:100%;height:100%;transition:transform .35s var(--ease);display:block}.product-card:hover .product-image{transform:scale(1.04)}.product-media-fallback{background:linear-gradient(160deg, var(--bg-elevated), #2563eb26);justify-content:center;align-items:center;display:none;position:absolute;inset:0}.product-media--fallback .product-media-fallback{display:flex}.product-media--fallback .product-image{display:none}.product-media-fallback .product-icon{opacity:.85;font-size:3rem}.product-hp-badge--on-image{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);position:absolute;top:.75rem;right:.75rem}.product-card:hover{border-color:#93c5fd4d}.product-brand{text-transform:uppercase;letter-spacing:.06em;color:var(--blue);margin-bottom:.35rem;font-size:.75rem;font-weight:600}.product-card h3{font-family:var(--font-display);letter-spacing:.02em;margin-bottom:.25rem;font-size:1.15rem;font-weight:600;line-height:1.25}.product-model{color:var(--text-dim);margin-bottom:.65rem;font-family:ui-monospace,monospace;font-size:.78rem}.product-desc{color:var(--text-muted);flex-grow:1;margin-bottom:1rem;font-size:.9rem;line-height:1.6}.product-features{margin-bottom:1rem;padding-bottom:.25rem;list-style:none}.product-hp-badge{border-radius:var(--radius-pill);color:var(--orange);letter-spacing:.03em;background:#eab30826;border:1px solid #eab30859;padding:.3rem .65rem;font-size:.72rem;font-weight:700}.product-features li{color:var(--text-muted);padding:.3rem 0 .3rem 1.1rem;font-size:.82rem;position:relative}.product-features li:before{content:"✓";color:var(--orange);font-size:.75rem;font-weight:700;position:absolute;left:0}.product-footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:.75rem;padding-top:1rem;display:flex}.product-quote{flex-shrink:0;padding:.5rem .9rem;font-size:.82rem}.products-cta{text-align:center}.product-card--interactive{cursor:pointer}.product-card--interactive:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}.product-card__hint{letter-spacing:.08em;text-transform:uppercase;color:var(--gold,var(--blue));opacity:.9;margin:.35rem 0 0;padding-inline:1.25rem;font-size:.72rem;font-weight:700}.product-card--interactive:hover .product-card__hint{color:var(--orange)}.product-modal{z-index:200;place-items:center;padding:1rem;display:grid;position:fixed;inset:0}.product-modal__backdrop{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;transition:opacity .4s var(--ease);background:#030f1fd1;position:absolute;inset:0}.product-modal__stage{perspective:1400px;width:min(1080px,100%);max-height:min(90vh,900px);position:relative}.product-modal__inner{--pop-x:50%;--pop-y:50%;--pop-scale:.35;border-radius:var(--radius);max-height:min(90vh,900px);transform:perspective(1400px) translate3d(calc(var(--pop-x) - 50vw), calc(var(--pop-y) - 50vh), -200px) rotateX(18deg) rotateY(-22deg) scale(var(--pop-scale));opacity:0;transition:transform .55s cubic-bezier(.22, 1.15, .36, 1), opacity .35s var(--ease);transform-style:preserve-3d;background:linear-gradient(160deg,#0a1a32fa,#030f1ffa);border:1px solid #93c5fd47;flex-direction:column;display:flex;position:relative;overflow:auto;box-shadow:0 50px 100px #000000a6,0 0 80px #2563eb33}.product-modal.is-open .product-modal__backdrop{opacity:1}.product-modal.is-open .product-modal__inner{opacity:1;transform:perspective(1400px)translate(0,0)rotateX(0)rotateY(0)scale(1)}.product-modal__close{z-index:5;border:1px solid var(--border);width:40px;height:40px;color:var(--text);cursor:pointer;background:#ffffff0f;border-radius:50%;font-size:1.5rem;line-height:1;transition:background .2s,transform .2s;position:absolute;top:.85rem;right:.85rem}.product-modal__close:hover{background:#ffffff1f;transform:scale(1.05)}.product-modal__layout{grid-template-columns:1.05fr .95fr;gap:0;min-height:420px;display:grid}.product-modal__viewer-wrap{border-right:1px solid var(--border);border-radius:var(--radius) 0 0 var(--radius);background:radial-gradient(90% 70% at 50% 45%,#2563eb38,#0000),radial-gradient(60% 40% at 50% 100%,#c9a9620f,#0000),linear-gradient(#08122499,#030a16f2);flex-direction:column;height:100%;min-height:380px;display:flex;position:relative;overflow:hidden}.product-modal__badge{z-index:2;border-radius:var(--radius-pill);color:var(--orange);letter-spacing:.05em;text-transform:uppercase;background:#eab3082e;border:1px solid #eab30866;padding:.35rem .75rem;font-size:.72rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-modal__viewer{flex:auto;width:100%;height:380px;min-height:380px;position:relative}.product-modal__viewer.is-loading canvas{opacity:.15}.product-modal__viewer-loading,.product-modal__viewer-error{text-align:center;color:var(--text-muted);pointer-events:none;place-items:center;padding:1rem;font-size:.88rem;display:grid;position:absolute;inset:0}.product-modal__viewer-error{color:var(--orange)}.product-modal__viewer canvas{display:block;width:100%!important;height:100%!important}.product-modal__showcase{background:#e8eaed;border:0;width:100%;height:100%;min-height:380px;display:block}.product-modal__drag-hint{color:var(--text-dim);pointer-events:none;font-size:.75rem;position:absolute;bottom:.85rem;left:50%;transform:translate(-50%)}.product-modal__image{place-items:center;min-height:360px;padding:2rem;display:grid}.product-modal__image img{object-fit:contain;border-radius:var(--radius-sm);max-width:100%;max-height:320px;box-shadow:var(--shadow-3d)}.product-modal__image-fallback{font-size:4rem}.product-modal__details{padding:1.75rem 1.75rem 1.5rem;overflow-y:auto}.product-modal__brand{text-transform:uppercase;letter-spacing:.08em;color:var(--blue);margin-bottom:.35rem;font-size:.75rem;font-weight:700}.product-modal__title{font-family:var(--font-display);margin-bottom:.25rem;font-size:1.5rem;font-weight:800;line-height:1.2}.product-modal__model{color:var(--text-dim);margin-bottom:.75rem;font-family:ui-monospace,monospace;font-size:.82rem}.product-modal__desc{color:var(--text-muted);margin-bottom:1.25rem;font-size:.92rem;line-height:1.65}.product-modal__specs h3{font-family:var(--font-display);margin-bottom:.65rem;font-size:.95rem;font-weight:700}.product-modal__specs dl{gap:.45rem;margin-bottom:1.25rem;display:grid}.product-modal__specs dl>div{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);grid-template-columns:1fr 1.2fr;gap:.75rem;padding:.55rem .7rem;font-size:.84rem;display:grid}.product-modal__specs dt{color:var(--text-dim);font-weight:500}.product-modal__specs dd{color:var(--text);text-align:right;font-weight:600}.product-modal__features{margin-bottom:1.25rem;list-style:none}.product-modal__features li{color:var(--text-muted);padding:.35rem 0 .35rem 1.1rem;font-size:.84rem;position:relative}.product-modal__features li:before{content:"✓";color:var(--orange);font-weight:700;position:absolute;left:0}.product-modal__footer{border-top:1px solid var(--border);justify-content:space-between;align-items:center;gap:1rem;padding-top:1rem;display:flex}.product-modal__price{font-family:var(--font-display);color:var(--cyan);font-size:1.1rem;font-weight:800}body.product-modal-open{overflow:hidden}.about{background:linear-gradient(#0000,#22d3ee08,#0000);padding:5rem 0}.about-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:3rem;display:grid}.about-content h2{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.about-lead{color:var(--text-muted);margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.about-content>p{color:var(--text-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.7}.about-content>p strong{color:var(--text)}.credentials{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.credential{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:.85rem 1rem}.credential strong{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);margin-bottom:.2rem;font-size:.72rem;display:block}.credential span{font-size:.9rem;font-weight:600}.about-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.75rem}.owner-card{align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.owner-avatar{background:linear-gradient(135deg, var(--cyan-dim), var(--blue));width:56px;height:56px;font-family:var(--font-display);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:800;display:flex}.owner-card h3{font-family:var(--font-display);font-size:1.15rem;font-weight:700}.owner-title{color:var(--text-muted);font-size:.82rem}.owner-quote{color:var(--text-muted);background:var(--bg);border-left:3px solid var(--cyan);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin-bottom:1.25rem;padding:1rem;font-size:.92rem;font-style:italic;line-height:1.7}.about-facts{grid-template-columns:1fr 1fr;gap:.65rem;margin-bottom:1.25rem;display:grid}.about-facts li{color:var(--text-muted);font-size:.85rem}.about-facts span{font-family:var(--font-display);color:var(--cyan);font-size:1.35rem;font-weight:800;line-height:1.2;display:block}.service-area{border-top:1px solid var(--border);padding:5rem 0}.area-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:2rem;display:grid}.area-map-panel{border-radius:var(--radius);border:1px solid var(--border);box-shadow:var(--shadow-3d);background:var(--surface);position:relative;overflow:hidden}.area-map-canvas{z-index:0;width:100%;height:340px;min-height:340px}.area-map-canvas .leaflet-container{width:100%;height:100%;font-family:inherit}.area-office-card{border-top:1px solid var(--border);background:linear-gradient(#0a1a32eb,#030f1ffa);padding:1.15rem 1.25rem 1.25rem;position:relative}.area-office-badge{border-radius:var(--radius-pill);color:var(--cyan);letter-spacing:.06em;text-transform:uppercase;background:#22d3ee1f;border:1px solid #22d3ee47;margin-bottom:.45rem;padding:.2rem .55rem;font-size:.68rem;font-weight:700;display:inline-block}.area-office-card h4{font-family:var(--font-display);margin-bottom:.45rem;font-size:1.05rem;font-weight:700}.area-office-address{color:var(--text-muted);gap:.15rem;margin-bottom:.5rem;font-size:.9rem;line-height:1.5;display:grid}.area-office-hours{color:var(--text-dim);margin-bottom:.85rem;font-size:.82rem}.area-office-actions{flex-wrap:wrap;gap:.55rem;display:flex}.btn-sm{padding:.5rem .9rem;font-size:.82rem}.area-list{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.area-col h4{font-family:var(--font-display);color:var(--cyan);margin-bottom:.65rem;font-size:.9rem;font-weight:600}.area-col ul{flex-direction:column;gap:.35rem;display:flex}.area-col li{color:var(--text-muted);padding-left:1rem;font-size:.92rem;position:relative}.area-col li:before{content:"•";color:var(--blue);position:absolute;left:0}.area-col--cta{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);grid-column:span 2;padding:1.25rem}.area-col--cta p{color:var(--text-muted);margin:.35rem 0 1rem;font-size:.9rem}.service-btn{cursor:pointer;transition:transform .2s,box-shadow .2s}.service-btn:hover{transform:translateY(-2px)}.how-it-works{background:linear-gradient(#0000,#22d3ee08,#0000);padding:5rem 0}.steps{grid-template-columns:1fr auto 1fr auto 1fr;align-items:start;gap:0;display:grid}.step{text-align:center;padding:0 1rem}.step-num{width:52px;height:52px;font-family:var(--font-display);color:var(--cyan);background:#22d3ee1a;border:2px solid #22d3ee4d;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.25rem;font-size:1.25rem;font-weight:800;display:flex}.step h3{font-family:var(--font-display);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.step p{color:var(--text-muted);font-size:.9rem;line-height:1.65}.step-connector{background:linear-gradient(90deg, transparent, var(--border-bright), transparent);width:60px;height:2px;margin-top:26px}.why-us{padding:5rem 0}.why-grid{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;display:grid}.why-content h2{font-family:var(--font-display);letter-spacing:-.02em;margin-bottom:.75rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.why-content>p{color:var(--text-muted);margin-bottom:1.5rem}.why-list{flex-direction:column;gap:.65rem;display:flex}.why-list li{align-items:center;gap:.65rem;font-size:.95rem;display:flex}.why-check{width:22px;height:22px;color:var(--cyan);background:#22d3ee1f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.why-cards{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.why-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem;transition:border-color .2s}.why-card-icon{margin-bottom:.5rem;font-size:1.5rem;display:block}.why-card strong{margin-bottom:.2rem;font-size:.92rem;display:block}.why-card p{color:var(--text-muted);font-size:.82rem}.reviews{padding:5rem 0}.reviews-marquee{width:100%;margin-top:-.5rem;margin-bottom:.5rem;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000);mask-image:linear-gradient(90deg,#0000,#000 4% 96%,#0000)}.reviews-marquee-track{--reviews-marquee-duration:45s;width:max-content;animation:reviews-marquee var(--reviews-marquee-duration) linear infinite;will-change:transform;gap:1rem;padding:.75rem 0 1.5rem;display:flex}.reviews-marquee-track:hover{animation-play-state:paused}@media (prefers-reduced-motion:reduce){.reviews-marquee{-webkit-mask-image:none;mask-image:none}.reviews-marquee-track{flex-wrap:wrap;justify-content:center;width:100%;padding-inline:1rem;animation:none}.reviews-marquee .review-card{flex:280px;width:auto;max-width:340px}}@keyframes reviews-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.reviews-marquee .review-card{flex:0 0 min(340px,82vw);width:min(340px,82vw);margin:0}.review-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.5rem;transition:transform .3s}.review-card:hover{transform:translateY(-4px)}.review-top{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.stars{color:#fbbf24;letter-spacing:2px;font-size:.9rem}.review-date{color:var(--text-dim);font-size:.75rem}.review-card p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.92rem;line-height:1.7}.review-card footer{align-items:center;gap:.65rem;display:flex}.avatar{background:linear-gradient(135deg, var(--cyan-dim), var(--blue));border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.8rem;font-weight:700;display:flex}.review-card cite{font-size:.88rem;font-style:normal;font-weight:600;display:block}.review-card footer span{color:var(--text-dim);font-size:.78rem}.review-submit{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);max-width:42rem;margin-top:2.5rem;margin-left:auto;margin-right:auto;padding:2rem}.review-submit__intro h3{font-family:var(--font-display);margin-bottom:.35rem;font-size:1.35rem}.review-submit__intro p{color:var(--text-muted);margin-bottom:1.25rem;font-size:.92rem}.review-form .form-row{margin-bottom:0}.review-rating-field{border:none;margin:0 0 1.25rem;padding:0}.review-rating-field legend{color:var(--text-muted);margin-bottom:.65rem;font-size:.85rem;font-weight:600}.star-rating{flex-direction:row-reverse;justify-content:flex-end;gap:.25rem;display:flex}.star-rating__label{cursor:pointer;color:var(--text-dim);font-size:1.65rem;line-height:1;transition:color .15s,transform .15s}.star-rating__label input{opacity:0;pointer-events:none;position:absolute}.star-rating__label:hover,.star-rating__label:hover~.star-rating__label,.star-rating__label.is-active{color:#fbbf24}.star-rating__label:has(input:checked){color:#fbbf24}.star-rating__label:hover{transform:scale(1.08)}.faq{padding:5rem 0}.faq-grid{grid-template-columns:.9fr 1.1fr;align-items:start;gap:3rem;display:grid}.faq-intro h2{font-family:var(--font-display);margin-bottom:.65rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.faq-intro p{color:var(--text-muted);margin-bottom:1.5rem}.faq-item{border:1px solid var(--border);border-radius:var(--radius-sm);background:var(--surface);margin-bottom:.65rem;transition:border-color .2s;overflow:hidden}.faq-item summary{cursor:pointer;justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;font-size:.95rem;font-weight:600;list-style:none;transition:color .2s;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--cyan);font-size:1.25rem;font-weight:400;transition:transform .2s}.faq-item[open] summary:after{content:"−"}.faq-item p{color:var(--text-muted);padding:0 1.25rem 1.1rem;font-size:.9rem;line-height:1.65}.contact{background:linear-gradient(#0000,#22d3ee0a);padding:5rem 0 6rem}.contact-header{text-align:center;margin-bottom:2.5rem}.contact-header h2{font-family:var(--font-display);margin-bottom:.5rem;font-size:clamp(1.75rem,3vw,2.25rem);font-weight:700}.contact-header p{color:var(--text-muted)}.contact-layout{grid-template-columns:.85fr 1.15fr;align-items:start;gap:1.5rem;display:grid}.contact-big-btn{border-radius:var(--radius);background:linear-gradient(135deg,#22d3ee1f,#38bdf80f);border:1px solid #22d3ee4d;align-items:center;gap:1rem;margin-bottom:1.25rem;padding:1.25rem;transition:transform .2s,border-color .2s;display:flex}.contact-big-btn:hover{border-color:var(--cyan);transform:translateY(-2px)}.contact-big-icon{font-size:1.75rem}.contact-big-btn strong{margin-bottom:.15rem;font-size:.9rem;display:block}.contact-big-btn span span{color:var(--cyan);font-size:1.15rem;font-weight:700}.contact-perks{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.perk{color:var(--text-muted);align-items:center;gap:.5rem;font-size:.9rem;display:flex}.perk span{color:var(--cyan);font-weight:700}.contact-hours{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-sm);padding:1.25rem}.contact-hours strong{text-transform:uppercase;letter-spacing:.06em;color:var(--text-dim);margin-bottom:.35rem;font-size:.8rem;display:block}.contact-hours p{color:var(--text-muted);font-size:.9rem}.contact-hours .emergency{color:var(--cyan);margin-top:.25rem;font-weight:600}.contact-form{background:var(--bg-elevated);border:1px solid var(--border);border-radius:var(--radius);padding:2rem}.form-chips-field{border:none;margin-bottom:1.25rem}.form-chips-field legend{color:var(--text-muted);margin-bottom:.65rem;font-size:.85rem;font-weight:600}.form-chips{flex-wrap:wrap;gap:.45rem;display:flex}.chip-label{cursor:pointer}.chip-label input{opacity:0;pointer-events:none;position:absolute}.chip-label span{-webkit-user-select:none;user-select:none}.form-row{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.form-group{margin-bottom:1rem}.form-group label{color:var(--text-muted);margin-bottom:.35rem;font-size:.85rem;font-weight:500;display:block}.optional{color:var(--text-dim);font-weight:400}.form-group input,.form-group textarea{background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text);font-family:var(--font-body);padding:.85rem 1rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group textarea:focus{border-color:var(--cyan);outline:none;box-shadow:0 0 0 3px #22d3ee26}.form-group textarea{resize:vertical;min-height:80px}.form-note{text-align:center;min-height:1.4em;margin-top:.85rem;font-size:.9rem}.form-note.success{color:#4ade80}.turnstile-host{justify-content:center;margin:.85rem 0 .25rem;display:flex}.live-sync-notice{z-index:9999;border-radius:var(--radius-pill);color:var(--text);box-shadow:var(--shadow-3d), 0 0 24px #22d3ee33;opacity:0;pointer-events:none;background:#0a1424f0;border:1px solid #22d3ee59;padding:.7rem 1rem;font-size:.82rem;font-weight:600;transition:opacity .3s,transform .3s;position:fixed;bottom:1.25rem;right:1.25rem;transform:translateY(12px)}.live-sync-notice.is-visible{opacity:1;transform:translateY(0)}.footer{border-top:1px solid var(--border);background:var(--bg-elevated);padding:3rem 0 0;padding-bottom:5.5rem}.footer-inner{grid-template-columns:2fr 1fr 1fr;gap:2rem;padding-bottom:2rem;display:grid}.footer-brand p{color:var(--text-muted);max-width:260px;margin-top:.75rem;font-size:.88rem}.footer-col{flex-direction:column;gap:.45rem;display:flex}.footer-col h4{font-family:var(--font-display);margin-bottom:.35rem;font-size:.85rem;font-weight:600}.footer-col a{color:var(--text-muted);font-size:.88rem;transition:color .2s}.footer-bottom{border-top:1px solid var(--border);color:var(--text-dim);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;padding:1.25rem 0;font-size:.82rem;display:flex}.float-cta{z-index:90;color:#fff;border-radius:var(--radius-pill);background:linear-gradient(135deg,#16a34a,#22c55e);align-items:center;gap:.5rem;padding:.85rem 1.25rem;font-size:.95rem;font-weight:700;transition:transform .25s,box-shadow .25s;animation:3s ease-in-out infinite floatCtaGlow;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 8px 32px #22c55e66}.float-cta:hover{animation:none;transform:scale(1.05);box-shadow:0 12px 40px #22c55e80}@keyframes floatCtaGlow{0%,to{box-shadow:0 8px 28px #22c55e59}50%{box-shadow:0 10px 36px #22c55e80}}.tilt-3d{transform-style:preserve-3d;will-change:transform;transition:transform .18s ease-out,box-shadow .18s ease-out}.site-3d .product-card,.site-3d .service-panel.active,.site-3d .about-card,.site-3d .review-card,.site-3d .why-card{box-shadow:var(--shadow-3d)}.site-3d .product-card:hover,.site-3d .service-panel.active:hover,.site-3d .about-card:hover,.site-3d .review-card:hover,.site-3d .why-card:hover{box-shadow:var(--shadow-3d-hover)}.site-3d .btn-primary:hover{transform:translateY(-4px)translateZ(8px)}.site-3d .section-header h2{text-shadow:0 8px 24px #2563eb40}.site-3d .gradient-text{filter:drop-shadow(0 6px 18px #60a5fa59)}.reveal{opacity:0;transition:opacity .65s var(--ease)}.reveal.visible,#hero .reveal{opacity:1}@media (width<=1024px){.hero-grid{grid-template-columns:1fr;gap:2.5rem}.hero-visual{max-width:420px;min-height:340px;margin:0 auto}.hero-float--product{left:0;transform:translateZ(25px)}.hero-float--rating{right:0;transform:translateZ(25px)}.scene-perspective{transform:rotateX(18deg)rotateY(-10deg)scale(.85)}.ac-condenser-3d{margin-left:-100px;left:50%}.about-grid,.area-grid{grid-template-columns:1fr}.area-map-canvas{height:260px;min-height:260px}.panel-header{flex-direction:column}.panel-price{text-align:left;width:100%}.panel-grid,.why-grid,.faq-grid,.contact-layout{grid-template-columns:1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.products-toolbar{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:1.5rem}.step-connector{display:none}}@media (width<=768px){.nav-toggle{display:flex}.nav-links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;visibility:hidden;background:#030f1ff7;flex-direction:column;justify-content:center;align-items:center;gap:1.75rem;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.nav-links.open{opacity:1;visibility:visible}.nav-links a{font-size:1.15rem}.nav-toggle.open span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav-toggle.open span:nth-child(2){opacity:0}.nav-toggle.open span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.hero{min-height:auto;padding-bottom:3rem}.hero-trust{gap:1.25rem}.service-menu{border-radius:var(--radius-sm);flex-wrap:nowrap;overflow-x:auto}.service-tab{flex:none}.product-menu{border-radius:var(--radius-sm);flex-wrap:nowrap;justify-content:flex-start;width:100%;overflow-x:auto}.product-cat-tab{flex:none}.credentials,.about-facts,.area-list{grid-template-columns:1fr}.area-col--cta{grid-column:span 1}.why-cards,.products-grid,.product-modal__layout{grid-template-columns:1fr}.product-modal__viewer-wrap{border-right:none;border-bottom:1px solid var(--border);min-height:280px}.product-modal__viewer{min-height:280px}.form-row,.footer-inner{grid-template-columns:1fr}.top-bar-live,.float-cta span{display:none}.float-cta{border-radius:50%;padding:1rem}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.reveal{opacity:1}}:root{--brand-navy:#1d447b;--brand-navy-deep:#132f57;--brand-navy-mid:#2a5294;--brand-royal:#4481c3;--brand-royal-light:#6ba3d9;--brand-yellow:#f7a823;--brand-yellow-light:#f9c04a;--brand-yellow-dark:#d88e0a;--white:#fff;--bg:#fff;--bg-section:#f6f8fb;--bg-elevated:#f6f8fb;--bg-alt:#eef2f7;--brand-royal-pale:#eef4fb;--surface:#fff;--surface-hover:#f8fafc;--border:#1d447b1a;--border-bright:#4481c359;--cyan:var(--brand-royal-light);--cyan-dim:var(--brand-navy);--blue:var(--brand-royal);--gold:var(--brand-yellow);--gold-light:var(--brand-yellow-light);--gold-hot:var(--brand-yellow-dark);--orange:var(--brand-yellow);--orange-hot:var(--brand-yellow-dark);--text:#1d447b;--text-muted:#5a7291;--text-dim:#7a92ad;--text-on-dark:#fff;--font-serif:"Cormorant Garamond", "Georgia", "Times New Roman", serif;--font-display:var(--font-serif);--font-body:"Plus Jakarta Sans", system-ui, -apple-system, sans-serif;--radius:20px;--radius-sm:12px;--shadow-sm:0 2px 12px #1d447b0f;--shadow:0 12px 40px #1d447b14;--shadow-lg:0 24px 64px #132f571f;--glow-cyan:0 0 48px #4481c333;--glow-orange:0 10px 36px #f7a82361;--glass:#fffffff0;--gradient-brand:linear-gradient(135deg, var(--brand-navy-deep) 0%, var(--brand-navy) 50%, var(--brand-royal) 100%);--gradient-gold:linear-gradient(135deg, #f7a823 0%, #f9c04a 100%);--gradient-blue:var(--gradient-brand);--gradient-border:linear-gradient(135deg, #f7a82359, #4481c340)}body:before{content:"";z-index:9998;pointer-events:none;opacity:.012;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.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:180px;position:fixed;inset:0}.scroll-progress{z-index:120;background:var(--brand-yellow);width:0%;height:3px;transition:width 80ms linear;position:fixed;top:0;left:0;box-shadow:0 0 10px #f7a82380}.page-loader{z-index:10000;background:var(--bg);place-items:center;transition:opacity .6s,visibility .6s;display:grid;position:fixed;inset:0}.page-loader.is-done{opacity:0;visibility:hidden;pointer-events:none}.page-loader__inner{text-align:center}.page-loader__logo{font-family:var(--font-display);color:var(--brand-navy);flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;margin-bottom:2rem;font-size:1.2rem;font-weight:600;display:flex}.page-loader__logo .logo-mark{object-fit:contain;width:72px;height:72px;animation:1.8s ease-in-out infinite logoPulse}@keyframes logoPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.92;transform:scale(1.04)}}.page-loader__logo strong{color:var(--brand-royal)}.page-loader__bar{background:var(--brand-royal-pale);border-radius:3px;width:160px;height:3px;margin-inline:auto;overflow:hidden}.page-loader__fill{background:var(--gradient-gold);width:0%;height:100%;animation:1.4s cubic-bezier(.4,0,.2,1) forwards loaderFill}@keyframes loaderFill{to{width:100%}}.top-bar{background:var(--brand-navy-deep);border-bottom:1px solid #ffffff14}.top-bar-live{color:#ffffffe0}.top-bar-phone{color:var(--brand-yellow-light)}.header{transition:background .35s var(--ease,ease), box-shadow .35s var(--ease,ease), padding .35s var(--ease,ease)}.header.header--hero:not(.scrolled){background:linear-gradient(#132f57eb 0%,#132f578c 65%,#132f5700 100%)}.header.scrolled{-webkit-backdrop-filter:blur(20px)saturate(1.5);backdrop-filter:blur(20px)saturate(1.5);border-bottom:1px solid var(--border);background:#fff;box-shadow:0 4px 24px #1d447b1a}.header.header--hero:not(.scrolled) .nav-links a:not(.nav-cta){color:#ffffffeb}.header.header--hero:not(.scrolled) .nav-links a:not(.nav-cta):hover,.header.header--hero:not(.scrolled) .nav-links a.is-active:not(.nav-cta){color:#fff}.header.header--hero:not(.scrolled) .nav-toggle span{background:#fff}.header.header--hero:not(.scrolled) .logo-text{color:#fff}.header.header--hero:not(.scrolled) .logo-text strong{color:var(--brand-yellow-light)}.header.scrolled .nav-links a:not(.nav-cta){color:var(--brand-navy)}.header.scrolled .nav-links a:not(.nav-cta):hover,.header.scrolled .nav-links a.is-active:not(.nav-cta){color:var(--brand-navy-deep)}.header.scrolled .nav-toggle span{background:var(--brand-navy)}.header.scrolled .logo-text{color:var(--brand-navy)}.header.scrolled .logo-text strong{color:var(--brand-royal)}.logo{gap:.75rem}.logo-mark{object-fit:contain;background:0 0;flex-shrink:0;width:48px;height:48px;display:block}.logo-text{letter-spacing:.03em;color:var(--brand-navy);font-size:1.05rem}.logo-text strong{color:var(--brand-royal);font-weight:600}.nav-links a.is-active:not(.nav-cta):after{background:var(--brand-yellow)}.nav-cta{box-shadow:var(--glow-orange);background:var(--brand-yellow)!important;color:var(--brand-navy-deep)!important;border-radius:999px!important}.btn-primary{background:var(--brand-yellow);color:var(--brand-navy-deep);box-shadow:var(--glow-orange);border-radius:999px}.btn-primary:hover{transform:translateY(-1px);box-shadow:0 14px 40px #f7a82373}.btn-glass{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff14;border-color:#ffffff59}.btn-glass:hover{background:#ffffff24;border-color:#ffffff8c}.header.scrolled .btn-glass{border-color:var(--border);color:var(--brand-navy);background:var(--white)}.header.scrolled .btn-glass:hover{border-color:var(--brand-royal);background:var(--brand-royal-pale)}.hero{min-height:100svh}.hero-video-wrap{position:absolute;inset:0;overflow:hidden}.hero-video{object-fit:cover;filter:saturate(.75)contrast(1.08)brightness(.85);width:100%;height:100%;transform:scale(1.06)}@media (prefers-reduced-motion:reduce){.hero-video-wrap{display:none}}.hero:after{content:"";background:linear-gradient(to top, var(--white) 0%, #fff0 100%);pointer-events:none;z-index:1;height:160px;position:absolute;bottom:0;left:0;right:0}.hero-copy,.hero-title,.hero-badge,.trust-item{color:var(--text-on-dark)}.hero-subtitle,.trust-label,.hero-scroll-hint{color:#ffffffd9}.hero-title{letter-spacing:.01em;text-shadow:0 2px 24px #132f5740;font-size:clamp(2.75rem,6.5vw,4.5rem);font-weight:500;line-height:1.04}.gradient-text{background:linear-gradient(135deg,#f9c04a 0%,#f7a823 50%,#fff 100%);-webkit-background-clip:text;background-clip:text}.hero-badge{color:#fff;letter-spacing:.06em;text-transform:uppercase;background:#ffffff1a;border:1px solid #ffffff38;font-size:.72rem}.badge-icon{background:#f7a82359}.trust-number,.trust-suffix{color:var(--brand-yellow)}.hero-gradient{background:linear-gradient(112deg,#132f57eb 0%,#1d447bd6 42%,#4481c373 100%),radial-gradient(55% 45% at 88% 12%,#f7a8232e,#0000 55%)}.hero-scroll-hint{z-index:2;letter-spacing:.18em;text-transform:uppercase;color:#ffffffa6;flex-direction:column;align-items:center;gap:.5rem;font-size:.68rem;font-weight:600;animation:2.5s ease-in-out infinite scrollHint;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-scroll-hint span{background:linear-gradient(to bottom, var(--gold), transparent);width:1px;height:40px}@keyframes scrollHint{0%,to{opacity:.5;transform:translate(-50%)translateY(0)}50%{opacity:1;transform:translate(-50%)translateY(6px)}}.stats-banner{background:var(--gradient-brand);border:none;padding:0;position:relative;overflow:hidden}.stats-banner:before{content:"";pointer-events:none;background:radial-gradient(50% 80% at 50% 0,#f7a8231f,#0000);position:absolute;inset:0}.stats-banner__grid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.stats-banner__item{text-align:center;border-right:1px solid #ffffff1a;padding:2.75rem 1.5rem;position:relative}.stats-banner__item:last-child{border-right:none}.stats-banner__value{font-family:var(--font-serif);letter-spacing:.02em;color:var(--brand-yellow);margin-bottom:.35rem;font-size:clamp(2rem,4vw,2.75rem);font-weight:500;line-height:1;display:block}.stats-banner__label{color:#ffffffc7;letter-spacing:.04em;font-size:.82rem;font-weight:500}.partners{border-bottom:1px solid var(--border);background:var(--bg-elevated);padding:3.5rem 0}.partners__label{text-align:center;letter-spacing:.2em;text-transform:uppercase;color:var(--text-dim);margin-bottom:2rem;font-size:.72rem;font-weight:700}.partners__grid{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem 3rem;display:flex}.partner-logo{opacity:.72;justify-content:center;align-items:center;margin:0;transition:transform .3s,opacity .3s;display:flex}.partner-logo img{object-fit:contain;filter:none;opacity:.9;width:auto;max-width:140px;height:clamp(28px,4vw,38px);display:block}.partner-logo:hover{opacity:1;transform:scale(1.06)}.marquee{background:linear-gradient(90deg, var(--bg-elevated), #1e88c80d, var(--bg-elevated))}.marquee-track .dot{color:var(--brand-yellow)}.section-tag{color:var(--brand-royal);letter-spacing:.18em;padding-left:1.5rem;position:relative}.section-tag:before{content:"";background:var(--brand-yellow);width:1rem;height:1px;position:absolute;top:50%;left:0}.section-header h2{letter-spacing:.02em;font-weight:600}.service-detail,.about-card,.contact-form,.review-card,.product-card,.why-card{position:relative}.service-detail:before,.about-card:before,.contact-form:before{content:"";border-radius:inherit;background:var(--gradient-border);-webkit-mask-composite:xor;pointer-events:none;opacity:.6;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.service-tab.active{background:var(--brand-royal-pale);color:var(--brand-navy);box-shadow:inset 0 0 0 1px #1e88c833}.panel-tag{color:var(--brand-royal)}.panel-tag--urgent{color:var(--brand-yellow-dark);background:#f5a6231f}.panel-block h4{color:var(--brand-royal)}.price-value{color:var(--brand-navy);font-family:var(--font-serif);letter-spacing:.03em;font-variant-numeric:lining-nums;font-weight:500;line-height:1.35}.product-price{font-family:var(--font-serif);letter-spacing:.03em;font-variant-numeric:lining-nums;color:var(--brand-navy);font-size:1.1rem;font-weight:500;line-height:1.4}.price-label{font-family:var(--font-body);letter-spacing:.14em;font-weight:600}.panel-price{background:var(--brand-royal-pale);border-color:#1e88c833}.service-detail,.product-card,.review-card,.why-card,.about-card,.contact-form{background:var(--white);border:1px solid var(--border);box-shadow:var(--shadow-sm);transition:box-shadow .35s,transform .35s,border-color .35s}.service-detail:hover,.product-card:hover,.review-card:hover,.why-card:hover{box-shadow:var(--shadow);border-color:#4481c333}.product-card:hover{transform:translateY(-4px)}.services,.products,.about,.reviews,.faq,.service-area,.contact{padding-block:6rem}.section-header{margin-bottom:3.5rem}.section-header h2{color:var(--brand-navy)}.section-header p{color:var(--text-muted);font-size:1.08rem;line-height:1.75}.section-tag{color:var(--brand-royal)}.section-tag:before{background:var(--brand-yellow)}.product-cat-tab.active{background:var(--brand-navy);color:var(--white)}.panel-price{background:var(--brand-royal-pale);border:1px solid #4481c32e}.price-value,.product-price{color:var(--brand-navy)}.product-media{background:linear-gradient(160deg, var(--brand-royal-pale), #4481c30f)!important}.review-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.review-card:before{content:"“";font-family:var(--font-serif);color:#f5a6231f;pointer-events:none;font-size:3.5rem;line-height:1;position:absolute;top:1rem;right:1.25rem}.review-card{position:relative}.review-card--highlight{background:linear-gradient(160deg, #f5a62314, var(--surface));border-color:#f5a62340}.avatar{background:var(--gradient-gold);color:var(--brand-navy-deep)}.faq-item[open]{border-color:#f5a62340}.faq-item summary:after{color:var(--brand-royal)}.contact{background:radial-gradient(ellipse 70% 50% at 50% 100%, #1e88c814, transparent), linear-gradient(180deg, var(--white), var(--brand-royal-pale))}.contact-big-btn{background:linear-gradient(135deg,#1e88c814,#f5a62314);border-color:#1e88c838}.contact-big-btn:hover{border-color:var(--brand-royal)}.contact-big-btn span span{color:var(--brand-royal)}.perk span{color:var(--brand-yellow-dark)}.form-group input:focus,.form-group textarea:focus{border-color:var(--brand-royal);box-shadow:0 0 0 3px #1e88c81f}.chip.active,.chip-label input:checked+span{background:var(--brand-royal-pale);border-color:var(--brand-royal);color:var(--brand-navy)}.footer{background:linear-gradient(180deg, var(--brand-navy), var(--brand-navy-deep));color:#ffffffe0;border-top:1px solid #ffffff14}.footer .logo-text,.footer .logo-text strong{color:#fff}.footer .logo-text strong{color:var(--brand-yellow-light)}.footer-brand p,.footer-col a,.footer-bottom p,.footer-award{color:#ffffffb8}.footer-col h4{color:#fff}.footer-col a:hover{color:var(--brand-yellow-light)}.footer-awards{flex-wrap:wrap;gap:.75rem;margin-top:1.25rem;display:flex}.footer-award{letter-spacing:.04em;text-transform:uppercase;color:#ffffffb8;border-radius:var(--radius-pill);border:1px solid #ffffff29;padding:.35rem .75rem;font-size:.72rem;font-weight:600}.float-cta{background:linear-gradient(135deg,#15803d,#22c55e);border:2px solid #f5a6234d}.thermo-card{background:var(--glass);border-radius:var(--radius);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow), 0 0 60px #f5a6230f;border:1px solid #f5a62326;padding:1.75rem}.thermo-main-brand{color:var(--gold)}.thermo-status{color:var(--gold-light);background:#f5a6231a;border-color:#f5a62340}.thermo-fill{background:linear-gradient(90deg, var(--gold-hot), var(--gold-light), #fff);box-shadow:0 0 14px #f5a62380}.thermo-dot.is-active{background:var(--gold);box-shadow:0 0 16px #f5a623a6}.hero-float{border-color:#f5a62333}.hero-float--product{box-shadow:var(--shadow), 0 0 28px #f5a6231f;border-color:#f5a62347}.step-num{background:var(--gradient-gold)!important;color:var(--brand-navy-deep)!important}.step-connector{background:linear-gradient(90deg,#0000,#f5a6234d,#0000)!important}.why-check{color:var(--brand-royal)!important}.why-card:hover{border-color:#1e88c838}.about-gallery{grid-template-rows:auto auto;grid-template-columns:1.4fr 1fr 1fr;gap:.85rem;margin-bottom:3rem;display:grid}.about-photo{border-radius:var(--radius);border:1px solid var(--border);aspect-ratio:4/3;margin:0;position:relative;overflow:hidden}.about-photo__open{cursor:zoom-in;width:100%;height:100%;color:inherit;font:inherit;background:0 0;border:0;margin:0;padding:0;display:block;position:relative}.about-photo__open:focus-visible{outline:2px solid var(--brand-gold);outline-offset:2px}.about-photo--main{aspect-ratio:auto;grid-row:span 2}.about-photo img,.about-photo video{object-fit:cover;pointer-events:none;width:100%;height:100%;transition:transform .6s cubic-bezier(.22,1,.36,1);display:block}.about-photo:hover img,.about-photo:hover video{transform:scale(1.04)}.about-photo__expand{z-index:2;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);pointer-events:none;background:#0108128c;border:1px solid #ffffff2e;border-radius:999px;place-items:center;width:2rem;height:2rem;font-size:.95rem;font-weight:700;display:grid;position:absolute;top:.75rem;right:.75rem}.about-photo figcaption{letter-spacing:.04em;color:#fff;background:linear-gradient(#0000,#010812d9);padding:2.5rem 1.25rem 1rem;font-size:.82rem;font-weight:600;position:absolute;bottom:0;left:0;right:0}.about-photo:after{content:"";border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:inset 0 0 0 1px #f5a6231f}.about-lightbox{z-index:12000;place-items:center;padding:1.25rem;display:grid;position:fixed;inset:0}.about-lightbox[hidden]{display:none!important}.about-lightbox__backdrop{opacity:0;background:#010812eb;transition:opacity .28s;position:absolute;inset:0}.about-lightbox__stage{z-index:1;opacity:0;flex-direction:column;align-items:center;gap:.85rem;width:min(96vw,1200px);max-height:92vh;transition:transform .32s cubic-bezier(.22,1,.36,1),opacity .28s;display:flex;position:relative;transform:scale(.96)}.about-lightbox.is-open .about-lightbox__backdrop{opacity:1}.about-lightbox.is-open .about-lightbox__stage{opacity:1;transform:scale(1)}.about-lightbox__close{z-index:2;color:#fff;cursor:pointer;background:#010812a6;border:1px solid #ffffff2e;border-radius:999px;width:2.75rem;height:2.75rem;font-size:1.6rem;line-height:1;position:absolute;top:1rem;right:1rem}.about-lightbox__close:hover{background:#1e88c859}.about-lightbox__media{place-items:center;width:100%;max-height:calc(92vh - 3rem);display:grid}.about-lightbox__image,.about-lightbox__video{border-radius:var(--radius);width:auto;max-width:100%;height:auto;max-height:calc(92vh - 3rem);box-shadow:0 24px 80px #00000073}.about-lightbox__image{object-fit:contain}.about-lightbox__video{background:#000;width:min(96vw,1100px)}.about-lightbox__caption{color:#ffffffe0;text-align:center;margin:0;font-size:.95rem}body.about-lightbox-open{overflow:hidden}.owner-photo{object-fit:cover;border:2px solid #f5a62373;border-radius:50%;flex-shrink:0;width:72px;height:72px;box-shadow:0 8px 24px #00000059}.owner-avatar{background:var(--gradient-gold)!important;color:var(--brand-navy-deep)!important}.credential{border-color:#1e88c826!important}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-elevated)}::-webkit-scrollbar-thumb{background:#1e88c859;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#1e88c88c}::selection{color:var(--text);background:#1e88c833}@media (width<=1024px){.stats-banner__grid{grid-template-columns:repeat(2,1fr)}.stats-banner__item:nth-child(2){border-right:none}.stats-banner__item:first-child,.stats-banner__item:nth-child(2){border-bottom:1px solid var(--border)}.hero-scroll-hint{display:none}.about-gallery{grid-template-rows:auto;grid-template-columns:1fr 1fr}.about-photo--main{aspect-ratio:16/9;grid-area:span 1/span 2}}@media (width<=768px){.stats-banner__grid{grid-template-columns:1fr 1fr}.partners__grid{gap:1.5rem 2rem}.partner-logo img{height:26px}.about-gallery{grid-template-columns:1fr}.about-photo--main{grid-column:span 1}}@media (prefers-reduced-motion:reduce){.page-loader{display:none}.hero-scroll-hint{animation:none}.btn-primary:after{display:none}}body{letter-spacing:.012em;font-weight:400}.logo,.page-loader__logo{letter-spacing:.04em;font-weight:500}.logo-text strong,.page-loader__logo strong{font-weight:600}.panel-header h3,.product-modal__title,.about-content h2,.why-card h3{font-family:var(--font-serif);letter-spacing:.02em;font-weight:600}.trust-number,.trust-suffix{font-family:var(--font-serif);letter-spacing:.02em;font-weight:500}.product-brand{font-family:var(--font-body);letter-spacing:.14em;color:var(--brand-royal)}.nav-links a,.service-tab,.btn,.product-cat-tab,.chip{font-family:var(--font-body)}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
