/*
 * HOME SITE 3BTOUR - Página Institucional
 * Identidade visual 100% alinhada com o Tarifário
 * @version 2.0.0
 */

/* ===== VARIÁVEIS (IDÊNTICAS AO TARIFÁRIO) ===== */
:root {
  --amarelo-3b: #FFEB00;
  --azul-3b: #0051A5;
  --azul-escuro: #164194;
  --azul-claro: #00A8E1;
  --verde-3b: #00b050;
  --preto: #000000;
  --branco: #FFFFFF;
  --cinza-claro: #F5F5F5;
  --cinza-borda: #e0e0e0;
  --texto: #333333;
  --texto-claro: #666666;
}

/* ===== RESET COMPLETO ===== */
.home-site-page,
.home-site-page #page,
.home-site-page #content,
.home-site-page main {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Esconde header/footer do tema Astra */
.home-site-page #masthead,
.home-site-page .site-header,
.home-site-page .site-footer,
.home-site-page #colophon {
  display: none !important;
}

.home-site-page {
  font-family: 'Museo Sans Rounded', 'Montserrat', sans-serif;
  color: var(--texto);
  background: var(--branco);
  overflow-x: hidden;
}

.home-site-page *,
.home-site-page *::before,
.home-site-page *::after {
  box-sizing: border-box;
}

.home-site-page a {
  text-decoration: none;
  color: inherit;
}

.home-site-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

/* Admin bar fix */
.admin-bar #hs-header {
  top: 32px;
}
@media (max-width: 782px) {
  .admin-bar #hs-header {
    top: 46px;
  }
}

/* ===== CONTAINER ===== */
.hs-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ===== TOPBAR (IGUAL TARIFÁRIO) ===== */
.hs-topbar {
  background: var(--branco);
  border-bottom: 1px solid var(--cinza-borda);
  padding: 12px 0;
  position: relative;
  z-index: 600;
}

.hs-topbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.hs-topbar-contacts {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.hs-contact-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875em;
  color: var(--texto);
  font-weight: 500;
  transition: color 0.2s;
}

.hs-contact-item:hover {
  color: var(--azul-3b);
}

.hs-contact-item i {
  font-size: 0.95em;
  color: var(--texto-claro);
}

.hs-btn-cliente {
  display: inline-block;
  background: var(--azul-3b);
  color: var(--branco) !important;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 0.8125em;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.2s;
  box-shadow: 0 2px 8px rgba(0, 81, 165, 0.15);
}

.hs-btn-cliente:hover {
  background: var(--azul-escuro);
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 81, 165, 0.25);
}

/* ===== HEADER STICKY (IGUAL TARIFÁRIO) ===== */
#hs-header {
  background: var(--branco);
  position: sticky;
  top: 0;
  z-index: 700;
  transition: box-shadow 0.3s;
}

#hs-header.scrolled {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.hs-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;
}

.hs-logo-link {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.hs-logo-img {
  max-height: 48px;
  width: auto;
  padding: 5px 0;
}

/* ===== NAVEGAÇÃO ===== */
#hs-nav {
  display: flex;
  align-items: center;
}

.hs-menu {
  display: flex;
  align-items: center;
  gap: 36px;
}

.hs-menu > li > a {
  font-size: 0.9375em;
  font-weight: 600;
  color: var(--texto);
  position: relative;
  padding-bottom: 4px;
  transition: color 0.2s;
}

.hs-menu > li > a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background: var(--azul-3b);
  border-radius: 2px;
  transition: width 0.25s;
}

.hs-menu > li > a:hover {
  color: var(--azul-3b);
}

.hs-menu > li > a:hover::after {
  width: 100%;
}

/* Language Switcher */
.hs-lang-switcher {
  position: relative;
}

.hs-lang-btn {
  display: flex;
  align-items: center;
  gap: 7px;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 0.9375em;
  font-weight: 600;
  color: var(--texto);
  font-family: inherit;
  padding: 0;
  transition: color 0.2s;
}

.hs-lang-btn:hover {
  color: var(--azul-3b);
}

.hs-lang-chevron {
  font-size: 0.7em;
  transition: transform 0.2s;
}

.hs-lang-switcher:hover .hs-lang-chevron,
.hs-lang-switcher.open .hs-lang-chevron {
  transform: rotate(180deg);
}

.hs-lang-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  background: var(--branco);
  border: 1px solid var(--cinza-borda);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  min-width: 140px;
  padding: 8px 0;
  z-index: 600;
}

