/* ========================================
   Mariana Schneider — Website Styles
   Palette (inspirada na v2 aprovada pela Mari):
     Plum/ameixa escuro  #3D1A35
     Creme/areia         #F7EDE2
     Dourado/bege        #C4956A
     Off-white bg        #FFFDF9
     Preto arroxeado     #2A2028
   Fonts: Cormorant Garamond (headings), Nunito Sans (body)
   ======================================== */

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

:root {
  --plum: #3D1A35;
  --plum-dark: #2D0F26;
  --plum-soft: #5A2D50;
  --creme: #F7EDE2;
  --creme-light: #FFFDF9;
  --dourado: #C4956A;
  --dourado-dark: #A87B50;
  --preto: #2A2028;
  --cinza: #F0E6D9;
  --branco: #FFFFFF;
}

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

body {
  font-family: 'Nunito Sans', sans-serif;
  color: var(--preto);
  background: var(--creme-light);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

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

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

h1, h2, h3, h4 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: -0.01em;
  color: var(--plum);
}

/* --- Layout --- */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.section {
  padding: 104px 0;
}

.section__title {
  font-size: 2.75rem;
  margin-bottom: 18px;
  font-weight: 500;
}

.section__title--center {
  text-align: center;
}

.section__subtitle {
  font-size: 1.0625rem;
  color: rgba(42, 32, 40, 0.65);
  text-align: center;
  max-width: 620px;
  margin: 0 auto 56px;
  font-weight: 400;
}

/* --- Navigation --- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(61, 26, 53, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(247, 237, 226, 0.08);
  transition: box-shadow 0.3s;
}

.nav--scrolled {
  box-shadow: 0 2px 24px rgba(61, 26, 53, 0.2);
}

.nav__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 76px;
}

.nav__logo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--creme);
  letter-spacing: 0.02em;
}

.nav__menu {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
}

.nav__menu a {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--creme);
  opacity: 0.85;
  transition: opacity 0.2s, color 0.2s;
  letter-spacing: 0.02em;
}

.nav__menu a:hover {
  opacity: 1;
  color: var(--dourado);
}

.nav__cta {
  background: var(--dourado);
  color: var(--plum) !important;
  padding: 10px 24px;
  border-radius: 2px;
  font-weight: 600 !important;
  opacity: 1 !important;
  transition: background 0.2s !important;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem !important;
}

.nav__cta:hover {
  background: var(--dourado-dark) !important;
  color: var(--creme) !important;
}

.nav__toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
}

.nav__toggle span {
  width: 24px;
  height: 2px;
  background: var(--creme);
  border-radius: 2px;
  transition: transform 0.3s, opacity 0.3s;
}

/* --- Buttons --- */
.btn {
  display: inline-block;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  padding: 14px 34px;
  border-radius: 2px;
  border: none;
  cursor: pointer;
  transition: all 0.25s;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.btn--primary {
  background: var(--dourado);
  color: var(--plum);
}

.btn--primary:hover {
  background: var(--dourado-dark);
  color: var(--creme);
  transform: translateY(-1px);
}

.btn--secondary {
  background: transparent;
  color: var(--plum);
  border: 1.5px solid var(--plum);
}

.btn--secondary:hover {
  background: var(--plum);
  color: var(--creme);
}

.btn--whatsapp {
  background: #25D366;
  color: var(--branco);
}

.btn--whatsapp:hover {
  background: #1DA855;
  transform: translateY(-1px);
}

.btn--full {
  display: block;
  width: 100%;
}

/* --- Hero --- */
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 100vh;
  background: var(--plum);
}

.hero__text {
  display: flex;
  align-items: center;
  padding: 140px 56px 96px 56px;
  background: var(--plum);
}

.hero__text-inner {
  max-width: 540px;
  margin-left: auto;
  color: var(--creme);
}

.hero__image {
  position: relative;
  overflow: hidden;
}

.hero__photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero__title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 400;
  font-size: 3.5rem;
  line-height: 1.1;
  margin-bottom: 28px;
  color: var(--creme);
  letter-spacing: -0.01em;
}

.hero__title em {
  font-style: italic;
  color: var(--dourado);
  font-weight: 400;
}

.hero__subtitle {
  font-size: 1.0625rem;
  color: rgba(247, 237, 226, 0.8);
  margin-bottom: 44px;
  line-height: 1.75;
  max-width: 480px;
}

.hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero .btn--secondary {
  color: var(--creme);
  border-color: rgba(247, 237, 226, 0.4);
}

.hero .btn--secondary:hover {
  background: var(--creme);
  color: var(--plum);
  border-color: var(--creme);
}

/* --- Sobre --- */
.sobre {
  background: var(--creme-light);
}

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

.sobre__photo {
  width: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  border-radius: 2px;
}

.sobre__bio {
  font-size: 1.0625rem;
  margin-bottom: 36px;
  line-height: 1.85;
  color: rgba(42, 32, 40, 0.85);
}

