:root {
  --bg: #f4f7f4;
  --ink: #161a1d;
  --muted: #5d6670;
  --panel: #ffffff;
  --panel-soft: #eef4f8;
  --line: #d8e0df;
  --green: #174f3f;
  --green-dark: #0f352b;
  --red: #b7332c;
  --blue: #2f5f8a;
  --gold: #d99a2b;
  --shadow: 0 18px 48px rgba(22, 26, 29, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  overflow-x: hidden;
}

body.has-sticky-cta {
  padding-bottom: 76px;
}

a {
  color: inherit;
}

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

h1 {
  margin-bottom: 18px;
  max-width: 820px;
  font-size: 4.9rem;
  line-height: 0.96;
  letter-spacing: 0;
  overflow-wrap: break-word;
}

h2 {
  margin-bottom: 18px;
  font-size: 3.1rem;
  line-height: 1.04;
  letter-spacing: 0;
}

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

.text-link {
  color: var(--blue);
  font-weight: 850;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 0 28px;
  background: rgba(244, 247, 244, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-weight: 900;
  text-decoration: none;
}

.brand-mark {
  width: 24px;
  height: 24px;
  background:
    linear-gradient(90deg, var(--green) 50%, var(--panel) 50%) 0 0 / 12px 12px,
    linear-gradient(90deg, var(--panel) 50%, var(--green) 50%) 0 12px / 12px 12px;
  border: 1px solid var(--green);
}

.site-nav {
  display: flex;
  gap: 22px;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 750;
}

.site-nav a {
  text-decoration: none;
}

.site-nav .nav-cta {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 6px;
  background: var(--gold);
  color: #15110a;
}

.site-nav a:hover {
  color: var(--ink);
}

.site-nav .nav-cta:hover {
  color: #15110a;
  background: #e6ad45;
}

.hero {
  position: relative;
  min-height: min(680px, calc(100svh - 116px));
  display: grid;
  align-items: end;
  padding: 68px 28px 56px;
  overflow: hidden;
  background: #121415;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13, 15, 15, 0.9) 0%, rgba(13, 15, 15, 0.66) 43%, rgba(13, 15, 15, 0.22) 100%),
    linear-gradient(0deg, rgba(13, 15, 15, 0.72) 0%, rgba(13, 15, 15, 0) 42%);
}

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

.hero-content {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  color: #fff;
}

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

.hero-copy {
  width: min(690px, 100%);
  color: rgba(255, 255, 255, 0.88);
  font-size: 1.22rem;
  line-height: 1.58;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.conversion-hero .hero-actions {
  margin-top: 24px;
}

.conversion-hero .button-primary {
  min-height: 56px;
  padding: 0 24px;
  font-size: 1.06rem;
}

.hero-offer {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.hero-offer div {
  min-height: 72px;
  min-width: min(220px, 100%);
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 12px 16px;
  border-left: 5px solid var(--gold);
  background: rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.88);
}

.hero-offer strong,
.offer-price {
  display: block;
  color: #fff;
  font-size: 1.38rem;
  font-weight: 950;
  line-height: 1;
}

.offer-price {
  font-size: 2.1rem;
}

.hero-offer span {
  font-size: 0.92rem;
  font-weight: 800;
}

.hero-microcopy {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.95rem;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 780px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.hero-proof li {
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  font-weight: 850;
}

.button {
  min-height: 48px;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font: inherit;
  font-weight: 850;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  background: var(--gold);
  color: #15110a;
}

.button-primary:hover,
.button-primary:focus {
  background: #e6ad45;
}

.button-secondary {
  background: rgba(255, 255, 255, 0.1);
  color: currentColor;
  border-color: rgba(255, 255, 255, 0.38);
}

.price-card .button-secondary {
  color: var(--ink);
  border-color: var(--line);
  background: var(--panel);
}

.button-secondary:hover,
.button-secondary:focus {
  border-color: currentColor;
}

.button-ghost {
  background: #f7faf8;
  color: var(--green-dark);
  border-color: var(--line);
}

.button-ghost:hover,
.button-ghost:focus {
  border-color: var(--green);
}

.signal-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  min-width: 0;
  background:
    linear-gradient(135deg, #101716 0%, var(--green-dark) 58%, #203f57 100%);
  color: #fff;
  border-bottom: 1px solid var(--line);
  box-shadow: 0 20px 40px rgba(22, 26, 29, 0.14);
}

.signal-strip div {
  min-height: 118px;
  min-width: 0;
  padding: 26px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.signal-strip div:last-child {
  border-right: 0;
}

.signal-strip strong,
.signal-strip span {
  display: block;
}

.signal-strip strong {
  color: #fff;
  font-size: 1.03rem;
}

.signal-strip span {
  margin-top: 7px;
  color: rgba(255, 255, 255, 0.76);
}

.section {
  width: min(1180px, calc(100% - 56px));
  margin: 0 auto;
  padding: 88px 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(250px, 0.8fr) minmax(340px, 1.2fr);
  gap: 56px;
}

.review-lab {
  display: grid;
  grid-template-columns: minmax(250px, 0.56fr) minmax(760px, 1.44fr);
  gap: 48px;
  align-items: center;
  min-width: 0;
}

.lab-copy {
  display: grid;
  justify-items: start;
  min-width: 0;
}

.lab-copy p {
  margin-bottom: 26px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.analysis-stage {
  display: grid;
  grid-template-columns: minmax(340px, 0.92fr) minmax(390px, 1.08fr);
  gap: 20px;
  padding: 22px;
  min-width: 0;
  border: 1px solid rgba(23, 79, 63, 0.26);
  border-radius: 8px;
  background:
    linear-gradient(135deg, #0f1715 0%, #153e35 58%, #183750 100%);
  box-shadow: var(--shadow);
}

.board-panel,
.review-card-preview {
  border-radius: 8px;
}

.board-panel {
  display: grid;
  align-self: start;
  align-content: start;
  gap: 16px;
  min-width: 0;
  padding: 18px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.board-heading {
  display: grid;
  gap: 3px;
}

.board-heading span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.board-heading strong {
  color: #fff;
}

.board-heading small {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 750;
}

.position-board {
  display: grid;
  gap: 12px;
  margin: 0;
  min-width: 0;
}

.position-board img {
  display: block;
  width: 100%;
  height: auto;
  min-width: 0;
  max-width: 520px;
  margin: 0 auto;
  border-radius: 8px;
  background: #f7f8f3;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.22);
}

.position-board figcaption {
  margin: 0;
  padding: 12px 13px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  line-height: 1.5;
}

.position-clues {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.position-clues span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.8rem;
  font-weight: 850;
}

.mini-board {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.16);
  border-radius: 6px;
  background:
    repeating-conic-gradient(
      from 0deg,
      #e8d5b0 0deg 90deg,
      #416b59 90deg 180deg
    )
    0 0 / 25% 25%;
}

.piece {
  --size: clamp(26px, 5vw, 42px);
  position: absolute;
  left: calc((var(--x) * 12.5%) + 6.25%);
  top: calc((var(--y) * 12.5%) + 6.25%);
  width: var(--size);
  height: var(--size);
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 2px solid rgba(0, 0, 0, 0.16);
  font-weight: 950;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24);
}

.piece.light {
  background: #fff8e6;
  color: #19342d;
}

.piece.dark {
  background: #17201e;
  color: #f8e1a9;
}

.board-callout {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 9px;
  border-radius: 999px;
  background: var(--gold);
  color: #15110a;
  font-size: 0.78rem;
  font-weight: 950;
}

.review-card-preview {
  display: grid;
  align-self: start;
  align-content: start;
  gap: 16px;
  min-width: 0;
  padding: 24px;
  background: #fff;
}

.review-card-preview h3 {
  margin-bottom: 0;
  font-size: 1.22rem;
  line-height: 1.28;
}

.report-intro {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.review-card-preview ul {
  display: grid;
  gap: 13px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.review-card-preview li {
  padding-left: 14px;
  border-left: 4px solid var(--gold);
  color: var(--muted);
  line-height: 1.55;
}

.review-card-preview strong {
  color: var(--ink);
}

.note-stack {
  display: grid;
  gap: 10px;
}

.note-stack article {
  padding: 13px 14px;
  border: 1px solid var(--line);
  border-left: 5px solid var(--gold);
  border-radius: 8px;
  background: #fbfcfb;
}

.note-stack span,
.study-plan strong {
  display: block;
  margin-bottom: 5px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.note-stack p {
  margin: 0;
  color: var(--muted);
  line-height: 1.52;
}

.study-plan {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  min-width: 0;
}

.study-plan div {
  padding: 14px;
  border-radius: 8px;
  background: #f3ead7;
}

.study-plan span {
  display: block;
  color: #3f3322;
  line-height: 1.45;
}

.steps-grid,
.review-grid,
.faq-grid,
.dashboard-panels,
.payment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.steps-grid article,
.review-grid article,
.dashboard-panels article,
.payment-grid article,
.price-card,
.faq-grid article,
.reviewer-table,
.redeem-form,
.portal-form,
.refund-form {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.steps-grid article,
.review-grid article,
.dashboard-panels article,
.payment-grid article,
.faq-grid article {
  padding: 24px;
}

.steps-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 32px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: var(--panel-soft);
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 900;
}

.steps-grid p,
.review-grid p,
.dashboard-panels p,
.payment-grid p,
.section-heading p,
.sample-copy p,
.order-intro p,
.dashboard-copy p,
.refund-intro p,
.price-card p,
.faq-grid p,
.table-row span,
.site-footer span {
  color: var(--muted);
  line-height: 1.62;
}

.band {
  width: 100%;
  max-width: none;
  padding: 92px max(28px, calc((100vw - 1180px) / 2));
  background: #eaf1f5;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.ticket-cost {
  width: fit-content;
  margin-bottom: 18px;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(183, 51, 44, 0.1);
  color: var(--red);
  font-size: 0.85rem;
  font-weight: 900;
}

.tickets {
  padding-bottom: 76px;
}

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

.price-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 316px;
  padding: 26px;
}

.price-card.featured {
  border-color: var(--gold);
  box-shadow: var(--shadow);
}

.pack-label {
  margin-bottom: 8px;
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.price {
  margin-bottom: 14px;
  color: var(--green-dark);
  font-size: 2.6rem;
  font-weight: 950;
  line-height: 1;
}

.checkout-note {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.price-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 22px;
}

.dashboard {
  display: grid;
  grid-template-columns: minmax(300px, 0.82fr) minmax(420px, 1.18fr);
  gap: 56px;
  align-items: start;
}

.dashboard-copy {
  max-width: 560px;
}

.portal-form {
  display: grid;
  gap: 16px;
  margin-top: 28px;
  padding: 24px;
}

.portal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dashboard-preview {
  display: grid;
  gap: 18px;
}

.dashboard-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 22px 24px;
  background: var(--green-dark);
  color: #fff;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.dashboard-topline strong {
  display: block;
  margin-top: 4px;
  font-size: 2.2rem;
  line-height: 1;
}

.mini-label {
  display: block;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.dashboard-topline .mini-label {
  color: rgba(255, 255, 255, 0.66);
}

.status-pill,
.currency-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 32px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 900;
}

.status-pill {
  background: rgba(217, 154, 43, 0.18);
  color: #ffe0a3;
}

.currency-badge {
  margin-bottom: 16px;
  background: rgba(47, 95, 138, 0.12);
  color: var(--blue);
}

.payments {
  display: grid;
  gap: 28px;
}

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

.refund-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  padding: 28px;
}

.refund-intro,
.refund-form label:has(textarea),
.refund-form .form-submit,
.refund-form .form-note {
  grid-column: 1 / -1;
}

.sample {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 560px);
  gap: 56px;
  align-items: center;
  padding: 92px max(28px, calc((100vw - 1180px) / 2));
  background: #f7faf8;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.sample-copy {
  max-width: 620px;
}

.sample-actions {
  margin-top: 24px;
}

.conversion-sticky {
  position: fixed;
  left: 50%;
  bottom: 14px;
  z-index: 20;
  width: min(760px, calc(100% - 28px));
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 10px 12px 10px 18px;
  border: 1px solid rgba(217, 154, 43, 0.4);
  border-radius: 8px;
  background: rgba(15, 53, 43, 0.95);
  color: #fff;
  box-shadow: 0 18px 48px rgba(22, 26, 29, 0.26);
  transform: translateX(-50%);
  backdrop-filter: blur(16px);
}

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

.conversion-sticky strong,
.conversion-sticky span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.conversion-sticky span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.92rem;
}

.conversion-sticky .button {
  min-height: 42px;
  flex: 0 0 auto;
}

.proof-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(420px, 1.25fr);
  gap: 44px;
  align-items: start;
}

.proof-grid {
  display: grid;
  gap: 14px;
}

.proof-grid article {
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
}

.proof-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.6;
}

.reviewer-table {
  overflow: hidden;
  box-shadow: var(--shadow);
}

.table-row {
  display: grid;
  grid-template-columns: 0.9fr 1.25fr 1fr;
  gap: 18px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--line);
}

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

.table-row span:first-child {
  color: var(--ink);
  font-weight: 850;
}

.table-head {
  background: var(--green);
}

.table-head span,
.table-head span:first-child {
  color: #fff;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.redeem {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(320px, 1.22fr);
  gap: 56px;
  align-items: start;
}

.redeem-form {
  display: grid;
  gap: 16px;
  padding: 28px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-size: 0.95rem;
  font-weight: 850;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 13px;
  background: #fbfcfb;
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
a:focus {
  outline: 3px solid rgba(217, 154, 43, 0.36);
  outline-offset: 2px;
}

.form-submit {
  width: fit-content;
  margin-top: 4px;
}

.form-note {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.faq {
  padding-top: 64px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 28px;
  background: var(--ink);
  color: #fff;
}

.site-footer div {
  display: grid;
  gap: 4px;
}

.site-footer a {
  color: #fff;
  font-weight: 800;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.article-page {
  background: var(--bg);
}

.article-main {
  width: min(860px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 88px;
}

.article-main h1 {
  margin-bottom: 18px;
  font-size: 4.2rem;
}

.article-main h2 {
  margin-top: 42px;
  font-size: 2rem;
}

.article-main h3 {
  margin-top: 28px;
}

.article-main p,
.article-main li {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

.article-main blockquote {
  margin: 28px 0;
  padding: 18px 22px;
  background: var(--panel);
  border-left: 5px solid var(--gold);
  color: var(--ink);
  font-weight: 850;
}

.legal-page {
  padding: 58px 0 88px;
}

.legal-page .section {
  width: min(900px, calc(100% - 40px));
  padding: 0;
}

.legal-page h1 {
  margin-bottom: 18px;
  font-size: 3.8rem;
}

.legal-page h2 {
  margin-top: 36px;
  margin-bottom: 10px;
  color: var(--green-dark);
  font-size: 1.42rem;
  line-height: 1.22;
}

.legal-page p {
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.72;
}

.legal-page .hero-copy {
  color: var(--muted);
}

.legal-callout {
  margin: 28px 0 34px;
  padding: 18px 20px;
  border: 1px solid rgba(217, 154, 43, 0.58);
  border-left: 6px solid var(--gold);
  border-radius: 8px;
  background: #fff8ea;
  color: var(--ink);
  font-size: 1.05rem;
  line-height: 1.62;
}

.legal-callout strong {
  display: block;
  margin-bottom: 6px;
  color: var(--green-dark);
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    padding: 16px 20px;
  }

  .site-nav {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  .hero {
    min-height: 620px;
    padding: 54px 20px 48px;
  }

  h1 {
    font-size: 3.8rem;
  }

  h2 {
    font-size: 2.42rem;
  }

  .hero-copy {
    font-size: 1.1rem;
  }

  .hero-media::after {
    background:
      linear-gradient(0deg, rgba(13, 15, 15, 0.88) 0%, rgba(13, 15, 15, 0.46) 100%),
      linear-gradient(90deg, rgba(13, 15, 15, 0.82), rgba(13, 15, 15, 0.24));
  }

  .signal-strip,
  .split,
  .review-lab,
  .analysis-stage,
  .study-plan,
  .dashboard,
  .sample,
  .proof-section,
  .pricing-grid,
  .redeem,
  .steps-grid,
  .review-grid,
  .dashboard-panels,
  .payment-grid,
  .refund-form,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .signal-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .section,
  .band,
  .sample,
  .proof-section {
    width: auto;
    padding: 64px 20px;
  }

  .review-lab {
    width: auto;
  }

  .analysis-stage {
    padding: 14px;
  }

  .table-row {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .dashboard-topline,
  .portal-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .refund-intro,
  .refund-form label:has(textarea),
  .refund-form .form-submit,
  .refund-form .form-note {
    grid-column: auto;
  }

  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .article-main h1 {
    font-size: 3rem;
  }

  .legal-page h1 {
    font-size: 2.8rem;
  }
}

@media (max-width: 520px) {
  .hero-content {
    width: min(350px, 100%);
  }

  h1 {
    font-size: 2.52rem;
  }

  h2 {
    font-size: 1.84rem;
    line-height: 1.08;
  }

  .review-lab > *,
  .analysis-stage,
  .board-panel,
  .review-card-preview {
    width: 100%;
    max-width: calc(100vw - 40px);
  }

  .analysis-stage {
    overflow: hidden;
    padding: 12px;
  }

  .board-panel,
  .review-card-preview {
    padding: 16px;
  }

  .position-board img {
    max-width: 100%;
  }

  .position-clues span {
    font-size: 0.74rem;
  }

  .article-main h1 {
    font-size: 2.4rem;
  }

  .legal-page {
    padding-top: 40px;
  }

  .site-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 12px;
    font-size: 0.88rem;
  }

  .site-nav .nav-cta {
    min-height: 34px;
  }

  .button,
  .form-submit {
    width: 100%;
  }

  .hero-offer div {
    width: 100%;
  }

  .conversion-sticky {
    align-items: stretch;
    flex-direction: column;
    gap: 9px;
    padding: 11px;
  }

  .conversion-sticky div {
    display: none;
  }

  .price-actions {
    grid-template-columns: 1fr;
  }
}
