:root {
  --orange: #ff6a00;
  --orange-dark: #d94f00;
  --black: #050505;
  --white: #ffffff;
  --cream: #fff4e8;
  --cream-2: #ffe9d2;
  --text: #2b211c;
  --muted: #5a463c;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: var(--cream);
  color: var(--text);
}

img {
  max-width: 100%;
  display: block;
}

section {
  position: relative;
}

/* NAVBAR NOVA */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;

  display: grid;
  grid-template-columns: 180px 1fr auto;
  align-items: center;
  gap: 20px;

  padding: 18px 7%;

  background: transparent;
  box-shadow: none;

  transition: all .3s ease;
}

.header.nav-solid {
  background: #fff4e8;
  box-shadow: 0 5px 25px rgba(0,0,0,.08);
}


.header.nav-solid .nav a {
  color: #3a2b25 !important;
}


.header.nav-solid .btn-nav {
  background: #ff6a00 !important;
  color: #fff !important;
}

.logo {
  width: 140px;
  height: auto;
}

.nav {
  display: flex;
  justify-content: center;
  gap: 28px;
}

.nav a {
  color: #ff6a00;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: .3s;
}

.nav a:hover {
  color: #ff6a00;
}

.header.scrolled .nav a {
  color: #3a2b25;
}

.btn-nav {
  background: #ff6a00;
  color: white;
  text-decoration: none;
  padding: 12px 22px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 800;
  transition: .3s;
}

.btn-nav:hover {
  background: #d94f00;
  transform: translateY(-2px);
}

.menu-btn {
  display: none;
  background: none;
  border: none;
  color: #ff6a00;
  font-size: 32px;
  cursor: pointer;
}

.hero {
  min-height: 92vh;
  overflow: hidden;

  background:
    linear-gradient(
      90deg,
      rgba(255,244,232,.98) 0%,
      rgba(255,244,232,.75) 35%,
      rgba(255,244,232,.10) 72%
    ),
    url("Imagens/background.png");

  background-size: cover;
  background-position: center top;

  display: flex;
  align-items: center;
  padding: 130px 7% 170px;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;

  width: 100%;
  height: 180px;

  background: linear-gradient(
    to bottom,
    transparent,
    var(--cream)
  );

  z-index: 1;
}

.hero-content {
  max-width: 680px;
  position: relative;
  z-index: 2;
}

.hero-content span,
.section-tag {
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hero h1 {
  margin-top: 16px;
  font-family: Georgia, serif;
  font-size: clamp(48px, 6vw, 84px);
  line-height: .95;
  color: #3a2b25;
  font-weight: 400;
}

.hero h1 strong {
  color: var(--orange);
}

.hero p {
  max-width: 620px;
  margin: 28px 0;
  line-height: 1.8;
  font-size: 18px;
}

.hero-actions,
.cta-actions {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.btn-primary {
  display: inline-block;
  background: var(--orange);
  color: var(--white);
  padding: 16px 26px;
  border-radius: 40px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .5px;
  box-shadow: 0 14px 30px rgba(255,106,0,.32);
  transition: .3s;
}

.btn-primary:hover {
  transform: translateY(-3px);
  background: var(--orange-dark);
}

.btn-secondary {
  display: inline-block;
  color: var(--orange);
  background: var(--white);
  padding: 15px 24px;
  border-radius: 40px;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
}

.video-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--text);
}

.video-btn span {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--white);
  color: var(--orange);
  display: grid;
  place-items: center;
  box-shadow: 0 10px 25px rgba(0,0,0,.12);
}

.video-btn strong {
  display: block;
  font-size: 12px;
}

.video-btn small {
  font-size: 12px;
}

.manifesto {
  min-height: 520px;
  background: var(--cream);
  overflow: visible;
  position: relative;
  z-index: 5;

  display: grid;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  gap: 45px;

  padding: 20px 7% 80px;
}

.manifesto-numero {
  color: var(--orange);
  text-align: center;
}

.manifesto-numero strong {
  font-size: 24px;
}

.manifesto-numero span {
  display: block;
  width: 2px;
  height: 52px;
  background: var(--orange);
  margin: 18px auto;
}

.manifesto-numero small {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #3a2b25;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 2px;
}

.baiana-overlap {
  width: 430px;
  max-width: none;
  justify-self: center;
  margin-top: -90px;
  margin-left: 120px; /* afasta do texto */
  filter: drop-shadow(0 28px 40px rgba(0,0,0,.12));
}

.baiana-premium {
  margin-left: 150px;
}

.manifesto-texto h2,
.helio-text h2,
.experiencias h2,
.tour-text h2,
.destinos h2,
.diferenciais h2,
.depoimentos h2,
.midia h2,
.bahia-helio h2,
.cta-final h2,
.contato h2 {
  margin-top: 14px;
  font-family: Georgia, serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1;
  color: #3a2b25;
  font-weight: 400;
}

.manifesto-texto h2 em,
.helio-text h2 em {
  color: var(--orange);
}

.manifesto-texto p {
  max-width: 560px;
  margin-top: 18px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 18px;
}

.quote-section {
  background:
    linear-gradient(rgba(0,0,0,.65), rgba(0,0,0,.65)),
    url("Imagens/2.png");

  background-size: cover;
  background-position: center;
  padding: 95px 7%;
  text-align: center;
}

.quote-section blockquote {
  max-width: 950px;
  margin: auto;
  color: white;
  font-family: Georgia, serif;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.15;
}

.quote-section cite {
  display: block;
  margin-top: 24px;
  color: var(--orange);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* =========================
   QUEM É HÉLIO PREMIUM
========================= */

.helio-premium {
  position: relative;
  overflow: hidden;
  padding: 120px 7%;
  background:
    radial-gradient(circle at 78% 42%, rgba(255,106,0,.10), transparent 34%),
    linear-gradient(135deg, #fff8f0 0%, var(--cream) 58%, var(--cream-2) 100%);
}

.helio-premium-content {
  position: relative;
  z-index: 2;
  max-width: 1450px;
  margin: auto;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 80px;
  align-items: center;
}

.helio-premium-text h2 {
  margin-top: 16px;
  font-family: Georgia, serif;
  font-size: clamp(40px, 5vw, 68px);
  line-height: .98;
  font-weight: 400;
  color: #3a2b25;
}

.helio-premium-text h2 em {
  color: var(--orange);
  font-style: italic;
}

.helio-premium-text p {
  max-width: 650px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.85;
}


.helio-credentials {
  margin: 42px 0 38px;
  display: flex;
  justify-content: flex-start;
  gap: 70px;
  flex-wrap: wrap;
}

.helio-credential {
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.credential-logo-wrap {
  width: 120px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.credential-logo {
  display: block;
  object-fit: contain;
  transition: .35s ease;
}

.credential-logo:hover {
  transform: translateY(-4px);
}

.cadastur-logo {
  width: 200px;
  height: auto;
}


.abeta-logo {
  width: 120px;
  height: auto;
}

.helio-premium {
  padding-bottom: 180px;
}

.helio-photo-editorial img {
  height: 680px;
}

.helio-premium-visual {
  min-height: 680px;
}

.indicadores {
  margin-top: -80px;
}

.helio-credential {
  min-height: 190px;
  height: auto;
  overflow: visible;
}

.helio-credentials {
  align-items: flex-start;
}

.helio-credential strong {
  display: block;
  color: #3a2b25;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: .4px;
  margin-bottom: 8px;
}

.helio-credential span {
  display: block;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.55;
}

.helio-premium-visual {
  position: relative;
  min-height: 760px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.helio-igreja-bg {
  position: absolute;
  inset: 0;

  background-image: url("Imagens/igreja.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;

  opacity: .12;

  z-index: 1;
  pointer-events: none;
}

/* ARTE DA BAHIA EM TODA A SEÇÃO */

.helio-premium{
    position: relative;
    overflow: hidden;
}

.helio-premium::before{
    content: "";

    position: absolute;
    inset: 0;

    background-image: url("Imagens/igreja.png");
    background-repeat: no-repeat;
    background-position: center -200px;
    background-size: 1800px auto;

    opacity: .12;

    z-index: 0;
    pointer-events: none;
}

.helio-premium-content{
    position: relative;
    z-index: 2;
}

.helio-photo-editorial {
  position: relative;
  z-index: 3;
  width: min(650px, 100%);
  display: flex;
  justify-content: center;
}

.helio-photo-editorial img {
  width: 100%;
  height: 780px;

  object-fit: cover;

  object-position: center 15%;

  border-radius: 32px;

  box-shadow:
    0 35px 80px rgba(43,33,28,.18);

  transition: .4s ease;
}

.helio-photo-editorial img:hover{
  transform: scale(1.02);
}

@media (max-width: 1100px) {
  .helio-premium-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .helio-premium-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .helio-credentials {
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .helio-premium {
    padding: 90px 7%;
  }

  .helio-credentials {
    justify-content: center;
    gap: 28px;
  }

  .helio-credential {
    width: 160px;
  }

  .credential-logo-wrap {
    width: 105px;
    height: 80px;
  }

  .cadastur-logo {
    width: 90px;
  }

  .abeta-logo {
    width: 62px;
  }

  .helio-premium-visual {
    min-height: 560px;
  }

  .helio-photo-editorial img {
    height: 520px;
  }
}
/* INDICADORES PREMIUM */

.indicadores {
  position: relative;
  z-index: 8;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;

  margin-top: -70px;
  padding: 0 7% 90px;

  background: transparent;
}

.indicador {
  position: relative;
  overflow: hidden;

  min-height: 245px;

  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,244,232,.88));

  border: 1px solid rgba(255,106,0,.12);
  border-radius: 34px;

  padding: 38px 26px;

  text-align: left;

  box-shadow:
    0 28px 70px rgba(43,33,28,.12),
    inset 0 0 0 1px rgba(255,255,255,.65);

  transition: .35s ease;
}

.indicador:hover {
  transform: translateY(-8px);
  box-shadow:
    0 38px 90px rgba(43,33,28,.17),
    inset 0 0 0 1px rgba(255,255,255,.75);
}

.indicador::before {
  content: "";
  position: absolute;
  right: -55px;
  top: -55px;

  width: 150px;
  height: 150px;

  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,106,0,.18), transparent 70%);
}

.indicador::after {
  content: "✦";
  position: absolute;
  right: 28px;
  top: 26px;

  color: rgba(255,106,0,.35);
  font-size: 26px;
}

.indicador small {
  display: inline-flex;
  align-items: center;

  margin-bottom: 22px;

  color: var(--orange);

  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.indicador strong {
  display: block;

  margin-bottom: 12px;

  color: #3a2b25;

  font-family: Georgia, serif;
  font-size: clamp(46px, 5vw, 64px);
  font-weight: 400;
  line-height: .9;
}

.indicador span {
  display: block;

  color: var(--orange);

  font-size: 15px;
  font-weight: 900;
  line-height: 1.35;
}

.indicador p {
  margin-top: 14px;

  color: var(--muted);

  font-size: 14px;
  line-height: 1.65;
}

/* RESPONSIVO INDICADORES */

@media (max-width: 1050px) {
  .indicadores {
    grid-template-columns: repeat(2, 1fr);
    margin-top: -40px;
  }
}

@media (max-width: 650px) {
  .indicadores {
    grid-template-columns: 1fr;
    margin-top: -25px;
    padding-bottom: 70px;
  }

  .indicador {
    min-height: auto;
    text-align: center;
  }

  .indicador::after {
    right: 50%;
    transform: translateX(50%);
    top: 22px;
    opacity: .25;
  }
}

/* EXPERIÊNCIAS - CARROSSEL PREMIUM REFINADO */

.experiencias {
  padding: 110px 0;
  text-align: center;
  background:
    linear-gradient(180deg, var(--cream) 0%, #fff8f0 55%, var(--cream) 100%);
  overflow: hidden;
}

.experiencias > .section-tag,
.experiencias > h2 {
  padding-left: 7%;
  padding-right: 7%;
}

.carousel-area {
  position: relative;
  margin-top: 54px;
  overflow: hidden;
}

.carousel-area::before,
.carousel-area::after {
  content: "";
  position: absolute;
  top: 0;
  width: 12%;
  height: 100%;
  z-index: 5;
  pointer-events: none;
}

.carousel-area::before {
  left: 0;
  background: linear-gradient(to right, var(--cream), transparent);
}

.carousel-area::after {
  right: 0;
  background: linear-gradient(to left, var(--cream), transparent);
}

.experiencias-carousel {
  width: 100%;
  overflow: hidden;
  padding: 14px 0 42px;
}

.experiencias-track {
  display: flex;
  align-items: stretch;
  gap: 22px;
  width: max-content;
  will-change: transform;
}

.exp-card {
  position: relative;
  flex: 0 0 330px;
  height: 455px;
  overflow: hidden;
  border-radius: 28px;
  cursor: pointer;
  background: #111;
  box-shadow: 0 22px 50px rgba(43,33,28,.14);
  transition: transform .35s ease, box-shadow .35s ease;
}

.exp-card:nth-child(even) {
  margin-top: 0;
}

.exp-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 70px rgba(43,33,28,.20);
}

.exp-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease;
}

.exp-card:hover img {
  transform: scale(1.06);
}

.exp-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.88) 0%,
      rgba(0,0,0,.62) 36%,
      rgba(0,0,0,.14) 72%,
      rgba(0,0,0,.02) 100%
    );
}

