:root {
  --navy: #071a38;
  --navy-2: #0e2a56;
  --blue: #1767c2;
  --gold: #c99a2e;
  --gold-2: #f0c96a;
  --ink: #16223a;
  --muted: #647084;
  --line: #dbe2ec;
  --soft: #f5f7fb;
  --white: #ffffff;
  --danger: #b42318;
  --success: #067647;
  --shadow: 0 20px 50px rgba(7, 26, 56, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.hp-field { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }

.topbar {
  background: var(--navy);
  color: rgba(255,255,255,.86);
  font-size: 13px;
}
.topbar .wrap, .nav .wrap, .section .wrap, .footer .wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}
.topbar .wrap {
  min-height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.nav {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(219,226,236,.82);
  box-shadow: 0 16px 38px rgba(7,26,56,.1);
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.nav .wrap {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  font-weight: 900;
  letter-spacing: .01em;
  color: var(--navy);
  line-height: 1.05;
}
.brand-mark {
  width: 70px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  box-shadow: none;
  flex: 0 0 auto;
}
.brand-mark img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 8px 14px rgba(2, 32, 80, .18));
}
.brand > span:not(.brand-mark) {
  display: grid;
  gap: 4px;
  font-size: 18px;
}
.brand small {
  display: block;
  color: #68758a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.menu {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.menu a {
  padding: 11px 12px;
  border-radius: 8px;
  color: #26364f;
  font-size: 14px;
  font-weight: 760;
}
.menu a:hover, .menu a.active {
  background: rgba(11,110,253,.08);
  color: var(--blue);
}
.nav-toggle { display: none; }

.hero {
  color: white;
  background:
    linear-gradient(100deg, rgba(7,26,56,.94), rgba(14,42,86,.84) 50%, rgba(7,26,56,.52)),
    url("images/hero-flights.jpg") center/cover;
  min-height: 640px;
  display: flex;
  align-items: center;
}
.hero .wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 46px;
  align-items: center;
}
.eyebrow {
  color: var(--gold-2);
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .14em;
}
h1, h2, h3 { margin: 0; line-height: 1.08; color: inherit; }
.hero h1 { font-size: clamp(42px, 6vw, 78px); max-width: 760px; }
.hero p { font-size: 18px; color: rgba(255,255,255,.86); max-width: 680px; }
.actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 26px; }
.btn {
  border: 0;
  cursor: pointer;
  border-radius: 6px;
  padding: 13px 18px;
  font-weight: 850;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
}
.btn.primary { background: linear-gradient(135deg, var(--gold-2), var(--gold)); color: var(--navy); }
.btn.dark { background: var(--navy); color: white; }
.btn.light { background: white; color: var(--navy); }
.btn.ghost { border: 1px solid rgba(255,255,255,.4); color: white; background: rgba(255,255,255,.08); }
.btn.secondary { background: #eef4ff; color: var(--blue); }
.quick-panel {
  background: white;
  color: var(--ink);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 22px;
}
.quick-panel h2 { font-size: 24px; color: var(--navy); }
.quick-panel .mini-grid { margin-top: 16px; }

.section { padding: 76px 0; }
.section.soft { background: var(--soft); }

.explorer-hero {
  color: white;
  background:
    linear-gradient(110deg, rgba(7,26,56,.95), rgba(14,42,86,.82) 52%, rgba(7,26,56,.45)),
    url("images/hero-home-airplane.jpg") center/cover;
  min-height: 520px;
  display: flex;
  align-items: center;
}
.explorer-hero .wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 34px;
  align-items: end;
}
.explorer-hero h1 { font-size: clamp(38px, 6vw, 70px); max-width: 850px; }
.explorer-hero p { color: rgba(255,255,255,.86); max-width: 760px; font-size: 18px; }
.explorer-hero-panel {
  border: 1px solid rgba(255,255,255,.24);
  background: rgba(255,255,255,.12);
  backdrop-filter: blur(16px);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 24px 60px rgba(0,0,0,.22);
}
.explorer-hero-panel strong { display: block; font-size: 24px; color: var(--gold-2); }
.explorer-hero-panel span { color: rgba(255,255,255,.82); }
.explorer-section { background: linear-gradient(180deg, #fff, #f5f7fb); }
.explorer-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 16px 40px rgba(7,26,56,.08);
}
.explorer-tabs button,
.explorer-chips button {
  border: 0;
  border-radius: 6px;
  min-height: 44px;
  padding: 10px 14px;
  background: #eef4ff;
  color: var(--navy);
  font-weight: 850;
  cursor: pointer;
}
.explorer-tabs button.active,
.explorer-chips button.active {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: var(--navy);
}
.explorer-toolbar {
  margin: 22px 0 14px;
  display: grid;
  grid-template-columns: minmax(240px, 1.4fr) repeat(3, minmax(150px, .7fr));
  gap: 12px;
  align-items: start;
}
.explorer-search { position: relative; }
.explorer-toolbar input,
.explorer-toolbar select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 0 14px;
  background: white;
  color: var(--ink);
  font: inherit;
}
.autocomplete-list {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  z-index: 8;
  display: none;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.autocomplete-list.open { display: grid; }
.autocomplete-list button {
  border: 0;
  background: white;
  text-align: left;
  padding: 12px 14px;
  cursor: pointer;
  color: var(--ink);
  font: inherit;
}
.autocomplete-list button:hover { background: #eef4ff; }
.country-name-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  max-width: 100%;
}
.country-name-row span:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.explorer-chips {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.explorer-results-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 12px 0 18px;
}
.explorer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.explorer-card {
  background: white;
  border: 1px solid rgba(219,226,236,.9);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 16px 42px rgba(7,26,56,.09);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.explorer-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 56px rgba(7,26,56,.14);
}
.explorer-card.clickable-card {
  cursor: pointer;
}
.explorer-card.clickable-card:hover {
  border-color: rgba(213,166,66,.72);
}
.explorer-card > img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #dbe2ec;
}
.explorer-card-body {
  padding: 18px;
  display: grid;
  gap: 12px;
}
.explorer-title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.explorer-title h3, .guide-card h3 { color: var(--navy); font-size: 22px; }
.airline-logo {
  min-width: 48px;
  height: 38px;
  border-radius: 6px;
  display: grid;
  place-items: center;
  background: #eef4ff;
  color: var(--navy);
  font-weight: 950;
  box-shadow: inset 0 0 0 1px rgba(23,103,194,.12);
}
.country-flag {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: #eef4ff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 1px rgba(7,26,56,.1), 0 8px 18px rgba(7,26,56,.12);
  flex: 0 0 auto;
}
.country-flag.small {
  width: 30px;
  height: 22px;
  border-radius: 4px;
}
.country-flag.medium {
  width: 48px;
  height: 34px;
  border-radius: 6px;
}
.country-flag.large {
  width: 86px;
  height: 60px;
  border-radius: 8px;
}
.flag-fallback {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
}
.country-card-flag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 62px;
}
.country-title {
  align-items: center;
}
.airline-logo-img {
  width: 56px;
  height: 42px;
  object-fit: contain;
  border-radius: 6px;
  background: #eef4ff;
  padding: 6px;
  box-shadow: inset 0 0 0 1px rgba(23,103,194,.12);
  flex: 0 0 auto;
}
.airline-logo-img.small {
  width: 34px;
  height: 26px;
  padding: 3px;
  border-radius: 5px;
}
.airline-name-row,
.country-name-row {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.meta-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}
.meta-grid span {
  display: grid;
  gap: 3px;
  min-width: 0;
  padding: 10px;
  border-radius: 6px;
  background: #f6f8fc;
  color: var(--muted);
  font-size: 12px;
}
.meta-grid strong {
  color: var(--ink);
  font-size: 13px;
  overflow-wrap: anywhere;
}
.explorer-card details {
  border-top: 1px solid var(--line);
  padding-top: 8px;
}
.explorer-card summary {
  cursor: pointer;
  color: var(--blue);
  font-weight: 850;
}
.view-detail-btn {
  justify-self: start;
  border: 0;
  border-radius: 6px;
  padding: 10px 14px;
  background: var(--navy);
  color: white;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}
