/* =========================================================
   Tour Line للسفر والسياحة — Stylesheet
   Brand: Navy #15294e  •  Gold #d99b2e
   ========================================================= */

:root {
  --navy-900: #0c1a35;
  --navy-800: #15294e;
  --navy-700: #1d3a6b;
  --navy-600: #2a4d86;
  --gold-600: #c2871f;
  --gold-500: #d99b2e;
  --gold-400: #e8b84b;
  --gold-300: #f3d585;
  --cream:    #faf7f0;
  --sand:     #f4eee2;
  --ink:      #16213a;
  --muted:    #5d6883;
  --line:     #e7e0d2;
  --white:    #ffffff;

  --radius:   18px;
  --radius-sm: 12px;
  --shadow-sm: 0 6px 20px rgba(12, 26, 53, .07);
  --shadow:    0 18px 50px rgba(12, 26, 53, .12);
  --shadow-lg: 0 30px 70px rgba(12, 26, 53, .20);
  --container: 1200px;
  --ease: cubic-bezier(.22, .61, .36, 1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: "Tajawal", system-ui, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
  line-height: 1.8;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4 { font-family: "Cairo", "Tajawal", sans-serif; line-height: 1.3; color: var(--navy-800); font-weight: 800; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
ul { list-style: none; }
:focus-visible { outline: 3px solid var(--gold-400); outline-offset: 3px; border-radius: 6px; }

/* ---------- Layout helpers ---------- */
.container { width: min(100% - 40px, var(--container)); margin-inline: auto; }
section { position: relative; }
.sec-pad { padding: clamp(64px, 9vw, 120px) 0; }

.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--gold-600); font-weight: 700; font-size: .82rem;
  letter-spacing: .12em; text-transform: uppercase;
  margin-bottom: 14px;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--gold-500); border-radius: 2px; }

.sec-head { max-width: 640px; margin-bottom: 52px; }
.sec-head.center { margin-inline: auto; text-align: center; }
.sec-head.center .eyebrow::before { display: none; }
.sec-head h2 { font-size: clamp(1.9rem, 4.2vw, 2.85rem); letter-spacing: -.5px; }
.sec-head p { color: var(--muted); font-size: 1.08rem; margin-top: 14px; }

/* ---------- Buttons ---------- */
.btn {
  --bg: var(--gold-500); --fg: #1a1405;
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 28px; border-radius: 100px; font-weight: 700; font-size: 1rem;
  background: var(--bg); color: var(--fg); border: 1.6px solid transparent;
  cursor: pointer; transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s, color .25s;
  box-shadow: 0 12px 26px rgba(217, 155, 46, .32);
  white-space: nowrap;
}
.btn:hover { transform: translateY(-3px); box-shadow: 0 18px 34px rgba(217, 155, 46, .42); }
.btn svg { width: 20px; height: 20px; }
.btn-ghost {
  background: transparent; color: var(--white); border-color: rgba(255, 255, 255, .55);
  box-shadow: none;
}
.btn-ghost:hover { background: rgba(255, 255, 255, .12); box-shadow: none; }
.btn-navy { --bg: var(--navy-800); --fg: #fff; box-shadow: 0 12px 26px rgba(21, 41, 78, .3); }
.btn-navy:hover { box-shadow: 0 18px 34px rgba(21, 41, 78, .4); }
.btn-outline-navy { background: #fff; color: var(--navy-800); border-color: var(--line); box-shadow: var(--shadow-sm); }
.btn-outline-navy:hover { border-color: var(--gold-500); color: var(--gold-600); }

/* ---------- Top bar ---------- */
.topbar {
  background: var(--navy-900); color: #cdd7ea; font-size: .85rem;
  border-bottom: 1px solid rgba(255, 255, 255, .07);
}
.topbar .container { display: flex; align-items: center; justify-content: space-between; min-height: 42px; gap: 16px; flex-wrap: wrap; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; transition: color .2s; }
.topbar a:hover { color: var(--gold-400); }
.topbar .tb-left { display: flex; gap: 22px; flex-wrap: wrap; }
.topbar .tb-social { display: flex; gap: 14px; }
.topbar svg { width: 15px; height: 15px; color: var(--gold-400); }
.topbar .tb-social svg { color: #cdd7ea; }
.topbar .tb-social a:hover svg { color: var(--gold-400); }

/* ---------- Navbar ---------- */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255, 255, 255, .86);
  backdrop-filter: saturate(160%) blur(14px);
  -webkit-backdrop-filter: saturate(160%) blur(14px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .3s, border-color .3s, background .3s;
}
.nav.scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); }
.nav .container { display: flex; align-items: center; justify-content: space-between; min-height: 74px; gap: 16px; }
.brand { display: flex; align-items: center; gap: 12px; }
.brand img { height: 50px; width: auto; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  position: relative; padding: 9px 14px; border-radius: 10px; font-weight: 600;
  color: var(--navy-800); font-size: .98rem; transition: color .2s, background .2s;
}
.nav-links a::after {
  content: ""; position: absolute; right: 14px; left: 14px; bottom: 4px; height: 2px;
  background: var(--gold-500); transform: scaleX(0); transform-origin: right;
  transition: transform .28s var(--ease); border-radius: 2px;
}
.nav-links a:hover { color: var(--gold-600); }
.nav-links a:hover::after, .nav-links a.active::after { transform: scaleX(1); }
.nav-cta { display: flex; align-items: center; gap: 12px; }
.nav-toggle {
  display: none; width: 46px; height: 46px; border-radius: 12px; border: 1px solid var(--line);
  background: #fff; cursor: pointer; align-items: center; justify-content: center; color: var(--navy-800);
}
.nav-toggle svg { width: 24px; height: 24px; }

