/* ============================================================
   VSM — Viagem Sob Medida | style.css
   Referência: BromoRise Behance — Hero em frame arredondado,
   glassmorphism, cards empilhados, CTA com imagem arredondada
   ============================================================ */

/* ─── RESET & TOKENS ──────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --petrol:    #073B46;
  --petrol-d:  #042830;
  --agua:      #B9DDD6;
  --agua-l:    #d8eeea;
  --bege:      #EFE7E2;
  --bege-d:    #e0d4cb;
  --white:     #FFFFFF;
  --off-white: #F8F6F4;
  --black:     #0f0f0f;
  --gray:      #666;
  --gray-l:    #999;
  --gray-bg:   #F4F4F4;
  --r-sm:      10px;
  --r:         18px;
  --r-lg:      28px;
  --r-xl:      40px;
  --r-hero:    32px;
  --shadow:    0 8px 40px rgba(7,59,70,.1);
  --shadow-lg: 0 20px 64px rgba(7,59,70,.18);
  --ease:      cubic-bezier(.4,0,.2,1);
  --t:         .32s;
}

html { scroll-behavior: smooth; scroll-padding-top: 65px; font-size: 16px; }

body {
  font-family: 'Urbanist', system-ui, sans-serif;
  color: var(--black);
  background: var(--off-white);
  line-height: 1.6;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* ─── TYPOGRAPHY UTILITIES ────────────────────────────────── */
.section-title {
  font-size: clamp(2rem, 3.8vw, 3rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -.025em;
  color: var(--black);
  margin-bottom: 16px;
}
.section-title em { font-style: italic; color: var(--petrol); }
.section-title--light { color: var(--white); }
.section-title--light em { color: var(--agua); }

.section-sub {
  font-size: 1.05rem;
  color: var(--gray);
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

.section-header { text-align: center; margin-bottom: 56px; }
.section-header .eyebrow-tag { margin-bottom: 14px; }

.body-text { font-size: 1rem; color: var(--gray); line-height: 1.75; margin-bottom: 14px; }
.body-text--light { color: rgba(255,255,255,.65); }
.body-text strong { color: var(--petrol); font-weight: 700; }

/* ─── EYEBROW TAGS ────────────────────────────────────────── */
.eyebrow-tag {
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--petrol);
  background: var(--agua-l);
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.eyebrow-tag--light {
  background: rgba(185,221,214,.15);
  color: var(--agua);
}

/* ─── BUTTON: btn-book (estilo da referência) ─────────────── */
.btn-book {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: inherit;
  font-size: .95rem;
  font-weight: 700;
  color: var(--white);
  background: var(--petrol);
  border: none;
  border-radius: 100px;
  padding: 13px 20px 13px 24px;
  cursor: pointer;
  transition: background var(--t) var(--ease), transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
  white-space: nowrap;
}
.btn-book:hover { background: var(--petrol-d); transform: translateY(-2px); box-shadow: 0 10px 36px rgba(7,59,70,.35); }

.btn-book__arrow {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255,255,255,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background var(--t);
}
.btn-book:hover .btn-book__arrow { background: rgba(255,255,255,.3); }

.btn-book__arrow--dark { background: rgba(7,59,70,.15); }
.btn-book--light {
  background: rgba(255,255,255,.15);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255,255,255,.3);
  color: var(--white);
}
.btn-book--light:hover { background: rgba(255,255,255,.25); box-shadow: 0 10px 36px rgba(0,0,0,.25); }

.btn-book--agua { background: var(--agua); color: var(--petrol); }
.btn-book--agua:hover { background: var(--agua-l); box-shadow: 0 10px 36px rgba(185,221,214,.4); }
.btn-book--agua .btn-book__arrow { background: rgba(7,59,70,.12); }

.btn-book--white { background: var(--white); color: var(--petrol); font-size: 1rem; padding: 16px 24px 16px 28px; }
.btn-book--white:hover { background: var(--off-white); box-shadow: 0 16px 60px rgba(0,0,0,.3); }
.btn-book--white .btn-book__arrow { background: rgba(7,59,70,.1); }

/* ─── LOGO IMG (logo original AVIF) ─────────────────────── */
.logo-img {
  height: 36px;
  width: auto;
  object-fit: contain;
  display: block;
  filter: brightness(0) invert(1); /* Branca sobre hero escuro */
}
.logo-img--sm { height: 32px; filter: none; }
.logo-img--footer { height: 32px; filter: brightness(0) invert(1); opacity: .8; }

/* ─── HEADER FIXO — só aparece ao rolar para fora do hero ─── */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: none;
  visibility: hidden; /* tira os links da navegação por Tab quando oculto */
  opacity: 0;
  transform: translateY(-100%);
  transition: opacity var(--t) var(--ease), transform var(--t) var(--ease), visibility 0s var(--t);
}
.header.scrolled {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: opacity var(--t) var(--ease), transform var(--t) var(--ease), visibility 0s;
}

