
@property --make-angle {
  syntax: '<angle>';
  initial-value: 120deg;
  inherits: false;
}

:root {
  --black: #111111;
  --black-2: #070707;
  --graphite: #181313;
  --rose: #D8B0BC;
  --rose-deep: #C48D9C;
  --blush: #E7CDD4;
  --blush-2: #F5E5EA;
  --cream: #FFF8F8;
  --white-soft: #F4EEF0;
  --text: #22191C;
  --muted: #7B6A70;
  --border: rgba(255, 248, 248, .18);
  --font-title: 'Cormorant Garamond', serif;
  --font-body: 'Inter', sans-serif;
  --shadow: 0 28px 80px rgba(0,0,0,.28);
  --ease: cubic-bezier(.2,.8,.2,1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--font-body);
  background:
    radial-gradient(circle at 50% -8%, rgba(216,176,188,.28), transparent 34%),
    radial-gradient(circle at 8% 22%, rgba(196,141,156,.16), transparent 28%),
    linear-gradient(180deg, #151010 0%, #070707 54%, #100B0D 100%);
  color: var(--white-soft);
  overflow-x: hidden;
}
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; color: inherit; }

.page-grain {
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: .13;
  background-image:
    radial-gradient(circle at 10% 20%, rgba(255,255,255,.45) 0 1px, transparent 1px),
    radial-gradient(circle at 80% 70%, rgba(255,255,255,.22) 0 1px, transparent 1px);
  background-size: 26px 26px, 33px 33px;
  mix-blend-mode: overlay;
}
.ambient-orb {
  position: fixed;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  filter: blur(32px);
  pointer-events: none;
  z-index: 1;
  opacity: .42;
}
.orb-a { top: -80px; left: -90px; background: rgba(216,176,188,.38); }
.orb-b { bottom: 12%; right: -120px; background: rgba(196,141,156,.28); }
.scroll-progress {
  position: fixed;
  left: 0;
  top: 0;
  width: 0%;
  height: 3px;
  z-index: 50;
  background: linear-gradient(90deg, var(--rose), #fff, var(--rose-deep));
  box-shadow: 0 0 22px rgba(216,176,188,.45);
}

.bio-shell {
  position: relative;
  z-index: 4;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 18px 14px 28px;
}
.hero-card,
.trust-panel,
.path-section,
.bio-footer {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  background: rgba(17, 17, 17, .68);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}
.hero-card {
  min-height: calc(100svh - 36px);
  border-radius: 34px;
  padding: clamp(28px, 7vw, 72px) clamp(18px, 5vw, 62px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  isolation: isolate;
}
.hero-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.62) 64%, rgba(0,0,0,.86)),
    radial-gradient(circle at 70% 6%, rgba(216,176,188,.26), transparent 34%);
  z-index: -1;
}
.hero-card::after,
.trust-panel::after,
.path-section::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,.05) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.22), transparent 70%);
  opacity: .38;
}
.hero-art {
  position: absolute;
  inset: 0;
  z-index: -2;
  transform: scale(1.04);
}
.hero-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.82) contrast(.9) brightness(.54);
}
.brand-lockup {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 16px;
  align-items: center;
  max-width: 770px;
}
.avatar-ring {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  padding: 3px;
  background: conic-gradient(from 180deg, var(--rose), #fff, var(--rose-deep), var(--rose));
  box-shadow: 0 0 28px rgba(216,176,188,.22);
}
.avatar-ring img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 15%;
  border-radius: inherit;
  border: 3px solid #111;
}
.eyebrow,
.section-label,
.decision-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: .72rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255,255,255,.74);
}
.section-label { color: var(--rose); margin-bottom: 14px; }
.eyebrow::before,
.section-label::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--rose);
  box-shadow: 0 0 15px var(--rose);
}
h1, h2, h3 {
  font-family: var(--font-title);
  letter-spacing: -.035em;
  margin: 0;
}
h1 {
  max-width: 720px;
  margin-top: 8px;
  font-size: clamp(3.18rem, 13vw, 7rem);
  line-height: .82;
}
h2 {
  font-size: clamp(2.3rem, 8vw, 4.8rem);
  line-height: .88;
}
h3 {
  font-size: 1.42rem;
  line-height: 1;
}
p {
  color: rgba(255,255,255,.72);
  line-height: 1.72;
  margin: 0;
}
.hero-text {
  max-width: 640px;
  margin-top: 18px;
  font-size: clamp(1rem, 3.5vw, 1.16rem);
}
.decision-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 28px;
}
.decision-card,
.quick-btn,
.modal-cta {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 24px;
  background: rgba(255,255,255,.06);
  transition: transform .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease);
}
.decision-card {
  min-height: 154px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}
