/* ================================================================
   MEEQAT TRAVELS — Manchester Umrah operator
   Stone · pine · brick. Source Serif / Source Sans.
================================================================ */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy: #1E3A34;
  --navy-mid: #2C4F47;
  --navy-deep: #152823;
  --gold: #A63D2F;
  --gold-bright: #EDEAE4;
  --gold-dark: #8B3428;
  --cream: #F4F3F0;
  --parchment: #ECEAE5;
  --paper: #FFFFFF;
  --ink: #171614;
  --muted: #5E5B56;
  --line: #D8D5CF;
  --brand: #1E3A34;
  --brand-dark: #152823;
  --brand-deepest: #152823;
  --brand-tint: #E7EFEA;
  --cta: #A63D2F;
  --cta-dark: #8B3428;
  --star: #C2410C;
  --whatsapp: #128C7E;
  --call: #1E3A34;
  --bg: #F4F3F0;
  --bg-alt: #ECEAE5;
  --radius: 4px;
  --shadow-sm: 0 1px 2px rgba(23, 22, 20, .05);
  --shadow-md: 0 8px 24px rgba(23, 22, 20, .08);
  --shadow-lg: 0 16px 40px rgba(23, 22, 20, .12);
  --font-display: 'Source Serif 4', Georgia, serif;
  --font-body: 'Source Sans 3', 'Segoe UI', sans-serif;
  --font-arabic: 'Amiri', Georgia, serif;
  --geom: none;
}

html { scroll-behavior: smooth; }
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  font-size: 15px;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}
body.nav-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; }
ul { list-style: none; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 22px; }

#reviews, #faq, #packages, #finder, #how, #ramadan, #discover, #who, #miqat { scroll-margin-top: 92px; }

