/* ============================================================
   CONE BOAT TOURS — Kotor, Montenegro
   Main stylesheet. Bootstrap 5 is loaded separately (CDN).
   Sections: Variables / Base / Navbar / Buttons / Hero /
   Sections / Cards / Gallery / Contact / Footer / Animations
   ============================================================ */

/* ---------- DESIGN TOKENS ---------- */
:root {
  --cbt-navy: #0c2536;        /* deep marine */
  --cbt-navy-2: #123348;      /* panel navy */
  --cbt-navy-dark: #081b28;   /* footer */
  --cbt-sea: #2f6d8c;         /* mediterranean blue */
  --cbt-ivory: #f8f4ec;       /* warm white */
  --cbt-sand: #e7dcc9;        /* soft sand */
  --cbt-terra: #c46b45;       /* muted terracotta accent */
  --cbt-ink: #1d2b33;         /* body text */
  --cbt-muted: #5d707c;
  --cbt-serif: "Fraunces", Georgia, serif;
  --cbt-sans: "Manrope", "Helvetica Neue", Arial, sans-serif;
}

/* ---------- BASE ---------- */
html { scroll-behavior: smooth; }
body {
  font-family: var(--cbt-sans);
  color: var(--cbt-ink);
  background-color: var(--cbt-ivory);
  font-size: 1rem;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
::selection { background: var(--cbt-terra); color: #fff; }

h1, h2, h3, .cbt-serif { font-family: var(--cbt-serif); font-weight: 500; }
h4, h5, h6 { font-family: var(--cbt-sans); }

.cbt-title {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
}
.cbt-eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--cbt-terra);
  margin-bottom: 1rem;
}
.cbt-eyebrow--light { color: var(--cbt-sand); }
.cbt-lead { font-size: 1.05rem; color: var(--cbt-muted); }
.cbt-section { padding: 6.5rem 0; }
.cbt-section--tight { padding: 4.5rem 0; }
.cbt-bg-sand { background-color: #f1eadd; }
.cbt-bg-navy { background-color: var(--cbt-navy); color: var(--cbt-ivory); }
.cbt-bg-navy .cbt-lead { color: rgba(248,244,236,0.72); }

/* ---------- NAVBAR ---------- */
.cbt-navbar {
  padding: 1.35rem 0;
  transition: background-color 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
}
.cbt-navbar.scrolled,
.cbt-navbar--solid {
  background-color: rgba(12, 37, 54, 0.97);
  backdrop-filter: blur(10px);
  padding: 0.65rem 0;
  box-shadow: 0 10px 30px rgba(8, 27, 40, 0.35);
}
.cbt-navbar .nav-link {
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.82);
  padding: 0.6rem 0.85rem;
  transition: color 0.25s ease;
}
.cbt-navbar .nav-link:hover,
.cbt-navbar .nav-link.active { color: #ffffff; }
.cbt-brand-text {
  font-family: var(--cbt-sans);
  font-weight: 800;
  letter-spacing: 0.18em;
  font-size: 0.95rem;
  color: #fff;
}
.cbt-brand-accent { color: var(--cbt-sand); font-weight: 500; }
.cbt-navbar .navbar-toggler { border: 1px solid rgba(255,255,255,0.35); border-radius: 0; }

/* ---------- BUTTONS ---------- */
.btn-cbt-primary {
  background-color: var(--cbt-terra);
  border: 1px solid var(--cbt-terra);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 1rem 2.2rem;
  border-radius: 2px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}
.btn-cbt-primary:hover {
  background-color: #a95736;
  border-color: #a95736;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(196, 107, 69, 0.35);
}
.btn-cbt-outline {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 1rem 2.2rem;
  border-radius: 2px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
}
.btn-cbt-outline:hover { background: #fff; color: var(--cbt-navy); transform: translateY(-2px); }
.btn-cbt-outline-dark {
  background: transparent;
  border: 1px solid var(--cbt-navy);
  color: var(--cbt-navy);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 1rem 2.2rem;
  border-radius: 2px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-cbt-outline-dark:hover { background: var(--cbt-navy); color: #fff; }
.cbt-link-arrow {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--cbt-sand);
  text-decoration: none;
  transition: color 0.25s ease, letter-spacing 0.3s ease;
}
.cbt-link-arrow:hover { color: #fff; letter-spacing: 0.24em; }
.cbt-link-arrow--dark { color: var(--cbt-sea); }
.cbt-link-arrow--dark:hover { color: var(--cbt-navy); }

/* ---------- HERO ---------- */
.cbt-hero {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  background-image: url("../assets/img/boat-large-1.jpg");
  background-size: cover;
  background-position: center 80%;
  color: #fff;
}
.cbt-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(100deg, rgba(8,27,40,0.62) 0%, rgba(8,27,40,0.28) 42%, rgba(8,27,40,0) 68%),
    linear-gradient(180deg, rgba(12,37,54,0.55) 0%, rgba(12,37,54,0.18) 45%, rgba(12,37,54,0.72) 100%);
}
.cbt-hero .container { position: relative; z-index: 2; }
.cbt-hero-title {
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 1.08;
  letter-spacing: -0.015em;
  max-width: 15ch;
}
.cbt-hero-sub {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.85);
  max-width: 44ch;
}
.cbt-scroll-hint {
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 1px;
  height: 64px;
  background: rgba(255, 255, 255, 0.25);
  overflow: hidden;
}
.cbt-scroll-hint::after {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #fff;
  animation: cbtScroll 2.2s ease-in-out infinite;
}
@keyframes cbtScroll {
  0% { top: -50%; }
  100% { top: 110%; }
}

/* ---------- PAGE HERO (inner pages) ---------- */
.cbt-page-hero {
  background-color: var(--cbt-navy);
  background-image: linear-gradient(rgba(12,37,54,0.82), rgba(12,37,54,0.82)), url("../assets/img/04.jpg");
  background-size: cover;
  background-position: center 35%;
  color: #fff;
  padding: 10rem 0 5rem;
}

/* ---------- QUICK EXPERIENCE BAR ---------- */
.cbt-quickbar {
  background: #fff;
  border-bottom: 1px solid rgba(12, 37, 54, 0.08);
}
.cbt-quickbar .cbt-quick-item {
  padding: 1.6rem 1rem;
  text-align: center;
}
.cbt-quick-item i {
  font-size: 1.4rem;
  color: var(--cbt-sea);
  display: block;
  margin-bottom: 0.5rem;
}
.cbt-quick-item span {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cbt-navy);
}

/* ---------- IMAGE FRAMES / REVEAL ---------- */
.cbt-img-frame { overflow: hidden; border-radius: 2px; }
.cbt-img-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.cbt-img-frame:hover img { transform: scale(1.05); }

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.visible { opacity: 1; transform: none; }
.reveal-delay-1 { transition-delay: 0.12s; }
.reveal-delay-2 { transition-delay: 0.24s; }
.reveal-delay-3 { transition-delay: 0.36s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
}

/* ---------- TOUR TYPE CARDS ---------- */
.cbt-tourcard {
  position: relative;
  display: block;
  height: 560px;
  overflow: hidden;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
}
.cbt-tourcard img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.cbt-tourcard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,37,54,0.05) 30%, rgba(12,37,54,0.82) 100%);
  transition: background 0.5s ease;
}
.cbt-tourcard:hover img { transform: scale(1.07); }
.cbt-tourcard-body {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2.5rem;
  z-index: 2;
}
.cbt-tourcard-title { font-size: clamp(1.6rem, 2.5vw, 2.2rem); }
.cbt-tourcard p { color: rgba(255,255,255,0.8); max-width: 42ch; }

