:root {
  --bg: #f7f4f0;
  --bg-soft: #ebe5df;
  --text: #161616;
  --muted: #6f6863;
  --lilac: #9b7caf;
  --line: rgba(0,0,0,.12);
  --dark: #111111;
  --serif: "Playfair Display", serif;
  --sans: "Inter", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: var(--sans);
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

/* CURSOR */
.bio-cursor {
  position: fixed;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(155,124,175,.7);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  mix-blend-mode: multiply;
}

.bio-cursor::after {
  content: "";
  position: absolute;
  inset: 6px;
  border-radius: 50%;
  background: rgba(155,124,175,.35);
}

/* NAV */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 78px;
  z-index: 100;

  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(247,244,240,.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}

.nav-logo {
  display: none;
}

/* LOGO FIXA + TEXTO ANIMADO */
.brand-fixed{
    position:fixed;
    top:18px;
    left:50px;

    display:flex;
    align-items:center;
    gap:14px;

    z-index:9999;

    text-decoration:none;
    cursor:pointer;
}
.brand-fixed:hover{
    opacity:.85;
}

.brand-fixed span{
    color:#111;
    font-weight:700;
    text-decoration:none;
}

.brand-symbol {
  position: fixed;
  top: 7px;
  left: 34px;
  width: 72px;
  height: 72px;
  object-fit: contain;
  display: block;
  z-index: 9999;
}

.brand-fixed span {
  position: fixed;
  top: 135px;
  left: 8vw;

  font-size: 22px;
  font-weight: 800;
  color: #111;
  letter-spacing: -0.02em;
  white-space: nowrap;

  transition:
    top .9s cubic-bezier(.22,.61,.36,1),
    left .9s cubic-bezier(.22,.61,.36,1),
    font-size .9s cubic-bezier(.22,.61,.36,1);
}

body.scrolled .brand-fixed span {
  top: 25px;
  left: 106px;
  font-size: 21px;
}

/* LINKS CENTRALIZADOS */
.nav-links {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);

  display: flex;
  align-items: center;
  gap: 36px;

  font-size: 13px;
  z-index: 120;
}

.nav-links a {
  opacity: .86;
}

.nav-cta {
  position: absolute;
  right: 52px;

  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .08em;
  border: 1px solid var(--text);
  border-radius: 999px;
  padding: 11px 22px;
  z-index: 120;
}

/* HERO */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 120px 8vw 80px;
  background: #f7f4f0;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../img/hero-biocreat.png");
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  z-index: 0;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(247,244,240,.95) 0%,
    rgba(247,244,240,.82) 36%,
    rgba(247,244,240,.26) 68%,
    rgba(247,244,240,.04) 100%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 3;
  max-width: 720px;
  width: 48%;
  padding-top: 80px;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 28px;
  color: var(--lilac);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .22em;
  text-transform: uppercase;
}

h1, h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: -.05em;
}

h1 {
  font-size: clamp(56px, 7.2vw, 112px);
  line-height: .92;
  margin-bottom: 32px;
}

h2 {
  font-size: clamp(44px, 5.4vw, 86px);
  line-height: 1;
}

.hero-content p {
  max-width: 560px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 28px;
}

.hero-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.hero-benefits span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--muted);
  background: rgba(255,255,255,.68);
  font-size: 13px;
}

.btn-primary,
.btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: .35s ease;
}

.btn-primary {
  color: white;
  background: var(--lilac);
}

.btn-dark {
  background: var(--dark);
  color: white;
}

.btn-primary:hover,
.btn-dark:hover {
  transform: translateY(-3px) scale(1.02);
}

.hero small {
  display: block;
  margin-top: 22px;
  color: var(--muted);
}

/* SECTIONS */
section {
  position: relative;
}

.section-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: 1s ease;
}

.section-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

/* QUEBRA */
.truth-section {
  min-height: 78vh;
  padding: 120px 8vw;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 80px;
  align-items: center;
  background:
    linear-gradient(rgba(255,255,255,.78), rgba(255,255,255,.88)),
    url("../img/skin-live.webp");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.truth-right p {
  font-size: 22px;
  line-height: 1.7;
  color: var(--muted);
  margin-bottom: 24px;
}

.truth-right strong {
  font-size: 22px;
}

/* GOTA */
.drop-animation {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 520px;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
}

.water-drop {
  position: absolute;
  top: -90px;
  left: 50%;
  width: 42px;
  height: 64px;
  transform: translateX(-50%);
  opacity: 0;
  fill: rgba(185,148,207,.22);
  stroke: rgba(155,124,175,.85);
  stroke-width: 3;
}

.water-ripple {
  position: absolute;
  left: 50%;
  top: 390px;
  width: 100vw;
  height: 180px;
  transform: translateX(-50%);
}

.water-ripple span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 26px;
  border: 2px solid rgba(155,124,175,.26);
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(.2);
  opacity: 0;
}

