:root {
  --paper: #fffcf8;
  --paper-soft: #fff7ef;
  --ink: #101014;
  --muted: #68606b;
  --line: #e9dfd5;
  --lilac: #b99cff;
  --lilac-soft: #efe8ff;
  --gold: #c6a15b;
  --gold-soft: #fbecd0;
  --cyan: #29e8ff;
  --pink: #ff4fb8;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(40, 25, 56, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    linear-gradient(180deg, rgba(255, 247, 239, 0.72), rgba(255, 252, 248, 0) 620px),
    var(--paper);
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  overflow-x: hidden;
}

img {
  display: block;
  max-width: 100%;
  -webkit-user-drag: none;
  user-select: none;
  -webkit-touch-callout: none;
}

img,
video,
.hero-visual,
.lifestyle-frame,
.maya-avatar,
.dm-proof-card,
.product-video-frame {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font: inherit;
}

::selection {
  background: var(--lilac);
  color: var(--ink);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(1160px, calc(100% - 32px));
  margin: 14px auto 0;
  padding: 10px;
  background: rgba(255, 252, 248, 0.86);
  border: 1px solid rgba(233, 223, 213, 0.92);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(72, 53, 83, 0.1);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 800;
  min-width: 0;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(41, 232, 255, 0.28), transparent 46%),
    linear-gradient(315deg, rgba(255, 79, 184, 0.26), transparent 48%),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.1rem;
}

.nav-links {
  display: none;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 700;
}

.nav-links a {
  padding: 10px 12px;
  border-radius: 8px;
}

.nav-links a:hover {
  background: var(--white);
  color: var(--ink);
}

.section-shell {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
}

.section-pad {
  padding: 76px 0;
}

.hero {
  display: grid;
  gap: 34px;
  align-items: center;
  min-height: calc(100svh - 72px);
  padding: 54px 0 56px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.03;
  text-wrap: balance;
}

h1 {
  max-width: 720px;
  margin-bottom: 20px;
  font-size: 3.05rem;
}

h2 {
  margin-bottom: 18px;
  font-size: 2.35rem;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.08rem;
  line-height: 1.2;
}

.hero-subhead,
.section-heading p,
.pricing-copy p,
.maya-lead {
  color: var(--muted);
  font-size: 1.03rem;
}

.hero-subhead {
  max-width: 640px;
  margin-bottom: 28px;
}

.hero-subhead span {
  color: var(--ink);
  font-weight: 900;
  background: linear-gradient(180deg, transparent 56%, rgba(185, 156, 255, 0.34) 56%);
  border-radius: 5px;
  box-decoration-break: clone;
}

.hero-actions,
.footer-links,
.trust-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  min-width: 170px;
  padding: 15px 22px;
  cursor: pointer;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(41, 232, 255, 0.28), transparent 38%),
    linear-gradient(315deg, rgba(255, 79, 184, 0.3), transparent 42%),
    var(--ink);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 18px 40px rgba(16, 16, 20, 0.22);
  font-weight: 900;
  text-align: center;
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.cta-button:hover {
  box-shadow: 0 22px 52px rgba(16, 16, 20, 0.3);
  transform: translateY(-1px);
}

.cta-button:active {
  transform: translateY(1px) scale(0.99);
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 6px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--lilac);
  text-decoration-thickness: 3px;
  text-underline-offset: 5px;
}

.trust-strip {
  margin-top: 24px;
}

.trust-strip > span,
.zodiac-board span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 36px;
  padding: 8px 12px;
  background:
    linear-gradient(135deg, rgba(239, 232, 255, 0.46), rgba(255, 255, 255, 0.88)),
    var(--white);
  border: 1px solid rgba(233, 223, 213, 0.98);
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
  box-shadow: 0 12px 30px rgba(65, 48, 75, 0.07);
}

.trust-mark {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(41, 232, 255, 0.18), transparent 48%),
    linear-gradient(315deg, rgba(255, 79, 184, 0.2), transparent 48%),
    var(--lilac-soft);
  border-radius: 7px;
  font-size: 0.75rem;
  font-weight: 900;
}

.trust-mark-hot {
  color: var(--white);
  background: #ff4f5f;
}

.hero-visual {
  position: relative;
  overflow: hidden;
  height: clamp(360px, 116vw, 480px);
  min-height: 320px;
  border: 1px solid rgba(233, 223, 213, 0.95);
  border-radius: 8px;
  box-shadow: var(--shadow);
  background: var(--white);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 252, 248, 0.82), rgba(255, 252, 248, 0.08) 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 252, 248, 0.2));
}

