/* ==========================================================================
   PINKJEEPTOUR.COM - ULTRA WOW ADVENTURE-CHIC LUXURY DESIGN SYSTEM
   Cinematic, Soft, Organic, Dynamic & High-Converting
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800;900&family=Outfit:wght@500;600;700;800;900&display=swap');

:root {
  --bg-deep: #08090d;
  --bg-canvas: #0c0e14;
  --bg-card: rgba(18, 22, 32, 0.75);
  --bg-card-hover: rgba(26, 32, 46, 0.9);
  --bg-glass: rgba(255, 255, 255, 0.04);
  --bg-glass-strong: rgba(18, 22, 32, 0.85);

  --pink-primary: #ff2d75;
  --pink-gradient: linear-gradient(135deg, #ff2d75 0%, #ff5e8a 50%, #ff85a2 100%);
  --pink-glow: rgba(255, 45, 117, 0.35);
  --pink-subtle: rgba(255, 45, 117, 0.12);

  --gold-accent: #f59e0b;
  --gold-gradient: linear-gradient(135deg, #fbbf24, #d97706);
  --green-wa: #25D366;
  --green-gradient: linear-gradient(135deg, #25D366, #128C7E);

  --text-white: #ffffff;
  --text-body: #94a3b8;
  --text-light: #e2e8f0;
  --text-muted: #64748b;

  --border-subtle: rgba(255, 255, 255, 0.08);
  --border-light: rgba(255, 255, 255, 0.14);
  --border-pink: rgba(255, 45, 117, 0.4);

  --radius-xs: 8px;
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
  --radius-xl: 36px;
  --radius-full: 999px;

  --shadow-sm: 0 4px 16px rgba(0, 0, 0, 0.35);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.55);
  --shadow-pink: 0 10px 30px rgba(255, 45, 117, 0.35);

  --font-heading: 'Outfit', sans-serif;
  --font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
}

*, *::before, *::after {
  box-sizing: border-box !important;
  margin: 0;
  padding: 0;
  font-family: var(--font-body);
}

html {
  scroll-behavior: smooth;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  overflow-x: hidden !important;
}

body {
  background-color: var(--bg-deep) !important;
  color: var(--text-white) !important;
  line-height: 1.65;
  overflow-x: hidden !important;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  background-image: 
    radial-gradient(ellipse 60% 40% at 50% -10%, rgba(255, 45, 117, 0.15), transparent 70%),
    radial-gradient(circle at 10% 40%, rgba(56, 189, 248, 0.05), transparent 50%),
    radial-gradient(circle at 90% 70%, rgba(245, 158, 11, 0.05), transparent 50%),
    linear-gradient(180deg, #08090d 0%, #0c0e14 50%, #06070a 100%);
  background-attachment: fixed;
}

figure { margin: 0 !important; padding: 0 !important; }
a { color: inherit; text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 800;
  letter-spacing: -0.025em;
  color: var(--text-white);
}

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

.gradient-text-pink {
  background: var(--pink-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

.gradient-text-gold {
  background: var(--gold-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
}

/* ==========================================================================
   TOP BAR & HEADER NAVBAR
   ========================================================================== */
.top-notice-bar {
  background: linear-gradient(90deg, rgba(255, 45, 117, 0.15), rgba(15, 23, 42, 0.9), rgba(255, 45, 117, 0.15));
  border-bottom: 1px solid var(--border-subtle);
  padding: 8px 0;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  color: var(--text-light);
}
.top-notice-bar strong {
  color: var(--pink-primary);
  font-weight: 800;
}

.header-navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(8, 9, 13, 0.85);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-subtle);
  padding: 14px 0;
  transition: all 0.3s ease;
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-badge {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--pink-gradient);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 8px 20px rgba(255, 45, 117, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.25);
  transition: transform 0.3s ease;
}
.brand-logo:hover .brand-badge {
  transform: rotate(-6deg) scale(1.05);
}

.brand-info strong {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  line-height: 1;
  display: block;
  letter-spacing: -0.5px;
}
.brand-info strong span {
  color: var(--pink-primary);
}
.brand-info small {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
}
.nav-menu a {
  color: var(--text-light);
  font-size: 14.5px;
  font-weight: 700;
  transition: all 0.2s ease;
  position: relative;
}
.nav-menu a:hover, .nav-menu a.active {
  color: var(--pink-primary);
}