.view-detail-btn:hover {
  transform: translateY(-1px);
  background: var(--blue);
}
.explorer-detail-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  padding: 24px;
  background: rgba(7,26,56,.62);
  backdrop-filter: blur(10px);
  overflow-y: auto;
}
.explorer-detail-overlay.open {
  display: grid;
  align-items: start;
}
.explorer-detail-panel {
  width: min(1080px, 100%);
  margin: 24px auto;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 30px 90px rgba(7,26,56,.32);
}
.explorer-detail-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  border: 0;
  border-radius: 6px;
  padding: 10px 12px;
  background: rgba(255,255,255,.94);
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 10px 28px rgba(7,26,56,.16);
}
.detail-hero {
  position: relative;
  min-height: 320px;
  display: grid;
  align-items: end;
  color: white;
  background: var(--navy);
}
.detail-hero > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7,26,56,.12), rgba(7,26,56,.84));
}
.detail-hero-content {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 12px;
  padding: 34px;
}
.detail-hero-title {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.detail-hero-title h2 {
  color: white;
  font-size: clamp(32px, 5vw, 56px);
  line-height: 1;
}
.detail-hero-title .airline-logo-img {
  width: 70px;
  height: 52px;
  background: white;
}
.detail-body {
  display: grid;
  gap: 22px;
  padding: 28px 34px 34px;
}
.detail-summary {
  color: var(--muted);
  font-size: 17px;
  max-width: 780px;
}
.detail-section {
  display: grid;
  gap: 12px;
}
.detail-section h3 {
  color: var(--navy);
}
.detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.detail-list span {
  border-radius: 999px;
  background: #eef4ff;
  color: var(--navy);
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 850;
}
.detail-article {
  color: var(--ink);
  line-height: 1.75;
  display: grid;
  gap: 14px;
}
.detail-actions a {
  display: inline-flex;
  align-items: center;
  border-radius: 6px;
  padding: 10px 14px;
  background: var(--gold);
  color: var(--navy);
  font-weight: 950;
}
.country-map-section {
  border: 1px solid rgba(219,226,236,.95);
  border-radius: 8px;
  padding: 18px;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
}
.country-map-section > p,
.country-map-section p {
  color: var(--muted);
}
.country-map-card {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(180px, .8fr);
  gap: 16px;
  align-items: stretch;
}
.world-context-map,
.country-outline {
  min-height: 230px;
  border-radius: 8px;
  background: #eaf2fb;
  overflow: hidden;
  position: relative;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(7,26,56,.08);
}
.world-context-map svg {
  width: 92%;
  height: 80%;
  fill: rgba(23,103,194,.18);
  stroke: rgba(7,26,56,.16);
  stroke-width: .6;
}
.map-marker {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background: var(--gold);
  box-shadow: 0 0 0 7px rgba(213,166,66,.25), 0 10px 24px rgba(7,26,56,.24);
}
.country-outline img {
  width: 82%;
  height: 82%;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(7,26,56,.18));
}
.map-caption {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
  color: var(--muted);
}
.map-caption strong {
  color: var(--navy);
}
.detail-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 14px;
  margin-top: 10px;
}
.detail-columns p, .guide-article p { margin: 0 0 8px; }
mark {
  background: rgba(240,201,106,.55);
  color: inherit;
  border-radius: 3px;
  padding: 0 2px;
}