/* ---------- DESTINATION CARDS ---------- */
.cbt-destcard {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 2px;
  color: #fff;
  text-decoration: none;
}
.cbt-destcard img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.cbt-destcard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12,37,54,0.05) 40%, rgba(12,37,54,0.78) 100%);
}
.cbt-destcard:hover img { transform: scale(1.08); }
.cbt-destcard-body { position: absolute; bottom: 0; left: 0; right: 0; padding: 1.75rem; z-index: 2; }
.cbt-destcard-title { font-size: 1.35rem; }
.cbt-destcard p { font-size: 0.85rem; color: rgba(255,255,255,0.78); margin-bottom: 0.5rem; }
.cbt-destcard--lg { height: 540px; }
.cbt-destcard--md { height: 330px; }
.cbt-destcard--sm { height: 260px; }
@media (max-width: 767.98px) {
  .cbt-destcard--lg, .cbt-destcard--md, .cbt-destcard--sm { height: 300px; }
}

/* ---------- FEATURED EXPERIENCE ---------- */
.cbt-featured-img { height: 100%; min-height: 420px; }
.cbt-featured-panel { padding: 4rem 3.5rem; }
.cbt-fact {
  border-top: 1px solid rgba(248, 244, 236, 0.18);
  padding: 1rem 0;
}
.cbt-fact small {
  display: block;
  font-size: 0.68rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--cbt-sand);
  margin-bottom: 0.2rem;
}