.exp-card::after {
  content: "";
  position: absolute;
  inset: 12px;
  z-index: 2;
  border: 1px solid rgba(255,255,255,.22);
  border-radius: 22px;
  pointer-events: none;
}

.exp-card div {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  padding: 28px;
  text-align: left;
}

.exp-card div::before {
  content: "EXPERIÊNCIA";
  display: inline-flex;
  margin-bottom: 13px;
  padding: 7px 11px;
  border-radius: 30px;
  background: rgba(255,106,0,.92);
  color: white;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 1.2px;
}

.exp-card h3 {
  font-family: Georgia, serif;
  font-size: 30px;
  line-height: 1;
  color: white;
  margin-bottom: 12px;
  font-weight: 400;
}

.exp-card p {
  color: rgba(255,255,255,.86);
  line-height: 1.55;
  font-size: 14px;
}

.exp-arrow {
  position: absolute;
  top: 50%;
  z-index: 20;
  transform: translateY(-50%);

  width: 58px;
  height: 58px;

  border: none;
  border-radius: 50%;

  background: rgba(255,255,255,.96);
  color: var(--orange);

  font-size: 26px;
  font-weight: 900;
  cursor: pointer;

  display: flex;
  align-items: center;
  justify-content: center;

  box-shadow: 0 16px 34px rgba(0,0,0,.16);
  transition: .3s ease;
}

.exp-arrow:hover {
  background: var(--orange);
  color: white;
  transform: translateY(-50%) scale(1.08);
}

.exp-arrow-left {
  left: 28px;
}

.exp-arrow-right {
  right: 28px;
}

.carousel-btn {
  display: none;
}

@media (max-width: 900px) {
  .experiencias {
    padding: 80px 0;
  }

  .experiencias-track {
    gap: 16px;
  }

  .exp-card {
    flex: 0 0 285px;
    height: 390px;
    border-radius: 24px;
  }

  .exp-card::after {
    inset: 9px;
    border-radius: 18px;
  }

  .exp-card div {
    padding: 23px;
  }

  .exp-card h3 {
    font-size: 25px;
  }

  .exp-card p {
    font-size: 13px;
  }

  .exp-arrow {
    width: 48px;
    height: 48px;
    font-size: 22px;
  }

  .exp-arrow-left {
    left: 10px;
  }

  .exp-arrow-right {
    right: 10px;
  }
}

/* =========================
   MODAL EXPERIÊNCIAS IGUAL PASSEIOS
========================= */

.exp-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.exp-modal.active {
  display: flex;
}

.exp-modal-content {
  position: relative;
  width: min(1180px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  background: var(--cream);
  border-radius: 38px;
  box-shadow: 0 40px 110px rgba(0,0,0,.42);
}

.exp-close {
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 10;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: white;
  color: var(--orange);
  font-size: 34px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

.exp-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}

.exp-modal-image {
  position: relative;
  background: #111;
  border-radius: 38px 0 0 38px;
  overflow: hidden;
}

.exp-modal-image .tour-media-stage {
  width: 100%;
  height: 100%;
  min-height: 680px;
}

.exp-modal-image img {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  border: none;
}

.exp-modal-text {
  padding: 72px 58px 58px;
  text-align: left;
}

.exp-modal-text h2 {
  margin-top: 14px;
  font-family: Georgia, serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  font-weight: 400;
  color: #3a2b25;
}

.exp-modal-text p {
  margin-top: 22px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 17px;
}

.exp-modal-info {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.exp-modal-info span {
  background: white;
  padding: 16px;
  border-radius: 18px;
  color: #3a2b25;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(43,33,28,.07);
}

.exp-modal-info span::before {
  content: "✦ ";
  color: var(--orange);
}

.exp-video-box {
  margin-top: 30px;
  padding: 24px;
  background: white;
  border-left: 5px solid var(--orange);
  border-radius: 22px;
}

.exp-video-box h3 {
  font-family: Georgia, serif;
  color: #3a2b25;
  font-size: 28px;
  font-weight: 400;
}

.exp-video-box p {
  margin-top: 10px;
  font-size: 15px;
}

.exp-modal-text .btn-primary {
  margin-top: 32px;
}

@media (max-width: 900px) {
  .exp-modal-grid {
    grid-template-columns: 1fr;
  }

  .exp-modal-image {
    border-radius: 38px 38px 0 0;
  }

  .exp-modal-image .tour-media-stage,
  .exp-modal-image img {
    min-height: 360px;
    height: 360px;
  }

  .exp-modal-text {
    padding: 42px 26px;
    text-align: center;
  }

  .exp-modal-info {
    grid-template-columns: 1fr;
  }
}

/* ======================================
   TOUR CAROUSEL PREMIUM
====================================== */

.tour-carousel-section {
  position: relative;
  overflow: hidden;

  background:
    linear-gradient(135deg, rgba(0,0,0,.82), rgba(42,20,7,.88)),
    url("Imagens/background.png");

  background-size: cover;
  background-position: center;

  color: white;

  padding: 105px 120px;
}

.tour-carousel-track {
  position: relative;
  min-height: 540px;
}

.tour-slide {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: center;

  position: absolute;
  inset: 0;

  opacity: 0;
  transform: translateX(60px);
  pointer-events: none;

  transition:
    opacity .8s ease,
    transform .8s ease;
}

.tour-slide.active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  position: relative;
}

.tour-text h2 {
  color: white;
}

.tour-text p {
  max-width: 650px;
  margin: 24px 0 32px;
  color: #f3d9c2;
  line-height: 1.8;
  font-size: 18px;
}

.tour-box {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);

  border-radius: 34px;

  padding: 42px;

  backdrop-filter: blur(10px);

  box-shadow:
    0 25px 70px rgba(0,0,0,.25);
}

.tour-box h3 {
  font-family: Georgia, serif;
  color: var(--orange);
  font-size: 34px;
  margin-bottom: 22px;
}

.tour-box li {
  list-style: none;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: rgba(255,255,255,.92);
}

.tour-box li::before {
  content: "✦ ";
  color: var(--orange);
}

.tour-destaques {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.tour-destaques span {
  background: white;
  color: var(--orange);
  padding: 10px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 900;
}

/* ESTILO FINAL DAS SETAS DO TOUR */

.tour-carousel-section .tour-carousel-arrow {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;

  width: 64px !important;
  height: 64px !important;

  border: none !important;
  border-radius: 50% !important;

  background: rgba(255,255,255,.15) !important;
  backdrop-filter: blur(12px) !important;

  color: white !important;
  font-size: 28px !important;
  font-weight: 900 !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  cursor: pointer !important;

  box-shadow:
    0 15px 35px rgba(0,0,0,.30),
    inset 0 0 0 1px rgba(255,255,255,.15) !important;

  transition: all .3s ease !important;

  z-index: 9999 !important;
}

.tour-carousel-section .tour-carousel-arrow:hover {
  background: var(--orange) !important;
  color: white !important;

  transform: translateY(-50%) scale(1.1) !important;

  box-shadow:
    0 20px 40px rgba(255,106,0,.45) !important;
}

.tour-carousel-section .tour-carousel-prev {
  left: 30px !important;
  right: auto !important;
}

.tour-carousel-section .tour-carousel-next {
  right: 30px !important;
  left: auto !important;
}

@media (max-width: 900px) {
  .tour-carousel-section .tour-carousel-arrow {
    width: 52px !important;
    height: 52px !important;
    font-size: 22px !important;
  }

  .tour-carousel-section .tour-carousel-prev {
    left: 10px !important;
  }

  .tour-carousel-section .tour-carousel-next {
    right: 10px !important;
  }
}


.destinos-grid article,
.midia-grid article {
  background: white;
  padding: 32px;
  border-radius: 28px;
  text-align: left;
  box-shadow: 0 18px 45px rgba(0,0,0,.07);
}

.destinos-grid h3,
.midia-grid h3 {
  font-family: Georgia, serif;
  color: var(--orange);
  font-size: 28px;
  margin-bottom: 14px;
}

.destinos-grid p,
.midia-grid p {
  color: var(--muted);
  line-height: 1.7;
}

.diferenciais {
  background: var(--cream-2);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 55px;
  padding: 95px 7%;
  align-items: center;
}

.diferenciais-lista p {
  font-size: 20px;
  line-height: 1.8;
  color: var(--muted);
  margin-bottom: 24px;
}

.diferenciais-lista li {
  list-style: none;
  padding: 13px 0;
  font-weight: 800;
  color: #3a2b25;
}

.diferenciais-lista li::before {
  content: "✔ ";
  color: var(--orange);
}

.diferenciais {
  position: relative;
  overflow: hidden;
}

.diferenciais::before {
  content: "";

  position: absolute;

  right: -120px;
  top: -120px;

  width: 380px;
  height: 380px;

  border-radius: 50%;

  background:
    radial-gradient(
      rgba(255,106,0,.12),
      transparent 70%
    );

  pointer-events: none;
}

.diferenciais h2 strong {
  color: var(--orange);
  font-weight: 400;
}

.diferenciais-lista {
  background: rgba(255,255,255,.65);

  backdrop-filter: blur(10px);

  padding: 40px;

  border-radius: 28px;

  box-shadow:
    0 20px 60px rgba(0,0,0,.08);
}

.diferenciais-lista ul {
  margin-top: 25px;
}

.diferenciais-lista li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
}

.diferenciais-lista li:last-child {
  border-bottom: none;
}

.depoimentos,
.midia {
  padding: 0;
}

.contato {
  padding: 95px 7%;
  text-align: center;
}