.hero-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-visual img.hero-photo {
  object-position: center 38%;
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: block;
  max-width: min(205px, calc(100% - 28px));
  padding: 11px 12px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(233, 223, 213, 0.92);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(48, 31, 60, 0.12);
  backdrop-filter: blur(12px);
}

.note-one {
  right: 14px;
  top: 14px;
}

.note-two {
  left: 14px;
  bottom: 14px;
}

.note-kicker {
  display: block;
  margin-bottom: 4px;
  color: var(--gold);
  font-size: 0.66rem;
  font-weight: 900;
  text-transform: uppercase;
}

.floating-note strong {
  display: block;
  font-size: 0.94rem;
  line-height: 1.24;
}

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

.scenario-list,
.feature-grid,
.choice-grid {
  display: grid;
  gap: 14px;
}

.scenario-card,
.feature-card,
.not-item,
.price-panel,
.final-panel,
.faq details {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(65, 48, 75, 0.08);
}

.scenario-card {
  position: relative;
  overflow: hidden;
  padding: 20px 20px 20px 22px;
  background:
    linear-gradient(135deg, rgba(239, 232, 255, 0.52), transparent 43%),
    linear-gradient(315deg, rgba(255, 79, 184, 0.08), transparent 42%),
    rgba(255, 255, 255, 0.88);
}

.scenario-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, var(--lilac), var(--pink));
}

.scenario-card p {
  position: relative;
  margin-bottom: 0;
  color: var(--ink);
  font-size: 1.06rem;
  font-weight: 800;
  line-height: 1.46;
}

.scenario-card mark {
  padding: 0 0.16em;
  color: var(--ink);
  background: linear-gradient(180deg, transparent 50%, rgba(185, 156, 255, 0.36) 50%);
  border-radius: 4px;
  box-decoration-break: clone;
}

.scenario-card strong {
  color: var(--pink);
  font-weight: 900;
}

.scenario-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
  padding: 6px 8px;
  background: rgba(255, 252, 248, 0.76);
  border: 1px solid rgba(233, 223, 213, 0.76);
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.scenario-dot {
  width: 9px;
  height: 9px;
  background: var(--lilac);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(185, 156, 255, 0.16);
}

.scenario-dot-gold {
  background: var(--gold);
  box-shadow: 0 0 0 5px rgba(198, 161, 91, 0.16);
}

.scenario-dot-hot {
  background: var(--pink);
  box-shadow: 0 0 0 5px rgba(255, 79, 184, 0.14);
}

.big-line {
  position: relative;
  max-width: 820px;
  margin: 30px 0 0;
  padding: 20px;
  background:
    linear-gradient(135deg, rgba(251, 236, 208, 0.76), rgba(255, 255, 255, 0.86)),
    var(--white);
  border: 1px solid rgba(198, 161, 91, 0.3);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(65, 48, 75, 0.08);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.12;
}

.big-line::before {
  content: "Bottom line";
  display: block;
  margin-bottom: 9px;
  color: var(--gold);
  font-family: Inter, system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.big-line span {
  background: linear-gradient(180deg, transparent 58%, rgba(198, 161, 91, 0.3) 58%);
  border-radius: 5px;
  box-decoration-break: clone;
}

.inside {
  position: relative;
}

.inside::before,
.anti-toxic::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  transform: translateX(-50%);
  background:
    linear-gradient(180deg, rgba(239, 232, 255, 0.36), rgba(255, 252, 248, 0)),
    var(--paper);
}

.feature-card {
  padding: 22px;
}

.feature-card p,
.not-item p,
.faq p,
.price-panel p,
.final-panel p {
  color: var(--muted);
}

.feature-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(41, 232, 255, 0.2), transparent 48%),
    linear-gradient(315deg, rgba(255, 79, 184, 0.2), transparent 48%),
    var(--lilac-soft);
  border: 1px solid rgba(185, 156, 255, 0.55);
  border-radius: 8px;
  font-weight: 900;
}

.zodiac-board {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 28px;
}

.product-video-frame {
  position: relative;
  overflow: hidden;
  width: min(100%, 360px);
  margin-inline: auto;
  padding: 10px;
  background: var(--ink);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 42px;
  box-shadow:
    0 24px 70px rgba(16, 16, 20, 0.2),
    inset 0 0 0 1px rgba(0, 0, 0, 0.36);
}

