:root {
  --conversion-ink: #0d1117;
  --conversion-paper: #f1eee5;
  --conversion-paper-soft: #e8e3d8;
  --conversion-line: rgba(218, 224, 231, 0.22);
  --conversion-silver: #d8dee7;
  --conversion-moon: #a9bbd2;
  --conversion-gold: #b89a69;
}

.conversion-shell {
  background: var(--conversion-ink);
  color: var(--conversion-silver);
}

.conversion-section {
  position: relative;
  padding: clamp(72px, 8vw, 132px) clamp(22px, 5vw, 80px);
  border-top: 1px solid var(--conversion-line);
}

.conversion-section > * {
  width: min(1380px, 100%);
  margin-inline: auto;
}

.conversion-eyebrow {
  display: block;
  margin-bottom: 18px;
  color: var(--conversion-gold);
  font: 600 0.72rem/1.4 ui-monospace, SFMono-Regular, Consolas, monospace;
  text-transform: uppercase;
}

.conversion-title {
  max-width: 850px;
  margin: 0;
  color: #f4f0e8;
  font: 400 clamp(2.35rem, 5.2vw, 5.9rem)/0.98 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.conversion-lede {
  max-width: 710px;
  margin: 24px 0 0;
  color: rgba(229, 234, 241, 0.74);
  font-size: clamp(1rem, 1.25vw, 1.2rem);
  line-height: 1.75;
}

.home-hero-actions,
.conversion-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.home-action-secondary {
  border: 1px solid rgba(242, 238, 230, 0.48);
  color: #f4f0e8;
  background: rgba(13, 17, 23, 0.24);
}

.home-action-secondary:hover,
.home-action-secondary:focus-visible {
  border-color: #f4f0e8;
  background: rgba(244, 240, 232, 0.08);
}

.free-start {
  background:
    radial-gradient(circle at 78% 12%, rgba(116, 139, 170, 0.12), transparent 34%),
    #0d1117;
}

.free-start-header {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  align-items: end;
  gap: 36px;
  margin-bottom: 48px;
}

.free-start-header p {
  margin: 0;
  color: rgba(229, 234, 241, 0.68);
  line-height: 1.75;
}

.free-start-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  border-top: 1px solid var(--conversion-line);
}

.free-path {
  position: relative;
  min-height: 470px;
  padding: 34px 28px;
  border-right: 1px solid var(--conversion-line);
  overflow: hidden;
}

.free-path:nth-child(1) { grid-column: span 4; }
.free-path:nth-child(2) { grid-column: span 5; }
.free-path:nth-child(3) { grid-column: span 3; border-right: 0; }

.free-path > span {
  color: var(--conversion-gold);
  font: 600 0.72rem/1.4 ui-monospace, SFMono-Regular, Consolas, monospace;
  text-transform: uppercase;
}

.free-path h3 {
  max-width: 360px;
  margin: 18px 0 12px;
  color: #f3efe7;
  font: 400 clamp(1.9rem, 3vw, 3.6rem)/1 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.free-path p {
  max-width: 410px;
  color: rgba(229, 234, 241, 0.7);
  line-height: 1.7;
}

.free-path dl {
  margin: 28px 0 0;
  display: grid;
  gap: 10px;
}

.free-path dl div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-top: 10px;
  border-top: 1px solid rgba(218, 224, 231, 0.14);
}

.free-path dt {
  color: rgba(229, 234, 241, 0.5);
  font-size: 0.78rem;
}

.free-path dd {
  margin: 0;
  color: #f0ece4;
  font-size: 0.82rem;
  text-align: right;
}

.free-path a {
  position: absolute;
  left: 28px;
  bottom: 32px;
  color: #f3efe7;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid var(--conversion-gold);
  padding-bottom: 5px;
}

.free-path::after {
  content: "";
  position: absolute;
  right: -50px;
  bottom: 20px;
  width: 170px;
  aspect-ratio: 1;
  border: 1px solid rgba(169, 187, 210, 0.18);
  border-radius: 50%;
  box-shadow: 0 0 0 28px rgba(169, 187, 210, 0.04), 0 0 0 56px rgba(169, 187, 210, 0.025);
  pointer-events: none;
}

.personal-reports {
  background: #121720;
}

.report-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(560px, 1.22fr);
  gap: clamp(42px, 6vw, 98px);
  align-items: start;
  margin-top: 54px;
}

.report-offer-list {
  display: grid;
  gap: 1px;
  background: var(--conversion-line);
}