.sobre__bio strong {
  color: var(--plum);
  font-weight: 700;
}

.sobre__diferenciais {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 40px;
}

.diferencial {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 0.95rem;
  color: var(--preto);
}

.diferencial__icon {
  width: 30px;
  height: 30px;
  background: var(--dourado);
  color: var(--plum);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  flex-shrink: 0;
  font-weight: 700;
}

/* --- Cards (Reiki, Cursos) --- */
.reiki {
  background: var(--creme);
}

.cards {
  display: grid;
  gap: 28px;
}

.cards--3 {
  grid-template-columns: repeat(3, 1fr);
}

.cards--2 {
  grid-template-columns: repeat(2, 1fr);
  max-width: 820px;
  margin: 0 auto;
}

.cards--solo {
  grid-template-columns: 1fr;
  max-width: 420px;
  margin: 0 auto;
}

.card {
  background: var(--creme-light);
  border-radius: 2px;
  padding: 44px 34px;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(61, 26, 53, 0.08);
  transition: border-color 0.3s, transform 0.3s, box-shadow 0.3s;
}

.card:hover {
  transform: translateY(-4px);
  border-color: var(--dourado);
  box-shadow: 0 16px 40px rgba(61, 26, 53, 0.12);
}

.card--featured {
  border-color: var(--dourado);
  border-width: 2px;
  position: relative;
}

.card__badge {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: var(--dourado);
  margin-bottom: 18px;
}

.card__title {
  font-size: 1.75rem;
  margin-bottom: 18px;
  font-weight: 500;
  color: var(--plum);
}

.card__description {
  color: rgba(42, 32, 40, 0.7);
  margin-bottom: 34px;
  flex-grow: 1;
  line-height: 1.75;
  font-size: 0.95rem;
}

.card__price {
  margin-bottom: 26px;
}

.card__price-value {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 2.25rem;
  color: var(--plum);
}

/* --- Tarot --- */
.tarot {
  background: var(--creme-light);
}

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

.tarot__description {
  font-size: 1.0625rem;
  color: rgba(42, 32, 40, 0.8);
  margin-bottom: 44px;
  line-height: 1.85;
}

.tarot__steps {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-bottom: 44px;
}

.tarot__step {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.tarot__step-number {
  width: 44px;
  height: 44px;
  background: var(--plum);
  color: var(--creme);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.15rem;
  flex-shrink: 0;
}

.tarot__step strong {
  color: var(--plum);
  font-weight: 600;
  font-size: 1.05rem;
  display: block;
  margin-bottom: 4px;
}

.tarot__step p {
  color: rgba(42, 32, 40, 0.7);
  font-size: 0.95rem;
}

.tarot__price {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 36px;
  padding: 26px;
  background: var(--creme);
  border-radius: 2px;
  border-left: 3px solid var(--dourado);
}

.tarot__price-label {
  font-size: 0.9rem;
  color: rgba(42, 32, 40, 0.7);
}

.tarot__price-value {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 2.25rem;
  color: var(--plum);
}

.tarot__photo {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 2px;
}

/* --- Produtos --- */
.produtos {
  background: var(--creme);
}

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

.product {
  background: var(--creme-light);
  border-radius: 2px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  display: block;
  border: 1px solid rgba(61, 26, 53, 0.08);
}

.product:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 40px rgba(61, 26, 53, 0.12);
  border-color: var(--dourado);
}

.product__cover {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: top;
}

.product__info {
  padding: 28px;
}

.product__title {
  font-size: 1.25rem;
  margin-bottom: 10px;
  color: var(--plum);
  font-weight: 500;
}

.product__description {
  font-size: 0.9rem;
  color: rgba(42, 32, 40, 0.7);
  margin-bottom: 18px;
  line-height: 1.65;
}

.product__price {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: var(--dourado-dark);
}

/* --- Cursos --- */
.cursos {
  background: var(--creme-light);
}

/* --- Depoimentos --- */
.depoimentos {
  background: var(--plum);
}

.depoimentos .section__title,
.depoimentos .section__subtitle {
  color: var(--creme);
}

.depoimentos .section__subtitle {
  color: rgba(247, 237, 226, 0.75);
}

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

.testimonial {
  background: rgba(247, 237, 226, 0.06);
  border: 1px solid rgba(247, 237, 226, 0.15);
  border-radius: 2px;
  padding: 36px;
}

.testimonial__text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--creme);
  margin-bottom: 20px;
  font-style: italic;
  opacity: 0.95;
}

