.App{width:100%;min-height:100vh;margin:0;padding:0}.splash-container{background:#363939;padding:3rem 2rem;text-align:center;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1200px;margin:0 auto}.splash-image{width:60%;max-width:600px;margin-bottom:2rem;object-fit:contain;animation:fadeIn .8s ease-out}.splash-title{color:#f4f1e8;font-size:3rem;font-weight:700;margin:2rem 0 1.5rem;line-height:1.1;letter-spacing:-.02em;animation:fadeIn 1s ease-out .3s both}.splash-description{color:#f4f1e8d9;font-size:1.2rem;line-height:1.6;margin:1.5rem 0 2.5rem;max-width:600px;font-weight:300;animation:fadeInSubtle 1.2s ease-out .6s both}@media (max-width: 768px){.splash-container{padding:2rem 1rem 1rem;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center}.splash-image{width:90%;max-width:400px;margin-top:2rem;margin-bottom:1.5rem;object-fit:contain}.splash-title{font-size:1.8rem;margin:1rem 0;line-height:1.2}.splash-description{font-size:.9rem;line-height:1.4;margin:1rem 0 1.5rem;padding:0 1rem;max-width:400px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInSubtle{0%{opacity:0}to{opacity:.85}}.navigation{position:fixed;top:0;left:0;right:0;background:#363939f2;padding:1rem}.nav-container{display:flex;justify-content:space-between;align-items:center}.nav-logo{color:#f4f1e8;text-decoration:none;font-size:1.2rem}.nav-links{display:flex;gap:1rem}.nav-link{color:#f4f1e8;text-decoration:none;padding:.5rem}.nav-link.active{color:#f7931e}.splash-nav-list{margin-top:2rem;opacity:0;animation:fadeIn 1s ease-out .9s both}.splash-nav-link{color:#f4f1e8;text-decoration:none;padding:1rem;margin:.5rem;border:1px solid rgba(244,241,232,.3);display:inline-block;transition:all .3s ease}.splash-nav-link:hover{border-color:#f4f1e899;background:#f4f1e80d;transform:translateY(-2px)}@media (max-width: 768px){.navigation{padding:.75rem 1rem}.nav-logo{display:none}.nav-container{justify-content:center}.nav-links{gap:2rem}.nav-link{font-size:1.1rem;padding:.75rem .5rem}}.about-page{background:#363939;padding:6rem 2rem 2rem}@media (max-width: 768px){.about-page{padding:4rem 1rem 2rem}.about-title{font-size:1.5rem;margin-bottom:1.5rem}}.about-title{color:#f4f1e8;font-size:2rem;text-align:center;margin-bottom:2rem}.about-section{margin-bottom:2rem}.about-section h2{color:#f4f1e8;font-size:1.3rem;margin-bottom:1rem}.about-section p{color:#f4f1e8bf;font-size:1rem;line-height:1.6}.itinerary-page{background:#363939;padding:6rem 2rem 5rem;min-height:100vh;position:relative}.year-selector{display:flex;justify-content:center;margin-bottom:2rem;gap:1rem}@media (max-width: 768px){.year-selector.desktop-selector{display:none}}.year-btn{background:#f4f1e81a;border:2px solid rgba(247,147,30,.5);color:#f4f1e8bf;padding:.75rem 1.5rem;border-radius:6px;cursor:pointer;transition:all .3s ease;font-weight:600}.year-btn:hover{background:#f7931e33;border-color:#f7931e}.year-btn.active{background:#f7931e;color:#363939;border-color:#f7931e}.itinerary-title{color:#f4f1e8;font-size:2rem;text-align:center;margin-bottom:2rem}.tour-details{margin-bottom:2rem;background:#f4f1e80d;padding:1.5rem;border-radius:8px;border:1px solid rgba(247,147,30,.2)}.detail-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.detail-item{color:#f4f1e8d9}.detail-item strong{color:#f7931e;display:inline-block;min-width:100px}.notable-aircraft{margin-bottom:2rem}.notable-aircraft h3{color:#f4f1e8;margin-bottom:1rem;font-size:1.3rem}.aircraft-list{display:flex;flex-wrap:wrap;gap:.75rem}.aircraft-tag{background:#f7931e33;color:#f7931e;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;border:1px solid rgba(247,147,30,.4)}.itinerary-timeline{margin-top:2rem}.timeline-item{display:flex;margin-bottom:2rem;position:relative}.timeline-marker{flex-shrink:0;width:40px;display:flex;flex-direction:column;align-items:center;margin-right:1.5rem}.marker-dot{width:16px;height:16px;background:#f7931e;border-radius:50%;border:3px solid #363939;box-shadow:0 0 0 3px #f7931e4d}.marker-line{flex:1;width:2px;background:linear-gradient(to bottom,#f7931e,#f7931e4d);margin-top:1rem;min-height:60px}.timeline-content{flex:1;background:#f4f1e814;padding:1.5rem;border-radius:8px;border-left:3px solid #f7931e}.timeline-header{margin-bottom:1rem}.timeline-date{color:#f7931e;font-size:1rem;font-weight:700;margin-bottom:.5rem}.timeline-route{color:#f4f1e8;font-size:1.2rem;margin:0;line-height:1.4}.timeline-airports{margin-top:.75rem;margin-bottom:.75rem}.airport-info{color:#f4f1e8bf;font-size:.9rem;margin-bottom:.25rem}.airport-info strong{color:#f4f1e8e6;display:inline-block;min-width:50px}.overnight-indicator{color:#f7931e;font-size:.85rem;font-weight:600;margin-top:.5rem;padding:.25rem .75rem;background:#f7931e33;border-radius:12px;display:inline-block}.timeline-distance{color:#f4f1e8bf;font-size:.95rem}.timeline-distance strong{color:#f4f1e8e6}.mobile-year-toggle{position:fixed;bottom:0;left:0;right:0;background:#363939f2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:1px solid rgba(247,147,30,.3);padding:1rem;display:none;justify-content:center;gap:1rem;z-index:1000}@media (max-width: 768px){.mobile-year-toggle{display:flex}}.toggle-btn{background:#f4f1e81a;border:2px solid rgba(247,147,30,.5);color:#f4f1e8bf;padding:.75rem 2rem;border-radius:25px;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:1rem;min-width:100px}.toggle-btn:hover{background:#f7931e33;border-color:#f7931e}.toggle-btn.active{background:#f7931e;color:#363939;border-color:#f7931e;transform:translateY(-2px);box-shadow:0 4px 12px #f7931e66}@media (max-width: 768px){.itinerary-page{padding:4rem 1rem 7rem}.itinerary-title{font-size:1.5rem;margin-bottom:1.5rem}.detail-grid{grid-template-columns:1fr;gap:.75rem}.timeline-marker{margin-right:1rem}.timeline-content{padding:1rem}.timeline-route{font-size:1rem}.aircraft-list{gap:.5rem}.aircraft-tag{font-size:.8rem;padding:.4rem .8rem}}.history-page{min-height:100vh;background-color:#f8f9fa}.history-container{max-width:1200px;margin:0 auto;padding:120px 2rem 4rem}.history-title{font-size:3rem;font-weight:700;color:#2c3e50;text-align:center;margin-bottom:3rem}.history-content{max-width:800px;margin:0 auto}.history-content p{font-size:1.1rem;line-height:1.8;color:#444;margin-bottom:1.5rem;text-align:justify}.participants-list{margin:2rem 0}.participants-list h3{font-size:1.3rem;font-weight:600;color:#2c3e50;margin-bottom:1rem;margin-top:2rem}.participants-list h3:first-child{margin-top:1rem}.participants-list ul{list-style-type:none;padding:0}.participants-list ul li{padding:.3rem 0;font-size:1rem;color:#555;border-bottom:1px solid #eee}.participants-list ul li:last-child{border-bottom:none}body{margin:0;padding:0;background:#363939;font-family:Georgia,serif}*{box-sizing:border-box}