.report-offer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  padding: 26px 0;
  background: #121720;
}

.report-offer h3 {
  margin: 0 0 8px;
  color: #f3efe7;
  font: 400 clamp(1.65rem, 2.4vw, 2.8rem)/1.08 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.report-offer p {
  margin: 0;
  color: rgba(229, 234, 241, 0.68);
  line-height: 1.65;
}

.report-offer strong {
  color: #f3efe7;
  font-size: 1.35rem;
  white-space: nowrap;
}

.report-offer strong small {
  display: block;
  margin-top: 7px;
  color: rgba(229, 234, 241, 0.5);
  font: 500 0.68rem/1.4 ui-monospace, SFMono-Regular, Consolas, monospace;
  white-space: normal;
  text-transform: uppercase;
}

.report-offer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-top: 16px;
  color: rgba(229, 234, 241, 0.56);
  font: 500 0.73rem/1.4 ui-monospace, SFMono-Regular, Consolas, monospace;
  text-transform: uppercase;
}

.report-offer-actions {
  grid-column: 1 / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.report-offer-actions a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid rgba(218, 224, 231, 0.28);
  color: #f3efe7;
  text-decoration: none;
  font-weight: 700;
}

.report-offer-actions a:first-child {
  background: #f1eee5;
  color: #0d1117;
}

.report-preview {
  min-width: 0;
}

.report-preview + .report-preview {
  margin-top: 44px;
  padding-top: 34px;
  border-top: 1px solid var(--conversion-line);
}

.report-preview-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 18px;
  margin-bottom: 16px;
}

.report-preview-header h3 {
  margin: 0;
  color: #f3efe7;
  font: 400 clamp(1.45rem, 2.2vw, 2.3rem)/1.1 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.report-preview-header span {
  color: rgba(229, 234, 241, 0.5);
  font: 500 0.7rem/1.4 ui-monospace, SFMono-Regular, Consolas, monospace;
  text-transform: uppercase;
}

.report-preview-strip {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(160px, 30%);
  gap: 14px;
  overflow-x: auto;
  padding: 2px 2px 16px;
  scroll-snap-type: x mandatory;
  scrollbar-color: rgba(216, 222, 231, 0.4) transparent;
}

.report-preview-page {
  appearance: none;
  display: block;
  width: 100%;
  padding: 0;
  border: 1px solid rgba(218, 224, 231, 0.2);
  background: #f1eee5;
  color: inherit;
  cursor: zoom-in;
  scroll-snap-align: start;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.24);
}

.report-preview-page img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 210 / 297;
  object-fit: cover;
}

.report-preview-page:focus-visible {
  outline: 2px solid var(--conversion-moon);
  outline-offset: 4px;
}

.report-preview-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin-top: 14px;
  color: rgba(229, 234, 241, 0.62);
  font-size: 0.84rem;
}

.report-preview-footer a {
  color: #f3efe7;
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.report-preview-excerpt {
  margin: 14px 0 0;
  padding-left: 16px;
  border-left: 2px solid var(--conversion-gold);
  color: rgba(229, 234, 241, 0.74);
  font: 400 0.92rem/1.75 Georgia, "Times New Roman", serif;
}

.report-spec-list {
  display: grid;
  gap: 0;
  margin: 28px 0;
}

.report-spec-list div {
  display: grid;
  grid-template-columns: minmax(100px, 0.35fr) minmax(0, 0.65fr);
  gap: 18px;
  padding: 11px 0;
  border-top: 1px solid rgba(218, 224, 231, 0.16);
}

.report-spec-list dt,
.report-spec-list dd {
  color: rgba(229, 234, 241, 0.72);
  line-height: 1.55;
}

.report-spec-list dt {
  color: rgba(229, 234, 241, 0.48);
  font: 600 0.7rem/1.4 ui-monospace, SFMono-Regular, Consolas, monospace;
  text-transform: uppercase;
}

.report-spec-list dd {
  margin: 0;
}

.report-lightbox[hidden] {
  display: none;
}

.report-lightbox {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.report-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 7, 11, 0.88);
  backdrop-filter: blur(9px);
}

.report-lightbox-dialog {
  position: relative;
  width: min(960px, 100%);
  max-height: calc(100vh - 40px);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  background: #0e131b;
  border: 1px solid rgba(218, 224, 231, 0.22);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.6);
}

.report-lightbox-dialog header,
.report-lightbox-dialog footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  color: #e7e2d9;
}

