/* =========================================================================
   Benagil Eco Tours — style.css
   Paleta teal/navy plana · Poppins + Inter · Bootstrap 5.3 como base
   ========================================================================= */

:root {
  --teal:        #4bb33f;
  --teal-dark:   #4bb33f;
  --teal-soft:   #e9f6f3;
  --teal-tint:   #d4ece8;
  --ink:         #16263a;
  --ink-soft:    #2b3a4b;
  --body:        #5e6f7e;
  --muted:       #8a9aa7;
  --line:        #e6edf1;
  --surface:     #ffffff;
  --shadow-sm:   0 6px 20px rgba(20, 40, 55, .06);
  --shadow-md:   0 18px 50px rgba(20, 40, 55, .10);
  --shadow-lg:   0 30px 70px rgba(20, 40, 55, .14);
  --r-sm: 14px;
  --r-md: 20px;
  --r-lg: 28px;
  --r-xl: 36px;
  --maxw: 1180px;
}

/* ----------------------------- Base ----------------------------- */
* { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 96px; }

body {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--body);
  background: var(--surface);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container { max-width: var(--maxw); }

h1, h2, h3, h4, .section-title, .hero-title, .cta-title {
  font-family: 'Poppins', sans-serif;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: -.01em;
}

a { text-decoration: none; color: var(--teal); }
img { max-width: 100%; display: block; }

.skip-link {
  position: absolute; left: -999px; top: 0; z-index: 2000;
  background: var(--teal); color: #fff; padding: 10px 18px;
  border-radius: 0 0 var(--r-sm) 0;
}
.skip-link:focus { left: 0; }

:focus-visible { outline: 3px solid var(--teal); outline-offset: 2px; border-radius: 4px; }

