/* =============================================
   WEEKNSAIL — Main Stylesheet
   ============================================= */

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue:      #446084;
  --blue-dark: #2f4460;
  --coral:     #d26e4b;
  --green:     #7a9c59;
  --dark:      #1a1a2e;
  --light:     #f7f5f0;
  --white:     #ffffff;
  --gray:      #6b7280;
  --border:    #e5e7eb;
  --font:      'Lato', sans-serif;
  --script:    'Dancing Script', cursive;
  --radius:    6px;
  --shadow:    0 4px 20px rgba(0,0,0,0.10);
  --shadow-lg: 0 8px 40px rgba(0,0,0,0.18);
  --transition: 0.3s ease;
}

html { scroll-behavior: smooth; }

body {
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.7;
  color: var(--dark);
  background: var(--white);
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
ul { list-style: none; }
img { max-width: 100%; display: block; }

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
}

.section { padding: 96px 0; }

/* ---- Buttons ---- */
.btn {
  display: inline-block;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-family: var(--font);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid transparent;
}
.btn-primary {
  background: var(--coral);
  color: var(--white);
  border-color: var(--coral);
}
.btn-primary:hover {
  background: #bf5c39;
  border-color: #bf5c39;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(210,110,75,0.35);
}
.btn-outline {
  background: transparent;
  color: var(--white);
  border-color: rgba(255,255,255,0.7);
}
.btn-outline:hover {
  background: rgba(255,255,255,0.15);
  border-color: var(--white);
}
.btn-lg { padding: 16px 40px; font-size: 16px; }
.btn-nav {
  background: var(--coral);
  color: var(--white) !important;
  padding: 10px 22px;
  border-radius: var(--radius);
  font-weight: 700;
}
.btn-nav:hover { background: #bf5c39; }

/* =============================================
   OFFER STRIP
   ============================================= */
.offer-strip {
  background: var(--dark);
  border-bottom: 1px solid rgba(210,110,75,0.25);
  padding: 14px 0;
}
.offer-strip-inner {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
}
.offer-strip-tag {
  background: var(--coral);
  color: var(--white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
  white-space: nowrap;
}
.offer-strip-text {
  font-size: 13px;
  color: rgba(255,255,255,0.65);
}
.offer-strip-price {
  font-size: 13px;
  color: var(--white);
}
.offer-strip-price s {
  color: rgba(255,255,255,0.35);
  font-size: 12px;
}
.offer-strip-btn {
  font-size: 12px;
  font-weight: 700;
  color: var(--coral);
  text-decoration: underline;
  text-underline-offset: 3px;
  white-space: nowrap;
  transition: color var(--transition);
}
.offer-strip-btn:hover { color: #bf5c39; }

/* =============================================
   LIMITED AVAILABILITY
   ============================================= */
/* Luxury availability panel */
.avail-luxury {
  background: var(--dark);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 36px 40px 28px;
}
.avail-luxury-eyebrow {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}
.avail-luxury-eyebrow::before,
.avail-luxury-eyebrow::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(255,255,255,0.1);
}
.avail-luxury-eyebrow span {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.4);
  white-space: nowrap;
}
.avail-luxury-weeks {
  display: flex;
  align-items: center;
}
.avail-luxury-week {
  flex: 1;
  text-align: center;
  padding: 0 20px;
}
.avail-luxury-sep {
  width: 1px;
  height: 90px;
  background: rgba(255,255,255,0.08);
  flex-shrink: 0;
}
.avail-luxury-date {
  font-size: 17px;
  font-weight: 800;
  color: var(--white);
  margin-bottom: 8px;
  letter-spacing: -0.01em;
}
.avail-luxury-incl {
  font-size: 10px;
  color: rgba(255,255,255,0.35);
  letter-spacing: 0.04em;
  margin-bottom: 14px;
}
.avail-luxury-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
}
.avail-luxury-was {
  font-size: 12px;
  color: rgba(255,255,255,0.25);
  text-decoration: line-through;
  text-decoration-color: rgba(210,110,75,0.5);
  text-decoration-thickness: 1.5px;
}
.avail-luxury-now {
  font-size: 24px;
  font-weight: 900;
  color: var(--white);
  letter-spacing: -0.03em;
}
.avail-luxury-note {
  text-align: center;
  margin-top: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.06);
  font-size: 10px;
  color: rgba(255,255,255,0.2);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .avail-luxury { padding: 28px 24px 22px; }
  .avail-luxury-weeks { flex-direction: column; gap: 24px; }
  .avail-luxury-sep { width: 60px; height: 1px; }
  .avail-luxury-week { padding: 0; }
}

/* ---- Section Headers ---- */
.section-header {
  text-align: center;
  margin-bottom: 56px;
}
.section-header h2 {
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 16px;
  line-height: 1.2;
}
.section-header p {
  max-width: 560px;
  margin: 0 auto;
  color: var(--gray);
  font-size: 17px;
}
.section-header.light h2 { color: var(--white); }
.section-header.light p  { color: rgba(255,255,255,0.75); }

.section-tag {
  display: inline-block;
  font-family: var(--script);
  font-size: 22px;
  color: var(--coral);
  margin-bottom: 8px;
}


/* =============================================
   HEADER
   ============================================= */
#header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  height: 80px;
  background: rgba(10, 16, 30, 0.0);
  transition: background var(--transition), box-shadow var(--transition);
}
#header.scrolled {
  background: rgba(10, 16, 30, 0.97);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.header-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.logo { display: flex; align-items: baseline; gap: 0; }
.logo-script {
  font-family: var(--script);
  font-size: 30px;
  color: var(--white);
  line-height: 1;
}
.logo-bold {
  font-family: var(--font);
  font-size: 22px;
  font-weight: 900;
  color: var(--coral);
  line-height: 1;
  letter-spacing: -0.5px;
}

/* Nav */
#nav ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
#nav ul li a {
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3px;
  padding: 6px 14px;
  border-radius: var(--radius);
  transition: color var(--transition);
}
#nav ul li a:hover { color: var(--white); }