.decision-card::after,
.quick-btn::after,
.modal-cta::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,.16), transparent);
  transform: translateX(-120%);
  transition: transform .7s var(--ease);
}
.decision-card:hover,
.quick-btn:hover,
.modal-cta:hover { transform: translateY(-3px); border-color: rgba(255,255,255,.36); }
.decision-card:hover::after,
.quick-btn:hover::after,
.modal-cta:hover::after { transform: translateX(120%); }
.decision-card strong {
  font-size: clamp(1.16rem, 5vw, 1.55rem);
  line-height: 1.05;
}
.decision-card small {
  color: rgba(255,255,255,.7);
  line-height: 1.55;
}
.decision-card b {
  color: #fff;
  font-size: .9rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.decision-card.primary {
  background: linear-gradient(145deg, rgba(216,176,188,.22), rgba(255,255,255,.055));
}
.decision-card.whatsapp {
  background: linear-gradient(145deg, rgba(255,255,255,.10), rgba(196,141,156,.13));
}
.quick-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 12px;
}
.quick-btn {
  width: 100%;
  min-height: 62px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: rgba(255,255,255,.9);
  cursor: pointer;
  text-align: left;
}
.quick-btn span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(255,255,255,.1);
  color: var(--rose);
  flex: 0 0 auto;
}

.trust-panel,
.path-section {
  margin-top: 14px;
  border-radius: 30px;
  padding: 26px 18px;
}
.trust-panel {
  display: grid;
  gap: 24px;
  background:
    radial-gradient(circle at 8% 0%, rgba(216,176,188,.24), transparent 38%),
    rgba(255,248,248,.055);
}
.panel-copy p { margin-top: 14px; }
.proof-stack {
  position: relative;
  min-height: 300px;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.12);
}
.proof-stack::after {
  content: 'resultado real';
  position: absolute;
  left: 18px;
  bottom: 16px;
  color: rgba(255,255,255,.7);
  font-size: .66rem;
  text-transform: uppercase;
  letter-spacing: .18em;
  z-index: 2;
}
.proof-img {
  position: absolute;
  width: 58%;
  height: 68%;
  object-fit: cover;
  border-radius: 22px;
  box-shadow: 0 24px 60px rgba(0,0,0,.35);
  border: 1px solid rgba(255,255,255,.2);
}
.img-a { top: 18px; left: 18px; object-position: center; }
.img-b { right: 18px; bottom: 18px; object-position: center 12%; }
.path-section {
  background: linear-gradient(180deg, rgba(255,248,248,.09), rgba(255,248,248,.035));
}
.path-list {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}
.path-list article {
  padding: 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.055);
  border: 1px solid rgba(255,255,255,.11);
}
.path-list span {
  display: inline-flex;
  font-weight: 900;
  color: var(--rose);
  margin-bottom: 12px;
}
.path-list p { margin-top: 8px; font-size: .96rem; }
.bio-footer {
  margin-top: 14px;
  border-radius: 28px;
  padding: 20px;
  text-align: center;
  background: rgba(255,248,248,.05);
}
.bio-footer p { font-size: .86rem; margin-bottom: 8px; color: rgba(255,255,255,.62); }
.bio-footer a { font-size: .82rem; color: rgba(255,255,255,.64); }
.bio-footer strong { color: rgba(255,255,255,.92); letter-spacing: .08em; }

.modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: none;
  place-items: center;
  padding: 16px;
}
.modal.is-open { display: grid; }
.modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.72);
  backdrop-filter: blur(16px);
}
.modal-dialog {
  position: relative;
  width: min(100%, 740px);
  max-height: calc(100svh - 32px);
  overflow: auto;
  border-radius: 30px;
  padding: 24px;
  border: 1px solid rgba(255,255,255,.17);
  background:
    radial-gradient(circle at 10% 0%, rgba(216,176,188,.25), transparent 36%),
    linear-gradient(180deg, rgba(28,22,24,.98), rgba(8,8,8,.98));
  box-shadow: 0 32px 100px rgba(0,0,0,.48);
}
.modal-close {
  position: sticky;
  top: 0;
  float: right;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.08);
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1;
  z-index: 2;
}
.modal-gallery,
.feedback-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 22px 0 16px;
}
.modal-gallery img,
.feedback-grid img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 18px;
  border: 1px solid rgba(255,255,255,.12);
}
.feedback-grid img { height: 420px; object-fit: cover; object-position: top; }
.modal-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 58px;
  padding: 0 20px;
  background: var(--white-soft);
  color: #171112;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.reveal { opacity: 0; transform: translateY(18px); }
