@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.login-container{display:flex;background:#fff;border-radius:16px;overflow:hidden;max-width:900px;width:100%;max-height:90vh;box-shadow:0 20px 60px #0000004d}.login-steps-side{position:relative;width:400px;background:url(https://images.unsplash.com/photo-1609619385002-f40f1df9b7eb?w=600&h=700&fit=crop) center/cover;padding:40px;display:flex;flex-direction:column;justify-content:center}.steps-overlay{position:absolute;inset:0;background:linear-gradient(135deg,#1e1b4bd9,#312e81d9)}.steps-content{position:relative;z-index:1;color:#fff}.steps-content h2{font-size:1.5rem;font-weight:600;margin-bottom:32px}.login-steps{display:flex;flex-direction:column;gap:24px}.login-step{display:flex;align-items:flex-start;gap:12px}.step-number{width:28px;height:28px;border-radius:50%;background:#64748b;display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;flex-shrink:0}.login-step.active .step-number,.login-step.completed .step-number{background:#10b981}.step-text{font-size:.95rem;line-height:1.5;opacity:.9}.steps-dots{position:relative;z-index:1;display:flex;justify-content:center;gap:8px;margin-top:40px}.steps-dots .dot{width:24px;height:4px;border-radius:2px;background:#ffffff4d}.steps-dots .dot.active{background:#fff}.login-form-side{flex:1;padding:40px;position:relative;display:flex;flex-direction:column;align-items:center}.modal-close-btn{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:#64748b;padding:4px;border-radius:8px;transition:all .2s}.modal-close-btn:hover{background:#f1f5f9;color:#1e1b4b}.login-logo{margin-bottom:24px}.logo-dots{display:flex;gap:4px}.logo-dots span{width:12px;height:12px;border-radius:50%}.dot-orange{background:#f97316}.dot-purple{background:#8b5cf6}.dot-yellow{background:#fbbf24}.login-title{font-size:1.5rem;font-weight:600;color:#1e1b4b;margin-bottom:8px;text-align:center}.login-subtitle{color:#64748b;margin-bottom:32px;text-align:center}.form-group{width:100%;max-width:320px;margin-bottom:20px}.input-field{position:relative;display:flex;align-items:center}.field-icon{position:absolute;left:14px;color:#9ca3af}.input-field input{width:100%;padding:14px 14px 14px 48px;border:1px solid #e2e8f0;border-radius:8px;font-size:1rem;color:#1f2937;transition:all .2s}.input-field input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.error-text{display:block;color:#ef4444;font-size:.85rem;margin-top:8px}.error-text.center{text-align:center;margin-bottom:16px}.continue-btn,.verify-btn{width:100%;max-width:320px;padding:14px;background:#1e1b4b;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:16px}.continue-btn:hover,.verify-btn:hover{background:#312e81}.switch-method-btn{background:none;border:none;color:#6366f1;font-size:.95rem;font-weight:500;cursor:pointer;transition:color .2s}.switch-method-btn:hover{color:#4f46e5;text-decoration:underline}.otp-sent-to{color:#1e1b4b;margin-bottom:24px;text-align:center}.otp-sent-to span{font-weight:500}.change-btn{background:none;border:none;color:#6366f1;font-weight:500;cursor:pointer;margin-left:8px}.change-btn:hover{text-decoration:underline}.otp-inputs{display:flex;gap:10px;margin-bottom:20px}.otp-input{width:48px;height:52px;border:1px solid #e2e8f0;border-radius:8px;text-align:center;font-size:1.25rem;font-weight:600;color:#1e1b4b;transition:all .2s}.otp-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.resend-text{color:#64748b;font-size:.9rem;margin-bottom:12px}.countdown{color:#f97316;font-weight:500}.resend-btn{background:none;border:none;color:#6366f1;font-weight:500;cursor:pointer}.resend-btn:hover{text-decoration:underline}.spam-notice{color:#64748b;font-size:.8rem;text-align:center;margin-bottom:24px;max-width:280px}@media(max-width:768px){.login-container{flex-direction:column;max-height:95vh;overflow-y:auto}.login-steps-side{width:100%;min-height:200px;padding:24px}.steps-content h2{font-size:1.25rem;margin-bottom:20px}.login-steps{gap:16px}.step-text{font-size:.85rem}.login-form-side{padding:32px 24px}.otp-input{width:42px;height:48px}}.header{background:#fff;box-shadow:0 2px 10px #00000014;position:sticky;top:0;z-index:100}.header-content{display:flex;align-items:center;justify-content:space-between;padding:16px 20px}.logo{display:flex;align-items:center;gap:10px;text-decoration:none;color:#1e1b4b}.logo-icon{color:#6366f1}.logo-text{font-size:1.25rem;font-weight:700}.nav-links{display:flex;gap:32px}.nav-link{text-decoration:none;color:#64748b;font-weight:500;transition:color .3s}.nav-link:hover,.nav-link.active{color:#6366f1}.header-actions{display:flex;align-items:center;gap:16px}.lang-btn{display:flex;align-items:center;gap:6px;background:transparent;border:1px solid #e2e8f0;padding:8px 12px;border-radius:8px;cursor:pointer;color:#64748b}.login-btn{display:flex;align-items:center;gap:8px;padding:10px 20px}.mobile-menu{display:none;background:transparent;border:none;cursor:pointer;color:#1e1b4b}@media(max-width:768px){.nav-links,.lang-btn,.login-btn span{display:none}.mobile-menu{display:block}}.footer{background:#1e1b4b;color:#fff;padding:60px 0 0;margin-top:80px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:40px}.footer-logo{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font-size:1.25rem;font-weight:700;margin-bottom:16px}.footer-desc{color:#a5b4fc;line-height:1.7;margin-bottom:20px}.social-links{display:flex;gap:12px}.social-links a{width:40px;height:40px;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s}.social-links a:hover{background:#6366f1;transform:translateY(-3px)}.footer-links h4,.footer-contact h4{font-size:1.1rem;margin-bottom:20px;color:#fff}.footer-links ul{list-style:none}.footer-links li{margin-bottom:12px}.footer-links a{color:#a5b4fc;text-decoration:none;transition:color .3s}.footer-links a:hover{color:#fff}.contact-item{display:flex;align-items:center;gap:12px;color:#a5b4fc;margin-bottom:16px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:24px 0;margin-top:40px;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{color:#a5b4fc}.app-badges{display:flex;gap:12px}.app-badges img{height:40px}@media(max-width:968px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:576px){.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:20px;text-align:center}}.toast{position:fixed;top:20px;left:50%;transform:translate(-50%);background:#fff;padding:16px 24px;border-radius:12px;box-shadow:0 4px 20px #00000026;display:flex;align-items:center;gap:12px;z-index:2000;font-weight:500;animation:slideDown .3s ease}.toast-icon{width:32px;height:32px;background:#d1fae5;color:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem}@keyframes slideDown{0%{transform:translate(-50%) translateY(-100%);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.login-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.login-modal{display:flex;background:#fff;border-radius:16px;overflow:hidden;max-width:900px;width:100%;max-height:90vh}.login-left{flex:1;background:linear-gradient(#00000080,#00000080),url(https://images.unsplash.com/photo-1591604129939-f1efa4d9f7fa?w=800) center/cover;padding:40px;display:flex;flex-direction:column;justify-content:center;color:#fff;min-height:500px}.login-left h2{font-size:1.75rem;margin-bottom:24px}.step{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:.95rem;line-height:1.5}.step-num{width:28px;height:28px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.85rem;flex-shrink:0}.login-right{flex:1;padding:40px;display:flex;flex-direction:column;align-items:center;position:relative}.login-close{position:absolute;top:16px;right:16px;background:none;border:none;color:#6b7280;cursor:pointer}.login-right h3{font-size:1.5rem;color:#1e1b4b;margin:16px 0 8px}.login-subtitle{color:#9ca3af;margin-bottom:24px;text-align:center}.form-field{width:100%;margin-bottom:20px}.form-field label{display:block;font-size:.9rem;color:#6b7280;margin-bottom:8px}.form-field input{width:100%;padding:14px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:1rem}.form-field input:focus{outline:none;border-color:#7c3aed}.phone-input{display:flex;border:1px solid #e5e7eb;border-radius:10px;overflow:hidden}.phone-input select{padding:14px 12px;border:none;background:#f9fafb;font-size:1rem;cursor:pointer}.phone-input input{flex:1;border:none;border-radius:0}.continue-btn{width:100%;padding:16px;background:#7c3aed;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;margin-bottom:16px}.continue-btn:hover{background:#6d28d9}.switch-btn{background:none;border:none;color:#1e1b4b;font-size:1rem;font-weight:600;cursor:pointer;text-decoration:underline}.credential{color:#1e1b4b;font-weight:600;margin-bottom:24px}.change-btn{background:none;border:none;color:#7c3aed;text-decoration:underline;cursor:pointer;font-size:inherit}.otp-inputs{display:flex;gap:12px;margin-bottom:16px}.otp-input{width:48px;height:56px;border:1px solid #e5e7eb;border-radius:10px;text-align:center;font-size:1.25rem;font-weight:600}.otp-input:focus{outline:none;border-color:#7c3aed}.resend{color:#9ca3af;font-size:.9rem;margin-bottom:8px}.timer{color:#1e1b4b;font-weight:600}.spam-note{color:#6b7280;font-size:.85rem;text-align:center;margin-bottom:20px}.verify-btn{width:100%;padding:16px;background:#f3f4f6;color:#6b7280;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer}.verify-btn:not(:disabled){background:#7c3aed;color:#fff}@media(max-width:768px){.login-modal{flex-direction:column}.login-left{min-height:200px;padding:24px}.login-left h2{font-size:1.25rem}.step{font-size:.85rem}}.navbar{display:flex;align-items:center;justify-content:space-between;padding:16px 40px;background:#1e1b4b}.navbar-logo{font-size:1.5rem;font-weight:700;color:#fff}.navbar-logo h3{font-size:1.5rem;margin-bottom:8px}.navbar-logo h3 span{color:#f59e0b}.navbar-right{display:flex;align-items:center;gap:24px}.navbar-selectors{display:flex;gap:32px}.selector{display:flex;flex-direction:column;color:#fff;font-size:.85rem}.selector-label{opacity:.7;font-size:.75rem;margin-bottom:2px}.selector-value{display:flex;align-items:center;gap:4px;position:relative}.selector-value select{appearance:none;background:transparent;border:none;color:#fff;font-size:.9rem;font-weight:500;cursor:pointer;padding-right:20px}.selector-value select:focus{outline:none}.selector-value select option{color:#1f2937;background:#fff}.selector-value svg{position:absolute;right:0;pointer-events:none}@media(max-width:768px){.navbar{padding:12px 16px}.navbar-selectors{gap:16px}.selector-label,.signin-btn span{display:none}}@media(max-width:480px){.navbar-selectors{display:none}}.signin-btn{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#312e81;border:none;border-radius:10px;color:#fff;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}.signin-btn:hover{background:#3730a3}.custom-dropdown{position:relative}.dropdown-trigger{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:1rem;color:#1f2937;background:#fff;cursor:pointer;width:100%}.dropdown-trigger:focus{outline:none;border-color:#7c3aed}.dropdown-trigger.open{border-color:#7c3aed}.dropdown-trigger .placeholder{color:#9ca3af}.dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border-radius:10px;box-shadow:0 4px 20px #00000026;z-index:100;max-height:280px;overflow-y:auto}.dropdown-header{padding:12px 16px;font-size:.9rem;color:#6b7280;border-bottom:1px solid #f3f4f6}.dropdown-item{padding:14px 16px;cursor:pointer;font-size:1rem;color:#1f2937;transition:background .15s}.dropdown-item:hover{background:#f9fafb}.dropdown-item.selected{background:#f5f3ff;border:2px solid #7c3aed;border-radius:8px;margin:4px 8px;padding:12px 14px}.dropdown-arrow{color:#6b7280;transition:transform .2s}.dropdown-trigger.open .dropdown-arrow{transform:rotate(180deg)}.traveler-picker{position:relative}.picker-trigger{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:1rem;color:#1f2937;background:#fff;cursor:pointer;width:100%}.picker-trigger:focus,.picker-trigger.open{outline:none;border-color:#7c3aed}.picker-arrow{color:#6b7280;transition:transform .2s}.picker-trigger.open .picker-arrow{transform:rotate(180deg)}.picker-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000026;padding:20px;z-index:100;min-width:280px}.picker-row{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-bottom:1px solid #f3f4f6}.picker-row:last-of-type{border-bottom:none}.picker-label{display:flex;flex-direction:column;gap:2px}.label-title{font-weight:600;color:#1f2937}.label-sub{font-size:.85rem;color:#9ca3af}.picker-controls{display:flex;align-items:center;gap:8px}.ctrl-btn{width:36px;height:36px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;color:#7c3aed;cursor:pointer;display:flex;align-items:center;justify-content:center}.ctrl-btn:hover{background:#f5f3ff}.ctrl-value{width:40px;text-align:center;font-size:1.1rem;font-weight:600;color:#1f2937}.apply-btn{width:100%;padding:14px;background:#1e1b4b;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;margin-top:16px}.apply-btn:hover{background:#312e81}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:16px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;background:#1e1b4b;border-radius:16px 16px 0 0}.modal-header h2{color:#fff;font-size:1.25rem;margin:0}.modal-close{background:none;border:none;color:#fff;cursor:pointer;padding:4px}.modal-banner{background:#fef3c7;padding:20px 24px;position:relative}.modal-banner span{font-weight:600;color:#92400e;display:block;margin-bottom:8px}.modal-banner p{color:#a16207;font-size:.9rem;line-height:1.5;margin:0}.banner-explore{position:absolute;right:24px;top:50%;transform:translateY(-50%);padding:10px 24px;background:#fff;border:1px solid #f59e0b;border-radius:8px;color:#f59e0b;font-weight:600;cursor:pointer}.modal-body{padding:24px}.modal-body h3{font-size:1rem;color:#1e1b4b;margin:20px 0 8px}.modal-body h3:first-child{margin-top:0}.modal-body p{color:#6b7280;font-size:.9rem;line-height:1.6;margin:0}.download-link{display:inline-flex;align-items:center;gap:8px;color:#7c3aed;font-size:.9rem;margin-top:20px;text-decoration:underline}.modal-footer{padding:0 24px 24px;display:flex;justify-content:center}.proceed-btn{padding:14px 48px;background:#1e1b4b;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer}.proceed-btn:hover{background:#312e81}@media(max-width:600px){.modal-banner{padding-bottom:60px}.banner-explore{position:static;transform:none;margin-top:12px}}.booking-form{background:#fff;border-radius:20px;padding:28px 36px;box-shadow:0 8px 32px #0000001f}.form-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:24px}.trip-type{display:flex;gap:32px}.trip-option{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:1rem;color:#374151;font-weight:500;padding:8px 16px;border-radius:24px;transition:background .2s}.trip-option:has(input:checked){background:#f3f4f6}.trip-option input[type=radio]{appearance:none;width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;position:relative;cursor:pointer}.trip-option input[type=radio]:checked{border-color:#7c3aed}.trip-option input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#7c3aed;border-radius:50%}.group-booking{display:flex;align-items:flex-start;gap:10px;font-size:.95rem;color:#374151;cursor:pointer}.group-booking input[type=checkbox]{appearance:none;width:20px;height:20px;border:2px solid #d1d5db;border-radius:6px;cursor:pointer;margin-top:2px}.group-booking input[type=checkbox]:checked{background:#7c3aed;border-color:#7c3aed;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center}.group-booking-text{display:flex;flex-direction:column;gap:2px}.group-booking-text span{font-weight:600;color:#1f2937}.group-booking-text small{display:flex;align-items:center;gap:4px;color:#9ca3af;font-size:.8rem;position:relative}.group-booking-text small .info-icon{cursor:help}.group-booking-text small:hover .info-tooltip{display:block}.info-tooltip{display:none;position:absolute;top:100%;right:0;margin-top:8px;background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000026;padding:20px;width:320px;z-index:100;text-align:left}.info-tooltip h4{font-size:1rem;color:#1e1b4b;margin:0 0 12px;display:flex;justify-content:space-between;align-items:center}.info-tooltip h5{font-size:.9rem;color:#1e1b4b;margin:16px 0 6px}.info-tooltip h5:first-of-type{margin-top:0}.info-tooltip p{font-size:.85rem;color:#6b7280;line-height:1.5;margin:0}.form-row{display:grid;grid-template-columns:1fr auto 1fr 1fr 1fr;align-items:flex-end;gap:12px;margin-bottom:20px}.form-row.with-return{grid-template-columns:1fr auto 1fr 1fr 1fr 1fr}.field{display:flex;flex-direction:column;gap:8px;flex:1}.field-label{display:flex;align-items:center;gap:6px;font-size:.9rem;color:#6b7280}.field select,.field input[type=date]{padding:14px 16px;border:1px solid #e5e7eb;border-radius:10px;font-size:1rem;color:#1f2937;background:#fff;cursor:pointer;width:100%}.field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:40px}.field select:focus,.field input:focus{outline:none;border-color:#7c3aed}.swap-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f9fafb;border:1px solid #e5e7eb;border-radius:50%;cursor:pointer;flex-shrink:0;margin-bottom:4px;color:#7c3aed}.swap-btn:hover{background:#f3f4f6}.form-footer{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-top:8px}.agent-banner{display:flex;align-items:center;gap:16px;background:#fef3c7;padding:12px 20px;border-radius:10px;font-size:.9rem;color:#92400e;font-weight:500;flex-shrink:0}.explore-btn{padding:10px 24px;background:#fff;border:1px solid #f59e0b;border-radius:8px;color:#f59e0b;font-weight:600;font-size:.9rem;cursor:pointer;gap:60px;white-space:nowrap}.explore-btn:hover{background:#fffbeb}.timetable-link{display:flex;align-items:center;padding-top:5%;gap:10px;color:#1e1b4b;font-size:.85rem;text-decoration:underline;cursor:pointer;font-weight:500;white-space:nowrap}.footer-right{display:flex;align-items:center;gap:24px}.search-btn{padding:16px 56px;background:#1e1b4b;color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;flex-shrink:0}.search-btn:hover{background:#312e81}@media(max-width:1024px){.form-row,.form-row.with-return{grid-template-columns:1fr 1fr}.swap-btn{display:none}.form-footer{flex-wrap:wrap}.agent-banner{order:3;flex:1 1 100%}}@media(max-width:768px){.trip-type{gap:16px}.trip-option{padding:6px 12px;font-size:.9rem}}@media(max-width:600px){.booking-form{padding:20px}.form-header{flex-direction:column;gap:16px}.trip-type{flex-wrap:wrap;gap:8px}.form-row,.form-row.with-return{grid-template-columns:1fr}.form-footer{flex-direction:column;align-items:stretch}.search-btn{width:100%}.agent-banner{flex-direction:column;text-align:center}}.feature-card{background:#fff;border-radius:12px;padding:24px;text-align:left;box-shadow:0 2px 8px #0000000a}.feature-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:1.5rem}.feature-icon.orange{background:#fef3c7;color:#f59e0b}.feature-icon.purple{background:#ede9fe;color:#7c3aed}.feature-icon.green{background:#d1fae5;color:#10b981}.feature-icon.blue{background:#dbeafe;color:#3b82f6}.feature-card h3{font-size:1.1rem;color:#1f2937;margin-bottom:8px}.feature-card p{font-size:.9rem;color:#6b7280;line-height:1.5}.trust-badges{display:flex;justify-content:center;align-items:center;gap:40px;padding:24px 0;flex-wrap:wrap}.trust-badge{display:flex;align-items:center;gap:8px;font-size:.95rem;color:#374151;font-weight:500}.trust-badge .icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}.trust-badge .icon.green{background:#d1fae5;color:#10b981}.trust-badge .icon.gold{background:#fef3c7;color:#f59e0b}.trust-badge .stars{display:flex;gap:2px;color:#f59e0b}.trust-badge .rating{font-weight:700;color:#1f2937}.why-choose-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,180px);gap:16px}.why-card{border-radius:16px;padding:20px;position:relative;overflow:hidden;color:#fff}.why-card.speed{grid-row:span 2;background:linear-gradient(180deg,#7c3aed,#5b21b6)}.why-card.comfort{grid-column:span 2;background:url(/comfort.jpg) center/cover}.why-card.stations{background:linear-gradient(180deg,#f59e0b,#d97706)}.why-card.convenience{background:linear-gradient(180deg,#7c3aed,#5b21b6)}.why-card h3{font-size:1.25rem;margin-bottom:8px}.why-card p{font-size:.85rem;opacity:.9;line-height:1.5}.why-card.comfort:before{content:"";position:absolute;inset:0;background:#0006}.why-card .content{position:relative;z-index:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end}@media(max-width:900px){.why-choose-grid{grid-template-columns:1fr 1fr;grid-template-rows:auto}.why-card.speed{grid-row:span 1}.why-card.comfort{grid-column:span 1}}@media(max-width:600px){.why-choose-grid{grid-template-columns:1fr}}.destination-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.destination-card img{width:100%;height:160px;object-fit:cover}.destination-card .card-body{padding:16px}.destination-card h3{font-size:1.1rem;color:#1f2937;margin-bottom:8px}.destination-card p{font-size:.85rem;color:#6b7280;line-height:1.5;margin-bottom:12px}.destination-card .explore-btn{padding:8px 20px;background:#10b981;color:#fff;border:none;border-radius:20px;font-size:.85rem;font-weight:500;cursor:pointer}.destination-card .explore-btn:hover{background:#059669}.tip-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 2px 8px #0000000f}.tip-card img{width:100%;height:140px;object-fit:cover}.tip-card .card-body{padding:16px}.tip-card h3{font-size:1rem;color:#1f2937;margin-bottom:8px}.tip-card p{font-size:.85rem;color:#6b7280;line-height:1.5;margin-bottom:12px}.tip-card .read-more{color:#dc2626;font-size:.85rem;font-weight:500;text-decoration:none;cursor:pointer}.tip-card .read-more:hover{text-decoration:underline}.home-page{min-height:100vh;background:#f8fafc}.hero{background:linear-gradient(135deg,#1e1b4b,#4c1d95,#7c3aed);padding:80px 20px 160px;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero h1{font-size:2.75rem;color:#f59e0b;margin-bottom:20px;line-height:1.2;font-weight:700}.hero .subtitle{font-size:1.35rem;color:#fff;margin-bottom:16px;font-weight:500}.hero .announcement{font-size:1rem;color:#e5e7eb}.hero .announcement strong{color:#fbbf24;text-decoration:underline}.booking-form-wrapper{max-width:1100px;margin:-100px auto 0;padding:0 20px;position:relative;z-index:10}.section{padding:60px 20px;max-width:1200px;margin:0 auto}.section-title{font-size:1.75rem;color:#1f2937;text-align:center;margin-bottom:40px}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px}.destinations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.tips-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.footer{background:#1e1b4b;color:#fff;padding:40px 20px}.footer-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:40px}.footer-brand h3{font-size:1.5rem;margin-bottom:8px}.footer-brand h3 span{color:#f59e0b}.footer-brand p{font-size:.85rem;color:#9ca3af;margin-bottom:16px}.app-buttons{display:flex;gap:8px}.app-btn{padding:8px 16px;background:#374151;border-radius:8px;font-size:.8rem;color:#fff;text-decoration:none}.payment-icons{display:flex;gap:8px;margin-top:16px;flex-wrap:wrap}.payment-icons img{height:24px}.footer-col h4{font-size:.95rem;margin-bottom:16px;color:#fff}.footer-col a{display:block;color:#9ca3af;font-size:.85rem;margin-bottom:8px;text-decoration:none}.footer-col a:hover{color:#fff}.footer-bottom{max-width:1200px;margin:24px auto 0;padding-top:24px;border-top:1px solid #374151;display:flex;justify-content:space-between;font-size:.85rem;color:#9ca3af}@media(max-width:1024px){.features-grid,.destinations-grid,.footer-content{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero h1{font-size:1.75rem}.hero .subtitle{font-size:1rem}.tips-grid,.footer-content{grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:8px;text-align:center}}@media(max-width:600px){.features-grid,.destinations-grid{grid-template-columns:1fr}}.search-results-page{background:#f8fafc;min-height:100vh}.search-summary-bar{background:#1e1b4b;padding:16px 0}.summary-content{display:flex;align-items:center;gap:24px;flex-wrap:wrap}.route-info{display:flex;align-items:center;gap:12px;color:#fff;font-weight:600;font-size:1.1rem}.route-info .arrow{color:#a5b4fc}.trip-info{display:flex;align-items:center;gap:8px;color:#c7d2fe;font-size:.9rem}.trip-info .separator{color:#6366f1}.modify-search-btn{margin-left:auto;padding:10px 20px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-weight:500;cursor:pointer;transition:background .2s}.modify-search-btn:hover{background:#4f46e5}.promo-banner-results{display:flex;align-items:center;gap:16px;background:linear-gradient(135deg,#fef3c7,#fde68a);border:1px solid #fbbf24;border-radius:12px;padding:16px 20px;margin:20px 0}.promo-icon{font-size:2rem}.promo-content strong{color:#1e1b4b;display:block;margin-bottom:4px}.promo-content p{color:#64748b;font-size:.9rem;margin:0}.results-container{display:grid;grid-template-columns:280px 1fr;gap:24px;padding-bottom:60px}.filters-sidebar{background:#fff;border-radius:12px;padding:20px;height:fit-content;position:sticky;top:100px}.filters-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid #e2e8f0}.filters-header h3{display:flex;align-items:center;gap:8px;font-size:1.1rem;color:#1e1b4b;margin:0}.close-filters{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#64748b}.filter-section{margin-bottom:20px}.filter-title{display:flex;justify-content:space-between;align-items:center;width:100%;padding:12px 0;background:none;border:none;border-bottom:1px solid #e2e8f0;cursor:pointer;font-weight:600;color:#1e1b4b;font-size:.95rem}.filter-options{padding-top:12px}.filter-option{display:flex;align-items:center;gap:10px;padding:10px 0;cursor:pointer}.filter-option input{display:none}.checkbox-custom{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s;flex-shrink:0}.filter-option input:checked+.checkbox-custom{background:#6366f1;border-color:#6366f1}.filter-option input:checked+.checkbox-custom:after{content:"✓";color:#fff;font-size:12px}.slot-icon{font-size:1.25rem}.slot-info{display:flex;flex-direction:column}.slot-label{font-weight:500;color:#1e1b4b;font-size:.9rem}.slot-time{font-size:.8rem;color:#64748b}.baggage-info{background:#f8fafc;border-radius:8px;padding:16px;margin-top:20px}.baggage-info h4{font-size:.95rem;color:#1e1b4b;margin-bottom:12px}.baggage-content{display:flex;gap:12px}.baggage-icon{font-size:2rem}.baggage-details p{font-size:.85rem;color:#64748b;line-height:1.5;margin:0 0 8px}.policy-link{color:#6366f1;font-size:.85rem;text-decoration:none}.policy-link:hover{text-decoration:underline}.results-section{min-width:0}.results-header{display:flex;align-items:center;gap:16px;margin-bottom:16px;flex-wrap:wrap}.results-count{font-weight:500;color:#1e1b4b}.view-toggle{display:flex;background:#fff;border-radius:8px;padding:4px;margin-left:auto}.view-btn{display:flex;align-items:center;gap:6px;padding:8px 16px;background:none;border:none;border-radius:6px;cursor:pointer;color:#64748b;font-weight:500;font-size:.9rem;transition:all .2s}.view-btn.active{background:#6366f1;color:#fff}.mobile-filter-btn{display:none;align-items:center;gap:6px;padding:10px 16px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;cursor:pointer;font-weight:500;color:#1e1b4b}.trains-list{display:flex;flex-direction:column;gap:12px}.train-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000000a;transition:all .2s}.train-card:hover{box-shadow:0 4px 16px #00000014}.train-card.sold_out{opacity:.7}.train-header{display:flex;align-items:center;gap:16px;padding:12px 20px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.train-number{display:flex;align-items:center;gap:6px;font-weight:600;color:#1e1b4b}.train-class{padding:4px 12px;background:#eef2ff;color:#6366f1;border-radius:20px;font-size:.8rem;font-weight:500}.travel-policies{margin-left:auto;color:#6366f1;font-size:.85rem;text-decoration:none}.travel-policies:hover{text-decoration:underline}.train-body{display:flex;align-items:center;padding:20px;gap:24px}.journey-info{display:flex;align-items:center;gap:20px;flex:1}.departure,.arrival{display:flex;flex-direction:column;gap:4px}.departure .time,.arrival .time{font-size:1.25rem;font-weight:700;color:#1e1b4b}.departure .station,.arrival .station{display:flex;align-items:center;gap:4px;font-size:.85rem;color:#64748b}.duration{display:flex;flex-direction:column;align-items:center;gap:4px;min-width:120px}.duration-line{display:flex;align-items:center;width:100%}.duration-line .dot{width:8px;height:8px;background:#6366f1;border-radius:50%}.duration-line .line{flex:1;height:2px;background:linear-gradient(90deg,#6366f1,#a5b4fc,#6366f1)}.duration-text{display:flex;align-items:center;gap:4px;font-size:.85rem;color:#64748b}.amenities{display:flex;gap:8px;color:#64748b}.booking-info{display:flex;flex-direction:column;align-items:flex-end;gap:8px;min-width:140px}.price-section{text-align:right}.price{font-size:1.25rem;font-weight:700;color:#1e1b4b}.per-person{display:block;font-size:.8rem;color:#64748b}.status-badge{padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:500}.status-badge.available{background:#dcfce7;color:#16a34a}.status-badge.limited{background:#fef3c7;color:#d97706}.status-badge.sold-out{background:#fee2e2;color:#dc2626}.select-btn{padding:10px 24px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.select-btn:hover:not(.disabled){background:#4f46e5}.select-btn.disabled{background:#e2e8f0;color:#94a3b8;cursor:not-allowed}.trains-list.compact .train-card{padding:16px 20px}.compact-content{display:flex;align-items:center;justify-content:space-between;gap:20px}.compact-left{display:flex;flex-direction:column;gap:8px}.train-id{display:flex;align-items:center;gap:8px;font-weight:600;color:#1e1b4b}.class-badge{padding:2px 8px;background:#eef2ff;color:#6366f1;border-radius:12px;font-size:.75rem;font-weight:500}.compact-times{display:flex;align-items:center;gap:8px;color:#64748b}.compact-times .time{font-weight:600;color:#1e1b4b}.compact-times .duration{font-size:.85rem}.compact-right{display:flex;align-items:center;gap:16px}.compact-price{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.compact-price .price{font-size:1.1rem}.select-btn.compact{padding:8px 20px}.no-results{text-align:center;padding:60px 20px;color:#64748b}.no-results svg{margin-bottom:16px;opacity:.5}.no-results h3{color:#1e1b4b;margin-bottom:8px}@media(max-width:968px){.results-container{grid-template-columns:1fr}.filters-sidebar{position:fixed;inset:0;z-index:1000;border-radius:0;overflow-y:auto;transform:translate(-100%);transition:transform .3s}.filters-sidebar.show{transform:translate(0)}.close-filters{display:block}.mobile-filter-btn{display:flex}.view-toggle span{display:none}}@media(max-width:640px){.summary-content{flex-direction:column;align-items:flex-start;gap:12px}.modify-search-btn{margin-left:0;width:100%}.train-body{flex-direction:column;align-items:stretch}.journey-info{flex-direction:column;align-items:stretch;gap:16px}.duration{flex-direction:row;justify-content:center}.duration-line{width:60px}.booking-info{flex-direction:row;justify-content:space-between;align-items:center;padding-top:16px;border-top:1px solid #e2e8f0}.compact-content{flex-direction:column;align-items:stretch}.compact-right{justify-content:space-between;padding-top:12px;border-top:1px solid #e2e8f0}}.booking-details-page{background:#f8fafc;min-height:100vh;padding:24px 0 60px}.breadcrumb{display:flex;align-items:center;gap:8px;font-size:.85rem;color:#64748b;margin-bottom:16px}.breadcrumb .separator{color:#cbd5e1}.page-title{font-size:1.75rem;font-weight:700;color:#1e1b4b;margin-bottom:24px}.booking-layout{display:grid;grid-template-columns:1fr 360px;gap:24px;align-items:start}.booking-main{display:flex;flex-direction:column;gap:24px}.trip-summary-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000a}.trip-badge{display:inline-block;padding:6px 16px;background:#6366f1;color:#fff;border-radius:20px;font-size:.85rem;font-weight:500;margin-bottom:20px}.trip-details{position:relative}.trip-station{display:flex;align-items:flex-start;gap:16px}.station-marker{width:16px;height:16px;border-radius:50%;flex-shrink:0;margin-top:4px}.departure-marker{background:#10b981}.arrival-marker{background:#6366f1}.station-info{flex:1}.station-info h3{font-size:1.1rem;font-weight:600;color:#1e1b4b;margin-bottom:4px}.station-info p{font-size:.85rem;color:#64748b;line-height:1.4}.station-time{text-align:right}.station-time .date{display:block;font-size:.85rem;color:#64748b;margin-bottom:2px}.station-time .time{font-size:1.25rem;font-weight:700;color:#1e1b4b}.trip-duration{display:flex;align-items:center;gap:12px;padding:16px 0 16px 6px}.duration-line-vertical{width:4px;height:40px;background:linear-gradient(180deg,#10b981,#6366f1);border-radius:2px}.duration-badge{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#f1f5f9;border-radius:20px;font-size:.85rem;color:#64748b}.trip-meta{display:flex;align-items:center;gap:16px;margin-top:20px;padding-top:16px;border-top:1px solid #e2e8f0}.meta-item{display:flex;align-items:center;gap:6px;font-size:.9rem;color:#64748b}.meta-item.class-badge{padding:4px 12px;background:#eef2ff;color:#6366f1;border-radius:20px;font-weight:500}.addon-banner{background:#fff;border-radius:12px;padding:20px;border:1px dashed #d1d5db}.addon-banner h4{font-size:1rem;color:#1e1b4b;margin-bottom:4px}.addon-banner>p{font-size:.85rem;color:#64748b;margin-bottom:16px}.addon-options{display:flex;gap:16px}.addon-option{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#f8fafc;border-radius:8px;cursor:pointer;flex:1}.addon-option input{display:none}.addon-check{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;transition:all .2s}.addon-option input:checked+.addon-check{background:#6366f1;border-color:#6366f1}.addon-option input:checked+.addon-check:after{content:"✓";color:#fff;font-size:12px;display:flex;align-items:center;justify-content:center}.addon-info{display:flex;flex-direction:column}.addon-name{font-weight:600;color:#1e1b4b}.addon-desc{font-size:.8rem;color:#64748b}.addon-tag{padding:2px 8px;border-radius:12px;font-size:.7rem;font-weight:600;margin-left:auto}.addon-tag.new{background:#dcfce7;color:#16a34a}.route-summary{background:#1e1b4b;border-radius:12px;padding:20px;color:#fff}.route-summary h4{font-size:.9rem;margin-bottom:16px}.route-visual{display:flex;align-items:center;gap:12px}.route-point{display:flex;align-items:center;gap:8px}.point-dot{width:12px;height:12px;border-radius:50%}.point-dot.green{background:#10b981}.point-dot.purple{background:#a78bfa}.route-line{flex:1;height:2px;background:linear-gradient(90deg,#10b981,#a78bfa)}.form-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000a}.section-title{display:flex;align-items:center;gap:10px;font-size:1.1rem;font-weight:600;color:#1e1b4b;margin-bottom:20px}.section-icon{width:36px;height:36px;background:#eef2ff;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6366f1}.form-group{margin-bottom:16px}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:8px}.form-group input,.form-group select{width:100%;padding:12px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:.95rem;color:#1f2937;transition:all .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-row{display:grid;gap:16px}.form-row.two-col{grid-template-columns:1fr 1fr}.form-row.three-col{grid-template-columns:120px 1fr 1fr}.phone-input{display:flex;gap:8px}.phone-code{width:120px!important;flex-shrink:0}.passenger-notice,.passenger-warning{display:flex;gap:12px;padding:14px;border-radius:8px;margin-bottom:16px;font-size:.85rem;line-height:1.5}.passenger-notice{background:#eff6ff;color:#1e40af}.passenger-warning{background:#fef3c7;color:#92400e}.passenger-notice p,.passenger-warning p{margin:0}.passenger-card{border:1px solid #e2e8f0;border-radius:12px;margin-bottom:16px;overflow:hidden}.passenger-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 20px;background:#f8fafc;border:none;cursor:pointer}.passenger-title{display:flex;align-items:center;gap:10px;font-weight:600;color:#1e1b4b}.passenger-form{padding:20px}.radio-group{display:flex;gap:24px}.radio-option{display:flex;align-items:center;gap:8px;cursor:pointer}.radio-option input{display:none}.radio-custom{width:20px;height:20px;border:2px solid #d1d5db;border-radius:50%;position:relative;transition:all .2s}.radio-option input:checked+.radio-custom{border-color:#6366f1}.radio-option input:checked+.radio-custom:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:10px;height:10px;background:#6366f1;border-radius:50%}.save-traveler{display:flex;align-items:center;gap:10px;cursor:pointer;margin-top:8px}.save-traveler input{display:none}.checkbox-custom{width:20px;height:20px;border:2px solid #d1d5db;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s}.save-traveler input:checked+.checkbox-custom{background:#6366f1;border-color:#6366f1}.save-traveler input:checked+.checkbox-custom:after{content:"✓";color:#fff;font-size:12px}.esim-section{background:linear-gradient(135deg,#6366f1,#8b5cf6);border-radius:12px;padding:24px;color:#fff}.esim-header{display:flex;gap:16px;margin-bottom:24px}.esim-header h3{font-size:1.1rem;margin-bottom:8px}.esim-header p{font-size:.9rem;opacity:.9;line-height:1.5}.esim-section>h4{font-size:.95rem;margin-bottom:16px}.esim-plans{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-bottom:16px}.esim-plan{background:#ffffff26;border:2px solid transparent;border-radius:12px;padding:16px;text-align:center;cursor:pointer;transition:all .2s;position:relative}.esim-plan:hover{background:#ffffff40}.esim-plan.selected{background:#fff;color:#1e1b4b;border-color:#10b981}.esim-plan.popular{border-color:#fbbf24}.popular-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);padding:2px 10px;background:#fbbf24;color:#1e1b4b;border-radius:10px;font-size:.7rem;font-weight:600}.plan-data{font-size:1.25rem;font-weight:700;margin-bottom:4px}.plan-days{font-size:.85rem;opacity:.8;margin-bottom:8px}.plan-price{font-weight:600;margin-bottom:4px}.plan-validity{font-size:.75rem;opacity:.7}.plan-check{position:absolute;top:8px;right:8px;width:24px;height:24px;background:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.view-all-esim{background:#fff;color:#6366f1;border:none;padding:10px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s}.view-all-esim:hover{background:#f1f5f9}.policies-section{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000a}.policy-item{border-bottom:1px solid #e2e8f0}.policy-item:last-child{border-bottom:none}.policy-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:16px 0;background:none;border:none;cursor:pointer;font-weight:600;color:#1e1b4b;font-size:.95rem}.policy-content{padding-bottom:16px}.policy-content p{font-size:.9rem;color:#64748b;line-height:1.6;margin-bottom:8px}.policy-rule{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;padding:12px 0;border-bottom:1px solid #f1f5f9}.policy-rule:last-child{border-bottom:none}.rule-label{font-size:.9rem;color:#64748b;line-height:1.5}.rule-tag{padding:4px 10px;border-radius:20px;font-size:.75rem;font-weight:500;white-space:nowrap}.rule-tag.red{background:#fee2e2;color:#dc2626}.booking-sidebar{position:sticky;top:100px}.price-card{background:#fff;border-radius:12px;padding:24px;box-shadow:0 2px 8px #0000000a}.price-header{padding-bottom:16px;border-bottom:1px solid #e2e8f0;margin-bottom:16px}.trip-route{display:flex;align-items:center;gap:8px;font-weight:600;color:#1e1b4b;margin-bottom:8px}.route-arrow{color:#6366f1}.trip-date{display:flex;align-items:center;gap:6px;font-size:.85rem;color:#64748b}.price-breakdown{margin-bottom:16px}.price-row{display:flex;justify-content:space-between;padding:8px 0;font-size:.9rem;color:#64748b}.total-price{display:flex;justify-content:space-between;align-items:center;padding:16px 0;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;margin-bottom:16px}.total-price span:first-child{font-weight:600;color:#1e1b4b}.total-amount{font-size:1.5rem;font-weight:700;color:#1e1b4b}.total-amount small{font-size:.9rem;font-weight:500}.coupon-section{margin-bottom:16px}.coupon-input{display:flex;gap:8px}.coupon-input input{flex:1;padding:10px 12px;border:1px dashed #d1d5db;border-radius:8px;font-size:.85rem;text-transform:uppercase}.coupon-input input:focus{outline:none;border-color:#6366f1}.apply-btn{padding:10px 16px;background:none;border:none;color:#6366f1;font-weight:600;cursor:pointer}.apply-btn:hover{text-decoration:underline}.wallet-option{margin-bottom:20px}.wallet-checkbox{display:flex;align-items:center;gap:10px;cursor:pointer;font-size:.9rem;color:#374151}.wallet-checkbox input{display:none}.proceed-btn{width:100%;padding:14px;background:#6366f1;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.proceed-btn:hover{background:#4f46e5}@media(max-width:1024px){.booking-layout{grid-template-columns:1fr}.booking-sidebar{position:static;order:-1}.esim-plans{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.form-row.two-col,.form-row.three-col{grid-template-columns:1fr}.trip-station{flex-wrap:wrap}.station-time{width:100%;text-align:left;margin-top:8px;padding-left:32px}.addon-options{flex-direction:column}.esim-plans{grid-template-columns:1fr 1fr}.policy-rule{flex-direction:column;gap:8px}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#f8f9fa;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.btn{padding:12px 24px;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #6366f166}.btn-outline{background:transparent;border:2px solid #6366f1;color:#6366f1}.btn-outline:hover{background:#6366f1;color:#fff}
