*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;background:#f8fafc;color:#0f172a}
a{text-decoration:none;color:inherit}.container{width:min(1200px,calc(100% - 32px));margin:0 auto}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid #e5e7eb;backdrop-filter:blur(8px)}
.header-inner{display:flex;justify-content:space-between;align-items:center;padding:18px 0}.logo{font-weight:900;font-size:28px;letter-spacing:-.04em}
.blue{color:#2563eb;margin-left:4px}.nav{display:flex;gap:22px;flex-wrap:wrap}.nav a{font-size:12px;font-weight:700;letter-spacing:.18em;color:#334155}.nav a:hover{color:#2563eb}
.hero{position:relative;min-height:520px;display:flex;align-items:center;background-image:url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1600&q=80');background-size:cover;background-position:center}
.overlay{position:absolute;inset:0;background:linear-gradient(rgba(15,23,42,.55),rgba(15,23,42,.25))}
.hero-content{position:relative;z-index:2;color:#fff;padding:48px 0}.eyebrow{font-size:12px;letter-spacing:.35em;color:#bfdbfe;font-weight:700;margin-bottom:14px}
.hero h1{font-size:clamp(34px,6vw,68px);line-height:1.05;margin:0;font-weight:900;max-width:900px}.sub{max-width:720px;margin-top:18px;font-size:18px;color:#e2e8f0}
.search-box{margin-top:28px;background:#fff;padding:22px;border-radius:28px;box-shadow:0 20px 40px rgba(15,23,42,.18);display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.search-box input,.search-box button{min-height:48px;border-radius:14px;font-size:15px}.search-box input{border:1px solid #dbe3ee;padding:0 14px}
.search-box button,.reserve-btn{background:#2563eb;border:none;color:#fff;font-weight:800;cursor:pointer}
.section{padding:64px 0}.section-white{background:#fff;border-top:1px solid #e5e7eb}.section-title{border-left:4px solid #2563eb;padding-left:18px;margin-bottom:28px}
.section-title.center{border-left:none;text-align:center;padding-left:0}.section-title h2{margin:0;font-size:34px;font-weight:900}.section-title p{margin-top:10px;color:#64748b}
.cards{display:flex;flex-direction:column;gap:18px}.card{background:#fff;border:1px solid #e5e7eb;border-radius:28px;padding:28px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}
.date{font-size:12px;color:#94a3b8;font-weight:700;margin-bottom:12px}.route{display:flex;gap:14px;align-items:center;font-size:28px;font-weight:900;flex-wrap:wrap}.plane{color:#2563eb}
.price-area{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.price{font-size:30px;font-weight:900}.badge{font-size:11px;color:#f97316;font-weight:900}.reserve-btn{padding:12px 18px;border-radius:14px}
.destinations{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.destination{position:relative;height:300px;overflow:hidden;border-radius:20px}
.destination img{width:100%;height:100%;object-fit:cover}.destination-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.7),transparent)}
.destination-text{position:absolute;bottom:20px;left:20px;color:#fff}.destination-text h3{margin:0 0 8px 0;font-size:28px}
.simple-page{padding:80px 0;min-height:50vh}.simple-page h1{font-size:48px;font-weight:900}.footer{background:#fff;border-top:1px solid #e5e7eb;padding:40px 0}
.footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.footer h4{color:#2563eb;font-size:12px;font-weight:900;letter-spacing:.28em;margin:0 0 18px}
.footer p,.footer li,.footer a{color:#64748b;font-size:14px;line-height:1.7}.footer ul{margin:0;padding:0;list-style:none}.footer-bottom{margin-top:20px;text-align:center;font-size:12px;color:#94a3b8}
.whatsapp{position:fixed;right:20px;bottom:20px;background:#22c55e;color:#fff;width:55px;height:55px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:0 14px 28px rgba(0,0,0,.2);z-index:60}
@media (max-width:900px){.search-box,.destinations,.footer-grid{grid-template-columns:1fr}.nav{display:none}.card{align-items:flex-start}}