.report-lightbox-dialog header span,
.report-lightbox-dialog footer {
  color: rgba(229, 234, 241, 0.58);
  font: 500 0.7rem/1.4 ui-monospace, SFMono-Regular, Consolas, monospace;
  text-transform: uppercase;
}

.report-lightbox-dialog header strong {
  display: block;
  margin-top: 3px;
  color: #f3efe7;
  font: 500 1rem/1.2 Georgia, "Times New Roman", serif;
}

.report-lightbox-dialog header button,
.report-lightbox-stage button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(218, 224, 231, 0.26);
  border-radius: 50%;
  background: rgba(13, 17, 23, 0.78);
  color: #f3efe7;
  font-size: 1.35rem;
  cursor: pointer;
}

.report-lightbox-stage {
  min-height: 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) 48px;
  align-items: center;
  gap: 16px;
  padding: 0 18px;
}

.report-lightbox-stage img {
  display: block;
  max-width: 100%;
  max-height: calc(100vh - 170px);
  margin: 0 auto;
  object-fit: contain;
  background: #f1eee5;
}

.report-lightbox-dialog footer a {
  color: #f3efe7;
}

.report-preview-open {
  overflow: hidden;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  padding: 15px 0;
  border-block: 1px solid rgba(218, 224, 231, 0.18);
  color: rgba(229, 234, 241, 0.68);
  font-size: 0.78rem;
}

.trust-strip span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 50%;
  background: var(--conversion-gold);
  vertical-align: middle;
}

.product-preview-section {
  background: #121720;
}

.product-preview-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(34px, 5vw, 80px);
  align-items: start;
}

.product-preview-copy h2,
.product-detail-flow h2 {
  margin-top: 0;
  color: #f3efe7;
  font: 400 clamp(2rem, 3.5vw, 4rem)/1 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.product-preview-copy p,
.product-detail-flow p,
.product-detail-flow li {
  color: rgba(229, 234, 241, 0.72);
  line-height: 1.75;
}

.home-firstlight {
  margin: 20px 0 0;
  color: rgba(229, 234, 241, 0.68);
  line-height: 1.65;
}

.home-firstlight span {
  color: var(--conversion-gold);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
  letter-spacing: 0.06em;
}

.home-how-it-works .process-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 50px 0 0;
  padding: 0;
  list-style: none;
  border-block: 1px solid var(--conversion-line);
}

.home-how-it-works .process-list li {
  min-width: 0;
  padding: 26px 20px 28px;
  border-right: 1px solid var(--conversion-line);
}

.home-how-it-works .process-list li:last-child {
  border-right: 0;
}

.home-how-it-works .process-list span {
  color: var(--conversion-gold);
  font: 600 0.7rem/1 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.home-how-it-works .process-list strong {
  display: block;
  margin-top: 18px;
  color: #f3efe7;
  font: 500 1rem/1.35 Georgia, "Times New Roman", serif;
}

.home-how-it-works .process-list p {
  margin: 10px 0 0;
  color: rgba(229, 234, 241, 0.62);
  font-size: 0.84rem;
  line-height: 1.65;
}

.home-trust-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  margin-top: 28px;
}

.home-trust-links a {
  color: rgba(229, 234, 241, 0.66);
  font-size: 0.82rem;
  text-underline-offset: 4px;
}

.explore-start-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  background: var(--line);
}

.explore-start-summary div {
  min-width: 0;
  padding: 24px;
  background: var(--surface);
}

.explore-start-summary span,
.explore-start-summary strong {
  display: block;
}

