:root {
  --navy: #0b2447;
  --blue: #1f6feb;
  --sky: #eaf4ff;
  --soft-blue: #f4f9ff;
  --gold: #e8b54f;
  --cream: #f8fbff;
  --text: #162033;
  --muted: #64748b;
  --white: #ffffff;
  --shadow: 0 20px 50px rgba(11, 36, 71, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: #fff;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(11, 36, 71, 0.08);
}
.nav {
  max-width: 1120px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo { font-weight: 800; font-size: 1.35rem; color: var(--navy); }
.logo::after { content: " ✦"; color: var(--blue); }
.nav-links { display: flex; gap: 24px; color: var(--muted); font-weight: 600; }

.hero {
  min-height: 78vh;
  padding: 90px 24px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  align-items: center;
  gap: 48px;
  max-width: 1120px;
  margin: 0 auto;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 70px 0 auto 0;
  height: 620px;
  background: radial-gradient(circle at 20% 20%, rgba(31,111,235,.18), transparent 28%), linear-gradient(135deg, var(--sky), #f8fbff 80%);
  z-index: -1;
}
.eyebrow { color: var(--blue); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; }
h1 { font-size: clamp(2.6rem, 7vw, 5rem); line-height: 0.95; margin: 10px 0 24px; color: var(--navy); letter-spacing: -0.05em; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; margin: 8px 0 18px; color: var(--navy); letter-spacing: -0.04em; }
h3 { color: var(--navy); margin: 0 0 10px; }
.hero-text { max-width: 680px; font-size: 1.2rem; color: #40506a; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 34px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
  border: 1px solid transparent;
}
.primary { background: var(--blue); color: var(--white); box-shadow: var(--shadow); }
.secondary { background: var(--white); color: var(--navy); border-color: rgba(11,36,71,.12); }
.hero-visual {
  min-height: 430px;
  border-radius: 34px;
  padding: 24px;
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to bottom, rgba(11,36,71,.08), rgba(11,36,71,.35)), url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=900&q=80') center/cover;
  box-shadow: var(--shadow);
}
.hero-card {
  width: 100%;
  background: rgba(11, 36, 71, .9);
  color: white;
  border-radius: 28px;
  padding: 30px;
  box-shadow: var(--shadow);
}
.hero-card strong { display:block; font-size: 4rem; line-height: 1; color: #9fd3ff; }
.card-label { color: #cbd5e1; text-transform: uppercase; letter-spacing: .14em; font-weight: 800; font-size: .75rem; }

.section { max-width: 1120px; margin: 0 auto; padding: 80px 24px; }
.intro { text-align: center; max-width: 860px; }
.intro p, .section-heading p { color: var(--muted); font-size: 1.1rem; }
.pricing-grid, .specialty-grid, .steps-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 34px; }
.price-card, .specialty-grid article, .steps-grid div, form, .itinerary article, .sample-box {
  background: var(--white);
  border: 1px solid rgba(11,36,71,.1);
  border-radius: 28px;
  padding: 30px;
  box-shadow: 0 12px 34px rgba(11,36,71,.07);
}
.price-card.featured { border: 2px solid var(--blue); position: relative; }
.badge { background: #dceeff; color: var(--navy); font-weight: 900; padding: 6px 12px; border-radius: 999px; font-size: .8rem; }
.price { font-size: 3rem; font-weight: 900; color: var(--navy); margin: 12px 0 0; }
.muted { color: var(--muted); }
ul { padding-left: 20px; color: #334155; }
.specialties { background: var(--soft-blue); border-radius: 36px; }
.specialty-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.specialty-grid article { padding: 18px; }
.photo {
  height: 128px;
  border-radius: 20px;
  margin-bottom: 20px;
  background-size: cover;
  background-position: center;
  filter: saturate(.92);
}
.photo.city { background-image: linear-gradient(rgba(11,36,71,.05), rgba(11,36,71,.12)), url('https://images.unsplash.com/photo-1502602898657-3e91760cbb34?auto=format&fit=crop&w=600&q=80'); }
.photo.europe { background-image: linear-gradient(rgba(11,36,71,.05), rgba(11,36,71,.12)), url('https://images.unsplash.com/photo-1467269204594-9661b134dd2b?auto=format&fit=crop&w=600&q=80'); }
.photo.parks { background-image: linear-gradient(rgba(11,36,71,.05), rgba(11,36,71,.12)), url('https://images.unsplash.com/photo-1760355493926-5a38d4341fd4?auto=format&fit=crop&w=600&q=80'); }
.photo.florida { background-image: linear-gradient(rgba(11,36,71,.05), rgba(11,36,71,.12)), url('https://images.unsplash.com/photo-1565699752279-a3e990a2ab3d?auto=format&fit=crop&w=600&q=80'); }
.example {
  display: grid;
  grid-template-columns: 1fr .8fr;
  gap: 30px;
  align-items: stretch;
}
.example-content {
  background: var(--navy);
  color: white;
  border-radius: 34px;
  padding: 42px;
  box-shadow: var(--shadow);
}
.example-content h2 { color: white; }
.example-content p { color: #d9e8ff; }
.example-photo {
  min-height: 360px;
  border-radius: 34px;
  background: linear-gradient(rgba(11,36,71,.04), rgba(11,36,71,.18)), url('https://images.unsplash.com/photo-1625396804690-a43f2fb99267?auto=format&fit=crop&w=800&q=80') center/cover;
  box-shadow: var(--shadow);
}
.steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.steps-grid span { display: inline-grid; place-items: center; width: 42px; height: 42px; background: #dceeff; color: var(--blue); border-radius: 50%; font-weight: 900; margin-bottom: 16px; }
.contact { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 36px; align-items: start; }
form { display: grid; gap: 16px; }
label { font-weight: 800; color: var(--navy); }
input, textarea, select {
  width: 100%;
  margin-top: 6px;
  padding: 13px 14px;
  border: 1px solid #d6deea;
  border-radius: 14px;
  font: inherit;
}
footer { text-align: center; padding: 36px 24px; color: var(--muted); background: #f8fbff; }
.footer-disclaimer { font-size: 0.78rem; margin-top: 8px; opacity: 0.7; max-width: 520px; margin-left: auto; margin-right: auto; }

.sample-hero {
  max-width: 1120px;
  margin: 0 auto;
  padding: 95px 24px;
}
.sample-hero::before {
  content: "";
  position: absolute;
  inset: 70px 0 auto 0;
  height: 430px;
  background: linear-gradient(135deg, rgba(234,244,255,.95), rgba(255,255,255,.85)), url('https://images.unsplash.com/photo-1625396804690-a43f2fb99267?auto=format&fit=crop&w=1400&q=80') center/cover;
  z-index: -1;
}
.itinerary {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}
.sample-box { max-width: 1120px; }

@media (max-width: 820px) {
  .nav { align-items: flex-start; gap: 14px; flex-direction: column; }
  .nav-links { flex-wrap: wrap; gap: 14px; font-size: .95rem; }
  .hero, .contact, .example { grid-template-columns: 1fr; padding-top: 56px; }
  .pricing-grid, .specialty-grid, .steps-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 340px; }
}
