:root {
  color-scheme: light;
  --bg: #090b0d;
  --bg-2: #111820;
  --panel: #151b22;
  --panel-2: #1d252f;
  --paper: #f7f0e3;
  --paper-2: #ebe0cc;
  --bone: #f6efe2;
  --bone-deep: #e7dcc8;
  --ink: #17130f;
  --muted: #756a5d;
  --muted-dark: #aeb5ba;
  --line: rgba(31, 26, 19, 0.14);
  --line-dark: rgba(244, 232, 209, 0.16);
  --brass: #b8894d;
  --brass-2: #dfbd72;
  --dossier: #171a1f;
  --midnight: #0c1016;
  --smoke: #8f8679;
  --ash: #c8c0b4;
  --jade: #126f64;
  --indigo: #2f5f8f;
  --cinnabar: #b13b2f;
  --amber: #d69d27;
  --shadow: 0 30px 92px rgba(0, 0, 0, 0.46);
  --tight-shadow: 0 18px 44px rgba(24, 15, 7, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(247, 240, 227, 0.035) 1px, transparent 1px) 0 0 / 84px 84px,
    linear-gradient(180deg, #090b0d 0%, #111820 42%, #17110d 100%);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  letter-spacing: 0;
}

button {
  cursor: pointer;
  font: inherit;
}

button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(223, 189, 114, 0.48);
  outline-offset: 2px;
}

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

h1,
h2,
h3,
h4 {
  letter-spacing: 0;
  line-height: 1.18;
}

p,
li,
dd {
  line-height: 1.68;
}

.report-shell {
  width: 100%;
  max-width: 520px;
  min-height: 100vh;
  margin: 0 auto;
  padding-bottom: 96px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(247, 240, 227, 0.98), rgba(247, 240, 227, 0.96) 58%, rgba(235, 224, 204, 0.98)),
    linear-gradient(90deg, rgba(46, 95, 143, 0.07) 1px, transparent 1px) 0 0 / 30px 30px;
  box-shadow: var(--shadow);
}

.report-shell::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 9px;
  background: linear-gradient(90deg, var(--cinnabar), var(--brass-2), var(--jade), var(--indigo));
  z-index: 50;
}

.report-topbar {
  position: sticky;
  top: 0;
  z-index: 40;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 18px 16px 12px;
  border-bottom: 1px solid var(--line-dark);
  background: rgba(9, 11, 13, 0.94);
  color: #fff7e6;
  backdrop-filter: blur(18px);
}

.report-topbar p,
.kicker,
.pill {
  margin: 0;
  color: var(--brass-2);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
}

.report-topbar h1 {
  margin: 2px 0 0;
  font-size: 18px;
}

.icon-button,
.text-button,
.quick-nav button,
.bottom-cta button {
  border: 1px solid var(--line-dark);
  border-radius: 8px;
  background: rgba(247, 240, 227, 0.08);
  color: inherit;
  font-weight: 950;
}

.icon-button {
  width: 40px;
  height: 40px;
}

.text-button {
  min-width: 56px;
  height: 40px;
  padding: 0 12px;
}

.quick-nav {
  position: sticky;
  top: 71px;
  z-index: 35;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  padding: 10px 16px;
  border-bottom: 1px solid var(--line);
  background: rgba(247, 240, 227, 0.9);
  backdrop-filter: blur(18px);
}

.quick-nav button {
  min-height: 38px;
  color: #4b4034;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.66);
}

.quick-nav button.active {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff7e6;
}

.cover,
.section-block,
.share-panel,
.legal-note {
  padding: 24px 18px;
}

.cover {
  display: grid;
  overflow: hidden;
  position: relative;
  color: #fff7e6;
}

.cover::before {
  content: "";
  position: absolute;
  pointer-events: none;
}

.cover::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(223, 189, 114, 0.82), transparent);
}

.cover > * {
  position: relative;
  z-index: 1;
}

.pill {
  width: fit-content;
  max-width: 100%;
  padding: 7px 10px;
  border: 1px solid rgba(255, 247, 230, 0.22);
  border-radius: 999px;
  background: rgba(9, 11, 13, 0.44);
  color: #fff7e6;
}

.cover h2 {
  max-width: 8.8em;
  margin: 0 0 14px;
  color: #fff7e6;
  font-size: 42px;
  text-wrap: balance;
}

.lead {
  max-width: 31em;
  margin-bottom: 22px;
  color: rgba(255, 247, 230, 0.86);
  font-size: 17px;
}

.summary-list div,
.three-col article,
.split article,
.month-detail,
.check-item,
.share-panel,
.review,
.legal-note,
.current,
.receipt-block {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--tight-shadow);
}

.summary-list span,
.action-strip span,
.month-card span,
.progress-box span,
.check-item span,
.rank-list span,
.review-grid span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
}

.sealed-hero {
  min-height: 760px;
  align-content: stretch;
  padding: 28px 18px 24px;
  color: var(--bone);
  background:
    linear-gradient(180deg, rgba(12, 16, 22, 0.94) 0%, rgba(23, 26, 31, 0.98) 54%, rgba(10, 12, 14, 1) 100%),
    linear-gradient(90deg, rgba(231, 220, 200, 0.08) 1px, transparent 1px) 0 0 / 34px 34px,
    linear-gradient(0deg, rgba(231, 220, 200, 0.05) 1px, transparent 1px) 0 0 / 34px 34px;
}

.sealed-hero::before {
  content: "SEALED DOSSIER";
  top: 96px;
  left: 18px;
  right: 18px;
  color: rgba(246, 239, 226, 0.055);
  font-size: 52px;
}

.sealed-hero::after {
  background: linear-gradient(90deg, transparent, rgba(224, 189, 115, 0.75), rgba(15, 118, 109, 0.52), transparent);
}

.sealed-hero-grid {
  min-height: 610px;
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 24px;
  align-items: end;
}

.sealed-copy {
  display: grid;
  gap: 14px;
  align-content: end;
}

.dossier-eyebrow {
  width: fit-content;
  margin: 18px 0 0;
  padding: 8px 10px;
  border: 1px solid rgba(224, 189, 115, 0.34);
  border-radius: 8px;
  background: rgba(224, 189, 115, 0.11);
  color: var(--brass-2);
  font-size: 12px;
  font-weight: 950;
}

.sealed-hero h2 {
  max-width: 8.4em;
  margin-bottom: 0;
  font-size: 44px;
}

.sealed-hero .hero-line {
  display: block;
}

.sealed-hero .lead {
  max-width: 29em;
  margin: 0;
  color: rgba(246, 239, 226, 0.84);
}

.hero-unlock {
  width: 100%;
  min-height: 58px;
  margin-top: 4px;
  border: 1px solid rgba(224, 189, 115, 0.62);
  background:
    linear-gradient(180deg, rgba(224, 189, 115, 0.94), rgba(185, 133, 70, 0.96));
  color: #17130f;
  box-shadow: 0 18px 40px rgba(185, 133, 70, 0.22);
}

.trust-micro {
  margin: 0;
  color: rgba(246, 239, 226, 0.66);
  font-size: 13px;
}

.ad-origin-strip {
  display: grid;
  gap: 7px;
  padding: 13px;
  border: 1px solid rgba(224, 189, 115, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(224, 189, 115, 0.14), rgba(246, 239, 226, 0.05)),
    rgba(0, 0, 0, 0.2);
}

.ad-origin-strip span {
  color: var(--brass-2);
  font-size: 12px;
  font-weight: 950;
}