/* Destinations dropdown */
.nav-dropdown { position: relative; }
.nav-dropdown-toggle {
  display: flex !important;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
.nav-arrow {
  font-size: 10px;
  transition: transform 0.2s ease;
  display: inline-block;
}
.nav-dropdown:hover .nav-arrow { transform: rotate(180deg); }
.nav-submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%) translateY(6px);
  background: var(--dark);
  border-radius: 10px;
  min-width: 180px;
  padding: 8px 0;
  box-shadow: 0 12px 40px rgba(0,0,0,0.25);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
  z-index: 300;
  list-style: none !important;
}
.nav-dropdown:hover .nav-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.nav-submenu::before {
  content: '';
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-bottom-color: var(--dark);
  border-top: none;
}
.nav-submenu li { padding: 0 !important; }
.nav-submenu li a {
  display: block;
  padding: 11px 22px !important;
  color: rgba(255,255,255,0.8) !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,0.06) !important;
  transition: color 0.2s, background 0.2s !important;
  letter-spacing: 0.3px;
}
.nav-submenu li:last-child a { border-bottom: none !important; }
.nav-submenu li a:hover {
  color: var(--coral) !important;
  background: rgba(255,255,255,0.04);
}

/* Mobile submenu */
.mob-dropdown-toggle {
  background: none;
  border: none;
  color: rgba(255,255,255,0.85);
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  width: 100%;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: color 0.2s;
  font-family: inherit;
  letter-spacing: 0.3px;
}
.mob-dropdown-toggle:hover { color: var(--coral); }
.mob-dropdown-toggle .nav-arrow { font-size: 10px; transition: transform 0.25s; }
.mob-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding-left: 16px;
  list-style: none;
}
.mob-submenu.open { max-height: 160px; }
.mob-submenu li a {
  font-size: 16px !important;
  color: rgba(255,255,255,0.7) !important;
  border-bottom: 1px solid rgba(255,255,255,0.04) !important;
}
.mob-submenu li a:hover { color: var(--coral) !important; }

/* Hamburger */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}
.hamburger span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  border-radius: 2px;
  transition: all var(--transition);
}

/* Mobile Nav */
.mobile-nav {
  position: fixed;
  top: 0; right: -300px;
  width: 280px;
  height: 100vh;
  background: var(--dark);
  z-index: 1000;
  padding: 64px 32px 32px;
  transition: right var(--transition);
}
.mobile-nav.open { right: 0; }
.mobile-nav ul { display: flex; flex-direction: column; gap: 4px; }
.mobile-nav ul li a {
  display: block;
  color: rgba(255,255,255,0.85);
  font-size: 18px;
  font-weight: 700;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: color var(--transition);
}
.mobile-nav ul li a:hover { color: var(--coral); }
.close-nav {
  position: absolute;
  top: 20px; right: 20px;
  background: none; border: none;
  color: var(--white); font-size: 22px;
  cursor: pointer; line-height: 1;
}
.mobile-overlay {
  display: none;
  position: fixed; inset: 0;
  background: rgba(0,0,0,0.5);
  z-index: 999;
}
.mobile-overlay.open { display: block; }


/* =============================================
   HERO
   ============================================= */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
/* Video hero */
.hero-video-wrap {
  position: absolute; inset: 0;
  z-index: 0;
  overflow: hidden;
}
.hero-video {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(44,70,110,0.72) 0%, rgba(20,20,38,0.65) 60%, rgba(210,110,75,0.25) 100%);
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  color: var(--white);
  max-width: 760px;
  padding: 0 24px;
}
.hero-tagline {
  font-family: var(--script);
  font-size: 26px;
  color: rgba(255,255,255,0.85);
  margin-bottom: 12px;
}
.hero-content h1 {
  font-size: clamp(40px, 7vw, 80px);
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 24px;
  text-shadow: 0 2px 20px rgba(0,0,0,0.3);
}
.hero-sub {
  font-size: clamp(16px, 2vw, 20px);
  color: rgba(255,255,255,0.85);
  margin-bottom: 40px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.hero-btns {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Animated hero text entrance */
.hero-tagline { animation: fadeUp 0.8s ease 0.2s both; }
.hero-content h1 { animation: fadeUp 0.8s ease 0.4s both; }
.hero-sub { animation: fadeUp 0.8s ease 0.6s both; }
.hero-btns { animation: fadeUp 0.8s ease 0.8s both; }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* Floating wave shape at bottom of hero */
.hero::after {
  content: '';
  position: absolute;
  bottom: -2px; left: 0; right: 0;
  height: 80px;
  background: var(--white);
  clip-path: ellipse(55% 100% at 50% 100%);
  z-index: 2;
}
.hero-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,0.6);
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.scroll-line {
  width: 1px;
  height: 40px;
  background: rgba(255,255,255,0.4);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(1); }
  50%       { opacity: 1;   transform: scaleY(0.6); }
}


/* =============================================
   INTRO STRIP
   ============================================= */
.intro-strip {
  background: var(--blue);
  padding: 56px 0;
}
.intro-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.intro-item {
  text-align: center;
  color: var(--white);
}
.intro-icon {
  font-size: 40px;
  margin-bottom: 12px;
}
.intro-item h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.intro-item p {
  color: rgba(255,255,255,0.75);
  font-size: 15px;
}


/* =============================================
   BOOKING SYSTEM
   ============================================= */
.booking-section { background: var(--light); }

.price-callout {
  background: var(--dark);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 10px;
  padding: 32px 40px;
  margin: 0 auto 40px;
  max-width: 700px;
  text-align: center;
}
.price-callout-amount {
  font-size: 48px;
  font-weight: 900;
  color: var(--white);
  white-space: nowrap;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 4px;
}
.price-callout-amount span {
  font-size: 18px;
  font-weight: 400;
  color: rgba(255,255,255,0.4);
  letter-spacing: 0;
}
.price-callout-details {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,0.07);
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.price-callout-details span {
  color: rgba(255,255,255,0.35);
  padding: 0 14px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.price-callout-details span:last-child { border-right: none; }

.dest-price {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
  margin-bottom: 16px;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.bk-legend {
  display: flex;
  gap: 20px;
  margin-bottom: 36px;
  flex-wrap: wrap;
}
.bk-leg {
  font-size: 12px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--gray);
}
.bk-leg::before {
  content: '';
  width: 8px; height: 8px;
  border-radius: 50%;
}
.bk-leg-avail::before { background: var(--blue); }
.bk-leg-booked::before { background: var(--border); }
.bk-leg-sel::before { background: var(--coral); }

.bk-month { margin-bottom: 32px; }
.bk-month-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.bk-month-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}