h1, h2, h3 { font-family: var(--font-display); font-weight: 600; line-height: 1.2; letter-spacing: -0.01em; }
.accent-i { font-family: var(--font-display); font-style: italic; font-weight: 500; letter-spacing: 0; color: var(--ink); }
.eyebrow {
  font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: var(--muted);
}
.section-title { font-size: clamp(1.35rem, 2.2vw, 1.75rem); color: var(--navy); margin: 6px 0 8px; }
.section-sub { color: var(--muted); max-width: 540px; font-size: .92rem; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 7px;
  font-weight: 700; font-size: .82rem; border-radius: 6px;
  padding: 10px 18px; border: none; letter-spacing: .01em;
  transition: transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease;
  white-space: nowrap;
}
.btn:active { transform: scale(.98); }
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.btn-cta { background: var(--gold); color: #fff; }
.btn-cta:hover { background: var(--cta-dark); transform: translateY(-1px); }
.btn-brand { background: var(--navy); color: #fff; }
.btn-brand:hover { background: var(--navy-mid); transform: translateY(-1px); }
.btn-white-o { background: transparent; color: #fff; border: 1px solid rgba(255,255,255,.45); }
.btn-white-o:hover { background: rgba(255,255,255,.1); }
.btn-wa { background: var(--whatsapp); color: #fff; }
.btn-wa:hover { background: #0e7368; transform: translateY(-1px); }
.btn-ghost { background: var(--parchment); color: var(--navy); border: 1px solid var(--line); }
.btn-ghost:hover { background: #e6dcc8; }
.btn-block { width: 100%; }

/* ---------- top bar ---------- */
.topbar {
  background: var(--navy-deep);
  color: rgba(255,255,255,.72);
  font-size: 12px; font-weight: 600; letter-spacing: .02em;
  position: relative; z-index: 91;
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 8px; padding-bottom: 8px; }
.topbar .t-item { display: inline-flex; align-items: center; gap: 7px; }
.topbar .t-item svg { width: 13px; height: 13px; fill: currentColor; }
.topbar a:hover { color: var(--gold-bright); }
.topbar .t-left { display: flex; gap: 22px; }
@media (max-width: 720px) { .topbar .hide-m { display: none; } }

/* ---------- header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 90;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid var(--line);
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding-top: 8px; padding-bottom: 8px;
}
.logo {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--font-display); font-weight: 600;
  color: var(--ink); letter-spacing: -0.02em; line-height: 1;
}
.logo-mark {
  width: 34px; height: 34px; flex-shrink: 0;
  background: var(--navy); color: #fff;
  font-family: var(--font-display); font-weight: 600; font-size: 1.15rem;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 4px;
}
.logo-text { display: flex; flex-direction: column; gap: 1px; }
.logo-text b { font-size: 1.15rem; font-weight: 600; letter-spacing: -0.03em; line-height: 1.1; }
.logo-text em {
  font-family: var(--font-body); font-style: normal; font-weight: 600; font-size: .62rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--muted);
}
.logo-light { color: #fff; }
.logo-light .logo-mark { background: #fff; color: var(--navy-deep); }
.logo-light em { color: rgba(255,255,255,.65); }

.nav { display: flex; gap: 20px; font-weight: 600; font-size: .82rem; color: var(--muted); }
.nav a { position: relative; padding: 4px 0; }
.nav a::after {
  content: ''; position: absolute; left: 0; right: 0; bottom: -2px; height: 1px;
  background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .2s ease;
}
.nav a:hover { color: var(--navy); }
.nav a:hover::after { transform: scaleX(1); }

.header-ctas { display: flex; align-items: center; gap: 10px; }
.header-phone {
  display: inline-flex; align-items: center; gap: 6px;
  background: transparent; color: var(--navy);
  font-weight: 700; font-size: .8rem;
  padding: 7px 11px; border-radius: 6px;
  border: 1px solid var(--navy);
  transition: background .14s ease, color .14s ease;
}
.header-phone:hover { background: var(--navy); color: #fff; }
.header-phone svg { width: 15px; height: 15px; fill: currentColor; flex-shrink: 0; }
.header-phone .hp-label { display: none; }

.nav-toggle {
  display: none; width: 42px; height: 42px; border: 1px solid var(--line);
  background: var(--paper); border-radius: 3px; flex-direction: column;
  align-items: center; justify-content: center; gap: 5px;
  position: relative; z-index: 130;
}
.nav-toggle span { display: block; width: 18px; height: 1.5px; background: var(--navy); transition: transform .2s ease, opacity .2s ease; }
.nav-toggle.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
.nav-scrim { display: none; }
.nav-drawer-title, .nav-drawer-ctas { display: none; }

@media (max-width: 980px) {
  .nav {
    display: none;
    position: fixed; inset: 0; width: 100%; max-width: none;
    z-index: 120; flex-direction: column; gap: 0; align-items: stretch;
    background: var(--navy-deep); color: #fff;
    padding: 76px 24px calc(28px + env(safe-area-inset-bottom));
    overflow-y: auto; -webkit-overflow-scrolling: touch;
    box-shadow: none;
  }
  .nav.open { display: flex; }
  .nav-drawer-title {
    display: block; font-size: 11px; font-weight: 800; letter-spacing: .16em;
    text-transform: uppercase; color: var(--gold); margin-bottom: 12px;
  }
  .nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 1.12rem; color: #fff; }
  .nav a::after { display: none; }
  .nav a:hover { color: var(--gold-bright); }
  .nav-drawer-ctas { display: grid; gap: 10px; margin-top: 28px; }
  .nav-drawer-ctas .btn { width: 100%; }
  .nav-toggle { display: flex; }
  .nav-scrim { display: none; }
}
@media (max-width: 720px) {
  .site-header .btn-quote { display: none; }
  .logo-mark { width: 32px; height: 32px; }
  .logo-text b { font-size: 1rem; }
  .logo-text em { font-size: .55rem; letter-spacing: .18em; }
  .header-ctas { gap: 8px; }
}
@media (max-width: 640px) {
  .header-phone { padding: 10px 12px; }
  .header-phone .hp-num { display: none; }
  .header-phone .hp-label { display: inline; }
  .site-header .container { gap: 10px; padding-top: 6px; padding-bottom: 6px; }
}

/* ================================================================
   HOME HERO
================================================================ */
.hero {
  position: relative;
  color: var(--ink);
  background: var(--paper);
  overflow: visible;
}
.hero-media { display: none; }
.hero-inner { width: 100%; padding: 36px 0 24px; }
.hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 440px);
  gap: 40px;
  align-items: center;
  margin-bottom: 28px;
}
.hero-copy { min-width: 0; }
.hero-arabic { display: none; }
.hero-copy .eyebrow { margin-bottom: 10px; }
.hero h1 {
  font-size: clamp(2rem, 4vw, 3rem); font-weight: 600; color: var(--ink);
  line-height: 1.12; letter-spacing: -0.03em; max-width: 14ch;
}
.hero h1 .accent-i { color: var(--ink); font-size: 1em; font-style: italic; }
.hero-sub { margin: 14px 0 0; color: var(--muted); font-size: 1.05rem; max-width: 38ch; line-height: 1.5; }
.hero-sub b { color: var(--ink); }
.hero-pills {
  display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px;
}
.hero-pills li {
  font-size: .8rem; font-weight: 600; color: var(--muted);
  background: transparent; border: 0; border-right: 1px solid var(--line);
  border-radius: 0; padding: 0 10px 0 0;
}
.hero-pills li:last-child { border-right: 0; }

.hero-photo {
  position: relative;
  margin: 0;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  border-radius: 2px;
  background: var(--navy-deep);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 70%; }
.from-chip {
  position: absolute; left: 12px; bottom: 12px; z-index: 2;
  background: #fff; color: var(--ink);
  font-size: .75rem; font-weight: 600;
  padding: 8px 12px; border-radius: 2px;
}
.from-chip b { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; }
.from-chip small { color: var(--muted); font-weight: 600; }

.discover {
  width: 100%;
  background: var(--paper);
  color: var(--ink);
  border-radius: 10px;
  padding: 14px 16px 12px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--line);
  position: relative;
}
.discover-head { margin-bottom: 8px; display: flex; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.discover-head h2 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--navy);
  line-height: 1.2;
}
.discover-head p { font-size: .8rem; color: var(--muted); font-weight: 500; }
.discover-form {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr .9fr .7fr auto;
  gap: 8px;
  align-items: end;
}
.discover-form .field label { color: var(--ink); font-size: .68rem; margin-bottom: 4px; }
.discover-form .field input,
.discover-form .field select {
  background: var(--cream);
  border: 1px solid var(--line);
  color: var(--ink);
  width: 100%;
  min-height: 40px;
  border-radius: 6px;
  padding: 8px 10px;
  font: inherit;
  font-size: .88rem;
  font-weight: 500;
}
.discover-form .hp {
  position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none;
}
.discover-submit { display: flex; align-items: flex-end; }
.discover-submit .btn {
  min-height: 40px;
  padding: 8px 16px;
  font-size: .84rem;
}
.discover-done { text-align: center; padding: 12px 8px 4px; }
.discover-done b {
  display: block;
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--navy);
  margin-bottom: 4px;
}
.discover-done p { color: var(--muted); margin-bottom: 10px; font-size: .88rem; }

@media (max-width: 980px) {
  .hero-stage { grid-template-columns: 1fr; gap: 20px; }
  .hero-photo { aspect-ratio: 16 / 10; max-height: 320px; }
  .discover-form { grid-template-columns: 1fr 1fr; }
  .discover-submit { grid-column: 1 / -1; }
  .discover-submit .btn { width: 100%; }
}
@media (max-width: 560px) {
  .hero-inner { padding: 20px 0 12px; }
  .hero-photo { aspect-ratio: 4 / 3; max-height: 220px; }
  .hero h1 { font-size: 1.7rem; }
  .discover { padding: 12px; }
  .discover-form { grid-template-columns: 1fr; }
  .hero-pills li { font-size: .75rem; }
}

/* ---------- finder ---------- */
.finder-zone { position: relative; padding: 48px 0 8px; background: var(--cream); }
.finder-zone .fz-head { text-align: center; margin-bottom: 28px; }
.finder {
  display: grid; grid-template-columns: 230px minmax(0, 1fr);
  background: var(--paper); border-radius: 14px; overflow: hidden;
  border: 1px solid var(--line); box-shadow: var(--shadow-lg);
}
.finder-rail {
  background: var(--navy-deep); color: #fff; padding: 26px 22px 22px;
  position: relative; display: flex; flex-direction: column; gap: 14px;
}
.finder-rail::after { display: none; }
.finder-rail > * { position: relative; z-index: 1; }
.fr-ar {
  font-family: var(--font-arabic); font-size: 1.55rem; color: var(--gold-bright);
  line-height: 1; opacity: .9;
}
.fr-kicker {
  font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255,255,255,.55);
}
.finder-rail h3 {
  font-size: 1.35rem; line-height: 1.15; color: #fff; font-weight: 600; margin: 0;
}
.fr-path { display: grid; gap: 4px; margin: 6px 0 4px; list-style: none; padding: 0; }
.fr-step {
  display: flex; align-items: center; gap: 10px; color: rgba(246,240,230,.5);
  font-size: .82rem; font-weight: 650; padding: 6px 0;
}
.fr-step i {
  font-style: normal; font-family: var(--font-display); font-size: .72rem;
  width: 28px; height: 28px; border-radius: 50%; border: 1px solid rgba(255,255,255,.25);
  display: inline-flex; align-items: center; justify-content: center; color: #fff;
}
.fr-step.on { color: #fff; }
.fr-step.on i { background: #fff; color: var(--navy-deep); border-color: #fff; }
.fr-step.done { color: rgba(255,255,255,.85); }
.fr-step.done i { background: rgba(255,255,255,.15); }
.fr-live {
  margin-top: auto; padding-top: 14px; border-top: 1px solid rgba(255,255,255,.15);
}
.fr-live small {
  display: block; font-size: 10px; letter-spacing: .08em; text-transform: uppercase;
  color: rgba(255,255,255,.5); font-weight: 700; margin-bottom: 4px;
}
.fr-live p { margin: 0; font-size: .88rem; color: rgba(246,240,230,.88); line-height: 1.35; }
.fr-from { font-size: .78rem; color: rgba(246,240,230,.6); margin: 0; }
.fr-from b { color: #fff; font-weight: 700; }
.finder-sheet { min-width: 0; display: flex; flex-direction: column; background: var(--paper); }
.finder-top {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 26px 12px; background: transparent; color: var(--navy);
}
.finder-top .ft-title { font-weight: 600; font-size: 1.05rem; font-family: var(--font-display); }
.finder-top .ft-step { font-size: .72rem; font-weight: 800; color: var(--gold-dark); letter-spacing: .14em; }
.finder-progress { height: 3px; background: var(--line); margin: 0 26px; border-radius: 99px; overflow: hidden; }
.finder-progress .bar { height: 100%; width: 20%; background: var(--navy); transition: width .35s ease; }
.finder-body { padding: 22px 26px 28px; min-height: 320px; }
.q-title { font-family: var(--font-display); font-size: 1.2rem; font-weight: 600; color: var(--navy); margin-bottom: 4px; display: flex; align-items: center; gap: 10px; }
.q-title .q-ico { width: 36px; height: 36px; border-radius: 8px; background: var(--parchment); display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid var(--line); }
.q-title .q-ico svg { width: 18px; height: 18px; stroke: var(--gold-dark); fill: none; stroke-width: 2; }
.q-hint { color: var(--muted); font-size: .9rem; margin-bottom: 18px; }

.season-board { display: grid; gap: 16px; }
.season b {
  display: block; font-size: .7rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--gold-dark); margin-bottom: 8px; font-weight: 800;
}
.season .opt-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.season-specials { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }

.opt-grid { display: grid; gap: 10px; }
.opt-grid.months { grid-template-columns: repeat(4, 1fr); }
.opt-grid.cols-2 { grid-template-columns: repeat(2, 1fr); }
.opt-grid.cols-3 { grid-template-columns: repeat(3, 1fr); }
.who-grid { grid-template-columns: repeat(2, 1fr); }
.who-grid .opt:last-child { grid-column: 1 / -1; }
@media (max-width: 860px) {
  .finder { grid-template-columns: 1fr; }
  .finder-rail { flex-direction: row; flex-wrap: wrap; align-items: center; gap: 10px 16px; padding: 16px 16px 12px; }
  .finder-rail h3, .fr-ar, .fr-live, .fr-from { display: none; }
  .fr-kicker { width: 100%; margin: 0; }
  .fr-path { display: flex; gap: 0; margin: 0; width: 100%; overflow-x: auto; }
  .fr-step { flex: 1; min-width: 0; flex-direction: column; gap: 4px; padding: 4px 2px; text-align: center; font-size: .68rem; }
  .fr-step span { white-space: nowrap; }
}
@media (max-width: 640px) {
  .opt-grid.months { grid-template-columns: repeat(2, 1fr); }
  .opt-grid.cols-3 { grid-template-columns: 1fr; }
  .who-grid { grid-template-columns: 1fr 1fr; }
  .season .opt-row, .season-specials { grid-template-columns: repeat(3, 1fr); }
  .finder-body { padding: 16px 16px 22px; min-height: 0; }
  .finder-top { padding: 12px 16px 8px; }
  .finder-progress { margin: 0 16px; }
  .q-title { font-size: 1.05rem; }
}
.opt {
  border: 1px solid var(--line); background: var(--paper);
  border-radius: 8px; padding: 13px 10px; font-weight: 650; font-size: .9rem;
  color: var(--ink); text-align: center; transition: all .14s ease;
}
.season .opt { font-family: var(--font-display); font-size: 1rem; padding: 14px 6px; }
.opt small { display: block; font-weight: 500; color: var(--muted); font-size: .76rem; margin-top: 2px; font-family: var(--font-body); }
.opt:hover { border-color: var(--navy); background: var(--cream); }
.opt.selected { border-color: var(--navy); background: var(--navy); color: #fff; }
.opt.selected small { color: rgba(255,255,255,.75); }
.opt.special { border-style: solid; border-color: var(--navy); color: var(--navy); background: var(--paper); }
.opt.special.selected { border-style: solid; background: var(--navy); border-color: var(--navy); color: #fff; }

.finder-nav { display: flex; align-items: center; justify-content: space-between; margin-top: 24px; }
.link-back { background: none; border: none; color: var(--muted); font-weight: 600; font-size: .9rem; display: inline-flex; align-items: center; gap: 6px; }
.link-back:hover { color: var(--navy); }
.finder-note { font-size: .78rem; color: var(--muted); }

/* ---------- form fields ---------- */
.contact-fields { display: grid; gap: 14px; grid-template-columns: 1fr 1fr; }
.contact-fields .full { grid-column: 1 / -1; }
.field label { display: block; font-size: .76rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; color: var(--navy); margin-bottom: 6px; }
.field input, .field textarea, .field select {
  width: 100%; border: 1px solid var(--line); border-radius: 6px;
  padding: 10px 12px; font-size: .92rem; font-family: inherit; background: var(--paper); color: var(--ink);
  transition: border-color .15s ease, box-shadow .15s ease;
}
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(30,58,52,.14); }
.field input.error, .field select.error { border-color: #C4554D; background: #FDF6F5; }
.field .err-msg { display: none; color: #C4554D; font-size: .76rem; font-weight: 600; margin-top: 4px; }
.field.show-err .err-msg { display: block; }
@media (max-width: 560px) { .contact-fields { grid-template-columns: 1fr; } }

.summary-chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 20px; }
.summary-chips .chip { background: var(--parchment); color: var(--navy); font-size: .78rem; font-weight: 700; border-radius: 100px; padding: 6px 13px; border: 1px solid var(--line); }

.results-head { text-align: center; margin-bottom: 22px; }
.results-head .rh-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--parchment); color: var(--navy); font-weight: 700; font-size: .82rem; border-radius: 100px; padding: 7px 16px; margin-bottom: 12px; }
.results-head h3 { font-size: 1.7rem; color: var(--navy); font-family: var(--font-display); }
.results-head p { color: var(--muted); font-size: .92rem; margin-top: 6px; }
.result-list { display: grid; gap: 12px; }
.result-item {
  display: flex; align-items: center; gap: 14px; border: 1px solid var(--line);
  border-radius: 4px; padding: 12px 16px 12px 12px; background: var(--paper); transition: border-color .15s ease, box-shadow .15s ease;
}
.result-item:hover { border-color: var(--gold); box-shadow: var(--shadow-md); }
.result-item .r-img { width: 82px; height: 64px; border-radius: 3px; object-fit: cover; flex-shrink: 0; }
.result-item .r-info { flex: 1; min-width: 0; }
.result-item .r-stars { color: var(--star); font-size: .78rem; letter-spacing: 1px; }
.result-item .r-name { font-weight: 700; color: var(--ink); font-size: .98rem; display: block; }
.result-item .r-meta { font-size: .8rem; color: var(--muted); margin-top: 1px; display: block; }
.result-item .r-price { text-align: right; flex-shrink: 0; }
.result-item .r-price .amt { font-family: var(--font-display); font-weight: 700; font-size: 1.45rem; color: var(--navy); display: block; line-height: 1.1; }
.result-item .r-price small { font-size: .72rem; color: var(--muted); font-weight: 600; }
.results-ctas { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 24px; }
@media (max-width: 560px) { .result-item .r-img { width: 64px; height: 56px; } }

.trustbar { padding: 46px 0 10px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.trust-item { display: flex; align-items: center; gap: 13px; }
.trust-item .ti-ico { width: 46px; height: 46px; border-radius: 3px; background: var(--parchment); display: flex; align-items: center; justify-content: center; flex-shrink: 0; border: 1px solid var(--line); }
.trust-item .ti-ico svg { width: 22px; height: 22px; fill: var(--navy); }
.trust-item b { display: block; font-size: .95rem; color: var(--ink); line-height: 1.3; }
.trust-item small { color: var(--muted); font-size: .8rem; font-weight: 500; }
@media (max-width: 900px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }

/* ---------- packages ---------- */
.packages { padding: 28px 0 56px; background: var(--cream); }
.pkg-intro-band {
  position: relative;
  padding: 8px 0 28px;
  margin-bottom: 8px;
  background: transparent;
  color: inherit;
  overflow: visible;
}
.pkg-intro-band::before { display: none; }
.pkg-intro { position: relative; text-align: left; max-width: none; margin: 0; }
.pkg-intro .eyebrow { color: var(--muted); display: inline-block; margin-bottom: 6px; padding-bottom: 0; border-bottom: 0; }
.pkg-intro .section-title { margin: 0 0 8px; color: var(--navy); font-size: clamp(1.35rem, 2.2vw, 1.75rem); }
.pkg-intro .section-title .accent-i { color: var(--gold-dark); }
.pkg-intro .section-sub { margin: 0; max-width: 36rem; color: var(--muted); }
.pkg-intro .section-sub b { color: var(--navy); }
.pkg-intro-nav { display: flex; flex-wrap: wrap; justify-content: flex-start; gap: 8px; margin-top: 14px; }
.pkg-intro-nav a {
  font-size: .78rem; font-weight: 700; color: var(--navy); letter-spacing: 0; text-transform: none;
  border: 1px solid var(--line); background: var(--paper); border-radius: 100px; padding: 6px 12px;
}
.pkg-intro-nav a:hover { border-color: var(--navy); background: #fff; }
.pkg-catalogue { padding-top: 8px; }
.pkg-browse { margin-bottom: 56px; }
.pkg-browse:last-of-type { margin-bottom: 0; }
.pkg-browse-head { text-align: left; max-width: none; margin: 0 0 22px; }
.pkg-browse-head .section-title { font-size: 1.25rem; }
.pkg-group-head h3 { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; color: var(--navy); }
.pkg-browse-head .section-sub { margin: 8px 0 0; max-width: 44rem; }
.pkg-group { margin-bottom: 42px; }
.pkg-group:last-child { margin-bottom: 0; }
.pkg-group-head { margin-bottom: 16px; padding-bottom: 10px; border-bottom: 1px solid var(--line); text-align: left; }
.pkg-group-head p { margin: 6px 0 0; font-size: .88rem; color: var(--muted); max-width: 44rem; }
.pkg-group-empty { color: var(--muted); font-size: .95rem; padding: 12px 0; }

.pkg-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
@media (max-width: 980px) { .pkg-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) {
  .pkg-grid { grid-template-columns: 1fr; }
  .pkg-card { max-width: 100%; }
}

.pkg-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 4px;
  overflow: hidden; box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
  transition: transform .18s ease, box-shadow .18s ease;
}
.pkg-card:hover { transform: none; box-shadow: var(--shadow-md); }
.pkg-photo { position: relative; aspect-ratio: 4 / 3; overflow: hidden; display: block; }
.pkg-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 62%; transition: transform .5s ease; filter: saturate(.92); }
.pkg-card:hover .pkg-photo img { transform: none; }
.pkg-badge {
  position: absolute; top: 12px; left: 12px; background: var(--navy); color: #fff;
  font-size: .68rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  border-radius: 2px; padding: 5px 11px;
}
.pkg-nights {
  position: absolute; bottom: 12px; left: 12px; background: rgba(12,22,38,.82); color: #fff;
  font-size: .72rem; font-weight: 700; letter-spacing: .04em; border-radius: 2px; padding: 5px 11px;
}
.pkg-body { padding: 18px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.pkg-tier-row { display: flex; align-items: center; justify-content: space-between; margin-bottom: 5px; }
.stars { color: var(--star); font-size: .85rem; letter-spacing: 2px; }
.pkg-month { display: none; font-size: .72rem; font-weight: 800; color: var(--navy); text-transform: uppercase; letter-spacing: .08em; background: var(--parchment); border-radius: 100px; padding: 4px 12px; }
.pkg-name { font-family: var(--font-display); font-size: 1.08rem; font-weight: 600; color: var(--navy); margin-bottom: 8px; }
.pkg-name a:hover { color: var(--gold-dark); }
.pkg-features { list-style: none; margin: 0 0 6px; padding: 0; border-top: 1px solid var(--line); }
.pkg-features li {
  display: flex; align-items: center; gap: 12px; padding: 10px 0;
  border-bottom: 1px solid var(--line); font-size: .88rem; color: var(--ink);
}
.pkg-features li:last-child { border-bottom: none; }
.pkg-features li svg { width: 17px; height: 17px; flex-shrink: 0; stroke: var(--navy); fill: none; stroke-width: 1.8; }
.pkg-foot { margin-top: auto; display: flex; flex-direction: column; align-items: stretch; gap: 12px; }
.pkg-price small { display: block; font-size: .7rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.pkg-price .amt { font-family: var(--font-display); font-size: 1.45rem; font-weight: 600; color: var(--navy); line-height: 1.1; }
.pkg-price .amt em { font-style: italic; font-size: .85rem; color: var(--muted); font-family: var(--font-display); font-weight: 500; }
.pkg-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; width: 100%; }
.icon-btn {
  width: 42px; height: 42px; border-radius: 3px; border: none;
  display: inline-flex; align-items: center; justify-content: center;
  transition: transform .14s ease, background .14s ease;
}
.pkg-actions .icon-btn {
  width: 100%; height: 44px; border-radius: 3px; gap: 7px;
  font-size: .8rem; font-weight: 700; color: #fff;
}
.icon-btn:hover { transform: translateY(-1px); }
.icon-btn svg { width: 18px; height: 18px; fill: #fff; flex-shrink: 0; }
.icon-btn.wa { background: var(--whatsapp); border-radius: 50%; }
.pkg-actions .icon-btn.wa { border-radius: 3px; }
.icon-btn.wa:hover { background: #0e7368; }
.icon-btn.call { background: var(--call); }
.icon-btn.call:hover { background: var(--navy-mid); }
.btn-quote { padding: 11px 18px; font-size: .86rem; }
.pkg-actions .btn-quote { grid-column: 1 / -1; width: 100%; justify-content: center; }
.pkg-cta-row { text-align: center; margin-top: 36px; }

/* ---------- inclusions ---------- */
.included {
  background: var(--paper);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 40px 0;
}
.included .section-title { text-align: left; }
.inc-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; margin-top: 18px; }
@media (max-width: 980px) { .inc-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 560px) { .inc-grid { grid-template-columns: repeat(2, 1fr); } }
.inc-item {
  background: var(--cream); border: 1px solid var(--line); border-radius: 8px;
  text-align: center; padding: 16px 10px; transition: box-shadow .15s ease, transform .15s ease, border-color .15s ease;
}
.inc-item:hover { box-shadow: var(--shadow-sm); transform: none; border-color: var(--navy); }
.inc-item svg { width: 26px; height: 26px; stroke: var(--navy); fill: none; stroke-width: 1.7; margin: 0 auto 12px; }
.inc-item span { font-size: .82rem; font-weight: 650; color: var(--navy); display: block; line-height: 1.35; }

/* ---------- how it works ---------- */
.how { padding: 48px 0; background: var(--cream); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 28px; position: relative; counter-reset: step; }
.how-grid::before {
  content: ''; position: absolute; top: 28px; left: 12%; right: 12%; height: 1px; background: var(--line); opacity: 1;
}
@media (max-width: 860px) {
  .how-grid { grid-template-columns: 1fr; max-width: 500px; margin-inline: auto; gap: 18px; }
  .how-grid::before { display: none; }
}
.how-step {
  position: relative; background: transparent; border: 0; padding: 0 22px;
  text-align: center; box-shadow: none; counter-increment: step;
}
.how-step::before {
  content: counter(step);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 12px;
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
  background: var(--navy); color: #fff; width: 40px; height: 40px;
  border-radius: 50%; border: 0; position: relative; z-index: 1;
}
.how-step h3 { font-size: 1.05rem; color: var(--navy); margin-bottom: 6px; }
.how-step p { color: var(--muted); font-size: .93rem; }

/* ---------- who we take ---------- */
.care { padding: 48px 0; background: var(--paper); border-top: 1px solid var(--line); }
.care-head { max-width: 36rem; margin-bottom: 28px; }
.care-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.care-card {
  background: var(--cream); border: 1px solid var(--line); border-radius: 10px;
  padding: 22px 18px 20px; min-width: 0;
}
.care-card b {
  display: block; font-family: var(--font-display); font-size: 1.08rem;
  color: var(--navy); margin: 8px 0 6px;
}
.care-card p { color: var(--muted); font-size: .86rem; margin: 0; }
.care-n {
  font-family: var(--font-display); font-size: .78rem; font-weight: 700;
  color: var(--gold-dark); letter-spacing: .08em;
}
@media (max-width: 900px) { .care-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .care-grid { grid-template-columns: 1fr; } }

/* ---------- miqat story ---------- */
.miqat-band { padding: 48px 0; background: var(--cream); }
.miqat-split {
  display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr);
  gap: 36px; align-items: center;
}
.miqat-photo { margin: 0; border-radius: 12px; overflow: hidden; min-width: 0; aspect-ratio: 4 / 5; }
.miqat-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 40%; }
.miqat-copy .section-title { max-width: 16ch; }
.miqat-copy p { color: var(--muted); font-size: .94rem; margin-bottom: 12px; }
.miqat-copy p:last-of-type { margin-bottom: 18px; }
@media (max-width: 800px) {
  .miqat-split { grid-template-columns: 1fr; gap: 20px; }
  .miqat-photo { aspect-ratio: 16 / 10; max-height: 220px; }
}

/* ---------- ramadan ---------- */
.ramadan { padding: 0 0 48px; background: var(--cream); }
.ram-card {
  position: relative; overflow: hidden; border-radius: 10px; color: #fff; min-height: 240px;
  display: flex; align-items: center; border: 1px solid rgba(198,161,91,.3);
}
.ram-card img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 40%; filter: saturate(.7); }
.ram-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(100deg, rgba(12,22,38,.94) 0%, rgba(12,22,38,.62) 55%, rgba(12,22,38,.28) 100%); }
.ram-inner { position: relative; z-index: 2; padding: 32px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 24px; align-items: center; width: 100%; }
.ram-inner .eyebrow { color: var(--gold-bright); }
.ram-inner h2 { font-size: clamp(1.25rem, 2.4vw, 1.7rem); color: #fff; margin: 6px 0 8px; }
.ram-inner p { color: rgba(246,240,230,.85); font-size: .98rem; max-width: 480px; }
.ram-right { display: flex; flex-direction: column; align-items: flex-end; gap: 14px; }
.ram-price { text-align: right; }
.ram-price small { color: rgba(246,240,230,.7); font-weight: 600; font-size: .85rem; display: block; }
.ram-price .amt { font-family: var(--font-display); font-size: 1.9rem; font-weight: 600; color: var(--gold-bright); line-height: 1.05; }
@media (max-width: 820px) {
  .ram-inner { grid-template-columns: 1fr; padding: 36px 26px; }
  .ram-right { align-items: flex-start; }
  .ram-price { text-align: left; }
}

/* ---------- reviews ---------- */
.reviews { padding: 56px 0 48px; background: var(--cream); }
.rev-layout {
  display: grid; grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr); gap: 48px;
  align-items: start;
}
.rev-lead .section-title { font-size: clamp(1.45rem, 2.4vw, 1.95rem); max-width: 16ch; }
.rev-lead .section-sub { margin-top: 10px; }
.rev-stats {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px;
  margin: 28px 0 22px; padding: 18px 0;
  border-top: 1px solid var(--line); border-bottom: 1px solid var(--line);
}
.rev-stats b {
  display: block; font-family: var(--font-display); font-size: 1.35rem;
  color: var(--navy); font-weight: 600; line-height: 1.15;
}
.rev-stats span { display: block; margin-top: 4px; font-size: .75rem; color: var(--muted); font-weight: 600; }
.reviews .google-badge { margin-top: 0; }
.rev-stack { display: grid; gap: 14px; min-width: 0; }
.rev-featured {
  background: var(--navy-deep); color: #fff; border-radius: 8px;
  padding: 32px 30px 26px; position: relative; overflow: hidden; min-width: 0;
}
.rev-featured::before {
  content: '“'; position: absolute; top: -8px; right: 18px;
  font-family: var(--font-display); font-size: 7rem; line-height: 1;
  color: #fff; opacity: .12; pointer-events: none;
}
.rev-featured .rev-stars { color: #fff; }
.rev-featured .rev-text {
  color: #fff; font-size: 1.12rem; line-height: 1.45;
  font-family: var(--font-display); font-style: italic; margin: 8px 0 20px;
  overflow-wrap: break-word; max-width: 38rem;
}
.rev-featured .rev-who b { color: #fff; }
.rev-featured .rev-who small { color: rgba(246,240,230,.62); }
.rev-featured .avatar { background: #fff; color: var(--navy-deep); }
.rev-card {
  background: var(--paper); border: 1px solid var(--line); border-radius: 6px;
  padding: 20px 22px; position: relative;
}
.rev-stars { color: var(--star); letter-spacing: 3px; margin-bottom: 8px; font-size: .82rem; }
.rev-text { color: var(--ink); margin-bottom: 14px; font-size: .92rem; line-height: 1.5; max-width: 40rem; }
.rev-who { display: flex; align-items: center; gap: 11px; }
.rev-who .avatar { width: 38px; height: 38px; border-radius: 50%; flex-shrink: 0; background: var(--navy); color: var(--gold-bright); font-weight: 700; display: flex; align-items: center; justify-content: center; font-size: .9rem; }
.rev-who b { display: block; font-size: .88rem; color: var(--ink); }
.rev-who small { color: var(--muted); font-size: .76rem; font-weight: 500; }
.google-badge {
  display: inline-flex; align-items: center; gap: 10px; background: var(--paper);
  border: 1px solid var(--line); border-radius: 100px; padding: 10px 18px;
  font-weight: 700; font-size: .82rem; color: var(--ink);
}
.google-badge .g { font-weight: 800; font-size: 1.02rem; }
.google-badge .g span:nth-child(1){color:#4285F4}.google-badge .g span:nth-child(2){color:#EA4335}.google-badge .g span:nth-child(3){color:#FBBC05}.google-badge .g span:nth-child(4){color:#4285F4}.google-badge .g span:nth-child(5){color:#34A853}.google-badge .g span:nth-child(6){color:#EA4335}
@media (max-width: 860px) {
  .rev-layout { grid-template-columns: 1fr; gap: 28px; }
  .rev-lead .section-title { max-width: none; }
}

/* ---------- FAQ ---------- */
.faq { padding: 8px 0 64px; background: var(--parchment); }
.faq-layout {
  display: grid; grid-template-columns: minmax(0,.78fr) minmax(0,1.22fr); gap: 56px;
  align-items: start;
}
.faq-intro { position: sticky; top: 88px; }
.faq-intro .section-title { font-size: clamp(1.45rem, 2.4vw, 1.95rem); max-width: 14ch; }
.faq-intro .section-sub { margin: 10px 0 22px; }
.faq-list { display: flex; flex-direction: column; }
.faq-item { background: transparent; border: none; border-bottom: 1px solid rgba(21,35,58,.12); }
.faq-item:first-child { border-top: 1px solid rgba(21,35,58,.12); }
.faq-item summary {
  list-style: none; cursor: pointer; display: flex; align-items: center;
  gap: 14px; padding: 18px 8px 18px 0; font-weight: 700; color: var(--navy); font-size: .95rem;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-n {
  font-family: var(--font-body); font-size: .78rem; font-weight: 700;
  color: var(--gold-dark); letter-spacing: .06em; min-width: 1.7em; flex-shrink: 0;
  font-variant-numeric: tabular-nums;
}
.faq-item summary::after {
  content: '+'; margin-left: auto; font-family: var(--font-display);
  font-size: 1.2rem; color: var(--gold-dark); transition: transform .2s ease, background .2s ease, color .2s ease;
  flex-shrink: 0; width: 28px; height: 28px; border: 1px solid var(--gold); border-radius: 50%;
  display: grid; place-items: center; line-height: 1;
}
.faq-item[open] summary::after { transform: rotate(45deg); background: var(--navy); color: #fff; border-color: var(--navy); }
.faq-item[open] summary { color: var(--navy-deep); }
.faq-item .faq-a { padding: 0 40px 18px 2.1em; color: var(--muted); font-size: .9rem; line-height: 1.65; overflow-wrap: break-word; }
@media (max-width: 860px) {
  .faq-layout { grid-template-columns: 1fr; gap: 22px; }
  .faq-intro { position: static; }
  .faq-intro .section-title { max-width: none; }
}

/* ---------- legal ---------- */
.legal-page { padding: 48px 0 80px; }
.legal-page .section-sub { max-width: 42rem; }
.legal-prose { max-width: 800px; margin-top: 28px; }
.legal-prose h2 { font-size: 1.4rem; color: var(--navy); margin: 34px 0 12px; padding-bottom: 8px; border-bottom: 1px solid var(--line); }
.legal-prose h3 { font-size: 1.08rem; color: var(--navy); margin: 20px 0 8px; }
.legal-prose p, .legal-prose li { color: var(--muted); font-size: .95rem; line-height: 1.7; margin-bottom: 10px; }
.legal-prose ul, .legal-prose ol { padding-left: 1.25em; margin: 0 0 16px; }
.legal-prose ul { list-style: disc; }
.legal-prose ol { list-style: decimal; }
.legal-prose table { width: 100%; border-collapse: collapse; margin: 14px 0 22px; font-size: .86rem; }
.legal-prose th, .legal-prose td { border: 1px solid var(--line); padding: 10px 12px; text-align: left; vertical-align: top; }
.legal-prose th { background: var(--parchment); color: var(--ink); font-weight: 700; }
.legal-callout { background: var(--parchment); border-left: 3px solid var(--gold); padding: 12px 16px; margin: 16px 0 20px; color: var(--ink); font-size: .92rem; }

/* ---------- SEO ---------- */
.seo-block { background: var(--paper); padding: 56px 0 64px; border-top: 1px solid var(--line); }
.seo-title { font-size: clamp(1.4rem, 2.4vw, 1.9rem); color: var(--navy); max-width: 18ch; margin: 6px 0 22px; }
.uk-cities {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 28px;
}
.uk-cities article {
  background: var(--navy); color: #fff; border-radius: 12px; padding: 18px 18px 16px;
  position: relative; overflow: hidden; min-width: 0;
}
.uk-cities article::after { display: none; }
.uk-cities b {
  display: block; font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; margin-bottom: 4px;
  position: relative; z-index: 1;
}
.uk-cities span { display: block; font-size: .82rem; color: rgba(246,240,230,.72); position: relative; z-index: 1; }
.uk-truths { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 32px; }
.uk-truths article {
  background: var(--cream); border: 1px solid var(--line); border-radius: 12px; padding: 20px 18px 18px;
}
.uk-n { display: block; font-family: var(--font-display); font-size: .78rem; color: var(--gold-dark); letter-spacing: .08em; margin-bottom: 8px; }
.uk-truths h3 { font-size: 1.08rem; color: var(--navy); margin: 0 0 8px; }
.uk-truths p { color: var(--muted); font-size: .86rem; margin: 0; }
.uk-board-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; margin-bottom: 12px; }
.uk-board-head h3 { font-size: 1.1rem; color: var(--navy); margin: 0; }
.uk-board-head a { font-size: .82rem; font-weight: 700; color: var(--gold-dark); }
.uk-board-head a:hover { color: var(--navy); }
.uk-tickets { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.uk-ticket {
  display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center;
  background: var(--paper); border: 1px solid var(--line); border-radius: 4px;
  padding: 12px 14px; min-width: 0;
}
.uk-ticket:hover { background: #fff; border-style: solid; }
.uk-t-star {
  font-family: var(--font-display); font-size: .9rem; font-weight: 700; color: var(--navy);
  background: var(--paper); border: 1px solid var(--line); border-radius: 8px;
  width: 42px; height: 42px; display: flex; align-items: center; justify-content: center;
}
.uk-t-body b { display: block; font-size: .88rem; color: var(--navy); }
.uk-t-body small { display: block; font-size: .74rem; color: var(--muted); }
.uk-t-price { font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; color: var(--navy); white-space: nowrap; }
.uk-t-price em { font-style: italic; font-size: .72rem; color: var(--muted); margin-left: 2px; }
@media (max-width: 860px) {
  .uk-cities, .uk-truths { grid-template-columns: 1fr; }
  .uk-tickets { grid-template-columns: 1fr; }
}

/* ---------- final CTA ---------- */
.final-cta { position: relative; color: #fff; text-align: center; padding: 48px 0; overflow: hidden; background: var(--navy-deep); }
.final-cta img.bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 70%; opacity: .22; filter: saturate(.6); }
.final-cta::after { display: none; }
.final-cta .container { position: relative; z-index: 1; }
.final-cta h2 { font-size: clamp(1.4rem, 2.6vw, 1.85rem); color: #fff; }
.final-cta h2 .accent-i { color: var(--gold-bright); }
.final-cta p { color: rgba(246,240,230,.82); margin: 16px auto 30px; max-width: 540px; }
.final-cta .cta-row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }

/* ---------- footer ---------- */
.site-footer {
  background: var(--navy-deep); color: rgba(255,255,255,.62);
  padding: 56px 0 110px; font-size: .88rem;
  border-top: 1px solid rgba(255,255,255,.08);
}
.footer-brand { max-width: 520px; margin-bottom: 36px; }
.footer-brand p { margin-top: 14px; font-size: .9rem; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 36px; margin-bottom: 40px; }
@media (max-width: 860px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h4 { color: #fff; font-family: var(--font-display); font-size: 1.15rem; font-weight: 600; margin-bottom: 14px; }
.site-footer li { margin-bottom: 8px; }
.site-footer a:hover { color: #fff; }
.footer-legal { border-top: 1px solid rgba(255,255,255,.1); padding-top: 22px; font-size: .76rem; color: rgba(255,255,255,.4); }

/* ---------- sticky mobile bar ---------- */
.sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
  display: none; grid-template-columns: 1fr 1fr 1.4fr; gap: 8px;
  background: rgba(255,255,255,.96); backdrop-filter: blur(10px);
  border-top: 1px solid var(--line); padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  box-shadow: 0 -8px 24px rgba(12,22,38,.12);
}
.sticky-bar .btn { padding: 12px 10px; font-size: .8rem; border-radius: 3px; }
@media (max-width: 860px) { .sticky-bar { display: grid; } body { padding-bottom: 90px; } }
body.nav-open .site-header { z-index: 220; }
body.nav-open .topbar,
body.nav-open .sticky-bar,
body.nav-open .detail-bar,
body.nav-open .float-wa { display: none !important; }

.float-wa {
  position: fixed; bottom: 26px; right: 26px; z-index: 95;
  width: 58px; height: 58px; border-radius: 50%; background: var(--whatsapp);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 10px 28px rgba(18,140,126,.4); transition: transform .18s ease;
}
.float-wa:hover { transform: scale(1.07); }
.float-wa svg { width: 30px; height: 30px; fill: #fff; }
@media (max-width: 860px) { .float-wa { display: none; } }

/* ---------- quote modal ---------- */
.modal-backdrop {
  position: fixed; inset: 0; z-index: 120; background: rgba(12,22,38,.62); backdrop-filter: blur(5px);
  display: none; align-items: center; justify-content: center; padding: 20px;
}
.modal-backdrop.open { display: flex; }
.modal {
  background: var(--paper); border-radius: 4px; box-shadow: var(--shadow-lg);
  width: 100%; max-width: 520px; max-height: 92vh; overflow: auto; position: relative;
  animation: modalin .25s ease; border: 1px solid var(--line);
}
@keyframes modalin { from { opacity: 0; transform: translateY(14px) scale(.98); } }
.modal-close {
  position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border-radius: 50%;
  border: none; background: rgba(255,255,255,.2); color: #fff; font-size: 1.3rem; line-height: 1;
  display: flex; align-items: center; justify-content: center; z-index: 2;
}
.modal-close:hover { background: rgba(255,255,255,.35); }
.modal-hero { position: relative; height: 130px; overflow: hidden; }
.modal-hero img { width: 100%; height: 100%; object-fit: cover; }
.modal-hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,22,38,.9), rgba(12,22,38,.2)); }
.modal-hero .mh-txt { position: absolute; left: 20px; right: 20px; bottom: 14px; z-index: 1; color: #fff; }
.modal-hero .mh-txt .stars { font-size: .8rem; }
.modal-hero .mh-txt b { font-family: var(--font-display); font-size: 1.25rem; display: block; }
.modal-hero .mh-txt small { font-size: .8rem; color: rgba(255,255,255,.85); font-weight: 600; }
.modal-body { padding: 22px 24px 26px; }
.modal-body .m-price-row { display: flex; align-items: baseline; justify-content: space-between; margin-bottom: 16px; }
.modal-body .m-price-row .amt { font-family: var(--font-display); font-weight: 600; font-size: 1.6rem; color: var(--navy); }
.modal-body .m-price-row small { color: var(--muted); font-weight: 600; font-size: .8rem; }
.modal-note { font-size: .78rem; color: var(--muted); margin-top: 12px; text-align: center; }
.modal-success { text-align: center; padding: 30px 10px 10px; }
.modal-success .ok { width: 62px; height: 62px; border-radius: 50%; background: var(--parchment); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.modal-success .ok svg { width: 30px; height: 30px; stroke: var(--navy); fill: none; stroke-width: 2.5; }
.modal-success h3 { font-size: 1.45rem; margin-bottom: 8px; }
.modal-success p { color: var(--muted); font-size: .92rem; margin-bottom: 18px; }

/* ---------- package detail ---------- */
.page-band { background: var(--navy); color: #fff; padding: 8px 0 0; }
.breadcrumb { padding: 16px 0 0; font-size: .8rem; color: var(--muted); font-weight: 600; }
.breadcrumb a:hover { color: var(--navy); }
.breadcrumb .sep { margin: 0 7px; color: var(--line); }

.detail-hero { padding: 18px 0 0; }
.dh-gallery { display: grid; grid-template-columns: 2.2fr 1fr; gap: 10px; border-radius: 4px; overflow: hidden; }
.dh-gallery .g-main { position: relative; aspect-ratio: 16 / 8.5; min-width: 0; }
.dh-gallery .g-main img, .dh-gallery .g-side img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.dh-gallery .g-side { display: grid; gap: 10px; grid-template-rows: 1fr 1fr; min-width: 0; }
.dh-gallery .g-side > div { position: relative; overflow: hidden; }
.dh-badge { position: absolute; top: 14px; left: 14px; background: var(--navy); color: #fff; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; border-radius: 2px; padding: 6px 12px; z-index: 2; }
@media (max-width: 720px) { .dh-gallery { grid-template-columns: 1fr; } .dh-gallery .g-side { display: none; } }

.detail-layout { display: grid; grid-template-columns: 1fr 380px; gap: 40px; padding: 30px 0 70px; align-items: start; }
@media (max-width: 980px) { .detail-layout { grid-template-columns: 1fr; } }

.d-main .d-title-row { margin-bottom: 6px; display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.d-main h1 { font-size: clamp(1.4rem, 2.4vw, 1.85rem); color: var(--navy); }
.d-meta { display: flex; flex-wrap: wrap; gap: 8px 18px; color: var(--muted); font-size: .88rem; font-weight: 600; margin: 10px 0 26px; }
.d-meta span { display: inline-flex; align-items: center; gap: 7px; }
.d-meta svg { width: 15px; height: 15px; stroke: var(--gold-dark); fill: none; stroke-width: 2; }

.d-section { margin-bottom: 34px; }
.d-section h2 { font-size: 1.5rem; margin-bottom: 14px; padding-bottom: 10px; border-bottom: 1px solid var(--line); color: var(--navy); }
.d-section p { color: var(--muted); font-size: .95rem; margin-bottom: 10px; }

.hotel-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
@media (max-width: 640px) { .hotel-cards { grid-template-columns: 1fr; } }
.hotel-card { border: 1px solid var(--line); border-radius: 4px; padding: 18px; background: var(--paper); }
.hotel-card .hc-city { font-size: .7rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: var(--gold-dark); margin-bottom: 6px; }
.hotel-card b { font-size: 1.05rem; display: block; margin-bottom: 4px; font-family: var(--font-display); }
.hotel-card small { color: var(--muted); font-size: .84rem; display: flex; align-items: center; gap: 6px; }
.hotel-card small svg { width: 14px; height: 14px; stroke: var(--gold-dark); fill: none; stroke-width: 2; flex-shrink: 0; }
.hotel-card .hc-nights { margin-top: 10px; display: inline-block; background: var(--parchment); color: var(--navy); font-size: .76rem; font-weight: 700; border-radius: 100px; padding: 4px 12px; }

.check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
@media (max-width: 560px) { .check-grid { grid-template-columns: 1fr; } }
.check-grid .c { display: flex; align-items: flex-start; gap: 10px; font-size: .92rem; color: var(--ink); font-weight: 500; }
.check-grid .c svg { width: 18px; height: 18px; stroke: var(--gold-dark); fill: none; stroke-width: 2.5; flex-shrink: 0; margin-top: 3px; }
.check-grid .c.no svg { stroke: #C4554D; }
.check-grid .c.no { color: var(--muted); }

.itin { display: grid; gap: 10px; }
.itin-item { border: 1px solid var(--line); border-radius: 4px; background: var(--paper); overflow: hidden; }
.itin-item summary { list-style: none; cursor: pointer; display: flex; align-items: center; gap: 14px; padding: 15px 18px; font-weight: 700; font-size: .95rem; }
.itin-item summary::-webkit-details-marker { display: none; }
.itin-item summary .day { background: var(--navy); color: var(--gold-bright); font-size: .72rem; font-weight: 800; border-radius: 2px; padding: 5px 11px; white-space: nowrap; letter-spacing: .06em; }
.itin-item summary::after { content: '+'; margin-left: auto; font-family: var(--font-display); font-size: 1.3rem; color: var(--gold-dark); transition: transform .2s ease; }
.itin-item[open] summary::after { transform: rotate(45deg); }
.itin-item .itin-body { padding: 0 18px 16px 18px; color: var(--muted); font-size: .9rem; }

.d-sidebar { position: sticky; top: 90px; }
.quote-card { background: var(--paper); border: 1px solid var(--line); border-radius: 4px; box-shadow: var(--shadow-md); overflow: hidden; }
.quote-card .qc-head { background: var(--navy); color: #fff; padding: 20px 22px; }
.quote-card .qc-head small { font-size: .74rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--gold-bright); display: block; }
.quote-card .qc-head .amt { font-family: var(--font-display); font-weight: 600; font-size: 2.05rem; line-height: 1.15; }
.quote-card .qc-head .amt em { font-style: italic; font-size: .9rem; font-family: var(--font-display); font-weight: 500; color: rgba(255,255,255,.75); }
.quote-card .qc-head .dep { display: inline-block; margin-top: 8px; background: rgba(198,161,91,.15); border: 1px solid rgba(198,161,91,.45); color: var(--gold-bright); font-size: .76rem; font-weight: 700; border-radius: 100px; padding: 4px 12px; }
.quote-card .qc-body { padding: 20px 22px 22px; }
.quote-card .qc-body .fields { display: grid; gap: 12px; margin-bottom: 14px; }
.qc-usps { display: grid; gap: 8px; margin: 16px 0 4px; }
.qc-usps .u { display: flex; align-items: center; gap: 9px; font-size: .82rem; color: var(--muted); font-weight: 600; }
.qc-usps .u svg { width: 15px; height: 15px; stroke: var(--gold-dark); fill: none; stroke-width: 2.5; flex-shrink: 0; }
.qc-alt { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.qc-alt .btn { padding: 11px 10px; font-size: .84rem; }
.d-related { padding: 0 0 80px; }

.detail-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 95;
  display: none; align-items: center; justify-content: space-between; gap: 12px;
  background: rgba(246,240,230,.97); backdrop-filter: blur(10px);
  border-top: 1px solid var(--line); padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
}
.detail-bar .db-price small { display: block; font-size: .68rem; color: var(--muted); font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.detail-bar .db-price b { font-family: var(--font-display); font-size: 1.35rem; color: var(--navy); }
.detail-bar .db-actions { display: flex; gap: 8px; align-items: center; }
.detail-bar .db-actions .icon-btn { width: auto; height: 40px; padding: 0 12px; border-radius: 3px; gap: 6px; font-size: .75rem; font-weight: 700; color: #fff; }
.detail-bar .db-actions .icon-btn.wa { border-radius: 3px; }
.detail-bar .db-actions .btn { padding: 10px 14px; font-size: .8rem; white-space: nowrap; }
@media (max-width: 400px) {
  .detail-bar .db-actions .icon-btn span { display: none; }
  .detail-bar .db-actions .icon-btn { width: 40px; padding: 0; }
}
@media (max-width: 860px) { .detail-bar { display: flex; } body.detail-page { padding-bottom: 78px; } body.detail-page .sticky-bar { display: none; } }

@media (max-width: 980px) {
  .d-sidebar { position: static; }
  .detail-layout { padding: 20px 0 48px; gap: 24px; }
}

@media (max-width: 560px) {
  .container { padding-left: 16px; padding-right: 16px; }
  .sticky-bar { gap: 6px; padding: 8px 8px calc(8px + env(safe-area-inset-bottom)); }
  .sticky-bar .btn { font-size: .72rem; padding: 10px 6px; }
  .quote-card .qc-head .amt { font-size: 1.55rem; }
  .quote-card .qc-body { padding: 16px; }
  .contact-form-card { padding: 20px 16px; }
  .final-cta { padding: 36px 0; }
  .final-cta .cta-row { flex-direction: column; align-items: stretch; }
  .final-cta .cta-row .btn { width: 100%; }
  .uk-tickets { grid-template-columns: 1fr; }
  .pkg-actions { grid-template-columns: 1fr 1fr; }
  .topbar { font-size: 11px; }
  .dh-gallery .g-main { aspect-ratio: 16 / 11; }
  .modal { max-width: 100%; }
}

/* ---------- contact ---------- */
.contact-wrap { padding: 0 0 80px; }
.contact-hero {
  background: var(--navy); color: #fff; padding: 28px 0 24px; margin-bottom: 24px;
  position: relative; overflow: hidden;
}
.contact-hero::after { display: none; }
.contact-hero .container { position: relative; z-index: 1; }
.contact-hero .eyebrow { color: var(--gold-bright); }
.contact-hero .section-title { color: #fff; }
.contact-hero .section-sub { color: rgba(246,240,230,.78); }
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 44px; align-items: start; }
@media (max-width: 860px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-info-card { display: grid; gap: 14px; }
.ci { display: flex; gap: 14px; align-items: flex-start; border: 1px solid var(--line); border-radius: 4px; padding: 18px; background: var(--paper); }
.ci .ti-ico { width: 44px; height: 44px; border-radius: 3px; background: var(--parchment); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci .ti-ico svg { width: 20px; height: 20px; fill: var(--navy); }
.ci b { display: block; font-size: .95rem; }
.ci small, .ci a { color: var(--muted); font-size: .86rem; font-weight: 500; }
.ci a:hover { color: var(--navy); }
.contact-form-card { background: var(--paper); border: 1px solid var(--line); border-radius: 4px; box-shadow: var(--shadow-md); padding: 28px; }

/* ---------- thank-you ---------- */
.thank-you { padding: 72px 0 90px; background: linear-gradient(180deg, var(--navy) 0 120px, var(--cream) 120px 100%); }
.thank-you-card {
  max-width: 640px; margin: 0 auto; text-align: center;
  background: var(--paper); border: 1px solid var(--line); border-radius: 4px;
  padding: 42px 28px 36px; box-shadow: var(--shadow-md);
}
.thank-you-card .ok {
  width: 64px; height: 64px; border-radius: 50%; background: var(--navy);
  display: flex; align-items: center; justify-content: center; margin: 0 auto 18px;
}
.thank-you-card .ok svg { width: 30px; height: 30px; stroke: var(--gold); fill: none; stroke-width: 2.5; }
.thank-you-card .section-title { font-size: clamp(1.7rem, 3vw, 2.2rem); margin: 8px 0 12px; }
.thank-you-card .section-sub { margin: 0 auto 22px; max-width: 34rem; }
.thank-you-actions { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.thank-you-note { margin-top: 18px; font-size: .86rem; color: var(--muted); }
.thank-you-matches { text-align: left; margin: 8px 0 24px; }
.thank-you-matches h2 { font-size: 1.2rem; margin-bottom: 12px; text-align: center; }

/* ---------- inner legal header space ---------- */
.legal-page { background: var(--cream); }

/* ---------- reveal ---------- */
body.js .reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s ease, transform .6s ease; }
body.js .reveal.in { opacity: 1; transform: none; }
body.js .reveal.d1 { transition-delay: .07s; }
body.js .reveal.d2 { transition-delay: .14s; }
body.js .reveal.d3 { transition-delay: .21s; }
@media (prefers-reduced-motion: reduce) {
  body.js .reveal { opacity: 1; transform: none; transition: none; }
  html { scroll-behavior: auto; }
}