.ad-origin-strip strong {
  color: var(--bone);
  font-size: 16px;
  line-height: 1.45;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.ad-origin-strip small {
  color: rgba(246, 239, 226, 0.62);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}

.angle-switcher {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 7px;
}

.angle-switcher button {
  min-height: 40px;
  border: 1px solid rgba(246, 239, 226, 0.14);
  border-radius: 8px;
  background: rgba(246, 239, 226, 0.07);
  color: rgba(246, 239, 226, 0.78);
  font-size: 13px;
  font-weight: 950;
}

.angle-switcher button.active {
  border-color: rgba(224, 189, 115, 0.7);
  background: rgba(224, 189, 115, 0.18);
  color: var(--bone);
  box-shadow: inset 0 0 0 1px rgba(224, 189, 115, 0.16);
}

.sealed-file {
  position: relative;
  min-height: 292px;
  padding: 15px;
  border: 1px solid rgba(224, 189, 115, 0.38);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(246, 239, 226, 0.13), rgba(246, 239, 226, 0.03)),
    rgba(8, 10, 12, 0.72);
  box-shadow: inset 0 0 0 1px rgba(246, 239, 226, 0.06), 0 24px 66px rgba(0, 0, 0, 0.36);
}

.sealed-file::before {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(224, 189, 115, 0.12);
  border-radius: 8px;
  pointer-events: none;
}

.scan-line {
  position: absolute;
  left: 16px;
  right: 16px;
  top: 22px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(224, 189, 115, 0.95), transparent);
  opacity: 0.8;
  animation: scanFile 4.2s ease-in-out infinite;
  pointer-events: none;
}

.file-cover {
  min-height: 96px;
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(246, 239, 226, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(224, 189, 115, 0.15), transparent 58%),
    repeating-linear-gradient(135deg, rgba(246, 239, 226, 0.08) 0 1px, transparent 1px 8px);
}

.file-stamp {
  width: 66px;
  height: 66px;
  display: grid;
  place-items: center;
  border: 2px solid rgba(224, 189, 115, 0.72);
  border-radius: 8px;
  color: var(--brass-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 42px;
  animation: stampPulse 3.8s ease-in-out infinite;
}

.file-cover small {
  display: grid;
  gap: 6px;
  color: rgba(246, 239, 226, 0.72);
  font-size: 12px;
  font-weight: 950;
}

.file-cover small b,
.file-cover small em {
  font-style: normal;
}

.file-cover small em {
  color: var(--brass-2);
}

.reveal-meter {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 4px 4px;
}

.reveal-meter span {
  height: 6px;
  border-radius: 8px;
  background: rgba(246, 239, 226, 0.12);
}

.reveal-meter span.on {
  background: linear-gradient(90deg, var(--brass-2), rgba(15, 118, 109, 0.84));
}

.file-pages {
  display: grid;
  gap: 7px;
  margin: 12px 4px 14px;
}

.file-pages i {
  display: block;
  height: 2px;
  background: linear-gradient(90deg, rgba(224, 189, 115, 0.66), rgba(246, 239, 226, 0.06));
}

.landing-match-card {
  display: grid;
  gap: 7px;
  margin: 12px 4px 14px;
  padding: 12px;
  border: 1px solid rgba(224, 189, 115, 0.26);
  border-radius: 8px;
  background: rgba(246, 239, 226, 0.08);
}

.landing-match-card span {
  color: var(--brass-2);
  font-size: 11px;
  font-weight: 950;
}

.landing-match-card strong {
  color: var(--bone);
  font-size: 13px;
  overflow-wrap: anywhere;
}

.landing-match-card p {
  margin: 0;
  color: rgba(246, 239, 226, 0.72);
  font-size: 13px;
  line-height: 1.5;
  word-break: keep-all;
}

.preview-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 7px;
}

.preview-tile {
  min-height: 76px;
  display: grid;
  align-content: space-between;
  gap: 6px;
  padding: 9px;
  border: 1px solid rgba(246, 239, 226, 0.13);
  border-radius: 8px;
  background: rgba(246, 239, 226, 0.06);
}

.preview-tile span,
.preview-tile small {
  color: rgba(246, 239, 226, 0.62);
  font-size: 11px;
  font-weight: 850;
}

.preview-tile strong {
  color: var(--bone);
  font-size: 13px;
}

.preview-tile.open {
  border-color: rgba(224, 189, 115, 0.72);
  background: rgba(224, 189, 115, 0.16);
  box-shadow: 0 0 0 1px rgba(224, 189, 115, 0.08), 0 10px 24px rgba(224, 189, 115, 0.12);
}

.preview-tile.blurred {
  position: relative;
  overflow: hidden;
  border-color: rgba(47, 95, 143, 0.48);
}

.preview-tile.blurred::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(2.5px);
  background: rgba(12, 16, 22, 0.22);
}

.preview-tile.locked {
  border-style: dashed;
  opacity: 0.62;
}

.data-receipt-teaser {
  display: grid;
  grid-template-columns: 76px 1fr auto;
  gap: 10px;
  align-items: center;
  margin-top: 18px;
  padding: 12px;
  border: 1px solid rgba(246, 239, 226, 0.16);
  border-radius: 8px;
  background: rgba(246, 239, 226, 0.07);
}

.data-receipt-teaser span {
  color: var(--brass-2);
  font-size: 12px;
  font-weight: 950;
}

.data-receipt-teaser strong {
  color: rgba(246, 239, 226, 0.84);
  font-size: 12px;
  line-height: 1.45;
}

.data-receipt-teaser button {
  min-height: 36px;
  border: 1px solid rgba(246, 239, 226, 0.18);
  border-radius: 8px;
  background: rgba(246, 239, 226, 0.1);
  color: var(--bone);
  font-size: 12px;
  font-weight: 950;
}

.checkout-bridge {
  display: grid;
  gap: 10px;
  margin-top: 14px;
  padding: 14px;
  border: 1px solid rgba(228, 189, 105, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(228, 189, 105, 0.14), rgba(177, 59, 47, 0.12)),
    rgba(246, 239, 226, 0.06);
}

.checkout-bridge span {
  color: var(--brass-2);
  font-size: 12px;
  font-weight: 950;
}

.checkout-bridge strong {
  color: var(--bone);
  font-size: 15px;
  line-height: 1.45;
}

.checkout-bridge p {
  margin: 0;
  color: rgba(246, 239, 226, 0.72);
  font-size: 12px;
  line-height: 1.55;
}

.checkout-action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: var(--cinnabar);
  color: #fff7e6;
  font-weight: 950;
  text-decoration: none;
}

.conversion-ladder,
.free-preview-wall,
.trust-stack,
.product-stack,
.price-defense,
.difference-grid,
.refund-guard {
  border-bottom: 1px solid var(--line);
}

.ladder-steps,
.trust-grid,
.product-cards,
.guide-cards {
  display: grid;
  gap: 12px;
}

.ladder-steps article,
.trust-grid article,
.guide-cards article,
.product-cards article,
.preview-open-card,
.conversion-verdict,
.defense-list,
.difference-table {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: var(--tight-shadow);
}

.ladder-steps article {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 4px 12px;
  padding: 14px;
}

.ladder-steps article span,
.conversion-verdict span,
.preview-open-card .month-badge,
.trust-grid article span,
.product-label,
.defense-list span,
.difference-table span {
  color: var(--brass);
  font-size: 12px;
  font-weight: 950;
}