.experiencias h2,
.destinos h2,
.contato h2 {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

/* =========================
   DEPOIMENTOS + NA MÍDIA
========================= */

.social-proof {
  background:
    radial-gradient(circle at top right, rgba(255,106,0,.10), transparent 35%),
    linear-gradient(180deg, var(--cream) 0%, #fff8f0 48%, var(--cream) 100%);
  padding: 105px 7%;
  text-align: center;
  overflow: hidden;
}

.depoimentos-bloco {
  max-width: 1450px;
  margin: 0 auto 120px;
  display: grid;
  grid-template-columns: .9fr 1.7fr;
  gap: 70px;
  align-items: center;
  text-align: left;
}

.depoimentos-intro .section-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.depoimentos-intro h2 {
  margin-top: 16px;
  font-family: Georgia, serif;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.05;
  color: #3a2b25;
  font-weight: 400;
}

.depoimentos-intro p {
  max-width: 390px;
  margin-top: 22px;
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
}

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

.depoimento-card {
  background: rgba(255,255,255,.88);
  border-radius: 18px;
  padding: 30px 28px 24px;
  box-shadow: 0 18px 45px rgba(43,33,28,.10);
  min-height: 255px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.stars {
  color: var(--orange);
  font-size: 18px;
  letter-spacing: 3px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 18px;
}

.depoimento-card p {
  position: relative;

  color: #3a2b25;
  font-size: 15px;
  line-height: 1.65;
  font-weight: 700;

  padding-top: 28px;
  margin-bottom: 24px;

  z-index: 2;
}


.depoimento-card p::before {
  content: "“";

  position: absolute;
  left: -8px;
  top: -28px;

  font-family: Georgia, serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 1;

  color: rgba(255,106,0,.18);

  z-index: -1;
}

.cliente {
  border-top: 1px solid rgba(255,106,0,.45);
  padding-top: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.cliente img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;

  border: 2px solid var(--orange);

  box-shadow: 0 6px 18px rgba(255,106,0,.25);
}

.cliente small {
  display: flex;
  align-items: center;
  gap: 6px;

  color: var(--muted);
  font-size: 14px;
}

.cliente small i {
  color: var(--orange);
  font-size: 13px;
}

@media (max-width: 1050px) {
  .depoimentos-bloco {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 40px;
  }

  .depoimentos-intro p {
    margin-left: auto;
    margin-right: auto;
  }

  .depoimentos-grid {
    grid-template-columns: 1fr;
  }
}

.midia-bloco {
  position: relative;
  max-width: 1450px;
  margin: auto;
}

.midia-bloco::before {
  content: "";
  position: absolute;
  right: -90px;
  top: -90px;
  width: 360px;
  height: 360px;
  background: url("Imagens/logo.png") center/contain no-repeat;
  opacity: .04;
  pointer-events: none;
}

.midia-subtitle {
  max-width: 720px;
  margin: 24px auto 48px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.midia-premium-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.midia-card-premium {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 24px 60px rgba(43,33,28,.13);
  text-align: left;
  transition: .35s ease;
}

.midia-card-premium:hover {
  transform: translateY(-8px);
  box-shadow: 0 34px 80px rgba(43,33,28,.18);
}

.midia-img {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.midia-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .6s ease;
}

.midia-card-premium:hover .midia-img img {
  transform: scale(1.06);
}

.midia-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,.08), rgba(0,0,0,.20));
}

.midia-img span {
  position: absolute;
  top: 26px;
  left: 26px;
  z-index: 2;
  background: var(--orange);
  color: white;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .5px;
}

.midia-content {
  position: relative;
  padding: 62px 30px 34px;
}

.midia-logo {
  position: absolute;
  top: -50px;
  left: 30px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background: white;
  color: var(--orange);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 17px;
  line-height: 1.05;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(0,0,0,.16);
}

.midia-content small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  margin-bottom: 24px;
  padding-left: 130px;
}

.midia-content small::before {
  content: "▣ ";
  color: var(--orange);
}

.midia-content h3 {
  font-family: Georgia, serif;
  color: #3a2b25;
  font-size: 30px;
  line-height: 1.08;
  font-weight: 400;
  margin-bottom: 22px;
}

.midia-content p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 32px;
}

.midia-content a {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  align-items: center;
  color: var(--orange);
  text-decoration: none;
  font-weight: 900;
}

.midia-content a b {
  color: #9b3c00;
  font-size: 24px;
  font-weight: 400;
}

@media (max-width: 1000px) {
  .depoimentos-grid,
  .midia-premium-grid {
    grid-template-columns: 1fr;
  }

  .depoimento-card {
    text-align: center;
  }

  .midia-img {
    height: 280px;
  }

  .midia-content small {
    padding-left: 120px;
  }
}

@media (max-width: 600px) {
  .social-proof {
    padding: 80px 7%;
  }

  .depoimentos-bloco {
    margin-bottom: 85px;
  }

  .depoimento-card {
    padding: 30px;
  }

  .depoimento-card p {
    font-size: 22px;
  }

  .midia-content {
    padding: 58px 24px 30px;
  }

  .midia-content h3 {
    font-size: 27px;
  }
}

.bahia-helio {
  background:
    linear-gradient(
      90deg,
      rgba(255,244,232,.96),
      rgba(255,244,232,.75)
    ),
    url("Imagens/2.png");

  background-size: cover;
  background-position: center;

  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 45px;
  align-items: center;
  

  padding: 105px 7%;
  
}

.bahia-helio-text p {
  max-width: 650px;
  margin: 24px 0 32px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 18px;
}

.bahia-helio-box {
  background: white;
  padding: 42px;
  border-radius: 34px;
  box-shadow: 0 20px 50px rgba(0,0,0,.10);
}

.bahia-helio-box h3 {
  font-family: Georgia, serif;
  color: var(--orange);
  font-size: 34px;
  margin-bottom: 20px;
}

.bahia-helio-box li {
  list-style: none;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);
  color: var(--muted);
}

.bahia-helio-box li::before {
  content: "✦ ";
  color: var(--orange);
}



.cta-final {
  background: linear-gradient(135deg, #111, #2a1407);
  color: white;
  text-align: center;
  padding: 105px 7%;
}

.cta-final h2 {
  color: white;
  max-width: 900px;
  margin: auto;
}

.cta-final p {
  max-width: 760px;
  margin: 24px auto 34px;
  color: #f3d9c2;
  line-height: 1.8;
  font-size: 18px;
}

.cta-actions {
  justify-content: center;
}

.contato p {
  margin: 18px 0 35px;
  color: var(--muted);
}

form {
  max-width: 820px;
  margin: auto;
  display: grid;
  gap: 16px;
}

input,
textarea {
  width: 100%;
  padding: 18px 20px;
  border: none;
  border-radius: 18px;
  font-size: 16px;
  outline: none;
  background: var(--white);
}

textarea {
  height: 150px;
  resize: none;
}

/* =========================
   FOOTER PREMIUM
========================= */

.footer-premium {
  background:
    linear-gradient(
      135deg,
      #1a120d 0%,
      #0f0907 55%,
      #070707 100%
    );

  padding: 80px 7% 30px;
  color: #fff;

  border-top: 1px solid rgba(255,255,255,.06);
}

.footer-main {
  max-width: 1300px;
  margin: auto;

  display: grid;
  grid-template-columns: 1.5fr 1fr 1.2fr;
  gap: 70px;

  align-items: start;
}

.footer-logo-area img {
  width: 260px;
  margin-bottom: 22px;
}

.footer-logo-area p {
  max-width: 380px;

  color: rgba(255,255,255,.72);

  font-size: 16px;
  line-height: 1.8;
}

.footer-column h3 {
  color: #fff;

  font-size: 13px;
  font-weight: 800;

  text-transform: uppercase;
  letter-spacing: 1.5px;

  margin-bottom: 24px;
}

.footer-column a {
  display: flex;
  align-items: center;
  gap: 10px;

  text-decoration: none;

  color: rgba(255,255,255,.68);

  margin-bottom: 14px;

  transition: all .3s ease;
}

.footer-column a:hover {
  color: var(--orange);
  transform: translateX(4px);
}

.footer-column a i {
  width: 18px;
  color: var(--orange);
}

.footer-bottom {
  max-width: 1300px;
  margin: 50px auto 0;

  padding-top: 25px;

  border-top: 1px solid rgba(255,255,255,.08);

  text-align: center;
}

.footer-bottom p {
  color: rgba(255,255,255,.45);

  font-size: 13px;
  line-height: 1.6;
}

/* RESPONSIVO */

@media (max-width: 900px) {

  .footer-main {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .footer-logo-area {
    text-align: center;
  }

  .footer-logo-area p {
    margin: auto;
  }

  .footer-column {
    text-align: center;
  }

  .footer-column a {
    justify-content: center;
  }
}

.modal {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.75);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 100;
  padding: 20px;
}

.modal.active {
  display: flex;
}

.modal-content {
  background: var(--cream);
  max-width: 500px;
  padding: 42px;
  border-radius: 28px;
  position: relative;
  text-align: center;
}

.modal-content h3 {
  font-family: Georgia, serif;
  font-size: 42px;
  color: var(--orange);
  margin-bottom: 15px;
}

.modal-content p {
  line-height: 1.7;
}

#closeModal {
  position: absolute;
  top: 16px;
  right: 20px;
  border: none;
  background: transparent;
  font-size: 32px;
  cursor: pointer;
}

@media (max-width: 1050px) {
  .nav {
    gap: 16px;
  }

  .nav a {
    font-size: 13px;
  }

  .header {
    grid-template-columns: 150px 1fr auto;
  }
}

@media (max-width: 900px) {
  .header {
    grid-template-columns: 1fr auto;
  }

  .btn-nav {
    display: none;
  }

  .nav {
    position: absolute;
    top: 84px;
    right: 7%;
    width: 260px;
    background: var(--black);
    border-radius: 20px;
    padding: 24px;
    flex-direction: column;
    display: none;
  }

  .nav a {
    color: white;
  }

  .nav.active {
    display: flex;
  }

  .menu-btn {
    display: block;
  }

  .hero {
    min-height: auto;
    padding: 120px 7% 120px;
    background:
      linear-gradient(rgba(255,244,232,.90), rgba(255,244,232,.90)),
      url("Imagens/background.png");
    background-size: cover;
    background-position: center;
  }

  .manifesto,
  .helio-content,
  .tour-postais,
  .diferenciais,
  .bahia-helio {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .manifesto-numero {
    display: none;
  }

  .baiana-overlap {
    width: 300px;
    margin: -40px auto 0;
  }

  .helio-section::before {
    width: 100%;
    right: 0;
    opacity: .18;
    border-radius: 0;
  }

  .helio-image img {
    max-width: 330px;
  }

  .helio-list,
  .hero-actions {
    justify-content: center;
  }

  .indicadores {
  grid-template-columns: repeat(2, 1fr);
  padding: 50px 7% 30px;
}

.indicador {
  padding: 30px 18px;
}

  .indicador {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,.12);
  }

  .tour-text p,
  .bahia-helio-text p,
  .manifesto-texto p,
  .helio-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .logo {
    width: 135px;
  }
}


.destinos-premium {
  padding: 110px 7%;
  text-align: center;
  background:
    radial-gradient(circle at center, rgba(255,106,0,.08), transparent 38%),
    var(--cream);
}

.destinos-premium h2 em {
  color: var(--orange);
  font-style: normal;
}