.product-video-frame::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 50%;
  width: 76px;
  height: 7px;
  background: rgba(5, 5, 7, 0.82);
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
  transform: translateX(-50%);
}

.product-video-frame video,
.product-video-frame img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  background: var(--white);
  border-radius: 32px;
  pointer-events: none;
}

.lifestyle-break {
  margin-top: -28px;
  margin-bottom: -20px;
}

.lifestyle-frame {
  position: relative;
  overflow: hidden;
  height: clamp(360px, 108vw, 520px);
  margin: 0;
  background: var(--ink);
  border: 1px solid rgba(233, 223, 213, 0.95);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.lifestyle-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(180deg, transparent 35%, rgba(16, 16, 20, 0.7)),
    linear-gradient(135deg, rgba(41, 232, 255, 0.12), transparent 34%),
    linear-gradient(315deg, rgba(255, 79, 184, 0.18), transparent 38%);
}

.lifestyle-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 34%;
}

.lifestyle-frame figcaption {
  position: absolute;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 2;
  max-width: 560px;
  color: var(--white);
}

.lifestyle-frame figcaption span {
  display: inline-flex;
  margin-bottom: 8px;
  padding: 7px 9px;
  color: var(--ink);
  background: rgba(255, 252, 248, 0.86);
  border-radius: 8px;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.lifestyle-frame figcaption strong {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.85rem;
  line-height: 1.04;
}

.anti-toxic {
  position: relative;
}

.not-list {
  display: grid;
  gap: 12px;
}

.not-item {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
}

.not-item span {
  color: var(--pink);
  font-weight: 900;
}

.not-item p {
  margin-bottom: 0;
  font-weight: 700;
}

.truth-box {
  margin-top: 18px;
  padding: 24px;
  color: var(--ink);
  background: var(--gold-soft);
  border: 1px solid rgba(198, 161, 91, 0.34);
  border-radius: 8px;
}

.truth-box p {
  margin-bottom: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.55rem;
  font-weight: 800;
  line-height: 1.16;
}

.maya {
  position: relative;
}

.maya-card {
  padding: 20px;
  background:
    radial-gradient(circle at top left, rgba(255, 79, 184, 0.16), transparent 34%),
    radial-gradient(circle at bottom right, rgba(185, 156, 255, 0.22), transparent 38%),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.maya-topline {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 20px;
}

.maya-avatar {
  overflow: hidden;
  width: min(180px, 58vw);
  height: 220px;
  background:
    linear-gradient(135deg, rgba(41, 232, 255, 0.2), transparent 46%),
    linear-gradient(315deg, rgba(255, 79, 184, 0.28), transparent 48%),
    var(--paper-soft);
  border: 1px solid var(--line);
  border-radius: 30px;
  box-shadow: 0 16px 36px rgba(61, 37, 78, 0.12);
}

.maya-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 38%;
}

.maya-topline .eyebrow {
  margin-bottom: 8px;
}

.maya-topline h2 {
  margin-bottom: 0;
  max-width: 720px;
  font-size: 2.18rem;
}

.maya-lead {
  margin-bottom: 16px;
  line-height: 1.55;
}

.maya-lead strong {
  color: var(--ink);
  font-weight: 900;
}

.maya-list-grid {
  display: grid;
  gap: 12px;
}

.maya-list-card {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 252, 248, 0.78);
}

.maya-list-card h3 {
  margin-bottom: 12px;
  font-size: 1rem;
}

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

.maya-list-card li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 8px;
  align-items: start;
}

.maya-list-card li span {
  line-height: 1.35;
}

.maya-list-card .no-badge {
  display: inline-grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  color: var(--white);
  background: #ff4f5f;
  border-radius: 5px;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
}

.maya-list-card li p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

.maya-list-yes {
  background:
    linear-gradient(135deg, rgba(239, 232, 255, 0.72), rgba(255, 252, 248, 0.86)),
    var(--white);
}

.maya-list-no h3 {
  color: var(--muted);
}

.maya-signoff {
  margin: 14px 0 0;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 1.2;
}

.pricing {
  display: grid;
  gap: 22px;
  align-items: stretch;
}

.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
  font-weight: 800;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 8px;
  border-bottom: 3px solid var(--gold);
  border-left: 3px solid var(--gold);
  transform: rotate(-45deg);
}

.price-panel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 26px;
  background:
    linear-gradient(135deg, rgba(239, 232, 255, 0.7), rgba(255, 255, 255, 0.76)),
    var(--white);
}

