/* وجهات شهر العسل — honeymoondestinations.org */
:root {
  --bg: #FBFAF7;
  --surface: #FFFFFF;
  --ink: #17322E;
  --ink-soft: #4A625E;
  --lagoon: #0E4D4A;
  --lagoon-deep: #082E2C;
  --lagoon-tint: #E9F2F0;
  --gold: #C2A14C;
  --gold-soft: #F3EBD7;
  --rose: #B45A66;
  --line: #E3E0D8;
  --radius: 14px;
  --shadow: 0 2px 16px rgba(8, 46, 44, 0.07);
  --font-display: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, sans-serif;
  --font-body: "IBM Plex Sans Arabic", "Segoe UI", Tahoma, sans-serif;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--ink);
  line-height: 1.85;
  font-size: 1.0625rem;
}

.container { max-width: 1080px; margin-inline: auto; padding-inline: 1.25rem; }

a { color: var(--lagoon); }
a:focus-visible, button:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 2px;
  border-radius: 4px;
}

/* ---------- Header ---------- */
.site-header {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 50;
}
.site-header .container {
  display: flex; align-items: center; justify-content: space-between;
  min-height: 64px; gap: 1rem;
}
.brand {
  font-family: var(--font-display);
  font-weight: 700; font-size: 1.45rem;
  color: var(--lagoon-deep); text-decoration: none;
  display: flex; align-items: baseline; gap: .45rem;
}
.brand small { font-family: var(--font-body); font-size: .68rem; color: var(--gold); letter-spacing: .04em; }
.header-cta {
  background: var(--lagoon); color: #fff; text-decoration: none;
  padding: .5rem 1.1rem; border-radius: 999px; font-size: .9rem; font-weight: 600;
  white-space: nowrap;
}
.header-cta:hover { background: var(--lagoon-deep); }