.header__inner {
  max-width: 100%;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  gap: 24px;
  background: rgba(255,255,255,.97);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  box-shadow: 0 2px 32px rgba(0,0,0,.10);
}

.header__logo { display: flex; align-items: center; gap: 10px; flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; line-height: 1; gap: 2px; }
.logo-vsm { font-size: 1.25rem; font-weight: 900; letter-spacing: -.03em; color: var(--white); }
.logo-vsm--dark { color: var(--petrol); }
.logo-tagline { font-size: .6rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.8); }
.logo-tagline--dark { color: var(--gray); }

/* Nav sticky (header fixo) */
.header__nav-sticky { display: flex; gap: 4px; margin: 0 auto; }

.nav__link {
  padding: 8px 16px;
  border-radius: 100px;
  font-size: .9rem;
  font-weight: 600;
  transition: background var(--t), color var(--t);
}
.nav__link--dark { color: var(--petrol); }
.nav__link--dark:hover { background: var(--agua-l); }

/* Esconde CTA mobile no desktop */
@media (min-width: 1025px) {
  .nav__mobile-cta { display: none; }
}

/* CTA petrol (usado no header fixo) */
.btn-book--petrol { background: var(--petrol); color: var(--white); flex-shrink: 0; }
.btn-book--petrol:hover { background: var(--petrol-d); }

/* Hamburger (mobile) */
.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
  position: relative;
  z-index: 1001; /* acima do overlay do menu mobile */
}
.hamburger span { display: block; width: 22px; height: 2px; background: var(--petrol); border-radius: 2px; transition: var(--t) var(--ease); }
.hero__nav-actions .hamburger span { background: var(--white); }
.hamburger.open span:nth-child(1) { transform: rotate(45deg) translate(5px,5px); }
.hamburger.open span:nth-child(2) { opacity: 0; }
.hamburger.open span:nth-child(3) { transform: rotate(-45deg) translate(5px,-5px); }

/* ─── HERO — frame arredondado com nav DENTRO (como referência BromoRise) ─── */
.hero {
  /* Sem padding-top: hero começa do topo da página */
  padding: 16px;
  min-height: 100svh;
  display: flex;
  align-items: stretch;
}

.hero__frame {
  position: relative;
  width: 100%;
  border-radius: var(--r-xl);
  overflow: hidden;
  min-height: calc(100svh - 32px);
  display: flex;
  flex-direction: column;
}

/* Background */
.hero__bg { position: absolute; inset: 0; z-index: 0; }
.hero__bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  transform: scale(1.04);
  animation: heroScale 10s ease-out forwards;
  transition: opacity 1.5s ease-in-out;
}
@keyframes heroScale { to { transform: scale(1); } }
.hero__bg-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(7,30,40,.72) 0%, rgba(7,50,60,.45) 45%, rgba(0,0,0,.2) 100%);
}

/* ── NAV DENTRO DO HERO FRAME (exatamente como a referência) ── */
.hero__nav-bar {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 20px 28px;
  /* Transparente no topo, glassmorphism suave */
}