.truth-section.visible .water-drop {
  animation: waterDropFall 2.2s cubic-bezier(.22,.61,.36,1) forwards;
}

.truth-section.visible .water-ripple span:nth-child(1) {
  animation: rippleOpen 1.7s ease 1.25s forwards;
}

.truth-section.visible .water-ripple span:nth-child(2) {
  animation: rippleOpen 1.9s ease 1.4s forwards;
}

.truth-section.visible .water-ripple span:nth-child(3) {
  animation: rippleOpen 2.1s ease 1.55s forwards;
}

@keyframes waterDropFall {
  0% { top: -90px; opacity: 0; }
  18% { opacity: 1; }
  72% { top: 335px; opacity: 1; }
  100% { top: 390px; opacity: 0; transform: translateX(-50%) scale(1.35,.32); }
}

@keyframes rippleOpen {
  0% { opacity: 0; transform: translate(-50%, -50%) scale(.2); }
  18% { opacity: 1; }
  100% { opacity: 0; transform: translate(-50%, -50%) scale(18); }
}

/* CÉLULA */
.cell-section {
  min-height: 78vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding: 120px 8vw;
  background: linear-gradient(90deg, #fff 0%, #f1e8f5 100%);
  overflow: hidden;
}

.cell-copy p {
  margin-top: 24px;
  font-size: 24px;
  color: var(--muted);
}

.cell-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.energy-cell {
  position: relative;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(155,124,175,.5), rgba(255,255,255,.4) 45%, transparent 70%);
  box-shadow: 0 0 90px rgba(155,124,175,.35);
  animation: cellPulse 4s ease-in-out infinite;
}

.energy-cell span {
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(155,124,175,.35);
  border-radius: 50%;
  animation: orbit 8s linear infinite;
}

.energy-cell span:nth-child(2) {
  inset: 55px;
  animation-duration: 6s;
  animation-direction: reverse;
}

.energy-cell span:nth-child(3) {
  inset: 90px;
  animation-duration: 10s;
}

.cell-core {
  position: absolute;
  inset: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, #8e54b8, #f4e8fb);
  box-shadow: 0 0 60px rgba(142,84,184,.7);
}

@keyframes orbit {
  to { transform: rotate(360deg); }
}

@keyframes cellPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.035); }
}

/* TEXTURA */
.texture-section {
  min-height: 70vh;
  padding: 120px 8vw;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
  background: var(--bg-soft);
}

.texture-copy p {
  margin-top: 22px;
  font-size: 20px;
  line-height: 1.7;
  color: var(--muted);
}

.texture-image {
  min-height: 420px;
  background-image: url("../img/cream-texture.webp");
  background-size: cover;
  background-position: center;
  box-shadow: 0 30px 80px rgba(0,0,0,.10);
}

/* OFERTA */
.offer-section {
  min-height: 90vh;
  padding: 120px 8vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  background: #fbfaf8;
  overflow: hidden;
}

.offer-copy p {
  margin: 24px 0 40px;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.7;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 220px));
  gap: 20px;
  margin-bottom: 40px;
}

.price-card {
  border: 1px solid var(--line);
  padding: 28px;
  background: rgba(255,255,255,.55);
}

.price-card span {
  display: block;
  font-weight: 700;
  margin-bottom: 14px;
}

.price-card strong {
  font-family: var(--serif);
  font-size: 44px;
  font-weight: 400;
}

.price-card p {
  margin: 12px 0 0;
  font-size: 14px;
}

.offer-product {
  display: flex;
  justify-content: center;
  align-items: center;
  perspective: 1000px;
}

.offer-product img {
  max-width: 420px;
  width: 80%;
  filter: drop-shadow(0 36px 60px rgba(0,0,0,.16));
  transition: 1s cubic-bezier(.22,.61,.36,1);
}

.offer-product:hover img {
  transform: translateY(-18px) scale(1.08) rotate(-2deg);
}