.explorer-admin-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 16px;
}
.explorer-admin-tabs button {
  border: 1px solid var(--line);
  background: white;
  color: var(--navy);
  border-radius: 6px;
  min-height: 42px;
  padding: 10px 14px;
  font-weight: 850;
  cursor: pointer;
}
.explorer-admin-tabs button.active {
  background: var(--navy);
  color: white;
  border-color: var(--navy);
}

@media (max-width: 980px) {
  .explorer-hero .wrap { grid-template-columns: 1fr; }
  .explorer-toolbar { grid-template-columns: 1fr 1fr; }
  .explorer-search { grid-column: 1 / -1; }
  .explorer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 680px) {
  .explorer-hero { min-height: 560px; }
  .explorer-tabs { grid-template-columns: 1fr; }
  .explorer-toolbar, .explorer-grid, .detail-columns, .meta-grid { grid-template-columns: 1fr; }
  .explorer-results-head { align-items: stretch; flex-direction: column; }
  .explorer-detail-overlay { padding: 10px; }
  .explorer-detail-panel { margin: 8px auto; }
  .detail-hero { min-height: 260px; }
  .detail-hero-content, .detail-body { padding: 22px; }
  .explorer-detail-close { top: 10px; right: 10px; }
  .country-map-card { grid-template-columns: 1fr; }
  .world-context-map, .country-outline { min-height: 190px; }
}
.section.navy { background: var(--navy); color: white; }
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: end;
  margin-bottom: 28px;
}
.section-head h2 { color: var(--navy); font-size: clamp(30px, 4vw, 48px); }
.navy .section-head h2 { color: white; }
.section-head p { color: var(--muted); max-width: 650px; margin: 10px 0 0; }
.navy .section-head p { color: rgba(255,255,255,.72); }
.grid { display: grid; gap: 18px; }
.grid.cards { grid-template-columns: repeat(3, 1fr); }
.grid.two { grid-template-columns: repeat(2, 1fr); }
.card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  box-shadow: 0 8px 24px rgba(7,26,56,.05);
}
.card h3 { color: var(--navy); font-size: 21px; margin-bottom: 9px; }
.card p, .card li { color: var(--muted); }
.icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: #eef4ff;
  color: var(--blue);
  font-weight: 900;
  margin-bottom: 14px;
}
.highlight {
  border-left: 4px solid var(--gold);
  background: #fff9e9;
  padding: 14px 16px;
  border-radius: 6px;
  color: #5e4510;
}

