﻿@charset "UTF-8";@keyframes rotate{0%{transform:translate(-50%,0) rotateZ(0deg);}50%{transform:translate(-50%,-2%) rotateZ(180deg);}100%{transform:translate(-50%,0) rotateZ(360deg);}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0);}40%{transform:translateY(-30px);}60%{transform:translateY(-15px);}}.bounce{animation:bounce 2s infinite;}@font-face{font-family:"Mulish";font-style:normal;font-weight:400;font-display:swap;src:url("/fonts/mulish-regular.ttf") format("truetype");}@font-face{font-family:"Mulish";font-style:normal;font-weight:500;font-display:swap;src:url("/fonts/mulish-medium.ttf") format("truetype");}@font-face{font-family:"Mulish";font-style:normal;font-weight:600;font-display:swap;src:url("/fonts/mulish-semibold.ttf") format("truetype");}@font-face{font-family:"Mulish";font-style:normal;font-weight:700;font-display:swap;src:url("/fonts/mulish-bold.ttf") format("truetype");}@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:400;font-display:swap;src:url("/fonts/plus-jakarta-sans-regular.ttf") format("truetype");}@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:500;font-display:swap;src:url("/fonts/plus-jakarta-sans-medium.ttf") format("truetype");}@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:600;font-display:swap;src:url("/fonts/plus-jakarta-sans-semibold.ttf") format("truetype");}@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:700;font-display:swap;src:url("/fonts/plus-jakarta-sans-bold.ttf") format("truetype");}@font-face{font-family:"Plus Jakarta Sans";font-style:normal;font-weight:800;font-display:swap;src:url("/fonts/plus-jakarta-sans-extrabold.ttf") format("truetype");}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}html{scroll-behavior:smooth;}body{font-family:"Plus Jakarta Sans",sans-serif;font-size:1rem;line-height:1.6;color:#1e293b;background:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;}h1,h2,h3,h4,h5,h6{font-family:"Plus Jakarta Sans",sans-serif;font-weight:700;color:#0f172a;line-height:1.2;}a{text-decoration:none;color:inherit;}img{max-width:100%;height:auto;display:block;}.container{width:100%;max-width:1488px;margin:0 auto;padding:0 1.5rem;}.section-tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:rgba(2,132,199,.1);border-radius:9999px;font-size:.875rem;font-weight:600;color:#0284c7;margin-bottom:.75rem;}.section-tag i{font-size:.875rem;}.section-header{margin-bottom:3rem;}.section-header--center{text-align:center;}.section-header h2{font-size:2rem;margin-bottom:.5rem;}@media(min-width:768px){.section-header h2{font-size:2.5rem;}}.section-header p{color:#64748b;font-size:1.0625rem;}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-family:"Plus Jakarta Sans",sans-serif;font-size:.938rem;font-weight:700;border-radius:.75rem;border:2px solid transparent;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);}.btn i{font-size:.938rem;}.btn--primary{background:#0284c7;color:#fff;}.btn--primary:hover{background:#0369a1;transform:translateY(-2px);box-shadow:0 10px 40px -10px rgba(2,132,199,.5);}.btn--outline{background:transparent;color:#0284c7;border-color:#e2e8f0;}.btn--outline:hover{border-color:#0284c7;background:rgba(2,132,199,.05);}.btn--white{background:#fff;color:#0284c7;}.btn--white:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1);}.btn--outline-white{background:transparent;color:#fff;border-color:rgba(255,255,255,.5);}.btn--outline-white:hover{background:rgba(255,255,255,.1);border-color:#fff;}.btn--text{background:transparent;color:#0284c7;padding:.5rem 0;border:0;}.btn--text:hover{gap:.75rem;}section{padding:5rem 0;}.splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#f5f9ff;display:flex;justify-content:center;align-items:center;z-index:9999;transition:opacity .3s ease-out;overflow:hidden;}.splash-screen .water-effect{position:absolute;bottom:0;left:0;width:100%;height:100%;background:rgba(0,109,181,.15);z-index:1;}.splash-screen .water-effect::before,.splash-screen .water-effect::after{content:"";position:absolute;left:50%;width:300%;height:300%;background-color:rgba(255,255,255,.4);animation-name:rotate;animation-iteration-count:infinite;animation-timing-function:linear;}.splash-screen .water-effect::before{bottom:25%;border-radius:45%;animation-duration:6s;}.splash-screen .water-effect::after{bottom:20%;border-radius:47%;animation-duration:9s;}.splash-screen .splash-content{text-align:center;position:relative;z-index:2;}.splash-screen .splash-content svg{width:350px;height:auto;}.splash-screen.fade-out{opacity:0;pointer-events:none;}@media(max-width:768px){.splash-content svg{width:250px;}}.header{position:fixed;top:0;left:0;right:0;z-index:1000;}.header__main{background:transparent;transition:background 350ms cubic-bezier(.4,0,.2,1),box-shadow 350ms cubic-bezier(.4,0,.2,1),border-color 350ms cubic-bezier(.4,0,.2,1);border-bottom:1px solid transparent;backface-visibility:hidden;}.scrolled .header__main{background:rgba(255,255,255,.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 2px 20px rgba(12,74,110,.07);border-bottom-color:rgba(226,232,240,.5);}body:not(.page-home) .header__main{background:#fff;backdrop-filter:none;-webkit-backdrop-filter:none;box-shadow:0 4px 6px -1px rgba(0,0,0,.1);border-bottom-color:#f1f5f9;}.header__content{display:flex;align-items:center;justify-content:space-between;padding:.875rem 0;min-height:90px;gap:2rem;transition:min-height 300ms cubic-bezier(.4,0,.2,1),padding 300ms cubic-bezier(.4,0,.2,1);}.scrolled .header__content{padding:.5rem 0;min-height:72px;}.header__logo{display:flex;align-items:center;gap:.75rem;flex-shrink:0;text-decoration:none;}.header__logo-img{width:56px;height:56px;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.18));transition:transform .5s ease;flex-shrink:0;}.header__logo:hover .header__logo-img{transform:scale(1.05);}.header__logo-text{display:flex;flex-direction:column;gap:.375rem;}.header__logo .logo-title{font-family:"Plus Jakarta Sans",sans-serif;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;line-height:1;color:#0284c7;transition:color .3s ease;}.header__logo .logo-subtitle{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:rgba(71,85,105,.8);display:block;line-height:1.4;transition:color .3s ease;}.header__nav{display:none;gap:.25rem;align-items:center;margin-left:auto;}@media(min-width:1024px){.header__nav{display:flex;}}.header__nav>a.nav-link{display:flex;align-items:center;gap:.375rem;padding:.625rem .625rem;font-family:"Plus Jakarta Sans",sans-serif;font-size:.875rem;font-weight:600;color:#475569;border-radius:.5rem;transition:all .15s ease;white-space:nowrap;position:relative;}@media(min-width:1280px){.header__nav>a.nav-link{padding:.625rem 1rem;font-size:.9375rem;}}.header__nav>a.nav-link::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:2px;background:#0284c7;border-radius:2px;transition:width .3s ease;}.header__nav>a.nav-link:hover{color:#0284c7;}.header__nav>a.nav-link:hover::after{width:60%;}.header__nav .nav-item{position:relative;display:flex;align-items:center;}.header__nav .nav-item .nav-link{display:flex;align-items:center;gap:.375rem;padding:.625rem .625rem;font-family:"Plus Jakarta Sans",sans-serif;font-size:.875rem;font-weight:600;color:#475569;border-radius:.5rem;transition:all .15s ease;white-space:nowrap;}@media(min-width:1280px){.header__nav .nav-item .nav-link{padding:.625rem 1rem;font-size:.9375rem;}}.header__nav .nav-item .nav-link i{font-size:.625rem;transition:transform .3s ease;}.header__nav .nav-item .nav-link:hover{color:#0284c7;}.header__nav .nav-item.has-dropdown:hover>.nav-link i{transform:rotate(180deg);}.header__nav .nav-item.has-dropdown:hover>.dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);}.header__nav .nav-item .dropdown-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);padding:.5rem;opacity:0;visibility:hidden;transform:translateY(10px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;}.header__nav .nav-item .dropdown-menu .dropdown-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;}.header__nav .nav-item .dropdown-menu .dropdown-list>li{position:relative;}.header__nav .nav-item .dropdown-menu .dropdown-list>li>a{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;font-size:.875rem;color:#334155;border-radius:.5rem;transition:all .15s ease;font-weight:500;}.header__nav .nav-item .dropdown-menu .dropdown-list>li>a:hover{background:rgba(2,132,199,.05);color:#0284c7;}.header__nav .nav-item .dropdown-menu .dropdown-list>li>a i{font-size:.625rem;color:#94a3b8;transition:transform .3s;}.header__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu{position:absolute;top:0;left:100%;min-width:220px;background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);padding:.5rem;margin-left:.5rem;opacity:0;visibility:hidden;transform:translateX(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1001;list-style:none;border:1px solid rgba(226,232,240,.5);}.header__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li{position:relative;}.header__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li>a{display:flex;align-items:center;justify-content:space-between;padding:.625rem .875rem;font-size:.813rem;color:#475569;border-radius:.5rem;transition:all .15s ease;font-weight:500;}.header__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li>a:hover{background:rgba(2,132,199,.05);color:#0284c7;}.header__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li>a i{font-size:.625rem;color:#94a3b8;transition:transform .3s;margin-left:auto;}.header__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li.has-sub>.sub-menu{position:absolute;top:0;left:100%;min-width:220px;background:#fff;border-radius:.75rem;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);padding:.5rem;margin-left:.5rem;opacity:0;visibility:hidden;transform:translateX(-10px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1002;list-style:none;border:1px solid rgba(226,232,240,.5);}.header__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li.has-sub>.sub-menu li>a{font-size:.75rem;padding:.5rem .75rem;}.header__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li.has-sub>.sub-menu li.has-sub>.sub-menu{top:0;left:100%;}.header__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li.has-sub>.sub-menu li.has-sub:hover>.sub-menu{opacity:1;visibility:visible;transform:translateX(0);}.header__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li.has-sub:hover>a i{transform:translateX(3px);}.header__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li.has-sub:hover>.sub-menu{opacity:1;visibility:visible;transform:translateX(0);}.header__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub:hover>a i{transform:translateX(3px);}.header__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub:hover>.sub-menu{opacity:1;visibility:visible;transform:translateX(0);}.header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0;}.header__actions .btn-online{display:none;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff!important;color:#0369a1!important;font-weight:700;font-size:.8125rem;border-radius:100px;border:1px solid rgba(2,132,199,.2)!important;transition:background .25s,color .25s,box-shadow .25s,transform .25s;white-space:nowrap;box-shadow:0 4px 16px rgba(2,132,199,.12);}@media(min-width:768px){.header__actions .btn-online{display:flex;}}@media(min-width:1280px){.header__actions .btn-online{padding:.625rem 1.375rem;font-size:.875rem;}}.header__actions .btn-online i,.header__actions .btn-online svg{font-size:1rem;width:1.125rem;height:1.125rem;flex-shrink:0;}.header__actions .btn-online:hover{background:#0284c7!important;color:#fff!important;border-color:#0284c7!important;box-shadow:0 8px 24px rgba(2,132,199,.35);transform:translateY(-1px);}.header__actions .mobile-toggle{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#f8fafc;border:0;border-radius:.5rem;font-size:1.25rem;color:#334155;cursor:pointer;}@media(min-width:1024px){.header__actions .mobile-toggle{display:none;}}.mobile-menu{position:fixed;top:0;right:-100%;width:300px;max-width:85vw;height:100vh;background:#fff;z-index:2000;transition:right .3s ease;display:flex;flex-direction:column;}.mobile-menu.active{right:0;}.mobile-menu__overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:1999;opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);}.mobile-menu__overlay.active{opacity:1;visibility:visible;}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;}.mobile-menu__header span{font-family:"Plus Jakarta Sans",sans-serif;font-size:1.125rem;font-weight:700;}.mobile-menu__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f8fafc;border:0;border-radius:.5rem;font-size:1.25rem;color:#334155;cursor:pointer;}.mobile-menu__nav{flex:1;overflow-y:auto;padding:1rem;}.mobile-menu__nav>a{display:block;padding:.875rem 1rem;font-weight:500;color:#334155;border-radius:.5rem;}.mobile-menu__nav>a:hover{background:#f8fafc;}.mobile-menu__nav .nav-item{margin-bottom:.5rem;}.mobile-menu__nav .nav-item.has-dropdown>.nav-link{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;font-weight:500;color:#334155;border-radius:.5rem;transition:all .15s ease;}.mobile-menu__nav .nav-item.has-dropdown>.nav-link i{font-size:.75rem;transition:transform .3s ease;}.mobile-menu__nav .nav-item.has-dropdown>.nav-link:hover{background:#f8fafc;}.mobile-menu__nav .nav-item.has-dropdown.open>.nav-link i{transform:rotate(180deg);}.mobile-menu__nav .nav-item.has-dropdown.open>.dropdown-menu{display:block;}.mobile-menu__nav .nav-item .dropdown-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-radius:0;display:none;background-color:rgba(248,250,252,.3);padding:.5rem 0;min-width:auto;}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list{list-style:none;padding:.5rem 0;margin:0;}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list>li>a{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1.5rem .75rem 2rem;font-size:.875rem;color:#475569;font-weight:500;transition:all .2s;}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list>li>a:hover{color:#0284c7;background-color:rgba(241,245,249,.5);}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list>li>a i{font-size:.625rem;color:#94a3b8;transition:transform .3s;}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>a i{display:inline;font-size:.625rem;color:#94a3b8;transition:transform .3s;}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu{list-style:none;position:static;opacity:1;visibility:visible;transform:none;display:none;background-color:rgba(241,245,249,.5);padding:0;margin:0;border:0;box-shadow:none;border-radius:0;min-width:auto;}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub.open>a i{transform:rotate(90deg);}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub.open>.sub-menu{display:block;}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li{position:relative;}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li>a{display:flex;align-items:center;justify-content:space-between;padding:.625rem 1rem .625rem 3rem;font-size:.813rem;color:#475569;transition:all .2s;}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li>a:hover{color:#0284c7;background-color:rgba(2,132,199,.05);}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li>a i{font-size:.625rem;color:#94a3b8;transition:transform .3s;}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li.has-sub>.sub-menu{list-style:none;position:static;opacity:1;visibility:visible;transform:none;display:none;background-color:rgba(226,232,240,.5);padding:0;margin:0;}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li.has-sub>.sub-menu li>a{display:flex;align-items:center;justify-content:space-between;padding-left:4rem;font-size:.75rem;color:#475569;}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li.has-sub>.sub-menu li>a:hover{color:#0284c7;background-color:rgba(2,132,199,.05);}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li.has-sub.open>a i{transform:rotate(90deg);}.mobile-menu__nav .nav-item .dropdown-menu .dropdown-list>li.has-sub>.sub-menu li.has-sub.open>.sub-menu{display:block;padding:.5rem 0;}.mobile-menu__cta{padding:1rem 1.5rem;border-top:1px solid #f1f5f9;}.mobile-menu__cta .btn{display:block;width:100%;text-align:center;padding:.875rem;background:#0284c7;color:#fff;border-radius:.75rem;font-weight:600;}.page-home:not(.scrolled) .header__nav .nav-link,.page-home:not(.scrolled) .header__nav>a.nav-link{color:rgba(255,255,255,.85);font-weight:600;text-shadow:0 1px 4px rgba(0,0,0,.3);}.page-home:not(.scrolled) .header__nav .nav-link:hover,.page-home:not(.scrolled) .header__nav>a.nav-link:hover{color:#fff;}.page-home:not(.scrolled) .header__nav .nav-link::after,.page-home:not(.scrolled) .header__nav>a.nav-link::after{background:#fff;}.page-home:not(.scrolled) .header__nav .nav-item.has-dropdown>.nav-link{color:rgba(255,255,255,.85);text-shadow:0 1px 4px rgba(0,0,0,.3);}.page-home:not(.scrolled) .header__logo .logo-title{color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.3);}.page-home:not(.scrolled) .header__logo .logo-subtitle{color:rgba(255,255,255,.75);}.footer{position:relative;color:#fff;}.footer__main{background:#082f49;padding:6rem 0 3rem;position:relative;overflow:hidden;}.footer__main::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;opacity:.05;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 100 100' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 100 C 20 0 50 0 100 100 Z' fill='white'/%3E%3C/svg%3E");background-size:100% 100%;background-repeat:no-repeat;background-position:center;}.footer__grid{display:grid;gap:4rem;position:relative;z-index:1;margin-bottom:5rem;align-items:start;}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(2,1fr);}}@media(min-width:1024px){.footer__grid{grid-template-columns:1.4fr 1fr 1fr 1.4fr;}}.footer__brand{display:flex;flex-direction:column;gap:2rem;}.footer__brand-logo{display:flex;align-items:center;gap:1rem;}.footer__brand-icon{width:64px;height:64px;min-width:64px;background:#fff;border-radius:1rem;display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.1);padding:.5rem;box-shadow:0 8px 20px rgba(0,0,0,.25);}.footer__brand-icon svg,.footer__brand-icon img{width:100%;height:100%;object-fit:contain;}.footer__brand-text{display:flex;flex-direction:column;gap:.25rem;}.footer__brand-name{display:block;font-size:1.5rem;font-weight:800;letter-spacing:-.02em;line-height:1;color:#fff;}.footer__brand-sub{display:block;font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:rgba(255,255,255,.5);line-height:1.4;margin-top:.25rem;}.footer__brand-desc{font-size:.875rem;line-height:1.75;color:rgba(255,255,255,.75);max-width:320px;}.footer__social{display:flex;gap:1rem;}.footer__social a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);border-radius:9999px;color:#bae6fd;border:1px solid rgba(255,255,255,.05);font-size:.875rem;transition:all .15s ease;}.footer__social a:hover{background:#0ea5e9;color:#fff;transform:translateY(-2px);}.footer__links h4{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;}.footer__links h4 span{display:inline-block;width:3rem;height:2px;background:#0ea5e9;border-radius:2px;flex-shrink:0;}.footer__links a{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:rgba(186,230,253,.8);padding:.5rem 0;transition:all .15s ease;}.footer__links a::before{content:"";display:inline-block;width:5px;height:5px;border-radius:50%;background:#0ea5e9;flex-shrink:0;transition:all .15s ease;}.footer__links a:hover{color:#fff;padding-left:.5rem;}.footer__contact h4{font-size:1.125rem;font-weight:700;color:#fff;margin-bottom:2rem;display:flex;align-items:center;gap:.5rem;}.footer__contact h4 span{display:inline-block;width:3rem;height:2px;background:#0ea5e9;border-radius:2px;flex-shrink:0;}.footer .contact-item{display:flex;align-items:flex-start;gap:1rem;font-size:.875rem;color:rgba(186,230,253,.8);margin-bottom:1.5rem;}.footer .contact-item__icon{display:flex;align-items:center;justify-content:center;background:rgba(255,255,255,.05);padding:.5rem;border-radius:.5rem;flex-shrink:0;color:#38bdf8;}.footer .contact-item__icon i,.footer .contact-item__icon svg{font-size:1rem;width:1.25rem;height:1.25rem;text-align:center;flex-shrink:0;}.footer .contact-item--phone span{font-weight:600;color:#fff;letter-spacing:.05em;}.footer .contact-item span{line-height:1.6;padding-top:.375rem;}.footer__alo{display:flex;align-items:flex-start;}.footer__alo-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#0c4a6e 0%,#0f172a 100%);border:1px solid rgba(255,255,255,.1);border-radius:1.5rem;padding:2rem 1.5rem;box-shadow:0 20px 50px rgba(0,0,0,.4);position:relative;overflow:hidden;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);}.footer__alo-card::before{content:"";position:absolute;top:-3rem;right:-3rem;width:8rem;height:8rem;background:rgba(14,165,233,.1);border-radius:50%;filter:blur(1.5rem);transition:all .3s cubic-bezier(.4,0,.2,1);}.footer__alo-card:hover::before{background:rgba(14,165,233,.2);}.footer__alo-card-icon{position:relative;z-index:1;display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:rgba(14,165,233,.1);border-radius:9999px;margin-bottom:1rem;transition:all .15s ease;color:#38bdf8;}.footer__alo-card-icon i,.footer__alo-card-icon svg{font-size:1.75rem;width:2rem;height:2rem;color:#38bdf8;}.footer__alo-card:hover .footer__alo-card-icon{transform:scale(1.1);}.footer__alo-card-label{font-size:.75rem;font-weight:500;color:#7dd3fc;margin-bottom:.25rem;position:relative;z-index:1;}.footer__alo-card-num{font-size:2.75rem;font-weight:900;color:#fff;letter-spacing:-.03em;line-height:1;margin-bottom:.5rem;position:relative;z-index:1;}.footer__alo-card-desc{font-size:.7rem;color:rgba(56,189,248,.8);line-height:1.5;position:relative;z-index:1;}.footer__bottom{background:#082f49;border-top:1px solid rgba(255,255,255,.05);padding:2rem 0;}.footer__bottom .container{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;}.footer__bottom p{font-size:.75rem;color:#38bdf8;}.footer__legal{display:flex;gap:2rem;}.footer__legal a{font-size:.75rem;font-weight:500;color:#7dd3fc;transition:all .15s ease;}.footer__legal a:hover{color:#fff;}.back-to-top{position:fixed;bottom:2rem;right:2rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0284c7,#06b6d4);color:#fff;border:0;border-radius:9999px;font-size:1.25rem;cursor:pointer;opacity:0;visibility:hidden;transform:translateY(20px);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:999;box-shadow:0 10px 30px rgba(2,132,199,.4);}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0);}.back-to-top:hover{transform:translateY(-4px);box-shadow:0 15px 40px rgba(2,132,199,.5);}.chat-widget{position:fixed;bottom:2rem;right:5.75rem;z-index:998;display:flex;flex-direction:column;align-items:flex-end;gap:0;}@media(max-width:767px){.chat-widget{right:1rem;bottom:1.25rem;}}.chat-widget__popup{position:absolute;bottom:calc(100% + 1rem);right:0;width:320px;background:#fff;border-radius:1.25rem;box-shadow:0 20px 60px rgba(0,0,0,.15),0 4px 16px rgba(12,74,110,.1);border:1px solid rgba(2,132,199,.1);overflow:hidden;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(12px) scale(.97);transform-origin:bottom right;transition:opacity .25s ease,transform .25s ease,visibility .25s;pointer-events:none;}@media(min-width:480px){.chat-widget__popup{width:360px;}}@media(max-width:479px){.chat-widget__popup{position:fixed;top:auto;bottom:5rem;right:.75rem;left:.75rem;width:auto;max-height:calc(100dvh - 7rem);border-radius:1.25rem;transform-origin:bottom center;}}.chat-widget__popup.open{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto;}.chat-widget__popup-head{background:#0c4a6e;padding:1rem 1.25rem;display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-shrink:0;}.chat-widget__popup-info{display:flex;align-items:center;gap:.625rem;}.chat-widget__popup-info h3{font-size:.9375rem;font-weight:700;color:#fff;margin:0;line-height:1.2;}.chat-widget__popup-info span{font-size:.75rem;color:rgba(255,255,255,.7);font-weight:500;}.chat-widget__popup-icon{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;font-size:.9375rem;color:#fff;flex-shrink:0;}.chat-widget__popup-close{width:32px;height:32px;border:0;background:rgba(255,255,255,.1);color:rgba(255,255,255,.8);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.875rem;transition:background .2s,color .2s;flex-shrink:0;}.chat-widget__popup-close:hover{background:rgba(255,255,255,.2);color:#fff;}.chat-widget__messages{padding:1.25rem;background:#f8fafc;min-height:140px;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;flex:1 1 auto;}@media(max-width:479px){.chat-widget__messages{max-height:calc(100dvh - 16rem);}}.chat-widget__msg{max-width:85%;}.chat-widget__msg p{font-size:.875rem;line-height:1.6;margin:0;padding:.75rem 1rem;border-radius:1rem;}.chat-widget__msg--bot{align-self:flex-start;}.chat-widget__msg--bot p{background:#fff;color:#334155;border:1px solid #e2e8f0;border-top-left-radius:.25rem;box-shadow:0 1px 4px rgba(0,0,0,.06);}.chat-widget__coming-soon{display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#94a3b8;font-weight:600;padding:.5rem .75rem;background:rgba(2,132,199,.04);border-radius:.75rem;border:1px dashed rgba(2,132,199,.2);align-self:flex-start;}.chat-widget__coming-soon i{color:#0284c7;font-size:.8125rem;}.chat-widget__input-row{display:flex;gap:.5rem;padding:.75rem 1rem;background:#fff;border-top:1px solid #f1f5f9;flex-shrink:0;}.chat-widget__input-row input{flex:1;background:#f1f5f9;border:1px solid transparent;border-radius:.75rem;padding:.625rem .875rem;font-size:.875rem;color:#334155;outline:0;transition:all .2s;font-family:inherit;}.chat-widget__input-row input:disabled{cursor:not-allowed;opacity:.6;}.chat-widget__input-row button{width:38px;height:38px;border-radius:.75rem;background:#0284c7;color:#fff;border:0;display:flex;align-items:center;justify-content:center;font-size:.875rem;cursor:pointer;flex-shrink:0;transition:background .2s;}.chat-widget__input-row button:disabled{background:#cbd5e1;cursor:not-allowed;}.chat-widget__tooltip{position:absolute;bottom:calc(100% + .5rem);right:0;background:#fff;color:#0369a1;font-size:.75rem;font-weight:700;padding:.375rem .875rem;border-radius:1rem 1rem 0 1rem;box-shadow:0 4px 16px rgba(0,0,0,.12);border:1px solid #f1f5f9;white-space:nowrap;pointer-events:none;opacity:0;visibility:hidden;transform:translateY(4px);transition:opacity .2s,transform .2s,visibility .2s;}@media(max-width:479px){.chat-widget__tooltip{display:none;}}.chat-widget__tooltip.visible{opacity:1;visibility:visible;transform:translateY(0);}.chat-widget__btn{position:relative;width:60px;height:60px;border:0;background:transparent;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;flex-shrink:0;}@media(max-width:767px){.chat-widget__btn{width:52px;height:52px;}}.chat-widget__btn:hover{transform:scale(1.1);}.chat-widget__avatar{width:60px;height:60px;object-fit:contain;filter:drop-shadow(0 8px 24px rgba(0,0,0,.22));transition:opacity .2s;position:absolute;}@media(max-width:767px){.chat-widget__avatar{width:52px;height:52px;}}.chat-widget__close-icon{position:absolute;top:0;right:0;width:20px;height:20px;background:#ef4444;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6rem;opacity:0;transform:scale(0);transition:opacity .2s,transform .2s;pointer-events:none;z-index:1;}.chat-widget__close-icon i{font-size:.6rem;}.chat-widget.is-open .chat-widget__close-icon{opacity:1;transform:scale(1);}.chat-widget.is-open .chat-widget__tooltip{opacity:0!important;visibility:hidden!important;}