/* ═══════════════════════════════════════════
   Jet Ski Hire Carrum — Design System v2 (Light)
   ═══════════════════════════════════════════ */

/* ── Local Fonts ── */
@font-face { font-family: 'OpenSans'; src: url('/fonts/OpenSans-Light.ttf') format('truetype'); font-weight: 300; font-style: normal; }
@font-face { font-family: 'OpenSans'; src: url('/fonts/OpenSans-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'OpenSans'; src: url('/fonts/OpenSans-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; }
@font-face { font-family: 'OpenSans'; src: url('/fonts/OpenSans-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; }
@font-face { font-family: 'OpenSans'; src: url('/fonts/OpenSans-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; }
@font-face { font-family: 'OpenSans'; src: url('/fonts/OpenSans-ExtraBold.ttf') format('truetype'); font-weight: 800; font-style: normal; }
@font-face { font-family: 'Raleway'; src: url('/fonts/Raleway-Regular.ttf') format('truetype'); font-weight: 400; font-style: normal; }
@font-face { font-family: 'Raleway'; src: url('/fonts/Raleway-Medium.ttf') format('truetype'); font-weight: 500; font-style: normal; }
@font-face { font-family: 'Raleway'; src: url('/fonts/Raleway-SemiBold.ttf') format('truetype'); font-weight: 600; font-style: normal; }
@font-face { font-family: 'Raleway'; src: url('/fonts/Raleway-Bold.ttf') format('truetype'); font-weight: 700; font-style: normal; }
@font-face { font-family: 'Raleway'; src: url('/fonts/Raleway-ExtraBold.ttf') format('truetype'); font-weight: 800; font-style: normal; }
@font-face { font-family: 'Raleway'; src: url('/fonts/Raleway-Black.ttf') format('truetype'); font-weight: 900; font-style: normal; }
@font-face { font-family: 'Lato'; src: url('/fonts/Lato-Regular.ttf') format('truetype'); font-weight: 400; }
@font-face { font-family: 'Lato'; src: url('/fonts/Lato-Regular.ttf') format('truetype'); font-weight: 700; }
@font-face { font-family: 'Montserrat'; src: url('/fonts/Montserrat-Regular.ttf') format('truetype'); font-weight: 400; }
@font-face { font-family: 'Montserrat'; src: url('/fonts/Montserrat-Regular.ttf') format('truetype'); font-weight: 700; }
@font-face { font-family: 'Oswald'; src: url('/fonts/Oswald-Regular.ttf') format('truetype'); font-weight: 400; }
@font-face { font-family: 'Oswald'; src: url('/fonts/Oswald-Regular.ttf') format('truetype'); font-weight: 700; }
@font-face { font-family: 'Roboto'; src: url('/fonts/Roboto-Regular.ttf') format('truetype'); font-weight: 400; }
@font-face { font-family: 'Roboto'; src: url('/fonts/Roboto-Regular.ttf') format('truetype'); font-weight: 700; }
@font-face { font-family: 'RobotoCondensed'; src: url('/fonts/RobotoCondensed-Regular.ttf') format('truetype'); font-weight: 400; }
@font-face { font-family: 'SourceSansPro'; src: url('/fonts/SourceSansPro-Regular.ttf') format('truetype'); font-weight: 400; }
@font-face { font-family: 'Lora'; src: url('/fonts/Lora-Regular.ttf') format('truetype'); font-weight: 400; }
@font-face { font-family: 'DroidSans'; src: url('/fonts/DroidSans.ttf') format('truetype'); font-weight: 400; }
@font-face { font-family: 'DroidSerif'; src: url('/fonts/DroidSerif.ttf') format('truetype'); font-weight: 400; }
@font-face { font-family: 'Slabo'; src: url('/fonts/Slabo27px-Regular.ttf') format('truetype'); font-weight: 400; }

:root {
  --bento-bg: #ffffff;
  --bento-card: #f8fafc;
  --bento-dark: #f1f5f9;
  --bento-border: #e2e8f0;
  --bento-cyan: #0095b6;
  --bento-cyan-hover: #0077a0;
  --bento-amber: #d97706;
  --bento-emerald: #6edb00;
  --bento-text: #1e293b;
  --bento-muted: #64748b;
  --bento-muted-2: #94a3b8;
  --bento-radius: 1.5rem;
  --bento-glow: rgba(0, 149, 182, 0.1);
  --bento-glow-border: rgba(0, 149, 182, 0.2);
  --bento-pill: 50rem;
}

* { font-family: 'OpenSans', 'Raleway', sans-serif; }
body { background: #fff; color: #1e293b; }

h1, h2, h3, h4, h5, h6, .fw-black { font-family: 'Raleway', 'OpenSans', sans-serif; }

/* ── Ticker Banner ── */
.ticker-bar {
  background: #0f172a;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 0.75rem;
  padding: 0.45rem 0;
  letter-spacing: 0.02em;
}
.ticker-bar .badge { font-size: 0.65rem; letter-spacing: 0.05em; }
.ticker-bar a { color: var(--bento-cyan); text-decoration: none; }
.ticker-bar a:hover { color: var(--bento-cyan-hover); }
.ticker-bar .ticker-right .text-white-50 { color: #94a3b8 !important; }

/* ── Navigation ── */
.navbar-bento {
  background: #fff;
  border-bottom: 1px solid var(--bento-border);
  padding: 0.6rem 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.navbar-bento .nav-link {
  color: var(--bento-muted) !important;
  font-weight: 600;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.5rem 0.7rem !important;
  transition: color 0.2s;
}
.navbar-bento .nav-link:hover,
.navbar-bento .nav-link.active { color: var(--bento-cyan) !important; }
.navbar-bento .dropdown-menu {
  background: #fff;
  border: 1px solid var(--bento-border);
  border-radius: 1rem;
  padding: 0.5rem;
  margin-top: 0.5rem;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
.navbar-bento .dropdown-item {
  color: var(--bento-muted);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  border-radius: 0.6rem;
  padding: 0.5rem 1rem;
  transition: all 0.2s;
}
.navbar-bento .dropdown-item:hover {
  background: rgba(0, 149, 182, 0.08);
  color: var(--bento-cyan);
}
.btn-cyan {
  background: var(--bento-cyan);
  color: #fff;
  border: none;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0.85rem;
  padding: 0.6rem 1.5rem;
  font-size: 0.8rem;
  transition: all 0.25s ease;
}
.btn-cyan:hover {
  background: var(--bento-cyan-hover);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 119, 160, 0.3);
}
.btn-cyan-outline {
  background: transparent;
  color: var(--bento-cyan);
  border: 2px solid var(--bento-cyan);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 0.85rem;
  padding: 0.55rem 1.4rem;
  font-size: 0.8rem;
  transition: all 0.25s ease;
}
.btn-cyan-outline:hover {
  background: var(--bento-cyan);
  color: #fff;
  transform: translateY(-2px);
}

.btn-ghost {
  background: transparent;
  border: 1px solid #e2e8f0;
  color: #64748b;
  border-radius: 0.75rem;
  font-weight: 600;
  transition: all 0.2s ease;
  padding: 0.5rem 1.2rem;
  font-size: 0.8rem;
}
.btn-ghost:hover {
  border-color: #0095b6;
  color: #0095b6;
  background: rgba(0,149,182,0.06);
}

.btn { display: inline-flex; align-items: center; justify-content: center; }
.btn [data-lucide] { width: 18px !important; height: 18px !important; }

/* ── Bento Card System ── */
.bento-card {
  background: var(--bento-card);
  border: 1px solid var(--bento-border);
  border-radius: var(--bento-radius);
  padding: 1rem;
  transition: all 0.3s ease;
}
.bento-card:hover {
  box-shadow: 0 10px 30px var(--bento-glow);
  border-color: var(--bento-glow-border);
  transform: translateY(-3px);
}
.bento-card-glow {
  background: var(--bento-card);
  border: 1px solid var(--bento-glow-border);
  border-radius: var(--bento-radius);
  padding: 1.5rem;
  box-shadow: 0 4px 20px var(--bento-glow);
}
.inner-card {
  background: #fff;
  border: 1px solid var(--bento-border);
  border-radius: 1rem;
  padding: 1rem;
}

/* ── Badges / Pills ── */
.pill-badge {
  display: inline-block;
  background: rgba(0, 149, 182, 0.08);
  color: var(--bento-cyan);
  border: 1px solid rgba(0, 149, 182, 0.2);
  border-radius: var(--bento-pill);
  padding: 0.25rem 0.8rem;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pill-badge-emerald {
  background: rgba(5, 150, 105, 0.1);
  color: var(--bento-emerald);
  border: 1px solid rgba(5, 150, 105, 0.2);
  border-radius: var(--bento-pill);
  padding: 0.2rem 0.7rem;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.pill-badge-amber {
  background: rgba(217, 119, 6, 0.1);
  color: var(--bento-amber);
  border: 1px solid rgba(217, 119, 6, 0.2);
  border-radius: var(--bento-pill);
  padding: 0.2rem 0.7rem;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* ── Hero Section (homepage) ── */
.hero-section {
  background: #0f172a;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.hero-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('/assets/images/home-top-photo.webp') center center / cover no-repeat;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,23,42,0.96) 0%, rgba(15,23,42,0.75) 50%, rgba(15,23,42,0.5) 100%);
}
.hero-content { position: relative; z-index: 2; }
.hero-content .text-muted { color: rgba(255,255,255,0.5) !important; }
.hero-content .btn-cyan-outline {
  color: #7dd3fc;
  border-color: rgba(255,255,255,0.25);
  backdrop-filter: blur(4px);
}
.hero-content .btn-cyan-outline:hover {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border-color: rgba(255,255,255,0.5);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
}
.hero-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.35rem 0.5rem;
  width: 60%;
}
.hero-features li {
  color: rgba(255,255,255,0.8);
  font-size: clamp(0.75rem, 1.2vw, 0.85rem);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.hero-features li i {
  color: #6ee7b7;
  font-size: 0.65rem;
  width: 1rem;
  text-align: center;
}
.hero-page {
  min-height: 40vh;
  display: flex;
  align-items: center;
  background: #0f172a;
  position: relative;
  overflow: hidden;
  border-bottom: 2px solid #0095b6;
}
.hero-page::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,23,42,0.92) 0%, rgba(15,23,42,0.6) 50%, rgba(15,23,42,0.4) 100%);
  pointer-events: none;
}
.hero-page::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(0,149,182,0.08) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(110,219,0,0.04) 0%, transparent 50%);
  pointer-events: none;
}
.hero-page h1, .hero-page p { position: relative; z-index: 2; }
.hero-page .text-white { color: #fff !important; }
.hero-page .text-white-50 { color: rgba(255,255,255,0.6) !important; }
@media (max-width: 768px) { .hero-page { min-height: 30vh; padding: 2rem 0; } }
@media (max-width: 480px) { .hero-page { min-height: 25vh; padding: 1.5rem 0; } }
.hero-title {
  font-size: clamp(2.2rem, 6vw, 4rem);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #fff;
}
.hero-title span { color: #7dd3fc; }
.hero-sub {
  font-size: clamp(0.85rem, 1.5vw, 1.05rem);
  color: rgba(255,255,255,0.9);
  font-weight: 400;
  line-height: 1.6;
  max-width: 640px;
}

/* ── Section Titles ── */
.section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -0.01em;
  color: #1e293b;
}
.section-title span{
  font-weight: 700;
  font-family: 'Raleway', 'OpenSans', sans-serif;
}
.section-sub {
  color: var(--bento-muted);
  font-size: 1rem;
  font-weight: 300;
  max-width: 600px;
  margin: 0 auto 2rem;
}

/* ── Stat Grid ── */
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
@media (max-width: 480px) { .stat-grid { grid-template-columns: 1fr; } }

/* ── Stat Widgets ── */
.stat-widget {
  background: #fff;
  border: 1px solid var(--bento-border);
  border-radius: 1rem;
  padding: 0.8rem 1rem;
}
.stat-widget .stat-value {
  font-size: 1.1rem;
  font-weight: 800;
  color: #1e293b;
}
.stat-widget .stat-label {
  font-size: 0.65rem;
  color: var(--bento-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
}

/* ── Hero Video Slider (Instagram-style) ── */
.hero-video-slider {
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  background: #0f172a;
  position: relative;
  border: 1px solid rgba(255,255,255,0.08);
}
.hero-video-viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #0f172a;
}
.hero-video-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.hero-video-slide.active {
  opacity: 1;
}
.hero-video-dots {
  position: absolute;
  bottom: 0.75rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.4rem;
  z-index: 5;
  background: rgba(0,0,0,0.4);
  padding: 0.35rem 0.7rem;
  border-radius: 2rem;
  backdrop-filter: blur(4px);
}
.hero-video-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  cursor: pointer;
  transition: all 0.3s;
}
.hero-video-dot.active {
  background: #fff;
  transform: scale(1.5);
}

/* ── Experience Cards ── */
.exp-card {
  background: #fff;
  border: 1px solid var(--bento-border);
  border-radius: var(--bento-radius);
  overflow: hidden;
  transition: all 0.3s ease;
}
.exp-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0,0,0,0.06);
  border-color: var(--bento-glow-border);
}
.exp-card .card-img-top {
  height: 200px;
  background-size: cover;
  background-position: center;
}
.exp-card .card-body { padding: 1.3rem; }
.exp-card .card-title {
  font-weight: 600;
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.exp-card .price-tag {
  font-size: 1.3rem;
  font-weight: 900;
  color: var(--bento-cyan);
}

/* ── Fleet Cards ── */
.fleet-card {
  background: #fff;
  border: 1px solid var(--bento-border);
  border-radius: var(--bento-radius);
  overflow: hidden;
  transition: all 0.3s ease;
}
.fleet-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.06);
  border-color: var(--bento-glow-border);
}
.fleet-card .reg-badge {
  font-family: 'Courier New', monospace;
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  background: #f1f5f9;
  color: var(--bento-cyan);
  padding: 0.2rem 0.6rem;
  border-radius: 0.4rem;
  border: 1px solid var(--bento-border);
}

/* ── Video Reel Card ── */
.reel-card {
  position: relative;
  border-radius: var(--bento-radius);
  overflow: hidden;
  aspect-ratio: 9/16;
  background: #f1f5f9;
  cursor: pointer;
}
.reel-card img { width: 100%; height: 100%; object-fit: cover; }
.reel-card .play-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0,0,0,0.3);
  transition: background 0.3s;
}
.reel-card:hover .play-overlay { background: rgba(0,0,0,0.1); }
.reel-card .play-btn {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: rgba(0, 149, 182, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #fff;
  transition: transform 0.3s;
}
.reel-card:hover .play-btn { transform: scale(1.1); }

/* ── Gift Banner ── */
.gift-banner {
  background: linear-gradient(135deg, rgba(0, 149, 182, 0.08), rgba(0, 119, 160, 0.04));
  border: 1px solid var(--bento-glow-border);
  border-radius: var(--bento-radius);
  padding: 2.5rem;
}

/* ── Premium CTA Banner ── */
.cta-premium {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #0f172a 100%);
  border-radius: var(--bento-radius);
  padding: 3.5rem;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.06);
}
.cta-premium::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 50%, rgba(0,149,182,0.12) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 50%, rgba(110,219,0,0.06) 0%, transparent 50%);
  pointer-events: none;
}
.cta-premium .cta-glow {
  position: absolute;
  width: 300px; height: 300px;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.15;
  pointer-events: none;
}
.cta-premium .cta-glow-1 { top: -100px; right: -50px; background: var(--bento-cyan); }
.cta-premium .cta-glow-2 { bottom: -100px; left: -50px; background: #6edb00; }
.cta-premium .section-title { color: #fff; }
.cta-premium .text-muted { color: #94a3b8 !important; }
.cta-premium .btn-cyan-outline {
  border-color: rgba(255,255,255,0.2);
  color: #7dd3fc;
}
.cta-premium .btn-cyan-outline:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.4);
  color: #fff;
}

/* ── Premium Corporate Section ── */
.corporate-premium {
  position: relative;
  overflow: hidden;
}
.corporate-premium::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 80% 20%, rgba(245,158,11,0.04) 0%, transparent 50%),
              radial-gradient(ellipse at 20% 80%, rgba(0,149,182,0.04) 0%, transparent 50%);
  pointer-events: none;
}
.corporate-premium .gold-accent { color: #F59E0B; }
.corporate-premium .gold-line {
  width: 60px; height: 3px;
  background: linear-gradient(90deg, #F59E0B, #D97706);
  border-radius: 2px;
}
.corporate-premium .section-title { color: #1e293b; }
.corporate-premium .feature-list li {
  display: flex; align-items: flex-start; gap: 0.75rem;
  padding: 0.6rem 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  font-size: 0.9rem;
  color: #475569;
}
.corporate-premium .feature-list li:last-child { border-bottom: none; }
.corporate-premium .feature-list li i { color: #F59E0B; flex-shrink: 0; margin-top: 0.15rem; }

.partner-premium-card {
  background: linear-gradient(135deg, rgba(245,158,11,0.06), rgba(217,119,6,0.03));
  border: 1px solid rgba(245,158,11,0.15);
  border-radius: 1.25rem;
  padding: 1.25rem;
  transition: all 0.3s ease;
}
.partner-premium-card:hover {
  border-color: rgba(245,158,11,0.3);
  box-shadow: 0 8px 25px rgba(245,158,11,0.08);
  transform: translateY(-2px);
}
.partner-premium-card .partner-icon {
  width: 52px; height: 52px;
  background: linear-gradient(135deg, rgba(245,158,11,0.12), rgba(217,119,6,0.06));
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.glass-card {
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: var(--bento-radius);
  padding: 1.75rem;
  box-shadow: 0 8px 32px rgba(0,0,0,0.04);
}
.glass-card h5 { color: #1e293b; }
.glass-card .form-control-bento {
  background: rgba(255,255,255,0.7) !important;
  backdrop-filter: blur(4px);
}

/* ── Premium Reviews Section ── */
.reviews-premium .review-source-badge {
  display: inline-flex; align-items: center; gap: 0.4rem;
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 50rem;
  padding: 0.2rem 0.7rem;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
}
.review-card-elevated {
  background: #fff;
  border: 1px solid #f1f5f9;
  border-radius: var(--bento-radius);
  padding: 1.5rem;
  transition: all 0.35s ease;
  position: relative;
}
.review-card-elevated:hover {
  box-shadow: 0 15px 40px rgba(0,0,0,0.04), 0 4px 12px rgba(0,0,0,0.02);
  border-color: #e2e8f0;
  transform: translateY(-3px);
}
.review-card-elevated .review-text {
  font-size: 0.88rem;
  line-height: 1.7;
  color: #475569;
}
.review-card-elevated .review-avatar {
  width: 40px; height: 40px;
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 0.85rem;
  color: #fff;
  flex-shrink: 0;
}
.review-card-elevated .review-avatar-1 { background: linear-gradient(135deg, #0095b6, #0077a0); }
.review-card-elevated .review-avatar-2 { background: linear-gradient(135deg, #F59E0B, #D97706); }
.review-card-elevated .review-avatar-3 { background: linear-gradient(135deg, #6edb00, #10B981); }

/* ── Premium Safari Browser Section ── */
.safari-browser {
  position: relative;
  background: linear-gradient(180deg, #fff 0%, #f8fafc 100%);
}
.safari-browser::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0095b6, #6edb00, #0095b6);
  opacity: 0.3;
}
.safari-browser .cat-tabs .nav-link {
  background: #fff;
  color: #64748b;
  border: 1px solid #e2e8f0;
  border-radius: 50rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.45rem 1.3rem;
  transition: all 0.25s ease;
  box-shadow: 0 1px 3px rgba(0,0,0,0.03);
}
.safari-browser .cat-tabs .nav-link:hover {
  border-color: #0095b6;
  color: #0095b6;
  background: rgba(0,149,182,0.04);
}
.safari-browser .cat-tabs .nav-link.active {
  background: #0095b6;
  color: #fff;
  border-color: #0095b6;
  box-shadow: 0 4px 12px rgba(0,149,182,0.25);
}
.safari-browser .exp-card {
  border-radius: 1.25rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #f1f5f9;
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.safari-browser .exp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(0,0,0,0.06), 0 8px 20px rgba(0,0,0,0.03);
  border-color: #e2e8f0;
}
.safari-browser .exp-card .card-img-top {
  height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.safari-browser .exp-card .card-img-top::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 60%;
  background: linear-gradient(transparent, rgba(0,0,0,0.04));
  pointer-events: none;
}
@media (max-width: 768px) {
  .safari-browser .exp-card .card-img-top { height: 180px; }
}
.safari-browser .exp-card .card-body {
  padding: 1.25rem 1.3rem 1.3rem;
}
.safari-browser .exp-card .card-title {
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #1e293b;
  margin-bottom: 0.4rem;
}
.safari-browser .exp-card .exp-desc {
  font-size: 0.82rem;
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 0.75rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.safari-browser .exp-card .exp-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}
.safari-browser .exp-card .exp-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.72rem;
  font-weight: 600;
  color: #475569;
  background: #f8fafc;
  padding: 0.25rem 0.65rem;
  border-radius: 0.5rem;
  border: 1px solid #f1f5f9;
}
.safari-browser .exp-card .exp-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.6rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.2rem 0.7rem;
  border-radius: 50rem;
}
.safari-browser .exp-card .exp-divider {
  border: none;
  border-top: 1px solid #f1f5f9;
  margin: 0.75rem 0;
}
.safari-browser .exp-card .exp-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.safari-browser .exp-card .price-tag {
  font-size: 1.25rem;
  font-weight: 900;
  color: #0095b6;
}
.safari-browser .exp-card .price-label {
  font-size: 0.75rem;
  color: #94a3b8;
  font-weight: 400;
}
.safari-browser .exp-card .btn-book {
  background: #0095b6;
  color: #fff;
  border: none;
  font-weight: 700;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  border-radius: 0.65rem;
  padding: 0.45rem 1.1rem;
  transition: all 0.25s ease;
  text-decoration: none;
}
.safari-browser .exp-card .btn-book:hover {
  background: #0077a0;
  transform: translateY(-1px);
  box-shadow: 0 4px 15px rgba(0,119,160,0.3);
}
.safari-browser .exp-card .popular-badge {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  background: rgba(217,119,6,0.12);
  color: #d97706;
  border: 1px solid rgba(217,119,6,0.2);
  border-radius: 50rem;
  padding: 0.2rem 0.6rem;
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  backdrop-filter: blur(4px);
}

/* ── Review Stars ── */
.star-rating { color: var(--bento-amber); }

/* ── Footer ── */
.footer-bento {
  background: #0095b6;
  border-top: none;
}
.footer-bento a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s;
}
.footer-bento a:hover { color: #fff; }
.footer-title {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 1.2rem;
}
.footer-link {
  color: rgba(255,255,255,0.8) !important;
  font-size: 0.85rem;
  transition: all 0.2s ease;
}
.footer-link:hover {
  color: #fff !important;
}
.footer-icon {
  color: #0c5f73;
  flex-shrink: 0;
}
.footer-social {
  width: 36px; height: 36px;
  display: inline-flex; align-items: center; justify-content: center;
  border-radius: 10px;
  background: rgba(255,255,255,0.2);
  color: #0c5f73;
  font-size: 0.9rem;
  transition: all 0.3s ease;
  border: 1px solid rgba(255,255,255,0.2);
}
.footer-social:hover {
  background: rgba(255,255,255,0.25);
  color: #fff;
}
.footer-desc {
  color: rgba(255,255,255,0.85);
  font-size: 0.85rem;
  line-height: 1.7;
}
.footer-desc a { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.15);
  padding: 1.25rem 0;
}
.footer-bottom-text {
  color: rgba(255,255,255,0.7);
  font-size: 0.8rem;
}
.footer-bottom-link {
  color: rgba(255,255,255,0.7) !important;
  font-size: 0.8rem;
  transition: color 0.2s;
}
.footer-bottom-link:hover {
  color: #fff !important;
}

/* ── Policy Cards (Footer) ── */
.policy-card {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 1rem;
  padding: 1.25rem;
  text-align: center;
  transition: all 0.3s ease;
}
.policy-card:hover {
  background: rgba(255,255,255,0.15);
}
.policy-card i { font-size: 1.5rem; color: #fff; }
.policy-card h6 {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-top: 0.6rem;
  color: #fff;
}
.policy-card p {
  font-size: 0.7rem;
  color: rgba(255,255,255,0.75);
  margin: 0.3rem 0 0;
  line-height: 1.5;
}

/* ── Section Spacing ── */
.section-pad { padding: 5rem 0; }

.exp-detail-hero {
  position: relative;
  padding: 8rem 0 5rem;
  background: #0f172a center center / cover no-repeat;
  overflow: hidden;
}
.exp-detail-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(15,23,42,0.95) 0%, rgba(15,23,42,0.6) 60%, rgba(15,23,42,0.3) 100%);
}
.exp-detail-hero::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0095b6, #06b6d4, #0891b2);
}
.exp-detail-hero .breadcrumb a:hover { color: #fff !important; text-decoration: underline; }
.section-pad-sm { padding: 3rem 0; }

/* ── Accordion ── */
.accordion-bento .accordion-item {
  background: #fff;
  border: 1px solid var(--bento-border);
  border-radius: 1rem !important;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.accordion-bento .accordion-button {
  background: #fff;
  color: #1e293b;
  font-weight: 700;
  font-size: 0.9rem;
  padding: 1.2rem;
  box-shadow: none;
}
.accordion-bento .accordion-button:not(.collapsed) {
  background: rgba(0, 149, 182, 0.05);
  color: var(--bento-cyan);
}
.accordion-bento .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230095b6'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
}
.accordion-bento .accordion-body { padding: 0 1.2rem 1.2rem; color: var(--bento-muted); font-size: 0.9rem; }

/* ── Category Filter Tabs ── */
.cat-tabs .nav-link {
  background: transparent;
  color: var(--bento-muted);
  border: 1px solid var(--bento-border);
  border-radius: var(--bento-pill);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.4rem 1.2rem;
  transition: all 0.2s;
}
.cat-tabs .nav-link:hover,
.cat-tabs .nav-link.active {
  background: var(--bento-cyan);
  color: #fff;
  border-color: var(--bento-cyan);
}

/* ── Form Controls ── */
.form-control-bento {
  background: #fff !important;
  border: 1px solid var(--bento-border) !important;
  border-radius: 0.85rem !important;
  color: #1e293b !important;
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
}
.form-control-bento:focus {
  border-color: var(--bento-cyan) !important;
  box-shadow: 0 0 0 3px rgba(0, 149, 182, 0.12) !important;
}
.form-control-bento::placeholder { color: #94a3b8; opacity: 0.7; }

/* ── Utility overrides for light mode ── */
.bento-card .text-white-50 { color: #64748b !important; }
.bento-card .text-white { color: #1e293b !important; }
.reel-card .text-white { color: #fff !important; }
.border-white { border-color: var(--bento-border) !important; }
.bg-dark-section { background: #f8fafc; }

/* ── Sub Page Content ── */
.page-section { padding: 3rem 0; }
.page-content p, .page-content li { color: #475569; line-height: 1.8; font-size: 0.95rem; }
.page-content h2, .page-content h3 { color: #1e293b; font-weight: 700; margin-top: 2rem; margin-bottom: 1rem; }
.page-content h2 { font-size: 1.5rem; text-transform: uppercase; letter-spacing: 0.02em; }
.page-content h3 { font-size: 1.2rem; }

/* ═══════════════════════════════════════════
   Responsive Breakpoints
   ═══════════════════════════════════════════ */

@media (max-width: 992px) {
  .hero-section { min-height: 80vh; }
  .hero-video-slider { margin-top: 0; }
  .reel-card { aspect-ratio: 3/4; }
}

@media (max-width: 768px) {
  .section-pad { padding: 2.5rem 0; }
  .hero-section { min-height: auto; padding: 3rem 0; }
  .hero-title { font-size: clamp(1.8rem, 8vw, 2.5rem) !important; }
  .hero-sub { font-size: 0.95rem !important; }
  .hero-features { width: 100%; }
  .ticker-bar .ticker-right { display: none; }
  .ticker-bar { font-size: 0.65rem; }
  .bento-card { padding: 1.2rem; }
  .bento-card-glow { padding: 1.2rem; }
  .section-title { font-size: clamp(1.4rem, 6vw, 1.8rem) !important; }
  .section-sub { font-size: 0.9rem; }
  .stat-widget { padding: 0.6rem 0.8rem; }
  .stat-widget .stat-value { font-size: 0.95rem; }
  .stat-widget .stat-label { font-size: 0.6rem; }
  .exp-card .card-img-top { height: 150px; }
  .exp-card .card-body { padding: 1rem; }
  .pill-badge { font-size: 0.6rem; padding: 0.2rem 0.6rem; }
  .gift-banner { padding: 1.5rem; }
  .cta-premium { padding: 2rem; }
  .cta-premium .cta-glow { width: 150px; height: 150px; }
  .policy-card { padding: 1rem; }
  .footer-title { margin-bottom: 0.7rem; }
  .cat-tabs .nav-link { font-size: 0.65rem; padding: 0.3rem 0.9rem; }
  .navbar-bento .navbar-brand div span:first-child { font-size: 0.75rem !important; }
  .accordion-bento .accordion-button { font-size: 0.8rem; padding: 1rem; }
  .accordion-bento .accordion-body { font-size: 0.8rem; padding: 0 1rem 1rem; }
  .hero-video-slider { border-radius: 0.75rem; }
  .hero-video-viewport { aspect-ratio: 16/9; }
  .policy-card { padding: 1rem; }
  .footer-title { margin-bottom: 1rem; }
}

@media (max-width: 480px) {
  .hero-section { padding: 2rem 0; }
  .hero-title { font-size: clamp(1.5rem, 10vw, 2rem) !important; }
  .bento-card { padding: 1rem; border-radius: 1.2rem; }
  .bento-card-glow { padding: 1rem; border-radius: 1.2rem; }
  .section-pad { padding: 2rem 0; }
  .fleet-card .p-4 { height: 120px !important; }
  .exp-card .card-img-top { height: 130px; }
  .reel-card { aspect-ratio: 4/5; }
  .policy-card p { font-size: 0.65rem; }
  .navbar-bento .container { padding-left: 0.75rem; padding-right: 0.75rem; }
  .btn-sm-md-lg { font-size: 0.7rem !important; padding: 0.45rem 1rem !important; }
  .gift-banner { padding: 1.2rem; border-radius: 1.2rem; }
  .cta-premium { padding: 1.5rem; }
  .cta-premium .cta-glow { width: 100px; height: 100px; }
  .glass-card { padding: 1.25rem; }
  .review-card-elevated { padding: 1.25rem; }
  .stat-widget .stat-value { font-size: 0.85rem; }
  .offcanvas { width: 280px !important; }
}

.booking-sticky-cta {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 1050;
  background: #fff;
  border-top: 1px solid var(--bento-border);
  padding: 0.75rem 1rem;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.08);
}
@media (max-width: 767.98px) {
  body { padding-bottom: 70px; }
}