.nav-cta-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
}

.btn-pill-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--green-gradient);
  color: #ffffff !important;
  font-size: 13.5px;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: var(--radius-full);
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
  transition: all 0.25s ease;
}
.btn-pill-wa:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.5);
}

.btn-pill-book {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--pink-gradient);
  color: #ffffff !important;
  font-size: 13.5px;
  font-weight: 800;
  padding: 10px 22px;
  border-radius: var(--radius-full);
  box-shadow: var(--shadow-pink);
  transition: all 0.25s ease;
}
.btn-pill-book:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(255, 45, 117, 0.55);
}

/* ==========================================================================
   CINEMATIC ADVENTURE HERO SECTION
   ========================================================================== */
.adventure-hero {
  position: relative;
  padding: 40px 0 60px;
  overflow: hidden;
}

.hero-banner-card {
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: #11141f;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-lg);
}

.hero-bg-media {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.65) saturate(1.15);
  transform: scale(1.02);
  transition: transform 6s ease;
}
.hero-banner-card:hover .hero-bg-media {
  transform: scale(1.06);
}

.hero-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(135deg, rgba(8, 9, 13, 0.94) 0%, rgba(8, 9, 13, 0.7) 45%, rgba(8, 9, 13, 0.88) 100%),
              radial-gradient(circle at 80% 20%, rgba(255, 45, 117, 0.2), transparent 50%);
}

.hero-content-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 40px;
  padding: 55px 45px;
  align-items: center;
}

.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 45, 117, 0.15);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 45, 117, 0.4);
  padding: 8px 18px;
  border-radius: var(--radius-full);
  font-size: 13px;
  font-weight: 800;
  color: #ff75a0;
  margin-bottom: 20px;
  box-shadow: 0 4px 16px rgba(255, 45, 117, 0.2);
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff2d75;
  box-shadow: 0 0 10px #ff2d75;
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 45, 117, 0.7); }
  70% { transform: scale(1.2); box-shadow: 0 0 0 10px rgba(255, 45, 117, 0); }
  100% { transform: scale(0.95); box-shadow: 0 0 0 0 rgba(255, 45, 117, 0); }
}

.hero-main-title {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.12;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
}

.hero-subtext {
  font-size: 16.5px;
  color: #cbd5e1;
  line-height: 1.65;
  margin-bottom: 28px;
  max-width: 620px;
}

.hero-highlights-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.chip-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  font-size: 13px;
  font-weight: 700;
  color: #f1f5f9;
}

.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.avatar-stack {
  display: flex;
  align-items: center;
}
.avatar-stack img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 2px solid #0c0e14;
  margin-left: -10px;
  object-fit: cover;
}
.avatar-stack img:first-child { margin-left: 0; }

.proof-details strong {
  display: block;
  font-size: 14.5px;
  color: #fff;
  font-weight: 800;
}
.proof-details span {
  font-size: 12px;
  color: var(--text-body);
}

/* Glass Booking Widget */
.glass-book-card {
  background: rgba(18, 22, 34, 0.85);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-lg);
  padding: 30px 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65);
  position: relative;
}
.glass-book-card::after {
  content: "";
  position: absolute;
  top: 0; left: 20%; right: 20%; height: 2px;
  background: var(--pink-gradient);
}

.gbc-header {
  margin-bottom: 20px;
  text-align: center;
}
.gbc-header h3 {
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 4px;
}
.gbc-header p {
  font-size: 12px;
  color: var(--text-body);
}

.gbc-form .form-group {
  margin-bottom: 14px;
}
.gbc-form label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #e2e8f0;
  margin-bottom: 6px;
}
.gbc-input {
  width: 100%;
  background: rgba(10, 12, 18, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-sm);
  color: #ffffff;
  padding: 11px 14px;
  font-size: 13.5px;
  font-weight: 600;
  transition: all 0.2s ease;
}
.gbc-input:focus {
  outline: none;
  border-color: var(--pink-primary);
  background: rgba(10, 12, 18, 1);
  box-shadow: 0 0 16px rgba(255, 45, 117, 0.3);
}

