:root {
  --orange: #FE9D33;
  --lime: #CBE25B;
  --teal: #11B2AA;
  --yellow: #FFDB5E;
  --sky: #AFE2F2;
  --purple: #9B5CB8;
  --hero-blue: #1E63FF;
  --hero-yellow: #FFD51E;
  --hero-red: #FF3B30;
  --paper: #F8F6F2;
  --paper-2: #FFFDF8;
  --ink: #263238;
  --muted: #697579;
  --soft: #EEF0ED;
  --line: rgba(38, 50, 56, .1);
  --shadow: 0 16px 42px rgba(38, 50, 56, .11);
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: #fff;
  color: var(--ink);
  font-family: "Nunito", system-ui, sans-serif;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.proposal-strip {
  display: none;
}

.site-header {
  width: min(390px, 100%);
  margin: 0;
  padding: 16px 20px 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.logo {
  width: 116px;
}

.menu-dot {
  display: none;
  width: 26px;
  height: 26px;
  padding: 0;
  display: grid;
  place-content: center;
  gap: 3px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
}

.menu-dot span {
  width: 13px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: var(--hero-blue);
}

.hero {
  position: relative;
  width: min(390px, 100%);
  min-height: 885px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #fff;
}

.hero-art {
  width: 100%;
  display: block;
}

.hero-copy,
.hero-visual {
  display: none;
}

.eyebrow,
.section-kicker {
  margin: 0 0 12px;
  color: var(--teal);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.hero-badge {
  width: fit-content;
  margin-bottom: 18px;
  padding: 8px 13px 8px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, #FFEF79, #FFD43C);
  border: 0;
  color: var(--hero-red);
  font-size: .78rem;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(255, 213, 30, .18);
}

.hero-badge::before {
  content: "✦";
  margin-right: 6px;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Fredoka", "Nunito", sans-serif;
  letter-spacing: 0;
}

h1 {
  max-width: 680px;
  display: grid;
  gap: 5px;
  line-height: .94;
}

h1 .soft {
  color: #7B8587;
  font-size: clamp(1.55rem, 7vw, 2.45rem);
  font-weight: 600;
}

h1 .strong {
  color: var(--ink);
  font-size: clamp(2.35rem, 11vw, 4.7rem);
  font-weight: 700;
}

.hero-title-simple {
  gap: 0;
}

.hero-title-simple span {
  color: var(--ink);
  max-width: 330px;
  font-size: clamp(1.82rem, 8.7vw, 2.22rem);
  font-weight: 700;
  line-height: .98;
}

.hero-title-simple mark {
  position: relative;
  display: inline-block;
  background: transparent;
  color: var(--hero-red);
  font-size: 1.08em;
  font-weight: 800;
  text-shadow: none;
}

.hero-title-simple mark::before {
  content: "";
  position: absolute;
  left: -21px;
  top: .23em;
  width: 13px;
  height: 3px;
  border-radius: 999px;
  background: #FFC400;
  transform: rotate(-28deg);
  transform-origin: right center;
  opacity: .95;
}

.hero-title-simple mark::after {
  content: "";
  position: absolute;
  left: -18px;
  top: .50em;
  width: 12px;
  height: 3px;
  border-radius: 999px;
  background: #FFC400;
  transform: rotate(8deg);
  transform-origin: right center;
  opacity: .95;
}

.hero-title-simple mark i {
  position: absolute;
  left: -20px;
  top: .75em;
  width: 13px;
  height: 3px;
  border-radius: 999px;
  background: #FFC400;
  transform: rotate(34deg);
  transform-origin: right center;
  opacity: .95;
}

.hero-text {
  max-width: 250px;
  margin: 0;
  color: var(--muted);
  font-size: .88rem;
  font-weight: 700;
  line-height: 1.38;
}

.hero-text strong {
  color: var(--teal);
  font-weight: 950;
}

.hero-doodle {
  position: absolute;
  z-index: 6;
  pointer-events: none;
}

.doodle-x {
  left: 189px;
  bottom: 294px;
  color: var(--hero-red);
  font-family: "Fredoka", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
}

.doodle-rays-top,
.doodle-rays-lens {
  width: 4px;
  height: 17px;
  border-radius: 999px;
  background: #FFC400;
  box-shadow: 12px 4px 0 #FFC400, -12px 4px 0 #FFC400;
}

.doodle-rays-top {
  right: 86px;
  top: 39px;
  transform: rotate(10deg);
}

.doodle-rays-lens {
  left: 44px;
  bottom: 378px;
  transform: rotate(4deg);
}

.cta {
  width: 100%;
  min-height: 64px;
  margin-top: 24px;
  padding: 18px 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--hero-blue), #1548C8);
  color: #fff;
  box-shadow: 0 18px 34px rgba(30, 99, 255, .28);
  font-size: .82rem;
  font-weight: 950;
  line-height: 1.18;
  text-align: center;
  text-decoration: none;
  white-space: normal;
  transition: transform .18s ease, box-shadow .18s ease;
}

.cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 42px rgba(30, 99, 255, .36);
}

.hero-visual {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  min-height: 0;
}

.hero-photo {
  position: absolute;
  right: -16px;
  top: 178px;
  width: 374px;
  height: 410px;
  object-fit: contain;
  object-position: right center;
  border-radius: 0;
  box-shadow: none;
  -webkit-mask-image: none;
  mask-image: none;
}

.hero-visual::after {
  content: "☆";
  position: absolute;
  left: 26px;
  top: 380px;
  z-index: 5;
  color: var(--hero-blue);
  background: transparent;
  font-family: "Fredoka", sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  transform: rotate(20deg);
}

.hero-visual::before {
  content: "☆";
  position: absolute;
  right: 17px;
  top: 24px;
  z-index: 5;
  color: var(--hero-red);
  font-family: "Fredoka", sans-serif;
  font-size: 3.45rem;
  font-weight: 700;
  transform: rotate(16deg);
}

.guide {
  position: absolute;
  z-index: 2;
  filter: drop-shadow(0 16px 20px rgba(38, 50, 56, .18));
}

.guide-hero {
  width: 156px;
  right: 10px;
  bottom: 174px;
  z-index: 7;
}

.sticker {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
}

.sticker {
  min-height: 48px;
  padding: 9px 12px;
  border-radius: 7px;
  background: var(--paper-2);
  box-shadow: 0 10px 24px rgba(38, 50, 56, .10);
}

.sticker-one {
  left: auto;
  right: 11px;
  top: 103px;
  background: var(--hero-blue);
  color: #fff;
  transform: rotate(4deg);
  font-size: .9rem;
  line-height: .96;
  text-align: left;
  box-shadow: 0 10px 20px rgba(30, 99, 255, .20);
}

.sticker-two {
  left: 23px;
  top: 308px;
  opacity: 1;
  background: #fff;
  color: var(--hero-blue);
  transform: rotate(7deg);
  min-height: 52px;
  max-width: 132px;
  font-size: .86rem;
  line-height: .98;
  text-align: left;
  white-space: normal;
}

.tiny-clue {
  position: absolute;
  z-index: 3;
}

.investigation-path {
  position: absolute;
  inset: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.investigation-path path {
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-dasharray: 5 7;
  opacity: .78;
}

.investigation-path .path-blue {
  stroke: var(--hero-blue);
}

.investigation-path .path-yellow {
  stroke: #FFC400;
}

.tiny-clue {
  left: 137px;
  top: 412px;
  padding: 10px 14px;
  border-radius: 4px;
  background: var(--hero-red);
  color: #fff;
  font-family: "Fredoka", sans-serif;
  font-size: .95rem;
  font-weight: 700;
  transform: rotate(-5deg);
  opacity: 1;
  box-shadow: 0 8px 18px rgba(38, 50, 56, .08);
}

.clue-lens {
  position: absolute;
  left: 23px;
  bottom: 318px;
  z-index: 6;
  font-size: 4.05rem;
  transform: rotate(-15deg);
  filter: drop-shadow(0 10px 14px rgba(30, 99, 255, .16)) saturate(1.35);
}

.look-note {
  display: block;
  position: absolute;
  left: 100px;
  bottom: 304px;
  z-index: 6;
  color: var(--hero-blue);
  font-size: .82rem;
  font-weight: 850;
  line-height: 1.04;
  text-align: left;
  transform: rotate(-12deg);
  text-shadow: none;
}

.look-note::after {
  content: "↗";
  position: absolute;
  right: -21px;
  bottom: 8px;
  color: var(--hero-blue);
  font-size: 1.18rem;
}

.hero-action {
  position: absolute;
  left: 21px;
  bottom: 22px;
  z-index: 8;
  width: 348px;
  display: grid;
  gap: 18px;
  margin: 0;
}

.hero-action .hero-text {
  display: none;
}

.hero-action .cta {
  display: inline-flex;
  margin-top: 0;
}

.hero-action .social-proof {
  display: block;
  margin: -5px 0 0;
  color: var(--muted);
  font-size: .95rem;
  font-weight: 950;
  text-align: center;
}

.micro-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  align-items: stretch;
}

.micro-benefits span {
  min-width: 0;
  min-height: 44px;
  padding: 4px 5px;
  border-radius: 0;
  background: transparent;
  border: 0;
  border-right: 1px solid rgba(38, 50, 56, .12);
  color: var(--ink);
  font-size: .75rem;
  font-weight: 800;
  box-shadow: none;
  display: grid;
  grid-template-columns: 24px 1fr;
  column-gap: 5px;
  align-items: center;
  text-align: left;
}

.micro-benefits span:last-child {
  border-right: 0;
}

.micro-benefits b {
  width: 22px;
  height: 22px;
  grid-row: span 2;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: .78rem;
}

.micro-benefits span:nth-child(2) b {
  background: var(--hero-yellow);
  color: var(--ink);
}

.micro-benefits span:nth-child(3) b {
  background: var(--purple);
}

.micro-benefits strong,
.micro-benefits small {
  display: block;
  line-height: 1.05;
  min-width: 0;
  overflow-wrap: anywhere;
}

.micro-benefits strong {
  font-size: .62rem;
  font-weight: 950;
}

.micro-benefits small {
  color: var(--muted);
  font-size: .58rem;
  font-weight: 800;
}

.social-proof {
  margin: -2px 0 0;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 800;
  text-align: center;
}

.section {
  padding: 68px 0;
}

.container {
  width: min(1040px, calc(100% - 36px));
  margin: 0 auto;
}

.narrow {
  width: min(720px, calc(100% - 36px));
}

.tiny {
  width: min(620px, calc(100% - 36px));
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2,
.honest h2,
.thinking h2,
.objection h2 {
  color: var(--ink);
  font-size: clamp(2rem, 8vw, 3.6rem);
  line-height: .96;
}

.honest {
  background:
    radial-gradient(circle at 92% 72%, rgba(175, 226, 242, .34), transparent 230px),
    radial-gradient(circle at 8% 92%, rgba(203, 226, 91, .22), transparent 190px),
    var(--paper-2);
  overflow: hidden;
}

.honest h2 {
  margin-bottom: 14px;
}

.heavy-stack {
  display: grid;
  gap: 7px;
  max-width: 560px;
}

.heavy-card {
  min-height: 48px;
  padding: 9px 13px;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: #E4E7E6;
  border: 1px solid rgba(38, 50, 56, .06);
  box-shadow: none;
}

.heavy-card span {
  color: #879092;
  font-family: "Fredoka", sans-serif;
  font-size: 1.08rem;
  font-weight: 500;
}

.heavy-card:nth-child(1)::before { content: "🪑"; }
.heavy-card:nth-child(2)::before { content: "📄"; }
.heavy-card:nth-child(3)::before { content: "🔁"; }
.heavy-card:nth-child(4)::before { content: "🧠"; }

.heavy-card::before {
  margin-right: 9px;
  filter: grayscale(1);
  opacity: .42;
  font-size: .92rem;
}

.energy-shift {
  position: relative;
  min-height: 420px;
  margin-top: 56px;
  padding: 18px 0 26px;
}

.energy-shift h3 {
  position: relative;
  z-index: 2;
  max-width: 560px;
  color: var(--ink);
  font-size: clamp(2.45rem, 11.4vw, 5.35rem);
  font-weight: 700;
  line-height: .9;
  text-wrap: balance;
}

.born-line {
  position: relative;
  display: inline-block;
  z-index: 3;
  margin: 20px 0 0;
  color: var(--ink);
  font-family: "Fredoka", sans-serif;
  font-size: clamp(1.36rem, 6.2vw, 2.2rem);
  font-weight: 700;
  line-height: .95;
}


.word-cloud {
  position: relative;
  z-index: 3;
  min-height: 190px;
  margin-top: 12px;
}

.word-cloud span {
  position: absolute;
  padding: 10px 13px;
  color: var(--ink);
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  line-height: .9;
  text-shadow: 0 8px 18px rgba(38, 50, 56, .08);
  animation: float 4.4s ease-in-out infinite;
}

.word-cloud span::before {
  margin-right: 5px;
  font-size: .72em;
}

.word-cloud span:nth-child(1) {
  left: 0;
  top: 12px;
  color: var(--teal);
  font-size: clamp(1.95rem, 8vw, 3rem);
  transform: rotate(-7deg);
}

.word-cloud span:nth-child(1)::before {
  content: "↗";
}

.word-cloud span:nth-child(2) {
  right: 6px;
  top: 0;
  color: var(--purple);
  font-size: clamp(1.5rem, 6vw, 2.3rem);
  transform: rotate(8deg);
}

.word-cloud span:nth-child(2)::before {
  content: "?";
}

.word-cloud span:nth-child(3) {
  left: 34%;
  top: 72px;
  color: var(--orange);
  font-size: clamp(1.7rem, 7vw, 2.8rem);
  transform: rotate(-3deg);
}

.word-cloud span:nth-child(3)::before {
  content: "✦";
}

.word-cloud span:nth-child(4) {
  left: 5%;
  top: 128px;
  color: #6B55B4;
  font-size: clamp(1.45rem, 6vw, 2.2rem);
  transform: rotate(6deg);
}

.word-cloud span:nth-child(4)::before {
  content: "✨";
}

.word-cloud span:nth-child(5) {
  right: 24%;
  top: 142px;
  color: #D98A14;
  font-size: clamp(1.25rem, 5.2vw, 1.95rem);
  transform: rotate(-8deg);
}

.word-cloud span:nth-child(5)::before {
  content: "•";
}

.word-cloud span:nth-child(6) {
  right: 0;
  top: 92px;
  color: var(--teal);
  font-size: clamp(1.85rem, 8vw, 3.15rem);
  transform: rotate(5deg);
  animation-delay: .45s;
}

.word-cloud span:nth-child(6)::before {
  content: "🔎";
}

.guide-energy {
  width: 118px;
  right: -12px;
  bottom: -58px;
}

.energy-spark {
  position: absolute;
  z-index: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
  animation: float 3.7s ease-in-out infinite;
}

.spark-one {
  width: 44px;
  height: 44px;
  left: 6px;
  top: 20px;
  background: var(--hero-yellow);
  color: var(--ink);
}

.spark-two {
  width: 36px;
  height: 36px;
  right: 24px;
  top: 84px;
  background: var(--hero-blue);
  color: #fff;
  animation-delay: .6s;
}

.spark-three {
  width: 42px;
  height: 42px;
  left: 18%;
  bottom: 40px;
  background: rgba(255, 59, 48, .14);
  color: var(--hero-red);
  animation-delay: 1s;
}

.energy-line {
  position: absolute;
  z-index: 1;
  width: 130px;
  height: 54px;
  border-top: 3px dashed rgba(30, 99, 255, .42);
  border-radius: 50%;
}

.line-one {
  right: 18px;
  top: 18px;
  transform: rotate(-18deg);
}

.line-two {
  left: -18px;
  bottom: 88px;
  transform: rotate(24deg);
  border-color: rgba(255, 59, 48, .38);
}

.experience {
  position: relative;
  overflow: visible;
  background: var(--paper);
  padding-bottom: 22px;
}

.experience .container {
  position: relative;
}

.peek-board {
  position: relative;
  min-height: 515px;
  margin: 4px 0 14px;
  border-radius: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 219, 94, .18), transparent 80px),
    radial-gradient(circle at 88% 68%, rgba(175, 226, 242, .30), transparent 130px),
    radial-gradient(circle at 54% 44%, rgba(203, 226, 91, .18), transparent 170px);
  border: 0;
  box-shadow: none;
  overflow: visible;
}

