.landing-estetica {
  --landing-bg: #fffdfd;
  --landing-surface: #ffffff;
  --landing-text: #221b4b;
  --landing-muted: #666381;
  --landing-primary: #9b58ff;
  --landing-primary-strong: #7f3df0;
  --landing-primary-soft: #f5eaff;
  --landing-border: rgba(231, 222, 246, 0.95);
  --landing-shadow: 0 18px 40px rgba(118, 75, 193, 0.10);
  background:
    radial-gradient(560px 260px at 100% 0%, rgba(200, 160, 255, 0.12), transparent 68%),
    radial-gradient(500px 240px at 0% 38%, rgba(255, 201, 228, 0.12), transparent 72%),
    var(--landing-bg);
}

.hero-section,
.pain-section,
.steps-section,
.features-section,
.offer-section,
.faq-section {
  padding: 24px 0;
}

.section-bridge {
  position: relative;
  padding: 4px 0 6px;
}

.section-bridge .landing-container {
  position: relative;
  z-index: 1;
}

.section-bridge-card,
.section-bridge-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
}

.section-bridge-card {
  min-height: 46px;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(249, 241, 255, 0.94));
  border: 1px solid rgba(223, 211, 244, 0.78);
  box-shadow: 0 14px 30px rgba(118, 75, 193, 0.08);
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}

.section-bridge-card::-webkit-scrollbar {
  display: none;
}

.section-bridge-card-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 236, 255, 0.96));
}

.section-bridge-pill,
.section-bridge-node {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  white-space: nowrap;
  flex: 0 0 auto;
}

.section-bridge-pill {
  background: rgba(245, 234, 255, 0.98);
  color: #8d59d1;
}

.section-bridge-line {
  width: 12px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(155, 88, 255, 0.18), rgba(155, 88, 255, 0.72), rgba(155, 88, 255, 0.18));
}

.section-bridge-node {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(223, 211, 244, 0.78);
  color: #a06adf;
  box-shadow: 0 12px 24px rgba(118, 75, 193, 0.06);
}

.section-bridge-node.is-active {
  background: linear-gradient(135deg, rgba(245, 234, 255, 0.98), rgba(255, 244, 252, 0.98));
  border-color: rgba(176, 108, 255, 0.54);
  color: #8a46fb;
}

.section-bridge-hero::before,
.section-bridge-steps::before,
.section-bridge-offer::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: min(100%, 520px);
  height: 100%;
  transform: translateX(-50%);
  pointer-events: none;
}

.section-bridge-hero::before {
  background: radial-gradient(circle at center, rgba(255, 214, 238, 0.18), rgba(255, 214, 238, 0) 72%);
}

.section-bridge-steps::before {
  background: radial-gradient(circle at center, rgba(205, 169, 255, 0.18), rgba(205, 169, 255, 0) 72%);
}

.section-bridge-offer::before {
  background: radial-gradient(circle at center, rgba(225, 196, 255, 0.16), rgba(225, 196, 255, 0) 72%);
}

.pain-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 250, 253, 0.98));
}

.steps-section {
  background: #fff;
}

.features-section {
  background:
    radial-gradient(520px 220px at 100% 0%, rgba(222, 196, 255, 0.18), transparent 64%),
    linear-gradient(180deg, #faf4ff 0%, #f7f0ff 100%);
  border-top: 1px solid rgba(231, 222, 246, 0.78);
  border-bottom: 1px solid rgba(231, 222, 246, 0.78);
  position: relative;
  overflow: hidden;
}

.features-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 120px;
  width: min(92vw, 420px);
  height: 320px;
  transform: translateX(-50%);
  border-radius: 42px;
  background: radial-gradient(circle at center, rgba(214, 182, 255, 0.34), rgba(214, 182, 255, 0.08) 58%, rgba(214, 182, 255, 0) 76%);
  pointer-events: none;
}