.hs-lang-switcher:hover .hs-lang-dropdown,
.hs-lang-switcher.open .hs-lang-dropdown {
  display: block;
}

.hs-lang-dropdown li a {
  display: block;
  padding: 10px 18px;
  font-size: 0.875em;
  font-weight: 500;
  color: var(--texto);
  transition: all 0.15s;
}

.hs-lang-dropdown li a:hover {
  background: var(--cinza-claro);
  color: var(--azul-3b);
}

/* Mobile toggle */
.hs-mobile-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.hs-mobile-btn span {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--texto);
  border-radius: 2px;
  transition: all 0.3s;
}

.hs-mobile-btn.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hs-mobile-btn.active span:nth-child(2) {
  opacity: 0;
}

.hs-mobile-btn.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ===== HERO (IDÊNTICO AO TARIFÁRIO) ===== */
.hs-hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  z-index: 1;
  padding-bottom: 0;
}

.hs-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -130px;
  background-size: cover;
  background-position: center 58%;
  background-repeat: no-repeat;
  z-index: 1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hs-hero-bg.active {
  opacity: 1;
}

.hs-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -130px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0.42) 100%);
  z-index: 2;
}

.hs-hero-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 38%;
  transform: translateY(-50%);
  z-index: 3;
  text-align: center;
  padding: 0 20px;
  max-width: 1000px;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  pointer-events: none;
}

.hs-hero-content.active {
  opacity: 1;
  pointer-events: auto;
}

.hs-hero-dots {
  display: none !important;
  position: absolute;
  bottom: 34px;
  left: 22px;
  gap: 10px;
  z-index: 4;
}

.hs-hero-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}

.hs-hero-dot.active {
  background: var(--branco);
  transform: scale(1.3);
}

.hs-hero-eyebrow {
  font-size: 1.25em;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0.95;
  color: var(--branco);
}

.hs-hero-title {
  font-size: clamp(4.2rem, 8vw, 7rem);
  font-weight: 800;
  line-height: 0.98;
  margin: 0;
  color: var(--branco);
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.4);
}

/* ===== SEÇÕES GERAIS ===== */
section {
  padding: 80px 0;
  background: var(--branco);
}

section:nth-child(even) {
  background: var(--cinza-claro);
}

/* ===== TÍTULOS E LABELS (IGUAL TARIFÁRIO) ===== */
.hs-section-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
}

.hs-label-line {
  display: inline-block;
  width: 32px;
  height: 4px;
  background: var(--azul-claro);
  border-radius: 2px;
  flex-shrink: 0;
}

.hs-label-text {
  font-size: 0.8em;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--azul-claro);
}

.hs-section-title {
  font-size: 2.5em;
  font-weight: 700;
  color: var(--preto);
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: -0.5px;
}

.hs-section-subtitle {
  font-size: 1.15em;
  color: var(--texto-claro);
  line-height: 1.6;
  margin-bottom: 16px;
}

.hs-section-text {
  font-size: 1em;
  color: var(--texto-claro);
  line-height: 1.75;
  margin-bottom: 16px;
}

.hs-section-text:last-of-type {
  margin-bottom: 0;
}

/* ===== LAYOUT DUAS COLUNAS ===== */
.hs-two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: center;
}

.hs-ventas .hs-two-col, .hs-services .hs-two-col {
  align-items: flex-start;
}

.hs-section-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

/* ===== FEATURES (3 CARDS) ===== */
.hs-features,
.home-site-page .hs-features {
  background: transparent !important;
  padding: 0 44px;
  position: relative;
  z-index: 10;
  margin-top: -130px;
}

.hs-features::after {
  content: '';
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--cinza-claro);
  z-index: -1;
}

.hs-features .hs-container {
  background: var(--branco);
  padding: 48px 56px 56px;
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  box-shadow: none;
  position: relative;
  z-index: 10;
  max-width: 1080px;
}

.hs-features-title {
  text-align: center;
  font-size: 2em;
  font-weight: 700;
  color: var(--preto);
  margin-bottom: 40px;
  text-transform: none;
  margin-top: 0;
}

.hs-features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

.hs-feature-card {
  text-align: center;
  padding: 0;
}

.hs-feature-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-radius: 0;
  border: none;
}

.hs-feature-icon img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  display: block;
}

