/* ==========================================================================
   HANOIJEEP.COM - MASTER ULTRA HIGH-CONVERTING DESIGN SYSTEM
   ========================================================================== */

:root {
  --bg-dark: #021206;
  --bg-card: rgba(8, 26, 14, 0.88);
  --bg-card-hover: rgba(14, 42, 22, 0.95);
  --lime: #d7ff36;
  --lime-glow: rgba(215, 255, 54, 0.35);
  --green-primary: #13803c;
  --green-light: #36b845;
  --green-emerald: #34d399;
  --amber: #facc15;
  --red-badge: #ff4757;
  --text-white: #ffffff;
  --text-body: #cbd5e1;
  --text-muted: #94a3b8;
  --border-glass: rgba(255, 255, 255, 0.12);
  --border-focus: rgba(215, 255, 54, 0.5);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-full: 999px;
  --shadow-card: 0 12px 32px rgba(0, 0, 0, 0.45);
  --shadow-glow: 0 0 24px rgba(215, 255, 54, 0.25);
  --font-heading: 'Urbanist', sans-serif;
  --font-body: 'Quicksand', 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-dark) !important;
  color: var(--text-white) !important;
  line-height: 1.6;
  overflow-x: hidden !important;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  background-image: 
    radial-gradient(circle at 15% 20%, rgba(19, 128, 60, 0.18) 0%, transparent 40%),
    radial-gradient(circle at 85% 60%, rgba(215, 255, 54, 0.08) 0%, transparent 45%),
    linear-gradient(to bottom, #021206, #031c0a, #010d04);
  background-attachment: fixed;
}

figure {
  margin: 0 !important;
  padding: 0 !important;
}

.hl-lime {
  color: var(--lime) !important;
  text-shadow: 0 0 18px var(--lime-glow) !important;
}

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

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

/* ==========================================================================
   TOP BAR & NAVBAR
   ========================================================================== */
