:root{--primary-color:#f39200;--secondary-color:#884e22;--accent-color:#f18400;--text-dark:#333;--text-light:#666;--bg-light:#fffcf7;--white:#fff;--border-color:#e0e0e0;--shadow-sm:0 2px 4px rgba(0,0,0,.1);--shadow-md:0 4px 12px rgba(0,0,0,.15)}*{margin:0;padding:0;box-sizing:border-box}html,body{font-family:'Segoe UI',Roboto,'Helvetica Neue',sans-serif;color:var(--text-dark);line-height:1.6;font-size:16px}h1,h2,h3,h4,h5,h6{font-family:'Poppins',sans-serif;font-weight:700}.site-header{background:var(--white);box-shadow:var(--shadow-sm);position:sticky;top:0;z-index:100}.header-container{max-width:1400px;margin:0 auto;padding:15px 40px}.custom-logo{max-width:150px;height:auto;display:block}.hero{min-height:100vh;background:linear-gradient(135deg,var(--secondary-color) 0%,#621 100%);color:var(--white);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.hero:before{content:'';position:absolute;width:600px;height:600px;background:rgba(255,107,53,.1);border-radius:50%;top:-200px;right:-100px;animation:float 6s ease-in-out infinite}.hero:after{content:'';position:absolute;width:400px;height:400px;background:rgba(247,147,30,.1);border-radius:50%;bottom:-100px;left:-50px;animation:float 8s ease-in-out infinite reverse}@keyframes float{0%,100%{transform:translateY(0px)}50%{transform:translateY(20px)}}.hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:40px;text-align:center}.hero h1{font-size:clamp(2rem,5vw,4rem);font-weight:700;margin-bottom:20px;line-height:1.2;animation:slideInDown .8s ease-out}.hero p{font-size:clamp(1rem,2vw,1.25rem);margin-bottom:40px;color:rgba(255,255,255,.9);animation:slideInUp .8s ease-out .2s both}.hero-cta{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;animation:slideInUp .8s ease-out .4s both}.btn{display:inline-block;padding:14px 32px;font-size:1rem;font-weight:600;border-radius:8px;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:var(--primary-color);color:#fff}.btn-primary:hover{background:#e88100;transform:translateY(-2px);box-shadow:var(--shadow-md)}.btn-secondary{background:0 0;color:#fff;border:2px solid #fff}.btn-secondary:hover{background:#fff;color:var(--secondary-color)}@keyframes slideInDown{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.features{padding:80px 40px;background:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;max-width:1200px;margin:0 auto}.feature-card{background:var(--bg-light);padding:40px;border-radius:8px;transition:all .3s ease;box-shadow:var(--shadow-sm)}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-md)}.feature-icon{width:60px;height:60px;background:var(--primary-color);border-radius:8px;display:flex;align-items:center;justify-content:center;margin-bottom:20px;font-size:2rem}.feature-card h3{font-size:1.25rem;margin-bottom:15px;color:var(--text-dark)}.feature-card p{color:var(--text-light);line-height:1.8}.routes-section{padding:80px 40px;background:var(--white)}.routes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px;max-width:1200px;margin:0 auto}.route-card{background:var(--white);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-md);transition:all .3s ease;display:flex;flex-direction:column;height:100%}.route-card:hover{transform:translateY(-10px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.route-card-image{width:100%;height:250px;object-fit:cover;display:block}.route-card-content{padding:30px;flex:1;display:flex;flex-direction:column}.route-card-content h3{color:var(--secondary-color);font-size:1.5rem;margin-bottom:10px;font-weight:700}.route-card-content .route-subtitle{color:var(--primary-color);font-size:.95rem;font-weight:600;margin-bottom:15px}.route-card-content p{color:var(--text-light);line-height:1.8;font-size:.95rem;margin-bottom:20px;flex:1}.route-info{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:20px;padding-top:15px;border-top:1px solid var(--border-color)}.route-info-item{font-size:.85rem;color:var(--text-light)}.route-price{font-size:1.5rem;color:var(--primary-color);font-weight:700;margin-bottom:15px}.route-card .btn{width:100%;text-align:center}.site-footer{background:var(--secondary-color);color:var(--white);padding:60px 40px;margin-top:80px}.footer-content{max-width:1200px;margin:0 auto}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:40px;margin-bottom:40px}.footer-widget h3{color:var(--primary-color);margin-bottom:20px;font-size:1.2rem}.footer-widget ul{list-style:none}.footer-widget li{margin-bottom:10px}.footer-widget a{color:rgba(255,255,255,.8);text-decoration:none;transition:color .3s ease}.footer-widget a:hover{color:var(--primary-color)}.footer-bottom{border-top:1px solid rgba(255,255,255,.2);padding-top:30px;text-align:center;font-size:.95rem;color:rgba(255,255,255,.8)}.language-switcher{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin:20px 0}.language-switcher a{padding:8px 14px;background:var(--primary-color);color:var(--white);border-radius:4px;text-decoration:none;font-size:.9rem;transition:all .3s ease}.language-switcher a:hover,.language-switcher a.active{background:var(--secondary-color);box-shadow:var(--shadow-md)}@media (max-width:768px){.hero-content{padding:20px}.hero h1{font-size:2rem}.hero-cta{flex-direction:column;align-items:center}.btn{width:100%;max-width:300px}.features{padding:40px 20px}.routes-grid{grid-template-columns:1fr}.site-footer{padding:40px 20px}.footer-grid{grid-template-columns:1fr;gap:30px}}