:root{--blue: #1b47e5;--blue-700: #1233b5;--blue-50: #eef2ff;--navy: #0a1020;--navy-soft: #111a30;--yellow: #ffd23a;--yellow-600: #f2bd13;--ink: #0b1020;--muted: #5b6478;--line: #e6e9f2;--bg: #ffffff;--bg-soft: #f5f7fc;--paper: #f5f7fc;--sky: #eaf0ff;--ok: #0b7a45;--ok-bg: #e6f7ee;--warn: #8a5a00;--warn-bg: #fff6da;--err: #e5402a;--radius: 18px;--shadow: 0 10px 30px rgba(12, 24, 70, .1);--shadow-lg: 0 24px 60px rgba(12, 24, 70, .18);--maxw: 1140px;--font: "Archivo", system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--display: "Archivo Expanded", "Archivo", system-ui, -apple-system, sans-serif;--brand: var(--blue);--brand-dark: var(--blue-700);--brand-light: var(--blue-50);--accent: var(--yellow)}*{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font);color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased;overflow-x:hidden}h1,h2,h3,h4{margin:0 0 .5em;line-height:1.1}h1{font-family:var(--display);font-style:italic;font-weight:900;text-transform:uppercase;letter-spacing:-.02em;font-size:clamp(1.9rem,5vw,2.8rem)}h2{font-weight:800;letter-spacing:-.01em;font-size:clamp(1.5rem,4vw,2.2rem)}h3{font-weight:800;letter-spacing:-.01em}a{color:var(--blue);text-decoration:none}a:hover{text-decoration:underline}img,svg{max-width:100%}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 1.25rem}section{padding:3.5rem 0}.section-soft{background:var(--paper)}.center{text-align:center}.muted{color:var(--muted)}.small{font-size:.85rem}.eyebrow{display:inline-block;text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:800;color:var(--blue);margin-bottom:.6rem}.eyebrow.light{color:#cfe0ff}.sec-head{text-align:center;max-width:720px;margin:0 auto 2.25rem}.sec-head h2{font-family:var(--display);font-weight:900;font-style:italic;text-transform:uppercase;letter-spacing:-.01em;font-size:clamp(1.7rem,4.5vw,2.6rem)}.sec-head p{color:var(--muted);font-size:1.05rem;margin:0}.accent-bar{width:64px;height:6px;border-radius:4px;background:var(--yellow);margin:.9rem auto 0}.btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.55rem;font-family:var(--font);font-size:1rem;font-weight:800;letter-spacing:-.01em;padding:.85rem 1.4rem;border-radius:14px;border:2px solid transparent;cursor:pointer;min-height:50px;transition:transform .12s ease,background .15s ease,box-shadow .15s ease;white-space:nowrap;text-decoration:none;overflow:hidden}.btn svg{width:18px;height:18px;flex:none}.btn:hover{text-decoration:none;transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn[disabled]{opacity:.5;cursor:not-allowed;transform:none}.btn-primary{background:var(--blue);color:#fff;box-shadow:0 8px 20px #1b47e547}.btn-primary:hover{background:var(--blue-700)}.btn-accent{background:var(--yellow);color:var(--navy);box-shadow:0 8px 20px #ffc82866}.btn-accent:hover{background:var(--yellow-600)}.btn-dark{background:var(--navy);color:#fff}.btn-dark:hover{background:var(--navy-soft)}.btn-secondary{background:#fff;color:var(--blue);border-color:var(--line)}.btn-secondary:hover{border-color:var(--blue);background:var(--blue-50)}.btn-block{width:100%}.btn-lg{font-size:1.05rem;padding:1rem 1.6rem;min-height:56px;border-radius:16px}.btn-accent:after,.btn-primary:after{content:"";position:absolute;top:0;left:-60%;width:36%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.45),transparent);transform:skew(-20deg);animation:shimmer 5.5s ease-in-out infinite;pointer-events:none}label{display:block;font-weight:700;margin-bottom:.35rem;font-size:.95rem}.field{margin-bottom:1.1rem}input,select,textarea{width:100%;font:inherit;padding:.75rem .85rem;border:1.5px solid var(--line);border-radius:12px;background:#fff;color:var(--ink);min-height:48px}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px var(--blue-50)}textarea{min-height:96px;resize:vertical}.input-error{border-color:var(--err)}.error-text{color:var(--err);font-size:.85rem;margin-top:.25rem}.note-ok{background:var(--ok-bg);color:var(--ok);border-radius:12px;padding:.75rem .95rem;font-weight:700}.note-warn{background:var(--warn-bg);color:var(--warn);border-radius:12px;padding:.75rem .95rem;font-weight:700}.card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.5rem;transition:transform .25s ease,box-shadow .25s ease}.card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.grid{display:grid;gap:1.25rem}@media(min-width:720px){.grid-2{grid-template-columns:1fr 1fr}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}}.badge{display:inline-block;background:var(--blue-50);color:var(--blue);border-radius:999px;padding:.2rem .75rem;font-size:.8rem;font-weight:800;letter-spacing:.02em}.banner{background:var(--yellow);color:var(--navy);font-weight:800;text-align:center;padding:.9rem 1rem}.hero{position:relative;color:#fff;background:radial-gradient(120% 130% at 12% 8%,#2a5bf2 0%,var(--blue) 46%,var(--blue-700) 100%);padding:3.2rem 0 3.4rem;overflow:hidden}.hero.commercial{background:radial-gradient(120% 130% at 12% 8%,#1f44d8,#14318f 60%,#0c2570)}.hero-blob{position:absolute;border-radius:50%;filter:blur(8px);opacity:.5;pointer-events:none}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:minmax(0,1fr);gap:2rem;align-items:center}.hero-grid>*{min-width:0}@media(min-width:940px){.hero-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:2.5rem}}.hero-pill{display:inline-flex;align-items:center;gap:.5rem;background:#080e2352;border:1px solid rgba(255,255,255,.18);color:var(--yellow);padding:.45rem .95rem;border-radius:999px;font-weight:800;font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.3rem}.hero-pill svg{width:16px;height:16px}.hero-title{font-family:var(--display);font-style:italic;font-weight:900;text-transform:uppercase;letter-spacing:-.02em;font-size:clamp(2.6rem,8.5vw,5rem);line-height:.92;margin:0 0 1.1rem;color:#fff}.hero-title .hl{color:var(--yellow);display:block}.hero .lede{font-size:clamp(1.05rem,2.4vw,1.3rem);color:#ffffffeb;max-width:32ch;margin:0 0 1.6rem}.hero-cta{display:flex;flex-wrap:wrap;gap:.8rem}.hero-rating{display:flex;align-items:center;gap:.5rem;margin-top:1.5rem;font-size:.95rem;color:#ffffffe6;flex-wrap:wrap}.hero-rating .stars{color:var(--yellow);letter-spacing:2px;font-size:1.05rem}.hero-rating strong{color:#fff}.hero-cards{position:relative;display:flex;flex-direction:column;align-items:flex-end}.promo-card{position:relative;width:100%;background:linear-gradient(150deg,#ffe06b 0%,var(--yellow) 55%,#ffc41f 100%);color:var(--navy);border-radius:22px;padding:1.6rem 1.7rem 1.8rem;box-shadow:var(--shadow-lg);overflow:hidden;animation:floaty 7s ease-in-out infinite}.promo-card .sparkle{position:absolute;right:-10px;bottom:-14px;width:110px;height:110px;opacity:.4}.promo-card .eyebrow-dark{display:inline-block;text-transform:uppercase;letter-spacing:.16em;font-size:.72rem;font-weight:800;color:#0a102099;margin-bottom:.5rem}.promo-card .promo-title{font-family:var(--display);font-style:italic;font-weight:900;text-transform:uppercase;font-size:clamp(1.7rem,4.5vw,2.4rem);line-height:.95;letter-spacing:-.01em;margin-bottom:.5rem}.promo-card p{margin:0;font-weight:600;font-size:.95rem;color:#0a1020c7;max-width:26ch}.delivery-card{display:flex;align-items:center;gap:.85rem;background:#fff;color:var(--ink);border-radius:18px;padding:.9rem 1.2rem;box-shadow:var(--shadow-lg);margin-top:-1.4rem;margin-right:1.2rem;z-index:3;animation:floaty 7s ease-in-out infinite;animation-delay:.8s}.delivery-card .clock{width:42px;height:42px;border-radius:12px;background:var(--blue-50);color:var(--blue);display:flex;align-items:center;justify-content:center;flex:none}.delivery-card .clock svg{width:22px;height:22px}.delivery-card .big{font-family:var(--display);font-weight:900;font-style:italic;font-size:1.3rem;line-height:1}.delivery-card .lbl{font-size:.8rem;color:var(--muted);font-weight:600}.hero-illos{display:flex;align-items:flex-end;justify-content:flex-end;gap:1.1rem;width:100%;margin-top:1.2rem;filter:drop-shadow(0 12px 18px rgba(0,0,0,.22))}.hero-illos .truck{width:124px;height:auto;animation:floaty 6s ease-in-out infinite}.hero-illos .washer{width:64px;height:auto;animation:floaty 6s ease-in-out infinite;animation-delay:1s}@media(max-width:940px){.hero-illos{justify-content:center}}.trust-strip{background:var(--navy);color:#fff}.trust-strip .container{display:flex;flex-wrap:wrap;justify-content:center;gap:.6rem 1.6rem;padding-top:1rem;padding-bottom:1rem}.trust-strip span{position:relative;font-weight:600;font-size:.92rem;color:#e7ecf6;display:inline-flex;align-items:center}.trust-strip span+span:before{content:"◆";color:var(--yellow);font-size:.6rem;margin-right:1.6rem}.steps{display:grid;gap:1.25rem}@media(min-width:760px){.steps{grid-template-columns:repeat(3,1fr)}}.step{position:relative;text-align:center}.step-ill{width:64px;height:64px;margin:0 auto .6rem;border-radius:16px;background:var(--blue-50);color:var(--blue);display:flex;align-items:center;justify-content:center}.step-ill svg{width:34px;height:34px}.step:hover .step-ill{animation:floaty 1.6s ease-in-out infinite}.step-num{position:absolute;top:1rem;right:1.1rem;width:30px;height:30px;border-radius:50%;background:var(--yellow);color:var(--navy);font-weight:900;font-size:.95rem;display:flex;align-items:center;justify-content:center}.step h3{font-weight:800;font-size:1.15rem;margin:0 0 .3rem}.step p{margin:0;color:var(--muted)}.stats-band{background:radial-gradient(120% 140% at 85% 15%,#2a5bf2 0%,var(--blue) 55%,var(--blue-700) 100%);color:#fff}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;text-align:center}@media(min-width:720px){.stats-grid{grid-template-columns:repeat(4,1fr)}}.stat .num{font-family:var(--display);font-style:italic;font-weight:900;font-size:clamp(1.9rem,6vw,3rem);line-height:1}.stat .num .suffix{color:var(--yellow)}.stat .label{margin-top:.5rem;font-weight:600;color:#cdd9f7;font-size:.95rem}.price-line{display:inline-block;font-family:var(--display);font-style:italic;font-weight:900;text-transform:uppercase;font-size:clamp(1.8rem,5vw,2.8rem);background:var(--navy);color:#fff;border-radius:18px;padding:.8rem 1.8rem;margin:.5rem 0 .9rem;box-shadow:var(--shadow)}.price-line .rate{color:var(--yellow)}.review{display:flex;flex-direction:column}.review .avatar{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;color:#fff;margin-bottom:.6rem;box-shadow:var(--shadow)}.review .stars{color:var(--yellow);letter-spacing:2px}.review blockquote{margin:.5rem 0;font-size:1.02rem;font-weight:500}.review figcaption{font-weight:800;color:var(--muted)}.industry{display:flex;gap:1rem;align-items:flex-start}.industry .icon{width:56px;height:56px;border-radius:16px;background:var(--blue-50);display:flex;align-items:center;justify-content:center;font-size:1.7rem;flex:none;transition:transform .25s ease}.industry:hover .icon{transform:scale(1.08) rotate(-4deg)}.industry h3{font-weight:800;font-size:1.15rem;margin:0 0 .25rem}.industry p{margin:0;color:var(--muted)}.why{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem 1.6rem}.why li{font-weight:700;position:relative;padding-left:1.5rem}.why li:before{content:"✓";position:absolute;left:0;color:var(--ok);font-weight:900}.store-grid{display:grid;gap:1.5rem;align-items:stretch}@media(min-width:820px){.store-grid{grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr)}}.store-info{display:flex;flex-direction:column;gap:1rem}.store-info h3{font-family:var(--display);font-style:italic;text-transform:uppercase;font-size:1.4rem}.store-info .row{display:flex;gap:.7rem;margin:0;align-items:flex-start}.store-info .ic{font-size:1.1rem;line-height:1.4}.store-info .hrs strong{display:block;margin-bottom:.2rem}.store-info .hrs div{color:var(--muted);font-size:.92rem}.store-cta{display:flex;flex-wrap:wrap;gap:.6rem;margin-top:auto;padding-top:.5rem}.store-map{min-height:280px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.store-map iframe{width:100%;height:100%;min-height:280px;border:0;display:block}.offer-card{position:relative;overflow:hidden;border-top:4px solid var(--yellow)}.offer-card h3{font-weight:900;font-size:1.3rem;color:var(--ink)}.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:70;display:flex;gap:.5rem;padding:.5rem;background:#fff;border-top:1px solid var(--line);box-shadow:0 -4px 16px #0c18461a}.sticky-bar .btn{flex:1;min-height:52px}@media(min-width:880px){.sticky-bar{display:none}}@media(max-width:880px){body{padding-bottom:74px}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@keyframes shimmer{0%{left:-60%}60%,to{left:140%}}@keyframes floaty{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}.announce.svelte-1mn1mug{background:var(--navy);color:#fff;font-size:.85rem}.inner.svelte-1mn1mug{display:flex;align-items:center;justify-content:center;gap:.6rem;padding:.5rem 1.25rem;flex-wrap:nowrap;overflow:hidden;white-space:nowrap}.text.svelte-1mn1mug{overflow:hidden;text-overflow:ellipsis;min-width:0}.badge.svelte-1mn1mug{display:inline-flex;align-items:center;gap:.3rem;background:var(--yellow);color:var(--navy);font-weight:800;text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;padding:.2rem .7rem;border-radius:999px;white-space:nowrap}.text.svelte-1mn1mug{color:var(--yellow);font-weight:600}.lang-toggle.svelte-1jxc4k4{display:inline-flex;align-items:center;gap:.4rem;background:#fff;border:1.5px solid var(--line);border-radius:999px;padding:.4rem .8rem;font-weight:600;font-size:.9rem;color:var(--ink);cursor:pointer;min-height:40px}.lang-toggle.svelte-1jxc4k4:hover{border-color:var(--brand)}.current.svelte-1jxc4k4{background:var(--brand-light);color:var(--brand-dark);border-radius:999px;padding:.05rem .45rem;font-size:.75rem}.site-header.svelte-1elxaub{position:sticky;top:0;z-index:60;background:#fffffff2;-webkit-backdrop-filter:saturate(160%) blur(8px);backdrop-filter:saturate(160%) blur(8px);border-bottom:1px solid var(--line)}.bar.svelte-1elxaub{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:78px}.logo.svelte-1elxaub{display:inline-flex;align-items:center}.logo.svelte-1elxaub:hover{text-decoration:none}.logo-img.svelte-1elxaub{height:64px;width:auto;display:block}.desktop-nav.svelte-1elxaub{display:none;align-items:center;gap:1.6rem}.desktop-nav.svelte-1elxaub .nav-link:where(.svelte-1elxaub){color:var(--ink);font-weight:600;font-size:.95rem}.desktop-nav.svelte-1elxaub .nav-link:where(.svelte-1elxaub):hover{color:var(--blue);text-decoration:none}.desktop-nav.svelte-1elxaub .nav-link.active:where(.svelte-1elxaub){color:var(--blue)}.nav-cta.svelte-1elxaub{font-size:.95rem;padding:.6rem 1.2rem;min-height:44px;border-radius:12px}.nav-cta.svelte-1elxaub:hover{text-decoration:none}.mobile-actions-bar.svelte-1elxaub{display:flex;align-items:center;gap:.5rem}.call-btn.svelte-1elxaub{width:44px;height:44px;border-radius:50%;background:var(--blue);color:#fff;display:inline-flex;align-items:center;justify-content:center;flex:none;box-shadow:0 6px 16px #1b47e552}.call-btn.svelte-1elxaub svg:where(.svelte-1elxaub){width:20px;height:20px}.call-btn.svelte-1elxaub:hover{text-decoration:none;background:var(--blue-700)}.hamburger.svelte-1elxaub{display:inline-flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;background:none;border:0;cursor:pointer}.hamburger.svelte-1elxaub span:where(.svelte-1elxaub){display:block;height:3px;border-radius:2px;background:var(--ink)}.mobile-nav.svelte-1elxaub{display:flex;flex-direction:column;border-top:1px solid var(--line);padding:.5rem 1.25rem 1.1rem;background:#fff}.mobile-nav.svelte-1elxaub a:where(.svelte-1elxaub){padding:.85rem .2rem;color:var(--ink);font-weight:600;border-bottom:1px solid var(--line)}.mobile-nav.svelte-1elxaub a.active:where(.svelte-1elxaub){color:var(--blue)}.mobile-nav.svelte-1elxaub .sched:where(.svelte-1elxaub){margin-top:.9rem;border-bottom:0}@media(min-width:880px){.mobile-actions-bar.svelte-1elxaub,.mobile-nav.svelte-1elxaub{display:none}.desktop-nav.svelte-1elxaub{display:flex}.logo-img.svelte-1elxaub{height:60px}.bar.svelte-1elxaub{min-height:84px}}.site-footer.svelte-jz8lnl{background:var(--navy);color:#cbd5e8;padding:3rem 0 5rem}.cta-band.svelte-jz8lnl{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap;padding-bottom:2rem;margin-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.12)}.cta-band.svelte-jz8lnl h2:where(.svelte-jz8lnl){color:#fff;font-family:var(--display);font-style:italic;text-transform:uppercase;font-size:clamp(1.5rem,4vw,2.3rem);margin:0}.site-footer.svelte-jz8lnl h3:where(.svelte-jz8lnl){color:#fff;font-family:var(--display);font-style:italic;text-transform:uppercase}.site-footer.svelte-jz8lnl a:where(.svelte-jz8lnl){color:#9ec2ff}.site-footer.svelte-jz8lnl .muted{color:#8c98ad}.cols.svelte-jz8lnl{align-items:start}.toggle-wrap.svelte-jz8lnl{margin-top:1rem}.map.svelte-jz8lnl iframe:where(.svelte-jz8lnl){width:100%;height:200px;border:0;border-radius:var(--radius)}strong.svelte-jz8lnl{color:#fff}.skip-link.svelte-12qhfyh{position:absolute;left:-999px;top:0;background:var(--brand);color:#fff;padding:.6rem 1rem;border-radius:0 0 8px;z-index:100}.skip-link.svelte-12qhfyh:focus{left:0}
