/* CoreVital Burn conversion and voice pass · route-scoped · 2026-08-07 */
@keyframes cvBurnFirstPaintReveal {
  to {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes cvBurnFirstPaintTitleFallback {
  to {
    color: inherit;
    font-size: clamp(3.3rem, 5.25vw, 6.1rem);
    line-height: 0.92;
  }
}

@keyframes cvBurnFirstPaintTitleOverlayFallback {
  to {
    opacity: 0;
    visibility: hidden;
  }
}

/*
 * The compiled Burn route hydrates before the conversion pass can safely edit
 * React-owned markup. Keep the legacy hero copy out of the first paint while
 * preserving the approved headline and the existing header/product artwork.
 * The :has() signature limits this guard to Burn even though the stylesheet is
 * also preloaded by the homepage. The delayed animations are a no-JS fallback.
 */
body:not([data-cv-burn-conversion="ready"])
  main:has(> section[class*="_tension_"])
  > section[class*="_hero_"]
  > div[class*="_heroCopy_"]
  > :not(h1) {
  opacity: 0;
  visibility: hidden;
  animation: cvBurnFirstPaintReveal 0s linear 6s forwards;
}

body:not([data-cv-burn-conversion="ready"])
  main:has(> section[class*="_tension_"])
  > section[class*="_hero_"]
  > div[class*="_heroBottom_"] {
  opacity: 0;
  visibility: hidden;
}

body:not([data-cv-burn-conversion="ready"])
  main:has(> section[class*="_tension_"])
  > section[class*="_hero_"]
  > div[class*="_heroCopy_"]
  > h1 {
  color: transparent;
  font-size: 0 !important;
  line-height: 0 !important;
  animation: cvBurnFirstPaintTitleFallback 0s linear 6s forwards;
}

body:not([data-cv-burn-conversion="ready"])
  main:has(> section[class*="_tension_"])
  > section[class*="_hero_"]
  > div[class*="_heroCopy_"]
  > h1 em {
  color: transparent;
  font-size: inherit;
}

body:not([data-cv-burn-conversion="ready"])
  main:has(> section[class*="_tension_"])
  > section[class*="_hero_"]
  > div[class*="_heroCopy_"]
  > h1::before,
body:not([data-cv-burn-conversion="ready"])
  main:has(> section[class*="_tension_"])
  > section[class*="_hero_"]
  > div[class*="_heroCopy_"]
  > h1::after {
  display: block;
  font-size: clamp(3.3rem, 5.25vw, 6.1rem);
  line-height: 0.92;
  opacity: 1;
  visibility: visible;
  animation: cvBurnFirstPaintTitleOverlayFallback 0s linear 6s forwards;
}

body:not([data-cv-burn-conversion="ready"])
  main:has(> section[class*="_tension_"])
  > section[class*="_hero_"]
  > div[class*="_heroCopy_"]
  > h1::before {
  color: #f5fbfc;
  content: "Thirty days.";
}

body:not([data-cv-burn-conversion="ready"])
  main:has(> section[class*="_tension_"])
  > section[class*="_hero_"]
  > div[class*="_heroCopy_"]
  > h1::after {
  color: #5ce7ee;
  content: "One honest step at a time.";
  font-style: italic;
}

.cv-burn-conversion {
  --cv-burn-ink: #03111b;
  --cv-burn-deep: #051a24;
  --cv-burn-cyan: #5ce7ee;
  --cv-burn-cyan-soft: #b7f5f2;
  overflow-x: clip;
}

.cv-burn-conversion main {
  overflow-x: clip;
}

.cvBurnAcquisitionHero {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(20rem, 0.72fr);
  gap: clamp(2.5rem, 8vw, 8rem);
  align-items: center;
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: clamp(4.5rem, 9vw, 8rem) 0;
}

.cvBurnAcquisitionHero h1 {
  max-width: 56rem;
}

.cvBurnAcquisitionHero__product {
  position: relative;
  min-height: 38rem;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(115, 203, 234, 0.28);
  background:
    radial-gradient(circle at 50% 42%, rgba(115, 203, 234, 0.26), transparent 17rem),
    linear-gradient(150deg, rgba(10, 48, 66, 0.84), rgba(3, 24, 36, 0.95));
}

.cvBurnAcquisitionHero__product::before,
.cvBurnAcquisitionHero__product::after {
  position: absolute;
  inset: 9% 12%;
  border: 1px solid rgba(115, 203, 234, 0.18);
  border-radius: 50%;
  content: "";
}

.cvBurnAcquisitionHero__product::after {
  inset: 17% 20%;
}

.cvBurnAcquisitionHero__product img {
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 4.2rem;
  width: min(22rem, 78%);
  height: auto;
  transform: translateX(-50%);
  filter: drop-shadow(0 2.2rem 2.2rem rgba(0, 0, 0, 0.42));
}

.cvBurnAcquisitionHero__product figcaption {
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  bottom: 1.25rem;
  left: 1.25rem;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.25rem 1rem;
  align-items: end;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(115, 203, 234, 0.28);
  background: rgba(3, 24, 36, 0.88);
  backdrop-filter: blur(12px);
}

.cvBurnAcquisitionHero__product figcaption strong {
  grid-row: span 2;
  color: var(--cv-blue-bright);
  font-family: var(--cv-serif);
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 1;
}

.cvBurnAcquisitionHero__product figcaption span {
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.cvBurnAcquisitionHero__product figcaption small {
  color: var(--cv-muted);
  font-size: 0.68rem;
  line-height: 1.45;
}

.cvBurnHeroProof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem 1.2rem;
  margin: 1.8rem 0 0;
  color: var(--cv-muted);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.09em;
}

.cvBurnHeroProof a {
  color: var(--cv-blue-bright);
  text-underline-offset: 0.2em;
}

.cv-burn-conversion main > [data-cv-v2="orientation"] {
  display: none !important;
}

.cv-burn-conversion section[class*="_hero_"] h1 {
  max-width: 58rem;
  font-size: clamp(3.3rem, 5.25vw, 6.1rem);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.cv-burn-conversion section[class*="_hero_"] p[class*="_lead_"] {
  max-width: 49rem;
  color: #d3e4e6;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.7;
}

.cv-burn-conversion section[class*="_hero_"] div[class*="_microProof_"] {
  flex-wrap: wrap;
}

.cv-burn-conversion section[class*="_hero_"] div[class*="_microProof_"] a {
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  text-decoration-color: rgba(92, 231, 238, 0.65);
  text-underline-offset: 0.22em;
}

.cvBurnStorySection {
  box-sizing: border-box;
  padding: clamp(5.5rem, 9vw, 8.5rem) clamp(1.25rem, 7vw, 7rem);
  background: #f4f0e8;
  color: var(--cv-burn-ink);
}

.cvBurnStorySection:nth-of-type(even) {
  background: #e9f0ed;
}

.cvBurnSectionIntro {
  max-width: 68rem;
}

.cvBurnEyebrow {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  margin: 0;
  color: #086a73;
  font: 800 0.63rem/1.4 var(--cv-font-label, sans-serif);
  letter-spacing: 0.16em;
}

.cvBurnEyebrow::before {
  width: 2rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.cvBurnSectionIntro h2 {
  margin: 1.25rem 0 0;
  font-family: var(--cv-font-display, Georgia, serif);
  font-size: clamp(3.2rem, 6.5vw, 7rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.055em;
}

.cvBurnSectionIntro h2 em {
  color: #087780;
  font-weight: 400;
}

.cvBurnSectionIntro > p:last-child {
  max-width: 48rem;
  margin: 1.5rem 0 0;
  color: #3e555a;
  font-size: clamp(1rem, 1.25vw, 1.15rem);
  line-height: 1.72;
}

.cvBurnCardGrid,
.cvBurnPillars {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1px;
  margin-top: 3rem;
  border: 1px solid rgba(3, 17, 27, 0.16);
  background: rgba(3, 17, 27, 0.16);
}

.cvBurnCardGrid article,
.cvBurnPillars article {
  min-width: 0;
  padding: clamp(1.35rem, 2.5vw, 2.15rem);
  background: #f8f5ef;
}

.cvBurnCardGrid article > b,
.cvBurnPillars article > b {
  color: #087780;
  font: 800 0.7rem/1 var(--cv-font-label, sans-serif);
  letter-spacing: 0.12em;
}

.cvBurnCardGrid h3,
.cvBurnPillars h3 {
  margin: 2rem 0 0;
  font-family: var(--cv-font-display, Georgia, serif);
  font-size: clamp(1.35rem, 2vw, 1.9rem);
  font-weight: 500;
  line-height: 1.05;
}

.cvBurnCardGrid p,
.cvBurnPillars p {
  margin: 0.9rem 0 0;
  color: #4a5e62;
  font-size: 0.86rem;
  line-height: 1.65;
}

.cvBurnInlineCta {
  display: inline-flex;
  min-height: 3.4rem;
  gap: 2.5rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  padding: 0 1.3rem;
  border: 1px solid #087780;
  background: #087780;
  color: white !important;
  font: 800 0.62rem/1.35 var(--cv-font-label, sans-serif);
  letter-spacing: 0.11em;
  text-decoration: none;
}

.cvBurnStorySection.cvBurnFounders {
  background:
    radial-gradient(circle at 80% 20%, rgba(92, 231, 238, 0.12), transparent 28rem),
    var(--cv-burn-ink);
  color: white;
}

.cvBurnDirectPurchase {
  display: inline-grid;
  gap: 0.55rem;
  margin: 0;
}

.cvBurnDirectPurchase button {
  box-sizing: border-box;
  cursor: pointer;
}

.cvBurnDirectPurchase button:disabled {
  cursor: progress;
  opacity: 0.78;
}

.cvBurnDirectPurchase button:focus-visible {
  outline: 3px solid white;
  outline-offset: 3px;
}

.cvBurnIncludes .cvBurnDirectPurchase button:focus-visible {
  outline-color: var(--cv-burn-ink);
}

.cvBurnAcquisitionHero .cvBurnDirectPurchase button {
  margin-top: 28px;
  border: 0;
}

.cvBurnPurchaseTrust {
  flex-basis: 100%;
  margin: 0;
  color: #c8dade;
  font: 700 0.68rem/1.5 var(--cv-font-label, sans-serif);
  letter-spacing: 0.035em;
}

.cvBurnIncludes .cvBurnDirectPurchase {
  display: grid;
  width: min(100%, 33rem);
}

.cvBurnIncludes .cvBurnInlineCta {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0.6875rem;
}

.cvBurnFounders .cvBurnEyebrow,
.cvBurnFounders .cvBurnSectionIntro h2 em {
  color: var(--cv-burn-cyan);
}

.cvBurnFounders .cvBurnSectionIntro > p:last-child {
  color: #bfd0d4;
}

.cvBurnFounderRelay {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.cvBurnFounderRelay article {
  display: grid;
  grid-template-columns: 6rem minmax(0, 1fr);
  gap: 1.4rem;
  align-items: start;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(92, 231, 238, 0.24);
  background: rgba(92, 231, 238, 0.055);
}

.cvBurnFounderRelay img {
  width: 6rem;
  height: 6rem;
  border: 1px solid rgba(92, 231, 238, 0.38);
  border-radius: 50%;
  object-fit: cover;
}

.cvBurnFounderRelay small {
  color: var(--cv-burn-cyan);
  font: 800 0.58rem/1.4 var(--cv-font-label, sans-serif);
  letter-spacing: 0.14em;
}

.cvBurnFounderRelay h3 {
  margin: 0.55rem 0 0;
  font-family: var(--cv-font-display, Georgia, serif);
  font-size: clamp(1.55rem, 2.5vw, 2.4rem);
  font-weight: 500;
  line-height: 1;
}

.cvBurnFounderRelay p {
  margin: 1rem 0 0;
  color: #c9dadd;
  font-size: 0.92rem;
  line-height: 1.7;
}

.cvBurnTimeline ol {
  display: grid;
  max-width: 74rem;
  margin: 3rem 0 0;
  padding: 0;
  border-top: 1px solid rgba(3, 17, 27, 0.22);
  list-style: none;
}

.cvBurnTimeline li {
  display: grid;
  grid-template-columns: minmax(7rem, 0.28fr) minmax(0, 1fr);
  gap: 2rem;
  padding: 1.35rem 0;
  border-bottom: 1px solid rgba(3, 17, 27, 0.22);
}

.cvBurnTimeline li > b {
  color: #087780;
  font: 800 0.63rem/1.6 var(--cv-font-label, sans-serif);
  letter-spacing: 0.13em;
}

.cvBurnTimeline li > span {
  color: #41565a;
  font-size: 0.95rem;
  line-height: 1.7;
}

.cvBurnTimeline li strong {
  display: block;
  color: var(--cv-burn-ink);
  font-family: var(--cv-font-display, Georgia, serif);
  font-size: 1.3rem;
  font-weight: 600;
}

.cvBurnTracker {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.55fr);
  gap: clamp(2rem, 8vw, 7rem);
  align-items: end;
  background: #dce8e6;
}

.cvBurnTrackerActions {
  display: grid;
  gap: 1rem;
}

.cvBurnTrackerActions .cvBurnInlineCta {
  margin: 0;
}

.cvBurnTrackerActions small {
  color: #496064;
  font-size: 0.76rem;
  line-height: 1.6;
}

.cvBurnFormulaFacts {
  width: min(72rem, calc(100% - 2.5rem));
  margin: 3rem auto 0;
  padding: clamp(1.4rem, 2.8vw, 2.4rem);
  border: 1px solid rgba(92, 231, 238, 0.28);
  background: rgba(3, 17, 27, 0.64);
  color: #d2e2e5;
}

.cvBurnFormulaFacts > p {
  margin: 0;
  font-size: 0.84rem;
  line-height: 1.7;
}

.cvBurnFormulaFacts > p strong {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--cv-burn-cyan);
  font: 800 0.62rem/1.5 var(--cv-font-label, sans-serif);
  letter-spacing: 0.12em;
}

.cvBurnFormulaFacts > div {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 1.5rem;
  border: 1px solid rgba(92, 231, 238, 0.2);
}

.cvBurnFormulaFacts span {
  padding: 1rem;
  border-right: 1px solid rgba(92, 231, 238, 0.2);
  color: #bcd0d4;
  font-size: 0.74rem;
  line-height: 1.5;
}

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

.cvBurnFormulaFacts span b {
  display: block;
  color: white;
  font-size: 1rem;
}

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

.cvBurnGuarantee {
  background: #dce8e6;
}

.cvBurnFaq__list {
  border-top: 1px solid var(--cv-line);
}

.cvBurnFaq__list details {
  border-bottom: 1px solid var(--cv-line);
}

.cvBurnFaq__list summary {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
  padding: 1.25rem 0;
  color: var(--cv-white);
  cursor: pointer;
  font-family: var(--cv-serif);
  font-size: clamp(1.25rem, 2vw, 1.75rem);
  list-style: none;
}

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

.cvBurnFaq__list summary i {
  color: var(--cv-blue);
  font-family: var(--cv-sans);
  font-style: normal;
}

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

.cvBurnFaq__list details > p {
  max-width: 58rem;
  margin: 0;
  padding: 0 0 1.5rem;
  color: var(--cv-muted);
}

.cvBurnFaq__list a {
  color: var(--cv-blue-bright);
}

.cv-burn-static .cv-footer > [data-corevital-business-address] {
  grid-column: 1 / -1;
  margin-top: 0;
}

.cvBurnMidCta {
  display: flex;
  width: min(70rem, calc(100% - 2.5rem));
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  margin: clamp(2.5rem, 5vw, 4.5rem) auto 0;
  padding: 1.25rem 1.35rem;
  border: 1px solid rgba(92, 231, 238, 0.35);
  background: rgba(92, 231, 238, 0.055);
}

.cvBurnMidCta div {
  display: grid;
  gap: 0.35rem;
}

.cvBurnMidCta small {
  color: var(--cv-burn-cyan);
  font: 800 0.58rem/1.4 var(--cv-font-label, sans-serif);
  letter-spacing: 0.14em;
}

.cvBurnMidCta strong {
  color: #d3e4e6;
  font: 500 0.88rem/1.45 var(--cv-font-label, sans-serif);
}

.cvBurnMidCta a {
  display: inline-flex;
  min-height: 3.25rem;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.2rem;
  border: 1px solid var(--cv-burn-cyan);
  background: var(--cv-burn-cyan);
  color: var(--cv-burn-ink) !important;
  font: 800 0.62rem/1.35 var(--cv-font-label, sans-serif);
  letter-spacing: 0.1em;
  text-decoration: none;
  white-space: nowrap;
}

.cv-burn-conversion .cvBurnPurchaseSection {
  min-height: 0;
  padding: clamp(5.5rem, 9vw, 8rem) 1.25rem;
  background:
    radial-gradient(circle at 50% 15%, rgba(92, 231, 238, 0.16), transparent 28rem),
    var(--cv-burn-ink);
  color: white;
}

.cvBurnPurchase {
  max-width: 54rem;
  margin: 0 auto;
  text-align: center;
}

.cvBurnPurchase__eyebrow {
  display: flex;
  gap: 0.85rem;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--cv-burn-cyan);
  font: 800 0.62rem/1.4 var(--cv-font-label, sans-serif);
  letter-spacing: 0.16em;
}

.cvBurnPurchase__eyebrow i {
  width: 2rem;
  height: 1px;
  background: currentColor;
}

.cvBurnPurchase h2 {
  margin: 1.4rem 0 0;
  font-family: var(--cv-font-display, serif);
  font-size: clamp(3.4rem, 6.2vw, 6.2rem);
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.cvBurnPurchase h2 em {
  color: var(--cv-burn-cyan);
  font-weight: 400;
}

.cvBurnPurchase__lead {
  max-width: 42rem;
  margin: 1.4rem auto 0;
  color: #c8dade;
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.7;
}

.cvBurnPurchase__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 2rem 0 0;
  border: 1px solid rgba(92, 231, 238, 0.28);
}

.cvBurnPurchase__facts span {
  padding: 1rem 0.75rem;
  color: #bcd0d4;
  font: 800 0.57rem/1.5 var(--cv-font-label, sans-serif);
  letter-spacing: 0.1em;
}

.cvBurnPurchase__facts span:nth-child(even) {
  border-left: 1px solid rgba(92, 231, 238, 0.22);
}

.cvBurnPurchase__facts span:nth-child(n + 3) {
  border-top: 1px solid rgba(92, 231, 238, 0.22);
}

.cvBurnPurchase__facts b {
  display: block;
  margin-bottom: 0.25rem;
  color: white;
  font-size: 1rem;
}

.cvBurnPurchase form {
  display: block;
  max-width: 36rem;
  margin: 1.4rem auto 0;
}

.cvBurnPurchase form button {
  display: flex;
  width: 100%;
  min-height: 3.8rem;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.35rem;
  border: 1px solid var(--cv-burn-cyan);
  background: var(--cv-burn-cyan);
  color: var(--cv-burn-ink);
  cursor: pointer;
  font: 800 0.6875rem/1.35 var(--cv-font-label, sans-serif);
  letter-spacing: 0.12em;
}

.cvBurnPurchase__notice {
  max-width: 42rem;
  margin: 1.2rem auto 0;
  color: #91aeb3;
  font-size: 0.76rem;
  line-height: 1.65;
}

.cvBurnPurchase__notice strong {
  color: var(--cv-burn-cyan-soft);
}

.cvBurnPurchase__promise {
  max-width: 42rem;
  margin: 1.35rem auto 0;
  padding: 1rem 1.15rem;
  border: 1px solid rgba(92, 231, 238, 0.22);
  background: rgba(92, 231, 238, 0.055);
  color: #bcd0d4;
  font-size: 0.78rem;
  line-height: 1.65;
  text-align: left;
}

.cvBurnPurchase__promise strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--cv-burn-cyan-soft);
  font: 800 0.6rem/1.4 var(--cv-font-label, sans-serif);
  letter-spacing: 0.12em;
}

.cvBurnPurchase__promise a {
  color: white;
  font-weight: 700;
  text-underline-offset: 0.2em;
}

.cv-burn-conversion .cvBurnGlp {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(24rem, 0.82fr);
  gap: clamp(3rem, 9vw, 9rem);
  align-items: start;
  padding: clamp(5.5rem, 9vw, 9rem) clamp(1.25rem, 7vw, 7rem);
  border-top: 1px solid rgba(92, 231, 238, 0.22);
  border-bottom: 1px solid rgba(92, 231, 238, 0.22);
  background:
    radial-gradient(circle at 80% 20%, rgba(92, 231, 238, 0.14), transparent 28rem),
    linear-gradient(rgba(92, 231, 238, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(92, 231, 238, 0.045) 1px, transparent 1px),
    var(--cv-burn-ink);
  background-size: auto, 4.5rem 4.5rem, 4.5rem 4.5rem, auto;
  color: white;
}

.cvBurnGlp__eyebrow {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin: 0;
  color: var(--cv-burn-cyan);
  font: 800 0.67rem/1.4 var(--cv-font-label, sans-serif);
  letter-spacing: 0.16em;
}

.cvBurnGlp__eyebrow::before {
  width: 2rem;
  height: 1px;
  background: currentColor;
  content: "";
}

.cvBurnGlp__intro h2 {
  max-width: 61rem;
  margin: 1.7rem 0 0;
  font-family: var(--cv-font-display, serif);
  font-size: clamp(3.5rem, 6.6vw, 7.4rem);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.cvBurnGlp__intro h2 em {
  display: block;
  color: var(--cv-burn-cyan);
  font-weight: 400;
}

.cvBurnGlp__body {
  padding: clamp(2rem, 4vw, 3.4rem);
  border: 1px solid rgba(92, 231, 238, 0.3);
  background: linear-gradient(145deg, rgba(92, 231, 238, 0.09), rgba(2, 20, 29, 0.72));
  box-shadow: 0 2.5rem 6rem rgba(0, 0, 0, 0.28);
}

.cvBurnGlp__body > p {
  margin: 0;
  color: #c8dade;
  font-size: clamp(0.98rem, 1.15vw, 1.1rem);
  line-height: 1.75;
}

.cvBurnGlp__body > p + p {
  margin-top: 1.1rem;
}

.cvBurnGlp__body aside {
  margin-top: 1.8rem;
  padding: 1.25rem 1.35rem;
  border-left: 2px solid var(--cv-burn-cyan);
  background: rgba(0, 0, 0, 0.2);
  color: #a9c3c7;
  font-size: 0.84rem;
  line-height: 1.65;
}

.cvBurnGlp__body aside b {
  display: block;
  margin-bottom: 0.55rem;
  color: var(--cv-burn-cyan-soft);
  font: 800 0.56rem/1.4 var(--cv-font-label, sans-serif);
  letter-spacing: 0.15em;
}

.cvBurnGlp__body > a {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.8rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid var(--cv-burn-cyan);
  background: var(--cv-burn-cyan);
  color: var(--cv-burn-ink) !important;
  font: 800 0.62rem/1.35 var(--cv-font-label, sans-serif);
  letter-spacing: 0.1em;
  text-decoration: none;
}

.cv-burn-conversion [data-cv-conversion-hidden="true"],
.cv-burn-conversion [hidden] {
  display: none !important;
}

.cvBurnMobilePurchase {
  display: none;
}

@media (max-width: 980px) {
  .cvBurnAcquisitionHero {
    grid-template-columns: 1fr;
  }

  .cvBurnAcquisitionHero__product {
    min-height: 31rem;
  }
  .cv-burn-conversion .cvBurnGlp {
    grid-template-columns: 1fr;
  }

  .cvBurnGlp__body {
    max-width: 54rem;
  }

  .cvBurnCardGrid,
  .cvBurnPillars,
  .cvBurnFormulaFacts > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cvBurnFormulaFacts span {
    border-bottom: 1px solid rgba(92, 231, 238, 0.2);
  }

  .cvBurnTracker {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 760px) {
  body.cv-burn-sticky-visible {
    padding-bottom: calc(5.5rem + env(safe-area-inset-bottom));
  }

  .cvBurnMobilePurchase {
    position: fixed;
    right: 0.75rem;
    bottom: calc(0.75rem + env(safe-area-inset-bottom));
    left: 0.75rem;
    z-index: 70;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    padding: 0.7rem;
    border: 1px solid rgba(92, 231, 238, 0.38);
    background: rgba(3, 17, 27, 0.96);
    box-shadow: 0 1rem 2.5rem rgba(0, 0, 0, 0.42);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(calc(100% + 1.5rem));
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
  }

  .cvBurnMobilePurchase.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }

  .cvBurnMobilePurchase > div {
    display: grid;
    gap: 0.1rem;
    min-width: 0;
  }

  .cvBurnMobilePurchase strong {
    color: #fff;
    font: 700 1.05rem/1.1 Arial, sans-serif;
  }

  .cvBurnMobilePurchase span {
    color: #9cc9cf;
    font: 700 0.58rem/1.2 Arial, sans-serif;
    letter-spacing: 0.08em;
    text-transform: uppercase;
  }

  .cvBurnMobilePurchase form {
    margin: 0;
  }

  .cvBurnMobilePurchase__button {
    min-height: 2.8rem;
    padding: 0.75rem 1rem;
    border: 1px solid #5ce7ee;
    background: #5ce7ee;
    color: #03111b;
    font: 800 0.7rem/1 Arial, sans-serif;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }

  body:not([data-cv-burn-conversion="ready"])
    main:has(> section[class*="_tension_"])
    > section[class*="_hero_"]
    > div[class*="_heroCopy_"]
    > h1::before,
  body:not([data-cv-burn-conversion="ready"])
    main:has(> section[class*="_tension_"])
    > section[class*="_hero_"]
    > div[class*="_heroCopy_"]
    > h1::after {
    font-size: clamp(2.45rem, 11.4vw, 3.25rem);
  }

  .cv-burn-conversion section[class*="_hero_"] {
    min-height: 0 !important;
    padding: 5.5rem 1.25rem 3.25rem !important;
  }

  .cv-burn-conversion section[class*="_hero_"] h1 {
    max-width: 100%;
    font-size: clamp(2.45rem, 11.4vw, 3.25rem) !important;
    line-height: 0.95 !important;
    overflow-wrap: normal;
  }

  .cv-burn-conversion section[class*="_hero_"] p[class*="_lead_"] {
    font-size: 0.92rem;
    line-height: 1.55;
  }

  .cv-burn-conversion section[class*="_hero_"] div[class*="_heroActions_"] {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.65rem !important;
  }

  .cv-burn-conversion section[class*="_hero_"] div[class*="_heroActions_"] a {
    width: 100%;
    box-sizing: border-box;
  }

  .cv-burn-conversion section[class*="_hero_"] > div[class*="_productStage_"] {
    display: block !important;
    min-height: 19rem;
    margin-top: 1rem;
    overflow: hidden;
    border: 1px solid rgba(92, 231, 238, 0.2);
    background: radial-gradient(circle at 50% 45%, rgba(92, 231, 238, 0.16), transparent 58%);
  }

  .cv-burn-conversion section[class*="_hero_"] > div[class*="_productStage_"] > img {
    position: absolute;
    right: 50%;
    bottom: -2.25rem;
    width: 13.5rem !important;
    height: auto !important;
    max-height: none !important;
    transform: translateX(50%);
    object-fit: contain;
  }

  .cv-burn-conversion section[class*="_hero_"] > div[class*="_productStage_"] > div[class*="_productBadge_"] {
    display: none !important;
  }

  .cvBurnMidCta {
    display: grid;
    gap: 1rem;
    padding: 1.1rem;
  }

  .cvBurnMidCta a {
    width: 100%;
    box-sizing: border-box;
  }

  .cvBurnStorySection {
    padding: 4.75rem 1.25rem;
  }

  .cvBurnAcquisitionHero {
    width: min(100% - 32px, 1180px);
    gap: 2rem;
    padding: 3.5rem 0 4.5rem;
  }

  .cvBurnAcquisitionHero h1 {
    font-size: clamp(2.9rem, 13.5vw, 4.25rem);
  }

  .cvBurnAcquisitionHero .cv-lede {
    font-size: 0.98rem;
  }

  .cvBurnAcquisitionHero .cv-actions {
    display: grid;
  }

  .cvBurnAcquisitionHero .cv-button {
    width: 100%;
  }

  .cvBurnAcquisitionHero__product {
    min-height: 26rem;
  }

  .cvBurnAcquisitionHero__product img {
    bottom: 4.8rem;
    width: 13.5rem;
  }

  .cvBurnAcquisitionHero__product figcaption {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
  }

  .cvBurnSectionIntro h2 {
    font-size: clamp(2.9rem, 13.5vw, 4.25rem);
  }

  .cvBurnCardGrid,
  .cvBurnPillars,
  .cvBurnFormulaFacts > div,
  .cvBurnFounderRelay {
    grid-template-columns: 1fr;
  }

  .cvBurnSafety .cvBurnCardGrid {
    grid-template-columns: 1fr;
  }

  .cvBurnFounderRelay article {
    grid-template-columns: 4.5rem minmax(0, 1fr);
    gap: 1rem;
  }

  .cvBurnFounderRelay img {
    width: 4.5rem;
    height: 4.5rem;
  }

  .cvBurnTimeline li {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }

  .cvBurnFormulaFacts {
    width: calc(100% - 2.5rem);
  }

  .cvBurnFormulaFacts span {
    border-right: 0;
  }

  .cvBurnPurchase__eyebrow {
    gap: 0.6rem;
    font-size: 0.54rem;
  }

  .cvBurnPurchase h2 {
    font-size: clamp(3rem, 14vw, 4.35rem);
  }

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

  .cvBurnPurchase__facts span:nth-child(n + 2) {
    border-top: 1px solid rgba(92, 231, 238, 0.22);
    border-left: 0;
  }

  .cv-burn-conversion .cvBurnGlp {
    gap: 2.5rem;
    padding: 4.75rem 1.25rem;
  }

  .cvBurnGlp__intro h2 {
    font-size: clamp(3.1rem, 14vw, 4.5rem);
  }

  .cvBurnGlp__body {
    padding: 1.5rem;
  }

  .cvBurnGlp__body > a {
    margin-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cv-burn-conversion *,
  .cv-burn-conversion *::before,
  .cv-burn-conversion *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition-duration: 0.001ms !important;
  }
}