.bk-weeks {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 10px;
}

.bk-week {
  border-radius: 10px;
  padding: 16px 14px 12px;
  cursor: pointer;
  border: 1.5px solid var(--border);
  background: var(--white);
  transition: all 0.2s ease;
  position: relative;
  overflow: hidden;
}
.bk-week::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--blue);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
}
.bk-week.available:hover {
  border-color: var(--blue);
  box-shadow: 0 4px 16px rgba(68,96,132,0.12);
  transform: translateY(-2px);
}
.bk-week.available:hover::before { transform: scaleX(1); }

.bk-week.selected {
  background: var(--blue);
  border-color: var(--blue);
  box-shadow: 0 6px 20px rgba(68,96,132,0.28);
  transform: translateY(-2px);
}
.bk-week.selected::before { display: none; }

.bk-week.booked {
  background: var(--light);
  border-color: var(--border);
  cursor: not-allowed;
  opacity: 0.45;
}

.bk-dates {
  font-size: 14px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
  line-height: 1.3;
}
.bk-week.selected .bk-dates { color: var(--white); }
.bk-week.booked .bk-dates { text-decoration: line-through; }

.bk-year { display: none; }

.bk-badge {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 600;
}
.bk-badge::before {
  content: '';
  width: 6px; height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}
.bk-week.available .bk-badge { color: var(--blue); }
.bk-week.available .bk-badge::before { background: var(--blue); }
.bk-week.booked .bk-badge { color: var(--gray); }
.bk-week.booked .bk-badge::before { background: var(--gray); }
.bk-week.selected .bk-badge { color: rgba(255,255,255,0.85); }
.bk-week.selected .bk-badge::before { background: rgba(255,255,255,0.85); }

/* Booking form */
.bk-form-wrap {
  background: var(--white);
  border-radius: 12px;
  padding: 40px;
  box-shadow: var(--shadow-lg);
  margin-top: 48px;
  display: none;
  border-top: 4px solid var(--blue);
}
.bk-form-wrap.visible { display: block; }

.bk-form-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
  flex-wrap: wrap;
  gap: 16px;
}
.bk-form-selected {
  display: flex;
  align-items: center;
  gap: 16px;
}
.bk-form-icon {
  font-size: 28px;
  background: var(--light);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bk-form-label { font-size: 12px; color: var(--gray); font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 4px; }
.bk-form-selected strong { font-size: 18px; color: var(--dark); }
.bk-change-week {
  background: none;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 8px 16px;
  font-size: 13px;
  color: var(--gray);
  cursor: pointer;
  transition: all var(--transition);
}
.bk-change-week:hover { border-color: var(--blue); color: var(--blue); }

.bk-confirmed {
  text-align: center;
  padding: 40px 0 20px;
}
.bk-confirmed-icon {
  width: 64px; height: 64px;
  background: var(--blue);
  color: white;
  border-radius: 50%;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.bk-confirmed h3 { font-size: 24px; color: var(--dark); margin-bottom: 12px; }
.bk-confirmed p  { color: var(--gray); font-size: 15px; }
.bk-confirmed-sub { margin-top: 12px; font-size: 14px !important; }

@media (max-width: 768px) {
  .bk-weeks { grid-template-columns: repeat(2, 1fr); }
  .bk-form-wrap { padding: 24px; }
}
@media (max-width: 480px) {
  .bk-weeks { grid-template-columns: 1fr 1fr; }
}

/* =============================================
   DESTINATIONS
   ============================================= */
.destinations-section {
  padding: 96px 0 0;
  background: var(--white);
}
.destinations-section .section-header {
  padding-bottom: 0;
  margin-bottom: 48px;
}

.dest-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.dest-card {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  cursor: pointer;
  text-decoration: none;
  overflow: hidden;
}
.dest-card:hover .dest-card-bg {
  transform: scale(1.04);
}
.dest-card-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s ease;
}
.dest-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
    rgba(10,16,30,0.88) 0%,
    rgba(10,16,30,0.35) 55%,
    rgba(10,16,30,0.08) 100%);
  transition: opacity 0.3s ease;
}
.dest-card:hover .dest-card-overlay {
  opacity: 0.85;
}

.dest-card-content {
  position: relative;
  z-index: 1;
  padding: 48px 48px 56px;
  color: var(--white);
}
.dest-tag {
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.6);
  margin-bottom: 10px;
}
.dest-card-content h2 {
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 14px;
  color: var(--white);
}
.dest-card-content p {
  font-size: 15px;
  color: rgba(255,255,255,0.75);
  line-height: 1.65;
  margin-bottom: 28px;
  max-width: 360px;
}
.dest-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--coral);
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  padding: 13px 26px;
  border-radius: 6px;
  transition: background 0.2s ease, transform 0.2s ease;
}
.dest-card:hover .dest-badge {
  background: #bf5c39;
  transform: translateX(4px);
}
.dest-badge-soon {
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.35);
}
.dest-card-soon:hover .dest-badge-soon {
  background: rgba(255,255,255,0.28);
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .dest-grid { grid-template-columns: 1fr; }
  .dest-card { min-height: 400px; }
  .dest-card-content { padding: 32px 28px 40px; }
  .destinations-section { padding: 64px 0 0; }
}


/* =============================================
   PACKAGES (legacy — keeping styles in case needed)
   ============================================= */
.packages { background: var(--light); }

.packages-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  align-items: start;
}

.package-card {
  background: var(--white);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
}
.package-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}
.package-card.featured {
  transform: scale(1.03);
  box-shadow: 0 8px 40px rgba(68,96,132,0.22);
  border: 2px solid var(--blue);
}
.package-card.featured:hover {
  transform: scale(1.03) translateY(-6px);
}

.package-img {
  height: 220px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.pkg-img-1 {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.4)),
    url('https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?w=800&q=80');
}
.pkg-img-2 {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.4)),
    url('https://images.unsplash.com/photo-1604537466158-719b1972feb8?w=800&q=80');
}
.pkg-img-3 {
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.1), rgba(0,0,0,0.4)),
    url('https://images.unsplash.com/photo-1559827291-72ee739d0d9a?w=800&q=80');
}
.package-badge {
  position: absolute;
  top: 16px; left: 16px;
  background: var(--blue);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.5px;
}
.badge-coral { background: var(--coral); }