.destinos-subtitle {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.destinos-toolbar {
  max-width: 1450px;
  margin: 42px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.destinos-filtros {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.destino-filter {
  height: 46px;
  min-width: 110px;
  border: none;
  background: white;
  color: #3a2b25;
  padding: 0 22px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  transition: .3s;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

.destino-filter:hover,
.destino-filter.active {
  background: var(--orange);
  color: white;
}

.destinos-search {
  width: min(320px, 100%);
  height: 48px;
  background: white;
  border-radius: 40px;
  display: flex;
  align-items: center;
  padding: 0 18px;
  gap: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

.destinos-search span {
  color: var(--orange);
  font-size: 20px;
}

.destinos-search input {
  background: transparent;
  border: none;
  width: 100%;
  height: 100%;
  padding: 0;
}

.destinos-grid-premium {
  max-width: 1450px;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.destino-card-premium {
  position: relative;
  height: 320px;
  overflow: hidden;
  border-radius: 18px;
  background: #111;
  box-shadow: 0 22px 55px rgba(43,33,28,.14);

  opacity: 1;
  transform: translateY(0);
  transition:
    opacity .35s ease,
    transform .35s ease;
}

.destino-card-premium.is-hiding {
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
}

.destino-card-premium.is-hidden {
  display: none;
}

.destino-card-premium.is-showing {
  animation: destinoReveal .38s ease forwards;
}

@keyframes destinoReveal {
  from {
    opacity: 0;
    transform: translateY(18px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.destino-card-premium:hover {
  transform: translateY(-6px);
}

.destino-card-premium img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .7s;
}

.destino-card-premium:hover img {
  transform: scale(1.06);
}

.destino-card-premium::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.92) 0%,
      rgba(0,0,0,.65) 42%,
      rgba(0,0,0,.10) 100%
    );
}

.destino-info {
  position: absolute;
  inset: 0;
  z-index: 2;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: left;
}

.destino-info small {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  min-height: 42px;
  max-width: 100%;

  margin-bottom: 16px;
  padding: 10px 16px;

  border-radius: 999px;
  background: rgba(255,106,0,.96);
  color: white;

  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .4px;
  text-transform: uppercase;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.destino-info small span {
  flex: 0 0 auto;
  font-size: 14px;
}

.destino-info {
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.destino-info h3 {
  min-height: 72px;
  display: flex;
  align-items: flex-end;
}

.destino-info p {
  min-height: 92px;
}

.destino-info a {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.18);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  font-size: 24px;
  transition: .35s ease;
}

.destino-info a:hover {
  transform: translateX(4px);
  background: var(--orange);
  border-color: var(--orange);
  box-shadow: 0 12px 30px rgba(255,106,0,.35);
}

.btn-ver-destinos {
  margin-top: 35px;
  border: none;
  background: var(--orange);
  color: white;
  padding: 18px 42px;
  border-radius: 40px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1px;
  cursor: pointer;
  box-shadow: 0 14px 35px rgba(255,106,0,.28);
  transition: .3s;
}

.btn-ver-destinos:hover {
  transform: translateY(-3px);
}

@media(max-width:1150px) {
  .destinos-grid-premium {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media(max-width:700px) {
  .destinos-grid-premium {
    grid-template-columns: 1fr;
  }

  .destino-card-premium {
    height: 340px;
  }

  .destinos-toolbar {
    justify-content: center;
  }

  .destinos-filtros {
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .destino-filter {
    white-space: nowrap;
  }

  .destinos-search {
    width: 100%;
  }
}


/* =========================
   SCROLLBAR FITA DO BONFIM
========================= */

::-webkit-scrollbar {
  width: 16px;
}

::-webkit-scrollbar-track {
  background:
    repeating-linear-gradient(
      180deg,
      #fff7df 0px,
      #fff7df 22px,
      #f7d45a 22px,
      #f7d45a 26px
    );
  border-left: 1px solid rgba(0,0,0,.08);
  border-right: 1px solid rgba(0,0,0,.08);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(
    180deg,
    #ff8a1c,
    #ff6a00,
    #d94f00
  );

  border: 3px solid #fff7df;
  border-radius: 30px;

  box-shadow:
    inset 0 0 8px rgba(255,255,255,.45),
    0 0 10px rgba(255,106,0,.45);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(
    180deg,
    #ff9f3d,
    #ff6a00,
    #c94400
  );
}

/* Firefox */
html {
  scrollbar-width: thin;
  scrollbar-color: #ff6a00 #fff7df;
}

body {
  max-width: 100%;
  overflow-x: hidden;
}

/* Esconde barras de todos os elementos */
*:not(html)::-webkit-scrollbar {
  display: none !important;
}

*:not(html) {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

/* =========================
   LOADING + IDIOMA PREMIUM
========================= */

.site-loader {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background:
    radial-gradient(circle at 50% 45%, rgba(255,106,0,.18), transparent 34%),
    linear-gradient(135deg, #fff8f0 0%, var(--cream) 55%, var(--cream-2) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: opacity .8s ease, visibility .8s ease;
}

.site-loader.loader-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader-reveal {
  position: absolute;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: var(--cream);
  transform: scale(0);
  z-index: 1;
}

.site-loader.loader-opening .loader-reveal {
  animation: loaderReveal 1.15s cubic-bezier(.22,1,.36,1) forwards;
}

.loader-content {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  animation: loaderEntrance .9s ease forwards;
}

.site-loader.loader-opening .loader-content {
  animation: loaderExit .65s ease forwards;
}

.loader-logo {
  width: 210px;
  filter: drop-shadow(0 18px 35px rgba(255,106,0,.22));
}

.loader-title {
  margin-top: 26px;
  font-family: Georgia, serif;
  color: #3a2b25;
  font-size: 32px;
  line-height: 1;
}

.loader-subtitle {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .6px;
}

.language-options{
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;

  margin-top:40px;
}

.language-card{
  position:relative;

  width:260px;
  height:155px;

  border:none;
  padding:0;

  overflow:hidden;

  cursor:pointer;

  border-radius:28px;

  background:none;

  transition:.45s;

  box-shadow:
  0 18px 40px rgba(0,0,0,.12);
}

.language-card::before{
  content:"";

  position:absolute;
  inset:0;

  background-size:cover;
  background-position:center;

  transition:.7s;
}

.language-card::after{
  content:"";

  position:absolute;
  inset:0;

  background:
  linear-gradient(
    to top,
    rgba(0,0,0,.55),
    rgba(0,0,0,.05)
  );
}

.lang-br::before{
  background-image:url("Imagens/flag-br.jpg");
}

.lang-us::before{
  background-image:url("Imagens/flag-us.jpg");
}

.lang-es::before{
  background-image:url("Imagens/flag-es.jpg");
}

.language-card span{
  position:absolute;

  left:50%;
  bottom:20px;

  transform:translateX(-50%);

  z-index:3;

  color:white;

  font-size:28px;
  font-family:Georgia,serif;
  font-weight:500;

  text-shadow:
  0 3px 10px rgba(0,0,0,.35);
}

.language-card:hover{
  transform:
    translateY(-8px);
}

.language-card:hover::before{
  transform:scale(1.08);
}

.language-card:hover{
  box-shadow:
    0 30px 60px rgba(255,106,0,.18);
}

.language-options button {
  border: 1px solid rgba(255,106,0,.20);
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(12px);
  color: #3a2b25;
  padding: 14px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 9px;
  box-shadow: 0 14px 32px rgba(43,33,28,.08);
  transition: .3s ease;
}

.language-options button span {
  font-size: 22px;
}

.language-options button:hover {
  background: var(--orange);
  color: white;
  transform: translateY(-4px);
  box-shadow: 0 18px 38px rgba(255,106,0,.28);
}

.loader-route {
  position: relative;
  width: 260px;
  height: 42px;
  margin-top: 28px;
  overflow: hidden;
  opacity: .85;
}

.loader-route::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    rgba(255,106,0,.25) 0 10px,
    transparent 10px 18px
  );
}

.loader-route span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--orange), transparent);
  transform: translateX(-100%);
  animation: routeLine 1.4s ease-in-out infinite;
}

.loader-route i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 13px;
  height: 13px;
  background: var(--orange);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  box-shadow:
    0 0 0 8px rgba(255,106,0,.12),
    0 0 24px rgba(255,106,0,.45);
  animation: routePoint 1.4s ease-in-out infinite;
}

body.loading-active {
  overflow: hidden;
}

@keyframes loaderEntrance {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes loaderExit {
  to {
    opacity: 0;
    transform: translateY(-20px) scale(.94);
  }
}

@keyframes routeLine {
  0% { transform: translateX(-100%); }
  55% { transform: translateX(0); }
  100% { transform: translateX(100%); }
}

@keyframes routePoint {
  0% { left: 0; }
  55% { left: 100%; }
  100% { left: 100%; opacity: 0; }
}

@keyframes loaderReveal {
  0% {
    transform: scale(0);
    opacity: 1;
  }

  100% {
    transform: scale(18);
    opacity: 1;
  }
}

@media (max-width: 600px) {
  .loader-logo {
    width: 170px;
  }

  .loader-title {
    font-size: 26px;
  }

  .language-options {
    flex-direction: column;
    width: 230px;
  }

  .language-options button {
    justify-content: center;
  }
}

/* REMOVE BARRA GOOGLE */

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0 !important;
}

.goog-te-gadget {
  display: none !important;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-balloon-frame {
  display: none !important;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none !important;
}

iframe.skiptranslate {
  display: none !important;
}


/* =========================
   PASSEIOS PREMIUM
========================= */

.destinos-premium {
  padding: 110px 7%;
  text-align: center;
  background: radial-gradient(circle at top right, rgba(255,106,0,.10), transparent 34%), linear-gradient(180deg, var(--cream) 0%, #fff8f0 52%, var(--cream) 100%);
  overflow: hidden;
}

.destinos-premium h2 {
  max-width: 900px;
  margin: 14px auto 0;
  font-family: Georgia, serif;
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1;
  color: #3a2b25;
  font-weight: 400;
}

.destinos-premium h2 em {
  color: var(--orange);
  font-style: italic;
}

.destinos-subtitle {
  max-width: 760px;
  margin: 22px auto 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

/* ESCOLHA INICIAL */

.passeios-selecao .destinos-toolbar,
.passeios-selecao .destinos-grid-premium,
.passeios-selecao .btn-ver-destinos {
  display: none;
}

.tipo-passeio-selector.modo-escolha {
  margin: 54px auto 20px;
  display: grid;
  grid-template-columns: repeat(2, minmax(260px, 370px));
  gap: 32px;
  justify-content: center;
}

.tipo-card {
  min-height: 280px;
  padding: 28px 26px 18px;

  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,106,0,.28);
  border-radius: 12px;

  box-shadow: 0 18px 45px rgba(43,33,28,.12);

  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  cursor: pointer;
  transition: .3s ease;
}

.tipo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 26px 60px rgba(255,106,0,.18);
}

.tipo-icon {
  width: 64px;
  height: 64px;
  border: 2px solid var(--orange);
  border-radius: 50%;

  display: flex;
  align-items: center;
  justify-content: center;

  color: var(--orange);
  font-size: 28px;

  margin-bottom: 18px;
}

.tipo-card strong {
  color: var(--orange);
  font-size: 26px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.tipo-line {
  width: 38px;
  height: 2px;
  background: var(--orange);
  margin: 13px 0 18px;
}

.tipo-card p {
  max-width: 260px;
  color: #2b211c;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: auto;
}

.tipo-card small {
  width: 100%;
  margin-top: 22px;
  padding: 14px 18px;

  background: var(--orange);
  color: white;

  border-radius: 7px;

  font-size: 11px;
  font-weight: 900;
  letter-spacing: .5px;
  text-transform: uppercase;

  box-shadow: 0 10px 24px rgba(255,106,0,.25);
}

.tipo-card:hover small {
  background: var(--orange-dark);
}

/* APÓS SELEÇÃO */

.passeios-selecao.selecionado .tipo-passeio-selector.modo-escolha {
  display: none;
}

.passeios-selecao.selecionado .destinos-toolbar {
  display: flex;
}

.passeios-selecao.selecionado .destinos-grid-premium {
  display: grid;
}

.destinos-toolbar {
  max-width: 1180px;
  margin: 44px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
}

.tipo-passeio-compacto {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.tipo-passeio-btn.compacto {
  padding: 13px 24px;
  min-height: auto;
  min-width: auto;

  border: none;
  border-radius: 999px;

  background: white;
  color: #3a2b25;

  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;

  cursor: pointer;
  box-shadow: 0 10px 28px rgba(43,33,28,.08);
  transition: .3s ease;
}

.tipo-passeio-btn.compacto:hover,
.tipo-passeio-btn.compacto.active {
  background: var(--orange);
  color: white;
  box-shadow: 0 16px 36px rgba(255,106,0,.28);
}

.destinos-filtros {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.destino-filter {
  border: none;
  cursor: pointer;

  padding: 12px 18px;
  border-radius: 999px;

  background: white;
  color: #3a2b25;

  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;

  box-shadow: 0 10px 26px rgba(43,33,28,.08);
  transition: .3s ease;
}

.destino-filter:hover,
.destino-filter.active {
  background: #3a2b25;
  color: white;
}

.destinos-search {
  min-width: 280px;
  height: 48px;

  display: flex;
  align-items: center;
  gap: 10px;

  background: white;
  border-radius: 999px;
  padding: 0 18px;

  box-shadow: 0 12px 32px rgba(43,33,28,.08);
}

.destinos-search span {
  color: var(--orange);
  font-size: 20px;
  font-weight: 900;
}

.destinos-search input {
  width: 100%;
  height: 100%;

  border: none;
  outline: none;
  background: transparent;

  padding: 0;

  font-size: 14px;
  color: #3a2b25;
}

/* GRID DE PASSEIOS */

.destinos-grid-premium {
  max-width: 1450px;
  margin: auto;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
}

.destino-card-premium {
  position: relative;
  overflow: hidden;

  min-height: 430px;
  border-radius: 30px;

  background: #111;
  text-align: left;

  box-shadow: 0 24px 60px rgba(43,33,28,.16);

  transition:
    opacity .28s ease,
    transform .35s ease,
    box-shadow .35s ease;
}

.destino-card-premium:hover {
  transform: translateY(-8px);
  box-shadow: 0 36px 86px rgba(43,33,28,.22);
}

.destino-card-premium img {
  width: 100%;
  height: 100%;
  min-height: 430px;
  object-fit: cover;
  transition: .6s ease;
}

.destino-card-premium:hover img {
  transform: scale(1.06);
}

.destino-card-premium::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;

  background:
    linear-gradient(
      to top,
      rgba(0,0,0,.88) 0%,
      rgba(0,0,0,.62) 38%,
      rgba(0,0,0,.16) 72%,
      rgba(0,0,0,.02) 100%
    );
}

.destino-info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;

  width: 100%;
  padding: 30px;
}

.destino-info small {
  display: inline-flex;
  align-items: center;
  gap: 7px;

  margin-bottom: 13px;
  padding: 8px 12px;

  border-radius: 999px;
  background: rgba(255,106,0,.94);
  color: white;

  font-size: 10px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
}

.destino-info h3 {
  font-family: Georgia, serif;
  color: white;
  font-size: 31px;
  line-height: 1.02;
  font-weight: 400;
  margin-bottom: 12px;
}

.destino-info p {
  color: rgba(255,255,255,.86);
  font-size: 14px;
  line-height: 1.6;
  padding-right: 38px;
}

.destino-arrow {
  position: absolute;
  right: 26px;
  bottom: 28px;

  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  border-radius: 50%;
  background: white;
  color: var(--orange);

  text-decoration: none;
  font-size: 24px;

  transition: .3s ease;
}

.destino-arrow:hover {
  background: var(--orange);
  color: white;
  transform: translateX(4px);
}

.destino-card-premium.is-hidden {
  display: none;
}

.destino-card-premium.is-hiding {
  opacity: 0;
  transform: translateY(18px) scale(.98);
}

.destino-card-premium.is-showing {
  animation: destinoShow .42s ease both;
}

@keyframes destinoShow {
  from {
    opacity: 0;
    transform: translateY(24px) scale(.97);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* BOTÃO VER MAIS */

.btn-ver-destinos {
  margin-top: 46px;

  border: none;
  cursor: pointer;

  background: var(--orange);
  color: white;

  padding: 16px 28px;
  border-radius: 999px;

  font-size: 13px;
  font-weight: 900;
  letter-spacing: .6px;

  box-shadow: 0 16px 36px rgba(255,106,0,.30);
  transition: .3s ease;
}

.btn-ver-destinos:hover {
  background: var(--orange-dark);
  transform: translateY(-3px);
}

/* RESPONSIVO */

@media (max-width: 1150px) {
  .destinos-grid-premium {
    grid-template-columns: repeat(2, 1fr);
  }

  .destinos-toolbar {
    justify-content: center;
  }

  .destinos-filtros {
    justify-content: center;
  }
}

@media (max-width: 750px) {
  .tipo-passeio-selector.modo-escolha {
    grid-template-columns: 1fr;
  }

  .tipo-passeio-compacto {
    width: 100%;
    justify-content: center;
  }

  .tipo-passeio-btn.compacto {
    flex: 1;
  }
}

@media (max-width: 650px) {
  .destinos-premium {
    padding: 85px 7%;
  }

  .destinos-toolbar {
    flex-direction: column;
  }

  .destinos-search {
    width: 100%;
    min-width: 0;
  }

  .destinos-grid-premium {
    grid-template-columns: 1fr;
  }

  .destino-card-premium {
    min-height: 390px;
  }

  .destino-card-premium img {
    min-height: 390px;
  }
}

.escolha-passeio-msg {
  max-width: 700px;
  margin: 30px auto 50px;

  padding: 24px 28px;

  background: rgba(255,255,255,.9);

  border-radius: 24px;

  color: #3a2b25;

  font-size: 18px;
  line-height: 1.6;
  text-align: center;

  box-shadow: 0 18px 45px rgba(43,33,28,.08);
}

.escolha-passeio-msg span {
  display: block;
  font-size: 34px;
  margin-bottom: 10px;
}

.escolha-passeio-msg strong {
  color: var(--orange);
}

/* =========================
   TRANSFERS E RECEPÇÃO
========================= */

.transfers-section {
  padding: 110px 7%;
  background:
    radial-gradient(circle at top left, rgba(255,106,0,.10), transparent 34%),
    linear-gradient(180deg, #fff8f0 0%, var(--cream) 100%);
  overflow: hidden;
}

.transfers-hero {
  max-width: 1450px;
  margin: auto;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.transfers-text h2 {
  margin-top: 16px;
  font-family: Georgia, serif;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1;
  color: #3a2b25;
  font-weight: 400;
}

.transfers-text h2 em {
  color: var(--orange);
  font-style: italic;
}

.transfers-text p {
  max-width: 600px;
  margin: 26px 0 34px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.8;
}

.transfers-visual {
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;

  display: flex;
  align-items: center;
  justify-content: center;
}

.transfers-visual img {
  width: 100%;
  max-width: 760px;
  height: auto;
  object-fit: contain;
}

.transfers-grid {
  max-width: 1450px;
  margin: 70px auto 0;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;

  align-items: stretch;
}

.transfer-card {
  min-height: 410px;

  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,106,0,.14);
  border-radius: 26px;

  padding: 38px 28px 34px;

  text-align: center;
  box-shadow: 0 20px 50px rgba(43,33,28,.10);

  display: flex;
  flex-direction: column;
  align-items: center;

  transition: .35s ease;
}

.transfer-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 75px rgba(255,106,0,.16);
}

.transfer-icon {
  width: 100%;
  height: 120px;

  margin-bottom: 22px;

  display: flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 120px;
}

.transfer-icon img {
  max-width: 180px;
  max-height: 100px;

  width: auto;
  height: auto;

  object-fit: contain;
}

.transfer-card h3 {
  position: relative;

  width: 100%;
  min-height: 74px;

  margin: 0 0 34px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: Georgia, serif;
  color: #3a2b25;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 400;
}

.transfer-card h3::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;

  width: 42px;
  height: 2px;

  background: var(--orange);

  transform: translateX(-50%);
}

.transfer-card p {
  width: 100%;
  min-height: 82px;

  margin: 0;

  display: flex;
  align-items: flex-start;
  justify-content: center;

  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.transfers-benefits {
  max-width: 1450px;
  margin: 34px auto 0;

  background: rgba(255,255,255,.88);
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(43,33,28,.08);

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.transfers-benefits div {
  padding: 28px;
  border-right: 1px solid rgba(255,106,0,.18);
}

.transfers-benefits div:last-child {
  border-right: none;
}

.transfers-benefits strong {
  display: block;
  color: #3a2b25;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.transfers-benefits p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 1050px) {
  .transfers-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .transfers-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .transfers-grid,
  .transfers-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .transfers-benefits div:nth-child(2) {
    border-right: none;
  }
}

@media (max-width: 650px) {
  .transfers-section {
    padding: 85px 7%;
  }

  .transfers-grid,
  .transfers-benefits {
    grid-template-columns: 1fr;
  }

  .transfer-card {
    min-height: auto;
  }

  .transfer-icon {
    height: 110px;
    flex-basis: 110px;
  }

  .transfer-card h3 {
    min-height: auto;
  }

  .transfer-card p {
    min-height: auto;
  }

  .transfers-benefits div {
    border-right: none;
    border-bottom: 1px solid rgba(255,106,0,.18);
  }

  .transfers-benefits div:last-child {
    border-bottom: none;
  }
}

.transfers-benefits strong {
  display: block;
  color: #3a2b25;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.transfers-benefits p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 1050px) {
  .transfers-hero {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .transfers-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .transfers-grid,
  .transfers-benefits {
    grid-template-columns: repeat(2, 1fr);
  }

  .transfers-benefits div:nth-child(2) {
    border-right: none;
  }
}

@media (max-width: 650px) {
  .transfers-section {
    padding: 85px 7%;
  }

  .transfers-visual img {
    height: 320px;
  }

  .transfers-grid,
  .transfers-benefits {
    grid-template-columns: 1fr;
  }

  .transfers-benefits div {
    border-right: none;
    border-bottom: 1px solid rgba(255,106,0,.18);
  }

  .transfers-benefits div:last-child {
    border-bottom: none;
  }
}

/* solicitar roteiro */

.roteiro-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.roteiro-modal.active {
  display: flex;
}

.roteiro-box {
  position: relative;
  width: min(760px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  background: var(--cream);
  border-radius: 34px;
  padding: 46px;
  box-shadow: 0 35px 90px rgba(0,0,0,.35);
}

.roteiro-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  color: var(--orange);
  font-size: 30px;
  cursor: pointer;
}

.roteiro-box h2 {
  margin: 12px 0 28px;
  font-family: Georgia, serif;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1;
  color: #3a2b25;
  font-weight: 400;
}

.roteiro-grupo {
  margin-bottom: 26px;
  padding: 22px;
  background: white;
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(43,33,28,.08);
}

.roteiro-grupo h3 {
  margin-bottom: 14px;
  color: var(--orange);
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase;
}

.roteiro-grupo label {
  display: block;
  margin: 12px 0;
  color: #3a2b25;
  font-weight: 700;
  cursor: pointer;
}

.roteiro-grupo input {
  width: auto;
  margin-right: 8px;
}

.roteiro-duvida {
  margin: 12px 0 26px;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 700;
}

.roteiro-sucesso {
  display: none;
  margin: 18px 0;
  padding: 16px 18px;
  border-radius: 16px;
  background: #e9f8ee;
  color: #176b35;
  font-weight: 900;
  line-height: 1.5;
}

.roteiro-sucesso {
  display: none;
  margin: 20px 0;
  padding: 18px;
  border-radius: 16px;
  background: #e8f7ed;
  border: 1px solid #b7e4c7;
  color: #1b5e20;
  font-weight: 700;
  text-align: center;
}

.roteiro-sucesso-final {
  display: none;
  text-align: center;
  padding: 60px 20px;
}

.roteiro-sucesso-final strong {
  display: block;
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 36px;
  line-height: 1.15;
  margin-bottom: 16px;
}

.roteiro-sucesso-final p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.6;
}

@media (max-width: 650px) {
  .roteiro-box {
    padding: 34px 24px;
  }
}

/* fim solicitar roteiro */

.periodo-viagem {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media (max-width: 650px) {
  .periodo-viagem {
    grid-template-columns: 1fr;
  }
}

/* quiz baiano */
.quiz-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.quiz-modal.active {
  display: flex;
}

.quiz-box {
  position: relative;
  width: min(820px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  background: var(--cream);
  border-radius: 34px;
  padding: 46px;
  box-shadow: 0 35px 90px rgba(0,0,0,.35);
  
}

.quiz-close {
  position: absolute;
  top: 18px;
  right: 20px;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  color: var(--orange);
  font-size: 30px;
  cursor: pointer;
}

.quiz-topo {
  margin: 24px 0;
}

.quiz-topo strong {
  display: block;
  margin-bottom: 10px;
  color: var(--orange);
  font-weight: 900;
}

.quiz-barra {
  width: 100%;
  height: 12px;
  background: white;
  border-radius: 999px;
  overflow: hidden;
}

.quiz-barra span {
  display: block;
  width: 0%;
  height: 100%;
  background: var(--orange);
  border-radius: 999px;
  transition: .4s ease;
}

.quiz-box h2 {
  font-family: Georgia, serif;
  font-size: clamp(32px, 5vw, 54px);
  line-height: 1.05;
  color: #3a2b25;
  font-weight: 400;
  margin-bottom: 28px;
}

.quiz-opcoes {
  display: grid;
  gap: 14px;
}

.quiz-opcao {
  border: none;
  background: white;
  color: #3a2b25;
  padding: 18px 20px;
  border-radius: 18px;
  text-align: left;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(43,33,28,.08);
  transition: .25s ease;
}

.quiz-opcao:hover {
  transform: translateY(-2px);
}

.quiz-opcao.correta {
  background: #dff6e8;
  color: #176b35;
  border: 2px solid #2e9f5b;
}

.quiz-opcao.errada {
  background: #fde2e2;
  color: #9b1c1c;
  border: 2px solid #d93030;
}

.quiz-feedback {
  display: none;
  margin-top: 24px;
  padding: 22px;
  background: white;
  border-left: 5px solid var(--orange);
  border-radius: 18px;
  color: var(--muted);
  line-height: 1.7;
  font-weight: 700;
}

.quiz-feedback strong {
  display: block;
  color: #3a2b25;
  margin-bottom: 8px;
}

.quiz-final {
  display: none;
  text-align: center;
  padding: 40px 10px;
}

.quiz-final h2 {
  color: var(--orange);
}

.quiz-final p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin-top: 18px;
}

.quiz-final .btn-primary {
  margin-top: 28px;
}

.quiz-proxima {
  margin-top: 20px;
}

/* fim quiz baiano */

.reviews-links-premium {
  width: 100%;
  max-width: 720px;
  margin: 38px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.reviews-links-premium .reviews-link-btn {
  height: 72px;
  padding: 0 22px;
  border-radius: 999px;
  background: #fff;
  color: #3a2b25;
  text-decoration: none;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  font-weight: 900;
  box-shadow: 0 16px 38px rgba(43,33,28,.10);
  border: 1px solid rgba(255,106,0,.16);
  transition: .3s ease;
}

.reviews-links-premium .reviews-link-btn:hover {
  transform: translateY(-4px);
  background: var(--orange);
  color: #fff;
}

.review-logo{
  width:28px;
  height:28px;
  object-fit:contain;
  flex-shrink:0;
}

.reviews-links-premium .reviews-link-btn strong {
  font-size: 16px;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .reviews-links-premium {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .reviews-links-premium .reviews-link-btn {
    height: 62px;
    padding: 0 10px;
  }

  .reviews-links-premium .reviews-link-btn strong {
    font-size: 12px;
  }
}

.depoimentos-grid {
  grid-template-columns: repeat(3, 1fr) !important;
  align-items: stretch !important;
}

.depoimento-card {
  width: 100% !important;
  min-height: 360px !important;
}

.reviews-links-premium {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 520px;
  margin: 36px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.reviews-links-premium .reviews-link-btn {
  height: 64px;
  border-radius: 999px;
}

@media (max-width: 1050px) {
  .depoimentos-grid {
    grid-template-columns: 1fr !important;
  }
}

/* =========================
   MODAL DETALHES PASSEIOS
========================= */

.tour-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: rgba(0,0,0,.78);
  backdrop-filter: blur(8px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.tour-modal.active {
  display: flex;
}

.tour-modal-content {
  position: relative;
  width: min(1180px, 100%);
  max-height: 90vh;
  overflow-y: auto;
  background: var(--cream);
  border-radius: 38px;
  box-shadow: 0 40px 110px rgba(0,0,0,.42);
}

.tour-modal-close {
  position: absolute;
  top: 20px;
  right: 22px;
  z-index: 10;
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: white;
  color: var(--orange);
  font-size: 34px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

.tour-modal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 680px;
}

.tour-modal-media {
  position: relative;
  background: #111;
  border-radius: 38px 0 0 38px;
  overflow: hidden;
}

.tour-media-stage {
  width: 100%;
  height: 100%;
  min-height: 680px;
}

.tour-media-stage img,
.tour-media-stage video,
.tour-media-stage iframe {
  width: 100%;
  height: 100%;
  min-height: 680px;
  object-fit: cover;
  border: none;
}

.tour-media-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  transform: translateY(-50%);
  width: 52px;
  height: 52px;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,.94);
  color: var(--orange);
  font-size: 34px;
  cursor: pointer;
  box-shadow: 0 14px 30px rgba(0,0,0,.22);
}

.tour-media-prev {
  left: 18px;
}

.tour-media-next {
  right: 18px;
}

.tour-media-thumbs {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  z-index: 6;
  display: flex;
  gap: 10px;
  overflow-x: auto;
}

.tour-media-thumb {
  width: 76px;
  height: 56px;
  border: 2px solid transparent;
  border-radius: 14px;
  overflow: hidden;
  cursor: pointer;
  opacity: .75;
  flex: 0 0 auto;
  background: white;
}

.tour-media-thumb.active {
  opacity: 1;
  border-color: var(--orange);
}

.tour-media-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tour-modal-info {
  padding: 72px 58px 58px;
  text-align: left;
}

.tour-modal-info h2 {
  margin-top: 14px;
  font-family: Georgia, serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1;
  font-weight: 400;
  color: #3a2b25;
}

.tour-modal-info p {
  margin-top: 22px;
  color: var(--muted);
  line-height: 1.8;
  font-size: 17px;
}

.tour-modal-topicos {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.tour-modal-topicos span {
  background: white;
  padding: 16px;
  border-radius: 18px;
  color: #3a2b25;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 25px rgba(43,33,28,.07);
}

.tour-modal-topicos span::before {
  content: "✦ ";
  color: var(--orange);
}

.tour-modal-extra {
  margin-top: 30px;
  padding: 24px;
  background: white;
  border-left: 5px solid var(--orange);
  border-radius: 22px;
}

.tour-modal-extra h3 {
  font-family: Georgia, serif;
  color: #3a2b25;
  font-size: 28px;
  font-weight: 400;
}

.tour-modal-extra p {
  margin-top: 10px;
  font-size: 15px;
}

.tour-modal-info .btn-primary {
  margin-top: 32px;
}

@media (max-width: 900px) {
  .tour-modal-grid {
    grid-template-columns: 1fr;
  }

  .tour-modal-media {
    border-radius: 38px 38px 0 0;
  }

  .tour-media-stage,
  .tour-media-stage img,
  .tour-media-stage video,
  .tour-media-stage iframe {
    min-height: 360px;
    height: 360px;
  }

  .tour-modal-info {
    padding: 42px 26px;
    text-align: center;
  }

  .tour-modal-topicos {
    grid-template-columns: 1fr;
  }
}

/* CORREÇÃO LARGURA TOTAL - BAHIA DE HÉLIO E CTA FINAL */

.bahia-helio,
.cta-final {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* ==========================
   DIVISOR ENTRE SEÇÕES
========================== */

.section-divider{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:24px;
  margin:90px auto;
  max-width:1200px;
  padding:0 40px;
}

.section-divider::before,
.section-divider::after{
  content:"";
  flex:1;
  height:1px;
  background:linear-gradient(
    to right,
    transparent,
    rgba(0,0,0,.12),
    transparent
  );
}

.section-divider span{
  font-size:.75rem;
  letter-spacing:4px;
  text-transform:uppercase;
  color:#b57a38;
  font-weight:600;
  white-space:nowrap;
}

/* Alinha todos os botões da seção Na Mídia */

.midia-card-premium{
    display:flex;
    flex-direction:column;
}

.midia-content{
    display:flex;
    flex-direction:column;
    flex:1;
}

.midia-content a{
    margin-top:auto;
}

.bahia-helio p{
    text-align: justify;
    text-align-last: center;
    max-width: 900px;
    margin: 40px auto 50px;
    line-height: 1.8;
}

.roteiro-grupo label{
    display:flex;
    align-items:center;
    gap:12px;

    width:320px;
    margin:12px auto;

    text-align:left;
}

/* ==========================
   MODAL VIDEO HERO
========================== */

.hero-video-modal{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.88);
    display:flex;
    justify-content:center;
    align-items:center;
    z-index:999999;
    opacity:0;
    visibility:hidden;
    transition:.35s;
    padding:20px;
}

.hero-video-modal.active{
    opacity:1;
    visibility:visible;
}

.hero-video-box{
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
}

.hero-video-box video{
    width:auto;
    height:85vh;
    max-width:95vw;
    max-height:85vh;
    object-fit:contain;
    display:block;
    border-radius:20px;
    background:#000;
    box-shadow:0 20px 60px rgba(0,0,0,.5);
}

.hero-video-close{
    position:absolute;
    top:-15px;
    right:-15px;
    width:45px;
    height:45px;
    border:none;
    border-radius:50%;
    background:#ff6a00;
    color:#fff;
    font-size:28px;
    cursor:pointer;
    z-index:10;
}

.hero-video-close:hover{
    transform:scale(1.08);
}

@media(max-width:768px){

    .hero-video-box video{
        width:auto;
        height:80vh;
        max-width:95vw;
        max-height:80vh;
    }

}

/* CORREÇÃO BOTÃO VÍDEO HERO */

.video-btn,
.video-trigger,
#openHeroVideo{
    display:flex !important;
    align-items:center;
    gap:18px;
    cursor:pointer;
    position:relative;
    z-index:20;
}

.video-btn .play-btn,
.video-trigger .play-btn{
    width:70px;
    height:70px;
    border-radius:50%;
    background:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    color:#ff6a00;
    font-size:28px;
    flex-shrink:0;
}

.video-btn strong,
.video-trigger strong{
    display:block;
    color:#111;
    font-weight:700;
    font-size:1rem;
}

.video-btn span,
.video-trigger span{
    display:block;
}

/* NAV PREMIUM */

.nav a{
    position:relative;
    transition:.3s;
}

.nav a::after{
    content:'';
    position:absolute;
    left:50%;
    bottom:-8px;
    transform:translateX(-50%);
    width:0;
    height:3px;
    border-radius:10px;
    background:#ff6a00;
    transition:.35s;
}

.nav a:hover{
    color:#ff6a00;
}

.nav a:hover::after{
    width:70%;
}

/* REMOVE POPUP DE FEEDBACK DO GOOGLE */

iframe[class*="VIpgJd"] {
    display: none !important;
}

div[class*="VIpgJd"] {
    display: none !important;
}

div[id*="goog-gt"] {
    display: none !important;
}

iframe[id*="goog-gt"] {
    display: none !important;
}

.goog-tooltip,
.goog-tooltip:hover {
    display: none !important;
}

.goog-text-highlight {
    background: transparent !important;
    box-shadow: none !important;
}

font font {
    background-color: transparent !important;
}

/* FORÇA FOTO HÉLIO PREMIUM */

.helio-photo-editorial{
  position: relative !important;
  z-index: 5 !important;
  padding: 30px 30px 60px !important;
}

.helio-photo-editorial::before{
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 60px !important;
  width: 560px !important;
  height: 560px !important;
  transform: translateX(-50%) !important;
  background: radial-gradient(circle, rgba(255,106,0,.22), rgba(255,244,232,.35) 45%, transparent 70%) !important;
  filter: blur(18px) !important;
  z-index: -1 !important;
}

.helio-photo-editorial::after{
  content: "" !important;
  position: absolute !important;
  left: 50% !important;
  bottom: 45px !important;
  width: 340px !important;
  height: 45px !important;
  transform: translateX(-50%) !important;
  background: radial-gradient(ellipse, rgba(0,0,0,.28), transparent 70%) !important;
  filter: blur(14px) !important;
  z-index: -1 !important;
}

.helio-photo-editorial img{
  position: relative !important;
  z-index: 2 !important;
  filter:
    drop-shadow(0 35px 55px rgba(43,33,28,.35))
    drop-shadow(0 0 22px rgba(255,106,0,.22)) !important;
}

/* SUBIR CARDS DE INDICADORES */

section.indicadores {
  margin-top: -150px !important;
  padding-top: 0 !important;
}

/* REDUZIR ESPAÇO ENTRE BAIANA E QUEM É HÉLIO */

.manifesto-premium{
  margin-bottom: 0 !important;
  padding-bottom: 40px !important;
}

.helio-premium{
  margin-top: 0 !important;
  padding-top: 40px !important;
}

.premium-divider{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:40px auto;
  max-width:1200px;
}

.premium-divider::before,
.premium-divider::after{
  content:"";
  flex:1;
  height:1px;
  background:linear-gradient(
    to right,
    transparent,
    rgba(255,106,0,.4),
    transparent
  );
}

.premium-divider span{
  margin:0 24px;
  color:#ff6a00;
  font-size:22px;
}

/* MODAL DEPOIMENTOS EM VÍDEO */

.feedback-video-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.86);
  backdrop-filter:blur(8px);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:999999;
  padding:18px;
}

.feedback-video-modal.active{
  display:flex;
}

.feedback-video-box{
  width:min(430px,92vw);
  max-height:92vh;
  background:#fff4e8;
  border-radius:28px;
  padding:22px;
  position:relative;
  box-shadow:0 35px 90px rgba(0,0,0,.45);
  overflow:hidden;
}

.feedback-video-close{
  position:absolute;
  top:10px;
  right:12px;
  z-index:5;
  width:42px;
  height:42px;
  border:none;
  border-radius:50%;
  background:#ff6a00;
  color:#fff;
  font-size:30px;
  line-height:1;
  cursor:pointer;
}

#feedbackVideoPlayer{
  width:100%;
  height:70vh;

  object-fit:cover;

  display:block;

  border-radius:20px;

  background:transparent;
}

.feedback-video-thumbs{
  display:flex;
  gap:10px;
  margin-top:14px;
  justify-content:center;
  overflow-x:auto;
  padding-bottom:4px;
}

.feedback-video-thumbs video{
  width:72px;
  height:105px;
  object-fit:cover;
  border-radius:14px;
  cursor:pointer;
  border:3px solid transparent;
  background:#000;
  flex:0 0 auto;
  opacity:.78;
  transition:.3s;
}

.feedback-video-thumbs video:hover{
  opacity:1;
  border-color:#ff6a00;
  transform:translateY(-3px);
}

.reviews-link-btn i,
#abrirVideosFeedback i{
  color:#ff6a00 !important;
}

@media (max-width:520px){
  .feedback-video-box{
    width:94vw;
    padding:18px;
    border-radius:22px;
  }

  #feedbackVideoPlayer{
    max-height:65vh;
  }

  .feedback-video-thumbs video{
    width:64px;
    height:94px;
  }
}

/* MODAL DEPOIMENTOS EM VÍDEO */

.feedback-video-modal{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.86);
  backdrop-filter:blur(8px);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:999999;
  padding:18px;
}

.feedback-video-modal.active{
  display:flex;
}

.feedback-video-box{
  width:min(430px,92vw);
  max-height:92vh;
  background:#fff4e8;
  border-radius:28px;
  padding:22px;
  position:relative;
  box-shadow:0 35px 90px rgba(0,0,0,.45);
  overflow:hidden;
}

.feedback-video-close{
  position:absolute;
  top:10px;
  right:12px;
  z-index:5;
  width:42px;
  height:42px;
  border:none;
  border-radius:50%;
  background:#ff6a00;
  color:#fff;
  font-size:30px;
  line-height:1;
  cursor:pointer;
}

#feedbackVideoPlayer{
  width:100%;
  max-height:68vh;
  object-fit:contain;
  display:block;
  margin:0 auto;
  border-radius:20px;
  background:#000;
}

.feedback-video-thumbs{
  display:flex;
  gap:10px;
  margin-top:14px;
  justify-content:center;
  overflow-x:auto;
  padding-bottom:4px;
}

.feedback-video-thumbs video{
  width:72px;
  height:105px;
  object-fit:cover;
  border-radius:14px;
  cursor:pointer;
  border:3px solid transparent;
  background:#000;
  flex:0 0 auto;
  opacity:.78;
  transition:.3s;
}

.feedback-video-thumbs video:hover{
  opacity:1;
  border-color:#ff6a00;
  transform:translateY(-3px);
}

.reviews-link-btn i,
#abrirVideosFeedback i{
  color:#ff6a00 !important;
}

@media (max-width:520px){
  .feedback-video-box{
    width:94vw;
    padding:18px;
    border-radius:22px;
  }

  #feedbackVideoPlayer{
    max-height:65vh;
  }

  .feedback-video-thumbs video{
    width:64px;
    height:94px;
  }
}

/* CORRIGIR FAIXAS PRETAS DO VÍDEO */

.feedback-video-box{
  width: min(390px, 92vw) !important;
  max-height: 92vh !important;
  padding: 18px !important;
}

#feedbackVideoPlayer{
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 9 / 16 !important;

  object-fit: cover !important;

  background: transparent !important;
  border-radius: 20px !important;
  display: block !important;
}

#abrirVideosFeedback i,
.reviews-link-btn i,
.fa-circle-play{
    color: #ff6a00 !important;
}

.reviews-links-premium{
    display:flex !important;
    justify-content:center !important;
    gap:20px !important;
    flex-wrap:nowrap !important;
}

.reviews-links-premium a{
    flex:1;
    max-width:320px;
}

/* SCROLL REVEAL PREMIUM */

.scroll-reveal {
  opacity: 0 !important;
  transform: translateY(80px) !important;
  filter: blur(8px) !important;
  transition:
    opacity .9s ease,
    transform .9s ease,
    filter .9s ease !important;
}

.scroll-reveal.is-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
  filter: blur(0) !important;
}



/* =========================
   MOBILE FINAL LIMPO
========================= */

@media (max-width: 768px) {
  html,
  body {
    max-width: 100%;
    overflow-x: hidden !important;
  }

  body {
    background: linear-gradient(180deg, #fff8f0 0%, #fff4e8 100%);
  }

  section {
    padding-left: 6% !important;
    padding-right: 6% !important;
  }

  .section-tag {
    font-size: 11px !important;
    letter-spacing: 1.8px !important;
  }

  /* HEADER */
  .header {
    grid-template-columns: auto auto !important;
    padding: 12px 6% !important;
    background: rgba(255,244,232,.9) !important;
    backdrop-filter: blur(14px);
    box-shadow: 0 8px 28px rgba(43,33,28,.08);
    
  }

  .menu-btn {
  margin-left: auto !important;
}

  .logo {
    width: 115px !important;
  }

  .btn-nav {
    display: none !important;
  }

  .menu-btn {
    display: block !important;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: white;
    font-size: 26px;
    box-shadow: 0 10px 24px rgba(255,106,0,.14);
  }

  .nav {
    position: absolute !important;
    top: 70px !important;
    left: 6% !important;
    right: 6% !important;
    width: auto !important;
    display: none;
    flex-direction: column;
    gap: 18px;
    padding: 22px;
    border-radius: 18px;
    background: #1a120d !important;
  }

  .nav.active {
    display: flex !important;
  }

  .nav a {
    color: white !important;
    font-size: 15px;
  }

  /* HERO */
  .hero {
    min-height: 92vh !important;
    align-items: flex-end !important;
    text-align: center;
    padding-top: 120px !important;
    padding-bottom: 90px !important;
    background:
      linear-gradient(
        to bottom,
        rgba(255,244,232,.55) 0%,
        rgba(255,244,232,.88) 48%,
        rgba(255,244,232,1) 100%
      ),
      url("Imagens/background.png") !important;
    background-size: cover !important;
    background-position: center top !important;
  }

  .hero h1 {
    font-size: 46px !important;
    line-height: .94 !important;
    letter-spacing: -1px;
  }

  .hero p {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px !important;
    line-height: 1.65;
  }

  .hero-actions {
    justify-content: center;
  }

  .btn-primary {
    width: 100%;
    max-width: 330px;
    text-align: center;
  }

  .video-trigger {
    width: 100%;
    justify-content: center;
    padding: 14px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.70);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 30px rgba(43,33,28,.10);
  }

  /* SEÇÕES */
  .manifesto,
  .helio-premium,
  .destinos-premium,
  .transfers-section,
  .experiencias,
  .social-proof,
  .bahia-helio,
  .cta-final,
  .contato {
    padding-top: 78px !important;
    padding-bottom: 78px !important;
  }

  .manifesto,
  .helio-premium-content,
  .transfers-hero,
  .transfers-grid,
  .bahia-helio,
  .footer-main {
    grid-template-columns: 1fr !important;
    text-align: center !important;
  }

  .manifesto-texto h2,
  .helio-premium-text h2,
  .destinos-premium h2,
  .experiencias h2,
  .bahia-helio h2,
  .cta-final h2,
  .contato h2 {
    font-size: 36px !important;
    line-height: 1.05 !important;
  }

  .manifesto-texto p,
  .helio-premium-text p,
  .destinos-subtitle,
  .bahia-helio-text p,
  .cta-final p {
    font-size: 16px !important;
    line-height: 1.65 !important;
  }

  .baiana-premium {
    margin: 20px auto 0 !important;
    max-height: 360px;
    object-fit: contain;
  }

  .helio-premium-visual {
    min-height: auto !important;
  }

  .helio-photo-editorial img {
    height: auto !important;
    max-height: 430px !important;
  }

  .helio-credentials {
    justify-content: center !important;
    gap: 22px !important;
  }

  .helio-credential {
    width: 145px !important;
    background: rgba(255,255,255,.70);
    border-radius: 24px;
    padding: 18px 12px;
    box-shadow: 0 15px 35px rgba(43,33,28,.08);
  }

  .indicadores {
    grid-template-columns: 1fr !important;
    margin-top: 0 !important;
    padding: 40px 6% 65px !important;
  }

  .indicador,
  .tipo-card,
  .destino-card-premium,
  .depoimento-card,
  .midia-card-premium,
  .transfer-card {
    border-radius: 28px !important;
    box-shadow: 0 22px 55px rgba(43,33,28,.13) !important;
  }

  /* PASSEIOS EM CARROSSEL */
  .tipo-passeio-selector.modo-escolha {
    grid-template-columns: 1fr !important;
    gap: 22px !important;
  }

  .destinos-toolbar {
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .destinos-filtros,
  .tipo-passeio-compacto {
    overflow-x: auto;
    flex-wrap: nowrap !important;
  }

  .destinos-grid-premium {
    display: flex !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 18px !important;
    padding: 10px 0 28px !important;
    margin: 0 !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .destinos-grid-premium::-webkit-scrollbar {
    display: none;
  }

  .destino-card-premium {
    flex: 0 0 82vw !important;
    width: 82vw !important;
    min-width: 82vw !important;
    height: 430px !important;
    scroll-snap-align: center;
  }

  .btn-ver-destinos {
    display: none !important;
  }

  /* EXPERIÊNCIAS */
  .carousel-area::before,
  .carousel-area::after {
    display: none !important;
  }

  .experiencias-carousel {
    overflow-x: auto !important;
    scroll-snap-type: x mandatory;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .exp-card {
    flex: 0 0 82vw !important;
    height: 430px !important;
    scroll-snap-align: center;
  }

  .exp-arrow {
    display: none !important;
  }

  /* FEEDBACKS EM CARROSSEL + BOTÕES EMBAIXO */
  .depoimentos-bloco {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 35px !important;
    text-align: center !important;
    overflow: hidden !important;
    margin-bottom: 70px !important;
  }

  .depoimentos-grid {
    position: relative !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 10px 0 370px !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .depoimentos-grid::-webkit-scrollbar {
    display: none;
  }

  .depoimento-card {
    flex: 0 0 82vw !important;
    width: 82vw !important;
    min-width: 82vw !important;
    scroll-snap-align: center;
    min-height: auto !important;
    padding: 26px 22px !important;
  }

  .depoimento-card p {
    font-size: 15px !important;
    line-height: 1.6 !important;
  }

  .reviews-links-premium {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 18px !important;
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .reviews-link-btn {
    width: 100% !important;
    height: 86px !important;
    border-radius: 999px !important;
    justify-content: center !important;
  }

  /* REPORTAGENS EM CARROSSEL */
  .midia-premium-grid {
    display: flex !important;
    grid-template-columns: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 18px !important;
    padding: 10px 0 30px !important;
    margin: 0 !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .midia-premium-grid::-webkit-scrollbar {
    display: none;
  }

  .midia-card-premium {
    flex: 0 0 82vw !important;
    width: 82vw !important;
    min-width: 82vw !important;
    scroll-snap-align: center;
  }

  .midia-img {
    height: 240px !important;
  }

  .midia-content {
    padding: 60px 22px 28px !important;
    text-align: center !important;
  }

  .midia-logo {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }

  .midia-content small {
    padding-left: 0 !important;
    text-align: center !important;
  }

  .midia-content a {
    justify-content: center !important;
  }

  /* CTA E CONTATO */
  .cta-final {
    background:
      radial-gradient(circle at top, rgba(255,106,0,.35), transparent 35%),
      linear-gradient(160deg, #1a120d 0%, #050505 100%) !important;
  }

  form {
    padding: 18px;
    border-radius: 30px;
    background: rgba(255,255,255,.55);
    backdrop-filter: blur(14px);
    box-shadow: 0 22px 55px rgba(43,33,28,.10);
  }

  input,
  textarea {
    font-size: 15px !important;
    padding: 16px !important;
    border-radius: 18px !important;
  }

  .periodo-viagem {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
  }

  /* MODAIS */
  .tour-modal,
  .exp-modal,
  .roteiro-modal,
  .quiz-modal,
  .hero-video-modal,
  .feedback-video-modal {
    padding: 12px !important;
  }

  .tour-modal-content,
  .exp-modal-content,
  .roteiro-box,
  .quiz-box {
    width: 100% !important;
    max-height: 92vh !important;
    border-radius: 30px !important;
  }

  .tour-modal-grid,
  .exp-modal-grid {
    grid-template-columns: 1fr !important;
  }

  .tour-media-stage,
  .tour-media-stage img,
  .tour-media-stage video,
  .exp-modal-image .tour-media-stage,
  .exp-modal-image img {
    min-height: 300px !important;
    height: 300px !important;
  }

  .tour-modal-info,
  .exp-modal-text {
    padding: 34px 22px !important;
    text-align: center !important;
  }

  .tour-modal-topicos,
  .exp-modal-info {
    grid-template-columns: 1fr !important;
  }

  /* FOOTER */
  .footer-premium {
    padding: 60px 6% 28px !important;
  }

  .footer-main {
    gap: 38px !important;
  }

  .footer-logo-area img {
    width: 190px !important;
    margin: 0 auto 20px !important;
  }

  .footer-column a {
    justify-content: center !important;
    text-align: center !important;
  }

  .footer-bottom p {
    font-size: 12px !important;
  }
}

#roteiroModal {
  position: fixed !important;
  inset: 0 !important;
  z-index: 2147483647 !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 24px !important;
  background: rgba(0,0,0,.78) !important;
  overflow: auto !important;
}

#roteiroModal.active {
  display: flex !important;
}

#roteiroModal .roteiro-box {
  position: relative !important;
  width: min(760px, 100%) !important;
  max-height: calc(100vh - 48px) !important;
  overflow-y: auto !important;
  margin: auto !important;
  background: #fff4e8 !important;
  border-radius: 32px !important;
  padding: 42px !important;
  transform: none !important;
  top: auto !important;
  left: auto !important;
}

#abrirRoteiroBox {
  pointer-events: auto !important;
  touch-action: manipulation !important;
}

@media (max-width: 768px) {
  #roteiroModal {
    padding: 14px !important;
  }

  #roteiroModal .roteiro-box {
    width: 100% !important;
    max-height: calc(100vh - 28px) !important;
    padding: 34px 20px !important;
    border-radius: 24px !important;
  }
}

/* CORREÇÃO DEFINITIVA MOBILE - CADASTUR / ABETA */
@media (max-width: 700px) {

  .helio-premium {
    padding-bottom: 110px !important;
    overflow: visible !important;
  }

  .helio-premium-content,
  .helio-premium-text,
  .helio-credentials {
    overflow: visible !important;
  }

  .helio-credentials {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
    margin-bottom: 70px !important;
  }

  .helio-credential {
    width: 100% !important;
    min-height: auto !important;
    height: auto !important;
    padding: 24px 18px !important;
    overflow: visible !important;
  }

  .helio-credential span {
    display: block !important;
    height: auto !important;
    overflow: visible !important;
    white-space: normal !important;
  }

  .indicadores {
    margin-top: 0 !important;
    padding-top: 70px !important;
    position: relative !important;
    z-index: 1 !important;
  }
}

/* FILTROS PASSEIOS - MOBILE AJUSTADO */
@media (max-width: 700px) {

  .destinos-toolbar {
    display: flex !important;
    flex-direction: column !important;
    gap: 18px !important;
    margin: 32px auto 28px !important;
  }

  .tipo-passeio-compacto {
    width: 100%;
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .tipo-passeio-compacto button {
    width: 100%;
    height: 56px;
    border-radius: 999px;
    font-size: 14px;
  }

  .destinos-filtros {
    width: 100%;
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    overflow: visible !important;
  }

  .destino-filter {
    width: 100%;
    min-width: 0 !important;
    height: 52px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 13px;
  }

  .destinos-search {
    width: 100% !important;
    height: 60px;
    margin-top: 4px;
  }
}

/* FEEDBACKS MOBILE - SOMENTE COMENTÁRIOS DESLIZAM */
@media (max-width: 768px) {

  .depoimentos-bloco {
    display: block !important;
    text-align: center !important;
  }

  .depoimentos-grid {
    display: flex !important;
    gap: 16px !important;

    overflow-x: auto !important;
    overflow-y: visible !important;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;

    padding: 10px 7% 24px !important;
    margin-left: -7%;
    margin-right: -7%;
  }

  .depoimentos-grid::-webkit-scrollbar {
    display: none;
  }

  .depoimento-card {
    flex: 0 0 86% !important;
    min-width: 86% !important;
    max-width: 86% !important;

    scroll-snap-align: center;

    min-height: 360px !important;
  }

  .reviews-links-premium {
    flex: 0 0 100% !important;
    min-width: 100% !important;

    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;

    margin: 26px auto 0 !important;
    padding: 0 7% !important;

    position: sticky !important;
    left: 0 !important;
  }

  .reviews-links-premium .reviews-link-btn {
    width: 100% !important;
  }
}

/* ESCONDER FILTROS ANTES DE ESCOLHER O TIPO DE PASSEIO */
.passeios-selecao:not(.selecionado) .destinos-toolbar {
  display: none !important;
}

.passeios-selecao.selecionado .destinos-toolbar {
  display: flex !important;
}


/* MOBILE MAIS PROFISSIONAL */
@media (max-width: 768px) {

  .hero,
  .manifesto,
  .helio-premium,
  .destinos-premium,
  .social-proof,
  .bahia-helio,
  .cta-final,
  .contato {
    text-align: left !important;
  }

  .hero-content,
  .manifesto-texto,
  .helio-premium-text,
  .bahia-helio-text,
  .depoimentos-intro {
    margin: 0 !important;
    max-width: 100% !important;
  }

  .hero h1 {
    text-align: left !important;
    font-size: clamp(42px, 12vw, 58px) !important;
    line-height: 0.95 !important;
  }

  .hero p {
    text-align: left !important;
    margin: 24px 0 !important;
    font-size: 18px !important;
  }

  .hero-actions {
    justify-content: flex-start !important;
  }

  .section-tag {
    text-align: left !important;
    display: block !important;
  }

  .manifesto-texto p,
  .helio-premium-text p,
  .bahia-helio-text p,
  .depoimentos-intro p {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .manifesto-texto h2,
  .helio-premium-text h2,
  .bahia-helio-text h2,
  .depoimentos-intro h2 {
    text-align: left !important;
  }
}

/* CERTIFICAÇÕES MOBILE */
@media (max-width: 768px) {

  .helio-credentials {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: flex-start !important;
    gap: 12px !important;
    flex-wrap: nowrap !important;
  }

  .helio-credential {
    width: calc(50% - 6px) !important;
    min-height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .credential-logo-wrap {
    width: 100% !important;
    height: 70px !important;
    margin-bottom: 10px !important;
  }

  .cadastur-logo {
    width: 110px !important;
  }

  .abeta-logo {
    width: 60px !important;
  }

  .helio-credential strong {
    font-size: 12px !important;
    margin-bottom: 4px !important;
  }

  .helio-credential span {
    font-size: 11px !important;
    line-height: 1.4 !important;
  }
}

/* =====================================
   QUEM É HÉLIO - NOVA VERSÃO PREMIUM
===================================== */

.helio-ref-bahia {
  position: relative;
  overflow: hidden;

  padding: 120px 7% 90px;

  background:
    radial-gradient(circle at 15% 20%, rgba(255,106,0,.10), transparent 32%),
    radial-gradient(circle at 90% 75%, rgba(255,106,0,.08), transparent 30%),
    linear-gradient(
      180deg,
      #fff8f0 0%,
      #fff4e8 55%,
      #ffe9d2 100%
    );
}

.helio-ref-bahia::before {
  content: "";

  position: absolute;
  inset: 0;

  background-image: url("Imagens/igreja.png");

  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1400px auto;

  opacity: .08;

  pointer-events: none;
}

.helio-premium-content {
  position: relative;
  z-index: 2;

  max-width: 1350px;
  margin: auto;

  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;

  align-items: center;
}

/* FOTO */

.helio-premium-visual {
  display: flex;
  justify-content: center;
}

.helio-photo-editorial {
  width: 100%;
  max-width: 650px;

  border-radius: 38px;

  overflow: hidden;

  box-shadow:
    0 40px 90px rgba(43,33,28,.20);
}

.helio-photo-editorial{
  position:relative;
}

.helio-photo-editorial::before{
  content:"";

  position:absolute;

  inset:-20px;

  border:1px solid rgba(255,106,0,.25);

  z-index:-1;

  transform:
    rotate(-3deg);
}

.helio-photo-editorial::after{
  content:"";

  position:absolute;

  inset:20px;

  border:1px solid rgba(255,106,0,.15);

  z-index:-1;
}

/* TEXTO */

.helio-premium-text {
  text-align: left;
}

.helio-premium-text h2 {
  margin-top: 18px;

  font-family: Georgia, serif;
  font-size: clamp(42px,5vw,72px);
  line-height: 1;

  font-weight: 400;

  color: #3a2b25;
}

.helio-premium-text h2 em {
  color: var(--orange);
}

.helio-premium-text p {
  margin-top: 22px;

  max-width: 600px;

  color: var(--muted);

  font-size: 18px;
  line-height: 1.85;
}

.helio-assinatura {
  margin-top: 35px !important;

  color: var(--orange) !important;

  font-size: 24px !important;

  font-family: Georgia, serif;
  font-style: italic;
}

/* CERTIFICAÇÕES */

.helio-credentials-faixa {
  position: relative;
  z-index: 3;

  max-width: 1150px;
  margin: 80px auto 0;

  padding: 35px 45px;

  background: rgba(255,255,255,.85);

  backdrop-filter: blur(12px);

  border-radius: 36px;

  box-shadow:
    0 25px 70px rgba(43,33,28,.10);

  display: grid;
  grid-template-columns: 1fr auto 1fr;

  align-items: center;
}

.helio-cert-divider {
  width: 1px;
  height: 120px;

  background:
    rgba(0,0,0,.12);
}

.helio-cert-item {
  text-align: center;

  padding: 0 35px;
}

.cadastur-logo {
  width: 200px;
  margin-bottom: 15px;
}

.abeta-logo {
  width: 100px;
  margin-bottom: 15px;
}

.helio-cert-item strong {
  display: block;

  color: #3a2b25;

  font-size: 17px;
  font-weight: 900;

  margin-bottom: 10px;
}

.helio-cert-item span {
  color: var(--muted);

  line-height: 1.6;
  font-size: 14px;
}

/* MOBILE */

@media (max-width: 900px) {

  .helio-premium-content {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .helio-premium-text {
    order: 2;
  }

  .helio-premium-visual {
    order: 1;
  }

  .helio-photo-editorial img {
    height: 500px;
  }

  .helio-credentials-faixa {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .helio-cert-divider {
    display: none;
  }

  .helio-cert-item {
    padding: 0;
  }
}

html,
body{
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

.experiencias,
.carousel-area,
.experiencias-carousel{
  max-width: 100vw !important;
  overflow: hidden !important;
}

.experiencias-track{
  width: auto !important;
}

.experiencias-track {
  touch-action: pan-y;
  cursor: grab;
}

.experiencias-track:active {
  cursor: grabbing;
}

.campo-data {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.campo-data label {
  font-size: 14px;
  font-weight: 600;
  color: #ff8000;
}

@media (max-width: 900px) {
  .header.nav-solid .nav.active a,
  .nav.active a {
    color: #ffffff !important;
  }

  .header.nav-solid .nav.active {
    background: #050505 !important;
  }

  .header.nav-solid .menu-btn {
    color: #ff6a00 !important;
  }
}


.mp4-video-box {
  position: relative !important;
}

.mp4-play-btn {
  position: absolute;
  inset: 0;
  z-index: 9999;

  border: none;
  background: rgba(0, 0, 0, 0.18);

  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;

  color: #fff;
  font-size: 36px;
  font-weight: 900;
}

.mp4-play-btn::before {
  content: "";
  position: absolute;

  width: 86px;
  height: 86px;

  border-radius: 50%;
  background: #ff6a00;

  box-shadow: 0 16px 40px rgba(0,0,0,.35);

  z-index: -1;
}

html,
body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
  overscroll-behavior-y: auto !important;
  -webkit-overflow-scrolling: touch !important;
}

body:not(.loading-active) {
  position: static !important;
}

.experiencias,
.experiencias-carousel,
.experiencias-track,
.carousel-area {
  touch-action: pan-y !important;
}