.hero__logo {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  text-decoration: none;
}

.hero__nav {
  margin: 0 auto;
}

.hero__nav .nav__list { display: flex; gap: 4px; align-items: center; }

.hero__nav .nav__link {
  color: rgba(255,255,255,.9);
  font-weight: 600;
}
.hero__nav .nav__link:hover,
.hero__nav .nav__link.active {
  background: rgba(255,255,255,.15);
  color: var(--white);
}

.hero__nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

/* Título central */
.hero__center {
  position: relative; z-index: 3;
  text-align: center;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 24px;
}
.hero__title {
  font-size: clamp(2.8rem, 5vw, 5rem);
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -.04em;
  color: var(--white);
  max-width: 900px;
  margin: 0 auto;
  overflow: visible;
}
.hero__title-accent { 
  font-style: italic; 
  color: var(--agua); 
  display: block;
  padding-bottom: 0.2em;
}

/* Card inferior esquerdo (social proof) — como na referência */
.hero__card-left {
  position: absolute;
  bottom: 32px;
  left: 32px;
  z-index: 2;
  background: rgba(255,255,255,.1);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--r-lg);
  padding: 24px 28px;
  max-width: 300px;
  color: var(--white);
  animation: floatCard 6s ease-in-out infinite;
}
@keyframes floatCard {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

.hero__card-desc { font-size: .84rem; color: rgba(255,255,255,.75); line-height: 1.55; margin-bottom: 18px; }

/* Cards de destinos empilhados — lado direito (como na referência) */
.hero__cards-right {
  position: absolute;
  bottom: 28px;
  right: 28px;
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: flex-end;
  max-width: 460px;
}

.dest-stack__main {
  position: relative;
  border-radius: var(--r);
  overflow: hidden;
  width: 210px;
  flex-shrink: 0;
  box-shadow: 0 12px 40px rgba(0,0,0,.35);
}
.dest-stack__main img { width: 100%; height: 200px; object-fit: cover; }
.dest-stack__label {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 12px 14px;
  background: linear-gradient(to top, rgba(7,40,50,.85), transparent);
  color: var(--white);
}
.dest-stack__label strong { display: block; font-size: .88rem; font-weight: 700; margin-bottom: 2px; }
.dest-stack__label span { font-size: .74rem; color: rgba(255,255,255,.75); line-height: 1.4; }

.dest-stack__thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.dest-thumb {
  width: 110px; height: 60px;
  border-radius: var(--r-sm);
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0,0,0,.3);
  transition: transform var(--t) var(--ease);
}
.dest-thumb:hover { transform: scale(1.04); }
.dest-thumb img { width: 100%; height: 100%; object-fit: cover; }

/* ─── ABOUT ───────────────────────────────────────────────── */
.about {
  padding: 100px 0;
  background: var(--white);
}

.about__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.about__visual { position: relative; }

.about__img-wrap {
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 4/5;
  box-shadow: var(--shadow-lg);
}
.about__img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.about__img-wrap:hover img { transform: scale(1.04); }

.about__img-float {
  position: absolute;
  bottom: -20px;
  right: -20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.float-stat {
  background: var(--white);
  border-radius: var(--r);
  padding: 16px 22px;
  box-shadow: 0 8px 36px rgba(7,59,70,.14);
  display: flex;
  flex-direction: column;
  min-width: 130px;
}
.float-stat__num { font-size: 1.9rem; font-weight: 900; color: var(--petrol); line-height: 1; }
.float-stat__label { font-size: .78rem; color: var(--gray-l); margin-top: 4px; font-weight: 500; }

.about__text .section-title { text-align: left; }

.about__badges {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px; margin-top: 28px;
}
.badge-pill {
  display: flex; align-items: center; gap: 8px;
  background: var(--bege);
  border-radius: 100px;
  padding: 10px 18px;
  font-size: .88rem; font-weight: 600; color: var(--petrol);
  transition: background var(--t), transform var(--t);
}
.badge-pill:hover { background: var(--agua-l); transform: translateX(4px); }

/* ─── CEO ──────────────────────────────────────────────────── */
.ceo {
  padding: 100px 0;
  background: var(--petrol);
  overflow: hidden;
}

.ceo__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.ceo__text .section-title { text-align: left; }
.ceo__role { font-size: .85rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--agua); margin-bottom: 24px; }