.pricing-preview {
  margin-bottom: 18px;
  text-align: center;
}

.preview-label {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 7px 10px;
  color: var(--ink);
  background: var(--gold-soft);
  border: 1px solid rgba(198, 161, 91, 0.34);
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-panel .product-video-frame {
  width: min(100%, 260px);
}

.price-label {
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price-panel strong {
  margin: 8px 0 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 4rem;
  line-height: 1;
}

.price-panel .cta-button {
  width: 100%;
  margin: 16px 0 12px;
}

.price-panel small {
  color: var(--muted);
  font-size: 0.78rem;
}

.honest-sales {
  margin-top: -38px;
  margin-bottom: 76px;
}

.honest-panel {
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255, 79, 184, 0.1), transparent 34%),
    linear-gradient(315deg, rgba(185, 156, 255, 0.18), transparent 38%),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 46px rgba(65, 48, 75, 0.08);
}

.honest-panel h2 {
  max-width: 760px;
  margin-bottom: 12px;
  font-size: 1.92rem;
}

.honest-lead {
  max-width: 820px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 700;
}

.honest-lead strong {
  color: var(--ink);
  font-weight: 900;
  background: linear-gradient(180deg, transparent 56%, rgba(251, 236, 208, 0.85) 56%);
  border-radius: 5px;
  box-decoration-break: clone;
}

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

.honest-item {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 9px;
  align-items: start;
  padding: 10px;
  background: rgba(255, 252, 248, 0.74);
  border: 1px solid rgba(233, 223, 213, 0.86);
  border-radius: 8px;
}

.honest-badge {
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border-radius: 7px;
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1;
}

.honest-badge-no {
  background: #ff4f5f;
}

.honest-item p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.91rem;
  font-weight: 700;
  line-height: 1.36;
}

.honest-item strong {
  color: var(--ink);
  font-weight: 900;
}

.dm-proof-card {
  max-width: 680px;
  margin: 0 auto;
  padding: 10px;
  background:
    linear-gradient(135deg, rgba(41, 232, 255, 0.12), transparent 36%),
    linear-gradient(315deg, rgba(255, 79, 184, 0.14), transparent 38%),
    var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.dm-proof-card img {
  width: 100%;
  height: auto;
  border-radius: 7px;
}

.final-panel {
  padding: 24px;
  text-align: center;
  background:
    linear-gradient(135deg, rgba(41, 232, 255, 0.14), transparent 36%),
    linear-gradient(315deg, rgba(255, 79, 184, 0.14), transparent 38%),
    var(--white);
}

.final-panel h2 {
  max-width: 780px;
  margin-inline: auto;
}

.choice-grid {
  margin: 26px 0 22px;
  text-align: left;
}

.choice-grid article {
  padding: 20px;
  border-radius: 8px;
}

.choice-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
}

.choice-label {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 8px;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.choice-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.85rem;
}

.choice-card p {
  margin-bottom: 0;
  font-size: 1.02rem;
  font-weight: 800;
}

.choice-card-old {
  background:
    linear-gradient(180deg, rgba(104, 96, 107, 0.06), rgba(104, 96, 107, 0.02)),
    rgba(255, 252, 248, 0.72);
  border: 1px solid var(--line);
}

.choice-card-old .choice-label {
  color: var(--muted);
  background: rgba(104, 96, 107, 0.1);
}

.choice-card-old h3 {
  color: var(--muted);
}

.choice-card-old::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 18px;
  width: 78px;
  height: 78px;
  border: 1px solid rgba(104, 96, 107, 0.14);
  border-radius: 50%;
}

.choice-card-new {
  background:
    linear-gradient(135deg, rgba(41, 232, 255, 0.2), transparent 34%),
    linear-gradient(315deg, rgba(255, 79, 184, 0.2), transparent 36%),
    var(--ink);
  border: 1px solid rgba(16, 16, 20, 0.86);
  box-shadow: 0 24px 58px rgba(16, 16, 20, 0.22);
}

.choice-card-new .choice-label {
  color: var(--ink);
  background: var(--gold-soft);
}

.choice-card-new h3,
.choice-card-new p {
  color: var(--white);
}

.choice-card-new::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -28px;
  width: 142px;
  height: 142px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 50%;
}

.final-line {
  max-width: 640px;
  margin: 0 auto 24px;
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.52rem;
  font-weight: 800;
  line-height: 1.16;
}

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

.faq details {
  padding: 0;
}

.faq summary {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px;
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

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

.faq summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--gold);
  font-size: 1.35rem;
  line-height: 1;
  transition: transform 160ms ease;
}