.form-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.btn-gbc-submit {
  width: 100%;
  background: var(--pink-gradient);
  color: #ffffff;
  border: none;
  border-radius: var(--radius-sm);
  font-size: 15px;
  font-weight: 800;
  padding: 14px;
  cursor: pointer;
  box-shadow: var(--shadow-pink);
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.btn-gbc-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(255, 45, 117, 0.6);
}

.gbc-trust-tags {
  display: flex;
  justify-content: space-around;
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 11px;
  color: var(--text-body);
  font-weight: 600;
}

/* ==========================================================================
   TOURS CATALOG SECTION - ADVENTURE SOFT CARDS
   ========================================================================== */
.tours-catalog-sec {
  padding: 70px 0 80px;
  position: relative;
}

.section-head {
  text-align: center;
  margin-bottom: 45px;
}
.sec-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 45, 117, 0.1);
  border: 1px solid rgba(255, 45, 117, 0.3);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: 12px;
  font-weight: 800;
  color: #ff75a0;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.sec-title {
  font-size: clamp(30px, 3.8vw, 46px);
  font-weight: 900;
  margin-bottom: 14px;
}
.sec-sub {
  font-size: 16px;
  color: var(--text-body);
  max-width: 680px;
  margin: 0 auto;
}

/* Tours Grid & Soft Cards */
.tour-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.adventure-tour-card {
  background: var(--bg-card);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
  position: relative;
}
.adventure-tour-card:hover {
  transform: translateY(-8px);
  border-color: var(--border-pink);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.6), 0 0 25px rgba(255, 45, 117, 0.18);
}

.tour-thumb-box {
  position: relative;
  height: 240px;
  overflow: hidden;
}
.tour-thumb-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.adventure-tour-card:hover .tour-thumb-box img {
  transform: scale(1.08);
}

.floating-tour-tag {
  position: absolute;
  top: 14px;
  left: 14px;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.4px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.4);
}
.tag-bestseller {
  background: var(--pink-gradient);
  color: #fff;
}
.tag-popular {
  background: var(--gold-gradient);
  color: #fff;
}
.tag-foodie {
  background: linear-gradient(135deg, #a855f7, #6366f1);
  color: #fff;
}
.tag-trending {
  background: linear-gradient(135deg, #10b981, #06b6d4);
  color: #fff;
}

.floating-duration {
  position: absolute;
  bottom: 14px;
  right: 14px;
  background: rgba(12, 14, 20, 0.85);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 4px 12px;
  border-radius: var(--radius-sm);
  font-size: 12px;
  font-weight: 700;
}

.tour-card-body {
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.tour-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.meta-rating {
  color: #fbbf24;
  font-size: 13px;
  font-weight: 800;
  display: flex;
  align-items: center;
  gap: 4px;
}
.meta-booked {
  font-size: 12px;
  color: var(--text-muted);
}
.meta-booked strong { color: #cbd5e1; }

.tour-card-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 14px;
  min-height: 48px;
  color: #ffffff;
}

.tour-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.tour-pill {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-subtle);
  color: #cbd5e1;
  font-size: 11.5px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: var(--radius-xs);
}

.tour-price-box {
  background: rgba(12, 14, 20, 0.7);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 12px 14px;
  margin-top: auto;
  margin-bottom: 16px;
}
.tpb-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12.5px;
}
.tpb-row:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  padding-bottom: 6px;
  margin-bottom: 6px;
}
.price-display {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.price-display del {
  color: var(--text-muted);
  font-size: 12px;
}
.price-display strong {
  font-size: 18px;
  font-weight: 900;
  color: var(--pink-primary);
  font-family: var(--font-heading);
}

.tour-cta-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.btn-card-wa {
  background: var(--green-gradient);
  color: #ffffff !important;
  font-size: 12.5px;
  font-weight: 800;
  padding: 10px 8px;
  border-radius: var(--radius-sm);
  text-align: center;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.25);
  transition: transform 0.2s ease;
}
.btn-card-wa:hover {
  transform: translateY(-2px);
}

