/* ============================================================
   SapaTrip — estilos globais
   Paleta inspirada nas referências: creme quente + rosa/roxo
   ============================================================ */

:root {
  --cream:        #fcf4ee;
  --cream-soft:   #fbeee6;
  --pink-card:    #fbe9f0;
  --pink-card-2:  #f9edf2;
  --lav:          #fbf8f5;
  --magenta:      #d6498b;
  --magenta-deep: #b8377b;
  --purple:       #4d2546;
  --purple-soft:  #6e3a63;
  --accent:       #e85c9a;
  --orange:       #f0883e;
  --text:         #5b4a55;
  --white:        #ffffff;

  --grad-cta:     linear-gradient(135deg, #e94f8a 0%, #b8377b 100%);
  --grad-band:    linear-gradient(120deg, #5d2350 0%, #9c3370 55%, #c0407e 100%);
  --grad-photo:   linear-gradient(135deg, #f7b27a 0%, #e8639a 45%, #9a5ba8 100%);
  --grad-photo-2: linear-gradient(135deg, #6dc5c1 0%, #4a8fb5 100%);

  --shadow:    0 10px 30px rgba(77, 37, 70, 0.08);
  --shadow-lg: 0 18px 50px rgba(77, 37, 70, 0.15);
  --radius:    22px;
  --maxw:      1140px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Poppins', system-ui, -apple-system, sans-serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a { text-decoration: none; color: inherit; }

.container {
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0 24px;
}

.script {
  font-family: 'Dancing Script', cursive;
  color: var(--accent);
  font-weight: 700;
}

h1, h2, h3 { color: var(--purple); line-height: 1.15; }

.section { padding: 72px 0; }
section[id] { scroll-margin-top: 90px; }   /* compensa o cabeçalho fixo ao usar âncoras */

/* ---------- Botões ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  cursor: pointer;
  font-family: inherit;
  font-weight: 600;
  font-size: 0.95rem;
  padding: 14px 26px;
  border-radius: 999px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}
.btn:hover { transform: translateY(-2px); }

.btn-primary {
  background: var(--grad-cta);
  color: var(--white);
  box-shadow: 0 8px 20px rgba(184, 55, 123, 0.35);
}

.btn-outline {
  background: transparent;
  color: var(--magenta);
  border: 2px solid var(--magenta);
}
.btn-outline:hover { background: var(--magenta); color: var(--white); }

.btn-white {
  background: var(--white);
  color: var(--magenta-deep);
}

/* ---------- Header / Nav ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(252, 244, 238, 0.92);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(214, 73, 139, 0.10);
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 24px;
  max-width: var(--maxw);
  margin: 0 auto;
  gap: 20px;
}

/* Logo */
.logo { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.logo-mark {
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 0.95;
  color: var(--purple);
  letter-spacing: 0.5px;
}
.logo-mark span { display: block; }
.logo-heart { width: 36px; height: 36px; flex: 0 0 auto; }
.logo-heart svg { width: 100%; height: 100%; }
.logo-img { height: 48px; width: auto; max-width: none; flex: 0 0 auto; }
.footer-logo-img { height: 60px; width: auto; }

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  list-style: none;
  margin-right: auto;   /* cola os links no logo (esquerda) e joga o botão pra direita */
  margin-left: 16px;
}
.nav-links a {
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: var(--purple-soft);
  position: relative;
  padding: 4px 0;
}
.nav-links a:hover,
.nav-links a.active { color: var(--magenta); }
.nav-links a.active::after {
  content: '';
  position: absolute;
  left: 0; right: 0; bottom: -2px;
  height: 2px;
  background: var(--magenta);
  border-radius: 2px;
}

.nav-cta { white-space: nowrap; }

.nav-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
}
.nav-toggle span {
  width: 24px; height: 2px;
  background: var(--purple);
  border-radius: 2px;
  transition: 0.3s;
}

/* ---------- Hero ---------- */
.hero {
  position: relative;
  overflow: hidden;
}

/* Hero com imagem de fundo cheia (Home) */
.hero-cover {
  background-image:
    linear-gradient(90deg, rgba(252,244,238,0.96) 0%, rgba(252,244,238,0.7) 30%, rgba(252,244,238,0.1) 58%, rgba(60,25,55,0.30) 100%),
    url('images/hero.jpg'),
    var(--grad-photo);
  background-size: cover, cover, cover;
  background-position: center, center 22%, center;
  background-repeat: no-repeat;
}
.hero-cover-inner {
  display: flex;
  align-items: center;
  min-height: 600px;
  padding-top: 56px;
  padding-bottom: 96px;   /* espaço para a faixa de features sobrepor (recorte na base) */
}
.hero-cover .hero-content { max-width: 540px; }
.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  padding: 60px 24px 80px;
  max-width: var(--maxw);
  margin: 0 auto;
}
.hero-content .eyebrow {
  color: var(--accent);
  font-size: 1.6rem;
  line-height: 1;
}
.hero-content h1 {
  font-size: 3.2rem;
  margin: 12px 0 18px;
}
.hero-content h1 .script { font-size: 3.6rem; display: inline-block; }
.hero-content p {
  font-size: 1.08rem;
  max-width: 460px;
  margin-bottom: 30px;
}

.hero-photo {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  min-height: 440px;
  box-shadow: var(--shadow-lg);
}

/* ---------- Placeholder de fotos (gradiente até você subir as imagens) ---------- */
.photo {
  background: var(--grad-photo);
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  color: rgba(255,255,255,0.9);
  border-radius: 20px;
  overflow: hidden;
}
.photo.alt { background: var(--grad-photo-2); }
.photo img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.photo .photo-hint {
  position: relative;
  z-index: 1;
  font-size: 0.78rem;
  padding: 10px 14px;
  background: rgba(0,0,0,0.25);
  border-radius: 10px;
  margin-bottom: 16px;
  font-weight: 500;
}

/* ---------- Faixa de features (4 ícones) ---------- */
.features {
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 30px 20px;
  margin: -40px auto 0;
  position: relative;
  z-index: 5;
  max-width: var(--maxw);
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.feature {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.feature .ficon {
  flex: 0 0 auto;
  width: 42px; height: 42px;
  color: var(--magenta);
}
.feature h4 {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--purple);
  margin-bottom: 4px;
}
.feature p { font-size: 0.85rem; }

/* ---------- Seção genérica de duas colunas ---------- */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}
.split .photo { min-height: 320px; }
.split h2 { font-size: 2.2rem; margin-bottom: 18px; }
.split p { margin-bottom: 16px; }
.split .highlight { color: var(--purple); font-weight: 600; }

.section-head { text-align: center; margin-bottom: 48px; }
.section-head h2 { font-size: 2.2rem; }
.section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 26px;
  gap: 16px;
  flex-wrap: wrap;
}
.section-title-row h2 { font-size: 2.1rem; }
.section-title-row p { margin-top: 4px; }

/* ---------- Cards de viagens (home) ---------- */
.trip-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.trip-card {
  background: var(--white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.trip-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }
.trip-card .photo { height: 190px; border-radius: 0; }
.trip-card .trip-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 20px;
  flex-wrap: wrap;
}
.trip-card h3 { font-size: 1.15rem; }

/* Status discreto (não parece botão) */
.trip-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--purple-soft);
}
.trip-status::before {
  content: '';
  width: 9px; height: 9px;
  border-radius: 50%;
  background: currentColor;
}
.trip-status.done { color: var(--magenta-deep); }
.trip-status.sold { color: #9a5f72; }

/* Badges de status */
.badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 7px 14px;
  border-radius: 999px;
  color: var(--white);
  white-space: nowrap;
}
.badge.sold   { background: var(--orange); }
.badge.few    { background: var(--orange); }
.badge.done   { background: var(--pink-card); color: var(--magenta); border: 1px solid var(--magenta); }
.badge.open   { background: #2e7d32; }

/* ---------- Lista de próximas viagens (página viagens) ---------- */
.trip-list { display: flex; flex-direction: column; gap: 22px; }
.trip-row {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 26px;
  background: var(--lav);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
}
.trip-row .photo { min-height: 190px; border-radius: 0; align-items: flex-start; justify-content: flex-start; }
.trip-row .trip-tag {
  position: absolute;
  top: 14px; left: 0;
  z-index: 2;
  padding: 8px 16px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--white);
  border-radius: 0 8px 8px 0;
}
.trip-tag.done { background: var(--magenta-deep); }
.trip-tag.sold { background: var(--orange); }
.trip-tag.few  { background: var(--orange); }
.trip-tag.open { background: #2e7d32; }
.trip-row .trip-info { padding: 24px 26px 24px 0; }
.trip-row .trip-place {
  display: flex; align-items: center; gap: 8px;
  color: var(--magenta);
  font-weight: 700;
  font-size: 1.25rem;
}
.trip-row .trip-date {
  display: flex; align-items: center; gap: 8px;
  color: var(--purple-soft);
  font-weight: 600;
  margin: 8px 0 10px;
  font-size: 0.92rem;
}
.trip-row .trip-desc { margin-bottom: 16px; font-size: 0.95rem; }

/* ---------- Equipe (página projeto) ---------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 30px;
}
.team-card {
  background: var(--lav);
  border-radius: var(--radius);
  padding: 34px 26px;
  text-align: center;
  box-shadow: var(--shadow);
}
.team-photo {
  width: 130px; height: 130px;
  border-radius: 50%;
  margin: 0 auto 18px;
  border: 4px solid var(--white);
  box-shadow: var(--shadow);
}
.team-photo img.zoom { transform: scale(1.5); transform-origin: center 28%; }
.team-photo.is-logo { background: #fff; }
.team-photo.is-logo img {
  object-fit: contain;
  object-position: center;
  padding: 20px;
}
.team-card h3 { font-size: 1.2rem; margin-bottom: 2px; }
.team-card .role {
  font-family: 'Dancing Script', cursive;
  color: var(--magenta);
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.team-card p { font-size: 0.88rem; }

/* ---------- Faixa CTA roxa ---------- */
.cta-band {
  background: var(--grad-band);
  border-radius: var(--radius);
  padding: 30px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  color: var(--white);
  box-shadow: var(--shadow-lg);
}
.cta-band h3 { color: var(--white); font-size: 1.5rem; }
.cta-band p { color: rgba(255,255,255,0.9); font-size: 0.95rem; }

/* bloco rosa interno (projeto) */
.soft-block {
  background: #ffffff;
  border-radius: var(--radius);
  padding: 34px 38px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
  margin-top: 40px;
  box-shadow: var(--shadow);
}
.soft-block .sb-icon {
  flex: 0 0 auto;
  width: 56px; height: 56px;
  background: var(--grad-cta);
  border-radius: 16px;
  display: flex; align-items: center; justify-content: center;
  color: var(--white);
}
.soft-block h3 { font-size: 1.15rem; margin-bottom: 8px; }

/* ---------- Depoimentos ---------- */
.testi-list {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.testi-card {
  display: grid;
  grid-template-columns: 300px 1fr;
  background: var(--white);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.testi-photo {
  position: relative;
  min-height: 340px;
  background: var(--pink-card);
}
.testi-photo img {
  position: absolute;
  inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center 30%;
}
.testi-body {
  padding: 36px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testi-card .quote-mark {
  font-family: 'Dancing Script', cursive;
  font-size: 3.4rem;
  color: var(--accent);
  line-height: 0.4;
  opacity: 0.55;
}
.testi-text {
  font-size: 1rem;
  font-style: italic;
  margin: 14px 0 22px;
  color: var(--text);
}
.testi-name { font-weight: 700; color: var(--purple); }
.testi-role { font-size: 0.85rem; color: var(--magenta); font-weight: 600; }

@media (max-width: 760px) {
  .testi-card { grid-template-columns: 1fr; }
  .testi-photo { min-height: 360px; }
  .testi-body { padding: 28px 26px; }
}

/* ---------- Galeria (carrossel) ---------- */
.gallery { position: relative; }
.gallery-track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}
.gallery-track::-webkit-scrollbar { height: 8px; }
.gallery-track::-webkit-scrollbar-track { background: transparent; }
.gallery-track::-webkit-scrollbar-thumb { background: var(--pink-card); border-radius: 8px; }
.gallery-item {
  flex: 0 0 calc((100% - 32px) / 3);   /* 3 por vez no desktop */
  scroll-snap-align: start;
  aspect-ratio: 4 / 3;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; }
.gallery-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 46px; height: 46px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: var(--shadow-lg);
  cursor: pointer;
  color: var(--magenta);
  font-size: 1.6rem;
  line-height: 1;
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.15s ease;
}
.gallery-btn:hover { transform: translateY(-50%) scale(1.08); }
.gallery-btn.prev { left: 6px; }
.gallery-btn.next { right: 6px; }

/* ---------- Galeria em grade com lightbox (página da viagem) ---------- */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  max-width: 920px;
  margin: 0 auto;
}
.gallery-cell {
  position: relative;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: var(--shadow);
  cursor: pointer;
  border: none;
  padding: 0;
  background: var(--pink-card);
}
.gallery-cell img {
  width: 100%; height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.gallery-cell:hover img { transform: scale(1.06); }
.gallery-cell::after {
  content: '⤢';
  position: absolute;
  bottom: 8px; right: 10px;
  color: #fff;
  font-size: 1rem;
  opacity: 0;
  text-shadow: 0 1px 4px rgba(0,0,0,0.5);
  transition: opacity 0.2s ease;
}
.gallery-cell:hover::after { opacity: 0.95; }

/* Lightbox */
.lightbox {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(30, 12, 28, 0.92);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.lightbox.open { display: flex; }
.lightbox img {
  max-width: 92vw;
  max-height: 86vh;
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
}
.lb-btn {
  position: absolute;
  background: rgba(255,255,255,0.14);
  border: none;
  color: #fff;
  width: 52px; height: 52px;
  border-radius: 50%;
  font-size: 1.8rem;
  line-height: 1;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background 0.18s ease;
}
.lb-btn:hover { background: rgba(255,255,255,0.28); }
.lb-close { top: 18px; right: 18px; font-size: 1.5rem; }
.lb-prev { left: 18px; top: 50%; transform: translateY(-50%); }
.lb-next { right: 18px; top: 50%; transform: translateY(-50%); }

/* ---------- FAQ / Dúvidas (sanfona) ---------- */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.faq-item {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 20px 24px;
  font-weight: 600;
  font-size: 1.02rem;
  color: var(--purple);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+';
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--magenta);
  line-height: 1;
  flex: 0 0 auto;
}
.faq-item[open] summary::after { content: '–'; }
.faq-item[open] summary { color: var(--magenta); }
.faq-answer { padding: 0 24px 22px; }
.faq-answer p { margin-bottom: 10px; }
.faq-answer p:last-child { margin-bottom: 0; }

/* ---------- Página de viagem (detalhe) ---------- */
.trip-hero {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: flex-end;
  background-image:
    linear-gradient(180deg, rgba(40,20,40,0.10) 0%, rgba(40,20,40,0.70) 100%),
    url('images/morro/hero.jpg'),
    var(--grad-photo);
  background-size: cover;
  background-position: center;
}
.trip-hero.t-chapada {
  background-image:
    linear-gradient(180deg, rgba(40,20,40,0.10) 0%, rgba(40,20,40,0.72) 100%),
    url('images/galeria/chapada3.jpg'),
    var(--grad-photo);
}
.trip-hero.t-mogi {
  background-image:
    linear-gradient(180deg, rgba(40,20,40,0.10) 0%, rgba(40,20,40,0.72) 100%),
    url('images/mogi/hero.jpg'),
    var(--grad-photo);
}
.trip-hero.t-minas {
  background-image:
    linear-gradient(180deg, rgba(20,40,20,0.10) 0%, rgba(20,40,20,0.72) 100%),
    url('images/minas/hero.jpg'),
    var(--grad-photo);
}
.trip-hero.t-paraty {
  background-image:
    linear-gradient(180deg, rgba(10,30,50,0.10) 0%, rgba(10,30,50,0.72) 100%),
    url('images/paraty/hero.jpg'),
    var(--grad-photo);
}
.trip-hero-inner { padding-top: 60px; padding-bottom: 64px; color: #fff; }
.trip-hero .eyebrow { color: #fff; opacity: .9; font-size: 1.4rem; }
.trip-hero h1 { color: #fff; font-size: 3.4rem; margin: 6px 0 14px; }
.trip-hero h1 .script { color: #ffd6e7; }
.date-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-weight: 600;
  font-size: 1.08rem;
  letter-spacing: 0.3px;
  margin-bottom: 22px;
}
.date-pill svg { flex: 0 0 auto; opacity: 0.95; }
.trip-hero p.lead { max-width: 540px; font-size: 1.05rem; margin-bottom: 26px; color: #fff; }

/* Dia a dia */
.day-list { display: flex; flex-direction: column; gap: 20px; max-width: 920px; margin: 0 auto; }
.day-item {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 26px;
  background: #ffffff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 28px 32px;
}
.day-date {
  text-align: center;
  border-right: 2px solid var(--pink-card);
  padding-right: 22px;
}
.day-date .d { font-size: 2.2rem; font-weight: 800; color: var(--magenta); line-height: 1; }
.day-date .m { font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: var(--purple-soft); }
.day-item h3 { font-size: 1.15rem; margin-bottom: 8px; }
.day-item p { font-size: 0.95rem; }

/* Highlights */
.highlights-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 26px;
  max-width: 920px;
  margin: 0 auto;
}
.highlight-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.highlight-img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: var(--shadow);
  flex-shrink: 0;
}
.highlight-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.highlight-item h4 {
  font-size: 1rem;
  margin: 0;
  color: var(--purple);
}
.highlight-item p {
  font-size: .9rem;
  color: var(--text-muted);
  margin: 0;
}
.hl-card { text-align: center; }
.hl-card img {
  width: 140px; height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 14px;
  border: 4px solid #fff;
  box-shadow: var(--shadow);
}
.hl-card span {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 0.82rem;
  color: var(--purple);
}

/* Valores (blocos coloridos arco-íris) */
.valores { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }
.price-block { border-radius: 18px; padding: 26px 30px; color: #fff; }
.price-block.red    { background: #ef5b5f; }
.price-block.orange { background: #f4a44a; }
.price-block.green  { background: #5fb87f; }
.price-block.blue   { background: #54b3e0; }
.price-block.purple { background: #8e6fc4; }
.price-block h3 { color: #fff; text-align: center; font-size: 1.25rem; margin-bottom: 18px; }
.price-line { margin-bottom: 14px; }
.price-line:last-child { margin-bottom: 0; }
.price-line .label { font-size: 1.1rem; font-weight: 700; }
.price-line .value { font-size: 1.1rem; }
.price-line small { display: block; opacity: 0.9; font-size: 0.82rem; margin-top: 2px; }
.price-block h4 { color: #fff; margin-bottom: 8px; font-size: 1rem; }
.price-block ul { margin: 0; padding-left: 20px; }
.price-block ul li { margin-bottom: 6px; font-size: 0.92rem; }
.price-block.green p { text-align: center; font-weight: 600; }
.price-block.blue p, .price-block.purple li { font-size: 0.9rem; }
.price-block.purple ul { padding-left: 18px; }

/* ---------- Refeições (página Mogi) ---------- */
.meals {
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.meal {
  background: #fff;
  border-radius: 16px;
  box-shadow: var(--shadow);
  padding: 18px 22px;
}
.meal h4 { color: var(--magenta); font-size: 1rem; margin-bottom: 4px; }
.meal span { font-size: 0.88rem; color: var(--purple-soft); font-weight: 600; }
@media (max-width: 600px) { .meals { grid-template-columns: 1fr; } }

/* ---------- Footer ---------- */
.site-footer {
  background: var(--cream-soft);
  padding: 50px 0 30px;
  margin-top: 70px;
  border-top: 1px solid rgba(214, 73, 139, 0.12);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 30px;
  align-items: start;
}
.footer-grid h4 {
  color: var(--purple);
  font-size: 0.95rem;
  margin-bottom: 12px;
}
.footer-grid p { font-size: 0.88rem; }
.socials { display: flex; gap: 12px; margin-top: 6px; }
.socials a {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--magenta);
  color: var(--white);
  display: flex; align-items: center; justify-content: center;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.socials a:hover { transform: translateY(-2px); opacity: 0.9; }
.footer-made {
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-bottom {
  text-align: center;
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid rgba(214, 73, 139, 0.12);
  font-size: 0.8rem;
  color: var(--purple-soft);
}

/* ---------- Responsivo ---------- */
@media (max-width: 880px) {
  .nav-links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: var(--cream);
    padding: 10px 24px 20px;
    box-shadow: var(--shadow);
    display: none;
  }
  .nav-links.open { display: flex; }
  .nav-links li { width: 100%; }
  .nav-links a { display: block; padding: 12px 0; }
  .nav-toggle { display: flex; }

  .hero-grid,
  .split { grid-template-columns: 1fr; }
  .hero-content h1 { font-size: 2.4rem; }
  .hero-content h1 .script { font-size: 2.6rem; }
  .hero-photo { min-height: 320px; order: -1; }

  .hero-cover {
    background-image:
      linear-gradient(180deg, rgba(252,244,238,0.92) 0%, rgba(252,244,238,0.55) 45%, rgba(60,25,55,0.35) 100%),
      url('images/hero.jpg'),
      var(--grad-photo);
  }
  .hero-cover-inner { min-height: 460px; padding-bottom: 70px; }

  .features { margin-top: 0; border-radius: 18px; }
  .features-grid { grid-template-columns: 1fr 1fr; }

  .trip-grid { grid-template-columns: 1fr; }
  .trip-row { grid-template-columns: 1fr; }
  .trip-row .photo { min-height: 200px; }
  .trip-row .trip-info { padding: 22px 24px; }
  .team-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }

  .trip-hero h1 { font-size: 2.4rem; }
  .day-item { grid-template-columns: 70px 1fr; gap: 16px; padding: 22px 20px; }
  .day-date { padding-right: 14px; }
  .day-date .d { font-size: 1.7rem; }
  .highlights-grid { grid-template-columns: 1fr 1fr; gap: 20px; }
  .price-block { padding: 22px 22px; }
  .cta-band { padding: 26px 24px; text-align: center; justify-content: center; }
}

/* Celular: botão do WhatsApp vira só ícone, pra não disputar espaço com o logo */
@media (max-width: 600px) {
  .nav { gap: 12px; }
  .nav-cta {
    font-size: 0;
    gap: 0;
    padding: 11px;
  }
  .nav-cta svg { width: 20px; height: 20px; }

  /* Day by day: data + divisória no topo, texto ocupa o card inteiro */
  .day-item { grid-template-columns: 1fr; gap: 14px; padding: 22px 22px; }
  .day-date {
    display: flex;
    align-items: baseline;
    gap: 8px;
    text-align: left;
    border-right: none;
    border-bottom: 2px solid var(--pink-card);
    padding-right: 0;
    padding-bottom: 12px;
  }
  .day-date .d { font-size: 1.7rem; }
  .day-date .m { font-size: 0.85rem; }

  /* Carrossel: 1 foto por vez + swipe (sem setas) */
  .gallery-item { flex-basis: 84%; }
  .gallery-btn { display: none; }

  /* Galeria em grade: 2 colunas no celular */
  .gallery-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
  .lb-prev, .lb-next { width: 44px; height: 44px; font-size: 1.5rem; }
  .lb-prev { left: 6px; } .lb-next { right: 6px; }
}

@media (min-width: 601px) and (max-width: 880px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 601px) and (max-width: 880px) {
  .gallery-item { flex-basis: calc((100% - 16px) / 2); }  /* 2 por vez no tablet */
}

@media (max-width: 480px) {
  .features-grid { grid-template-columns: 1fr; }
  .hero-content h1 { font-size: 2rem; }
  .logo-img { height: 42px; }
}
