.landing-page{width:100%;overflow-x:hidden}.landing-nav{position:fixed;top:0;left:0;right:0;background:linear-gradient(135deg,#1e3c72,#2a5298);box-shadow:0 2px 10px #0000001a;z-index:1000;padding:1rem 0}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{height:50px;width:auto}.nav-buttons{display:flex;gap:1rem}.btn-login{background:#fff;color:#1e3c72;border:none;padding:.75rem 2rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:1rem}.btn-login:hover{transform:translateY(-2px);box-shadow:0 4px 12px #ffffff4d}.hero-section{margin-top:90px;background:linear-gradient(135deg,#1e3c72,#2a5298,#3b6ec8);color:#fff;padding:6rem 2rem;text-align:center;position:relative;overflow:hidden}.hero-section:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.3}.hero-content{max-width:900px;margin:0 auto;position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:800;margin-bottom:1.5rem;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.highlight{color:#00d4ff;text-shadow:0 0 20px rgba(0,212,255,.5)}.hero-subtitle{font-size:1.25rem;margin-bottom:2.5rem;opacity:.95;line-height:1.6;max-width:700px;margin-left:auto;margin-right:auto}.hero-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-primary-large,.btn-secondary-large{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.btn-primary-large{background:linear-gradient(135deg,#00d4ff,#09c);color:#fff;box-shadow:0 4px 15px #00d4ff66}.btn-primary-large:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00d4ff99}.btn-secondary-large{background:#ffffff1a;color:#fff;border:2px solid white;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.btn-secondary-large:hover{background:#fff3;transform:translateY(-3px)}.carousel-section{padding:4rem 2rem;background:#f8f9fa}.carousel-container{max-width:1200px;margin:0 auto;position:relative}.carousel-wrapper{position:relative;width:100%;height:500px;overflow:hidden;border-radius:16px;box-shadow:0 10px 40px #00000026}.carousel-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease-in-out;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.carousel-slide.active{opacity:1}.carousel-image{max-width:100%;max-height:100%;object-fit:contain}.carousel-caption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);color:#fff;padding:2rem;text-align:center}.carousel-caption h3{font-size:2rem;margin-bottom:.5rem}.carousel-caption p{font-size:1.1rem;opacity:.9}.carousel-indicators{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.indicator{width:12px;height:12px;border-radius:50%;border:none;background:#cbd5e0;cursor:pointer;transition:all .3s ease;padding:0}.indicator.active{background:#2a5298;width:32px;border-radius:6px}.features-section,.how-it-works-section{padding:5rem 2rem;background:#fff}.section-container{max-width:1200px;margin:0 auto}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:1rem;color:#1e3c72}.section-subtitle{text-align:center;font-size:1.2rem;color:#64748b;margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:3rem}.feature-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;text-align:center;border:1px solid #e2e8f0}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px #1e3c7226}.feature-icon{font-size:3.5rem;margin-bottom:1.5rem}.feature-title{font-size:1.4rem;font-weight:600;margin-bottom:1rem;color:#1e3c72}.feature-description{color:#64748b;line-height:1.6}.steps-container{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap;margin-top:3rem}.step{flex:1;min-width:250px;max-width:300px;text-align:center;padding:2rem;background:#f8f9fa;border-radius:12px}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.step h3{font-size:1.5rem;margin-bottom:1rem;color:#1e3c72}.step p{color:#64748b;line-height:1.6}.step-arrow{font-size:2rem;color:#cbd5e0;font-weight:700}.cta-section{background:linear-gradient(135deg,#1e3c72,#2a5298);color:#fff;padding:5rem 2rem;text-align:center}.cta-content h2{font-size:2.5rem;margin-bottom:1rem}.cta-content p{font-size:1.3rem;margin-bottom:2rem;opacity:.9}.btn-cta{background:#fff;color:#1e3c72;padding:1.2rem 3rem;font-size:1.2rem;font-weight:700;border:none;border-radius:12px;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:1px}.btn-cta:hover{transform:translateY(-3px);box-shadow:0 10px 30px #ffffff4d}.landing-footer{background:#1a202c;color:#fff;padding:3rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem}.footer-section h4{margin-bottom:1rem;font-size:1.2rem}.footer-section ul{list-style:none;padding:0}.footer-section li{margin-bottom:.5rem}.footer-section a,.footer-section button{color:#cbd5e0;text-decoration:none;background:none;border:none;padding:0;cursor:pointer;font-size:1rem;transition:color .3s ease}.footer-section a:hover,.footer-section button:hover{color:#00d4ff}.footer-logo{height:60px;margin-bottom:1rem}.footer-tagline{color:#cbd5e0;font-size:.9rem}@media (max-width: 768px){.nav-container{padding:0 1rem}.nav-logo{height:35px}.btn-login{padding:.5rem 1rem;font-size:.9rem}.hero-section{margin-top:75px;padding:3rem 1rem}.hero-title{font-size:2rem;line-height:1.3}.hero-subtitle{font-size:1rem;margin-bottom:2rem}.hero-actions{flex-direction:column;gap:1rem}.btn-primary-large,.btn-secondary-large{width:100%;padding:.875rem 1.5rem;font-size:1rem}.carousel-section{padding:2rem 1rem}.carousel-wrapper{height:250px}.carousel-caption h3{font-size:1.3rem}.carousel-caption p{font-size:.9rem}.features-section,.how-it-works-section{padding:3rem 1rem}.section-title{font-size:1.75rem}.section-subtitle{font-size:1rem;margin-bottom:2rem}.features-grid{grid-template-columns:1fr;gap:1.5rem}.feature-card{padding:1.5rem}.feature-icon{font-size:2.5rem}.feature-title{font-size:1.2rem}.steps-container{gap:1.5rem}.step{min-width:100%;padding:1.5rem}.step h3{font-size:1.3rem}.step-arrow{display:none}.cta-section{padding:3rem 1rem}.cta-content h2{font-size:1.75rem}.cta-content p{font-size:1.1rem}.btn-cta{padding:1rem 2rem;font-size:1rem;width:100%}.footer-container{grid-template-columns:1fr;gap:2rem}}@media (max-width: 480px){.nav-logo{height:30px}.btn-login{padding:.5rem .75rem;font-size:.85rem}.hero-title{font-size:1.6rem}.hero-subtitle{font-size:.95rem}.section-title{font-size:1.5rem}.carousel-wrapper{height:200px}.feature-icon{font-size:2rem}}.sidebar-toggle{position:fixed;top:20px;left:20px;z-index:1001;background:#2196f3;border:none;border-radius:8px;padding:12px 15px;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:all .3s ease;display:none}.sidebar-toggle:hover{background:#1976d2;box-shadow:0 4px 12px #0003}.hamburger{display:flex;flex-direction:column;justify-content:space-between;width:25px;height:20px}.hamburger span{display:block;height:3px;background:#fff;border-radius:3px;transition:all .3s ease}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.sidebar{position:fixed;top:0;left:-400px;width:400px;height:100vh;background:#fff;box-shadow:2px 0 10px #0000001a;transition:left .3s ease;z-index:1000;overflow-y:auto}.sidebar.open{left:0}.sidebar-content{padding:80px 30px 30px}.sidebar-section{margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #e0e0e0}.sidebar-section:last-of-type{border-bottom:none}.sidebar-section h2{color:#2196f3;font-size:1.5rem;margin-bottom:15px;font-weight:600}.sidebar-section h3{color:#1976d2;font-size:1.1rem;margin-top:20px;margin-bottom:10px;font-weight:600}.sidebar-section h4{color:#333;font-size:1rem;margin-top:15px;margin-bottom:8px;font-weight:600}.sidebar-section p{line-height:1.6;color:#555;margin-bottom:15px}.sidebar-section ul{list-style:none;padding-left:0}.sidebar-section ul li{padding:8px 0 8px 20px;position:relative;color:#666}.sidebar-section ul li:before{content:"→";position:absolute;left:0;color:#2196f3;font-weight:700}.cities-list{margin-top:20px}.city-group{margin-bottom:25px;background:#f5f5f5;padding:15px;border-radius:8px}.city-group h4{color:#2196f3;margin-top:0;margin-bottom:10px;font-size:1.1rem}.city-group ul{margin-top:10px}.city-group ul li{padding:5px 0 5px 15px;font-size:.95rem}.city-group ul li:before{content:"•";color:#2196f3}.info-box{background:#e3f2fd;padding:20px;border-radius:8px;margin-top:20px;border-left:4px solid #2196F3}.info-box h4{color:#1976d2;margin-top:0;margin-bottom:10px}.info-box p{color:#333;margin-bottom:0;font-size:.95rem}.sidebar-footer{text-align:center;padding-top:20px;margin-top:20px;border-top:1px solid #e0e0e0}.sidebar-footer p{color:#999;font-size:.85rem;margin:5px 0}.sidebar-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:999;cursor:pointer}@media (max-width: 768px){.sidebar-toggle{display:block}.sidebar{width:100%;left:-100%}.sidebar-content{padding:70px 20px 20px}}@media (max-width: 480px){.sidebar-toggle{top:15px;left:15px;padding:10px 12px}.hamburger{width:22px;height:18px}}.modern-navbar{background:linear-gradient(135deg,#1e3c72,#2a5298);box-shadow:0 2px 12px #00000026;position:sticky;top:0;z-index:100;border-bottom:3px solid #2196F3}.navbar-container{max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;align-items:center}.navbar-brand-centered{display:flex;justify-content:center;padding:1rem 0;text-decoration:none;transition:transform .2s ease}.navbar-brand-centered:hover{transform:scale(1.05)}.navbar-logo-centered{height:60px;width:auto}.navbar-sections{width:100%;display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem}.navbar-menu-left{display:flex;align-items:center;gap:1rem}.navbar-section-btn{display:flex;align-items:center;gap:8px;color:#fff;background:#ffffff1a;border:none;padding:10px 20px;border-radius:8px;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease}.navbar-section-btn:hover{background:#fff3;transform:translateY(-2px)}.navbar-link{display:flex;align-items:center;gap:8px;color:#fff;text-decoration:none;padding:10px 20px;border-radius:8px;font-weight:500;font-size:1rem;transition:all .3s ease;background:#ffffff1a}.navbar-link:hover{background:#fff3;transform:translateY(-2px)}.navbar-link.active{background:#2196f3;box-shadow:0 4px 12px #2196f366}.nav-icon{font-size:1.2rem}.user-menu-container{position:relative}.user-menu-button{display:flex;align-items:center;gap:10px;background:#ffffff26;border:2px solid rgba(255,255,255,.3);color:#fff;padding:10px 18px;border-radius:50px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.user-menu-button:hover{background:#ffffff40;border-color:#ffffff80;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.user-icon{font-size:1.3rem}.user-type{font-weight:600}.dropdown-arrow{font-size:.7rem;transition:transform .3s ease;margin-left:4px}.dropdown-arrow.open{transform:rotate(180deg)}.navbar-overlay,.dropdown-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:98;background:#0000004d}.navbar-section-panel{position:fixed;top:150px;left:50%;transform:translate(-50%);background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000004d;max-width:700px;width:90%;max-height:70vh;overflow-y:auto;z-index:99;animation:panelSlide .3s ease}@keyframes panelSlide{0%{opacity:0;transform:translate(-50%) translateY(-20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.section-panel-content{padding:2rem}.section-panel-content h2{color:#1e3c72;margin-bottom:1rem;font-size:1.8rem;border-bottom:3px solid #2196F3;padding-bottom:.5rem}.section-panel-content h3{color:#2a5298;margin-top:1.5rem;margin-bottom:.75rem;font-size:1.3rem}.section-panel-content p{color:#333;line-height:1.6;margin-bottom:1rem}.section-panel-content ul{list-style:none;padding-left:0}.section-panel-content ul li{color:#333;padding:.5rem 0 .5rem 1.5rem;position:relative}.section-panel-content ul li:before{content:"✓";position:absolute;left:0;color:#2196f3;font-weight:700}.city-group{margin-top:1.5rem}.city-group h3{color:#2a5298;font-size:1.2rem;margin-bottom:.5rem}.city-group ul li:before{content:"📍"}.info-box{background:#e3f2fd;border-left:4px solid #2196F3;padding:1rem;margin-top:1.5rem;border-radius:4px}.info-box h4{color:#1e3c72;margin-bottom:.5rem;font-size:1.1rem}.info-box p{margin:0;color:#555}.user-dropdown{position:absolute;top:calc(100% + 10px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 32px #0003;min-width:280px;overflow:hidden;z-index:99;animation:dropdownSlide .2s ease}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-header{background:linear-gradient(135deg,#1e3c72,#2a5298);padding:20px;color:#fff}.dropdown-user-info{display:flex;align-items:center;gap:12px}.dropdown-icon{font-size:2rem;background:#fff3;padding:10px;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center}.dropdown-label{font-size:.85rem;opacity:.9;margin-bottom:2px}.dropdown-type{font-size:1.1rem;font-weight:600}.dropdown-divider{height:1px;background:#e0e0e0;margin:8px 0}.dropdown-menu{padding:8px}.dropdown-item{display:flex;align-items:center;gap:12px;width:100%;padding:12px 16px;background:none;border:none;color:#333;text-decoration:none;font-size:.95rem;cursor:pointer;border-radius:8px;transition:all .2s ease;text-align:left}.dropdown-item:hover{background:#f5f5f5;color:#2196f3}.dropdown-item-icon{font-size:1.2rem;width:24px;text-align:center}.logout-item{color:#e74c3c;font-weight:500}.logout-item:hover{background:#ffebee;color:#c62828}@media (max-width: 768px){.navbar-container{padding:0 .75rem}.navbar-brand-centered{padding:.75rem 0}.navbar-logo-centered{height:45px}.navbar-sections{padding-bottom:.5rem}.navbar-menu-left{display:none}.user-menu-button{padding:8px 14px;font-size:.9rem}.user-type{display:none}.navbar-section-panel{top:110px;max-width:95%;left:2.5%;right:2.5%}.section-panel-content{padding:1.5rem}.user-dropdown{min-width:220px;right:-10px}}@media (max-width: 480px){.navbar-container{padding:0 .5rem}.navbar-logo-centered{height:38px}.user-menu-button{padding:6px 10px;font-size:.85rem;gap:6px}.user-icon{font-size:1.1rem}.dropdown-arrow{font-size:.7rem}.user-dropdown{min-width:200px;right:-5px}}*{margin:0;padding:0;box-sizing:border-box}body{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;background-color:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.container{max-width:1200px;margin:0 auto;padding:20px}.navbar{background-color:#2c3e50;color:#fff;padding:1rem 2rem;box-shadow:0 2px 4px #0000001a}.navbar-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.navbar h1{margin:0;font-size:1.5rem}.navbar nav{display:flex;gap:1rem}.navbar nav a,.navbar nav button{color:#fff;text-decoration:none;padding:.5rem 1rem;border-radius:4px;background:none;border:none;cursor:pointer;font-size:1rem}.navbar nav a:hover,.navbar nav button:hover{background-color:#ffffff1a}.back-to-home-link:hover{color:#2980b9!important}.card{background:#fff;border-radius:8px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 2px 4px #0000001a}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-group input,.form-group select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem}.form-group input:focus,.form-group select:focus{outline:none;border-color:#3498db}.btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .2s}.btn-primary{background-color:#3498db;color:#fff}.btn-primary:hover{background-color:#2980b9}.btn-secondary{background-color:#95a5a6;color:#fff;margin-left:.5rem}.btn-secondary:hover{background-color:#7f8c8d}.btn-success{background-color:#27ae60;color:#fff}.btn-success:hover{background-color:#229954}.error{color:#e74c3c;margin-bottom:1rem;padding:.75rem;background-color:#fadbd8;border-radius:4px}.success{color:#27ae60;margin-bottom:1rem;padding:.75rem;background-color:#d5f4e6;border-radius:4px}.table{width:100%;border-collapse:collapse}.table th,.table td{padding:1rem;text-align:left;border-bottom:1px solid #ddd}.table th{background-color:#f8f9fa;font-weight:600}.table tr:hover{background-color:#f8f9fa}.badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:500}.badge-primary{background-color:#3498db;color:#fff}.badge-success{background-color:#27ae60;color:#fff}.badge-warning{background-color:#f39c12;color:#fff}.tabs{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #ddd}.tab{padding:1rem 1.5rem;background:none;border:none;cursor:pointer;font-size:1rem;color:#666;border-bottom:2px solid transparent;margin-bottom:-2px}.tab.active{color:#3498db;border-bottom-color:#3498db;font-weight:500}.tab:hover{color:#3498db}.loading{text-align:center;padding:2rem;color:#666}.empty-state{text-align:center;padding:3rem;color:#999}