/* --------------------------- Tipografia ------------------------- */
.eyebrow {
  font-family: 'Poppins', sans-serif;
  font-weight: 600; font-size: .82rem;
  letter-spacing: .14em; text-transform: uppercase;
  color: var(--teal); margin-bottom: 14px;
}
.eyebrow-light { color: #cdeee9; }

.section { padding: 96px 0; }
.section-title { font-size: clamp(1.8rem, 3.4vw, 2.65rem); }
.section-lead { color: var(--body); font-size: 1.02rem; max-width: 560px; }
.section-lead.mx-auto { max-width: 620px; }
.text-center .section-lead, .section-lead.text-center { margin-left: auto; margin-right: auto; }

/* ---------------------------- Botões ---------------------------- */
.btn-pill { border-radius: 50px; padding: 12px 28px; font-weight: 600; }
.btn-pill.btn-lg { padding: 15px 34px; font-size: 1.02rem; }

.btn-primary {
  --bs-btn-bg: var(--teal);
  --bs-btn-border-color: var(--teal);
  --bs-btn-hover-bg: var(--teal-dark);
  --bs-btn-hover-border-color: var(--teal-dark);
  --bs-btn-active-bg: var(--teal-dark);
  --bs-btn-active-border-color: var(--teal-dark);
  --bs-btn-color: #fff;
  font-family: 'Poppins', sans-serif;
  box-shadow: 0 12px 26px rgba(20, 158, 148, .28);
  transition: transform .18s ease, box-shadow .18s ease;
}
.btn-primary:hover { transform: translateY(-2px); }

/* ---------------------------- Header ---------------------------- */
.site-header {
  position: sticky; top: 0; z-index: 1030;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid transparent;
  transition: box-shadow .25s ease, border-color .25s ease;
}
.site-header.scrolled { box-shadow: var(--shadow-sm); border-color: var(--line); }
.navbar { padding: 16px 0; }

.navbar-brand { display: flex; align-items: center; gap: 10px; }
.brand-mark { color: var(--teal); display: inline-flex; }
.brand-text {
  font-family: 'Poppins', sans-serif; font-weight: 700;
  font-size: 1.12rem; color: var(--ink); letter-spacing: -.01em;
}

.navbar-nav { gap: 4px; }
.nav-link {
  font-family: 'Poppins', sans-serif; font-weight: 500;
  color: var(--ink-soft) !important; font-size: .95rem;
  padding: 8px 16px !important; border-radius: 50px;
  transition: color .15s ease, background .15s ease;
}
.nav-link:hover, .nav-link.active { color: var(--teal) !important; background: var(--teal-soft); }
.nav-cta { box-shadow: 0 10px 22px rgba(20, 158, 148, .26); }

.navbar-toggler { border: 0; padding: 6px; }
.navbar-toggler:focus { box-shadow: none; }
.toggler-bar {
  display: block; width: 24px; height: 2px; background: var(--ink);
  margin: 5px 0; border-radius: 2px; transition: .25s;
}

/* ----------------------------- Hero ----------------------------- */
.hero { padding-top: 26px; }
.hero-card {
  position: relative; border-radius: var(--r-xl); overflow: hidden;
  min-height: 520px; box-shadow: var(--shadow-md);
}
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(15, 35, 50, .62) 0%, rgba(15, 35, 50, .28) 48%, rgba(15, 35, 50, .05) 100%);
}
.hero-content { position: relative; z-index: 3; padding: 64px 56px; max-width: 600px; }
.hero-title { color: #fff; font-size: clamp(2.1rem, 4.6vw, 3.5rem); font-weight: 700; margin-bottom: 16px; }
.hero-sub { color: #e9f3f2; font-size: 1.08rem; margin-bottom: 28px; max-width: 420px; }

.hero-path { position: absolute; inset: 0; width: 100%; height: 100%; z-index: 2; pointer-events: none; }
.hero-path path { fill: none; stroke: rgba(255, 255, 255, .7); stroke-width: 2; stroke-dasharray: 7 9; stroke-linecap: round; }
.hero-pin {
  position: absolute; top: 30%; right: 14%; z-index: 3;
  width: 44px; height: 44px; border-radius: 50%;
  background: var(--teal); display: grid; place-items: center;
  box-shadow: 0 10px 24px rgba(20, 158, 148, .5);
}

.hero-float {
  position: absolute; right: 34px; bottom: 34px; z-index: 4;
  background: #fff; border-radius: var(--r-md); padding: 14px;
  width: 270px; display: flex; gap: 12px; align-items: center;
  box-shadow: var(--shadow-md);
}
.hero-float img,
.hero-float video {
  width: 62px;
  height: 62px;
  aspect-ratio: 1 / 1;
  border-radius: 14px;
  object-fit: cover;
  flex: none;
  display: block;
  overflow: hidden;
}
.hero-float p { margin: 0; font-size: .82rem; color: var(--ink-soft); line-height: 1.45; }

/* ----------------------------- Trust ---------------------------- */
.trust { padding: 44px 0 16px; }
.trust-row {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; justify-content: center;
  align-items: center; gap: clamp(28px, 6vw, 76px);
}
.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  filter: none;
  transition: opacity .2s;
}
.trust-item img {
  max-width: 120px;
  height: auto;
  object-fit: contain;
  filter: none;
}
.trust-item:hover { opacity: .9; }
.trust-google    { letter-spacing: 0; }
.trust-rnaat::before { content: ''; }

/* ------------------------- Section heads ------------------------ */
.section-head { margin-bottom: 46px; }
.tours-head {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 30px; flex-wrap: wrap;
}
.tours-head-right { max-width: 520px; }
.carousel-nav { display: flex; gap: 10px; margin-top: 18px; }
.carousel-btn {
  width: 46px; height: 46px; border-radius: 50%;
  border: 1.5px solid var(--teal-tint); background: #fff;
  color: var(--teal); display: grid; place-items: center;
  cursor: pointer; transition: .18s;
}
.carousel-btn:hover { background: var(--teal); color: #fff; border-color: var(--teal); transform: translateY(-2px); }

/* --------------------------- Tours ------------------------------ */
.tours-track {
  display: grid; grid-auto-flow: column;
  grid-auto-columns: minmax(290px, 1fr);
  gap: 26px; overflow-x: auto; scroll-snap-type: x mandatory;
  padding-bottom: 14px; scrollbar-width: none;
}
.tours-track::-webkit-scrollbar { display: none; }

.tour-card {
  scroll-snap-align: start;
  background: #fff; border-radius: var(--r-lg);
  border: 1px solid var(--line); overflow: hidden;
  box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease;
  display: flex; flex-direction: column;
}
.tour-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-md); }
.tour-media { aspect-ratio: 16 / 11; overflow: hidden; }
.tour-media img, .tour-media video { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; display: block; }
.tour-card:hover .tour-media img, .tour-card:hover .tour-media video { transform: scale(1.06); }
.tour-body { padding: 22px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.tour-title { font-size: 1.16rem; margin: 0; }
.tour-excerpt { font-size: .9rem; margin: 0; color: var(--body); }

.rating-badge {
  align-self: flex-start; display: inline-flex; align-items: center; gap: 6px;
  background: var(--teal); color: #fff; font-family: 'Poppins', sans-serif;
  font-weight: 600; font-size: .82rem; padding: 6px 13px; border-radius: 50px;
}
.rating-reviews { font-weight: 400; opacity: .9; }
.rating-badge-sm { font-size: .74rem; padding: 4px 10px; }

.tour-loc { display: flex; align-items: center; gap: 6px; font-size: .85rem; color: var(--muted); margin: 0; }
.tour-link {
  margin-top: auto; display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: .92rem;
  color: var(--teal);
}
.tour-link svg { transition: transform .2s; }
.tour-link:hover svg { transform: translateX(4px); }

/* --------------------------- Process ---------------------------- */
.process {
  position: relative;
  overflow: hidden;
}

.process::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('../img/process.jpg') center center / cover no-repeat;
  pointer-events: none;
  z-index: 0;
}