.package-body {
  padding: 28px;
}
.package-body h3 {
  font-size: 22px;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 4px;
}
.package-tagline {
  font-family: var(--script);
  font-size: 17px;
  color: var(--coral);
  margin-bottom: 20px;
}
.package-body ul {
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.package-body ul li {
  font-size: 14px;
  color: var(--gray);
  padding-left: 20px;
  position: relative;
}
.package-body ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 700;
}


/* =============================================
   BOAT
   ============================================= */
.boat-section { background: var(--white); }


.boat-specs-bar {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  margin-bottom: 64px;
}
.boat-spec {
  padding: 24px 16px;
  text-align: center;
  border-right: 1px solid var(--border);
}
.boat-spec:last-child { border-right: none; }
.boat-spec-val {
  font-size: 24px;
  font-weight: 900;
  color: var(--blue);
  line-height: 1;
  margin-bottom: 6px;
}
.boat-spec-lbl {
  font-size: 11px;
  font-weight: 700;
  color: var(--gray);
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.boat-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  margin-bottom: 48px;
  align-items: start;
}
.boat-highlights h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 24px;
}
.boat-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.boat-feature-list li {
  font-size: 15px;
  color: var(--dark);
  padding-left: 4px;
  line-height: 1.5;
}

.boat-deckplan h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 24px;
}
.boat-deckplan img {
  width: 100%;
  border-radius: var(--radius);
  display: block;
  box-shadow: var(--shadow);
}

.whats-included {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.whats-included-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 20px;
}
.included-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
}
.inc-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14.5px;
  color: var(--dark);
  background: #f7f8fc;
  border-radius: 10px;
  padding: 11px 14px;
}
.inc-icon {
  font-size: 15px;
  font-weight: 700;
  color: var(--blue);
  flex-shrink: 0;
  line-height: 1;
}

@media (max-width: 1024px) {
  .boat-specs-bar { grid-template-columns: repeat(3, 1fr); }
  .boat-spec:nth-child(3) { border-right: none; }
  .boat-spec:nth-child(4), .boat-spec:nth-child(5), .boat-spec:nth-child(6) { border-top: 1px solid var(--border); }
}
@media (max-width: 768px) {
  .boat-details { grid-template-columns: 1fr; gap: 40px; }
  .boat-gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .boat-hero-img img { height: 320px; }
  .boat-specs-bar { grid-template-columns: repeat(2, 1fr); }
  .boat-spec:nth-child(2n) { border-right: none; }
  .boat-spec:not(:nth-child(1)):not(:nth-child(2)) { border-top: 1px solid var(--border); }
}

/* =============================================
   EXPERIENCE (dark section)
   ============================================= */
.experience {
  position: relative;
  overflow: hidden;
}
.experience-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(44,62,88,0.93) 0%, rgba(26,26,46,0.97) 100%),
    url('https://images.unsplash.com/photo-1506953823976-52e1fdc0149a?w=1600&q=80') center/cover no-repeat;
  z-index: 0;
}
.experience-inner {
  position: relative; z-index: 1;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-top: 16px;
}
.feature {
  color: var(--white);
}
.feature-num {
  font-size: 42px;
  font-weight: 900;
  color: var(--coral);
  opacity: 0.5;
  line-height: 1;
  margin-bottom: 12px;
  font-family: var(--font);
}
.feature h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
.feature p {
  font-size: 14px;
  color: rgba(255,255,255,0.68);
  line-height: 1.65;
}


/* =============================================
   KITESURFING
   ============================================= */
.kite-section { background: var(--white); }
.kite-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.kite-text .section-tag { display: block; margin-bottom: 8px; }
.kite-text h2 {
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 900;
  margin-bottom: 20px;
  color: var(--dark);
}
.kite-text p {
  color: var(--gray);
  margin-bottom: 24px;
  font-size: 16px;
}
.kite-list {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.kite-list li {
  font-size: 15px;
  color: var(--dark);
  padding-left: 24px;
  position: relative;
}
.kite-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 700;
}
.kite-img-box {
  width: 100%;
  height: 440px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-lg);
}
.img-kite {
  background-image: url('media/kite2.jpg');
}


/* =============================================
   CHEF
   ============================================= */
.chef-section { background: var(--light); }
.chef-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.chef-text .section-tag { display: block; margin-bottom: 8px; }
.chef-text h2 {
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 900;
  margin-bottom: 20px;
  color: var(--dark);
}
.chef-text p {
  color: var(--gray);
  margin-bottom: 24px;
}
.chef-list {
  margin-bottom: 36px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.chef-list li {
  font-size: 15px;
  color: var(--dark);
  padding-left: 24px;
  position: relative;
}
.chef-list li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--coral);
  font-weight: 700;
}
.chef-img-box {
  width: 100%;
  height: 440px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-lg);
}
.img-chef {
  background-image: url('https://images.unsplash.com/photo-1414235077428-338989a2e8c0?w=900&q=80');
}


/* =============================================
   ITINERARY
   ============================================= */
.itinerary-section { background: var(--white); }
.itinerary-section .section-header { padding-bottom: 0; }

.itin-cards-wrap {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 64px;
}

.itin-card-visual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 420px;
}
.itin-card-visual.itin-reverse {
  direction: rtl;
}
.itin-card-visual.itin-reverse .itin-content {
  direction: ltr;
}

.itin-img {
  background-size: cover;
  background-position: center;
}

.itin-content {
  background: var(--light);
  padding: 56px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}

.itin-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.itin-num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 15px;
  flex-shrink: 0;
}
.itin-num-coral { background: var(--coral); }
.itin-weekday {
  font-size: 11px;
  font-weight: 700;
  color: var(--gray);
  letter-spacing: 2px;
  text-transform: uppercase;
}
.itin-location {
  font-size: 13px;
  font-weight: 700;
  color: var(--coral);
  letter-spacing: 0.5px;
}
.itin-content h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin: 0;
  line-height: 1.3;
}
.itin-content p {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.7;
  margin: 0;
}