.btn-card-detail {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-light);
  color: #ffffff !important;
  font-size: 12.5px;
  font-weight: 800;
  padding: 10px 8px;
  border-radius: var(--radius-sm);
  text-align: center;
  transition: all 0.2s ease;
}
.btn-card-detail:hover {
  background: rgba(255, 45, 117, 0.15);
  border-color: var(--pink-primary);
  color: var(--pink-primary) !important;
}

/* ==========================================================================
   REVIEWS & RATINGS EXPERIENCE
   ========================================================================== */
.reviews-experience-sec {
  padding: 70px 0;
  position: relative;
  background: radial-gradient(circle at 50% 50%, rgba(255, 45, 117, 0.06), transparent 70%);
}

.rating-overview-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 32px 40px;
  margin-bottom: 45px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 25px;
  text-align: center;
  box-shadow: var(--shadow-sm);
}
.roc-item strong {
  font-size: 46px;
  font-weight: 900;
  line-height: 1;
  display: block;
  font-family: var(--font-heading);
}
.roc-item span {
  font-size: 14px;
  font-weight: 700;
  color: #cbd5e1;
  display: block;
  margin-top: 4px;
}
.roc-item small {
  font-size: 12px;
  color: var(--text-muted);
}

.reviews-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.soft-review-card {
  background: var(--bg-card);
  backdrop-filter: blur(16px);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
}
.src-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}
.src-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--pink-gradient);
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.src-user strong {
  font-size: 15px;
  color: #fff;
  display: block;
}
.src-user small {
  font-size: 12px;
  color: var(--text-muted);
}
.src-stars {
  color: #fbbf24;
  font-size: 13px;
  margin-bottom: 10px;
}
.src-title {
  font-size: 15.5px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.35;
}
.src-text {
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.65;
}
.src-footer {
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 11.5px;
  color: #ff75a0;
  font-weight: 700;
}

/* ==========================================================================
   FOOTER & STICKY MOBILE
   ========================================================================== */
.footer-master {
  background: #050608;
  border-top: 1px solid var(--border-subtle);
  padding: 60px 0 30px;
  color: var(--text-muted);
  font-size: 13.5px;
}
.footer-grid-layout {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.fgl-col h4 {
  color: #fff;
  font-size: 17px;
  margin-bottom: 14px;
}
.fgl-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.fgl-col a {
  color: var(--text-body);
  transition: color 0.2s ease;
}
.fgl-col a:hover {
  color: var(--pink-primary);
}
.fgl-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 24px;
  font-size: 12.5px;
}

/* Sticky Mobile Action Bar */
.sticky-mobile-bar {
  display: none;
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: rgba(8, 9, 13, 0.96);
  backdrop-filter: blur(16px);
  border-top: 1px solid var(--border-light);
  padding: 10px 14px;
  z-index: 1000;
}
.smb-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.smb-btn-wa {
  background: var(--green-gradient);
  color: #fff !important;
  font-weight: 800;
  font-size: 13.5px;
  padding: 12px;
  border-radius: var(--radius-sm);
  text-align: center;
}
.smb-btn-book {
  background: var(--pink-gradient);
  color: #fff !important;
  font-weight: 900;
  font-size: 13.5px;
  padding: 12px;
  border-radius: var(--radius-sm);
  text-align: center;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS
   ========================================================================== */
@media (max-width: 1024px) {
  .hero-content-grid { grid-template-columns: 1fr; padding: 35px 25px; }
  .tour-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-cards-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid-layout { grid-template-columns: 1fr; }
}

@media (max-width: 768px) {
  .nav-menu { display: none; }
  .adventure-hero { padding: 20px 0 40px; }
  .hero-banner-card { border-radius: var(--radius-lg); }
  .hero-content-grid { padding: 25px 18px; }
  .tour-cards-grid {
    display: flex !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding-bottom: 16px;
  }
  .adventure-tour-card {
    flex: 0 0 85% !important;
    min-width: 85% !important;
    scroll-snap-align: start;
  }
  .reviews-cards-grid { grid-template-columns: 1fr; }
  .sticky-mobile-bar { display: block; }
  body { padding-bottom: 70px; }
}