.process .container {
  position: relative;
  z-index: 1;
}

.process-intro { text-align: center; margin-bottom: 56px; }
.process .section-title { color: #fff; }
.process .section-lead { color: rgba(255, 255, 255, .86); }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.process-line { position: absolute; inset: -10px 4% 30%; width: 92%; height: 200px; z-index: 0; pointer-events: none; }
.process-line path { fill: none; stroke: var(--teal-tint); stroke-width: 2; stroke-dasharray: 6 9; }
.process-card {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, .18);
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: var(--r-lg);
  padding: 34px 28px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .18);
  text-align: left;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}
.process-card:nth-child(3) { transform: translateY(46px); }
.process-card:nth-child(4) { transform: translateY(-30px); }
.process-icon {
  width: 58px; height: 58px; border-radius: 16px;
  background: rgba(255, 255, 255, .22); color: #fff;
  display: grid; place-items: center; margin-bottom: 18px;
  border: 1px solid rgba(255, 255, 255, .28);
}
.process-title { font-size: 1.18rem; margin-bottom: 8px; color: #fff; }
.process-text { font-size: .92rem; margin: 0; color: rgba(255, 255, 255, .82); }

/* ---------------------------- About ----------------------------- */
.about-collage { position: relative; min-height: 460px; }
.about-img { position: absolute; border-radius: var(--r-lg); object-fit: cover; box-shadow: var(--shadow-md); }
.about-img-1 { width: 60%; height: auto; top: 0; left: 0; }
.about-img-2 { width: 46%; height: auto; top: 60px; right: 0; }
.about-img-3 { width: 54%; height: auto; bottom: 0; left: 12%; }
.about-text { color: var(--body); margin-bottom: 18px; }
.about-points { list-style: none; padding: 0; margin: 0 0 26px; display: grid; gap: 12px; }
.about-points li { position: relative; padding-left: 32px; color: var(--ink-soft); font-weight: 500; }
.about-points li::before {
  content: ''; position: absolute; left: 0; top: 2px;
  width: 20px; height: 20px; border-radius: 50%;
  background: var(--teal-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M5 12l4 4 10-10' stroke='%23149e94' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / 12px no-repeat;
}

/* === About Page Hero, Story, Editorial, Final === */
.about-page-hero {
  padding-top: 78px;
  padding-bottom: 72px;
}

.about-page-hero .section-title {
  max-width: 560px;
  font-size: clamp(2.15rem, 4vw, 3.25rem);
  margin-bottom: 20px;
}

.about-page-hero .about-text {
  max-width: 570px;
}

.about-text.lead {
  color: var(--ink-soft);
  font-size: clamp(1.05rem, 1.4vw, 1.18rem);
  line-height: 1.75;
  font-weight: 500;
}

.about-image,
.about-inline-image,
.about-final-image {
  position: relative;
  overflow: hidden;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-md);
  background: var(--teal-soft);
  margin: 0;
}

.about-image img,
.about-inline-image img,
.about-final-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-image {
  aspect-ratio: 5 / 6;
}

.about-inline-image {
  aspect-ratio: 16 / 9;
  margin: 42px 0 46px;
}

.about-final-image {
  aspect-ratio: 4 / 3;
}

.about-story {
  padding-top: 48px;
  padding-bottom: 80px;
}

.about-editorial {
  padding: clamp(34px, 5vw, 64px);
  border-radius: var(--r-xl);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.about-heading {
  font-size: clamp(1.35rem, 2.2vw, 1.85rem);
  margin: 0 0 20px;
  color: var(--ink);
}

.about-inline-image + .about-heading {
  margin-top: 0;
}

.about-editorial .about-heading:not(:first-child) {
  margin-top: 48px;
}

.about-editorial .about-text {
  font-size: 1rem;
  line-height: 1.86;
  max-width: 760px;
}

.about-final {
  padding-top: 30px;
  padding-bottom: 96px;
}

.about-final .cta-title {
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  margin-bottom: 14px;
}

.about-final .cta-text {
  max-width: 520px;
  font-size: 1rem;
  line-height: 1.75;
}

/* ---------------------------- Stats ----------------------------- */
.stats {
  position: relative;
  overflow: hidden;
  background: url('../img/IMG_FUNDO_TOTAL-scaled.jpg') center center / cover no-repeat;
  border-radius: var(--r-xl);
  margin: 0 16px;
  padding: 84px 0;
}

.stats .container {
  position: relative;
  z-index: 1;
}


.stats-rule { display: block; width: 54px; height: 4px; background: var(--teal); border-radius: 4px; margin-bottom: 22px; }
.stats-subhead { font-size: 1.05rem; font-weight: 700; margin: 22px 0 10px; }
.stats-cards { display: grid; gap: 18px; }
.stat-card {
  background: #fff; border-radius: var(--r-lg); padding: 28px 32px;
  box-shadow: var(--shadow-sm); display: flex; flex-direction: column;
}
.stat-value { font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 2.7rem; color: var(--teal); line-height: 1; }
.stat-label { color: var(--ink-soft); font-weight: 500; margin-top: 6px; }

/* ------------------------ Testimonials -------------------------- */
.testimonials {
  overflow: hidden;
}

/* .testimonials .section-title {
  margin-bottom: 64px;
} */

.testi-slider-wrap {
  position: relative;
}

.testi-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 120px) / 3);
  gap: 60px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 8px 28px 16px;
  padding-top: 64px;
}