/* MOBILE */
@media(max-width: 900px) {
  .bio-cursor {
    display: none;
  }

  .nav {
    height: 68px;
  }

  .brand-symbol {
    top: 8px;
    left: 16px;
    width: 54px;
    height: 54px;
  }

  .brand-fixed span {
    top: 105px;
    left: 24px;
    font-size: 20px;
  }

  body.scrolled .brand-fixed span {
    top: 22px;
    left: 72px;
    font-size: 18px;
  }

  .nav-links {
    display: none;
  }

  .nav-cta {
    right: 18px;
    font-size: 10px;
    padding: 9px 14px;
  }

  .hero {
    min-height: 100vh;
    padding: 120px 24px 70px;
    align-items: flex-start;
  }

  .hero-bg {
    background-size: cover;
    background-position: center right;
  }

  .hero-overlay {
    background: rgba(247,244,240,.82);
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
    padding-top: 70px;
  }

  h1 {
    font-size: 54px;
  }

  h2 {
    font-size: 46px;
  }

  .truth-section,
  .cell-section,
  .texture-section,
  .offer-section {
    grid-template-columns: 1fr;
    padding: 90px 24px;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }
}
/* ============================= */
/* PÁGINA — O MÉTODO */
/* ============================= */

.method-page .brand-fixed span {
  top: 24px;
  left: 106px;
  font-size: 21px;
}

.method-hero {
  min-height: 100vh;
  padding: 160px 8vw 100px;

  display: flex;
  align-items: center;

  background:
    radial-gradient(circle at 78% 36%, rgba(155,124,175,.18), transparent 32%),
    linear-gradient(90deg, #f7f4f0 0%, #f1e8f5 100%);
}

.method-copy {
  max-width: 880px;
}

.method-copy h1 {
  font-size: clamp(68px, 8vw, 128px);
  line-height: .9;
  margin-bottom: 32px;
}

.method-copy p {
  max-width: 680px;
  font-size: 21px;
  line-height: 1.7;
  color: var(--muted);
}

.method-section {
  min-height: 72vh;
  padding: 120px 8vw;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;

  background: #fbfaf8;
}

.method-section.soft {
  background: var(--bg-soft);
}

.method-section p {
  font-size: 22px;
  line-height: 1.7;
  color: var(--muted);
}

.method-grid {
  padding: 120px 8vw;

  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;

  background: #fff;
}

.method-card {
  min-height: 230px;
  padding: 32px;

  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);

  transition: .35s ease;
}

.method-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 28px 70px rgba(0,0,0,.08);
}

.method-card span {
  display: block;
  margin-bottom: 18px;

  font-weight: 800;
  color: var(--text);
}

.method-card p {
  color: var(--muted);
  line-height: 1.6;
}

.method-final {
  min-height: 82vh;
  padding: 120px 8vw;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;

  background:
    radial-gradient(circle at 65% 50%, rgba(155,124,175,.16), transparent 32%),
    #f7f4f0;
}

.method-final h2 {
  margin-bottom: 38px;
}

/* MOBILE — MÉTODO */

@media(max-width: 900px) {
  .method-hero,
  .method-section,
  .method-grid,
  .method-final {
    padding: 110px 24px;
  }

  .method-section {
    grid-template-columns: 1fr;
  }

  .method-grid {
    grid-template-columns: 1fr;
  }

  .method-copy h1 {
    font-size: 56px;
  }
}
/* ============================= */
/* PÁGINA — O PRODUTO */
/* ============================= */

.product-page .brand-fixed span {
  top: 24px;
  left: 106px;
  font-size: 21px;
}

.product-hero {
  min-height: 100vh;
  padding: 150px 8vw 100px;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;

  background:
    radial-gradient(circle at 74% 42%, rgba(155,124,175,.18), transparent 34%),
    linear-gradient(90deg, #f7f4f0 0%, #fbfaf8 100%);
}

.product-copy {
  max-width: 760px;
}

.product-copy h1 {
  font-size: clamp(60px, 7vw, 112px);
  line-height: .92;
  margin-bottom: 30px;
}

.product-copy p {
  max-width: 580px;
  margin-bottom: 34px;
  font-size: 20px;
  line-height: 1.7;
  color: var(--muted);
}

.product-visual {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-visual img {
  width: min(480px, 82%);
  filter: drop-shadow(0 42px 70px rgba(0,0,0,.16));
  transition: 1s cubic-bezier(.22,.61,.36,1);
}

.product-visual:hover img {
  transform: translateY(-18px) scale(1.04);
}

.product-details {
  min-height: 85vh;
  padding: 120px 8vw;

  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: start;

  background: #fff;
}

.detail-list {
  display: grid;
  gap: 28px;
}

.detail-list div {
  padding-bottom: 28px;
  border-bottom: 1px solid var(--line);
}

.detail-list strong {
  display: block;
  margin-bottom: 10px;

  font-size: 20px;
  color: var(--text);
}

.detail-list p {
  font-size: 18px;
  line-height: 1.7;
  color: var(--muted);
}

.product-texture {
  min-height: 78vh;
  padding: 120px 8vw;

  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: center;

  background: var(--bg-soft);
}

.product-texture .texture-image {
  min-height: 460px;
}

.buy-section {
  min-height: 90vh;
  padding: 120px 8vw;

  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 80px;
  align-items: center;

  background:
    radial-gradient(circle at 70% 40%, rgba(155,124,175,.13), transparent 34%),
    #fbfaf8;
}

.buy-copy p {
  margin-top: 24px;
  font-size: 19px;
  line-height: 1.7;
  color: var(--muted);
}

.buy-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.buy-card {
  min-height: 340px;
  padding: 38px;

  display: flex;
  flex-direction: column;
  justify-content: space-between;

  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);

  transition: .35s ease;
}

.buy-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 80px rgba(0,0,0,.08);
}

