:root {
  color-scheme: light;
  --ink: #172033;
  --muted: #5d6677;
  --line: #d8dee8;
  --blue: #1261a6;
  --green: #16805d;
  --orange: #d9672d;
  --navy: #10192b;
  --teal: #1b8a8f;
  --paper: #f7f9fc;
  --white: #ffffff;
}

* {
  box-sizing: border-box;
}

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

a {
  color: var(--blue);
}

.site-header {
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 6vw;
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.brand {
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--ink);
  text-decoration: none;
}

.mode,
.small,
.privacy-note {
  color: var(--muted);
  font-size: 0.9rem;
}

.top-nav,
.site-footer {
  display: flex;
  gap: 16px;
  align-items: center;
}

.top-nav a,
.site-footer a {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.92rem;
  white-space: nowrap;
}

.site-footer {
  border-top: 1px solid var(--line);
  padding: 24px 6vw;
  background: var(--white);
  flex-wrap: wrap;
}

.actually-home {
  background: #f4f0e6;
  color: #102a2a;
}

.an-header {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 6vw;
  border-bottom: 1px solid #d8d0bf;
  background: rgba(244, 240, 230, 0.92);
}

.an-brand {
  color: #102a2a;
  font-size: 1.2rem;
  font-weight: 900;
  text-decoration: none;
}

.an-nav {
  display: flex;
  gap: 18px;
  align-items: center;
}

.an-nav a,
.an-footer a {
  color: #536461;
  text-decoration: none;
  font-weight: 800;
}

.an-hero {
  min-height: min(760px, calc(100vh - 72px));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
  gap: 48px;
  align-items: center;
  padding: 8vh 6vw;
  background:
    linear-gradient(90deg, #f4f0e6 0 62%, #e7efeb 62% 100%);
}

.an-hero h1 {
  max-width: 820px;
  margin: 0 0 22px;
  font-size: clamp(3rem, 7vw, 6.3rem);
  line-height: 0.92;
  letter-spacing: 0;
}

.an-button {
  background: #10463f;
  box-shadow: 0 10px 22px rgba(16, 70, 63, 0.2);
}

.an-principles {
  display: grid;
  gap: 14px;
}

.an-principles div {
  border: 1px solid #d8d0bf;
  border-left: 6px solid #de9638;
  border-radius: 8px;
  background: #fffcf4;
  padding: 20px;
  box-shadow: 0 18px 50px rgba(16, 42, 42, 0.08);
}

.an-principles div:nth-child(2) {
  border-left-color: #23796d;
}

.an-principles div:nth-child(3) {
  border-left-color: #2f5d86;
}

.an-principles strong,
.an-principles span {
  display: block;
}

.an-principles strong {
  font-size: 1.35rem;
}

.an-principles span {
  margin-top: 6px;
  color: #536461;
}

.an-tool-feature,
.an-catalog-note {
  margin: 0 auto;
  width: min(1120px, calc(100% - 36px));
}

.an-tool-feature {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.45fr);
  gap: 28px;
  align-items: center;
  padding: 68px 0;
  border-bottom: 1px solid #d8d0bf;
}

.an-tool-feature h2,
.an-catalog-note h2 {
  margin: 0 0 12px;
  font-size: clamp(2.4rem, 5vw, 4.5rem);
  line-height: 1;
}

.an-tool-feature p,
.an-catalog-note p {
  max-width: 760px;
  color: #536461;
  font-size: 1.15rem;
  line-height: 1.6;
}

.an-tool-actions {
  display: grid;
  gap: 12px;
}

.an-catalog-note {
  padding: 64px 0 76px;
}

.hero {
  min-height: min(760px, calc(100vh - 64px));
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 48px;
  align-items: center;
  padding: 8vh 6vw 7vh;
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%);
}

.hero-copy h1 {
  max-width: 900px;
  font-size: clamp(2.75rem, 6vw, 5.8rem);
  line-height: 0.95;
  margin: 0 0 22px;
  letter-spacing: 0;
}

.hero-copy,
.hero-copy h1,
.lede {
  min-width: 0;
  overflow-wrap: break-word;
}