.landing-nichebar {
  position: fixed;
  top: 74px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 18;
  background: rgba(255, 253, 253, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(231, 222, 246, 0.78);
}

.landing-nichebar-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

.landing-nichebar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.landing-nichebar-kicker {
  display: block;
  color: #c74d8d;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

.landing-nichebar-head strong {
  display: block;
  font-size: 0.96rem;
  line-height: 1.15;
}

.landing-nichebar-button {
  min-height: 38px;
  padding: 0 15px;
  border: 0;
  border-radius: 999px;
  background: #f8e4f1;
  color: #c74d8d;
  font-weight: 800;
  font-size: 0.84rem;
  line-height: 1.05;
  cursor: pointer;
}

.landing-nicho-modal {
  background: rgba(33, 24, 66, 0.52);
}

.landing-nicho-modal.is-hidden {
  display: none;
}

.landing-nicho-modal-card {
  background: #fff;
  box-shadow: 0 28px 60px rgba(49, 30, 104, 0.24);
}

.landing-nicho-modal-card h2 {
  color: var(--landing-text);
}

.landing-nicho-modal-card > p {
  color: var(--landing-muted);
}

.landing-nicho-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 999px;
  background: #f3f4f8;
  font-size: 1.6rem;
  cursor: pointer;
}

.landing-nicho-grid {
  margin-top: 16px;
}

.landing-nicho-option {
  border: 1px solid rgba(221, 211, 241, 0.95);
  background: #fff;
  box-shadow: var(--landing-shadow);
}

.landing-nicho-option.is-active {
  border-color: rgba(155, 88, 255, 0.44);
  background: linear-gradient(135deg, rgba(245, 234, 255, 0.94), #fff);
}

.landing-nicho-emoji {
  background: var(--landing-primary-soft);
}

.hero-grid,
.offer-grid {
  display: grid;
  gap: 26px;
}

.features-head {
  max-width: 720px;
  margin: 0 auto 16px;
  text-align: center;
}

.features-head h2 {
  margin-top: 12px;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.04;
}

.features-head p {
  margin-top: 10px;
  color: var(--landing-muted);
  line-height: 1.55;
}

.features-showcase {
  position: relative;
  z-index: 1;
  margin: 0 auto 16px;
  padding: 10px 10px 0;
  border-radius: 36px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 237, 255, 0.9));
  border: 1px solid rgba(223, 211, 244, 0.92);
  box-shadow:
    0 24px 48px rgba(118, 75, 193, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.78);
  display: flex;
  justify-content: center;
}

.features-showcase-shell {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 8px 0 2px;
}

.features-showcase img {
  width: min(100%, 290px);
  display: block;
  filter: drop-shadow(0 22px 40px rgba(44, 28, 88, 0.18));
  transition: opacity 0.24s ease, transform 0.24s ease;
  animation: featuresPhoneFloat 6.8s ease-in-out infinite;
}

.features-showcase img.is-switching {
  opacity: 0.45;
  transform: scale(0.985);
}

.features-showcase-badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(223, 211, 244, 0.88);
  box-shadow: 0 12px 24px rgba(118, 75, 193, 0.10);
  color: #8a58cf;
  font-size: 0.72rem;
  font-weight: 800;
  backdrop-filter: blur(8px);
}

.features-showcase-badge-top {
  left: 4px;
  top: 8px;
}

.features-showcase-badge-middle {
  right: 0;
  bottom: 16%;
}

.hero-section {
  padding-top: 28px;
  scroll-margin-top: 140px;
  background:
    radial-gradient(520px 220px at 88% 24%, rgba(236, 205, 255, 0.22), transparent 62%),
    radial-gradient(280px 180px at 78% 70%, rgba(255, 223, 243, 0.18), transparent 64%);
  overflow: hidden;
}

.hero-copy h1 {
  margin-top: 14px;
  font-size: clamp(2.5rem, 9vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.04em;
}

.hero-copy h1 span {
  color: var(--landing-primary);
}

.hero-subtitle {
  margin-top: 16px;
  color: var(--landing-text);
  font-size: 1.08rem;
  line-height: 1.56;
  max-width: 470px;
}

.hero-points {
  margin: 18px 0 16px;
  list-style: none;
  display: grid;
  gap: 10px;
}

.hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--landing-text);
  font-weight: 600;
  font-size: 0.95rem;
}

.hero-points li::before {
  content: "●";
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: linear-gradient(135deg, #b066ff, #8a47fb);
  color: #ffffff;
  font-weight: 800;
  font-size: 0.72rem;
}

.hero-seals {
  margin-top: 12px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  color: var(--landing-muted);
  font-weight: 600;
  font-size: 0.82rem;
}

.hero-seals > .hero-seal-item {
  display: grid;
  justify-items: start;
  gap: 5px;
}

.hero-seals > .hero-seal-item .hero-seal-icon {
  width: 22px;
  height: 22px;
  display: block;
  filter: hue-rotate(285deg) saturate(1.35) brightness(1.02);
}

.hero-seals > .hero-seal-item > span:last-child {
  line-height: 1.24;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 360px;
  padding: 0 0 2px;
  margin-top: -4px;
}

.hero-glow {
  position: absolute;
  right: 50%;
  top: 54%;
  transform: translateY(-50%) translate(var(--glow-x, 0px), var(--glow-y, 0px)) scale(var(--glow-scale, 1));
  width: min(100%, 360px);
  height: 290px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(239, 208, 255, 0.88) 0%, rgba(245, 215, 255, 0.36) 56%, transparent 100%);
  filter: blur(1px);
  animation: heroGlowPulse 6.8s ease-in-out infinite;
  transition: transform 260ms ease-out;
  margin-right: -8px;
}