.form-panel {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 24px;
}
.form-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.form-grid .wide { grid-column: 1 / -1; }
.field label {
  display: block;
  color: var(--navy);
  font-size: 13px;
  font-weight: 850;
  margin-bottom: 6px;
}
.airport-field {
  position: relative;
}
.airport-autocomplete {
  position: absolute;
  z-index: 40;
  left: 0;
  right: 0;
  top: calc(100% + 6px);
  display: none;
  max-height: 340px;
  overflow: auto;
  border: 1px solid rgba(15,118,110,.18);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow-lift);
}
.airport-autocomplete.open {
  display: grid;
}
.airport-option {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 2px 12px;
  width: 100%;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 12px;
  background: #fff;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}
.airport-option:hover,
.airport-option:focus {
  background: #f6fbfa;
}
.airport-option strong {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  min-height: 46px;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: var(--navy);
  font-size: 17px;
}
.airport-option span {
  color: var(--navy);
  font-weight: 900;
  line-height: 1.2;
}
.airport-option small {
  color: var(--muted);
  font-weight: 750;
}
.airport-option mark {
  padding: 0 1px;
  border-radius: 3px;
  background: #fff1bd;
  color: inherit;
}
.airport-empty {
  padding: 13px;
  color: var(--muted);
  font-weight: 800;
}
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cfd8e5;
  border-radius: 6px;
  padding: 11px 12px;
  font: inherit;
  color: var(--ink);
  background: white;
}
.field textarea { min-height: 112px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus {
  outline: 3px solid rgba(23,103,194,.16);
  border-color: var(--blue);
}
.admin-form .form-grid {
  align-items: start;
}
.toggle-field {
  align-self: end;
}
.switch-label {
  min-height: 46px;
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  padding: 10px 12px;
  border: 1px solid #cfd8e5;
  border-radius: 6px;
  background: #fbfdff;
  color: var(--ink) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}
.switch-label input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.switch-control {
  width: 38px;
  height: 22px;
  flex: 0 0 38px;
  position: relative;
  border-radius: 999px;
  background: #c9d4e4;
  box-shadow: inset 0 0 0 1px rgba(7,26,56,.08);
  transition: background .18s ease;
}
.switch-control::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 2px 6px rgba(7,26,56,.2);
  transition: transform .18s ease;
}
.switch-label input:checked + .switch-control {
  background: var(--blue);
}
.switch-label input:checked + .switch-control::after {
  transform: translateX(16px);
}
.package-preview-row {
  display: grid;
  grid-template-columns: 132px 1fr;
  gap: 12px;
  align-items: center;
}
.image-gallery-preview,
.package-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}
.image-gallery-preview img,
.package-gallery img {
  width: 58px;
  height: 44px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: var(--soft);
}
.package-gallery {
  margin: 10px 0 4px;
}
.package-cell {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px;
  align-items: center;
  min-width: 240px;
}
.package-cell img,
.package-thumb-empty {
  width: 58px;
  height: 44px;
  border-radius: 6px;
  border: 1px solid var(--line);
  object-fit: cover;
  background: var(--soft);
}
.package-thumb-empty {
  display: grid;
  place-items: center;
  color: var(--muted);
  font-size: 11px;
  text-align: center;
  line-height: 1.15;
}
.mini-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin: 2px 0;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eef2f7;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}
.mini-pill.on {
  background: #e8f7ef;
  color: var(--success);
}
.mini-pill.danger {
  background: #fff1f0;
  color: var(--danger);
}
.payment-page .highlight {
  margin-bottom: 18px;
}
.payment-method-item small {
  color: var(--muted);
  font-weight: 750;
}
.card-brand-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 10px 0 4px;
}
.card-brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 8px;
  border: 1px solid rgba(197, 164, 106, 0.36);
  background: linear-gradient(135deg, rgba(255,255,255,0.96), rgba(248,242,232,0.92));
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 10px 24px rgba(12, 35, 64, 0.08);
}
.choice-row { display: flex; gap: 10px; flex-wrap: wrap; }
.choice-row label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px 12px;
  font-weight: 750;
}
.mini-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.mini-grid a {
  min-height: 82px;
  display: grid;
  grid-template-columns: 38px 1fr;
  grid-template-rows: auto auto;
  column-gap: 10px;
  row-gap: 2px;
  align-items: center;
  background: linear-gradient(135deg, #ffffff, #f7fbfb);
  border: 1px solid rgba(15,118,110,.14);
  border-radius: var(--radius);
  padding: 11px;
  font-weight: 850;
  color: var(--navy);
  box-shadow: 0 10px 24px rgba(7,26,56,.06);
}
.mini-grid a strong {
  display: block;
  align-self: center;
  font-size: 14.5px;
  line-height: 1.18;
}
.mini-grid a small {
  grid-column: 2;
  color: #3f4f66;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.service-icon {
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: var(--navy);
  font-size: 11px;
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(201,154,46,.24);
}
.status { margin-top: 12px; font-weight: 800; }
.status.error { color: var(--danger); }
.status.success { color: var(--success); }

.modal {
  position: fixed;
  inset: 0;
  z-index: 50;
  display: none;
  place-items: center;
  padding: 18px;
  background: rgba(4, 12, 28, .64);
}
.modal.open { display: grid; }
.modal-box {
  width: min(620px, 100%);
  background: white;
  border-radius: 8px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.modal-box h2 { color: var(--navy); font-size: 28px; }
.modal-box p { color: var(--muted); }
.request-id {
  display: inline-flex;
  margin: 10px 0;
  padding: 10px 13px;
  border-radius: 6px;
  background: #eef4ff;
  color: var(--blue);
  font-weight: 900;
  letter-spacing: .04em;
}

.admin-layout { min-height: 100vh; background: var(--soft); }
.admin-bar {
  background: var(--navy);
  color: white;
  padding: 18px 0;
}
.admin-main { width: min(1240px, calc(100% - 32px)); margin: 0 auto; padding: 28px 0; }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 18px; }
.stat { background: white; border: 1px solid var(--line); border-radius: 8px; padding: 18px; }
.stat strong { display: block; font-size: 30px; color: var(--navy); }
.stat-card { position: relative; overflow: hidden; min-height: 112px; }
.stat-card i, .health-card i {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background: #eef4ff;
  color: var(--blue);
  font-style: normal;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 12px;
}
.stat-card::after {
  content: "";
  position: absolute;
  right: 16px;
  bottom: 14px;
  width: 72px;
  height: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  opacity: .28;
}
.health-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.health-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 16px;
}
.health-card span { display: block; color: var(--muted); font-weight: 800; }
.health-card strong { display: block; color: var(--navy); font-size: 22px; margin-top: 4px; }
.health-card.ok i { background: #ecfdf3; color: var(--success); }
.health-card.warn i { background: #fff7ed; color: #b45309; }
.toolbar { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 14px; }
.toolbar input, .toolbar select { min-height: 42px; border: 1px solid var(--line); border-radius: 6px; padding: 10px; }
.table-wrap { overflow-x: auto; background: white; border: 1px solid var(--line); border-radius: 8px; }
table { width: 100%; border-collapse: collapse; min-width: 920px; }
th, td { padding: 12px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
th { color: var(--navy); font-size: 13px; background: #f7f9fc; }
.detail { white-space: pre-wrap; background: #f7f9fc; border-radius: 6px; padding: 12px; }

.admin-shell {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 280px 1fr;
}
.admin-sidebar {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: auto;
  background: var(--navy);
  color: white;
  padding: 22px;
}
.admin-sidebar .brand { color: white; margin-bottom: 24px; }
.admin-sidebar .brand small { color: rgba(255,255,255,.7); }
.admin-tabs { display: grid; gap: 8px; }
.admin-tabs button {
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: rgba(255,255,255,.84);
  border-radius: 6px;
  padding: 12px;
  text-align: left;
  font-weight: 850;
  cursor: pointer;
}
.admin-tabs button.active, .admin-tabs button:hover { background: white; color: var(--navy); }
.admin-workspace { padding: 24px; min-width: 0; }
.admin-top {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
}
.admin-top h1 { color: var(--navy); font-size: 32px; }
.admin-top p { margin: 6px 0 0; color: var(--muted); }
.admin-panel { display: none; }
.admin-panel.active { display: grid; gap: 18px; }
.admin-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.dashboard-stats { grid-template-columns: repeat(4, 1fr); }
.section-head.compact { margin-bottom: 0; }
.section-head.compact h2 { font-size: 28px; }
.quick-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.activity-list, .compact-list { display: grid; gap: 10px; max-height: 360px; overflow: auto; }
.activity-item, .compact-item {
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 10px;
  background: #f8fafc;
}
.activity-item span, .activity-item small, .compact-item span { display: block; color: var(--muted); }
.timeline .activity-item { position: relative; padding-left: 18px; }
.timeline .activity-item::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 15px;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--blue);
}
.empty-state, .empty-note { color: var(--muted); font-weight: 800; margin: 0; }
.admin-form { margin-bottom: 0; }
.image-preview {
  width: 132px;
  height: 92px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid var(--line);
  background: var(--soft);
}
.bar-list { display: grid; gap: 12px; }
.bar-row {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}
.bar-row i {
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
}
.bar-row.empty i { background: #dbe2ec; }
.wide-panel { grid-column: 1 / -1; }
.line-chart {
  position: relative;
  height: 220px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(#eef2f7 1px, transparent 1px) 0 0 / 100% 25%,
    linear-gradient(90deg, #eef2f7 1px, transparent 1px) 0 0 / 25% 100%,
    #fff;
  margin-top: 14px;
}
.line-chart::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 50%;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--blue), var(--gold));
  opacity: .5;
}
.line-point {
  position: absolute;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  gap: 4px;
}
.line-point span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--blue);
  color: white;
  font-weight: 900;
}
.line-point small { color: var(--muted); font-weight: 800; }
.pie-chart-wrap { display: grid; grid-template-columns: 150px 1fr; gap: 18px; align-items: center; }
.pie-chart {
  width: 150px;
  aspect-ratio: 1;
  border-radius: 999px;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
}
.pie-chart span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: white;
  color: var(--navy);
  font-weight: 900;
}
.status-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
}
.status-pill.online { background: #ecfdf3; color: var(--success); }
.status-pill.offline { background: #f3f4f6; color: var(--muted); }
.preview-frame {
  background: #0b1324;
  border-radius: 8px;
  padding: 14px;
  min-height: 680px;
}
.preview-frame iframe {
  width: 100%;
  min-height: 640px;
  border: 0;
  border-radius: 6px;
  background: white;
}
.preview-frame.mobile iframe {
  width: 390px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.package-media {
  aspect-ratio: 16 / 9;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  margin-bottom: 14px;
  background: #eef4ff;
}
.badge-row { display: flex; gap: 8px; flex-wrap: wrap; margin: 8px 0; }
.badge {
  display: inline-flex;
  border-radius: 999px;
  padding: 5px 9px;
  background: #eef4ff;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
}
.badge.gold { background: #fff7df; color: #7a580f; }

.footer {
  background: #06142c;
  color: rgba(255,255,255,.78);
  padding: 46px 0 24px;
}
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 24px; }
.footer h3 { color: white; margin-bottom: 12px; }
.footer a { display: block; margin: 7px 0; color: rgba(255,255,255,.76); }
.fine { border-top: 1px solid rgba(255,255,255,.12); margin-top: 28px; padding-top: 18px; font-size: 13px; }
.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}
.footer-brand .brand-mark {
  width: 72px;
  height: 54px;
}
.footer-brand h3 {
  margin: 0;
}

@media (max-width: 980px) {
  .hero .wrap, .grid.cards, .grid.two, .footer-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding: 84px 0; }
  .form-grid, .stats { grid-template-columns: repeat(2, 1fr); }
  .nav-toggle {
    display: inline-flex;
    border: 1px solid var(--line);
    background: white;
    border-radius: 6px;
    padding: 10px 12px;
    font-weight: 850;
  }
  .menu {
    display: none;
    position: absolute;
    left: 16px;
    right: 16px;
    top: 75px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 10px;
    box-shadow: var(--shadow);
  }
  .menu.open { display: grid; }
  .menu a[data-service-nav="true"] {
    display: none;
  }
  .menu .nav-services {
    display: grid;
  }
  .menu .nav-services > button {
    width: 100%;
    text-align: left;
    color: var(--navy);
    background: #f6f8fb;
  }
  .menu .nav-dropdown {
    position: static;
    display: grid;
    width: 100%;
    margin-top: 6px;
    box-shadow: none;
  }
  .admin-shell { grid-template-columns: 1fr; }
  .admin-sidebar { position: static; height: auto; }
  .admin-tabs { grid-template-columns: repeat(2, 1fr); }
  .admin-top, .admin-grid { grid-template-columns: 1fr; display: grid; }
  .dashboard-stats { grid-template-columns: repeat(2, 1fr); }
  .health-grid { grid-template-columns: 1fr; }
  .pie-chart-wrap { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .topbar .wrap { justify-content: center; text-align: center; }
  .brand small { display: none; }
  .brand { gap: 10px; }
  .brand > span:not(.brand-mark) {
    font-size: 16px;
  }
  .brand-mark {
    width: 58px;
    height: 42px;
  }
  .section { padding: 52px 0; }
  .section-head { display: block; }
  .form-grid, .stats, .mini-grid { grid-template-columns: 1fr; }
  .line-chart { height: 190px; }
  .line-point span { width: 32px; height: 32px; }
  .package-preview-row { grid-template-columns: 1fr; }
  .image-preview { width: 100%; height: 180px; }
  .package-cell { min-width: 220px; }
  .hero h1 { font-size: 42px; }
  .btn { width: 100%; }
}

/* Premium public-site layer */
:root {
  --cream: #fbf7ef;
  --mist: #eef6f8;
  --teal: #0f766e;
  --coral: #d86f45;
  --plum: #4a254f;
  --radius: 8px;
  --shadow-soft: 0 18px 45px rgba(7, 26, 56, .10);
  --shadow-lift: 0 30px 70px rgba(7, 26, 56, .18);
}

body {
  background:
    radial-gradient(circle at top left, rgba(15,118,110,.08), transparent 34rem),
    linear-gradient(180deg, #fff, #fbfcff 38%, #fff);
  text-rendering: geometricPrecision;
}

body:not(.admin-layout):not(.admin-shell) {
  overflow-x: hidden;
}

body:not(.admin-layout):not(.admin-shell) .topbar {
  position: absolute;
  inset: 0 0 auto 0;
  z-index: 31;
  background: rgba(5, 18, 38, .58);
  border-bottom: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(14px);
}

body:not(.admin-layout):not(.admin-shell) .nav {
  position: sticky;
  top: 0;
  z-index: 30;
  margin-top: 38px;
  background: rgba(5, 18, 38, .58);
  border-bottom: 1px solid rgba(255,255,255,.2);
  backdrop-filter: blur(20px);
  transition: background .25s ease, box-shadow .25s ease, border-color .25s ease, margin-top .25s ease;
}

body:not(.admin-layout):not(.admin-shell) .nav.is-scrolled,
body:not(.admin-layout):not(.admin-shell) .nav.menu-open {
  margin-top: 0;
  background: rgba(255,255,255,.95);
  border-bottom-color: rgba(219,226,236,.9);
  box-shadow: 0 18px 44px rgba(7,26,56,.1);
}

body:not(.admin-layout):not(.admin-shell) .nav:not(.is-scrolled):not(.menu-open) .brand,
body:not(.admin-layout):not(.admin-shell) .nav:not(.is-scrolled):not(.menu-open) .brand small,
body:not(.admin-layout):not(.admin-shell) .nav:not(.is-scrolled):not(.menu-open) .menu a,
body:not(.admin-layout):not(.admin-shell) .nav:not(.is-scrolled):not(.menu-open) .nav-services > button {
  color: white;
  text-shadow: 0 1px 12px rgba(0,0,0,.32);
}

body:not(.admin-layout):not(.admin-shell) .nav:not(.is-scrolled):not(.menu-open) .menu a:hover,
body:not(.admin-layout):not(.admin-shell) .nav:not(.is-scrolled):not(.menu-open) .menu a.active,
body:not(.admin-layout):not(.admin-shell) .nav:not(.is-scrolled):not(.menu-open) .nav-services > button:hover {
  background: rgba(255,255,255,.18);
  color: white;
}

.brand-mark {
  border: 0;
  border-radius: 0;
}

.menu a {
  position: relative;
  border-radius: var(--radius);
  transition: color .2s ease, background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.menu a:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(7,26,56,.08);
}

.menu a.active::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--blue));
}