.ceo__quote {
  font-size: 1.05rem;
  font-style: italic;
  font-weight: 600;
  color: rgba(255,255,255,.9);
  border-left: 3px solid var(--agua);
  padding-left: 20px;
  margin-bottom: 20px;
  line-height: 1.65;
}

.ceo__visual { position: relative; }

.ceo__img-main {
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: 0 24px 80px rgba(0,0,0,.35);
}
.ceo__img-main img { width: 100%; height: 520px; object-fit: cover; }

.ceo__badge {
  position: absolute;
  bottom: -16px;
  right: -16px;
  background: var(--agua);
  color: var(--petrol);
  border-radius: var(--r-lg);
  padding: 16px 20px;
  display: flex; align-items: center; gap: 12px;
  font-size: .85rem;
  box-shadow: 0 8px 32px rgba(0,0,0,.2);
}
.ceo__badge-icon { display: flex; align-items: center; justify-content: center; color: var(--petrol); flex-shrink: 0; }
.ceo__badge-icon svg { width: 24px; height: 24px; }
.ceo__badge strong { display: block; font-weight: 800; font-size: .9rem; margin-bottom: 2px; }
.ceo__badge span { font-size: .75rem; color: var(--petrol-d); }

/* ─── SERVICES ─────────────────────────────────────────────── */
.services {
  padding: 100px 0;
  background: var(--off-white);
}

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

.svc-card {
  background: var(--white);
  border-radius: var(--r-xl);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,.05);
  border: 1px solid rgba(0,0,0,.04);
  transition: transform var(--t) var(--ease), box-shadow var(--t) var(--ease);
  display: flex; flex-direction: column;
}
.svc-card:hover { transform: translateY(-8px); box-shadow: var(--shadow-lg); }

.svc-card--dark { background: var(--petrol); }

.svc-card__img {
  aspect-ratio: 4/3;
  overflow: hidden;
}
.svc-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.svc-card:hover .svc-card__img img { transform: scale(1.06); }

.svc-card__body {
  padding: 28px 28px 32px;
  flex: 1; display: flex; flex-direction: column;
}

.svc-card__icon {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: var(--agua-l);
  color: var(--petrol);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  flex-shrink: 0;
}
.svc-card__icon svg { width: 22px; height: 22px; }
.svc-card--dark .svc-card__icon {
  background: rgba(185,221,214,.1);
  border: 1px solid rgba(185,221,214,.22);
  color: var(--agua);
}

.svc-card__body h3 {
  font-size: 1.3rem; font-weight: 800; color: var(--black);
  margin-bottom: 10px;
}
.svc-card--dark .svc-card__body h3 { color: var(--white); }

.svc-card__body p { font-size: .92rem; color: var(--gray); line-height: 1.65; flex: 1; margin-bottom: 22px; }
.svc-card--dark .svc-card__body p { color: rgba(255,255,255,.6); }

.svc-card__cta {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: .88rem; font-weight: 700; color: var(--petrol);
  transition: gap var(--t), color var(--t);
}
.svc-card__cta:hover { gap: 10px; }
.svc-card__cta--light { color: var(--agua); }
.svc-card__cta--light:hover { color: var(--agua-l); }

/* ─── OTHER SERVICES ───────────────────────────────────────── */
.other-svc {
  padding: 100px 0;
  background: var(--bege);
}

.other-svc__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

.other-svc__img {
  border-radius: var(--r-xl);
  overflow: hidden;
  aspect-ratio: 3/4;
  box-shadow: var(--shadow-lg);
}
.other-svc__img img { width: 100%; height: 100%; object-fit: cover; }

