:root {
  --bg: #fbf7ef;
  --ink: #11100e;
  --muted: #6e675d;
  --line: #ebe2d4;
  --card: #fffdf8;
  --accent: #2f2119;
  --green: #1f7a4d;
  --green-soft: #eaf5ed;
  --gold: #c49a42;
  --gold-soft: #fff3d4;
  --danger: #b2262f;
  --shadow: 0 18px 50px rgba(34, 26, 16, 0.08);
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
}

button,
input,
a {
  font: inherit;
}

.shell {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(251, 247, 239, 0.96);
  backdrop-filter: blur(12px);
}

.header-row {
  position: relative;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 34px;
}

.circle-btn {
  width: 48px;
  height: 48px;
  border: 1px solid #d8d0c4;
  border-radius: 50%;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
  display: grid;
  place-items: center;
  font-size: 24px;
}

.brand {
  font-size: 28px;
  font-weight: 900;
  letter-spacing: -0.035em;
  margin-right: auto;
}

.center-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-weight: 800;
  white-space: nowrap;
}

.hamburger {
  font-size: 26px;
}

.segmented-progress {
  display: grid;
  grid-template-columns: repeat(var(--segments), 1fr);
  gap: 4px;
  height: 5px;
  border-top: 1px solid #eee6dd;
}

.segment {
  background: #eee8df;
}

.segment.done {
  background: var(--accent);
}

.stage {
  flex: 1;
  width: min(100%, 620px);
  margin: 0 auto;
  padding: 54px 24px 70px;
}

.stage.wide {
  width: min(100%, 760px);
}

.stage.pre-stage {
  width: min(100%, 480px);
  padding-top: 24px;
}

.screen {
  animation: rise 220ms ease both;
}

@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.eyebrow {
  color: var(--green);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 16px;
  text-align: center;
}

.hero-eyebrow {
  width: max-content;
  margin: 0 auto 18px;
  border-radius: 999px;
  background: var(--gold-soft);
  color: #7b570c;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  font-size: clamp(38px, 6vw, 58px);
  line-height: 0.98;
  letter-spacing: -0.075em;
  text-align: center;
  margin-bottom: 14px;
}

h2 {
  font-size: clamp(31px, 5vw, 45px);
  line-height: 1.05;
  letter-spacing: -0.06em;
  text-align: center;
  margin-bottom: 34px;
}

.sub {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  max-width: 520px;
  margin: 0 auto 34px;
}

.hero-visual {
  min-height: 210px;
  border: 1px solid var(--line);
  border-radius: 34px;
  background:
    radial-gradient(circle at 24% 26%, rgba(196, 154, 66, 0.35), transparent 28%),
    radial-gradient(circle at 78% 20%, rgba(31, 122, 77, 0.18), transparent 30%),
    linear-gradient(135deg, #fffdf8, #efe5d3);
  display: grid;
  place-items: center;
  margin: 30px auto 28px;
  overflow: hidden;
  position: relative;
  box-shadow: var(--shadow);
}

.prequiz {
  width: min(100%, 448px);
  margin: 0 auto;
  padding-top: 0;
  text-align: center;
}

.pre-progress {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #ecf8f0;
  margin-bottom: 24px;
}

.pre-progress span {
  display: block;
  width: 8%;
  height: 100%;
  background: #73dfae;
}

.pre-logo {
  margin: 0 auto 16px;
  color: #f49a68;
  line-height: 1.05;
}

.pre-logo span {
  display: block;
  color: #9b9b9b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.04em;
}

.pre-logo strong {
  display: block;
  font-size: 31px;
  font-weight: 400;
  font-family: Georgia, "Times New Roman", serif;
}

.pre-headline {
  max-width: 460px;
  margin: 0 auto 14px;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: -0.04em;
  text-align: center;
}

.pre-headline u {
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.mock-img {
  display: block;
  width: 100%;
  height: auto;
}

.hero-mock {
  width: 100%;
  aspect-ratio: 1 / 1.02;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
  margin: 16px auto 18px;
  box-shadow: 0 16px 34px rgba(57, 38, 20, 0.2);
}

.product-hero {
  object-fit: contain;
  background: linear-gradient(180deg, #fff9ec, #eee0c9);
  padding: 14px;
}

.pre-call {
  color: #080808;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 auto 10px;
  text-align: center;
  max-width: 380px;
}

.pre-cta {
  width: 100%;
  min-height: 60px;
  border: 0;
  border-radius: 14px;
  background: #18a94c;
  color: #fff;
  box-shadow: 0 7px 0 #078a36;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  margin-bottom: 16px;
  letter-spacing: 0.01em;
}

.pre-cta.pulse {
  animation: buttonPulse 1.55s ease-in-out infinite;
}

@keyframes buttonPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 7px 0 #078a36, 0 0 0 0 rgba(24, 169, 76, 0.28);
  }
  50% {
    transform: scale(1.025);
    box-shadow: 0 7px 0 #078a36, 0 0 0 12px rgba(24, 169, 76, 0);
  }
}

.proof-stack {
  display: grid;
  gap: 12px;
  margin: 12px auto 30px;
  width: min(100%, 420px);
}

.proof-stack .mock-img {
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0,0,0,.1);
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
}

.safe-proof-stack {
  display: grid;
  gap: 10px;
  margin: 12px auto 30px;
  width: min(100%, 420px);
}

.safe-proof-stack div {
  background: #fff;
  border: 1px solid rgba(47, 38, 29, 0.1);
  border-radius: 16px;
  padding: 14px 16px;
  text-align: left;
  box-shadow: 0 8px 20px rgba(47, 38, 29, 0.07);
}

.safe-proof-stack strong {
  display: block;
  color: #211915;
  font-size: 14px;
  line-height: 1.25;
}

.safe-proof-stack span {
  display: block;
  margin-top: 5px;
  color: #8b7b6d;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.authority-block {
  margin: 18px 0 24px;
  position: relative;
  display: grid;
  justify-items: center;
}

.mock-person {
  width: min(82%, 330px);
  margin-bottom: -46px;
  position: relative;
  z-index: 1;
}

.insta-mock {
  width: min(100%, 500px);
  position: relative;
  z-index: 2;
  filter: drop-shadow(0 12px 24px rgba(0,0,0,.14));
}

.news-block {
  display: grid;
  gap: 13px;
  margin: 30px 0 20px;
}

.news-block.news-only {
  margin-top: 22px;
  margin-bottom: 24px;
}

.news-block .mock-img {
  border-radius: 13px;
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
  background: #fff;
  border: 1px solid rgba(0,0,0,.06);
}

.study-img {
  max-height: 260px;
  object-fit: contain;
}

.first-question {
  margin-top: 34px;
  margin-bottom: 22px;
  font-size: clamp(30px, 5vw, 42px);
}

.hero-plate {
  width: min(76%, 350px);
  aspect-ratio: 1 / 0.52;
  border-radius: 50%;
  background: #fffaf0;
  border: 14px solid #ffffff;
  box-shadow: 0 16px 42px rgba(47, 33, 25, 0.16);
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.08;
}

.hero-plate span {
  display: block;
  color: var(--green);
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-top: 8px;
}

.primary {
  width: 100%;
  min-height: 62px;
  border: 0;
  border-radius: 999px;
  background: var(--accent);
  color: white;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 18px 24px;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}

.primary.green {
  background: var(--green);
  box-shadow: 0 15px 32px rgba(31, 122, 77, 0.22);
}

.legal {
  color: #8c857b;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
  margin: 14px auto 0;
  max-width: 430px;
}

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

.option {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--card);
  min-height: 74px;
  padding: 18px 22px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 28px;
  align-items: center;
  gap: 16px;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 2px 0 rgba(34, 26, 16, 0.02);
}

.option:hover {
  border-color: #cfc2b3;
}

.option-title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.option-sub {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 600;
  margin-top: 4px;
}

.radio {
  width: 25px;
  height: 25px;
  border: 1px solid #d4cabd;
  border-radius: 50%;
}

.option.selected {
  border-color: var(--accent);
  background: #fffaf0;
}

.option.selected .radio {
  border: 7px solid var(--accent);
}

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

.tile {
  min-height: 148px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--card);
  padding: 18px;
  cursor: pointer;
  text-align: left;
}

.tile:hover,
.tile.selected {
  border-color: var(--green);
  background: var(--green-soft);
}

.tile-icon {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: #f1e8da;
  display: grid;
  place-items: center;
  font-size: 24px;
  margin-bottom: 18px;
}

.tile-title {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}

.tile-sub {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
  margin-top: 7px;
}

.diagnostic-subpromise {
  max-width: 520px;
  margin: 10px auto 16px;
  font-size: 16px;
  line-height: 1.45;
  color: var(--muted);
  text-align: center;
}

.soft-diagnostic-visual {
  margin-top: 14px;
}

.inline-proof-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 16px 0 18px;
}

.inline-proof-grid img {
  display: block;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
  background: #fff;
}

.mini-result-grid {
  display: grid;
  gap: 10px;
  margin: 18px 0;
}

.mini-result-card {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 10px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fffaf1;
  text-align: left;
}

.mini-result-card span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--green);
  color: #fff;
  font-weight: 950;
}