.testi-slider::-webkit-scrollbar {
  display: none;
}

.testi-card {
  position: relative;
  scroll-snap-align: start;
  background: #f6f6f6;
  border: 0;
  border-radius: 12px;
  padding: 62px 34px 28px;
  min-height: 245px;
  box-shadow: none;
  text-align: center;
}

.testi-avatar-wrap {
  position: absolute;
  top: -42px;
  left: 50%;
  width: 84px;
  height: 84px;
  transform: translateX(-50%);
}

.testi-avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  border: 0;
  flex: none;
}

.testi-tripadvisor {
  position: absolute;
  right: -2px;
  bottom: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #4bb33f;
  color: #4bb33f;
  display: grid;
  place-items: center;
  border: 4px solid #fff;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .08);
}

.testi-name {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #050505;
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.2;
}

.testi-date {
  font-family: 'Poppins', sans-serif;
  color: #858585;
  font-size: .92rem;
  line-height: 1.2;
  margin: 4px 0 22px;
}

.testi-stars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 12px;
}

.testi-star {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #4bb33f;
  background:
    radial-gradient(circle at center, #4bb33f 0 42%, transparent 44%);
}

.testi-verified {
  color: #4b8df7;
  display: inline-flex;
  margin-left: 8px;
}

.testi-text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #080808;
  font-family: 'Poppins', sans-serif;
  font-size: .92rem;
  line-height: 1.38;
  font-style: normal;
  margin: 0 auto;
  max-width: 360px;
}

