/* ============================================================
   ReserveTicket — operated by ReserveTicket
   Shared stylesheet
   ============================================================ */

:root {
  --navy-900: #0b1f3a;
  --navy-800: #123156;
  --navy-700: #1a4578;
  --navy-050: #eaf1f8;
  --sky:      #d6e4f2;
  --copper:   #d9773a;
  --copper-dark: #c05f24;
  --ink:      #152033;
  --slate:    #4a5a6e;
  --line:     #d5e0ec;
  --bg:       #ffffff;
  --bg-alt:   #f4f7fb;
  --green:    #0f7a56;
  --radius:   12px;
  --shadow:   0 6px 24px rgba(11, 31, 58, 0.08);
  --shadow-lg:0 14px 40px rgba(11, 31, 58, 0.14);
  --maxw:     1160px;
  --font:     "Manrope", system-ui, sans-serif;
  --display:  "Fraunces", Georgia, serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  color: var(--navy-900);
  line-height: 1.25;
  font-weight: 700;
  font-family: var(--display);
}
h1 { font-size: 2.35rem; margin: 0 0 .5em; }
h2 { font-size: 1.7rem; margin: 1.8em 0 .6em; }
h3 { font-size: 1.25rem; margin: 1.6em 0 .4em; }
p  { margin: 0 0 1em; color: var(--slate); }
a  { color: var(--navy-700); text-decoration: none; }
a:hover { text-decoration: underline; }
img { max-width: 100%; display: block; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 22px; }
.narrow { max-width: 860px; }

