@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&display=swap";
.helpo-public{--font-primary:"Outfit", sans-serif;--text-hero:clamp(1.25rem, 3.5vw, 2.5rem);--text-h1:clamp(1.25rem, 3.5vw, 2.5rem);--text-h2:clamp(1.25rem, 2.5vw, 2rem);--text-h3:1.125rem;--text-body:.9375rem;--text-small:.8125rem;--text-xs:.6875rem;--fw-light:300;--fw-regular:400;--fw-medium:500;--fw-semibold:600;--fw-bold:700;--fw-black:800;--lh-tight:1.1;--lh-snug:1.3;--lh-normal:1.6;--lh-relaxed:1.75;--color-bg-primary:#fff;--color-bg-secondary:#f7f5f2;--color-bg-dark:#111110;--color-bg-card:#fafaf8;--color-bg-overlay:#00000059;--color-text-primary:#0d0d0c;--color-text-body:#3d3d3a;--color-text-muted:#7a7a74;--color-text-inverse:#fff;--color-accent:#1a1a18;--color-accent-hover:#333330;--color-accent-subtle:#eae8e3;--color-border:#e8e6e0;--color-border-strong:#c8c5bc;--color-star:#d4a843;--color-success:#2d7a4f;--color-error:#b33a3a;--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-6:1.5rem;--space-8:2rem;--space-10:2.5rem;--space-12:3rem;--space-16:4rem;--space-20:5rem;--space-24:6rem;--space-32:8rem;--section-padding-y:var(--space-24);--section-padding-x:var(--space-8);--container-max:1280px;--container-padding:var(--space-6);--container-narrow:768px;--radius-sm:6px;--radius-md:12px;--radius-lg:20px;--radius-xl:32px;--radius-pill:999px;--shadow-card:0 2px 12px #0000000f;--shadow-hover:0 8px 32px #0000001f;--shadow-nav:0 1px 0 var(--color-border);font-family:var(--font-primary);color:var(--color-text-primary);background-color:var(--color-bg-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.helpo-public h1,.helpo-public h2,.helpo-public h3,.helpo-public h4,.helpo-public h5,.helpo-public h6{font-family:var(--font-primary);color:var(--color-text-primary)}.helpo-public p,.helpo-public span,.helpo-public a,.helpo-public li,.helpo-public label,.helpo-public input,.helpo-public button,.helpo-public textarea,.helpo-public select{font-family:var(--font-primary)}.helpo-container{max-width:var(--container-max);padding-left:var(--container-padding);padding-right:var(--container-padding);margin-left:auto;margin-right:auto}.helpo-container-narrow{max-width:var(--container-narrow);padding-left:var(--container-padding);padding-right:var(--container-padding);margin-left:auto;margin-right:auto}.helpo-section{padding-top:var(--section-padding-y);padding-bottom:var(--section-padding-y)}.helpo-bg-primary{background-color:var(--color-bg-primary)}.helpo-bg-secondary{background-color:var(--color-bg-secondary)}.helpo-bg-dark{background-color:var(--color-bg-dark);color:var(--color-text-inverse)}.helpo-btn-primary{background:var(--color-accent);color:#fff;border-radius:var(--radius-pill);font-size:var(--text-small);font-weight:var(--fw-semibold);font-family:var(--font-primary);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.85rem 2rem;text-decoration:none;transition:background .25s,transform .2s,box-shadow .25s;display:inline-flex}.helpo-btn-primary:hover{background:var(--color-accent-hover);transform:translateY(-1px);box-shadow:0 8px 24px #00000026}.helpo-btn-primary:active{transform:scale(.97)}.helpo-btn-secondary{color:var(--color-text-primary);border:1.5px solid var(--color-border-strong);border-radius:var(--radius-pill);font-size:var(--text-small);font-weight:var(--fw-semibold);font-family:var(--font-primary);cursor:pointer;background:0 0;align-items:center;gap:.5rem;padding:.85rem 2rem;text-decoration:none;transition:border-color .25s,background .25s,transform .2s;display:inline-flex}.helpo-btn-secondary:hover{border-color:var(--color-text-primary);background:var(--color-accent-subtle);transform:translateY(-1px)}.helpo-tag{background:var(--color-accent-subtle);border-radius:var(--radius-pill);font-size:var(--text-xs);font-weight:var(--fw-medium);color:var(--color-text-body);cursor:pointer;font-family:var(--font-primary);border:1.5px solid #0000;align-items:center;padding:.4rem 1.1rem;transition:all .2s;display:inline-flex}.helpo-tag:hover{border-color:var(--color-border-strong)}.helpo-tag.active{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.helpo-card{background:var(--color-bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:box-shadow .3s,transform .3s;overflow:hidden}.helpo-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-4px)}.helpo-card-image{aspect-ratio:16/10;border-radius:var(--radius-lg) var(--radius-lg) 0 0;overflow:hidden}.helpo-card-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.helpo-card:hover .helpo-card-image img{transform:scale(1.05)}.helpo-card-body{padding:var(--space-6)}.helpo-testimonial{background:var(--color-bg-card);border-radius:var(--radius-lg);padding:var(--space-8);box-shadow:var(--shadow-card);border:1px solid var(--color-border);transition:box-shadow .3s,transform .3s}.helpo-testimonial:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.helpo-stars{color:var(--color-star);gap:2px;display:flex}.helpo-accordion-item{border-bottom:1px solid var(--color-border);padding:var(--space-6) 0}.helpo-accordion-trigger{cursor:pointer;width:100%;font-size:var(--text-h3);font-weight:var(--fw-semibold);color:var(--color-text-primary);text-align:left;font-family:var(--font-primary);background:0 0;border:none;justify-content:space-between;align-items:center;padding:0;display:flex}.helpo-accordion-icon{color:var(--color-text-muted);flex-shrink:0;transition:transform .3s}.helpo-accordion-item.open .helpo-accordion-icon{transform:rotate(180deg)}.helpo-accordion-content{opacity:0;max-height:0;transition:max-height .35s,opacity .3s;overflow:hidden}.helpo-accordion-item.open .helpo-accordion-content{opacity:1;max-height:500px}.helpo-accordion-body{padding-top:var(--space-4);color:var(--color-text-body);font-size:var(--text-body);line-height:var(--lh-normal);max-width:55ch}.helpo-newsletter-form{gap:var(--space-2);max-width:420px;display:flex}@media (max-width:767px){.helpo-newsletter-form{flex-direction:column}.helpo-newsletter-btn{width:100%}}.helpo-newsletter-input{border-radius:var(--radius-pill);color:var(--color-text-inverse);font-size:var(--text-small);font-family:var(--font-primary);background:#ffffff14;border:1px solid #ffffff26;outline:none;flex:1;padding:.75rem 1.25rem;transition:border-color .2s}.helpo-newsletter-input::placeholder{color:#fff6}.helpo-newsletter-input:focus{border-color:#ffffff59}.helpo-newsletter-btn{border-radius:var(--radius-pill);color:var(--color-bg-dark);font-size:var(--text-small);font-weight:var(--fw-semibold);font-family:var(--font-primary);cursor:pointer;white-space:nowrap;background:#fff;border:none;padding:.75rem 1.5rem;transition:background .2s,transform .15s}.helpo-newsletter-btn:hover{background:var(--color-accent-subtle);transform:translateY(-1px)}.helpo-reveal{opacity:0;will-change:transform, opacity;transform:translateY(32px)}.helpo-reveal-left{opacity:0;will-change:transform, opacity;transform:translate(-40px)}.helpo-reveal-right{opacity:0;will-change:transform, opacity;transform:translate(40px)}.helpo-reveal-scale{opacity:0;will-change:transform, opacity;transform:scale(.92)}.helpo-stat-number{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:var(--fw-bold);color:var(--color-text-primary);line-height:1}.helpo-stat-label{font-size:var(--text-small);color:var(--color-text-muted);font-weight:var(--fw-medium);margin-top:var(--space-1)}.helpo-stat-dot{background:var(--color-accent);width:6px;height:6px;margin-right:var(--space-2);vertical-align:middle;border-radius:50%;display:inline-block}.helpo-eyebrow{font-size:var(--text-xs);font-weight:var(--fw-semibold);text-transform:uppercase;letter-spacing:.2em;color:var(--color-text-muted);margin-bottom:var(--space-4)}.helpo-nav-link{font-size:var(--text-small);font-weight:var(--fw-medium);color:var(--color-text-body);text-decoration:none;transition:color .2s;position:relative}.helpo-nav-link:after{content:"";background:var(--color-accent);border-radius:1px;width:0;height:2px;transition:width .25s;position:absolute;bottom:-4px;left:0}.helpo-nav-link:hover{color:var(--color-text-primary)}.helpo-nav-link:hover:after{width:100%}.helpo-input{border:1.5px solid var(--color-border);border-radius:var(--radius-md);width:100%;font-size:var(--text-body);font-family:var(--font-primary);color:var(--color-text-primary);background:var(--color-bg-primary);outline:none;padding:.75rem 1rem .75rem 2.75rem;transition:border-color .2s,box-shadow .2s}.helpo-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #1a1a180f}.helpo-input::placeholder{color:var(--color-text-muted)}.helpo-divider{background:var(--color-border);border:none;height:1px;margin:0}.helpo-grid-2{gap:var(--space-8);display:grid}.helpo-grid-3,.helpo-grid-4{gap:var(--space-6);display:grid}@media (min-width:640px){.helpo-grid-2,.helpo-grid-3,.helpo-grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:768px){.helpo-grid-3{grid-template-columns:repeat(3,1fr)}.helpo-grid-4{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.helpo-grid-4{grid-template-columns:repeat(3,1fr)}}@media (min-width:1280px){.helpo-grid-4{grid-template-columns:repeat(4,1fr)}}@media (min-width:768px){.helpo-public ::-webkit-scrollbar{width:5px}.helpo-public ::-webkit-scrollbar-track{background:var(--color-bg-secondary)}.helpo-public ::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:3px}}@media (max-width:767px){.helpo-public ::-webkit-scrollbar{display:none}}.helpo-public .helpo-desktop-nav{align-items:center;display:flex}.helpo-public .helpo-mobile-nav{align-items:center;display:none}.helpo-public .helpo-mobile-panel{display:none}@media (max-width:767px){.helpo-public .helpo-desktop-nav{display:none!important}.helpo-public .helpo-mobile-nav{display:flex!important}.helpo-public .helpo-mobile-panel{display:block!important}}.helpo-lang-dropdown,.helpo-user-dropdown{border-radius:var(--radius-md);border:1px solid var(--color-border);opacity:0;visibility:hidden;z-index:50;background:#fff;margin-top:8px;transition:opacity .2s,visibility .2s,transform .2s;position:absolute;top:100%;right:0;transform:translateY(4px);box-shadow:0 12px 40px #0000001a}.helpo-lang-dropdown{min-width:140px;padding:4px}.helpo-user-dropdown{min-width:240px;padding:8px}.helpo-lang-group:hover .helpo-lang-dropdown,.helpo-user-group:hover .helpo-user-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.helpo-user-menu-item{width:100%;color:var(--color-text-primary);font-size:var(--text-small);font-weight:var(--fw-semibold);cursor:pointer;background:0 0;border:none;border-radius:12px;justify-content:flex-start;align-items:center;padding:12px 14px;text-decoration:none;transition:background .15s,color .15s;display:flex}.helpo-user-menu-item:hover{background:var(--color-bg-secondary)}.helpo-user-menu-item__label{align-items:center;gap:10px;display:inline-flex}.helpo-user-menu-item--danger{color:var(--color-error)}.helpo-user-menu-item--danger:hover{background:#b33a3a0f}.helpo-user-menu-divider{background:var(--color-border);height:1px;margin:6px 4px}@keyframes helpoSlideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.helpo-hero-grid{grid-template-columns:1.1fr .9fr}.helpo-public .why-us-grid{grid-template-columns:.9fr 1.1fr}.helpo-public .steps-grid{grid-template-columns:repeat(3,1fr)}.helpo-public .cta-inner{flex-direction:row;justify-content:space-between;align-items:flex-end}.helpo-footer-grid{grid-template-columns:repeat(4,1fr)}@media (max-width:1023px){.helpo-hero-grid,.helpo-public .why-us-grid,.helpo-public .steps-grid{grid-template-columns:1fr!important}.helpo-public .cta-inner{flex-direction:column!important;align-items:flex-start!important}}@media (max-width:767px){.helpo-footer-grid{grid-template-columns:1fr!important;gap:32px!important}}@media (min-width:768px) and (max-width:1023px){.helpo-footer-grid{grid-template-columns:repeat(2,1fr)!important}}.helpo-detail-header{flex-direction:row;justify-content:space-between;align-items:flex-start}.helpo-detail-grid{grid-template-columns:1fr 380px}.helpo-public .media-container:hover .media-nav{opacity:1!important}@media (max-width:1023px){.helpo-detail-grid{grid-template-columns:1fr!important}.helpo-detail-header{flex-direction:column!important}}@media (max-width:767px){.helpo-public .media-container{height:260px!important}}@keyframes helpo-shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}
.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(../media/layers.1220hx8ja1.sy.png);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(../media/layers-2x.0olxl6i2vnf_c.png);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(../media/marker-icon.0i9~u_difxrfa.png)}.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}}
.fc-trigger{z-index:9990;cursor:pointer;color:#fff;background:linear-gradient(135deg,#1a1a18 0%,#333330 100%);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .35s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:28px;right:28px;overflow:hidden;box-shadow:0 6px 24px #00000040,0 0 #1a1a1866}.fc-trigger:hover{transform:scale(1.08);box-shadow:0 10px 36px #0000004d,0 0 #1a1a1800}.fc-trigger:active{transform:scale(.95)}.fc-trigger--pulse{animation:2s ease-in-out infinite fcPulse}@keyframes fcPulse{0%,to{box-shadow:0 6px 24px #00000040,0 0 #1a1a1880}50%{box-shadow:0 6px 24px #00000040,0 0 0 14px #1a1a1800}}.fc-trigger__icon{justify-content:center;align-items:center;transition:all .4s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute}.fc-trigger__icon--chat{opacity:1;transform:scale(1)rotate(0)}.fc-trigger__icon--close{opacity:0;transform:scale(.5)rotate(-90deg)}.fc-trigger--open .fc-trigger__icon--chat{opacity:0;transform:scale(.5)rotate(90deg)}.fc-trigger--open .fc-trigger__icon--close{opacity:1;transform:scale(1)rotate(0)}.fc-trigger__badge{background:#2d9e9e;border:2px solid #fff;border-radius:50%;width:12px;height:12px;animation:.4s cubic-bezier(.34,1.56,.64,1) fcBadgePop;position:absolute;top:8px;right:8px}@keyframes fcBadgePop{0%{transform:scale(0)}to{transform:scale(1)}}.fc-window{z-index:9990;transform-origin:100% 100%;background:#fff;border-radius:20px;flex-direction:column;width:400px;max-height:calc(100vh - 140px);font-family:Outfit,-apple-system,BlinkMacSystemFont,sans-serif;animation:.4s cubic-bezier(.16,1,.3,1) fcWindowIn;display:flex;position:fixed;bottom:120px;right:28px;overflow:hidden;box-shadow:0 20px 60px #00000026,0 0 0 1px #0000000d}@keyframes fcWindowIn{0%{opacity:0;transform:scale(.88)translateY(16px)}to{opacity:1;transform:scale(1)translateY(0)}}.fc-header{color:#1a1a18;background:#fff;border-bottom:1px solid #e8e6e0;flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.fc-header__left{align-items:center;gap:12px;display:flex}.fc-header__avatar{background:#f7f5f2;border:1px solid #0000000d;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.fc-header__title{letter-spacing:-.01em;font-size:15px;font-weight:700}.fc-header__status{color:#7a7a74;align-items:center;gap:6px;margin-top:1px;font-size:11px;font-weight:500;display:flex}.fc-header__dot{background:#2dd4a8;border-radius:50%;width:7px;height:7px;animation:2s ease-in-out infinite fcDotPulse}@keyframes fcDotPulse{0%,to{opacity:1}50%{opacity:.4}}.fc-header__close{color:#7a7a74;cursor:pointer;background:#f3f2ee;border:none;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.fc-header__close:hover{color:#fff;background:#ffffff26}.fc-messages{scroll-behavior:smooth;background:linear-gradient(#fafaf8 0%,#fff 100%);flex-direction:column;flex:1;gap:16px;min-height:280px;max-height:420px;padding:20px 16px;display:flex;overflow-y:auto}.fc-messages::-webkit-scrollbar{width:4px}.fc-messages::-webkit-scrollbar-track{background:0 0}.fc-messages::-webkit-scrollbar-thumb{background:#e0e0dc;border-radius:4px}.fc-message{gap:8px;animation:.35s cubic-bezier(.16,1,.3,1) fcMsgIn;display:flex}@keyframes fcMsgIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fc-message--assistant{align-self:flex-start;max-width:92%}.fc-message--user{flex-direction:row-reverse;align-self:flex-end;max-width:80%}.fc-message__avatar{background:#f7f5f2;border:1px solid #0000000d;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;display:flex}.fc-message__bubble{letter-spacing:-.005em;border-radius:16px;padding:12px 16px;font-size:13px;line-height:1.55}.fc-message--assistant .fc-message__bubble{color:#1a1a18;background:#f3f2ee;border-bottom-left-radius:6px}.fc-message--user .fc-message__bubble{color:#fff;background:linear-gradient(135deg,#1a1a18,#2a2a26);border-bottom-right-radius:6px}.fc-message__text p{margin:0}.fc-message__text p+p{margin-top:8px}.fc-message__text strong{font-weight:700}.fc-message__text em{color:#7a7a74;font-style:italic}.fc-message--user .fc-message__text em{color:#ffffffb3}.fc-typing{align-items:center;gap:5px;display:flex;padding:14px 20px!important}.fc-typing__dot{background:#b0afa8;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite fcTypingBounce}.fc-typing__dot:nth-child(2){animation-delay:.15s}.fc-typing__dot:nth-child(3){animation-delay:.3s}@keyframes fcTypingBounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.fc-chips{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.fc-chip{color:#3d3d3a;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #e8e6e0;border-radius:999px;padding:7px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:all .2s}.fc-chip:hover{background:#f7f5f2;border-color:#1a1a18;transform:translateY(-1px)}.fc-chip:active{transform:scale(.96)}.fc-chip--category{background:#fafaf8;border-color:#e8e6e0}.fc-chip--category:hover{color:#fff;background:#1a1a18;border-color:#1a1a18}.fc-chip--action{color:#7a7a74;background:0 0;border-color:#c8c5bc;font-weight:500}.fc-chip--action:hover{color:#1a1a18;background:#f7f5f2;border-color:#1a1a18}.fc-chip--disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.fc-services-list{flex-direction:column;gap:10px;margin-top:14px;display:flex}.fc-service-card{color:inherit;background:#fff;border:1px solid #00000014;border-radius:14px;gap:12px;padding:10px;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 2px 8px #00000008}.fc-service-card:hover{border-color:#c8c5bc;transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.fc-service-card__img{background:#f3f2ee;border:1px solid #0000000d;border-radius:10px;justify-content:center;align-items:center;width:64px;min-width:64px;height:64px;display:flex;position:relative;overflow:hidden}.fc-service-card__img img{object-fit:cover;z-index:1;width:100%;height:100%;position:relative}.fc-service-card__img:before{content:"";opacity:.15;background-image:url("data:image/svg+xml;utf8,<svg viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"%231a1a18\" stroke-width=\"2\" xmlns=\"http://www.w3.org/2000/svg\"><rect x=\"3\" y=\"3\" width=\"18\" height=\"18\" rx=\"2\" ry=\"2\"/><circle cx=\"8.5\" cy=\"8.5\" r=\"1.5\"/><polyline points=\"21 15 16 10 5 21\"/></svg>");background-size:cover;width:24px;height:24px;position:absolute}.fc-service-card__info{flex-direction:column;flex:1;justify-content:center;gap:4px;min-width:0;display:flex}.fc-service-card__title{color:#1a1a18;-webkit-line-clamp:2;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;font-size:13.5px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.fc-service-card__meta{color:#7a7a74;flex-wrap:wrap;align-items:center;gap:6px;font-size:11.5px;font-weight:500;display:flex}.fc-service-card__meta span{align-items:center;gap:4px;display:flex}.fc-service-card__meta span+span:before{content:"·";color:#c8c5bc;margin-right:2px;font-weight:700}.fc-service-card__bottom{align-items:center;gap:10px;margin-top:2px;display:flex}.fc-service-card__rating{color:#1a1a18;align-items:center;gap:4px;font-size:12px;font-weight:700;display:flex}.fc-service-card__price{color:#1a1a18;background:#f3f2ee;border-radius:6px;padding:2px 8px;font-size:11.5px;font-weight:700}.fc-input-bar{background:#fff;border-top:1px solid #f0eeea;flex-shrink:0;align-items:center;gap:8px;padding:12px 16px;display:flex}.fc-input{color:#1a1a18;background:#fafaf8;border:1.5px solid #e8e6e0;border-radius:12px;outline:none;flex:1;padding:10px 14px;font-family:inherit;font-size:13px;transition:all .2s}.fc-input:focus{background:#fff;border-color:#1a1a18;box-shadow:0 0 0 3px #1a1a180f}.fc-input::placeholder{color:#b0afa8}.fc-send-btn{color:#fff;cursor:pointer;background:#1a1a18;border:none;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex}.fc-send-btn:hover:not(:disabled){background:#333330;transform:scale(1.05)}.fc-send-btn:active:not(:disabled){transform:scale(.95)}.fc-send-btn:disabled{opacity:.3;cursor:not-allowed}.fc-footer{text-align:center;color:#b0afa8;background:#fff;flex-shrink:0;padding:8px 16px 12px;font-size:10px;font-weight:400}.fc-footer strong{color:#7a7a74;font-weight:700}@media (max-width:480px){.fc-trigger{width:54px;height:54px;bottom:20px;right:20px}.fc-window{transform-origin:bottom;border-radius:20px 20px 0 0;width:100%;max-height:85dvh;animation:.35s cubic-bezier(.16,1,.3,1) fcWindowInMobile;bottom:0;left:0;right:0;box-shadow:0 -10px 40px #0003}@keyframes fcWindowInMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.fc-messages{min-height:300px;max-height:calc(100dvh - 200px)}}@media (min-width:481px) and (max-width:440px){.fc-window{width:calc(100vw - 40px);right:20px}}@media (prefers-reduced-motion:reduce){.fc-trigger,.fc-trigger__icon,.fc-window,.fc-message,.fc-chip,.fc-service-card,.fc-typing__dot{transition-duration:.01ms!important;animation:none!important}}