.delay-1 { transition-delay: .08s; }
.delay-2 { transition-delay: .16s; }
.delay-3 { transition-delay: .24s; }
.reveal.in-view { opacity: 1; transform: translateY(0); transition: opacity .7s var(--ease), transform .7s var(--ease); }

@media (min-width: 760px) {
  .bio-shell { padding: 24px; }
  .hero-card { border-radius: 46px; min-height: 760px; }
  .brand-lockup { grid-template-columns: 92px 1fr; gap: 22px; }
  .avatar-ring { width: 92px; height: 92px; }
  .decision-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 850px; }
  .quick-actions { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 850px; }
  .trust-panel { grid-template-columns: 1fr .92fr; align-items: center; padding: 48px; border-radius: 38px; }
  .proof-stack { min-height: 420px; }
  .path-section { padding: 48px; border-radius: 38px; }
  .path-list { grid-template-columns: repeat(3, 1fr); }
  .modal-dialog { padding: 34px; }
}

@media (min-width: 1080px) {
  .hero-card { padding-left: 70px; }
  .hero-art { left: 45%; opacity: .88; }
  .hero-art::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, #080707 0%, rgba(0,0,0,.65) 26%, transparent 100%);
    z-index: 1;
  }
  .hero-art img { object-position: center; }
}