.mini-result-card strong {
  font-size: 14px;
  line-height: 1.35;
}

.plan-ready-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, #fffaf1, #f5ead7);
  padding: 22px;
  margin: 22px 0;
  box-shadow: var(--shadow);
}

.plan-ready-card h2 {
  margin: 6px 0 8px;
  font-size: 27px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.plan-ready-card p {
  color: var(--muted);
  line-height: 1.45;
}

.plan-preview-grid {
  display: grid;
  gap: 8px;
  margin-top: 16px;
}

.plan-preview-row {
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 10px;
  align-items: center;
  padding: 11px 12px;
  background: rgba(255,255,255,.68);
  border: 1px solid var(--line);
  border-radius: 15px;
}

.plan-preview-row strong {
  color: var(--green);
  font-size: 13px;
}

.plan-preview-row span {
  color: var(--ink);
  font-weight: 750;
  font-size: 14px;
  line-height: 1.28;
}

.break-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.big-number {
  font-size: clamp(72px, 15vw, 122px);
  font-weight: 900;
  letter-spacing: -0.1em;
  text-align: center;
  color: var(--accent);
  margin-bottom: 8px;
}

.proof-box {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--card);
  padding: 24px;
  box-shadow: var(--shadow);
  margin: 24px 0;
}

.proof-row {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 14px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid var(--line);
}

.proof-row:last-child {
  border-bottom: 0;
}

.chart-card {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--card);
  padding: 26px;
  box-shadow: var(--shadow);
  margin: 24px 0;
}

.bar-row {
  display: grid;
  gap: 9px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
}

.bar-row:last-child {
  border-bottom: 0;
}

.bar-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  color: var(--ink);
  font-size: 15px;
}

.bar-head span {
  color: var(--green);
  font-weight: 900;
}

.bar-track {
  overflow: hidden;
  height: 13px;
  border-radius: 999px;
  background: #eee7dd;
}

.bar-track div {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--green), var(--gold));
}

.check {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--green-soft);
  color: var(--green);
  display: grid;
  place-items: center;
  font-weight: 900;
}

.input-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--card);
  padding: 22px;
  margin-bottom: 18px;
}

.input-card label {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  margin-bottom: 8px;
}

.input-card input {
  width: 100%;
  border: 0;
  border-bottom: 2px solid var(--line);
  background: transparent;
  color: var(--ink);
  font-size: 32px;
  font-weight: 900;
  outline: none;
  padding: 6px 0;
}

.loader-wrap {
  display: grid;
  place-items: center;
  min-height: 520px;
  text-align: center;
}

.loader-ring {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  border: 12px solid #eee7dd;
  border-top-color: var(--green);
  animation: spin 1s linear infinite;
  margin-bottom: 28px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.loading-steps {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 450px;
  margin-top: 24px;
}

.loading-step {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--card);
  padding: 14px 16px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}

.loading-step.active {
  background: var(--green-soft);
  color: var(--green);
  border-color: #cde3d3;
}

.result-hero {
  text-align: center;
}

.score-card {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: var(--card);
  padding: 26px;
  box-shadow: var(--shadow);
  margin: 24px 0;
}

.final-graph-card {
  background: #fff;
  border: 1px solid rgba(47, 38, 29, 0.11);
  border-radius: 26px;
  padding: 20px;
  margin: 0 0 18px;
  box-shadow: 0 14px 32px rgba(47, 38, 29, 0.08);
}

.graph-head {
  margin-bottom: 18px;
}

.graph-head span {
  display: block;
  color: #9a7a38;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.graph-head strong {
  display: block;
  color: #211915;
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.final-bar {
  margin-bottom: 15px;
}

.final-bar-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 7px;
}

.final-bar-top strong {
  color: #34281f;
  font-size: 13px;
}

.final-bar-top span {
  color: #8b7b6d;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.final-bar-track {
  height: 13px;
  border-radius: 999px;
  background: #efe6da;
  overflow: hidden;
}

.final-bar-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #2f261d, #b9872d);
  animation: graphGrow 700ms ease both;
}

.eden-graph {
  margin-top: 18px;
  padding: 15px;
  border-radius: 20px;
  background: #FFFCF5;
  border: 1px solid #eadfce;
}

.eden-graph b {
  display: block;
  color: #2f261d;
  margin-bottom: 6px;
}

.eden-graph p {
  color: #6d5b4c;
  font-size: 14px;
  line-height: 1.45;
  margin: 0;
}

@keyframes graphGrow {
  from {
    width: 0;
  }
}

.score-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}

.score-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.score-value {
  color: var(--danger);
  font-size: 32px;
  font-weight: 900;
}

.risk-track {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--green), var(--gold), var(--danger));
  position: relative;
  margin-bottom: 18px;
}

.risk-dot {
  position: absolute;
  top: 50%;
  left: 72%;
  width: 28px;
  height: 28px;
  border: 5px solid white;
  border-radius: 50%;
  background: var(--danger);
  transform: translate(-50%, -50%);
  box-shadow: 0 6px 18px rgba(0,0,0,.22);
}

.plan-card {
  border: 1px solid var(--line);
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
  box-shadow: var(--shadow);
  margin: 22px 0;
}

.plan-head {
  background: linear-gradient(135deg, #2f261d, #17130f);
  color: #fff;
  padding: 24px;
}

.plan-head h3 {
  font-size: 28px;
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 8px;
}

.plan-body {
  padding: 24px;
}

.product-mockup {
  display: block;
  width: min(100%, 430px);
  margin: 18px auto 0;
  padding: 0 16px;
  border-radius: 22px;
}

.plan-intro {
  color: var(--muted);
  font-size: 15px;
  line-height: 1.5;
  margin: -4px 0 10px;
}

.plan-item {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
}

.plan-item:last-child {
  border-bottom: 0;
}

.price {
  text-align: center;
  color: #111;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -0.06em;
  margin: 14px 0;
}

.sales-page {
  padding-bottom: 110px;
}

.final-stage {
  background: #FFFCF5;
  padding-top: 18px;
}

[data-offer-timer] {
  color: #f6c96f;
}

.result-top-offer {
  position: sticky;
  top: 0;
  z-index: 25;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 18px;
  background: #FFFCF5;
  border-bottom: 1px solid #e6d9c7;
  padding: 10px 14px;
  margin: -18px -18px 24px;
  box-shadow: 0 8px 20px rgba(47, 38, 29, 0.06);
}

.top-countdown {
  min-width: 126px;
  text-align: center;
  color: #2f261d;
}

.time-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: baseline;
  gap: 5px;
  font-weight: 900;
  line-height: 0.9;
}

.time-row span {
  font-size: 33px;
  letter-spacing: -0.04em;
}

.time-row b {
  color: #8b8378;
  font-size: 28px;
  line-height: 1;
}

.time-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 5px;
  font-size: 11px;
  color: #2f261d;
}

.result-top-offer button {
  min-height: 40px;
  border: 0;
  border-radius: 999px;
  background: #2f261d;
  color: #FFFCF5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 900;
  font-family: inherit;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 10px 22px rgba(47, 38, 29, 0.22);
  animation: ctaSoftPulse 1.55s ease-in-out infinite;
}

.sales-page .primary.green,
.sales-page .buy-cta {
  background: #2f261d;
  color: #FFFCF5;
  box-shadow: 0 15px 30px rgba(47, 38, 29, 0.24);
  animation: ctaSoftPulse 1.55s ease-in-out infinite;
  border: 0;
  font-family: inherit;
  appearance: none;
  -webkit-appearance: none;
}

@keyframes ctaSoftPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 15px 30px rgba(47, 38, 29, 0.24), 0 0 0 0 rgba(47, 38, 29, 0.22);
  }
  50% {
    transform: scale(1.022);
    box-shadow: 0 17px 34px rgba(47, 38, 29, 0.28), 0 0 0 12px rgba(47, 38, 29, 0);
  }
}

.sales-hero h1 {
  font-size: clamp(34px, 6vw, 54px);
}

.sales-copy {
  text-align: left;
  margin: 26px 0;
}

.sales-copy h2 {
  text-align: left;
  margin-bottom: 14px;
}

.sales-copy p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.55;
}

.method-card {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.method-step {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 12px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--card);
  padding: 16px;
}

.method-step span {
  grid-row: span 2;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--accent);
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 900;
}

.method-step strong {
  align-self: end;
}

.method-step p {
  grid-column: 2;
  color: var(--muted);
  margin: 0;
  line-height: 1.4;
}

.sales-page .sales-copy,
.sales-page .method-card {
  display: none;
}

.plan-body h3,
.sales-proof h3 {
  margin: 0 0 12px;
  font-size: 22px;
  letter-spacing: -0.04em;
}

.bonus-box {
  border: 1px dashed #d6bd75;
  border-radius: 18px;
  background: var(--gold-soft);
  padding: 15px;
  margin: 16px 0 4px;
}

.bonus-box p {
  color: var(--muted);
  margin: 5px 0 0;
}

.guarantee-box {
  border-radius: 18px;
  padding: 15px;
  margin: 12px 0;
}

.guarantee-box {
  background: #f2eadf;
  border: 0;
  text-align: left;
  padding: 26px 17px 22px;
  box-shadow: none;
}