.other-svc__content .section-title { text-align: left; }

.other-svc__list { margin-top: 28px; display: flex; flex-direction: column; gap: 2px; }

.os-row {
  display: flex; align-items: flex-start; gap: 20px;
  padding: 20px 0;
  border-bottom: 1px solid rgba(7,59,70,.08);
  transition: background var(--t);
  cursor: default;
}
.os-row:last-child { border-bottom: none; }
.os-row:hover .os-row__num { background: var(--petrol); color: var(--white); }

.os-row__num {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--agua-l);
  color: var(--petrol);
  font-size: .85rem; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
  transition: background var(--t), color var(--t);
}

.os-row__body h4 { font-size: 1rem; font-weight: 700; color: var(--petrol); margin-bottom: 4px; }
.os-row__body p { font-size: .88rem; color: var(--gray); line-height: 1.55; }

/* ─── DESTINATIONS ─────────────────────────────────────────── */
.destinations {
  padding: 100px 0;
  background: var(--white);
}

.dest-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.dest-col {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dest-card {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  cursor: pointer;
}
.dest-card--tall { min-height: 500px; }
.dest-col .dest-card { flex: 1; min-height: 200px; }

.dest-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s var(--ease); }
.dest-card:hover img { transform: scale(1.07); }

.dest-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(7,30,40,.82) 0%, rgba(7,59,70,.15) 50%, transparent 100%);
  transition: opacity var(--t);
}
.dest-card:hover .dest-card__overlay { opacity: 1; }

.dest-card__body {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 22px;
  color: var(--white);
}

.dest-tag {
  display: inline-block;
  font-size: .65rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--agua);
  background: rgba(185,221,214,.15);
  border: 1px solid rgba(185,221,214,.3);
  padding: 4px 12px; border-radius: 100px;
  margin-bottom: 10px;
}

.dest-card__body h3 { font-size: 1.1rem; font-weight: 800; margin-bottom: 6px; line-height: 1.2; }
.dest-card--tall .dest-card__body h3 { font-size: 1.4rem; }

.dest-card__body p {
  font-size: .82rem; color: rgba(255,255,255,.75); line-height: 1.5;
  max-height: 0; overflow: hidden; opacity: 0;
  transition: max-height .4s var(--ease), opacity .3s var(--ease);
}
.dest-card:hover .dest-card__body p { max-height: 60px; opacity: 1; }

/* ─── HOW IT WORKS ─────────────────────────────────────────── */
.how {
  padding: 100px 0;
  background: var(--petrol);
}
.how .eyebrow-tag { background: rgba(185,221,214,.12); color: var(--agua); }
.how .section-title { color: var(--white); }
.how .section-title em { color: var(--agua); }
.how .section-sub { color: rgba(255,255,255,.55); }

.how__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.how-card {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-xl);
  padding: 32px 28px;
  transition: background var(--t), border-color var(--t), transform var(--t) var(--ease);
}
.how-card:hover { background: rgba(255,255,255,.09); border-color: rgba(185,221,214,.25); transform: translateY(-6px); }
.how-card--wide { grid-column: span 4; display: flex; align-items: center; gap: 32px; }

.how-card__num {
  font-size: 3.5rem; font-weight: 900; letter-spacing: -.04em;
  color: rgba(255,255,255,.08);
  line-height: 1;
  margin-bottom: 16px;
}
.how-card--wide .how-card__num { margin-bottom: 0; font-size: 4rem; }

.how-card__icon {
  width: 46px; height: 46px;
  border-radius: 14px;
  background: rgba(185,221,214,.1);
  border: 1px solid rgba(185,221,214,.22);
  color: var(--agua);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
  flex-shrink: 0;
}
.how-card__icon svg { width: 22px; height: 22px; }
.how-card--wide .how-card__icon { margin-bottom: 0; }

.how-card h3 { font-size: 1rem; font-weight: 800; color: var(--white); margin-bottom: 10px; }
.how-card p { font-size: .88rem; color: rgba(255,255,255,.55); line-height: 1.6; }
.how-card--wide .how-card__body { flex: 1; }