/* ---------- Hero ---------- */
.hero {
  background:
    radial-gradient(1100px 420px at 85% -10%, var(--lagoon-tint) 0%, transparent 65%),
    var(--bg);
  padding: 4.25rem 0 3.25rem;
  border-bottom: 1px solid var(--line);
}
.hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.1rem, 5.4vw, 3.4rem);
  line-height: 1.35; color: var(--lagoon-deep);
  max-width: 21ch;
}
.hero h1 em { font-style: normal; color: var(--gold); }
.hero .lede {
  margin-top: 1.1rem; max-width: 56ch; color: var(--ink-soft); font-size: 1.1rem;
}
.hero-actions { margin-top: 1.9rem; display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.trust-line { margin-top: 1.4rem; font-size: .85rem; color: var(--ink-soft); display: flex; gap: .5rem; align-items: center; }
.trust-line::before { content: ""; width: 26px; height: 2px; background: var(--gold); display: inline-block; }

/* ---------- Buttons ---------- */
.btn-wa {
  display: inline-flex; align-items: center; gap: .55rem;
  background: #128C50; color: #fff; text-decoration: none;
  padding: .8rem 1.5rem; border-radius: 999px; font-weight: 700; font-size: 1rem;
  box-shadow: var(--shadow);
}
.btn-wa:hover { background: #0E7040; }
.btn-wa svg { width: 20px; height: 20px; flex: none; }
.btn-ghost {
  display: inline-flex; align-items: center;
  color: var(--lagoon); text-decoration: none; font-weight: 600;
  padding: .8rem 1.1rem; border-radius: 999px; border: 1.5px solid var(--lagoon);
}
.btn-ghost:hover { background: var(--lagoon-tint); }

/* ---------- Section scaffolding ---------- */
.section { padding: 3.5rem 0; }
.section-head { margin-bottom: 2rem; }
.eyebrow {
  color: var(--gold); font-size: .8rem; font-weight: 700; letter-spacing: .06em;
  display: block; margin-bottom: .4rem;
}
h2 {
  font-family: var(--font-display);
  font-size: clamp(1.6rem, 3.4vw, 2.2rem);
  color: var(--lagoon-deep); line-height: 1.4;
}
.section-head p { color: var(--ink-soft); max-width: 60ch; margin-top: .5rem; }

/* ---------- Destination cards ---------- */
.dest-grid {
  display: grid; gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.dest-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.5rem 1.5rem 1.35rem; text-decoration: none; color: inherit;
  display: flex; flex-direction: column; gap: .65rem;
  transition: transform .18s ease, box-shadow .18s ease;
}
.dest-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.dest-card h3 {
  font-family: var(--font-display); font-size: 1.5rem; color: var(--lagoon-deep);
  display: flex; align-items: baseline; justify-content: space-between; gap: .5rem;
}
.dest-card h3 small { font-family: var(--font-body); font-size: .78rem; color: var(--ink-soft); font-weight: 400; }
.dest-card .tagline { color: var(--ink-soft); font-size: .92rem; min-height: 2.6em; }
.dest-meta { display: flex; flex-wrap: wrap; gap: .4rem; }
.chip {
  font-size: .76rem; background: var(--lagoon-tint); color: var(--lagoon);
  padding: .2rem .65rem; border-radius: 999px; font-weight: 600;
}
.chip.gold { background: var(--gold-soft); color: #8A6E24; }

/* ---------- Signature: طيف التكلفة ---------- */
.cost-band { margin-top: .5rem; }
.cost-band .band-label {
  display: flex; justify-content: space-between; font-size: .78rem; color: var(--ink-soft);
  margin-bottom: .3rem;
}
.cost-band .band-label b { color: var(--lagoon-deep); font-size: .9rem; }
.band-track {
  position: relative; height: 8px; border-radius: 999px;
  background: linear-gradient(to left, var(--lagoon), var(--gold));
  opacity: .92;
}
.band-track .dot {
  position: absolute; top: 50%; transform: translate(50%, -50%);
  width: 14px; height: 14px; border-radius: 50%;
  background: #fff; border: 3px solid var(--lagoon-deep);
}
.band-scale { display: flex; justify-content: space-between; font-size: .72rem; color: var(--ink-soft); margin-top: .3rem; }

/* ---------- Destination page ---------- */
.dest-hero { padding: 3.25rem 0 2.5rem; border-bottom: 1px solid var(--line);
  background: radial-gradient(900px 380px at 90% -20%, var(--lagoon-tint) 0%, transparent 60%), var(--bg);
}
.breadcrumb { font-size: .82rem; color: var(--ink-soft); margin-bottom: 1rem; }
.breadcrumb a { color: var(--ink-soft); }
.dest-hero h1 {
  font-family: var(--font-display); color: var(--lagoon-deep);
  font-size: clamp(2rem, 5vw, 3rem); line-height: 1.35;
}
.dest-hero .tagline { color: var(--gold); font-weight: 600; margin-top: .3rem; }
.facts {
  margin-top: 1.75rem; display: grid; gap: 1px; background: var(--line);
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.fact { background: var(--surface); padding: .9rem 1.1rem; }
.fact dt { font-size: .74rem; color: var(--ink-soft); }
.fact dd { font-weight: 700; color: var(--lagoon-deep); font-size: .98rem; }

.prose { max-width: 68ch; }
.prose p + p { margin-top: 1.1rem; }

/* ---------- Packages table ---------- */
.pkg-table { width: 100%; border-collapse: collapse; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.pkg-table th {
  background: var(--lagoon-deep); color: #fff; text-align: right;
  padding: .8rem 1.1rem; font-size: .88rem; font-weight: 600;
}
.pkg-table td { padding: .85rem 1.1rem; border-top: 1px solid var(--line); font-size: .95rem; }
.pkg-table td.price { font-weight: 700; color: var(--lagoon-deep); white-space: nowrap; }
.pkg-table tr:hover td { background: var(--lagoon-tint); }
.pkg-note { font-size: .8rem; color: var(--ink-soft); margin-top: .6rem; }
.table-wrap { overflow-x: auto; border-radius: var(--radius); }

/* ---------- FAQ ---------- */
.faq details {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1rem 1.35rem; margin-bottom: .8rem;
}
.faq summary {
  cursor: pointer; font-weight: 700; color: var(--lagoon-deep); font-size: 1.02rem;
  list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 1rem;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; color: var(--gold); font-size: 1.4rem; font-family: var(--font-body); flex: none; }
.faq details[open] summary::after { content: "–"; }
.faq details p { margin-top: .7rem; color: var(--ink-soft); }

/* ---------- CTA panel ---------- */
.cta-panel {
  background: var(--lagoon-deep); color: #fff; border-radius: var(--radius);
  padding: 2.5rem 2rem; text-align: center;
}
.cta-panel h2 { color: #fff; }
.cta-panel p { color: #C8DAD7; max-width: 52ch; margin: .6rem auto 1.5rem; }

/* ---------- Sticky mobile WhatsApp ---------- */
.wa-sticky {
  position: fixed; bottom: 1rem; inset-inline-start: 1rem; inset-inline-end: 1rem; z-index: 60;
  display: none;
}
.wa-sticky .btn-wa { width: 100%; justify-content: center; }
@media (max-width: 640px) {
  .wa-sticky { display: block; }
  body { padding-bottom: 4.5rem; }
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--line); margin-top: 3rem;
  padding: 2.25rem 0 2.75rem; color: var(--ink-soft); font-size: .88rem;
}
.site-footer .cols { display: flex; flex-wrap: wrap; gap: 2rem; justify-content: space-between; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: .4rem 1.1rem; }
.site-footer a { color: var(--ink-soft); }