.buy-card.featured {
  background:
    linear-gradient(180deg, rgba(155,124,175,.13), rgba(255,255,255,.82));
  border-color: rgba(155,124,175,.34);
}

.buy-card span {
  font-weight: 800;
  font-size: 18px;
}

.buy-card strong {
  font-family: var(--serif);
  font-size: 58px;
  font-weight: 400;
}

.buy-card p {
  color: var(--muted);
  line-height: 1.6;
}

@media(max-width: 900px) {
  .product-hero,
  .product-details,
  .product-texture,
  .buy-section {
    grid-template-columns: 1fr;
    padding: 110px 24px;
  }

  .buy-grid {
    grid-template-columns: 1fr;
  }

  .product-copy h1 {
    font-size: 54px;
  }
}
/* ============================= */
/* CORREÇÃO — PÁGINA RESULTADOS */
/* ============================= */

.results-page .brand-fixed span {
  top: 24px;
  left: 106px;
  font-size: 21px;
}

.results-hero {
  min-height: 100vh;
  padding: 160px 8vw 100px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 78% 34%, rgba(155,124,175,.16), transparent 32%),
    linear-gradient(90deg, #f7f4f0 0%, #fbfaf8 100%);
}

.results-copy {
  max-width: 980px;
}

.results-copy h1 {
  font-size: clamp(64px, 7vw, 118px);
  line-height: .9;
  margin-bottom: 34px;
}

.results-copy p {
  max-width: 720px;
  font-size: 21px;
  line-height: 1.7;
  color: var(--muted);
}

.results-section {
  min-height: 72vh;
  padding: 120px 8vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  background: #fff;
}

.results-section p {
  font-size: 23px;
  line-height: 1.7;
  color: var(--muted);
}

.results-grid {
  padding: 120px 8vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  background: var(--bg-soft);
}

.result-card {
  min-height: 260px;
  padding: 34px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,.72);
}

.result-card span {
  display: block;
  margin-bottom: 34px;
  color: var(--lilac);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
}

.result-card strong {
  display: block;
  margin-bottom: 16px;
  font-size: 20px;
}

.result-card p {
  color: var(--muted);
  line-height: 1.6;
}

.timeline-section {
  min-height: 85vh;
  padding: 120px 8vw;
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 90px;
  align-items: center;
  background:
    radial-gradient(circle at 70% 44%, rgba(155,124,175,.13), transparent 34%),
    #fbfaf8;
}

.timeline-list {
  display: grid;
  gap: 30px;
}

.timeline-list div {
  padding-bottom: 30px;
  border-bottom: 1px solid var(--line);
}

.timeline-list span {
  display: block;
  margin-bottom: 10px;
  color: var(--lilac);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.timeline-list p {
  font-size: 20px;
  line-height: 1.7;
  color: var(--muted);
}

.results-final {
  min-height: 82vh;
  padding: 120px 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background:
    radial-gradient(circle at 60% 50%, rgba(155,124,175,.16), transparent 32%),
    #f7f4f0;
}

.results-final p {
  margin: 22px 0 36px;
  font-size: 22px;
  color: var(--muted);
}
/* MEGA MENU — RESULTADOS */

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: center;
  height: 78px;
}

.nav-link-main {
  position: relative;
  z-index: 130;
}

.mega-menu {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%) translateY(10px);

  width: 520px;
  min-height: 310px;

  display: grid;
  grid-template-columns: 1fr 210px;

  background: rgba(255,255,255,.94);
  backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  box-shadow: 0 28px 80px rgba(0,0,0,.12);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transition: .35s ease;
  z-index: 999;
}

.nav-dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.mega-menu-links {
  padding: 28px 26px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mega-menu-links a {
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,.08);

  font-size: 15px;
  font-weight: 700;
  color: var(--text);

  transition: .25s ease;
}

.mega-menu-links a:hover {
  color: var(--lilac);
  padding-left: 8px;
}

.mega-menu-image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.mega-menu-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}