.button-improved{display:inline-flex;align-items:center;justify-content:center;min-height:4.8rem;padding:1.2rem 2.4rem;border:0;border-radius:.8rem;text-decoration:none;font-size:1.6rem;font-weight:600;line-height:1.2;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,opacity .3s ease;position:relative}.button-improved:focus-visible{outline:2px solid var(--gradient-blue);outline-offset:2px}.button-improved:active{transform:translateY(1px)}.button-improved.loading{pointer-events:none;opacity:.7}.button-improved.loading:after{content:"";position:absolute;width:1.6rem;height:1.6rem;border:2px solid transparent;border-top-color:currentColor;border-radius:50%;animation:spin 1s linear infinite}.button-primary{background:linear-gradient(135deg,var(--gradient-blue) 0%,var(--gradient-purple) 100%);color:#fff;box-shadow:0 4px 12px #6a67e44d}.button-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #6a67e466}.button-secondary{background:transparent;color:var(--gradient-blue);border:2px solid var(--gradient-blue)}.button-secondary:hover{background:var(--gradient-blue);color:#fff;transform:translateY(-2px)}.button-success{background:linear-gradient(135deg,#28a745,#20c997);color:#fff;box-shadow:0 4px 12px #28a7454d}.button-success:hover{transform:translateY(-2px);box-shadow:0 8px 20px #28a74566}.navigation-improved{background:#fffffff2;backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1)}.navigation-improved .nav-link{position:relative;padding:1.2rem 1.6rem;color:#333;text-decoration:none;transition:color .3s ease}.navigation-improved .nav-link:hover{color:var(--gradient-blue)}.navigation-improved .nav-link:focus-visible{outline:2px solid var(--gradient-blue);outline-offset:2px}.card-improved{background:#fff;border-radius:1.2rem;box-shadow:0 4px 12px #0000001a;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.card-improved:hover{transform:translateY(-4px);box-shadow:0 12px 24px #00000026}.form-improved .form-group{margin-bottom:2rem}.form-improved .form-label{display:block;margin-bottom:.5rem;font-weight:600;color:#333}.form-improved .form-control{width:100%;padding:1.2rem 1.6rem;border:2px solid #e9ecef;border-radius:.8rem;background:#fff}.form-improved .form-control:focus{border-color:var(--gradient-blue);box-shadow:0 0 0 3px #6a67e41a}.alert-improved{padding:1.6rem 2rem;border-radius:.8rem;border-left:4px solid}.alert-improved.alert-success{background:#d4edda;color:#155724;border-left-color:#28a745}.alert-improved.alert-error{background:#f8d7da;color:#721c24;border-left-color:#dc3545}.alert-improved.alert-warning{background:#fff3cd;color:#856404;border-left-color:#ffc107}.alert-improved.alert-info{background:#d1ecf1;color:#0c5460;border-left-color:#17a2b8}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.loading-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.tooltip-improved{position:relative}.tooltip-improved:before{content:attr(data-tooltip);position:absolute;bottom:100%;left:50%;transform:translate(-50%);padding:.8rem 1.2rem;background:#333;color:#fff;border-radius:.4rem;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;z-index:1000}.tooltip-improved:hover:before,.tooltip-improved:focus-visible:before{opacity:1;visibility:visible}.download-button.button-improved:focus-visible,.faq.faq-improved .accordion-button:focus-visible,.faq .accordion-button.faq-improved:focus-visible,.footer-list.footer-improved li a:focus-visible,.footer-list li a.footer-improved:focus-visible,.social.social-improved ul li a:focus-visible,.social ul li a.social-improved:focus-visible,#chat-icon:focus-visible{outline:2px solid var(--gradient-blue);outline-offset:2px}.social.social-improved ul li a:hover,.social ul li a.social-improved:hover,#chat-icon:hover{transform:scale(1.08)}.input-block.form-improved:focus-within{border-color:var(--gradient-blue);box-shadow:0 0 0 3px #6a67e41a}.gallery-marquee__item a.glightbox,.screen-slide.screen-slide-improved a.glightbox{display:block;position:relative;overflow:hidden;border-radius:.8rem;transition:transform .3s ease,box-shadow .3s ease}.gallery-marquee__item a.glightbox:before,.screen-slide.screen-slide-improved a.glightbox:before{content:"";position:absolute;inset:0;background:#6a67e499;opacity:0;transition:opacity .3s ease;z-index:1}.gallery-marquee__item a.glightbox:hover:before,.screen-slide.screen-slide-improved a.glightbox:hover:before{opacity:1}.gallery-marquee__item a.glightbox:focus-visible,.screen-slide.screen-slide-improved a.glightbox:focus-visible{outline:3px solid var(--gradient-blue);outline-offset:3px}.gallery-marquee__item a.glightbox img,.screen-slide.screen-slide-improved a.glightbox img{display:block;width:clamp(160px,22vw,320px);height:clamp(120px,16.5vw,240px);max-width:none;object-fit:cover;object-position:center center;transition:transform .3s ease}.gallery-marquee__item a.glightbox:hover img,.screen-slide.screen-slide-improved a.glightbox:hover img{transform:scale(1.06)}.gallery-section,.screen-section,.app-feature-wrapper{overflow:visible}.section-heading .sub-heading i,.contact-details .sub-heading i,.contact-form-section .sub-heading i{background:linear-gradient(135deg,var(--gradient-pink) 0%,var(--gradient-purple) 45%,var(--gradient-blue) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;line-height:1}.app-feature-single .icon i{display:inline-block;line-height:1}@media(max-width:991px){.app-feature-single .icon i{font-size:7rem}}@media(max-width:575px){.app-feature-single .icon i{font-size:5.5rem}.app-feature-single h3{font-size:1.8rem}}.social-gradient .social-instagram i{color:#e1306c}.social-gradient .social-facebook i{color:#4267b2}.navigation .social ul li a{cursor:pointer;transition:transform .2s ease,opacity .2s ease}.navigation .social ul li a:hover{transform:translateY(-2px)}.footer-social li a{cursor:pointer;transition:color .2s ease}.footer-social li a:hover i{opacity:.85}.instagram-feed .button-content i{font-size:2.4rem;margin-right:.6rem;vertical-align:middle}.hero-content .download-button-apple,.video-section-content .button-1,.location-cta .download-button-1{transition:transform .25s ease,filter .25s ease,box-shadow .25s ease}.hero-content .download-button-apple:hover,.video-section-content .button-1:hover,.location-cta .download-button-1:hover{transform:translateY(-2px)}.hero-content .download-button-apple:hover{filter:drop-shadow(0 12px 24px rgba(255,147,242,.45))}.video-section-content .button-1:hover{filter:drop-shadow(0 10px 20px rgba(106,103,228,.35))}.location-cta .download-button-1:hover{filter:drop-shadow(0 10px 20px rgba(255,255,255,.25))}.hero-content .download-button-apple:hover .download-button-content h3,.hero-content .download-button-apple:hover .download-button-content h5{color:#fff}#chat-box .chat-header-btn{background:transparent;border:0;color:#fff;padding:.4rem;cursor:pointer;line-height:1;transition:opacity .2s ease}#chat-box .chat-header-btn:hover{opacity:.75}#chat-box .chat-header-btn:focus-visible{outline:2px solid #fff;outline-offset:2px;border-radius:.4rem}.modal-button,#chat-icon{cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.modal-button:hover,#chat-icon:hover{transform:scale(1.06);box-shadow:0 8px 20px #6a67e459}@media(max-width:767px){.modal-button{bottom:80px;right:15px;width:52px;height:52px;padding:12px}.modal-button i{font-size:2rem}}.location-card__link{cursor:pointer}.video-section-video figure .play a{cursor:pointer}.footer{width:100vw;max-width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw)}.footer-pattern{width:100%;left:0;right:0;background-size:cover}.footer-detail .links{display:flex;flex-direction:column;gap:.9rem}.footer-detail .links .link-underline{display:block;font-size:1.6rem;font-weight:600;line-height:1.5;color:#666b6d}.footer-detail .links button.link-underline{background:transparent;border:0;padding:0;text-align:left;cursor:pointer}.footer-list h6{margin-bottom:clamp(1.5rem,2.5vw,2.4rem)!important}.footer-list ul{display:flex;flex-direction:column;gap:.6rem;margin:0;padding:0}.footer-list li a{display:inline-flex;align-items:center;gap:.5rem;font-size:1.6rem;font-weight:500;line-height:1.5;color:#666b6d}.footer-social li a i{flex-shrink:0}:root{--section-space-desktop: clamp(6rem, 8vw, 9rem);--section-space-mobile: clamp(3.6rem, 7vw, 5.2rem);--heading-gap-desktop: clamp(2.4rem, 3.2vw, 4.2rem);--heading-gap-mobile: 2rem}.about-section-wrapper,.video-section-wrapper,.testimonial-section-wrapper,.faq-section-wrapper,.contact-form-section-wrapper,.contact-details-wrapper,.screen-section-wrapper,.footer-wrapper,.app-feature-1 .app-feature-wrapper{padding-top:var(--section-space-desktop)!important;padding-bottom:var(--section-space-desktop)!important}.section-heading{margin-bottom:var(--heading-gap-desktop)!important}.section-heading .main-heading h2{font-size:clamp(3rem,3.6vw,4.2rem);line-height:1.2;letter-spacing:-.02em}.section-heading .sub-heading h5{font-size:clamp(1.4rem,1.1vw,1.7rem);line-height:1.25}.about-section-content p,.app-feature-single p,.faq .accordion-body p,.testimonial-slide .content p,.location-card__meta,.footer-detail p,.contact-intro{font-size:clamp(1.55rem,1.1vw,1.8rem);line-height:1.6}.app-feature-single h3,.location-card__title{font-size:clamp(1.8rem,1.45vw,2.2rem);line-height:1.3}@media(max-width:991px){.about-section-wrapper,.video-section-wrapper,.testimonial-section-wrapper,.faq-section-wrapper,.contact-form-section-wrapper,.contact-details-wrapper,.screen-section-wrapper,.footer-wrapper,.app-feature-1 .app-feature-wrapper{padding-top:var(--section-space-mobile)!important;padding-bottom:var(--section-space-mobile)!important}.section-heading{margin-bottom:var(--heading-gap-mobile)!important}.section-heading .main-heading h2{font-size:clamp(2.6rem,7vw,3.4rem)}.app-feature-single h3,.location-card__title{font-size:clamp(1.65rem,4.8vw,2rem)}}.chat-message-content{word-wrap:break-word;overflow-wrap:break-word}.chat-message-content p{margin:.5rem 0;line-height:1.5}.chat-message-content ul,.chat-message-content ol{margin:.5rem 0;padding-left:1.5rem}.chat-message-content a{color:#6a67e4;text-decoration:underline}.chat-message-content a:hover{color:#88b6fe}.chat-message-content code{background:#0000001a;padding:.2rem .4rem;border-radius:.3rem}.chat-message-content pre{background:#0000000d;padding:1rem;border-radius:.5rem;overflow-x:auto}#chat-icon{border:0;padding:0;display:flex;align-items:center;justify-content:center;width:60px;height:60px;bottom:20px;right:20px;z-index:999;background:linear-gradient(to right,var(--gradient-blue),#88b6fe);border-radius:50%;color:#fff;box-shadow:0 5px 15px #0000001a}@media(max-width:767px){#chat-icon{width:50px;height:50px;bottom:15px;right:15px}}#chat-icon .chat-icon-pulse{position:absolute;inset:-4px;border-radius:50%;border:2px solid rgba(106,103,228,.45);animation:chat-pulse 2.5s ease-out infinite;pointer-events:none}#chat-icon[aria-expanded=true] .chat-icon-pulse{display:none}@keyframes chat-pulse{0%{transform:scale(1);opacity:.7}70%{transform:scale(1.15);opacity:0}to{transform:scale(1.15);opacity:0}}.chat-container.is-open{opacity:1;visibility:visible;pointer-events:auto}#chat-box #chat-header,#chat-box .chat-header{background:linear-gradient(135deg,var(--gradient-blue) 0%,#88b6fe 100%);padding:12px 14px;display:flex;align-items:center;justify-content:flex-start;gap:8px;color:#fff;cursor:move;flex-shrink:0}#chat-box .chat-header-info{flex:1;display:flex;align-items:center;gap:10px;min-width:0}#chat-box .chat-header-avatar{position:relative;flex-shrink:0;width:36px;height:36px}#chat-box .chat-header-avatar img{width:100%;height:100%;border-radius:50%;object-fit:cover;border:2px solid rgba(255,255,255,.35)}#chat-box .chat-status-dot{position:absolute;bottom:0;right:0;width:10px;height:10px;background:#22c55e;border:2px solid #6a67e4;border-radius:50%}#chat-box .chat-header-text{display:flex;flex-direction:column;min-width:0}#chat-box .chat-header-title{font-size:1.5rem;font-weight:600;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#chat-box .chat-header-subtitle{font-size:1.2rem;opacity:.85;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#chat-box .chat-header-btn--muted{opacity:.75}#chat-box .chat-header-btn--muted:hover{opacity:1}#chat-box .chat-widget{scroll-behavior:smooth}#chat-box .chat-message-row{animation:chat-message-in .25s ease-out}@keyframes chat-message-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}#chat-box .chat-widget .chat,#chat-box .chat-widget .bg-white{font-size:1.4rem;line-height:1.55;padding:10px 14px}#chat-box .chat-widget .chat{box-shadow:0 2px 8px #6a67e440}#chat-box .chat-widget .bg-white{color:#1e293b}#chat-box .chat-message-content--loading{padding:12px 16px}.chat-quick-replies{display:flex;flex-wrap:wrap;gap:8px;padding:10px 14px;border-top:1px solid rgba(0,0,0,.06);background:#fff;transition:opacity .2s ease,max-height .25s ease}.chat-quick-replies.is-hidden{display:none}.chat-quick-replies .quick-chip{border:1px solid rgba(106,103,228,.25);border-radius:20px;padding:6px 12px;font-size:1.25rem;font-weight:500;cursor:pointer;color:var(--gradient-blue);background:#6a67e40f;transition:background .2s ease,border-color .2s ease,transform .2s ease}.chat-quick-replies .quick-chip:hover{background:#6a67e41f;border-color:#6a67e473;transform:translateY(-1px)}.chat-quick-replies .quick-chip:focus-visible{outline:2px solid var(--gradient-blue);outline-offset:2px}#chat-box .chat-input-area{padding:10px 14px 8px}#chat-box .chat-input-area .input-group{align-items:flex-end}#chat-box .chat-input-area textarea{font-size:1.4rem;line-height:1.45;max-height:120px;overflow-y:auto}#chat-box .chat-btn-send{width:44px;height:44px;min-width:44px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0;transition:opacity .2s ease,transform .2s ease,box-shadow .2s ease}#chat-box .chat-btn-send:disabled{opacity:.45;cursor:not-allowed;transform:none}#chat-box .chat-btn-send:not(:disabled):hover{transform:translateY(-1px);box-shadow:0 4px 12px #6a67e459}#chat-box .chat-btn-send.is-loading i{animation:spin .8s linear infinite}#chat-box .chat-input-hint{margin:6px 0 0;font-size:1.1rem;color:#64748b;text-align:center;line-height:1.3}#chat-box .message-time{font-size:1.1rem;opacity:.55}@media(max-width:767px){#chat-box .chat-header{cursor:default}#chat-box .chat-input-hint{display:none}#chat-box{box-shadow:0 -8px 32px #0000001f}}@media(max-width:768px){.button-improved{min-height:4.4rem;padding:1rem 2rem;font-size:1.4rem}.navigation-improved .nav-link{padding:1rem 1.2rem}}@media(prefers-color-scheme:dark){.navigation-improved{background:#212529f2}.navigation-improved .nav-link{color:#fff}.card-improved{background:#343a40;color:#fff}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.cabinet-section{position:relative;z-index:2;margin:clamp(4rem,8vw,8rem) 0 clamp(6rem,10vw,10rem)}.cabinet-section-wrapper{position:relative}.cabinet-intro{max-width:62rem;margin:1.6rem auto 0;line-height:1.7}.cabinet-steps-row{margin-top:clamp(3rem,6vw,5rem);margin-bottom:clamp(3rem,6vw,5rem)}.cabinet-step .app-feature-single-wrapper{min-height:100%}.cabinet-panel{text-align:center;padding:clamp(3rem,5vw,4.8rem) clamp(2rem,4vw,4rem);border-radius:2.4rem;background:linear-gradient(135deg,#fffffff5,#f8fafcfa);border:1px solid rgba(106,103,228,.14);box-shadow:0 24px 48px #6a67e41f}.cabinet-panel-icon{display:inline-flex;align-items:center;justify-content:center;width:7.2rem;height:7.2rem;margin-bottom:1.6rem;border-radius:50%;background:linear-gradient(135deg,var(--gradient-blue) 0%,var(--gradient-purple) 100%);color:#fff;font-size:3rem;box-shadow:0 12px 24px #6a67e447}.cabinet-panel-title{font-size:clamp(2.2rem,3vw,2.8rem);margin-bottom:1rem}.cabinet-panel-text{max-width:52rem;margin:0 auto 2.4rem;line-height:1.7;font-size:1.6rem}.cabinet-panel-actions{display:flex;flex-direction:column;align-items:center;gap:1.6rem}.cabinet-login-button{display:inline-block;text-decoration:none;min-width:min(100%,34rem)}.cabinet-login-button .button-content{display:inline-flex;align-items:center;justify-content:center;gap:.8rem}.cabinet-login-button .button-content i{font-size:1.8rem}.cabinet-secondary-link{display:inline-block;font-size:1.6rem;font-weight:600}.cabinet-notice{display:flex;align-items:flex-start;gap:1.2rem;margin-top:2.4rem;padding:1.6rem 2rem;border-radius:1.6rem;background:#6a67e414;border:1px solid rgba(106,103,228,.16)}.cabinet-notice i{flex-shrink:0;margin-top:.2rem;font-size:2.2rem;color:var(--gradient-blue)}.cabinet-notice p{margin:0;color:#475569;font-size:1.5rem;line-height:1.7}.cabinet-notice strong{color:#1e293b}@media(max-width:767.98px){.cabinet-steps-row>[class*=col-]+[class*=col-]{margin-top:2rem}.cabinet-panel{padding:2.4rem 1.6rem}.cabinet-notice{flex-direction:column;gap:.8rem}}