.peek-board::before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  top: 8px;
  bottom: 26px;
  z-index: 0;
  border-radius: 44px 34px 48px 38px;
  background:
    radial-gradient(circle at 20% 20%, rgba(254, 157, 51, .08), transparent 110px),
    radial-gradient(circle at 80% 72%, rgba(17, 178, 170, .10), transparent 130px),
    radial-gradient(circle at 26% 76%, rgba(155, 92, 184, .06), transparent 92px),
    rgba(255, 253, 248, .58);
  box-shadow: inset 0 0 0 1px rgba(38, 50, 56, .045), 0 26px 54px rgba(38, 50, 56, .055);
  pointer-events: none;
}

.peek-board::after {
  content: "";
  position: absolute;
  inset: 30px 16px 48px;
  z-index: 1;
  background-image:
    radial-gradient(circle, rgba(36, 50, 58, .075) 1.1px, transparent 1.4px),
    radial-gradient(circle, rgba(30, 99, 255, .055) 1px, transparent 1.3px);
  background-size: 52px 52px, 76px 76px;
  opacity: .5;
  pointer-events: none;
}

.mural-mark,
.mural-doodle {
  position: absolute;
  z-index: 9;
  pointer-events: none;
}

.mural-mark {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: radial-gradient(circle at 38% 34%, #fff 0 20%, #FFDB5E 22% 100%);
  box-shadow: 0 8px 16px rgba(38, 50, 56, .12);
}

.mark-pin-one {
  left: 260px;
  top: 58px;
}

.mark-pin-two {
  left: 24px;
  top: 296px;
  background: radial-gradient(circle at 38% 34%, #fff 0 20%, #AFE2F2 22% 100%);
}

.mark-pin-three {
  display: none;
}

.doodle-circle {
  display: none;
}

.doodle-arrow {
  right: 32px;
  top: 214px;
  color: var(--hero-blue);
  font-family: "Fredoka", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  transform: rotate(12deg);
}

.doodle-question {
  right: 74px;
  top: 330px;
  color: rgba(255, 59, 48, .58);
  font-family: "Fredoka", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  transform: rotate(-12deg);
}

.doodle-underline {
  left: 24px;
  top: 198px;
  width: 84px;
  height: 9px;
  border-bottom: 3px solid rgba(255, 219, 94, .72);
  border-radius: 50%;
  transform: rotate(-7deg);
}

.peek-card {
  position: absolute;
  z-index: 5;
  width: 72%;
  max-width: 310px;
  padding: 19px 20px 18px;
  border-radius: 18px 22px 19px 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .78), transparent 45%),
    rgba(255, 253, 248, .94);
  border: 1px solid rgba(38, 50, 56, .08);
  box-shadow: 0 18px 32px rgba(38, 50, 56, .11);
  transform-origin: 50% 50%;
}