/* ---------- Top disclosure strip ---------- */
.topbar {
  background: var(--navy-900);
  color: #b8cce0;
  font-size: 13px;
  text-align: center;
  padding: 7px 12px;
}
.topbar strong { color: #fff; }
.topbar a { color: #ffd4b0; font-weight: 700; }

/* ---------- Header / nav ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.nav {
  display: flex; align-items: center; justify-content: space-between;
  gap: 18px; padding: 12px 22px; max-width: var(--maxw); margin: 0 auto;
}
.brand { display: flex; align-items: center; gap: 11px; }
.brand .logo {
  width: 40px; height: 40px; border-radius: 10px;
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  display: grid; place-items: center; color: #fff; font-size: 20px;
  box-shadow: var(--shadow);
}
.brand b { color: var(--navy-900); font-size: 1.05rem; letter-spacing: -.2px; white-space: nowrap; font-family: var(--display); }
.brand span { display: block; font-size: 10.5px; color: var(--slate); font-weight: 600; letter-spacing: .3px; text-transform: uppercase; white-space: nowrap; }

.menu { display: flex; align-items: center; gap: 2px; flex-wrap: nowrap; }
.menu a {
  color: var(--ink); font-weight: 600; font-size: 14.5px;
  padding: 8px 9px; border-radius: 8px; white-space: nowrap;
}
.menu a:hover { background: var(--navy-050); text-decoration: none; }
.menu a.active { color: var(--navy-700); background: var(--navy-050); }

.nav-cta {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--copper); color: #fff !important; font-weight: 700;
  padding: 10px 16px; border-radius: 999px; white-space: nowrap;
  box-shadow: 0 6px 16px rgba(217,119,58,.32);
}
.nav-cta:hover { background: var(--copper-dark); text-decoration: none; }

.hamburger { display: none; background: none; border: 0; cursor: pointer; font-size: 26px; color: var(--navy-900); line-height: 1; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background:
    linear-gradient(115deg, rgba(11,31,58,.82) 0%, rgba(26,69,120,.68) 55%, rgba(11,31,58,.75) 100%),
    url("https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1920&q=80") center/cover no-repeat,
    linear-gradient(135deg, var(--navy-700), var(--navy-900));
  color: #fff; padding: 64px 0 72px;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(217,119,58,.18), transparent 45%);
  pointer-events: none;
}
.hero .wrap { position: relative; z-index: 1; }
.hero h1 { color: #fff; max-width: 760px; font-size: 2.7rem; }
.hero p.lead { color: #dce8f5; font-size: 1.2rem; max-width: 640px; }
.hero .pill {
  display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px;
  background: rgba(255,255,255,.14); border: 1px solid rgba(255,255,255,.28);
  color: #fff; padding: 6px 14px; border-radius: 999px; font-size: 13px; font-weight: 600;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 26px; }

.btn {
  display: inline-flex; align-items: center; gap: 9px; cursor: pointer;
  font-weight: 700; font-size: 16px; padding: 13px 24px; border-radius: 999px;
  border: 2px solid transparent; transition: .15s; text-decoration: none;
  font-family: inherit;
}
.btn-primary { background: var(--copper); color: #fff; box-shadow: 0 8px 20px rgba(217,119,58,.34); }
.btn-primary:hover { background: var(--copper-dark); text-decoration: none; transform: translateY(-1px); }
.btn-ghost { background: rgba(255,255,255,.10); color: #fff; border-color: rgba(255,255,255,.55); }
.btn-ghost:hover { background: rgba(255,255,255,.2); text-decoration: none; }
.btn-outline { background: #fff; color: var(--navy-700); border-color: var(--navy-700); }
.btn-outline:hover { background: var(--navy-050); text-decoration: none; }
.btn-lg { font-size: 18px; padding: 15px 30px; }

.hero-note { margin-top: 20px; font-size: 13px; color: #c8d8ea; max-width: 620px; }

/* ---------- Flight search panel ---------- */
.search-panel {
  margin-top: 32px;
  background: rgba(255,255,255,.97);
  border-radius: 16px;
  padding: 22px;
  box-shadow: var(--shadow-lg);
  color: var(--ink);
  max-width: 920px;
  animation: searchIn .7s ease both;
}
@keyframes searchIn {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}
.search-panel h3 {
  margin: 0 0 4px;
  font-size: 1.15rem;
  color: var(--navy-900);
}
.search-panel .search-sub {
  margin: 0 0 16px;
  font-size: 14px;
  color: var(--slate);
}
.search-top {
  display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 14px; align-items: center;
}
.search-top label {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 14px; font-weight: 600; color: var(--ink);
  background: var(--navy-050); padding: 8px 12px; border-radius: 999px; cursor: pointer;
}
.search-top input[type="radio"] { accent-color: var(--navy-700); }
.search-grid {
  display: grid;
  grid-template-columns: 1.2fr auto 1.2fr 1fr 1fr auto;
  gap: 10px;
  align-items: end;
}
.search-field { position: relative; }
.search-field label {
  display: block; font-size: 12px; font-weight: 700; color: var(--slate);
  text-transform: uppercase; letter-spacing: .4px; margin-bottom: 5px;
}
.search-field input,
.search-field select {
  width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 9px;
  font-family: inherit; font-size: 15px; color: var(--ink); background: #fff;
}
.search-field input:focus,
.search-field select:focus {
  outline: none; border-color: var(--navy-700); box-shadow: 0 0 0 3px rgba(26,69,120,.15);
}
.swap-btn {
  width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--line);
  background: #fff; cursor: pointer; font-size: 18px; color: var(--navy-700);
  margin-bottom: 2px; align-self: end;
  transition: .15s;
}
.swap-btn:hover { background: var(--navy-050); transform: rotate(180deg); }
.btn-search {
  background: var(--copper); color: #fff; border: 0; border-radius: 9px;
  padding: 12px 20px; font-weight: 800; font-size: 15px; cursor: pointer;
  white-space: nowrap; font-family: inherit;
  box-shadow: 0 6px 16px rgba(217,119,58,.3);
}
.btn-search:hover { background: var(--copper-dark); }
.search-result {
  display: none; margin-top: 14px; padding: 14px 16px;
  background: #e9f8f0; border: 1px solid #b7e4cd; border-radius: 9px;
  color: var(--green); font-weight: 600; font-size: 15px;
}
.search-result.open { display: block; animation: fadeUp .35s ease; }
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: none; }
}
.search-result a { color: var(--navy-700); font-weight: 800; }