/* ─── APP ──────────────────────────────────────────────────── */
.app {
  padding: 100px 0;
  background: var(--off-white);
}

.app__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}
.app__content .section-title { text-align: left; }

.app__highlight {
  font-size: 1.05rem; font-weight: 700;
  color: var(--petrol); font-style: italic;
  background: var(--agua-l);
  border-left: 3px solid var(--petrol);
  padding: 14px 18px;
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
  margin-bottom: 28px;
}

.app__tags { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; }
.app-tag {
  display: flex; align-items: center; gap: 7px;
  background: var(--white);
  border-radius: 100px;
  padding: 8px 18px;
  font-size: .88rem; font-weight: 600; color: var(--petrol);
  box-shadow: 0 2px 10px rgba(0,0,0,.06);
  transition: background var(--t), transform var(--t);
}
.app-tag:hover { background: var(--agua-l); transform: translateY(-2px); }
.app-tag svg { width: 16px; height: 16px; flex-shrink: 0; }

/* Phone mockup */
.app__visual { position: relative; display: flex; justify-content: center; align-items: center; min-height: 540px; }

.phone { position: relative; z-index: 1; }
.phone__body {
  width: 270px; height: 540px;
  background: #101010;
  border-radius: 44px;
  padding: 14px;
  box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 32px 80px rgba(7,59,70,.3), inset 0 1px 0 rgba(255,255,255,.1);
  animation: phoneFloat 5s ease-in-out infinite;
}
@keyframes phoneFloat {
  0%, 100% { transform: translateY(0) rotate(-2deg); }
  50% { transform: translateY(-12px) rotate(-2deg); }
}

.phone__notch {
  width: 70px; height: 18px;
  background: #101010;
  border-radius: 0 0 14px 14px;
  margin: 0 auto;
  position: relative; z-index: 2;
}

.phone__screen {
  width: 100%; height: calc(100% - 18px);
  background: var(--bege);
  border-radius: 34px;
  overflow: hidden;
}

/* App UI inside phone */
.papp { padding: 12px 14px; height: 100%; display: flex; flex-direction: column; gap: 10px; }

.papp__top { display: flex; justify-content: space-between; align-items: center; }
.papp__brand { font-size: 1.1rem; font-weight: 900; color: var(--petrol); }
.papp__hi { font-size: .65rem; color: var(--gray); }

.papp__trip { background: var(--petrol); border-radius: 16px; padding: 14px 16px; color: var(--white); }
.papp__trip-label { font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--agua); margin-bottom: 4px; }
.papp__trip-dest { font-size: 1.1rem; font-weight: 800; margin-bottom: 2px; }
.papp__trip-date { font-size: .7rem; color: rgba(255,255,255,.6); margin-bottom: 10px; }
.papp__trip-bar { background: rgba(255,255,255,.15); border-radius: 100px; height: 4px; }
.papp__trip-bar-fill { background: var(--agua); border-radius: 100px; height: 100%; width: 80%; }
.papp__trip-progress { font-size: .65rem; color: rgba(255,255,255,.5); margin-top: 4px; }

.papp__nav { display: grid; grid-template-columns: repeat(4,1fr); gap: 4px; }
.papp__nav-item { display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 7px 4px; border-radius: 10px; font-size: .58rem; font-weight: 600; color: var(--gray); }
.papp__nav-item svg { width: 14px; height: 14px; }
.papp__nav-item--active { background: var(--agua-l); color: var(--petrol); }

.papp__days { display: flex; flex-direction: column; gap: 6px; flex: 1; }
.papp__day { display: flex; align-items: center; gap: 10px; background: var(--white); border-radius: 12px; padding: 9px 12px; font-size: .7rem; }
.papp__day--active { background: var(--petrol); color: var(--white); }
.papp__day-n { font-weight: 800; min-width: 34px; }
.papp__day-l { flex: 1; }
.papp__day-check { color: var(--agua); font-size: .8rem; }