.hero-visual img {
  position: relative;
  z-index: 1;
  width: min(100%, 430px);
  filter: drop-shadow(0 28px 42px rgba(43, 24, 84, 0.20));
  transform: translate3d(var(--parallax-x, 0px), var(--parallax-y, 0px), 0) scale(var(--phone-scale, 1)) rotate(var(--parallax-rotate, 0deg));
  animation: heroPhoneEntrance 900ms cubic-bezier(0.2, 0.8, 0.2, 1), heroPhoneFloat 6.4s ease-in-out 900ms infinite;
  transition: transform 260ms ease-out;
  will-change: transform;
}

.hero-spark {
  position: absolute;
  z-index: 0;
  width: 16px;
  height: 16px;
}

.hero-spark::before,
.hero-spark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(197, 148, 255, 0.92);
  border-radius: 999px;
  transform: translate(-50%, -50%);
}

.hero-spark::before {
  width: 3px;
  height: 16px;
}

.hero-spark::after {
  width: 16px;
  height: 3px;
}

.hero-spark-one {
  right: 30px;
  top: 66px;
  animation: heroSparkTwinkle 4.6s ease-in-out infinite;
}

.hero-spark-two {
  left: 12px;
  bottom: 82px;
  animation: heroSparkTwinkle 5.2s ease-in-out 0.8s infinite;
}

@keyframes heroPhoneEntrance {
  from {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.92) rotate(-2deg);
  }
  to {
    opacity: 1;
    transform: translate3d(var(--parallax-x, 0px), var(--parallax-y, 0px), 0) scale(var(--phone-scale, 1)) rotate(var(--parallax-rotate, 0deg));
  }
}

@keyframes heroPhoneFloat {
  0%,
  100% {
    transform: translate3d(var(--parallax-x, 0px), calc(var(--parallax-y, 0px) + 0px), 0) scale(var(--phone-scale, 1)) rotate(var(--parallax-rotate, 0deg));
  }
  50% {
    transform: translate3d(var(--parallax-x, 0px), calc(var(--parallax-y, 0px) - 10px), 0) scale(calc(var(--phone-scale, 1) * 1.012)) rotate(calc(var(--parallax-rotate, 0deg) - 0.6deg));
  }
}

@keyframes heroGlowPulse {
  0%,
  100% {
    opacity: 0.88;
    filter: blur(1px);
  }
  50% {
    opacity: 1;
    filter: blur(2px);
  }
}

@keyframes heroSparkTwinkle {
  0%,
  100% {
    opacity: 0.5;
    transform: scale(0.92);
  }
  50% {
    opacity: 1;
    transform: scale(1.08);
  }
}

.pain-grid {
  display: grid;
  gap: 20px;
}

.pain-visual {
  display: none;
}

.pain-copy h2 {
  margin-top: 12px;
  font-size: clamp(1.9rem, 5.8vw, 3.1rem);
  line-height: 1.04;
}

.pain-chat-card {
  margin-top: 18px;
  padding: 18px 16px 16px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 247, 255, 0.98));
  border: 1px solid rgba(218, 204, 241, 0.9);
  box-shadow: 0 22px 44px rgba(98, 64, 168, 0.1);
}

.pain-bubbles {
  margin: 0;
  display: grid;
  gap: 8px;
}

.pain-chat-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(180deg, #f7fff9 0%, #ecfff2 100%);
  border: 1px solid rgba(182, 238, 203, 0.95);
  box-shadow: 0 14px 28px rgba(27, 197, 125, 0.08);
}

.pain-chat-icon img {
  width: 28px;
  height: 28px;
  display: block;
}

.pain-chat-icon-alert {
  position: relative;
  background: linear-gradient(180deg, #fff5f5 0%, #ffe7e7 100%);
  border: 1px solid rgba(255, 149, 149, 0.95);
  box-shadow: 0 14px 28px rgba(239, 68, 68, 0.12);
}

.pain-chat-icon-alert .pain-chat-icon-badge {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #dc2626;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  box-shadow: 0 10px 18px rgba(220, 38, 38, 0.28);
}

.pain-bubble {
  width: fit-content;
  max-width: 100%;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--landing-surface);
  border: 1px solid var(--landing-border);
  box-shadow: var(--landing-shadow);
  font-weight: 600;
  font-size: 0.92rem;
  position: relative;
  overflow: hidden;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.pain-bubble-text {
  display: inline-flex;
  align-items: center;
}

.pain-bubble-time {
  margin-left: 12px;
  color: #9aa2bd;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.pain-bubble:nth-child(2n) {
  justify-self: end;
}

.pain-bubbles .pain-bubble:nth-child(2) {
  justify-self: start;
  margin-left: 58px;
}

.pain-bubbles .pain-bubble:nth-child(3),
.pain-bubbles .pain-bubble:nth-child(5),
.pain-bubbles .pain-bubble:nth-child(7) {
  justify-self: end;
}

.pain-bubbles .pain-bubble:nth-child(4),
.pain-bubbles .pain-bubble:nth-child(6) {
  justify-self: start;
  margin-left: 92px;
}

.pain-bubble::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 20%, rgba(185, 115, 255, 0.95) 50%, rgba(255, 255, 255, 0) 80%);
  transform: translateX(-170%);
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.pain-bubble.is-reading {
  border-color: rgba(178, 113, 255, 0.55);
  box-shadow: 0 18px 34px rgba(131, 73, 217, 0.14);
  transform: translateY(-2px) scale(1.01);
}