.nav-services {
  position: relative;
  display: none;
}

.nav-services > button {
  min-height: 40px;
  border: 0;
  border-radius: var(--radius);
  padding: 10px 11px;
  background: transparent;
  color: inherit;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.nav-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: 240px;
  display: none;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: white;
  box-shadow: var(--shadow-lift);
}

.nav-services:hover .nav-dropdown,
.nav-services:focus-within .nav-dropdown {
  display: grid;
}

.nav-dropdown a {
  color: var(--ink) !important;
}

.hero {
  position: relative;
  margin-top: -112px;
  padding-top: 112px;
  overflow: hidden;
  background:
    linear-gradient(100deg, rgba(5,17,36,.54), rgba(8,29,55,.34) 46%, rgba(5,17,36,.24)),
    url("images/hero-home-airplane.jpg") center/cover;
  background-blend-mode: multiply, normal;
}

.premium-hero::before {
  content: "";
  position: absolute;
  inset: auto -8% 9% auto;
  width: min(52vw, 760px);
  aspect-ratio: 2.7 / 1;
  background: url("images/hero-flights.jpg") center/cover;
  border-radius: 999px 0 0 999px;
  opacity: .28;
  filter: saturate(1.08) contrast(1.08);
  transform: rotate(-4deg);
}

.premium-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.96));
  pointer-events: none;
}