.eyebrow {
  color: var(--green);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.lede {
  max-width: 640px;
  font-size: 1.22rem;
  line-height: 1.55;
  color: var(--muted);
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
}

.trust-strip span {
  border: 1px solid #cfd9e6;
  border-radius: 999px;
  background: #ffffff;
  color: #28384e;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 8px 11px;
}

.checkout {
  max-width: 720px;
  margin-top: 34px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.checkout-row {
  display: flex;
  gap: 12px;
}

.checkout-message {
  min-height: 1.3rem;
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 700;
}

input[type="email"],
input[type="file"],
input[type="text"],
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 14px;
  font-size: 1rem;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

textarea {
  resize: vertical;
}

button,
.downloads a,
.button-link {
  border: 0;
  border-radius: 6px;
  padding: 14px 18px;
  background: var(--blue);
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
}

.button-link {
  display: inline-block;
  box-shadow: 0 10px 22px rgba(18, 97, 166, 0.2);
}

.secondary-link {
  display: inline-block;
  color: var(--navy);
  font-weight: 800;
  text-decoration: none;
  padding: 13px 16px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.78);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin: 32px 0 14px;
}

.proof-panel,
.panel {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 16px 50px rgba(23, 32, 51, 0.08);
}

.proof-panel h2,
.details h2 {
  margin-top: 0;
}

.workbook-visual {
  position: relative;
}

.mock-window {
  overflow: hidden;
  border: 1px solid #c8d4e3;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 28px 70px rgba(16, 25, 43, 0.18);
}

.window-bar {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border-bottom: 1px solid var(--line);
  background: var(--navy);
  color: var(--white);
}

.window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #ff6b6b;
}

.window-bar span:nth-child(2) {
  background: #ffd166;
}

.window-bar span:nth-child(3) {
  background: #3ddc97;
}

.window-bar strong {
  margin-left: 8px;
  font-size: 0.9rem;
}

.mock-tabs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  padding: 12px 14px 0;
  background: #edf3f8;
}

.mock-tabs span {
  flex: 0 0 auto;
  border: 1px solid #cad6e4;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background: var(--white);
  color: #526174;
  font-weight: 800;
  font-size: 0.82rem;
  padding: 9px 12px;
}

.mock-tabs .active {
  border-color: var(--blue);
  background: var(--blue);
  color: var(--white);
}

.mock-sheet {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  background:
    linear-gradient(#eef3f8 1px, transparent 1px),
    linear-gradient(90deg, #eef3f8 1px, transparent 1px),
    #ffffff;
  background-size: 42px 34px;
}

.mock-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 10px 24px rgba(16, 25, 43, 0.08);
}

.mock-card small,
.mock-card span {
  display: block;
  color: var(--muted);
  font-weight: 700;
}

.mock-card strong {
  display: block;
  margin: 4px 0;
  font-size: clamp(1.15rem, 2.4vw, 1.45rem);
  line-height: 1.1;
}

.blue-card {
  border-top: 5px solid var(--blue);
}

.green-card {
  border-top: 5px solid var(--green);
}

.mock-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1.1fr 0.8fr 0.9fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.mock-grid span {
  min-width: 0;
  border-bottom: 1px solid #e8eef5;
  padding: 10px;
  color: #344052;
  font-size: 0.86rem;
}

.mock-grid span:nth-child(-n + 4) {
  background: var(--navy);
  color: var(--white);
  font-weight: 800;
}

.mock-grid .ok,
.mock-grid .review {
  font-weight: 800;
}

.mock-grid .ok {
  color: #137450;
}

.mock-grid .review {
  color: #a64213;
  background: #fff4e9;
}

li {
  margin: 10px 0;
}

.details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  padding: 0 6vw 10vh;
}

.calm-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.example-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(340px, 1fr);
  gap: 38px;
  align-items: center;
  padding: 64px 6vw;
  background: #ffffff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.example-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(2.1rem, 4.8vw, 4.2rem);
  line-height: 1;
}

.example-copy p {
  max-width: 620px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.6;
}

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

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

.example-path div {
  min-height: 150px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fbff;
  padding: 20px;
}

.example-path span,
.step-label {
  display: inline-grid;
  place-items: center;
  min-width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #e8f2fb;
  color: var(--blue);
  font-weight: 900;
}

.example-path strong {
  display: block;
  margin-top: 18px;
  font-size: 1.2rem;
  line-height: 1.25;
}

.example-card {
  min-height: 230px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  color: var(--ink);
  text-decoration: none;
  box-shadow: 0 16px 50px rgba(23, 32, 51, 0.08);
}

.example-card span,
.example-card small {
  display: block;
}