.pain-bubble.is-reading::after {
  opacity: 1;
  animation: bubbleBorderSweep 1.45s ease;
}

.pain-bubble-typing {
  min-width: 82px;
  justify-self: start;
  margin-left: 124px;
}

.pain-typing-dots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pain-typing-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #a45cf6;
  opacity: 0.35;
  animation: beautyTypingPulse 1.4s ease-in-out infinite;
}

.pain-typing-dots span:nth-child(2) {
  animation-delay: 0.18s;
}

.pain-typing-dots span:nth-child(3) {
  animation-delay: 0.36s;
}

@keyframes bubbleBorderSweep {
  0% {
    transform: translateX(-170%);
  }
  100% {
    transform: translateX(170%);
  }
}

@keyframes beautyTypingPulse {
  0%,
  80%,
  100% {
    opacity: 0.28;
    transform: translateY(0) scale(0.92);
  }

  40% {
    opacity: 1;
    transform: translateY(-1px) scale(1);
  }
}

.pain-summary {
  margin-top: 14px;
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(247, 237, 255, 0.96));
  border: 1px solid var(--landing-border);
  box-shadow: var(--landing-shadow);
}

.pain-summary strong {
  display: block;
  font-size: 1.3rem;
  line-height: 1.12;
  margin-bottom: 8px;
}

.pain-summary p {
  color: var(--landing-muted);
  line-height: 1.65;
}

.pain-visual-card {
  padding: 18px 18px 8px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(223, 211, 244, 0.92);
  box-shadow: 0 20px 42px rgba(118, 75, 193, 0.10);
}

.pain-visual-card img {
  width: min(100%, 320px);
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 20px 36px rgba(44, 28, 88, 0.14));
}

.steps-grid {
  display: grid;
  gap: 10px;
}

.steps-desktop-preview {
  display: none;
}

.steps-flow {
  position: relative;
  margin-top: 2px;
}

.steps-flow-line {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  width: 2px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(176, 108, 255, 0.24), rgba(216, 182, 255, 0.72), rgba(176, 108, 255, 0.14));
  pointer-events: none;
}

.step-card,
.feature-item,
.faq-item {
  padding: 18px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--landing-border);
  box-shadow: var(--landing-shadow);
}

.step-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transform: translateY(22px);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, opacity 480ms ease;
}

.step-card.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--step-index, 0) * 110ms);
}

.step-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1.5px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 18%, rgba(175, 110, 255, 0.95) 50%, rgba(255, 255, 255, 0) 82%);
  transform: translateX(-170%);
  opacity: 0;
  pointer-events: none;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

.step-card-trigger {
  width: 100%;
  padding: 14px 14px 13px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
  cursor: pointer;
}

.step-card-copy {
  flex: 1 1 auto;
}

.feature-item {
  position: relative;
  overflow: hidden;
  padding: 14px 14px 13px;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 280ms ease, box-shadow 280ms ease, border-color 280ms ease, opacity 480ms ease;
  cursor: pointer;
}

.feature-item::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(176, 108, 255, 0.08), rgba(176, 108, 255, 0.86), rgba(255, 179, 222, 0.22));
}

.feature-item.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition-delay: calc(var(--feature-index, 0) * 110ms);
}

.step-number {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--landing-primary-soft);
  color: var(--landing-primary-strong);
  font-weight: 800;
  margin-bottom: 8px;
  transition: transform 280ms ease, box-shadow 280ms ease, background 280ms ease, color 280ms ease;
}

.step-label-chip {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 8px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(245, 234, 255, 0.98);
  color: #a06adf;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.step-card strong,
.feature-item strong,
.faq-item strong {
  display: block;
  font-size: 1rem;
  line-height: 1.18;
  margin-bottom: 6px;
}

.step-card-toggle {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  color: #8b5bd3;
  font-size: 0.76rem;
  font-weight: 700;
}

.step-card-toggle-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(245, 234, 255, 0.98);
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.24s ease, background 0.24s ease, color 0.24s ease;
}

