/*
Theme Name: OdyPark
Theme URI: https://odypark.com.br
Author: vinicius soares dev
Author URI: https://viniciussoaresdev.com.br
Description: site institucional Ody Park
Requires PHP: 8.4.10
Version: 1.0
*/

:root {
  --navy: #003e6d;
  --navy-dark: #141d3f;
  --teal: #1ccaf4;
  --teal-dark: #1c93b6;
  --yellow: #ffc61f;
  --orange: #ff6b00;
  --green: #4caf3d;
  --green-dark: #2f8f28;
  --ink: #14314f;
  --white: #ffffff;

  --radius-nav-top: 47px;
  --radius-nav-bottom: 42px;
  --radius-video: 74px;

  --font-display: 'Fredoka', system-ui, sans-serif;
  --font-heading: 'Baloo 2', system-ui, sans-serif;
  --font-body: 'Nunito', system-ui, sans-serif;
}

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--white);
}

h1,
.titulo-destaque {
  font-family: var(--font-display);
}

h2,
h3,
.btn {
  font-family: var(--font-heading);
  font-weight: 800;
}

.navbar,
.navbar a,
.menu a {
  font-family: var(--font-heading);
  font-weight: 700;
}

a { text-decoration: none; }

/* =========================================
   HERO WRAPPER (segura header + hero no mesmo fundo)
========================================== */
.hero-wrap {
  position: relative;
  background-image: url('./assets/images/backgrounds/BackgroundHero.webp');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .hero-wrap {
    background-image: url('./assets/images/backgrounds/HeroBackgroundMobile.webp');
    background-size: 100% auto;
  }
}

/* A partir de tablets/desktop, o wrapper segue a proporção real
   da arte de fundo (1800 x 1607) para a imagem nunca ser cortada
   quando a tela fica mais larga. */
@media (min-width: 768px) {
  .hero-wrap {
    aspect-ratio: 1800 / 1607;
    background-size: 100% 100%;
  }
}

/* =========================================
   HEADER / NAVBARS
========================================== */
.site-header {
  position: relative;
  z-index: 20;
  padding: 12px 16px 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* --- Navbar de cima --- */
.navbar-top {
  position: relative;
  z-index: 3;
  background: var(--navy);
  border-radius: var(--radius-nav-top);
  padding: 16px 8px;
}

@media (min-width: 992px) {
  .navbar-top .navbar-brand {
    position: absolute;
    left: 64px;
    top: 50%;
    transform: translateY(-50%);
  }

  .navbar-top .navbar-collapse {
    justify-content: center;
  }
}

.navbar-top .nav-link {
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 700;
  font-size: 0.95rem;
  opacity: 0.9;
  transition: opacity .2s ease, color .2s ease;
}

.navbar-top .nav-link:hover,
.navbar-top .nav-link:focus-visible {
  opacity: 1;
  color: var(--yellow);
}

.navbar-brand {
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand-icon {
  display: block;
  height: 56px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0,0,0,.25));
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 0.85;
  font-family: var(--font-heading);
}

.brand-text__ody {
  color: var(--green);
  font-weight: 800;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

.brand-text__park {
  color: var(--white);
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 1px;
}

/* --- Navbar de baixo --- */
.navbar-bottom {
  position: relative;
  z-index: 1;
  background: var(--teal);
  border-radius: var(--radius-nav-bottom);
  padding: 40px 8px 16px;
  margin: -26px 34px 0;
}

.navbar-bottom__menu {
  gap: 0.5rem;
}

.navbar-top__mobile-site-menu {
  display: none;
}

.navbar-bottom .nav-link {
  color: var(--white);
  font-family: var(--font-heading);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  padding: 4px 7px;
  border-radius: 20px;
  transition: background .2s ease, color .2s ease;
}

.navbar-bottom .nav-link:hover,
.navbar-bottom .nav-link:focus-visible {
  background: rgba(255,255,255,0.18);
  color: var(--white);
}

.navbar-top .navbar-toggler,
.navbar-bottom .navbar-toggler {
  border: none;
  box-shadow: none;
}

@media (max-width: 884px) {
  .site-header {
    padding: 10px 12px 0;
  }

  .navbar-top {
    position: relative;
    border-radius: 24px;
    padding: 10px 12px;
  }

  .navbar-top .container-fluid {
    align-items: center;
    position: static;
    padding-right: 12px !important;
    padding-left: 12px !important;
  }

  .brand-icon {
    height: 42px;
  }

  .navbar-top .navbar-toggler {
    padding: 4px 6px;
  }

  .navbar-top .navbar-toggler-icon {
    width: 1.45em;
    height: 1.45em;
  }

  .navbar-top .navbar-brand,
  .navbar-top .navbar-toggler {
    position: relative;
    z-index: 40;
  }

  .navbar-top .navbar-collapse {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 35;
    padding: 72px 18px 18px;
    border-radius: 24px;
    background: var(--navy);
    box-shadow: 0 18px 38px rgba(20, 29, 63, 0.28);
  }

  .navbar-top .navbar-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
    width: 100%;
    justify-items: center;
  }

  .navbar-top__mobile-site-menu {
    display: grid;
    margin-top: 10px;
    padding-top: 14px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }

  .navbar-top .nav-link {
    width: 100%;
    padding: 9px 0;
    font-size: 1rem;
    line-height: 1.15;
    text-align: center;
  }

  .navbar-top__mobile-site-menu .nav-link {
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.3px;
  }

  .navbar-top .navbar-toggler-icon,
  .navbar-bottom .navbar-toggler-icon {
    filter: brightness(0) invert(1);
  }

  .navbar-bottom {
    display: none;
  }
}

@media (max-width: 420px) {
  .navbar-top .navbar-nav {
    gap: 7px 10px;
  }

  .navbar-top .nav-link {
    font-size: 0.94rem;
  }
}

/* =========================================
   HERO
========================================== */
.hero {
  position: relative;
  padding: 60px 0 140px;
  min-height: 640px;
}

