/* ============================================================
   Sections 2 — destinos, FAQ, contato, footer
   ============================================================ */

/* ---------- Hero Form (compact form right after hero) ---------- */
/* Estilos foram movidos inline no componente HeroForm.jsx */




/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed !important;
  bottom: 28px;
  right: 28px;
  left: auto;
  top: auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #25D366;
  color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45), 0 4px 12px rgba(0,0,0,0.15);
  z-index: 9999;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none;
  animation: wa-pulse 2.4s ease-in-out infinite;
}
.wa-float::before {
  content: '';
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  background: #25D366;
  opacity: 0.35;
  z-index: -1;
  animation: wa-ring 2.4s ease-out infinite;
}
.wa-float:hover {
  transform: scale(1.08);
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.55);
}
.wa-float svg { width: 32px; height: 32px; position: relative; z-index: 1; }

@keyframes wa-pulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.04); }
}
@keyframes wa-ring {
  0% { transform: scale(1); opacity: 0.45; }
  100% { transform: scale(1.6); opacity: 0; }
}

@media (max-width: 640px) {
  .wa-float {
    bottom: 20px;
    right: 20px;
    width: 56px;
    height: 56px;
  }
  .wa-float svg { width: 28px; height: 28px; }
}

/* ---------- Passaportes CTA final ---------- */
.passaportes-cta-final {
  margin-top: 80px;
  text-align: center;
  position: relative;
}
.passaportes-cta-final p {
  font-family: var(--font-display);
  font-size: 22px;
  text-transform: lowercase;
  color: var(--on-dark);
  margin: 0 0 24px;
}

/* ---------- Passaporte: include from prev ---------- */
.passaporte-include-prev {
  font-size: 13px;
  color: var(--ink);
  background: #EFE6D6;
  padding: 16px 20px;
  border-radius: 2px;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.4;
}

.passaporte-include-prev strong {
  color: var(--ink);
  font-weight: 700;
  white-space: nowrap;
}

.passaporte-include-prev .check {
  color: var(--terracota);
  font-size: 14px;
  margin-top: 0;
}

/* ---------- Passaporte: diferencial ---------- */
.passaporte-diferencial {
  padding: 14px;
  background: rgba(198, 154, 61, 0.1);
  border-left: 3px solid var(--gold);
  border-radius: 2px;
  margin: 0 0 16px;
}
.passaporte-diferencial p {
  margin: 4px 0 0;
  font-size: 13px;
  color: var(--ink);
  line-height: 1.5;
}

/* ---------- Incluso em todos os planos ---------- */
.passaportes-included {
  margin-top: 96px;
  padding-top: 64px;
  border-top: 1px solid rgba(241, 230, 210, 0.15);
}
.included-head {
  text-align: center;
  margin-bottom: 48px;
}
.included-head h3 {
  font-size: clamp(36px, 4.5vw, 56px);
  margin: 12px 0 0;
  line-height: 1.05;
}
.included-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
.included-card {
  background: rgba(241, 230, 210, 0.05);
  border: 1px solid rgba(241, 230, 210, 0.12);
  border-radius: 6px;
  padding: 36px 32px;
  color: var(--on-dark);
}
.included-icon {
  font-size: 32px;
  display: block;
  margin-bottom: 16px;
}
.included-card h4 {
  font-family: var(--font-display);
  font-size: 28px;
  text-transform: lowercase;
  margin: 0 0 8px;
  color: var(--on-dark);
  font-weight: 400;
  line-height: 1.15;
}
.included-sub {
  font-size: 14px;
  color: var(--gold);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin: 0 0 24px;
  font-weight: 500;
}
.included-intro {
  font-size: 13px;
  color: var(--on-dark-soft);
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.included-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}
.included-card li {
  font-size: 14px;
  color: var(--on-dark-soft);
  padding-left: 18px;
  position: relative;
  line-height: 1.4;
}
.included-card li::before {
  content: '·';
  position: absolute;
  left: 6px;
  color: var(--gold);
  font-size: 18px;
  line-height: 1;
}
.included-result {
  font-family: var(--font-serif, 'Cormorant Garamond', serif);
  font-style: italic;
  font-size: 17px;
  line-height: 1.5;
  color: var(--on-dark);
  border-top: 1px dashed rgba(241, 230, 210, 0.2);
  padding-top: 20px;
  margin: 0;
}

