/* =========================================================
   LP — HISTÓRIAS DOS ORIXÁS
========================================================= */

.product-page {
  background: #0c0907;
}


/* =========================================================
   CABEÇALHO
========================================================= */

.product-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(12, 9, 7, 0.96);
  border-bottom: 1px solid rgba(228, 194, 141, 0.18);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.product-header-inner {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.product-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.product-brand img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 50%;
  border: 1px solid rgba(228, 194, 141, 0.3);
}

.product-brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  font-size: 0.95rem;
  color: #f2e8d6;
}

.product-header-link {
  font-size: 0.82rem;
  font-weight: 800;
  color: #e4c28d;
}


/* =========================================================
   ELEMENTOS GERAIS
========================================================= */

.sales-section-label,
.sales-eyebrow {
  margin-bottom: 1rem;
  color: #c7964b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
}

.sales-narrow {
  max-width: 820px;
}

.sales-section-heading {
  max-width: 800px;
  margin-bottom: 2.5rem;
}

.sales-section-heading h2,
.sales-recognition h2,
.sales-product-content h2,
.sales-editorial h2,
.sales-offer h2,
.sales-faq h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 8vw, 4.6rem);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.sales-center {
  margin-inline: auto;
  text-align: center;
}

.sales-copy p {
  color: #5f5143;
  font-size: 1rem;
  line-height: 1.8;
}


/* =========================================================
   HERO
========================================================= */

.sales-hero {
  padding: 4rem 0;
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(183, 132, 61, 0.16),
      transparent 32%
    ),
    linear-gradient(
      180deg,
      #0c0907 0%,
      #120d09 100%
    );
}

.sales-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.75rem;
  align-items: center;
}

.sales-hero-content h1 {
  margin-bottom: 1.4rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 12vw, 6.2rem);
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.sales-hero-content h1 span {
  display: block;
  margin-top: 0.16em;
  color: #e4c28d;
}

.sales-lead {
  max-width: 680px;
  margin-bottom: 1.25rem;
  color: #b8aa97;
  font-size: 1.02rem;
  line-height: 1.75;
}

.sales-hero-orixas {
  margin-bottom: 1.8rem;
  color: #8f8171;
  font-size: 0.82rem;
  line-height: 1.7;
}

.sales-main-button {
  width: 100%;
}

.sales-microcopy {
  margin-top: 0.85rem;
  margin-bottom: 0;
  color: #7f7264;
  font-size: 0.78rem;
  text-align: center;
}

.sales-hero-visual {
  overflow: hidden;
  border-radius: 1.4rem;
  border: 1px solid rgba(228, 194, 141, 0.18);
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
}

.sales-hero-visual img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
}


/* =========================================================
   IDENTIFICAÇÃO
========================================================= */

.sales-recognition {
  padding: 4.5rem 0;
  background: #f2e8d6;
  color: #17120e;
}

.sales-recognition .sales-section-label {
  color: #8f652d;
}

.sales-recognition h2 {
  margin-bottom: 2rem;
}


/* =========================================================
   PERGUNTAS
========================================================= */

.sales-questions {
  padding: 4.5rem 0;
  background: #15100c;
}

.sales-questions h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.2rem, 8vw, 4.4rem);
  line-height: 1;
  letter-spacing: -0.045em;
}

.question-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.question-card {
  padding: 1.5rem;
  border: 1px solid rgba(228, 194, 141, 0.18);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.035),
      rgba(255, 255, 255, 0.015)
    );
}

.question-card span {
  display: block;
  margin-bottom: 1rem;
  color: #c7964b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
}

.question-card p {
  margin-bottom: 0;
  color: #d7c8b5;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.15rem;
  line-height: 1.45;
}


/* =========================================================
   PRODUTO
========================================================= */

.sales-product {
  padding: 4.5rem 0;
  background:
    linear-gradient(
      180deg,
      #0d0907 0%,
      #120d09 100%
    );
}

.sales-product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.75rem;
  align-items: center;
}

.sales-product-image {
  overflow: hidden;
  border-radius: 1.4rem;
  border: 1px solid rgba(228, 194, 141, 0.18);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.3);
}

.sales-product-image img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
}

.sales-product-content h2 {
  margin-bottom: 1.5rem;
}

.sales-product-content > p:not(.sales-section-label) {
  color: #aa9b89;
  line-height: 1.75;
}

.sales-benefits {
  margin-top: 2rem;
  border-top: 1px solid rgba(228, 194, 141, 0.18);
}

.sales-benefit {
  padding: 1.2rem 0;
  border-bottom: 1px solid rgba(228, 194, 141, 0.18);
}

.sales-benefit strong {
  display: block;
  margin-bottom: 0.25rem;
  color: #f2e8d6;
}

.sales-benefit span {
  color: #918273;
  font-size: 0.9rem;
  line-height: 1.6;
}


/* =========================================================
   CAPÍTULOS
========================================================= */

.sales-chapters {
  padding: 4.5rem 0;
  background: #f3e9d8;
  color: #17120e;
}

.sales-chapters .sales-section-label {
  color: #8f652d;
}

.sales-chapters h2 span {
  display: block;
  color: #7b5427;
}

.sales-orixas-grid {
  display: grid;
  grid-template-columns: 1fr;
  border-top: 1px solid rgba(23, 18, 14, 0.12);
  border-left: 1px solid rgba(23, 18, 14, 0.12);
}