.hs-feature-icon-placeholder {
  width: 100px;
  height: 100px;
  background: var(--cinza-claro);
  border: 2px dashed var(--cinza-borda);
  border-radius: 12px;
}

.hs-feature-title {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--preto);
  margin-bottom: 14px;
}

.hs-feature-text {
  font-size: 0.875em;
  color: var(--texto-claro);
  line-height: 1.6;
}

/* ===== SOBRE ===== */
.hs-about {
  background: var(--cinza-claro);
  padding: 80px 0 60px 0;
}

.hs-about-text {
  font-size: 1em;
  color: var(--texto-claro);
  line-height: 1.85;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

/* ===== SERVIÇOS ===== */
.hs-services {
  padding: 90px 0;
  background: var(--branco);
}

.hs-services-list {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hs-services-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.12em;
  color: var(--texto);
  line-height: 1.6;
}

.hs-services-list li i {
  color: var(--verde-3b);
  font-size: 0.95em;
  margin-top: 4px;
  flex: 0 0 auto;
}

.hs-services-list li span {
  display: block;
}

/* ===== VENTAS ONLINE ===== */
.hs-ventas {
  padding: 90px 0;
  background: #FFFFFF;
}

.hs-stats {
  display: flex;
  gap: 50px;
  margin-top: 40px;
}

.hs-stat {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.hs-stat-number {
  font-size: 2.75em;
  font-weight: 900;
  color: var(--azul-3b);
  line-height: 1;
}

.hs-stat-label {
  font-size: 0.875em;
  color: var(--azul-3b);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.hs-mockup {
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-mockup-img {
  width: 100%;
  max-width: 560px;
  border-radius: 0;
  box-shadow: none;
}

.hs-mockup-placeholder {
  background: #e8f0f8;
  border-radius: 16px;
  padding: 28px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.hs-mockup-screen {
  background: var(--branco);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.18);
}

.hs-mockup-topbar {
  height: 38px;
  background: var(--azul-escuro);
  display: flex;
  align-items: center;
  padding: 0 16px;
  gap: 7px;
}

.hs-mockup-topbar::before,
.hs-mockup-topbar::after {
  content: '';
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.hs-mockup-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.hs-mockup-line {
  height: 11px;
  background: #e0e8f0;
  border-radius: 6px;
}

.hs-mockup-line--short {
  width: 60%;
}

.hs-mockup-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}

.hs-mockup-block {
  height: 55px;
  background: #f0f5fb;
  border-radius: 8px;
  border: 1px solid #d0dce8;
}

.hs-mockup-footer-bar {
  height: 13px;
  background: #c8d8e8;
  border-radius: 6px;
  width: 45%;
}

/* ===== CLIENTES ===== */
.hs-clientes {
  padding: 90px 0;
  background: var(--branco);
}

.hs-logos-area {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hs-logos-carousel {
  position: relative;
  overflow: hidden;
  min-height: 200px;
}

.hs-logos-slide {
  display: none;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 50px;
  align-items: center;
  justify-items: center;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

@media (max-width: 768px) {
  .hs-logos-slide {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 40px;
  }

  .hs-logo-item img {
    max-height: 60px;
    max-width: 130px;
  }
}

.hs-logos-slide.active {
  display: grid;
  opacity: 1;
}

.hs-logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.hs-logo-item img {
  max-height: 75px;
  max-width: 160px;
  width: auto;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.7;
  transition: all 0.3s;
}

.hs-logo-item img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

.hs-logo-placeholder {
  height: 75px;
  min-width: 140px;
  background: var(--cinza-claro);
  border: 2px dashed var(--cinza-borda);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  font-size: 0.8em;
  font-weight: 700;
  color: var(--texto-claro);
  text-align: center;
  line-height: 1.3;
}

.hs-carousel-dots {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.hs-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--cinza-borda);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: all 0.3s;
}

.hs-dot.active {
  background: var(--azul-3b);
  transform: scale(1.2);
}

.hs-dot:hover {
  background: var(--azul-claro);
}

.hs-countries-text {
  font-size: 0.875em;
  color: var(--texto-claro);
  line-height: 1.7;
  margin-top: 16px;
}

/* ===== CTA BANNER (AZUL ESCURO - IGUAL TARIFÁRIO) ===== */
.hs-cta-banner {
  background: var(--azul-escuro);
  padding: 70px 0;
}

.hs-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.hs-cta-eyebrow {
  font-size: 0.775em;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--azul-claro);
  margin-bottom: 12px;
}

.hs-cta-title {
  font-size: 2.2em;
  font-weight: 700;
  color: var(--branco);
  margin-bottom: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

.hs-cta-subtitle {
  font-size: 0.9375em;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.hs-cta-actions {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
  flex-shrink: 0;
}

.hs-cta-phone {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 24px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  color: var(--branco);
  font-size: 1em;
  font-weight: 600;
  white-space: nowrap;
  transition: all 0.2s;
}

.hs-cta-phone:hover {
  border-color: rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.05);
}

.hs-phone-circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hs-phone-circle i {
  font-size: 0.95em;
  color: var(--branco);
}

.hs-btn-whatsapp {
  display: inline-block;
  background: var(--azul-3b);
  color: var(--branco) !important;
  padding: 15px 32px;
  border-radius: 4px;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.2s;
  box-shadow: 0 4px 12px rgba(0, 81, 165, 0.3);
}

.hs-btn-whatsapp:hover {
  background: #003d7a;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 81, 165, 0.4);
}

/* ===== SOPORTE ===== */
.hs-soporte {
  padding: 90px 0;
  background: var(--branco);
}

.hs-col-soporte {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.hs-soporte-ring {
  width: 155px;
  height: 155px;
  border-radius: 50%;
  border: 9px solid var(--verde-3b);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hs-soporte-24h {
  font-size: 2.3em;
  font-weight: 900;
  color: var(--preto);
  line-height: 1;
}

.hs-soporte-label {
  font-size: 1.2em;
  font-weight: 700;
  color: var(--preto);
  line-height: 1.35;
}

/* ===== TRASLADOS ===== */
.hs-traslados {
  padding: 90px 0;
  background: var(--branco);
}

.hs-traslados .hs-two-col {
  align-items: flex-start;
}

.hs-traslados-img {
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  padding: 20px;
  background: var(--branco);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.hs-btn-vermais {
  display: inline-block;
  background: var(--azul-3b);
  color: var(--branco) !important;
  padding: 15px 38px;
  border-radius: 4px;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-top: 32px;
  transition: all 0.2s;
  box-shadow: 0 2px 10px rgba(0, 81, 165, 0.2);
}

.hs-btn-vermais:hover {
  background: var(--azul-escuro);
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(0, 81, 165, 0.3);
}

/* ===== PROTOCOLOS ===== */
.hs-protocolos {
  padding: 90px 0;
  background: var(--branco);
}

.hs-protocolos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  margin-top: 50px;
  max-width: 100%;
}

.hs-protocolo-item {
  background: var(--cinza-claro);
  border-radius: 16px;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hs-protocolo-item img {
  width: 100%;
  height: auto;
  display: block;
  border: 12px solid var(--branco);
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
}

.hs-protocolo-placeholder {
  background: var(--cinza-claro);
  border: 2px dashed var(--cinza-borda);
  border-radius: 12px;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 28px;
  font-size: 0.875em;
  font-weight: 700;
  color: var(--texto-claro);
  line-height: 1.5;
}

/* ===== FOOTER (AZUL ESCURO - IGUAL TARIFÁRIO) ===== */
.hs-footer {
  background: var(--azul-escuro);
  color: rgba(255, 255, 255, 0.9);
  padding: 60px 0 30px;
}

.hs-footer-top {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 50px;
  align-items: center;
  padding: 0 40px 40px;
  max-width: 1280px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.hs-footer-logo-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hs-footer-logo {
  max-height: 55px;
  width: auto;
}

.hs-footer-cadastur {
  font-size: 0.8em;
  color: rgba(255, 255, 255, 0.6);
}

.hs-footer-contacts {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
}

.hs-footer-contact {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.875em;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  transition: color 0.2s;
}

.hs-footer-contact:hover {
  color: var(--amarelo-3b);
}

.hs-footer-contact i {
  color: var(--amarelo-3b);
  font-size: 0.95em;
}

.hs-footer-social {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-left: 10px;
}

.hs-social-link {
  width: 36px;
  height: 36px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875em;
  color: rgba(255, 255, 255, 0.85);
  transition: all 0.2s;
}

.hs-social-link:hover {
  background: var(--amarelo-3b);
  border-color: var(--amarelo-3b);
  color: var(--preto) !important;
}

.hs-footer-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 12px;
}

.hs-footer-nav-link {
  font-size: 0.9em;
  color: rgba(255, 255, 255, 0.85);
  font-weight: 500;
  transition: color 0.2s;
}

.hs-footer-nav-link:hover {
  color: var(--amarelo-3b);
}

.hs-footer-bottom {
  padding: 22px 40px 0;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.hs-footer-bottom p {
  font-size: 0.8125em;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
  line-height: 1.6;
}

/* ===== RESPONSIVO: 1024px ===== */
@media (max-width: 1024px) {
  .hs-container {
    padding: 0 30px;
  }

  .hs-topbar-inner,
  .hs-header-inner {
    padding: 0 30px;
  }

  .hs-footer-top,
  .hs-footer-bottom {
    padding-left: 30px;
    padding-right: 30px;
  }

  .hs-menu {
    gap: 26px;
  }

  .hs-hero-title {
    font-size: 3.5em;
  }

  .hs-two-col {
    gap: 50px;
  }

  .hs-features-grid {
    gap: 35px;
  }

  section {
    padding: 65px 0;
  }
}

/* ===== RESPONSIVO: 768px ===== */
@media (max-width: 768px) {
  .hs-topbar {
    display: none;
  }

  .hs-header-inner {
    padding: 0 20px;
    height: 65px;
  }

  .hs-mobile-btn {
    display: flex;
  }

  #hs-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--branco);
    border-bottom: 2px solid var(--cinza-borda);
    padding: 18px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    z-index: 499;
  }

  #hs-nav.open {
    display: block;
  }

  .hs-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .hs-menu > li {
    width: 100%;
    border-bottom: 1px solid var(--cinza-borda);
  }

  .hs-menu > li:last-child {
    border-bottom: none;
  }

  .hs-menu > li > a {
    display: block;
    padding: 16px 0;
  }

  .hs-menu > li > a::after {
    display: none;
  }

  .hs-lang-btn {
    padding: 16px 0;
    width: 100%;
    justify-content: space-between;
  }

  .hs-lang-dropdown {
    position: static;
    border: none;
    box-shadow: none;
    padding: 0 0 0 16px;
    display: none;
  }

  .hs-lang-switcher.open .hs-lang-dropdown {
    display: block;
  }

  .hs-hero {
    height: 80vh;
    min-height: 500px;
    padding-bottom: 0;
  }

  .hs-features {
    margin-top: -80px;
    padding: 0 16px;
  }

  .hs-hero-content {
    top: 44%;
    padding: 0 24px;
    max-width: 92%;
  }

  .hs-hero-dots {
    bottom: 18px;
    left: 16px;
  }

  .hs-hero-eyebrow {
    font-size: 0.875em;
  }

  .hs-hero-title {
    font-size: 2.9em;
  }

  .hs-container {
    padding: 0 20px;
  }

  .hs-footer-top,
  .hs-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  section {
    padding: 55px 0;
  }

  .hs-section-title {
    font-size: 2em;
  }

  .hs-features .hs-container {
    padding: 38px 24px 42px;
    box-shadow: none;
  }

  .hs-features-grid {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 0 auto;
    gap: 50px;
    padding: 0;
    box-shadow: none;
  }

  .hs-two-col {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .hs-clientes .hs-two-col {
    display: flex;
    flex-direction: column-reverse;
  }

  .hs-section-img {
    height: 300px;
  }

  .hs-stats {
    gap: 35px;
  }

  .hs-cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .hs-cta-actions {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .hs-cta-phone {
    justify-content: center;
  }

  .hs-btn-whatsapp {
    text-align: center;
  }

  .hs-col-soporte {
    justify-content: flex-start;
  }

  .hs-protocolos-grid {
    grid-template-columns: 1fr;
    max-width: 340px;
  }

  .hs-footer-top {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 35px;
    padding-bottom: 35px;
  }

  .hs-footer-logo-area {
    align-items: center;
  }

  .hs-footer-contacts {
    flex-direction: column;
    gap: 16px;
  }

  .hs-footer-social {
    margin-left: 0;
  }

  .hs-footer-nav {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
  }
}

/* ===== RESPONSIVO: 480px ===== */
@media (max-width: 480px) {
  .hs-hero {
    height: 70vh;
    min-height: 420px;
    padding-bottom: 0;
  }

  .hs-features {
    margin-top: -60px;
    padding: 0 16px;
  }

  .hs-hero-title {
    font-size: 2.3em;
  }

  .hs-features .hs-container {
    padding: 40px 25px 45px;
  }

  .hs-features-grid {
    gap: 45px;
  }

  .hs-about {
    padding: 60px 0 45px 0;
  }

  .hs-section-title {
    font-size: 1.75em;
  }

  section {
    padding: 45px 0;
  }

  .hs-cta-banner {
    padding: 50px 0;
  }

  .hs-cta-title {
    font-size: 1.7em;
  }

  .hs-stats {
    flex-direction: column;
    gap: 25px;
  }
}

/* ═══════════════════════════════════════════════
   PÁGINA NUESTROS DESTINOS (hsd-*)
   Mesma linha editorial da front page institucional
   ═══════════════════════════════════════════════ */

/* Page hero / breadcrumb */
.hsd-page-hero {
  background: #f4f4f4 !important;
  padding: 44px 0 !important;
  border-bottom: 1px solid var(--cinza-borda);
}

.hsd-page-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.hsd-page-title {
  font-size: 2.5em;
  font-weight: 900;
  color: var(--preto);
  margin: 0;
  text-transform: none;
  letter-spacing: -0.5px;
  line-height: 1.1;
}

.hsd-breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.8125em;
  font-weight: 600;
  letter-spacing: 0.5px;
  white-space: nowrap;
}

.hsd-bc-home {
  color: var(--azul-3b);
  transition: color 0.2s;
}

.hsd-bc-home:hover {
  color: var(--azul-escuro);
}

.hsd-bc-sep {
  color: var(--texto-claro);
  font-size: 1.1em;
}

.hsd-bc-current {
  color: var(--texto-claro);
}

/* Content section */
.hsd-content {
  padding: 60px 0 90px !important;
  background: var(--branco) !important;
}

/* Lead text */
.hsd-lead-text {
  font-size: 1em;
  color: var(--texto-claro);
  line-height: 1.75;
  margin-bottom: 48px;
}

/* Grid 2 colunas */
.hsd-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}

.hsd-card {
  padding: 36px 0;
  border-bottom: 1px solid var(--cinza-borda);
}

.hsd-card:nth-child(odd) {
  padding-right: 40px;
  border-right: 1px solid var(--cinza-borda);
}

.hsd-card:nth-child(even) {
  padding-left: 40px;
}

/* Remove borda inferior dos 2 últimos cards */
.hsd-grid > .hsd-card:nth-last-child(-n+2) {
  border-bottom: none;
}

/* Se o nº de destinos é ímpar, o último fica sozinho à esquerda */
.hsd-grid > .hsd-card:last-child:nth-child(odd) {
  border-right: none;
  border-bottom: none;
  grid-column: 1;
}

.hsd-card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* Imagem do destino: estilo retrato/paisagem, sem borda arredondada */
.hsd-card-img-wrap {
  overflow: hidden;
  margin-bottom: 18px;
  border-radius: 2px;
}

.hsd-card-img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  display: block;
  border-radius: 2px;
  transition: transform 0.45s ease;
}

.hsd-card-link:hover .hsd-card-img {
  transform: scale(1.04);
}

.hsd-card-img-placeholder {
  width: 100%;
  height: 270px;
  background: var(--cinza-claro);
  border: 2px dashed var(--cinza-borda);
  border-radius: 2px;
}

.hsd-card-name {
  font-size: 1.375em;
  font-weight: 700;
  color: var(--preto);
  margin: 0;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: 0;
  transition: color 0.2s;
}

.hsd-card-link:hover .hsd-card-name {
  color: var(--azul-3b);
}

.hsd-empty {
  font-size: 1em;
  color: var(--texto-claro);
  text-align: center;
  padding: 80px 0;
}

/* Responsivo 768px */
@media (max-width: 768px) {
  .hsd-page-hero-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hsd-page-title {
    font-size: 1.85em;
  }

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

  .hsd-card,
  .hsd-card:nth-child(odd),
  .hsd-card:nth-child(even) {
    padding: 28px 0 !important;
    border-right: none !important;
    border-bottom: 1px solid var(--cinza-borda) !important;
  }

  .hsd-grid > .hsd-card:last-child {
    border-bottom: none !important;
  }

  .hsd-card-img {
    height: 220px;
  }
}

/* Responsivo 480px */
@media (max-width: 480px) {
  .hsd-card-img {
    height: 185px;
  }

  .hsd-card-name {
    font-size: 1.2em;
  }
}