.testimonial__author {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: var(--dourado);
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

/* --- Podcast --- */
.podcast {
  background: var(--creme-light);
}

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

.podcast__description {
  font-size: 1.0625rem;
  color: rgba(42, 32, 40, 0.8);
  line-height: 1.85;
  margin-bottom: 20px;
}

.podcast__cta-text {
  color: rgba(42, 32, 40, 0.55);
  font-size: 0.95rem;
  margin-bottom: 28px;
}

.podcast__btn {
  background: #1DB954;
  color: var(--branco);
}

.podcast__btn:hover {
  background: #169b46;
  color: var(--branco);
}

.podcast__photo {
  width: 100%;
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: 2px;
}

/* --- Agendamento --- */
.agendamento {
  background: var(--creme);
}

.booking {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.booking__options {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
  margin-bottom: 36px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.booking__card {
  background: var(--creme-light);
  border-radius: 2px;
  padding: 38px 28px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  border: 1px solid rgba(61, 26, 53, 0.1);
  transition: border-color 0.3s, transform 0.3s;
}

.booking__card:hover {
  border-color: var(--dourado);
  transform: translateY(-2px);
}

.booking__card h3 {
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--plum);
}

.booking__card p {
  color: rgba(42, 32, 40, 0.7);
  font-size: 0.95rem;
  flex-grow: 1;
}

.booking__price {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: 1.75rem;
  color: var(--dourado-dark);
}

.booking__note {
  color: rgba(42, 32, 40, 0.55);
  font-size: 0.9rem;
  margin-top: 12px;
}

@media (max-width: 768px) {
  .booking__options {
    grid-template-columns: 1fr;
  }
}

/* --- Newsletter --- */
.newsletter {
  background: var(--plum);
  color: var(--creme);
}

.newsletter .section__title {
  color: var(--creme);
}

.newsletter .section__subtitle {
  color: rgba(247, 237, 226, 0.75);
}

.newsletter__content {
  text-align: center;
}

.newsletter__actions {
  display: flex;
  justify-content: center;
  max-width: 500px;
  margin: 0 auto;
}

/* --- Floating WhatsApp --- */
.whatsapp-float {
  position: fixed;
  bottom: 28px;
  right: 28px;
  width: 60px;
  height: 60px;
  background: #25D366;
  color: var(--branco);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.4);
  z-index: 999;
  transition: transform 0.2s, box-shadow 0.2s;
}

.whatsapp-float:hover {
  transform: scale(1.08);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.55);
}

.whatsapp-float svg {
  width: 32px;
  height: 32px;
}

/* --- Footer --- */
.footer {
  background: var(--plum-dark);
  color: rgba(247, 237, 226, 0.7);
  padding: 72px 0 36px;
}

.footer__grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 56px;
  margin-bottom: 56px;
}

.footer__logo {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: var(--creme);
  display: block;
  margin-bottom: 14px;
  letter-spacing: 0.02em;
}

.footer__tagline {
  font-size: 0.95rem;
  font-style: italic;
  color: rgba(247, 237, 226, 0.6);
}

.footer__links h4,
.footer__social h4 {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--dourado);
  margin-bottom: 20px;
  font-weight: 600;
}

.footer__links a,
.footer__social a {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 12px;
  transition: color 0.2s;
  color: rgba(247, 237, 226, 0.7);
}

.footer__links a:hover,
.footer__social a:hover {
  color: var(--dourado);
}

.footer__bottom {
  border-top: 1px solid rgba(247, 237, 226, 0.1);
  padding-top: 28px;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(247, 237, 226, 0.5);
}

/* ========================================
   Responsive
   ======================================== */

@media (max-width: 1024px) {
  .cards--3 {
    grid-template-columns: repeat(2, 1fr);
  }
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .testimonials {
    grid-template-columns: 1fr;
    max-width: 600px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 72px 0;
  }

  .section__title {
    font-size: 2rem;
  }

  .nav__toggle {
    display: flex;
  }

  .nav__menu {
    position: fixed;
    top: 76px;
    left: 0;
    right: 0;
    background: var(--plum);
    flex-direction: column;
    padding: 28px;
    gap: 22px;
    border-bottom: 1px solid rgba(247, 237, 226, 0.08);
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s, opacity 0.3s;
  }

  .nav__menu.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: all;
  }

  .nav__cta {
    text-align: center;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero__text {
    padding: 120px 24px 80px;
    text-align: center;
  }

  .hero__text-inner {
    margin: 0 auto;
  }

  .hero__image {
    display: none;
  }

  .hero__title {
    font-size: 2.5rem;
  }

  .hero__subtitle {
    font-size: 1rem;
  }

  .sobre__grid,
  .tarot__grid,
  .podcast__grid {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .sobre__image,
  .tarot__image {
    order: -1;
  }

  .cards--3,
  .cards--2 {
    grid-template-columns: 1fr;
  }

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

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

  .footer__grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

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

  .whatsapp-float {
    width: 54px;
    height: 54px;
    bottom: 16px;
    right: 16px;
  }

  .whatsapp-float svg {
    width: 28px;
    height: 28px;
  }
}

/* --- Scroll Reveal --- */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 480px) {
  .hero__title {
    font-size: 2rem;
  }

  .hero__actions {
    flex-direction: column;
  }

  .hero__actions .btn {
    text-align: center;
  }

  .card {
    padding: 36px 26px;
  }

  .card__price-value {
    font-size: 1.9rem;
  }

  .section__title {
    font-size: 1.85rem;
  }
}