.ladder-steps article span {
  grid-row: 1 / 3;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(184, 137, 77, 0.14);
  color: var(--ink);
}

.ladder-steps strong,
.conversion-verdict strong,
.preview-open-card h4,
.product-cards h4,
.trust-grid strong,
.guide-cards strong,
.defense-list strong,
.difference-table strong {
  line-height: 1.45;
  word-break: keep-all;
}

.ladder-steps p,
.preview-open-card p,
.trust-grid p,
.product-cards p,
.guide-cards p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.conversion-verdict {
  display: grid;
  gap: 8px;
  margin-top: 12px;
  padding: 15px;
  background:
    linear-gradient(90deg, rgba(177, 59, 47, 0.12), rgba(184, 137, 77, 0.1)),
    rgba(255, 255, 255, 0.74);
}

.conversion-verdict strong {
  font-size: 18px;
}

.preview-open-card {
  display: grid;
  gap: 14px;
  padding: 16px;
  background:
    linear-gradient(180deg, rgba(255, 248, 234, 0.96), rgba(255, 255, 255, 0.76)),
    rgba(255, 255, 255, 0.72);
}

.preview-open-card h4 {
  margin: 8px 0 8px;
  font-size: 22px;
}

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

.preview-open-card li {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  background: rgba(23, 19, 15, 0.05);
}

.preview-open-card li strong {
  color: var(--ink);
  font-size: 13px;
}

.preview-open-card li span {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.locked-months {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 12px;
}

.locked-month {
  min-height: 70px;
  display: grid;
  gap: 4px;
  align-content: center;
  justify-items: center;
  border: 1px dashed rgba(31, 26, 19, 0.18);
  border-radius: 8px;
  background: rgba(23, 19, 15, 0.045);
  color: var(--muted);
}

.locked-month span {
  font-size: 12px;
  font-weight: 950;
}

.locked-month strong {
  font-size: 13px;
}

.locked-month.opened {
  border-style: solid;
  border-color: rgba(184, 137, 77, 0.58);
  background: rgba(184, 137, 77, 0.14);
  color: var(--ink);
}

.locked-month.hot {
  border-color: rgba(18, 111, 100, 0.42);
  color: var(--jade);
}

.locked-month.danger {
  border-color: rgba(177, 59, 47, 0.42);
  color: var(--cinnabar);
}

.inline-cta {
  width: 100%;
  margin-top: 14px;
  min-height: 52px;
}

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

.trust-grid article,
.guide-cards article {
  display: grid;
  gap: 8px;
  padding: 14px;
}

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

.product-cards article {
  display: grid;
  gap: 12px;
  align-content: start;
  padding: 16px;
}

.product-cards .price {
  color: var(--ink);
  font-size: 30px;
  line-height: 1;
}

.premium-card {
  background:
    linear-gradient(180deg, rgba(23, 19, 15, 0.94), rgba(33, 28, 22, 0.96)),
    var(--ink) !important;
  color: var(--bone);
}

.premium-card p {
  color: rgba(246, 239, 226, 0.74);
}

.premium-card .price {
  color: var(--brass-2);
}

.defense-list,
.difference-table {
  display: grid;
  gap: 0;
  overflow: hidden;
}

.defense-list div,
.difference-table div {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-top: 1px solid var(--line);
}

.defense-list div:first-child,
.difference-table div:first-child {
  border-top: 0;
}

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

.difference-table div:nth-child(2n) {
  background: rgba(18, 111, 100, 0.08);
}

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

[data-angle="risk"] .hero-unlock {
  border-color: rgba(177, 67, 53, 0.72);
  background: linear-gradient(180deg, rgba(211, 91, 72, 0.96), rgba(177, 67, 53, 0.98));
  color: #fff7e6;
}

[data-angle="career"] .hero-unlock {
  border-color: rgba(47, 95, 143, 0.72);
  background: linear-gradient(180deg, rgba(63, 126, 184, 0.96), rgba(47, 95, 143, 0.98));
  color: #fff7e6;
}

[data-angle="love"] .hero-unlock {
  border-color: rgba(180, 105, 126, 0.72);
  background: linear-gradient(180deg, rgba(202, 122, 146, 0.96), rgba(154, 76, 102, 0.98));
  color: #fff7e6;
}

[data-angle="risk"] .angle-switcher button.active {
  border-color: rgba(211, 91, 72, 0.7);
  background: rgba(177, 67, 53, 0.22);
}

[data-angle="career"] .angle-switcher button.active {
  border-color: rgba(63, 126, 184, 0.76);
  background: rgba(47, 95, 143, 0.22);
}

[data-angle="love"] .angle-switcher button.active {
  border-color: rgba(202, 122, 146, 0.74);
  background: rgba(154, 76, 102, 0.22);
}

[data-angle="risk"] .ad-origin-strip,
[data-angle="risk"] .landing-match-card {
  border-color: rgba(211, 91, 72, 0.36);
  background: linear-gradient(90deg, rgba(177, 67, 53, 0.16), rgba(246, 239, 226, 0.05));
}

[data-angle="career"] .ad-origin-strip,
[data-angle="career"] .landing-match-card {
  border-color: rgba(63, 126, 184, 0.38);
  background: linear-gradient(90deg, rgba(47, 95, 143, 0.18), rgba(246, 239, 226, 0.05));
}

[data-angle="love"] .ad-origin-strip,
[data-angle="love"] .landing-match-card {
  border-color: rgba(202, 122, 146, 0.38);
  background: linear-gradient(90deg, rgba(154, 76, 102, 0.18), rgba(246, 239, 226, 0.05));
}

@keyframes scanFile {
  0%,
  100% {
    transform: translateY(0);
    opacity: 0;
  }
  18%,
  78% {
    opacity: 0.8;
  }
  50% {
    transform: translateY(246px);
    opacity: 1;
  }
}

@keyframes stampPulse {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(224, 189, 115, 0);
  }
  50% {
    box-shadow: 0 0 24px rgba(224, 189, 115, 0.2);
  }
}

.section-block {
  border-bottom: 1px solid rgba(31, 26, 19, 0.11);
}

.section-title {
  margin-bottom: 16px;
}

.section-title.compact {
  margin-bottom: 12px;
}

.section-title h3 {
  margin: 6px 0 0;
  font-size: 25px;
  text-wrap: balance;
}

.summary-list {
  display: grid;
  gap: 10px;
}

.summary-list div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 12px;
  align-items: start;
  padding: 15px 14px;
  background:
    linear-gradient(90deg, rgba(184, 137, 77, 0.15), transparent 42%),
    rgba(255, 255, 255, 0.78);
}

.summary-list strong {
  font-size: 16px;
}

blockquote {
  margin: 18px 0 0;
  padding: 18px 17px;
  border-left: 4px solid var(--cinnabar);
  border-radius: 0 8px 8px 0;
  background: var(--bg);
  color: #fff7e6;
  font-size: 18px;
  font-weight: 950;
  line-height: 1.58;
}

.current {
  margin: 18px;
  padding: 22px 16px;
  border-color: rgba(18, 111, 100, 0.34);
  background:
    linear-gradient(135deg, rgba(18, 111, 100, 0.14), rgba(247, 240, 227, 0.88)),
    var(--paper);
}

.current p {
  margin-bottom: 14px;
  color: #4f473c;
}

.action-strip {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid rgba(18, 111, 100, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.78);
}

.action-strip strong {
  color: var(--jade);
  text-align: right;
}