.hero__text h1 {
  font-family: var(--font-display);
  font-weight: 700;
  color: var(--navy);
  font-size: clamp(1.6rem, 3.2vw, 2.6rem);
  line-height: 1.25;
  margin: 0 0 12px;
  text-shadow: 0 2px 0 rgba(255,255,255,0.35);
}

.hero__subtitle {
  margin: 0 0 40px;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 800;
  line-height: 1.1;
  text-shadow: 0 2px 0 rgba(255,255,255,0.32);
}

.hero__logos-wrap {
  display: none;
}

.hero__logos {
  display: block;
  width: clamp(180px, 16vw, 300px);
  max-width: 78vw;
  height: auto;
  margin: 0 auto;
  filter: drop-shadow(0 8px 12px rgba(20, 29, 63, 0.18));
}

/* --- Área que segura vídeo + tartaruga --- */
.hero__media {
  position: relative;
  margin: 0 auto;
  padding-top: 98px;
  width: 100%;
  max-width: 980px;
}

.hero__turtle {
  position: absolute;
  left: -6%;
  top: -16px;
  width: clamp(150px, 22vw, 270px);
  height: auto;
  z-index: 1;
  filter: drop-shadow(0 8px 10px rgba(0,0,0,.25));
  pointer-events: none;
}

.video-card {
  position: relative;
  z-index: 2;
  border-radius: var(--radius-video);
  overflow: hidden;
  aspect-ratio: 21 / 8;
  width: 100%;
  max-width: 980px;
  background: var(--navy-dark);
  box-shadow: 0 20px 45px rgba(20, 29, 63, 0.35);
}

.video-card__video,
.video-card__embed {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  transition: opacity .2s ease;
}

.video-card__video {
  object-fit: cover;
}

.video-card__embed {
  border: 0;
}

.video-card__fallback {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background:
    linear-gradient(120deg, rgba(20, 29, 63, 0.78), rgba(34, 168, 207, 0.45)),
    url('./assets/images/backgrounds/BackgroundHero.webp') center / cover no-repeat;
  color: var(--white);
  font-family: var(--font-display);
  font-size: clamp(2rem, 6vw, 4.8rem);
  font-weight: 800;
  text-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
}

.video-card__play {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 3;
  width: 78px;
  height: 78px;
  border: none;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform .2s ease, background .2s ease;
}

.video-card__play:hover {
  transform: scale(1.06);
  background: var(--white);
}

.video-card__play svg {
  transform: translateX(2px);
}

.video-card.is-playing .video-card__play {
  opacity: 0;
  pointer-events: none;
}

.video-card.is-unavailable .video-card__video {
  opacity: 0;
}

.video-card.is-unavailable .video-card__play {
  opacity: 0;
  pointer-events: none;
}

@media (min-width: 992px) {
  .hero__logos-wrap {
    position: absolute;
    top: 218px;
    right: 0;
    left: 0;
    z-index: 3;
    display: block;
    padding-inline: 24px;
    pointer-events: none;
  }
}

@media (min-width: 1800px) and (min-height: 900px) {
  .hero__text {
    position: relative;
    top: clamp(48px, 5vh, 86px);
  }

  .hero__logos-wrap {
    position: static;
    margin-top: clamp(70px, 6vh, 118px);
    padding-inline: 24px;
  }

  .hero__logos {
    width: clamp(400px, 28vw, 620px);
  }

  .hero__media {
    margin-top: clamp(18px, 2vh, 42px);
  }
}

/* =========================================
   RESORT
========================================== */
.secao-resort {
  position: relative;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  aspect-ratio: 2880 / 2860;
  margin-top: -150px;
  background-image: url('./assets/images/backgrounds/BackgroundResort.webp');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  line-height: 0;
}

.secao-resort a,
.secao-resort button,
.secao-resort .resort-imagem {
  pointer-events: auto;
}

.resort-menu-toggle {
  display: none;
}

.resort-menu {
  position: absolute;
  top: clamp(-72px, -4vw, -44px);
  left: 50%;
  z-index: 8;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  width: min(calc(100% - 64px), 1180px);
  padding: 34px 44px;
  border-radius: 18px;
  background: #eef3ff;
  box-shadow: 0 14px 24px rgba(20, 49, 79, 0.14);
  line-height: 1.2;
  transform: translateX(-50%);
}

@media (min-width: 576px) {
  .secao-resort {
    overflow: visible;
  }
}

.resort-menu__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  color: var(--navy);
  font-family: var(--font-heading);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-align: center;
  text-transform: uppercase;
  transition: transform .2s ease, color .2s ease;
}

.resort-menu__item:hover,
.resort-menu__item:focus-visible {
  color: var(--teal-dark);
  transform: translateY(-2px);
}

.resort-menu__item:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 6px;
  border-radius: 12px;
}

.resort-menu__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #e3eafa;
}

.resort-menu__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.resort-overlay {
  position: absolute;
  top: 8%;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  width: 100%;
  height: 56%;
  line-height: 1.5;
}

.resort-overlay .container {
  max-width: 1240px;
  padding-right: 32px;
  padding-left: 32px;
}

.resort-conteudo {
  max-width: 520px;
  margin-right: 30px;
  margin-left: auto;
  padding: 0;
}

.resort-titulo {
  margin: 0 0 1rem;
  color: var(--white);
  font-family: var(--font-display);
  font-size: 42px;
  font-weight: 700;
  line-height: 1.08;
  animation: resortFadeInUp .7s ease-out both;
}

.resort-titulo .destaque-titulo {
  display: inline-block;
  color: inherit;
}

.resort-texto {
  margin: 0 0 1.5rem;
  color: var(--white);
  font-size: 18px;
  line-height: 1.65;
  animation: resortFadeInUp .7s ease-out .15s both;
}

.resort-tags {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  margin-bottom: 1.8rem;
  animation: resortFadeInUp .7s ease-out .3s both;
}

.resort-tag {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 10px 14px;
  border: 2px solid rgba(255, 255, 255, 0.92);
  border-radius: 16px;
  background: rgba(255, 244, 214, 0.58);
  color: #007540;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.2;
  cursor: default;
  box-shadow: 0 8px 20px rgba(87, 48, 5, 0.08);
  transition: background .3s ease, box-shadow .3s ease;
}

