/* ═══════════════════════════════════════════
   HAVY TOURS — SHARED STYLESHEET
   Theme: Lush Safari Green + Warm Gold
   Fonts: Playfair Display + DM Sans
════════════════════════════════════════════ */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,700;0,900;1,700&family=DM+Sans:wght@300;400;500;600;700&display=swap');

:root {
  --forest:   #1b4332;
  --green:    #2d6a4f;
  --mid:      #40916c;
  --leaf:     #52b788;
  --lime:     #74c69d;
  --gold:     #d4a017;
  --gold2:    #f0c040;
  --sand:     #fdf6e3;
  --dark:     #0d2818;
  --text:     #1c2b1c;
  --muted:    #5a7a62;
  --white:    #ffffff;
  --border:   rgba(45,106,79,.15);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'DM Sans', sans-serif; background: var(--sand); color: var(--text); overflow-x: hidden; }

/* ── NAV ── */
nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 999;
  background: rgba(13,40,24,.96); backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(82,183,136,.15);
  padding: 0 56px; height: 72px;
  display: flex; align-items: center; justify-content: space-between;
  transition: background .3s;
}
.nav-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; }

.nav-brand-text { color: var(--white); line-height: 1.15; }
.nav-brand-text strong { display: block; font-family: 'Playfair Display', serif; font-size: 18px; }
.nav-brand-text span { display: block; font-size: 10px; font-weight: 400; color: rgba(255,255,255,.45); letter-spacing: 2.5px; text-transform: uppercase; }
.nav-menu { display: flex; gap: 4px; list-style: none; }
.nav-menu a {
  color: rgba(255,255,255,.75); text-decoration: none;
  font-size: 13.5px; font-weight: 500; padding: 8px 16px;
  border-radius: 8px; transition: .2s; white-space: nowrap;
}
.nav-menu a:hover, .nav-menu a.active { color: var(--gold2); background: rgba(255,255,255,.07); }
.nav-cta {
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: var(--dark); padding: 10px 22px; border-radius: 8px;
  font-size: 13px; font-weight: 700; text-decoration: none;
  transition: .2s; white-space: nowrap;
}
.nav-cta:hover { opacity: .9; transform: translateY(-1px); }
.nav-hotline { color: rgba(255,255,255,.6); font-size: 12px; display: flex; align-items: center; gap: 6px; }

/* ── BUTTONS ── */
.btn-primary {
  display: inline-block; background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: var(--dark); padding: 14px 32px; border-radius: 10px;
  font-size: 15px; font-weight: 700; text-decoration: none;
  transition: .2s; border: none; cursor: pointer; font-family: 'DM Sans', sans-serif;
}
.btn-primary:hover { opacity: .9; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(212,160,23,.35); }
.btn-outline {
  display: inline-block; background: transparent;
  color: var(--white); padding: 13px 30px; border-radius: 10px;
  font-size: 15px; font-weight: 600; text-decoration: none;
  border: 2px solid rgba(255,255,255,.4); transition: .2s;
}
.btn-outline:hover { border-color: var(--white); background: rgba(255,255,255,.1); }
.btn-green {
  display: inline-block; background: linear-gradient(135deg, var(--green), var(--forest));
  color: var(--white); padding: 13px 30px; border-radius: 10px;
  font-size: 14px; font-weight: 700; text-decoration: none;
  transition: .2s; border: none; cursor: pointer; font-family: 'DM Sans', sans-serif;
}
.btn-green:hover { opacity: .9; transform: translateY(-1px); }

/* ── SECTION HELPERS ── */
.section-tag { font-size: 11px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--mid); margin-bottom: 10px; }
.section-title { font-family: 'Playfair Display', serif; font-size: clamp(28px,4vw,46px); font-weight: 700; color: var(--dark); line-height: 1.15; margin-bottom: 14px; }
.section-title em { color: var(--mid); font-style: normal; }
.section-sub { color: var(--muted); font-size: 16px; line-height: 1.75; max-width: 540px; }

/* ── WAVE DIVIDER ── */
.wave { display: block; width: 100%; }

/* ── FOOTER ── */
footer {
  background: var(--dark); color: rgba(255,255,255,.65);
  padding: 72px 56px 32px;
}
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 48px; }
.footer-brand { display: flex; align-items: center; gap: 11px; text-decoration: none; margin-bottom: 18px; }
.footer-brand-text strong { color: var(--white); font-family: 'Playfair Display', serif; font-size: 20px; display: block; }
.footer-brand-text span { font-size: 10px; color: rgba(255,255,255,.4); letter-spacing: 2px; text-transform: uppercase; }
.footer-desc { font-size: 14px; line-height: 1.75; max-width: 270px; margin-bottom: 22px; }
.footer-socials { display: flex; gap: 10px; }
.soc { width: 38px; height: 38px; border-radius: 10px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1); display: grid; place-items: center; font-size: 16px; cursor: pointer; text-decoration: none; transition: .2s; }
.soc:hover { background: rgba(82,183,136,.2); border-color: var(--leaf); }
.footer-col h4 { color: var(--white); font-size: 14px; font-weight: 700; margin-bottom: 18px; letter-spacing: .5px; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 10px; }
.footer-col a { color: rgba(255,255,255,.55); font-size: 13.5px; text-decoration: none; transition: .2s; }
.footer-col a:hover { color: var(--gold2); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; }
.footer-bottom p { font-size: 12px; }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { color: rgba(255,255,255,.35); font-size: 12px; text-decoration: none; }
.footer-bottom-links a:hover { color: var(--gold2); }

/* ── ANIMATIONS ── */
@keyframes fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
.anim { animation: fadeUp .7s ease both; }
.d1 { animation-delay: .1s; } .d2 { animation-delay: .2s; } .d3 { animation-delay: .3s; } .d4 { animation-delay: .4s; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  nav { padding: 0 20px; }
  .nav-menu, .nav-hotline { display: none; }
  footer { padding: 48px 20px 24px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 600px) {
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; text-align: center; }
}