/* Airport autocomplete */
.ac-list {
  position: absolute; left: 0; right: 0; top: calc(100% + 4px); z-index: 40;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  box-shadow: var(--shadow-lg); max-height: 260px; overflow-y: auto;
  display: none;
}
.ac-list.open { display: block; }
.ac-item {
  display: flex; gap: 12px; align-items: flex-start;
  padding: 10px 12px; cursor: pointer; border: 0; width: 100%;
  background: transparent; text-align: left; font-family: inherit;
}
.ac-item:hover, .ac-item.active { background: var(--navy-050); }
.ac-code {
  flex: 0 0 auto; min-width: 42px; font-weight: 800; color: var(--navy-700);
  font-size: 14px;
}
.ac-meta { flex: 1; min-width: 0; }
.ac-meta b { display: block; color: var(--ink); font-size: 14px; }
.ac-meta span { display: block; color: var(--slate); font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* ---------- Sections ---------- */
.section { padding: 62px 0; }
.section.alt { background: var(--bg-alt); }
.eyebrow { color: var(--copper); font-weight: 700; text-transform: uppercase; letter-spacing: 1.2px; font-size: 13px; margin-bottom: 8px; }
.center { text-align: center; }
.center p { margin-left: auto; margin-right: auto; max-width: 680px; }

.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px; box-shadow: var(--shadow);
  transition: transform .2s ease, box-shadow .2s ease;
}
.card:hover { transform: translateY(-3px); box-shadow: var(--shadow-lg); }
.card .ic {
  width: 46px; height: 46px; border-radius: 11px; background: var(--navy-050);
  display: grid; place-items: center; font-size: 22px; margin-bottom: 14px;
}
.card h3 { margin-top: 0; }
.card p:last-child { margin-bottom: 0; }

.feature { display: flex; gap: 14px; align-items: flex-start; }
.feature .ic { flex: 0 0 auto; }

