/* ============================================================
   All Star Airlines — Site CSS (public website)
   ============================================================ */

/* ── SITE NAV ───────────────────────────────────────────────── */
.site-nav {
  background: #fff;
  border-bottom: 0.5px solid #E2E8F0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.site-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  height: 64px;
  display: flex;
  align-items: center;
  gap: 32px;
}
.site-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  flex-shrink: 0;
}
.site-logo img { height: 36px; width: auto; }
.logo-mark-sm {
  width: 34px; height: 34px;
  background: #B91C1C;
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: #fff; font-size: 17px;
}
.site-logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.site-logo-text .l1 { font-size: 13px; font-weight: 600; color: #B91C1C; letter-spacing: .04em; }
.site-logo-text .l2 { font-size: 9px; color: #64748B; letter-spacing: .06em; text-transform: uppercase; }

.site-nav-links { display: flex; gap: 4px; flex: 1; justify-content: center; }
.site-nav-links a {
  font-size: 13px; font-weight: 500; color: #64748B;
  text-decoration: none; padding: 6px 12px; border-radius: 8px;
  transition: color .15s, background .15s;
}
.site-nav-links a:hover { color: #B91C1C; background: #FEF2F2; text-decoration: none; }
.site-nav-links a.active { color: #B91C1C; }

.site-nav-cta { display: flex; gap: 8px; align-items: center; flex-shrink: 0; }
.btn-nav-ghost {
  font-size: 13px; color: #0F172A; font-weight: 500;
  background: none; border: none; padding: 7px 14px;
  border-radius: 8px; text-decoration: none;
  display: flex; align-items: center; gap: 5px;
}
.btn-nav-ghost:hover { background: #F8FAFC; color: #B91C1C; text-decoration: none; }
.btn-nav-outline {
  font-size: 13px; color: #0F172A; font-weight: 500;
  background: none; border: 0.5px solid #E2E8F0; padding: 7px 16px;
  border-radius: 8px; text-decoration: none;
}
.btn-nav-outline:hover { border-color: #B91C1C; color: #B91C1C; text-decoration: none; }
.btn-nav-red {
  font-size: 13px; color: #fff; font-weight: 500;
  background: #B91C1C; border: none; padding: 7px 16px;
  border-radius: 8px; text-decoration: none;
}
.btn-nav-red:hover { background: #991B1B; color: #fff; text-decoration: none; }

.mobile-menu-btn {
  background: none; border: 0.5px solid #E2E8F0; border-radius: 8px;
  padding: 6px 10px; font-size: 18px; color: #0F172A; cursor: pointer;
  margin-left: auto;
}
.mobile-menu {
  display: none; flex-direction: column;
  border-top: 0.5px solid #E2E8F0; background: #fff;
  padding: 16px 24px;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  font-size: 14px; font-weight: 500; color: #64748B;
  padding: 10px 0; border-bottom: 0.5px solid #F1F5F9;
  text-decoration: none;
}
.mobile-menu a:hover { color: #B91C1C; }
.mobile-menu-cta { padding-top: 16px; }

/* ── HERO ───────────────────────────────────────────────────── */
.hero-section {
  background: #0F172A;
  position: relative;
  overflow: hidden;
  padding: 72px 0 0;
}
.hero-bg-img {
  position: absolute; right: 0; top: 0; width: 50%; height: 100%;
  background-size: cover; background-position: center;
  background-image: url('/assets/img/hero-people.jpg');
}
.hero-overlay {
  right: 0; top: 0; width: 55%; height: 100%;
  background: linear-gradient(to right, #0F172A 0%, #0F172A 30%, transparent 70%);
}
.hero-content {
  position: relative; z-index: 2;
  max-width: 540px; padding: 0 0 0 0;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(185,28,28,.2); border: 0.5px solid rgba(185,28,28,.4);
  border-radius: 20px; padding: 5px 14px;
  font-size: 11px; color: #FCA5A5; font-weight: 600;
  margin-bottom: 18px; text-transform: uppercase; letter-spacing: .06em;
}
.hero-section h1 {
  font-size: 42px; font-weight: 600; color: #fff;
  line-height: 1.18; margin-bottom: 16px;
}
.hero-section h1 span { color: #FCA5A5; }
.hero-section p { font-size: 15px; color: rgba(255,255,255,.65); line-height: 1.7; margin-bottom: 28px; }
.hero-trust { display: flex; gap: 20px; flex-wrap: wrap; margin-bottom: 40px; }
.hero-trust-item { display: flex; align-items: center; gap: 7px; }
.hero-trust-dot { width: 6px; height: 6px; border-radius: 50%; background: #FCA5A5; flex-shrink: 0; }
.hero-trust-text { font-size: 12px; color: rgba(255,255,255,.5); }

/* ── SEARCH BOX ─────────────────────────────────────────────── */
.search-box {
  background: #fff;
  border-radius: 16px 16px 0 0;
  box-shadow: 0 -4px 24px rgba(0,0,0,.12);
  overflow: hidden;
}
.search-tabs {
  display: flex;
  border-bottom: 0.5px solid #E2E8F0;
  padding: 0 20px;
}
.s-tab {
  font-size: 13px; font-weight: 500; color: #64748B;
  padding: 14px 18px; border-bottom: 2px solid transparent;
  cursor: pointer; display: flex; align-items: center; gap: 6px;
  text-decoration: none; background: none; border-top: none; border-left: none; border-right: none;
}
.s-tab:hover { color: #B91C1C; }
.s-tab.active { color: #B91C1C; border-bottom-color: #B91C1C; }
.s-tab i { font-size: 16px; }
.search-body { padding: 20px; }
.trip-row { display: flex; gap: 8px; margin-bottom: 14px; flex-wrap: wrap; }
.trip-opt {
  font-size: 12px; font-weight: 500; color: #64748B;
  background: none; border: 0.5px solid #E2E8F0;
  border-radius: 20px; padding: 5px 14px; cursor: pointer;
}
.trip-opt.active { background: #FEF2F2; color: #B91C1C; border-color: #FCA5A5; }
.search-fields {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr auto;
  gap: 10px; align-items: end;
}
.sf { display: flex; flex-direction: column; gap: 4px; }
.sf-label {
  font-size: 10px; font-weight: 600; color: #94A3B8;
  text-transform: uppercase; letter-spacing: .06em;
}
.sf-input {
  border: 0.5px solid #E2E8F0; border-radius: 10px;
  padding: 10px 12px; background: #F8FAFC;
  display: flex; align-items: center; gap: 8px; cursor: pointer;
  transition: border-color .15s;
}
.sf-input:hover, .sf-input:focus-within { border-color: #B91C1C; background: #fff; }
.sf-input i { font-size: 16px; color: #94A3B8; flex-shrink: 0; }
.sf-input input, .sf-input select {
  border: none; background: none; outline: none;
  font-size: 13px; font-weight: 500; color: #0F172A;
  width: 100%; font-family: inherit;
}
.sf-input .sf-sub { font-size: 10px; color: #94A3B8; margin-top: 1px; }
.btn-search-main {
  background: #B91C1C; color: #fff; border: none;
  border-radius: 10px; padding: 12px 24px;
  font-size: 14px; font-weight: 600; cursor: pointer;
  display: flex; align-items: center; gap: 8px;
  white-space: nowrap; height: 46px;
  transition: background .15s;
}
.btn-search-main:hover { background: #991B1B; }

/* ── SECTIONS ───────────────────────────────────────────────── */
.section { padding: 64px 0; }
.section-gray { background: #F8FAFC; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section-eyebrow { font-size: 11px; color: #B91C1C; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; margin-bottom: 6px; }
.section-h { font-size: 28px; font-weight: 600; color: #0F172A; margin-bottom: 8px; }
.section-sub { font-size: 15px; color: #64748B; line-height: 1.7; max-width: 560px; }

/* ── STATS BAR ──────────────────────────────────────────────── */
.stats-bar {
  background: #fff; border-top: 0.5px solid #E2E8F0; border-bottom: 0.5px solid #E2E8F0;
}
.stats-bar-inner {
  display: flex; max-width: 1200px; margin: 0 auto;
}
.stat-item {
  flex: 1; text-align: center; padding: 20px 16px;
  border-right: 0.5px solid #E2E8F0;
}
.stat-item:last-child { border-right: none; }
.stat-num { font-size: 24px; font-weight: 600; color: #B91C1C; }
.stat-lbl { font-size: 12px; color: #64748B; margin-top: 2px; }

/* ── DEAL / FLIGHT CARDS ────────────────────────────────────── */
.flight-card {
  background: #fff; border: 0.5px solid #E2E8F0; border-radius: 14px;
  padding: 18px; transition: border-color .15s, box-shadow .15s;
}
.flight-card:hover { border-color: #FCA5A5; box-shadow: 0 4px 16px rgba(185,28,28,.08); }
.deal-card {
  background: #fff; border: 0.5px solid #E2E8F0; border-radius: 14px;
  overflow: hidden; transition: border-color .15s;
}
.deal-card:hover { border-color: #FCA5A5; }
.deal-img {
  height: 130px; background: #1E293B; position: relative;
  overflow: hidden; display: flex; align-items: center; justify-content: center;
}
.deal-img img { width: 100%; height: 100%; object-fit: cover; }
.deal-img-placeholder { font-size: 11px; color: rgba(255,255,255,.3); text-align: center; }
.deal-badge {
  position: absolute; top: 10px; left: 10px;
  font-size: 10px; font-weight: 600; padding: 3px 10px; border-radius: 20px;
}
.deal-badge-promo { background: #B91C1C; color: #fff; }
.deal-badge-hot { background: #B45309; color: #fff; }
.deal-body { padding: 14px 16px; }
.deal-route { font-size: 14px; font-weight: 600; color: #0F172A; margin-bottom: 3px; }
.deal-meta { font-size: 11px; color: #94A3B8; margin-bottom: 10px; }
.deal-price { font-size: 18px; font-weight: 600; color: #B91C1C; }
.deal-was { font-size: 12px; color: #CBD5E1; text-decoration: line-through; margin-left: 6px; }
.btn-book {
  font-size: 12px; color: #B91C1C; border: 0.5px solid #FCA5A5;
  border-radius: 6px; padding: 5px 14px; background: none; cursor: pointer;
}
.btn-book:hover { background: #FEF2F2; }

/* ── TESTIMONIALS ───────────────────────────────────────────── */
.testi-card {
  background: #fff; border: 0.5px solid #E2E8F0; border-radius: 14px; padding: 22px;
}
.testi-stars { color: #B91C1C; font-size: 14px; margin-bottom: 12px; letter-spacing: 2px; }
.testi-quote { font-size: 13px; color: #334155; line-height: 1.7; margin-bottom: 16px; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 10px; border-top: 0.5px solid #F1F5F9; padding-top: 14px; }
.testi-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: #FEF2F2; color: #B91C1C;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 600; flex-shrink: 0;
}
.testi-name { font-size: 13px; font-weight: 600; color: #0F172A; }
.testi-loc { font-size: 11px; color: #94A3B8; }
.testi-trip {
  margin-left: auto; font-size: 10px; font-weight: 600;
  background: #FEF2F2; color: #B91C1C; padding: 3px 9px; border-radius: 20px;
  white-space: nowrap;
}

/* ── BLOG ───────────────────────────────────────────────────── */
.blog-card { background: #fff; border: 0.5px solid #E2E8F0; border-radius: 14px; overflow: hidden; }
.blog-card:hover { border-color: #FCA5A5; }
.blog-img { height: 160px; background: #1E293B; overflow: hidden; position: relative; }
.blog-img img { width: 100%; height: 100%; object-fit: cover; }
.blog-cat-badge {
  position: absolute; top: 10px; left: 10px;
  font-size: 10px; font-weight: 600; padding: 3px 9px; border-radius: 20px;
}
.cat-visa   { background: #D1FAE5; color: #065F46; }
.cat-travel { background: #FEF2F2; color: #991B1B; }
.cat-tips   { background: #FEF3C7; color: #92400E; }
.cat-other  { background: #F1F5F9; color: #475569; }
.blog-body { padding: 16px; }
.blog-title { font-size: 14px; font-weight: 600; color: #0F172A; line-height: 1.4; margin-bottom: 6px; }
.blog-excerpt { font-size: 12px; color: #64748B; line-height: 1.6; margin-bottom: 12px; }
.blog-meta { font-size: 11px; color: #94A3B8; }
.blog-read { font-size: 12px; color: #B91C1C; font-weight: 500; text-decoration: none; }
.blog-read:hover { text-decoration: underline; }

/* ── FAQ ───────────────────────────────────────────────────── */
.faq-item { border: 0.5px solid #E2E8F0; border-radius: 10px; overflow: hidden; margin-bottom: 8px; background: #fff; }
.faq-q {
  padding: 16px 18px; font-size: 14px; font-weight: 500; color: #0F172A;
  display: flex; align-items: center; justify-content: space-between;
  cursor: pointer; user-select: none;
}
.faq-q:hover { background: #F8FAFC; }
.faq-q i { font-size: 18px; color: #94A3B8; transition: transform .2s; flex-shrink: 0; }
.faq-q.open i { transform: rotate(180deg); color: #B91C1C; }
.faq-a {
  display: none; padding: 0 18px 16px;
  font-size: 13px; color: #64748B; line-height: 1.7;
  border-top: 0.5px solid #F1F5F9;
}
.faq-a.open { display: block; }

/* ── CONTACT ────────────────────────────────────────────────── */
.contact-info-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 20px; }
.contact-icon {
  width: 40px; height: 40px; background: #FEF2F2; color: #B91C1C;
  border-radius: 10px; display: flex; align-items: center; justify-content: center;
  font-size: 18px; flex-shrink: 0;
}

/* ── DASHBOARD LAYOUT ───────────────────────────────────────── */
.dash-wrap { display: flex; min-height: calc(100vh - 64px); }
.dash-sidebar {
  width: 220px; background: #0F172A; flex-shrink: 0;
  display: flex; flex-direction: column;
  position: sticky; top: 64px; height: calc(100vh - 64px); overflow-y: auto;
}
.dash-sidebar-inner { padding: 20px 10px; flex: 1; }
.dash-main { flex: 1; background: #F8FAFC; padding: 28px; overflow: auto; }
.dash-nav-section {
  font-size: 10px; color: rgba(255,255,255,.25); text-transform: uppercase;
  letter-spacing: .08em; padding: 14px 10px 5px; font-weight: 600;
}
.dash-nav-item {
  display: flex; align-items: center; gap: 8px;
  padding: 9px 10px; border-radius: 8px; margin-bottom: 2px;
  font-size: 13px; font-weight: 500; color: rgba(255,255,255,.55);
  text-decoration: none; cursor: pointer; transition: all .15s;
}
.dash-nav-item:hover { background: rgba(255,255,255,.06); color: #fff; text-decoration: none; }
.dash-nav-item.active { background: #B91C1C; color: #fff; }
.dash-nav-item i { font-size: 16px; }
.dash-nav-badge {
  margin-left: auto; background: #B91C1C; color: #fff;
  font-size: 9px; font-weight: 600; padding: 1px 6px; border-radius: 10px;
}
.dash-nav-item.active .dash-nav-badge { background: rgba(255,255,255,.25); }

/* ── FOOTER ─────────────────────────────────────────────────── */
.site-footer { background: #0F172A; padding: 56px 0 24px; margin-bottom: 60px; }
@media (min-width: 992px) { .site-footer { margin-bottom: 0; } }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.footer-logo .l1 { font-size: 13px; font-weight: 600; color: #fff; letter-spacing: .04em; }
.footer-logo .l2 { font-size: 10px; color: rgba(255,255,255,.4); letter-spacing: .06em; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,.4); line-height: 1.7; margin-bottom: 16px; }
.social-row { display: flex; gap: 8px; }
.social-btn {
  width: 32px; height: 32px; border-radius: 8px;
  background: rgba(255,255,255,.08); border: 0.5px solid rgba(255,255,255,.1);
  display: flex; align-items: center; justify-content: center;
  font-size: 16px; color: rgba(255,255,255,.5); text-decoration: none;
}
.social-btn:hover { background: #B91C1C; color: #fff; }
.footer-col h4 { font-size: 11px; color: rgba(255,255,255,.5); text-transform: uppercase; letter-spacing: .08em; font-weight: 600; margin-bottom: 14px; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,.4); text-decoration: none; margin-bottom: 8px; }
.footer-col a:hover { color: #fff; }
.footer-bottom { border-top: 0.5px solid rgba(255,255,255,.08); padding-top: 20px; display: flex; justify-content: space-between; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,.3); margin: 0; }

/* ── MOBILE BOTTOM NAV ──────────────────────────────────────── */
.mobile-bottom-nav {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 999;
  background: #fff; border-top: 0.5px solid #E2E8F0;
  display: flex; padding: 6px 0 max(env(safe-area-inset-bottom), 6px);
}
.mbn-item {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  gap: 3px; font-size: 9px; color: #94A3B8; text-decoration: none;
  padding: 4px 0; transition: color .15s;
}
.mbn-item i { font-size: 20px; }
.mbn-item.active { color: #B91C1C; }
.mbn-item:hover { color: #B91C1C; text-decoration: none; }
.mbn-center { position: relative; }
.mbn-center-btn {
  width: 44px; height: 44px; background: #B91C1C; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-top: -18px; border: 3px solid #fff; color: #fff; font-size: 20px;
}

/* ── RESPONSIVE ─────────────────────────────────────────────── */
@media (max-width: 991px) {
  .hero-section h1 { font-size: 28px; }
  .hero-bg-img { width: 100%; opacity: .15; }
  .hero-overlay { width: 100%; background: linear-gradient(to bottom, rgba(15,23,42,.8), rgba(15,23,42,.95)); }
  .search-fields { grid-template-columns: 1fr 1fr; }
  .btn-search-main { grid-column: 1 / -1; justify-content: center; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .stats-bar-inner { flex-wrap: wrap; }
  .stat-item { flex: 0 0 50%; border-bottom: 0.5px solid #E2E8F0; }
  .dash-sidebar { display: none; }
  body { padding-bottom: 60px; }
}
@media (max-width: 575px) {
  .section { padding: 40px 0; }
  .section-h { font-size: 22px; }
  .hero-section { padding: 48px 0 0; }
  .hero-section h1 { font-size: 24px; }
  .search-fields { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}