.quote-panel {
  margin-top: 14px;
  padding: 17px;
  border: 1px solid rgba(223, 189, 114, 0.24);
  border-radius: 8px;
  background: var(--bg);
  color: #fff7e6;
  font-weight: 950;
  line-height: 1.62;
}

.receipt-block {
  margin: 18px;
  padding: 0;
  overflow: hidden;
  border-color: rgba(47, 95, 143, 0.24);
  background: rgba(255, 255, 255, 0.72);
}

.receipt-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  border: 0;
  background: transparent;
  padding: 18px 16px;
  color: var(--ink);
  font-weight: 950;
  text-align: left;
}

.receipt-toggle small {
  display: block;
  margin-bottom: 4px;
  color: var(--indigo);
  font-size: 12px;
}

.receipt-toggle strong {
  display: block;
}

.receipt-toggle b {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--bg);
  color: #fff7e6;
}

.receipt-detail {
  padding: 0 16px 17px;
}

.receipt-detail dl {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
}

.receipt-notices {
  display: grid;
  gap: 8px;
}

.receipt-detail div {
  display: grid;
  grid-template-columns: 96px 1fr;
  gap: 10px;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
}

.receipt-detail dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
}

.receipt-detail dd {
  margin: 0;
  font-weight: 850;
}

.receipt-detail p,
.legal-note p {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 13px;
}

.three-col,
.split {
  display: grid;
  gap: 12px;
}

.three-col article,
.split article {
  padding: 16px;
  background: rgba(255, 255, 255, 0.72);
}

.three-col article {
  position: relative;
  overflow: hidden;
}

.three-col article::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: var(--brass);
}

.three-col article:nth-child(2)::before {
  background: var(--indigo);
}

.three-col article:nth-child(3)::before {
  background: var(--cinnabar);
}

.marker {
  display: inline-grid;
  place-items: center;
  min-width: 44px;
  min-height: 28px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.marker.money {
  background: var(--brass);
}

.marker.work {
  background: var(--indigo);
}

.marker.risk {
  background: var(--cinnabar);
}

.three-col h4 {
  margin: 12px 0 8px;
  font-size: 18px;
}

.three-col p,
.split p {
  margin-bottom: 0;
  color: #4f473c;
  font-size: 14px;
}

.month-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.month-card {
  min-height: 78px;
  display: grid;
  align-content: space-between;
  gap: 6px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
  padding: 10px;
  text-align: left;
}

.month-card strong {
  color: var(--ink);
  font-size: 17px;
}

.month-card.good {
  border-color: rgba(18, 111, 100, 0.42);
  background: rgba(229, 243, 238, 0.9);
}

.month-card.bad {
  border-color: rgba(177, 59, 47, 0.34);
  background: rgba(255, 235, 229, 0.9);
}

.month-card.active {
  box-shadow: inset 0 0 0 2px var(--ink), 0 10px 24px rgba(23, 19, 15, 0.14);
}

.month-detail {
  margin-top: 12px;
  padding: 18px 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(235, 224, 204, 0.76)),
    var(--paper);
}

.month-detail header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}

.month-detail h4 {
  margin: 0;
  font-size: 22px;
}

.grade {
  padding: 6px 9px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 950;
}

.grade.good {
  background: var(--jade);
}

.grade.mid {
  background: var(--indigo);
}

.grade.bad {
  background: var(--cinnabar);
}

.month-meta {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 12px 0;
}

.month-meta div {
  min-height: 68px;
  display: grid;
  align-content: space-between;
  gap: 6px;
  padding: 10px;
  border: 1px solid rgba(31, 26, 19, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.66);
}

.month-detail p {
  color: #4f473c;
}

.month-detail .recommend {
  margin-bottom: 0;
  padding: 14px;
  border-radius: 8px;
  background: var(--bg);
  color: #fff7e6;
  font-weight: 950;
}

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

.rank-list li {
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(18, 111, 100, 0.15);
  border-radius: 8px;
  background: rgba(229, 243, 238, 0.84);
}

.rank-list.caution li {
  border-color: rgba(177, 59, 47, 0.15);
  background: rgba(255, 235, 229, 0.82);
}

.rank-list strong {
  color: var(--ink);
}

.progress-box {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
  margin-bottom: 12px;
  padding: 13px;
  border: 1px solid rgba(31, 26, 19, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
}

.progress-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #ded2bf;
}

.progress-track i {
  display: block;
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cinnabar), var(--brass), var(--jade));
  transition: width 0.2s ease;
}

.checklist {
  display: grid;
  gap: 10px;
}

.check-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.72);
}

.check-item input {
  width: 20px;
  height: 20px;
  accent-color: var(--jade);
  margin-top: 4px;
}

.check-item h4 {
  margin: 0 0 5px;
  font-size: 16px;
}

.check-item p {
  margin: 0;
  color: #5e5548;
  font-size: 14px;
}

.do-dont ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.do-dont li {
  color: #4f473c;
}

.share-panel {
  margin: 18px;
  border-color: rgba(223, 189, 114, 0.24);
  background:
    linear-gradient(135deg, rgba(9, 11, 13, 0.98), rgba(29, 37, 47, 0.96)),
    var(--bg);
  color: #fff7e6;
}

.share-panel h3 {
  margin: 6px 0 10px;
  font-size: 25px;
}

.share-panel p {
  color: rgba(255, 247, 230, 0.78);
}

.share-panel strong {
  display: block;
  margin: 14px 0;
  color: var(--brass-2);
  font-size: 18px;
  line-height: 1.55;
}

.primary-action,
.secondary-action {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: 8px;
  color: #fff;
  font-weight: 950;
}

.primary-action {
  background: var(--cinnabar);
}

.secondary-action {
  background: var(--jade);
}

.review {
  margin: 18px;
  padding: 22px 16px;
  border-color: rgba(177, 59, 47, 0.22);
  background:
    linear-gradient(135deg, rgba(177, 59, 47, 0.12), rgba(247, 240, 227, 0.88)),
    var(--paper);
}

.review > p {
  color: #4f473c;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 16px 0;
}