.top-bar {
  background: linear-gradient(90deg, #0f3d1b, #13803c);
  color: #fff;
  padding: 6px 0;
  font-size: 12.5px;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid rgba(215, 255, 54, 0.25);
}
.top-bar strong {
  color: var(--lime);
  font-family: var(--font-heading);
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(2, 18, 6, 0.92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-glass);
  padding: 12px 0;
  transition: all 0.3s ease;
}

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

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

.brand-icon {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: linear-gradient(135deg, #13803c, #36b845);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 4px 14px rgba(19, 128, 60, 0.4);
  border: 1px solid rgba(215, 255, 54, 0.35);
}

.brand-text strong {
  font-family: var(--font-heading);
  font-size: 22px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  display: block;
}
.brand-text strong span {
  color: var(--lime);
}
.brand-text small {
  font-size: 10.5px;
  color: #d1e7d8;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  list-style: none;
}
.nav-links a {
  color: #e2e8f0;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: color 0.2s ease;
}
.nav-links a:hover {
  color: var(--lime);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.btn-nav-wa {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: var(--radius-full);
  background: rgba(37, 211, 102, 0.15);
  border: 1px solid rgba(37, 211, 102, 0.4);
  color: #25d366;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.25s ease;
}
.btn-nav-wa:hover {
  background: #25d366;
  color: #0c1505;
}

.btn-nav-book {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 18px;
  border-radius: var(--radius-full);
  background: linear-gradient(90deg, #13803c 0%, #36b845 100%);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(19, 128, 60, 0.35);
  transition: all 0.25s ease;
}
.btn-nav-book:hover {
  background: linear-gradient(90deg, #10b981 0%, #d7ff36 100%);
  color: #0c1505;
  box-shadow: var(--shadow-glow);
  transform: translateY(-2px);
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.hero-section {
  position: relative;
  padding: 40px 0 20px;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 30px;
  align-items: center;
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  background: rgba(215, 255, 54, 0.12);
  border: 1px solid rgba(215, 255, 54, 0.3);
  color: var(--lime);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

.hero-title {
  font-size: clamp(30px, 4.5vw, 54px);
  line-height: 1.08;
  margin-bottom: 14px;
}

.hero-desc {
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--text-body);
  margin-bottom: 20px;
}

.hero-trust-bar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 24px;
}
.trust-item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 10px 12px;
  text-align: center;
}
.trust-item strong {
  font-family: var(--font-heading);
  color: var(--lime);
  font-size: 18px;
  font-weight: 900;
  display: block;
  line-height: 1.1;
}
.trust-item span {
  font-size: 11px;
  color: var(--text-muted);
  font-weight: 700;
  display: block;
  margin-top: 2px;
}

.hero-booking-card {
  background: linear-gradient(145deg, rgba(12, 38, 20, 0.95), rgba(6, 22, 11, 0.95));
  border: 1px solid rgba(215, 255, 54, 0.3);
  border-radius: var(--radius-lg);
  padding: 24px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5), 0 0 20px rgba(19, 128, 60, 0.25);
  backdrop-filter: blur(16px);
}
.booking-card-head {
  text-align: center;
  margin-bottom: 16px;
}
.booking-card-head h3 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 4px;
}
.booking-card-head p {
  font-size: 12px;
  color: #cbd5e1;
}

.booking-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-group label {
  display: block;
  font-size: 11.5px;
  font-weight: 800;
  color: var(--lime);
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.form-control {
  width: 100%;
  padding: 10px 12px;
  border-radius: var(--radius-sm);
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid var(--border-glass);
  color: #ffffff;
  font-size: 13.5px;
  outline: none;
  transition: all 0.2s ease;
}
.form-control:focus {
  border-color: var(--lime);
  box-shadow: 0 0 0 3px rgba(215, 255, 54, 0.2);
}
.form-control option {
  background: #061e0e;
  color: #fff;
}

.btn-book-submit {
  width: 100%;
  padding: 13px;
  border-radius: var(--radius-full);
  border: 0;
  background: linear-gradient(90deg, #13803c, #36b845);
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(19, 128, 60, 0.4);
  transition: all 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 6px;
}
.btn-book-submit:hover {
  background: linear-gradient(90deg, #10b981, #d7ff36);
  color: #0c1505;
  box-shadow: var(--shadow-glow);
  transform: translateY(-2px);
}

/* ==========================================================================
   VIDEO MOMENTS TRUST SECTION (ARCH CURVE)
   ========================================================================== */
.video-trust-section {
  padding: 20px 0 40px;
  text-align: center;
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.curve-line { 
  width: 80%; 
  max-width: 880px;
  height: 50px; 
  margin: 0 auto 16px; 
  border-bottom: 2px dashed rgba(215, 255, 54, 0.25); 
  border-radius: 50%; 
  position: relative; 
}
.dot { 
  position: absolute; 
  width: 10px; 
  height: 10px; 
  background: #d7ff36; 
  border-radius: 50%; 
  top: 38px; 
  transform: translateX(-50%); 
  box-shadow: 0 0 12px #d7ff36;
}
.dot:nth-child(1) { left: 10%; } 
.dot:nth-child(2) { left: 30%; } 
.dot:nth-child(3) { left: 50%; } 
.dot:nth-child(4) { left: 70%; } 
.dot:nth-child(5) { left: 90%; }

.video-wrapper { 
  display: flex; 
  justify-content: center; 
  gap: 18px; 
  flex-wrap: nowrap; 
  padding: 10px 4px 20px; 
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 100%;
}

.video-card { 
  flex: 0 0 215px !important;
  width: 215px !important; 
  max-width: 215px !important;
  height: 380px !important; 
  max-height: 380px !important;
  background: #021206; 
  border: 1.5px solid rgba(255, 255, 255, 0.1); 
  border-radius: 22px; 
  overflow: hidden !important; 
  box-shadow: 0 12px 30px rgba(0,0,0,0.5); 
  transition: transform 0.45s cubic-bezier(0.165, 0.84, 0.44, 1), box-shadow 0.45s ease, border-color 0.45s ease; 
  position: relative; 
  cursor: pointer;
  margin: 0 !important;
}

.video-card video { 
  width: 100% !important; 
  height: 100% !important; 
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: cover !important; 
  display: block !important; 
  border-radius: 20px;
  background: #000;
}

.video-card:hover { 
  transform: translateY(-10px) scale(1.04) !important; 
  border-color: rgba(215, 255, 54, 0.6);
  box-shadow: 0 18px 40px rgba(215, 255, 54, 0.25);
  z-index: 5; 
}
.video-card:nth-child(1) { transform: translateY(45px); }
.video-card:nth-child(2) { transform: translateY(22px); }
.video-card:nth-child(3) { transform: translateY(0px); border-color: rgba(215, 255, 54, 0.35); }
.video-card:nth-child(4) { transform: translateY(22px); }
.video-card:nth-child(5) { transform: translateY(45px); }

/* ==========================================================================
   LIVE WEATHER WIDGET SECTION
   ========================================================================== */
.ew-layout { 
  display: grid; 
  grid-template-columns: 1.5fr 1fr; 
  gap: 28px; 
  align-items: center; 
  padding: 30px 0 40px;
  border-top: 1px solid var(--border-glass);
}
.ew-side-image img { 
  width: 100%; 
  height: auto; 
  display: block; 
  border-radius: 20px; 
  border: 1px solid var(--border-glass);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.5);
}

#eco-weather-widget { 
  padding: 22px; 
  border-radius: 20px; 
  background: var(--bg-card); 
  border: 1px solid var(--border-glass); 
  box-shadow: var(--shadow-card); 
  backdrop-filter: blur(14px); 
}
.ew-top { 
  display: flex; 
  justify-content: space-between; 
  align-items: flex-start; 
  gap: 12px; 
}
.ew-live { 
  display: flex; 
  align-items: center; 
  gap: 8px; 
  font-size: 11.5px; 
  font-weight: 800; 
  color: #cbd5e1; 
  text-transform: uppercase;
}
.ew-dot { 
  width: 8px; 
  height: 8px; 
  border-radius: 50%; 
  background: var(--lime); 
  box-shadow: 0 0 8px var(--lime);
  animation: ewPulse 1.8s infinite; 
}
@keyframes ewPulse { 
  0% { box-shadow: 0 0 0 0 rgba(215, 255, 54, 0.6); } 
  70% { box-shadow: 0 0 0 8px rgba(215, 255, 54, 0); } 
  100% { box-shadow: 0 0 0 0 rgba(215, 255, 54, 0); } 
}
.ew-title { 
  margin: 6px 0 4px; 
  font-size: clamp(20px, 2.5vw, 28px); 
  color: var(--lime); 
}
.ew-location { 
  font-size: 13px; 
  color: #d1e7d8; 
}
.ew-icon { 
  font-size: 42px; 
  line-height: 1; 
}
.ew-main { 
  display: flex; 
  align-items: flex-end; 
  gap: 14px; 
  margin-top: 12px; 
}
.ew-temp { 
  font-family: var(--font-heading);
  font-size: 48px; 
  line-height: 0.95; 
  font-weight: 900; 
  color: #ffffff; 
}
.ew-desc { 
  font-size: 15px; 
  font-weight: 800; 
  color: #ffffff; 
}
.ew-updated { 
  font-size: 11.5px; 
  color: var(--text-muted); 
}
.ew-stats { 
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 8px; 
  margin-top: 14px; 
}
.ew-stat { 
  background: rgba(255, 255, 255, 0.03); 
  border: 1px solid rgba(255, 255, 255, 0.07); 
  border-radius: 10px; 
  padding: 8px 6px; 
  text-align: center;
}
.ew-stat-label { 
  font-size: 10.5px; 
  font-weight: 700; 
  color: var(--text-muted); 
}
.ew-stat-value { 
  margin-top: 2px; 
  font-family: var(--font-heading);
  font-size: 14px; 
  font-weight: 800; 
  color: #ffffff; 
}
.ew-tip-wrap { 
  margin-top: 12px; 
  border-radius: 12px; 
  padding: 10px 12px; 
  background: rgba(215, 255, 54, 0.08); 
  border: 1px solid rgba(215, 255, 54, 0.2); 
}
.ew-tip-title { 
  font-size: 10.5px; 
  font-weight: 800; 
  text-transform: uppercase; 
  color: var(--lime); 
}
.ew-tip-text { 
  margin-top: 3px; 
  font-size: 12.5px; 
  color: #f1f8f3; 
}

/* Tour Suggestion in Widget */
.ew-tour-list { 
  margin-top: 12px; 
  display: grid; 
  grid-template-columns: repeat(3, 1fr); 
  gap: 10px; 
}
.ew-tour-card { 
  background: rgba(255, 255, 255, 0.03); 
  border: 1px solid rgba(255, 255, 255, 0.08); 
  border-radius: 14px; 
  padding: 10px 12px; 
  display: flex; 
  flex-direction: column; 
  gap: 6px; 
}
.ew-tour-pill { 
  display: inline-flex; 
  padding: 2px 7px; 
  border-radius: var(--radius-full); 
  background: rgba(215, 255, 54, 0.12); 
  color: var(--lime); 
  font-size: 10px; 
  font-weight: 800; 
  width: max-content;
}
.ew-tour-name { 
  font-size: 13px; 
  font-weight: 800; 
  color: #fff; 
  line-height: 1.25; 
  min-height: 34px;
}
.ew-tour-btn { 
  margin-top: auto; 
  padding: 7px; 
  border-radius: var(--radius-full); 
  background: linear-gradient(90deg, #13803c, #36b845); 
  color: #fff !important; 
  font-size: 11.5px; 
  font-weight: 800; 
  text-align: center;
  text-decoration: none;
}

/* ==========================================================================
   CATALOG SECTION (FILTER & TOUR CARDS)
   ========================================================================== */
.catalog-section {
  padding: 30px 0 50px;
}
.section-head {
  text-align: center;
  max-width: 860px;
  margin: 0 auto 20px;
}
.section-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 14px;
  border-radius: var(--radius-full);
  background: rgba(215, 255, 54, 0.12);
  border: 1px solid rgba(215, 255, 54, 0.3);
  color: var(--lime);
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.section-head h2 {
  font-size: clamp(24px, 3.5vw, 42px);
  margin-bottom: 8px;
}
.section-head p {
  color: var(--text-body);
  font-size: 14.5px;
}

.filter-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
}
.filter-btn {
  padding: 8px 18px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-glass);
  color: #cbd5e1;
  font-size: 13px;
  font-weight: 800;
  cursor: pointer;
  transition: all 0.25s ease;
}
.filter-btn:hover {
  border-color: rgba(215, 255, 54, 0.4);
  color: #fff;
}
.filter-btn.active {
  background: linear-gradient(90deg, #13803c 0%, #36b845 100%);
  border-color: var(--lime);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(19, 128, 60, 0.35);
}

.mobile-swipe-hint {
  display: none;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  color: var(--lime);
  margin-bottom: 8px;
}

.tours-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}
.tour-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-card);
  backdrop-filter: blur(14px);
  transition: transform 0.3s ease, border-color 0.3s ease;
  position: relative;
}
.tour-card:hover {
  transform: translateY(-5px);
  border-color: var(--border-focus);
}

.tour-card-media {
  position: relative;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #001706;
}
.tour-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}
.tour-card:hover .tour-card-media img {
  transform: scale(1.06);
}