.peek-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -9px;
  width: 76px;
  height: 18px;
  border-radius: 5px;
  background: rgba(255, 219, 94, .38);
  transform: translateX(-50%) rotate(-2deg);
  box-shadow: 0 3px 8px rgba(38, 50, 56, .04);
}

.peek-card::after {
  content: "";
  position: absolute;
  left: auto;
  right: 28px;
  bottom: 17px;
  width: 74px;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 219, 94, .25);
  transform: rotate(-1deg);
  z-index: -1;
}

.diary::after {
  left: 46px;
  right: auto;
  bottom: 25px;
  width: 92px;
  transform: rotate(-2deg);
}

.peek-card > span {
  display: block;
  margin-bottom: 8px;
  color: var(--orange);
  font-size: .75rem;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.peek-card p {
  margin: 0;
  color: var(--ink);
  font-family: "Fredoka", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.08;
}

.keep-together {
  display: inline;
  white-space: nowrap;
}

.diary {
  left: 22px;
  top: 34px;
  transform: rotate(-6deg);
  z-index: 6;
}

.map {
  right: 8px;
  top: 164px;
  transform: rotate(4deg);
  z-index: 5;
}

.map::after {
  left: 40px;
  right: auto;
  width: 112px;
}

.map .peek-card::after {
  display: none;
}

.mission {
  left: 20px;
  bottom: 78px;
  transform: rotate(-2.5deg);
  width: 66%;
  z-index: 7;
}

.mission p {
  max-width: 190px;
}

.mission::after {
  left: 34px;
  width: 166px;
}

.guide-peek {
  z-index: 9;
  width: 228px;
  right: -34px;
  bottom: 24px;
  transform: rotate(2deg);
}

.section-journey {
  position: absolute;
  right: -4px;
  bottom: -112px;
  z-index: 3;
  width: 100%;
  height: 180px;
  pointer-events: none;
}

.section-journey path {
  fill: none;
  stroke: var(--hero-blue);
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-dasharray: 3.5 7.5;
  opacity: .5;
}

.benefit:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 34px rgba(38, 50, 56, .10);
}

