html{scroll-behavior:auto;overflow-x:hidden;overscroll-behavior-y:none;height:100%}html.loaded{scroll-behavior:smooth}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;min-height:-webkit-fill-available;position:relative;overscroll-behavior-y:none;background-color:#000}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{width:100%;min-height:100vh;min-height:-webkit-fill-available;display:flex;flex-direction:column}:root{--hero-title-size: 48px;--hero-subtitle-size: 18px;--section-title-size: 40px;--section-subtitle-size: 17px;--card-title-size: 22px;--body-text-size: 16px;--body-text-large-size: 18px;--small-text-size: 14px;--tiny-text-size: 12px}@media(max-width:1024px){:root{--hero-title-size: 40px;--hero-subtitle-size: 17px;--section-title-size: 36px;--section-subtitle-size: 16px;--card-title-size: 20px;--body-text-size: 15px;--body-text-large-size: 17px}}@media(max-width:768px){:root{--hero-title-size: 32px;--hero-subtitle-size: 16px;--section-title-size: 28px;--section-subtitle-size: 15px;--card-title-size: 18px;--body-text-size: 14px;--body-text-large-size: 16px}}@media(max-width:480px){:root{--hero-title-size: 28px;--hero-subtitle-size: 15px;--section-title-size: 24px;--section-subtitle-size: 14px;--card-title-size: 16px;--body-text-size: 14px;--body-text-large-size: 15px}}.btn-primary{background:#1ba2da;color:#fff;padding:16px 44px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;letter-spacing:.5px;box-shadow:0 4px 12px #1ba2da4d}.btn-primary:hover{background:#1590c5;transform:translateY(-2px);box-shadow:0 6px 20px #1ba2da66}.btn-primary:active{transform:translateY(0)}.btn-secondary{background:transparent;color:#1ba2da;padding:16px 44px;border:2px solid #1BA2DA;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;letter-spacing:.5px}.btn-secondary:hover{background:#e8f5fb;transform:translateY(-2px)}.btn-secondary:active{transform:translateY(0)}.btn-large{padding:20px 48px;font-size:18px}*:focus-visible{outline:3px solid #1BA2DA;outline-offset:2px;border-radius:4px}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #1BA2DA;outline-offset:2px}button,a,[role=button],input[type=submit],input[type=button]{min-height:44px;min-width:44px}@media(prefers-contrast:high){:root{--primary-color: #0066cc}body{background:#fff;color:#000}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.header{position:fixed;top:20px;left:50%;right:50%;transform:translate(-50%);width:calc(100% - 40px);max-width:1200px;background:#000;box-shadow:0 8px 32px #0000004d;border-radius:16px;z-index:100;padding:1rem 2rem;transition:top .3s ease}.header-container{display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo{flex:0 0 auto;display:flex;align-items:center;margin-right:20px;z-index:3}.logo-img{height:70px;width:auto;object-fit:contain;transition:opacity .3s ease}.logo:hover .logo-img{opacity:.8}.menu-toggle{display:none;background:#1ba2da;border:none;cursor:pointer;color:#fff;z-index:101;padding:12px 16px;border-radius:12px;width:50px;height:50px;align-items:center;justify-content:center;transition:all .3s ease;position:relative}.menu-toggle:hover{background:#1590c5;transform:scale(1.05)}.menu-icon{display:flex;flex-direction:column;gap:5px;width:22px;height:18px;position:relative}.menu-line{width:100%;height:2px;background:#fff;border-radius:2px;transition:all .3s ease;transform-origin:center}.menu-toggle.open .menu-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.menu-toggle.open .menu-line:nth-child(2){opacity:0;transform:translate(-10px)}.menu-toggle.open .menu-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav{display:flex;gap:3rem;align-items:center;flex:1;justify-content:center}.nav a{text-decoration:none;color:#fff;font-weight:500;transition:color .3s ease;position:relative;white-space:nowrap;display:flex;align-items:center;min-height:auto;padding:8px 0}.nav a:hover{color:#1ba2da}.nav a:after{content:"";position:absolute;width:0;height:2px;bottom:-8px;left:0;background-color:#1ba2da;transition:width .3s ease}.nav a:hover:after{width:100%}.btn-header-cta{background:#1ba2da;color:#fff;padding:12px 32px;border-radius:8px;font-weight:600;transition:all .3s ease;text-decoration:none;display:inline-block;white-space:nowrap;flex:0 0 auto;cursor:pointer;border:none}.btn-header-cta:hover{background:#1590c5;transform:translateY(-2px);box-shadow:0 4px 12px #1ba2da4d}.btn-header-cta:active{transform:translateY(0)}@media(max-width:1024px){.header{padding:.8rem 1.5rem;width:calc(100% - 30px)}.header-container{gap:1.5rem}.logo{margin-right:10px}.nav{gap:2rem}.btn-header-cta{padding:10px 24px;font-size:14px}}@media(max-width:768px){.header{padding:.8rem 1rem;width:calc(100% - 20px);max-width:100%;top:15px;left:10px;right:10px;transform:none}.header-container{gap:1rem;display:flex;justify-content:space-between;align-items:center}.logo{margin-right:0;flex:0 0 auto}.logo-img{height:50px}.menu-toggle{display:flex!important;order:2;margin-left:auto}.nav{display:none;position:fixed;top:100px;left:10px;right:10px;flex-direction:column;gap:0;padding:0;background:#000;border-radius:12px;box-shadow:0 8px 32px #0000004d;justify-content:flex-start;max-width:calc(100% - 20px);z-index:99;width:calc(100% - 20px);overflow:hidden;opacity:0;transform:translateY(-10px);transition:opacity .3s ease,transform .3s ease}.nav.open{display:flex;opacity:1;transform:translateY(0);animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav a{padding:18px 24px;font-size:16px;font-weight:500;border-bottom:1px solid #374151;color:#fff;text-decoration:none;display:block;width:100%;box-sizing:border-box}.nav a:last-child{border-bottom:none}.nav a:hover{background-color:#1f2937;color:#1ba2da}.nav a:after{display:none}.btn-header-cta{display:none!important}}@media(max-width:480px){.header{top:10px;left:10px;right:10px;width:calc(100% - 20px);padding:.7rem .8rem}.header-container{gap:.8rem}.logo-img{height:40px}.menu-toggle{width:45px;height:45px;padding:10px 14px}.nav{top:90px;left:10px;right:10px;width:calc(100% - 20px)}}.footer{background:#000;color:#fff;padding:60px 20px 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;max-width:1200px;margin:0 auto 40px}.footer-logo-section{display:flex;flex-direction:column;gap:16px;align-items:flex-start}.footer-logo-link{display:block;transition:opacity .3s ease,transform .3s ease}.footer-logo-link:hover{opacity:.8;transform:translateY(-2px)}.footer-logo{height:70px;width:auto;object-fit:contain;margin-bottom:12px;display:block}.footer-section h4{font-size:18px;color:#fff;margin-bottom:20px;font-weight:600}.footer-section p{color:#ccc;line-height:1.8;margin-bottom:10px}.footer-contact-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.footer-contact-item:last-child{margin-bottom:0}.footer-contact-item svg{color:#1ba2da;flex-shrink:0;margin-top:0}.footer-contact-item p{color:#ccc;line-height:1.4;margin:0}.footer-contact-item a{color:#ccc;line-height:1.4;margin:0;text-decoration:none;transition:color .3s ease;display:block}.footer-contact-item a:hover{color:#1ba2da}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:12px}.footer-section a{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#1ba2da}.footer-bottom{text-align:center;padding-top:30px;border-top:1px solid rgba(255,255,255,.1);color:#999}.footer-bottom p{margin:0}@media(max-width:768px){.footer{padding:40px 20px 15px;margin-top:auto;position:relative}.footer-content{gap:30px;margin-bottom:30px;padding-bottom:env(safe-area-inset-bottom,0)}.footer-section h4{font-size:16px}.footer-section p,.footer-section a{font-size:14px}.footer-bottom{padding-bottom:max(15px,env(safe-area-inset-bottom))}}.promo-overlay{position:fixed;inset:0;background:#0009;z-index:9998;animation:fadeIn .3s ease-out}.promo-overlay.closing{animation:fadeOut .3s ease-out forwards}.promo-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:16px;box-shadow:0 20px 60px #0003;z-index:9999;max-width:500px;width:90%;animation:popupSlideIn .4s ease-out}.promo-popup.closing{animation:popupSlideOut .3s ease-out forwards}.promo-popup-close{position:absolute;top:16px;right:16px;background:transparent;border:none;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s ease;color:#666}.promo-popup-close:hover{background:#f5f5f5;color:#333}.promo-popup-content{padding:48px 40px 40px;text-align:center}.promo-popup-title{font-size:28px;font-weight:700;color:#1a1a1a;margin-bottom:16px}.promo-popup-message{font-size:16px;line-height:1.6;color:#666;margin-bottom:32px}.promo-popup-message strong{color:#1ba2da;font-weight:700}.promo-popup-buttons{display:flex;gap:12px;justify-content:center}.promo-popup-btn-primary{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;background:#1ba2da;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .2s ease}.promo-popup-btn-primary:hover{background:#1590c5;transform:translateY(-1px);box-shadow:0 4px 12px #1ba2da4d}.promo-popup-btn-secondary{padding:14px 32px;background:#f5f5f5;color:#666;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.promo-popup-btn-secondary:hover{background:#e8e8e8;color:#333}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes popupSlideIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes popupSlideOut{0%{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.9)}}@media(max-width:768px){.promo-popup{width:95%;max-width:400px}.promo-popup-content{padding:40px 24px 32px}.promo-popup-title{font-size:24px;margin-bottom:12px}.promo-popup-message{font-size:15px;margin-bottom:24px}.promo-popup-buttons{flex-direction:column;width:100%}.promo-popup-btn-primary,.promo-popup-btn-secondary{width:100%;padding:12px 24px}}@media(max-width:480px){.promo-popup-title{font-size:22px}.promo-popup-message{font-size:14px}}.whatsapp-widget{position:fixed;bottom:24px;right:24px;z-index:1000}.whatsapp-button{width:60px;height:60px;border-radius:50%;background:#1ba2da;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #1ba2da66;transition:all .3s ease;position:relative}.whatsapp-button:hover{background:#1590c5;transform:scale(1.1);box-shadow:0 6px 20px #1ba2da80}.whatsapp-button svg{width:32px;height:32px;fill:#fff}.whatsapp-online-badge{position:absolute;top:2px;right:2px;width:16px;height:16px;background:#25d366;border:3px solid white;border-radius:50%;z-index:1}.whatsapp-button:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;background:#25d3664d;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:0}to{transform:scale(1);opacity:0}}.whatsapp-button:before{background:#1ba2da4d}.whatsapp-popup{position:absolute;bottom:80px;right:0;width:320px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;overflow:hidden;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.whatsapp-popup-header{background:#1ba2da;padding:16px;display:flex;align-items:center;gap:12px;color:#fff}.whatsapp-popup-avatar{width:48px;height:48px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:visible;position:relative}.whatsapp-popup-avatar img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:50%}.whatsapp-popup-avatar svg{width:28px;height:28px;fill:#fff}.online-indicator{position:absolute;bottom:-2px;right:-2px;width:14px;height:14px;background:#25d366;border:2.5px solid white;border-radius:50%;z-index:2}.whatsapp-popup-info{flex:1}.whatsapp-popup-info h4{margin:0;font-size:15px;font-weight:600;white-space:nowrap}.whatsapp-popup-info p{margin:4px 0 0;font-size:13px;opacity:.9}.whatsapp-popup-close{background:none;border:none;cursor:pointer;padding:4px;color:#fff;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.whatsapp-popup-close:hover{opacity:.8}.whatsapp-popup-close svg{width:20px;height:20px}.whatsapp-popup-body{padding:20px;background:#ece5dd;min-height:120px}.whatsapp-message{background:#fff;padding:12px 16px;border-radius:8px;box-shadow:0 1px 2px #0000001a;position:relative}.whatsapp-message:before{content:"";position:absolute;left:-8px;top:12px;width:0;height:0;border-style:solid;border-width:0 8px 8px 0;border-color:transparent white transparent transparent}.whatsapp-message p{margin:0;font-size:14px;line-height:1.5;color:#333}.whatsapp-message p:first-child{margin-bottom:8px}.whatsapp-popup-footer{padding:16px;background:#fff}.whatsapp-start-chat{width:100%;padding:12px 20px;background:#1ba2da;color:#fff;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .3s ease}.whatsapp-start-chat:hover{background:#1590c5;transform:translateY(-2px);box-shadow:0 4px 12px #1ba2da4d}.whatsapp-start-chat svg{width:20px;height:20px;fill:#fff}@media(max-width:768px){.whatsapp-widget{bottom:16px;right:16px}.whatsapp-button{width:56px;height:56px}.whatsapp-button svg{width:28px;height:28px}.whatsapp-popup{width:calc(100vw - 32px);max-width:320px}}.cookie-banner-overlay{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);padding:20px;animation:slideUp .4s ease}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner{max-width:1200px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 -4px 24px #00000026;padding:24px;animation:fadeIn .3s ease .2s both}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.cookie-banner-header{display:flex;align-items:center;gap:12px;margin-bottom:16px}.cookie-icon{width:40px;height:40px;background:linear-gradient(135deg,#1ba2da,#1590c5);border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cookie-icon svg{width:24px;height:24px;fill:#fff}.cookie-banner-header h3{margin:0;font-size:20px;font-weight:700;color:#1e293b}.cookie-banner-content{margin-bottom:20px}.cookie-banner-content>p{margin:0 0 16px;font-size:14px;line-height:1.6;color:#475569}.cookie-details{background:#f8fafc;border-radius:12px;padding:16px;margin:16px 0;border:1px solid #e2e8f0}.cookie-category{margin-bottom:16px}.cookie-category:last-child{margin-bottom:0}.cookie-category-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.cookie-category-title{flex:1}.cookie-checkbox-label{display:flex;align-items:center;gap:12px;cursor:pointer}.cookie-checkbox-label h4{margin:0;font-size:15px;font-weight:600;color:#1e293b}.cookie-checkbox{width:20px;height:20px;cursor:pointer;appearance:none;-webkit-appearance:none;-moz-appearance:none;border:2px solid #cbd5e1;border-radius:4px;background:#fff;position:relative;transition:all .2s ease}.cookie-checkbox:hover{border-color:#1ba2da}.cookie-checkbox:checked{background:#fff;border-color:#1ba2da}.cookie-checkbox:checked:after{content:"";position:absolute;left:5px;top:1px;width:5px;height:10px;border:solid #1BA2DA;border-width:0 2px 2px 0;transform:rotate(45deg)}.cookie-category p{margin:0;font-size:13px;line-height:1.5;color:#64748b}.cookie-details-toggle{display:flex;align-items:center;gap:6px;background:none;border:none;color:#1ba2da;font-size:14px;font-weight:600;cursor:pointer;padding:8px 0;transition:color .2s}.cookie-details-toggle:hover{color:#1590c5}.cookie-details-toggle svg{width:16px;height:16px;transition:transform .3s ease}.cookie-banner-actions{display:flex;gap:12px;flex-wrap:wrap}.cookie-btn{flex:1;min-width:150px;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;border:2px solid transparent}.cookie-btn-accept{background:linear-gradient(135deg,#1ba2da,#1590c5);color:#fff;border:none}.cookie-btn-accept:hover{transform:translateY(-2px);box-shadow:0 6px 20px #1ba2da4d}.cookie-btn-necessary{background:#fff;color:#475569;border-color:#cbd5e1}.cookie-btn-necessary:hover{background:#f8fafc;border-color:#94a3b8}.cookie-btn-reject{background:#fff;color:#ef4444;border-color:#fecaca}.cookie-btn-reject:hover{background:#fef2f2;border-color:#fca5a5}.cookie-btn-save{background:#fff;color:#1ba2da;border-color:#1ba2da}.cookie-btn-save:hover{background:#e8f5fb;border-color:#1590c5}@media(max-width:768px){.cookie-banner-overlay{padding:12px}.cookie-banner{padding:20px}.cookie-banner-header h3{font-size:18px}.cookie-banner-content>p{font-size:13px}.cookie-banner-actions{flex-direction:column}.cookie-btn{width:100%;min-width:auto}.cookie-icon{width:36px;height:36px}.cookie-icon svg{width:20px;height:20px}}@media(max-width:480px){.cookie-banner{border-radius:12px 12px 0 0}.cookie-banner-overlay{padding:0}}.hero{position:relative;width:100%;max-width:1200px;height:500px;margin:140px auto 40px;padding:0 20px;display:flex;align-items:center;justify-content:center;overflow:hidden;transition:margin .3s ease;border-radius:12px;box-shadow:0 10px 40px #0000001a;background-image:url(/images/hero/hero-floor-new.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,#0006,#00000080);z-index:1;border-radius:12px;pointer-events:none}.hero-overlay{position:absolute;inset:0;background:radial-gradient(circle at 30% 50%,rgba(0,0,0,.1) 0%,transparent 50%);z-index:2;pointer-events:none;border-radius:12px}.hero-content{position:relative;z-index:3;text-align:center;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 60px;animation:fadeInUp 1s ease-out}.hero-rating-badge{display:inline-flex;align-items:center;gap:8px;background:#fffffffa;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:8px 18px;border-radius:50px;margin-bottom:20px;box-shadow:0 4px 16px #00000026}.google-icon{flex-shrink:0}.rating-stars{display:flex;gap:2px;padding-left:4px;border-left:1px solid #e5e7eb}.rating-stars .star{color:#f59e0b;font-size:16px;line-height:1}.rating-text{color:#1a1a1a;font-size:13px;font-weight:600;white-space:nowrap;padding-left:4px}.rating-text strong{font-weight:700;color:#1a1a1a}.hero-content h1{font-size:clamp(28px,6vw,52px);font-weight:800;color:#fff;margin-bottom:20px;line-height:1.1;text-shadow:3px 3px 12px rgba(0,0,0,.5);letter-spacing:-1px}.hero-subtitle{font-size:clamp(16px,3.5vw,22px);color:#fffffff2;margin-bottom:40px;font-weight:400;text-shadow:2px 2px 8px rgba(0,0,0,.4);line-height:1.4}.hero-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:nowrap;animation:fadeInUp 1s ease-out .2s both}@media(max-width:768px){.hero-buttons{flex-direction:column!important;flex-wrap:nowrap!important;gap:12px!important;align-items:center!important}}.hero .btn-primary{background:#1ba2da!important;color:#fff!important;padding:16px 40px!important;border:2px solid transparent!important;border-radius:8px!important;font-size:clamp(14px,2vw,18px)!important;font-weight:600!important;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;letter-spacing:.5px;box-sizing:border-box!important}.hero .btn-primary:hover{background:#1590c5!important;transform:translateY(-2px)}.hero .btn-primary:active{transform:translateY(0)}.hero .btn-secondary{background:#fff!important;color:#1a1a1a!important;padding:16px 40px!important;border:2px solid white!important;border-radius:8px!important;font-size:clamp(14px,2vw,18px)!important;font-weight:600!important;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;letter-spacing:.5px;box-sizing:border-box!important}.hero .btn-secondary:hover{background:#ffffffe6!important;border-color:#fff!important;transform:translateY(-2px)}.hero .btn-secondary:active{transform:translateY(0)}@media(min-width:1400px){.hero{height:550px;margin:150px auto 50px}.hero-content{padding:50px 80px}.hero-content h1{margin-bottom:25px}.hero-subtitle{margin-bottom:50px}.hero-buttons{gap:25px}}@media(max-width:1024px){.hero{height:400px;max-width:90%;margin:130px auto 30px}.hero-content{padding:40px 50px}.hero-buttons{gap:15px;flex-direction:column!important;align-items:center!important}.hero .btn-primary,.hero .btn-secondary{width:100%!important;max-width:320px!important}}@media(max-width:768px){.hero{min-height:500px;height:auto;max-width:calc(100% - 32px);margin:110px auto 20px;border-radius:16px;padding:0}.hero:before{background:linear-gradient(to bottom,#0009,#000000b3);border-radius:16px}.hero-overlay{border-radius:16px}.hero-content{padding:36px 28px;gap:12px;justify-content:center}.hero-rating-badge{padding:4px 10px;gap:4px;margin-bottom:10px}.google-icon{width:14px;height:14px}.rating-stars{gap:1px;padding-left:4px}.rating-stars .star{font-size:12px}.rating-text{font-size:10px;padding-left:4px}.hero-content h1{font-size:26px!important;text-shadow:2px 2px 10px rgba(0,0,0,.8);margin-bottom:10px;line-height:1.15}.hero-subtitle{font-size:14px!important;margin-bottom:20px;text-shadow:1px 1px 8px rgba(0,0,0,.7);max-width:90%;margin-left:auto;margin-right:auto;line-height:1.4}.hero-buttons{flex-direction:column!important;gap:12px!important;align-items:center!important;width:100%!important}.hero .btn-primary,.hero .btn-primary.btn-contact{width:319px!important;height:54px!important;min-height:54px!important;max-height:54px!important;max-width:100%!important;min-width:auto!important;padding:0 16px!important;font-size:15px!important;border:2px solid transparent!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1!important;margin:0!important;background:#1ba2da!important;color:#fff!important}.hero .btn-secondary{width:319px!important;height:54px!important;min-height:54px!important;max-height:54px!important;max-width:100%!important;min-width:auto!important;padding:0 16px!important;font-size:15px!important;border:2px solid white!important;box-sizing:border-box!important;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;line-height:1!important;margin:0!important;background:#fff!important;color:#1a1a1a!important}}@media(max-width:480px){.hero{height:300px;max-width:calc(100% - 32px);margin:110px auto 15px;border-radius:15px}.hero:before{border-radius:15px}.hero-overlay{border-radius:15px}.hero-content{padding:25px 24px}.hero-content h1{margin-bottom:10px}.hero-subtitle{margin-bottom:20px}.hero-buttons{display:flex!important;flex-direction:column!important;gap:12px!important;align-items:center!important;width:100%!important}.hero .btn-primary,.hero .btn-secondary{width:100%!important;max-width:100%!important;min-width:100%!important;padding:13px 20px!important;font-size:14px!important;border:2px solid white!important;box-sizing:border-box!important;display:block!important;text-align:center!important;line-height:1.5!important;margin:0!important}.hero .btn-primary,.hero .btn-primary.btn-contact{border:2px solid transparent!important;border-color:transparent!important;background:#1ba2da!important;color:#fff!important}.hero .btn-secondary{border:2px solid white!important;background:#fff!important;color:#1a1a1a!important;border-color:#fff!important}}@media(max-width:450px){.hero{max-width:calc(100% - 24px)}.hero-content{padding:20px 16px}.hero-buttons{display:flex!important;flex-direction:column!important;gap:10px!important;align-items:stretch!important;width:100%!important}.hero .btn-primary,.hero .btn-primary.btn-contact{width:100%!important;max-width:100%!important;min-width:100%!important;padding:12px 16px!important;font-size:14px!important;border:2px solid transparent!important;box-sizing:border-box!important;display:block!important;text-align:center!important;line-height:1.5!important;margin:0!important;background:#1ba2da!important;color:#fff!important}.hero .btn-secondary{width:100%!important;max-width:100%!important;min-width:100%!important;padding:12px 16px!important;font-size:14px!important;border:2px solid white!important;box-sizing:border-box!important;display:block!important;text-align:center!important;line-height:1.5!important;margin:0!important;background:#fff!important;color:#1a1a1a!important}}.services-showcase{background:#fdfdfd;padding:80px 20px}.services-showcase-container{max-width:1400px;margin:0 auto}.services-showcase-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:50px;position:relative}.services-label{display:flex;align-items:center;gap:8px;margin-bottom:12px}.services-bullet{color:#1ba2da;font-size:12px;letter-spacing:.5px}.services-label-text{color:#1ba2da;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.services-showcase-title{font-size:40px;font-weight:700;color:#1a1a1a;margin:0;max-width:500px;line-height:1.2}.services-navigation{display:flex;gap:12px}.desktop-nav{display:flex}.mobile-nav{display:none}.nav-btn{width:50px;height:50px;border:2px solid #1BA2DA;background:#fff;color:#1ba2da;border-radius:50%;cursor:pointer;font-size:20px;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.nav-btn:hover{background:#1ba2da;color:#fff;transform:scale(1.05)}.nav-btn:active{transform:scale(.95)}.services-slider{display:flex;gap:30px;overflow-x:auto;scroll-behavior:smooth;margin-bottom:50px;padding-bottom:20px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.services-slider::-webkit-scrollbar{height:4px}.services-slider::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.services-slider::-webkit-scrollbar-thumb{background:#1ba2da;border-radius:10px}.service-showcase-card{flex:0 0 calc(33.333% - 20px);min-width:350px;position:relative;border-radius:16px;overflow:hidden;scroll-snap-align:start;transition:transform .3s ease}.service-showcase-card:hover .card-overlay{box-shadow:0 8px 24px #00000014;margin-top:-40px}.card-image{width:100%;aspect-ratio:1 / 1;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);display:flex;align-items:center;justify-content:center;border-radius:16px 16px 0 0;position:relative}.image-content{font-size:100px;line-height:1}.overlay-icon{width:48px;height:48px;background:#e8f4f8;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px;color:#1ba2da;flex-shrink:0;font-weight:300}.card-overlay{background:#fff;padding:28px 24px;border-radius:0 0 16px 16px;margin-top:-40px;position:relative;z-index:2;box-shadow:0 8px 24px #00000014;transition:all .3s ease}.card-overlay h3{font-size:18px;font-weight:700;color:#1a1a1a;margin:0 0 8px;line-height:1.3;letter-spacing:-.5px}.card-overlay p{font-size:13px;color:#888;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-weight:400}.services-cta-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.services-cta-buttons .cta-btn{padding:16px 48px;border-radius:10px;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;letter-spacing:.5px;box-sizing:border-box;text-align:center;white-space:nowrap;min-height:54px;width:280px}.services-cta-buttons .cta-btn-primary{background:#1ba2da;color:#fff;border:2px solid #1BA2DA}.services-cta-buttons .cta-btn-primary:hover{background:#1590c5;transform:translateY(-2px);box-shadow:0 8px 20px #1ba2da4d}.services-cta-buttons .cta-btn-secondary{background:#fff;color:#1ba2da;border:2px solid #1BA2DA!important}.services-cta-buttons .cta-btn-secondary:hover{background:#1ba2da1a;transform:translateY(-2px);box-shadow:0 4px 12px #1ba2da33}@media(max-width:1024px){.services-showcase{padding:60px 20px}.services-showcase-header{flex-direction:column;gap:30px}.services-showcase-title{font-size:32px}.service-showcase-card{flex:0 0 calc(50% - 15px);min-width:280px}.nav-btn{width:45px;height:45px;font-size:18px}}@media(max-width:768px){.services-showcase-header{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.services-showcase-title{font-size:28px}.services-navigation.desktop-nav{display:none!important}.services-navigation.mobile-nav{display:flex!important;justify-content:center;gap:12px;margin-bottom:30px;margin-top:0}.service-showcase-card{flex:0 0 100%;min-width:100%}.nav-btn{width:40px;height:40px;font-size:16px}.services-cta-buttons{margin-top:0;flex-direction:column;align-items:stretch}.services-cta-buttons .cta-btn{width:100%;flex:1}}@media(max-width:480px){.services-showcase{padding:40px 12px}.services-showcase-title{font-size:24px}.services-label-text{font-size:11px}.service-showcase-card{flex:0 0 calc(100vw - 40px)}.image-content{font-size:70px}.nav-btn{width:36px;height:36px;font-size:14px}.overlay-icon{width:45px;height:45px;font-size:24px}.card-overlay h3{font-size:18px}.card-overlay p{font-size:13px}}.featured-projects{background:#fdfdfd;padding:120px 40px;position:relative;overflow:hidden}.featured-projects-container{max-width:1440px;margin:0 auto;display:grid;grid-template-columns:380px 1fr;gap:40px;align-items:start;position:relative;z-index:1}.featured-projects-content{position:sticky;top:120px;display:flex;flex-direction:column;gap:32px;padding:32px;background:#fff;border-radius:16px;border:1px solid #f3f4f6;box-shadow:0 4px 24px #00000014}.featured-label{display:flex;align-items:center;gap:8px;margin-bottom:12px}.featured-bullet{color:#1ba2da;font-size:12px;letter-spacing:.5px}.featured-label-text{color:#1ba2da;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.featured-projects-content h2{font-size:40px;font-weight:700;color:#111827;line-height:1.2;margin:0}.featured-description{font-size:17px;color:#64748b;line-height:1.8;margin:0;font-weight:400}.featured-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0;width:100%}.stat-item{display:flex;flex-direction:column;gap:8px;padding:20px 16px;background:#fff;border-radius:16px;border:1px solid #f3f4f6;position:relative;transition:all .3s ease;box-shadow:0 4px 24px #00000014;min-width:0}.stat-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px #1ba2da26;border-color:#e8f5fb}.featured-stats .stat-number{font-size:32px;font-weight:700;color:#1ba2da!important;line-height:1;font-variant-numeric:tabular-nums;word-break:keep-all}.featured-stats .stat-label{font-size:11px;color:#6b7280!important;font-weight:600;text-transform:uppercase;letter-spacing:.5px;line-height:1.3}.featured-buttons{display:flex;flex-direction:column;gap:12px;margin-top:8px}.btn-featured{width:100%;padding:16px 24px;border-radius:8px;font-size:16px;font-weight:600;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:8px;letter-spacing:.5px;cursor:pointer;border:none;transition:all .3s ease;text-align:center}.btn-featured-primary{background:#1ba2da;color:#fff}.btn-featured-primary:hover{background:#1590c5;transform:translateY(-2px);box-shadow:0 10px 25px #1ba2da4d}.btn-featured-primary:active{transform:translateY(0)}.btn-featured-secondary{background:#fff;color:#1ba2da;border:2px solid #1BA2DA}.btn-featured-secondary:hover{background:#1ba2da1a;transform:translateY(-2px);box-shadow:0 4px 12px #1ba2da33}.btn-featured-secondary:active{transform:translateY(0)}.social-section{display:flex;flex-direction:column;gap:16px;padding-top:24px;border-top:1px solid #f3f4f6}.social-title{font-size:12px;font-weight:600;color:#6b7280;margin:0}.social-links{display:flex;gap:14px}.social-links a{width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;color:#1ba2da;transition:all .3s ease;border:2px solid #1BA2DA}.social-links a:hover{background:#1ba2da;color:#fff;transform:scale(1.05)}.featured-gallery{width:100%;max-width:100%}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:16px;row-gap:20px;max-width:100%;width:100%}.gallery-item{position:relative;overflow:hidden;border-radius:16px;background:#f1f5f9;box-shadow:0 4px 16px #0000001a;transition:all .3s ease;aspect-ratio:4/3;margin:0;padding:0}.gallery-item:hover{transform:translateY(-4px);box-shadow:0 8px 24px #1ba2da33}.gallery-item img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .3s ease}.gallery-item:hover img{transform:scale(1.05)}@media(max-width:1280px){.featured-projects-container{grid-template-columns:380px 1fr;gap:36px}.gallery-grid{gap:18px}}@media(max-width:1024px){.featured-projects{padding:80px 30px}.featured-projects-container{grid-template-columns:1fr;gap:50px}.featured-projects-content{position:relative;top:0;max-width:100%}.gallery-grid{max-width:700px;margin:0 auto;gap:18px}}@media(max-width:768px){.featured-projects{padding:60px 20px;overflow-x:hidden}.featured-projects-container{display:flex;flex-direction:column;gap:32px;padding:0 16px;max-width:100%}.featured-projects-content{position:relative;top:0;padding:28px 24px;gap:24px;width:100%;max-width:100%;text-align:center}.featured-projects-content h2{font-size:var(--section-title-size, 24px);line-height:1.3}.featured-description{font-size:var(--body-text-size, 14px)}.featured-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;width:100%}.stat-item{min-width:0;text-align:center;padding:16px 8px;display:flex;flex-direction:column;align-items:center;justify-content:center}.featured-stats .stat-number{font-size:28px;margin-bottom:4px}.featured-stats .stat-label{white-space:normal;font-size:10px;letter-spacing:.3px;line-height:1.2;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.featured-buttons{display:flex;flex-direction:column;gap:12px;width:100%}.btn-featured{width:100%;min-width:unset;justify-content:center;text-align:center}.featured-gallery{width:100%;max-width:100%;overflow:hidden}.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;row-gap:16px;column-gap:8px;width:100%;max-width:100%}.gallery-item,.gallery-item-1,.gallery-item-2,.gallery-item-3,.gallery-item-4,.gallery-item-5,.gallery-item-6{grid-column:auto!important;grid-row:auto!important;aspect-ratio:1 / 1;width:100%;height:auto}.gallery-item img{width:100%;height:100%;object-fit:cover;border-radius:8px}.social-links a{width:48px;height:48px}}@media(max-width:480px){.featured-projects{padding:40px 12px}.featured-projects-container{grid-template-columns:1fr;gap:30px}.featured-projects-content{position:relative;top:0;padding:24px 20px;gap:20px;border-radius:12px;box-shadow:0 4px 16px #0000000f}.featured-label{margin-bottom:8px}.featured-label-text{font-size:11px}.featured-projects-content h2{font-size:24px;line-height:1.3;letter-spacing:-.5px}.featured-description{font-size:14px;line-height:1.6}.featured-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:16px 0;width:100%}.stat-item{min-width:0;text-align:center;padding:14px 6px;display:flex;flex-direction:column;align-items:center;justify-content:center}.featured-stats .stat-number{font-size:24px;margin-bottom:4px}.featured-stats .stat-label{white-space:normal;font-size:9px;line-height:1.2;letter-spacing:.2px;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.featured-buttons{gap:12px;flex-direction:column;margin-top:8px}.btn-featured{width:100%;padding:16px 24px;font-size:15px;min-height:54px}.social-section{padding-top:20px;gap:14px}.social-title{font-size:12px}.social-links a{width:48px;height:48px}.social-links a svg{width:22px;height:22px}.featured-gallery{margin:0 -12px;padding:0 12px}.gallery-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:16px;padding-bottom:20px;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#1BA2DA #e5e7eb}.gallery-grid::-webkit-scrollbar{height:4px}.gallery-grid::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px}.gallery-grid::-webkit-scrollbar-thumb{background:#1ba2da;border-radius:10px}.gallery-item{flex:0 0 calc(100vw - 40px);max-width:calc(100vw - 40px);min-height:280px;scroll-snap-align:start}}@media(max-width:380px){.featured-stats{flex-direction:column;align-items:center;gap:20px}.stat-item{width:100%;max-width:200px}}@media(prefers-reduced-motion:reduce){.gallery-item,.gallery-item img,.stat-item,.btn-featured,.social-links a{transition:none}}.gallery-item:focus-visible{outline:3px solid #1BA2DA;outline-offset:4px}.btn-featured:focus-visible,.social-links a:focus-visible{outline:3px solid #1BA2DA;outline-offset:4px}.gallery-item img[loading=lazy]{background:#e2e8f0}.why-choose-us{background:#fff;padding:80px 40px}.why-choose-us-container{max-width:1200px;margin:0 auto}.why-choose-header{text-align:center;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}.why-choose-label{display:flex;align-items:center;gap:8px;margin-bottom:16px;justify-content:center}.why-choose-header h2{font-size:40px;font-weight:700;color:#111827;line-height:1.3;margin:0 0 20px}.why-intro{font-size:16px;color:#6b7280;line-height:1.8;margin:0}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.feature-card{background:#f9fafb;padding:32px;border-radius:16px;border:2px solid #e5e7eb;transition:all .3s ease;display:flex;flex-direction:column;gap:16px}.feature-card:hover{border-color:#1ba2da;background:#fff;box-shadow:0 8px 24px #1ba2da1f;transform:translateY(-4px)}.feature-icon-wrapper{width:56px;height:56px;background:#e8f5fb;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#1ba2da}.feature-card h3{font-size:20px;font-weight:600;color:#111827;margin:0}.feature-card p{font-size:15px;color:#6b7280;line-height:1.7;margin:0}.why-cta{text-align:center}.why-cta-btn{display:inline-flex;align-items:center;gap:12px;background:#1ba2da;color:#fff;padding:16px 40px;border-radius:12px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 8px 20px #1ba2da4d}.why-cta-btn:hover{background:#1590c5;transform:translateY(-2px);box-shadow:0 12px 28px #1ba2da66}.why-cta-btn svg{transition:transform .3s ease}.why-cta-btn:hover svg{transform:translate(4px)}@media(max-width:1024px){.why-choose-us{padding:60px 32px}.why-choose-header{margin-bottom:50px}.why-choose-header h2{font-size:32px}.features-grid{grid-template-columns:1fr;gap:20px}}@media(max-width:768px){.why-choose-us{padding:50px 24px}.why-choose-header{margin-bottom:40px}.why-choose-header h2{font-size:28px}.why-intro{font-size:15px}.feature-card{padding:28px}.feature-card h3{font-size:18px}.why-cta-btn{width:100%;justify-content:center}}@media(max-width:480px){.why-choose-us{padding:40px 20px}.why-choose-header h2{font-size:24px}.feature-card{padding:24px}.feature-icon-wrapper{width:48px;height:48px}.feature-card h3{font-size:17px}.feature-card p{font-size:14px}.why-cta-btn{padding:14px 32px;font-size:15px}}.our-process{padding:100px 0;background:#fdfdfd}.our-process-container{max-width:1200px;margin:0 auto;padding:0 40px}.our-process-header{text-align:center;margin-bottom:80px}.process-label{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.process-bullet{color:#1ba2da;font-size:12px}.process-label-text{color:#6b7280;font-size:14px;font-weight:600;letter-spacing:1.5px;text-transform:uppercase}.process-header-content{display:flex;flex-direction:column;align-items:center;gap:32px}.process-title{font-size:48px;font-weight:700;color:#111827;line-height:1.2;margin:0}.process-cta-btn{background:#1ba2da;color:#fff;padding:16px 32px;border-radius:8px;font-weight:600;font-size:16px;text-decoration:none;transition:all .3s ease;white-space:nowrap;display:inline-block}.process-cta-btn:hover{background:#1590c5;transform:translateY(-2px);box-shadow:0 10px 25px #1ba2da4d}.timeline-wrapper{position:relative;max-width:1100px;margin:0 auto}.timeline-item{display:grid;grid-template-columns:1fr 60px 1fr;gap:40px;margin-bottom:60px;position:relative}.timeline-item:last-child{margin-bottom:0}.timeline-center{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.timeline-dot{width:24px;height:24px;background:#1ba2da;border:4px solid #e8f5fb;border-radius:50%;box-shadow:0 0 0 4px #fff;position:relative;z-index:3;transition:all .3s ease}.timeline-item:hover .timeline-dot{transform:scale(1.3);box-shadow:0 0 0 8px #e8f5fb,0 0 0 12px #fff}.timeline-line{width:2px;height:100%;background:linear-gradient(180deg,#1ba2da,#e8f5fb);position:absolute;top:24px;left:50%;transform:translate(-50%);z-index:1}.timeline-content{display:flex;align-items:center}.timeline-image-wrap{width:100%;height:350px;border-radius:16px;overflow:hidden;box-shadow:0 10px 40px #0000001a;transition:all .4s ease}.timeline-image-wrap:hover{transform:translateY(-8px);box-shadow:0 20px 50px #00000026}.timeline-image{width:100%;height:100%;object-fit:cover;object-position:center 100%;transition:transform .4s ease}.timeline-image-wrap:hover .timeline-image{transform:scale(1.05)}.timeline-card{background:#fff;padding:40px;border-radius:16px;box-shadow:0 4px 24px #00000014;border:1px solid #f3f4f6;transition:all .3s ease;height:100%;display:flex;flex-direction:column;gap:16px}.timeline-card:hover{box-shadow:0 12px 40px #1ba2da26;border-color:#e8f5fb;transform:translateY(-4px)}.timeline-number{background:#e8f5fb;color:#1ba2da;width:56px;height:56px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin-bottom:8px}.timeline-title{font-size:28px;font-weight:700;color:#111827;margin:0;line-height:1.3}.timeline-description{font-size:16px;color:#6b7280;line-height:1.6;margin:0}.timeline-item-reverse .timeline-content:first-child{order:3}.timeline-item-reverse .timeline-center{order:2}.timeline-item-reverse .timeline-content:last-child{order:1}@media(max-width:1024px){.our-process{padding:80px 0}.our-process-container{padding:0 24px}.process-title{font-size:40px}.timeline-item{gap:30px}.timeline-image-wrap{height:300px}.timeline-card{padding:32px}.timeline-title{font-size:24px}}@media(max-width:768px){.our-process{padding:60px 0}.our-process-header{margin-bottom:60px}.process-title{font-size:32px}.process-cta-btn{width:100%;text-align:center}.timeline-item{grid-template-columns:40px 1fr;gap:24px;margin-bottom:40px}.timeline-content:first-child{display:none}.timeline-center{grid-column:1}.timeline-content:last-child{grid-column:2}.timeline-item-reverse .timeline-content:first-child{order:initial;display:none}.timeline-item-reverse .timeline-center{order:initial}.timeline-item-reverse .timeline-content:last-child{order:initial}.timeline-dot{width:20px;height:20px}.timeline-image-wrap{height:250px}.timeline-card{padding:28px}.timeline-number{width:48px;height:48px;font-size:18px}.timeline-title{font-size:22px}.timeline-description{font-size:15px}}@media(max-width:480px){.our-process{padding:40px 0}.our-process-container{padding:0 16px}.process-title{font-size:28px}.timeline-item{gap:20px;margin-bottom:32px}.timeline-image-wrap{height:200px}.timeline-card{padding:24px}.timeline-title{font-size:20px}.timeline-description{font-size:14px}}.contact-form-section{background:#fdfdfd;padding:0 40px 50px;position:relative;overflow:hidden}.contact-form-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1.2fr;gap:35px;align-items:start;position:relative;z-index:1}.contact-form-content{display:flex;flex-direction:column;gap:20px;position:sticky;top:120px}.contact-label{display:flex;align-items:center;gap:8px;margin-bottom:12px}.contact-bullet{color:#1ba2da;font-size:12px;letter-spacing:.5px}.contact-label-text{color:#1ba2da;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.contact-form-content h2{font-size:40px;font-weight:700;color:#111827;line-height:1.2;margin:0}.contact-description{font-size:16px;color:#6b7280;line-height:1.6;margin:0}.contact-features,.feature-item,.feature-icon-check{display:none}.contact-info-cards{display:flex;flex-direction:column;gap:6px;margin-top:0;max-width:380px}.info-card{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#fff;border-radius:10px;border:1px solid #e5e7eb;transition:all .3s ease;box-shadow:0 2px 8px #00000014}.info-card:hover{box-shadow:0 8px 24px #0000001f;transform:translate(8px);border-color:#1ba2da}.info-icon{width:32px;height:32px;background:#e8f5fb;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:#1ba2da}.info-icon svg{width:16px;height:16px}.info-content{flex:1}.info-content h4{font-size:13px;font-weight:600;color:#111827;margin:0 0 3px;text-transform:none;letter-spacing:.3px}.info-content p,.info-content a{font-size:15px;color:#6b7280;margin:0;font-weight:600;text-decoration:none}.info-content a:hover{color:#1ba2da;text-decoration:none}.contact-form-wrapper{background:#fff!important;background-color:#fff!important;padding:32px;border-radius:16px;border:2px solid #e5e7eb;box-shadow:0 4px 12px #00000014}.contact-form-wrapper:before,.contact-form-wrapper:after{display:none!important}.contact-form-wrapper>*{background:#fff!important}.form-title{font-size:24px;color:#111827;font-weight:700;margin:0 0 24px;background:#fff!important}.contact-form{display:flex;flex-direction:column;gap:14px;background:#fff!important}.form-group{display:flex;flex-direction:column;gap:8px;background:#fff!important}.form-group *{background:#fff!important}.form-group label{font-size:14px;font-weight:600;color:#111827;letter-spacing:.3px}.form-group input,.form-group textarea{width:100%;padding:12px 14px;border:2px solid #d1d5db!important;border-radius:10px;font-size:15px;color:#111827;background:#fff!important;transition:all .3s ease;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.form-group input:hover,.form-group textarea:hover{border-color:#9ca3af!important}.form-group input:focus,.form-group textarea:focus{outline:none;border:2px solid #1BA2DA!important;box-shadow:0 0 0 4px #1ba2da1a}.form-group input::placeholder,.form-group textarea::placeholder{color:#cbd5e1}.form-group textarea{resize:vertical;min-height:100px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#fff!important}.contact-submit-btn{width:100%;padding:14px 32px;background:#1ba2da;color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;letter-spacing:.5px;margin-top:4px;box-shadow:0 8px 20px #1ba2da4d}.contact-submit-btn:hover{background:#1590c5;transform:translateY(-2px);box-shadow:0 12px 28px #1ba2da66}.contact-submit-btn:active{transform:translateY(0)}.contact-submit-btn:disabled{background:#93c5de;cursor:not-allowed;transform:none}.form-message{padding:16px 20px;border-radius:8px;font-size:14px;font-weight:500;margin-bottom:12px;display:flex;align-items:center;gap:8px;animation:slideIn .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.form-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media(max-width:1024px){.contact-form-section{padding:60px 32px}.contact-form-container{grid-template-columns:1fr;gap:50px}.contact-form-content{position:static;max-width:700px;margin:0 auto;text-align:center;align-items:center}.contact-features{grid-template-columns:1fr 1fr;max-width:500px}.contact-info-cards{flex-direction:row;gap:12px;max-width:700px}.info-card{flex:1;flex-direction:column;text-align:center;padding:24px 20px}.info-card:hover{transform:translateY(-8px)}.contact-form-wrapper{max-width:700px;margin:0 auto;width:100%}}@media(max-width:768px){.contact-form-section{padding:0 24px 50px;margin-top:-60px}.contact-form-container{gap:40px}.contact-form-content h2{font-size:32px}.contact-description{font-size:16px}.contact-features{grid-template-columns:1fr;gap:12px}.contact-info-cards{flex-direction:column;gap:12px}.info-card{flex-direction:row;text-align:left;padding:20px}.info-card:hover{transform:translate(8px)}.contact-form-wrapper{padding:36px 28px}.form-title{font-size:24px;margin-bottom:28px}.contact-form{gap:20px}}@media(max-width:480px){.contact-form-section{padding:50px 20px}.contact-form-content h2{font-size:32px}.contact-description{font-size:16px}.feature-item{font-size:14px}.feature-icon-check{width:26px;height:26px}.info-content h4{font-size:12px}.info-content p,.info-content a{font-size:14px}.contact-form-wrapper{padding:32px 24px}.form-title{font-size:22px;margin-bottom:24px}.form-group input,.form-group textarea{padding:14px 16px;font-size:14px}.contact-submit-btn{padding:16px 28px;font-size:15px}}@media(prefers-reduced-motion:reduce){.info-card,.contact-submit-btn,.form-group input,.form-group textarea{transition:none}}.contact-submit-btn:focus-visible,.form-group input:focus-visible,.form-group textarea:focus-visible{outline:3px solid white;outline-offset:2px}.reviews-section{background:#fdfdfd;padding:100px 40px;position:relative;overflow:hidden}.reviews-container{max-width:1300px;margin:0 auto}.reviews-header{text-align:center;margin-bottom:60px}.reviews-label{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px}.reviews-bullet{color:#1ba2da;font-size:12px;letter-spacing:.5px}.reviews-label-text{color:#1ba2da;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.reviews-header h2{font-size:40px;font-weight:700;color:#111827;line-height:1.2;margin:0 0 16px}.reviews-subtitle{font-size:17px;color:#6b7280;margin:0 0 32px}.google-rating-badge{display:inline-flex;align-items:center;gap:16px;padding:20px 32px;background:#fff;border-radius:16px;border:1px solid #f3f4f6;box-shadow:0 4px 24px #00000014}.google-logo{display:flex;align-items:center;justify-content:center}.rating-info{display:flex;flex-direction:column;gap:6px}.rating-stars-inline{display:flex;gap:2px}.star-large{color:#e5e7eb;font-size:20px}.star-large.filled{color:#f59e0b}.rating-text{font-size:14px;color:#6b7280}.rating-text strong{color:#111827;font-weight:700}.reviews-slider-wrapper{position:relative;margin-top:60px;padding:0 70px;min-height:450px}.reviews-grid-slider{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;transition:opacity .5s ease;min-height:450px;align-items:stretch}.review-card{transition:all .4s cubic-bezier(.4,0,.2,1);animation:fadeInUp .6s ease-out both}.review-card:nth-child(1){animation-delay:.1s}.review-card:nth-child(2){animation-delay:.2s}.review-card:nth-child(3){animation-delay:.3s}.review-card:hover{transform:translateY(-8px)}.review-content{background:#fdfdfd;padding:36px;border-radius:20px;border:2px solid #f3f4f6;box-shadow:0 8px 32px #00000014;min-height:420px;height:100%;display:flex;flex-direction:column;gap:20px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.review-card:hover .review-content{border-color:#1ba2da;box-shadow:0 12px 40px #1ba2da26}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.review-header-card{display:flex;align-items:center;gap:16px;position:relative}.reviewer-avatar{width:56px;height:56px;background:#1ba2da;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;flex-shrink:0;border:3px solid #e8f5fb}.reviewer-details{flex:1;display:flex;flex-direction:column;gap:4px}.reviewer-name-wrap{display:flex;align-items:center;gap:8px}.reviewer-name-wrap h4{font-size:18px;font-weight:700;color:#111827;margin:0}.verified-badge{flex-shrink:0}.reviewer-location{font-size:14px;color:#6b7280;margin:0}.google-icon-small{position:absolute;top:0;right:0}.review-text{font-size:17px;color:#111827;line-height:1.7;margin:0;font-weight:400;flex:1}.review-stars{display:flex;gap:4px}.star{color:#e5e7eb;font-size:20px}.star.filled{color:#f59e0b}.review-footer{display:flex;justify-content:flex-start;align-items:center;padding-top:20px;border-top:1px solid #f3f4f6}.review-project{background:#e8f5fb;color:#1ba2da;padding:8px 16px;border-radius:100px;font-size:13px;font-weight:600}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#fff;border:2px solid #1BA2DA;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;color:#1ba2da}.slider-arrow:hover{background:#1ba2da;color:#fff;transform:translateY(-50%) scale(1.05)}.slider-arrow-left{left:0}.slider-arrow-right{right:0}.slider-dots{display:none;justify-content:center;gap:12px;margin-top:48px}.dot{width:12px;height:12px;border-radius:50%;background:#e5e7eb;border:none;cursor:pointer;transition:all .3s ease;padding:0}.dot:hover{background:#cbd5e1;transform:scale(1.2)}.dot.active{background:#1ba2da;width:12px;height:12px;border-radius:50%;transform:scale(1.3)}@media(max-width:1024px){.reviews-section{padding:80px 32px}.reviews-header h2{font-size:36px}.google-rating-badge{padding:18px 28px}.reviews-slider-wrapper{padding:0 60px}.reviews-grid-slider{grid-template-columns:repeat(2,1fr);gap:24px}.review-card:nth-child(3){display:none}.review-content{padding:32px}.review-text{font-size:16px}}@media(max-width:768px){.reviews-section{padding:60px 24px}.reviews-header{margin-bottom:50px}.reviews-header h2{font-size:32px}.reviews-subtitle{font-size:16px;margin-bottom:24px}.google-rating-badge{padding:16px 24px;gap:12px}.rating-stars-inline{gap:1px}.star-large{font-size:18px}.rating-text{font-size:13px}.reviews-slider-wrapper{padding:0;margin-top:50px}.reviews-grid-slider{grid-template-columns:1fr;gap:24px}.review-card:nth-child(2),.review-card:nth-child(3){display:none}.review-content{padding:32px 28px;gap:20px}.slider-arrow-left{left:10px}.slider-arrow-right{right:10px}.reviewer-avatar{width:48px;height:48px;font-size:16px}.reviewer-name-wrap h4{font-size:16px}.reviewer-location{font-size:13px}.review-text{font-size:16px}.star{font-size:18px}.review-footer{padding-top:16px}.slider-arrow{width:44px;height:44px}.slider-arrow svg{width:20px;height:20px}}@media(max-width:480px){.reviews-section{padding:50px 20px}.reviews-header h2{font-size:28px}.reviews-subtitle{font-size:15px}.google-rating-badge{padding:14px 20px;flex-direction:column;text-align:center}.reviews-slider{padding:0}.reviews-track{height:480px}.reviews-slider-wrapper{padding:0;margin-bottom:60px}.review-content{padding:24px 20px;gap:16px}.reviewer-avatar{width:44px;height:44px;font-size:15px}.reviewer-name-wrap h4{font-size:15px}.reviewer-location{font-size:12px}.google-icon-small svg{width:18px;height:18px}.review-text{font-size:15px}.star{font-size:16px}.review-project{font-size:12px;padding:6px 14px}.slider-arrow{width:48px;height:48px;top:auto;bottom:-70px;transform:none}.slider-arrow:hover{transform:scale(1.05)}.slider-arrow-left{left:50%;margin-left:-60px}.slider-arrow-right{right:50%;margin-right:-60px}.slider-arrow svg{width:20px;height:20px}.slider-dots{display:none}}@media(prefers-reduced-motion:reduce){.review-card{transition:opacity .3s ease}.slider-arrow{transition:none}}.slider-arrow:focus-visible,.dot:focus-visible{outline:3px solid #1BA2DA;outline-offset:2px}.big-cta-section{padding:100px 40px;background:#fdfdfd}.big-cta-container{max-width:1400px;margin:0 auto}.cta-inner{position:relative;overflow:hidden;border-radius:24px;background:#111827;display:grid;grid-template-columns:1.2fr 1fr;align-items:center;gap:60px;padding:80px}.cta-inner:before{content:"";position:absolute;inset:0;background-image:url(/images/hero/hero-floor.jpg);background-size:cover;background-position:center;opacity:.25;z-index:0}.cta-inner:after{content:"";position:absolute;inset:0;background:#111827cc;z-index:1}.cta-content-side{position:relative;z-index:10;display:flex;flex-direction:column;gap:28px}.cta-label{display:inline-flex;align-items:center;gap:8px;align-self:flex-start}.cta-bullet{color:#fff;font-size:12px}.cta-label-text{color:#fff;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.cta-title{font-size:48px;font-weight:800;color:#fff;line-height:1.2;margin:0}.highlight-blue{color:#1ba2da}.cta-description{font-size:18px;color:#fffffff2;line-height:1.7;margin:0;max-width:550px}.cta-features{display:flex;flex-direction:column;gap:14px;margin-top:8px}.feature-check{display:flex;align-items:center;gap:12px;color:#fff;font-size:16px;font-weight:600}.feature-check svg{color:#1ba2da;flex-shrink:0}.cta-buttons{display:flex;gap:16px;margin-top:12px;flex-wrap:wrap}.big-cta-section .btn-primary{background:#1ba2da;color:#fff;border:none;box-shadow:none;font-size:16px;font-weight:600}.big-cta-section .btn-primary:hover{background:#1590c5;color:#fff;box-shadow:none}.big-cta-section .btn-secondary{background:transparent;color:#fff;border:2px solid white;font-size:16px;font-weight:600}.big-cta-section .btn-secondary:hover{background:#fff;color:#1ba2da;border-color:#fff}.cta-image-side{position:relative;z-index:10;display:flex;align-items:center;justify-content:center;padding:20px}.owner-cta-wrapper{position:relative;text-align:center}.owner-cta-image{width:300px;height:400px;object-fit:cover;object-position:top;border-radius:20px;border:none;box-shadow:none}.owner-cta-image:hover{border:none;transform:none;box-shadow:none}.owner-cta-info{margin-top:24px;padding:20px 24px;background:#fff;border-radius:16px;border:2px solid white;box-shadow:0 4px 20px #0000001a}.owner-name{font-size:20px;font-weight:700;color:#111827;margin:0 0 6px}.owner-title{font-size:14px;color:#6b7280;margin:0;font-weight:500}@media(min-width:769px){.cta-buttons .btn-large{width:279.64px;flex:0 0 279.64px;display:flex;align-items:center;justify-content:center;text-align:center}}@media(max-width:1200px){.cta-inner{gap:50px;padding:70px 60px}.cta-title{font-size:44px}.owner-cta-image{width:280px;height:370px}}@media(max-width:1024px){.cta-inner{grid-template-columns:1fr;gap:50px;padding:60px 50px;text-align:center}.cta-content-side{align-items:center}.cta-label{align-self:center}.cta-title{font-size:42px}.cta-description{max-width:100%}.cta-features{align-items:center}.cta-buttons{justify-content:center}.owner-cta-image{width:260px;height:350px}}@media(max-width:768px){.big-cta-section{padding:40px 20px}.cta-inner{border-radius:20px;padding:50px 40px;gap:40px}.cta-title{font-size:36px}.cta-description{font-size:17px}.feature-check{font-size:15px}.cta-buttons{flex-direction:column;width:100%;gap:12px}.btn-large{width:100%;min-height:58px;display:flex;align-items:center;justify-content:center}.big-cta-section .btn-secondary{background:transparent!important;color:#fff!important;border:2px solid white!important}.big-cta-section .btn-secondary:hover{background:#fff!important;color:#1ba2da!important}.owner-cta-image{width:220px;height:300px}.owner-name{font-size:18px}.owner-title{font-size:13px}}@media(max-width:480px){.big-cta-section{padding:30px 15px}.cta-inner{border-radius:16px;padding:40px 28px}.cta-title{font-size:30px}.cta-description{font-size:16px}.owner-cta-image{width:200px;height:270px}}.faq-section{background:#fdfdfd;padding:120px 40px;position:relative}.faq-container{max-width:1400px;margin:0 auto}.faq-header{text-align:center;margin-bottom:80px}.faq-label{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px}.faq-bullet{color:#1ba2da;font-size:12px;letter-spacing:.5px}.faq-label-text{color:#1ba2da;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.faq-header h2{font-size:48px;font-weight:700;color:#1a1a1a;line-height:1.2;margin:0 0 16px;letter-spacing:-1px}.faq-subtitle{font-size:18px;color:#666;line-height:1.6;max-width:600px;margin:0 auto}.faq-content-wrapper{display:grid;grid-template-columns:1fr 1.2fr;gap:80px;align-items:start}.faq-image-section{position:sticky;top:140px}.faq-image-wrapper{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #00000026}.faq-image{width:100%;height:600px;object-fit:cover;display:block}.faq-image-overlay{position:absolute;bottom:0;left:0;right:0;padding:32px;background:linear-gradient(180deg,#0000,#000000b3)}.faq-stats-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:24px 28px;display:flex;align-items:center;justify-content:space-between;box-shadow:0 8px 32px #0000001a}.stat-item{text-align:center;flex:1;display:flex;flex-direction:column;align-items:center;gap:6px}.stat-number{font-size:32px;font-weight:700;color:#1ba2da;line-height:1}.stat-label{font-size:13px;color:#666;font-weight:500;line-height:1.2}.stat-divider{width:1px;height:40px;background:#e5e7eb}.faq-list-section{display:flex;flex-direction:column;gap:40px}.faq-list{display:flex;flex-direction:column;gap:16px}.faq-item{background:#fff;border:2px solid #f0f0f0;border-radius:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1)}.faq-item:hover{border-color:#d1edf7;box-shadow:0 8px 24px #1ba2da14;transform:translateY(-2px)}.faq-item.active{border-color:#1ba2da;box-shadow:0 12px 32px #1ba2da26}.faq-question{width:100%;display:flex;align-items:center;gap:20px;padding:28px 32px;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .3s ease;min-height:auto}.faq-question:hover{background:#f9fafb}.faq-item.active .faq-question{background:linear-gradient(135deg,#f0f9fd,#e8f4f8)}.faq-number{font-size:16px;font-weight:700;color:#1ba2da;min-width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#f0f9fd;border-radius:8px;flex-shrink:0}.faq-item.active .faq-number{background:#1ba2da;color:#fff}.faq-question-text{font-size:19px;font-weight:600;color:#1a1a1a;line-height:1.4;flex:1;letter-spacing:-.3px}.faq-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#f0f0f0;border-radius:12px;color:#1a1a1a;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.faq-item.active .faq-icon{background:#1ba2da;color:#fff;transform:rotate(90deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .3s ease;opacity:0}.faq-answer-content{padding:0 32px 32px 84px;font-size:16px;line-height:1.8;color:#555}.faq-cta{background:linear-gradient(135deg,#1ba2da,#1590c5);padding:36px 40px;border-radius:20px;display:flex;align-items:center;justify-content:space-between;gap:32px;box-shadow:0 16px 48px #1ba2da40;position:relative;overflow:hidden}.faq-cta:before{content:"";position:absolute;top:0;right:0;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.faq-cta-content{display:flex;align-items:center;gap:20px;flex:1}.faq-cta-icon{width:56px;height:56px;background:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:14px;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.faq-cta-text-wrapper{flex:1}.faq-cta-title{font-size:20px;font-weight:700;color:#fff;margin:0 0 6px;line-height:1.2}.faq-cta-subtitle{font-size:15px;color:#ffffffe6;margin:0;line-height:1.4}.faq-cta-button{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;background:#fff;color:#1ba2da;text-decoration:none;border-radius:12px;font-size:16px;font-weight:600;transition:all .3s ease;box-shadow:0 4px 16px #0000001a;white-space:nowrap;min-height:52px}.faq-cta-button:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.faq-cta-button:active{transform:translateY(0)}.faq-cta-button svg{transition:transform .3s ease}.faq-cta-button:hover svg{transform:translate(4px)}@media(max-width:1200px){.faq-content-wrapper{gap:60px}.faq-image{height:500px}.stat-number{font-size:28px}}@media(max-width:1024px){.faq-section{padding:80px 32px}.faq-header{margin-bottom:60px}.faq-header h2{font-size:40px}.faq-content-wrapper{grid-template-columns:1fr;gap:60px}.faq-image-section{position:relative;top:0}.faq-image{height:400px}.faq-question-text{font-size:18px}.faq-answer-content{font-size:15px;padding-left:32px}}@media(max-width:768px){.faq-section{padding:60px 20px}.faq-header{margin-bottom:50px}.faq-header h2{font-size:32px}.faq-subtitle{font-size:16px}.faq-content-wrapper{gap:50px}.faq-image{height:450px}.faq-stats-card{padding:16px;flex-direction:row;gap:12px}.stat-number{font-size:22px}.stat-label{font-size:11px}.stat-divider{height:36px;width:1px}.faq-list{gap:12px}.faq-question{padding:24px;gap:16px}.faq-number{min-width:28px;height:28px;font-size:14px}.faq-question-text{font-size:17px}.faq-icon{width:36px;height:36px}.faq-answer-content{padding:0 24px 24px 68px;font-size:15px}.faq-cta{flex-direction:column;padding:32px 24px;gap:24px}.faq-cta-content{flex-direction:column;text-align:center}.faq-cta-title{font-size:18px}.faq-cta-subtitle{font-size:14px}.faq-cta-button{width:100%;justify-content:center}}@media(max-width:480px){.faq-section{padding:50px 16px}.faq-header h2{font-size:28px}.faq-subtitle{font-size:15px}.faq-image{height:420px}.faq-image-overlay{padding:16px 12px}.faq-stats-card{flex-direction:row;gap:8px;padding:16px 12px}.stat-item{flex:1;gap:4px;min-width:0}.stat-number{font-size:24px;font-weight:700}.stat-label{font-size:10px;line-height:1.3;font-weight:500;word-wrap:break-word;max-width:100%}.stat-divider{width:1px;height:52px;flex-shrink:0}.faq-question{padding:20px 16px;gap:12px}.faq-number{min-width:24px;height:24px;font-size:13px}.faq-question-text{font-size:16px}.faq-icon{width:32px;height:32px}.faq-answer-content{padding:0 16px 20px 52px;font-size:14px}.faq-cta{padding:28px 20px}.faq-cta-icon{width:48px;height:48px}}@media(prefers-reduced-motion:reduce){.faq-item,.faq-question,.faq-icon,.faq-answer,.faq-cta-button{transition:none}}.faq-question:focus-visible{outline:3px solid #1BA2DA;outline-offset:3px;border-radius:12px}.faq-cta-button:focus-visible{outline:3px solid white;outline-offset:3px}.execution-speed-section{background:#fff;padding:80px 40px;position:relative}.execution-speed-container{max-width:1200px;margin:0 auto}.speed-header{text-align:center;margin-bottom:60px;max-width:700px;margin-left:auto;margin-right:auto}.speed-label{display:flex;align-items:center;gap:8px;margin-bottom:16px;justify-content:center}.speed-bullet{color:#1ba2da;font-size:12px;letter-spacing:.5px}.speed-label-text{color:#1ba2da;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.speed-header h2{font-size:40px;font-weight:700;color:#111827;line-height:1.3;margin:0 0 20px}.speed-intro{font-size:16px;color:#6b7280;line-height:1.8;margin:0}.speed-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px}.speed-card{background:#fff;padding:40px;border-radius:16px;border:2px solid #e5e7eb;transition:all .3s ease}.speed-card:hover{border-color:#1ba2da;box-shadow:0 8px 24px #1ba2da1f;transform:translateY(-4px)}.speed-card-highlight{background:linear-gradient(135deg,#fff,#f0f9ff);border-color:#1ba2da}.card-icon{width:64px;height:64px;background:#e8f5fb;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#1ba2da;margin-bottom:24px}.speed-card h3{font-size:22px;font-weight:600;color:#111827;margin:0 0 16px}.speed-card p{font-size:15px;color:#6b7280;line-height:1.8;margin:0}.method-steps{display:flex;align-items:center;gap:12px;margin-top:28px;padding-top:28px;border-top:1px solid #e5e7eb}.step{display:flex;flex-direction:column;align-items:center;gap:8px;flex:1}.step-number{width:36px;height:36px;background:#1ba2da;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px}.step-text{font-size:13px;color:#6b7280;text-align:center;font-weight:500}.step-arrow{color:#cbd5e1;font-size:20px;margin-top:-20px}@media(max-width:1024px){.execution-speed-section{padding:60px 32px}.speed-header{margin-bottom:50px}.speed-header h2{font-size:32px}.speed-grid{grid-template-columns:1fr;gap:24px}}@media(max-width:768px){.execution-speed-section{padding:50px 24px}.speed-header{margin-bottom:40px}.speed-header h2{font-size:28px}.speed-intro{font-size:15px}.speed-card{padding:32px}.speed-card h3{font-size:20px}.method-steps{flex-direction:column;gap:16px}.step-arrow{transform:rotate(90deg);margin:0}}@media(max-width:480px){.execution-speed-section{padding:40px 20px}.speed-header h2{font-size:24px}.speed-card{padding:24px}.card-icon{width:56px;height:56px}.speed-card h3{font-size:18px}.speed-card p{font-size:14px}}.about-page{min-height:100vh;background:#fff}.about-hero{background:#fdfdfd;padding:160px 20px 100px;text-align:center;position:relative}.about-hero:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:4px;background:#1ba2da;border-radius:2px}.hero-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px}.hero-bullet{color:#1ba2da;font-size:12px}.hero-label-text{color:#1ba2da;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.about-hero h1{font-size:48px;color:#111827;margin-bottom:20px;font-weight:700;line-height:1.1}.about-hero .subtitle{font-size:18px;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6}.about-story{padding:120px 20px;background:#fff}.story-grid{display:grid;grid-template-columns:480px 1fr;gap:100px;align-items:start;max-width:1300px;margin:0 auto}.story-image-section{position:sticky;top:140px}.owner-image-wrapper{position:relative;border-radius:24px;overflow:hidden;border:none;box-shadow:none;transition:all .5s cubic-bezier(.4,0,.2,1);background:#f9fafb;width:350px;height:350px;margin:0 auto}.owner-image-wrapper:hover{border:none;box-shadow:none;transform:none}.owner-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center top}.image-caption{text-align:center;margin-top:24px;padding:20px;background:#fdfdfd;border-radius:16px;border:2px solid #f3f4f6}.image-caption h4{font-size:20px;color:#111827;margin:0 0 6px;font-weight:700}.image-caption p{font-size:15px;color:#6b7280;margin:0;font-weight:500}.story-content{padding-top:20px}.story-content h2{font-size:40px;color:#111827;margin-bottom:32px;font-weight:700;line-height:1.2}.story-content p{font-size:17px;color:#6b7280;line-height:1.8;margin-bottom:28px}.story-content p:last-of-type{margin-bottom:48px}.story-mission{margin-top:40px;margin-bottom:0;padding:32px;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border-radius:16px;border:2px solid #bae6fd}.story-mission h3{font-size:18px;font-weight:600;color:#111827;margin:0 0 12px}.mission-statement{font-size:17px;color:#1ba2da;font-weight:600;margin:0;line-height:1.6}.story-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:48px;padding-top:48px;border-top:2px solid #f3f4f6}.highlight-item{text-align:center;padding:24px 20px;background:#fdfdfd;border-radius:16px;border:2px solid #f3f4f6;transition:all .3s ease}.highlight-item:hover{border-color:#1ba2da;transform:translateY(-4px);box-shadow:0 8px 24px #1ba2da1f}.highlight-number{font-size:42px;font-weight:800;color:#1ba2da;line-height:1;margin-bottom:10px}.highlight-label{font-size:13px;color:#6b7280;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.about-values{padding:120px 20px;background:#fdfdfd}.values-header{text-align:center;margin-bottom:70px}.values-header h2{font-size:40px;color:#111827;margin-bottom:16px;font-weight:700;line-height:1.2}.values-header p{font-size:17px;color:#6b7280;font-weight:500}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1200px;margin:0 auto}.value-card{background:#fff;padding:50px 40px;border-radius:24px;text-align:center;border:3px solid #f3f4f6;box-shadow:0 8px 24px #0000000f;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative}.value-card:hover{transform:translateY(-12px);box-shadow:0 20px 50px #1ba2da33;border-color:#1ba2da}.value-number{position:absolute;top:24px;right:24px;font-size:56px;font-weight:800;color:#1ba2da;line-height:1;transition:all .3s ease;opacity:.3}.value-card:hover .value-number{opacity:.5;transform:scale(1.1)}.value-icon-wrapper{width:96px;height:96px;background:#f0f9ff;border:3px solid #e8f5fb;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 32px;transition:all .5s cubic-bezier(.4,0,.2,1)}.value-icon-wrapper svg{color:#1ba2da;transition:all .4s ease}.value-card:hover .value-icon-wrapper{background:#1ba2da;border-color:#1ba2da;transform:scale(1.1)}.value-card:hover .value-icon-wrapper svg{color:#fff;transform:scale(1.15)}.value-card h3{font-size:22px;color:#111827;margin-bottom:18px;font-weight:700;line-height:1.3}.value-card p{color:#6b7280;font-size:16px;line-height:1.8;margin:0}@media(max-width:1200px){.story-grid{grid-template-columns:420px 1fr;gap:80px}}@media(max-width:1024px){.about-hero{padding:140px 20px 80px}.about-hero h1{font-size:48px}.story-grid{grid-template-columns:1fr;gap:60px}.story-image-section{position:static;max-width:500px;margin:0 auto}.story-highlights{grid-template-columns:repeat(3,1fr)}.values-grid{grid-template-columns:1fr;gap:32px;max-width:550px;margin:0 auto}.expertise-grid{grid-template-columns:repeat(2,1fr);gap:28px}}@media(max-width:768px){.about-hero{padding:120px 20px 70px}.about-hero h1{font-size:36px}.about-hero .subtitle{font-size:16px}.about-story,.about-values,.about-expertise{padding:90px 20px}.story-grid{gap:50px}.story-content h2{font-size:32px}.story-content p{font-size:16px}.story-highlights{grid-template-columns:1fr;gap:20px;max-width:400px;margin-left:auto;margin-right:auto}.highlight-item{padding:28px 24px}.highlight-number{font-size:38px}.values-header h2{font-size:36px}.values-header p{font-size:17px}.value-card{padding:44px 36px}.value-number{font-size:42px;top:20px;right:20px}.value-icon-wrapper{width:84px;height:84px}.value-card h3{font-size:22px}.value-card p{font-size:15px}.about-services{padding:90px 20px}.services-header{margin-bottom:50px}.services-grid{grid-template-columns:1fr;gap:24px;max-width:500px;margin:0 auto}.service-card{padding:36px 28px}.service-icon{width:68px;height:68px}.service-card h3{font-size:20px}.service-card p{font-size:15px}}@media(max-width:480px){.about-hero{padding:110px 20px 60px}.about-hero h1{font-size:32px}.about-hero .subtitle{font-size:16px}.about-story,.about-values{padding:70px 20px}.story-content h2{font-size:30px}.story-content p{font-size:16px;margin-bottom:24px}.story-highlights{margin-top:40px;padding-top:40px}.highlight-number{font-size:34px}.highlight-label{font-size:12px}.values-header h2{font-size:30px}.values-header p{font-size:16px}.value-card{padding:40px 28px}.value-number{font-size:36px;top:16px;right:16px}.value-icon-wrapper{width:76px;height:76px}.value-icon-wrapper svg{width:32px;height:32px}.value-card h3{font-size:20px}}.services-page{min-height:100vh}.services-hero{background:#fdfdfd;padding:160px 20px 80px;text-align:center}.services-hero .hero-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px}.services-hero .hero-bullet{color:#1ba2da;font-size:12px}.services-hero .hero-label-text{color:#1ba2da;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.services-hero h1{font-size:48px;color:#111827;margin-bottom:20px;font-weight:700;line-height:1.1}.services-hero .subtitle{font-size:18px;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6}.services-detailed{padding:80px 20px;background:#fdfdfd}.services-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:30px;max-width:1200px;margin:0 auto}.service-detail-card{background:#fff;border-radius:16px;overflow:hidden;border:1px solid #f3f4f6;box-shadow:0 4px 20px #00000014;transition:all .3s ease;display:flex;flex-direction:column}.service-detail-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #1ba2da26;border-color:#1ba2da}.service-image-wrapper{width:100%;height:260px;overflow:hidden;background:#f3f4f6;border-radius:16px 16px 0 0}.service-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.service-detail-card:hover .service-image-wrapper img{transform:scale(1.05)}.service-content{padding:24px;display:flex;flex-direction:column;flex-grow:1}.service-detail-card h2{font-size:24px;color:#111827;font-weight:700;margin:0 0 16px}.service-desc{color:#6b7280;font-size:16px;margin-bottom:24px;line-height:1.6}.service-detail-card h3{font-size:16px;color:#111827;font-weight:600;margin-bottom:16px}.service-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.service-features li{color:#6b7280;font-size:15px;display:flex;align-items:center;gap:12px}.service-features li svg{flex-shrink:0;color:#1ba2da}.service-process{padding:100px 40px;background:#fff;position:relative}.service-process-container{max-width:1300px;margin:0 auto}.process-header{text-align:center;margin-bottom:80px}.process-label{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px}.process-bullet{color:#1ba2da;font-size:12px;letter-spacing:.5px}.process-label-text{color:#1ba2da;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.process-header h2{font-size:40px;color:#111827;margin:0 0 16px;font-weight:700;line-height:1.2}.process-subtitle{font-size:17px;color:#6b7280;margin:0}.process-timeline{display:grid;grid-template-columns:repeat(7,1fr);align-items:center;gap:0;max-width:1200px;margin:0 auto}.timeline-step{grid-column:span 1;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative}.timeline-connector{grid-column:span 1;height:3px;background:#e8f5fb;position:relative}.step-icon-wrapper{display:flex;flex-direction:column;align-items:center;gap:12px;margin-bottom:24px;position:relative}.step-icon{width:80px;height:80px;background:#1ba2da;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 8px 24px #1ba2da4d;position:relative;z-index:2;transition:all .3s ease}.timeline-step:hover .step-icon{transform:scale(1.1);box-shadow:0 12px 32px #1ba2da66}.step-number{font-size:14px;font-weight:700;color:#1ba2da;background:#e8f5fb;padding:6px 14px;border-radius:100px}.step-content{padding:0 20px}.step-content h3{font-size:18px;color:#111827;margin:0 0 12px;font-weight:700}.step-content p{color:#6b7280;font-size:15px;line-height:1.6;margin:0}.service-cta{padding:80px 20px;background:#fdfdfd;text-align:center}.service-cta h2{font-size:36px;color:#111827;margin-bottom:15px;font-weight:700}.service-cta p{font-size:18px;color:#6b7280;margin-bottom:30px}.service-cta .btn-primary{font-size:18px;padding:15px 40px}@media(max-width:1024px){.services-list{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px}.process-timeline{grid-template-columns:1fr;gap:24px}.timeline-step{grid-column:span 1!important}.timeline-connector{grid-column:span 1!important;width:3px;height:40px;margin:0 auto}.step-icon{width:70px;height:70px}}@media(max-width:768px){.services-hero{padding:120px 20px 60px}.services-hero h1{font-size:32px}.services-list{grid-template-columns:1fr;gap:24px}.service-image-wrapper{height:240px}.service-content{padding:20px}.service-detail-card h2{font-size:20px}.service-process{padding:80px 24px}.process-header{margin-bottom:60px}.process-header h2{font-size:32px}.process-subtitle{font-size:16px}.step-icon{width:64px;height:64px}.step-icon svg{width:24px;height:24px}.step-content{padding:0 16px}.step-content h3{font-size:17px}.step-content p{font-size:14px}.services-detailed,.service-cta{padding:60px 20px}.service-cta h2{font-size:28px}}@media(max-width:480px){.service-process{padding:60px 20px}.process-header h2{font-size:28px}.step-icon{width:56px;height:56px}.step-number{font-size:12px;padding:5px 12px}.step-content h3{font-size:16px}.step-content p{font-size:13px}}.portfolio{padding:80px 20px 100px;background:#fdfdfd;position:relative}.filter-buttons{display:flex;justify-content:center;gap:12px;margin:0 auto 50px;flex-wrap:wrap;max-width:1000px}.filter-btn{display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#6b7280;border:2px solid #e5e7eb;padding:10px 24px;border-radius:8px;cursor:pointer;font-weight:600;font-size:15px;transition:all .3s ease}.filter-btn:hover{border-color:#1ba2da;color:#1ba2da;background:#e8f5fb}.filter-btn.active{background:#1ba2da;color:#fff;border-color:#1ba2da}.portfolio-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(340px,1fr));gap:30px;max-width:1200px;margin:0 auto}.portfolio-card{background:#fff;border-radius:16px;overflow:visible;box-shadow:0 4px 20px #00000014;transition:all .3s ease;border:1px solid #f3f4f6;display:flex;flex-direction:column}.portfolio-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #1ba2da26;border-color:#1ba2da}.portfolio-image-wrapper{position:relative;width:100%;height:260px;overflow:hidden;background:#f3f4f6;border-radius:16px 16px 0 0}.portfolio-image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.portfolio-card:hover .portfolio-image{transform:scale(1.05)}.portfolio-content{padding:24px;display:flex;flex-direction:column;flex-grow:1}.portfolio-category-badge{display:inline-block;background:#e8f5fb;color:#1ba2da;font-size:12px;font-weight:700;padding:6px 14px;border-radius:6px;margin-bottom:12px;text-transform:uppercase;letter-spacing:.5px}.portfolio-card h3{font-size:20px;color:#111827;margin-bottom:12px;font-weight:700;line-height:1.3}.portfolio-card p{color:#6b7280;font-size:15px;line-height:1.6;margin-bottom:20px}.portfolio-view-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:#1ba2da;color:#fff;border:none;padding:12px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:auto}.portfolio-view-btn:hover{background:#1590c5;transform:translateY(-2px);box-shadow:0 4px 12px #1ba2da4d}.portfolio-view-btn svg{transition:transform .3s ease}.portfolio-view-btn:hover svg{transform:translate(4px)}.portfolio-meta{display:flex;gap:20px;flex-wrap:wrap;padding-top:16px;border-top:1px solid #f3f4f6}.meta-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#6b7280}.meta-item svg{color:#1ba2da;flex-shrink:0}@media(max-width:1024px){.portfolio-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px}}@media(max-width:768px){.portfolio{padding:60px 20px 80px}.filter-buttons{gap:10px;margin-bottom:40px}.filter-btn{padding:10px 20px;font-size:14px}.portfolio-grid{grid-template-columns:1fr;gap:20px}.portfolio-image-wrapper{height:220px}.portfolio-content{padding:20px}.portfolio-card h3{font-size:18px}.portfolio-card p{font-size:14px}}@media(max-width:480px){.filter-btn{font-size:13px;padding:8px 16px}}.gallery-section{padding:60px 0 80px;background:#fff;overflow:hidden}.gallery-header{text-align:center;margin-bottom:50px;padding:0 20px}.gallery-title{font-size:42px;font-weight:700;color:#111827;margin-bottom:12px}.gallery-subtitle{font-size:18px;color:#6b7280}.gallery-carousel{display:flex;flex-direction:column;gap:16px}.gallery-row{display:flex;overflow:hidden}.gallery-track{display:flex;gap:16px;animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform}.gallery-row-left .gallery-track{animation:scrollLeft 40s linear infinite}.gallery-row-right .gallery-track{animation:scrollRight 40s linear infinite}@keyframes scrollLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes scrollRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.gallery-item{flex-shrink:0;width:400px;height:300px;border-radius:12px;overflow:hidden;box-shadow:0 2px 12px #00000014}.gallery-item img{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.gallery-section{padding:50px 0 60px}.gallery-header{margin-bottom:40px}.gallery-title{font-size:32px}.gallery-subtitle{font-size:16px}.gallery-carousel{gap:12px}.gallery-item{width:300px;height:225px}.gallery-track{gap:12px}}@media(max-width:480px){.gallery-title{font-size:28px}.gallery-item{width:250px;height:188px}}.project-modal{position:fixed;inset:0;background:#000000f2;z-index:1000;display:flex;align-items:center;justify-content:center;padding:20px;animation:fadeIn .3s ease;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:20px;max-width:1100px;width:100%;max-height:90vh;overflow:hidden;display:grid;grid-template-columns:1.5fr 1fr;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modal-close{position:absolute;top:20px;right:20px;width:40px;height:40px;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:all .3s ease}.modal-close:hover{background:#000c;transform:rotate(90deg)}.modal-image-section{position:relative;background:#f3f4f6;display:flex;align-items:center;justify-content:center;min-height:400px;transform:translateZ(0);-webkit-transform:translate3d(0,0,0)}.modal-image-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.modal-image-wrapper img{width:100%;height:100%;object-fit:cover;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);pointer-events:none;image-rendering:-webkit-optimize-contrast;image-rendering:high-quality}.modal-image-loading{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.spinner{width:50px;height:50px;border:4px solid rgba(27,162,218,.2);border-top-color:#1ba2da;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-image-counter{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background:#000000b3;color:#fff;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:600}.modal-info{padding:40px;overflow-y:auto;display:flex;flex-direction:column;gap:20px}.modal-category-badge{display:inline-block;background:#e8f5fb;color:#1ba2da;font-size:12px;font-weight:700;padding:6px 14px;border-radius:6px;text-transform:uppercase;letter-spacing:.5px;width:fit-content}.modal-info h2{font-size:28px;font-weight:700;color:#111827;margin:0;line-height:1.3}.modal-description{font-size:15px;color:#6b7280;line-height:1.7;margin:0}.modal-arrow{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;background:#ffffffe6;border:none;border-radius:50%;color:#111827;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:15;pointer-events:auto;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.modal-arrow:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:translateY(-50%) scale(1.05)}.modal-arrow:active{transform:translateY(-50%) scale(.95)}.modal-arrow-left{left:20px}.modal-arrow-right{right:20px}@media(max-width:1024px){.modal-content{grid-template-columns:1fr;max-height:95vh}.modal-image-section{min-height:350px;max-height:50vh}.modal-info{padding:32px}}@media(max-width:768px){.project-modal{padding:30px 20px;display:flex;align-items:center;justify-content:center}.modal-content{border-radius:16px;max-height:65vh;width:100%;margin:auto}.modal-close{top:15px;right:15px;width:36px;height:36px;background:#000000b3}.modal-image-section{height:40vh;min-height:40vh;max-height:40vh}.modal-info{padding:24px;overflow-y:auto;max-height:25vh}.modal-info h2{font-size:22px}.modal-arrow{width:44px;height:44px}.modal-arrow-left{left:15px}.modal-arrow-right{right:15px}}@media(max-width:480px){.project-modal{padding:25px 15px}.modal-content{border-radius:12px;max-height:65vh}.modal-image-section{height:38vh;min-height:38vh;max-height:38vh}.modal-info{padding:20px;max-height:27vh}.modal-info h2{font-size:20px}.modal-arrow{width:40px;height:40px}.modal-arrow-left{left:12px}.modal-arrow-right{right:12px}.modal-image-counter{bottom:15px;font-size:13px;padding:6px 12px}}.projects-page{min-height:100vh}.projects-hero{background:#fdfdfd;padding:160px 20px 80px;text-align:center}.projects-hero .hero-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px}.projects-hero .hero-bullet{color:#1ba2da;font-size:12px}.projects-hero .hero-label-text{color:#1ba2da;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.projects-hero h1{font-size:48px;color:#111827;margin-bottom:20px;font-weight:700;line-height:1.1}.projects-hero .subtitle{font-size:18px;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6}.projects-why{padding:100px 20px;background:#fff}.why-header{text-align:center;margin-bottom:60px}.why-label{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px}.why-bullet{color:#1ba2da;font-size:12px;letter-spacing:.5px}.why-label-text{color:#1ba2da;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.why-header h2{font-size:40px;color:#111827;margin:0 0 16px;font-weight:700;line-height:1.2}.why-subtitle{font-size:17px;color:#6b7280;margin:0}.benefits-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1100px;margin:0 auto}.benefit-card{background:#fff;border:2px solid #f3f4f6;border-radius:20px;padding:40px 32px;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 12px #0000000d;position:relative;overflow:hidden}.benefit-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#1ba2da,#1590c5);transform:scaleX(0);transition:transform .4s ease}.benefit-card:hover:before{transform:scaleX(1)}.benefit-card:hover{transform:translateY(-12px);box-shadow:0 16px 40px #1ba2da33;border-color:#1ba2da}.benefit-icon-wrapper{width:80px;height:80px;background:linear-gradient(135deg,#e8f5fb,#d4edf7);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;transition:all .4s ease}.benefit-icon-wrapper svg{color:#1ba2da;transition:transform .3s ease}.benefit-card:hover .benefit-icon-wrapper{background:linear-gradient(135deg,#1ba2da,#1590c5);transform:scale(1.1)}.benefit-card:hover .benefit-icon-wrapper svg{color:#fff;transform:scale(1.1)}.benefit-card h3{font-size:22px;color:#111827;margin-bottom:16px;font-weight:700;line-height:1.3}.benefit-card p{font-size:16px;color:#6b7280;line-height:1.7;margin:0}@media(max-width:1024px){.projects-hero{padding:140px 20px 70px}.projects-hero h1{font-size:42px}.why-header h2{font-size:36px}.benefits-grid{grid-template-columns:repeat(3,1fr);gap:30px}.benefit-card{padding:36px 24px}.benefit-icon-wrapper{width:72px;height:72px}.benefit-card h3{font-size:20px}}@media(max-width:900px){.benefits-grid{grid-template-columns:1fr;gap:28px;max-width:500px}}@media(max-width:768px){.projects-hero{padding:120px 20px 60px}.projects-hero h1{font-size:36px}.projects-hero .subtitle{font-size:16px}.projects-why{padding:80px 20px}.why-header{margin-bottom:50px}.why-header h2{font-size:32px}.why-subtitle{font-size:16px}.benefits-grid{grid-template-columns:1fr;gap:24px}.benefit-card{padding:36px 28px}.benefit-icon-wrapper{width:70px;height:70px}.benefit-icon-wrapper svg{width:36px;height:36px}.benefit-card h3{font-size:20px}.benefit-card p{font-size:15px}}@media(max-width:480px){.projects-hero h1{font-size:30px}.why-header h2{font-size:28px}}.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;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.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{max-width:none!important;max-height:none!important;width:auto;padding:0}.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:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.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{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.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;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;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{-webkit-transition:none;-moz-transition:none;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{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 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-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.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-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;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{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.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{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.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{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.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{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;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{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.service-area-section{background:#fdfdfd;padding:120px 40px;position:relative}.service-area-container{max-width:1400px;margin:0 auto;position:relative;z-index:1}.service-area-header{text-align:center;margin-bottom:80px}.service-area-label{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:16px}.service-area-bullet{color:#1ba2da;font-size:12px;letter-spacing:.5px}.service-area-label-text{color:#1ba2da;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.service-area-header h2{font-size:52px;font-weight:800;color:#1a1a1a;line-height:1.1;margin:0 0 20px;letter-spacing:-1.5px;background:linear-gradient(135deg,#1a1a1a,#4a4a4a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.service-area-subtitle{font-size:19px;color:#666;margin:0;line-height:1.6;font-weight:400}.service-area-content{display:grid;grid-template-columns:1.3fr 1fr;gap:80px;align-items:start}.service-area-map{position:relative;border-radius:32px;overflow:hidden;box-shadow:0 0 0 1px #1ba2da1a,0 30px 80px #0000001f,0 10px 30px #1ba2da14;background:#f0f9fd;height:650px;transition:all .5s cubic-bezier(.4,0,.2,1)}.service-area-map:hover{transform:translateY(-4px);box-shadow:0 0 0 1px #1ba2da26,0 40px 100px #00000026,0 15px 40px #1ba2da1f}.map-container{width:100%;height:100%}.company-marker{position:absolute;top:32px;right:32px;background:#fffffff7;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:20px 24px;border-radius:20px;box-shadow:0 0 0 1px #1ba2da1a,0 12px 40px #00000026;z-index:1000;transition:all .4s cubic-bezier(.4,0,.2,1)}.company-marker:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 0 0 1px #1ba2da33,0 20px 60px #0003}.company-marker-content{display:flex;align-items:center;gap:16px}.company-icon{display:flex;justify-content:center;align-items:center;width:48px;height:48px;background:linear-gradient(135deg,#1ba2da,#1590c5);border-radius:14px;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #1ba2da4d}.company-name{font-weight:700;font-size:16px;color:#1a1a1a;margin-bottom:4px;letter-spacing:-.3px}.company-desc{font-size:13px;color:#666;max-width:180px;line-height:1.4;font-weight:500}.leaflet-popup-content-wrapper{background:#fff;border-radius:16px;box-shadow:0 12px 40px #0003;border:2px solid #1BA2DA;padding:8px}.leaflet-popup-tip{background:#fff;border:2px solid #1BA2DA;border-left:none;border-bottom:none}.map-popup{padding:8px 4px}.popup-title{font-weight:700;color:#1ba2da;font-size:16px;margin-bottom:4px;letter-spacing:-.3px}.popup-desc{font-size:13px;color:#666;font-weight:500}.custom-marker{display:flex;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer}.custom-marker svg{filter:drop-shadow(0 4px 8px rgba(27,162,218,.5));transition:all .3s cubic-bezier(.4,0,.2,1)}.custom-marker:hover svg{transform:scale(1.2) translateY(-2px);filter:drop-shadow(0 8px 16px rgba(27,162,218,.7))}.service-area-list{background:#fff;border-radius:32px;border:2px solid #f0f0f0;box-shadow:0 0 0 1px #1ba2da0d,0 20px 60px #00000014;overflow:hidden;height:650px;display:flex;flex-direction:column;transition:all .4s ease}.service-area-list:hover{border-color:#d1edf7;box-shadow:0 0 0 1px #1ba2da1a,0 25px 70px #0000001f;transform:translateY(-2px)}.list-content{padding:48px 40px;overflow-y:auto;flex:1}.list-content::-webkit-scrollbar{width:10px}.list-content::-webkit-scrollbar-track{background:#f0f0f0;border-radius:10px;margin:10px 0}.list-content::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#1ba2da,#1590c5);border-radius:10px;border:2px solid #f0f0f0}.list-content::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#1590c5,#1278a8)}.list-content h3{font-size:28px;font-weight:800;color:#1a1a1a;margin:0 0 40px;letter-spacing:-.5px;position:relative;padding-bottom:20px}.list-content h3:after{content:"";position:absolute;bottom:0;left:0;width:60px;height:4px;background:linear-gradient(90deg,#1BA2DA 0%,transparent 100%);border-radius:2px}.municipality-groups{display:flex;flex-direction:column;gap:36px;margin-bottom:32px}.municipality{animation:fadeInUp .6s cubic-bezier(.4,0,.2,1);animation-fill-mode:both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.municipality-title{font-weight:700;font-size:18px;color:#1ba2da;margin-bottom:16px;letter-spacing:-.3px;display:flex;align-items:center;gap:10px}.municipality-title:before{content:"";width:4px;height:20px;background:linear-gradient(180deg,#1ba2da,#1590c5);border-radius:2px}.municipality-locations{display:flex;flex-wrap:wrap;gap:12px}.location-badge{padding:12px 20px;font-size:14px;font-weight:600;background:linear-gradient(135deg,#f0f0f0,#e9ecef);border:2px solid #e9ecef;border-radius:14px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);color:#495057;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden}.location-badge:before{content:"";position:absolute;top:0;left:0;width:0%;height:100%;background:linear-gradient(135deg,#1ba2da1a,#1590c51a);transition:width .4s ease;z-index:0}.location-badge:hover:before{width:100%}.location-badge:hover{background:#f0f9fd;border-color:#1ba2da;transform:translateY(-3px);box-shadow:0 8px 20px #1ba2da33;color:#1ba2da}.location-badge.active{background:linear-gradient(135deg,#1ba2da,#1590c5);border-color:#1ba2da;color:#fff;font-weight:700;transform:translateY(-3px) scale(1.02);box-shadow:0 10px 30px #1ba2da66}.location-badge.active:before{width:100%;background:#ffffff1a}.location-badge:focus-visible{outline:3px solid #1BA2DA;outline-offset:3px}.extra-info{margin-top:36px;padding:24px 28px;background:linear-gradient(135deg,#1ba2da,#1590c5);border-radius:20px;display:flex;align-items:start;gap:16px;box-shadow:0 12px 40px #1ba2da40;position:relative;overflow:hidden}.extra-info:before{content:"";position:absolute;top:-50%;right:-50%;width:200px;height:200px;background:radial-gradient(circle,rgba(255,255,255,.15) 0%,transparent 70%);pointer-events:none}.extra-info svg{flex-shrink:0;color:#fff;margin-top:2px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.extra-info p{margin:0;font-size:15px;font-weight:600;color:#fff;line-height:1.6;flex:1;position:relative;z-index:1}.leaflet-container{background:linear-gradient(135deg,#e6f3f9,#d1edf7);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.leaflet-control-zoom{border:none!important;box-shadow:0 8px 24px #00000026!important;border-radius:16px!important;overflow:hidden}.leaflet-control-zoom a{background:#fff!important;color:#1ba2da!important;border:none!important;font-weight:700!important;width:44px!important;height:44px!important;line-height:44px!important;font-size:24px!important;transition:all .3s ease!important}.leaflet-control-zoom a:hover{background:linear-gradient(135deg,#1ba2da,#1590c5)!important;color:#fff!important;transform:scale(1.05)}.leaflet-control-zoom a:first-child{border-radius:0!important}.leaflet-control-zoom a:last-child{border-radius:0!important;border-top:1px solid #f0f0f0!important}.leaflet-bar{border:none!important}.leaflet-control-attribution{display:none!important}@media(max-width:1200px){.service-area-content{gap:60px;grid-template-columns:1.2fr 1fr}.service-area-map,.service-area-list{height:550px}}@media(max-width:1024px){.service-area-section{padding:80px 32px}.service-area-header h2{font-size:44px}.service-area-content{grid-template-columns:1fr;gap:50px}.service-area-map,.service-area-list{width:100%;height:500px}.service-area-map{order:2}.service-area-list{order:1}}@media(max-width:768px){.service-area-section{padding:60px 20px}.service-area-header{margin-bottom:50px}.service-area-header h2{font-size:36px}.service-area-subtitle{font-size:17px}.service-area-map,.service-area-list{height:450px;border-radius:24px}.list-content{padding:32px 28px}.list-content h3{font-size:24px;margin-bottom:32px}.municipality-groups{gap:28px}.municipality-title{font-size:17px}.location-badge{padding:10px 16px;font-size:13px}.company-marker{top:20px;right:20px;padding:16px 18px}.company-icon{width:40px;height:40px}.company-desc{max-width:140px;font-size:12px}.extra-info{padding:20px 24px}.extra-info p{font-size:14px}}@media(max-width:480px){.service-area-section{padding:50px 16px}.service-area-header h2{font-size:30px}.service-area-subtitle{font-size:16px}.service-area-map,.service-area-list{height:380px;border-radius:20px}.list-content{padding:24px 20px}.list-content h3{font-size:22px;margin-bottom:28px}.municipality-title{font-size:16px}.location-badge{padding:9px 14px;font-size:12px}.company-marker{top:16px;right:16px;padding:12px 14px}.company-icon{width:36px;height:36px}.company-name{font-size:14px}.company-desc{font-size:11px;max-width:100px}.extra-info{padding:18px 20px;gap:12px}.extra-info svg{width:18px;height:18px}.extra-info p{font-size:13px}}@media(prefers-reduced-motion:reduce){.municipality,.location-badge,.company-marker,.service-area-map,.service-area-list{animation:none!important;transition:none!important}}@media(prefers-contrast:high){.location-badge{border-width:3px}.location-badge.active{border-color:#000}}.contact-page{min-height:100vh;padding-top:160px}@media(max-width:1024px){.contact-page{padding-top:140px}}@media(max-width:768px){.contact-page{padding-top:120px}}@media(max-width:480px){.contact-page{padding-top:110px}}.contact-hero{background:#fdfdfd;padding:160px 20px 80px;text-align:center}.contact-hero .hero-label{display:inline-flex;align-items:center;gap:8px;margin-bottom:24px}.contact-hero .hero-bullet{color:#1ba2da;font-size:12px}.contact-hero .hero-label-text{color:#1ba2da;font-size:12px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase}.contact-hero h1{font-size:48px;color:#111827;margin-bottom:20px;font-weight:700}.contact-hero .subtitle{font-size:18px;color:#6b7280;max-width:600px;margin:0 auto;line-height:1.6}@media(max-width:768px){.contact-hero{padding:120px 20px 60px}.contact-hero h1{font-size:36px}.contact-hero .subtitle{font-size:16px}}@media(max-width:480px){.contact-hero h1{font-size:30px}}.terms-page{min-height:100vh;background:#fdfdfd;padding:160px 20px 80px}.terms-container{max-width:900px;margin:0 auto}.terms-header{text-align:center;margin-bottom:60px}.terms-header h1{font-size:48px;color:#111827;font-weight:700;margin:0 0 20px;line-height:1.2}.terms-intro{font-size:18px;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6}.terms-content{background:#fff;border-radius:20px;padding:50px;box-shadow:0 10px 40px #00000014;margin-bottom:40px}.term-item{display:flex;gap:30px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid #f3f4f6}.term-item:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.term-number{flex-shrink:0;width:50px;height:50px;background:linear-gradient(135deg,#1ba2da,#1590c5);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;box-shadow:0 4px 16px #1ba2da4d}.term-text{flex:1}.term-text h3{font-size:22px;color:#111827;font-weight:700;margin:0 0 12px;line-height:1.3}.term-text p{font-size:16px;color:#4b5563;line-height:1.8;margin:0}.terms-footer{background:#f0f9ff;border:2px solid #bae6fd;border-radius:16px;padding:30px;text-align:center}.terms-footer p{font-size:16px;color:#374151;margin:0;line-height:1.6}.terms-footer a{color:#1ba2da;font-weight:600;text-decoration:none;transition:all .3s ease}.terms-footer a:hover{color:#1590c4;text-decoration:underline}@media(max-width:768px){.terms-page{padding:120px 20px 60px}.terms-header h1{font-size:32px}.terms-intro{font-size:16px}.terms-content{padding:30px 25px}.term-item{flex-direction:column;gap:20px;margin-bottom:30px;padding-bottom:30px}.term-number{width:45px;height:45px;font-size:20px}.term-text h3{font-size:19px}.term-text p{font-size:15px}.terms-footer{padding:25px 20px}.terms-footer p{font-size:15px}}@media(max-width:480px){.terms-header h1{font-size:28px}.terms-content{padding:25px 20px}.term-text h3{font-size:18px}}.faq-page{min-height:100vh;background:#fdfdfd;padding:160px 20px 80px}.faq-page-container{max-width:900px;margin:0 auto}.faq-page-header{text-align:center;margin-bottom:60px}.faq-page-header h1{font-size:48px;color:#111827;font-weight:700;margin:0 0 20px;line-height:1.2}.faq-page-intro{font-size:18px;color:#6b7280;max-width:700px;margin:0 auto;line-height:1.6}.faq-page-content{background:#fff;border-radius:20px;padding:50px;box-shadow:0 10px 40px #00000014}.faq-page-list{margin-bottom:50px}.faq-page-item{border-bottom:1px solid #f3f4f6;transition:all .3s ease}.faq-page-item:last-child{border-bottom:none}.faq-page-question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:28px 0;background:transparent;border:none;cursor:pointer;text-align:left;transition:all .3s ease}.faq-page-question:hover{opacity:.8}.faq-page-question-content{display:flex;align-items:center;gap:20px;flex:1}.faq-page-number{flex-shrink:0;width:45px;height:45px;background:linear-gradient(135deg,#1ba2da,#1590c5);color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:700;box-shadow:0 4px 12px #1ba2da40}.faq-page-question-text{font-size:20px;font-weight:600;color:#111827;line-height:1.4}.faq-page-icon{flex-shrink:0;color:#1ba2da;transition:all .3s ease}.faq-page-item.active .faq-page-icon{transform:rotate(180deg)}.faq-page-answer{overflow:hidden;transition:all .4s ease}.faq-page-answer-content{padding:0 0 28px 65px;font-size:16px;color:#4b5563;line-height:1.8}.faq-page-cta{background:linear-gradient(135deg,#1ba2da,#1590c5);border-radius:20px;padding:50px;text-align:center;color:#fff}.faq-page-cta-icon{display:inline-flex;align-items:center;justify-content:center;width:80px;height:80px;background:#fff3;border-radius:50%;margin-bottom:24px}.faq-page-cta h3{font-size:28px;font-weight:700;margin:0 0 12px;color:#fff}.faq-page-cta p{font-size:17px;opacity:.95;max-width:500px;margin:0 auto 32px;line-height:1.6}.faq-page-cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.faq-page-cta .btn-primary,.faq-page-cta .btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;border-radius:12px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer}.faq-page-cta .btn-primary{background:#fff;color:#1ba2da;border:none}.faq-page-cta .btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.faq-page-cta .btn-secondary{background:#ffffff26;color:#fff;border:2px solid white}.faq-page-cta .btn-secondary:hover{background:#ffffff40;transform:translateY(-2px)}@media(max-width:768px){.faq-page{padding:120px 20px 60px}.faq-page-header h1{font-size:32px}.faq-page-intro{font-size:16px}.faq-page-content{padding:30px 25px}.faq-page-question{padding:20px 0}.faq-page-question-content{gap:15px}.faq-page-number{width:40px;height:40px;font-size:16px}.faq-page-question-text{font-size:17px}.faq-page-answer-content{padding:0 0 20px 55px;font-size:15px}.faq-page-cta{padding:40px 25px}.faq-page-cta-icon{width:70px;height:70px}.faq-page-cta h3{font-size:24px}.faq-page-cta p{font-size:16px}.faq-page-cta-buttons{flex-direction:column}.faq-page-cta .btn-primary,.faq-page-cta .btn-secondary{width:100%;justify-content:center}.faq-page-cta .btn-secondary{background:#ffffff26!important;color:#fff!important;border:2px solid white!important}.faq-page-cta .btn-secondary:hover{background:#ffffff40!important}}@media(max-width:480px){.faq-page-header h1{font-size:28px}.faq-page-content{padding:25px 20px}.faq-page-question-text{font-size:16px}.faq-page-answer-content{padding:0 0 20px;font-size:15px}.faq-page-cta{padding:35px 20px}.faq-page-cta h3{font-size:22px}}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:140px 20px 60px;background:linear-gradient(135deg,#fdfdfd,#f9f7f4)}.not-found-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.not-found-content{text-align:left}.not-found-number{font-size:clamp(80px,15vw,140px);font-weight:900;color:#1ba2da;line-height:1;margin-bottom:20px;opacity:.2;letter-spacing:-5px}.not-found-title{font-size:clamp(32px,5vw,48px);font-weight:800;color:#333;margin-bottom:20px;line-height:1.2}.not-found-description{font-size:18px;color:#666;line-height:1.6;margin-bottom:40px;max-width:500px}.not-found-actions{display:flex;gap:16px;margin-bottom:50px;flex-wrap:wrap}.not-found-actions .btn-primary,.not-found-actions .btn-secondary{display:inline-flex;align-items:center;gap:10px;padding:16px 32px;font-size:16px;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease}.not-found-actions .btn-primary{background:#1ba2da;color:#fff;border:2px solid #1BA2DA}.not-found-actions .btn-primary:hover{background:#1590c5;border-color:#1590c5;transform:translateY(-2px);box-shadow:0 4px 12px #1ba2da4d}.not-found-actions .btn-secondary{background:#fff;color:#333;border:2px solid #e0e0e0}.not-found-actions .btn-secondary:hover{border-color:#1ba2da;color:#1ba2da;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.not-found-actions svg{width:20px;height:20px;flex-shrink:0}.not-found-links{padding:30px;background:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000d}.not-found-links h3{font-size:18px;font-weight:700;color:#333;margin-bottom:16px}.not-found-links ul{list-style:none;padding:0;margin:0;display:grid;gap:12px}.not-found-links li{display:flex;align-items:center}.not-found-links a{color:#666;text-decoration:none;font-size:16px;transition:all .2s ease;position:relative;padding-left:20px}.not-found-links a:before{content:"→";position:absolute;left:0;color:#1ba2da;font-weight:700;transition:transform .2s ease}.not-found-links a:hover{color:#1ba2da;padding-left:25px}.not-found-links a:hover:before{transform:translate(3px)}.not-found-illustration{display:flex;align-items:center;justify-content:center}.not-found-illustration svg{width:100%;max-width:400px;height:auto}@media(max-width:1024px){.not-found-container{grid-template-columns:1fr;gap:60px;text-align:center}.not-found-content{text-align:center}.not-found-description{margin-left:auto;margin-right:auto}.not-found-actions{justify-content:center}.not-found-illustration{order:-1}}@media(max-width:768px){.not-found-page{padding:120px 20px 40px}.not-found-container{gap:40px}.not-found-number{font-size:80px}.not-found-title{font-size:32px}.not-found-description{font-size:16px;margin-bottom:30px}.not-found-actions{flex-direction:column;width:100%;gap:12px}.not-found-actions .btn-primary,.not-found-actions .btn-secondary{width:100%;justify-content:center;padding:14px 24px}.not-found-links{padding:24px}.not-found-links h3{font-size:16px}.not-found-links a{font-size:15px}.not-found-illustration svg{max-width:300px}}@media(max-width:480px){.not-found-number{font-size:60px}.not-found-title{font-size:28px}.not-found-illustration svg{max-width:250px}}*{margin:0;padding:0;box-sizing:border-box}html,body{min-height:100%;height:100%;overscroll-behavior-y:none}#root{min-height:100vh;min-height:-webkit-fill-available;overflow-x:hidden;display:flex;flex-direction:column}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;background-color:#000;line-height:1.6;overscroll-behavior-y:none}.App{min-height:100vh;min-height:-webkit-fill-available;display:flex;flex-direction:column;background-color:#fdfdfd;position:relative}.skip-to-content{position:absolute;top:-100px;left:0;background:#1ba2da;color:#fff;padding:12px 24px;text-decoration:none;font-weight:600;border-radius:0 0 8px;z-index:1000;transition:top .3s ease}.skip-to-content:focus{top:0;outline:3px solid white;outline-offset:2px}.main-content{flex:1;background-color:#fdfdfd}.main-content:focus{outline:none}.section-container{max-width:1200px;margin:0 auto;padding:0 20px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#a89765;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#8b6f47}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background:#f5f5f5}::-webkit-scrollbar-thumb{background:#1ba2da;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#1590c5}html{scrollbar-color:#1BA2DA #f5f5f5;scrollbar-width:thin}.page{min-height:100%}@media(max-width:768px){.section-container{padding:0 15px}.btn-primary{padding:10px 24px;font-size:14px}}
