@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&family=Roboto:wght@300;400;500;700&family=Itim&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body,#app,.app-root{min-height:100%;font-size:62.5%;font-family:Roboto,Montserrat,Arial,Helvetica,sans-serif;scroll-behavior:smooth}html,body{background-color:#fff;color:#212529}a{text-decoration:none;color:inherit}input,textarea,button,select,a{-webkit-tap-highlight-color:transparent;outline:none;border:0;font-family:inherit}strong,b{font-weight:500}::-webkit-scrollbar{scrollbar-width:6px;scrollbar-color:#b8c6db rgba(245,247,250,.3);width:6px;height:6px}::-webkit-scrollbar-track{background:#f5f7fa4d;border-radius:2px;width:6px;margin:0;padding:0}::-webkit-scrollbar-thumb{background:#b8c6db;border-radius:2px;cursor:pointer;transition:background .3s ease;width:6px;margin:0;padding:0}::-webkit-scrollbar-thumb:hover{background:#7aa0ff}::-webkit-scrollbar-thumb:active{background:#1a223e}::-webkit-scrollbar-corner{background:#f5f7fa4d}.scroll-to-top{position:fixed;bottom:30px;right:30px;width:50px;height:50px;background:linear-gradient(135deg,#1a223e,#5a89ff);color:#fff;border:none;border-radius:50%;cursor:pointer;display:none;align-items:center;justify-content:center;font-size:1.5rem;font-weight:600;box-shadow:0 4px 15px #1a223e4d;transition:all .3s ease;z-index:1000}.scroll-to-top:hover{transform:translateY(-1px);box-shadow:0 6px 20px #1a223e66}.scroll-to-top.show{display:flex}@media (max-width: 640px){.scroll-to-top{bottom:20px;right:20px;width:45px;height:45px;font-size:1.3rem}}.app-logo.app-logo-row{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.8rem}.app-logo.app-logo-row .app-logo-icon{margin-bottom:0}.app-logo.app-logo-row .app-logo-name{color:#1a223e;font-size:2.1rem;font-weight:700;font-family:Montserrat,Roboto,Arial,sans-serif;text-align:left;letter-spacing:.01em;line-height:1.1}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translate(-50%) translateY(0)}40%{transform:translate(-50%) translateY(-10px)}60%{transform:translate(-50%) translateY(-5px)}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.promotional-bar{background:linear-gradient(135deg,#1a223e,#5a89ff);color:#fff;font-size:1rem;font-weight:500;position:relative;transition:all .3s ease}.promotional-bar.hidden{display:none}.promotional-bar .promotional-bar-container{max-width:1240px;margin-left:auto;margin-right:auto;width:100%;padding:0 2.4rem}.promotional-bar .promotional-bar-content{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;min-height:3rem}.promotional-bar .promotional-bar-text{display:flex;align-items:center;gap:.5rem;font-size:1.2rem;font-weight:500}.promotional-bar .promotional-bar-text i{font-size:1.125rem;color:#ffffffe6}.promotional-bar .promotional-bar-actions{display:flex;align-items:center;gap:1rem}.promotional-bar .promotional-bar-link{display:flex;align-items:center;gap:.25rem;color:#fff;text-decoration:none;font-weight:500;font-size:1.2rem;padding:.5rem .75rem;border-radius:4px;transition:all .2s ease}.promotional-bar .promotional-bar-link:hover{background:#ffffff1a;color:#fff;text-decoration:none}.promotional-bar .promotional-bar-link i{font-size:1.2rem;transition:transform .2s ease}.promotional-bar .promotional-bar-link:hover i{transform:translate(2px)}.promotional-bar .promotional-bar-close{background:none;border:none;color:#fff;cursor:pointer;padding:.5rem;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.promotional-bar .promotional-bar-close:hover{background:#ffffff1a}.promotional-bar .promotional-bar-close i{font-size:1.4rem}@media (max-width: 640px){.promotional-bar .promotional-bar-content{flex-direction:column;gap:.5rem;padding:.75rem 0}.promotional-bar .promotional-bar-text{text-align:center}.promotional-bar .promotional-bar-actions{gap:.5rem}}.message-toast{position:fixed;left:0;bottom:40px;z-index:9999;transform:translate(-100%);transition:transform .3s ease;max-width:500px;width:100%;padding:0 20px}.message-toast.show{transform:translate(0)}.message-toast .message-toast-content{display:flex;align-items:center;gap:12px;padding:16px 20px;border-radius:12px;box-shadow:0 8px 32px #0000001f;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:relative;overflow:hidden}.message-toast .message-toast-content:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);z-index:-1}.message-toast .message-toast-icon{padding:.4rem;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:1.4rem}.message-toast .message-toast-icon i{color:#fff}.message-toast .message-toast-text{flex:1;font-size:14px;font-weight:500;line-height:1.4;color:#fff;margin:0}.message-toast .message-toast-close{padding:.4rem;display:flex;align-items:center;justify-content:center;background:#fff3;border:none;border-radius:50%;cursor:pointer;transition:all .2s ease;color:#fff}.message-toast .message-toast-close:hover{background:#ffffff4d;transform:scale(1.1)}.message-toast .message-toast-close i{font-size:1.4rem}.message-toast.success .message-toast-content{background:linear-gradient(135deg,#10b981,#059669)}.message-toast.success .message-toast-icon{background:#fff3}.message-toast.error .message-toast-content{background:linear-gradient(135deg,#ef4444,#dc2626)}.message-toast.error .message-toast-icon{background:#fff3}.message-toast.warning .message-toast-content{background:linear-gradient(135deg,#f59e0b,#d97706)}.message-toast.warning .message-toast-icon{background:#fff3}.message-toast.info .message-toast-content{background:linear-gradient(135deg,#3b82f6,#2563eb)}.message-toast.info .message-toast-icon{background:#fff3}.main-header{width:100%;z-index:50}.main-header .top-bar{background:#f5f7fa;border-bottom:1px solid #e2e8f0;color:#4a5568;min-height:38px;font-size:1.4rem}.main-header .top-bar .container{max-width:1240px;margin-left:auto;margin-right:auto;width:100%;display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:0 2.4rem;height:38px}.main-header .top-bar .top-left{display:flex;gap:2.4rem;align-items:center}.main-header .top-bar .top-left .contact-item{display:flex;align-items:center;gap:.6rem}.main-header .top-bar .top-left .contact-item i{color:#1a223e;font-size:1.3rem}.main-header .top-bar .top-left .contact-item a{color:#4a5568;font-size:1.4rem;text-decoration:none;transition:color .2s}.main-header .top-bar .top-left .contact-item a:hover{color:#1a223e;text-decoration:underline}.main-header .top-bar .top-right{display:flex;align-items:center;gap:1.2rem}.main-header .top-bar .top-right .login,.main-header .top-bar .top-right .register{color:#1a223e;font-weight:700;font-size:1.4rem;letter-spacing:.02em;text-decoration:none;transition:color .2s}.main-header .top-bar .top-right .login:hover,.main-header .top-bar .top-right .register:hover{color:#5a89ff}.main-header .top-bar .top-right .profile-dropdown{position:relative;display:flex;align-items:center}.main-header .top-bar .top-right .profile-dropdown .profile-toggle{background:none;border:none;display:flex;align-items:center;gap:.8rem;cursor:pointer;padding:.5rem 1rem;border-radius:8px;transition:all .2s ease}.main-header .top-bar .top-right .profile-dropdown .profile-toggle:hover{background:#1a223e1a}.main-header .top-bar .top-right .profile-dropdown .profile-toggle .user-greeting{color:#4a5568;font-size:1.3rem;font-weight:500}.main-header .top-bar .top-right .profile-dropdown .profile-toggle i{color:#1a223e;font-size:1.2rem;transition:transform .2s ease}.main-header .top-bar .top-right .profile-dropdown .profile-toggle.active i{transform:rotate(180deg)}.main-header .top-bar .top-right .profile-dropdown .profile-menu{position:absolute;top:100%;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 8px 32px #0000001f;min-width:200px;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .2s ease;z-index:1000;margin-top:.5rem}.main-header .top-bar .top-right .profile-dropdown .profile-menu.active{opacity:1;visibility:visible;transform:translateY(0)}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.6rem;color:#212529;text-decoration:none;font-size:1.3rem;font-weight:500;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item:first-child{border-radius:12px 12px 0 0}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item:last-child{border-radius:0 0 12px 12px}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item:hover{background:#1a223e14;color:#1a223e}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item i{font-size:1.4rem;color:#4a5568}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item:hover i{color:#1a223e}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item.logout-btn{color:#e53e3e}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item.logout-btn:hover{background:#e53e3e14;color:#e53e3e}.main-header .top-bar .top-right .profile-dropdown .profile-menu .profile-item.logout-btn i{color:#e53e3e}.main-header .top-bar .top-right span{color:#a0aec0;font-size:1.3rem;margin:0 .5rem}.main-header .navbar{background:#fff;box-shadow:0 2px 8px #1a223e0f}.main-header .navbar .logo-link{display:flex;align-items:center;text-decoration:none;transition:transform .2s ease}.main-header .navbar .logo-link:hover{transform:scale(1.02)}.main-header .navbar .logo-link .app-logo{width:auto;height:35px}.main-header .navbar .container{max-width:1240px;margin-left:auto;margin-right:auto;width:100%;display:flex;justify-content:space-between;align-items:center;padding:2.2rem 2.4rem}.main-header .navbar .container .navbar-lang-switcher{display:flex;align-items:center;margin-left:2.2rem}.main-header .navbar .container .navbar-lang-switcher .lang-switch{display:flex;gap:.8rem}.main-header .navbar .container .navbar-lang-switcher a{display:inline-block;padding:.5rem 1.2rem;border-radius:6px;font-size:1.3rem;font-weight:600;color:#1a223e;background:#f5f7fa;border:1px solid #e2e8f0;transition:all .2s,color .2s,border .2s;text-decoration:none}.main-header .navbar .container .navbar-lang-switcher a.active,.main-header .navbar .container .navbar-lang-switcher a:hover{background:#1a223e;color:#f5f7fa;border:1px solid #1a223e}.main-header .navbar .navigation{display:flex;gap:1.6rem;align-items:center}.main-header .navbar .navigation .nav-link{color:#1a223e;font-size:1.7rem;font-weight:600;letter-spacing:.01em;padding:.6rem 1.2rem;border-radius:8px;background:transparent;transition:all .3s ease;box-shadow:0 0 #0000;position:relative}.main-header .navbar .navigation .nav-link:hover{color:#5a89ff;background:transparent;box-shadow:none}.main-header .navbar .navigation .nav-link.active{background:transparent;box-shadow:none}.main-header .navbar .navigation .nav-link.active:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80%;height:2px;background:#5a89ff;border-radius:2px}.main-header .navbar .mobile-toggle{display:none;align-items:center;background:none;border:none;color:#1a223e;cursor:pointer;font-size:2.2rem}.main-header .mobile-menu{position:fixed;display:none;top:0;right:0;bottom:0;width:100vw;max-width:480px;height:100vh;background:#fff;z-index:99999;flex-direction:column;box-shadow:-2px 0 16px #1a223e14;transform:translate(100%);transition:transform .35s ease-in-out;pointer-events:none}.main-header .mobile-menu.active{transform:translate(0);pointer-events:auto}.main-header .mobile-menu .mobile-header{display:flex;justify-content:space-between;align-items:center;padding:1.6rem 2rem;border-bottom:1px solid #e2e8f0}.main-header .mobile-menu .mobile-header .logo-link{display:flex;align-items:center;text-decoration:none;transition:transform .2s ease}.main-header .mobile-menu .mobile-header .logo-link:hover{transform:scale(1.02)}.main-header .mobile-menu .mobile-header .logo-link .app-logo{width:auto;height:35px}.main-header .mobile-menu .mobile-close{background:none;border:none;color:#1a223e;font-size:2.2rem;cursor:pointer}.main-header .mobile-menu .mobile-links{display:flex;flex-direction:column;gap:1rem;padding:2rem}.main-header .mobile-menu .mobile-links .nav-link{color:#1a223e;font-size:1.6rem;font-weight:600;padding:.6rem 0;border-bottom:1px solid #f5f7fa;transition:all .3s ease;position:relative}.main-header .mobile-menu .mobile-links .nav-link:hover{color:#5a89ff}.main-header .mobile-menu .mobile-links .nav-link.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#5a89ff;border-radius:2px}.main-header .mobile-menu .mobile-auth{display:flex;flex-direction:column;gap:1rem;padding:0 2rem}.main-header .mobile-menu .mobile-auth .login,.main-header .mobile-menu .mobile-auth .register{color:#1a223e;font-weight:600;font-size:1.4rem;letter-spacing:.02em;transition:color .2s}.main-header .mobile-menu .mobile-auth .login:hover,.main-header .mobile-menu .mobile-auth .register:hover{color:#5a89ff}.main-header .mobile-menu .mobile-auth .mobile-profile-section{display:flex;flex-direction:column;gap:1rem;padding:1rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-header{text-align:center;padding:0 1rem}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-header .user-greeting{color:#4a5568;font-size:1.4rem;font-weight:500}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-links{display:flex;flex-direction:column;gap:.5rem}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-links .mobile-profile-item{display:flex;align-items:center;gap:1rem;padding:1.2rem 1.6rem;color:#212529;text-decoration:none;font-size:1.3rem;font-weight:500;transition:all .2s ease;border:none;background:none;width:100%;text-align:left;cursor:pointer}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-links .mobile-profile-item:hover{background:#1a223e14;color:#1a223e}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-links .mobile-profile-item i{font-size:1.4rem;color:#4a5568}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-links .mobile-profile-item:hover i{color:#1a223e}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-links .mobile-profile-item.logout-btn{color:#e53e3e}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-links .mobile-profile-item.logout-btn:hover{background:#e53e3e14;color:#e53e3e}.main-header .mobile-menu .mobile-auth .mobile-profile-section .mobile-profile-links .mobile-profile-item.logout-btn i{color:#e53e3e}.main-header .mobile-menu .mobile-contact{margin-top:2rem;padding:0 2rem;border-top:1px solid #e2e8f0}.main-header .mobile-menu .mobile-contact .contact-item{display:flex;align-items:center;gap:.4rem;margin-top:1rem}.main-header .mobile-menu .mobile-contact .contact-item i{color:#1a223e;font-size:1.2rem}.main-header .mobile-menu .mobile-contact .contact-item a{color:#4a5568;font-size:1.3rem;transition:color .2s}.main-header .mobile-menu .mobile-contact .contact-item a:hover{color:#1a223e;text-decoration:underline}.main-header .mobile-menu .mobile-lang-switcher{display:flex;justify-content:center;align-items:center;gap:1.2rem;margin:2rem 0 1.2rem;padding:.5rem 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0}.main-header .mobile-menu .mobile-lang-switcher .lang-switch{display:flex;gap:.8rem}.main-header .mobile-menu .mobile-lang-switcher a{display:inline-block;padding:.7rem 1.6rem;border-radius:6px;font-size:1.4rem;font-weight:600;color:#1a223e;background:#f5f7fa;border:1px solid #e2e8f0;transition:background .2s,color .2s,border .2s;text-decoration:none}.main-header .mobile-menu .mobile-lang-switcher a.active,.main-header .mobile-menu .mobile-lang-switcher a:hover{background:#1a223e;color:#f5f7fa;border:1px solid #1a223e}.main-header .mobile-menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#1a223e2e;z-index:99;display:none;transition:opacity .35s ease-in-out}.main-header .mobile-menu-overlay.active{display:block}@media (max-width: 1080px){.main-header .top-bar,.main-header .navbar .navigation{display:none}.main-header .navbar .mobile-toggle{display:flex}.main-header .navbar .navbar-lang-switcher{display:none!important}.main-header .mobile-menu{display:flex}}.footer{background:#f5f7fa;color:#4a5568;font-size:1.5rem;width:100%;border-top:1px solid #e2e8f0}.footer .footer-container{max-width:1240px;margin-left:auto;margin-right:auto;width:100%;padding:3.2rem 2.4rem 1.6rem}.footer .footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:3.2rem;padding-bottom:2.4rem;border-bottom:1px solid #e2e8f0}.footer .footer-logo-contact{display:flex;flex-direction:column;gap:1.6rem;min-width:120px}.footer .footer-logo-contact .app-logo{width:auto;height:35px}.footer .footer-logo-contact .footer-contact{display:flex;flex-direction:column;gap:.8rem}.footer .footer-logo-contact .footer-contact .contact-item{display:flex;align-items:center;gap:.6rem}.footer .footer-logo-contact .footer-contact .contact-item i{color:#1a223e;font-size:1.4rem}.footer .footer-logo-contact .footer-contact .contact-item a{color:#4a5568;text-decoration:none;font-size:1.4rem;transition:color .2s}.footer .footer-logo-contact .footer-contact .contact-item a:hover{color:#1a223e;text-decoration:underline}.footer .footer-menus{display:flex;flex-direction:row;gap:4rem;align-items:flex-start}.footer .footer-menus .footer-menu{display:flex;flex-direction:column;gap:.6rem;min-width:120px}.footer .footer-menus .footer-menu .footer-menu-title{font-weight:700;color:#1a223e;margin-bottom:.6rem;font-size:1.6rem}.footer .footer-menus .footer-menu a{color:#4a5568;text-decoration:none;font-size:1.4rem;transition:all .3s ease;padding:.2rem 0;border-radius:4px;display:inline-block;width:fit-content}.footer .footer-menus .footer-menu a:hover{color:#5a89ff;transform:translate(4px)}.footer .footer-socials{display:flex;gap:1.2rem;align-items:center}.footer .footer-socials .footer-social{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#b8c6db;color:#1a223e;font-size:1.8rem;transition:all .2s,color .2s;text-decoration:none}.footer .footer-socials .footer-social:hover{background:#1a223e;color:#f5f7fa}.footer .footer-bottom{display:flex;justify-content:center;align-items:center;padding-top:1.6rem;font-size:1.3rem;color:#a0aec0}@media (max-width: 900px){.footer .footer-top{flex-direction:column;align-items:flex-start;gap:2.4rem}.footer .footer-menus{flex-direction:column;gap:2.4rem}}.page-expander{flex-grow:1;min-height:1px}body{background-color:#f5f7fa;display:flex;flex-direction:column;align-items:center;overflow-x:hidden}.home-page{width:100%;display:flex;flex-direction:column;flex:1;position:relative}.home-page .content{width:100%;min-height:100dvh;display:flex;flex-direction:column}.home-page .main{position:relative;width:100%;display:flex;flex-direction:column;align-items:center}.home-page .hero{max-width:1240px;margin-left:auto;margin-right:auto;width:100%;padding:140px 20px;text-align:center;display:flex;flex-direction:column;align-items:center;gap:30px;position:relative;overflow:hidden}.home-page .hero .hero-shapes{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.home-page .hero .hero-shapes .shape{position:absolute;border-radius:20px;background:#1a223e07;animation:float 6s ease-in-out infinite}.home-page .hero .hero-shapes .shape.shape-1{width:80px;height:80px;top:10%;left:10%;animation-delay:0s}@media (max-width: 640px){.home-page .hero .hero-shapes .shape.shape-1{width:60px;height:60px;top:5%;left:5%}}.home-page .hero .hero-shapes .shape.shape-2{width:60px;height:60px;top:20%;right:15%;animation-delay:1s}@media (max-width: 640px){.home-page .hero .hero-shapes .shape.shape-2{width:40px;height:40px;top:15%;right:10%}}.home-page .hero .hero-shapes .shape.shape-3{width:100px;height:100px;bottom:20%;left:20%;animation-delay:2s}@media (max-width: 640px){.home-page .hero .hero-shapes .shape.shape-3{width:70px;height:70px;bottom:15%;left:10%}}.home-page .hero .hero-shapes .shape.shape-4{width:70px;height:70px;bottom:30%;right:10%;animation-delay:3s}@media (max-width: 640px){.home-page .hero .hero-shapes .shape.shape-4{width:50px;height:50px;bottom:25%;right:5%}}.home-page .hero .hero-shapes .shape.shape-5{width:50px;height:50px;top:50%;left:5%;animation-delay:4s}@media (max-width: 640px){.home-page .hero .hero-shapes .shape.shape-5{width:35px;height:35px;top:40%;left:2%}}.home-page .hero .hero-shapes .shape.shape-6{width:90px;height:90px;top:60%;right:5%;animation-delay:5s}@media (max-width: 640px){.home-page .hero .hero-shapes .shape.shape-6{width:60px;height:60px;top:50%;right:2%}}@keyframes float{0%,to{transform:translateY(0) rotate(0)}33%{transform:translateY(-20px) rotate(120deg)}66%{transform:translateY(10px) rotate(240deg)}}.home-page .hero .hero-title{font-size:3.5rem;font-weight:700;color:#212529;line-height:1.2;margin:0;position:relative;z-index:2}@media (max-width: 640px){.home-page .hero .hero-title{font-size:3rem}}.home-page .hero .hero-desc{font-size:1.4rem;color:#4a5568;line-height:1.6;max-width:600px;margin:0;position:relative;z-index:2}@media (max-width: 640px){.home-page .hero .hero-desc{font-size:1.3rem}}.home-page .hero .country-form{display:flex;gap:15px;align-items:center;justify-content:center;flex-wrap:wrap;margin-top:20px;position:relative;z-index:2}.home-page .hero .country-form .input-wrapper{position:relative;min-width:200px}.home-page .hero .country-form .input-wrapper .country-input{width:100%;padding:12px 16px;border:2px solid #e2e8f0;border-radius:8px;background-color:#e6ebf5;color:#212529;font-size:1.2rem;transition:all .3s ease}.home-page .hero .country-form .input-wrapper .country-input:focus{outline:none;border-color:#5a89ff;box-shadow:0 0 0 3px #5a89ff1a}.home-page .hero .country-form .input-wrapper .country-input:hover{border-color:#5a89ff}.home-page .hero .country-form .input-wrapper .country-input.error{border-color:#e53e3e;box-shadow:0 0 0 3px #e53e3e1a}.home-page .hero .country-form .input-wrapper .error-message{color:#e53e3e;font-size:.9rem;margin-top:.5rem;text-align:left}.home-page .hero .country-form .process-btn{border-radius:8px;font-weight:500;font-size:1.2rem;border:none;cursor:pointer;transition:all .2s ease;display:inline-flex;justify-content:center;align-items:center;gap:.5rem;background:linear-gradient(135deg,#1a223e,#5a89ff);color:#fff;padding:14px 32px}.home-page .hero .country-form .process-btn i{font-size:1.3rem;font-weight:600}.home-page .hero .country-form .process-btn:hover{background:linear-gradient(135deg,#293662,#2765ff)}.home-page .hero .country-form .process-btn:hover i{transform:scale(1.1)}@media (max-width: 640px){.home-page .hero{padding:140px 16px;font-size:1rem}.home-page .hero .country-form .input-wrapper,.home-page .hero .country-form .process-btn{width:100%}}.home-page .hero .scroll-arrow{position:absolute;bottom:40px;left:50%;transform:translate(-50%);color:#475daa;font-size:2rem;font-weight:600;animation:bounce 2s infinite;cursor:pointer;z-index:2;transition:all .2s ease}.home-page .hero .scroll-arrow:hover{color:#5a89ff;transform:translate(-50%) scale(1.1)}.home-page .featured-destinations{width:100%;padding:60px 20px;background:linear-gradient(135deg,#fff,#1a223e05)}.home-page .featured-destinations .destinations-container{max-width:1240px;margin-left:auto;margin-right:auto;width:100%}.home-page .featured-destinations .destinations-container .section-header{text-align:center;margin-bottom:64px}.home-page .featured-destinations .destinations-container .section-header h2{font-size:3rem;font-weight:700;color:#212529;margin-bottom:16px}@media (max-width: 640px){.home-page .featured-destinations .destinations-container .section-header h2{font-size:2.5rem}}.home-page .featured-destinations .destinations-container .section-header p{font-size:1.4rem;color:#4a5568;line-height:1.6;max-width:600px;margin:0 auto}@media (max-width: 640px){.home-page .featured-destinations .destinations-container .section-header p{font-size:1.3rem}}.home-page .featured-destinations .destinations-container .destinations-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px;margin-bottom:48px}@media (max-width: 640px){.home-page .featured-destinations .destinations-container .destinations-grid{grid-template-columns:1fr;gap:24px}}.home-page .featured-destinations .destinations-container .destinations-grid .destination-card-link{text-decoration:none;color:inherit;display:block;transition:all .3s ease}.home-page .featured-destinations .destinations-container .destinations-grid .destination-card-link:hover{transform:translateY(-5px)}.home-page .featured-destinations .destinations-container .destinations-grid .destination-card-link:hover .destination-card{box-shadow:0 12px 40px #00000026}.home-page .featured-destinations .destinations-container .destinations-grid .destination-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(26,34,62,.1);transition:all .3s ease}.home-page .featured-destinations .destinations-container .destinations-grid .destination-card .destination-image{position:relative;height:200px;overflow:hidden}.home-page .featured-destinations .destinations-container .destinations-grid .destination-card .destination-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.home-page .featured-destinations .destinations-container .destinations-grid .destination-card .destination-image .destination-overlay{position:absolute;top:16px;right:16px}.home-page .featured-destinations .destinations-container .destinations-grid .destination-card .destination-image .destination-overlay .destination-tag{background:#1a223ee6;color:#fff;padding:8px 16px;border-radius:20px;font-size:.9rem;font-weight:600}.home-page .featured-destinations .destinations-container .destinations-grid .destination-card .destination-content{padding:24px}.home-page .featured-destinations .destinations-container .destinations-grid .destination-card .destination-content h3{font-size:1.4rem;font-weight:600;color:#212529;margin-bottom:13px}.home-page .featured-destinations .destinations-container .destinations-grid .destination-card .destination-content p{font-size:1.2rem;color:#4a5568;line-height:1.6;margin-bottom:16px}.home-page .featured-destinations .destinations-container .destinations-grid .destination-card .destination-content .destination-meta{display:flex;align-items:center;gap:16px}.home-page .featured-destinations .destinations-container .destinations-grid .destination-card .destination-content .destination-meta .rating{display:flex;align-items:center;gap:5px;color:#1a223e;font-weight:600;font-size:1.2rem}.home-page .featured-destinations .destinations-container .destinations-grid .destination-card .destination-content .destination-meta .rating i{color:gold}.home-page .featured-destinations .destinations-container .destinations-grid .destination-card .destination-content .destination-meta .reviews{color:#4a5568;font-size:1.2rem}.home-page .featured-destinations .destinations-container .section-actions{text-align:center}@media (max-width: 640px){.home-page .featured-destinations .destinations-container .section-actions{text-align:left}}.home-page .featured-destinations .destinations-container .section-actions .btn-primary{background:linear-gradient(135deg,#1a223e,#5a89ff);color:#fff;padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.2rem;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 15px #1a223e4d}.home-page .featured-destinations .destinations-container .section-actions .btn-primary:hover{box-shadow:0 4px 15px #1a223e66}.home-page .featured-destinations .destinations-container .section-actions .btn-primary:hover i{transition:all .2s ease;transform:translate(2px)}@media (max-width: 640px){.home-page .featured-destinations{padding:60px 16px}}.home-page .why-choose-us{width:100%;padding:60px 20px;background:#fff}.home-page .why-choose-us .choose-container{max-width:1240px;margin-left:auto;margin-right:auto;width:100%}.home-page .why-choose-us .choose-container .section-header{text-align:center;margin-bottom:64px}.home-page .why-choose-us .choose-container .section-header h2{font-size:3rem;font-weight:700;color:#212529;margin-bottom:16px}@media (max-width: 640px){.home-page .why-choose-us .choose-container .section-header h2{font-size:2.5rem}}.home-page .why-choose-us .choose-container .section-header p{font-size:1.4rem;color:#4a5568;line-height:1.6;max-width:600px;margin:0 auto}@media (max-width: 640px){.home-page .why-choose-us .choose-container .section-header p{font-size:1.3rem}}.home-page .why-choose-us .choose-container .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}@media (max-width: 640px){.home-page .why-choose-us .choose-container .features-grid{grid-template-columns:1fr;gap:24px}}.home-page .why-choose-us .choose-container .features-grid .feature-card{background:#fff;padding:40px;border-radius:20px;border:2px solid rgba(26,34,62,.08);display:flex;align-items:center;gap:32px;box-shadow:0 4px 20px #0000000f;position:relative;overflow:hidden;min-height:150px}.home-page .why-choose-us .choose-container .features-grid .feature-card:before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background:#8dadff}.home-page .why-choose-us .choose-container .features-grid .feature-card .feature-icon{background:linear-gradient(135deg,#1a223e,#5a89ff);color:#fff;width:70px;height:70px;border-radius:16px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.home-page .why-choose-us .choose-container .features-grid .feature-card .feature-icon i{font-size:2.2rem}.home-page .why-choose-us .choose-container .features-grid .feature-card .feature-content{flex:1}.home-page .why-choose-us .choose-container .features-grid .feature-card .feature-content h3{font-size:1.4rem;font-weight:700;color:#212529;margin-bottom:16px;line-height:1.3}.home-page .why-choose-us .choose-container .features-grid .feature-card .feature-content p{font-size:1.2rem;color:#4a5568;line-height:1.7;font-weight:400}@media (max-width: 640px){.home-page .why-choose-us .choose-container .features-grid .feature-card{flex-direction:column;padding:20px}.home-page .why-choose-us .choose-container .features-grid .feature-card .feature-content{text-align:center}}@media (max-width: 640px){.home-page .why-choose-us{padding:60px 16px}}.home-page .discover-more{width:100%;padding:20px;background:linear-gradient(135deg,#fff,#1a223e08)}.home-page .discover-more .discover-container{max-width:1240px;margin-left:auto;margin-right:auto;width:100%}.home-page .discover-more .discover-container .discover-content{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media (max-width: 640px){.home-page .discover-more .discover-container .discover-content{grid-template-columns:1fr;gap:48px}}.home-page .discover-more .discover-container .discover-content .discover-text h2{font-size:3rem;font-weight:700;color:#212529;margin-bottom:24px;line-height:1.2}@media (max-width: 640px){.home-page .discover-more .discover-container .discover-content .discover-text h2{font-size:2.5rem;text-align:center}}.home-page .discover-more .discover-container .discover-content .discover-text p{font-size:1.4rem;color:#4a5568;line-height:1.7;margin-bottom:32px}@media (max-width: 640px){.home-page .discover-more .discover-container .discover-content .discover-text p{text-align:left;font-size:1.3rem}}.home-page .discover-more .discover-container .discover-content .discover-text .discover-features{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.home-page .discover-more .discover-container .discover-content .discover-text .discover-features .feature-item{display:flex;align-items:center;gap:16px;font-size:1.2rem;color:#212529}.home-page .discover-more .discover-container .discover-content .discover-text .discover-features .feature-item i{color:#5a89ff;font-size:1.4rem;background:#5a89ff1a;padding:.5rem;border-radius:50%;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center}.home-page .discover-more .discover-container .discover-content .discover-text .discover-btn{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#1a223e,#5a89ff);color:#fff;padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.2rem;transition:all .3s ease;box-shadow:0 4px 15px #1a223e4d}.home-page .discover-more .discover-container .discover-content .discover-text .discover-btn:hover{box-shadow:0 6px 20px #1a223e66}.home-page .discover-more .discover-container .discover-content .discover-text .discover-btn:hover i{transform:translate(3px)}.home-page .discover-more .discover-container .discover-content .discover-text .discover-btn i{transition:transform .3s ease}.home-page .discover-more .discover-container .discover-content .discover-illustration{display:flex;justify-content:center;align-items:center;padding:40px}.home-page .discover-more .discover-container .discover-content .discover-illustration img{max-width:100%;height:auto;border-radius:20px;transition:transform .3s ease}.home-page .discover-more .discover-container .discover-content .discover-illustration img:hover{transform:scale(1.02)}@media (max-width: 640px){.home-page .discover-more{padding:20px 16px}}.home-page .home-faq{width:100%;padding:60px 20px;background:#fff}.home-page .home-faq .container{max-width:1240px;margin-left:auto;margin-right:auto;width:100%}.home-page .home-faq .container h2{font-size:3rem;font-weight:700;color:#212529;margin-bottom:24px;text-align:center}@media (max-width: 640px){.home-page .home-faq .container h2{font-size:2.5rem}}.home-page .home-faq .container .faq-list{display:flex;flex-direction:column;gap:12px}.home-page .home-faq .container .faq-list details{background:#fff;border:1px solid rgba(26,34,62,.12);border-radius:14px;padding:0;overflow:hidden;box-shadow:0 4px 18px #0000000d;transition:border-color .2s ease,box-shadow .2s ease}.home-page .home-faq .container .faq-list details[open]{border-color:#5a89ff4d;box-shadow:0 6px 22px #00000012}.home-page .home-faq .container .faq-list details summary{cursor:pointer;list-style:none;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;font-weight:600;color:#212529;position:relative;font-size:1.2rem}.home-page .home-faq .container .faq-list details summary::-webkit-details-marker{display:none}.home-page .home-faq .container .faq-list details summary:after{content:"+";color:#5a89ff;font-weight:700;font-size:1.2rem;transition:transform .2s ease}.home-page .home-faq .container .faq-list details[open] summary:after{content:"–"}.home-page .home-faq .container .faq-list details .answer{padding:16px 20px;color:#4a5568;font-size:1.2rem;line-height:1.7;border-top:1px solid rgba(26,34,62,.08);background:#e6ebf5}@media (max-width: 640px){.home-page .home-faq{padding:40px 16px}}.home-page .testimonials{width:100%;padding:60px 20px;background:linear-gradient(135deg,#1a223e05,#fff)}.home-page .testimonials .testimonials-container{max-width:1240px;margin-left:auto;margin-right:auto;width:100%}.home-page .testimonials .testimonials-container .section-header{text-align:center;margin-bottom:64px}.home-page .testimonials .testimonials-container .section-header h2{font-size:3rem;font-weight:700;color:#212529;margin-bottom:16px}@media (max-width: 640px){.home-page .testimonials .testimonials-container .section-header h2{font-size:2.5rem}}.home-page .testimonials .testimonials-container .section-header p{font-size:1.4rem;color:#4a5568;line-height:1.6;max-width:600px;margin:0 auto}@media (max-width: 640px){.home-page .testimonials .testimonials-container .section-header p{font-size:1.3rem}}.home-page .testimonials .testimonials-container .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:32px}@media (max-width: 640px){.home-page .testimonials .testimonials-container .testimonials-grid{grid-template-columns:1fr;gap:24px}}.home-page .testimonials .testimonials-container .testimonials-grid .testimonial-card{background:#fff;padding:32px;border-radius:20px;box-shadow:0 8px 32px #0000001a;border:1px solid rgba(26,34,62,.1);display:flex;flex-direction:column;justify-content:space-between}.home-page .testimonials .testimonials-container .testimonials-grid .testimonial-card .testimonial-content{margin-bottom:24px}.home-page .testimonials .testimonials-container .testimonials-grid .testimonial-card .testimonial-content .quote-icon{color:#1a223e;font-size:2rem;margin-bottom:16px}.home-page .testimonials .testimonials-container .testimonials-grid .testimonial-card .testimonial-content p{font-size:1.2rem;color:#4a5568;line-height:1.6;font-style:italic}.home-page .testimonials .testimonials-container .testimonials-grid .testimonial-card .testimonial-author{display:flex;align-items:center;gap:16px}.home-page .testimonials .testimonials-container .testimonials-grid .testimonial-card .testimonial-author .author-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden;flex-shrink:0}.home-page .testimonials .testimonials-container .testimonials-grid .testimonial-card .testimonial-author .author-avatar img{width:100%;height:100%;object-fit:cover}.home-page .testimonials .testimonials-container .testimonials-grid .testimonial-card .testimonial-author .author-info{flex:1}.home-page .testimonials .testimonials-container .testimonials-grid .testimonial-card .testimonial-author .author-info h4{font-size:1.1rem;font-weight:600;color:#212529;margin-bottom:3px}.home-page .testimonials .testimonials-container .testimonials-grid .testimonial-card .testimonial-author .author-info span{font-size:.9rem;color:#4a5568;display:block;margin-bottom:8px}.home-page .testimonials .testimonials-container .testimonials-grid .testimonial-card .testimonial-author .author-info .rating{display:flex;gap:3px}.home-page .testimonials .testimonials-container .testimonials-grid .testimonial-card .testimonial-author .author-info .rating i{color:gold;font-size:.9rem}@media (max-width: 640px){.home-page .testimonials{padding:60px 16px}}.home-page .cta-section{width:100%;padding:60px 20px;background:linear-gradient(135deg,#1a223e,#5a89ff);position:relative;overflow:hidden}.home-page .cta-section .cta-container{max-width:1240px;margin-left:auto;margin-right:auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}@media (max-width: 640px){.home-page .cta-section .cta-container{grid-template-columns:1fr;gap:32px;padding:0 16px}}.home-page .cta-section .cta-container .cta-content{color:#fff}.home-page .cta-section .cta-container .cta-content h2{font-size:3rem;font-weight:700;margin-bottom:24px}@media (max-width: 640px){.home-page .cta-section .cta-container .cta-content h2{font-size:2.5rem}}.home-page .cta-section .cta-container .cta-content p{font-size:1.4rem;line-height:1.6;margin-bottom:32px;opacity:.9}@media (max-width: 640px){.home-page .cta-section .cta-container .cta-content p{font-size:1.3rem}}.home-page .cta-section .cta-container .cta-content .cta-actions{display:flex;gap:16px;flex-wrap:wrap}@media (max-width: 640px){.home-page .cta-section .cta-container .cta-content .cta-actions{flex-direction:column}}.home-page .cta-section .cta-container .cta-content .cta-actions .btn-primary{background:#fff;color:#1a223e;padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.2rem;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease}.home-page .cta-section .cta-container .cta-content .cta-actions .btn-primary:hover{box-shadow:0 4px 15px #0003}.home-page .cta-section .cta-container .cta-content .cta-actions .btn-primary:hover i{transition:all .2s ease;transform:translate(2px)}.home-page .cta-section .cta-container .cta-content .cta-actions .btn-secondary{background:transparent;color:#fff;padding:16px 32px;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.2rem;display:inline-flex;align-items:center;gap:8px;border:1px solid white;transition:all .3s ease}.home-page .cta-section .cta-container .cta-content .cta-actions .btn-secondary:hover{background:#fff;color:#1a223e}.home-page .cta-section .cta-container .cta-visual{position:relative;height:300px}@media (max-width: 640px){.home-page .cta-section .cta-container .cta-visual{height:200px}}.home-page .cta-section .cta-container .cta-visual .cta-shapes{position:relative;width:100%;height:100%}.home-page .cta-section .cta-container .cta-visual .cta-shapes .shape{position:absolute;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);animation:ctaFloat 6s ease-in-out infinite}.home-page .cta-section .cta-container .cta-visual .cta-shapes .shape.shape-1{width:80px;height:80px;border-radius:50%;top:20%;left:20%;animation-delay:0s}.home-page .cta-section .cta-container .cta-visual .cta-shapes .shape.shape-2{width:60px;height:60px;border-radius:8px;top:60%;right:30%;animation-delay:2s}.home-page .cta-section .cta-container .cta-visual .cta-shapes .shape.shape-3{width:40px;height:40px;border-radius:50%;bottom:20%;left:40%;animation-delay:4s}@keyframes ctaFloat{0%,to{transform:translateY(0) rotate(0);opacity:.7}50%{transform:translateY(-20px) rotate(5deg);opacity:1}}@media (max-width: 640px){.home-page .cta-section{padding:60px 16px}}