/* Phone bubbles */
.phone-bubble {
  position: absolute;
  display: flex; align-items: center; gap: 8px;
  background: var(--white);
  padding: 10px 16px;
  border-radius: 100px;
  font-size: .82rem; font-weight: 600; color: var(--petrol);
  box-shadow: 0 8px 32px rgba(7,59,70,.12);
  z-index: 2;
  animation: floatCard 4s ease-in-out infinite;
}
.phone-bubble svg { width: 15px; height: 15px; flex-shrink: 0; }
.phone-bubble--1 { left: -10px; top: 20%; animation-delay: -1s; }
.phone-bubble--2 { right: -10px; bottom: 25%; animation-delay: -.5s; }

/* ─── CTA SECTION — frame arredondado (referência) ─────────── */
.cta-section { padding: 100px 0; background: var(--off-white); }

.cta-frame {
  position: relative;
  border-radius: var(--r-xl);
  overflow: hidden;
  min-height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta-frame__img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}

.cta-frame__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(7,59,70,.8) 0%, rgba(7,30,40,.65) 100%);
}

.cta-frame__content {
  position: relative; z-index: 1;
  text-align: center;
  padding: 64px 24px;
  max-width: 660px;
}

.cta-frame__eyebrow {
  display: inline-block;
  font-size: .72rem; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase;
  color: var(--agua);
  background: rgba(185,221,214,.15);
  border: 1px solid rgba(185,221,214,.25);
  padding: 6px 18px; border-radius: 100px;
  margin-bottom: 20px;
}

.cta-frame__title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900; letter-spacing: -.03em;
  color: var(--white); line-height: 1.15;
  margin-bottom: 16px;
}

.cta-frame__sub {
  font-size: 1.05rem; color: rgba(255,255,255,.7);
  line-height: 1.65; margin-bottom: 40px;
}

/* ─── FOOTER ───────────────────────────────────────────────── */
.footer {
  background: var(--petrol-d);
  padding: 72px 0 0;
}

.footer__inner {
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 56px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}

.footer__logo { display: flex; align-items: center; gap: 10px; margin-bottom: 16px; }
.footer__logo-vsm { font-size: 1.4rem; font-weight: 900; color: var(--agua); letter-spacing: -.02em; }
.footer__logo-sub { display: block; font-size: .6rem; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: rgba(255,255,255,.35); }

.footer__tagline { font-size: .9rem; color: rgba(255,255,255,.45); line-height: 1.65; max-width: 240px; }

.footer__col h5 { font-size: .78rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--agua); margin-bottom: 18px; }
.footer__col ul { display: flex; flex-direction: column; gap: 11px; }
.footer__col a { display: flex; align-items: center; gap: 10px; font-size: .9rem; color: rgba(255,255,255,.45); transition: color var(--t); }
.footer__col a:hover { color: var(--agua); }

.footer__bottom { padding: 22px 0; }
.footer__bottom-inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 8px; }
.footer__bottom p { font-size: .8rem; color: rgba(255,255,255,.25); }

/* ─── WHATSAPP FLOAT ───────────────────────────────────────── */
.wa-float {
  position: fixed; bottom: 28px; right: 28px; z-index: 999;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; color: var(--white);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 28px rgba(37,211,102,.45);
  opacity: 0; transform: scale(.7);
  transition: opacity .4s var(--ease), transform .4s var(--ease), box-shadow .3s;
}
.wa-float.visible { opacity: 1; transform: scale(1); }
.wa-float:hover { transform: scale(1.12) translateY(-3px); box-shadow: 0 14px 44px rgba(37,211,102,.6); }