/* ---------- Hero ---------- */
.hero {
  position: relative; min-height: 92vh; display: flex; align-items: center;
  color: #fff; overflow: hidden; isolation: isolate;
}
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); animation: heroZoom 18s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(105deg, rgba(10, 23, 49, .92) 8%, rgba(13, 30, 64, .72) 46%, rgba(13, 30, 64, .30) 100%),
    linear-gradient(0deg, rgba(8, 18, 38, .65), rgba(8, 18, 38, 0) 45%);
}
.hero-inner { padding: 60px 0; max-width: 760px; }
.hero .tagline {
  display: inline-flex; align-items: center; gap: 10px; padding: 8px 16px; border-radius: 100px;
  background: rgba(255, 255, 255, .12); border: 1px solid rgba(255, 255, 255, .22);
  font-weight: 600; font-size: .9rem; margin-bottom: 24px; backdrop-filter: blur(4px);
}
.hero .tagline .dot { width: 8px; height: 8px; border-radius: 50%; background: var(--gold-400); box-shadow: 0 0 0 4px rgba(232, 184, 75, .25); }
.hero h1 {
  color: #fff; font-size: clamp(2.3rem, 6vw, 4.1rem); letter-spacing: -1px; line-height: 1.18;
  text-shadow: 0 4px 30px rgba(0, 0, 0, .25);
}
.hero h1 .accent { color: var(--gold-400); }
.hero p.lead { font-size: clamp(1.05rem, 2.2vw, 1.28rem); color: #e7ecf6; margin-top: 22px; max-width: 600px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 38px; }
.hero-stats { display: flex; gap: 38px; margin-top: 54px; flex-wrap: wrap; }
.hero-stats .num { font-family: "Cairo", sans-serif; font-size: 2.1rem; font-weight: 800; color: #fff; }
.hero-stats .num .plus { color: var(--gold-400); }
.hero-stats .lbl { color: #c4cfe4; font-size: .92rem; }
.scroll-cue {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px; color: #cfd9ec; font-size: .78rem;
}
.scroll-cue .mouse { width: 24px; height: 40px; border: 2px solid rgba(255, 255, 255, .55); border-radius: 14px; position: relative; }
.scroll-cue .mouse::after { content: ""; position: absolute; top: 7px; left: 50%; transform: translateX(-50%); width: 4px; height: 8px; background: var(--gold-400); border-radius: 4px; animation: wheel 1.6s infinite; }
@keyframes wheel { 0% { opacity: 0; top: 6px; } 40% { opacity: 1; } 80%,100% { opacity: 0; top: 18px; } }

/* curved divider under hero */
.hero-wave { position: absolute; bottom: -1px; left: 0; width: 100%; line-height: 0; z-index: 1; }
.hero-wave svg { width: 100%; height: 70px; display: block; }

/* ---------- Marquee strip ---------- */
.strip { background: var(--navy-800); color: #fff; padding: 18px 0; overflow: hidden; }
.strip .track { display: flex; gap: 56px; align-items: center; width: max-content; animation: marquee 28s linear infinite; }
.strip:hover .track { animation-play-state: paused; }
.strip .item { display: inline-flex; align-items: center; gap: 12px; font-weight: 600; color: #e8eefb; white-space: nowrap; }
.strip .item svg { width: 22px; height: 22px; color: var(--gold-400); }
@keyframes marquee { to { transform: translateX(50%); } }

/* ---------- About ---------- */
.about-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
.about-media { position: relative; }
.about-media img { border-radius: var(--radius); box-shadow: var(--shadow); width: 100%; aspect-ratio: 5/4.4; object-fit: cover; }
.about-media .frame { position: absolute; inset: 18px -18px -18px 18px; border: 2px solid var(--gold-400); border-radius: var(--radius); z-index: -1; }
.about-badge {
  position: absolute; bottom: 22px; right: -14px; background: #fff; border-radius: 16px;
  padding: 16px 22px; box-shadow: var(--shadow); display: flex; align-items: center; gap: 14px;
}
.about-badge .ab-num { font-family: "Cairo"; font-size: 1.9rem; font-weight: 800; color: var(--gold-600); }
.about-badge .ab-txt { font-size: .9rem; color: var(--muted); font-weight: 600; line-height: 1.4; }
.about-text p { color: var(--muted); font-size: 1.06rem; margin-top: 16px; }
.about-points { display: grid; gap: 14px; margin-top: 26px; }
.about-points li { display: flex; gap: 12px; align-items: flex-start; font-weight: 600; color: var(--ink); }
.about-points .ck { flex: none; width: 26px; height: 26px; border-radius: 50%; background: rgba(217, 155, 46, .15); color: var(--gold-600); display: grid; place-items: center; margin-top: 3px; }
.about-points .ck svg { width: 15px; height: 15px; }

/* ---------- Vision / Mission / Values ---------- */
.vmv { background: linear-gradient(180deg, var(--sand), var(--cream)); }
.vmv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.vmv-card {
  background: #fff; border-radius: var(--radius); padding: 38px 30px; box-shadow: var(--shadow-sm);
  border: 1px solid var(--line); transition: transform .3s var(--ease), box-shadow .3s; position: relative; overflow: hidden;
}
.vmv-card::before { content: ""; position: absolute; top: 0; right: 0; left: 0; height: 4px; background: linear-gradient(90deg, var(--gold-500), var(--gold-300)); transform: scaleX(0); transform-origin: right; transition: transform .35s var(--ease); }
.vmv-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); }
.vmv-card:hover::before { transform: scaleX(1); }
.vmv-icon { width: 64px; height: 64px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(135deg, var(--navy-700), var(--navy-800)); color: var(--gold-400); margin-bottom: 22px; box-shadow: 0 10px 22px rgba(21, 41, 78, .25); }
.vmv-icon svg { width: 30px; height: 30px; }
.vmv-card h3 { font-size: 1.4rem; margin-bottom: 10px; }
.vmv-card p { color: var(--muted); }
.values-list { display: grid; gap: 12px; margin-top: 8px; }
.values-list li { display: flex; gap: 10px; align-items: center; color: var(--ink); font-weight: 600; }
.values-list li svg { width: 18px; height: 18px; color: var(--gold-600); flex: none; }

/* ---------- Services ---------- */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.svc {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 32px 26px;
  transition: transform .3s var(--ease), box-shadow .3s, border-color .3s; position: relative; overflow: hidden;
}
.svc:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.svc .svc-icon {
  width: 60px; height: 60px; border-radius: 16px; display: grid; place-items: center; margin-bottom: 20px;
  background: linear-gradient(135deg, rgba(217, 155, 46, .14), rgba(217, 155, 46, .05)); color: var(--gold-600);
  transition: background .3s, color .3s, transform .3s var(--ease);
}
.svc:hover .svc-icon { background: linear-gradient(135deg, var(--gold-500), var(--gold-400)); color: #fff; transform: rotate(-6deg) scale(1.05); }
.svc .svc-icon svg { width: 30px; height: 30px; }
.svc h3 { font-size: 1.18rem; margin-bottom: 8px; }
.svc p { color: var(--muted); font-size: .96rem; }
.svc .svc-no { position: absolute; top: 18px; left: 22px; font-family: "Cairo"; font-weight: 800; font-size: 2.4rem; color: var(--sand); transition: color .3s; z-index: 0; }
.svc:hover .svc-no { color: rgba(217, 155, 46, .18); }
.svc > * { position: relative; z-index: 1; }

/* ---------- Destinations ---------- */
.dest { background: var(--navy-900); color: #fff; overflow: hidden; }
.dest .sec-head h2 { color: #fff; }
.dest .sec-head p { color: #b9c4dc; }
.dest .eyebrow { color: var(--gold-400); }
.dest-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 18px; }
.dest-card { position: relative; border-radius: var(--radius); overflow: hidden; cursor: pointer; box-shadow: var(--shadow); }
.dest-card.tall { grid-row: span 2; }
.dest-card.wide { grid-column: span 2; }
.dest-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.dest-card:hover img { transform: scale(1.1); }
.dest-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(8, 16, 34, .82) 4%, rgba(8, 16, 34, .15) 50%, transparent); }
.dest-card .cap { position: absolute; right: 0; bottom: 0; left: 0; padding: 22px; z-index: 2; transform: translateY(8px); transition: transform .35s var(--ease); }
.dest-card:hover .cap { transform: translateY(0); }
.dest-card .cap .city { font-family: "Cairo"; font-weight: 800; font-size: 1.35rem; color: #fff; }
.dest-card .cap .meta { color: var(--gold-300); font-size: .9rem; display: inline-flex; align-items: center; gap: 6px; opacity: 0; transition: opacity .35s; }
.dest-card:hover .cap .meta { opacity: 1; }
.dest-card .cap .meta svg { width: 15px; height: 15px; }

/* ---------- Why us / stats ---------- */
.why-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.why-card { text-align: center; padding: 34px 22px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow-sm); transition: transform .3s var(--ease); }
.why-card:hover { transform: translateY(-6px); }
.why-card .stat { font-family: "Cairo"; font-weight: 800; font-size: clamp(2.2rem, 4vw, 3rem); color: var(--navy-800); }
.why-card .stat .suffix { color: var(--gold-500); }
.why-card .stat-lbl { color: var(--muted); font-weight: 600; margin-top: 4px; }

/* ---------- CTA banner ---------- */
.cta-band { position: relative; color: #fff; overflow: hidden; isolation: isolate; }
.cta-band img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.cta-band::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(100deg, rgba(12, 26, 53, .95), rgba(21, 41, 78, .82)); }
.cta-inner { text-align: center; max-width: 720px; margin-inline: auto; padding: clamp(60px, 8vw, 100px) 0; }
.cta-inner h2 { color: #fff; font-size: clamp(1.9rem, 4.5vw, 3rem); }
.cta-inner p { color: #d6deef; font-size: 1.12rem; margin-top: 16px; }
.cta-inner .hero-actions { justify-content: center; }

/* ---------- Contact ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: start; }
.contact-cards { display: grid; gap: 18px; }
.cinfo { display: flex; gap: 16px; align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 20px 22px; box-shadow: var(--shadow-sm); transition: transform .25s var(--ease), border-color .25s; }
.cinfo:hover { transform: translateX(-6px); border-color: var(--gold-400); }
.cinfo .ci-icon { flex: none; width: 50px; height: 50px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--navy-700), var(--navy-800)); color: var(--gold-400); }
.cinfo .ci-icon svg { width: 24px; height: 24px; }
.cinfo .ci-label { font-size: .82rem; color: var(--muted); font-weight: 600; }
.cinfo .ci-value { font-weight: 700; color: var(--navy-800); font-size: 1.05rem; word-break: break-word; }
.cinfo a.ci-value:hover { color: var(--gold-600); }

.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 34px; box-shadow: var(--shadow); }
.form-card h3 { font-size: 1.5rem; margin-bottom: 6px; }
.form-card .fc-sub { color: var(--muted); margin-bottom: 24px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .9rem; margin-bottom: 7px; color: var(--navy-800); }
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 16px; border: 1.5px solid var(--line); border-radius: 12px;
  font-family: inherit; font-size: 1rem; background: var(--cream); color: var(--ink); transition: border-color .2s, background .2s, box-shadow .2s;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold-500); background: #fff; box-shadow: 0 0 0 4px rgba(217, 155, 46, .12); }
.field textarea { resize: vertical; min-height: 110px; }
.form-card .btn { width: 100%; margin-top: 6px; }
.form-note { text-align: center; font-size: .82rem; color: var(--muted); margin-top: 14px; }

/* ---------- Footer ---------- */
.footer { background: var(--navy-900); color: #aeb9d2; padding-top: 70px; font-size: .96rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; }
.footer .f-logo { background: #fff; border-radius: 14px; padding: 12px 16px; display: inline-block; }
.footer .f-logo img { height: 46px; }
.footer .f-about { margin-top: 20px; max-width: 320px; line-height: 1.9; }
.footer h4 { color: #fff; font-size: 1.05rem; margin-bottom: 20px; font-family: "Cairo"; }
.footer .f-links li { margin-bottom: 11px; }
.footer .f-links a { transition: color .2s, padding .2s; display: inline-flex; align-items: center; gap: 8px; }
.footer .f-links a::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--gold-500); opacity: 0; transform: scale(0); transition: .2s; }
.footer .f-links a:hover { color: #fff; padding-inline-start: 4px; }
.footer .f-links a:hover::before { opacity: 1; transform: scale(1); }
.footer .f-contact li { display: flex; gap: 12px; margin-bottom: 14px; align-items: flex-start; }
.footer .f-contact svg { width: 18px; height: 18px; color: var(--gold-400); flex: none; margin-top: 4px; }
.footer .f-contact a:hover { color: #fff; }
.f-social { display: flex; gap: 12px; margin-top: 22px; }
.f-social a { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; background: rgba(255, 255, 255, .07); color: #cdd7ea; transition: background .25s, transform .25s, color .25s; }
.f-social a:hover { background: var(--gold-500); color: #1a1405; transform: translateY(-4px); }
.f-social svg { width: 20px; height: 20px; }
.footer-bottom { border-top: 1px solid rgba(255, 255, 255, .08); padding: 22px 0; display: flex; align-items: center; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .88rem; }
.footer-bottom a:hover { color: #fff; }
.footer-bottom .fb-links { display: flex; gap: 20px; flex-wrap: wrap; }

/* ---------- Floating WhatsApp ---------- */
.wa-float {
  position: fixed; bottom: 24px; left: 24px; z-index: 90; width: 60px; height: 60px; border-radius: 50%;
  background: #25d366; color: #fff; display: grid; place-items: center; box-shadow: 0 12px 30px rgba(37, 211, 102, .45);
  transition: transform .25s var(--ease);
}
.wa-float svg { width: 32px; height: 32px; }
.wa-float::after { content: ""; position: absolute; inset: 0; border-radius: 50%; border: 2px solid #25d366; animation: pulse 2.2s infinite; }
.wa-float:hover { transform: scale(1.1); }
@keyframes pulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.8); opacity: 0; } }

/* ---------- Reveal animation ---------- */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-d="1"] { transition-delay: .08s; }
.reveal[data-d="2"] { transition-delay: .16s; }
.reveal[data-d="3"] { transition-delay: .24s; }
.reveal[data-d="4"] { transition-delay: .32s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .hero-bg img { animation: none; transform: none; }
  .strip .track { animation: none; }
}

/* =========================================================
   Terms page
   ========================================================= */
.page-hero { background: linear-gradient(120deg, var(--navy-900), var(--navy-700)); color: #fff; padding: clamp(70px, 10vw, 110px) 0 70px; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 85% 20%, rgba(217, 155, 46, .22), transparent 45%); }
.page-hero .container { position: relative; z-index: 1; }
.page-hero .crumb { color: #b9c4dc; font-size: .9rem; margin-bottom: 16px; }
.page-hero .crumb a:hover { color: var(--gold-400); }
.page-hero h1 { color: #fff; font-size: clamp(2rem, 5vw, 3rem); }
.page-hero p { color: #d2dbef; margin-top: 14px; max-width: 640px; }

.legal-wrap { display: grid; grid-template-columns: 260px 1fr; gap: 48px; align-items: start; }
.legal-toc { position: sticky; top: 96px; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow-sm); }
.legal-toc h4 { font-size: 1rem; margin-bottom: 14px; color: var(--navy-800); }
.legal-toc a { display: block; padding: 8px 12px; border-radius: 9px; color: var(--muted); font-weight: 600; font-size: .92rem; transition: background .2s, color .2s; }
.legal-toc a:hover, .legal-toc a.active { background: var(--sand); color: var(--gold-600); }

.legal-body article { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 34px; margin-bottom: 20px; box-shadow: var(--shadow-sm); scroll-margin-top: 96px; }
.legal-body article h2 { font-size: 1.4rem; display: flex; align-items: center; gap: 14px; margin-bottom: 14px; }
.legal-body article h2 .n { flex: none; width: 38px; height: 38px; border-radius: 11px; background: linear-gradient(135deg, var(--navy-700), var(--navy-800)); color: var(--gold-400); display: grid; place-items: center; font-size: 1rem; font-family: "Cairo"; }
.legal-body article h3 { font-size: 1.08rem; color: var(--gold-600); margin: 18px 0 6px; }
.legal-body article p { color: var(--muted); margin-bottom: 10px; }
.legal-body article ul { display: grid; gap: 9px; margin: 8px 0 4px; }
.legal-body article ul li { position: relative; padding-inline-start: 24px; color: var(--ink); }
.legal-body article ul li::before { content: ""; position: absolute; right: 0; top: 11px; width: 8px; height: 8px; border-radius: 50%; background: var(--gold-500); }
.legal-body .refund-table { display: grid; gap: 10px; margin-top: 12px; }
.legal-body .refund-row { display: flex; justify-content: space-between; gap: 14px; background: var(--cream); border: 1px solid var(--line); border-radius: 12px; padding: 12px 18px; }
.legal-body .refund-row span:first-child { font-weight: 600; color: var(--navy-800); }
.legal-body .refund-row .pct { font-family: "Cairo"; font-weight: 800; color: var(--gold-600); }
.legal-body .refund-row.danger .pct { color: #c0392b; }
.legal-callout { background: linear-gradient(120deg, rgba(217,155,46,.1), rgba(217,155,46,.03)); border: 1px solid rgba(217,155,46,.3); border-radius: 14px; padding: 18px 22px; display: flex; gap: 14px; }
.legal-callout svg { width: 24px; height: 24px; color: var(--gold-600); flex: none; }
.legal-body .entity-card { background: linear-gradient(135deg, var(--navy-800), var(--navy-900)); color: #dce4f4; border: none; border-radius: var(--radius); padding: 30px 34px; }
.legal-body .entity-card h2 { color: #fff; }
.legal-body .entity-card .n { background: rgba(255,255,255,.12); }
.legal-body .entity-card .e-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 6px; }
.legal-body .entity-card .e-item .lbl { color: #9fb0d0; font-size: .85rem; }
.legal-body .entity-card .e-item .val { color: #fff; font-weight: 700; }
.legal-body .entity-card .e-item a.val:hover { color: var(--gold-400); }

/* =========================================================
   Responsive
   ========================================================= */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .dest-grid { grid-template-columns: repeat(2, 1fr); }
  .dest-card.wide { grid-column: span 2; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .legal-wrap { grid-template-columns: 1fr; }
  .legal-toc { display: none; }
}

@media (max-width: 860px) {
  .nav-links, .nav .nav-cta .btn { display: none; }
  .nav-toggle { display: flex; }
  .nav-links.open {
    display: flex; flex-direction: column; align-items: stretch; gap: 4px;
    position: absolute; top: 74px; right: 0; left: 0; background: #fff; padding: 16px 20px;
    border-bottom: 1px solid var(--line); box-shadow: var(--shadow);
  }
  .nav-links.open a { padding: 13px 14px; border-radius: 10px; }
  .nav-links.open a::after { display: none; }
  .nav-links.open a:hover { background: var(--sand); }
  .about-grid { grid-template-columns: 1fr; gap: 60px; }
  .about-media { max-width: 480px; margin-inline: auto; }
  .vmv-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 32px; }
  .topbar .tb-left .hide-sm { display: none; }
}

@media (max-width: 560px) {
  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr 1fr; }
  .dest-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
  .dest-card.wide, .dest-card.tall { grid-column: auto; grid-row: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .hero-stats { gap: 24px; }
  .about-badge { right: 10px; }
  .topbar .tb-left { gap: 14px; }
  .wa-float { width: 54px; height: 54px; bottom: 18px; left: 18px; }
}
