:root {
  font-family: "DM Sans", sans-serif;
  color: #f7f7f8;
  background: #050505;
  --gold: #ffc400;
  --gold2: #ffdc57;
  --ink: #09090b;
  --muted: #9999a5;
  --line: #29292f;
  --green: #29d47d;
}
* {
  box-sizing: border-box;
}
html,
body {
  overflow: hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
.screen::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(circle at 50% 0, #171612, #050505 55%);
}
button,
input {
  font: inherit;
}
.stage {
  min-height: 100vh;
  padding: 24px 14px;
  display: grid;
  place-items: center;
}
.phone {
  position: relative;
  width: min(100%, 540px);
  height: min(850px, calc(100vh - 48px));
  min-height: min(640px, calc(100vh - 48px));
  border: 1px solid #2a2a2e;
  border-radius: 29px;
  background: #0a0a0c;
  overflow: hidden;
  box-shadow: 0 32px 120px #000;
  transition: width 0.62s cubic-bezier(0.65, 0, 0.35, 1);
}
.screen {
  display: none;
  width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 66px 30px 30px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  backface-visibility: hidden;
  will-change: transform;
}
.screen.active {
  display: flex;
  flex-direction: column;
  animation: screen-in 0.62s cubic-bezier(0.16, 0.75, 0.22, 1);
}
.screen.active > * {
  animation: rise 0.58s both;
}
.screen.active > *:nth-child(2) {
  animation-delay: 0.06s;
}
.screen.active > *:nth-child(3) {
  animation-delay: 0.12s;
}
.screen.active > *:nth-child(4) {
  animation-delay: 0.18s;
}
.screen.active > *:nth-child(5) {
  animation-delay: 0.24s;
}
.screen.active > *:nth-child(6) {
  animation-delay: 0.3s;
}
.screen.leaving {
  display: flex;
  position: absolute;
  inset: 0;
  z-index: 5;
  animation: screen-up 0.62s cubic-bezier(0.65, 0, 0.35, 1) forwards;
}
.screen.active.incoming {
  position: absolute;
  inset: 0;
  z-index: 6;
  animation: screen-from-bottom 0.62s cubic-bezier(0.65, 0, 0.35, 1) both;
}
.screen.active.arrived:not(.leaving) {
  animation: none;
}
.dark {
  color: #f8f8f9;
  background: radial-gradient(circle at 50% -15%, #1d1a0e 0, #0a0a0d 42%);
}
.light {
  color: #111218;
  background: linear-gradient(165deg, #fff 0, #f6f6f8 68%, #f0f0f3 100%);
}
.back {
  position: absolute;
  z-index: 10;
  top: 16px;
  left: 17px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #ffffff18;
  border-radius: 50%;
  background: #202126;
  color: #babac2;
  box-shadow: 0 5px 18px #0002;
}
.light.active ~ .back {
  background: #eee;
}
.back svg {
  width: 17px;
}
.progress {
  position: absolute;
  z-index: 11;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #ffdd56, var(--gold));
  box-shadow: 0 0 16px #ffc40099;
  transition: width 0.45s ease;
}
.eyebrow,
.status {
  margin: 0 0 13px;
  font: 700 10px "Space Grotesk";
  letter-spacing: 0.2em;
  color: #858591;
}
.gold,
.gold-text {
  color: var(--gold) !important;
}
.status {
  display: table;
  align-self: center;
  padding: 7px 13px;
  border: 1px solid #806610;
  border-radius: 99px;
  color: var(--gold);
  letter-spacing: 0.15em;
}
.status.green {
  border-color: #147642;
  color: var(--green);
  background: #0a2519;
}
.screen h1 {
  margin: 8px 0 18px;
  font: 700 clamp(29px, 7vw, 42px) / 1.02 "Space Grotesk";
  letter-spacing: -0.052em;
}
.dark > h1 {
  text-align: left;
}
.screen h2 {
  margin: 16px 0 12px;
  color: #9c7100;
  font: 700 clamp(23px, 5.6vw, 31px) / 1.06 "Space Grotesk";
  letter-spacing: -0.04em;
}
.dark h2 {
  color: #f7f7f8;
}
.screen p {
  margin: 8px 0;
  font-size: 16px;
  line-height: 1.52;
  color: #555661;
}
.dark p {
  color: #b7b7c1;
}
.screen aside {
  margin: 17px 0;
  padding: 18px;
  border: 1px solid #e6c55d;
  border-radius: 17px;
  background: #fff9e9;
  color: #383942;
  font-size: 15px;
  line-height: 1.48;
}
.dark aside {
  border-color: #39373d;
  background: #1a1a1f;
  color: #c2c2cb;
}
.yellow {
  position: relative;
  overflow: hidden;
  flex: 0 0 auto;
  width: 100%;
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 12px;
  min-height: 58px;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #ffdc55, #ffbd00);
  color: #121106;
  text-decoration: none;
  font: 700 15px "Space Grotesk";
  box-shadow: 0 13px 35px #f7bd002d;
  cursor: pointer;
}
.yellow:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    transparent 33%,
    #fff8 49%,
    transparent 64%
  );
  transform: translateX(-130%);
  animation: shine 4.2s ease-in-out infinite;
}
.disabled {
  opacity: 0.38;
  pointer-events: none;
}
.green {
  color: var(--green);
}

/* Abertura */
.intro-screen {
  justify-content: flex-start;
  padding-top: 86px;
  text-align: center;
}
.intro-screen h1 {
  margin-top: 20px;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.intro-screen h1 span,
.shift-screen h1 span,
.shift-screen h2 span,
.program-logo span,
.program-screen h2 span,
.immersion-screen h1 span {
  color: var(--gold);
}
.intro-screen > p {
  max-width: 420px;
  margin-inline: auto;
}
.intro-proof {
  display: block;
  margin: 18px auto 24px;
  color: #a1a1aa;
}
.intro-time {
  margin: 13px auto;
  color: #666670;
}
.swipe-start {
  position: relative;
  height: 64px;
  margin-top: 28px;
  border: 1px solid #5e501a;
  border-radius: 16px;
  background: #16150f;
  box-shadow: inset 0 0 28px #0008;
}
.swipe-start span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  padding-left: 56px;
  color: #c9b963;
  font: 700 10px "Space Grotesk";
  letter-spacing: 0.09em;
}
.swipe-start input {
  position: absolute;
  z-index: 2;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0.001;
  cursor: grab;
}
.swipe-start b {
  position: absolute;
  z-index: 1;
  left: 6px;
  top: 6px;
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--gold);
  color: #131109;
  font-size: 31px;
  transition: left 0.08s linear;
  box-shadow: 0 0 25px #ffc40055;
}