.thinking {
  position: relative;
  overflow: hidden;
  background: var(--paper-2);
  text-align: center;
  padding-top: 88px;
}

.thinking-path {
  position: absolute;
  inset: -54px 0 auto;
  z-index: 2;
  width: 100%;
  height: 150px;
  pointer-events: none;
}

.thinking-path path {
  fill: none;
  stroke: var(--hero-blue);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-dasharray: 3.5 7.5;
  opacity: .52;
}

.thinking-doodle {
  position: absolute;
  right: 42px;
  top: 78px;
  z-index: 2;
  color: var(--hero-yellow);
  font-family: "Fredoka", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  transform: rotate(14deg);
}

.thinking .container {
  position: relative;
  z-index: 1;
}

.thinking p {
  margin: 0 0 14px;
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 800;
}

.thinking h2 {
  font-size: clamp(2.45rem, 9.8vw, 4.2rem);
  line-height: .95;
}

.thinking h2 span {
  display: inline-block;
  color: var(--orange);
  font-size: 1.24em;
  text-shadow: 0 12px 28px rgba(254, 157, 51, .18);
}

.timeline-section {
  background:
    radial-gradient(circle at 100% 6%, rgba(155, 92, 184, .12), transparent 220px),
    var(--paper);
}

.timeline {
  position: relative;
  display: grid;
  gap: 18px;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 25px;
  top: 24px;
  bottom: 24px;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(var(--soft), var(--sky), var(--lime), var(--orange));
}