.itin-checkout {
  background: var(--blue-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 60px;
  text-align: center;
}
.itin-checkout-inner {
  max-width: 480px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.itin-checkout-inner .itin-badge { justify-content: center; }
.itin-checkout-inner .itin-location { color: rgba(255,255,255,0.6); }
.itin-checkout-inner h4 { color: var(--white); font-size: 24px; }
.itin-checkout-inner p { color: rgba(255,255,255,0.65); font-size: 15px; }

/* =============================================
   GALLERY
   ============================================= */
.gallery-section { background: var(--white); }
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 280px 280px;
  gap: 12px;
}
.gallery-item {
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  transition: transform var(--transition);
  min-height: 220px;
}
.gallery-item:hover { transform: scale(1.02); }

/* Row 1: marina (wide) + sailing on deck */
.gi-1 {
  grid-column: span 2;
  background-image: url('media/gallery-marina.jpg');
  background-position: center 75%;
}
.gi-2 {
  background-image: url('media/gallery-sailing.jpg');
  background-position: center 65%;
}
/* Row 2: pelican + rainbow + guests */
.gi-3 {
  background-image: url('media/gallery-pelican.jpg');
  background-position: center 25%;
}
.gi-4 {
  background-image: url('media/IMG_1513.jpeg');
  background-position: center center;
}
.gi-5 {
  background-image: url('media/gallery-guests.jpg');
  background-position: center 15%;
}


/* =============================================
   REVIEWS
   ============================================= */
.reviews-section { background: var(--light); }

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

.review-card {
  background: var(--white);
  border-radius: 12px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: var(--shadow);
  transition: transform var(--transition), box-shadow var(--transition);
  position: relative;
}
.review-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
.review-card-featured {
  border-top: 3px solid var(--blue);
}
.review-card-featured::before {
  content: '"';
  position: absolute;
  top: 16px;
  right: 24px;
  font-family: var(--script);
  font-size: 72px;
  color: var(--blue);
  opacity: 0.1;
  line-height: 1;
}

.review-stars {
  color: #f5a623;
  font-size: 15px;
  letter-spacing: 2px;
}

.review-text {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.75;
  flex: 1;
  font-style: italic;
}

.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid var(--border);
}
.review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.review-author strong {
  display: block;
  font-size: 14px;
  color: var(--dark);
}
.review-author span {
  font-size: 12px;
  color: var(--gray);
}

@media (max-width: 1024px) {
  .reviews-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .reviews-grid { grid-template-columns: 1fr; }
}

/* =============================================
   PLAN A CALL
   ============================================= */
.call-section { background: var(--white); }

.call-inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 64px;
  align-items: start;
}

.call-benefits {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.call-benefit {
  display: flex;
  gap: 18px;
  align-items: flex-start;
}
.call-icon {
  font-size: 28px;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--light);
  border-radius: 10px;
}
.call-benefit h4 {
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 4px;
}
.call-benefit p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
}

/* Calendar widget */
.call-calendar { position: relative; }

.calendly-placeholder {
  background: var(--white);
  border-radius: 12px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.12);
  overflow: hidden;
}
.calendly-mock {
  padding: 28px;
}
.calendly-mock-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.cm-avatar {
  width: 44px; height: 44px;
  border-radius: 50%;
  background: var(--blue);
  color: var(--white);
  font-size: 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.calendly-mock-header strong {
  display: block;
  font-size: 16px;
  color: var(--dark);
}
.calendly-mock-header span {
  font-size: 13px;
  color: var(--gray);
}
.calendly-mock-sub {
  font-size: 14px;
  color: var(--gray);
  margin-bottom: 16px;
}

.cm-month {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.cm-month span {
  font-weight: 700;
  font-size: 15px;
  color: var(--dark);
  text-transform: capitalize;
}
.cm-nav {
  background: none;
  border: 1px solid var(--border);
  border-radius: 6px;
  width: 32px; height: 32px;
  font-size: 18px;
  cursor: pointer;
  color: var(--gray);
  display: flex; align-items: center; justify-content: center;
  transition: all var(--transition);
}
.cm-nav:hover { border-color: var(--blue); color: var(--blue); }

.cm-days-header {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  margin-bottom: 6px;
}
.cm-days-header span {
  font-size: 12px;
  font-weight: 700;
  color: var(--gray);
  padding: 4px 0;
}

.cm-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 16px;
}
.cm-day {
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 13px;
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid transparent;
  color: var(--dark);
}
.cm-day:hover:not(.cm-empty):not(.cm-past) {
  background: var(--light);
  border-color: var(--blue);
  color: var(--blue);
}
.cm-day.cm-available {
  font-weight: 700;
  color: var(--blue);
}
.cm-day.cm-selected {
  background: var(--blue);
  color: var(--white) !important;
  border-color: var(--blue);
}
.cm-day.cm-past { color: #ccc; cursor: default; }
.cm-day.cm-empty { cursor: default; }
.cm-day.cm-today {
  border-color: var(--coral);
  color: var(--coral);
  font-weight: 700;
}
.cm-day.cm-today.cm-selected {
  background: var(--coral);
  color: var(--white) !important;
  border-color: var(--coral);
}

.cm-timeslots { margin-top: 4px; }
.cm-timeslots-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--dark);
  margin-bottom: 12px;
}
.cm-slots-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}
.cm-slot {
  border: 2px solid var(--blue);
  color: var(--blue);
  background: none;
  border-radius: 6px;
  padding: 8px 4px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  transition: all var(--transition);
  font-family: var(--font);
}
.cm-slot:hover, .cm-slot.selected {
  background: var(--blue);
  color: var(--white);
}
.cm-confirm { width: 100%; text-align: center; }

.cm-confirmed {
  text-align: center;
  padding: 24px 0;
}
.cm-confirmed-icon {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: var(--green);
  color: var(--white);
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}
.cm-confirmed h3 {
  font-size: 20px;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 8px;
}
.cm-confirmed p {
  font-size: 15px;
  color: var(--dark);
  font-weight: 700;
  margin-bottom: 4px;
}
.cm-confirmed-sub {
  font-size: 13px !important;
  color: var(--gray) !important;
  font-weight: 400 !important;
}

.calendly-note {
  font-size: 12px;
  color: var(--gray);
  margin-top: 12px;
  padding: 10px 14px;
  background: #fffbf0;
  border-radius: 6px;
  border-left: 3px solid var(--coral);
}

