/* =========================================================
   טיסות לירח דבש - Landing Page Styles
   ========================================================= */

:root {
  --navy-950: #0a0f2b;
  --navy-900: #10173d;
  --navy-800: #1b2452;
  --navy-700: #262f66;
  --gold-400: #e8c27a;
  --gold-500: #d9a94f;
  --gold-600: #c8933a;
  --blush-400: #f0a8a0;
  --cream-50: #fdf9f2;
  --cream-100: #f7f1e4;
  --ink-900: #1a1a2e;
  --ink-600: #4a4a63;
  --whatsapp-500: #25d366;
  --whatsapp-600: #1fb955;

  --radius-md: 14px;
  --radius-lg: 22px;
  --shadow-soft: 0 20px 45px rgba(10, 15, 43, 0.16);
  --shadow-card: 0 12px 30px rgba(10, 15, 43, 0.08);

  --font-body: 'Rubik', system-ui, -apple-system, 'Segoe UI', sans-serif;
  --font-display: 'Frank Ruhl Libre', Georgia, serif;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink-900);
  background: var(--cream-50);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: inherit; text-decoration: none; }

.container {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

h1, h2, h3 {
  font-family: var(--font-display);
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 16px;
  color: var(--navy-950);
}

h2 { font-size: clamp(1.7rem, 3.2vw, 2.5rem); }
h3 { font-size: 1.25rem; }

p { margin: 0 0 16px; color: var(--ink-600); }

.section { padding: 88px 0; }
.section:nth-of-type(even) { background: var(--cream-100); }

.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--gold-600);
  margin-bottom: 10px;
}

.section-lead {
  max-width: 640px;
  font-size: 1.05rem;
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 15px 30px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--gold-400), var(--gold-600));
  color: var(--navy-950);
  box-shadow: 0 10px 24px rgba(201, 148, 61, 0.35);
}

.btn-secondary {
  background: transparent;
  color: var(--cream-50);
  border: 1.5px solid rgba(253, 249, 242, 0.55);
}

.btn-whatsapp {
  background: var(--whatsapp-500);
  color: #fff;
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.3);
}
.btn-whatsapp:hover { background: var(--whatsapp-600); }

.wa-icon { font-size: 1.1em; }

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(10, 15, 43, 0.92);
  backdrop-filter: blur(8px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.1rem;
  color: var(--cream-50);
  white-space: nowrap;
}
.logo-icon { font-size: 1.4rem; }
.logo-text strong { color: var(--gold-400); }

.main-nav {
  display: flex;
  gap: 28px;
  flex: 1;
  justify-content: center;
}
.main-nav a {
  color: rgba(253, 249, 242, 0.85);
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.15s ease;
}
.main-nav a:hover { color: var(--gold-400); }

.header-cta .btn { padding: 10px 20px; font-size: 0.9rem; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}
.nav-toggle span {
  width: 24px;
  height: 2px;
  background: var(--cream-50);
  border-radius: 2px;
}

/* ---------- Hero ---------- */
/* Night-sky photo layered under a navy scrim. The solid navy sits beneath the
   photo so the section stays on-brand while the image loads. */
.hero {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(10,15,43,0.70) 0%, rgba(10,15,43,0.76) 55%, rgba(10,15,43,0.93) 100%),
    url('../../images/hero-night.webp') center/cover no-repeat,
    radial-gradient(ellipse at 30% 20%, var(--navy-800) 0%, var(--navy-950) 65%);
  padding: 110px 0 90px;
}

.hero-sky {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(1.5px 1.5px at 10% 20%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 80% 10%, #fff, transparent),
    radial-gradient(1px 1px at 40% 35%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 60% 60%, #fff, transparent),
    radial-gradient(1px 1px at 90% 45%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 20% 75%, #fff, transparent),
    radial-gradient(1px 1px at 70% 85%, #fff, transparent),
    radial-gradient(1.5px 1.5px at 50% 15%, #fff, transparent);
  /* The hero photo already has a real starfield; keep these as a faint accent only. */
  opacity: 0.25;
}

/* Sits fully in frame over the night-sky photo — the honeymoon "moon" motif. */
.moon {
  position: absolute;
  top: 54px;
  left: 72px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #fff8e6, var(--gold-400) 60%, var(--gold-600) 100%);
  box-shadow: 0 0 70px 16px rgba(232, 194, 122, 0.30);
  opacity: 0.92;
}

@media (max-width: 700px) {
  .moon { width: 84px; height: 84px; top: 30px; left: 24px; }
}

.hero-inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
  text-align: center;
  margin: 0 auto;
}

.hero .eyebrow {
  color: var(--gold-400);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.hero h1 {
  color: var(--cream-50);
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  margin-bottom: 10px;
}

.hero-subtitle {
  color: var(--gold-400);
  font-family: var(--font-display);
  font-size: clamp(1.1rem, 2vw, 1.4rem);
  margin-bottom: 20px;
}

.hero-sub {
  color: rgba(253, 249, 242, 0.82);
  font-size: 1.1rem;
  max-width: 620px;
  margin: 0 auto 34px;
}

.hero-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 36px;
}

.hero-trust {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 26px;
  padding: 0;
  margin: 0;
  color: rgba(253, 249, 242, 0.75);
  font-size: 0.92rem;
}

/* ---------- Cards grid (why us) ---------- */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.card {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-soft);
}
.card-icon {
  font-size: 2rem;
  margin-bottom: 14px;
}
.card h3 { margin-bottom: 10px; }
.card p { margin: 0; font-size: 0.95rem; }

/* ---------- How it works ---------- */
.steps {
  list-style: none;
  padding: 0;
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 28px;
  counter-reset: step;
}

.step {
  position: relative;
  padding-inline-start: 6px;
}

.step-num {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--gold-500);
  margin-bottom: 10px;
}

.step h3 { margin-bottom: 8px; }
.step p { font-size: 0.95rem; margin: 0; }

/* ---------- Destinations ---------- */
/* 8 destinations → a clean 4x2. auto-fit left a ragged 5+3 with a gap. */
.destinations-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 40px;
}

@media (max-width: 900px) {
  .destinations-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .destinations-grid { grid-template-columns: 1fr; }
}

.dest-card {
  position: relative;
  height: 180px;
  border-radius: var(--radius-md);
  display: flex;
  align-items: flex-end;
  padding: 18px;
  overflow: hidden;
  box-shadow: var(--shadow-card);
  transition: transform 0.2s ease;
}
.dest-card:hover { transform: translateY(-4px) scale(1.01); }

.dest-name {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.15rem;
  /* Double shadow: holds up against bright photo areas behind the text. */
  text-shadow: 0 1px 2px rgba(0,0,0,0.55), 0 2px 14px rgba(0,0,0,0.6);
}

/* Scrim over the photo. Weighted to the bottom so the name stays legible even
   on shots with bright sand or sky behind it (Seychelles, Zanzibar). */
.dest-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10,15,43,0.10) 0%, rgba(10,15,43,0.30) 40%, rgba(10,15,43,0.92) 100%);
}