@media (max-width: 430px) {
  .hero-card { border-radius: 28px; padding: 24px 16px; min-height: calc(100svh - 28px); }
  .brand-lockup { grid-template-columns: 64px 1fr; gap: 12px; }
  .avatar-ring { width: 64px; height: 64px; }
  h1 { font-size: clamp(2.65rem, 15vw, 3.6rem); }
  h2 { font-size: 2.25rem; }
  .decision-card { min-height: 138px; padding: 18px; }
  .modal-gallery { grid-template-columns: 1fr 1fr; }
  .modal-gallery img { height: 168px; }
  .feedback-grid { grid-template-columns: 1fr; }
  .feedback-grid img { height: 430px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
  .reveal { opacity: 1; transform: none; }
}

/* Ajuste versão objetiva: Link Bio direto */
.hero-card.is-compact {
  min-height: calc(100svh - 36px);
}
@media (min-width: 760px) {
  .quick-actions { grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 850px; }
  .hero-card.is-compact { min-height: 720px; }
}
@media (min-width: 1080px) {
  .hero-card.is-compact { min-height: 700px; }
}

/* Destaque novo: botão Makes Para Todas */
.decision-card.make-feature {
  min-height: 196px;
  padding: 22px;
  isolation: isolate;
  border-color: rgba(216,176,188,.34);
  background:
    radial-gradient(circle at 14% 8%, rgba(255,248,248,.24), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(216,176,188,.28), transparent 34%),
    linear-gradient(145deg, rgba(216,176,188,.20), rgba(255,255,255,.07) 42%, rgba(196,141,156,.18));
  box-shadow:
    0 24px 78px rgba(0,0,0,.32),
    inset 0 1px 0 rgba(255,255,255,.12);
  transform-style: preserve-3d;
}

.decision-card.make-feature::before {
  content: '';
  position: absolute;
  inset: -2px;
  z-index: -2;
  border-radius: inherit;
  background: conic-gradient(from var(--make-angle, 120deg), transparent, rgba(216,176,188,.18), rgba(255,248,248,.36), rgba(196,141,156,.22), transparent 62%);
  opacity: .86;
  filter: blur(.2px);
  animation: make-border-spin 8s linear infinite;
}

.decision-card.make-feature::after {
  z-index: -1;
  background:
    linear-gradient(120deg, transparent, rgba(255,255,255,.20), transparent),
    radial-gradient(circle at var(--mx, 70%) var(--my, 30%), rgba(255,248,248,.20), transparent 32%);
}

.make-feature:hover,
.make-feature.is-curious {
  border-color: rgba(255,248,248,.42);
  background:
    radial-gradient(circle at 14% 8%, rgba(255,248,248,.28), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(216,176,188,.34), transparent 34%),
    linear-gradient(145deg, rgba(216,176,188,.24), rgba(255,255,255,.08) 42%, rgba(196,141,156,.22));
}

.make-glow {
  position: absolute;
  inset: auto -80px -110px auto;
  width: 230px;
  height: 230px;
  border-radius: 999px;
  background: rgba(216,176,188,.30);
  filter: blur(34px);
  opacity: .68;
  z-index: -3;
  animation: make-glow-float 5.5s var(--ease) infinite alternate;
}

.make-ribbon {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 3;
  padding: 7px 10px;
  border-radius: 999px;
  color: #171112;
  background: linear-gradient(135deg, #FFF8F8, #D8B0BC 58%, #F6D7B8);
  box-shadow: 0 12px 28px rgba(0,0,0,.22);
  font-size: .68rem;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.make-visual {
  position: absolute;
  right: 10px;
  top: 16px;
  width: min(44%, 220px);
  max-width: 230px;
  pointer-events: none;
  opacity: .92;
  transform: translateZ(24px);
}

.make-svg {
  width: 100%;
  height: auto;
  overflow: visible;
  filter: drop-shadow(0 16px 34px rgba(0,0,0,.28));
}

.make-lash,
.lash-hair {
  fill: none;
  stroke: url(#makeStroke);
  stroke-linecap: round;
  stroke-linejoin: round;
}

.make-lash {
  stroke-width: 4.3;
  stroke-dasharray: 260;
  stroke-dashoffset: 260;
  animation: make-draw 2.1s var(--ease) .2s forwards;
}

.lash-soft {
  stroke-width: 2.2;
  opacity: .48;
  animation-delay: .54s;
}

.lash-hair {
  stroke-width: 2.5;
  opacity: .92;
  stroke-dasharray: 70;
  stroke-dashoffset: 70;
  animation: make-draw 1.5s var(--ease) .65s forwards;
}

.h2 { animation-delay: .78s; }
.h3 { animation-delay: .9s; }
.h4 { animation-delay: 1.02s; }

.sparkle {
  fill: #FFF8F8;
  opacity: 0;
  transform-origin: center;
  animation: make-sparkle 3.2s ease-in-out infinite;
}

.s1 { animation-delay: .5s; }
.s2 { animation-delay: 1.15s; }
.s3 { animation-delay: 1.75s; }

.make-orb {
  opacity: .78;
  animation: make-orb-pulse 4.2s ease-in-out infinite;
}

.make-feature .decision-kicker,
.make-feature strong,
.make-feature small,
.make-feature b {
  position: relative;
  z-index: 4;
  max-width: 72%;
}

.make-feature strong {
  font-family: var(--font-title);
  font-size: clamp(1.75rem, 8vw, 3.25rem);
  letter-spacing: -.04em;
}

.make-feature small {
  color: rgba(255,255,255,.76);
}

.make-feature b {
  color: #FFF8F8;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.make-feature b::after {
  content: '';
  width: 36px;
  height: 1px;
  background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.75));
  transform-origin: left;
  animation: make-line 1.8s var(--ease) infinite alternate;
}

@keyframes make-border-spin {
  to { --make-angle: 480deg; }
}

@keyframes make-glow-float {
  from { transform: translate3d(0,0,0) scale(.96); opacity: .45; }
  to { transform: translate3d(-36px,-26px,0) scale(1.08); opacity: .76; }
}

@keyframes make-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes make-sparkle {
  0%, 100% { opacity: 0; transform: scale(.55) rotate(0deg); }
  35% { opacity: .9; transform: scale(1) rotate(18deg); }
  58% { opacity: .18; transform: scale(.72) rotate(32deg); }
}

@keyframes make-orb-pulse {
  0%, 100% { transform: scale(.94); opacity: .48; }
  50% { transform: scale(1.08); opacity: .88; }
}

@keyframes make-line {
  from { transform: scaleX(.45); opacity: .42; }
  to { transform: scaleX(1); opacity: .95; }
}

@media (min-width: 760px) {
  .decision-card.make-feature {
    grid-column: 1 / -1;
    min-height: 180px;
  }

  .make-feature .decision-kicker,
  .make-feature strong,
  .make-feature small,
  .make-feature b {
    max-width: 58%;
  }

  .make-visual {
    right: 38px;
    top: 50%;
    width: 260px;
    transform: translateY(-50%) translateZ(24px);
  }
}

@media (min-width: 1080px) {
  .decision-card.make-feature {
    max-width: 850px;
  }
}

@media (max-width: 430px) {
  .decision-card.make-feature {
    min-height: 180px;
    padding: 18px;
  }

  .make-ribbon {
    top: 12px;
    right: 12px;
    font-size: .62rem;
  }

  .make-visual {
    width: 42%;
    right: 2px;
    top: 24px;
    opacity: .72;
  }

  .make-feature .decision-kicker,
  .make-feature strong,
  .make-feature small,
  .make-feature b {
    max-width: 78%;
  }

  .make-feature strong {
    font-size: 2.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .decision-card.make-feature::before,
  .make-glow,
  .make-lash,
  .lash-hair,
  .sparkle,
  .make-orb,
  .make-feature b::after {
    animation: none !important;
  }

  .make-lash,
  .lash-hair {
    stroke-dashoffset: 0;
  }

  .sparkle {
    opacity: .55;
  }
}

.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0;}