@media (max-width: 768px) {
  .call-inner { grid-template-columns: 1fr; gap: 40px; }
  .cm-slots-grid { grid-template-columns: repeat(2, 1fr); }
}

/* =============================================
   CONTACT / BOOKING
   ============================================= */
.contact-section { background: var(--light); }

.booking-form {
  max-width: 720px;
  margin: 0 auto;
  background: var(--white);
  padding: 48px;
  border-radius: 12px;
  box-shadow: var(--shadow);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.form-group.full { margin-bottom: 20px; }

label {
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
input, select, textarea {
  font-family: var(--font);
  font-size: 15px;
  padding: 12px 16px;
  border: 2px solid var(--border);
  border-radius: var(--radius);
  color: var(--dark);
  background: var(--white);
  transition: border-color var(--transition);
  outline: none;
  width: 100%;
}
input:focus, select:focus, textarea:focus {
  border-color: var(--blue);
}
textarea { resize: vertical; }

.booking-form .btn { width: 100%; text-align: center; margin-top: 8px; }
.form-note {
  text-align: center;
  font-size: 13px;
  color: var(--gray);
  margin-top: 12px;
}


/* =============================================
   FOOTER
   ============================================= */
.footer {
  background: var(--dark);
  color: var(--white);
}
.footer-inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 48px;
  padding: 64px 24px 48px;
}
.footer-brand p {
  color: rgba(255,255,255,0.55);
  font-size: 14px;
  margin-top: 16px;
  line-height: 1.8;
}
.footer-links h4, .footer-contact h4 {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255,255,255,0.45);
  margin-bottom: 20px;
}
.footer-links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-links ul li a {
  color: rgba(255,255,255,0.65);
  font-size: 14px;
  transition: color var(--transition);
}
.footer-links ul li a:hover { color: var(--coral); }
.footer-contact p {
  color: rgba(255,255,255,0.65);
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.7;
}
.footer-contact a { color: var(--coral); transition: opacity var(--transition); }
.footer-contact a:hover { opacity: 0.8; }

.social-links {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.25);
  color: rgba(255,255,255,0.7);
  font-size: 12px;
  font-weight: 700;
  transition: all var(--transition);
}
.social-links a:hover {
  border-color: var(--coral);
  color: var(--coral);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 20px 24px;
  text-align: center;
}
.footer-bottom p {
  font-size: 13px;
  color: rgba(255,255,255,0.35);
}

/* WhatsApp footer link */
.wa-footer-link {
  color: #25D366;
  font-weight: 600;
  transition: opacity 0.2s;
}
.wa-footer-link:hover { opacity: 0.8; }

/* WhatsApp floating button */
.wa-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 999;
  background: #25D366;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px 14px 16px;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  text-decoration: none;
  transition: all 0.25s ease;
}
.wa-float:hover {
  background: #1ebe5d;
  box-shadow: 0 6px 28px rgba(37,211,102,0.55);
  transform: translateY(-2px);
}
.wa-float-label {
  font-size: 14px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.3px;
}

@media (max-width: 480px) {
  .wa-float { padding: 14px; border-radius: 50%; }
  .wa-float-label { display: none; }
}


/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1024px) {
  .packages-grid    { grid-template-columns: 1fr 1fr; }
  .package-card.featured { transform: none; }
  .features-grid    { grid-template-columns: repeat(2, 1fr); }
  .kite-inner, .chef-inner { gap: 48px; }
}

@media (max-width: 768px) {
  .section { padding: 64px 0; }

  #nav { display: none; }
  .hamburger { display: flex; }

  .intro-grid { grid-template-columns: 1fr; gap: 32px; }

  .packages-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
  .package-card.featured { transform: none; border: 2px solid var(--blue); }

  .features-grid { grid-template-columns: 1fr 1fr; gap: 28px; }

  .kite-inner  { grid-template-columns: 1fr; }
  .kite-image  { order: -1; }
  .kite-img-box, .chef-img-box { height: 280px; }

  .chef-inner  { grid-template-columns: 1fr; }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
  .gi-1 { grid-column: span 1; }

  .form-row { grid-template-columns: 1fr; }
  .booking-form { padding: 28px 20px; }

  .footer-inner { grid-template-columns: 1fr; gap: 32px; }
}

@media (max-width: 480px) {
  .features-grid { grid-template-columns: 1fr; }
  .gallery-grid  { grid-template-columns: 1fr; }
  .hero-content h1 { font-size: 36px; }
}

@media (max-width: 900px) {
  .itin-card-visual {
    grid-template-columns: 1fr;
    direction: ltr !important;
  }
  .itin-card-visual.itin-reverse .itin-content { direction: ltr; }
  .itin-img { min-height: 280px; }
  .itin-content { padding: 40px 32px; }
  .itin-checkout { padding: 48px 32px; }
}


/* =============================================
   READ MORE TOGGLE
   ============================================= */
.read-more-wrap { position: relative; }
.read-more-wrap.collapsed .itin-text {
  max-height: 76px;
  overflow: hidden;
}
.read-more-wrap.collapsed::after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 0; right: 0;
  height: 40px;
  background: linear-gradient(to bottom, transparent, #f7f5f0);
  pointer-events: none;
}
.itin-read-more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: none;
  border: none;
  color: var(--blue);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3px;
  cursor: pointer;
  padding: 8px 0 0;
  font-family: var(--font);
  transition: color var(--transition);
}
.itin-read-more:hover { color: var(--blue-dark); }


/* =============================================
   CROATIA PAGE
   ============================================= */
.hero-croatia-bg {
  position: absolute;
  inset: 0;
  background-image: url('https://images.unsplash.com/photo-1516690561799-46d8f74f9abf?w=1600&q=80');
  background-size: cover;
  background-position: center;
}

.croatia-teaser { background: var(--light); }

.croatia-features {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
.croatia-feature {
  text-align: center;
}
.croatia-feature-icon {
  font-size: 40px;
  margin-bottom: 16px;
}
.croatia-feature h4 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 10px;
}
.croatia-feature p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.7;
}