.step-card p,
.feature-item p,
.faq-answer p,
.gallery-copy p,
.offer-main p,
.offer-card p,
.offer-card small {
  color: var(--landing-muted);
  line-height: 1.55;
  font-size: 0.92rem;
}

.step-card.is-active-step {
  border-color: rgba(170, 116, 255, 0.5);
  box-shadow: 0 24px 42px rgba(128, 77, 215, 0.16);
  transform: translateY(-3px);
}

.step-card.is-active-step::after {
  opacity: 1;
  animation: stepBorderSweep 1.55s ease;
}

.step-card.is-active-step .step-number {
  background: linear-gradient(135deg, #b06cff, #8a46fb);
  color: #fff;
  box-shadow: 0 12px 24px rgba(138, 70, 251, 0.24);
  transform: scale(1.06);
}

.step-card-visual {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.34s ease;
}

.step-card-visual-inner {
  min-height: 0;
  overflow: hidden;
  display: grid;
  gap: 8px;
  padding: 0 14px 0 14px;
}

.step-card.is-open-step .step-card-visual {
  grid-template-rows: 1fr;
}

.step-card.is-open-step .step-card-visual-inner {
  padding: 0 14px 14px 14px;
}

.step-card.is-open-step .step-card-toggle-icon {
  transform: rotate(45deg);
  background: linear-gradient(135deg, #b06cff, #8a46fb);
  color: #fff;
}

.step-card-visual img {
  display: block;
  width: 100%;
  max-width: 220px;
  max-height: 170px;
  object-fit: cover;
  object-position: top center;
  height: auto;
  border-radius: 18px;
  border: 1px solid rgba(223, 211, 244, 0.94);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 34px rgba(44, 28, 88, 0.12);
  cursor: zoom-in;
}

.step-card-note {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  width: fit-content;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(245, 234, 255, 0.98);
  color: #8d5bd3;
  font-size: 0.72rem;
  font-weight: 700;
}

.feature-item.is-active-feature {
  border-color: rgba(170, 116, 255, 0.5);
  box-shadow: 0 24px 42px rgba(128, 77, 215, 0.14);
  transform: translateY(-2px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 241, 255, 0.96));
}

.feature-item.is-active-feature strong {
  color: #6f30d8;
}

.feature-item-preview {
  display: none;
}

.feature-item-preview img {
  width: 100%;
  max-width: 320px;
  display: block;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid rgba(223, 211, 244, 0.94);
  background: rgba(255, 255, 255, 0.82);
  filter: drop-shadow(0 18px 34px rgba(44, 28, 88, 0.16));
}

.step-image-modal {
  position: fixed;
  inset: 0;
  z-index: 60;
  display: grid;
  place-items: center;
  padding: 20px;
  background: rgba(28, 18, 58, 0.72);
}

.step-image-modal.is-hidden {
  display: none;
}

.step-image-modal-card {
  position: relative;
  width: min(92vw, 560px);
  max-height: 88vh;
  padding: 14px;
  border-radius: 26px;
  background: rgba(255, 252, 255, 0.98);
  box-shadow: 0 28px 70px rgba(38, 22, 82, 0.34);
}

.step-image-modal-card img {
  display: block;
  width: 100%;
  height: auto;
  max-height: calc(88vh - 28px);
  object-fit: contain;
  border-radius: 18px;
}

.step-image-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  color: #6f4eb5;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(79, 47, 143, 0.18);
}

@keyframes stepBorderSweep {
  0% {
    transform: translateX(-170%);
  }
  100% {
    transform: translateX(170%);
  }
}

.features-visual img,
.gallery-visual img {
  width: min(100%, 420px);
  display: block;
  margin: 18px auto 0;
  filter: drop-shadow(0 24px 42px rgba(44, 28, 88, 0.18));
}

.offer-main h2 {
  margin-top: 12px;
  font-size: clamp(2rem, 5vw, 3rem);
  line-height: 1.04;
}

.offer-main > p {
  color: #595574;
  font-size: 0.95rem;
  line-height: 1.58;
}

.features-list {
  position: relative;
  z-index: 1;
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.feature-item {
  min-height: 128px;
  border-radius: 24px;
}

.feature-item strong {
  font-size: 0.96rem;
  line-height: 1.12;
}

.feature-item p {
  color: #5c5877;
  font-size: 0.84rem;
  line-height: 1.45;
}

@keyframes featuresPhoneFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}

.offer-grid {
  align-items: start;
  gap: 18px;
}

.offer-main {
  padding: 20px;
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--landing-border);
  box-shadow: var(--landing-shadow);
  position: relative;
  overflow: hidden;
}