/* Solid color behind each photo so the card still reads while the image loads. */
.dest-1 { background: #1b6fa8 url('../../images/maldives.webp') center/cover no-repeat; }
.dest-2 { background: #2a4d8f url('../../images/santorini.webp') center/cover no-repeat; }
.dest-3 { background: #1f6b4a url('../../images/bali.webp') center/cover no-repeat; }
.dest-4 { background: #1a7f6f url('../../images/seychelles.webp') center/cover no-repeat; }
.dest-5 { background: #b45c3a url('../../images/amalfi.webp') center/cover no-repeat; }
.dest-6 { background: #a8762b url('../../images/zanzibar.webp') center/cover no-repeat; }
.dest-7 { background: #2c6f8f url('../../images/phuket.webp') center/cover no-repeat; }
.dest-8 { background: #8a4f70 url('../../images/paris.webp') center/cover no-repeat; }

/* ---------- Testimonials ---------- */
.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 40px;
}

.testimonial {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 28px 26px;
  margin: 0;
  box-shadow: var(--shadow-card);
  border-inline-start: 4px solid var(--gold-500);
}
.testimonial p {
  font-style: italic;
  color: var(--ink-900);
  margin-bottom: 14px;
}
.testimonial footer {
  font-weight: 600;
  color: var(--gold-600);
  font-size: 0.9rem;
}

/* ---------- Contact ---------- */
.contact-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

.contact-details {
  margin-top: 22px;
  font-size: 0.98rem;
}
.contact-details a { color: var(--navy-800); font-weight: 600; }

.lead-form {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 32px;
  box-shadow: var(--shadow-soft);
}

.form-row {
  margin-bottom: 18px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-row label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--navy-900);
}

.form-row input,
.form-row select,
.form-row textarea {
  font-family: var(--font-body);
  font-size: 0.98rem;
  padding: 12px 14px;
  border: 1.5px solid #e3ddcf;
  border-radius: 10px;
  background: var(--cream-50);
  color: var(--ink-900);
  resize: vertical;
}
.form-row input:focus,
.form-row select:focus,
.form-row textarea:focus {
  outline: none;
  border-color: var(--gold-500);
}

.form-submit { width: 100%; justify-content: center; margin-top: 6px; }

.form-note {
  font-size: 0.82rem;
  color: var(--ink-600);
  margin: 12px 0 0;
  text-align: center;
}

/* ---------- Footer ---------- */
.site-footer {
  background: var(--navy-950);
  color: rgba(253, 249, 242, 0.75);
  padding: 56px 0 0;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(253, 249, 242, 0.1);
}

.footer-brand .logo-text { color: var(--cream-50); font-size: 1.05rem; }
.footer-brand p { color: rgba(253, 249, 242, 0.6); font-size: 0.9rem; margin-top: 10px; }

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links a { font-size: 0.92rem; color: rgba(253, 249, 242, 0.75); }
.footer-links a:hover { color: var(--gold-400); }

.footer-contact a { color: var(--gold-400); font-weight: 600; }

.footer-bottom {
  text-align: center;
  padding: 20px 0;
  font-size: 0.82rem;
  color: rgba(253, 249, 242, 0.5);
}

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .main-nav { display: none; }
  .nav-toggle { display: flex; }
  .contact-inner { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .site-header.nav-open .main-nav {
    display: flex;
    position: absolute;
    top: 100%;
    inset-inline: 0;
    background: var(--navy-950);
    flex-direction: column;
    padding: 20px 24px;
    gap: 16px;
  }
}

@media (max-width: 520px) {
  .hero { padding: 90px 0 60px; }
  .section { padding: 64px 0; }
  .moon { width: 140px; height: 140px; }
}