.example-card span {
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.example-card strong {
  margin: 24px 0;
  font-size: clamp(1.5rem, 3vw, 2.2rem);
  line-height: 1.05;
}

.example-card small {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.example-card.dirty {
  border-top: 6px solid var(--orange);
  background:
    linear-gradient(#f0f3f8 1px, transparent 1px),
    linear-gradient(90deg, #f0f3f8 1px, transparent 1px),
    #fffaf6;
  background-size: 38px 30px;
}

.example-card.clean {
  border-top: 6px solid var(--green);
  background:
    linear-gradient(135deg, rgba(22, 128, 93, 0.1), transparent 44%),
    #f4fbf8;
}

.example-lab {
  padding: 7vh 6vw;
  background: linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%);
}

.example-lab-heading {
  max-width: 850px;
  margin-bottom: 34px;
}

.example-lab-heading h1 {
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 6vw, 5.4rem);
  line-height: 0.95;
  letter-spacing: 0;
}

.example-lab-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  align-items: stretch;
}

.example-run-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 28px;
  box-shadow: 0 18px 50px rgba(23, 32, 51, 0.08);
}

.example-run-card.dirty {
  border-top: 6px solid var(--orange);
  background:
    linear-gradient(#edf2f7 1px, transparent 1px),
    linear-gradient(90deg, #edf2f7 1px, transparent 1px),
    #fffaf6;
  background-size: 42px 32px;
}

.example-run-card.clean {
  border-top: 6px solid var(--green);
}

.example-run-card h2,
.example-direct h2 {
  margin: 0;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  line-height: 1.05;
}

.example-run-card p,
.example-direct p {
  color: var(--muted);
  line-height: 1.6;
}

.example-upload-panel {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.example-status {
  min-height: 1.4rem;
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.example-direct {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin-top: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 24px 28px;
}

.calm-steps div {
  min-height: 210px;
  padding: 34px 6vw;
  background: var(--white);
}

.calm-steps span {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid #cfd9e6;
  border-radius: 999px;
  color: var(--blue);
  font-weight: 900;
  margin-bottom: 18px;
}

.calm-steps h2,
.section-heading h2 {
  margin: 0 0 10px;
}

.calm-steps p {
  max-width: 360px;
  color: var(--muted);
  line-height: 1.6;
}

.sample-output {
  padding: 64px 6vw;
  background: var(--white);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

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

.section-intro {
  max-width: 780px;
  color: var(--muted);
  line-height: 1.6;
}

.audience-band,
.before-after,
.clarity-section,
.faq-section {
  padding: 64px 6vw;
}

.fit-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: center;
  padding: 22px 6vw;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--navy);
}

.fit-strip span {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  color: var(--white);
  font-weight: 800;
  font-size: 0.9rem;
  padding: 8px 12px;
}

.audience-band,
.before-after,
.clarity-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.8fr);
  gap: 40px;
  align-items: start;
}

.audience-band p,
.clarity-copy p,
.before-after li,
.faq-section p {
  color: var(--muted);
  line-height: 1.6;
}

.clarity-copy {
  position: sticky;
  top: 24px;
}

.clarity-copy h2,
.paid-section h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1;
  margin: 0 0 16px;
}

.gentle-list {
  max-width: 620px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  color: var(--muted);
}

.gentle-list li {
  position: relative;
  margin: 0;
  padding: 14px 0 14px 28px;
  border-top: 1px solid var(--line);
  line-height: 1.55;
}

.gentle-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 21px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
}

.mini-list {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.free-preview-card {
  display: grid;
  gap: 8px;
  border: 1px solid #cfe0ef;
  border-top: 5px solid var(--blue);
  border-radius: 8px;
  background: #f1f7ff;
  padding: 24px;
  box-shadow: 0 16px 50px rgba(23, 32, 51, 0.08);
}

.free-preview-card strong {
  font-size: 1.25rem;
}

.free-preview-card span {
  color: var(--muted);
  line-height: 1.5;
}

.mini-list ul,
.faq-grid {
  columns: 2;
}

.before-after {
  background:
    linear-gradient(90deg, rgba(217, 103, 45, 0.08), transparent 44%),
    linear-gradient(270deg, rgba(22, 128, 93, 0.08), transparent 44%),
    var(--paper);
  border-bottom: 1px solid var(--line);
}

.before-after > div,
.lead-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
}

.before-after > div:first-child {
  border-top: 5px solid var(--orange);
}