.review-grid span {
  min-height: 44px;
  display: grid;
  place-items: center;
  padding: 10px;
  border: 1px solid rgba(177, 59, 47, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  color: #5b3a2e;
  text-align: center;
}

.legal-note {
  margin: 18px;
  background: rgba(255, 255, 255, 0.66);
}

.legal-note strong {
  display: block;
  margin-bottom: 8px;
}

.bottom-cta {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 45;
  width: 100%;
  max-width: 520px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 12px 14px 14px;
  border-top: 1px solid var(--line-dark);
  background: rgba(9, 11, 13, 0.94);
  transform: translateX(-50%);
  backdrop-filter: blur(18px);
}

.bottom-cta button {
  min-height: 48px;
  background: rgba(247, 240, 227, 0.08);
  color: #fff7e6;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: 80px;
  z-index: 60;
  width: min(calc(100% - 32px), 420px);
  padding: 13px 16px;
  border-radius: 8px;
  background: var(--bg);
  color: #fff7e6;
  font-weight: 950;
  text-align: center;
  transform: translate(-50%, 18px);
  opacity: 0;
  pointer-events: none;
  transition: 0.18s ease;
}

.toast.show {
  transform: translate(-50%, 0);
  opacity: 1;
}

@media (min-width: 760px) {
  .report-shell,
  .bottom-cta {
    width: 780px;
    max-width: 780px;
  }

  .cover,
  .section-block,
  .share-panel,
  .legal-note {
    padding-left: 36px;
    padding-right: 36px;
  }

  .cover {
    min-height: 720px;
  }

  .cover::before {
    top: 124px;
    left: 36px;
    right: 36px;
    font-size: 76px;
  }

  .cover h2 {
    font-size: 54px;
  }

  .sealed-hero {
    min-height: 780px;
  }

  .sealed-hero-grid {
    min-height: 620px;
    grid-template-columns: 1.04fr 0.96fr;
    grid-template-rows: 1fr;
    align-items: center;
  }

  .sealed-file {
    min-height: 430px;
  }

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

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

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

  .current,
  .receipt-block,
  .share-panel,
  .review,
  .legal-note {
    margin-left: 36px;
    margin-right: 36px;
  }
}

@media (max-width: 420px) {
  .report-topbar {
    grid-template-columns: 40px 1fr auto;
    padding-left: 14px;
    padding-right: 14px;
  }

  .quick-nav {
    top: 70px;
    gap: 6px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .quick-nav button {
    min-height: 36px;
    font-size: 12px;
  }

  .cover {
    min-height: 640px;
    padding-left: 14px;
    padding-right: 14px;
  }

  .cover::before {
    top: 104px;
    font-size: 44px;
  }

  .cover h2 {
    font-size: 36px;
  }

  .sealed-hero {
    min-height: 760px;
  }

  .sealed-hero-grid {
    min-height: 610px;
  }

  .sealed-hero h2 {
    font-size: 31px;
    line-height: 1.24;
    max-width: 100%;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .sealed-hero .lead {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

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

  .sealed-file {
    padding: 12px;
  }

  .file-cover {
    grid-template-columns: 64px 1fr;
  }

  .file-stamp {
    width: 60px;
    height: 60px;
    font-size: 38px;
  }

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

  .data-receipt-teaser {
    grid-template-columns: 1fr;
  }

  .data-receipt-teaser button {
    width: 100%;
  }

  .checkout-action {
    width: 100%;
  }

  .summary-list div,
  .receipt-detail div {
    grid-template-columns: 1fr;
  }

  .month-meta {
    grid-template-columns: 1fr;
  }
}

/* Q32-10: premium sealed-dossier visual system */
:root {
  --q34-obsidian: #07090c;
  --q34-ink: #14100d;
  --q34-cinnabar: #b93024;
  --q34-gold: #e2b85b;
  --q34-antique: #f3e6ce;
  --q34-porcelain: #fffaf0;
  --q34-malachite: #0f766d;
  --q34-blueprint: #2e6b9e;
  --q34-shadow-deep: 0 34px 90px rgba(0, 0, 0, 0.5);
  --q34-shadow-paper: 0 18px 44px rgba(45, 29, 14, 0.18);
}

body {
  background:
    linear-gradient(115deg, rgba(226, 184, 91, 0.06) 0 1px, transparent 1px 64px),
    linear-gradient(245deg, rgba(15, 118, 109, 0.05) 0 1px, transparent 1px 76px),
    linear-gradient(180deg, #050608 0%, #0d1218 44%, #18100b 100%);
}

.report-shell {
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.99), rgba(243, 230, 206, 0.98) 64%, rgba(233, 217, 189, 0.99)),
    repeating-linear-gradient(90deg, rgba(20, 16, 13, 0.035) 0 1px, transparent 1px 24px);
  box-shadow: var(--q34-shadow-deep);
}

.report-shell::before {
  height: 12px;
  background:
    linear-gradient(90deg, #07090c 0 12%, var(--q34-cinnabar) 12% 28%, var(--q34-gold) 28% 54%, var(--q34-malachite) 54% 76%, var(--q34-blueprint) 76% 100%);
}

.report-topbar {
  border-bottom-color: rgba(226, 184, 91, 0.22);
  background:
    linear-gradient(90deg, rgba(185, 48, 36, 0.12), rgba(226, 184, 91, 0.04)),
    rgba(7, 9, 12, 0.96);
}

.quick-nav {
  background: rgba(255, 250, 240, 0.92);
}

.quick-nav button {
  border-color: rgba(20, 16, 13, 0.16);
  background: rgba(255, 250, 240, 0.74);
  color: #463526;
}

.quick-nav button.active {
  border-color: var(--q34-cinnabar);
  background: var(--q34-ink);
  color: var(--q34-porcelain);
}

.sealed-hero {
  min-height: 880px;
  padding-top: 30px;
  background:
    linear-gradient(180deg, rgba(7, 9, 12, 0.82), rgba(7, 9, 12, 0.98) 54%, rgba(12, 10, 9, 1) 100%),
    linear-gradient(90deg, rgba(226, 184, 91, 0.09) 1px, transparent 1px) 0 0 / 28px 28px,
    linear-gradient(0deg, rgba(255, 250, 240, 0.045) 1px, transparent 1px) 0 0 / 28px 28px;
}

.sealed-hero::before {
  content: "MONEY PATH DOSSIER";
  top: 84px;
  color: rgba(243, 230, 206, 0.06);
  font-size: 48px;
  font-weight: 950;
  line-height: 0.95;
}

.sealed-hero::after {
  left: 18px;
  right: 18px;
  bottom: 20px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--q34-cinnabar), var(--q34-gold), var(--q34-malachite), transparent);
}

.dossier-status {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 5px 10px;
  align-items: center;
  width: min(100%, 440px);
  margin-top: 14px;
  padding: 12px 13px;
  border: 1px solid rgba(226, 184, 91, 0.32);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(185, 48, 36, 0.14), rgba(226, 184, 91, 0.1)),
    rgba(255, 250, 240, 0.055);
}

.dossier-status span {
  grid-row: span 2;
  display: grid;
  min-width: 72px;
  min-height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 8px;
  background: rgba(185, 48, 36, 0.23);
  color: #fff8e8;
  font-size: 12px;
  font-weight: 950;
}

.dossier-status strong,
.dossier-status small {
  min-width: 0;
  word-break: keep-all;
  overflow-wrap: anywhere;
}

.dossier-status strong {
  color: var(--q34-porcelain);
  font-size: 14px;
  line-height: 1.42;
}

.dossier-status small {
  color: rgba(255, 250, 240, 0.64);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.45;
}

.sealed-hero-grid {
  min-height: 690px;
}

.dossier-eyebrow {
  border-color: rgba(226, 184, 91, 0.46);
  background: rgba(226, 184, 91, 0.14);
  color: var(--q34-gold);
}

.sealed-hero h2 {
  max-width: 7.8em;
  color: var(--q34-porcelain);
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.55);
}

.sealed-hero .lead {
  color: rgba(255, 250, 240, 0.82);
}

.shock-line {
  display: grid;
  gap: 9px;
  padding: 16px 15px;
  border: 1px solid rgba(185, 48, 36, 0.5);
  border-left: 5px solid var(--q34-cinnabar);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(185, 48, 36, 0.18), rgba(226, 184, 91, 0.08)),
    rgba(255, 250, 240, 0.06);
}

.shock-line span {
  color: var(--q34-gold);
  font-size: 12px;
  font-weight: 950;
}

.shock-line strong {
  color: var(--q34-porcelain);
  font-size: 17px;
  line-height: 1.55;
  word-break: keep-all;
}

.hero-unlock,
.checkout-action,
.primary-action {
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(185, 48, 36, 0.22), inset 0 1px 0 rgba(255, 250, 240, 0.36);
}