.guarantee-box strong {
  display: block;
  max-width: 330px;
  margin: 0 auto 16px;
  font-size: 29px;
  line-height: 1.08;
  letter-spacing: -0.05em;
  text-align: center;
  color: #0f0d0b;
}

.guarantee-box p {
  color: #594e45;
  font-size: 17px;
  line-height: 1.35;
  margin: 0 auto 16px;
  max-width: 340px;
}

.guarantee-icon {
  width: 44px;
  height: 50px;
  margin: 0 auto 16px;
}

.guarantee-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.guarantee-icon path:first-child {
  fill: none;
  stroke: #8b8378;
  stroke-width: 3;
  stroke-linejoin: round;
}

.guarantee-icon path:last-child {
  fill: none;
  stroke: #74a700;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.refund-policy {
  margin-bottom: 0 !important;
}

.price-note {
  color: var(--muted);
  text-align: center;
  font-size: 14px;
  font-weight: 800;
  margin-top: 18px;
}

.price-note span {
  text-decoration: line-through;
  text-decoration-color: var(--danger);
  text-decoration-thickness: 2px;
}

.price-why {
  color: var(--muted);
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  margin: 6px auto 0;
  max-width: 330px;
}

.buy-cta {
  margin-top: 8px;
}

.price-buy {
  margin-top: 10px;
}

.price-legal {
  margin-top: 10px;
}

.sales-proof {
  margin-top: 24px;
}

.close-stack {
  margin: 18px 0 30px;
}

.final-testimonials {
  display: grid;
  gap: 14px;
  margin: 30px 0 10px;
}

.final-testimonials h2 {
  text-align: left;
  margin-bottom: 0;
}

.testimonial-carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(285px, 86%);
  gap: 14px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  scroll-snap-type: x mandatory;
  padding: 3px 3px 16px;
  margin-inline: -3px;
  -webkit-overflow-scrolling: touch;
}

.testimonial-carousel::-webkit-scrollbar {
  height: 6px;
}

.testimonial-carousel::-webkit-scrollbar-thumb {
  background: #d7cabb;
  border-radius: 999px;
}

.testimonial-carousel img {
  width: 100%;
  height: auto;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(34, 26, 16, 0.1);
  border: 1px solid rgba(47, 38, 29, 0.08);
  scroll-snap-align: start;
}

.text-reviews {
  display: grid;
  gap: 12px;
  margin: 26px 0 10px;
}

.text-reviews h2 {
  text-align: left;
  margin-bottom: 0;
}

.review-card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  padding: 16px;
  box-shadow: 0 8px 22px rgba(34, 26, 16, 0.05);
}

.review-card summary {
  cursor: pointer;
  list-style: none;
  display: grid;
  gap: 5px;
}

.review-card summary::-webkit-details-marker {
  display: none;
}

.stars {
  color: #f4b400;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.review-card strong {
  font-size: 18px;
  line-height: 1.18;
  color: var(--ink);
}

.review-card em {
  color: #2b67b1;
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
}

.review-card[open] em {
  display: none;
}

.review-card p {
  color: var(--muted);
  line-height: 1.45;
  margin: 10px 0 0;
}

.faq-final {
  display: grid;
  gap: 10px;
  margin: 28px 0;
}

.faq-final h2 {
  text-align: left;
  margin-bottom: 6px;
}

.faq-final details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--card);
  padding: 15px 16px;
}

.faq-final summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-final p {
  color: var(--muted);
  line-height: 1.5;
  margin: 10px 0 0;
}

.bottom-buy {
  margin-top: 16px;
}

.sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  padding: 12px 18px calc(12px + env(safe-area-inset-bottom));
  background: linear-gradient(to top, rgba(251,247,239,.98), rgba(251,247,239,.76), transparent);
  z-index: 30;
}

.sticky-cta.show {
  display: block;
}

.sticky-inner {
  width: min(100%, 560px);
  margin: 0 auto;
}

.sticky-cta .primary {
  background: #2f261d;
  color: #FFFCF5;
  box-shadow: 0 15px 30px rgba(47, 38, 29, 0.24);
  animation: ctaSoftPulse 1.55s ease-in-out infinite;
}

.legal-footer {
  margin: 26px auto 0;
  padding: 18px 4px 4px;
  color: #9b8c7c;
  font-size: 11px;
  line-height: 1.45;
  text-align: center;
  border-top: 1px solid rgba(47, 38, 29, 0.12);
}

.legal-footer div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 14px;
  margin-bottom: 10px;
}

.legal-footer a {
  color: #5d4738;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-footer p {
  max-width: 520px;
  margin: 0 auto;
}

.legal-page {
  background: #FFFCF5;
  color: #231c17;
}

.legal-document {
  width: min(100% - 28px, 720px);
  margin: 0 auto;
  padding: 44px 0 64px;
}

.legal-document h1 {
  font-size: clamp(34px, 6vw, 54px);
  line-height: 1;
  letter-spacing: -0.06em;
  text-align: left;
  margin-bottom: 22px;
}

.legal-document h2 {
  font-size: 22px;
  line-height: 1.1;
  letter-spacing: -0.04em;
  text-align: left;
  margin: 28px 0 10px;
}

.legal-document p {
  color: #5e5147;
  font-size: 16px;
  line-height: 1.62;
  margin-bottom: 12px;
}

.legal-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  margin-top: 22px;
  padding: 0 18px;
  border-radius: 999px;
  background: #2f261d;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 700px) {
  .header-row {
    height: 78px;
    padding: 0 16px;
    gap: 12px;
  }

  .brand {
    font-size: 23px;
  }

  .center-title {
    font-size: 14px;
  }

  .circle-btn {
    width: 46px;
    height: 46px;
  }

  .stage {
    padding: 36px 18px 62px;
  }

  .tile-grid {
    grid-template-columns: 1fr;
  }

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 33px;
  }

  .final-stage {
    padding-inline: 14px;
  }

  .result-top-offer {
    margin-inline: -14px;
    padding-inline: 12px;
    gap: 10px;
  }

  .top-countdown {
    min-width: 118px;
  }

  .time-row span {
    font-size: 31px;
  }

  .result-top-offer button {
    font-size: 13px;
    padding-inline: 12px;
  }
}