/* ---------- WHY US ---------- */
.cbt-why-item {
  border-left: 2px solid var(--cbt-sand);
  padding-left: 1.4rem;
  transition: border-color 0.3s ease;
}
.cbt-why-item:hover { border-color: var(--cbt-terra); }
.cbt-why-item i { font-size: 1.5rem; color: var(--cbt-sea); }
.cbt-why-item h3 {
  font-family: var(--cbt-sans);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0.9rem 0 0.4rem;
}
.cbt-why-item p { font-size: 0.9rem; color: var(--cbt-muted); margin: 0; }

/* ---------- GALLERY ---------- */
.cbt-gallery { columns: 3; column-gap: 1rem; }
.cbt-gallery-item {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 2px;
}
.cbt-gallery-item img {
  width: 100%;
  display: block;
  transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.cbt-gallery-item:hover img { transform: scale(1.06); }
@media (max-width: 767.98px) { .cbt-gallery { columns: 2; } }

/* ---------- TESTIMONIALS ---------- */
.cbt-testimonial {
  background: #fff;
  border: 1px solid rgba(12, 37, 54, 0.08);
  border-radius: 2px;
  padding: 2.4rem;
  height: 100%;
}
.cbt-testimonial .cbt-stars { color: var(--cbt-terra); font-size: 0.85rem; letter-spacing: 0.15em; }
.cbt-testimonial blockquote {
  font-family: var(--cbt-serif);
  font-size: 1.1rem;
  line-height: 1.6;
  color: var(--cbt-navy);
}
.cbt-testimonial figcaption { font-size: 0.8rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cbt-muted); }

/* ---------- CTA BAND ---------- */
.cbt-cta {
  position: relative;
  background-image: url("../assets/img/04.jpg");
  background-size: cover;
  background-position: center 60%;
  padding: 9rem 0;
  color: #fff;
  text-align: center;
}
.cbt-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(12, 37, 54, 0.62);
}
.cbt-cta .container { position: relative; z-index: 2; }
@media (min-width: 992px) {
  .cbt-cta { background-attachment: fixed; }
}

/* ---------- FAQ ---------- */
.cbt-faq .accordion-item {
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(12, 37, 54, 0.12);
  border-radius: 0;
}
.cbt-faq .accordion-button {
  background: transparent;
  font-family: var(--cbt-serif);
  font-size: 1.15rem;
  color: var(--cbt-navy);
  padding: 1.4rem 0;
  box-shadow: none;
}
.cbt-faq .accordion-button:not(.collapsed) { color: var(--cbt-terra); }
.cbt-faq .accordion-button::after { transition: transform 0.3s ease; }
.cbt-faq .accordion-body { padding: 0 0 1.6rem; color: var(--cbt-muted); }