.week {
  position: relative;
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 14px;
}

.week-marker {
  position: relative;
  z-index: 2;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #D9DDDA;
  color: #7B8587;
  font-family: "Fredoka", sans-serif;
  font-size: 1.35rem;
  font-weight: 700;
  box-shadow: 0 0 0 8px var(--paper);
}

.week-content {
  padding: 20px;
  border-radius: 26px;
  background: var(--paper-2);
  border: 1px solid var(--line);
  box-shadow: 0 12px 30px rgba(38, 50, 56, .07);
}

.week-content p {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: .82rem;
  font-weight: 950;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.week-content h3 {
  color: var(--ink);
  font-size: 1.45rem;
  line-height: 1.02;
}

.week-content span {
  display: block;
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.4;
}

.week-two .week-marker {
  background: var(--hero-blue);
  color: #fff;
}

.week-three .week-marker {
  background: var(--hero-yellow);
  color: var(--ink);
}

.week-four .week-marker {
  background: var(--hero-red);
  color: #fff;
  box-shadow: 0 0 0 8px var(--paper), 0 0 28px rgba(255, 59, 48, .30);
}

.week-four .week-content {
  border-color: rgba(254, 157, 51, .28);
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 219, 94, .44), transparent 120px),
    var(--paper-2);
}