.entry-kicker {
  display:inline-flex;align-items:center;justify-content:center;margin:0 auto 10px;padding:8px 12px;border-radius:999px;background:var(--gold-soft);color:#6d4b13;font-weight:900;font-size:12px;text-transform:uppercase;letter-spacing:.08em;
}
.hero-subpromise {font-size:16px;line-height:1.36;color:var(--muted);font-weight:650;margin:10px auto 14px;max-width:560px;text-align:center;}
.expert-card {position:relative;margin:14px auto 12px;max-width:560px;}
.compact-expert-card {max-width:520px;margin-top:10px;margin-bottom:12px;}
.compact-expert-card .hero-mock {margin:10px auto 12px;border-radius:18px;box-shadow:0 12px 26px rgba(57, 38, 20, 0.16);}
.expert-copy {margin:-10px auto 0;max-width:480px;background:#fffdf8;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;padding:13px 16px;text-align:left;display:grid;gap:3px;}
.expert-copy strong {font-size:15px;color:var(--accent);}
.expert-copy span {font-size:13px;color:var(--muted);font-weight:650;line-height:1.35;}
.scarcity-card {margin:14px auto 16px;max-width:560px;background:#fff3d4;border:1px solid rgba(196,154,66,.45);color:#4b3511;border-radius:18px;padding:14px 16px;font-weight:750;line-height:1.38;text-align:left;}
.hero-proof-row {display:grid;gap:8px;margin:12px auto 14px;max-width:420px;text-align:left;}
.hero-proof-row span {display:block;background:#fffdf8;border:1px solid var(--line);border-radius:999px;padding:9px 13px;color:var(--accent);font-size:13px;font-weight:850;box-shadow:0 8px 18px rgba(34,26,16,.045);}
.consult-stack {display:grid;gap:10px;margin:18px auto;max-width:620px;}
.consult-row {display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:center;background:#fffdf8;border:1px solid var(--line);border-radius:18px;padding:13px;text-align:left;box-shadow:0 10px 28px rgba(34,26,16,.05);}
.consult-row > span {width:38px;height:38px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-weight:950;}
.consult-row b {display:block;color:var(--accent);font-size:15px;}
.consult-row small {display:block;color:var(--muted);font-size:13px;font-weight:650;line-height:1.35;}
.result-type-card h2 {margin:6px 0 10px;font-size:30px;line-height:1.05;letter-spacing:-.03em;}
.result-type-card p {margin:8px 0;color:var(--muted);font-weight:650;line-height:1.45;}


.cta-lead {
  margin: 4px auto 10px;
  color: #2f261d;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
}

.insta-proof {
  width: min(100%, 420px);
  margin: 10px auto 14px;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(34, 26, 16, 0.14);
  border: 1px solid rgba(47, 38, 29, 0.08);
  background: #fff;
}

.secondary-start {
  margin-top: 0;
}


.eden-logo {
  margin-bottom: 10px;
}

.hero-tight-headline {
  max-width: 430px;
  font-size: 18px;
  line-height: 1.16;
  letter-spacing: -0.025em;
  margin-bottom: 10px;
}

.hero-tight-headline u {
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.hero-tight-headline strong {
  font-weight: 950;
  color: #241914;
}

.whatsapp-proof-grid {
  width: min(100%, 420px);
  margin: 8px auto 14px;
  display: grid;
  gap: 8px;
}

.whatsapp-proof {
  border-radius: 13px;
  border: 1px solid rgba(47, 38, 29, 0.08);
  box-shadow: 0 8px 18px rgba(34, 26, 16, 0.08);
  background: #fff;
}

.insta-proof-card {
  width: min(100%, 420px);
  margin: 12px auto 14px;
  padding: 0;
  border-radius: 22px;
  background: var(--bg);
  border: 0;
  box-shadow: none;
}

.insta-proof-card .insta-proof {
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  box-shadow: none;
  border: 0;
  background: transparent;
}


.two-proofs {
  gap: 9px;
}


.installment-price {
  text-align: center;
  margin: 10px 0 2px;
  color: #111;
}

.installment-price span {
  display: block;
  color: var(--muted);
  font-size: 15px;
  font-weight: 850;
  margin-bottom: 2px;
}

.installment-price strong {
  display: block;
  font-size: clamp(42px, 9vw, 62px);
  line-height: .95;
  letter-spacing: -0.07em;
  font-weight: 950;
}

.cash-price {
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  margin: 2px 0 12px;
}

.price-anchor-card {
  margin: 14px 0 12px;
  padding: 14px 15px;
  border-radius: 18px;
  background: #f6efe3;
  border: 1px solid #e5d4bd;
  text-align: center;
}

.price-anchor-card strong {
  display: block;
  color: #2f261d;
  font-size: 17px;
  line-height: 1.15;
  margin-bottom: 6px;
}

.price-anchor-card p {
  color: #6c5f50;
  font-size: 13.5px;
  line-height: 1.38;
  margin: 0;
}

.hero-insta-proof {
  margin: 18px auto 22px;
  width: 100%;
}

.hero-insta-proof .insta-mock {
  width: min(100%, 500px);
}


/* BetterMe-style tight quiz layout */
.continue-dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  padding: 10px 18px calc(10px + env(safe-area-inset-bottom));
  background: linear-gradient(180deg, rgba(251,247,239,0), rgba(251,247,239,.96) 18%, rgba(251,247,239,1));
  border-top: 1px solid rgba(47, 38, 29, 0.08);
}

.continue-dock .continue-btn {
  max-width: 560px;
  margin: 0 auto;
  min-height: 54px;
  display: flex;
  box-shadow: 0 10px 24px rgba(47, 38, 29, 0.18);
}

@media (max-width: 640px) {
  .header-row {
    height: 58px;
    padding: 0 16px;
  }

  .circle-btn {
    width: 38px;
    height: 38px;
    font-size: 21px;
  }

  .center-title {
    font-size: 13px;
  }

  .segmented-progress {
    height: 4px;
    gap: 3px;
  }

  .stage {
    padding: 20px 18px 96px;
    width: min(100%, 520px);
  }

  .stage.wide {
    width: min(100%, 560px);
    padding-top: 16px;
    padding-bottom: 96px;
  }

  .stage.pre-stage {
    padding-top: 18px;
  }

  .eyebrow {
    font-size: 10px;
    margin-bottom: 9px;
  }

  h2 {
    font-size: clamp(23px, 7vw, 31px);
    line-height: 1.04;
    letter-spacing: -0.055em;
    margin-bottom: 16px;
  }

  .sub {
    font-size: 14px;
    line-height: 1.34;
    margin-bottom: 16px;
  }

  .option-list {
    gap: 10px;
  }

  .option {
    min-height: 58px;
    padding: 13px 15px;
    border-radius: 14px;
    grid-template-columns: 1fr 23px;
    gap: 10px;
  }

  .option-title {
    font-size: 16px;
    line-height: 1.15;
  }

  .option-sub {
    font-size: 12px;
    line-height: 1.25;
    margin-top: 2px;
  }

  .radio {
    width: 21px;
    height: 21px;
  }

  .tile-grid {
    gap: 9px;
  }

  .tile {
    min-height: 108px;
    border-radius: 17px;
    padding: 12px;
  }

  .tile-icon {
    width: 34px;
    height: 34px;
    border-radius: 12px;
    font-size: 20px;
    margin-bottom: 9px;
  }

  .tile-title {
    font-size: 14px;
    line-height: 1.12;
  }

  .tile-sub {
    font-size: 11.5px;
    line-height: 1.2;
    margin-top: 4px;
  }

  .break-card {
    min-height: auto;
    justify-content: flex-start;
  }

  .big-number {
    font-size: clamp(54px, 18vw, 76px);
    margin-bottom: 2px;
  }

  .proof-box {
    margin: 12px 0 14px;
    padding: 14px;
    border-radius: 20px;
  }

  .proof-row {
    grid-template-columns: 30px 1fr;
    gap: 10px;
    padding: 8px 0;
  }

  .proof-row strong {
    font-size: 14px;
    line-height: 1.25;
  }

  .check {
    width: 26px;
    height: 26px;
    font-size: 13px;
  }

  .chart-card {
    padding: 16px;
    border-radius: 22px;
  }

  .mini-result-grid {
    gap: 8px;
    margin: 12px 0;
  }

  .mini-result-card {
    padding: 10px 11px;
    border-radius: 14px;
  }
}



/* Stop invisible scroll on interstitial quiz screens */
html:has(.continue-dock),
body:has(.continue-dock) {
  overflow: hidden;
  height: 100dvh;
}

body:has(.continue-dock) .shell {
  height: 100dvh;
  min-height: 100dvh;
  overflow: hidden;
}

body:has(.continue-dock) .stage.wide {
  height: calc(100dvh - 63px);
  overflow: hidden;
  padding-bottom: 76px;
}

body:has(.continue-dock) .break-card {
  max-height: 100%;
  overflow: hidden;
}

@media (max-width: 640px) {
  body:has(.continue-dock) .stage.wide {
    height: calc(100dvh - 62px);
    padding-top: 10px;
    padding-bottom: 74px;
  }

  body:has(.continue-dock) .big-number {
    font-size: clamp(42px, 14vw, 60px);
    margin-bottom: 0;
  }

  body:has(.continue-dock) h2 {
    font-size: clamp(21px, 6.4vw, 28px);
    margin-bottom: 10px;
  }

  body:has(.continue-dock) .sub {
    font-size: 13px;
    line-height: 1.28;
    margin-bottom: 10px;
  }

  body:has(.continue-dock) .proof-box {
    margin: 8px 0 0;
    padding: 10px 12px;
    border-radius: 17px;
  }

  body:has(.continue-dock) .proof-row {
    padding: 6px 0;
  }

  body:has(.continue-dock) .proof-row strong {
    font-size: 13px;
    line-height: 1.2;
  }

  .continue-dock {
    padding-top: 8px;
  }

  .continue-dock .continue-btn {
    min-height: 50px;
  }
}


/* Mobile-first quiz refactor — BetterMe-style compact steps */
:root { --mobile-cream: #fffaf4; --mobile-card: #fffdf8; --mobile-brown: #2f1d18; }

.shell.quiz-locked {
  height: 100dvh;
  min-height: 100dvh;
  overflow: hidden;
}

.shell.quiz-locked .stage.wide {
  height: calc(100dvh - 68px);
  overflow: hidden;
  padding-bottom: 82px;
}

.choice-card {
  grid-template-columns: 52px 1fr 26px;
}

.choice-icon,
.tile-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: #f0e8df;
  color: var(--mobile-brown);
  display: grid;
  place-items: center;
  font-size: 23px;
  font-weight: 900;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1;
  flex: 0 0 auto;
}

.choice-copy,
.tile-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.compact-tile {
  display: grid;
  grid-template-columns: 52px 1fr 24px;
  align-items: center;
  gap: 12px;
  text-align: left;
}

.tile-radio { display: block; }

.continue-dock {
  pointer-events: none;
}
.continue-dock .continue-btn {
  pointer-events: auto;
}

.projection-card {
  border: 1px solid var(--line);
  border-radius: 28px;
  background: var(--mobile-card);
  padding: 18px;
  margin: 16px 0 12px;
  box-shadow: 0 14px 34px rgba(47, 29, 24, .08);
}

.projection-row {
  display: grid;
  grid-template-columns: 1fr 52px 1fr;
  align-items: center;
  gap: 10px;
}

.projection-point {
  min-height: 92px;
  border-radius: 22px;
  padding: 14px;
  background: #fbf3ec;
  display: grid;
  align-content: center;
  gap: 5px;
}

.projection-point span {
  color: #8f8175;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.projection-point strong {
  color: var(--mobile-brown);
  font-size: 15px;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.projection-point.target {
  background: #edf7ef;
}

.projection-line {
  height: 8px;
  border-radius: 999px;
  background: #eadfd3;
  overflow: hidden;
}

.projection-line i {
  display: block;
  height: 100%;
  width: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #3a211c, #2f7a4c);
  animation: graphGrow 850ms ease both;
}

.projection-bridge {
  margin-top: 12px;
  border-radius: 18px;
  background: #2f1d18;
  color: white;
  padding: 13px 14px;
  display: grid;
  gap: 4px;
}

.projection-bridge b { font-size: 14px; }
.projection-bridge small { color: rgba(255,255,255,.78); line-height: 1.3; }

.progress-loader {
  min-height: calc(100dvh - 68px);
  display: grid;
  align-content: center;
  gap: 14px;
}

.progress-percent {
  text-align: center;
  font-size: clamp(52px, 18vw, 84px);
  line-height: .9;
  font-weight: 950;
  color: var(--mobile-brown);
  letter-spacing: -.08em;
}

.plan-progress {
  height: 14px;
  border-radius: 999px;
  background: #eadfd3;
  overflow: hidden;
  box-shadow: inset 0 1px 2px rgba(47, 29, 24, .08);
}

.plan-progress span {
  display: block;
  height: 100%;
  width: 0;
  border-radius: inherit;
  background: linear-gradient(90deg, #3a211c, #2f7a4c);
  transition: width 80ms linear;
}

@media (max-width: 640px) {
  body { background: #fffaf4; }

  .header { position: sticky; }
  .header-row {
    height: 62px;
    padding: 0 20px;
  }
  .circle-btn {
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    font-size: 28px;
  }
  .hamburger { font-size: 28px; }
  .center-title {
    font-size: 18px;
    font-weight: 900;
  }
  .segmented-progress {
    width: min(46%, 210px);
    margin: -9px auto 10px;
    border-top: 0;
    height: 6px;
    gap: 7px;
    background: transparent;
  }
  .segment { border-radius: 999px; background: #eee8e1; }
  .segment.done { background: var(--mobile-brown); }

  .stage {
    width: 100%;
    padding: 30px 22px 24px;
  }
  .stage.wide {
    width: 100%;
    padding: 18px 22px 86px;
  }
  .shell.quiz-locked .stage.wide {
    height: calc(100dvh - 62px);
    padding: 12px 22px 82px;
  }

  h2 {
    font-size: clamp(30px, 9.4vw, 42px);
    line-height: 1.02;
    letter-spacing: -.065em;
    margin-bottom: 24px;
  }
  .shell.quiz-locked h2 {
    font-size: clamp(24px, 7.4vw, 34px);
    margin-bottom: 12px;
  }
  .sub {
    font-size: 15px;
    line-height: 1.32;
    margin: 0 auto 12px;
  }
  .shell.quiz-locked .sub {
    font-size: 13.5px;
    line-height: 1.25;
  }
  .eyebrow { display: none; }

  .option-list {
    gap: 14px;
  }
  .option {
    min-height: 82px;
    padding: 14px 14px;
    border-radius: 24px;
    background: var(--mobile-card);
  }
  .option-title {
    font-size: 20px;
    line-height: 1.08;
    font-weight: 850;
  }
  .option-sub {
    font-size: 12.5px;
    line-height: 1.22;
    margin-top: 2px;
  }
  .radio {
    width: 24px;
    height: 24px;
    border: 1.5px solid #d4c9be;
  }
  .option.selected .radio,
  .tile.selected .radio {
    border: 7px solid var(--mobile-brown);
  }
  .option.selected,
  .tile.selected {
    background: #f6ece6;
    border-color: #f0e4dc;
  }

  .tile-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .tile {
    min-height: 78px;
    padding: 13px 14px;
    border-radius: 23px;
    background: var(--mobile-card);
  }
  .tile-icon,
  .choice-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    font-size: 22px;
    margin: 0;
  }
  .tile-title { font-size: 19px; line-height: 1.1; font-weight: 850; }
  .tile-sub { font-size: 12.5px; line-height: 1.2; margin-top: 2px; }

  .big-number {
    font-size: clamp(58px, 18vw, 82px);
    line-height: .9;
    margin-bottom: 4px;
  }
  .proof-box {
    margin: 10px 0 0;
    padding: 10px 12px;
    border-radius: 18px;
    box-shadow: none;
  }
  .proof-row { grid-template-columns: 30px 1fr; gap: 9px; padding: 6px 0; }
  .proof-row strong { font-size: 13px; line-height: 1.18; }

  .continue-dock {
    padding: 10px 22px calc(10px + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(255,250,244,0), rgba(255,250,244,.98) 24%, #fffaf4 100%);
  }
  .continue-dock .continue-btn {
    min-height: 54px;
    border-radius: 999px;
    font-size: 18px;
    box-shadow: 0 14px 28px rgba(47, 29, 24, .18);
  }

  .projection-card { padding: 13px; border-radius: 22px; margin: 10px 0 10px; }
  .projection-row { grid-template-columns: 1fr 38px 1fr; gap: 7px; }
  .projection-point { min-height: 76px; border-radius: 17px; padding: 10px; }
  .projection-point strong { font-size: 13px; }
  .projection-bridge { padding: 10px 11px; border-radius: 15px; }
  .compact-results { display: none; }

  .progress-loader { min-height: calc(100dvh - 62px); padding-bottom: 0; }
  .progress-loader h2 { font-size: 26px; margin-bottom: 0; }
  .loading-steps { gap: 8px; margin-top: 4px; }
  .loading-step { padding: 10px 12px; font-size: 13px; border-radius: 14px; }
}

@media (max-width: 640px) {
  .shell.quiz-locked .big-number {
    line-height: 1.05;
    padding-top: 2px;
  }
}


/* 2026-05 mobile quiz bugfix: no sticky continue on interstitials, cleaner icons, age no-wrap */
.choice-card.no-icon {
  grid-template-columns: 1fr 26px;
}
.choice-card.no-icon .choice-copy {
  grid-column: 1;
}
.choice-card.no-icon .option-title {
  white-space: nowrap;
}
.choice-icon,
.tile-icon {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif !important;
  font-weight: 700;
  line-height: 1;
}
.continue-inline {
  margin: 18px 0 4px;
  width: 100%;
}
.continue-inline .continue-btn {
  width: 100%;
  min-height: 56px;
  border-radius: 999px;
  font-size: 18px;
  box-shadow: none;
}
.projection-screen .continue-inline,
.break-card .continue-inline {
  margin-top: 14px;
}

@media (max-width: 640px) {
  .choice-card.no-icon {
    grid-template-columns: 1fr 24px;
    min-height: 70px;
  }
  .choice-card.no-icon .option-title {
    font-size: 22px;
    letter-spacing: -0.03em;
  }
  .choice-icon,
  .tile-icon {
    font-size: 21px !important;
  }
  .break-card,
  .projection-screen {
    min-height: auto;
    justify-content: flex-start;
  }
  .projection-card {
    margin-bottom: 8px;
  }
  .projection-bridge {
    position: static;
  }
  .projection-screen .continue-inline .continue-btn,
  .break-card .continue-inline .continue-btn {
    min-height: 54px;
    border-radius: 999px;
    font-size: 18px;
  }
}


/* 2026-05 age proof + BetterMe-style curve graph */
.whatsapp-proof-card {
  width: 100%;
  margin: 14px 0 10px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(47,29,24,.10);
  background: #152024;
  box-shadow: 0 14px 34px rgba(47, 29, 24, .13);
}
.whatsapp-proof-card img {
  display: block;
  width: 100%;
  height: auto;
}
.proof-box.age-proof-note {
  background: #fffaf1;
  border-color: rgba(88, 115, 76, .18);
  box-shadow: none;
  margin-top: 10px;
}
.proof-box.age-proof-note .proof-row {
  align-items: center;
}
.proof-box.age-proof-note .check {
  background: #2f7a4c;
  color: #fff;
}
.proof-box.age-proof-note strong {
  font-size: 15px;
  line-height: 1.32;
}

.eden-curve-card {
  padding: 18px 18px 16px;
  overflow: hidden;
}
.curve-head {
  display: grid;
  gap: 4px;
  margin-bottom: 10px;
}
.curve-head span {
  color: #8f8175;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.curve-head b {
  color: #2f1d18;
  font-size: 20px;
  line-height: 1.08;
  letter-spacing: -.04em;
}
.curve-graph {
  position: relative;
  height: 190px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fbf1ec 0%, #fffaf4 100%);
  overflow: hidden;
  border: 1px solid rgba(47,29,24,.08);
}
.curve-graph::before {
  content: "";
  position: absolute;
  inset: 24px 18px 32px;
  background: repeating-linear-gradient(to bottom, rgba(47,29,24,.09), rgba(47,29,24,.09) 1px, transparent 1px, transparent 38px);
  pointer-events: none;
}
.curve-graph svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.curve-fill { fill: url(#edenCurveFill); opacity: .72; }
.curve-line {
  fill: none;
  stroke: url(#edenCurveStroke);
  stroke-width: 9;
  stroke-linecap: round;
  filter: drop-shadow(0 5px 8px rgba(47,29,24,.14));
}
.curve-dash {
  stroke: rgba(47,29,24,.13);
  stroke-width: 1;
  stroke-dasharray: 5 6;
}
.curve-dot {
  fill: #fff;
  stroke-width: 4;
  filter: drop-shadow(0 3px 7px rgba(47,29,24,.18));
}
.curve-dot.start { stroke: #f25b2a; }
.curve-dot.end { stroke: #27c7a8; }
.curve-bubble {
  position: absolute;
  z-index: 2;
  border-radius: 13px;
  background: #fffdf8;
  color: #2f1d18;
  padding: 8px 13px;
  font-weight: 850;
  box-shadow: 0 8px 18px rgba(47,29,24,.12);
}
.curve-bubble.start { left: 52px; top: 30px; }
.curve-bubble.end {
  right: 32px;
  bottom: 50px;
  background: #2f1d18;
  color: #fff;
}
.curve-labels {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  color: #8f8175;
  font-size: 13px;
  font-weight: 800;
  margin: 8px 2px 12px;
}
.curve-labels span:nth-child(2) { text-align: center; }
.curve-labels span:nth-child(3) { text-align: right; }
.curve-legend {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 8px;
}
.curve-legend div {
  border-radius: 16px;
  padding: 12px;
  background: #fbf1ec;
}
.curve-legend div:last-child { background: #edf7ef; }
.curve-legend span {
  display: block;
  color: #8f8175;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.curve-legend strong {
  display: block;
  color: #2f1d18;
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: -.02em;
}
.curve-note {
  display: block;
  color: #6d5b4c;
  font-size: 12.5px;
  line-height: 1.32;
  margin-top: 8px;
}

@media (max-width: 640px) {
  .whatsapp-proof-card {
    margin: 10px 0 8px;
    border-radius: 18px;
  }
  .proof-box.age-proof-note {
    padding: 11px 12px;
    border-radius: 18px;
  }
  .proof-box.age-proof-note strong {
    font-size: 13.5px;
  }
  .eden-curve-card {
    padding: 13px;
    border-radius: 22px;
    margin: 10px 0 10px;
  }
  .curve-head b { font-size: 17px; }
  .curve-graph { height: 165px; border-radius: 18px; }
  .curve-bubble { padding: 7px 11px; font-size: 13px; border-radius: 11px; }
  .curve-bubble.start { left: 45px; top: 28px; }
  .curve-bubble.end { right: 24px; bottom: 42px; }
  .curve-labels { font-size: 12px; margin-bottom: 9px; }
  .curve-legend { gap: 8px; }
  .curve-legend div { padding: 10px; border-radius: 14px; }
  .curve-legend strong { font-size: 12.5px; }
  .curve-note { font-size: 11.5px; }
}


@media (max-width: 380px) {
  .curve-graph { height: 152px; }
  .curve-bubble.start { left: 38px; top: 24px; }
  .curve-bubble.end { right: 32px; bottom: 40px; }
  .curve-legend { grid-template-columns: 1fr; }
}


/* 2026-05 BetterMe-style graph refinements: realistic control curve + attempt loop */
.stability-graph {
  position: relative;
  height: 178px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fffaf4 0%, #fbf1ec 100%);
  overflow: hidden;
  border: 1px solid rgba(47,29,24,.08);
}
.stability-graph::before {
  content: "";
  position: absolute;
  inset: 22px 18px 28px;
  background: repeating-linear-gradient(to bottom, rgba(47,29,24,.08), rgba(47,29,24,.08) 1px, transparent 1px, transparent 36px);
  pointer-events: none;
}
.stability-graph svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.stability-fill { fill: url(#stabilityFill); opacity: .78; }
.stability-line {
  fill: none;
  stroke: url(#stabilityStroke);
  stroke-width: 8;
  stroke-linecap: round;
  filter: drop-shadow(0 5px 8px rgba(47,29,24,.13));
}
.curve-bubble.lower { left: 38px; top: 112px; }
.curve-bubble.higher { right: 26px; top: 36px; background: #2f1d18; color: #fff; }
.stability-card .curve-note {
  background: #fff7e7;
  border: 1px solid rgba(216, 170, 79, .22);
  border-radius: 14px;
  padding: 10px 11px;
}

.attempt-loop-card {
  padding: 18px;
}
.loop-visual {
  position: relative;
  height: 260px;
  margin: 10px 0 12px;
  border-radius: 26px;
  background: radial-gradient(circle at center, #fffaf4 0 28%, #fbf1ec 29% 100%);
  border: 1px solid rgba(47,29,24,.08);
  overflow: hidden;
}
.loop-visual::before {
  content: "";
  position: absolute;
  inset: 44px;
  border: 10px solid #eadfd3;
  border-right-color: #d7b42b;
  border-bottom-color: #e6653a;
  border-left-color: #3e9f5d;
  border-radius: 50%;
  opacity: .95;
}
.loop-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #2f1d18;
  color: #fff;
  display: grid;
  place-items: center;
  align-content: center;
  text-align: center;
  box-shadow: 0 14px 28px rgba(47,29,24,.16);
}
.loop-center b { font-size: 20px; line-height: 1; }
.loop-center span { color: rgba(255,255,255,.78); font-size: 12px; line-height: 1.15; }
.loop-step {
  position: absolute;
  width: 132px;
  min-height: 62px;
  border-radius: 18px;
  background: #fffdf8;
  border: 1px solid rgba(47,29,24,.10);
  padding: 9px 10px 9px 34px;
  box-shadow: 0 10px 20px rgba(47,29,24,.09);
}
.loop-step span {
  position: absolute;
  left: 9px;
  top: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #eadfd3;
  color: #2f1d18;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 950;
}
.loop-step strong {
  display: block;
  color: #2f1d18;
  font-size: 13px;
  line-height: 1.12;
  letter-spacing: -.02em;
}
.loop-step.active {
  background: #fff3df;
  border-color: rgba(230, 101, 58, .34);
}
.loop-step.active span { background: #e6653a; color: #fff; }
.loop-step.step-1 { left: 50%; top: 14px; transform: translateX(-50%); }
.loop-step.step-2 { right: 13px; top: 92px; }
.loop-step.step-3 { left: 50%; bottom: 13px; transform: translateX(-50%); }
.loop-step.step-4 { left: 13px; top: 92px; }
.loop-summary {
  border-radius: 18px;
  background: #fff7e7;
  border: 1px solid rgba(216,170,79,.25);
  padding: 13px 14px;
  display: grid;
  gap: 4px;
}
.loop-summary span {
  color: #8f8175;
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .1em;
}
.loop-summary strong { color: #2f1d18; font-size: 15px; line-height: 1.2; }
.loop-summary small { color: #6d5b4c; line-height: 1.35; }

@media (max-width: 640px) {
  .stability-graph { height: 160px; border-radius: 18px; }
  .curve-bubble.lower { left: 34px; top: 101px; }
  .curve-bubble.higher { right: 20px; top: 31px; }
  .attempt-loop-card { padding: 13px; border-radius: 22px; }
  .loop-visual { height: 232px; border-radius: 21px; }
  .loop-visual::before { inset: 39px; border-width: 8px; }
  .loop-center { width: 92px; height: 92px; }
  .loop-center b { font-size: 17px; }
  .loop-center span { font-size: 11px; }
  .loop-step { width: 118px; min-height: 56px; border-radius: 16px; padding: 8px 8px 8px 30px; }
  .loop-step strong { font-size: 12px; }
  .loop-step span { width: 18px; height: 18px; font-size: 10px; left: 8px; top: 9px; }
  .loop-step.step-2 { right: 8px; top: 82px; }
  .loop-step.step-4 { left: 8px; top: 82px; }
}

@media (max-width: 380px) {
  .curve-bubble.higher { right: 14px; }
  .loop-step { width: 108px; }
  .loop-step strong { font-size: 11.5px; }
}


/* 2026-05 slider IMC personalization */
.slider-screen .slider-helper {
  margin-bottom: 14px;
}
.slider-card {
  border: 1px solid rgba(47,29,24,.10);
  border-radius: 28px;
  background: #fffdf8;
  padding: 22px;
  box-shadow: 0 14px 34px rgba(47,29,24,.08);
  margin: 18px 0 14px;
}
.slider-value {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  color: #2f1d18;
  margin-bottom: 18px;
}
.slider-value strong {
  font-size: clamp(60px, 18vw, 96px);
  line-height: .9;
  letter-spacing: -.08em;
}
.slider-value span {
  font-size: 22px;
  font-weight: 900;
  color: #8f8175;
}
.eden-slider {
  width: 100%;
  accent-color: #2f7a4c;
  height: 34px;
}
.eden-slider::-webkit-slider-runnable-track {
  height: 12px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e6653a, #d7b42b, #3e9f5d);
}
.eden-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 34px;
  height: 34px;
  margin-top: -11px;
  border-radius: 50%;
  background: #fff;
  border: 7px solid #2f1d18;
  box-shadow: 0 8px 18px rgba(47,29,24,.18);
}
.slider-scale {
  display: flex;
  justify-content: space-between;
  color: #8f8175;
  font-size: 12px;
  font-weight: 850;
  margin-top: 7px;
}
.body-profile-card {
  display: grid;
  grid-template-columns: 116px 1fr;
  gap: 14px;
  align-items: center;
  border-radius: 28px;
  background: linear-gradient(135deg, #fff7e7, #edf7ef);
  border: 1px solid rgba(47,29,24,.10);
  padding: 18px;
  box-shadow: 0 14px 34px rgba(47,29,24,.08);
  margin: 16px 0 12px;
}
.imc-ring {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  background: conic-gradient(#2f7a4c 0 68%, #eadfd3 68% 100%);
  display: grid;
  place-items: center;
  align-content: center;
  color: #2f1d18;
  position: relative;
}
.imc-ring::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 50%;
  background: #fffdf8;
}
.imc-ring span,
.imc-ring strong { position: relative; z-index: 1; }
.imc-ring span {
  color: #8f8175;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .12em;
}
.imc-ring strong {
  font-size: 30px;
  line-height: 1;
  letter-spacing: -.05em;
}
.profile-copy b {
  display: block;
  color: #2f1d18;
  font-size: 18px;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin-bottom: 6px;
}
.profile-copy p {
  color: #6d5b4c;
  font-size: 14px;
  line-height: 1.34;
  margin: 0;
}
.profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
  margin: 12px 0;
}
.profile-grid div {
  border: 1px solid rgba(47,29,24,.09);
  border-radius: 17px;
  background: #fffdf8;
  padding: 12px;
}
.profile-grid span {
  display: block;
  color: #8f8175;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.profile-grid strong {
  display: block;
  color: #2f1d18;
  font-size: 13px;
  line-height: 1.18;
}
@media (max-width: 640px) {
  .slider-card { padding: 18px; border-radius: 24px; }
  .body-profile-card { grid-template-columns: 92px 1fr; padding: 14px; border-radius: 22px; }
  .imc-ring { width: 84px; height: 84px; }
  .imc-ring strong { font-size: 25px; }
  .profile-copy b { font-size: 16px; }
  .profile-copy p { font-size: 12.5px; }
  .profile-grid { grid-template-columns: 1fr; gap: 8px; }
}


/* 2026-05 slider simplification for older mobile users */
.simple-slider-card {
  padding-top: 20px;
}
.drag-help {
  text-align: center;
  color: #2f7a4c;
  font-size: 14px;
  font-weight: 950;
  margin: -6px 0 10px;
}
.simple-slider-card .eden-slider {
  height: 46px;
  cursor: pointer;
}
.simple-slider-card .eden-slider::-webkit-slider-runnable-track {
  height: 16px;
  border-radius: 999px;
}
.simple-slider-card .eden-slider::-webkit-slider-thumb {
  width: 42px;
  height: 42px;
  margin-top: -13px;
  border-width: 8px;
}
.simple-slider-card .slider-scale span {
  text-transform: uppercase;
  letter-spacing: .08em;
}
@media (max-width: 640px) {
  .drag-help { font-size: 15px; margin-bottom: 12px; }
  .simple-slider-card .eden-slider { height: 54px; }
  .simple-slider-card .eden-slider::-webkit-slider-runnable-track { height: 18px; }
  .simple-slider-card .eden-slider::-webkit-slider-thumb { width: 48px; height: 48px; margin-top: -15px; }
}


/* 2026-05 stronger visible slider handle */
.eden-slider {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
}
.eden-slider::-moz-range-track {
  height: 18px;
  border-radius: 999px;
  background: linear-gradient(90deg, #e6653a, #d7b42b, #3e9f5d);
}
.eden-slider::-moz-range-thumb {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #fff;
  border: 8px solid #2f1d18;
  box-shadow: 0 8px 18px rgba(47,29,24,.18);
}


/* 2026-05 typography + brand button alignment */
.pre-cta {
  background: var(--accent) !important;
  box-shadow: 0 7px 0 #18100c !important;
  color: #fffdf8 !important;
}
@keyframes buttonPulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 7px 0 #18100c, 0 0 0 0 rgba(47, 33, 25, 0.24);
  }
  50% {
    transform: scale(1.018);
    box-shadow: 0 7px 0 #18100c, 0 0 0 12px rgba(47, 33, 25, 0);
  }
}
@media (max-width: 640px) {
  body {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  }
  h2,
  .screen h2,
  .break-card h2,
  .projection-screen h2,
  .slider-screen h2,
  .body-profile-screen h2 {
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: clamp(28px, 8.1vw, 32px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.045em !important;
    margin-bottom: 16px !important;
  }
  .shell.quiz-locked h2,
  .progress-loader h2 {
    font-size: clamp(24px, 7.1vw, 30px) !important;
    line-height: 1.1 !important;
  }
  .sub,
  .screen p,
  .slider-helper,
  .curve-note,
  .loop-summary small,
  .profile-copy p {
    font-size: clamp(15px, 4vw, 18px) !important;
    line-height: 1.38 !important;
  }
  .option-title,
  .tile-title {
    font-size: clamp(17px, 4.8vw, 19px) !important;
    line-height: 1.15 !important;
  }
  .option-sub,
  .tile-sub {
    font-size: clamp(13px, 3.5vw, 15px) !important;
    line-height: 1.28 !important;
  }
  .proof-row strong,
  .mini-result-card strong,
  .curve-legend strong,
  .profile-grid strong {
    font-size: clamp(14px, 3.8vw, 16px) !important;
    line-height: 1.28 !important;
  }
  .pre-cta {
    border-radius: 16px;
    min-height: 58px;
  }
}


/* 2026-05 global quiz typography cap (BetterMe-ish scale) */
.stage:not(.final-stage) h2,
.stage:not(.final-stage) .screen h2,
.stage:not(.final-stage) .break-card h2,
.stage:not(.final-stage) .projection-screen h2,
.stage:not(.final-stage) .slider-screen h2,
.stage:not(.final-stage) .body-profile-screen h2 {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(28px, 5.8vw, 32px) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.045em !important;
}
.stage:not(.final-stage) .sub,
.stage:not(.final-stage) .screen p,
.stage:not(.final-stage) .slider-helper,
.stage:not(.final-stage) .curve-note,
.stage:not(.final-stage) .loop-summary small,
.stage:not(.final-stage) .profile-copy p {
  font-size: clamp(15px, 3.5vw, 18px) !important;
  line-height: 1.38 !important;
}
.stage:not(.final-stage) .option-title,
.stage:not(.final-stage) .tile-title {
  font-size: clamp(17px, 4.2vw, 19px) !important;
  line-height: 1.15 !important;
}
.stage:not(.final-stage) .option-sub,
.stage:not(.final-stage) .tile-sub {
  font-size: clamp(13px, 3vw, 15px) !important;
  line-height: 1.28 !important;
}

/* 2026-05 distraction removal + cleaner mobile attempt loop */
.pre-progress {
  display: none !important;
}
.legal-footer p {
  display: none !important;
}
@media (max-width: 640px) {
  .attempt-loop-card {
    padding: 14px;
  }
  .attempt-loop-card .curve-head {
    margin-bottom: 10px;
  }
  .loop-visual {
    height: auto;
    margin: 8px 0 12px;
    padding: 12px;
    display: grid;
    gap: 8px;
    border-radius: 20px;
    background: linear-gradient(180deg, #fffaf4 0%, #fbf1ec 100%);
  }
  .loop-visual::before {
    display: none;
  }
  .loop-center,
  .loop-step,
  .loop-step.step-1,
  .loop-step.step-2,
  .loop-step.step-3,
  .loop-step.step-4 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    transform: none;
  }
  .loop-center {
    width: 100%;
    height: auto;
    min-height: 54px;
    border-radius: 16px;
    padding: 10px 12px;
    display: flex;
    justify-content: center;
    gap: 7px;
    box-shadow: none;
  }
  .loop-center b {
    font-size: 18px;
  }
  .loop-center span {
    font-size: 13px;
  }
  .loop-step {
    width: 100%;
    min-height: 54px;
    padding: 11px 12px 11px 42px;
    border-radius: 16px;
    box-shadow: none;
  }
  .loop-step span {
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    font-size: 11px;
  }
  .loop-step strong {
    font-size: 14px !important;
    line-height: 1.16 !important;
  }
  .loop-summary {
    padding: 12px;
    border-radius: 16px;
  }
  .loop-summary strong {
    font-size: 16px;
  }
}



/* 2026-05 premium mobile analysis UI from supplied references */
:root {
  --eden-brown: #321b12;
  --eden-cream: #fffaf2;
  --eden-card: #fffdf8;
  --eden-line: #eadccc;
  --eden-muted: #6f6258;
  --eden-gold: #d89524;
  --eden-peach: #fff4e8;
  --eden-orange: #e68a24;
}
.app-header {
  background: radial-gradient(circle at 50% 0%, #fffdf8 0%, #fff9ef 72%);
  border-bottom: 1px solid rgba(70, 42, 26, .10);
}
.app-header .header-row {
  height: 74px;
  padding: 0 20px;
}
.app-header .circle-btn {
  border: 0;
  background: transparent;
  color: var(--eden-brown);
  font-size: 42px;
  line-height: 1;
}
.app-header .hamburger {
  font-size: 36px;
  transform: translateY(-2px);
}
.app-header .center-title {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
  color: var(--eden-brown);
  letter-spacing: -.03em;
}
.app-progress-row {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 22px;
  max-width: 760px;
  margin: 0 auto;
  padding: 12px 24px 24px;
}
.app-progress-row span {
  color: #8d7e72;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  white-space: nowrap;
}
.app-progress-track {
  height: 8px;
  border-radius: 999px;
  background: #f1e2d3;
  overflow: hidden;
}
.app-progress-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ca7415, #dda037);
}
.segmented-progress { display: none !important; }

.analysis-mobile {
  width: min(100%, 390px);
  margin: 0 auto;
  padding: 34px 0 22px;
  color: var(--eden-brown);
}
.analysis-mobile h2 {
  font-family: Georgia, "Times New Roman", serif !important;
  font-size: clamp(42px, 12vw, 54px) !important;
  line-height: .98 !important;
  letter-spacing: -.055em !important;
  text-align: center;
  color: var(--eden-brown);
  margin: 0 auto 18px !important;
  max-width: 360px;
}
.analysis-mobile .analysis-subtitle {
  max-width: 330px;
  margin: 0 auto 28px !important;
  color: #625852;
  font-size: 18px !important;
  line-height: 1.32 !important;
  text-align: center;
}
.analysis-curve .analysis-subtitle { display: none !important; }
.analysis-mobile .projection-card {
  border: 1px solid rgba(216, 181, 143, .54);
  background: rgba(255, 253, 248, .92);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(75, 43, 25, .06);
}
.analysis-mobile .continue-inline {
  margin: 22px 0 0;
}
.analysis-mobile .continue-inline .continue-btn {
  min-height: 66px;
  border-radius: 999px;
  background: linear-gradient(135deg, #2a140d, #482415) !important;
  color: #fffdf8 !important;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 26px;
  font-weight: 700;
  box-shadow: 0 16px 32px rgba(50, 27, 18, .18);
}
.analysis-mobile .continue-btn span { margin-left: 10px; }

/* Attempt-cycle mobile app card */
.premium-loop-card {
  padding: 22px 14px 14px !important;
  margin: 0 0 18px !important;
}
.loop-card-label,
.curve-head span {
  color: #a18d7e;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: .12em;
}
.loop-chip {
  width: max-content;
  max-width: 100%;
  height: 46px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  margin: 14px 0 18px;
  border-radius: 999px;
  color: #fffdf8;
  background: linear-gradient(135deg, #2b150e, #4a2718);
  box-shadow: 0 10px 20px rgba(50, 27, 18, .14);
}
.loop-chip span { font-size: 18px; opacity: .9; }
.loop-chip b { font-size: 17px; line-height: 1; }
.premium-stepper {
  position: relative;
  display: grid;
  gap: 10px;
  padding: 0 0 0 48px;
}
.stepper-line {
  position: absolute;
  left: 25px;
  top: 31px;
  bottom: 31px;
  width: 2px;
  background: #eadfd3;
}
.premium-step {
  position: relative;
  min-height: 64px;
}
.premium-step .step-num {
  position: absolute;
  left: -48px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  z-index: 2;
  display: grid;
  place-items: center;
  color: var(--eden-brown);
  background: #f1e9df;
  font-weight: 950;
  font-size: 18px;
}
.premium-step .step-box {
  min-height: 64px;
  border-radius: 16px;
  border: 1px solid rgba(216, 190, 168, .70);
  background: rgba(255, 253, 248, .86);
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
}
.premium-step .step-icon {
  color: #765e4e;
  font-size: 25px;
  text-align: center;
}
.premium-step strong {
  color: var(--eden-brown);
  font-size: 17px !important;
  line-height: 1.16 !important;
  letter-spacing: -.02em;
}
.premium-step.active .step-num {
  background: linear-gradient(180deg, #e9ad45, #d88920);
  color: #fff;
}
.premium-step.active .step-box {
  border-color: rgba(232, 138, 36, .42);
  background: linear-gradient(90deg, #fff4e7, #fffaf3);
  grid-template-columns: 42px 1fr auto;
}
.premium-step.active .step-icon { color: var(--eden-orange); }
.premium-step.active em {
  justify-self: end;
  border: 1px solid rgba(232, 138, 36, .35);
  border-radius: 999px;
  padding: 7px 10px;
  color: #e17d1d;
  background: rgba(255, 250, 244, .75);
  font-style: normal;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .05em;
  white-space: nowrap;
}
.loop-diagnosis-card {
  display: grid;
  grid-template-columns: 68px 1fr;
  align-items: center;
  gap: 16px;
  padding: 18px 18px;
  border-radius: 18px;
  border: 1px solid rgba(232, 183, 130, .50);
  background: #fff8ee;
  box-shadow: 0 12px 28px rgba(75, 43, 25, .05);
}
.diagnosis-icon {
  width: 56px;
  height: 56px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #d89524;
  background: #fff0dd;
  border: 1px solid rgba(232, 183, 130, .45);
  font-size: 24px;
}
.diagnosis-copy span {
  display: block;
  color: #c88a2b;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .12em;
  margin-bottom: 8px;
}
.diagnosis-copy strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--eden-brown);
  font-size: 25px;
  line-height: 1.02;
  letter-spacing: -.035em;
  margin-bottom: 9px;
}
.diagnosis-copy p {
  color: #4e4038;
  font-size: 16px !important;
  line-height: 1.28 !important;
  margin: 0;
}

/* Premium curve card closer to reference */
.analysis-curve .projection-card {
  padding: 22px 18px 18px !important;
}
.analysis-curve .curve-head {
  display: grid;
  gap: 12px;
  margin-bottom: 16px;
}
.analysis-curve .curve-head span {
  color: #b07823;
}
.analysis-curve .curve-head b {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--eden-brown);
  font-size: 28px;
  line-height: 1;
  letter-spacing: -.04em;
}
.analysis-curve .curve-graph,
.analysis-curve .stability-graph {
  height: 170px;
  border-radius: 18px;
  background: linear-gradient(90deg, rgba(255, 238, 207, .72), rgba(239, 250, 227, .72));
  border: 1px solid rgba(216, 181, 143, .55);
  overflow: hidden;
}
.analysis-curve .curve-line,
.analysis-curve .stability-line {
  stroke-width: 8px;
  filter: drop-shadow(0 5px 8px rgba(75, 43, 25, .10));
}
.analysis-curve .curve-labels {
  color: #8d7c70;
  font-size: 15px;
  font-weight: 850;
  padding: 10px 6px 0;
}
.analysis-curve .curve-legend {
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 16px;
}
.analysis-curve .curve-legend div {
  border: 1px solid rgba(216, 181, 143, .46);
  border-radius: 16px;
  padding: 15px;
  background: #fffaf4;
}
.analysis-curve .curve-legend div:nth-child(2) { background: #f4fbf1; }
.analysis-curve .curve-legend span {
  color: #d4871b;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .14em;
}
.analysis-curve .curve-legend div:nth-child(2) span { color: #3c8b4f; }
.analysis-curve .curve-legend strong {
  font-family: Georgia, "Times New Roman", serif;
  color: var(--eden-brown);
  font-size: 21px;
  line-height: 1.12;
  letter-spacing: -.03em;
}
.analysis-curve .curve-note {
  display: block;
  margin-top: 16px;
  padding: 15px 0 0 36px !important;
  border-top: 1px solid rgba(216, 181, 143, .50) !important;
  background: transparent !important;
  color: #5f524a;
  font-size: 17px !important;
  line-height: 1.35 !important;
  position: relative;
}
.analysis-curve .curve-note::before {
  content: "✧";
  position: absolute;
  left: 4px;
  top: 13px;
  color: #d89524;
  font-size: 24px;
}
@media (max-width: 640px) {
  body { background: radial-gradient(circle at 50% 0%, #fffdf8 0%, #fff9f0 76%); }
  .stage { padding: 0 18px 26px; }
  .app-header .header-row { height: 70px; padding: 0 18px; }
  .app-header .center-title { font-size: 28px; }
  .app-progress-row { padding: 8px 21px 22px; gap: 20px; }
  .analysis-mobile { padding-top: 30px; }
  .analysis-mobile h2 { font-size: clamp(40px, 12vw, 52px) !important; }
  .premium-step.active .step-box { grid-template-columns: 36px 1fr; }
  .premium-step.active em { grid-column: 2; justify-self: start; margin-top: 5px; }
}
@media (max-width: 380px) {
  .analysis-mobile { width: 100%; }
  .analysis-mobile h2 { font-size: 39px !important; }
  .premium-stepper { padding-left: 42px; }
  .premium-step .step-num { left: -42px; }
  .premium-step strong { font-size: 15px !important; }
  .diagnosis-copy strong { font-size: 23px; }
}

/* 2026-05 restored hero headline/subheadline */
.hero-tight-headline {
  font-size: clamp(22px, 6.2vw, 28px);
  line-height: 1.08;
  letter-spacing: -0.045em;
  max-width: 450px;
  margin-bottom: 10px;
}
.hero-return-sub {
  max-width: 430px;
  margin: 0 auto 14px;
  color: #5f554d;
  font-size: clamp(15px, 4vw, 17px);
  line-height: 1.34;
  font-weight: 650;
}
@media (max-width: 390px) {
  .hero-tight-headline { font-size: 22px; }
  .hero-return-sub { font-size: 15px; }
}