@media (max-width: 880px) {
  .included-grid { grid-template-columns: 1fr; }
  .included-card ul { grid-template-columns: 1fr; }
}

.contato-submit {
  width: 100%;
  justify-content: center;
  background: #25D366;
  color: #fff;
  border-color: #25D366;
  font-size: 14px;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contato-submit:hover {
  background: #1ebe5d;
  border-color: #1ebe5d;
  transform: translateY(-1px);
}
.label-opt {
  font-style: normal;
  text-transform: none;
  letter-spacing: 0;
  opacity: 0.55;
  font-size: 11px;
  margin-left: 6px;
}

/* ---------- DESTINOS (legado, removido da página) ---------- */
.destinos {
  padding: var(--section-y) 0;
  background: var(--bg-cream-2);
  position: relative;
  overflow: hidden;
}
.destinos::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 15% 20%, rgba(155, 58, 26, 0.05), transparent 25%),
    radial-gradient(circle at 85% 70%, rgba(198, 154, 61, 0.06), transparent 25%);
  pointer-events: none;
}
.destinos-head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: end;
  margin-bottom: 80px;
  position: relative;
}
.destinos-title {
  font-size: clamp(48px, 6vw, 96px);
  margin: 24px 0 0;
  line-height: 1;
}
.destinos-title .accent { font-style: italic; color: var(--terracota); }
.destinos-sub {
  font-size: 17px;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 480px;
  margin: 0;
}
@media (max-width: 880px) {
  .destinos-head { grid-template-columns: 1fr; gap: 32px; }
}
.destinos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 16px;
  position: relative;
}
.destino-stamp {
  background: var(--bg-cream);
  border: 1px solid var(--line);
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 4px;
  transition: all 0.3s;
  position: relative;
}
.destino-stamp::after {
  content: '';
  position: absolute;
  inset: 0;
  border: 1px dashed var(--line);
  margin: 4px;
  border-radius: 2px;
  pointer-events: none;
  opacity: 0.5;
}
.destino-stamp:hover {
  border-color: var(--terracota);
  transform: translateY(-2px);
}
.destino-emoji {
  font-size: 28px;
  line-height: 1;
}
.destino-meta { flex: 1; min-width: 0; }
.destino-nome {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
  line-height: 1.2;
}
.destino-codigo {
  margin: 4px 0 0;
  font-size: 10px;
  letter-spacing: 0.2em;
  color: var(--ink-soft);
  text-transform: uppercase;
}
.destinos-foot {
  margin-top: 64px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  font-size: 14px;
  color: var(--ink-soft);
  font-style: italic;
}
.destinos-foot strong { color: var(--terracota); font-style: normal; }

/* ---------- FAQ ---------- */
.faq { padding: var(--section-y) 0; background: var(--bg-cream); }
.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  align-items: start;
}
.faq-head { position: sticky; top: 100px; }
.faq-title {
  font-size: clamp(40px, 5vw, 72px);
  margin: 24px 0 24px;
  line-height: 1;
}
.faq-title .accent { font-style: italic; color: var(--terracota); }
.faq-sub {
  font-size: 16px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin: 0;
  max-width: 360px;
}
.faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--line);
}
.faq-item {
  border-bottom: 1px solid var(--line);
}
.faq-item summary {
  padding: 24px 0;
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
  transition: color 0.2s;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary:hover { color: var(--terracota); }
.faq-num {
  font-family: var(--font-display);
  font-size: 14px;
  color: var(--terracota);
  letter-spacing: 0.1em;
}
.faq-q {
  font-family: var(--font-display);
  font-size: 22px;
  color: var(--ink);
  text-transform: lowercase;
  line-height: 1.2;
}
.faq-icon {
  font-size: 24px;
  color: var(--ink-soft);
  font-weight: 300;
  transition: transform 0.3s;
  width: 20px;
  text-align: center;
}
.faq-item[open] .faq-icon {
  transform: rotate(45deg);
  color: var(--terracota);
}
.faq-a {
  padding: 0 0 24px 56px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--ink-soft);
  max-width: 580px;
  animation: faq-in 0.4s ease;
}
@keyframes faq-in {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 880px) {
  .faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .faq-head { position: static; }
  .faq-a { padding-left: 0; }
}