.hero .wrap {
  position: relative;
  z-index: 1;
}

.hero h1 {
  letter-spacing: 0;
  text-wrap: balance;
}

.hero p {
  font-size: clamp(17px, 2vw, 20px);
}

.hero-trust {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.hero-trust span,
.hero-note {
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255,255,255,.10);
  color: rgba(255,255,255,.86);
  font-size: 13px;
  font-weight: 800;
}

.quick-panel {
  border: 1px solid rgba(255,255,255,.42);
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  padding: 20px;
}

.quick-panel-lede {
  margin: 8px 0 0;
  color: #24324a !important;
  font-size: 14.5px !important;
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1.45;
}

.quick-panel .mini-grid a {
  transition: transform .22s ease, background .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.quick-panel .mini-grid a:hover {
  transform: translateY(-3px);
  border-color: rgba(201,154,46,.42);
  background: #fff;
  box-shadow: 0 18px 38px rgba(7,26,56,.14);
}

.quick-panel .mini-grid a:hover .service-icon {
  background: linear-gradient(135deg, #fff1bd, var(--gold));
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-top: 14px;
}

.trust-row span {
  min-height: 38px;
  display: grid;
  place-items: center;
  padding: 7px 8px;
  border: 1px solid rgba(15,118,110,.16);
  border-radius: var(--radius);
  background: linear-gradient(135deg, #f6fbfa, #fff9e9);
  color: var(--navy);
  font-size: 12px;
  font-weight: 900;
  text-align: center;
}

.hero-note {
  margin-top: 18px;
  color: var(--navy);
  background: #fff8e6;
  border-color: #f1d891;
  border-radius: var(--radius);
}

.itinerary-strip {
  padding: 0;
  transform: translateY(-28px);
  position: relative;
  z-index: 3;
}

.itinerary-strip .wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
  background: var(--line);
}

.trip-step {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 86px;
  padding: 18px;
  background: white;
}

.trip-step strong {
  color: var(--gold);
  font-size: 24px;
}

.trip-step span {
  color: var(--navy);
  font-weight: 850;
}

.section {
  position: relative;
}

.section-head h2 {
  text-wrap: balance;
}

.section-head p,
.card p {
  font-size: 15.5px;
}

.card {
  position: relative;
  overflow: hidden;
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

body:not(.admin-layout):not(.admin-shell) .card:hover {
  transform: translateY(-5px);
  border-color: rgba(23,103,194,.22);
  box-shadow: var(--shadow-lift);
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: linear-gradient(90deg, var(--teal), var(--gold), var(--coral));
}

.icon {
  background: linear-gradient(135deg, #e9f7f5, #fff6df);
  color: var(--teal);
}

.showcase {
  background:
    linear-gradient(90deg, #06142c 0 42%, #fff 42% 100%);
}

.showcase .wrap {
  align-items: center;
}

.showcase h2 {
  color: var(--navy);
  font-size: clamp(30px, 4vw, 48px);
  margin: 8px 0 16px;
}

.showcase p {
  color: var(--muted);
}

.showcase-image {
  min-height: 460px;
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(6,20,44,.04), rgba(6,20,44,.22)),
    url("images/showcase-hotel.jpg") center/cover;
  box-shadow: var(--shadow-lift);
}

.page-hero {
  background:
    linear-gradient(135deg, rgba(4,18,38,.34), rgba(4,18,38,.12) 46%, rgba(201,154,46,.12)),
    url("images/hero-visa.jpg") center/cover;
  background-blend-mode: multiply, normal;
  padding-top: 112px;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,17,36,.18), transparent 46%, rgba(5,17,36,.10));
  pointer-events: none;
}

.page-hero .wrap {
  position: relative;
  z-index: 1;
}

.page-hero .section-head {
  padding: 28px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: var(--radius);
  background: rgba(255,255,255,.70);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px) saturate(1.15);
}

.page-hero h2 {
  max-width: 760px;
}

body[data-page="flights"] .page-hero {
  background:
    linear-gradient(135deg, rgba(4,18,38,.36), rgba(4,18,38,.12) 48%, rgba(23,103,194,.12)),
    url("images/hero-flights.jpg") center/cover;
}

body[data-page="hotels"] .page-hero {
  background:
    linear-gradient(135deg, rgba(4,18,38,.34), rgba(4,18,38,.10) 48%, rgba(201,154,46,.14)),
    url("images/hero-hotels.jpg") center/cover;
}

body[data-page="visa-assistance"] .page-hero {
  background:
    linear-gradient(135deg, rgba(4,18,38,.32), rgba(4,18,38,.10) 48%, rgba(15,118,110,.12)),
    url("images/hero-visa.jpg") center/cover;
}

body[data-page="packages"] .page-hero {
  background:
    linear-gradient(135deg, rgba(4,18,38,.30), rgba(4,18,38,.08) 48%, rgba(216,111,69,.13)),
    url("images/hero-packages.jpg") center/cover;
}

body[data-page="hajj-umrah"] .page-hero {
  background:
    linear-gradient(135deg, rgba(4,18,38,.38), rgba(4,18,38,.12) 48%, rgba(201,154,46,.16)),
    url("images/hero-hajj-umrah.jpg") center/cover;
}

body[data-page="corporate"] .page-hero {
  background:
    linear-gradient(135deg, rgba(4,18,38,.34), rgba(4,18,38,.10) 48%, rgba(23,103,194,.12)),
    url("images/hero-corporate.jpg") center/cover;
}

.corporate-hero {
  background:
    linear-gradient(135deg, rgba(4,18,38,.34), rgba(4,18,38,.10) 48%, rgba(23,103,194,.12)),
    url("images/hero-corporate.jpg") center 42%/cover;
}

body[data-page="contact"] .page-hero {
  background:
    linear-gradient(135deg, rgba(4,18,38,.32), rgba(4,18,38,.10) 48%, rgba(15,118,110,.12)),
    url("images/hero-contact.jpg") center/cover;
}

.contact-copy {
  align-self: start;
  padding: 28px;
  border: 1px solid rgba(255,255,255,.26);
  border-radius: var(--radius);
  color: white;
  background: linear-gradient(135deg, rgba(5,18,38,.78), rgba(10,47,66,.58));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px) saturate(1.12);
}

