:root{--bg:#f8fafc;--surface:#fff;--fg:#0f172a;--muted:#64748b;--border:#e2e8f0;--accent:#1e3a5f;--font-display:"Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--font-body:"Inter", -apple-system, BlinkMacSystemFont, system-ui, sans-serif;--max-width:1200px}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;margin:0;padding:0}html{background-color:#f29c54}body{color:var(--fg);font-family:var(--font-body);background-color:#f29c54;line-height:1.5;overflow-x:hidden}#root{flex-direction:column;min-height:100vh;display:flex}.page-backdrop{z-index:-1;opacity:.08;pointer-events:none;background-image:url(/backdrop.webp);background-position:bottom;background-repeat:no-repeat;background-size:auto;width:100%;height:100vh;position:fixed;bottom:0;left:0}nav{max-width:var(--max-width);background:var(--surface);border:1px solid var(--border);z-index:100;border-radius:60px;justify-content:space-between;align-items:center;width:calc(100% - 40px);margin:24px auto 0;padding:8px 8px 8px 24px;display:flex;position:relative;box-shadow:0 4px 30px #00000005}.logo{letter-spacing:-.03em;align-items:center;gap:0;font-size:24px;font-weight:800;display:flex}.logo-icon{background:var(--accent);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;font-size:28px;font-weight:800;display:flex}.nav-links{gap:32px;list-style:none;display:flex}.nav-links a{color:var(--fg);align-items:center;gap:6px;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.nav-links a:hover{color:#f97316}.nav-links a.active{color:var(--accent)}.nav-book-mobile{display:none}.btn-book-desktop{display:flex}.btn-book{background:var(--accent);color:#fff;border-radius:40px;align-items:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .2s;display:flex}.btn-book:hover{transform:scale(1.02)}.hamburger{cursor:pointer;z-index:100;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;display:none}.hamburger-line{background:#1e3a5f;border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.hamburger-line.open:first-child{transform:translateY(7px)rotate(45deg)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.hero{text-align:center;flex-direction:row;justify-content:center;align-items:center;gap:20px;min-height:calc(100vh - 112px);padding:40px 20px 0;display:flex;position:relative}.hero-side{flex-direction:column;flex:0 400px;justify-content:center;align-items:center;min-width:0;display:flex;position:relative}.hero-side .floating-card{margin-top:20px;position:static}.hero-center{text-align:center;flex-direction:column;flex:0 auto;align-items:center;min-width:0;max-width:800px;display:flex}.character{pointer-events:none;justify-content:center;align-items:center;width:100%;max-width:550px;height:auto;display:flex}.character img{object-fit:contain;width:100%;height:auto;display:block}.char-left,.char-right{opacity:1;filter:drop-shadow(0 20px 40px #0000000d)}.badge-trusted{background:var(--surface);border:1px solid var(--border);color:var(--muted);border-radius:40px;align-items:center;gap:12px;margin-bottom:32px;padding:10px 20px;font-size:14px;font-weight:500;display:inline-flex;box-shadow:0 4px 15px #00000008}.avatars{margin-left:6px;display:flex}.avatars img{background:#f1f5f9;border:2px solid #fff;border-radius:50%;width:28px;height:28px;margin-left:-10px}.hero h1{letter-spacing:-.05em;color:#1e3a5f;margin-bottom:32px;font-size:96px;font-weight:800;line-height:1.05}.hero-title-blue{color:#f97316}.hero-title-door-wrap{display:inline-block;position:relative}.hero-title-swoosh-wrap{pointer-events:none;transform-origin:0;width:108%;display:inline-block;position:absolute;bottom:-.32em;left:-4%}.hero-title-swoosh{transform-origin:20%;width:100%;height:auto;display:block;transform:rotate(-4deg)}.hero p{color:var(--muted);max-width:720px;margin:0 auto 50px;font-size:21px;font-weight:400}.trust-markers{justify-content:center;gap:48px;margin-bottom:64px;display:flex}.marker{align-items:center;gap:14px;display:flex}.marker-icon-wrap{color:#f97316;background:#fff7ed;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 4px 12px #f973161f}.marker-text{color:#334155;text-align:left;font-size:15px;font-weight:600;line-height:1.4}.cta-row{flex-wrap:wrap;justify-content:center;gap:16px;margin-top:12px;display:flex}.cta-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:16px;align-items:center;gap:10px;padding:18px 36px;font-size:18px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 8px 24px #0000000f}.cta-btn:hover{transform:translateY(-2px)}.cta-call{background:var(--accent);color:#fff}.cta-call:hover{background:#f97316;box-shadow:0 12px 32px #f973164d}.cta-whatsapp{color:#fff;background:#25d366}.cta-whatsapp:hover{background:#1da851;box-shadow:0 12px 32px #25d3664d}.cta-quick{color:#fff;background:#1e3a5f}.cta-quick:hover{background:#f97316;box-shadow:0 12px 32px #f973164d}.cta-btn svg{flex-shrink:0}.floating-card{-webkit-backdrop-filter:blur(12px);z-index:10;background:#fff6;border:1px solid #ffffff80;border-radius:24px;align-items:center;gap:16px;padding:16px 20px;transition:border-color .3s;display:flex;position:absolute;box-shadow:0 15px 40px #0000000a,inset 0 0 0 1px #fff6}.floating-card:hover{border-color:#fffc}.fc-plumbing{bottom:8%;left:5%}.fc-ac{bottom:8%;right:5%}.icon-box{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;font-size:20px;display:flex}.stats-bar{background:var(--surface);border:1px solid var(--border);border-radius:60px;justify-content:center;align-items:center;gap:0;margin-top:80px;padding:20px 36px;display:flex;box-shadow:0 4px 24px #0000000a}.stat-item{align-items:center;gap:14px;padding:0 28px;display:flex}.stat-icon{color:#1e3a5f;background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;line-height:1;display:flex}.stat-text-wrap{text-align:left;flex-direction:column;gap:2px;display:flex}.stat-title{color:#1e3a5f;white-space:nowrap;letter-spacing:-.01em;font-size:14px;font-weight:700}.stat-subtitle{color:#94a3b8;white-space:nowrap;font-size:12px;font-weight:500}.stat-divider{background:var(--border);width:1px;height:40px}:root{--card-ac:oklch(96% .02 240);--card-plumbing:oklch(97% .01 240);--card-pool:oklch(94% .04 240);--card-cctv:oklch(94% .04 280);--card-shutter:oklch(96% .01 240);--card-electrical:oklch(96% .02 80);--card-smarthome:oklch(96% .02 270);--card-cleaning:oklch(96% .02 160);--card-landscaping:oklch(96% .04 150);--card-autogates:oklch(96% .02 40)}.services-section{background:0 0;padding:48px 40px}.services-container{max-width:1400px;margin:0 auto}.services-header{flex-direction:column;gap:20px;margin-bottom:28px;display:flex}.header-top{justify-content:space-between;align-items:center;display:flex}.header-bottom{justify-content:space-between;align-items:center;gap:24px;display:flex}.eyebrow{border-radius:var(--radius-pill,100px);border:1px solid var(--border);letter-spacing:.12em;text-transform:uppercase;height:40px;color:var(--accent);background:#fff;align-items:center;gap:8px;padding:0 16px;font-size:11px;font-weight:700;display:inline-flex}.eyebrow svg{width:14px;height:14px}.services-title{letter-spacing:-.03em;color:#000;max-width:700px;margin:0;font-family:Iowan Old Style,Charter,Georgia,serif;font-size:44px;font-weight:500;line-height:1.05}.services-title span{color:var(--accent)}.nav-tabs{border-radius:var(--radius-pill,100px);border:1px solid var(--border);background:#fff;align-items:center;gap:6px;height:84px;padding:12px;display:flex;transform:translateY(-8px);box-shadow:0 8px 24px #00000008}.tab{border-radius:var(--radius-pill,100px);height:100%;color:var(--muted);cursor:pointer;justify-content:center;align-items:center;gap:8px;padding:0 24px;font-size:14px;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.tab.active{background:var(--accent);color:#fff}.tab-icon{opacity:.8;width:14px;height:14px}.tab.active .tab-icon{opacity:1;filter:brightness(0)invert()}.catalog-link{color:var(--fg);border-radius:var(--radius-pill,100px);border:1px solid var(--border);background:#fff;align-items:center;gap:6px;height:40px;padding:0 16px;font-size:12px;font-weight:600;text-decoration:none;transition:all .2s;display:flex}.catalog-link:hover{border-color:var(--accent);color:var(--accent);transform:translateY(-2px)}.services-grid{grid-template-columns:repeat(5,1fr);grid-auto-rows:minmax(200px,auto);gap:16px;display:grid}.card{will-change:transform;background:#fff;border-radius:20px;flex-direction:column;padding:20px;transition:box-shadow .4s;display:flex;position:relative;overflow:hidden}.card:hover{transform:translateY(-12px);box-shadow:0 24px 48px #00000012}.card-content{z-index:2;position:relative}.card-icon{width:36px;height:36px;color:var(--accent);background:#fff;border-radius:10px;justify-content:center;align-items:center;margin-bottom:12px;display:flex;box-shadow:0 4px 14px #0000000d}.card-icon svg{width:18px;height:18px}.card-title{letter-spacing:-.01em;color:#1e3a5f;margin-bottom:6px;font-size:16px;font-weight:700}.card-desc{color:var(--muted);max-width:160px;font-size:12px;font-weight:500;line-height:1.4}.card-arrow{width:32px;height:32px;color:var(--accent);z-index:3;background:#fff;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;transition:all .3s cubic-bezier(.2,0,.2,1);display:flex;position:absolute;bottom:20px;left:20px;box-shadow:0 4px 12px #0000000f}.card:hover .card-arrow{background:var(--accent);color:#fff;transform:scale(1.1)}.card-image{object-fit:contain;pointer-events:none;z-index:1;width:auto;max-width:50%;height:78%;transition:transform .6s cubic-bezier(.2,0,.2,1);position:absolute;top:50%;right:2%;transform:translateY(-50%)}.card:hover .card-image{transform:translateY(-50%)scale(1.04)translate(-3px)}.card-pool .card-image{width:125%;max-width:none;height:auto;inset:auto auto 0 50%;transform:translate(-50%)}.card-cleaning .card-image{width:92%;max-width:none;height:auto;inset:auto auto 8% 50%;transform:translate(-50%)}.card-pool:hover .card-image,.card-cleaning:hover .card-image{transform:translate(-50%)scale(1.04)}.card-landscaping .card-image{object-fit:contain;object-position:top right;width:auto;max-width:100%;height:130%;inset:-24% 5% auto auto;transform:scale(1.5)}.card-landscaping:hover .card-image{transform:scale(1.55)}.card-autogates .card-image{object-fit:contain;object-position:center;width:auto;max-width:96%;height:145%;inset:50% 2% auto auto;transform:translateY(-50%)}.card-autogates:hover .card-image{transform:translateY(-50%)scale(1.04)}.card-ac .card-image{max-width:145%;height:175%;top:58%;right:-2%;transform:translateY(-50%)}.card-plumbing .card-image{max-width:48%;height:86%}.card-cctv .card-image{max-width:52%;height:80%}.card-shutter .card-image{max-width:52%;height:82%;right:-2%}.card-electrical .card-image{max-width:52%;height:82%}.card-smarthome .card-image{max-width:54%;height:80%}.card-ac{background-color:var(--card-ac)}.card-plumbing{background-color:var(--card-plumbing)}.card-pool{background-color:var(--card-pool)}.card-cctv{background-color:var(--card-cctv)}.card-shutter{background-color:var(--card-shutter)}.card-electrical{background-color:var(--card-electrical)}.card-smarthome{background-color:var(--card-smarthome)}.card-cleaning{background-color:var(--card-cleaning)}.card-landscaping{background-color:var(--card-landscaping)}.card-autogates{background-color:var(--card-autogates)}@media (width<=1100px){.hero{flex-direction:column;gap:0}.hero-side{display:none}.hero h1{font-size:64px}.hero-title-swoosh-wrap{bottom:-.32em}.trust-markers{gap:32px}.nav-links{display:none}.nav-links.mobile-open{overscroll-behavior:contain;z-index:99;-webkit-overflow-scrolling:touch;background:#fff;flex-direction:column;gap:16px;width:100%;max-height:calc(100vh - 80px);padding:24px 32px;list-style:none;display:flex;position:fixed;top:80px;left:0;overflow-y:auto;box-shadow:0 8px 24px #00000014}.nav-links.mobile-open a{padding:8px 0;font-size:16px}.nav-book-mobile{border-top:1px solid var(--border);margin-top:4px;padding-top:12px;display:block}.nav-book-mobile .btn-book{color:#fff;justify-content:center;width:100%;display:flex}.btn-book-desktop{display:none}.hamburger{margin-right:12px;display:flex}.stats-bar{border-radius:24px;flex-wrap:wrap;gap:8px;padding:16px 20px}.stat-item{padding:8px 12px}.stat-divider{display:none}}@media (width<=1200px){.hero{padding:20px 20px 0}.hero h1{margin-bottom:24px}.hero p{margin-bottom:32px}.badge-trusted{margin-bottom:24px}.trust-markers{margin-bottom:40px}.cta-row{gap:12px;margin-top:8px}.cta-btn{border-radius:14px;padding:14px 28px;font-size:16px}.stats-bar{border-radius:24px;flex-wrap:wrap;gap:8px;margin-top:40px;padding:16px 20px}.stat-item{padding:8px 12px}.stat-divider{display:none}.services-grid{grid-template-columns:repeat(2,1fr)}.card-pool,.card-cleaning{grid-row:span 1}.services-title{font-size:36px}.card-image{max-width:42%;height:72%}.card-landscaping .card-image{max-width:40%}.card-pool .card-image,.card-cleaning .card-image{width:auto;max-width:42%;height:72%;inset:50% 2% auto auto;transform:translateY(-50%)}.card-pool:hover .card-image,.card-cleaning:hover .card-image{transform:translateY(-50%)scale(1.04)translate(-3px)}.card-landscaping .card-image{object-fit:contain;object-position:top right;width:auto;max-width:75%;height:120%;inset:-16% 3% auto auto;transform:scale(1.4)}.card-landscaping:hover .card-image{transform:scale(1.45)}.card-autogates .card-image{object-fit:contain;object-position:center;width:auto;max-width:94%;height:145%;inset:50% 2% auto auto;transform:translateY(-50%)}.card-autogates:hover .card-image{transform:translateY(-50%)scale(1.04)}}.how-it-works-section{background:0 0;padding:64px 40px}.how-it-works-container{flex-direction:column;gap:48px;max-width:1400px;margin:0 auto;display:flex}.hiw-header{justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.hiw-header-left{flex-direction:column;gap:16px;max-width:640px;display:flex}.hiw-eyebrow{color:#1e3a5f;background:#eff6ff;border:1px solid #dbeafe;border-radius:100px;align-items:center;gap:8px;width:fit-content;height:36px;padding:0 16px;font-size:13px;font-weight:700;display:inline-flex}.hiw-eyebrow svg{width:16px;height:16px}.hiw-title{letter-spacing:-.03em;color:#0f172a;margin:0;font-family:Iowan Old Style,Charter,Georgia,serif;font-size:52px;font-weight:500;line-height:1.05}.hiw-subtitle{color:#64748b;margin:0;font-size:18px;font-weight:400;line-height:1.6}.hiw-header-right{flex-direction:column;align-items:flex-end;gap:16px;padding-top:8px;display:flex}.hiw-trust-badge{background:#fff;border:1px solid #e2e8f0;border-radius:16px;align-items:center;gap:14px;padding:16px 20px;display:flex;box-shadow:0 4px 20px #00000008}.hiw-trust-icon{color:#1e3a5f;background:#eff6ff;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.hiw-trust-icon svg{width:22px;height:22px}.hiw-trust-text{flex-direction:column;gap:2px;display:flex}.hiw-trust-text strong{color:#0f172a;font-size:15px;font-weight:700;line-height:1.3}.hiw-trust-text span{color:#64748b;font-size:14px;font-weight:500;line-height:1.3}.hiw-trust-avatars{align-items:center;gap:10px;display:flex}.hiw-steps{align-items:stretch;gap:16px;display:flex}.hiw-step-wrapper{perspective:800px;flex:1;align-items:stretch;min-width:0;display:flex}.hiw-step-card{cursor:pointer;will-change:transform;background:#fff;border:1px solid #00000008;border-radius:20px;flex-direction:column;flex:1;gap:16px;min-width:0;padding:20px;display:flex;position:relative;overflow:hidden}.hiw-step-spotlight{pointer-events:none;z-index:0;opacity:0;transition:opacity .3s;position:absolute;inset:0}.hiw-step-card:hover .hiw-step-spotlight{opacity:1}.hiw-step-top{z-index:1;flex-direction:column;gap:12px;display:flex;position:relative}.step-number{will-change:transform;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:800;display:flex}.step-number-blue{color:#1e3a5f;background:#dbeafe}.step-number-purple{color:#9333ea;background:#f3e8ff}.step-number-orange{color:#f97316;background:#ffedd5}.step-number-green{color:#22c55e;background:#dcfce7}.hiw-step-image-wrap{aspect-ratio:1;will-change:transform;background:0 0;border:1px dashed #e2e8f0;border-radius:16px;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:visible}.hiw-step-image{object-fit:contain;border-radius:16px;width:100%;height:100%;transition:transform .5s cubic-bezier(.2,0,.2,1)}.hiw-step-card:hover .hiw-step-image{transform:scale(1.06)}.hiw-step-content{z-index:1;flex-direction:column;gap:8px;display:flex;position:relative}.hiw-step-title{color:#0f172a;margin:0;font-size:16px;font-weight:700;line-height:1.3}.hiw-step-desc{color:#64748b;margin:0;font-size:13px;font-weight:500;line-height:1.5}.avatar-group{align-items:center;display:flex}.avatar-placeholder{background:#e2e8f0;border:2px solid #fff;border-radius:50%;width:32px;height:32px;margin-left:-10px}.avatar-placeholder:first-child{margin-left:0}.avatar-count{color:#64748b;margin-left:10px;font-size:14px;font-weight:600}.hiw-bottom-bar{background:#fff;border:1px solid #e2e8f0;border-radius:24px;justify-content:space-between;align-items:center;gap:32px;padding:24px 32px;display:flex;box-shadow:0 4px 24px #00000008}.hiw-features{flex:1;align-items:center;gap:0;display:flex}.hiw-feature-item{flex:1;align-items:center;gap:14px;padding:0 24px;display:flex}.hiw-feature-item:not(:last-child){border-right:1px solid #e2e8f0}.feature-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.feature-icon svg{width:22px;height:22px}.feature-icon-blue{color:#1e3a5f;background:#eff6ff}.feature-icon-green{color:#22c55e;background:#f0fdf4}.feature-icon-purple{color:#9333ea;background:#faf5ff}.feature-icon-orange{color:#f97316;background:#fff7ed}.hiw-feature-text{flex-direction:column;gap:2px;display:flex}.hiw-feature-text strong{color:#0f172a;font-size:14px;font-weight:700;line-height:1.3}.hiw-feature-text span{color:#64748b;font-size:13px;font-weight:500;line-height:1.4}.hiw-cta-wrap{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:14px;display:flex}.hiw-cta-btn{color:#fff;white-space:nowrap;background:#1e3a5f;border-radius:16px;align-items:center;gap:12px;padding:16px 32px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 8px 24px #2563eb40}.hiw-cta-btn:hover{background:#1d4ed8;transform:translateY(-2px);box-shadow:0 12px 32px #2563eb4d}.hiw-cta-btn svg{width:20px;height:20px}.hiw-cta-trust{align-items:center;gap:10px;display:flex}.hiw-cta-trust span{color:#64748b;font-size:13px;font-weight:500}@media (width<=1200px){.hiw-steps{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.hiw-step-wrapper{min-width:0}.hiw-header{flex-direction:column;align-items:flex-start}.hiw-header-right{align-items:flex-start;padding-top:0}.hiw-bottom-bar{flex-direction:column;align-items:flex-start;gap:24px}.hiw-features{grid-template-columns:repeat(2,1fr);gap:16px;width:100%;display:grid}.hiw-feature-item{padding:0;border-right:none!important}.hiw-cta-wrap{align-items:flex-start;width:100%}.hiw-cta-btn{justify-content:center;width:100%}}@media (width<=768px){.how-it-works-section{padding:40px 20px}.hiw-title{font-size:36px}.hiw-steps,.hiw-features{grid-template-columns:1fr}.badge-trusted{display:none}.services-section{padding:32px 20px}.services-title{max-width:100%;font-size:36px}.services-grid{grid-template-columns:1fr}.card{grid-area:auto/1!important}.card-image{max-width:30%;height:60%}.card-desc{max-width:180px}.card-pool .card-image{width:auto;max-width:55%;height:90%;inset:42% 8% auto auto;transform:translateY(-50%)}.card-cleaning .card-image{width:auto;max-width:45%;height:75%;inset:50% 8% auto auto;transform:translateY(-50%)}.card-pool:hover .card-image,.card-cleaning:hover .card-image{transform:translateY(-50%)scale(1.04)translate(-3px)}.card-landscaping .card-image{object-fit:contain;object-position:center;width:auto;max-width:50%;height:100%;inset:50% 2% auto auto;transform:translateY(-50%)}.card-landscaping:hover .card-image{transform:translateY(-50%)scale(1.04)}.card-autogates .card-image{object-fit:contain;object-position:center;width:auto;max-width:50%;height:100%;inset:50% 2% auto auto;transform:translateY(-50%)}.card-autogates:hover .card-image{transform:translateY(-50%)scale(1.04)}.card-ac .card-image{max-width:60%;height:140%;right:2%}.card-plumbing .card-image,.card-cctv .card-image{max-width:50%;height:100%;right:6%}.card-shutter .card-image{max-width:50%;height:100%;right:8%}.card-electrical .card-image{max-width:40%;height:80%}.card-smarthome .card-image{max-width:50%;height:100%;right:4%}.header-top{gap:8px}.eyebrow{height:36px;padding:0 12px;font-size:10px}.catalog-link{height:36px;padding:0 12px;font-size:11px}.header-bottom{flex-direction:column;align-items:flex-start;gap:16px}.nav-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;gap:6px;width:100%;height:auto;padding:10px;overflow-x:auto;transform:none}.nav-tabs::-webkit-scrollbar{display:none}.tab{white-space:nowrap;flex-shrink:0;height:40px;padding:0 16px;font-size:13px}.hero h1{font-size:64px}.trust-markers{flex-flow:wrap;justify-content:center;gap:14px;max-width:360px;margin:0 auto 36px;display:flex}.marker{flex:none;width:auto}.hero p{margin:0 auto 32px;font-size:16px}.stats-bar{border-radius:16px;grid-template-columns:1fr 1fr;gap:10px;width:100%;max-width:500px;margin-top:40px;padding:12px 16px;display:grid}.stat-item{gap:8px;padding:8px 4px}.stat-icon{width:32px;height:32px}.stat-icon svg{width:16px;height:16px}.stat-title{white-space:normal;font-size:11px}.stat-subtitle{font-size:9px}.stat-divider{display:none}.cta-row{grid-template-columns:1fr 1fr;gap:12px;max-width:400px;margin-left:auto;margin-right:auto;display:grid}.cta-btn{justify-content:center;padding:14px 16px;font-size:15px}.cta-call{grid-area:1/1}.cta-quick{grid-area:1/2}.cta-whatsapp{grid-area:2/1/auto/-1}.parallax-fixed-footer-links{display:none!important}footer .parallax-fixed-footer-content{justify-content:center}footer .parallax-fixed-footer-content>div{text-align:center}}@media (width<=480px){.parallax-fixed-footer-links{display:none!important}footer .parallax-fixed-footer-content{justify-content:center}footer .parallax-fixed-footer-content>div{text-align:center}.hero h1{font-size:52px}.marker-icon-wrap{width:40px;height:40px}.marker-text{font-size:13px}.hero p{font-size:15px}.services-title{font-size:30px}.eyebrow{height:32px;padding:0 10px;font-size:9px}.catalog-link{height:32px;padding:0 10px;font-size:10px}.tab{height:36px;padding:0 12px;font-size:12px}.stats-bar{border-radius:12px;gap:8px;max-width:420px;margin-top:32px;padding:12px}.stat-item{gap:6px;padding:6px}.stat-icon{width:28px;height:28px}.stat-icon svg{width:14px;height:14px}.stat-title{font-size:10px}.stat-subtitle{font-size:8px}.cta-btn{padding:12px 14px;font-size:14px}.cta-row{max-width:300px}}.app-parallax-wrapper{width:100%;font-family:var(--font-body,system-ui, sans-serif);color:#fff;background-color:#f29c54;position:relative;overflow-x:hidden}.parallax-fixed-footer{z-index:0;align-items:flex-end;width:100%;height:150px;display:flex;position:fixed;bottom:0;left:0;overflow:hidden}.parallax-fixed-footer-content{color:#000;letter-spacing:-.02em;justify-content:space-between;align-items:center;width:100%;height:46px;padding:0 40px;font-size:11px;font-weight:500;display:flex}.parallax-fixed-footer-links{flex-wrap:wrap;justify-content:flex-end;gap:20px;display:flex}.parallax-fixed-footer-links a{color:inherit;text-decoration:none}.parallax-fixed-footer-links a:hover{text-underline-offset:2px;text-decoration:underline}.main-content-wrapper{background-color:var(--bg);z-index:10;backface-visibility:hidden;outline:1px solid #0000;flex-direction:column;min-height:140vh;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px #0000001f}.pre-footer-section{color:#fff;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;background-color:#0f172a;flex-direction:column;justify-content:flex-end;margin-top:auto;padding:96px 40px;display:flex}.pre-footer-content{flex-direction:column;gap:48px;display:flex}@media (width>=1024px){.pre-footer-content{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:32px}}.pre-footer-logo{letter-spacing:-.05em;font-size:60px;font-weight:700}@media (width>=1024px){.pre-footer-logo{font-size:72px}}.pre-footer-body{width:100%}@media (width>=1024px){.pre-footer-body{width:75%}}@media (width>=1280px){.pre-footer-body{width:65%}}.pre-footer-headline{letter-spacing:-.02em;margin-bottom:64px;font-size:2.75rem;font-weight:500;line-height:1.05}@media (width>=1024px){.pre-footer-headline{margin-bottom:80px;font-size:3.25rem}}.pre-footer-grid{grid-template-columns:1fr;gap:48px;display:grid}@media (width>=768px){.pre-footer-grid{grid-template-columns:repeat(3,1fr);gap:32px}}.pre-footer-col{flex-direction:column;gap:14px;font-size:.9rem;font-weight:500;display:flex}.pre-footer-col h3{margin-bottom:4px;font-size:.95rem;font-weight:700}.pre-footer-col a{color:inherit;text-underline-offset:4px;text-decoration:underline;transition:opacity .2s}.pre-footer-col a:hover{opacity:.7}.pre-footer-social-btns{gap:14px;margin-top:12px;display:flex}.social-btn{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.social-btn:hover{color:#0f172a;background:#fff}.social-btn svg{width:16px;height:16px}.contact-highlight{letter-spacing:-.05em;margin-top:12px;font-size:1.4rem;font-weight:900}.partner-logo-box{background:#fff;border:1px solid #0000001a;border-radius:3px;flex-direction:column;justify-content:center;align-items:center;width:40px;height:44px;display:flex;position:relative;overflow:hidden}.quebec-logo{align-items:center;gap:6px;padding:4px 8px;display:flex;position:relative}.parallax-spacer{z-index:0;pointer-events:none;width:100%;height:150px;position:relative}.location-modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.location-modal{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:800px;height:600px;max-height:85vh;display:flex;position:relative;overflow:visible;box-shadow:0 24px 80px #0000004d}.location-modal-x{z-index:10;cursor:pointer;color:#333;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:16px;transition:transform .15s;display:flex;position:absolute;top:12px;right:12px;box-shadow:0 2px 8px #00000026}.location-modal-x:hover{transform:scale(1.1)}.location-modal-header{z-index:10;justify-content:flex-start;width:100%;padding:0 8px;display:flex;position:absolute;top:-60px;left:0}.location-modal-title{color:#0f172a;background:#fff;border-radius:40px;padding:8px 18px;font-size:17px;font-weight:700;display:block;box-shadow:0 2px 12px #0000001f}.location-floating-bar{z-index:500;background:#fff;border-radius:50px;align-items:center;gap:8px;width:calc(100% - 80px);max-width:520px;padding:6px 6px 6px 16px;display:flex;position:absolute;top:16px;left:50%;transform:translate(-50%);box-shadow:0 4px 20px #0000002e}.location-search-input{color:#0f172a;background:0 0;border:none;outline:none;flex:1;min-width:0;font-family:Inter,sans-serif;font-size:14px}.location-search-input::placeholder{color:#94a3b8}.btn-my-location-float{color:#fff;cursor:pointer;background:#1e3a5f;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,transform .15s;display:flex}.btn-my-location-float:hover{background:#1d4ed8;transform:scale(1.08)}.btn-my-location-float:disabled{opacity:.5;cursor:wait}.btn-my-location-float .locating-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.btn-confirm-float{color:#fff;cursor:pointer;white-space:nowrap;background:#1e3a5f;border:none;border-radius:50px;flex-shrink:0;padding:8px 18px;font-size:13px;font-weight:600;transition:background .2s,opacity .2s}.btn-confirm-float:disabled{opacity:.4;cursor:not-allowed}.btn-confirm-float:hover:not(:disabled){background:#1d4ed8}.location-suggestions{z-index:600;background:#fff;border-radius:16px;width:calc(100% - 80px);max-width:480px;position:absolute;top:68px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 4px 24px #00000026}.suggestion-item{text-align:left;cursor:pointer;background:0 0;border:none;border-top:1px solid #f1f5f9;align-items:center;gap:10px;width:100%;padding:12px 16px;transition:background .15s;display:flex}.suggestion-item:first-child{border-top:none}.suggestion-item:hover{background:#f8fafc}.suggestion-main{color:#0f172a;font-size:14px;font-weight:600;display:block}.suggestion-sub{color:#94a3b8;text-overflow:ellipsis;white-space:nowrap;max-width:260px;font-size:12px;display:block;overflow:hidden}.suggestion-loading{color:#94a3b8;text-align:center;padding:12px 16px;font-size:13px}.leaflet-container{font-family:Inter,sans-serif}.location-modal-footer{z-index:10;background:#fff;border-top:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:16px;padding:16px 20px;display:flex;position:absolute;bottom:0;left:0;right:0}.location-address-label{color:#64748b;text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;overflow:hidden}.btn-confirm-location{color:#fff;cursor:pointer;white-space:nowrap;background:#1e3a5f;border:none;border-radius:12px;flex-shrink:0;padding:10px 24px;font-size:14px;font-weight:600;transition:background .2s}.btn-confirm-location:disabled{opacity:.4;cursor:not-allowed}.btn-confirm-location:hover:not(:disabled){background:#1d4ed8}@media (width<=768px){.location-modal{border-radius:0;max-width:100%;max-height:100vh}.location-modal-overlay{padding:0}.location-modal-footer{flex-direction:column;align-items:stretch;gap:10px}.location-address-label{text-align:center}.btn-confirm-location{justify-content:center;width:100%}}.services-nav-item{position:relative}.mega-menu-bridge{z-index:101;pointer-events:auto;background:0 0;width:100%;height:40px;position:absolute;top:100%;left:0}.mega-menu{-webkit-backdrop-filter:blur(20px);z-index:102;transform-origin:top;will-change:transform, opacity;background:#fffffff5;border:1px solid #e2e8f0cc;border-radius:24px;width:min(1400px,100vw - 48px);max-height:calc(100vh - 120px);padding:28px;position:absolute;top:calc(100% + 8px);left:50%;overflow:hidden auto;transform:translate(-50%);box-shadow:0 24px 64px #00000014,0 8px 24px #0000000a,inset 0 1px #fff9}.mega-menu-arrow{z-index:-1;background:#fffffff5;border-top:1px solid #e2e8f0cc;border-left:1px solid #e2e8f0cc;width:14px;height:14px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.mega-menu::-webkit-scrollbar{width:6px}.mega-menu::-webkit-scrollbar-track{background:0 0;margin:8px 0}.mega-menu::-webkit-scrollbar-thumb{background:#94a3b84d;border-radius:10px}.mega-menu::-webkit-scrollbar-thumb:hover{background:#94a3b880}.mega-menu-grid{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.mega-menu-card{text-align:center;cursor:pointer;will-change:transform;border:1px solid #e2e8f080;border-radius:18px;flex-direction:column;align-items:center;padding:20px 14px;transition:box-shadow .1s,border-color .1s;display:flex;position:relative;overflow:hidden}.mega-menu-card:hover{border-color:#cbd5e1cc;box-shadow:0 12px 32px #0000000f}.mega-menu-card-bg{opacity:.55;z-index:0;border-radius:18px;transition:opacity .1s;position:absolute;inset:0}.mega-menu-card:hover .mega-menu-card-bg{opacity:.75}.mega-menu-card-content{z-index:1;flex-direction:column;align-items:center;gap:12px;display:flex;position:relative}.mega-menu-card-icon{background:#ffffffd9;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 4px 16px #0000000a}.mega-menu-card-icon img{width:32px;height:32px}.mega-menu-card-text{flex-direction:column;gap:3px;display:flex}.mega-menu-card-title{color:#0f172a;letter-spacing:-.01em;font-size:14px;font-weight:700;line-height:1.2}.mega-menu-card-subtitle{color:#64748b;font-size:12px;font-weight:500;line-height:1.3}.mobile-services-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:12px 4px 4px;display:grid;overflow:hidden}.mobile-service-card{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:14px;align-items:center;gap:12px;padding:12px;transition:box-shadow .2s,border-color .2s;display:flex}.mobile-service-card:active{transform:scale(.98)}.mobile-service-icon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.mobile-service-icon img{width:22px;height:22px}.mobile-service-text{flex-direction:column;gap:1px;min-width:0;display:flex}.mobile-service-title{color:#0f172a;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;line-height:1.2;overflow:hidden}.mobile-service-subtitle{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:11px;font-weight:500;line-height:1.3;overflow:hidden}@media (width<=1200px){.mega-menu-grid{grid-template-columns:repeat(4,1fr)}}@media (width<=900px){.mega-menu{border-radius:20px;padding:20px}.mega-menu-grid{grid-template-columns:repeat(3,1fr);gap:12px}.mega-menu-card{border-radius:16px;padding:16px 10px}.mega-menu-card-icon{border-radius:14px;width:52px;height:52px}.mega-menu-card-icon img{width:26px;height:26px}.mega-menu-card-title{font-size:13px}.mega-menu-card-subtitle{font-size:11px}}@media (width<=600px){.mega-menu{width:calc(100vw - 32px);max-height:calc(100vh - 100px);padding:16px}.mega-menu-grid{grid-template-columns:repeat(2,1fr);gap:10px}.mega-menu-card{border-radius:14px;padding:14px 8px}.mega-menu-card-icon{border-radius:12px;width:44px;height:44px}.mega-menu-card-icon img{width:22px;height:22px}.mega-menu-card-content{gap:8px}}@media (width<=1100px){.mega-menu,.mega-menu-bridge{display:none!important}}.faq-section{color:var(--fg);padding:64px 40px;position:relative;overflow:hidden}.faq-header{z-index:10;flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.faq-eyebrow{border:1px solid var(--border);height:40px;color:var(--accent);text-transform:uppercase;letter-spacing:.12em;white-space:nowrap;background:#fff;border-radius:100px;align-items:center;margin-bottom:32px;padding:0 16px;font-size:11px;font-weight:700;display:inline-flex}.faq-title{color:#0f172a;letter-spacing:-.03em;text-align:center;margin-bottom:32px;font-family:Iowan Old Style,Charter,Georgia,serif;font-size:52px;font-weight:500;line-height:1.05}.faq-tabs{z-index:10;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;display:flex;position:relative}.faq-tab{white-space:nowrap;border:1px solid var(--border);color:var(--muted);cursor:pointer;background:0 0;border-radius:100px;padding:7px 18px;font-family:inherit;font-size:14px;font-weight:600;transition:color .5s;position:relative;overflow:hidden}.faq-tab:hover{color:var(--fg)}.faq-tab.active{border-color:var(--accent);color:#fff}.faq-tab-label{z-index:10;position:relative}.faq-tab-bg{z-index:0;background:var(--accent);position:absolute;inset:0}.faq-list{z-index:10;max-width:720px;margin:48px auto 0;position:relative}.faq-items{flex-direction:column;gap:12px;display:flex}.faq-item{border:1px solid var(--border);background:var(--surface);border-radius:20px;transition:box-shadow .2s}.faq-item:hover{box-shadow:0 4px 24px #0000000a}.faq-item.open{background:var(--bg)}.faq-question-btn{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:20px;font-family:inherit;display:flex}.faq-question-text{color:var(--accent);letter-spacing:-.01em;font-size:16px;font-weight:700;line-height:1.4;transition:color .2s}.faq-item.open .faq-question-text{color:var(--fg)}.faq-toggle-icon{width:32px;height:32px;color:var(--accent);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .2s,color .2s;display:flex;box-shadow:0 4px 12px #0000000f}.faq-item.open .faq-toggle-icon{background:var(--accent);color:#fff}.faq-toggle-svg{width:18px;height:18px}.faq-answer-wrap{overflow:hidden}.faq-answer{color:var(--muted);margin:0;padding:0 20px 20px;font-size:15px;font-weight:500;line-height:1.7}@media (width<=768px){.faq-section{padding:40px 20px}.faq-title{font-size:36px}.faq-list{margin-top:32px}.faq-tabs{gap:8px}.faq-tab{padding:6px 14px;font-size:13px}.faq-question-text{font-size:15px}.faq-answer{font-size:14px}}@media (width<=480px){.faq-title{font-size:28px}.faq-question-btn{padding:16px}.faq-answer{padding:0 16px 16px}}.mega-menu-card-featured{cursor:pointer;background:hsl(var(--theme-color) / .3);border-radius:18px;width:100%;height:180px;text-decoration:none;transition:box-shadow .1s;display:block;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.mega-menu-card-featured:hover{box-shadow:0 0 50px -10px hsl(var(--theme-color) / .5)}.mega-menu-card-featured-bg{background-position:50%;background-size:cover;background-color:hsl(var(--theme-color) / .15);transition:transform .15s;position:absolute;inset:0}.mega-menu-card-featured:hover .mega-menu-card-featured-bg{transform:scale(1.08)}.mega-menu-card-featured-gradient{display:none}.mega-menu-card-featured-content{z-index:1;color:#1e3a5f;flex-direction:column;justify-content:flex-end;height:100%;padding:20px;display:flex;position:relative}.mega-menu-card-featured-text{display:none}.mega-menu-card-featured-title{letter-spacing:-.02em;margin:0;font-size:20px;font-weight:700;line-height:1.2}.mega-menu-card-featured-subtitle{color:#64748b;margin:0;font-size:12px;font-weight:500;line-height:1.3}.mega-menu-card-featured-cta{-webkit-backdrop-filter:blur(8px);letter-spacing:.02em;color:#fff;background:#f9731626;border:1px solid #f973164d;border-radius:10px;justify-content:space-between;align-items:center;max-height:40px;margin-top:16px;padding:10px 14px;font-size:13px;font-weight:600;transition:background .1s,border-color .1s,max-height .2s,padding .2s;display:flex;overflow:hidden}.mega-menu-card-featured:hover .mega-menu-card-featured-cta{color:#fff;background:#f97316;border-color:#f97316;max-height:70px;padding:14px}.mega-menu-cta-text{flex-direction:column;gap:2px;display:flex}.mega-menu-cta-title{line-height:1.2;display:block}.mega-menu-cta-subtitle{color:#ffffffd9;opacity:0;max-height:0;font-size:11px;font-weight:500;line-height:1.3;transition:max-height .2s,opacity .2s;display:block;overflow:hidden}.mega-menu-card-featured:hover .mega-menu-cta-subtitle{opacity:1;max-height:20px}.mega-menu-card-featured-arrow{width:14px;height:14px;transition:transform .3s}.mega-menu-card-featured:hover .mega-menu-card-featured-arrow{transform:translate(3px)}.mega-menu-featured-section{grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:20px;display:grid}.mega-menu-featured-divider{background:#e2e8f099;height:1px;margin-bottom:20px}.mega-menu-grid-featured{grid-template-columns:repeat(5,1fr);gap:14px;display:grid}.mega-menu-grid-featured .mega-menu-card-featured{height:180px}.mega-menu-grid-featured .mega-menu-card-featured-cta{margin-top:12px;padding:8px 12px;font-size:12px}.mega-menu-grid-featured .mega-menu-card-featured-arrow{width:12px;height:12px}.mega-menu-grid-featured .mega-menu-card-featured-content{padding:16px}@media (width<=1200px){.mega-menu-featured-section{grid-template-columns:repeat(2,1fr)}.mega-menu-grid-featured{grid-template-columns:repeat(4,1fr)}.mega-menu-card-featured{height:200px}}@media (width<=900px){.mega-menu-featured-section{grid-template-columns:repeat(2,1fr);gap:12px}.mega-menu-grid-featured{grid-template-columns:repeat(3,1fr);gap:12px}.mega-menu-card-featured{border-radius:14px;height:180px}.mega-menu-card-featured-content{padding:16px}.mega-menu-card-featured-subtitle{font-size:11px}.mega-menu-card-featured-cta{border-radius:8px;padding:8px 12px;font-size:12px}}@media (width<=600px){.mega-menu-featured-section{grid-template-columns:1fr;gap:10px}.mega-menu-grid-featured{grid-template-columns:repeat(2,1fr);gap:10px}.mega-menu-card-featured{height:160px}}.quick-request-overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#0f172a66;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.quick-request-modal{width:100%;max-width:1240px;height:840px;max-height:92vh;font-family:var(--font-body,"Inter", system-ui, sans-serif);background:#fff;border-radius:28px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 70px #0f172a29,0 8px 24px #0f172a14,inset 0 1px #fff9}.quick-request-header{z-index:10;background:#fff;border-bottom:1px solid #f1f5f9;flex-shrink:0;align-items:center;gap:16px;padding:16px 28px;display:flex}.quick-request-header .modal-logo{letter-spacing:-.04em;font-size:20px;font-weight:800}.quick-request-header .modal-logo .logo-smart{color:#1e3a5f}.quick-request-header .modal-logo .logo-baas{color:#f97316}.quick-request-header .book-service-pill{color:#1e40af;letter-spacing:-.01em;background:#eff6ff;border:1px solid #dbeafe;border-radius:30px;align-items:center;gap:6px;padding:5px 12px;font-size:11px;font-weight:700;display:flex}.quick-request-header .close-btn{color:#64748b;cursor:pointer;background:#f8fafc;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin-left:auto;transition:all .22s;display:flex;box-shadow:0 2px 6px #0000000d}.quick-request-header .close-btn:hover{color:#fff;background:#ef4444;transform:rotate(90deg);box-shadow:0 4px 12px #ef444440}.quick-request-body{background:#fff;flex:1;min-height:0;position:relative}.modal-content-grid{grid-template-columns:46% 54%;width:100%;height:100%;display:grid}.form-column{background:#fcfdfe;border-right:1px solid #f1f5f9;flex-direction:column;min-height:0;padding:28px 32px;display:flex;overflow-y:auto}.form-column::-webkit-scrollbar{width:6px}.form-column::-webkit-scrollbar-track{background:0 0}.form-column::-webkit-scrollbar-thumb{background:#94a3b840;border-radius:10px}.form-column::-webkit-scrollbar-thumb:hover{background:#94a3b866}.step-indicator{color:#3b82f6;text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:11px;font-weight:700;display:block}.step-heading{color:#0f172a;letter-spacing:-.035em;margin:0 0 6px;font-size:32px;font-weight:800;line-height:1.15}.step-heading .highlight-text{color:#f97316}.step-subheading{color:#64748b;margin:0 0 28px;font-size:13px;font-weight:500;line-height:1.45}.step-content{flex-direction:column;height:100%;display:flex}.modal-main-form{flex-direction:column;display:flex}.form-row-2{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:0;display:grid}.input-group{flex-direction:column;gap:6px;margin-bottom:18px;display:flex}.input-label{color:#475569;letter-spacing:-.01em;font-size:11.5px;font-weight:700}.custom-select-wrap{align-items:center;display:flex;position:relative}.custom-select{color:#1e293b;appearance:none;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;height:44px;padding:0 16px 0 38px;font-size:13px;font-weight:600;transition:all .2s}.custom-select.pl-4{padding-left:16px}.custom-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3.5px #3b82f614}.select-icon{pointer-events:none;font-size:15px;position:absolute;left:14px}.select-arrow{color:#64748b;pointer-events:none;position:absolute;right:14px}.input-with-icon-wrap{align-items:center;display:flex;position:relative}.input-with-icon{color:#1e293b;background:#fff;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;height:44px;padding:0 16px;font-size:13px;font-weight:500;transition:all .2s}.input-with-icon.pr-10{padding-right:38px}.input-with-icon:focus{border-color:#3b82f6;box-shadow:0 0 0 3.5px #3b82f614}.input-right-icon{pointer-events:none;position:absolute;right:14px}.current-location-btn{color:#2563eb;cursor:pointer;background:0 0;border:none;align-items:center;gap:6px;width:max-content;margin-top:6px;padding:2px 0;font-size:11px;font-weight:700;transition:opacity .15s;display:inline-flex}.current-location-btn:hover{opacity:.85;text-decoration:underline}.spinner-mini{border:2px solid #2563eb33;border-top-color:#2563eb;border-radius:50%;width:12px;height:12px;animation:.6s linear infinite spin;display:inline-block}.phone-input-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:12px;align-items:center;height:44px;padding:0;transition:all .2s;display:flex;position:relative;overflow:hidden}.phone-input-wrap:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3.5px #3b82f614}.country-code-select-wrap{align-items:center;height:100%;display:flex;position:relative}.country-code-select{color:#1e293b;appearance:none;cursor:pointer;background:0 0;border:none;outline:none;height:100%;padding:0 22px 0 14px;font-size:13px;font-weight:600}.phone-code-arrow{pointer-events:none;color:#64748b;position:absolute;right:8px}.phone-num-divider{background:#e2e8f0;width:1px;height:20px}.phone-num-input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;height:100%;padding:0 38px 0 10px;font-size:13px;font-weight:500}.phone-input-icon{pointer-events:none;position:absolute;right:14px}.contact-options-grid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.contact-option-card{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;padding:11px 8px;transition:all .2s}.contact-option-card:hover{background:#f8fafc;border-color:#cbd5e1}.contact-option-card.selected{background:#f8fafc;border-color:#1e3a5f;box-shadow:0 4px 12px #1e3a5f0a}.option-inner{align-items:center;gap:8px;display:flex}.check-box-wrapper{justify-content:center;align-items:center;display:flex}.custom-check-box{background:#fff;border:1.5px solid #94a3b8;border-radius:50%;justify-content:center;align-items:center;width:15px;height:15px;transition:all .15s;display:flex}.custom-check-box.checked{background:#1e3a5f;border-color:#1e3a5f}.option-icon{color:#475569;align-items:center;display:flex}.contact-option-card.selected .option-icon{color:#1e3a5f}.option-label{color:#475569;font-size:12.5px;font-weight:700}.contact-option-card.selected .option-label{color:#1e3a5f}.textarea-wrapper{position:relative}.custom-textarea{color:#1e293b;resize:none;border:1px solid #e2e8f0;border-radius:12px;outline:none;width:100%;padding:12px 14px;font-family:inherit;font-size:13px;font-weight:500;transition:all .2s}.custom-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3.5px #3b82f614}.textarea-counter{color:#94a3b8;font-size:10px;font-weight:700;position:absolute;bottom:8px;right:12px}.urgency-options-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.urgency-option-card{cursor:pointer;text-align:left;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;padding:12px 16px;transition:all .2s}.urgency-option-card:hover{border-color:#cbd5e1}.urgency-option-card.selected{background:#f8fafc;border-color:#1e3a5f}.urgency-option-card.selected.urgent{background:#fff7ed;border-color:#ea580c}.urgency-inner{align-items:center;gap:12px;display:flex}.urgency-icon{flex-shrink:0}.urgency-text{flex-direction:column;display:flex}.urgency-title{color:#1e293b;font-size:13px;font-weight:750}.urgency-desc{color:#64748b;margin-top:1px;font-size:10px;font-weight:600}.urgency-option-card.selected.urgent .urgency-title{color:#c2410c}.urgency-option-card.selected.urgent .urgency-desc{color:#ea580c}.calendar-horizontal-scroll{scrollbar-width:none;gap:10px;padding-bottom:12px;display:flex;overflow-x:auto}.calendar-horizontal-scroll::-webkit-scrollbar{display:none}.calendar-day-card{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:14px;outline:none;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:66px;height:84px;transition:all .2s;display:flex}.calendar-day-card:hover{background:#f8fafc;border-color:#cbd5e1}.calendar-day-card.selected{background:#eff6ff;border-color:#1e3a5f;box-shadow:0 4px 14px #1e3a5f0f}.cal-day{color:#64748b;text-transform:uppercase;font-size:10px;font-weight:700}.cal-num{color:#0f172a;margin:1px 0;font-size:20px;font-weight:800}.calendar-day-card.selected .cal-num{color:#1e3a5f}.cal-month{color:#64748b;font-size:10px;font-weight:700}.time-slots-list{flex-direction:column;gap:10px;display:flex}.time-slot-row-card{cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;outline:none;justify-content:space-between;align-items:center;padding:13px 16px;transition:all .2s;display:flex}.time-slot-row-card:hover{border-color:#cbd5e1}.time-slot-row-card.selected{background:#eff6ff;border-color:#1e3a5f}.slot-left{align-items:center;gap:12px;display:flex}.custom-radio-button{background:#fff;border:1.5px solid #94a3b8;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;transition:all .15s;display:flex}.custom-radio-button.checked{border-color:#1e3a5f}.radio-inner{background:#1e3a5f;border-radius:50%;width:8px;height:8px}.slot-text{color:#475569;font-size:13px;font-weight:700}.time-slot-row-card.selected .slot-text{color:#1e3a5f}.slot-badge{color:#16a34a;background:#dcfce7;border-radius:12px;padding:3px 8px;font-size:10px;font-weight:700}.info-notice-bar{background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.notice-text{color:#1e40af;margin:0;font-size:12px;font-weight:600;line-height:1.4}.summary-details-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;gap:12px;padding:18px 20px;display:flex}.summary-row-item{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;gap:16px;padding-bottom:10px;display:flex}.summary-row-item:last-child{border-bottom:none;padding-bottom:0}.summary-item-label{color:#64748b;font-size:12px;font-weight:700}.summary-item-val{color:#334155;text-align:right;font-size:12.5px;font-weight:700}.summary-block-item{border-bottom:1px solid #e2e8f0;flex-direction:column;padding-bottom:10px;display:flex}.summary-desc-bubble{color:#475569;background:#fff;border:1px solid #e2e8f0;border-radius:10px;margin-top:4px;padding:10px 12px;font-size:12px;font-weight:500;line-height:1.4}.summary-pricing-footer{background:#fff;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;margin-top:4px;padding:12px 16px;display:flex}.pricing-left{flex-direction:column;display:flex}.pricing-label{color:#0f172a;font-size:12.5px;font-weight:800}.pricing-desc{color:#64748b;margin-top:1px;font-size:9.5px;font-weight:600}.pricing-val{color:#1e3a5f;font-size:18px;font-weight:800}.modal-success-screen{text-align:center;background:#fcfdfe;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:48px 32px;display:flex}.success-icon-draw-wrap{justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:24px;display:flex;position:relative}.success-ring{border:3.5px solid #16a34a1f;border-radius:50%;width:100%;height:100%;position:absolute;box-shadow:0 0 0 10px #16a34a0a}.success-checkmark-circle{z-index:2;background:#16a34a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex;box-shadow:0 8px 24px #16a34a40}.success-heading{color:#0f172a;letter-spacing:-.025em;margin:0 0 8px;font-size:28px;font-weight:800}.success-subheading{color:#64748b;max-width:440px;margin:0 0 32px;font-size:14px;font-weight:500;line-height:1.5}.success-summary-card{background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;gap:12px;width:100%;max-width:440px;margin-bottom:32px;padding:18px 20px;display:flex;box-shadow:0 4px 16px #00000005}.success-sum-item{border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;padding-bottom:11px;font-size:12.5px;display:flex}.success-sum-item:last-child{border-bottom:none;padding-bottom:0}.sum-label{color:#64748b;font-weight:700}.sum-val{color:#334155;text-align:right;font-weight:700}.success-close-btn{color:#fff;cursor:pointer;background:#1e3a5f;border:none;border-radius:24px;height:46px;padding:0 36px;font-size:14px;font-weight:700;transition:all .22s;box-shadow:0 6px 20px #1e3a5f2e}.success-close-btn:hover{background:#1d4ed8;transform:translateY(-1.5px);box-shadow:0 8px 24px #1d4ed840}.input-clear-btn{color:#64748b;cursor:pointer;z-index:5;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;padding:0;transition:all .2s;display:flex;position:absolute;right:38px}.input-clear-btn:hover{color:#fff;background:#ef4444}.left-suggestions-box{z-index:1000;background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;max-height:220px;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden auto;box-shadow:0 10px 30px #0f172a1f}.left-suggestion-item{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:8px;padding:10px 14px;transition:background .15s;display:flex}.left-suggestion-item:last-child{border-bottom:none}.left-suggestion-item:hover{background:#f8fafc}.map-column{background:#f1f5f9;height:100%;position:relative;overflow:hidden}.leaflet-map-wrapper{z-index:1;width:100%;height:100%}.map-floating-search-bar{z-index:999;background:#fff;border:1px solid #e2e8f0f2;border-radius:50px;align-items:center;padding:6px 6px 6px 16px;display:flex;position:absolute;top:18px;left:18px;right:18px;box-shadow:0 6px 24px #0f172a24}.map-search-input{color:#1e293b;background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:13.5px;font-weight:600}.map-search-input::placeholder{color:#94a3b8;font-weight:500}.map-search-icon-btn{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:background .15s;display:flex}.map-search-icon-btn:hover{color:#0f172a;background:#e2e8f0}.map-suggestions-box{background:#fff;border:1px solid #e2e8f0;border-radius:16px;flex-direction:column;display:flex;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow:hidden;box-shadow:0 10px 30px #0f172a1f}.map-suggestion-item{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f1f5f9;gap:10px;padding:11px 16px;transition:background .15s;display:flex}.map-suggestion-item:last-child{border-bottom:none}.map-suggestion-item:hover{background:#f8fafc}.sugg-text{flex-direction:column;display:flex;overflow:hidden}.sugg-main{color:#1e293b;font-size:12.5px;font-weight:700}.sugg-sub{color:#64748b;text-overflow:ellipsis;white-space:nowrap;font-size:10.5px;overflow:hidden}.map-floating-locate-me-btn{z-index:999;color:#1e3a5f;cursor:pointer;background:#fff;border:1px solid #e2e8f0f2;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;padding:0;transition:all .2s;display:flex;position:absolute;top:18px;right:18px;box-shadow:0 6px 20px #0f172a1a}.map-floating-locate-me-btn:hover{background:#f8fafc;transform:translateY(-.5px);box-shadow:0 6px 20px #0f172a26}.map-custom-controls{z-index:999;flex-direction:column;gap:6px;display:flex;position:absolute;top:80px;right:16px}.map-control-btn{cursor:pointer;color:#475569;background:#fff;border:1px solid #e2e8f0cc;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:16px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 14px #0f172a14}.map-control-btn:hover{color:#0f172a;background:#f8fafc;transform:translateY(-.5px)}.map-control-btn.locate-center{color:#1e3a5f;margin-top:6px}.map-floating-location-card{z-index:999;background:#fff;border:1px solid #e2e8f0f2;border-radius:20px;flex-direction:column;max-width:480px;padding:16px 18px;display:flex;position:absolute;bottom:20px;left:20px;right:20px;box-shadow:0 10px 30px #0f172a26}.loc-card-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.loc-title-group{align-items:center;gap:6px;display:flex}.loc-pin-icon-wrap{font-size:15px}.loc-card-title{color:#0f172a;font-size:12.5px;font-weight:800}.loc-edit-link{color:#2563eb;cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:11px;font-weight:700}.loc-edit-link:hover{text-decoration:underline}.loc-card-address{color:#475569;margin:0 0 10px;font-size:12.5px;font-weight:600;line-height:1.45}.loc-card-badge-row{margin-bottom:12px;display:flex}.accuracy-badge{color:#15803d;letter-spacing:-.01em;background:#dcfce7;border-radius:20px;padding:4px 10px;font-size:10px;font-weight:750}.loc-card-alert-footer{color:#1e40af;background:#eff6ff;border-radius:10px;align-items:center;gap:6px;padding:8px 12px;font-size:10.5px;font-weight:700;line-height:1.35;display:flex}.quick-request-footer{z-index:10;background:#fff;border-top:1px solid #f1f5f9;flex-shrink:0;justify-content:space-between;align-items:center;padding:18px 32px;display:flex}.footer-badges-group{gap:24px;display:flex}.trust-badge{align-items:center;gap:10px;display:flex}.badge-icon-shield{background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.badge-icon-check{background:#ecfdf5;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.badge-text-box{flex-direction:column;display:flex}.badge-main-text{color:#1e293b;font-size:11.5px;font-weight:800}.badge-sub-text{color:#64748b;margin-top:1px;font-size:10px;font-weight:600}.footer-actions-group{gap:12px;display:flex}.btn-secondary{color:#475569;cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;border-radius:12px;height:42px;padding:0 20px;font-size:13px;font-weight:700;transition:all .2s}.btn-secondary:hover{color:#0f172a;background:#f8fafc;border-color:#cbd5e1}.btn-primary{color:#fff;cursor:pointer;background:#1e3a5f;border:none;border-radius:12px;align-items:center;gap:8px;height:42px;padding:0 24px;font-size:13px;font-weight:700;transition:all .22s;display:inline-flex;box-shadow:0 4px 14px #1e3a5f1f}.btn-primary:hover{background:#1d4ed8;transform:translateY(-.5px);box-shadow:0 6px 16px #1d4ed838}.btn-primary:disabled{cursor:not-allowed;opacity:.72;box-shadow:none;transform:none}.btn-primary:disabled:hover{box-shadow:none;background:#1e3a5f;transform:none}.btn-primary.highlight-submit{background:#16a34a;box-shadow:0 4px 14px #16a34a26}.btn-primary.highlight-submit:hover{background:#15803d;box-shadow:0 6px 16px #15803d40}.btn-primary.highlight-submit:disabled:hover{background:#16a34a}.modal-submit-error{color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin-bottom:14px;padding:10px 12px;font-size:12px;font-weight:700;line-height:1.4}.spinner-mini.light{border-color:#fff #ffffff6b #ffffff6b}@keyframes pulse{0%{opacity:.8;transform:scale(.95)}50%{opacity:.2;transform:scale(1.15)}to{opacity:.8;transform:scale(.95)}}@media (width<=960px){.quick-request-modal{border-radius:0;max-width:100%;height:100%;max-height:100vh;margin:0}.quick-request-overlay{padding:0}.modal-content-grid{grid-template-columns:1fr;height:100%;overflow-y:auto}.form-column{border-right:none;padding:24px 20px;overflow-y:visible}.map-column{order:-1;height:380px}.map-floating-search-bar{top:12px;left:12px;right:12px}.map-floating-locate-me-btn{display:none}.map-custom-controls{top:68px;right:12px}.map-floating-location-card{bottom:12px;left:12px;right:12px}.quick-request-footer{flex-direction:column;align-items:stretch;gap:16px;padding:16px 20px}.footer-badges-group{flex-direction:column;gap:10px}.footer-actions-group{justify-content:flex-end}}@media (width<=480px){.form-row-2{grid-template-columns:1fr;gap:0}.contact-options-grid{grid-template-columns:1fr;gap:8px}.urgency-options-grid{grid-template-columns:1fr;gap:10px}.quick-request-header{padding:12px 16px}.step-heading{font-size:26px}}