.tour-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 800;
  color: #fff;
}
.badge-new { background: linear-gradient(135deg, #ff416c, #ff4b2b); }
.badge-bestseller { background: linear-gradient(135deg, #13803c, #36b845); border: 1px solid rgba(215, 255, 54, 0.4); }
.badge-popular { background: linear-gradient(135deg, #d97706, #f59e0b); }

.tour-duration-tag {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  background: rgba(0, 23, 6, 0.88);
  border: 1px solid rgba(215, 255, 54, 0.35);
  color: var(--lime);
  border-radius: var(--radius-full);
  padding: 3px 10px;
  font-size: 10.5px;
  font-weight: 800;
}

.tour-card-body {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}

.tour-title {
  font-size: 18px;
  font-weight: 900;
  line-height: 1.25;
  color: #ffffff;
  min-height: 45px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.tour-card:hover .tour-title { color: var(--lime); }

.tour-proof-row {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-muted);
  font-weight: 700;
}
.tour-stars { color: var(--amber); }

.tour-exp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.exp-tag {
  background: rgba(255, 255, 255, 0.06);
  color: #d1e7d8;
  border-radius: var(--radius-full);
  padding: 2px 7px;
  font-size: 10px;
  font-weight: 700;
}

.tour-times-box {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-sm);
  padding: 6px 8px;
}
.tour-times-box small {
  display: block;
  font-size: 10px;
  color: var(--lime);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.time-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.time-slot {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 2px 5px;
  font-size: 10.5px;
  font-weight: 700;
}

.tour-pricing-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: auto;
  padding-top: 6px;
}
.price-option-box {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-sm);
  padding: 6px 8px;
}
.price-option-box.highlight {
  border-color: rgba(215, 255, 54, 0.35);
  background: rgba(215, 255, 54, 0.05);
}
.price-option-box .type-lbl {
  font-size: 10px;
  color: var(--text-muted);
  font-weight: 800;
  display: block;
}
.price-vals {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.price-vals em {
  font-size: 11.5px;
  color: var(--text-muted);
  text-decoration: line-through;
  font-style: normal;
  font-weight: 700;
}
.price-vals strong {
  font-family: var(--font-heading);
  color: var(--lime);
  font-size: 18px;
  font-weight: 900;
}

.tour-card-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 8px;
}
.btn-card-details {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  font-size: 12.5px;
  font-weight: 800;
  text-decoration: none;
}
.btn-card-book {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  border-radius: var(--radius-full);
  background: linear-gradient(90deg, #13803c 0%, #36b845 100%);
  color: #ffffff;
  font-size: 12.5px;
  font-weight: 800;
  cursor: pointer;
  border: 0;
}

/* ==========================================================================
   WHY CHOOSE US
   ========================================================================== */
.why-section {
  padding: 40px 0;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid var(--border-glass);
  border-bottom: 1px solid var(--border-glass);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.feature-item {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 20px 16px;
  text-align: center;
}
.feature-icon {
  font-size: 32px;
  margin-bottom: 10px;
  display: block;
}
.feature-item h3 {
  font-size: 16px;
  margin-bottom: 6px;
}
.feature-item p {
  font-size: 12.5px;
  color: var(--text-body);
}

/* ==========================================================================
   PARTNERS & STATS SECTION
   ========================================================================== */
.eta-partners-section { 
  padding: 30px 0 40px; 
  border-top: 1px solid var(--border-glass);
}
.eta-stats { 
  display: grid; 
  grid-template-columns: repeat(4, 1fr); 
  gap: 16px; 
  margin-bottom: 30px; 
}
.eta-stat { 
  text-align: center; 
  padding: 20px 12px; 
  border-radius: 18px; 
  background: var(--bg-card); 
  border: 1px solid var(--border-glass); 
}
.eta-stat strong { 
  font-family: var(--font-heading);
  color: var(--lime); 
  font-size: 38px; 
  font-weight: 900; 
  line-height: 1;
}
.eta-stat span { 
  display: block; 
  margin-top: 6px; 
  color: #ffffff; 
  font-size: 13.5px; 
  font-weight: 700; 
}

.eta-logo-swiper .swiper-wrapper { 
  transition-timing-function: linear !important; 
}
.eta-logo-card { 
  height: 120px; 
  padding: 14px; 
  border-radius: 16px; 
  background: var(--bg-card); 
  border: 1px solid var(--border-glass); 
  display: flex; 
  flex-direction: column; 
  align-items: center; 
  justify-content: center; 
  gap: 8px; 
  text-decoration: none; 
  color: #ffffff; 
}
.eta-logo-card img { 
  width: 100%; 
  max-width: 90px; 
  height: 42px; 
  object-fit: contain; 
}
.eta-logo-card span { 
  font-size: 13.5px; 
  font-weight: 700; 
}

/* ==========================================================================
   REVIEWS SWIPER SECTION
   ========================================================================== */
.reviews-section {
  padding: 40px 0;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.review-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 18px;
  display: flex;
  flex-direction: column;
}
.review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.reviewer-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.reviewer-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.reviewer-name strong {
  font-family: var(--font-heading);
  font-size: 14px;
  display: block;
}
.reviewer-name small {
  font-size: 11px;
  color: var(--text-muted);
}
.review-stars {
  color: var(--amber);
  font-size: 13px;
  margin-bottom: 6px;
}
.review-title {
  font-family: var(--font-heading);
  font-size: 15px;
  font-weight: 800;
  color: var(--lime);
  margin-bottom: 4px;
}
.review-text {
  font-size: 13px;
  color: var(--text-body);
  line-height: 1.5;
}

/* ==========================================================================
   FAQ ACCORDION & MODALS
   ========================================================================== */
.faq-section {
  padding: 30px 0 50px;
}
.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  overflow: hidden;
}
.faq-question {
  width: 100%;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  border: 0;
  color: #ffffff;
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  text-align: left;
}
.faq-icon {
  font-size: 18px;
  transition: transform 0.25s ease;
}
.faq-item.active .faq-icon {
  transform: rotate(45deg);
  color: var(--lime);
}
.faq-answer {
  display: none;
  padding: 0 18px 14px;
  font-size: 13.5px;
  color: var(--text-body);
  line-height: 1.55;
}
.faq-item.active .faq-answer {
  display: block;
}

.modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  z-index: 1000;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 16px;
}
.modal-backdrop.show { display: flex; }
.modal-box {
  background: linear-gradient(145deg, #092614, #04140a);
  border: 1px solid rgba(215, 255, 54, 0.4);
  border-radius: var(--radius-lg);
  padding: 24px;
  width: 100%;
  max-width: 500px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.7);
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 0;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
}

.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: rgba(2, 18, 6, 0.95);
  backdrop-filter: blur(14px);
  border-top: 1px solid var(--border-glass);
  padding: 8px 12px;
}
.mobile-sticky-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.mobile-sticky-inner .btn-wa {
  flex: 1;
  padding: 10px;
  border-radius: var(--radius-full);
  background: rgba(37, 211, 102, 0.2);
  border: 1px solid #25d366;
  color: #25d366;
  font-weight: 800;
  font-size: 13px;
  text-decoration: none;
  text-align: center;
}
.mobile-sticky-inner .btn-book {
  flex: 1.3;
  padding: 10px;
  border-radius: var(--radius-full);
  background: linear-gradient(90deg, #13803c, #36b845);
  color: #fff;
  font-weight: 900;
  font-size: 13.5px;
  text-decoration: none;
  text-align: center;
}

.site-footer {
  background: #010a03;
  border-top: 1px solid var(--border-glass);
  padding: 40px 0 20px;
  color: var(--text-muted);
  font-size: 13px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 30px;
}
.footer-col h4 {
  font-size: 15px;
  color: #fff;
  margin-bottom: 12px;
}
.footer-col ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer-col a {
  color: var(--text-muted);
  text-decoration: none;
}
.footer-col a:hover { color: var(--lime); }
.footer-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 20px;
  font-size: 12px;
}

/* ==========================================================================
   RESPONSIVE BREAKPOINTS (MOBILE FLUID SWIPEABLE CAROUSEL)
   ========================================================================== */
@media (max-width: 1024px) {
  .tours-grid { grid-template-columns: repeat(2, 1fr); gap: 16px; }
  .features-grid { grid-template-columns: repeat(2, 1fr); }
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .eta-stats { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .nav-links { display: none; }
  .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .curve-line { display: none; }

  /* Video mobile horizontal swipe */
  .video-wrapper { 
    display: flex; 
    overflow-x: auto; 
    -webkit-overflow-scrolling: touch; 
    scroll-snap-type: x mandatory; 
    justify-content: flex-start; 
    gap: 10px; 
    padding: 4px 0 10px; 
    scrollbar-width: none; 
  }
  .video-wrapper::-webkit-scrollbar { display: none; }
  .video-card { 
    flex: 0 0 68% !important; 
    min-width: 68% !important; 
    max-width: 68% !important;
    height: 320px !important; 
    scroll-snap-align: center; 
    transform: none !important; 
  }

  /* Weather mobile */
  .ew-layout { grid-template-columns: 1fr; gap: 0; padding-top: 16px; }
  .ew-side-image { display: none; }
  .ew-tour-list { 
    display: flex; 
    overflow-x: auto; 
    scroll-snap-type: x mandatory; 
    gap: 10px; 
    scrollbar-width: none; 
  }
  .ew-tour-list::-webkit-scrollbar { display: none; }
  .ew-tour-card { 
    flex: 0 0 85%; 
    min-width: 85%; 
    scroll-snap-align: start; 
  }

  /* Tour Catalog Mobile Horizontal Swipe */
  .mobile-swipe-hint { display: block; }
  .tours-grid {
    display: flex !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory;
    gap: 12px !important;
    padding: 4px 0 16px 0 !important;
    scrollbar-width: none !important;
    width: 100% !important;
  }
  .tours-grid::-webkit-scrollbar { display: none !important; }
  .tour-card {
    flex: 0 0 82% !important;
    min-width: 82% !important;
    max-width: 82% !important;
    scroll-snap-align: start;
    border-radius: 16px;
  }
  .tour-card-body { padding: 12px 14px 14px; }
  .tour-title { font-size: 15.5px; line-height: 1.25; min-height: 38px; }

  .reviews-grid { grid-template-columns: 1fr; }
  .features-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .hero-trust-bar { grid-template-columns: repeat(3, 1fr); gap: 6px; }
  .trust-item { padding: 8px 6px; }
  .trust-item strong { font-size: 15px; }
  .trust-item span { font-size: 9.5px; }

  .eta-stats { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .eta-stat { padding: 12px 8px; }
  .eta-stat strong { font-size: 28px; }

  .mobile-sticky-bar { display: block; }
  body { padding-bottom: 65px; }
}

/* ==========================================================================
   BLOG & INLINE TOUR EMBED MASTER STYLING (DESKTOP & MOBILE OPTIMIZED)
   ========================================================================== */

/* Top Reading Progress Indicator */
.reading-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 3.5px;
  width: 0%;
  background: linear-gradient(90deg, #13803c, #d7ff36);
  box-shadow: 0 0 10px rgba(215, 255, 54, 0.7);
  z-index: 9999;
  transition: width 0.1s ease-out;
}

/* Article Hero & Layout */
.article-wrap {
  max-width: 840px;
  margin: 0 auto;
  padding: 40px 16px 80px;
}
.article-hero {
  margin-bottom: 32px;
}
.article-top-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.article-back-link {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
  transition: color 0.2s ease;
}
.article-back-link:hover {
  color: var(--lime);
}
.article-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  background: rgba(215, 255, 54, 0.12);
  border: 1px solid rgba(215, 255, 54, 0.35);
  color: var(--lime);
  border-radius: var(--radius-full);
  font-size: 12.5px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0.5px;
}
.article-title {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4.2vw, 44px);
  font-weight: 900;
  color: #ffffff;
  line-height: 1.22;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
.article-meta-row {
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 600;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 18px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.article-meta-row .author-tag {
  color: #ffffff;
}
.article-meta-row .author-tag strong {
  color: var(--lime);
}
.article-feature-media {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--border-glass);
  box-shadow: 0 16px 40px rgba(0,0,0,0.5);
  margin-bottom: 32px;
}
.article-feature-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  display: block;
}

/* Article Body Typography & Flow */
.article-body {
  color: #e2e8f0;
  font-size: 17px;
  line-height: 1.85;
}
.article-body .lead {
  font-size: 18.5px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.75;
  margin-bottom: 28px;
  border-left: 3.5px solid var(--lime);
  padding-left: 18px;
  background: rgba(255, 255, 255, 0.02);
  padding: 16px 18px;
  border-radius: 0 12px 12px 0;
}
.article-body h2 {
  font-family: var(--font-heading);
  font-size: 26px;
  font-weight: 900;
  color: #ffffff;
  margin: 40px 0 16px;
  padding-top: 10px;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.article-body p {
  margin-bottom: 20px;
}
.article-body ul {
  margin: 0 0 24px 20px;
  list-style: none;
}
.article-body li {
  position: relative;
  padding-left: 24px;
  margin-bottom: 12px;
  line-height: 1.75;
}
.article-body li::before {
  content: "✦";
  position: absolute;
  left: 0;
  color: var(--lime);
  font-size: 14px;
}
.article-body strong {
  color: #ffffff;
  font-weight: 700;
}
.blog-faq-block {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-glass);
  border-radius: 18px;
  padding: 24px;
  margin: 28px 0;
}
.blog-faq-block p {
  margin-bottom: 14px;
}
.blog-faq-block p:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   1. INLINE FEATURED SHOWCASE TOUR CARD (INTERSPERSED)
   ========================================================================== */
.inline-tour-featured {
  margin: 36px 0;
  background: linear-gradient(135deg, rgba(19, 128, 60, 0.18) 0%, rgba(3, 24, 8, 0.9) 100%);
  border: 1.5px solid rgba(215, 255, 54, 0.35);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 14px 35px rgba(0, 0, 0, 0.45);
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.inline-tour-featured:hover {
  border-color: rgba(215, 255, 54, 0.6);
  box-shadow: 0 16px 40px rgba(19, 128, 60, 0.3);
}
.inline-tour-badge-top {
  background: linear-gradient(90deg, #13803c, #229949);
  padding: 6px 16px;
  font-size: 11.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 6px;
  border-bottom: 1px solid rgba(215, 255, 54, 0.2);
}
.inline-tour-content-wrap {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 20px;
  padding: 18px;
}
.inline-tour-media {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  height: 100%;
  min-height: 170px;
}
.inline-tour-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.inline-tour-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0,0,0,0.5);
}
.inline-duration-tag {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.75);
  backdrop-filter: blur(6px);
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}
.inline-tour-details {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.inline-tour-cat-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
  flex-wrap: wrap;
  gap: 6px;
}
.inline-cat-pill {
  font-size: 11px;
  font-weight: 800;
  color: var(--lime);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.inline-proof {
  font-size: 12px;
  color: var(--text-muted);
}
.inline-proof strong {
  color: #fff;
}
.inline-tour-title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 12px;
}
.inline-tour-title a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}
.inline-tour-title a:hover {
  color: var(--lime);
}
.inline-tour-price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
  flex-wrap: wrap;
  gap: 10px;
  background: rgba(255, 255, 255, 0.04);
  padding: 8px 14px;
  border-radius: 10px;
}
.inline-price-box {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.inline-price-box .lbl {
  font-size: 12px;
  color: var(--text-muted);
}
.inline-price-box del {
  color: #94a3b8;
  font-size: 13px;
}
.inline-price-box .price {
  font-size: 20px;
  font-weight: 900;
  color: var(--lime);
  font-family: var(--font-heading);
}
.inline-price-box small {
  font-size: 11px;
  color: var(--text-muted);
}
.inline-perk-badge {
  font-size: 11.5px;
  font-weight: 700;
  color: #34d399;
}
.inline-tour-btn-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.btn-inline-wa {
  flex: 1;
  min-width: 140px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
  transition: transform 0.2s ease, filter 0.2s ease;
}
.btn-inline-wa:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}
.btn-inline-details {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border-glass);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s ease;
}
.btn-inline-details:hover {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(215, 255, 54, 0.4);
  color: var(--lime);
}