.contact-copy h2 {
  color: white;
}

.contact-copy p {
  color: rgba(255,255,255,.88);
  font-weight: 750;
}

.contact-copy .eyebrow {
  color: var(--gold-2);
}

body[data-page="tracking"] .page-hero {
  background:
    linear-gradient(135deg, rgba(4,18,38,.34), rgba(4,18,38,.10) 48%, rgba(23,103,194,.12)),
    url("images/hero-tracking.jpg") center/cover;
}

.lux-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 22px 0;
}

.lux-list span {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  color: var(--navy);
  font-weight: 850;
}

.package-card,
.content-card {
  padding: 0;
}

.package-card .package-body,
.content-card .package-body {
  padding: 18px;
}

.package-card .package-media,
.content-card .package-media {
  border-radius: var(--radius) var(--radius) 0 0;
  margin-bottom: 0;
}

.package-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 12px 0;
}

.package-meta span {
  padding: 6px 9px;
  border-radius: 999px;
  background: #f4f7fb;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.price-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-top: 14px;
}

.price-row strong {
  color: var(--navy);
  font-size: 22px;
}

.rating {
  color: #9a6a06;
  font-weight: 900;
}

.form-panel {
  border-color: rgba(23,103,194,.12);
}

.field input,
.field select,
.field textarea {
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  background: #fbfdff;
}

.status {
  border-radius: var(--radius);
}

.status.error,
.status.success {
  padding: 10px 12px;
}

.status.error {
  background: #fff1f0;
}

.status.success {
  background: #ecfdf3;
}

.lead-form.was-submitted .field input:invalid,
.lead-form.was-submitted .field textarea:invalid,
.lead-form.was-submitted .field select:invalid {
  border-color: rgba(180,35,24,.62);
  box-shadow: 0 0 0 3px rgba(180,35,24,.10);
}

.choice-row label:hover {
  border-color: rgba(15,118,110,.32);
  background: #f6fbfa;
}

.visa-card h3 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.flag-icon {
  display: inline-grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: #f4f7fb;
  box-shadow: inset 0 0 0 1px var(--line);
}

.btn {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 28px rgba(7,26,56,.14);
}

.btn:focus-visible,
.menu a:focus-visible,
.nav-toggle:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(201,154,46,.34);
  outline-offset: 2px;
}

.footer {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(6,20,44,.98), rgba(10,47,66,.96)),
    url("images/footer-beach.jpg") center/cover;
}

.footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4,12,28,.62);
}

.footer .wrap {
  position: relative;
  z-index: 1;
}