.objection {
  background: #EAF8FB;
  text-align: center;
}

.objection .container {
  position: relative;
  padding-top: 24px;
}

.guide-objection {
  width: 112px;
  position: absolute;
  right: 4px;
  top: -42px;
  margin: 0;
  border-radius: 18px;
  filter: drop-shadow(0 12px 18px rgba(38, 50, 56, .12));
}

.objection h2 {
  position: relative;
  z-index: 2;
  max-width: 82%;
  margin-left: 0;
  text-align: left;
  font-weight: 600;
}

.objection-spark,
.objection-line {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.objection-spark {
  display: grid;
  place-items: center;
  border-radius: 50%;
  font-family: "Fredoka", sans-serif;
  font-weight: 700;
}

.spark-a {
  width: 34px;
  height: 34px;
  right: 92px;
  top: 10px;
  background: #FFEFA8;
  color: var(--ink);
  transform: rotate(-10deg);
}

.spark-b {
  display: none;
}

.objection-line {
  right: 38px;
  top: 90px;
  width: 112px;
  height: 46px;
  border-top: 3px dashed rgba(17, 178, 170, .45);
  border-radius: 50%;
  transform: rotate(-22deg);
}

.breath-lines {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}

.brain-intro {
  margin: 22px auto 18px;
  max-width: 620px;
}

.brain-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.45;
}

.brain-card {
  margin-top: 22px;
  padding: 22px 16px;
  border-radius: 24px;
  background: rgba(255, 253, 248, .82);
  border: 2px solid rgba(17, 178, 170, .18);
  box-shadow: 0 16px 38px rgba(38, 50, 56, .08);
  text-align: left;
}

.brain-card h3 {
  margin-bottom: 18px;
  color: var(--hero-blue);
  font-size: .86rem;
  letter-spacing: .08em;
}

.brain-step {
  display: grid;
  grid-template-columns: 54px 1fr;
  gap: 12px;
  align-items: center;
}