.offer-main::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgba(176, 108, 255, 0.16), rgba(176, 108, 255, 0.88), rgba(255, 164, 214, 0.28));
}

.offer-price-line {
  margin: 14px 0 14px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
}

.offer-price-line strong {
  font-size: clamp(2.4rem, 8vw, 4.5rem);
  line-height: 0.92;
}

.offer-price-line span {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--landing-muted);
}

.offer-benefits {
  list-style: none;
  display: grid;
  gap: 8px;
}

.offer-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--landing-text);
  font-weight: 600;
}

.offer-benefits li::before {
  content: "✓";
  color: var(--landing-primary);
  font-weight: 800;
}

.offer-card {
  padding: 20px;
  border-radius: 34px;
  background: linear-gradient(150deg, #ffffff 0%, #f6ebff 100%);
  border: 1px solid rgba(188, 159, 240, 0.42);
  box-shadow: 0 22px 48px rgba(115, 70, 201, 0.14);
  position: relative;
  overflow: hidden;
  margin-top: -2px;
}

.offer-card::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.offer-card .landing-button {
  margin: 14px 0 10px;
}

.offer-main + .offer-card {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.offer-card p {
  font-size: 0.9rem;
  line-height: 1.55;
}

.offer-card small {
  display: block;
  margin-top: 2px;
  font-size: 0.78rem;
  line-height: 1.45;
}

.section-bridge-offer {
  padding-top: 0;
}

.section-bridge-offer .section-bridge-card-soft {
  min-height: 44px;
  padding: 8px 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 236, 255, 0.98));
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-item {
  padding: 0;
  overflow: hidden;
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 17px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  text-align: left;
  cursor: pointer;
}

.faq-question strong {
  margin-bottom: 0;
}

.faq-icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--landing-primary-soft);
  color: var(--landing-primary-strong);
  font-size: 1.2rem;
  font-weight: 800;
  transition: transform 240ms ease, background 240ms ease, color 240ms ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 340ms ease, opacity 260ms ease, padding 260ms ease;
  padding: 0 20px;
}

.faq-answer p {
  padding-bottom: 20px;
  transform: translateY(-6px);
  transition: transform 0.28s ease;
}

.faq-item.is-open .faq-answer {
  max-height: 220px;
  opacity: 1;
}

.faq-item.is-open .faq-icon {
  transform: rotate(45deg);
  background: linear-gradient(135deg, #b06cff, #8a46fb);
  color: #fff;
}

.faq-item.is-open .faq-answer p {
  transform: translateY(0);
}

.faq-section {
  position: relative;
  overflow: hidden;
}

.faq-section::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 78px;
  width: min(92vw, 520px);
  height: 220px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: radial-gradient(circle at center, rgba(223, 189, 255, 0.22), rgba(223, 189, 255, 0) 72%);
  pointer-events: none;
}

.faq-section .landing-container,
.faq-list {
  position: relative;
  z-index: 1;
}

.final-cta {
  margin-top: 22px;
  display: flex;
  justify-content: center;
}

.final-cta-card {
  width: min(100%, 560px);
  padding: 22px 18px 20px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top center, rgba(255, 255, 255, 0.88), transparent 56%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(248, 239, 255, 0.96));
  border: 1px solid rgba(223, 211, 244, 0.86);
  box-shadow: 0 22px 46px rgba(118, 75, 193, 0.10);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta-card::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, rgba(176, 108, 255, 0.18), rgba(176, 108, 255, 0.92), rgba(255, 177, 217, 0.28));
}

.final-cta-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(245, 234, 255, 0.98);
  color: #8d5bd3;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.final-cta-card strong {
  display: block;
  margin-top: 12px;
  font-size: 1.34rem;
  line-height: 1.14;
}

.final-cta-card p {
  margin-top: 10px;
  color: var(--landing-muted);
  line-height: 1.65;
}

.final-cta-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}

.final-cta-points span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(223, 211, 244, 0.82);
  color: #8b62ca;
  font-size: 0.78rem;
  font-weight: 700;
}

.final-cta-card .landing-button {
  margin-top: 14px;
}

.final-cta-content-link {
  display: block;
  margin-top: 14px;
  color: #8a46fb;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
  text-decoration: none;
}

.final-cta-content-link:hover,
.final-cta-content-link:focus-visible {
  color: #6f35d6;
  text-decoration: underline;
}

.landing-estetica .landing-footer {
  padding: 16px 0 28px;
}

.landing-estetica .landing-footer .landing-container {
  width: min(1120px, calc(100% - 32px));
  padding: 18px 16px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(223, 211, 244, 0.72);
  box-shadow: 0 14px 30px rgba(118, 75, 193, 0.06);
  font-size: 0.84rem;
  line-height: 1.65;
}