.sales-orixas-grid article {
  min-height: 150px;
  padding: 1.3rem;
  border-right: 1px solid rgba(23, 18, 14, 0.12);
  border-bottom: 1px solid rgba(23, 18, 14, 0.12);
}

.sales-orixas-grid article > span {
  display: block;
  margin-bottom: 0.75rem;
  color: #a37232;
  font-size: 0.8rem;
  font-weight: 800;
}

.sales-orixas-grid strong {
  display: block;
  margin-bottom: 0.3rem;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
}

.sales-orixas-grid p {
  margin-bottom: 0;
  color: #69594a;
  font-size: 0.86rem;
  line-height: 1.5;
}


/* =========================================================
   POSICIONAMENTO EDITORIAL
========================================================= */

.sales-editorial {
  padding: 4.5rem 0;
  background: #e8dcc8;
  color: #17120e;
}

.sales-editorial .sales-section-label {
  color: #8f652d;
}

.sales-editorial h2 {
  margin-bottom: 2rem;
}


/* =========================================================
   OFERTA
========================================================= */

.sales-offer {
  padding: 4.5rem 0;
  background:
    radial-gradient(
      circle at 20% 20%,
      rgba(183, 132, 61, 0.15),
      transparent 30%
    ),
    #0c0907;
}

.sales-offer-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  padding: 1.6rem;
  border-radius: 1.4rem;
  border: 1px solid rgba(228, 194, 141, 0.22);
  background:
    linear-gradient(
      135deg,
      #18110c,
      #100b08
    );
}

.sales-offer-copy h2 {
  margin-bottom: 1rem;
}

.sales-offer-copy h2 span {
  display: block;
  color: #e4c28d;
}

.sales-offer-copy > p:last-child {
  margin-bottom: 0;
  color: #a99a88;
  line-height: 1.7;
}

.sales-price {
  padding: 1.4rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(228, 194, 141, 0.15);
}

.sales-price > span,
.sales-price small {
  display: block;
  color: #938575;
  font-size: 0.8rem;
}

.sales-price strong {
  display: block;
  margin: 0.25rem 0 0.35rem;
  color: #e4c28d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3rem;
  line-height: 1;
}

.sales-buy-button {
  width: 100%;
  margin-top: 1.25rem;
}

.sales-price p {
  margin: 0.85rem 0 0;
  color: #75695e;
  font-size: 0.75rem;
  text-align: center;
}


/* =========================================================
   FAQ
========================================================= */

.sales-faq {
  padding: 4.5rem 0;
  background: #f2e8d6;
  color: #17120e;
}

.sales-faq .sales-section-label {
  color: #8f652d;
}

.faq-list {
  border-top: 1px solid rgba(23, 18, 14, 0.14);
}

.faq-list details {
  border-bottom: 1px solid rgba(23, 18, 14, 0.14);
}

.faq-list summary {
  cursor: pointer;
  padding: 1.25rem 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.08rem;
  font-weight: 700;
}

.faq-list details p {
  margin-bottom: 1.25rem;
  color: #66584a;
  line-height: 1.7;
}


/* =========================================================
   RODAPÉ
========================================================= */

.sales-footer {
  padding: 2rem 0;
  background: #090604;
}

.sales-footer-inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.sales-footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
}

.sales-footer-brand img {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border-radius: 50%;
}

.sales-footer-brand span {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  color: #f2e8d6;
}

.sales-footer p {
  margin-bottom: 0;
  color: #786b5e;
  font-size: 0.78rem;
}


/* =========================================================
   TABLET
========================================================= */

@media (min-width: 700px) {

  .sales-main-button {
    width: auto;
  }

  .sales-microcopy {
    text-align: left;
  }

  .question-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sales-orixas-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .sales-offer-card {
    padding: 2.25rem;
  }

  .sales-footer-inner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 960px) {

  .product-header-inner {
    min-height: 80px;
  }

  .product-brand img {
    width: 50px;
    height: 50px;
  }

  .sales-hero {
    min-height: calc(100vh - 80px);
    display: flex;
    align-items: center;
    padding: 4rem 0;
  }

  .sales-hero-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 4.5rem;
  }

  .sales-hero-visual img {
    aspect-ratio: 3 / 2;
  }

  .sales-recognition,
  .sales-questions,
  .sales-product,
  .sales-chapters,
  .sales-editorial,
  .sales-offer,
  .sales-faq {
    padding: 6rem 0;
  }

  .sales-product-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 4.5rem;
  }

  .sales-product-image img {
    aspect-ratio: 3 / 2;
  }

  .sales-orixas-grid {
    grid-template-columns: repeat(5, 1fr);
  }

  .sales-offer-card {
    grid-template-columns: minmax(0, 1.25fr) minmax(280px, 0.75fr);
    align-items: center;
    gap: 3rem;
    padding: 3rem;
  }
}


/* =========================================================
   MOBILE PEQUENO
========================================================= */

@media (max-width: 560px) {

  .product-brand span {
    display: none;
  }

  .sales-hero {
    padding-top: 3rem;
  }

  .sales-hero-content h1 {
    font-size: clamp(2.9rem, 15vw, 4.5rem);
  }

  .sales-hero-orixas {
    font-size: 0.76rem;
  }

  .sales-offer-card {
    padding: 1.15rem;
  }

  .sales-price {
    padding: 1.15rem;
  }
}


/* =========================================================
   REDUÇÃO DE MOVIMENTO
========================================================= */

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