.croatia-notify { background: var(--white); }
.croatia-notify-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.croatia-notify-text .section-tag { display: block; margin-bottom: 8px; }
.croatia-notify-text h2 {
  font-size: clamp(26px, 3.5vw, 38px);
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 16px;
}
.croatia-notify-text p {
  color: var(--gray);
  font-size: 16px;
  margin-bottom: 32px;
  line-height: 1.7;
}
.croatia-contact-options {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-start;
}
.btn-outline-dark {
  display: inline-block;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-family: var(--font);
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all var(--transition);
  border: 2px solid var(--border);
  color: var(--dark);
  background: transparent;
}
.btn-outline-dark:hover {
  border-color: var(--blue);
  color: var(--blue);
  background: rgba(68,96,132,0.05);
}

.croatia-img-box {
  width: 100%;
  height: 420px;
  border-radius: 10px;
  background-image: url('media/people-catamaran.jpg');
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow-lg);
}

@media (max-width: 1024px) {
  .croatia-features { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
  .croatia-features { grid-template-columns: 1fr 1fr; gap: 24px; }
  .croatia-notify-inner { grid-template-columns: 1fr; gap: 40px; }
  .croatia-img-box { height: 280px; }
  .croatia-contact-options { width: 100%; }
  .croatia-contact-options .btn,
  .croatia-contact-options .btn-outline-dark { width: 100%; text-align: center; }
}
@media (max-width: 480px) {
  .croatia-features { grid-template-columns: 1fr; }
}

/* ---- Contact Form ---- */
.cf-wrap {
  max-width: 780px;
  margin: 0 auto;
}

.cf-form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.cf-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.cf-form .form-group.full {
  margin-bottom: 20px;
}

.cf-form label,
.cf-field-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--dark);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 6px;
}

.cf-form input[type="text"],
.cf-form input[type="email"],
.cf-form input[type="tel"],
.cf-form input[type="number"],
.cf-form select {
  padding: 12px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  font-family: var(--font);
  font-size: 15px;
  color: var(--dark);
  background: var(--white);
  width: 100%;
  transition: border-color var(--transition);
}

.cf-form input:focus,
.cf-form select:focus {
  outline: none;
  border-color: var(--coral);
  box-shadow: 0 0 0 3px rgba(210,110,75,0.1);
}

.cf-radio-group {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.cf-radio-btn {
  cursor: pointer;
}

.cf-radio-btn input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.cf-radio-btn span {
  display: block;
  padding: 10px 22px;
  border: 1.5px solid var(--border);
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: var(--gray);
  transition: all 0.2s;
  user-select: none;
}

.cf-radio-btn input:checked + span,
.cf-radio-btn.active span {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--white);
}

.cf-radio-btn span:hover {
  border-color: var(--coral);
  color: var(--coral);
}

.cf-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.cf-checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 2px;
  accent-color: var(--coral);
  cursor: pointer;
}

.cf-checkbox-text {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.5;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.cf-error-msg {
  background: #fef2f2;
  border: 1px solid #fca5a5;
  color: #dc2626;
  padding: 12px 16px;
  border-radius: var(--radius);
  font-size: 14px;
  margin-bottom: 16px;
}

.cf-submit {
  width: 100%;
  text-align: center;
  margin-top: 8px;
}

.cf-success {
  text-align: center;
  padding: 64px 40px;
  background: var(--light);
  border-radius: 12px;
}

.cf-success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: var(--coral);
  color: var(--white);
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
}

.cf-success h3 {
  font-size: 26px;
  font-weight: 900;
  color: var(--dark);
  margin-bottom: 12px;
}

.cf-success p {
  color: var(--gray);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 8px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.cf-success-sub {
  font-size: 13px !important;
  opacity: 0.65;
}

@media (max-width: 640px) {
  .cf-form .form-row { grid-template-columns: 1fr; }
}

/* ---- Referral Section ---- */
.referral-section {
  background: var(--dark);
  padding: 80px 0;
  overflow: hidden;
}

.referral-inner {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 60px;
  align-items: center;
}

.referral-badge {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--coral);
  color: var(--white);
  font-family: var(--font);
  font-size: 44px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 8px 32px rgba(210,110,75,0.4);
}

.referral-content .section-tag {
  display: block;
  margin-bottom: 10px;
  color: var(--coral);
  opacity: 1;
}

.referral-content h2 {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 900;
  color: var(--white);
  margin-bottom: 16px;
  line-height: 1.2;
}

.referral-content > p {
  color: rgba(255,255,255,0.65);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
  max-width: 560px;
}

.referral-uses {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 36px;
}

.referral-use {
  display: flex;
  align-items: center;
  gap: 14px;
}

.referral-use-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}

.referral-use span {
  color: rgba(255,255,255,0.85);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .referral-inner {
    grid-template-columns: 1fr;
    gap: 36px;
    text-align: center;
  }
  .referral-badge { margin: 0 auto; }
  .referral-content > p { max-width: 100%; }
  .referral-use { justify-content: center; }
  .referral-content .btn { width: 100%; text-align: center; }
}

/* ---- Interactive Itinerary Map ---- */
.itin-interactive { margin-top: 0; }

.itin-day-nav {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 16px;
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.itin-day-nav::-webkit-scrollbar { display: none; }

.itin-day-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 18px;
  border: 2px solid var(--border);
  border-radius: 8px;
  background: var(--white);
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
  font-family: var(--font);
  color: var(--dark);
}
.itin-day-btn:hover {
  border-color: var(--coral);
  background: #fdf5f1;
}
.itin-day-btn.active {
  border-color: var(--coral);
  background: var(--coral);
  color: var(--white);
}
.itin-btn-num {
  font-size: 19px;
  font-weight: 900;
  line-height: 1;
}
.itin-btn-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  opacity: 0.65;
}
.itin-day-btn.active .itin-btn-label { opacity: 0.9; }

.itin-map-split {
  display: grid;
  grid-template-columns: 1fr 380px;
  gap: 20px;
  align-items: stretch;
}

.itin-map-wrap {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

#croatia-map,
#sm-map {
  height: 490px;
  width: 100%;
}

.itin-detail-panel {
  background: var(--light);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow);
  min-height: 490px;
}