.landing-estetica .landing-footer a {
  color: #8a46fb;
}

@media (min-width: 900px) {
  .landing-nichebar {
    top: 74px;
  }

  .landing-nichebar-inner {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .landing-nicho-modal {
    align-items: center;
  }

  .hero-section,
  .pain-section,
  .steps-section,
  .features-section,
  .offer-section,
  .faq-section {
    padding: 42px 0;
  }

  .section-bridge {
    padding: 8px 0 10px;
  }

  .section-bridge-card {
    min-height: 58px;
    padding: 12px 18px;
  }

  .final-cta {
    margin-top: 34px;
  }

  .final-cta-card {
    padding: 30px 28px 28px;
  }

  .final-cta-card strong {
    font-size: 1.72rem;
  }

  .hero-grid,
  .features-grid,
  .offer-grid {
    grid-template-columns: 0.92fr 1.08fr;
    align-items: center;
  }

  .features-head {
    max-width: 760px;
    margin-bottom: 28px;
  }

  .features-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .feature-item-preview {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    display: block;
    transform: translateY(10px);
    transition: max-height 380ms ease, opacity 260ms ease, transform 260ms ease, margin-top 260ms ease;
  }

  .feature-item.is-active-feature .feature-item-preview {
    max-height: 520px;
    opacity: 1;
    transform: translateY(0);
    margin-top: 14px;
  }

  .features-head h2,
  .offer-main h2 {
    font-size: 40px;
  }

  .hero-grid {
    grid-template-columns: minmax(420px, 0.94fr) minmax(500px, 1.06fr);
    gap: 18px;
  }

  .features-showcase {
    width: 100%;
    max-width: 360px;
    padding: 18px 20px 8px;
    margin: 0 0 0 auto;
  }

  .features-showcase img {
    width: 290px;
  }

  .features-showcase-badge-top {
    left: -6px;
    top: 14px;
  }

  .features-showcase-badge-middle {
    right: -10px;
    bottom: 18%;
  }

  .hero-section {
    padding-top: 44px;
    padding-bottom: 28px;
  }

  .hero-copy {
    max-width: 560px;
  }

  .hero-copy h1 {
    font-size: clamp(4.9rem, 7.2vw, 6.3rem);
    line-height: 0.92;
  }

  .hero-subtitle {
    font-size: 1.16rem;
    line-height: 1.52;
    max-width: 470px;
  }

  .hero-points {
    gap: 12px;
    max-width: 440px;
  }

  .hero-seals {
    grid-template-columns: repeat(3, minmax(0, max-content));
    gap: 18px;
    align-items: center;
  }

  .hero-visual {
    min-height: 560px;
    justify-content: flex-end;
    padding-right: 0;
    margin-top: 0;
  }

  .hero-glow {
    right: 24px;
    top: 55%;
    width: 430px;
    height: 340px;
  }

  .hero-visual img {
    width: 430px;
    --parallax-rotate: 11deg;
    --phone-scale: 1;
    transform-origin: center center;
  }

  .hero-spark-one {
    right: 86px;
    top: 122px;
  }

  .hero-spark-two {
    left: 98px;
    bottom: 146px;
  }

  .pain-grid {
    grid-template-columns: minmax(420px, 0.95fr) minmax(340px, 0.9fr);
    gap: 40px;
    align-items: center;
  }

  .pain-copy h2 {
    max-width: 9ch;
    font-size: clamp(3rem, 4.2vw, 4.2rem);
    line-height: 0.98;
  }

  .pain-chat-card {
    max-width: 540px;
    padding: 24px 22px 20px;
  }

  .pain-bubbles {
    max-width: 520px;
    gap: 12px;
  }

  .pain-summary {
    max-width: 500px;
  }

  .pain-visual {
    display: flex;
    justify-content: center;
  }

  .pain-visual-card {
    padding: 20px 20px 10px;
  }

  .pain-visual-card img {
    width: 300px;
  }

  .steps-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
  }

  .steps-desktop-preview {
    display: flex;
    justify-content: center;
    margin-top: 18px;
  }

  .steps-desktop-preview-shell {
    position: relative;
    width: min(100%, 560px);
    padding: 18px 18px 12px;
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 237, 255, 0.96));
    border: 1px solid rgba(223, 211, 244, 0.92);
    box-shadow: 0 24px 44px rgba(118, 75, 193, 0.12);
    display: flex;
    justify-content: center;
  }

  .steps-desktop-preview-shell img {
    width: min(100%, 320px);
    max-height: 360px;
    object-fit: contain;
    display: block;
    border-radius: 20px;
    border: 1px solid rgba(223, 211, 244, 0.92);
    box-shadow: 0 18px 34px rgba(44, 28, 88, 0.14);
    background: rgba(255, 255, 255, 0.92);
  }

  .steps-desktop-preview-note {
    position: absolute;
    right: 16px;
    bottom: 14px;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(245, 234, 255, 0.98);
    color: #8d5bd3;
    font-size: 0.76rem;
    font-weight: 700;
    box-shadow: 0 10px 20px rgba(118, 75, 193, 0.08);
  }

  .steps-flow-line {
    left: 0;
    right: 0;
    top: 68px;
    bottom: auto;
    width: auto;
    height: 2px;
  }

  .step-card-trigger {
    display: block;
    padding: 18px 18px 16px;
  }

  .step-card strong {
    font-size: 1.06rem;
  }

  .step-card-visual {
    display: none;
  }

  .step-card-visual-inner {
    padding: 0 20px 0 20px;
  }

  .step-card.is-open-step .step-card-visual-inner {
    padding: 0 20px 20px 20px;
  }

  .step-card-visual img {
    max-width: 100%;
  }

  .features-section {
    padding-top: 40px;
    padding-bottom: 42px;
  }

  .features-section .landing-container {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(480px, 1.22fr);
    gap: 34px 38px;
    align-items: start;
  }

  .features-head {
    grid-column: 1 / -1;
    max-width: 760px;
    margin: 0 auto 4px;
  }

  .features-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 0;
    align-self: start;
  }

  .feature-item {
    min-height: 154px;
    padding: 18px 18px 16px;
    border-radius: 26px;
  }

  .feature-item strong {
    font-size: 1.02rem;
  }

  .feature-item p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .feature-item-preview {
    display: none;
  }

  .offer-section {
    padding-top: 34px;
    padding-bottom: 30px;
  }

  .offer-grid {
    grid-template-columns: minmax(480px, 1.04fr) minmax(340px, 0.96fr);
    gap: 18px;
    align-items: stretch;
  }

  .offer-main,
  .offer-card {
    min-height: 100%;
  }

  .offer-main {
    padding: 28px 28px 26px;
  }

  .offer-main h2 {
    font-size: 48px;
    line-height: 0.98;
  }

  .offer-main > p {
    max-width: 32ch;
  }

  .offer-card {
    padding: 26px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .offer-card p {
    font-size: 0.96rem;
  }

  .offer-card .landing-button {
    margin-top: 18px;
    margin-bottom: 12px;
  }

  .faq-section {
    padding-top: 34px;
  }

  .faq-section .landing-container {
    max-width: 980px;
  }

  .final-cta {
    margin-top: 26px;
  }

}

