.airport-hero { background: linear-gradient(135deg, #16213e, #0f3460); color: white; }
.airport-hero-code { font-size: 2rem; font-weight: 800; background: rgba(255,255,255,0.15); padding: 0.3rem 1rem; border-radius: 12px; }
.breadcrumb-dark .breadcrumb-item a { color: rgba(255,255,255,0.7); text-decoration: none; }
.breadcrumb-dark .breadcrumb-item.active, .breadcrumb-dark .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.7); }
.stat-card { background: white; border-radius: 12px; padding: 1.5rem; box-shadow: 0 2px 12px rgba(0,0,0,0.06); }
.stat-value { font-size: 2rem; font-weight: 800; }
.stat-label { font-size: 0.85rem; color: #6c757d; margin-top: 0.25rem; }
.content-card { background: white; border-radius: 12px; padding: 1.5rem; box-shadow: 0 2px 12px rgba(0,0,0,0.06); height: 100%; }
.content-card-title { font-size: 1rem; font-weight: 700; margin-bottom: 1rem; }
.airline-row { display: flex; align-items: center; gap: 0.75rem; padding: 0.5rem 0; border-bottom: 1px solid #f0f0f0; }
.airline-row:last-child { border-bottom: none; }
.airline-row-logo { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; background: #f8f9fa; border-radius: 8px; flex-shrink: 0; overflow: hidden; }
.airline-row-logo img { max-width: 30px; max-height: 30px; object-fit: contain; }
.airline-row-code { font-size: 0.65rem; font-weight: 700; color: #1a1a2e; }
.dest-row { display: flex; align-items: center; gap: 0.75rem; padding: 0.5rem 0; border-bottom: 1px solid #f0f0f0; }
.dest-row:last-child { border-bottom: none; }
.dest-code { font-weight: 700; font-size: 0.95rem; background: #f0f4ff; padding: 0.25rem 0.6rem; border-radius: 8px; color: #1a1a2e; min-width: 46px; text-align: center; }
.cta-banner { background: linear-gradient(135deg, #e8f5e9, #f0f4ff); border-radius: 16px; padding: 2rem 2.5rem; }