/* ---------- CONTACT ---------- */
.cbt-contact-item { display: flex; align-items: flex-start; gap: 1rem; padding: 1.1rem 0; }
.cbt-contact-icon {
  flex-shrink: 0;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--cbt-sand);
  color: var(--cbt-navy);
  border-radius: 50%;
  font-size: 1.05rem;
}
.cbt-contact-item h6 {
  font-size: 0.72rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--cbt-muted);
  margin-bottom: 0.15rem;
}
.cbt-contact-item a { color: var(--cbt-navy); text-decoration: none; }
.cbt-contact-item a:hover { color: var(--cbt-terra); }
.cbt-form .form-control,
.cbt-form .form-select {
  border-radius: 2px;
  border: 1px solid rgba(12, 37, 54, 0.2);
  background: #fff;
  padding: 0.8rem 1rem;
  font-size: 0.95rem;
}
.cbt-form .form-control:focus,
.cbt-form .form-select:focus {
  border-color: var(--cbt-sea);
  box-shadow: 0 0 0 0.2rem rgba(47, 109, 140, 0.12);
}
.cbt-form label {
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--cbt-muted);
}
.cbt-map { border: 0; width: 100%; height: 420px; filter: saturate(0.85); }
.btn-cbt-whatsapp {
  background-color: #1faa53;
  border: 1px solid #1faa53;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 1rem 2.2rem;
  border-radius: 2px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.btn-cbt-whatsapp:hover { background-color: #168542; color: #fff; transform: translateY(-2px); }

/* ---------- FOOTER ---------- */
.cbt-footer {
  background: var(--cbt-navy-dark);
  color: rgba(248, 244, 236, 0.65);
  padding: 5rem 0 0;
  font-size: 0.92rem;
}
.cbt-footer h5 {
  font-size: 0.72rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 800;
  color: var(--cbt-sand);
  margin-bottom: 1.3rem;
}
.cbt-footer a { color: rgba(248, 244, 236, 0.65); text-decoration: none; transition: color 0.25s ease; }
.cbt-footer a:hover { color: #fff; }
.cbt-footer .list-unstyled li { margin-bottom: 0.55rem; }
.cbt-footer-social a {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(248, 244, 236, 0.25);
  border-radius: 50%;
  margin-right: 0.6rem;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
.cbt-footer-social a:hover { background: var(--cbt-terra); border-color: var(--cbt-terra); color: #fff; }
.cbt-footer-bottom {
  border-top: 1px solid rgba(248, 244, 236, 0.1);
  margin-top: 3.5rem;
  padding: 1.5rem 0;
  font-size: 0.78rem;
  letter-spacing: 0.06em;
}

/* ---------- FLOATING WHATSAPP / MOBILE BAR ---------- */
.cbt-wa-float {
  position: fixed;
  bottom: 1.6rem;
  right: 1.6rem;
  z-index: 1040;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #1faa53;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 10px 26px rgba(8, 27, 40, 0.4);
  transition: transform 0.3s ease;
  text-decoration: none;
}
.cbt-wa-float:hover { transform: scale(1.08); color: #fff; }
.cbt-mobilebar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1040;
  display: flex;
  background: var(--cbt-navy);
  box-shadow: 0 -8px 24px rgba(8, 27, 40, 0.35);
}
.cbt-mobilebar a {
  flex: 1;
  text-align: center;
  padding: 0.95rem 0.5rem;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
.cbt-mobilebar a + a { border-left: 1px solid rgba(255,255,255,0.15); }
.cbt-mobilebar .cbt-mobilebar-wa { background: #1faa53; }
@media (max-width: 991.98px) {
  body { padding-bottom: 52px; }
  .cbt-navbar .navbar-collapse {
    background: var(--cbt-navy-dark);
    padding: 1.25rem 1.5rem;
    margin-top: 0.75rem;
    box-shadow: 0 20px 40px rgba(8, 27, 40, 0.4);
  }
}

/* ---------- MISC ---------- */
.cbt-divider-wave { color: var(--cbt-sand); }
.cbt-badge {
  display: inline-block;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--cbt-sea);
  border: 1px solid var(--cbt-sea);
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
}
.cbt-list-check { list-style: none; padding: 0; }
.cbt-list-check li { padding-left: 1.8rem; position: relative; margin-bottom: 0.7rem; color: var(--cbt-muted); }
.cbt-list-check li::before {
  content: "\F26E";
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  color: var(--cbt-terra);
}
.cbt-offset-img { margin-top: -7rem; position: relative; z-index: 3; }

/* ---------- HERO PARALLAX (desktop) ---------- */
@media (min-width: 992px) {
  .cbt-hero, .cbt-page-hero { background-attachment: fixed; }
}

/* ---------- HIDE MOBILE BAR ON DESKTOP ---------- */
@media (min-width: 992px) {
  .cbt-mobilebar { display: none; }
}

/* ---------- CHOOSE YOUR BOAT ---------- */
.cbt-boatcard {
  background: #fff;
  border: 1px solid rgba(12, 37, 54, 0.09);
  border-radius: 2px;
  overflow: hidden;
  height: 100%;
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}
.cbt-boatcard:hover {
  transform: translateY(-6px);
  box-shadow: 0 28px 60px rgba(8, 27, 40, 0.16);
}
.cbt-boatcard .cbt-boatcard-img {
  aspect-ratio: 4 / 3;
  overflow: hidden;
}
.cbt-boatcard .cbt-boatcard-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.cbt-boatcard:hover .cbt-boatcard-img img { transform: scale(1.06); }
.cbt-boatcard-body { padding: 2.2rem; }
.cbt-boatcard-title { font-size: 1.6rem; }
.cbt-boat-capacity {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  background: #f1eadd;
  color: var(--cbt-navy);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.55rem 1.1rem;
  border-radius: 2px;
  margin: 0.9rem 0 1.3rem;
}
.cbt-boat-capacity i { color: var(--cbt-terra); font-size: 0.95rem; }
.cbt-placeholder-note {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cbt-muted);
  border: 1px dashed var(--cbt-sand);
  padding: 0.35rem 0.8rem;
  display: inline-block;
}

/* ============================================================
   LUXURY REFINEMENT PASS (mobile-first)
   Typography, spacing, mobile nav, buttons, cards, anchors
   ============================================================ */

/* Optical sizing + tighter editorial typography */
h1, h2, h3, .cbt-serif { font-optical-sizing: auto; font-weight: 400; letter-spacing: -0.012em; }
.cbt-title { font-size: clamp(2.05rem, 4.2vw, 3.35rem); line-height: 1.12; }
.cbt-eyebrow { display: inline-flex; align-items: center; gap: 0.9rem; }
.cbt-eyebrow::before { content: ""; width: 34px; height: 1px; background: currentColor; opacity: 0.6; }
.cbt-lead { font-weight: 400; }

/* Anchor offset under the fixed navbar */
section[id], header[id] { scroll-margin-top: 84px; }

/* Buttons — refined proportions & touch-friendly on phones */
.btn-cbt-primary, .btn-cbt-outline, .btn-cbt-outline-dark, .btn-cbt-whatsapp {
  padding: 1.05rem 2.4rem;
  letter-spacing: 0.19em;
}
.btn-cbt-primary { box-shadow: 0 10px 26px rgba(196, 107, 69, 0.22); }

/* Editorial image frame — offset sand keyline */
.cbt-img-frame { position: relative; border-radius: 3px; }
.cbt-img-frame::after {
  content: "";
  position: absolute;
  inset: 12px -12px -12px 12px;
  border: 1px solid var(--cbt-sand);
  border-radius: 3px;
  z-index: -1;
  pointer-events: none;
}

/* Tour & destination cards — deeper cinematic gradient */
.cbt-tourcard { border-radius: 3px; }
.cbt-tourcard::after {
  background: linear-gradient(185deg, rgba(12,37,54,0) 34%, rgba(8,27,40,0.62) 68%, rgba(8,27,40,0.9) 100%);
}
.cbt-destcard { border-radius: 3px; }
.cbt-destcard::after {
  background: linear-gradient(185deg, rgba(12,37,54,0) 40%, rgba(8,27,40,0.58) 72%, rgba(8,27,40,0.88) 100%);
}
.cbt-tourcard-title, .cbt-destcard-title { letter-spacing: -0.01em; }

/* Testimonials — editorial quote treatment */
.cbt-testimonial { padding: 2.8rem 2.4rem; border-radius: 3px; border-color: rgba(12,37,54,0.07); box-shadow: 0 18px 44px rgba(8,27,40,0.05); }
.cbt-testimonial blockquote { position: relative; padding-top: 1.6rem; font-size: 1.12rem; }
.cbt-testimonial blockquote::before {
  content: "\201C";
  position: absolute;
  top: -0.6rem;
  left: -0.35rem;
  font-family: var(--cbt-serif);
  font-size: 4.2rem;
  line-height: 1;
  color: var(--cbt-sand);
}

/* Quick bar — hairline dividers */
.cbt-quick-item + .cbt-quick-item { border-left: 1px solid rgba(12,37,54,0.07); }

/* Featured panel responsive */
@media (max-width: 991.98px) {
  .cbt-featured-panel { padding: 3rem 2.25rem; }
  .cbt-featured-img { min-height: 340px; }
}

/* ================= MOBILE (phones) ================= */
@media (max-width: 767.98px) {
  body { font-size: 0.95rem; }

  /* Hero — taller feel, bottom-weighted composition */
  .cbt-hero { min-height: 100svh; align-items: flex-end; padding-bottom: 6.5rem; }
  .cbt-hero-title { font-size: clamp(2.35rem, 10vw, 3rem); line-height: 1.1; max-width: 18ch; }
  .cbt-hero-sub { font-size: 1rem; line-height: 1.65; }
  .cbt-hero .btn { width: 100%; text-align: center; }
  .cbt-scroll-hint { display: none; }

  /* Inner page heroes */
  .cbt-page-hero { padding: 8rem 0 3.5rem; }

  /* Rhythm between sections */
  .cbt-section { padding: 4.25rem 0; }
  .cbt-section--tight { padding: 3rem 0; }

  /* Full-width mobile buttons feel intentional */
  #featured .btn, .cbt-featured-panel .btn { width: 100%; text-align: center; }

  /* Cards — taller crop so photos breathe */
  .cbt-tourcard { height: 480px; }
  .cbt-tourcard-body { padding: 1.9rem 1.6rem; }
  .cbt-tourcard p { font-size: 0.92rem; }
  .cbt-destcard--lg { height: 340px; }
  .cbt-destcard--md, .cbt-destcard--sm { height: 280px; }
  .cbt-destcard-body { padding: 1.4rem; }

  /* Gallery — tighter, cleaner 2-up masonry */
  .cbt-gallery { columns: 2; column-gap: 0.6rem; }
  .cbt-gallery-item { margin-bottom: 0.6rem; }

  /* Testimonials & forms */
  .cbt-testimonial { padding: 2.2rem 1.8rem; }
  .cbt-form .form-control, .cbt-form .form-select { font-size: 16px; padding: 0.95rem 1rem; }
  .cbt-map { height: 300px; }

  /* CTA band */
  .cbt-cta { padding: 6rem 0; }

  /* Contact items stack with more air */
  .cbt-contact-item { padding: 1.3rem 0; }

  /* Footer */
  .cbt-footer { padding: 4rem 0 0; }
}

/* ================= MOBILE NAV — elegant full overlay ================= */
@media (max-width: 991.98px) {
  .cbt-navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: calc(100svh - 100%);
    background: var(--cbt-navy-dark);
    margin: 0;
    padding: 2.5rem 2rem 2rem;
    overflow-y: auto;
    border: none;
    border-radius: 0;
    box-shadow: 0 40px 60px rgba(8, 27, 40, 0.5);
  }
  .cbt-navbar .navbar-collapse .nav-link {
    font-family: var(--cbt-serif);
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.02em;
    text-transform: none;
    padding: 0.95rem 0.25rem;
    border-bottom: 1px solid rgba(248,244,236,0.09);
  }
  .cbt-navbar .navbar-collapse .nav-item:last-child { margin-top: 1.75rem; }
  .cbt-navbar .navbar-collapse .btn-cbt-primary { width: 100%; text-align: center; padding: 1.1rem; }
  .cbt-navbar { background: var(--cbt-navy-dark); }
}

/* ================= TABLET ================= */
@media (min-width: 768px) and (max-width: 991.98px) {
  .cbt-hero-title { font-size: clamp(3rem, 7vw, 4rem); }
  .cbt-section { padding: 5.5rem 0; }
  .cbt-tourcard { height: 520px; }
  .cbt-gallery { columns: 3; }
}

/* Sticky mobile bar — safer + roomier */
.cbt-mobilebar { padding-bottom: env(safe-area-inset-bottom); }
.cbt-mobilebar a { padding: 1.1rem 0.5rem; }
@media (max-width: 991.98px) { body { padding-bottom: 58px; } }

/* WhatsApp float is desktop-only (mobile uses the sticky bar) */
@media (max-width: 991.98px) { .cbt-wa-float { display: none !important; } }

/* ============================================================
   LUXURY + MARINE POLISH PASS
   ============================================================ */

/* Deeper, richer marine palette accents */
:root {
  --cbt-sea-light: #7fa8bd;
  --cbt-teal: #3d8ea8;
}

/* Nautical wave divider flowing out of the hero into the quick bar */
.cbt-hero { overflow: hidden; }
.cbt-hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 70px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 70' preserveAspectRatio='none'%3E%3Cpath d='M0,45 C240,70 480,10 720,32 C960,54 1200,20 1440,40 L1440,70 L0,70 Z' fill='%23ffffff'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  pointer-events: none;
}

/* Eyebrow rule gets a nautical "buoy" dot at the end */
.cbt-eyebrow::after {
  content: "";
  width: 5px; height: 5px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.6;
  margin-left: -0.4rem;
}

/* Links — animated underline sweep, marine teal hover */
.cbt-link-arrow { position: relative; padding-bottom: 4px; }
.cbt-link-arrow::after {
  content: "";
  position: absolute;
  left: 0; bottom: 0;
  width: 100%; height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0.7;
}
.cbt-link-arrow:hover::after { transform: scaleX(1); }

/* Destination & tour cards — sand keyline frame on hover, title lift */
.cbt-destcard, .cbt-tourcard { outline: 1px solid rgba(248,244,236,0); outline-offset: 10px; transition: outline-color 0.45s ease, outline-offset 0.45s ease; }
.cbt-destcard:hover, .cbt-tourcard:hover { outline-color: rgba(231,220,201,0.55); outline-offset: 6px; }
.cbt-destcard-title, .cbt-tourcard-title { transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1); }
.cbt-destcard:hover .cbt-destcard-title, .cbt-tourcard:hover .cbt-tourcard-title { transform: translateY(-3px); }

/* Featured panel — nautical coordinates signature */
.cbt-featured-panel { position: relative; }
.cbt-featured-panel::after {
  content: "42°26′ N · 18°42′ E — BOKA BAY";
  display: block;
  margin-top: 2.2rem;
  font-size: 0.66rem;
  letter-spacing: 0.3em;
  color: rgba(248,244,236,0.4);
}

/* Why-us items — sea-blue icon halo */
.cbt-why-item i {
  display: inline-flex;
  width: 52px; height: 52px;
  align-items: center; justify-content: center;
  border: 1px solid rgba(47,109,140,0.25);
  border-radius: 50%;
  background: rgba(47,109,140,0.06);
}

/* Boat cards — softer luxury shadow + thin double keyline */
.cbt-boatcard { box-shadow: 0 24px 60px rgba(8,27,40,0.09); border: 1px solid rgba(12,37,54,0.07); }
.cbt-boatcard-img { position: relative; }
.cbt-boatcard-img::after {
  content: "";
  position: absolute; inset: 10px;
  border: 1px solid rgba(255,255,255,0.45);
  pointer-events: none;
}

/* Buttons — subtle nautical double edge on hover */
.btn-cbt-primary, .btn-cbt-outline, .btn-cbt-outline-dark, .btn-cbt-whatsapp { position: relative; }
.btn-cbt-primary::after, .btn-cbt-whatsapp::after {
  content: "";
  position: absolute; inset: 4px;
  border: 1px solid rgba(255,255,255,0.35);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.btn-cbt-primary:hover::after, .btn-cbt-whatsapp:hover::after { opacity: 1; }

/* Testimonials — compass-style top rule */
.cbt-testimonial { border-top: 2px solid var(--cbt-terra); }

/* Page heroes — slightly deeper marine gradient */
.cbt-page-hero {
  background-image: linear-gradient(160deg, rgba(8,27,40,0.88) 20%, rgba(18,51,72,0.78) 100%), url("../assets/img/04.jpg");
}

/* Wave divider between light and navy sections */
.cbt-bg-navy { position: relative; }