.resort-tag i {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #bdf8c7;
  color: #007540;
  font-size: 13px;
  line-height: 1;
}

.resort-tag i::before {
  content: '\2605';
}

.resort-tag:hover {
  background: rgba(255, 244, 214, 0.72);
  box-shadow: 0 12px 24px rgba(87, 48, 5, 0.12);
}

.btn-resort-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  overflow: hidden;
  padding: 1rem 2.65rem;
  border: 0;
  border-radius: 50px;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 6px 20px rgba(0, 62, 109, 0.35);
  font-family: var(--font-heading);
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  animation: resortFadeInUp .7s ease-out .45s both;
  transition: transform .35s ease, background .35s ease, color .35s ease, box-shadow .35s ease;
}

.btn-resort-cta:hover,
.btn-resort-cta:focus-visible {
  background: var(--navy-dark);
  color: var(--white);
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(20, 29, 63, 0.35);
}

.btn-resort-cta i {
  transition: transform .3s ease;
}

.btn-resort-cta:hover i,
.btn-resort-cta:focus-visible i {
  transform: translateX(5px);
}

.btn-resort-cta:focus-visible {
  outline: 3px solid var(--teal);
  outline-offset: 3px;
}

.resort-imagem-container {
  padding: 0;
}

.resort-imagem-wrapper {
  position: relative;
  max-width: 560px;
  margin-right: auto;
  margin-left: 30px;
  animation: resortFadeInRight .9s ease-out .2s both;
}

.resort-imagem-wrapper::before {
  content: '';
  position: absolute;
  top: 10px;
  right: -10px;
  bottom: -10px;
  left: 10px;
  z-index: 0;
  border-radius: 22px;
  background: linear-gradient(135deg, var(--teal), var(--orange));
  opacity: 0.2;
}

.resort-imagem {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
  transition: transform .4s ease, box-shadow .4s ease;
}

.resort-imagem:hover {
  transform: scale(1.02);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.18);
}

@keyframes resortFadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

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