.before-after > div:last-child {
  border-top: 5px solid var(--green);
}

.clarity-section {
  background: var(--white);
}

.lead-form {
  display: grid;
  gap: 16px;
  box-shadow: 0 16px 50px rgba(23, 32, 51, 0.08);
}

.calm-form {
  align-self: start;
}

.field-grid {
  display: grid;
  gap: 8px;
}

.checkbox-row {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--muted);
  font-weight: 500;
  line-height: 1.45;
}

.checkbox-row input {
  margin-top: 4px;
}

.process-list,
.paid-summary {
  display: grid;
  gap: 12px;
  margin: 22px 0;
}

.process-list div,
.paid-summary {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 14px;
}

.process-list strong,
.process-list span,
.paid-summary strong,
.paid-summary span {
  display: block;
}

.process-list span,
.paid-summary span,
.safety-note {
  color: var(--muted);
  line-height: 1.45;
}

.safety-note {
  border-left: 4px solid var(--blue);
  background: #f1f6fb;
  margin: 0;
  padding: 12px 14px;
  font-size: 0.92rem;
}

.faq-section {
  background: var(--white);
  border-top: 1px solid var(--line);
}

.faq-grid {
  columns: initial;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.faq-grid > div {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

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

.output-grid div {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(23, 32, 51, 0.06);
}

.output-grid div:nth-child(1) {
  border-top: 5px solid var(--blue);
}

.output-grid div:nth-child(2) {
  border-top: 5px solid var(--teal);
}

.output-grid div:nth-child(3) {
  border-top: 5px solid var(--orange);
}

.compact-list {
  margin: 14px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.compact-list li {
  margin: 6px 0;
}

.privacy-band {
  border-top: 1px solid var(--line);
  padding: 44px 6vw 56px;
  background: #f3f7fb;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.privacy-band p {
  max-width: 860px;
  color: var(--muted);
  line-height: 1.6;
}

.paid-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.75fr);
  gap: 48px;
  align-items: start;
  padding: 72px 6vw;
  background: var(--paper);
}

.paid-section p {
  color: var(--muted);
  line-height: 1.6;
}

.checkout-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
  box-shadow: 0 16px 50px rgba(23, 32, 51, 0.08);
}

.checkout-panel .checkout {
  margin-top: 0;
}

.panel {
  max-width: 760px;
  margin: 8vh auto;
}

.workflow-page {
  width: min(1080px, calc(100% - 36px));
  margin: 7vh auto;
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(360px, 1fr);
  gap: 34px;
  align-items: start;
}

.workflow-hero {
  position: sticky;
  top: 28px;
}

.workflow-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(2.4rem, 5vw, 4.9rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.workflow-hero .lede {
  font-size: 1.15rem;
}

.workflow-steps {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.workflow-steps span {
  display: flex;
  align-items: center;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--white);
  color: var(--muted);
  font-weight: 800;
  padding: 0 14px;
}

.workflow-steps .done {
  border-color: #b8dfd0;
  background: #eef8f4;
  color: var(--green);
}

.workflow-steps .active {
  border-color: #bed5ec;
  background: #f1f7ff;
  color: var(--blue);
}

.workflow-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  padding: 30px;
  box-shadow: 0 18px 50px rgba(23, 32, 51, 0.08);
}

.workflow-card h2 {
  margin-top: 0;
}

.status-line {
  margin-top: 0;
  color: var(--muted);
}

.technical-status {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.upload-form {
  display: grid;
  gap: 16px;
}

.result-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
}

.result-summary div {
  min-height: 96px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  padding: 16px;
}

