@charset "UTF-8";:root{--primary: #2563eb;--secondary: #3b82f6;--accent: #f59e0b;--bg: #f3f4f6;--card-bg: #ffffff;--text-main: #1f2937;--text-muted: #4b5563}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,sans-serif;background:var(--bg);color:var(--text-main);line-height:1.7}header{background:linear-gradient(135deg,#1e3a8a,#2563eb);color:#fff;padding:5rem 1rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}header h1{font-size:2.8rem;margin-bottom:1.5rem;letter-spacing:-1px}header p{font-size:1.2rem;opacity:.9;font-weight:300}.container{max-width:1000px;margin:-60px auto 4rem;padding:0 1rem}.intro-card{background:var(--card-bg);border-radius:20px;padding:2.5rem;margin-bottom:3rem;box-shadow:0 20px 25px -5px #0000001a;border:1px solid rgba(255,255,255,.1)}.section-title{display:flex;align-items:center;font-size:1.8rem;margin:3rem 0 1.5rem;color:#111827}.section-title:before{content:"";display:inline-block;width:8px;height:32px;background:var(--primary);margin-right:12px;border-radius:4px}.airport-card{background:var(--card-bg);border-radius:16px;padding:2rem;margin-bottom:2rem;border:1px solid #e5e7eb;transition:all .3s ease}.airport-card:hover{border-color:var(--primary);box-shadow:0 10px 15px -3px #0000000d}.airport-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:10px}.airport-name{font-size:1.5rem;font-weight:700;color:#1e3a8a}.tag{background:#dbeafe;color:#1e40af;padding:4px 12px;border-radius:99px;font-size:.85rem;font-weight:600}.highlight-list{list-style:none;margin:1rem 0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.highlight-list li{display:flex;align-items:center;font-size:.95rem;color:var(--text-muted)}.highlight-list li:before{content:"✓";color:#10b981;font-weight:700;margin-right:8px}.table-container{overflow-x:auto;margin:1.5rem 0;border-radius:12px;background:#f9fafb;padding:10px}table{width:100%;border-collapse:collapse;min-width:450px}th{text-align:left;padding:12px;font-size:.85rem;text-transform:uppercase;color:#6b7280}td{padding:12px;border-top:1px solid #edf2f7;font-size:.95rem}.advice-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.advice-item{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e5e7eb}.advice-item h4{margin-bottom:10px;color:var(--primary)}.note{font-size:.9rem;color:#6b7280;margin-bottom:1rem}.small{font-size:.95rem;margin-top:10px;margin-bottom:1rem}.btn-go{display:inline-block;background:linear-gradient(to right,var(--primary),var(--secondary));color:#fff;padding:12px 30px;border-radius:8px;text-decoration:none;font-weight:700;border:none;cursor:pointer;transition:opacity .2s}.btn-go:hover{opacity:.9;box-shadow:0 4px 12px #4f46e54d}footer{text-align:center;padding:4rem 1rem;background:#111827;color:#9ca3af;margin-top:5rem}@media(max-width:640px){.highlight-list{grid-template-columns:1fr}header h1{font-size:2rem}.intro-card{padding:1.5rem}}