/* ---------- CONTATO ---------- */
.contato {
  padding: var(--section-y) 0;
  background: var(--bg-deep);
  color: var(--on-dark);
  position: relative;
  overflow: hidden;
}
.contato::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 80% 0%, rgba(155, 58, 26, 0.18), transparent 50%),
    radial-gradient(ellipse at 0% 100%, rgba(198, 154, 61, 0.08), transparent 50%);
  pointer-events: none;
}
.contato-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
}
.contato-text { padding-top: 16px; }
.contato-title {
  font-size: clamp(48px, 6vw, 88px);
  margin: 24px 0 24px;
  line-height: 1;
}
.contato-sub {
  font-size: 17px;
  line-height: 1.7;
  color: var(--on-dark-soft);
  max-width: 460px;
  margin: 0 0 48px;
}
.contato-channels {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contato-channel {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  text-decoration: none;
  background: rgba(241, 230, 210, 0.06);
  border: 1px solid var(--line-dark);
  border-radius: 6px;
  transition: all 0.3s;
  color: var(--on-dark);
}
.contato-channel:hover {
  background: rgba(241, 230, 210, 0.1);
  border-color: var(--gold);
  transform: translateX(4px);
}
.channel-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--terracota);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.channel-icon svg { width: 22px; height: 22px; color: var(--on-dark); }
.channel-label {
  display: block;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--on-dark-soft);
  margin-bottom: 4px;
}
.channel-value {
  font-family: var(--font-display);
  font-size: 22px;
  text-transform: lowercase;
}

.contato-form {
  background: rgba(241, 230, 210, 0.04);
  border: 1px solid var(--line-dark);
  padding: 40px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  backdrop-filter: blur(8px);
}
.form-row { display: flex; flex-direction: column; }
.form-row-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-row label { display: flex; flex-direction: column; gap: 8px; }
.form-row span {
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--on-dark-soft);
}
.form-row input, .form-row textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--line-dark);
  padding: 10px 0;
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--on-dark);
  outline: none;
  transition: border-color 0.2s;
  resize: vertical;
}
.form-row input:focus, .form-row textarea:focus {
  border-bottom-color: var(--gold);
}
.form-row input::placeholder, .form-row textarea::placeholder {
  color: rgba(241, 230, 210, 0.35);
}
.contato-submit {
  margin-top: 8px;
  background: var(--gold);
  color: var(--bg-deep);
  border: none;
  align-self: flex-start;
}
.contato-submit:hover { background: var(--gold-2); color: var(--on-dark); }
.contato-disclaimer {
  margin: 0;
  font-size: 12px;
  color: var(--on-dark-soft);
  line-height: 1.5;
  font-style: italic;
}
@media (max-width: 880px) {
  .contato-grid { grid-template-columns: 1fr; gap: 48px; }
  .contato-form { padding: 24px; }
  .form-row-2 { grid-template-columns: 1fr; }
}

/* ---------- FOOTER ---------- */
.footer {
  background: #1a0f08;
  color: var(--on-dark);
  padding: 80px 0 0;
}
.footer-inner {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  padding-bottom: 64px;
  border-bottom: 1px solid var(--line-dark);
}
.footer-brand img {
  width: 160px;
  margin-bottom: 24px;
  filter: brightness(1) saturate(0.8);
}
.footer-brand p {
  margin: 0;
  font-family: var(--font-display);
  font-size: 18px;
  line-height: 1.4;
  color: var(--on-dark-soft);
  text-transform: lowercase;
}
.footer-cols {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.footer-cols .eyebrow {
  display: block;
  margin-bottom: 12px;
}
.footer-cols p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.6;
  color: var(--on-dark);
}
.footer-bottom {
  padding: 28px 0;
}
.footer-bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--on-dark-soft);
  letter-spacing: 0.06em;
}
.footer-coords {
  font-family: var(--font-sans);
  letter-spacing: 0.2em;
}
@media (max-width: 880px) {
  .footer-inner { grid-template-columns: 1fr; gap: 48px; }
  .footer-cols { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom-inner { flex-direction: column; gap: 8px; }
}
