/* ==========================================================================
   CONSULTAS · Mata espiritual
   Inspirado nas artes do Instagram: verde-musgo + bege + foto natural
   ========================================================================== */

/* ============ HERO COM FOTO DE BACKGROUND ============ */
.hero-foto {
  position: relative;
  min-height: clamp(420px, 70vh, 600px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom: 1px solid var(--border);
}
.hero-foto-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero-foto-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4) saturate(0.85);
}
.hero-foto-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(21, 20, 15, 0.5) 0%,
    rgba(21, 20, 15, 0.7) 50%,
    rgba(21, 20, 15, 0.95) 100%);
}
.hero-foto-inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: clamp(60px, 12vw, 120px) 0;
}
.hero-foto .eyebrow {
  font-family: var(--caps);
  font-size: clamp(11px, 1.3vw, 13px);
  font-weight: 300;
  letter-spacing: 0.4em;
  color: var(--linho-2);
  margin-bottom: clamp(20px, 4vw, 32px);
}
.hero-foto h1 {
  font-family: var(--display);
  font-weight: 300;
  font-size: clamp(48px, 9vw, 96px);
  letter-spacing: 0.18em;
  line-height: 1;
  color: var(--linho);
  margin-bottom: clamp(20px, 4vw, 32px);
}
.hero-foto .hero-sub {
  font-family: var(--sans);
  font-size: clamp(15px, 1.8vw, 18px);
  line-height: 1.65;
  color: var(--linho-2);
  max-width: 600px;
  margin: 0 auto;
  font-weight: 300;
}

/* ============ COMO FUNCIONA ============ */
.como-funciona-novo {
  padding: clamp(64px, 12vw, 110px) 0;
  text-align: center;
  background: var(--ink);
}
.como-funciona-novo .eyebrow {
  font-family: var(--caps);
  font-size: clamp(11px, 1.3vw, 13px);
  font-weight: 300;
  letter-spacing: 0.4em;
  color: var(--linho-2);
  margin-bottom: clamp(36px, 5vw, 48px);
}
.como-funciona-novo .lead {
  font-family: var(--sans);
  font-weight: 300;
  font-size: clamp(18px, 2.2vw, 24px);
  line-height: 1.5;
  color: var(--linho);
  max-width: 600px;
  margin: 0 auto clamp(24px, 4vw, 36px);
}
.como-funciona-novo .lead-2 {
  font-family: var(--sans);
  font-weight: 400;
  font-size: clamp(15px, 1.6vw, 17px);
  line-height: 1.5;
  color: var(--linho-2);
  margin-top: clamp(20px, 3vw, 28px);
}
.sparkle {
  display: block;
  text-align: center;
  font-size: 22px;
  color: var(--linho);
  opacity: 0.5;
  margin: clamp(16px, 3vw, 24px) auto;
  line-height: 1;
}

/* ============ MODALIDADES — CARDS ESTILO ARTES ============ */
.modalidades-novo {
  padding: clamp(40px, 8vw, 64px) 0 clamp(64px, 10vw, 96px);
  position: relative;
  overflow: hidden;
}
.modalidades-novo::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../assets/photos/altar-vela-dia.jpg') center/cover no-repeat;
  filter: brightness(0.35) saturate(0.7) blur(1px);
  z-index: 0;
}
.modalidades-novo::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
    rgba(21, 20, 15, 0.6) 0%,
    rgba(21, 20, 15, 0.85) 100%);
  z-index: 1;
}
.modalidades-novo .container { position: relative; z-index: 2; }