.itin-detail-img {
  flex-shrink: 0;
  overflow: hidden;
}
.itin-detail-img img {
  width: 100%;
  height: 240px;
  display: block;
  object-fit: cover;
  object-position: center;
  transition: opacity 0.3s;
}
.itin-detail-img img.img-full {
  object-fit: contain;
  background: #eef0f3;
}

.itin-detail-body {
  padding: 28px 24px;
  flex: 1;
  overflow-y: auto;
}

.itin-detail-body h4 {
  font-size: 20px;
  font-weight: 900;
  color: var(--dark);
  margin: 10px 0 12px;
  line-height: 1.3;
}

.itin-detail-body p {
  font-size: 14px;
  line-height: 1.75;
  color: var(--gray);
}

/* Custom Leaflet day markers */
.map-day-pin {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--white);
  border: 2.5px solid var(--coral);
  color: var(--coral);
  font-family: var(--font);
  font-weight: 900;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.22);
  transition: transform 0.2s, background 0.2s, color 0.2s;
}

.map-day-pin-active {
  background: var(--coral);
  color: var(--white);
  transform: scale(1.3);
  box-shadow: 0 4px 14px rgba(210,110,75,0.45);
}

@media (max-width: 960px) {
  .itin-map-split {
    grid-template-columns: 1fr;
  }
  #croatia-map { height: 360px; }
  .itin-detail-panel { min-height: auto; }
  .itin-detail-img img { height: 180px; }
}

/* ---- About Page ---- */
.about-hero {
  position: relative;
  height: 75vh;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 80px;
}
.about-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.about-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.65) 100%);
}
.about-hero-content {
  position: relative;
  z-index: 1;
}
.about-hero-content .section-tag { color: var(--coral); }
.about-hero-content h1 {
  font-size: clamp(2.4rem, 6vw, 4rem);
  font-weight: 900;
  color: var(--white);
  line-height: 1.15;
  margin-top: 12px;
}
.about-section { background: var(--white); }
.about-inner {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 80px;
  align-items: start;
}
.about-lead {
  font-size: 18px;
  color: var(--dark);
  line-height: 1.85;
  margin-bottom: 24px;
}
.about-body p {
  font-size: 16px;
  color: var(--gray);
  line-height: 1.85;
  margin-bottom: 24px;
}
.about-subheading {
  font-size: 22px;
  font-weight: 700;
  color: var(--dark);
  margin: 40px 0 20px;
  line-height: 1.4;
}
.about-closing {
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid var(--border);
}
.about-tagline {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark) !important;
  margin-bottom: 8px !important;
}
.about-welcome {
  font-size: 16px;
  color: var(--coral) !important;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.about-image img {
  width: 100%;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  display: block;
}
@media (max-width: 960px) {
  .about-inner { grid-template-columns: 1fr; gap: 48px; }
  .about-image { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .about-image img { margin-top: 0 !important; }
}
@media (max-width: 640px) {
  .about-image { grid-template-columns: 1fr; }
}

/* ---- Page hero (FAQ, etc.) ---- */
.page-hero {
  background: var(--dark);
  padding: 120px 0 64px;
  text-align: center;
}
.page-hero .section-tag { color: var(--coral); }
.page-hero h1 {
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  color: var(--white);
  margin: 12px 0 16px;
}
.page-hero p {
  color: rgba(255,255,255,0.65);
  font-size: 18px;
  max-width: 540px;
  margin: 0 auto;
}
.active-nav { color: var(--coral) !important; }

/* ---- Legal pages ---- */
.legal-wrap {
  max-width: 760px;
  margin: 0 auto;
}
.legal-wrap h2 {
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin: 40px 0 12px;
}
.legal-wrap p {
  color: var(--gray);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 16px;
}
.legal-wrap ul {
  color: var(--gray);
  font-size: 15px;
  line-height: 1.8;
  padding-left: 20px;
  list-style: disc;
  margin-bottom: 16px;
}
.legal-wrap a { color: var(--coral); text-decoration: underline; }

/* ---- Cookie banner ---- */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--dark);
  color: white;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  z-index: 9999;
  box-shadow: 0 -4px 24px rgba(0,0,0,0.25);
  flex-wrap: wrap;
}
.cookie-banner p {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  margin: 0;
  flex: 1;
  min-width: 200px;
}
.cookie-banner a { color: var(--coral); text-decoration: underline; }
.cookie-banner-btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.cookie-accept {
  background: var(--coral);
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: var(--radius);
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  font-family: var(--font);
}
.cookie-decline {
  background: transparent;
  color: rgba(255,255,255,0.6);
  border: 1px solid rgba(255,255,255,0.3);
  padding: 10px 20px;
  border-radius: var(--radius);
  font-size: 14px;
  cursor: pointer;
  font-family: var(--font);
}
@media (max-width: 640px) {
  .cookie-banner { flex-direction: column; align-items: flex-start; }
}

/* ---- FAQ Section ---- */
.faq-section { background: var(--light); }
.faq-wrap { max-width: 860px; margin: 0 auto; }
.faq-category { margin-bottom: 48px; }
.faq-cat-title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--coral);
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--coral);
  display: inline-block;
}
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: var(--font);
  gap: 16px;
}
.faq-question span:first-child {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark);
  line-height: 1.5;
}
.faq-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.2s;
  position: relative;
}
.faq-icon::before,
.faq-icon::after {
  content: '';
  position: absolute;
  background: var(--gray);
  border-radius: 2px;
  transition: all 0.25s;
}
.faq-icon::before { width: 10px; height: 2px; }
.faq-icon::after  { width: 2px; height: 10px; }
.faq-question.active .faq-icon { border-color: var(--coral); background: var(--coral); }
.faq-question.active .faq-icon::before,
.faq-question.active .faq-icon::after { background: white; }
.faq-question.active .faq-icon::after { transform: rotate(90deg); opacity: 0; }
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.faq-answer.open { max-height: 1200px; }
.faq-answer p {
  color: var(--gray);
  font-size: 15px;
  line-height: 1.8;
  padding-bottom: 20px;
}
.faq-answer ul {
  color: var(--gray);
  font-size: 15px;
  line-height: 1.8;
  padding: 0 0 16px 20px;
  list-style: disc;
}
.faq-answer ul li { margin-bottom: 6px; }
@media (max-width: 640px) {
  .faq-question span:first-child { font-size: 15px; }
}