.hero-unlock {
  min-height: 62px;
  background:
    linear-gradient(180deg, #f0c86c 0%, #d9952b 52%, #a94622 100%);
}

.sealed-file {
  min-height: 370px;
  padding-top: 45px;
  border-color: rgba(226, 184, 91, 0.46);
  background:
    linear-gradient(150deg, rgba(255, 250, 240, 0.13), rgba(255, 250, 240, 0.03) 46%),
    linear-gradient(180deg, rgba(185, 48, 36, 0.08), rgba(46, 107, 158, 0.1)),
    rgba(4, 6, 8, 0.82);
  box-shadow: inset 0 0 0 1px rgba(255, 250, 240, 0.06), 0 28px 74px rgba(0, 0, 0, 0.48);
}

.sealed-file::before {
  border-color: rgba(226, 184, 91, 0.16);
}

.file-ribbon {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 2;
  padding: 7px 9px;
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 8px;
  background: rgba(185, 48, 36, 0.86);
  color: #fff8e8;
  font-size: 11px;
  font-weight: 950;
}

.file-cover {
  border-color: rgba(226, 184, 91, 0.26);
  background:
    linear-gradient(90deg, rgba(226, 184, 91, 0.19), transparent 64%),
    repeating-linear-gradient(135deg, rgba(255, 250, 240, 0.09) 0 1px, transparent 1px 9px);
}

.file-stamp {
  border-color: rgba(226, 184, 91, 0.86);
  color: var(--q34-gold);
}

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

.preview-tile {
  min-height: 82px;
  border-color: rgba(255, 250, 240, 0.15);
  background: rgba(255, 250, 240, 0.07);
}

.preview-tile.open {
  border-color: rgba(185, 48, 36, 0.76);
  background: rgba(185, 48, 36, 0.18);
}

.preview-tile.blurred {
  border-color: rgba(226, 184, 91, 0.52);
}

.evidence-dock {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.evidence-dock article {
  display: grid;
  grid-template-columns: 44px 78px 1fr;
  gap: 11px;
  align-items: center;
  min-width: 0;
  padding: 12px;
  border: 1px solid rgba(226, 184, 91, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(255, 250, 240, 0.1), rgba(255, 250, 240, 0.035)),
    rgba(7, 9, 12, 0.44);
}

.evidence-dock span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(226, 184, 91, 0.38);
  border-radius: 8px;
  color: var(--q34-gold);
  font-size: 12px;
  font-weight: 950;
}

.evidence-dock strong {
  color: var(--q34-porcelain);
  font-size: 15px;
}

.evidence-dock p {
  margin: 0;
  color: rgba(255, 250, 240, 0.7);
  font-size: 13px;
  line-height: 1.5;
  word-break: keep-all;
}

.data-receipt-teaser,
.checkout-bridge {
  border-color: rgba(226, 184, 91, 0.28);
  background:
    linear-gradient(135deg, rgba(226, 184, 91, 0.13), rgba(46, 107, 158, 0.08)),
    rgba(255, 250, 240, 0.06);
}

.checkout-bridge {
  border-left: 5px solid var(--q34-gold);
}

.checkout-action {
  background: linear-gradient(180deg, #c44735, #982d22);
}

.locked-finding {
  display: grid;
  gap: 9px;
  margin-bottom: 14px;
  padding: 16px;
  border: 1px solid rgba(185, 48, 36, 0.25);
  border-left: 5px solid var(--q34-cinnabar);
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(185, 48, 36, 0.11), rgba(226, 184, 91, 0.1)),
    rgba(255, 250, 240, 0.78);
  box-shadow: var(--q34-shadow-paper);
}

.locked-finding span {
  color: var(--q34-cinnabar);
  font-size: 12px;
  font-weight: 950;
}

.locked-finding strong {
  color: var(--q34-ink);
  font-size: 17px;
  line-height: 1.55;
  word-break: keep-all;
}

.summary-list div,
.three-col article,
.split article,
.month-detail,
.check-item,
.share-panel,
.review,
.legal-note,
.current,
.receipt-block {
  background: rgba(255, 250, 240, 0.82);
  box-shadow: var(--q34-shadow-paper);
}

blockquote,
.quote-panel,
.month-detail .recommend {
  background:
    linear-gradient(135deg, rgba(185, 48, 36, 0.12), rgba(226, 184, 91, 0.06)),
    var(--q34-obsidian);
}

.month-card {
  background: rgba(255, 250, 240, 0.8);
}

.month-card.active {
  box-shadow: inset 0 0 0 2px var(--q34-ink), 0 13px 28px rgba(20, 16, 13, 0.18);
}

.bottom-cta {
  background: rgba(7, 9, 12, 0.92);
  border-color: rgba(226, 184, 91, 0.2);
}

.bottom-cta button {
  background: rgba(255, 250, 240, 0.08);
}

.public-url-proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 16px;
}

.public-url-proof div {
  display: grid;
  gap: 7px;
  min-height: 104px;
  padding: 16px;
  border: 1px solid rgba(226, 184, 91, 0.25);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(7, 9, 12, 0.9), rgba(54, 39, 28, 0.88)),
    var(--q34-obsidian);
  color: var(--q34-paper);
  box-shadow: 0 16px 42px rgba(7, 9, 12, 0.24);
}

.public-url-proof span {
  color: rgba(255, 250, 240, 0.58);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.public-url-proof strong {
  color: var(--q34-paper);
  font-size: 18px;
  line-height: 1.45;
  word-break: keep-all;
}

.process-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(122, 93, 63, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.74);
  box-shadow: var(--q34-shadow-paper);
}

.process-strip span {
  display: grid;
  place-items: center;
  min-height: 42px;
  border-radius: 7px;
  background: rgba(226, 184, 91, 0.13);
  color: var(--q34-ink);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.35;
  text-align: center;
  word-break: keep-all;
}

@media (min-width: 760px) {
  .sealed-hero {
    min-height: 860px;
  }

  .sealed-hero-grid {
    min-height: 600px;
    gap: 30px;
  }

  .sealed-hero h2 {
    font-size: 58px;
  }

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

  .evidence-dock article {
    grid-template-columns: 42px 1fr;
    align-content: start;
  }

  .evidence-dock p {
    grid-column: 1 / -1;
  }
}

@media (max-width: 520px) {
  .trust-grid,
  .product-cards,
  .guide-cards,
  .difference-table,
  .public-url-proof {
    grid-template-columns: 1fr;
  }

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

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

  .ladder-steps article {
    grid-template-columns: 38px 1fr;
  }

  .conversion-verdict strong,
  .preview-open-card h4 {
    font-size: 18px;
  }

  .product-cards .price {
    font-size: 26px;
  }

  .dossier-status,
  .shock-line,
  .evidence-dock article {
    overflow-wrap: anywhere;
  }

  .dossier-status,
  .evidence-dock article {
    grid-template-columns: 1fr;
  }

  .dossier-status span {
    grid-row: auto;
    width: fit-content;
    min-height: 34px;
  }

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

  .evidence-dock span {
    width: 34px;
    height: 34px;
  }
}

.paid-preview-pack,
.fulfillment-status-preview {
  position: relative;
  overflow: hidden;
}

.paid-preview-pack::before,
.fulfillment-status-preview::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(135deg, rgba(185, 48, 36, 0.08), transparent 38%),
    radial-gradient(circle at 88% 18%, rgba(226, 184, 91, 0.18), transparent 28%);
}