/* ─── ANIMATION BASE ───────────────────────────────────────── */
[data-anim] { opacity: 1; transform: translateY(28px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
[data-anim="fade-right"] { transform: translateX(-36px); }
[data-anim="fade-left"] { transform: translateX(36px); }
[data-anim].is-visible { opacity: 1; transform: none; }
.no-js [data-anim] { opacity: 1; transform: none; }


/* ─── MOBILE NAV (overlay) ────────────────────────────────── */
.mobile-nav { display: none; }
.mobile-nav.is-open {
  display: flex !important;
  position: fixed; inset: 0;
  background: rgba(7,59,70,.97);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  z-index: 999;
  flex-direction: column; justify-content: flex-start; align-items: center;
  overflow-y: auto;
  padding-top: 100px; padding-bottom: 60px;
}
.mobile-nav.is-open .nav__list { flex-direction: column; align-items: center; gap: 4px; }
.mobile-nav.is-open .nav__link { font-size: 1.6rem; font-weight: 800; color: var(--white); padding: 16px 36px; border-radius: var(--r); width: 280px; text-align: center; }
.mobile-nav.is-open .nav__link:hover { background: rgba(185,221,214,.12); }

/* ─── RESPONSIVE TABLET ───────────────────────────────────── */
@media (max-width: 1024px) {
  .about__inner,
  .ceo__inner,
  .other-svc__inner,
  .app__inner { grid-template-columns: 1fr; gap: 48px; }

  .ceo__visual { order: -1; }
  .about__img-float { display: none; }

  .services__grid { grid-template-columns: 1fr 1fr; }
  .services__grid .svc-card:last-child { grid-column: span 2; }

  .dest-grid { grid-template-columns: 1fr 1fr; }
  .dest-card--tall { min-height: 380px; }

  .how__grid { grid-template-columns: repeat(2, 1fr); }
  .how-card--wide { grid-column: span 2; }

  .footer__inner { grid-template-columns: 1fr 1fr; gap: 36px; }

  .hero__nav { display: none; }
  .header__nav-sticky { display: none; }
  .hamburger { display: flex; }
  .hero__nav-bar { justify-content: space-between; }
  .header__inner { justify-content: space-between; }

  /* Hero responsivo tablet */
  .hero__cards-right { display: none; }
  .hero__card-left { max-width: 260px; }

  /* Touch: descrição dos cards de destino sempre visível */
  .dest-card__body p { max-height: 60px; opacity: 1; }
}

/* ─── RESPONSIVE MOBILE ───────────────────────────────────── */
@media (max-width: 640px) {
  .container { padding: 0 16px; }

  .hero { padding: 8px; }
  .hero__frame { border-radius: var(--r-xl); min-height: calc(100svh - 16px); }
  .hero__title { font-size: clamp(2.2rem, 10vw, 3rem); }
  .hero__card-left { bottom: 16px; left: 16px; right: 16px; max-width: 100%; padding: 18px 20px; }

  /* Em telas pequenas, os CTAs do topo saem — ficam o CTA do card, o CTA final e o WhatsApp */
  .hero__nav-actions .btn-book { display: none; }
  .header__inner > .btn-book { display: none; }
  .hero__nav-bar { padding: 16px 18px; }
  .header__inner { padding: 12px 18px; }

  .about, .ceo, .services, .other-svc, .destinations, .how, .app, .cta-section { padding: 72px 0; }

  .services__grid { grid-template-columns: 1fr; }
  .services__grid .svc-card:last-child { grid-column: span 1; }

  .dest-grid { grid-template-columns: 1fr; }
  .dest-col { display: contents; }
  .dest-card { min-height: 260px !important; }

  .how__grid { grid-template-columns: 1fr; }
  .how-card--wide { grid-column: span 1; flex-direction: column; gap: 12px; }

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

  .footer__inner { grid-template-columns: 1fr; }
  .footer__bottom-inner { flex-direction: column; text-align: center; }

  .wa-float { bottom: 16px; right: 16px; width: 50px; height: 50px; }

  .cta-frame { min-height: 360px; }

  .btn-book--white { white-space: normal; text-align: left; }
}

/* ─── REDUCED MOTION ──────────────────────────────────────── */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  html { scroll-behavior: auto; }
  [data-anim] { opacity: 1; transform: none; }
}