.brain-step span {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: rgba(175, 226, 242, .64);
  font-size: 1.38rem;
}

.brain-step:nth-of-type(3) span { background: rgba(203, 226, 91, .48); color: #E6002D; }
.brain-step:nth-of-type(5) span { background: rgba(255, 219, 94, .44); }
.brain-step:nth-of-type(7) span { background: rgba(255, 59, 48, .12); }
.brain-step:nth-of-type(9) span { background: rgba(17, 178, 170, .16); }

.brain-step p {
  margin: 0;
  color: var(--ink);
  font-size: clamp(.92rem, 4vw, 1.15rem);
  font-weight: 600;
  line-height: 1.18;
}

.brain-arrow {
  width: 54px;
  margin: 5px 0;
  color: rgba(17, 178, 170, .5);
  font-size: 1.45rem;
  font-weight: 900;
  text-align: center;
}

.brain-close {
  margin: 20px 0 0;
  padding-top: 16px;
  border-top: 1px solid rgba(17, 178, 170, .18);
  color: #0B9F98;
  font-size: .96rem;
  font-style: italic;
  font-weight: 850;
  line-height: 1.55;
}

.breath-lines p {
  margin: 0;
  padding: 16px 18px;
  border-radius: 999px;
  background: rgba(255, 253, 248, .72);
  color: var(--ink);
  font-family: "Fredoka", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.proof {
  background: var(--paper);
}

.depo-list {
  display: grid;
  gap: 16px;
}

.depo-image {
  width: min(100%, 420px);
  margin: 0 auto;
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.depo-card {
  width: min(100%, 420px);
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.depo-wa-header {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  margin: 9px 0 0 8px;
  text-align: right;
}

.depo-wa-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--sky);
  flex: 0 0 auto;
}

.depo-wa-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.depo-wa-nome {
  color: var(--ink);
  font-size: .9rem;
  font-weight: 650;
  line-height: 1.2;
  order: 1;
}

.depo-wa-icon {
  order: 2;
}

.depo-wa-bolha {
  padding: 15px 15px;
  border-radius: 18px 18px 18px 6px;
  background: #DDF7C8;
  box-shadow: 0 12px 28px rgba(38, 50, 56, .08);
}

.depo-texto {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.38;
}

.benefit-stack {
  display: grid;
  gap: 12px;
  margin-top: 4px;
  text-align: left;
}

.benefit {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: start;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.benefit > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--yellow);
  color: var(--ink);
  font-family: "Fredoka", sans-serif;
  font-size: .78rem;
  font-weight: 700;
}

.benefit:nth-child(2) > span { background: var(--lime); }
.benefit:nth-child(3) > span { background: var(--hero-blue); color: #fff; }
.benefit:nth-child(4) > span { background: var(--hero-yellow); color: var(--ink); }
.benefit:nth-child(5) > span { background: var(--purple); color: #fff; }

.benefit h3 {
  color: var(--ink);
  font-size: 1.08rem;
  line-height: 1.02;
}

.benefit p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: .9rem;
  font-weight: 750;
  line-height: 1.28;
}

.final-letter {
  padding: 34px 0 38px;
  background: #fefefe;
  text-align: center;
}

.final-letter p {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 1.04rem;
  font-weight: 800;
}

.final-letter h2 {
  color: var(--ink);
  font-size: clamp(2rem, 8vw, 3.6rem);
  line-height: .96;
}

.section-pricing {
  padding: 58px 0 72px;
  background: #fefefe;
  text-align: center;
}

.offer-mockup {
  width: min(92%, 360px);
  margin: 0 auto 28px;
  filter: none;
  mix-blend-mode: multiply;
}

.price-card {
  margin: 28px auto 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.section-garantia {
  padding: 54px 18px 44px;
  background: var(--paper);
}

.gar-card {
  width: min(620px, 100%);
  margin: 0 auto;
  padding: 28px 22px;
  border-radius: 28px;
  background: var(--paper-2);
  box-shadow: var(--shadow);
  text-align: center;
}

.gar-escudo {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  margin: 0 auto 16px;
  border-radius: 50%;
  background: rgba(17, 178, 170, .12);
  font-size: 2rem;
}

.gar-titulo {
  color: var(--ink);
  font-family: "Fredoka", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.gar-frase {
  margin: 12px 0 14px;
  color: var(--purple);
  font-family: "Fredoka", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.16;
}

.gar-frase span {
  color: var(--orange);
}

.gar-texto {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: .98rem;
  font-weight: 750;
  line-height: 1.55;
  text-align: left;
}

.section-faq {
  padding: 62px 18px 52px;
  background: var(--paper-2);
}

.faq-header,
.faq-lista {
  width: min(760px, 100%);
  margin-left: auto;
  margin-right: auto;
}

.faq-header {
  margin-bottom: 24px;
}

.faq-header h2 {
  margin: 0 0 8px;
  color: var(--ink);
  font-family: "Fredoka", sans-serif;
  font-size: clamp(2rem, 8vw, 3rem);
  line-height: .96;
}

.faq-header p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
  line-height: 1.45;
}

.faq-lista {
  display: grid;
}

.faq-item {
  border-top: 1px solid rgba(38, 50, 56, .10);
}

.faq-item:last-child {
  border-bottom: 1px solid rgba(38, 50, 56, .10);
}

.faq-pergunta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 17px 0;
  cursor: pointer;
}

.faq-pergunta span {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 950;
  line-height: 1.3;
}

.faq-icone {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: rgba(155, 92, 184, .12);
  color: var(--purple);
  font-weight: 950;
  transition: transform .25s ease;
}

.faq-resposta {
  max-height: 0;
  overflow: hidden;
  color: var(--muted);
  font-weight: 750;
  line-height: 1.6;
  transition: max-height .32s ease, padding .24s ease;
}

.faq-item.aberto .faq-icone {
  transform: rotate(45deg);
}

.faq-item.aberto .faq-resposta {
  max-height: 560px;
  padding-bottom: 17px;
}

.footer {
  padding: 30px 20px;
  background: var(--ink);
  text-align: center;
}

.footer-logo-img {
  width: 142px;
  margin: 0 auto 10px;
}

.footer-copy {
  color: rgba(255, 253, 248, .45);
  font-size: .78rem;
  font-weight: 800;
}

.price-card span,
.price-card small {
  display: block;
  color: var(--muted);
  font-weight: 900;
}

.price-card strong {
  display: block;
  margin: 4px 0;
  color: var(--teal);
  font-family: "Fredoka", sans-serif;
  font-size: clamp(4.4rem, 18vw, 6.3rem);
  line-height: .82;
}

.price-card em {
  display: block;
  margin: 8px 0 2px;
  color: #000;
  font-style: normal;
  font-weight: 800;
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .55s ease, transform .55s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}

@media (min-width: 980px) {
  .site-header {
    width: min(1120px, calc(100% - 56px));
    padding-top: 24px;
  }

  .logo {
    width: 96px;
  }

  .hero {
    width: min(1120px, calc(100% - 56px));
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 34px;
    padding: 58px 0 86px;
  }

  .hero-title-simple span {
    max-width: 590px;
    font-size: clamp(3rem, 5.4vw, 5rem);
  }

  .hero-badge {
    font-size: .72rem;
    padding: 7px 12px;
  }

  .hero-copy {
    grid-column: 1;
    grid-row: 1;
  }

  .hero-visual {
    grid-column: 2;
    grid-row: 1 / span 2;
    width: 100%;
  }

  .hero-action {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
  }

  .micro-benefits span {
    min-height: 58px;
  }

  .cta {
    width: fit-content;
    min-width: 390px;
  }

  .hero-photo {
    height: 560px;
  }

  .hero-text {
    max-width: 560px;
    font-size: 1.05rem;
  }

  .section {
    padding: 88px 0;
  }

  .heavy-stack {
    grid-template-columns: repeat(4, 1fr);
    max-width: none;
    gap: 8px;
  }

  .heavy-card {
    min-height: 84px;
    display: grid;
    place-items: center;
    text-align: center;
  }

  .heavy-card::before {
    margin: 0 0 5px;
    font-size: 1.05rem;
  }

  .heavy-card span {
    font-size: 1.15rem;
  }

  .energy-shift {
    min-height: 500px;
    margin-top: 72px;
  }

  .word-cloud {
    min-height: 230px;
  }

  .guide-energy {
    width: 170px;
    right: 16px;
    bottom: -82px;
  }

  .peek-board {
    min-height: 500px;
  }

  .guide-peek {
    width: 220px;
    right: 44px;
  }

  .timeline {
    max-width: 800px;
    margin: 0 auto;
  }

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

  .benefit:last-child {
    grid-column: 1 / -1;
  }
}