.paid-preview-grid,
.status-roadmap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.paid-preview-card,
.status-roadmap article {
  display: grid;
  gap: 10px;
  min-height: 160px;
  padding: 18px;
  border: 1px solid rgba(122, 93, 63, 0.18);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.84);
  box-shadow: var(--q34-shadow-paper);
}

.paid-preview-card span,
.status-roadmap span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  background: var(--q34-obsidian);
  color: var(--q34-gold);
  font-size: 12px;
  font-weight: 950;
}

.paid-preview-card strong,
.status-roadmap strong {
  color: var(--q34-ink);
  font-size: 19px;
  line-height: 1.35;
  word-break: keep-all;
}

.paid-preview-card p,
.status-roadmap p {
  margin: 0;
  color: rgba(38, 30, 24, 0.72);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.65;
  word-break: keep-all;
}

.paid-preview-note {
  position: relative;
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid rgba(185, 48, 36, 0.24);
  border-left: 5px solid var(--q34-cinnabar);
  border-radius: 8px;
  background: rgba(255, 250, 240, 0.82);
  box-shadow: var(--q34-shadow-paper);
}

.paid-preview-note strong {
  color: var(--q34-cinnabar);
  font-size: 15px;
  font-weight: 950;
}

.paid-preview-note span {
  color: var(--q34-ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.55;
  word-break: keep-all;
}

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

.hero-alignment-stack article {
  display: grid;
  gap: 7px;
  min-height: 108px;
  padding: 14px;
  border: 1px solid rgba(226, 184, 91, 0.2);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 250, 240, 0.09), rgba(226, 184, 91, 0.045)),
    rgba(7, 9, 12, 0.34);
}

.hero-alignment-stack article span {
  color: var(--q34-gold);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 0;
}

.hero-alignment-stack article strong {
  color: rgba(255, 250, 240, 0.9);
  font-size: 13px;
  font-weight: 850;
  line-height: 1.55;
  word-break: keep-all;
}

.alignment-mini-cta {
  grid-column: 1 / -1;
  min-height: 46px;
  padding: 0 18px;
}

.offer-rail {
  display: none;
}

.mobile-sticky-cta {
  position: fixed;
  z-index: 45;
  left: 50%;
  bottom: 0;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  width: min(100%, 780px);
  padding: 12px 14px calc(12px + env(safe-area-inset-bottom));
  transform: translateX(-50%);
  border-top: 1px solid rgba(226, 184, 91, 0.24);
  background: rgba(7, 9, 12, 0.95);
  box-shadow: 0 -18px 38px rgba(7, 9, 12, 0.22);
  backdrop-filter: blur(16px);
}

.mobile-sticky-cta div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.mobile-sticky-cta span {
  color: rgba(255, 250, 240, 0.58);
  font-size: 11px;
  font-weight: 900;
}

.mobile-sticky-cta strong {
  color: var(--q34-paper);
  font-size: 20px;
  font-weight: 950;
}

.mobile-sticky-cta small {
  color: rgba(255, 250, 240, 0.68);
  font-size: 12px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mobile-sticky-cta .checkout-action {
  min-height: 46px;
  padding: 0 18px;
  white-space: nowrap;
}

@media (min-width: 1180px) {
  .offer-rail {
    position: fixed;
    z-index: 35;
    left: calc(50% + 430px);
    top: 116px;
    display: grid;
    gap: 12px;
    width: 292px;
    padding: 18px;
    border: 1px solid rgba(226, 184, 91, 0.22);
    border-radius: 8px;
    background:
      linear-gradient(160deg, rgba(7, 9, 12, 0.94), rgba(45, 35, 27, 0.93)),
      var(--q34-obsidian);
    color: var(--q34-paper);
    box-shadow: 0 24px 58px rgba(7, 9, 12, 0.28);
  }

  .offer-rail span {
    color: rgba(255, 250, 240, 0.58);
    font-size: 12px;
    font-weight: 950;
  }

  .offer-rail strong {
    color: var(--q34-gold);
    font-size: 34px;
    font-weight: 950;
  }

  .offer-rail p,
  .offer-rail li {
    color: rgba(255, 250, 240, 0.76);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.55;
    word-break: keep-all;
  }

  .offer-rail ul {
    display: grid;
    gap: 8px;
    margin: 0;
    padding: 0 0 0 18px;
  }

  .offer-rail .checkout-action {
    margin-top: 2px;
  }

  .mobile-sticky-cta {
    display: none;
  }
}

@media (max-width: 1179px) {
  .report-shell {
    padding-bottom: 178px;
  }

  .bottom-cta {
    display: none;
  }

  .toast {
    bottom: calc(96px + env(safe-area-inset-bottom));
  }
}

@media (max-width: 520px) {
  .paid-preview-grid,
  .status-roadmap {
    grid-template-columns: 1fr;
  }

  .paid-preview-card,
  .status-roadmap article {
    min-height: auto;
  }

  .mobile-sticky-cta {
    grid-template-columns: 1fr;
  }

  .hero-alignment-stack {
    grid-template-columns: 1fr;
  }

  .mobile-sticky-cta .checkout-action {
    width: 100%;
  }
}


/* Q32-36.5A v46 patch: real free-start gate + readable share card */
.report-shell:not(.is-intake-complete) .quick-nav,
.report-shell:not(.is-intake-complete) .cover,
.report-shell:not(.is-intake-complete) .section-block:not(.intake-gate),
.report-shell:not(.is-intake-complete) .share-panel,
.report-shell:not(.is-intake-complete) .review,
.report-shell:not(.is-intake-complete) .legal-note,
.report-shell:not(.is-intake-complete) .bottom-cta,
.report-shell:not(.is-intake-complete) .offer-rail,
.report-shell:not(.is-intake-complete) .mobile-sticky-cta {
  display: none !important;
}

.report-shell.is-intake-complete .intake-gate {
  display: none !important;
}

.intake-gate {
  margin: 18px;
  padding: 22px 18px;
  border: 1px solid rgba(122, 93, 63, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 250, 240, 0.98), rgba(243, 230, 206, 0.96)),
    var(--paper);
  box-shadow: var(--q34-shadow-paper, 0 18px 44px rgba(45, 29, 14, 0.18));
}