/* ==========================================================================
   2. INLINE DUO TOUR COMPARISON GRID (INTERSPERSED)
   ========================================================================== */
.inline-duo-wrapper {
  margin: 36px 0;
}
.inline-duo-heading {
  margin-bottom: 12px;
}
.inline-duo-heading .badge {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-glass);
  color: var(--lime);
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.inline-duo-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.inline-compact-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease, border-color 0.3s ease;
}
.inline-compact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 255, 54, 0.4);
}
.compact-media {
  position: relative;
  height: 140px;
  overflow: hidden;
}
.compact-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.compact-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  padding: 3px 8px;
  border-radius: var(--radius-full);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.compact-duration {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0,0,0,0.7);
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10.5px;
  font-weight: 700;
  color: #fff;
}
.compact-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.compact-cat {
  font-size: 10.5px;
  font-weight: 800;
  color: var(--lime);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.compact-title {
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 8px;
}
.compact-title a {
  color: #fff;
  text-decoration: none;
}
.compact-title a:hover {
  color: var(--lime);
}
.compact-meta {
  font-size: 11.5px;
  color: var(--text-muted);
  margin-bottom: 10px;
}
.compact-price-wrap {
  margin-top: auto;
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 10px;
}
.compact-price-wrap .from {
  font-size: 11px;
  color: var(--text-muted);
}
.compact-price-wrap del {
  font-size: 12px;
  color: #94a3b8;
}
.compact-price-wrap .val {
  font-size: 17px;
  font-weight: 900;
  color: var(--lime);
  font-family: var(--font-heading);
}
.compact-actions {
  display: flex;
  gap: 6px;
}
.compact-btn-wa {
  flex: 1;
  background: linear-gradient(135deg, #25D366, #128C7E);
  color: #fff;
  font-size: 11.5px;
  font-weight: 800;
  padding: 8px 10px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
}
.compact-btn-view {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--border-glass);
  color: #fff;
  font-size: 11.5px;
  font-weight: 800;
  padding: 8px 10px;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
}

/* ==========================================================================
   3. VIP BOOKING ASSURANCE & AUTHOR BOX
   ========================================================================== */
.blog-vip-assurance {
  margin: 40px 0;
  padding: 24px;
  background: linear-gradient(135deg, rgba(19, 128, 60, 0.25) 0%, rgba(2, 18, 6, 0.95) 100%);
  border: 1.5px solid rgba(215, 255, 54, 0.4);
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 18px;
  box-shadow: 0 12px 30px rgba(0,0,0,0.4);
  flex-wrap: wrap;
}
.assurance-icon {
  font-size: 36px;
}
.assurance-content {
  flex: 1;
  min-width: 260px;
}
.assurance-content h4 {
  font-size: 18px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 6px;
}
.assurance-content p {
  font-size: 13.5px;
  color: #cbd5e1;
  margin: 0;
  line-height: 1.5;
}
.btn-assurance-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d7ff36;
  color: #021206;
  font-size: 13.5px;
  font-weight: 900;
  padding: 12px 22px;
  border-radius: 12px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(215, 255, 54, 0.4);
  transition: transform 0.2s ease;
}
.btn-assurance-wa:hover {
  transform: translateY(-2px);
}