@keyframes resortFadeInRight {
  from {
    opacity: 0;
    transform: translateX(35px);
  }

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

@media (max-width: 1199.98px) {
  .secao-resort {
    margin-top: -130px;
  }

  .resort-menu {
    width: min(calc(100% - 48px), 1060px);
    padding: 28px 30px;
  }

  .resort-overlay {
    position: relative;
    top: 10%;
    bottom: 4%;
    align-items: flex-start;
    height: auto;
    padding-top: clamp(52px, 6vw, 76px);
  }

  .resort-overlay .row {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .resort-overlay .col-lg-6 {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }

  .resort-overlay .col-lg-6:first-child {
    order: 2;
  }

  .resort-overlay .col-lg-6:last-child {
    order: 1;
  }

  .resort-conteudo {
    max-width: 760px;
    margin: 18px auto 0;
    padding-right: 6%;
    padding-left: 6%;
    text-align: center;
  }

  .resort-tags {
    justify-content: center;
  }

  .btn-resort-cta {
    margin: 0 auto;
  }

  .resort-imagem-container {
    width: 100%;
    padding-right: 6%;
    padding-left: 6%;
  }

  .resort-imagem-wrapper {
    max-width: 500px;
    margin: 0 auto;
  }
}

@media (max-width: 991.98px) {
  .secao-resort {
    margin-top: -56px;
  }

  .resort-menu {
    top: 8px;
    width: calc(100% - 32px);
    padding: 20px 18px;
    gap: 10px;
    border-radius: 16px;
  }

  .resort-menu__item {
    gap: 10px;
    font-size: 10px;
  }

  .resort-menu__icon {
    width: 40px;
    height: 40px;
  }

  .resort-menu__icon svg {
    width: 22px;
    height: 22px;
  }

  .resort-overlay {
    top: 15%;
    bottom: 4%;
    align-items: flex-start;
    height: auto;
    padding-top: 2rem;
  }

  .resort-conteudo {
    max-width: 100%;
    margin-bottom: 1.5rem;
    margin-right: 0;
    margin-left: 0;
    padding-right: 6%;
    padding-left: 6%;
    text-align: center;
  }

  .resort-titulo {
    font-size: 38px;
  }

  .resort-tags {
    justify-content: center;
  }

  .btn-resort-cta {
    margin: 0 auto;
  }

  .resort-imagem-container {
    padding-right: 6%;
    padding-left: 6%;
  }

  .resort-imagem-wrapper {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 767.98px) {
  .secao-resort {
    margin-top: -90px;
  }

  .resort-menu {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 16px 14px;
  }

  .resort-menu__item {
    font-size: 9px;
  }

  .resort-menu__icon {
    width: 36px;
    height: 36px;
  }

  .resort-menu__icon svg {
    width: 20px;
    height: 20px;
  }

  .resort-texto {
    font-size: 16px;
  }

  .resort-tag {
    min-height: 52px;
    padding: 10px 12px;
    font-size: 13px;
  }

  .resort-tag i {
    width: 28px;
    height: 28px;
    font-size: 12px;
  }

  .btn-resort-cta {
    padding: 0.85rem 2rem;
    font-size: 0.86rem;
  }

}

@media (max-width: 575.98px) {
  .hero-wrap {
    z-index: 3;
  }

  .secao-resort {
    aspect-ratio: auto;
    min-height: 0;
    margin-top: -300px;
    z-index: 4;
    padding: 74px 0 176px;
    background-color: transparent;
    background-image: linear-gradient(
      to bottom,
      transparent 0,
      transparent 20px,
      #dc8015 20px,
      #dc8015 calc(100% - 180px),
      transparent calc(100% - 180px),
      transparent 100%
    );
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
  }

  .secao-resort::before,
  .secao-resort::after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    background-image: url('./assets/images/backgrounds/ResortBackgroundMobile.webp');
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
  }

  .secao-resort::before {
    top: 0;
    height: 285px;
    background-position: top center;
  }

  .secao-resort::after {
    bottom: 0;
    height: 190px;
    background-position: bottom center;
  }

  .resort-menu-toggle {
    position: fixed;
    right: 18px;
    bottom: 22px;
    z-index: 80;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 50%;
    background: var(--navy);
    box-shadow: 0 14px 26px rgba(20, 49, 79, 0.28);
    cursor: pointer;
  }

  .resort-menu-toggle span {
    display: block;
    width: 24px;
    height: 3px;
    border-radius: 999px;
    background: var(--white);
    transition: transform .2s ease, opacity .2s ease;
  }

  .resort-menu-toggle.is-open span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .resort-menu-toggle.is-open span:nth-child(2) {
    opacity: 0;
  }

  .resort-menu-toggle.is-open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .resort-menu {
    position: fixed;
    top: auto;
    right: 16px;
    bottom: 92px;
    left: auto;
    z-index: 79;
    grid-template-columns: 1fr;
    gap: 8px;
    width: min(260px, calc(100vw - 32px));
    margin: 0;
    padding: 14px;
    border-radius: 18px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px) scale(0.96);
    transform-origin: right bottom;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
  }

  .resort-menu.is-open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: none;
  }

  .resort-menu__item {
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    gap: 8px;
    min-height: 46px;
    padding: 6px 8px;
    font-size: 10px;
    text-align: left;
  }

  .resort-menu__icon {
    width: 34px;
    height: 34px;
  }

  .resort-menu__icon svg {
    width: 19px;
    height: 19px;
  }

  .resort-overlay {
    position: relative;
    top: auto;
    bottom: auto;
    height: auto;
    padding-top: 86px;
  }

  .resort-overlay .container {
    padding-right: 18px;
    padding-left: 18px;
  }

  .resort-overlay .row {
    display: flex;
    flex-direction: column;
  }

  .resort-overlay .col-lg-6,
  .resort-conteudo {
    display: contents;
  }

  .resort-conteudo,
  .resort-imagem-container {
    padding-right: 0;
    padding-left: 0;
  }

  .resort-conteudo {
    margin-bottom: 0;
  }

  .resort-titulo {
    order: 1;
    width: 100%;
    margin-bottom: 36px;
    font-size: 30px;
    line-height: 1.08;
  }

  .resort-titulo .destaque-titulo {
    display: block;
    white-space: nowrap;
  }

  .resort-imagem-container {
    order: 2;
    width: 100%;
  }

  .resort-titulo,
  .resort-texto {
    text-shadow: 0 2px 10px rgba(92, 51, 2, 0.24);
  }

  .resort-texto {
    order: 3;
    max-width: 320px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    font-size: 15px;
    line-height: 1.55;
  }

  .resort-tags {
    order: 4;
    width: 100%;
    grid-template-columns: 1fr;
    max-width: 320px;
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .btn-resort-cta {
    order: 5;
    justify-content: center;
    width: min(100%, 320px);
  }

  .resort-imagem-wrapper {
    max-width: 280px;
    margin-bottom: 30px;
  }

  .resort-imagem-wrapper::before {
    top: 8px;
    right: -8px;
    bottom: -8px;
    left: 8px;
    border-radius: 18px;
  }

  .resort-imagem {
    border-radius: 16px;
  }
}

/* Tablets: mais altura para manter o conteúdo dentro da área laranja. */
@media (min-width: 576px) and (max-width: 884px) {
  .secao-resort {
    aspect-ratio: auto;
    min-height: 1180px;
    background-size: 100% 100%;
  }

  .resort-overlay {
    top: auto;
    padding-top: 190px;
  }

  .resort-overlay .container {
    width: 100%;
    max-width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }

  .resort-overlay .row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .resort-imagem-wrapper {
    max-width: 390px;
    margin-right: auto;
    margin-left: auto;
  }

  .resort-conteudo {
    width: 100%;
    max-width: 700px;
    margin: 28px auto 0;
    text-align: center;
  }

  .resort-tags {
    margin-right: auto;
    margin-left: auto;
  }

  .btn-resort-cta {
    margin-right: auto;
    margin-left: auto;
  }
}

/* =========================================
   RESPONSIVE
========================================== */
@media (max-width: 991.98px) {
  .navbar-top,
  .navbar-bottom {
    border-radius: 24px;
  }

  .navbar-bottom .navbar-nav {
    padding: 10px 0;
  }

  .hero {
    padding: 40px 0 100px;
    min-height: clamp(620px, 78vw, 780px);
  }

  .hero__text h1 {
    margin-bottom: 40px;
  }

  .hero__subtitle {
    display: block;
  }

  .hero__media {
    padding-top: 34px;
  }

  .hero__turtle {
    width: 150px;
    left: -3%;
    top: -20px;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .hero__text h1 {
    max-width: 680px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(2.05rem, 5vw, 3rem);
    line-height: 1.12;
  }

  .hero__subtitle {
    margin-bottom: 52px;
    font-size: clamp(1.45rem, 3.4vw, 2.1rem);
    line-height: 1.08;
  }
}

@media (min-width: 576px) and (max-width: 884px) {
  .hero-wrap {
    aspect-ratio: auto;
    min-height: 960px;
    background-position: top center;
    background-size: 112% 100%;
  }

  .hero {
    min-height: 790px;
    padding-top: 80px;
  }

  .hero__text h1 {
    font-size: clamp(1.85rem, 4.3vw, 2.55rem);
  }
}

@media (max-width: 575.98px) {
  .hero {
    min-height: clamp(610px, 168vw, 720px);
  }

  .hero__text {
    padding-inline: 18px;
  }

  .hero__text h1 {
    max-width: 330px;
    margin-bottom: 8px;
    margin-right: auto;
    margin-left: auto;
    font-size: clamp(1.38rem, 5.8vw, 1.6rem);
    line-height: 1.18;
  }

  .hero__subtitle {
    display: block;
    margin: 0 auto 48px;
    font-size: clamp(1.05rem, 4.8vw, 1.28rem);
  }

  .hero__logos-wrap {
    display: none;
  }

  .hero__media {
    margin-top: 0;
    padding-top: 10px;
  }

  .video-card {
    border-radius: 40px;
  }

  .hero__turtle {
    width: 112px;
    left: 2%;
    top: -40px;
  }
}

/* =========================================
   PACOTES
========================================== */
.pacotes-section {
  --pacotes-azul: #1f4975;
  --pacotes-azul-escuro: #0f4b8c;
  --pacotes-texto: #0d417d;
  --pacotes-amarelo: #ffd51f;
  position: relative;
  z-index: 1;
  min-height: 100vh;
  overflow: hidden;
  margin-top: clamp(-280px, -18vw, -120px);
  padding: clamp(7.5rem, 11vw, 10.5rem) 0 clamp(9rem, 18vw, 17rem);
  background: var(--white) url('./assets/images/backgrounds/BackgroundSecaoPacotes.webp') center top / cover no-repeat;
  color: var(--white);
}

.pacotes-container {
  max-width: 1160px;
}

.pacotes-header {
  margin-bottom: 2.25rem;
}

.pacotes-header h2 {
  margin: 0 0 0.35rem;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1;
}

.pacotes-header p {
  margin: 0;
  color: var(--white);
  font-size: clamp(0.95rem, 1.6vw, 1.12rem);
}

.pacotes-section .btn-mais {
  min-width: 150px;
  padding: 0.8rem 1.45rem;
  border-width: 2px;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
}

.pacotes-section .btn-mais:hover,
.pacotes-section .btn-mais:focus-visible {
  background: var(--white);
  color: var(--pacotes-texto);
}

.pacote-card {
  overflow: hidden;
  border: 0;
  border-radius: 1.35rem;
  background: var(--white);
  color: #536071;
  box-shadow: 0 14px 35px rgba(4, 34, 67, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.pacote-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(4, 34, 67, 0.28);
}

.pacote-imagem-wrap {
  position: relative;
  height: 290px;
  overflow: hidden;
  background: var(--white);
}

.pacote-imagem {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.pacote-card:hover .pacote-imagem {
  transform: scale(1.04);
}

.pacotes-section .oferta {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: var(--pacotes-amarelo);
  color: #063b72;
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.pacote-card .card-body {
  min-height: 235px;
  padding: 1.45rem 1.35rem 1.3rem;
}

.pacote-card .card-title {
  margin-bottom: 0.55rem;
  color: var(--pacotes-texto);
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
}

.pacote-card .card-text {
  margin-bottom: 1.3rem;
  font-size: 0.88rem;
  line-height: 1.6;
}

.pacotes-section .btn-quero {
  width: 100%;
  padding: 0.86rem 1.2rem;
  border: 2px solid var(--pacotes-azul-escuro);
  border-radius: 999px;
  background: var(--pacotes-azul-escuro);
  color: var(--white);
  font-weight: 800;
}

.pacotes-section .btn-quero:hover,
.pacotes-section .btn-quero:focus-visible {
  border-color: var(--pacotes-azul-escuro);
  background: var(--white);
  color: var(--pacotes-azul-escuro);
}

@media (max-width: 767.98px) {
  .pacotes-section {
    padding-top: 9.5rem;
    padding-bottom: 9rem;
    background-size: auto 100%;
  }

  .pacotes-header {
    margin-bottom: 1.75rem;
    text-align: center;
  }

  .pacotes-section .btn-mais {
    width: min(100%, 240px);
  }

  #lista-pacotes > [class*="col-"] {
    width: min(100%, 320px);
  }

  .pacote-imagem-wrap {
    height: 215px;
  }

  .pacote-card .card-body {
    min-height: 205px;
    padding: 1.1rem 1rem 1rem;
  }

  .pacote-card .card-title {
    font-size: 1.08rem;
  }

  .pacote-card .card-text {
    margin-bottom: 1rem;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .pacotes-section .btn-quero {
    padding: 0.72rem 1rem;
  }
}

/* =========================================
   ATRAÇÕES
========================================== */
.atracoes-section {
  --atracoes-azul: #06365f;
  --atracoes-amarelo: #ffd51f;
  position: relative;
  z-index: 2;
  min-height: clamp(1180px, 110vw, 1550px);
  overflow: hidden;
  margin-top: clamp(-180px, -10vw, -120px);
  padding: clamp(7rem, 10vw, 9.5rem) 0 clamp(24rem, 32vw, 30rem);
  background-color: transparent;
  background-image: url('./assets/images/backgrounds/BackgroundSecaoAtracoes.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: var(--white);
}

.atracoes-container {
  position: relative;
  z-index: 2;
  max-width: 1080px;
}

.atracoes-painel {
  padding: clamp(1.4rem, 3vw, 2.75rem);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2rem;
  background: linear-gradient(135deg, rgba(6, 46, 87, 0.91), rgba(10, 82, 126, 0.79));
  box-shadow: 0 24px 55px rgba(0, 37, 70, 0.27);
  backdrop-filter: blur(7px);
}

.atracoes-header {
  margin-bottom: 1.5rem;
}

.atracoes-header h2 {
  margin: 0 0 0.42rem;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1;
}

.atracoes-header p {
  max-width: 610px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(0.88rem, 1.35vw, 1.05rem);
  line-height: 1.55;
}

.btn-todas-atracoes {
  min-width: 164px;
  padding: 0.76rem 1.35rem;
  border-width: 2px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 800;
}

.btn-todas-atracoes:hover,
.btn-todas-atracoes:focus-visible {
  background: var(--white);
  color: var(--atracoes-azul);
}

.atracoes-carrossel {
  overflow: hidden;
  border: 7px solid rgba(255, 255, 255, 0.86);
  border-radius: 1.65rem;
  background: #082a48;
  box-shadow: 0 17px 36px rgba(2, 24, 49, 0.31);
}

.atracao-slide {
  --atracao-imagem: none;
  min-height: clamp(320px, 36vw, 440px);
  padding: clamp(2rem, 4vw, 4rem);
  background-color: #082a48;
  background-image: linear-gradient(90deg, rgba(2, 22, 42, 0.91) 0%, rgba(2, 30, 54, 0.64) 42%, rgba(2, 30, 54, 0.05) 78%), var(--atracao-imagem);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.atracao-slide.active,
.atracao-slide.carousel-item-next,
.atracao-slide.carousel-item-prev,
.atracao-slide.carousel-item-start,
.atracao-slide.carousel-item-end {
  display: flex;
  align-items: flex-end;
}

.atracao-slide--kamikaze {
  background-position: center 30%;
}

.atracao-slide--infantil {
  background-position: 40% 43%;
}

.atracao-slide--rio {
  background-position: center 67%;
}

.atracao-slide__conteudo {
  max-width: 520px;
  color: var(--white);
}

.atracao-slide__etiqueta {
  display: inline-block;
  margin-bottom: 0.7rem;
  color: var(--atracoes-amarelo);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.atracao-slide h3 {
  margin: 0 0 0.5rem;
  color: var(--white);
  font-family: var(--font-heading);
  font-size: clamp(2.1rem, 5vw, 4.4rem);
  font-weight: 800;
  line-height: 0.96;
  text-shadow: 0 3px 14px rgba(0, 0, 0, 0.32);
}

.atracao-slide p {
  max-width: 490px;
  margin: 0 0 1.25rem;
  color: rgba(255, 255, 255, 0.94);
  font-size: clamp(0.9rem, 1.45vw, 1.05rem);
  line-height: 1.55;
}

.btn-ver-atracao {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  padding: 0.74rem 1.3rem;
  border: 2px solid var(--atracoes-amarelo);
  border-radius: 999px;
  background: var(--atracoes-amarelo);
  color: var(--atracoes-azul);
  font-weight: 800;
}

.btn-ver-atracao:hover,
.btn-ver-atracao:focus-visible {
  border-color: var(--atracoes-amarelo);
  background: transparent;
  color: var(--white);
}

.atracoes-controle {
  top: 50%;
  bottom: auto;
  width: 44px;
  height: 44px;
  margin: 0 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(3, 20, 38, 0.61);
  transform: translateY(-50%);
  opacity: 1;
}

.atracoes-indicadores [data-bs-target] {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.72);
  opacity: 1;
  transition: width 0.25s ease, background-color 0.25s ease;
}

.atracoes-indicadores .active {
  width: 28px;
  background-color: var(--atracoes-amarelo);
}

@media (max-width: 767.98px) {
  .atracoes-section {
    min-height: 1300px;
    margin-top: -90px;
    padding: 10rem 0 22rem;
    background-size: 114% 100%;
  }

  .atracoes-painel {
    margin-inline: 0.25rem;
    padding: 1.25rem;
    border-radius: 1.55rem;
  }

  .atracoes-header {
    text-align: center;
  }

  .atracoes-header p {
    margin-inline: auto;
  }

  .btn-todas-atracoes {
    width: min(100%, 230px);
  }

  .atracoes-carrossel {
    border-width: 5px;
    border-radius: 1.25rem;
  }

  .atracao-slide {
    min-height: 380px;
    padding: 1.75rem 1.25rem 3.8rem;
    background-image: linear-gradient(0deg, rgba(2, 22, 42, 0.94) 0%, rgba(2, 30, 54, 0.66) 54%, rgba(2, 30, 54, 0.08) 86%), var(--atracao-imagem);
    background-size: cover;
    text-align: center;
  }

  .atracao-slide h3 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .atracao-slide p {
    font-size: 0.88rem;
  }

  .atracoes-controle {
    top: 42%;
    width: 38px;
    height: 38px;
    margin-inline: 0.75rem;
  }
}

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========================================
   PROMOÇÕES
========================================== */
.promocoes-section {
  --promocoes-azul: #0f4b8c;
  --promocoes-azul-claro: #2b67ad;
  --promocoes-amarelo: #ffd51f;
  --promocoes-branco: #fff;
  --promocoes-texto: #0d417d;
  position: relative;
  z-index: 3;
  isolation: isolate;
  min-height: 900px;
  overflow: hidden;
  margin-top: clamp(-850px, -48vw, -580px);
  padding: clamp(12rem, 20vw, 17rem) 1rem clamp(7rem, 10vw, 10rem);
  background-color: transparent;
  background-image: url('./assets/images/backgrounds/BackgroundSecaoPromocoes.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.promocoes-container {
  position: relative;
  z-index: 2;
  width: min(100%, 1160px);
}

.promocoes-cabecalho {
  display: flex;
  justify-content: center;
  margin-bottom: clamp(3rem, 5vw, 5.4rem);
}

.promocoes-titulo-wrap {
  position: relative;
  width: min(100%, 470px);
  padding-bottom: 58px;
}

.promocoes-titulo {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 165px;
  place-items: center;
  padding: 2.7rem 4.5rem 2.8rem;
  border-radius: 46% 46% 32% 34% / 22% 22% 28% 32%;
  background: linear-gradient(155deg, #ffe357, #ffd31d 55%, #ffc20e);
  box-shadow:
    inset 0 8px 8px rgba(255, 255, 255, 0.38),
    inset 0 -8px 12px rgba(222, 141, 0, 0.24),
    0 12px 18px rgba(103, 50, 104, 0.18);
  transform: rotate(-3deg);
}

.promocoes-titulo::before,
.promocoes-titulo::after {
  position: absolute;
  bottom: -30px;
  z-index: -1;
  width: 52%;
  height: 72px;
  background: #ffca16;
  content: '';
}

.promocoes-titulo::before {
  left: 5%;
  clip-path: polygon(0 0, 100% 0, 54% 100%);
}

.promocoes-titulo::after {
  right: 5%;
  clip-path: polygon(0 0, 100% 0, 42% 100%);
}

.promocoes-titulo h2 {
  margin: 0;
  color: var(--promocoes-azul);
  font-family: var(--font-display);
  font-size: clamp(2rem, 4vw, 3.1rem);
  font-weight: 900;
  line-height: 0.91;
  text-align: center;
  transform: rotate(3deg);
}

.promocoes-titulo h2 span {
  display: block;
}

.promocoes-titulo__faixa {
  position: absolute;
  right: -6%;
  bottom: 9px;
  left: -6%;
  z-index: 2;
  height: 78px;
  background: var(--promocoes-azul);
  clip-path: polygon(0 18%, 14% 0, 28% 34%, 43% 5%, 57% 37%, 71% 7%, 85% 40%, 100% 16%, 100% 57%, 85% 80%, 71% 52%, 57% 88%, 43% 55%, 28% 91%, 14% 58%, 0 82%);
}

.promocoes-lista {
  --bs-gutter-x: clamp(1.2rem, 3vw, 2.4rem);
}

.promocao-card {
  overflow: hidden;
  border: 0;
  border-radius: 1.35rem;
  background: var(--promocoes-branco);
  color: #536071;
  box-shadow: 0 14px 35px rgba(4, 34, 67, 0.18);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.promocao-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(4, 34, 67, 0.28);
}

.promocao-card__imagem-wrap {
  position: relative;
  height: 290px;
  margin: 0;
  overflow: hidden;
  background: var(--promocoes-branco);
}

.promocao-card__imagem {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.35s ease;
}

.promocao-card:hover .promocao-card__imagem {
  transform: scale(1.04);
}

.promocao-card__oferta {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: 0.42rem 0.8rem;
  border-radius: 999px;
  background: var(--promocoes-amarelo);
  color: var(--promocoes-azul);
  font-family: var(--font-display);
  font-size: 0.72rem;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.promocao-card__corpo {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 235px;
  padding: 1.45rem 1.35rem 1.3rem;
  text-align: center;
}

.promocao-card .card-title {
  margin: 0 0 0.55rem;
  color: var(--promocoes-texto);
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 800;
}

.promocao-card .card-text {
  flex: 1;
  margin: 0 0 1.3rem;
  font-size: 0.88rem;
  line-height: 1.6;
}

.promocao-card__botao {
  width: 100%;
  padding: 0.86rem 1.2rem;
  border: 2px solid var(--promocoes-azul);
  border-radius: 999px;
  background: var(--promocoes-azul);
  color: var(--promocoes-branco);
  font-family: var(--font-heading);
  font-weight: 800;
}

.promocao-card__botao:hover,
.promocao-card__botao:focus-visible {
  border-color: var(--promocoes-azul);
  background: var(--promocoes-branco);
  color: var(--promocoes-azul);
}

.promocoes-desconto {
  position: absolute;
  z-index: 1;
  display: grid;
  width: clamp(72px, 8vw, 118px);
  aspect-ratio: 1;
  place-items: center;
  background: linear-gradient(145deg, #ffe856, #ffd31d 52%, #ffbf00);
  clip-path: polygon(50% 0%, 61% 9%, 75% 5%, 83% 18%, 96% 22%, 94% 38%, 100% 50%, 91% 62%, 95% 76%, 81% 82%, 75% 96%, 61% 91%, 50% 100%, 39% 91%, 24% 96%, 18% 82%, 4% 76%, 9% 62%, 0% 50%, 7% 38%, 4% 22%, 18% 18%, 25% 5%, 39% 9%);
  color: #fff8dc;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 5vw, 4.5rem);
  font-weight: 900;
  text-shadow: 0 4px 0 #e6b300, 0 7px 10px rgba(155, 90, 0, 0.28);
  transform: rotate(-11deg);
}

.promocoes-desconto--esquerda-superior {
  top: 26%;
  left: clamp(1rem, 8vw, 8rem);
}

.promocoes-desconto--esquerda-inferior {
  top: 52%;
  left: -1rem;
  width: clamp(92px, 11vw, 155px);
}

.promocoes-desconto--direita-superior {
  top: 29%;
  right: clamp(1rem, 8vw, 8rem);
  transform: rotate(9deg);
}

.promocoes-desconto--direita-inferior {
  top: 57%;
  right: -1rem;
  width: clamp(102px, 12vw, 175px);
  transform: rotate(13deg);
}

@media (max-width: 991.98px) {
  .promocoes-section {
    min-height: 1350px;
    margin-top: -600px;
    padding-top: 23rem;
    padding-bottom: 14rem;
    background-size: 100% 100%;
  }

  .promocoes-desconto--esquerda-inferior,
  .promocoes-desconto--direita-inferior {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .promocoes-section {
    min-height: auto;
    margin-top: -680px;
    padding: 25rem 0.85rem 8rem;
    background-size: 215% 100%;
  }

  .promocoes-cabecalho {
    margin-bottom: 2.6rem;
  }

  .promocoes-titulo-wrap {
    width: min(82vw, 360px);
    padding-bottom: 44px;
  }

  .promocoes-titulo {
    min-height: 128px;
    padding: 2.15rem 2rem 2.4rem;
  }

  .promocoes-titulo::before,
  .promocoes-titulo::after {
    bottom: -22px;
    height: 54px;
  }

  .promocoes-titulo__faixa {
    right: -5%;
    bottom: 5px;
    left: -5%;
    height: 61px;
  }

  .promocoes-desconto {
    width: 66px;
    font-size: 2.5rem;
  }

  .promocoes-desconto--esquerda-superior {
    top: 18%;
    left: -13px;
  }

  .promocoes-desconto--direita-superior {
    top: 20%;
    right: -13px;
  }

  .promocoes-lista > [class*='col-'] {
    width: min(100%, 320px);
  }

  .promocao-card__imagem-wrap {
    height: 215px;
  }

  .promocao-card__corpo {
    min-height: 205px;
    padding: 1.1rem 1rem 1rem;
  }

  .promocao-card .card-title {
    font-size: 1.08rem;
  }

  .promocao-card .card-text {
    margin-bottom: 1rem;
    font-size: 0.82rem;
    line-height: 1.5;
  }

  .promocao-card__botao {
    padding: 0.72rem 1rem;
  }
}

/* =========================================
   REDES SOCIAIS + FOOTER
========================================== */
.rodape-background {
  position: relative;
  z-index: 2;
  isolation: isolate;
}

.rodape-background::before {
  position: absolute;
  top: clamp(-54rem, -50vw, -42rem);
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url('./assets/images/backgrounds/BackgroundFooter.webp');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 125%;
  content: '';
  pointer-events: none;
}

.redes-sociais-section {
  position: relative;
  z-index: 2;
  padding: clamp(3.5rem, 7vw, 6rem) 1rem clamp(3rem, 6vw, 5rem);
  color: #fff;
}

.redes-sociais-section h2 {
  margin: 0 0 clamp(1.7rem, 3vw, 2.5rem);
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.7rem, 3.3vw, 2.65rem);
  font-weight: 900;
  line-height: 1.12;
  text-shadow: 0 0.2rem 0.6rem rgba(0, 49, 92, 0.22);
}

.redes-sociais-lista {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: clamp(1rem, 2.5vw, 2rem);
}

.rede-social-link {
  display: grid;
  width: clamp(4rem, 7vw, 5.25rem);
  aspect-ratio: 1;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  color: #ef3b83;
  box-shadow: 0 0.8rem 1.5rem rgba(11, 75, 133, 0.18);
  transition: color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.rede-social-link svg {
  display: block;
  width: 32px;
  height: 32px;
  fill: currentColor;
  shape-rendering: geometricPrecision;
}

.rede-social-link svg path {
  shape-rendering: geometricPrecision;
}

.rede-social-link:hover,
.rede-social-link:focus-visible {
  color: #c92268;
  transform: translateY(-0.35rem);
  box-shadow: 0 1rem 2rem rgba(11, 75, 133, 0.28);
}

.rede-social-link:focus-visible {
  outline: 0.25rem solid rgba(255, 255, 255, 0.55);
  outline-offset: 0.2rem;
}

.site-footer {
  --footer-azul-escuro: #063c6c;
  --footer-amarelo: #ffd33d;
  position: relative;
  z-index: 1;
  isolation: isolate;
  overflow: hidden;
  background: transparent;
  color: #fff;
}

.site-footer__conteudo {
  position: relative;
  z-index: 1;
  padding: clamp(4rem, 7vw, 7rem) 1rem clamp(4.5rem, 8vw, 7.5rem);
}

.site-footer__logo-wrap {
  min-height: 5rem;
  margin-bottom: 1.5rem;
}

.site-footer__logo-wrap .custom-logo-link,
.site-footer__logo-link {
  display: inline-flex;
}

.site-footer__logo-wrap .custom-logo,
.site-footer__logo {
  display: block;
  width: auto;
  max-width: 9.5rem;
  height: auto;
  max-height: 5rem;
  object-fit: contain;
}

.site-footer h2 {
  margin: 0 0 1.5rem;
  color: #fff;
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.site-footer__nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__nav li + li {
  margin-top: 0.65rem;
}

.site-footer__nav a,
.site-footer__informacoes p,
.site-footer__informacoes address,
.site-footer__informacoes > a {
  color: rgba(255, 255, 255, 0.92);
  font-family: var(--font-body);
  font-size: 0.88rem;
  line-height: 1.5;
}

.site-footer__nav a,
.site-footer__informacoes a {
  transition: color 0.2s ease;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible,
.site-footer__informacoes a:hover,
.site-footer__informacoes a:focus-visible {
  color: var(--footer-amarelo);
}

.site-footer__informacoes {
  min-height: 100%;
  padding-left: clamp(1.5rem, 3vw, 2.4rem);
  border-left: 1px solid rgba(255, 255, 255, 0.78);
}

.site-footer__informacoes h2:not(:first-child) {
  margin-top: 1.55rem;
  margin-bottom: 0.55rem;
}

.site-footer__informacoes p,
.site-footer__informacoes address {
  margin: 0;
  font-style: normal;
}

.site-footer__informacoes small {
  font-size: 0.78rem;
  opacity: 0.8;
}

.site-footer__informacoes small a {
  color: var(--footer-amarelo);
  font-weight: 700;
}

.site-footer__telefones {
  position: relative;
  z-index: 2;
  margin-top: clamp(-4rem, -5vw, -2.75rem);
  padding: clamp(3rem, 5vw, 4.5rem) 1rem clamp(3.3rem, 5.5vw, 4.8rem);
  border-radius: clamp(2.75rem, 6vw, 5.2rem) clamp(2.75rem, 6vw, 5.2rem) 0 0;
  background: var(--footer-azul-escuro);
}

.site-footer__telefones a {
  display: block;
  color: #fff;
  text-align: center;
}

.site-footer__telefones strong,
.site-footer__telefones span {
  display: block;
  font-family: var(--font-heading);
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  line-height: 1.15;
}

.site-footer__telefones a:hover span,
.site-footer__telefones a:focus-visible span {
  color: var(--footer-amarelo);
}

@media (min-width: 1600px) {
  .rodape-background::before {
    top: -46rem;
  }
}

@media (max-width: 991.98px) {
  .site-footer__informacoes {
    padding-left: 0;
    border-left: 0;
  }
}

@media (max-width: 575.98px) {
  .rodape-background::before {
    top: -22rem;
    background-size: 100% 112%;
  }

  .redes-sociais-section {
    padding: 2.6rem 0.75rem 3.25rem;
  }

  .redes-sociais-lista {
    gap: 0.75rem;
  }

  .rede-social-link {
    width: 3.85rem;
  }

  .rede-social-link svg {
    width: 28px;
    height: 28px;
  }

  .site-footer__conteudo {
    padding-top: 3.5rem;
    padding-bottom: 6rem;
  }

  .site-footer__logo-wrap,
  .site-footer__nav,
  .site-footer__informacoes {
    text-align: center;
  }

  .site-footer__logo-wrap .custom-logo-link,
  .site-footer__logo-link {
    justify-content: center;
  }

  .site-footer__telefones {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}

/* =========================================
   TIPOGRAFIA DA PAGINA INICIAL
========================================== */
body.home h1,
body.home h2,
body.home h3,
body.home h4,
body.home h5,
body.home h6 {
  font-family: var(--font-heading);
}

body.home p,
body.home address,
body.home figcaption {
  font-family: var(--font-body);
}
