/* ============================================================
   BARDOT BÚZIOS TRANSFER – Stylesheet
   Paleta: Petróleo Profundo #0A3435 | Amarelo Sol #F2C500
           Teal Médio #0B8A8A | Areia #F5F0E8 | Branco #fff
   Fontes: Playfair Display | Lato | Dancing Script
   ============================================================ */

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'Lato', sans-serif; color: #0A3435; background: #fff; line-height: 1.65; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; display: block; }
ul { list-style: none; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* ============================================================
   TOP BAR
   ============================================================ */
#top-bar {
  background: #0A3435;
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.03em;
  padding: 8px 0;
  z-index: 200;
  position: relative;
}
.top-bar-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; }
.top-bar-tagline { opacity: 0.85; }
.lang-selector { display: flex; gap: 4px; }
.lang-btn {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.3);
  color: #fff;
  font-size: 0.72rem;
  font-family: 'Lato', sans-serif;
  padding: 3px 10px;
  border-radius: 20px;
  cursor: pointer;
  transition: all .2s;
  display: flex; align-items: center; gap: 4px;
}
.lang-btn:hover, .lang-btn.active { background: #F2C500; color: #0A3435; border-color: #F2C500; font-weight: 700; }

/* ============================================================
   HEADER
   ============================================================ */
#main-header {
  background: #F5F1E8;
  box-shadow: 0 2px 20px rgba(0,0,0,0.08);
  position: sticky; top: 0; z-index: 190;
  padding: 10px 0;
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.logo { display: flex; align-items: center; gap: 10px; }
.logo-img {
  height: 69px; width: auto;
}
.logo-icon {
  display: flex; align-items: center; justify-content: center;
  background: #F2C500; border-radius: 8px; padding: 7px 8px;
  font-size: 0.95rem; color: #0A3435; line-height: 1.2;
}
.logo-text { display: flex; flex-direction: column; line-height: 1.1; }
.logo-brand { font-family: 'Playfair Display', serif; font-weight: 900; font-size: 1.3rem; color: #0A3435; letter-spacing: 0.06em; }
.logo-sub { font-size: 0.6rem; letter-spacing: 0.12em; color: #0B8A8A; font-weight: 700; text-transform: uppercase; }

#main-nav ul { display: flex; align-items: center; gap: 4px; }
#main-nav a { font-size: 0.88rem; font-weight: 700; letter-spacing: 0.03em; padding: 6px 14px; border-radius: 6px; color: #0A3435; transition: all .2s; }
#main-nav a:hover { background: #0A3435; color: #F2C500; }
.btn-nav { background: #F2C500 !important; color: #0A3435 !important; border-radius: 25px !important; padding: 8px 20px !important; font-weight: 900 !important; }
.btn-nav:hover { background: #0A3435 !important; color: #F2C500 !important; }

.menu-toggle { display: none; flex-direction: column; justify-content: space-between; width: 30px; height: 22px; background: none; border: none; cursor: pointer; padding: 0; }
.menu-toggle span { display: block; height: 3px; width: 100%; background: #0d3535; border-radius: 3px; transition: all .3s; }

/* ============================================================
   BOTÕES
   ============================================================ */
.btn-primary {
  display: inline-block; background: #F2C500; color: #0A3435;
  font-weight: 900; font-family: 'Lato', sans-serif; font-size: 0.95rem;
  padding: 14px 32px; border-radius: 30px; border: 2px solid #F2C500;
  cursor: pointer; transition: all .25s; letter-spacing: 0.03em;
}
.btn-primary:hover { background: transparent; color: #F2C500; }
.btn-dark {
  display: inline-flex; align-items: center; gap: 8px;
  background: #0A3435; color: #fff; font-weight: 700;
  font-size: 0.88rem; padding: 10px 22px; border-radius: 6px;
  cursor: pointer; transition: all .25s;
}
.btn-dark:hover { background: #F2C500; color: #0A3435; }
.btn-dest {
  display: inline-block; background: #F2C500; color: #0A3435;
  font-weight: 900; font-size: 0.9rem; padding: 11px 28px;
  border-radius: 25px; border: 2px solid #F2C500;
  cursor: pointer; transition: all .25s; margin-top: 4px;
}
.btn-dest:hover { background: transparent; color: #F2C500; }

/* ============================================================
   BACKGROUNDS / PATTERNS
   ============================================================ */

/* -- Pattern Rosa dos Ventos reutilizável -- */
:root {
  --rose-pattern-dark: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110' viewBox='0 0 120 120'%3E%3Cg opacity='0.055' fill='%230d3535'%3E%3Cpolygon points='60,4 65,52 60,58 55,52'/%3E%3Cpolygon points='60,116 65,68 60,62 55,68'/%3E%3Cpolygon points='116,60 68,55 62,60 68,65'/%3E%3Cpolygon points='4,60 52,55 58,60 52,65'/%3E%3Cpolygon points='108,12 70,53 65,48 105,7' opacity='0.5'/%3E%3Cpolygon points='12,12 50,53 55,48 15,7' opacity='0.5'/%3E%3Cpolygon points='108,108 70,67 65,72 105,113' opacity='0.5'/%3E%3Cpolygon points='12,108 50,67 55,72 15,113' opacity='0.5'/%3E%3Ccircle cx='60' cy='60' r='6'/%3E%3C/g%3E%3C/svg%3E");
  --rose-pattern-light: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110' viewBox='0 0 120 120'%3E%3Cg opacity='0.07' fill='%23ffffff'%3E%3Cpolygon points='60,4 65,52 60,58 55,52'/%3E%3Cpolygon points='60,116 65,68 60,62 55,68'/%3E%3Cpolygon points='116,60 68,55 62,60 68,65'/%3E%3Cpolygon points='4,60 52,55 58,60 52,65'/%3E%3Cpolygon points='108,12 70,53 65,48 105,7' opacity='0.5'/%3E%3Cpolygon points='12,12 50,53 55,48 15,7' opacity='0.5'/%3E%3Cpolygon points='108,108 70,67 65,72 105,113' opacity='0.5'/%3E%3Cpolygon points='12,108 50,67 55,72 15,113' opacity='0.5'/%3E%3Ccircle cx='60' cy='60' r='6'/%3E%3C/g%3E%3C/svg%3E");
  --rose-pattern-gold: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='110' height='110' viewBox='0 0 120 120'%3E%3Cg opacity='0.08' fill='%23F5C800'%3E%3Cpolygon points='60,4 65,52 60,58 55,52'/%3E%3Cpolygon points='60,116 65,68 60,62 55,68'/%3E%3Cpolygon points='116,60 68,55 62,60 68,65'/%3E%3Cpolygon points='4,60 52,55 58,60 52,65'/%3E%3Cpolygon points='108,12 70,53 65,48 105,7' opacity='0.5'/%3E%3Cpolygon points='12,12 50,53 55,48 15,7' opacity='0.5'/%3E%3Cpolygon points='108,108 70,67 65,72 105,113' opacity='0.5'/%3E%3Cpolygon points='12,108 50,67 55,72 15,113' opacity='0.5'/%3E%3Ccircle cx='60' cy='60' r='6'/%3E%3C/g%3E%3C/svg%3E");
}

.section-sea {
  background-color: #0B8A8A;
  background-image: var(--rose-pattern-light);
  background-size: 110px 110px;
  padding: 80px 0;
}
.section-sand {
  background-color: #F5F0E8;
  background-image: var(--rose-pattern-dark);
  background-size: 140px 140px;
  padding: 80px 0;
}
.section-light {
  background-color: #f7f5f0;
  background-image: var(--rose-pattern-dark);
  background-size: 160px 160px;
  padding: 80px 0;
}
.section-secondary {
  background-color: #0A3435;
  background-image: var(--rose-pattern-gold);
  background-size: 110px 110px;
  padding: 56px 0;
}

/* ============================================================
   SECTION COMMONS
   ============================================================ */
.section-eyebrow {
  font-family: 'Playfair Display', serif;
  font-size: 0.82rem; letter-spacing: 0.2em;
  text-transform: uppercase; color: #0A3435;
  text-align: center; margin-bottom: 4px;
}
.section-eyebrow.light { color: #F5C800; }
.section-script {
  font-family: 'Dancing Script', cursive;
  font-size: 2.6rem; color: #0A3435;
  text-align: center; margin-bottom: 48px; line-height: 1.2;
}
.section-script.light { color: #fff; }

/* Pequenos (para Outros Serviços) */
.section-eyebrow-small {
  font-family: 'Playfair Display', serif;
  font-size: 0.75rem; letter-spacing: 0.18em;
  text-transform: uppercase; color: rgba(255,255,255,0.6);
  text-align: center; margin-bottom: 4px;
}
.section-script-small {
  font-family: 'Dancing Script', cursive;
  font-size: 1.8rem; color: rgba(255,255,255,0.8);
  text-align: center; margin-bottom: 32px; line-height: 1.2;
}

/* Rosa dos Ventos deco */
.compass-rose-deco { display: flex; justify-content: center; margin-bottom: 14px; }
.compass-rose-deco img {
  width: 68px; height: 68px;
  filter: invert(14%) sepia(30%) saturate(900%) hue-rotate(150deg) brightness(55%) contrast(100%);
  opacity: 0.5;
  animation: rose-spin-slow 30s linear infinite;
}
.compass-rose-deco.light img { filter: brightness(0) invert(1); opacity: 0.35; }
@keyframes rose-spin-slow { from { transform: rotate(0deg); } to { transform: rotate(360deg); } }

/* ============================================================
   HERO
   ============================================================ */
#hero {
  position: relative; overflow: hidden;
  height: 100vh; min-height: 580px; max-height: 960px;
}
.hero-carousel { width: 100%; height: 100%; position: relative; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.2s ease;
  display: flex; align-items: center;
}
.hero-slide.active { opacity: 1; z-index: 2; }
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(115deg, rgba(10,52,53,0.88) 0%, rgba(10,52,53,0.45) 60%, rgba(10,52,53,0.15) 100%);
}
.hero-content {
  position: relative; z-index: 3;
  max-width: 700px; padding: 0 64px; color: #fff;
}
.hero-compass { margin-bottom: 14px; }
.hero-compass img {
  width: 58px; height: 58px;
  filter: brightness(0) invert(1);
  opacity: 0.6;
  animation: rose-spin-slow 20s linear infinite;
}
.hero-eyebrow {
  font-size: 0.8rem; letter-spacing: 0.22em;
  text-transform: uppercase; color: #F2C500;
  margin-bottom: 10px; font-weight: 700;
}
.hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 3rem; font-weight: 900;
  line-height: 1.15; margin-bottom: 16px; color: #fff;
}
.hero-script-title {
  font-family: 'Dancing Script', cursive !important;
  font-size: 3.2rem !important;
  color: #F2C500 !important;
}
.hero-desc {
  font-size: 1.05rem; line-height: 1.7;
  margin-bottom: 20px; opacity: 0.9; max-width: 500px;
}
.hero-badges {
  display: flex; gap: 10px; flex-wrap: wrap;
  margin-bottom: 28px;
}
.badge-dest {
  background: rgba(242,197,0,0.18);
  border: 1px solid rgba(242,197,0,0.55);
  color: #F2C500;
  font-size: 0.78rem; font-weight: 700;
  padding: 5px 14px; border-radius: 20px;
  backdrop-filter: blur(4px);
  letter-spacing: 0.02em;
}
.carousel-prev, .carousel-next {
  position: absolute; top: 25%; transform: translateY(-50%);
  z-index: 10;
  background: rgba(10,52,53,0.55);
  color: rgba(255,255,255,0.85);
  border: 1px solid rgba(255,255,255,0.2);
  width: 28px; height: 28px; border-radius: 50%;
  font-size: 0.72rem; cursor: pointer; transition: all .2s;
  display: flex; align-items: center; justify-content: center;
  backdrop-filter: blur(4px);
}
.carousel-prev { left: 12px; }
.carousel-next { right: 12px; }
.carousel-prev:hover, .carousel-next:hover { background: rgba(242,197,0,0.85); color: #0A3435; border-color: transparent; transform: translateY(-50%) scale(1.08); }
.carousel-dots {
  position: absolute; bottom: 60px; left: 50%; transform: translateX(-50%);
  z-index: 10; display: flex; gap: 8px;
}
.carousel-dot {
  width: 8px; height: 8px;
  background: rgba(255,255,255,0.4);
  border-radius: 50%; cursor: pointer; transition: all .2s; border: none;
}
.carousel-dot.active { background: #F5C800; transform: scale(1.3); }
.hero-scroll-hint {
  position: absolute; bottom: 24px; left: 50%; transform: translateX(-50%);
  z-index: 10;
}
.hero-scroll-hint span {
  display: block; width: 24px; height: 38px;
  border: 2px solid rgba(255,255,255,0.5); border-radius: 12px;
  position: relative;
}
.hero-scroll-hint span::after {
  content: ''; display: block; width: 4px; height: 8px;
  background: rgba(255,255,255,0.7); border-radius: 2px;
  position: absolute; top: 5px; left: 50%; transform: translateX(-50%);
  animation: scroll-bounce 1.8s ease-in-out infinite;
}
@keyframes scroll-bounce {
  0%, 100% { top: 5px; opacity: 1; }
  80% { top: 18px; opacity: 0; }
}

/* ============================================================
   DESTINOS PRINCIPAIS – Nova estrutura
   ============================================================ */
.section-destinos {
  background-color: #0A3435;
  background-image: var(--rose-pattern-light);
  background-size: 120px 120px;
  padding: 80px 0 0;
}
.dest-intro {
  text-align: center; color: rgba(255,255,255,0.75);
  font-size: 1rem; max-width: 600px;
  margin: 0 auto 60px; line-height: 1.7;
}

/* ---- Card BÚZIOS hero ---- */
.dest-hero-card {
  position: relative; overflow: hidden;
  margin-bottom: 0;
}
.dest-hero-img {
  height: 560px; position: relative;
}
.dest-hero-img img {
  width: 100%; height: 100%; object-fit: cover;
  object-position: center 30%;
}
.dest-hero-gradient {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(10,52,53,0.95) 0%, rgba(10,52,53,0.6) 50%, rgba(10,52,53,0.15) 100%);
}
.dest-hero-content {
  position: absolute; inset: 0;
  display: flex; align-items: center;
  justify-content: space-between; gap: 32px;
  padding: 40px 40px;
  max-width: 1200px; margin: 0 auto; left: 50%; transform: translateX(-50%);
  width: 100%;
}
.dest-hero-left { flex: 1; max-width: 560px; }
.dest-hero-badge {
  display: inline-block;
  background: #F5C800; color: #0d3535;
  font-weight: 900; font-size: 0.72rem;
  padding: 5px 14px; border-radius: 20px;
  letter-spacing: 0.06em; margin-bottom: 14px;
}
.dest-hero-compass img {
  width: 38px; height: 38px;
  filter: brightness(0) invert(1);
  opacity: 0.5; margin-bottom: 10px;
  animation: rose-spin-slow 22s linear infinite;
  display: block;
}
.dest-hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 3.4rem; font-weight: 900;
  color: #fff; line-height: 1.1;
  margin-bottom: 4px;
}
.dest-hero-subtitle {
  font-family: 'Dancing Script', cursive;
  font-size: 1.6rem; color: #F5C800;
  margin-bottom: 18px;
}
.dest-hero-text {
  font-size: 0.97rem; color: rgba(255,255,255,0.82);
  line-height: 1.75; margin-bottom: 20px;
  max-width: 480px;
}
.dest-hero-features {
  list-style: none; margin-bottom: 28px;
  display: flex; flex-direction: column; gap: 8px;
}
.dest-hero-features li {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,0.85); font-size: 0.9rem;
}
.dest-hero-features li i { color: #F2C500; font-size: 0.85rem; width: 16px; flex-shrink: 0; }
.btn-dest-hero {
  display: inline-block; background: #F2C500; color: #0A3435;
  font-weight: 900; font-size: 1rem; padding: 14px 36px;
  border-radius: 30px; border: 2px solid #F2C500;
  cursor: pointer; transition: all .25s; letter-spacing: 0.02em;
}
.btn-dest-hero:hover { background: transparent; color: #F2C500; }

/* Stat panel */
.dest-hero-stat-panel {
  display: flex; flex-direction: column; gap: 24px;
  background: rgba(242,197,0,0.1);
  border: 1px solid rgba(242,197,0,0.3);
  border-radius: 20px; padding: 32px 36px;
  backdrop-filter: blur(8px);
  text-align: center; flex-shrink: 0;
}
.stat-item { display: flex; flex-direction: column; gap: 4px; }
.stat-num {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem; font-weight: 900;
  color: #F2C500; line-height: 1;
}
.stat-label { font-size: 0.78rem; color: rgba(255,255,255,0.7); letter-spacing: 0.08em; text-transform: uppercase; }

/* ---- Cards duo (Cabo Frio + Arraial) ---- */
.dest-duo-grid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 24px; padding: 40px 0 0;
}
.dest-duo-card {
  background: #fff;
  border-radius: 20px; overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.22);
  transition: transform .3s, box-shadow .3s;
  display: flex; flex-direction: column;
}
.dest-duo-card:hover { transform: translateY(-8px); box-shadow: 0 20px 60px rgba(0,0,0,0.3); }
.dest-duo-img {
  position: relative; height: 300px; overflow: hidden;
}
.dest-duo-img img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .5s;
}
.dest-duo-card:hover .dest-duo-img img { transform: scale(1.06); }
.dest-duo-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(10,52,53,0.92) 0%, rgba(10,52,53,0.25) 60%, transparent 100%);
}
.dest-duo-inner {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 22px 24px;
}
.dest-duo-compass img {
  width: 22px; height: 22px;
  filter: brightness(0) invert(1);
  opacity: 0.6; margin-bottom: 6px;
  animation: rose-spin-slow 28s linear infinite;
  display: block;
}
.dest-duo-inner h3 {
  font-family: 'Playfair Display', serif;
  font-size: 2rem; font-weight: 900;
  color: #fff; margin-bottom: 4px;
}
.dest-duo-sub {
  font-family: 'Dancing Script', cursive;
  font-size: 1.2rem; color: #F2C500;
}
.dest-duo-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.dest-duo-body > p { font-size: 0.92rem; color: #555; line-height: 1.7; margin-bottom: 18px; flex: 1; }
.dest-duo-features { list-style: none; margin-bottom: 22px; }
.dest-duo-features li {
  display: flex; align-items: center; gap: 8px;
  font-size: 0.86rem; color: #444; padding: 4px 0;
}
.dest-duo-features li i { color: #0B8A8A; font-size: 0.8rem; width: 14px; flex-shrink: 0; }
.btn-duo {
  display: inline-block; background: #0A3435; color: #F2C500;
  font-weight: 900; font-size: 0.92rem; padding: 12px 28px;
  border-radius: 25px; border: 2px solid #0A3435;
  cursor: pointer; transition: all .25s; text-align: center;
}
.btn-duo:hover { background: #F2C500; color: #0A3435; border-color: #F2C500; }

/* Quick Info bar */
.dest-quick-info {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  background: rgba(242,197,0,0.08);
  border: 1px solid rgba(242,197,0,0.22);
  border-radius: 16px;
  padding: 28px 24px;
  margin: 32px 0 0;
  backdrop-filter: blur(6px);
}
.quick-item {
  display: flex; align-items: flex-start; gap: 12px;
  color: #fff;
}
.quick-item i {
  font-size: 1.4rem; color: #F2C500;
  margin-top: 2px; flex-shrink: 0;
}
.quick-item div { display: flex; flex-direction: column; gap: 2px; }
.quick-item strong { font-size: 0.88rem; font-weight: 700; }
.quick-item span { font-size: 0.8rem; opacity: 0.8; }

/* Padding bottom for destinos section container */
.section-destinos .container:last-child { padding-bottom: 80px; }

/* Hero dest-pills */
.hero-dest-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-bottom: 28px; }
.dest-pill {
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.8);
  font-size: 0.8rem; font-weight: 700;
  padding: 6px 16px; border-radius: 20px;
  backdrop-filter: blur(4px);
  transition: all .2s; letter-spacing: 0.02em;
}
.dest-pill.active-pill {
  background: rgba(242,197,0,0.2);
  border-color: rgba(242,197,0,0.7);
  color: #F2C500;
}
.dest-pill:hover { background: rgba(242,197,0,0.15); border-color: #F2C500; color: #F2C500; }

/* Logo compass */
.logo-compass {
  width: 32px; height: 32px;
  filter: brightness(0) saturate(100%) invert(14%) sepia(60%) saturate(600%) hue-rotate(155deg) brightness(45%);
  animation: rose-spin-slow 20s linear infinite;
  display: block;
}
.footer-logo-icon { background: rgba(255,255,255,0.12) !important; }
.footer-compass {
  filter: brightness(0) invert(1) !important;
  opacity: 0.7;
}

/* ============================================================
   SOBRE
   ============================================================ */
.sobre-inner { text-align: center; }
.sobre-text { font-size: 1.05rem; max-width: 680px; margin: 0 auto 48px; line-height: 1.75; }
.diferenciais-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
.diferencial-card {
  background: #fff;
  border-radius: 16px; padding: 32px 20px;
  box-shadow: 0 4px 20px rgba(13,53,53,0.07);
  transition: transform .25s, box-shadow .25s;
}
.diferencial-card:hover { transform: translateY(-6px); box-shadow: 0 12px 32px rgba(13,53,53,0.12); }
.diferencial-icon {
  width: 54px; height: 54px;
  background: #0A3435; border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.3rem; color: #F2C500;
  margin: 0 auto 14px;
}
.diff-title { font-family: 'Dancing Script', cursive; font-size: 1.35rem; color: #0A3435; margin-bottom: 8px; }
.diferencial-card p { font-size: 0.88rem; color: #555; line-height: 1.6; }

/* ============================================================
   FROTA
   ============================================================ */
.frota-filters { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; margin-bottom: 36px; }
.filter-btn {
  background: #fff; border: 2px solid #0A3435;
  color: #0A3435; font-size: 0.82rem; font-weight: 700;
  font-family: 'Lato', sans-serif; padding: 7px 18px;
  border-radius: 25px; cursor: pointer; transition: all .2s;
}
.filter-btn:hover, .filter-btn.active { background: #0A3435; color: #F2C500; }
.frota-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.vehicle-card {
  background: #fff; border-radius: 14px; overflow: hidden;
  box-shadow: 0 3px 14px rgba(0,0,0,0.07);
  transition: transform .25s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.vehicle-card:hover { transform: translateY(-5px); box-shadow: 0 10px 28px rgba(0,0,0,0.11); }
.vehicle-img { position: relative; height: 160px; overflow: hidden; background: #f0ede8; flex-shrink: 0; }
.vehicle-img img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.vehicle-badge {
  position: absolute; top: 10px; right: 10px;
  background: #0A3435; color: #F2C500;
  font-size: 0.7rem; font-weight: 700;
  padding: 4px 10px; border-radius: 10px; letter-spacing: 0.04em;
  white-space: nowrap;
}
.vehicle-badge.popular { background: #F2C500; color: #0A3435; }
.vehicle-info { padding: 14px 16px; flex: 1; }
.vehicle-info h4 { font-family: 'Playfair Display', serif; font-size: 0.95rem; margin-bottom: 8px; color: #0A3435; }
.vehicle-info ul { margin-bottom: 0; }
.vehicle-info li { display: flex; align-items: center; gap: 7px; font-size: 0.8rem; padding: 2px 0; color: #555; }
.vehicle-info li i { color: #0B8A8A; font-size: 0.72rem; flex-shrink: 0; }
.vehicle-card.hidden { display: none; }
.frota-cta-wrap {
  text-align: center; margin-top: 36px;
  display: flex; flex-direction: column; align-items: center; gap: 14px;
}
.frota-cta-note {
  font-size: 0.92rem; color: #666; max-width: 420px; line-height: 1.6;
}

/* ============================================================
   OUTROS SERVIÇOS (SECUNDÁRIO – chips compactos)
   ============================================================ */
.section-outros {
  background-color: #0A3435;
  background-image: var(--rose-pattern-gold);
  background-size: 110px 110px;
  padding: 32px 0;
  border-top: 1px solid rgba(245,200,0,0.15);
}
.outros-inner {
  display: flex; align-items: center; flex-wrap: wrap;
  gap: 12px; justify-content: center;
}
.outros-label {
  font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase;
  color: rgba(255,255,255,0.55); font-weight: 700; flex-basis: 100%;
  text-align: center; margin-bottom: 4px;
}
.outros-chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.outros-chip {
  display: inline-flex; align-items: center; gap: 6px;
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14);
  color: rgba(255,255,255,0.72); font-size: 0.82rem; font-weight: 600;
  padding: 6px 16px; border-radius: 20px; letter-spacing: 0.02em;
  transition: all .2s;
}
.outros-chip i { color: #F2C500; font-size: 0.78rem; }
.outros-chip:hover { background: rgba(245,200,0,0.12); border-color: rgba(245,200,0,0.4); color: #fff; }
.outros-cta {
  flex-basis: 100%; text-align: center;
  color: #F2C500; font-size: 0.84rem; font-weight: 700;
  letter-spacing: 0.06em; text-decoration: underline;
  text-underline-offset: 3px; transition: opacity .2s;
  margin-top: 6px; display: block;
}
.outros-cta:hover { opacity: 0.75; }

/* ============================================================
   PROVA SOCIAL
   ============================================================ */
.social-carousel-wrapper { position: relative; border-radius: 16px; margin-bottom: 16px; overflow: visible; }
.social-carousel-track { overflow: hidden; border-radius: 16px; }
.social-carousel { display: flex; transition: transform 0.5s ease; }
.social-slide { min-width: 33.333%; padding: 6px; }
.social-slide img {
  width: 100%; height: 280px; object-fit: cover;
  border-radius: 12px; box-shadow: 0 4px 16px rgba(0,0,0,0.12);
  transition: transform .3s;
}
.social-slide img:hover { transform: scale(1.02); }
.sc-prev, .sc-next {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: #F2C500; color: #0A3435; border: none;
  width: 46px; height: 46px; border-radius: 50%; font-size: 1.2rem; font-weight: 700;
  cursor: pointer; z-index: 10; transition: all .2s;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(0,0,0,0.22);
}
.sc-prev { left: -23px; }
.sc-next { right: -23px; }
.sc-prev:hover, .sc-next:hover { background: #0A3435; color: #F2C500; transform: translateY(-50%) scale(1.1); }
.social-dots { display: flex; justify-content: center; gap: 6px; margin-bottom: 52px; flex-wrap: wrap; }
.social-dot { width: 8px; height: 8px; background: rgba(255,255,255,0.35); border-radius: 50%; cursor: pointer; transition: all .2s; border: none; }
.social-dot.active { background: #F2C500; transform: scale(1.3); }

/* WhatsApp Cards */
.wpp-title { font-family: 'Playfair Display', serif; font-size: 1.5rem; text-align: center; margin-bottom: 28px; color: #fff; }
.wpp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.wpp-card {
  background: #e5ddd5;
  background-image: var(--rose-pattern-dark);
  background-size: 60px 60px;
  border-radius: 14px; overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.14);
  transition: transform .25s, box-shadow .25s;
  display: flex; flex-direction: column;
}
.wpp-card:hover { transform: translateY(-5px); box-shadow: 0 12px 36px rgba(0,0,0,0.18); }
.wpp-chat-header { background: #075e54; padding: 12px 16px; display: flex; align-items: center; gap: 10px; }
.wpp-avatar { width: 38px; height: 38px; background: rgba(255,255,255,0.18); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1rem; color: #fff; flex-shrink: 0; }
.wpp-contact-info { flex: 1; display: flex; flex-direction: column; gap: 1px; }
.wpp-contact-name { font-size: 0.85rem; font-weight: 700; color: #fff; }
.wpp-contact-status { font-size: 0.7rem; color: rgba(255,255,255,0.7); }
.wpp-logo-icon { font-size: 1.4rem; color: rgba(255,255,255,0.65); flex-shrink: 0; }
.wpp-chat-body { padding: 14px 12px; display: flex; flex-direction: column; gap: 8px; flex: 1; min-height: 150px; }
.wpp-bubble { max-width: 82%; padding: 9px 12px 6px; border-radius: 8px; font-size: 0.86rem; line-height: 1.5; position: relative; word-break: break-word; }
.wpp-bubble p { margin: 0 0 2px; color: #111; }
.wpp-bubble.received { background: #fff; align-self: flex-start; border-top-left-radius: 2px; box-shadow: 0 1px 2px rgba(0,0,0,0.12); }
.wpp-bubble.sent { background: #d9fdd3; align-self: flex-end; border-top-right-radius: 2px; box-shadow: 0 1px 2px rgba(0,0,0,0.12); }
.wpp-time { display: block; font-size: 0.66rem; color: #999; text-align: right; margin-top: 3px; }
.wpp-card-footer { background: rgba(0,0,0,0.04); padding: 8px 16px; text-align: center; border-top: 1px solid rgba(0,0,0,0.06); }
.wpp-date { font-size: 0.7rem; color: #777; font-style: italic; }

/* ============================================================
   CTA URGÊNCIA
   ============================================================ */
#cta-urgencia {
  position: relative; padding: 110px 0;
  background-size: cover; background-position: center; text-align: center;
}
.cta-overlay { position: absolute; inset: 0; background: rgba(10,52,53,0.88); background-image: var(--rose-pattern-gold); background-size: 110px 110px; }
.cta-content { position: relative; z-index: 2; }
.cta-compass { margin-bottom: 16px; }
.cta-title { font-family: 'Playfair Display', serif; font-size: 3rem; color: #F2C500; margin-bottom: 16px; font-weight: 900; }
#cta-urgencia p { font-size: 1.1rem; color: #fff; margin-bottom: 32px; line-height: 1.7; }

/* ============================================================
   CONTATO
   ============================================================ */
.contato-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 56px; align-items: start; }
.contato-info h4 { font-family: 'Playfair Display', serif; font-size: 1.5rem; margin-bottom: 16px; color: #0A3435; }
.contato-info p { font-size: 0.95rem; color: #555; line-height: 1.7; margin-bottom: 28px; }
.contato-links { display: flex; flex-direction: column; gap: 12px; }
.contato-link { display: flex; align-items: center; gap: 12px; font-size: 0.92rem; font-weight: 700; padding: 12px 20px; border-radius: 10px; transition: all .2s; }
.contato-link i { font-size: 1.2rem; }
.contato-link.wpp { background: #25D366; color: #fff; }
.contato-link.insta { background: #E1306C; color: #fff; }
.contato-link.fb { background: #1877F2; color: #fff; }
.contato-link:hover { opacity: 0.88; transform: translateX(4px); }
.contato-form { background: #fff; padding: 36px; border-radius: 20px; box-shadow: 0 8px 32px rgba(13,53,53,0.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 20px; }
.form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 20px; }
.form-row .form-group { margin-bottom: 0; }
.form-group label { font-size: 0.83rem; font-weight: 700; color: #0A3435; letter-spacing: 0.02em; }
.form-group input, .form-group select, .form-group textarea {
  border: 2px solid #e0ddd8; border-radius: 8px; padding: 12px 14px;
  font-size: 0.93rem; font-family: 'Lato', sans-serif; color: #333;
  outline: none; transition: border-color .2s; background: #fafafa;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #0A3435; background: #fff; }
.form-submit { width: 100%; font-size: 1rem; justify-content: center; display: flex; align-items: center; gap: 10px; background: #F2C500; border-color: #F2C500; color: #0A3435; }
.form-submit:hover { background: #0A3435; color: #F2C500; border-color: #0A3435; }

/* ============================================================
   FOOTER
   ============================================================ */
#main-footer { background: #0A3435; background-image: var(--rose-pattern-gold); background-size: 110px 110px; color: #fff; padding: 60px 0 0; }
.footer-inner { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.footer-logo .logo-brand { color: #fff; }
.footer-logo .logo-sub { color: #0B8A8A; }
.footer-logo-img { height: 68px; width: auto; }
.footer-tagline { font-size: 0.72rem; letter-spacing: 0.08em; color: rgba(255,255,255,0.5); margin-bottom: 12px; }
.footer-destinos-tags { display: flex; gap: 8px; flex-wrap: wrap; }
.footer-destinos-tags span {
  background: rgba(11,138,138,0.25); border: 1px solid rgba(11,138,138,0.4);
  color: rgba(255,255,255,0.8); font-size: 0.72rem; font-weight: 700;
  padding: 4px 12px; border-radius: 12px; letter-spacing: 0.04em;
}
.footer-social h5, .footer-menu h5 { font-size: 0.72rem; letter-spacing: 0.15em; color: #F2C500; margin-bottom: 16px; font-weight: 700; }
.social-icons { display: flex; gap: 10px; }
.social-icons a { width: 40px; height: 40px; background: rgba(255,255,255,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 1rem; transition: all .2s; }
.social-icons a:hover { background: #F2C500; color: #0A3435; }
.footer-menu ul { display: flex; flex-direction: column; gap: 8px; }
.footer-menu a { font-size: 0.86rem; color: rgba(255,255,255,0.72); transition: color .2s; }
.footer-menu a:hover { color: #F2C500; }
.footer-bottom { padding: 20px 0; text-align: center; font-size: 0.78rem; color: rgba(255,255,255,0.35); }

/* ============================================================
   MODAL CONFIRMAÇÃO PÓS-ENVIO
   ============================================================ */
#confirm-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(13,43,43,0.78);
  backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0; transition: opacity 0.35s ease;
}
#confirm-overlay.visible { opacity: 1; }

.confirm-modal {
  background: #fff;
  border-radius: 24px;
  padding: 48px 40px 40px;
  max-width: 480px; width: 100%;
  text-align: center;
  box-shadow: 0 24px 80px rgba(13,43,43,0.35);
  transform: translateY(24px);
  transition: transform 0.35s ease;
  position: relative;
  overflow: hidden;
}
#confirm-overlay.visible .confirm-modal { transform: translateY(0); }

/* Pattern rosa dos ventos no fundo do modal */
.confirm-modal::before {
  content: '';
  position: absolute; inset: 0;
  background-image: var(--rose-pattern-dark);
  background-size: 80px 80px;
  opacity: 0.5;
  pointer-events: none;
}

.confirm-compass {
  display: flex; justify-content: center;
  margin-bottom: 18px; position: relative;
}
.confirm-compass img {
  width: 64px; height: 64px;
  filter: invert(30%) sepia(60%) saturate(600%) hue-rotate(150deg) brightness(70%);
  opacity: 0.7;
  animation: rose-spin-slow 12s linear infinite;
}
.confirm-title {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem; font-weight: 900;
  color: #0d3535; margin-bottom: 16px;
  position: relative;
}
.confirm-body {
  font-size: 1rem; color: #333;
  line-height: 1.7; margin-bottom: 12px;
  position: relative;
}
.confirm-sub {
  font-family: 'Dancing Script', cursive;
  font-size: 1.2rem; color: #0B9E9E;
  margin-bottom: 32px; position: relative;
}
.confirm-btn {
  display: inline-block;
  background: #F5C800; color: #0d3535;
  font-weight: 900; font-family: 'Lato', sans-serif;
  font-size: 0.95rem; padding: 13px 40px;
  border-radius: 30px; border: 2px solid #F5C800;
  cursor: pointer; transition: all .25s;
  position: relative; letter-spacing: 0.03em;
}
.confirm-btn:hover { background: transparent; color: #F5C800; }

@media (max-width: 480px) {
  .confirm-modal { padding: 36px 24px 32px; }
  .confirm-title { font-size: 1.3rem; }
  .confirm-body { font-size: 0.92rem; }
}

/* ============================================================
   WHATSAPP FLOAT
   ============================================================ */
.wpp-float {
  position: fixed; bottom: 28px; right: 28px;
  background: #25D366; color: #fff;
  width: 58px; height: 58px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem; box-shadow: 0 4px 20px rgba(37,211,102,0.45);
  z-index: 500; transition: transform .25s;
  animation: pulse-wpp 2.5s infinite;
}
.wpp-float:hover { transform: scale(1.12); }
@keyframes pulse-wpp {
  0%, 100% { box-shadow: 0 4px 20px rgba(37,211,102,0.45); }
  50% { box-shadow: 0 4px 36px rgba(37,211,102,0.72); }
}

/* ============================================================
   RESPONSIVE – TABLET
   ============================================================ */
@media (max-width: 1024px) {
  .dest-hero-img { height: 480px; }
  .dest-hero-title { font-size: 2.6rem; }
  .dest-hero-stat-panel { padding: 24px 24px; gap: 18px; }
  .stat-num { font-size: 2.2rem; }
  .dest-duo-grid { grid-template-columns: 1fr 1fr 1fr; }
  .diferenciais-grid { grid-template-columns: repeat(2, 1fr); }
  .frota-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .dest-quick-info { grid-template-columns: repeat(2, 1fr); }
  .contato-inner { grid-template-columns: 1fr 1.5fr; gap: 36px; }
}

/* ============================================================
   RESPONSIVE – MOBILE
   ============================================================ */
@media (max-width: 768px) {
  /* Header */
  .menu-toggle { display: flex; }
  #main-nav { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; z-index: 300; flex-direction: column; align-items: center; justify-content: center; padding: 20px; }
  #main-nav.open { display: flex; }
  #main-nav ul { flex-direction: column; gap: 12px; text-align: center; width: 100%; }
  #main-nav a { font-size: 1.2rem; padding: 12px 24px; display: block; }
  .btn-nav { padding: 14px 36px !important; font-size: 1.1rem !important; }

  /* Hero */
  #hero { height: 100svh; min-height: 520px; max-height: 100%; }
  .hero-content { padding: 0 20px; }
  .hero-title { font-size: 1.9rem; }
  .hero-script-title { font-size: 2.2rem !important; }
  .hero-desc { font-size: 0.93rem; }
  .hero-dest-pills { gap: 6px; }
  .dest-pill { font-size: 0.74rem; padding: 5px 12px; }
  .carousel-prev { left: 10px; }
  .carousel-next { right: 10px; }

  /* Sections */
  .section-sea, .section-sand, .section-light { padding: 56px 0; }
  .section-destinos { padding: 56px 0 0; }
  .section-script { font-size: 2rem; }

  /* Destinos Hero */
  .dest-hero-img { height: 520px; }
  .dest-hero-gradient {
    background: linear-gradient(to top, rgba(13,43,43,0.96) 0%, rgba(13,43,43,0.7) 50%, rgba(13,43,43,0.2) 100%);
  }
  .dest-hero-content {
    position: static; transform: none;
    flex-direction: column; padding: 0;
    max-width: 100%; left: auto;
    width: auto;
  }
  .dest-hero-card {
    display: flex; flex-direction: column;
  }
  .dest-hero-img {
    height: 280px;
  }
  .dest-hero-left {
    padding: 28px 20px; max-width: 100%;
    background: #0B2B2B;
  }
  .dest-hero-stat-panel {
    flex-direction: row; gap: 0;
    border-radius: 0; padding: 20px;
    background: rgba(13,43,43,0.95);
    border: none; border-top: 1px solid rgba(245,200,0,0.2);
  }
  .stat-item { flex: 1; border-right: 1px solid rgba(245,200,0,0.15); }
  .stat-item:last-child { border-right: none; }
  .stat-num { font-size: 2rem; }
  .dest-hero-title { font-size: 2.2rem; }

  /* Destinos Duo */
  .dest-duo-grid { grid-template-columns: 1fr; gap: 20px; }
  .dest-duo-img { height: 240px; }
  .dest-duo-img img { object-fit: cover; object-position: center 30%; }
  .dest-quick-info { grid-template-columns: 1fr 1fr; gap: 12px; padding: 20px 16px; }

  /* Sobre */
  .diferenciais-grid { grid-template-columns: 1fr 1fr; gap: 14px; }

  /* Frota */
  .frota-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .vehicle-img { height: 180px; }
  .vehicle-img img { object-fit: contain; background: #f5f2ed; padding: 6px; }
  .frota-filters { gap: 8px; }

  /* Outros */
  .section-outros { padding: 24px 0; }

  /* Social */
  .social-slide { min-width: 100%; padding: 4px; }
  .social-slide img { height: 220px; object-fit: cover; object-position: center; }
  .wpp-grid { grid-template-columns: 1fr; }

  /* Contato */
  .contato-inner { grid-template-columns: 1fr; gap: 28px; }
  .form-row { grid-template-columns: 1fr; }

  /* Footer */
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }

  /* CTA */
  .cta-title { font-size: 2.2rem; }

  /* Top bar */
  .top-bar-tagline { display: none; }
}

@media (max-width: 480px) {
  .hero-title { font-size: 1.55rem; }
  .hero-script-title { font-size: 1.8rem !important; }
  .dest-pill { font-size: 0.7rem; padding: 4px 10px; }
  .btn-primary { padding: 12px 24px; font-size: 0.88rem; }
  .diferenciais-grid { grid-template-columns: 1fr; }
  .dest-quick-info { grid-template-columns: 1fr; }
  .cta-title { font-size: 1.8rem; }
  .section-script { font-size: 1.7rem; }
  .compass-rose-deco img { width: 52px; height: 52px; }
  .wpp-bubble { font-size: 0.82rem; }
  .dest-hero-title { font-size: 1.9rem; }
  .outros-chip { font-size: 0.76rem; padding: 5px 12px; }

  /* Frota 1 coluna em telas muito pequenas */
  .frota-grid { grid-template-columns: 1fr; }
  .vehicle-img { height: 200px; }
  .vehicle-img img { object-fit: contain; padding: 8px; }

  /* Logo header menor */
  .logo-img { height: 48px; }

  /* Carrossel social */
  .social-slide img { height: 200px; }

  /* Setas carrossel social fora da tela - reposicionar */
  .sc-prev { left: 4px; }
  .sc-next { right: 4px; }
}