.blog-author-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 18px;
  margin: 40px 0;
}
.blog-author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2.5px solid var(--lime);
  object-fit: cover;
  flex-shrink: 0;
}

/* ==========================================================================
   4. BLOG HUB ARCHIVE STYLING (/blog/)
   ========================================================================== */
.blog-hub-hero {
  text-align: center;
  padding: 50px 16px 30px;
  background: radial-gradient(circle at 50% 30%, rgba(19, 128, 60, 0.25) 0%, transparent 60%);
}
.blog-hub-hero h1 {
  font-size: clamp(30px, 4.5vw, 52px);
  margin-bottom: 12px;
}
.blog-hub-hero p {
  max-width: 750px;
  margin: 0 auto 24px;
  font-size: 16px;
  color: var(--text-body);
}
.blog-categories-bar {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 36px;
}
.blog-cat-link {
  padding: 8px 18px;
  border-radius: var(--radius-full);
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  color: #cbd5e1;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  transition: all 0.25s ease;
}
.blog-cat-link:hover, .blog-cat-link.active {
  background: linear-gradient(90deg, #13803c, #36b845);
  color: #ffffff;
  border-color: rgba(215, 255, 54, 0.4);
  box-shadow: 0 4px 16px rgba(19, 128, 60, 0.4);
}
.blog-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 40px;
}
.blog-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #ffffff;
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}
.blog-card:hover {
  transform: translateY(-6px);
  border-color: rgba(215, 255, 54, 0.4);
  box-shadow: 0 14px 35px rgba(0,0,0,0.5);
}
.blog-card-media-box {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.blog-card-media-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.blog-card:hover .blog-card-media-box img {
  transform: scale(1.05);
}
.blog-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  background: rgba(2, 18, 6, 0.85);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(215, 255, 54, 0.3);
  color: var(--lime);
  font-size: 10.5px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
}
.blog-card-content {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.blog-card-title {
  font-size: 16.5px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 10px;
  color: #ffffff;
}
.blog-card-summary {
  font-size: 13.5px;
  color: #cbd5e1;
  line-height: 1.55;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-meta {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  color: #94a3b8;
  font-size: 12px;
  font-weight: 600;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 12px;
}
.blog-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 40px 0 60px;
  flex-wrap: wrap;
}
.blog-page-btn {
  padding: 8px 16px;
  border-radius: 10px;
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  color: #ffffff;
  text-decoration: none;
  font-weight: 800;
  font-size: 14px;
}
.blog-page-btn.active {
  background: #d7ff36;
  color: #021206;
  border-color: #d7ff36;
}

.blog-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.related-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}
.related-card:hover {
  transform: translateY(-4px);
  border-color: rgba(215, 255, 54, 0.4);
}
.related-card img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}
.related-card-body {
  padding: 14px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.related-card-cat {
  color: var(--lime);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.related-card-title {
  font-size: 14.5px;
  font-weight: 800;
  line-height: 1.35;
  margin-bottom: 8px;
}
.related-card-meta {
  margin-top: auto;
  font-size: 11.5px;
  color: #94a3b8;
}

/* ==========================================================================
   5. MOBILE RESPONSIVE OVERRIDES FOR ARTICLE & BLOG
   ========================================================================== */
@media (max-width: 991px) {
  .blog-articles-grid { grid-template-columns: repeat(2, 1fr); }
  .blog-related-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .article-wrap {
    padding: 24px 14px 70px;
  }
  .article-title {
    font-size: 26px;
  }
  .article-feature-img {
    height: 240px;
  }
  .article-body {
    font-size: 16px;
    line-height: 1.75;
  }
  .article-body .lead {
    font-size: 16.5px;
  }
  .article-body h2 {
    font-size: 22px;
    margin: 30px 0 12px;
  }

  /* Inline tour featured card on mobile */
  .inline-tour-content-wrap {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .inline-tour-media {
    height: 180px;
  }
  .inline-tour-title {
    font-size: 16.5px;
  }
  .inline-tour-btn-row {
    flex-direction: column;
  }
  .btn-inline-wa, .btn-inline-details {
    width: 100%;
  }

  /* Inline duo grid on mobile */
  .inline-duo-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .compact-media {
    height: 150px;
  }

  .blog-vip-assurance {
    flex-direction: column;
    text-align: center;
    padding: 20px 16px;
  }
  .btn-assurance-wa {
    width: 100%;
  }

  .blog-articles-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .blog-related-grid {
    grid-template-columns: 1fr;
  }
}