.testi-read-more {
  appearance: none;
  border: 0;
  background: transparent;
  color: #8a8a8a;
  font-family: 'Poppins', sans-serif;
  font-size: .92rem;
  font-weight: 500;
  margin-top: 16px;
  padding: 0;
  cursor: pointer;
}

.testi-read-more:hover {
  color: #050505;
}

.testi-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 3px solid #f1f1f1;
  background: #fff;
  color: #666;
  display: grid;
  place-items: center;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .04);
  transition: color .18s ease, transform .18s ease, box-shadow .18s ease;
}

.testi-arrow:hover {
  color: #050505;
  transform: translateY(-50%) scale(1.04);
  box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
}

.testi-arrow-prev {
  left: -30px;
}

.testi-arrow-next {
  right: -30px;
}

/* ----------------------------- CTA ------------------------------ */
.cta-wrap { position: relative; display: grid; grid-template-columns: 1.15fr .85fr; gap: 22px; align-items: stretch; }
.cta-img {
  display: block;
  border-radius: var(--r-lg);
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

video.cta-img {
  background: #000;
}
.cta-panel {
  position: absolute; left: 40px; bottom: 40px; z-index: 3;
  background: rgba(255, 255, 255, .96); backdrop-filter: blur(6px);
  border-radius: var(--r-lg); padding: 30px 34px; max-width: 420px;
  box-shadow: var(--shadow-md);
}
.cta-title { font-size: clamp(1.5rem, 2.6vw, 2rem); margin-bottom: 12px; }
.cta-text { font-size: .94rem; margin: 0; color: var(--body); }
.cta-action {
  position: absolute; right: 40px; bottom: 40px; z-index: 3;
  background: var(--teal); color: #fff; border-radius: var(--r-lg);
  padding: 26px 30px; display: flex; align-items: center; gap: 16px;
  font-family: 'Poppins', sans-serif; font-weight: 600; font-size: 1.05rem;
  line-height: 1.2; box-shadow: 0 18px 40px rgba(20, 158, 148, .4);
  transition: transform .2s;
}
.cta-action:hover { transform: translateY(-3px); color: #fff; }

/* -------------------------- Page hero --------------------------- */
.page-hero { padding: 70px 0 10px; text-align: center; }
.page-hero .section-title { font-size: clamp(2rem, 4vw, 2.9rem); }
.page-hero .eyebrow { display: block; }

/* --------------------------- Contact ---------------------------- */
.contact-section { padding-top: 56px; }
.contact-info {
  background: var(--ink); color: #cdd9e2; border-radius: var(--r-lg);
  padding: 40px 36px; height: 100%;
}
.contact-info-title { color: #fff; font-size: 1.5rem; margin-bottom: 10px; }
.contact-info > p { color: #aebdc8; }
.contact-info-list { list-style: none; padding: 0; margin: 28px 0; display: grid; gap: 20px; }
.contact-info-list li { display: flex; gap: 14px; align-items: center; }
.ci-icon { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.08); color: var(--teal); display: grid; place-items: center; flex: none; }
.ci-icon svg { color: #d6df00; }
.ci-label { display: block; font-size: .76rem; text-transform: uppercase; letter-spacing: .1em; color: #8aa0ad; }
.contact-info-list a { color: #fff; font-weight: 500; }
.contact-info-list a:hover { color: #d6df00; }
.contact-rnaat { margin: 18px 0 0; font-size: .8rem; color: #8aa0ad; text-align: center; }

.contact-form-wrap {
  background: #fff; border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: 38px 36px; box-shadow: var(--shadow-sm);
}
.form-label { font-family: 'Poppins', sans-serif; font-weight: 500; color: var(--ink); font-size: .9rem; margin-bottom: 6px; }
.opt { color: var(--muted); font-weight: 400; }
.form-control {
  border-radius: 14px; border: 1.5px solid var(--line); padding: 12px 16px;
  font-size: .95rem; background: #fbfdfd;
}
.form-control:focus { border-color: var(--teal); box-shadow: 0 0 0 4px rgba(20,158,148,.12); background: #fff; }
.hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-alert { background: #fdecec; color: #b3261e; border-radius: 12px; padding: 14px 18px; margin-bottom: 20px; font-size: .92rem; }
.form-success { text-align: center; padding: 30px 10px; }
.form-success-icon { display: inline-flex; margin-bottom: 14px; }
.form-success h3 { color: var(--ink); margin-bottom: 6px; }
.form-success p { margin: 0; }

/* ---------------------------- Legal ----------------------------- */
.legal { padding-top: 50px; }
.legal-body { max-width: 760px; margin: 0 auto; }
.legal-body h2 { font-size: 1.3rem; margin: 30px 0 10px; }
.legal-updated { color: var(--muted); font-size: .9rem; }
.legal-note { margin-top: 30px; padding: 16px 20px; background: var(--teal-soft); border-radius: 12px; font-size: .88rem; color: var(--ink-soft); }

/* ---------------------------- Footer ---------------------------- */
.site-footer { background: #0e1c2b; color: #93a6b3; padding: 76px 0 30px; margin-top: 40px; }
.footer-brand { display: flex; align-items: center; gap: 10px; color: #fff; font-family: 'Poppins', sans-serif; font-weight: 700; font-size: 1.12rem; margin-bottom: 16px; }
.footer-brand .brand-mark { color: var(--teal); }
.footer-about { font-size: .9rem; line-height: 1.7; max-width: 340px; }
.footer-rnaat { font-size: .82rem; color: #6f8493; margin-top: 14px; letter-spacing: .04em; }
.footer-heading { color: #fff; font-size: 1rem; font-weight: 600; margin-bottom: 18px; }
.footer-list, .footer-contact { list-style: none; padding: 0; margin: 0; display: grid; gap: 11px; }
.footer-list a { color: #93a6b3; font-size: .9rem; }
.footer-list a:hover { color: #d6df00; }
.footer-contact li { display: flex; gap: 10px; align-items: flex-start; font-size: .9rem; }
.footer-contact svg { color: var(--teal); margin-top: 3px; flex: none; }
.footer-contact a { color: #93a6b3; }
.footer-contact a:hover { color: #d6df00; }
.footer-social { display: flex; gap: 12px; margin-top: 20px; }
.footer-social a {
  width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,.07);
  color: #c4d2dc; display: grid; place-items: center; transition: .18s;
}
.footer-social a:hover { background: var(--teal); color: #fff; transform: translateY(-2px); }
.footer-bottom {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.08);
  font-size: .84rem; color: #6f8493;
}
.footer-bottom p { margin: 0; }

/* ------------------------ Cookie banner ------------------------- */
.cookie-banner {
  position: fixed;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 1080;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity .24s ease, visibility .24s ease, transform .24s ease;
}

.cookie-banner.hide {
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px);
}

.cookie-banner-content {
  max-width: 980px;
  margin: 0 auto;
  background: #0e1c2b;
  color: #c4d2dc;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-lg);
  padding: 20px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.cookie-banner-content p {
  margin: 0;
  font-size: .9rem;
  line-height: 1.55;
}

.cookie-banner-content a {
  color: #d6df00;
  font-weight: 600;
}

.cookie-banner-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: none;
}

.cookie-banner .btn {
  white-space: nowrap;
  padding: 10px 22px;
  font-size: .9rem;
}

.cookie-banner .btn-outline-light {
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
}

.cookie-banner .btn-outline-light:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .55);
}
/* ------------------------- Scroll to top ------------------------ */
.scroll-top {
  position: fixed; right: 26px; bottom: 26px; z-index: 1040;
  width: 50px; height: 50px; border-radius: 50%; border: 0;
  background: var(--teal); color: #fff; display: grid; place-items: center;
  cursor: pointer; box-shadow: 0 14px 30px rgba(20,158,148,.4);
  opacity: 0; visibility: hidden; transform: translateY(14px); transition: .25s;
}
.scroll-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
.scroll-top:hover { background: var(--teal-dark); }

/* --------------------------- Reveal ----------------------------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .6s ease, transform .6s ease; transition-delay: var(--d, 0s); }
.reveal.in { opacity: 1; transform: none; }

/* -------------------------- Responsive -------------------------- */
@media (max-width: 991.98px) {
  .section { padding: 70px 0; }
  .navbar-collapse { background: #fff; border-radius: var(--r-md); padding: 18px; margin-top: 14px; box-shadow: var(--shadow-md); }
  .navbar-nav { gap: 2px; }
  .nav-cta { width: 100%; text-align: center; }
  .hero-content { padding: 44px 34px; }
  .hero-float { display: none; }
  .process-grid { grid-template-columns: 1fr; gap: 20px; }
  .process-line { display: none; }
  .process-card:nth-child(3), .process-card:nth-child(4) { transform: none; }
  .testi-slider { grid-auto-columns: calc((100% - 40px) / 2); gap: 40px; padding-left: 20px; padding-right: 20px; }
  .testi-card { padding-left: 28px; padding-right: 28px; }
  .about-collage { min-height: 380px; }
  .about-page-hero { padding-top: 62px; padding-bottom: 56px; }
  .about-image { aspect-ratio: 16 / 10; }
  .about-story { padding-top: 20px; padding-bottom: 62px; }
  .about-editorial { padding: 34px 28px; }
  .about-final { padding-top: 8px; padding-bottom: 70px; }
  .stats { margin: 0 8px; }
  .cta-wrap { grid-template-columns: 1fr; }
  .cta-img-2 { display: block; min-height: 280px; }
  .cta-panel { position: relative; left: 0; bottom: 0; max-width: none; margin-top: -90px; margin-left: 20px; margin-right: 20px; }
  .cta-action { position: relative; right: 0; bottom: 0; margin: 18px auto 0; width: fit-content; }
}

@media (max-width: 575.98px) {
  .section { padding: 56px 0; }
  .hero-card { min-height: 460px; }
  .hero-content { padding: 36px 24px; }
  .hero-overlay { background: rgba(15,35,50,.5); }
  .trust-row { gap: 26px; }
  .trust-item { font-size: 1.1rem; }
  .stat-value { font-size: 2.2rem; }
  .testimonials .section-title { margin-bottom: 56px; }
  .testi-slider { grid-auto-columns: 100%; }
  .testi-card { padding: 62px 22px 28px; min-height: 245px; }
  .testi-avatar-wrap, .testi-avatar { width: 84px; height: 84px; }
  .testi-avatar-wrap { top: -42px; }
  .testi-name { font-size: 1.08rem; }
  .testi-date, .testi-read-more { font-size: .9rem; }
  .testi-text { font-size: .9rem; }
  .testi-star { width: 20px; height: 20px; }
  .testi-arrow { width: 48px; height: 48px; }
  .testi-arrow-prev { left: -18px; }
  .testi-arrow-next { right: -18px; }
  .cta-img { min-height: 260px; }
  .cta-img-2 { min-height: 220px; }
  .cookie-banner { left: 14px; right: 14px; bottom: 14px; }
  .cookie-banner-content { display: block; padding: 18px; }
  .cookie-banner-actions { margin-top: 16px; justify-content: stretch; }
  .cookie-banner .btn { flex: 1; padding-left: 14px; padding-right: 14px; }
  .about-page-hero { padding-top: 46px; padding-bottom: 42px; }
  .about-page-hero .section-title { margin-bottom: 16px; }
  .about-text.lead { font-size: 1rem; line-height: 1.7; }
  .about-image,
  .about-inline-image,
  .about-final-image,
  .about-editorial { border-radius: var(--r-lg); }
  .about-inline-image { margin: 30px 0 34px; aspect-ratio: 4 / 3; }
  .about-editorial { padding: 28px 22px; }
  .about-editorial .about-heading:not(:first-child) { margin-top: 38px; }
  .about-editorial .about-text { font-size: .95rem; line-height: 1.78; }
  .about-final .cta-text { max-width: none; }
  .contact-info, .contact-form-wrap { padding: 28px 22px; }
  .footer-bottom { justify-content: center; text-align: center; }
}

/* --------------------- Movimento reduzido ----------------------- */
@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; }
  .reveal { opacity: 1 !important; transform: none !important; transition: none !important; }
  .btn-primary:hover, .tour-card:hover, .cta-action:hover { transform: none; }
}
.footer-contact li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.footer-contact small {
  display: block;
  margin-top: 4px;
  font-size: .78rem;
  line-height: 1.35;
  color: rgba(255, 255, 255, .65);
}


/* ---------------------------- Tour Detail ----------------------------- */
.tour-detail-hero {
  padding: 34px 0 40px;
}

.tour-detail-hero-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: var(--r-xl);
  box-shadow: var(--shadow-lg);
  background: var(--ink);
}

.tour-detail-hero-media,
.tour-detail-hero-card > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-detail-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(15, 35, 50, .72), rgba(15, 35, 50, .28), rgba(15, 35, 50, .1));
}

.tour-detail-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: clamp(44px, 7vw, 86px);
  color: #fff;
}

.tour-detail-hero-content .hero-title {
  max-width: 680px;
}

.tour-detail-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 26px;
}

.tour-detail-location {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, .18);
  backdrop-filter: blur(12px);
  font-weight: 700;
  font-size: .9rem;
}

.tour-detail-section {
  padding-top: 48px;
}

.tour-detail-content {
  max-width: 780px;
}

.tour-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 42px 0 56px;
}

.tour-gallery-item {
  margin: 0;
  overflow: hidden;
  border-radius: var(--r-xl);
  background: var(--teal-soft);
  box-shadow: var(--shadow-sm);
  aspect-ratio: 4 / 3;
}

.tour-gallery-large {
  grid-row: span 2;
  aspect-ratio: auto;
}

.tour-gallery-item img,
.tour-gallery-item video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.tour-detail-block {
  margin-top: 58px;
}

.tour-benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.tour-benefit-card {
  padding: 26px;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-sm);
}

.tour-benefit-card h3 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: 1.08rem;
}

.tour-benefit-card p {
  margin: 0;
  color: var(--body);
  line-height: 1.7;
  font-size: .95rem;
}

.tour-faq {
  display: grid;
  gap: 12px;
}

.tour-faq details {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: #fff;
  box-shadow: var(--shadow-sm);
  overflow: hidden;
}

.tour-faq summary {
  cursor: pointer;
  padding: 20px 24px;
  color: var(--ink);
  font-weight: 800;
  list-style: none;
}

.tour-faq summary::-webkit-details-marker {
  display: none;
}

.tour-faq p {
  margin: 0;
  padding: 0 24px 22px;
  color: var(--body);
  line-height: 1.7;
}

.tour-booking-card {
  position: sticky;
  top: 112px;
  padding: 26px;
  border-radius: var(--r-xl);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow-md);
}

.tour-booking-head h2 {
  margin: 0 0 10px;
  color: var(--ink);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}

.tour-booking-head p {
  margin: 0 0 20px;
  color: var(--body);
  line-height: 1.65;
}

.fareharbor-frame-wrap {
  overflow: hidden;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: var(--sand);
  margin-bottom: 18px;
}

.fareharbor-frame {
  display: block;
  width: 100%;
  min-height: 620px;
  border: 0;
  background: #fff;
}

.tour-related {
  padding-top: 34px;
}

.tour-related-card {
  height: 100%;
}
  .about-final { padding-top: 8px; padding-bottom: 70px; }
  .tour-detail-hero-card { min-height: 460px; }
  .tour-detail-hero-overlay { background: rgba(15, 35, 50, .56); }
  .tour-booking-card { position: relative; top: 0; }
  .fareharbor-frame { min-height: 560px; }
  .tour-detail-hero { padding-top: 18px; }
  .tour-detail-hero-card { min-height: 440px; border-radius: var(--r-lg); }
  .tour-detail-hero-content { padding: 34px 24px; }
  .tour-gallery { grid-template-columns: 1fr; gap: 14px; margin: 32px 0 44px; }
  .tour-gallery-large { grid-row: auto; aspect-ratio: 4 / 3; }
  .tour-gallery-item { border-radius: var(--r-lg); }
  .tour-benefits-grid { grid-template-columns: 1fr; }
  .tour-booking-card { padding: 22px; border-radius: var(--r-lg); }
  .fareharbor-frame { min-height: 520px; }
/* ---------------------------- Contact ----------------------------- */