.result-summary span {
  display: block;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.result-summary strong {
  display: block;
  margin-top: 10px;
  color: var(--ink);
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  line-height: 1.1;
  text-transform: capitalize;
}

.policy-page {
  max-width: 860px;
  margin: 7vh auto;
  padding: 0 24px;
  line-height: 1.65;
}

.panel form {
  display: grid;
  gap: 16px;
}

.downloads {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0;
}

.downloads .primary-download {
  background: var(--green);
  box-shadow: 0 10px 22px rgba(22, 128, 93, 0.2);
}

.notice {
  border-left: 4px solid var(--green);
  background: #eef8f4;
  padding: 14px 16px;
  margin: 18px 0;
}

.error {
  color: #b42318;
  font-weight: 700;
}

.admin {
  padding: 32px 4vw;
}

.admin-summary {
  display: flex;
  gap: 18px;
  margin-bottom: 18px;
  color: var(--muted);
}

.status {
  display: inline-block;
  border-radius: 999px;
  padding: 3px 8px;
  background: #edf2f7;
  font-size: 0.82rem;
  font-weight: 800;
}

.status-error,
.status-manual_review_required {
  color: #8a2c0d;
  background: #fff4e6;
}

table {
  width: 100%;
  border-collapse: collapse;
  background: var(--white);
  border: 1px solid var(--line);
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 10px;
  text-align: left;
  vertical-align: top;
  font-size: 0.92rem;
}

.error-cell {
  max-width: 320px;
}

.text-link {
  display: inline-block;
  margin-top: 8px;
  font-weight: 800;
}

.sample-report {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(320px, 1.25fr);
  gap: 48px;
  align-items: start;
  padding: 7vh 6vw;
}

.sample-copy h1 {
  font-size: clamp(2.4rem, 5vw, 5rem);
  line-height: 1;
  margin: 0 0 18px;
}

.sample-copy p {
  color: var(--muted);
  line-height: 1.6;
}

.report-page {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 34px;
  box-shadow: 0 16px 50px rgba(23, 32, 51, 0.08);
}

@media (max-width: 820px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px 6vw;
  }

  .mode {
    display: none;
  }

  .hero,
  .details,
  .paid-section,
  .privacy-band,
  .calm-steps,
  .output-grid,
  .sample-report,
  .audience-band,
  .before-after,
  .clarity-section,
  .example-section,
  .example-downloads,
  .example-path,
  .example-lab-grid,
  .an-hero,
  .an-tool-feature,
  .faq-grid,
  .workflow-page,
  .result-summary {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 36px;
    gap: 28px;
  }

  .hero-copy h1,
  .sample-copy h1 {
    font-size: clamp(2rem, 9.5vw, 2.35rem);
    line-height: 1;
  }

  .eyebrow {
    font-size: 0.8rem;
    letter-spacing: 0.06em;
    line-height: 1.35;
  }

  .lede {
    font-size: 1.08rem;
  }

  .hero-actions {
    display: grid;
    gap: 10px;
    margin-top: 22px;
  }

  .proof-panel,
  .mock-sheet,
  .before-after > div,
  .lead-form {
    padding: 20px;
  }

  .calm-steps div {
    min-height: auto;
    padding: 26px 6vw;
  }

  .example-section,
  .example-lab {
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .example-direct {
    align-items: stretch;
    flex-direction: column;
  }

  .clarity-copy {
    position: static;
  }

  .workflow-page {
    margin-top: 36px;
  }

  .workflow-hero {
    position: static;
  }

  .workflow-card {
    padding: 22px;
  }

  .mock-window {
    transform: none;
    box-shadow: 0 18px 42px rgba(16, 25, 43, 0.14);
  }

  .mock-sheet {
    grid-template-columns: 1fr;
  }

  .mock-grid {
    grid-template-columns: minmax(62px, 0.9fr) minmax(96px, 1.2fr) minmax(64px, 0.8fr);
    overflow: hidden;
  }

  .mock-grid span:nth-child(4n),
  .mock-grid span:nth-child(4n + 4) {
    display: none;
  }

  .mock-grid span {
    padding: 9px 8px;
    font-size: 0.82rem;
  }

  .checkout-row {
    flex-direction: column;
  }

  button,
  .downloads a,
  .button-link {
    width: 100%;
    text-align: center;
  }

  .secondary-link {
    width: 100%;
    text-align: center;
    border: 1px solid var(--line);
    border-radius: 6px;
    background: var(--white);
    padding: 14px 18px;
  }

  .mini-list ul {
    columns: 1;
  }

  table {
    display: block;
    overflow-x: auto;
  }
}

.score-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding: 16px;
  background: #eef8f4;
  border: 1px solid #b8dfd0;
}

.score-box strong {
  font-size: 2rem;
}

@media (max-width: 780px) {
  .hero,
  .details,
  .sample-report,
  .output-grid,
  .paid-section,
  .privacy-band,
  .calm-steps {
    grid-template-columns: 1fr;
  }

  .site-header {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .an-header {
    align-items: flex-start;
    flex-direction: column;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .an-nav {
    flex-wrap: wrap;
  }

  .checkout-row {
    flex-direction: column;
  }

  button {
    width: 100%;
  }
}
