/*
Theme Name: triiptry Sunsoaked
Theme URI: https://triiptry.com
Description: triiptry Excursions — Sunsoaked design (Mockup C). Archivo Black / Anton / Manrope. Cream, teal, butter, coral palette. Full Customizer editability. Tour CPT. Instagram slider.
Version: 1.0.0
Author: triiptry
Text Domain: triiptry-sunsoaked
*/

/* ── RESET & ROOT ───────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --teal:    #4BC8D4;
  --teal-d:  #2ea8b4;
  --butter:  #F5E870;
  --sand:    #C4974A;
  --coral:   #FF6B4A;
  --sky:     #89C4D8;
  --ink:     #1A1A1A;
  --cream:   #FEFBF0;
  --white:   #ffffff;
  --wa:      #25D366;
}

html { scroll-behavior: smooth; }
body { font-family: 'Manrope', sans-serif; background: var(--cream); color: var(--ink); overflow-x: hidden; }
a { text-decoration: none; }
img { max-width: 100%; height: auto; }

/* ── NAV ── */
nav.ss-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: var(--ink);
  padding: 0.8rem 2.5rem;
  display: flex; align-items: center; justify-content: space-between;
}
.nav-logo img { height: 50px; width: auto; display: block; }
.nav-links { display: flex; gap: 1.8rem; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.7); font-size: 0.85rem; font-weight: 600; letter-spacing: 0.03em; transition: color 0.2s; }
.nav-links a:hover { color: var(--butter); }
.nav-wa {
  display: flex; align-items: center; gap: 0.5rem;
  background: var(--wa); color: #fff;
  padding: 0.65rem 1.5rem; border-radius: 50px;
  font-size: 0.85rem; font-weight: 700;
  box-shadow: 0 4px 20px rgba(37,211,102,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.nav-wa:hover { transform: translateY(-2px); box-shadow: 0 6px 30px rgba(37,211,102,0.55); }
.nav-wa svg { width: 16px; height: 16px; }

/* ── FLOATING WHATSAPP ── */
.floating-wa {
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 200;
  width: 58px; height: 58px; border-radius: 50%;
  background: var(--wa); color: #fff;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 24px rgba(37,211,102,0.5);
  transition: transform 0.2s, box-shadow 0.2s;
}
.floating-wa:hover { transform: scale(1.1); box-shadow: 0 10px 36px rgba(37,211,102,0.7); }
.floating-wa svg { width: 28px; height: 28px; }

/* ── HERO ── */
.hero {
  min-height: 100vh; padding-top: 70px;
  background: var(--ink);
  position: relative; overflow: hidden;
  display: flex; align-items: center;
}
.hero::before {
  content: '';
  position: absolute; width: 900px; height: 900px; border-radius: 50%;
  background: radial-gradient(circle, rgba(75,200,212,0.25) 0%, transparent 70%);
  top: -200px; right: -200px; pointer-events: none;
}
.hero::after {
  content: '';
  position: absolute; width: 700px; height: 700px; border-radius: 50%;
  background: radial-gradient(circle, rgba(245,232,112,0.15) 0%, transparent 70%);
  bottom: -200px; left: -100px; pointer-events: none;
}
.hero-img-bg {
  position: absolute; inset: 0;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  opacity: 0.2;
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: 1200px; margin: 0 auto; padding: 5rem 2.5rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
}
.hero-pill {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--butter); color: var(--ink);
  padding: 0.45rem 1.1rem; border-radius: 50px;
  font-family: 'Anton', sans-serif; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 1.8rem;
  box-shadow: 0 4px 16px rgba(245,232,112,0.4);
}
.hero-pill::before { content: '🌊'; font-size: 0.9rem; }
.hero-headline {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(3rem, 6.5vw, 6rem);
  line-height: 1.0; letter-spacing: -0.02em;
  color: var(--white); margin-bottom: 1.5rem;
}
.hero-headline .line-teal { color: var(--teal); }
.hero-headline .line-butter { color: var(--butter); }
.hero-sub {
  font-size: 1.05rem; color: rgba(255,255,255,0.6);
  line-height: 1.75; max-width: 480px; margin-bottom: 2.5rem;
}
.hero-ctas { display: flex; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem; }
.btn-sun {
  padding: 1rem 2rem; border-radius: 50px;
  background: linear-gradient(135deg, var(--teal), var(--teal-d));
  color: #fff; font-weight: 700; font-size: 0.95rem;
  box-shadow: 0 6px 24px rgba(75,200,212,0.45);
  transition: transform 0.2s, box-shadow 0.2s;
  display: inline-block;
}
.btn-sun:hover { transform: translateY(-3px); box-shadow: 0 10px 36px rgba(75,200,212,0.6); color: #fff; }
.btn-wa-sun {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 1rem 2rem; border-radius: 50px; border: 2px solid var(--wa);
  background: transparent; color: var(--wa); font-weight: 700; font-size: 0.95rem;
  transition: all 0.2s;
}
.btn-wa-sun:hover { background: var(--wa); color: #fff; }
.btn-wa-sun svg { width: 18px; height: 18px; }
.hero-stats { display: flex; gap: 0.8rem; flex-wrap: wrap; }
.stat-bubble {
  background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(8px);
  padding: 1rem 1.4rem; border-radius: 20px; text-align: center;
}
.stat-n {
  font-family: 'Archivo Black', sans-serif; font-size: 1.7rem; line-height: 1;
  color: var(--butter);
}
.stat-l { font-size: 0.68rem; color: rgba(255,255,255,0.5); font-weight: 600; margin-top: 0.2rem; letter-spacing: 0.06em; text-transform: uppercase; }
.hero-right { position: relative; height: 520px; }
.hero-photo-1 {
  position: absolute; top: 0; right: 0;
  width: 78%; height: 340px; border-radius: 24px; overflow: hidden;
  box-shadow: 0 24px 60px rgba(0,0,0,0.5);
}
.hero-photo-1 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-photo-2 {
  position: absolute; bottom: 0; left: 0;
  width: 60%; height: 240px; border-radius: 20px; overflow: hidden;
  box-shadow: 0 16px 40px rgba(0,0,0,0.5);
  border: 3px solid var(--butter);
}
.hero-photo-2 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.hero-badge-float {
  position: absolute; top: 2rem; left: 0; z-index: 3;
  background: var(--butter); color: var(--ink);
  padding: 0.7rem 1.2rem; border-radius: 50px;
  font-family: 'Anton', sans-serif; font-size: 0.78rem; letter-spacing: 0.12em; text-transform: uppercase;
  box-shadow: 0 6px 20px rgba(245,232,112,0.5);
  white-space: nowrap;
}

/* ── CURVE DIVIDERS ── */
.curve-down { display: block; width: 100%; overflow: hidden; line-height: 0; background: var(--ink); }
.curve-down svg { display: block; width: 100%; }
.curve-up { display: block; width: 100%; overflow: hidden; line-height: 0; }
.curve-up svg { display: block; width: 100%; }

/* ── TRUST PILLS ── */
.trust-section {
  background: var(--teal);
  padding: 1.2rem 2.5rem;
  display: flex; align-items: center; justify-content: center;
  gap: 1.2rem; flex-wrap: wrap;
}
.trust-pill {
  background: rgba(255,255,255,0.2); color: var(--ink);
  padding: 0.4rem 1rem; border-radius: 50px;
  font-family: 'Anton', sans-serif; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase;
  white-space: nowrap; backdrop-filter: blur(4px);
}

/* ── SECTION COMMON ── */
.sec { padding: 6rem 2.5rem; max-width: 1200px; margin: 0 auto; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-family: 'Anton', sans-serif; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--teal-d); margin-bottom: 0.8rem;
}
.eyebrow::before { content: ''; display: inline-block; width: 24px; height: 3px; background: var(--teal); border-radius: 2px; }
.sec-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 0.9rem;
  color: var(--ink);
}
.sec-title .hi { color: var(--teal-d); }
.sec-sub { color: #666; font-size: 1rem; line-height: 1.7; max-width: 520px; margin-bottom: 3rem; }

/* ── FEATURED CARDS (most booked) ── */
.featured-bg { background: var(--ink); }
.featured-bg .sec-title { color: var(--white); }
.featured-bg .sec-sub { color: rgba(255,255,255,0.55); }
.featured-bg .eyebrow { color: var(--butter); }
.featured-bg .eyebrow::before { background: var(--butter); }
.feat-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.feat-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 24px; overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s; cursor: pointer;
}
.feat-card:hover { transform: translateY(-8px); box-shadow: 0 24px 60px rgba(75,200,212,0.2); }
.feat-img { position: relative; }
.feat-img img { width: 100%; height: 220px; object-fit: cover; display: block; }
.feat-img::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 40%, rgba(26,26,26,0.7) 100%); }
.feat-badge {
  position: absolute; top: 1rem; left: 1rem; z-index: 1;
  font-family: 'Anton', sans-serif; font-size: 0.68rem; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 0.35rem 1rem; border-radius: 50px;
}
.feat-body { padding: 1.5rem; }
.feat-meta { font-size: 0.78rem; color: rgba(255,255,255,0.45); margin-bottom: 0.5rem; }
.feat-name { font-family: 'Archivo Black', sans-serif; font-size: 1.1rem; color: var(--white); margin-bottom: 0.6rem; line-height: 1.2; }
.feat-price { font-family: 'Archivo Black', sans-serif; font-size: 1.8rem; color: var(--butter); margin-bottom: 1rem; line-height: 1; }
.feat-price span { font-size: 0.85rem; font-family: 'Manrope', sans-serif; font-weight: 500; color: rgba(255,255,255,0.4); }
.feat-wa {
  display: flex; align-items: center; justify-content: center; gap: 0.5rem;
  padding: 0.8rem; border-radius: 14px; background: var(--wa);
  color: #fff; font-weight: 700; font-size: 0.85rem;
  transition: opacity 0.2s, transform 0.2s;
}
.feat-wa:hover { opacity: 0.9; transform: scale(1.02); }
.feat-wa svg { width: 16px; height: 16px; }