.footer .newsletter {
  display: flex;
  gap: 8px;
  margin-top: 12px;
}

.footer .newsletter input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: var(--radius);
  padding: 11px 12px;
  color: white;
  background: rgba(255,255,255,.10);
}

.footer .newsletter input::placeholder {
  color: rgba(255,255,255,.68);
}

.social-row {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 10px;
}

.social-row a {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 999px;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

.music-player {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 80;
  width: min(318px, calc(100vw - 24px));
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.58);
  border-radius: 14px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(7,26,56,.94), rgba(14,42,86,.86) 55%, rgba(23,103,194,.76));
  box-shadow: 0 18px 44px rgba(7,26,56,.24);
  backdrop-filter: blur(16px);
  font: inherit;
  font-size: 13px;
  letter-spacing: 0;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.music-player:hover {
  transform: translateY(-2px);
  border-color: rgba(240,201,106,.72);
  box-shadow: 0 22px 54px rgba(7,26,56,.32);
}

.music-player.is-playing {
  background:
    linear-gradient(135deg, rgba(7,26,56,.95), rgba(14,42,86,.9) 48%, rgba(201,154,46,.82));
}

.music-player.has-error {
  opacity: .72;
}

.music-player-top,
.music-controls,
.music-volume {
  display: flex;
  align-items: center;
  gap: 8px;
}

.music-toggle-icon {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: end;
  justify-content: center;
  gap: 3px;
}

.music-toggle-icon span {
  width: 3px;
  height: 8px;
  border-radius: 999px;
  background: currentColor;
  opacity: .92;
}

.music-toggle-icon span:nth-child(2) {
  height: 13px;
}

.music-toggle-icon span:nth-child(3) {
  height: 10px;
}

.music-player.is-playing .music-toggle-icon span {
  animation: musicPulse 1s ease-in-out infinite;
}

.music-player.is-playing .music-toggle-icon span:nth-child(2) {
  animation-delay: .16s;
}

.music-player.is-playing .music-toggle-icon span:nth-child(3) {
  animation-delay: .32s;
}

.music-track-select {
  min-width: 0;
  flex: 1;
  height: 38px;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 9px;
  color: #fff;
  background: rgba(255,255,255,.12);
  padding: 0 10px;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
}

.music-track-select option {
  color: var(--ink);
  background: #fff;
}

.music-btn {
  min-width: 0;
  flex: 1;
  height: 34px;
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 8px;
  color: #fff;
  background: rgba(255,255,255,.12);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.music-btn:hover,
.music-btn:focus-visible,
.music-track-select:focus-visible,
.music-volume input:focus-visible {
  outline: 0;
  border-color: rgba(240,201,106,.78);
  background: rgba(255,255,255,.18);
}

.music-btn:hover {
  transform: translateY(-1px);
}

.music-play {
  background: rgba(240,201,106,.28);
  border-color: rgba(240,201,106,.44);
}

.music-volume {
  color: rgba(255,255,255,.82);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.music-volume span {
  width: 52px;
}

.music-volume input {
  flex: 1;
  min-width: 0;
  accent-color: var(--gold-2);
}

@keyframes musicPulse {
  0%, 100% { transform: scaleY(.58); }
  50% { transform: scaleY(1); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
  }
}

@media (max-width: 980px) {
  body:not(.admin-layout):not(.admin-shell) .nav {
    margin-top: 0;
    background: rgba(255,255,255,.96);
  }
  body:not(.admin-layout):not(.admin-shell) .nav:not(.is-scrolled):not(.menu-open) .brand,
  body:not(.admin-layout):not(.admin-shell) .nav:not(.is-scrolled):not(.menu-open) .brand small,
  body:not(.admin-layout):not(.admin-shell) .nav:not(.is-scrolled):not(.menu-open) .menu a,
  body:not(.admin-layout):not(.admin-shell) .nav:not(.is-scrolled):not(.menu-open) .nav-services > button {
    color: var(--navy);
    text-shadow: none;
  }
  .hero {
    margin-top: 0;
    padding-top: 80px;
  }
  .premium-hero::before {
    display: none;
  }
  .itinerary-strip {
    transform: none;
    padding: 18px 0 0;
  }
  .itinerary-strip .wrap {
    grid-template-columns: repeat(2, 1fr);
  }
  .showcase {
    background: #fff;
  }
  .showcase-image {
    min-height: 320px;
  }
  .menu a[data-service-nav="true"] {
    display: none;
  }
  .menu .nav-services {
    display: grid;
  }
  .menu .nav-services > button {
    width: 100%;
    text-align: left;
    color: var(--navy);
    background: #f6f8fb;
    text-shadow: none;
  }
  .menu .nav-dropdown {
    position: static;
    display: grid;
    width: 100%;
    margin-top: 6px;
    box-shadow: none;
  }
}

@media (max-width: 640px) {
  body:not(.admin-layout):not(.admin-shell) .topbar {
    position: static;
    background: var(--navy);
  }
  .hero {
    padding-top: 58px;
  }
  .hero .wrap {
    gap: 26px;
  }
  .hero h1 {
    font-size: 40px;
  }
  .hero-trust {
    gap: 7px;
  }
  .itinerary-strip .wrap,
  .lux-list {
    grid-template-columns: 1fr;
  }
  .mini-grid a small {
    white-space: normal;
  }
  .trust-row {
    grid-template-columns: 1fr;
  }
  .trip-step {
    min-height: 68px;
  }
  .price-row {
    display: grid;
  }
  .footer .newsletter {
    display: grid;
  }
  .music-player {
    right: 12px;
    bottom: 12px;
    width: min(300px, calc(100vw - 24px));
    padding: 10px;
  }
  .music-btn {
    height: 32px;
    font-size: 11px;
  }
  .music-track-select {
    height: 36px;
    font-size: 12px;
  }
}