/* ---------- Callback / lead form ---------- */
.form-card {
  background: #fff; border: 1px solid var(--line); border-radius: 16px;
  padding: 28px; box-shadow: var(--shadow-lg);
}
.form-card h3 { margin-top: 0; }
.field { margin-bottom: 14px; position: relative; }
.field label { display: block; font-weight: 600; font-size: 14px; color: var(--ink); margin-bottom: 5px; }
.field input, .field select, .field textarea {
  width: 100%; padding: 12px 13px; border: 1px solid var(--line); border-radius: 9px;
  font-family: inherit; font-size: 15px; color: var(--ink); background: #fff;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--navy-700); box-shadow: 0 0 0 3px rgba(26,69,120,.15);
}
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-fine { font-size: 12px; color: var(--slate); margin-top: 8px; }
.form-ok { display: none; background: #e9f8f0; border: 1px solid #b7e4cd; color: var(--green); padding: 14px; border-radius: 9px; font-weight: 600; }

/* ---------- Fee / disclosure callouts ---------- */
.callout {
  background: var(--navy-050); border: 1px solid #c5d7ea; border-left: 5px solid var(--navy-700);
  border-radius: 10px; padding: 18px 20px; margin: 22px 0;
}
.callout.warn { background: #fff6ec; border-color: #ffd9b0; border-left-color: var(--copper); }
.callout p:last-child { margin-bottom: 0; }
.callout b { color: var(--navy-900); }

.stat-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.stat { text-align: center; }
.stat b { display: block; font-size: 2rem; color: var(--navy-700); font-family: var(--display); }
.stat span { color: var(--slate); font-size: 14px; font-weight: 600; }

/* ---------- Call band ---------- */
.callband {
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  color: #fff; border-radius: 18px; padding: 40px; text-align: center; box-shadow: var(--shadow-lg);
}
.callband h2 { color: #fff; margin-top: 0; }
.callband p { color: #d0e0f0; }
.callband .tfn {
  display: inline-flex; align-items: center; gap: 10px; margin: 8px 0 6px;
  font-size: 2rem; font-weight: 800; color: #fff;
}
.callband .tfn:hover { text-decoration: none; }

/* ---------- Legal / content pages ---------- */
.page-head {
  background: linear-gradient(135deg, var(--navy-700), var(--navy-900));
  color: #fff; padding: 52px 0 46px;
}
.page-head h1 { color: #fff; margin: 0; }
.page-head p { color: #d0e0f0; margin: 8px 0 0; max-width: 720px; }
.breadcrumb { font-size: 13px; color: #a9c4de; margin-bottom: 12px; }
.breadcrumb a { color: #ffd4b0; }

.legal { padding: 46px 0 60px; }
.legal h2 { font-size: 1.4rem; }
.legal h3 { font-size: 1.12rem; }
.legal ul, .legal ol { color: var(--slate); padding-left: 22px; }
.legal li { margin-bottom: 8px; }
.legal .updated { color: var(--slate); font-size: 14px; font-style: italic; margin-bottom: 20px; }

.toc { background: var(--bg-alt); border: 1px solid var(--line); border-radius: 12px; padding: 18px 22px; margin-bottom: 26px; }
.toc h4 { margin: 0 0 8px; color: var(--navy-900); }
.toc ul { margin: 0; padding-left: 18px; }
.toc a { font-weight: 600; }

/* ---------- Contact blocks ---------- */
.contact-grid { display: grid; grid-template-columns: 1.1fr 1fr; gap: 34px; align-items: start; }
.info-item { display: flex; gap: 14px; align-items: flex-start; margin-bottom: 22px; }
.info-item .ic { width: 44px; height: 44px; border-radius: 11px; background: var(--navy-050); display: grid; place-items: center; font-size: 20px; flex: 0 0 auto; }
.info-item h4 { margin: 0 0 3px; }
.info-item p { margin: 0; }
.info-item .phone-link { font-size: 1.3rem; font-weight: 800; color: var(--navy-700); }

/* ---------- Footer ---------- */
.site-footer { background: var(--navy-900); color: #b8cce0; padding: 52px 0 26px; font-size: 15px; margin-top: 20px; }
.site-footer a { color: #d4e2f0; }
.site-footer a:hover { color: #fff; }
.foot-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 30px; }
.site-footer h4 { color: #fff; font-size: 15px; text-transform: uppercase; letter-spacing: .6px; margin: 0 0 14px; }
.site-footer ul { list-style: none; padding: 0; margin: 0; }
.site-footer li { margin-bottom: 9px; }
.foot-brand b { color: #fff; font-size: 1.2rem; font-family: var(--display); }
.foot-tfn { display: inline-block; margin-top: 6px; color: #fff !important; font-weight: 800; font-size: 1.25rem; }
.foot-disclosure {
  margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.16);
  font-size: 13px; color: #8fabc6; line-height: 1.7;
}
.foot-disclosure b { color: #e6f0fa; }
.foot-bottom { margin-top: 18px; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px; font-size: 13px; color: #7a98b6; }

/* ---------- Utilities ---------- */
.mt0 { margin-top: 0; }
.mb0 { margin-bottom: 0; }
.tc { text-align: center; }
.hide { display: none; }

/* ---------- Motion ---------- */
@media (prefers-reduced-motion: no-preference) {
  .hero h1 { animation: fadeUp .6s ease both; }
  .hero .lead { animation: fadeUp .7s .08s ease both; }
  .hero-actions { animation: fadeUp .7s .14s ease both; }
}

/* ---------- Responsive ---------- */
@media (max-width: 920px) {
  .grid-4 { grid-template-columns: repeat(2,1fr); }
  .grid-3 { grid-template-columns: 1fr; }
  .stat-row { grid-template-columns: repeat(2,1fr); }
  .contact-grid { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr 1fr; }
  .menu { display: none; position: absolute; top: 64px; left: 0; right: 0; background: #fff; flex-direction: column; align-items: stretch; padding: 12px; border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .menu.open { display: flex; }
  .menu a { padding: 12px; }
  .hamburger { display: block; }
  .nav-cta { display: none; }
  .search-grid { grid-template-columns: 1fr 1fr; }
  .swap-btn { grid-column: 1 / -1; justify-self: center; margin: 0; }
  .btn-search { grid-column: 1 / -1; width: 100%; padding: 14px; }
}
@media (max-width: 620px) {
  body { font-size: 16px; }
  h1 { font-size: 1.9rem; }
  .hero h1 { font-size: 2rem; }
  .grid-2, .grid-4, .field-row, .stat-row { grid-template-columns: 1fr; }
  .foot-grid { grid-template-columns: 1fr; }
  .callband { padding: 28px 20px; }
  .callband .tfn { font-size: 1.35rem; }
  .section { padding: 46px 0; }
  .search-grid { grid-template-columns: 1fr; }
}