.explore-start-summary span {
  color: var(--muted);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.explore-start-summary strong {
  margin-top: 12px;
  color: var(--text);
  line-height: 1.45;
}

.product-detail-flow {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 1px;
  background: rgba(218, 224, 231, 0.16);
}

.product-detail-flow > article {
  grid-column: span 6;
  padding: clamp(28px, 4vw, 52px);
  background: #0d1117;
}

.product-detail-flow > article:nth-child(3n) {
  grid-column: span 12;
}

.mobile-purchase-bar {
  display: none;
}

.result-conversion-bridge {
  display: grid;
  grid-template-columns: minmax(170px, 0.34fr) minmax(0, 0.66fr);
  gap: clamp(24px, 4vw, 58px);
  align-items: center;
  margin-top: 48px;
  padding: clamp(24px, 4vw, 48px);
  border-block: 1px solid rgba(218, 224, 231, 0.2);
  background: rgba(169, 187, 210, 0.06);
}

.result-conversion-bridge > img {
  display: block;
  width: min(100%, 280px);
  height: auto;
  aspect-ratio: 210 / 297;
  object-fit: cover;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
}

.result-conversion-bridge h2 {
  margin: 0 0 18px;
  color: #f3efe7;
  font: 400 clamp(1.8rem, 3.2vw, 3.6rem)/1.02 Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.result-conversion-bridge p,
.result-conversion-bridge dt,
.result-conversion-bridge dd {
  color: rgba(229, 234, 241, 0.72);
  line-height: 1.7;
}

.result-conversion-bridge dl {
  display: grid;
  gap: 8px;
  margin: 20px 0;
}

.result-conversion-bridge dl div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding-top: 8px;
  border-top: 1px solid rgba(218, 224, 231, 0.14);
}

.result-conversion-bridge dd {
  margin: 0;
  text-align: right;
}

.result-conversion-bridge .text-link {
  display: inline-flex;
  margin: 14px 0 0 16px;
}

@media (max-width: 980px) {
  .free-start-header,
  .report-feature-grid,
  .product-preview-layout {
    grid-template-columns: 1fr;
  }

  .free-path:nth-child(n) {
    grid-column: span 12;
    min-height: 380px;
    border-right: 0;
    border-bottom: 1px solid var(--conversion-line);
  }

  .free-path:last-child {
    border-bottom: 0;
  }

  .report-feature-grid {
    gap: 50px;
  }

  .product-detail-flow > article {
    grid-column: span 12;
  }

  .result-conversion-bridge {
    grid-template-columns: 1fr;
  }

  .result-conversion-bridge > img {
    width: min(62%, 260px);
  }

  .home-how-it-works .process-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-how-it-works .process-list li {
    border-bottom: 1px solid var(--conversion-line);
  }

  .home-how-it-works .process-list li:nth-child(2n) {
    border-right: 0;
  }

  .home-how-it-works .process-list li:last-child {
    grid-column: 1 / -1;
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .conversion-section {
    padding: 64px 20px;
  }

  .home-hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-hero-actions .home-action {
    width: 100%;
    min-height: 48px;
    justify-content: center;
  }

  .report-preview-strip {
    grid-auto-columns: 74%;
  }

  .report-lightbox {
    padding: 0;
  }

  .report-lightbox-dialog {
    width: 100%;
    max-height: 100vh;
    min-height: 100vh;
    border: 0;
  }

  .report-lightbox-stage {
    grid-template-columns: 40px minmax(0, 1fr) 40px;
    gap: 8px;
    padding: 0 8px;
  }

  .report-lightbox-stage img {
    max-height: calc(100vh - 160px);
  }

  .report-offer {
    grid-template-columns: 1fr;
  }

  .report-offer strong {
    justify-self: start;
  }

  .report-spec-list div,
  .explore-start-summary {
    grid-template-columns: 1fr;
  }

  .home-how-it-works .process-list {
    grid-template-columns: 1fr;
  }

  .home-how-it-works .process-list li,
  .home-how-it-works .process-list li:nth-child(2n),
  .home-how-it-works .process-list li:last-child {
    grid-column: auto;
    border-right: 0;
    border-bottom: 1px solid var(--conversion-line);
  }

  .home-how-it-works .process-list li:last-child {
    border-bottom: 0;
  }

  body.has-mobile-purchase-bar {
    padding-bottom: 82px;
  }

  .mobile-purchase-bar {
    position: fixed;
    z-index: 8000;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: minmax(92px, 0.62fr) minmax(152px, 1.38fr) 38px;
    gap: 8px;
    align-items: center;
    padding: 11px 16px calc(11px + env(safe-area-inset-bottom));
    background: rgba(13, 17, 23, 0.96);
    border-top: 1px solid rgba(218, 224, 231, 0.2);
    backdrop-filter: blur(12px);
  }

  .mobile-purchase-bar span {
    color: #f3efe7;
    font-weight: 800;
    white-space: nowrap;
  }

  .mobile-purchase-bar a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f1eee5;
    color: #0d1117;
    text-decoration: none;
    font-weight: 800;
    white-space: nowrap;
  }

  .mobile-purchase-close {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(218, 224, 231, 0.26);
    border-radius: 50%;
    background: transparent;
    color: #f3efe7;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
  }

  .mobile-purchase-close:focus-visible {
    outline: 2px solid var(--conversion-moon);
    outline-offset: 3px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .report-preview-strip {
    scroll-behavior: auto;
  }
}