/* Introdução e diagnóstico */
.promise-screen h1 {
  max-width: 440px;
}
.promise-screen s {
  position: relative;
  text-decoration: none;
}
.promise-screen s:after {
  content: "";
  position: absolute;
  left: -3px;
  right: -3px;
  top: 55%;
  height: 2px;
  border-radius: 9px;
  background: #ff4f61;
  box-shadow: 0 0 7px #ff4f6155;
  transform: scaleX(0) rotate(-2deg);
  transform-origin: left;
}
.promise-screen.active s:after {
  animation: draw-strike 0.72s 0.82s cubic-bezier(0.25, 0.8, 0.3, 1) forwards;
}
.promise-screen aside {
  background: linear-gradient(145deg, #fffaf0, #f8f5ec);
}
.promise-screen h2 {
  color: #966d00;
}
.question-screen {
  justify-content: center;
}
.question-copy {
  margin-bottom: 14px;
}
.question-copy h1 {
  text-transform: none;
  font-size: clamp(28px, 7vw, 37px);
}
.answers {
  display: grid;
  gap: 11px;
}
.question-screen.active .answers button {
  opacity: 0;
  animation: option-in 0.46s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.question-screen.active .answers button:nth-child(1) {
  animation-delay: 0.2s;
}
.question-screen.active .answers button:nth-child(2) {
  animation-delay: 0.29s;
}
.question-screen.active .answers button:nth-child(3) {
  animation-delay: 0.38s;
}
.question-screen.active .answers button:nth-child(4) {
  animation-delay: 0.47s;
}
.answers button {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 15px 16px;
  border: 1px solid #dedee3;
  border-radius: 15px;
  background: #fff;
  color: #14151a;
  text-align: left;
  box-shadow: 0 7px 18px #1010180b;
  cursor: pointer;
  transition:
    transform 0.22s,
    border-color 0.22s,
    background 0.22s,
    box-shadow 0.22s;
}
.answers button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px #10101813;
}
.answers button.selected {
  border-color: #e9ba16;
  background: #fff8dc;
  transform: scale(0.985);
  box-shadow: 0 0 0 3px #ffc40020;
}
.answers em {
  flex: 0 0 auto;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border: 1px solid #e4e4e8;
  border-radius: 11px;
  background: #f6f6f7;
  font-style: normal;
}
.answers span {
  display: grid;
  gap: 2px;
}
.answers b {
  font-size: 15px;
}
.answers small {
  color: #686974;
  font-size: 12px;
}
.tap-hint {
  margin: 17px auto 0;
  color: #aaaab1;
  font: 700 9px "Space Grotesk";
  letter-spacing: 0.12em;
}
.question-screen.answering {
  animation: answer-lift 0.38s ease both;
}
.analyzing {
  position: relative;
  justify-content: center;
  text-align: center;
}
.analyzing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), #fff09b);
  transform: scaleX(0);
  transform-origin: left;
}
.analyzing.active:before {
  animation: diagnosis-line 2.25s 0.15s linear forwards;
}
.analyzing h1 {
  text-align: center;
}
.analysis-core {
  position: relative;
  flex: 0 0 auto;
  width: 116px;
  height: 116px;
  margin: 16px auto 10px;
  display: grid;
  place-items: center;
}
.analysis-core:before,
.analysis-core:after,
.analysis-core b,
.analysis-core em {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid #d6ad193d;
}
.analysis-core:before {
  inset: 0;
  border-top-color: var(--gold);
  animation: core-spin 2s linear infinite;
}
.analysis-core:after {
  inset: 11px;
  border-right-color: #fff0a0;
  animation: core-spin 1.5s linear infinite reverse;
}
.analysis-core b {
  inset: -7px;
  border: 0;
  background: radial-gradient(circle, #ffc40022 0, transparent 67%);
  animation: core-pulse 1.5s ease-in-out infinite;
}
.analysis-core em {
  inset: 24px;
  border: 0;
  background: #221e0d;
  box-shadow:
    inset 0 0 22px #ffc40024,
    0 0 24px #ffc40018;
}
.analysis-core span {
  z-index: 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--gold);
}
.analysis-core svg {
  width: 30px;
  height: 30px;
}
.scanner {
  position: relative;
  overflow: hidden;
  margin: 12px 0 18px;
  padding: 16px 18px;
  border: 1px solid #6c5714;
  border-radius: 16px;
  background: #16150e;
}
.scanner i {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30%;
  background: linear-gradient(90deg, transparent, #ffc40044, transparent);
  animation: scan 1.2s linear infinite;
}
.scanner span {
  font-size: 13px;
  color: #d5c779;
}
.calculations {
  display: grid;
  gap: 9px;
  text-align: left;
}
.calculations p {
  margin: 0;
  padding: 13px;
  border: 1px solid #2d2d31;
  border-radius: 11px;
  background: #151519;
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}
.calculations b {
  color: var(--green);
  margin: 0;
  font: 700 10px "Space Grotesk";
}
.calculations span {
  color: #d5d5da;
  text-align: left;
}
.calculations i {
  color: var(--gold);
  font: 700 8px "Space Grotesk";
  font-style: normal;
  letter-spacing: 0.08em;
}
.analysis-note {
  text-align: center;
  font-size: 12px !important;
}
.analysis-note i {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 10px var(--green);
  animation: note-blink 0.9s ease-in-out infinite;
}
.diagnosis-screen h1 {
  text-align: center;
}
.diagnosis-screen.active .result span {
  animation: result-row 0.46s both;
}
.diagnosis-screen.active .result span:nth-child(1) {
  animation-delay: 0.3s;
}
.diagnosis-screen.active .result span:nth-child(2) {
  animation-delay: 0.46s;
}
.diagnosis-screen.active .result span:nth-child(3) {
  animation-delay: 0.62s;
}
.diagnosis-screen.active .result span:nth-child(4) {
  animation-delay: 0.78s;
}
.result {
  margin: 7px 0;
  padding: 12px 18px;
  border: 1px solid #80630b;
  border-radius: 18px;
  background: linear-gradient(145deg, #151516, #0f0f12);
  box-shadow: inset 0 0 28px #ffc40008;
}
.result span {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid #26262b;
  color: #737480;
  font: 700 9px "Space Grotesk";
  letter-spacing: 0.15em;
}
.result span:last-child {
  border: 0;
}
.result b {
  max-width: 58%;
  color: var(--gold);
  font-size: 13px;
  letter-spacing: -0.02em;
  text-align: right;
}

/* História */
.story-screen h1 {
  max-width: 380px;
}
.story-viewport {
  position: relative;
  overflow: hidden;
  margin: 10px 0 14px;
  border-radius: 18px;
}
.story-track {
  display: flex;
  transition: transform 0.62s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.story-card {
  flex: 0 0 100%;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 38px;
  border: 1px solid #303038;
  border-radius: 18px;
  background: linear-gradient(145deg, #17171b, #111114);
  text-align: center;
  box-shadow: inset 0 -2px 0 #705a0b;
}
.story-card > b {
  font: 700 36px "Space Grotesk";
  color: var(--gold);
}
.story-card strong {
  margin: 5px 0 12px;
  font: 700 20px/1.1 "Space Grotesk";
}
.story-card span {
  color: #aaaab4;
  font-size: 13px;
  line-height: 1.5;
}
.story-card em {
  margin-top: 12px;
  color: #e5e5e8;
  font-size: 12px;
}
.year-2015 > b {
  color: #c73696;
}
.year-2015 {
  box-shadow: inset 0 -2px 0 #9f2679;
}
.story-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 39px;
  height: 39px;
  border: 1px solid #494026;
  border-radius: 50%;
  background: #17171a;
  color: var(--gold);
  font-size: 26px;
  transform: translateY(-50%);
  cursor: pointer;
}
.story-arrow.prev {
  left: 9px;
}
.story-arrow.next-story {
  right: 9px;
}
.story-dots,
.shift-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 0 0 18px;
}
.story-dots i,
.shift-dots i {
  width: 6px;
  height: 6px;
  border-radius: 9px;
  background: #484850;
  transition: 0.35s;
}
.story-dots i.active,
.shift-dots i.active {
  width: 21px;
  background: var(--gold);
}
.opportunity {
  text-align: left;
}
.opportunity .year {
  margin: 0 !important;
  text-align: center;
  color: var(--gold) !important;
  font: 700 67px/1 "Space Grotesk";
}
.opportunity h1 {
  text-align: center;
}
.opportunity h2 {
  text-align: center;
  color: var(--gold);
  margin-top: 0;
}
.opportunity aside p {
  margin: 0 0 15px;
  color: #aaaab3;
}
.window-line {
  position: relative;
  height: 32px;
  margin: 12px 0 0;
}
.window-line i {
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  height: 4px;
  border-radius: 9px;
  background: linear-gradient(90deg, #25cc7a, #ecbd17 56%, #f04f5f);
}
.window-line i:before,
.window-line i:after {
  content: "";
  position: absolute;
  top: -4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #24242a;
  border: 2px solid #777;
}
.window-line i:before {
  left: 50%;
}
.window-line i:after {
  right: 0;
}
.window-line b {
  position: absolute;
  top: 18px;
  color: #777;
  font-size: 10px;
}
.w-now {
  left: 0;
  color: var(--gold) !important;
}
.w-mid {
  left: 50%;
}
.w-end {
  right: 0;
}
.opportunity aside > small {
  color: var(--gold);
  font: 700 9px "Space Grotesk";
}
.opportunity.active .window-line i {
  transform: scaleX(0);
  transform-origin: left;
  animation: line-grow 1.25s 0.62s ease forwards;
}

/* Verdade, pilares e virada */
.truth-screen aside {
  border-color: #ff9ca5;
  background: #fff3f4;
  color: #ff5264;
  font-weight: 700;
}
.truth-screen.active aside {
  animation: warning-pop 0.55s 0.45s cubic-bezier(0.2, 1.2, 0.3, 1) both;
}
.truth-screen aside span {
  color: #666670;
  font-weight: 400;
}
.truth-screen h2 {
  color: #956d00;
}
.pillars {
  display: grid;
  gap: 11px;
  perspective: 900px;
}
.pillar {
  position: relative;
  min-height: 104px;
  padding: 0;
  border: 0;
  border-radius: 15px;
  background: transparent;
  color: #fff;
  text-align: left;
  transform-style: preserve-3d;
  transition: transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
  cursor: pointer;
}
.pillar.open {
  transform: rotateX(180deg);
}
.pillar-face,
.pillar-back {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 18px;
  border: 1px solid #6b560b;
  border-radius: 15px;
  background: linear-gradient(145deg, #201b0b, #14130f);
  backface-visibility: hidden;
}
.pillar-back {
  transform: rotateX(180deg);
  background: #201b0c;
}
.pillar-face small {
  color: #9a7c10;
  font: 700 9px "Space Grotesk";
}
.pillar strong {
  color: var(--gold);
  font: 700 16px "Space Grotesk";
}
.pillar em {
  margin-top: 7px;
  color: #bcbcc4;
  font-size: 12px;
  font-style: normal;
  line-height: 1.42;
}
.pillar-face em {
  color: #696970;
  font: 700 8px "Space Grotesk";
  letter-spacing: 0.1em;
}
.pillar-reveal {
  margin-top: auto;
  opacity: 0;
  transform: translateY(18px);
  pointer-events: none;
  transition: 0.5s;
}
.pillars-complete .pillar-reveal {
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.pillar-reveal p {
  font-weight: 700;
  color: #fff;
}
.job-lines {
  display: grid;
  gap: 11px;
}
.jobs-screen.active .job-lines div,
.immersion-screen.active .immersion-card,
.entry-screen.active .entry-items > span,
.bonuses-screen.active .bonus-box {
  opacity: 0;
  animation: card-slide 0.52s cubic-bezier(0.2, 0.8, 0.2, 1) forwards;
}
.jobs-screen.active .job-lines div:nth-child(1),
.immersion-screen.active .immersion-card:nth-of-type(1),
.entry-screen.active .entry-items > span:nth-child(1),
.bonuses-screen.active .bonus-box:nth-child(1) {
  animation-delay: 0.24s;
}
.jobs-screen.active .job-lines div:nth-child(2),
.immersion-screen.active .immersion-card:nth-of-type(2),
.entry-screen.active .entry-items > span:nth-child(2),
.bonuses-screen.active .bonus-box:nth-child(2) {
  animation-delay: 0.38s;
}
.jobs-screen.active .job-lines div:nth-child(3),
.entry-screen.active .entry-items > span:nth-child(3) {
  animation-delay: 0.52s;
}
.entry-screen.active .entry-items > span:nth-child(4) {
  animation-delay: 0.66s;
}
.job-lines div {
  padding: 12px 0 12px 14px;
  border-left: 2px solid #ff5b68;
  background: linear-gradient(90deg, #ff55650b, transparent);
}
.job-lines b {
  display: block;
  margin-bottom: 7px;
  color: #ff5968;
  font: 700 10px "Space Grotesk";
  letter-spacing: 0.12em;
}
.job-lines span {
  color: #555660;
  font-size: 13px;
  line-height: 1.5;
}
.jobs-screen h2 {
  text-align: center;
}
.shift-viewport {
  overflow: hidden;
  margin: 12px -30px 12px;
  padding-left: 30px;
}
.shift-track {
  display: flex;
  gap: 13px;
  transition: transform 0.65s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.shift-track article {
  flex: 0 0 calc(85% - 8px);
  min-height: 235px;
  padding: 24px 20px;
  border: 1px solid #5e4c0e;
  border-radius: 18px;
  background: linear-gradient(145deg, #1e1d20, #141417);
}
.shift-track small {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #6f5910;
  border-radius: 99px;
  color: var(--gold);
  font: 700 9px "Space Grotesk";
  letter-spacing: 0.1em;
}
.shift-track strong {
  display: block;
  margin: 17px 0 12px;
  color: var(--gold);
  font: 700 17px "Space Grotesk";
}
.shift-track span {
  display: block;
  color: #d1d1d5;
  font-size: 13px;
  line-height: 1.55;
}
.shift-track em {
  display: block;
  margin-top: 14px;
  color: #676770;
  font-size: 11px;
}
.shift-screen aside {
  margin-top: 5px;
}
.shift-screen h2 {
  text-align: center;
  font-size: 23px;
}

/* Conversa e produto */
.chat {
  padding-top: 50px;
}
.profile {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #dedee2;
}
.profile img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}
.profile div {
  display: grid;
}
.profile small {
  color: #28b569;
}
.profile > svg {
  width: 17px;
  color: #3698ee;
}
.bubble {
  width: fit-content;
  max-width: 88%;
  margin: 10px 0 0 !important;
  padding: 13px 15px;
  border: 1px solid #dedee3;
  border-radius: 14px 14px 14px 4px;
  background: #eeeef1;
  color: #202127 !important;
  font-size: 14px !important;
}
.bubble.highlight {
  border-color: #e0bd43;
  background: #fff8dc;
}
.chat.active .bubble {
  opacity: 0;
  animation: message 0.6s both;
}
.chat.active .bubble:nth-of-type(1) {
  animation-delay: 0.65s;
}
.chat.active .bubble:nth-of-type(2) {
  animation-delay: 1.8s;
}
.chat.active .bubble:nth-of-type(3) {
  animation-delay: 3.1s;
}
.chat.active .bubble:nth-of-type(4) {
  animation-delay: 4.5s;
}
.chat.active .bubble:nth-of-type(5) {
  animation-delay: 5.9s;
}
.chat.active .yellow {
  opacity: 0;
  animation: message 0.55s 7s both;
}
.program-screen {
  text-align: center;
}
.program-logo {
  margin: 8px 0 20px;
  color: #ffe068;
  font: 700 66px/0.9 "Space Grotesk";
  letter-spacing: 0.05em;
}
.program-logo span {
  color: #b78b00;
}
.program-logo small {
  display: block;
  margin-top: 9px;
  color: #676774;
  font-size: 10px;
  letter-spacing: 0.42em;
}
.program-screen hr {
  width: 100%;
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #303036;
}
.program-screen ul {
  display: grid;
  gap: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.program-screen li {
  padding: 13px 0 13px 20px;
  border-bottom: 1px dotted #343439;
  font-weight: 700;
  font-size: 13px;
}
.program-screen.active li {
  opacity: 0;
  animation: skill-in 0.48s ease forwards;
}
.program-screen.active li:nth-child(1) {
  animation-delay: 0.35s;
}
.program-screen.active li:nth-child(2) {
  animation-delay: 0.5s;
}
.program-screen.active li:nth-child(3) {
  animation-delay: 0.65s;
}
.program-screen li:before {
  content: "◆";
  margin-left: -20px;
  margin-right: 9px;
  color: var(--gold);
}
.program-screen h2 {
  font-size: 20px;
}
.immersion-card {
  margin: 0 0 12px;
  padding: 18px;
  border: 1px solid #333339;
  border-radius: 16px;
  background: #1a1a1e;
}
.immersion-card strong {
  font: 700 18px "Space Grotesk";
}
.immersion-card p {
  margin-bottom: 0;
  font-size: 13px;
}
.immersion-screen aside {
  text-align: center;
  border-color: #705807;
  background: #17150e;
}
.immersion-screen aside small {
  display: block;
  color: var(--gold);
  font: 700 9px "Space Grotesk";
  letter-spacing: 0.13em;
}
.immersion-screen aside > strong {
  display: block;
  margin: 10px 0;
  color: var(--gold);
  font: 700 24px "Space Grotesk";
}
.immersion-screen aside p {
  font-size: 13px;
}

/* Escolha, valores e bônus */
.future-shell {
  position: relative;
  height: 360px;
  margin: 4px 0 8px;
  overflow: hidden;
  border: 1px solid #33333a;
  border-radius: 18px;
  background: #151519;
}
.future-screen.active .future-shell {
  animation: future-arrive 0.72s 0.2s cubic-bezier(0.2, 0.8, 0.2, 1) both;
}
.future-layer {
  position: absolute;
  inset: 0;
  padding: 48px 24px;
}
.future-layer small {
  font: 700 10px "Space Grotesk";
  letter-spacing: 0.18em;
}
.future-layer ul {
  display: grid;
  gap: 14px;
  margin-top: 18px;
  padding: 0;
  list-style: none;
  color: #aaaab5;
  font-size: 13px;
  line-height: 1.45;
}
.future-layer li:before {
  content: "×";
  margin-right: 10px;
  color: #666670;
}
.future-green {
  background: linear-gradient(145deg, #28200a, #18150a);
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.12s linear;
}
.future-green small {
  color: var(--gold);
}
.future-green ul {
  color: #fff1bd;
}
.future-green li:before {
  content: "✓";
  color: #d7bd68;
}
.future-divider {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 2px;
  background: var(--green);
  box-shadow: 0 0 18px #29d47d;
  transition: left 0.12s linear;
}
.future-divider b {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green);
  color: #092516;
  font-style: normal;
  transform: translate(-50%, -50%);
  box-shadow: 0 5px 20px #0006;
}
.future-screen input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.future-help {
  text-align: center;
  font-size: 9px !important;
  color: #6e6e79 !important;
}
.future-reveal {
  width: 100%;
  min-height: 58px;
  padding: 14px;
  border: 1px solid #393940;
  border-radius: 12px;
  background: #202026;
  color: #fff;
  font: 700 15px "Space Grotesk";
  cursor: pointer;
}
.future-choice {
  display: none;
}
.future-screen.chosen .future-choice {
  display: block;
  animation: rise 0.5s both;
}
.future-screen.chosen .future-reveal {
  display: none;
}
.future-choice p b {
  color: var(--gold);
}
.entry-screen h1 {
  font-size: 34px;
}
.entry-items {
  display: grid;
}
.entry-items > span {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 13px 0;
  border-bottom: 1px solid #dedee2;
}
.entry-items i {
  display: grid;
  gap: 3px;
  max-width: 78%;
  font-style: normal;
}
.entry-items i b {
  font-size: 13px;
}
.entry-items i small {
  color: #5f606a;
  font-size: 11px;
  line-height: 1.38;
}
.entry-items strong {
  white-space: nowrap;
  color: #666872;
  font: 700 13px "Space Grotesk";
}
.entry-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 19px 0;
  color: #686974;
  font: 700 11px "Space Grotesk";
  letter-spacing: 0.13em;
}
.entry-total strong {
  color: #0c0d11;
  font-size: 29px;
  letter-spacing: -0.04em;
}
.entry-screen aside {
  text-align: center;
}
.entry-screen aside span {
  color: #6a6b73;
  font-size: 13px;
}
.bonus-boxes {
  display: grid;
  gap: 11px;
  margin: 8px 0;
}
.bonus-box {
  display: grid;
  grid-template-columns: 48px 1fr 20px;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 15px;
  border: 1px solid #e4c250;
  border-radius: 17px;
  background: #fff9e9;
  color: #16171b;
  text-align: left;
  box-shadow: 0 8px 20px #26231a0b;
  cursor: pointer;
  transition: 0.35s;
}
.gift {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid #e7c55a;
  border-radius: 14px;
  background: #fff4c9;
  font-size: 22px;
  transform: rotate(-8deg);
}
.bonus-box > span:nth-child(2) {
  display: grid;
  gap: 4px;
}
.bonus-box small {
  color: #94949d;
  font: 700 9px "Space Grotesk";
  letter-spacing: 0.15em;
}
.bonus-box strong {
  font: 700 14px/1.1 "Space Grotesk";
}
.bonus-box > svg {
  width: 17px;
}
.bonus-box em {
  display: none;
  grid-column: 1/-1;
  padding-top: 12px;
  border-top: 1px solid #ead993;
  color: #555660;
  font-size: 13px;
  font-style: normal;
  line-height: 1.48;
}
.bonus-box em b {
  display: block;
  margin-top: 9px;
  color: #9b7100;
  text-transform: uppercase;
}
.bonus-box.open {
  background: #fff4cf;
  box-shadow: 0 12px 30px #b58c1820;
}
.bonus-box.open em {
  display: block;
  animation: rise 0.35s both;
}
.bonus-box.open > svg {
  transform: rotate(45deg);
}
.bonuses-screen > aside {
  text-align: center;
  font-weight: 700;
  color: #8d6800;
}

/* Roleta e oferta */
.roulette {
  text-align: center;
}
.roulette h1 {
  text-align: center;
}
.roulette > #wheel {
  position: relative;
  width: 338px;
  height: 338px;
  max-width: 86vw;
  max-height: 86vw;
  margin: 0 auto;
  border: 8px solid #efbd00;
  border-radius: 50%;
  background: conic-gradient(
    from -22.5deg,
    #6f5709 0 45deg,
    #19191d 45deg 90deg,
    #25252a 90deg 135deg,
    #19191d 135deg 180deg,
    #25252a 180deg 225deg,
    #19191d 225deg 270deg,
    #25252a 270deg 315deg,
    #19191d 315deg
  );
  color: #f4c417;
  box-shadow:
    0 0 0 3px #4e400e,
    0 0 0 9px #ffc4000c,
    0 22px 55px #000b,
    inset 0 0 42px #0005;
  cursor: pointer;
}
.roulette > #wheel:before,
.roulette > #wheel:after {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
}
.roulette > #wheel:before {
  inset: 7px;
  border: 1px solid #ffe05b33;
}
.roulette > #wheel:after {
  inset: 31%;
  border: 1px solid #f4c41744;
  box-shadow: 0 0 32px #0009;
}
.roulette > #wheel .sector {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  color: #f0c51e;
  font: 700 12px "Space Grotesk";
  font-style: normal;
  text-shadow: 0 1px 5px #000;
  transform: translate(-50%, -50%) rotate(var(--angle)) translateY(-119px)
    rotate(calc(var(--angle) * -1));
}
.roulette > #wheel .s1 {
  --angle: 0deg;
  color: #ffe16a;
}
.roulette > #wheel .s2 {
  --angle: 45deg;
}
.roulette > #wheel .s3 {
  --angle: 90deg;
}
.roulette > #wheel .s4 {
  --angle: 135deg;
}
.roulette > #wheel .s5 {
  --angle: 180deg;
}
.roulette > #wheel .s6 {
  --angle: 225deg;
}
.roulette > #wheel .s7 {
  --angle: 270deg;
}
.roulette > #wheel .s8 {
  --angle: 315deg;
}
.roulette > #wheel span {
  position: absolute;
  z-index: 2;
  inset: 34%;
  display: grid;
  place-items: center;
  border: 3px solid var(--gold);
  border-radius: 50%;
  background: radial-gradient(circle at 50% 35%, #24200f, #111115 68%);
  font: 700 14px "Space Grotesk";
  box-shadow:
    0 0 0 7px #101012,
    0 0 26px #f4c4173d,
    inset 0 0 18px #ffc4000d;
}
.roulette > #wheel small {
  font-size: 9px;
}
.pointer {
  z-index: 2;
  margin-bottom: -15px;
  color: var(--gold);
  font-size: 29px;
}
.roulette > #wheel.spinning {
  animation: wheel-spin 3.9s cubic-bezier(0.11, 0.76, 0.12, 1) forwards;
  pointer-events: none;
}
.roulette > #wheel.spinning span {
  animation: wheel-counter 3.9s cubic-bezier(0.11, 0.76, 0.12, 1) forwards;
}
.roulette > #wheel.complete {
  transform: rotate(1440deg);
}
.roulette > #wheel.complete span {
  transform: rotate(-1440deg);
}
.roulette-result {
  margin-top: 10px;
}
.roulette-result > small {
  display: block;
  color: #aaa;
}
.roulette-result > strong {
  display: block;
  margin: 8px;
  color: var(--gold);
  font: 700 34px "Space Grotesk";
}
.offer {
  position: relative;
  text-align: center;
}
.offer:before {
  content: "";
  position: absolute;
  top: -170px;
  left: 50%;
  width: 480px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, #ffc40020, transparent 68%);
  transform: translateX(-50%);
  pointer-events: none;
}
.offer > * {
  position: relative;
}
.discount {
  display: inline-block !important;
  align-self: center;
  margin: 0 !important;
  padding: 8px 14px;
  border-radius: 99px;
  background: var(--gold) !important;
  color: #171305 !important;
  font: 700 11px "Space Grotesk" !important;
  box-shadow: 0 0 25px #ffc40045;
  animation: discount-pulse 1.8s ease-in-out infinite !important;
}
.offer h1 {
  max-width: 390px;
  margin: 18px auto 14px;
  text-align: center;
}
.offer-price-card {
  margin: 4px 0 16px;
  padding: 20px 16px 18px;
  border: 1px solid #6d570d;
  border-radius: 20px;
  background: linear-gradient(145deg, #1d1a0e, #111114 68%);
  box-shadow:
    inset 0 1px 0 #ffe6751c,
    0 18px 42px #0005;
}
.offer-price-card > small {
  display: block;
  color: #8d8d96;
  font: 700 9px "Space Grotesk";
  letter-spacing: 0.12em;
}
.offer-price-card s {
  color: #b2b2b9;
  text-decoration-color: #ec5964;
}
.offer-price-card p {
  margin: 5px 0 0;
  color: #a9a9b1;
  font-size: 12px;
}
.price {
  display: block;
  color: var(--gold);
  margin: 10px 0 5px;
  font: 700 82px/0.88 "Space Grotesk";
  letter-spacing: -0.09em;
}
.price small {
  font-size: 28px;
}
.offer-includes {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  text-align: left;
}
.offer-includes span {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 12px;
  border: 1px solid #2d2d33;
  border-radius: 11px;
  background: #17171b;
  color: #d8d8dd;
  font-size: 12px;
}
.offer-includes svg {
  width: 15px;
  height: 15px;
  color: var(--green);
  stroke-width: 3;
}
.secure {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-top: 15px;
  color: #878790;
  font-size: 11px;
}
.secure svg,
.checkout svg {
  width: 16px;
}
@keyframes discount-pulse {
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 36px #ffc4006b;
  }
}

