*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333}:root{--primary-red: #dc2626;--primary-red-dark: #b91c1c;--primary-red-light: #ef4444;--black: #0f172a;--black-light: #1e293b;--white: #ffffff;--gray-100: #f8fafc;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.btn{display:inline-block;padding:12px 24px;border-radius:8px;text-decoration:none;font-weight:600;transition:all .3s ease;border:none;cursor:pointer;font-size:16px}.btn-primary{background:var(--primary-red);color:var(--white)}.btn-primary:hover{background:var(--primary-red-dark);transform:translateY(-2px);box-shadow:0 10px 20px #dc26264d}.btn-secondary{background:var(--white);color:var(--primary-red);border:2px solid var(--primary-red)}.btn-secondary:hover{background:var(--primary-red);color:var(--white)}.btn-white{background:var(--white);color:var(--primary-red)}.btn-white:hover{background:var(--gray-100);transform:translateY(-2px)}.header{background:var(--primary-red);box-shadow:0 4px 6px #0000001a;position:sticky;top:0;z-index:1000}.nav{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.logo{display:flex;align-items:center;gap:.5rem;color:var(--white);text-decoration:none;font-size:1.5rem;font-weight:800}.logo-icon{background:var(--white);padding:.5rem;border-radius:8px;color:var(--primary-red)}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-link{color:var(--white);text-decoration:none;font-weight:500;transition:color .3s ease}.nav-link:hover{color:var(--gray-200)}.mobile-menu-btn{display:none;background:none;border:none;color:var(--white);font-size:1.5rem;cursor:pointer}.hero{background:linear-gradient(#0009,#0009),url(https://images.unsplash.com/photo-1544620341-c6a87a7146e8?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80);background-size:cover;background-position:center;background-attachment:fixed;min-height:100vh;display:flex;align-items:center;position:relative}.hero-content{text-align:center;color:var(--white);z-index:2;position:relative}.hero h1{font-size:3.5rem;font-weight:900;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.hero p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.hero .btn{font-size:1.125rem;padding:15px 30px}.search-form{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;margin-top:3rem;box-shadow:0 20px 25px -5px #0000001a}.search-form h3{color:var(--black);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{color:var(--gray-700);font-weight:600;margin-bottom:.5rem}.form-control{padding:12px 16px;border:2px solid var(--gray-200);border-radius:8px;font-size:16px;transition:border-color .3s ease}.form-control:focus{outline:none;border-color:var(--primary-red);box-shadow:0 0 0 3px #dc26261a}.section{padding:4rem 0}.section-title{text-align:center;font-size:2.5rem;font-weight:800;color:var(--black);margin-bottom:1rem}.section-subtitle{text-align:center;font-size:1.125rem;color:var(--gray-600);margin-bottom:3rem;max-width:600px;margin-left:auto;margin-right:auto}.card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.card{background:var(--white);border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000000d;transition:all .3s ease;text-align:center}.card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a}.card-icon{width:80px;height:80px;background:var(--primary-red);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:var(--white);font-size:2rem}.card h3{font-size:1.5rem;font-weight:700;color:var(--black);margin-bottom:1rem}.card p{color:var(--gray-600);margin-bottom:1.5rem;line-height:1.6}.routes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:3rem}.route-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:0 4px 6px #0000000d;transition:all .3s ease}.route-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px #0000001a}.route-image{width:100%;height:200px;object-fit:cover}.route-content{padding:1.5rem}.route-title{font-size:1.25rem;font-weight:700;color:var(--black);margin-bottom:.5rem}.route-price{font-size:1.5rem;font-weight:800;color:var(--primary-red);margin-bottom:1rem}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.testimonial-card{background:var(--white);border-radius:16px;padding:2rem;box-shadow:0 4px 6px #0000000d;position:relative}.testimonial-quote{font-size:3rem;color:var(--primary-red);position:absolute;top:1rem;left:1.5rem;opacity:.3}.testimonial-content{margin-top:1rem}.testimonial-text{font-style:italic;color:var(--gray-700);margin-bottom:1.5rem;line-height:1.6}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;border-radius:50%;background:var(--primary-red);display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:700}.author-info h4{color:var(--black);font-weight:700;margin-bottom:.25rem}.author-info p{color:var(--gray-600);font-size:.875rem}.newsletter{background:linear-gradient(#000000b3,#000000b3),url(https://images.unsplash.com/photo-1469474968028-56623f02e42e?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80);background-size:cover;background-position:center;color:var(--white);text-align:center;padding:4rem 0}.newsletter h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem}.newsletter p{font-size:1.125rem;margin-bottom:2rem;opacity:.9}.newsletter-form{display:flex;max-width:500px;margin:0 auto;gap:1rem}.newsletter-input{flex:1;padding:12px 16px;border:none;border-radius:8px;font-size:16px}.newsletter-input:focus{outline:none;box-shadow:0 0 0 3px #dc26264d}.footer{background:var(--black);color:var(--white);padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--white)}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:var(--gray-400);text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:var(--white)}.footer-bottom{border-top:1px solid var(--gray-800);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-logo{display:flex;align-items:center;gap:.5rem;color:var(--white);text-decoration:none;font-size:1.25rem;font-weight:800}.social-links{display:flex;gap:1rem}.social-link{color:var(--gray-400);font-size:1.25rem;transition:color .3s ease}.social-link:hover{color:var(--white)}@media (max-width: 768px){.nav-menu{display:none}.mobile-menu-btn{display:block}.hero h1{font-size:2.5rem}.hero p{font-size:1rem}.form-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.footer-bottom{flex-direction:column;text-align:center}.section-title{font-size:2rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--primary-red);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-red-dark)}