.card-consulta {
  background: var(--vidro);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border-2);
  border-radius: 24px;
  padding: clamp(28px, 4vw, 40px);
  margin-bottom: 28px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.card-pill {
  display: inline-block;
  background: var(--musgo);
  color: var(--linho);
  padding: 12px 28px;
  border-radius: 999px;
  font-family: var(--display);
  font-size: clamp(12px, 1.3vw, 14px);
  font-weight: 500;
  letter-spacing: 0.18em;
  margin-bottom: clamp(24px, 4vw, 32px);
}
.card-corpo {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: clamp(20px, 4vw, 48px);
  align-items: flex-start;
}
.card-desc {
  font-family: var(--sans);
  color: var(--linho);
}
.card-desc .lead {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 14px;
}
.card-desc .lead em {
  font-style: italic;
  color: var(--bege-luz);
  font-weight: 600;
}
.card-desc p {
  font-size: clamp(14px, 1.5vw, 15.5px);
  line-height: 1.65;
  color: var(--linho-2);
  font-weight: 300;
  margin-bottom: 10px;
}
.card-desc p strong {
  color: var(--linho);
  font-weight: 500;
}
.card-preco {
  text-align: center;
  min-width: 140px;
  padding-top: 4px;
}
.card-preco .valor {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(28px, 4vw, 38px);
  line-height: 1;
  color: var(--musgo);
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.card-preco .valor strong {
  font-weight: 700;
  color: var(--musgo);
}
.card-preco .duracao {
  font-family: var(--sans);
  font-size: 12.5px;
  line-height: 1.4;
  color: var(--linho-2);
  font-weight: 400;
}
.card-btn {
  display: inline-block;
  margin-top: clamp(20px, 3vw, 28px);
  font-family: var(--display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 14px 28px;
  background: transparent;
  color: var(--linho);
  border: 1px solid var(--musgo);
  border-radius: 999px;
  transition: all 0.25s var(--ease-out);
}
.card-btn:hover {
  background: var(--musgo);
  transform: translateY(-1px);
}

/* INFO PILLS — abaixo dos cards */
.info-pills {
  max-width: 880px;
  margin: clamp(32px, 5vw, 48px) auto 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.info-pill {
  padding: 16px 24px;
  border-radius: 12px;
  font-family: var(--sans);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
}
.info-pill.bege {
  background: rgba(196, 168, 120, 0.18);
  border: 1px solid rgba(196, 168, 120, 0.35);
  color: var(--linho);
}
.info-pill.musgo {
  background: rgba(122, 130, 96, 0.22);
  border: 1px solid rgba(122, 130, 96, 0.45);
  color: var(--linho);
}

/* ============ IMPORTANTE SABER ============ */
.importante-saber {
  padding: clamp(64px, 10vw, 96px) 0;
  background: var(--ink-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.importante-saber::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('../assets/photos/altar-vela-noite.jpg') center/cover no-repeat;
  filter: brightness(0.18) saturate(0.6);
  z-index: 0;
}
.importante-saber .container { position: relative; z-index: 2; }
.importante-saber .eyebrow {
  font-family: var(--caps);
  font-size: clamp(11px, 1.3vw, 13px);
  font-weight: 300;
  letter-spacing: 0.4em;
  color: var(--linho);
  margin-bottom: clamp(36px, 5vw, 48px);
}
.importante-saber .ks-titulo {
  font-family: var(--sans);
  font-weight: 500;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.4;
  color: var(--linho);
  max-width: 540px;
  margin: 0 auto clamp(28px, 4vw, 40px);
}
.ks-bloco {
  max-width: 580px;
  margin: 0 auto;
}
.ks-bloco p {
  font-family: var(--sans);
  font-size: clamp(15px, 1.7vw, 17px);
  line-height: 1.65;
  color: var(--linho-2);
  font-weight: 300;
}
.ks-bloco p strong {
  color: var(--linho);
  font-weight: 500;
}

/* ============ QUEM TE ATENDE ============ */
.quem-atende {
  padding: clamp(56px, 9vw, 88px) 0;
  background: var(--ink);
}
.quem-atende-inner {
  display: grid;
  grid-template-columns: minmax(280px, 420px) 1fr;
  gap: clamp(32px, 6vw, 64px);
  align-items: center;
  max-width: 960px;
  margin: 0 auto;
}
.quem-atende-foto {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--border-2);
}
.quem-atende-foto img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center 30%;
  filter: saturate(0.88);
}
.quem-atende-texto { text-align: left; }
.quem-atende .eyebrow {
  font-family: var(--caps);
  font-size: clamp(11px, 1.2vw, 12px);
  font-weight: 300;
  color: var(--musgo);
  letter-spacing: 0.4em;
  margin-bottom: 14px;
}
.quem-atende h2 {
  font-family: var(--display);
  font-weight: 500;
  font-size: clamp(28px, 4.5vw, 38px);
  line-height: 1.05;
  margin-bottom: 10px;
  color: var(--linho);
}
.quem-atende .creds {
  font-family: var(--display);
  font-size: clamp(10px, 1.1vw, 11px);
  color: var(--bege-luz);
  letter-spacing: 0.32em;
  text-transform: uppercase;
  margin-bottom: clamp(20px, 3vw, 28px);
  font-weight: 400;
}
.quem-atende .bio {
  font-family: var(--sans);
  font-size: clamp(14.5px, 1.5vw, 16px);
  color: var(--linho-2);
  line-height: 1.7;
  margin-bottom: 14px;
  font-weight: 300;
}

/* ============ CTA FINAL ============ */
.cta-final-novo {
  position: relative;
  padding: clamp(72px, 12vw, 110px) 0;
  text-align: center;
  overflow: hidden;
  border-top: 1px solid var(--border);
}
.cta-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.cta-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.32) saturate(0.7);
}
.cta-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(21, 20, 15, 0.4), rgba(21, 20, 15, 0.92));
}
.cta-inner { position: relative; z-index: 2; }
.cta-final-novo .eyebrow {
  font-family: var(--caps);
  font-size: clamp(11px, 1.3vw, 13px);
  font-weight: 300;
  letter-spacing: 0.4em;
  color: var(--bege-luz);
  margin-bottom: 24px;
}
.cta-final-novo h2 {
  font-family: var(--display);
  font-weight: 400;
  font-size: clamp(32px, 5.5vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.005em;
  color: var(--linho);
  margin-bottom: 20px;
}
.cta-final-novo .sub {
  font-family: var(--sans);
  font-size: clamp(15px, 1.7vw, 17.5px);
  line-height: 1.6;
  color: var(--linho-2);
  max-width: 540px;
  margin: 0 auto clamp(32px, 5vw, 44px);
  font-weight: 300;
}
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.btn-novo {
  font-family: var(--display);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  padding: 16px 32px;
  border-radius: 999px;
  transition: all 0.25s var(--ease-out);
  display: inline-block;
}
.btn-novo.btn-musgo {
  background: var(--musgo);
  color: var(--linho);
  border: 1px solid var(--musgo);
}
.btn-novo.btn-musgo:hover {
  background: var(--musgo-soft);
  border-color: var(--musgo-soft);
  transform: translateY(-1px);
}
.btn-novo.btn-ghost {
  background: transparent;
  color: var(--linho);
  border: 1px solid var(--bege-luz);
}
.btn-novo.btn-ghost:hover {
  background: rgba(196, 168, 120, 0.12);
  transform: translateY(-1px);
}
.assinatura {
  margin-top: clamp(36px, 5vw, 56px);
  font-family: var(--display);
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 0.3em;
  color: var(--bege);
  text-transform: uppercase;
}

/* ============ RESPONSIVE ============ */
@media (max-width: 720px) {
  .card-corpo {
    grid-template-columns: 1fr;
    text-align: left;
  }
  .card-preco {
    text-align: left;
    padding-top: 0;
    margin-top: 6px;
    border-top: 1px solid var(--border);
    padding-top: 18px;
    display: flex;
    align-items: baseline;
    gap: 16px;
    min-width: 0;
  }
  .card-preco .valor { margin-bottom: 0; }

  .quem-atende-inner {
    grid-template-columns: 1fr;
    max-width: 480px;
    text-align: center;
  }
  .quem-atende-foto {
    max-width: 320px;
    margin: 0 auto;
  }
  .quem-atende-texto { text-align: center; }
}

@media (max-width: 480px) {
  .card-pill {
    font-size: 11px;
    padding: 10px 22px;
    letter-spacing: 0.14em;
  }
  .card-consulta { padding: 24px 20px; border-radius: 18px; }
  .hero-foto h1 { letter-spacing: 0.12em; }
}