.intake-gate .section-title h3 {
  color: var(--q34-ink, #14100d);
  font-size: 26px;
  line-height: 1.25;
}

.intake-lead {
  margin: 0 0 18px;
  color: rgba(38, 30, 24, 0.76);
  font-size: 15px;
  line-height: 1.65;
  word-break: keep-all;
}

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

.intake-form label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.intake-form label.wide,
.intake-form .wide {
  grid-column: 1 / -1;
}

.intake-form span {
  color: var(--q34-ink, #14100d);
  font-size: 13px;
  font-weight: 950;
}

.intake-form input,
.intake-form select {
  width: 100%;
  min-height: 48px;
  border: 1px solid rgba(20, 16, 13, 0.18);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--q34-ink, #14100d);
  font: inherit;
  font-size: 15px;
  font-weight: 800;
  padding: 0 12px;
}

.intake-form small {
  color: rgba(38, 30, 24, 0.58);
  font-size: 12px;
  line-height: 1.45;
}

.intake-privacy {
  display: grid;
  gap: 5px;
  padding: 13px 14px;
  border: 1px solid rgba(15, 118, 109, 0.2);
  border-radius: 12px;
  background: rgba(15, 118, 109, 0.08);
}

.intake-privacy strong {
  color: var(--q34-malachite, #0f766d);
  font-size: 13px;
}

.intake-privacy p,
.intake-error {
  margin: 0;
  color: rgba(38, 30, 24, 0.75);
  font-size: 13px;
  line-height: 1.55;
}

.intake-error {
  color: #b93024;
  font-weight: 900;
}

.share-panel {
  color: var(--q34-ink, #14100d) !important;
}

.share-panel .kicker,
.share-panel h3,
.share-panel p,
.share-panel strong {
  color: var(--q34-ink, #14100d) !important;
}

.share-panel .kicker {
  color: var(--q34-cinnabar, #b93024) !important;
}

.share-panel strong {
  color: var(--q34-cinnabar, #b93024) !important;
}

@media (max-width: 520px) {
  .intake-form {
    grid-template-columns: 1fr;
  }

  .intake-gate {
    margin: 12px;
    padding: 18px 14px;
  }

  .intake-gate .section-title h3 {
    font-size: 23px;
  }
}


/* Q32-36.5A-1 v47: free saju trust engine */
.saju-trust-card {
  border-color: rgba(16, 122, 106, 0.22);
  background: linear-gradient(135deg, rgba(255, 252, 242, 0.96), rgba(236, 251, 244, 0.92));
}

.section-title.compact {
  margin-bottom: 18px;
}

.trust-engine-grid {
  display: grid;
  grid-template-columns: minmax(180px, 0.75fr) minmax(0, 2fr);
  gap: 14px;
  align-items: stretch;
}

.day-master-card,
.trust-pillar,
.trust-engine-bottom article {
  border: 1px solid rgba(18, 72, 62, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 35px rgba(47, 28, 8, 0.06);
}

.day-master-card {
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 150px;
}

.day-master-card span,
.trust-pillar span,
.trust-engine-bottom h4 {
  color: #0b7b68;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.day-master-card strong {
  display: block;
  margin: 8px 0;
  font-size: clamp(2.2rem, 8vw, 4.2rem);
  line-height: 0.95;
  color: #2f1c08;
}

.day-master-card p,
.trust-pillar small,
.trust-engine-bottom p,
.trust-engine-notice {
  color: #5f5145;
  line-height: 1.65;
}

.trust-pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.trust-pillar {
  padding: 15px 12px;
}

.trust-pillar strong {
  display: block;
  margin: 8px 0 6px;
  font-size: clamp(1.7rem, 4vw, 2.6rem);
  color: #2f1c08;
}

.trust-engine-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.trust-engine-bottom article {
  padding: 18px;
}

.trust-bars {
  display: grid;
  gap: 10px;
}

.trust-bar-row {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr) 42px;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 800;
  color: #3a3028;
}

.trust-bar-row b {
  height: 10px;
  border-radius: 999px;
  background: rgba(47, 28, 8, 0.1);
  overflow: hidden;
}

.trust-bar-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #0b7b68, #e0b44d);
}

.trust-bar-row em {
  font-style: normal;
  text-align: right;
  color: #746456;
}

.ten-god-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}

.ten-god-tags span {
  border-radius: 999px;
  background: rgba(11, 123, 104, 0.1);
  color: #0b6b5c;
  padding: 7px 10px;
  font-weight: 800;
  font-size: 0.82rem;
}

.trust-engine-notice {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 16px;
  background: rgba(224, 180, 77, 0.13);
  border: 1px solid rgba(224, 180, 77, 0.24);
  font-size: 0.9rem;
}

@media (max-width: 760px) {
  .trust-engine-grid,
  .trust-engine-bottom {
    grid-template-columns: 1fr;
  }

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


/* Q32-36.5A-2 v48: free intake reset / QA loop */
.reset-intake-button {
  border-color: rgba(121, 65, 42, 0.24);
  color: #5d3022;
  background: rgba(255, 248, 235, 0.72);
}

.reset-intake-button[hidden] {
  display: none !important;
}

.intake-reset-hint {
  margin: 0.65rem 0 0;
  padding: 0.75rem 0.9rem;
  border: 1px dashed rgba(185, 87, 52, 0.36);
  border-radius: 14px;
  color: #6b3a2a;
  background: rgba(255, 255, 255, 0.58);
  font-size: 0.92rem;
}


/* Q32-36.5A-3 v49: human voice/readability layer */
.human-reading-card {
  background: linear-gradient(180deg, #fffaf1 0%, #ffffff 100%);
  border-color: rgba(222, 169, 74, 0.28);
}

.human-reading-card .voice-lead {
  margin: 0 0 18px;
  color: #4a3a29;
  font-size: clamp(16px, 2.8vw, 19px);
  line-height: 1.85;
  letter-spacing: -0.02em;
}

.voice-insight-grid,
.voice-detail-stack {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 16px;
}

.voice-detail-stack {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.voice-insight-grid article,
.voice-detail-stack article,
.voice-month-teaser,
.voice-closing-note {
  border: 1px solid rgba(37, 33, 27, 0.08);
  background: rgba(255, 255, 255, 0.82);
  border-radius: 22px;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(66, 47, 23, 0.06);
}

.voice-insight-grid span,
.voice-closing-note span,
.voice-month-teaser span {
  display: block;
  color: #b4702d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}

.voice-insight-grid strong,
.voice-detail-stack strong,
.voice-month-teaser strong,
.voice-closing-note strong {
  display: block;
  color: #17130f;
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: -0.04em;
}

.voice-insight-grid p,
.voice-detail-stack p,
.voice-month-teaser p {
  margin: 10px 0 0;
  color: #574939;
  line-height: 1.75;
  font-size: 15px;
}

.voice-detail-stack h4 {
  margin: 0 0 10px;
  font-size: 15px;
  color: #8f5f23;
}

.voice-month-teaser {
  margin-top: 14px;
  background: #fff4e3;
}

.voice-closing-note {
  margin-top: 14px;
  background: #1b3f36;
  border-color: rgba(255,255,255,0.12);
}

.voice-closing-note span {
  color: #f7cf81;
}

.voice-closing-note strong {
  color: #fff8e8;
  font-size: 20px;
}

@media (max-width: 760px) {
  .voice-insight-grid,
  .voice-detail-stack {
    grid-template-columns: 1fr;
  }
}


/* Q32-36.6A v54: free result save / opt-in MVP */
.result-save-card {
  border-color: rgba(15, 118, 110, 0.28);
  background: linear-gradient(135deg, rgba(15, 118, 110, 0.08), rgba(247, 245, 240, 0.92));
}
.result-save-lead {
  margin: 0 0 18px;
  color: var(--muted, #5f574f);
  line-height: 1.8;
}
.result-save-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.result-save-form {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(43, 42, 39, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.72);
}
.result-save-form label {
  display: grid;
  gap: 7px;
  color: var(--ink, #2b2a27);
  font-weight: 800;
}
.result-save-form input[type="email"] {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(43, 42, 39, 0.18);
  border-radius: 12px;
  padding: 13px 14px;
  font: inherit;
  background: #fff;
  color: var(--ink, #2b2a27);
}
.result-save-consent {
  grid-template-columns: auto 1fr;
  align-items: start;
  font-weight: 600 !important;
  color: var(--muted, #5f574f) !important;
  line-height: 1.6;
}
.result-save-consent input {
  margin-top: 5px;
}
.result-save-form small {
  color: rgba(43, 42, 39, 0.62);
  line-height: 1.6;
}
@media (max-width: 720px) {
  .result-save-actions {
    grid-template-columns: 1fr;
  }
}