/* ── TOUR GRID ── */
.tours-bg { background: var(--cream); }
.filter-bar { display: flex; gap: 0.6rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.ftab {
  padding: 0.55rem 1.3rem; border-radius: 50px;
  background: var(--white); border: 2px solid #e0e0e0;
  font-family: 'Manrope', sans-serif; font-size: 0.82rem; font-weight: 700;
  color: var(--ink); cursor: pointer; transition: all 0.2s;
}
.ftab.active, .ftab:hover {
  background: var(--teal); border-color: var(--teal); color: var(--ink);
  box-shadow: 0 4px 14px rgba(75,200,212,0.35);
}
.tour-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(265px, 1fr)); gap: 1.4rem; }
.tour-card {
  background: var(--white); border-radius: 20px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  transition: transform 0.25s, box-shadow 0.25s;
}
.tour-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(75,200,212,0.2); }
.tour-img { width: 100%; height: 180px; object-fit: cover; display: block; }
.tour-body { padding: 1.2rem; }
.tour-cat { font-family: 'Anton', sans-serif; font-size: 0.66rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal-d); margin-bottom: 0.4rem; }
.tour-name { font-family: 'Archivo Black', sans-serif; font-size: 0.95rem; color: var(--ink); margin-bottom: 0.3rem; line-height: 1.25; }
.tour-dur { font-size: 0.75rem; color: #999; margin-bottom: 0.4rem; }
.tour-desc { font-size: 0.8rem; color: #666; line-height: 1.55; margin-bottom: 0.6rem; }
.tour-inc { font-size: 0.72rem; color: var(--teal-d); margin-bottom: 0.8rem; line-height: 1.4; }
.tour-foot { display: flex; align-items: center; justify-content: space-between; gap: 0.5rem; }
.tour-price { font-family: 'Archivo Black', sans-serif; font-size: 1.25rem; color: var(--ink); }
.tour-price span { font-size: 0.7rem; font-family: 'Manrope', sans-serif; font-weight: 500; color: #999; }
.tour-cta {
  background: var(--wa); color: #fff; border: none;
  padding: 0.5rem 1rem; border-radius: 10px; font-size: 0.78rem; font-weight: 700;
  cursor: pointer; transition: opacity 0.2s; display: inline-block;
}
.tour-cta:hover { opacity: 0.85; color: #fff; }

/* ── SPEEDBOAT BLOCK ── */
.sb-block {
  background: linear-gradient(135deg, var(--teal-d) 0%, var(--sky) 100%);
  position: relative; overflow: hidden;
}
.sb-block::before {
  content: '';
  position: absolute; right: -100px; top: -100px;
  width: 600px; height: 600px; border-radius: 50%;
  background: rgba(255,255,255,0.08);
}
.sb-block::after {
  content: '';
  position: absolute; left: -80px; bottom: -80px;
  width: 400px; height: 400px; border-radius: 50%;
  background: rgba(245,232,112,0.12);
}
.sb-inner {
  max-width: 1200px; margin: 0 auto; padding: 6rem 2.5rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center;
  position: relative; z-index: 2;
}
.sb-tag {
  font-family: 'Anton', sans-serif; font-size: 0.72rem; letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(26,26,26,0.65); margin-bottom: 1rem;
}
.sb-title { font-family: 'Archivo Black', sans-serif; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; color: var(--ink); margin-bottom: 1.2rem; letter-spacing: -0.01em; }
.sb-title .accent { color: var(--white); }
.sb-sub { font-size: 1rem; color: rgba(26,26,26,0.7); line-height: 1.75; margin-bottom: 2rem; }
.sb-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; margin-bottom: 2rem; }
.sb-point {
  background: rgba(255,255,255,0.35); backdrop-filter: blur(8px);
  border-radius: 16px; padding: 1.2rem;
  border: 1px solid rgba(255,255,255,0.5);
}
.sb-pt-n { font-family: 'Archivo Black', sans-serif; font-size: 1.6rem; color: var(--ink); line-height: 1; margin-bottom: 0.3rem; }
.sb-pt-l { font-size: 0.8rem; color: rgba(26,26,26,0.65); line-height: 1.4; }
.sb-scarce {
  background: rgba(26,26,26,0.12); border-radius: 12px; padding: 1rem 1.2rem;
  font-size: 0.85rem; color: var(--ink); margin-bottom: 1.5rem; line-height: 1.5;
}
.sb-scarce strong { font-weight: 700; }
.sb-cta {
  display: inline-flex; align-items: center; gap: 0.6rem; width: fit-content;
  padding: 1rem 2rem; border-radius: 50px; background: var(--ink); color: var(--butter);
  font-weight: 700; font-size: 0.92rem;
  box-shadow: 0 6px 24px rgba(0,0,0,0.25); transition: transform 0.2s, box-shadow 0.2s;
}
.sb-cta:hover { transform: translateY(-3px); box-shadow: 0 10px 36px rgba(0,0,0,0.35); color: var(--butter); }
.sb-cta svg { width: 18px; height: 18px; }
.sb-photos { position: relative; height: 460px; }
.sb-ph1 { position: absolute; top: 0; right: 0; width: 80%; height: 300px; border-radius: 24px; overflow: hidden; box-shadow: 0 16px 48px rgba(0,0,0,0.3); }
.sb-ph1 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sb-ph2 { position: absolute; bottom: 0; left: 0; width: 58%; height: 210px; border-radius: 20px; overflow: hidden; box-shadow: 0 10px 32px rgba(0,0,0,0.25); border: 3px solid var(--white); }
.sb-ph2 img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sb-sticker {
  position: absolute; top: 50%; right: -10px; transform: translateY(-50%);
  background: var(--butter); color: var(--ink);
  padding: 0.8rem 1rem; border-radius: 16px; text-align: center;
  font-family: 'Archivo Black', sans-serif; box-shadow: 0 6px 20px rgba(0,0,0,0.2);
  z-index: 3;
}
.sb-sticker-n { font-size: 1.5rem; line-height: 1; }
.sb-sticker-l { font-size: 0.6rem; letter-spacing: 0.08em; text-transform: uppercase; margin-top: 0.2rem; }

/* ── WHY US ── */
.why-bg { background: var(--ink); }
.why-bg .sec-title { color: var(--white); }
.why-bg .sec-sub { color: rgba(255,255,255,0.5); }
.why-bg .eyebrow { color: var(--butter); }
.why-bg .eyebrow::before { background: var(--butter); }
.why-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; }
.why-card {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  border-radius: 20px; padding: 2rem;
  transition: transform 0.25s, border-color 0.25s;
}
.why-card:hover { transform: translateY(-5px); border-color: rgba(75,200,212,0.4); }
.why-icon {
  width: 52px; height: 52px; border-radius: 16px;
  background: linear-gradient(135deg, var(--teal-d), var(--teal));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.4rem; margin-bottom: 1.2rem;
}
.why-title { font-family: 'Archivo Black', sans-serif; font-size: 1rem; color: var(--white); margin-bottom: 0.5rem; }
.why-desc { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.65; }

/* ── INSTAGRAM SECTION ── */
.ig-section { background: var(--cream); padding: 6rem 0; }
.ig-section .ig-head { max-width: 1200px; margin: 0 auto; padding: 0 2.5rem 3rem; }
.ig-section .ig-head .eyebrow { color: var(--teal-d); }
.ig-section .ig-head .eyebrow::before { background: var(--teal); }
.ig-section .ig-head .sec-title { color: var(--ink); }
.ig-section .ig-head .sec-sub { color: #666; }
.ig-slider-wrap { position: relative; overflow: hidden; }
.ig-slider { display: flex; gap: 1.5rem; padding: 0 2.5rem; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
.ig-slider::-webkit-scrollbar { display: none; }
.ig-slide { scroll-snap-align: start; flex: 0 0 380px; max-width: 380px; }
.ig-slide blockquote.instagram-media { border-radius: 20px !important; overflow: hidden !important; box-shadow: 0 4px 24px rgba(75,200,212,0.15) !important; border: 2px solid rgba(75,200,212,0.2) !important; }
.ig-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--ink); color: var(--butter); border: none; cursor: pointer;
  font-size: 1.2rem; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2); transition: transform 0.2s;
  z-index: 5;
}
.ig-arrow:hover { transform: translateY(-50%) scale(1.1); }
.ig-prev { left: 1rem; }
.ig-next { right: 1rem; }
.ig-follow-wrap { text-align: center; margin-top: 2.5rem; padding: 0 2.5rem; }
.btn-ig {
  display: inline-flex; align-items: center; gap: 0.6rem;
  padding: 0.9rem 2rem; border-radius: 50px;
  border: 2px solid var(--ink); color: var(--ink);
  font-weight: 700; font-size: 0.9rem; transition: all 0.2s;
}
.btn-ig svg { width: 18px; height: 18px; }
.btn-ig:hover { background: var(--ink); color: var(--butter); }

/* ── REVIEWS ── */
.reviews-bg { background: var(--cream); }
.rv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.4rem; }
.rv-card {
  background: var(--white); border-radius: 20px; padding: 2rem;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transition: transform 0.25s, box-shadow 0.25s; position: relative;
}
.rv-card:hover { transform: translateY(-5px); box-shadow: 0 12px 40px rgba(75,200,212,0.15); }
.rv-stars { color: var(--sand); font-size: 1rem; margin-bottom: 1rem; letter-spacing: 2px; }
.rv-quote { font-size: 4rem; line-height: 0.8; color: var(--teal); font-family: 'Archivo Black', sans-serif; margin-bottom: 0.5rem; opacity: 0.5; }
.rv-text { font-size: 0.9rem; color: #555; line-height: 1.7; margin-bottom: 1.5rem; font-style: italic; }
.rv-author { display: flex; align-items: center; gap: 0.8rem; }
.rv-av { width: 38px; height: 38px; border-radius: 50%; background: linear-gradient(135deg, var(--teal), var(--sky)); display: flex; align-items: center; justify-content: center; font-family: 'Archivo Black', sans-serif; font-size: 0.9rem; color: #fff; flex-shrink: 0; }
.rv-name { font-family: 'Archivo Black', sans-serif; font-size: 0.88rem; color: var(--ink); }
.rv-loc { font-size: 0.72rem; color: #999; margin-top: 0.15rem; }

/* ── FAQ ── */
.faq-bg { background: var(--butter); }
.faq-bg .eyebrow { color: var(--ink); opacity: 0.6; }
.faq-bg .eyebrow::before { background: var(--ink); opacity: 0.4; }
.faq-bg .sec-title { color: var(--ink); }
.faq-list { max-width: 760px; }
.faq-item { background: rgba(255,255,255,0.6); border-radius: 16px; margin-bottom: 0.8rem; overflow: hidden; transition: background 0.2s; }
.faq-item:hover { background: rgba(255,255,255,0.85); }
.faq-q {
  width: 100%; display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 1.5rem; background: none; border: none; cursor: pointer;
  font-family: 'Manrope', sans-serif; font-size: 0.95rem; font-weight: 700; color: var(--ink);
  text-align: left; gap: 1rem;
}
.faq-q .arr { font-size: 1.3rem; color: var(--teal-d); font-weight: 700; transition: transform 0.3s; flex-shrink: 0; }
.faq-q.open .arr { transform: rotate(45deg); }
.faq-a { display: none; padding: 0 1.5rem 1.2rem; font-size: 0.88rem; color: #555; line-height: 1.7; }
.faq-a.open { display: block; }

/* ── CTA STRIP ── */
.cta-strip {
  background: var(--ink);
  position: relative; overflow: hidden;
  padding: 6rem 2.5rem; text-align: center;
}
.cta-strip::before {
  content: '';
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 800px; height: 800px; border-radius: 50%;
  background: radial-gradient(circle, rgba(75,200,212,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.cta-inner { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }
.cta-badge {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--butter); color: var(--ink);
  padding: 0.4rem 1.1rem; border-radius: 50px;
  font-family: 'Anton', sans-serif; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 1.5rem; box-shadow: 0 4px 16px rgba(245,232,112,0.4);
}
.cta-title {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: var(--white); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 1rem;
}
.cta-title .hi { color: var(--teal); }
.cta-sub { font-size: 1rem; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 2.5rem; }
.cta-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.cta-wa {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 1.1rem 2.5rem; border-radius: 50px; background: var(--wa); color: #fff;
  font-weight: 700; font-size: 1rem;
  box-shadow: 0 6px 28px rgba(37,211,102,0.4); transition: transform 0.2s, box-shadow 0.2s;
}
.cta-wa:hover { transform: translateY(-3px); box-shadow: 0 10px 40px rgba(37,211,102,0.6); color: #fff; }
.cta-wa svg { width: 20px; height: 20px; }
.cta-browse {
  padding: 1.1rem 2.5rem; border-radius: 50px;
  border: 2px solid rgba(255,255,255,0.2);
  background: transparent; color: var(--white); font-weight: 600; font-size: 1rem;
  transition: border-color 0.2s, color 0.2s; display: inline-block;
}
.cta-browse:hover { border-color: var(--teal); color: var(--teal); }

/* ── FOOTER ── */
footer.ss-footer {
  background: #111; color: rgba(255,255,255,0.45);
  padding: 3.5rem 2.5rem 1.5rem;
}
.foot-top { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 2rem; margin-bottom: 2.5rem; align-items: flex-start; }
.foot-brand img { height: 64px; width: auto; margin-bottom: 0.8rem; display: block; }
.foot-tagline { font-size: 0.83rem; line-height: 1.65; max-width: 260px; }
.foot-col-h { font-family: 'Anton', sans-serif; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255,255,255,0.65); margin-bottom: 1rem; }
.foot-links { list-style: none; }
.foot-links li { margin-bottom: 0.5rem; }
.foot-links a { color: rgba(255,255,255,0.4); font-size: 0.83rem; transition: color 0.2s; }
.foot-links a:hover { color: var(--teal); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 1.5rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 1rem; }
.foot-bottom p { font-size: 0.76rem; }

/* ── SCROLL REVEAL ── */
.pop { opacity: 0; transform: translateY(36px); transition: opacity 0.65s ease, transform 0.65s ease; }
.pop.in { opacity: 1; transform: translateY(0); }

/* ── MOBILE ── */
@media (max-width: 820px) {
  nav.ss-nav { padding: 0.8rem 1.5rem; }
  .nav-links { display: none; }
  .hero-inner { grid-template-columns: 1fr; gap: 2.5rem; padding: 4rem 1.5rem; }
  .hero-right { height: 300px; }
  .hero-photo-1 { width: 100%; height: 200px; }
  .hero-photo-2 { display: none; }
  .hero-badge-float { display: none; }
  .sb-inner { grid-template-columns: 1fr; padding: 4rem 1.5rem; }
  .sb-photos { display: none; }
  .sec { padding: 4rem 1.5rem; }
  .trust-section { gap: 0.6rem; padding: 1rem 1.5rem; }
  footer.ss-footer { padding: 2.5rem 1.5rem 1rem; }
  .foot-top { flex-direction: column; }
  .ig-slide { flex: 0 0 320px; max-width: 320px; }
}

/* ── SPEEDBOAT PAGE STYLES ── */
.sbp-hero {
  min-height: 80vh; padding-top: 70px;
  background: var(--ink);
  position: relative; overflow: hidden;
  display: flex; align-items: center;
}
.sbp-hero-img {
  position: absolute; inset: 0;
  background-size: cover; background-position: center; background-repeat: no-repeat;
  opacity: 0.3;
}
.sbp-hero-inner { position: relative; z-index: 2; max-width: 900px; margin: 0 auto; padding: 5rem 2.5rem; text-align: center; }
.sbp-pill {
  display: inline-flex; align-items: center; gap: 0.5rem;
  background: var(--butter); color: var(--ink);
  padding: 0.45rem 1.1rem; border-radius: 50px;
  font-family: 'Anton', sans-serif; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase;
  margin-bottom: 1.5rem; box-shadow: 0 4px 16px rgba(245,232,112,0.4);
}
.sbp-h1 {
  font-family: 'Archivo Black', sans-serif;
  font-size: clamp(2.5rem, 6vw, 5rem);
  line-height: 1.0; letter-spacing: -0.02em;
  color: var(--white); margin-bottom: 1.5rem;
}
.sbp-h1 em { color: var(--teal); font-style: normal; }
.sbp-sub { font-size: 1.05rem; color: rgba(255,255,255,0.6); line-height: 1.75; max-width: 620px; margin: 0 auto 2.5rem; }
.sbp-trust-bar { display: flex; gap: 0.8rem; flex-wrap: wrap; justify-content: center; margin-bottom: 2.5rem; }
.sbp-trust-pill { background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.8); padding: 0.5rem 1.1rem; border-radius: 50px; font-size: 0.8rem; font-weight: 600; }
.sbp-cta-row { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.btn-sbp {
  padding: 1rem 2rem; border-radius: 50px;
  background: linear-gradient(135deg, var(--teal), var(--teal-d));
  color: #fff; font-weight: 700; font-size: 0.95rem;
  box-shadow: 0 6px 24px rgba(75,200,212,0.45); display: inline-block;
  transition: transform 0.2s;
}
.btn-sbp:hover { transform: translateY(-3px); color: #fff; }
.btn-sbp-wa {
  display: flex; align-items: center; gap: 0.6rem;
  padding: 1rem 2rem; border-radius: 50px;
  background: var(--wa); color: #fff; font-weight: 700; font-size: 0.95rem;
  box-shadow: 0 6px 24px rgba(37,211,102,0.4); transition: transform 0.2s;
}
.btn-sbp-wa:hover { transform: translateY(-3px); color: #fff; }
.btn-sbp-wa svg { width: 18px; height: 18px; }

/* Speedboat page sections */
.sbp-stats { background: var(--teal); padding: 2rem 2.5rem; }
.sbp-stats-inner { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-around; flex-wrap: wrap; gap: 1.5rem; }
.sbp-stat { text-align: center; }
.sbp-stat-n { font-family: 'Archivo Black', sans-serif; font-size: 2rem; color: var(--ink); }
.sbp-stat-l { font-size: 0.78rem; color: rgba(26,26,26,0.7); font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; }

.sbp-why-bg { background: var(--ink); }
.sbp-ben-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; margin-top: 2.5rem; }
.sbp-ben-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 1.8rem; transition: border-color 0.25s; }
.sbp-ben-card:hover { border-color: rgba(75,200,212,0.4); }
.sbp-ben-icon { font-size: 2rem; margin-bottom: 1rem; }
.sbp-ben-title { font-family: 'Archivo Black', sans-serif; font-size: 1rem; color: var(--white); margin-bottom: 0.5rem; }
.sbp-ben-desc { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.65; }
.sbp-scarce-box { background: rgba(245,232,112,0.1); border: 1px solid rgba(245,232,112,0.3); border-radius: 16px; padding: 1.2rem 1.5rem; margin-top: 2rem; font-size: 0.9rem; color: var(--butter); line-height: 1.6; }

.sbp-packages-bg { background: var(--cream); }
.sbp-pkg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 2.5rem; }
.sbp-pkg-card { background: var(--white); border-radius: 24px; padding: 2.5rem; box-shadow: 0 4px 24px rgba(0,0,0,0.08); position: relative; }
.sbp-pkg-card.featured { border: 3px solid var(--teal); }
.sbp-pkg-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--teal); color: var(--ink); padding: 0.35rem 1.2rem; border-radius: 50px; font-family: 'Anton', sans-serif; font-size: 0.65rem; letter-spacing: 0.12em; text-transform: uppercase; white-space: nowrap; }
.sbp-pkg-name { font-family: 'Archivo Black', sans-serif; font-size: 1.3rem; color: var(--ink); margin-bottom: 0.5rem; }
.sbp-pkg-tag { font-size: 0.8rem; color: #777; margin-bottom: 1.5rem; }
.sbp-pkg-inc { list-style: none; margin-bottom: 2rem; }
.sbp-pkg-inc li { font-size: 0.85rem; color: #555; margin-bottom: 0.5rem; padding-left: 1.5rem; position: relative; }
.sbp-pkg-inc li::before { content: '✓'; position: absolute; left: 0; color: var(--teal-d); font-weight: 700; }
.sbp-pkg-cta { display: flex; align-items: center; justify-content: center; gap: 0.5rem; padding: 1rem; border-radius: 14px; background: var(--wa); color: #fff; font-weight: 700; font-size: 0.9rem; transition: opacity 0.2s; }
.sbp-pkg-cta:hover { opacity: 0.9; color: #fff; }
.sbp-pkg-cta svg { width: 16px; height: 16px; }
.sbp-guar { background: linear-gradient(135deg, var(--teal-d), var(--sky)); border-radius: 20px; padding: 2rem; margin-top: 2rem; text-align: center; }
.sbp-guar-badge { display: inline-block; background: var(--white); color: var(--ink); padding: 0.4rem 1rem; border-radius: 50px; font-family: 'Anton', sans-serif; font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 1rem; }
.sbp-guar-title { font-family: 'Archivo Black', sans-serif; font-size: 1.2rem; color: var(--ink); margin-bottom: 0.7rem; }
.sbp-guar-text { font-size: 0.88rem; color: rgba(26,26,26,0.75); line-height: 1.65; }

.sbp-inc-bg { background: var(--ink); }
.sbp-inc-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 2.5rem; }
.sbp-inc-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 1.8rem; }
.sbp-inc-icon { font-size: 1.8rem; margin-bottom: 0.8rem; }
.sbp-inc-title { font-family: 'Archivo Black', sans-serif; font-size: 0.95rem; color: var(--white); margin-bottom: 0.4rem; }
.sbp-inc-desc { font-size: 0.82rem; color: rgba(255,255,255,0.5); line-height: 1.6; }

.sbp-flow-bg { background: var(--cream); }
.sbp-flow-list { max-width: 700px; margin-top: 2.5rem; }
.sbp-flow-item { display: flex; gap: 1.5rem; margin-bottom: 2rem; align-items: flex-start; }
.sbp-flow-num { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--teal-d), var(--teal)); display: flex; align-items: center; justify-content: center; font-family: 'Archivo Black', sans-serif; font-size: 1rem; color: #fff; flex-shrink: 0; }
.sbp-flow-content {}
.sbp-flow-title { font-family: 'Archivo Black', sans-serif; font-size: 1rem; color: var(--ink); margin-bottom: 0.4rem; }
.sbp-flow-desc { font-size: 0.85rem; color: #666; line-height: 1.65; }

.sbp-testi-bg { background: var(--ink); }
.sbp-testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.4rem; margin-top: 2.5rem; }
.sbp-testi-card { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 1.8rem; }
.sbp-testi-stars { color: var(--butter); margin-bottom: 0.8rem; font-size: 0.9rem; }
.sbp-testi-text { font-size: 0.88rem; color: rgba(255,255,255,0.65); line-height: 1.7; font-style: italic; margin-bottom: 1.2rem; }
.sbp-testi-name { font-family: 'Archivo Black', sans-serif; font-size: 0.85rem; color: var(--white); }
.sbp-testi-loc { font-size: 0.72rem; color: rgba(255,255,255,0.4); margin-top: 0.2rem; }

.sbp-faq-bg { background: var(--butter); }

.sbp-final-bg {
  background: var(--ink);
  position: relative; overflow: hidden;
  padding: 6rem 2.5rem; text-align: center;
}
.sbp-final-bg::before {
  content: '';
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 800px; height: 800px; border-radius: 50%;
  background: radial-gradient(circle, rgba(75,200,212,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.sbp-final-inner { position: relative; z-index: 2; max-width: 700px; margin: 0 auto; }
.sbp-final-label { display: inline-flex; align-items: center; gap: 0.5rem; background: var(--butter); color: var(--ink); padding: 0.4rem 1.1rem; border-radius: 50px; font-family: 'Anton', sans-serif; font-size: 0.7rem; letter-spacing: 0.15em; text-transform: uppercase; margin-bottom: 1.5rem; }
.sbp-final-title { font-family: 'Archivo Black', sans-serif; font-size: clamp(2rem, 5vw, 3.5rem); color: var(--white); line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 1rem; }
.sbp-final-title em { color: var(--teal); font-style: normal; }
.sbp-final-p { font-size: 1rem; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 2.5rem; }
.sbp-final-btns { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; margin-bottom: 1rem; }
.sbp-final-sub { font-size: 0.8rem; color: rgba(255,255,255,0.35); }

/* Speedboat page IG section — same frame as homepage */
.sbp-ig-bg { background: var(--cream); }

@media (max-width: 820px) {
  .sbp-pkg-grid { grid-template-columns: 1fr; }
  .sbp-hero-inner { padding: 4rem 1.5rem; }
}

/* ── Tour slideshow (text-only cards, 2026-07-08) ─────────────────── */
.tour-slider{position:relative;display:flex;align-items:stretch;gap:10px;margin-top:34px}
.tour-track{display:flex;gap:22px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:6px 4px 18px;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1}
.tour-track::-webkit-scrollbar{display:none}
.tour-track .tour-card--text{flex:0 0 330px;scroll-snap-align:start;background:#fff;border-radius:22px;box-shadow:0 10px 28px rgba(12,27,51,.10);border-top:6px solid #17b3c9;display:flex}
.tour-track .tour-card--text .tour-body{display:flex;flex-direction:column;padding:26px 24px 22px;width:100%}
.tour-card--text .tour-name{font-size:21px;line-height:1.25;margin:6px 0 4px}
.tour-card--text .tour-desc{flex:1}
.tour-card--text .tour-price{font-size:26px;font-weight:800}
.tour-card--text[data-cat="speedboat"]{border-top-color:#17b3c9}
.tour-card--text[data-cat="sea"]{border-top-color:#2fbf71}
.tour-card--text[data-cat="snorkel"]{border-top-color:#1f8ef1}
.tour-card--text[data-cat="desert"]{border-top-color:#e8a13c}
.tour-card--text[data-cat="sport"]{border-top-color:#e85c8f}
.tour-card--text[data-cat="wellness"]{border-top-color:#8f6fe8}
.ts-arrow{align-self:center;flex:0 0 46px;height:46px;border-radius:50%;border:0;background:#0c1b33;color:#fff;font-size:20px;cursor:pointer;transition:background .2s;z-index:2}
.ts-arrow:hover{background:#17b3c9}
@media(max-width:760px){.tour-track .tour-card--text{flex:0 0 84vw}.ts-arrow{display:none}}