.steps-summary {
  margin: 14px 0 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.steps-summary-pill {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(177, 119, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(250, 241, 255, 0.92));
  box-shadow: 0 12px 24px rgba(128, 73, 205, 0.08);
  color: #6e38cf;
  font-size: 0.88rem;
  font-weight: 800;
}

.offer-daily-hint {
  display: inline-flex;
  align-items: center;
  margin-top: 10px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(159, 109, 255, 0.1);
  color: #7d3aed;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.offer-honesty {
  margin-top: 14px;
  padding: 14px 14px 12px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(252, 244, 255, 0.96));
  border: 1px solid rgba(188, 159, 240, 0.28);
}

.offer-honesty strong {
  display: block;
  margin-bottom: 8px;
  color: #31165f;
  font-size: 0.92rem;
}

.offer-honesty ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.offer-honesty li {
  position: relative;
  padding-left: 18px;
  color: var(--landing-text);
  font-size: 0.92rem;
  line-height: 1.45;
}

.offer-honesty li::before {
  content: "•";
  position: absolute;
  left: 4px;
  top: 0;
  color: #8b5cf6;
}

.landing-estetica .hero-subtitle {
  max-width: 33ch;
}

.landing-estetica .hero-visual img {
  width: min(100%, 560px);
}

.landing-estetica .hero-visual {
  margin-top: 8px;
}

.landing-estetica .offer-main > p {
  max-width: 29ch;
}

@media (min-width: 900px) {
  .landing-estetica .hero-visual img {
    width: 620px;
  }

  .landing-estetica .steps-summary {
    margin-bottom: 24px;
  }

  .landing-estetica .offer-daily-hint {
    margin-top: 12px;
    font-size: 0.86rem;
  }

  .landing-estetica .offer-honesty {
    margin-top: 18px;
    padding: 18px 18px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-glow,
  .hero-visual img,
  .hero-spark-one,
  .hero-spark-two,
  .pain-bubble.is-reading::after,
  .pain-typing-dots span,
  .step-card.is-active-step::after {
    animation: none !important;
    transition: none !important;
  }

  .step-card {
    opacity: 1 !important;
    transform: none !important;
  }

  .feature-item {
    opacity: 1 !important;
    transform: none !important;
  }
}