@keyframes screen-in {
  from {
    opacity: 0;
    transform: translateY(64px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes screen-from-bottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes screen-up {
  to {
    transform: translateY(-100%);
  }
}
@keyframes answer-lift {
  to {
    transform: translateY(-14px);
    opacity: 0.72;
  }
}
@keyframes draw-strike {
  to {
    transform: scaleX(1) rotate(-2deg);
  }
}
@keyframes diagnosis-line {
  to {
    transform: scaleX(1);
  }
}
@keyframes result-row {
  from {
    opacity: 0;
    transform: translateX(-16px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes core-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes core-pulse {
  50% {
    transform: scale(1.12);
    opacity: 0.65;
  }
}
@keyframes note-blink {
  50% {
    opacity: 0.3;
  }
}
@keyframes option-in {
  from {
    opacity: 0;
    transform: translateY(22px) scale(0.975);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes line-grow {
  to {
    transform: scaleX(1);
  }
}
@keyframes warning-pop {
  from {
    opacity: 0;
    transform: translateX(-18px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes card-slide {
  from {
    opacity: 0;
    transform: translateX(24px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes skill-in {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes future-arrive {
  from {
    opacity: 0;
    transform: scale(0.94) translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes shine {
  0%,
  55% {
    transform: translateX(-130%);
  }
  78%,
  100% {
    transform: translateX(130%);
  }
}
@keyframes scan {
  from {
    transform: translateX(-120%);
  }
  to {
    transform: translateX(430%);
  }
}
@keyframes message {
  from {
    opacity: 0;
    transform: translateY(12px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes wheel-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1440deg);
  }
}
@keyframes wheel-counter {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-1440deg);
  }
}
@media (max-width: 560px) {
  .stage {
    padding: 0;
    display: block;
  }
  .phone {
    width: 100%;
    height: 100dvh;
    min-height: 100dvh;
    border: 0;
    border-radius: 0;
  }
  .screen {
    min-height: 100dvh;
    height: 100dvh;
    padding: 61px 23px max(22px, env(safe-area-inset-bottom));
    overflow-y: auto;
    overscroll-behavior: contain;
  }
  .intro-screen {
    padding-top: 72px;
  }
  .screen::-webkit-scrollbar {
    display: none;
  }
  .screen h1 {
    font-size: clamp(27px, 7.8vw, 39px);
  }
  .question-screen {
    justify-content: center;
  }
  .story-card {
    min-height: 250px;
  }
  .shift-viewport {
    margin-inline: -23px;
    padding-left: 23px;
  }
  .program-logo {
    font-size: 15vw;
  }
  .roulette > #wheel {
    width: min(295px, 78vw);
    height: min(295px, 78vw);
  }
}
@media (max-height: 760px) {
  .screen {
    padding-top: 54px;
  }
  .intro-screen {
    padding-top: 62px;
  }
  .screen h1 {
    font-size: 28px;
    margin-bottom: 13px;
  }
  .screen p {
    font-size: 14px;
  }
  .answers {
    gap: 8px;
  }
  .answers button {
    padding: 11px 13px;
  }
  .future-shell {
    height: 310px;
  }
  .story-card {
    min-height: 220px;
  }
  .yellow {
    padding: 15px 10px;
  }
  .program-logo {
    font-size: 54px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