.faq details[open] summary::after {
  transform: rotate(45deg);
}

.faq p {
  padding: 0 18px 20px;
  margin-bottom: 0;
}

.site-footer {
  display: grid;
  gap: 22px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 38px 0 104px;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer strong {
  color: var(--ink);
}

.site-footer p {
  margin-bottom: 0;
}

.footer-links a {
  color: var(--ink);
  font-weight: 800;
  text-decoration: underline;
  text-decoration-color: var(--lilac);
  text-underline-offset: 4px;
}

.copyright {
  font-size: 0.84rem;
}

.mobile-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 60;
  padding: 10px 16px 14px;
  background: rgba(255, 252, 248, 0.86);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(16px);
}

.mobile-cta .cta-button {
  width: 100%;
  min-height: 52px;
}

@media (min-width: 720px) {
  .nav-links {
    display: flex;
  }

  .section-shell,
  .site-header,
  .site-footer {
    width: min(1160px, calc(100% - 48px));
  }

  .section-pad {
    padding: 96px 0;
  }

  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 26px;
    padding: 74px 0 72px;
  }

  h1 {
    font-size: 4.05rem;
  }

  h2 {
    font-size: 3.25rem;
  }

  .hero-subhead,
  .section-heading p,
  .pricing-copy p,
  .maya-lead {
    font-size: 1.12rem;
  }

  .hero-visual {
    height: 560px;
    min-height: 560px;
  }

  .floating-note {
    max-width: 190px;
    padding: 14px;
  }

  .floating-note strong {
    font-size: 1rem;
  }

  .note-one {
    right: 24px;
    top: 28px;
  }

  .note-two {
    left: 22px;
    bottom: 22px;
  }

  .note-kicker {
    font-size: 0.72rem;
  }

  .scenario-list,
  .feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .feature-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .choice-grid,
  .pricing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .honest-sales {
    margin-top: -48px;
    margin-bottom: 96px;
  }

  .honest-panel {
    padding: 28px;
  }

  .honest-panel h2 {
    font-size: 2.55rem;
  }

  .honest-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .maya-card {
    max-width: 980px;
    margin-inline: auto;
    padding: 32px;
  }

  .maya-topline {
    grid-template-columns: 220px 1fr;
    gap: 24px;
    align-items: end;
    margin-bottom: 22px;
  }

  .maya-avatar {
    width: 220px;
    height: 270px;
    border-radius: 34px;
  }

  .maya-topline h2 {
    font-size: 2.62rem;
  }

  .maya-list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .big-line {
    font-size: 2.45rem;
  }

  .truth-box p {
    font-size: 2.2rem;
  }

  .final-panel {
    padding: 44px;
  }

  .site-footer {
    grid-template-columns: 1fr auto auto;
    align-items: start;
    padding-bottom: 46px;
  }

  .mobile-cta {
    display: none;
  }
}

@media (min-width: 1040px) {
  .hero {
    grid-template-columns: 1.06fr 0.94fr;
    gap: 42px;
  }

  h1 {
    font-size: 4.55rem;
  }

  .maya-topline {
    grid-template-columns: 260px 1fr;
  }

  .maya-avatar {
    width: 260px;
    height: 320px;
  }

  .maya-topline h2 {
    font-size: 3.1rem;
  }
}

@media (max-width: 420px) {
  .brand span:last-child {
    max-width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  h1 {
    font-size: 2.62rem;
  }

  h2 {
    font-size: 2.08rem;
  }

  .maya-topline {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .maya-avatar {
    width: 148px;
    height: 184px;
    border-radius: 28px;
  }

  .maya-topline h2 {
    font-size: 2rem;
  }

  .feature-grid {
    gap: 12px;
  }

  .not-item {
    grid-template-columns: 42px 1fr;
  }

  .price-panel strong {
    font-size: 3.35rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* =========================================================================
   HOTMART OVERRIDE — prevent hotmart-fb.min.css from hijacking button styles
   ========================================================================= */
a.cta-button,
a.cta-button.hotmart-fb,
a.cta-button.hotmart__button-checkout,
a.js-checkout.hotmart-fb {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--ink, #0f0f14) !important;
  background-image: none !important;
  color: #fff !important;
  border: none !important;
  border-radius: 14px !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  text-decoration: none !important;
  text-align: center !important;
  cursor: pointer !important;
  box-shadow: none !important;
  border-image: none !important;
  outline: none !important;
}
