:root {
  --ink: #172033;
  --muted: #647084;
  --line: #d9e0ea;
  --paper: #f7f8fb;
  --panel: #ffffff;
  --blue: #2f6fdd;
  --green: #167d5a;
  --amber: #b66a12;
  --red: #bd3d35;
  --teal: #147e8a;
  --violet: #6f57b5;
  --soft-blue: #eef5ff;
}

* {
  box-sizing: border-box;
}

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

.shell {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 56px;
}

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

h1 {
  font-size: 32px;
  line-height: 1.15;
  margin-bottom: 0;
  overflow-wrap: anywhere;
}

h2 {
  font-size: 18px;
  margin-bottom: 14px;
}

h3 {
  font-size: 16px;
  margin-bottom: 8px;
}

.eyebrow {
  color: var(--blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.muted {
  color: var(--muted);
  margin-bottom: 0;
}

.site-nav {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 28px;
}

.brand {
  color: var(--ink);
  font-size: 18px;
  font-weight: 900;
  text-decoration: none;
}

.site-nav nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-nav nav a {
  color: var(--muted);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

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

.lang-switch {
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink) !important;
  min-width: 48px;
  padding: 8px 10px;
  text-align: center;
}

.premium-hero {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, 0.95fr);
}

.hero-main,
.product-cockpit,
.research-section,
.positioning-band,
.wp-center,
.outputs-section,
.final-cta {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.06);
}

.hero-main {
  padding: 42px;
}

.hero-main h1 {
  font-size: 52px;
  line-height: 1.02;
  max-width: 820px;
}

.hero-subtitle {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.6;
  margin: 18px 0 0;
  max-width: 760px;
}

.hero-form {
  background: #f4f7fb;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 26px;
  padding: 18px;
}

.micro-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.micro-row span {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-weight: 800;
  padding: 10px 12px;
}

.product-cockpit {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px;
}

.cockpit-top {
  align-items: center;
  background: var(--ink);
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 22px;
}

.cockpit-top span {
  color: #b9c7da;
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.cockpit-top strong {
  display: block;
  font-size: 22px;
  margin-top: 4px;
}

.cockpit-top b {
  color: #ffffff;
  font-size: 70px;
  line-height: 1;
}

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

.metric-grid div {
  background: #f4f7fb;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 12px;
}

.metric-grid span {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
}

.metric-grid strong {
  display: block;
  font-size: 26px;
  margin-top: 5px;
}

.fix-queue {
  margin-top: 18px;
}

.fix-queue h2 {
  font-size: 22px;
}

.fix-queue article {
  align-items: center;
  border: 1px solid var(--line);
  border-left: 5px solid var(--amber);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 95px minmax(0, 1fr);
  margin-top: 10px;
  padding: 12px;
}

.fix-queue article:first-of-type {
  border-left-color: var(--red);
}

.fix-queue article:last-of-type {
  border-left-color: var(--violet);
}

.fix-queue span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.fix-queue p {
  margin-bottom: 0;
}

.audit-panel,
.report-header,
.access-panel,
.executive-summary,
.wordpress-panel,
.summary-band,
.columns article,
.issue-section,
.table-section {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(23, 32, 51, 0.06);
}

.audit-panel {
  margin: 14vh auto 0;
  max-width: 820px;
  padding: 32px;
}

.hero-audit {
  margin: 0;
  max-width: none;
}

.hero-audit h2 {
  font-size: 24px;
}

.compact-list {
  color: var(--ink);
  padding-left: 20px;
}

.compact-list li {
  margin-top: 10px;
}

.audit-form {
  margin-top: 28px;
}

label {
  display: block;
  color: var(--muted);
  font-weight: 700;
  margin-bottom: 8px;
}

.input-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

input {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font-size: 16px;
  padding: 0 14px;
}

select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--ink);
  font: inherit;
  padding: 12px 14px;
}

select {
  min-height: 48px;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.form-note {
  color: var(--muted);
  font-size: 13px;
  margin: 10px 0 0;
}

button,
.button-link {
  min-height: 44px;
  align-items: center;
  background: var(--blue);
  border: 1px solid var(--blue);
  border-radius: 8px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  padding: 0 16px;
  text-decoration: none;
  white-space: nowrap;
}

button {
  cursor: pointer;
  font-size: 15px;
}

.button-link.secondary {
  background: var(--teal);
  border-color: var(--teal);
}

.button-link.pdf {
  background: var(--red);
  border-color: var(--red);
}

.button-link.wp {
  background: var(--green);
  border-color: var(--green);
}

.button-link.subtle {
  background: #ffffff;
  border-color: var(--line);
  color: var(--ink);
}

.button-link.locked {
  background: #f2f4f7;
  border-color: #ccd6e4;
  color: #667085;
}

.report-header {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 24px;
  position: relative;
  overflow: hidden;
}

.report-header::before {
  background: var(--blue);
  content: "";
  inset: 0 auto 0 0;
  position: absolute;
  width: 6px;
}

.executive-summary {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 16px;
  padding: 20px 22px;
}

.access-panel {
  align-items: center;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: 16px;
  padding: 20px 22px;
}

.access-panel.paid {
  border-color: rgba(22, 163, 74, 0.35);
}

.access-panel strong {
  display: block;
  font-size: 18px;
  line-height: 1.4;
  margin-top: 4px;
}

.unlock-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.executive-summary strong {
  display: block;
  font-size: 18px;
  line-height: 1.35;
  margin-top: 4px;
}

.summary-label {
  color: var(--muted);
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.summary-stats span {
  background: var(--soft-blue);
  border: 1px solid #cfe0f8;
  border-radius: 8px;
  color: var(--ink);
  font-weight: 800;
  padding: 10px 12px;
  text-align: center;
}

.summary-stats b {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.fix-plan-panel {
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 16px;
  padding: 22px;
}

.section-intro {
  max-width: 760px;
}

.section-intro h2 {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 6px;
}

.fix-plan-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.fix-plan-grid article {
  background: #f8fafc;
  border: 1px solid var(--line);
  border-left: 5px solid var(--blue);
  border-radius: 8px;
  padding: 16px;
}

.fix-plan-grid article:nth-child(2) {
  border-left-color: var(--green);
}

.fix-plan-grid article:nth-child(3) {
  border-left-color: var(--amber);
}

.fix-plan-grid article:nth-child(4) {
  border-left-color: var(--teal);
}

.fix-plan-grid article:nth-child(5) {
  border-left-color: var(--violet);
}

.fix-plan-grid span {
  color: var(--blue);
  display: block;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.fix-plan-grid h3 {
  font-size: 16px;
  line-height: 1.35;
  margin-top: 6px;
}

.fix-plan-grid p {
  margin-bottom: 8px;
}

.fix-plan-grid ul {
  color: var(--muted);
  font-size: 13px;
}

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

.profile-panel article {
  background: #ffffff;
  border: 1px solid var(--line);
  border-left: 6px solid var(--teal);
  border-radius: 8px;
  padding: 18px 22px;
}

.profile-panel article + article {
  border-left-color: var(--violet);
}

.profile-panel strong {
  display: block;
  font-size: 22px;
  margin-top: 4px;
}

.profile-panel p {
  margin-top: 8px;
}

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

.profile-scores div {
  align-items: center;
  background: #f4f7fb;
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  min-height: 38px;
  padding: 8px 10px;
}

.profile-scores dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.profile-scores dd {
  color: var(--ink);
  font-size: 16px;
  font-weight: 900;
  margin: 0;
}

.wordpress-panel {
  align-items: center;
  border-left: 6px solid var(--green);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-top: 16px;
  padding: 18px 22px;
}

.wordpress-panel strong {
  display: block;
  font-size: 18px;
  margin-top: 4px;
}

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

.research-section,
.positioning-band,
.wp-center,
.outputs-section,
.final-cta {
  margin-top: 22px;
}

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

.section-heading h2,
.wp-center h2,
.final-cta h2,
.positioning-band h2 {
  font-size: 28px;
  line-height: 1.25;
}

.research-section,
.positioning-band,
.outputs-section {
  padding: 28px;
}

.research-grid,
.positioning-grid,
.outputs-grid {
  display: grid;
  gap: 14px;
  margin-top: 20px;
}

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

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

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

.research-grid article,
.positioning-grid article,
.outputs-grid article,
.wp-lists article {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 18px;
}

.research-grid p,
.positioning-grid p,
.outputs-grid p,
.wp-center p,
.section-heading p {
  color: var(--muted);
  margin-bottom: 0;
}

.research-grid article {
  background: #f8fafc;
}

.research-grid b {
  color: var(--ink);
}

.wp-center {
  align-items: start;
  border-left: 6px solid var(--green);
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  padding: 28px;
}

.wp-lists {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wp-lists ul {
  color: var(--muted);
}

.final-cta {
  align-items: center;
  background: var(--ink);
  color: #ffffff;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 26px 28px;
}

.final-cta .eyebrow,
.final-cta h2 {
  color: #ffffff;
}

.final-cta h2 {
  margin-bottom: 0;
}

.score-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 16px;
}

.score-card {
  background: #ffffff;
  border: 1px solid var(--line);
  border-left: 6px solid var(--blue);
  border-radius: 8px;
  min-height: 116px;
  padding: 16px 14px;
}

.score-card span {
  color: var(--muted);
  display: block;
  font-size: 13px;
  font-weight: 800;
}

.score-card strong {
  display: block;
  font-size: 38px;
  line-height: 1;
  margin-top: 10px;
}

.accent-b {
  border-left-color: var(--green);
}

.accent-c {
  border-left-color: var(--amber);
}

.accent-d {
  border-left-color: var(--teal);
}

.accent-e {
  border-left-color: var(--violet);
}

.accent-f {
  border-left-color: var(--red);
}

.summary-band,
.issue-section,
.table-section {
  margin-top: 16px;
  padding: 22px;
}

.summary-band p {
  margin-bottom: 0;
  font-weight: 700;
}

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

.columns article {
  padding: 22px;
}

ul {
  margin: 0;
  padding-left: 20px;
}

li + li {
  margin-top: 8px;
}

.issue {
  border: 1px solid var(--line);
  border-left: 5px solid var(--amber);
  border-radius: 8px;
  margin-top: 12px;
  padding: 14px 16px;
}

.issue.critic {
  border-left-color: var(--red);
}

.issue.manual {
  border-left-color: var(--violet);
}

.issue.optional {
  border-left-color: var(--green);
}

.issue p:last-child {
  margin-bottom: 0;
}

.issue h3 {
  line-height: 1.35;
  margin-bottom: 8px;
}

.issue p {
  color: var(--ink);
  margin-bottom: 7px;
}

.issue p b {
  color: var(--muted);
}

.issue .remediation-line {
  background: #f4f7fb;
  border: 1px solid var(--line);
  border-radius: 8px;
  margin-top: 10px;
  padding: 9px 10px;
}

.issue .remediation-line span {
  background: var(--green);
  border-radius: 999px;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  margin-left: 8px;
  padding: 3px 8px;
}

.issue-top {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.issue-top span {
  background: #eef2f7;
  border-radius: 999px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  padding: 3px 8px;
  text-transform: uppercase;
}

.table-wrap {
  overflow-x: auto;
}

table {
  border-collapse: collapse;
  min-width: 980px;
  width: 100%;
}

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

th {
  background: #f2f6fb;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
}

td {
  font-size: 14px;
  overflow-wrap: anywhere;
}

.error-text {
  color: var(--red);
  font-weight: 700;
}

@media (max-width: 900px) {
  .site-nav,
  .premium-hero,
  .wp-center,
  .final-cta {
    display: block;
  }

  .site-nav nav,
  .micro-row {
    margin-top: 14px;
  }

  .hero-main {
    padding: 28px;
  }

  .hero-main h1 {
    font-size: 34px;
  }

  .product-cockpit,
  .research-section,
  .positioning-band,
  .wp-center,
  .outputs-section,
  .final-cta {
    margin-top: 16px;
  }

  .metric-grid,
  .fix-queue article {
    grid-template-columns: 1fr;
  }

  .report-header,
  .input-row,
  .executive-summary,
  .access-panel,
  .wordpress-panel {
    display: block;
  }

  .input-row button,
  .actions,
  .unlock-actions,
  .button-link {
    margin-top: 10px;
    width: 100%;
  }

  .score-grid,
  .columns,
  .fix-plan-grid,
  .profile-panel,
  .research-grid,
  .positioning-grid,
  .outputs-grid,
  .wp-lists,
  .summary-stats {
    grid-template-columns: 1fr;
  }
}

/* Modern landing page */
body.landing-body {
  background: #f5f7fb;
}

body.landing-body .shell {
  margin: 0;
  padding: 0;
  width: 100%;
}

.wab-landing {
  --landing-ink: #111827;
  --landing-muted: #5f6b7a;
  --landing-soft: #f5f7fb;
  --landing-panel: #ffffff;
  --landing-line: #dce3ee;
  --landing-dark: #121826;
  --landing-blue: #246bfe;
  --landing-orange: #ff642d;
  --landing-green: #138a62;
  --landing-red: #c9362f;
  --landing-purple: #7357c8;
  color: var(--landing-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow: hidden;
}

.skip-link {
  background: #ffffff;
  border: 2px solid var(--landing-orange);
  border-radius: 7px;
  color: var(--landing-ink);
  font-weight: 900;
  left: 18px;
  padding: 10px 14px;
  position: fixed;
  text-decoration: none;
  top: -80px;
  z-index: 100;
}

.skip-link:focus {
  top: 18px;
}

.wab-landing a:focus-visible,
.wab-landing button:focus-visible,
.wab-landing input:focus-visible {
  outline: 3px solid rgba(255, 100, 45, 0.42);
  outline-offset: 3px;
}

.landing-nav {
  align-items: center;
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 227, 238, 0.92);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 16px max(28px, calc((100vw - 1180px) / 2));
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.brand-mark {
  align-items: center;
  color: var(--landing-ink);
  display: inline-flex;
  font-size: 16px;
  font-weight: 900;
  gap: 10px;
  text-decoration: none;
}

.brand-mark span {
  align-items: center;
  background: var(--landing-orange);
  border-radius: 7px;
  color: #ffffff;
  display: inline-flex;
  font-size: 12px;
  height: 34px;
  justify-content: center;
  width: 42px;
}

.landing-nav nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.landing-nav nav a {
  border-radius: 7px;
  color: #3b4655;
  font-size: 14px;
  font-weight: 800;
  padding: 9px 10px;
  text-decoration: none;
}

.landing-nav nav a:hover {
  background: #eef3fb;
  color: var(--landing-blue);
}

.landing-nav .nav-pill {
  border: 1px solid var(--landing-line);
  color: var(--landing-ink);
  min-width: 48px;
  text-align: center;
}

.hero-modern {
  background: var(--landing-dark);
  color: #ffffff;
  display: grid;
  gap: 32px;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, 0.98fr);
  min-height: 680px;
  padding: 78px max(28px, calc((100vw - 1180px) / 2)) 64px;
  position: relative;
}

.hero-modern::before {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  opacity: 0.35;
  pointer-events: none;
  position: absolute;
}

.hero-copy,
.audit-console {
  position: relative;
  z-index: 1;
}

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

.hero-copy {
  align-self: center;
  max-width: 710px;
}

.hero-copy h1 {
  color: #ffffff;
  font-size: clamp(40px, 5.8vw, 76px);
  line-height: 0.98;
  margin: 0;
  max-width: 780px;
}

.hero-lead {
  color: #c7d0dc;
  font-size: 19px;
  line-height: 1.65;
  margin: 24px 0 0;
  max-width: 680px;
}

.hero-audit-form {
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
  margin-top: 32px;
  padding: 16px;
}

.hero-audit-form label {
  color: #344054;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 8px;
}

.search-row {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.search-row input {
  background: #f8fafc;
  border-color: #ccd6e4;
  color: var(--landing-ink);
  min-height: 54px;
}

.search-row button,
.final-button,
.platform-dashboard a {
  background: var(--landing-orange);
  border-color: var(--landing-orange);
  border-radius: 7px;
  color: #ffffff;
  font-weight: 900;
}

.search-row button {
  min-height: 54px;
  padding: 0 22px;
}

.hero-audit-form p {
  color: #667085;
  font-size: 13px;
  margin: 10px 0 0;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-badges span {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  color: #e7edf6;
  font-size: 13px;
  font-weight: 800;
  padding: 9px 12px;
}

.audit-console {
  align-self: center;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);
  color: var(--landing-ink);
  overflow: hidden;
}

.console-toolbar {
  align-items: center;
  background: #eef3fb;
  border-bottom: 1px solid var(--landing-line);
  display: flex;
  gap: 7px;
  min-height: 42px;
  padding: 0 16px;
}

.console-toolbar span {
  background: #c2cad7;
  border-radius: 999px;
  height: 10px;
  width: 10px;
}

.console-toolbar span:first-child {
  background: var(--landing-red);
}

.console-toolbar span:nth-child(2) {
  background: #e1a329;
}

.console-toolbar span:nth-child(3) {
  background: var(--landing-green);
}

.console-toolbar strong {
  color: #667085;
  font-size: 12px;
  margin-left: auto;
}

.console-head {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding: 26px;
}

.console-head p {
  color: var(--landing-muted);
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.console-head h2 {
  font-size: 28px;
  line-height: 1.15;
  margin: 0;
}

.score-orb {
  align-items: center;
  background: var(--landing-blue);
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 34px;
  height: 86px;
  justify-content: center;
  width: 86px;
}

.console-metrics {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: 0 26px 22px;
}

.console-metrics article {
  background: #f7f9fc;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  padding: 15px;
}

.console-metrics span,
.console-metrics small {
  color: var(--landing-muted);
  display: block;
  font-size: 12px;
  font-weight: 800;
}

.console-metrics strong {
  color: var(--landing-ink);
  display: block;
  font-size: 32px;
  line-height: 1;
  margin: 8px 0 6px;
}

.issue-stream {
  background: #f8fafc;
  border-top: 1px solid var(--landing-line);
  padding: 22px 26px 26px;
}

.stream-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.stream-head h3 {
  font-size: 18px;
  margin: 0;
}

.stream-head span {
  color: var(--landing-muted);
  font-size: 13px;
  font-weight: 900;
}

.issue-stream article {
  align-items: center;
  background: #ffffff;
  border: 1px solid var(--landing-line);
  border-left: 6px solid var(--landing-orange);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: 92px minmax(0, 1fr);
  margin-top: 10px;
  padding: 13px 14px;
}

.issue-stream .severity-critical {
  border-left-color: var(--landing-red);
}

.issue-stream .severity-manual {
  border-left-color: var(--landing-purple);
}

.issue-stream b {
  color: #475467;
  font-size: 12px;
  text-transform: uppercase;
}

.issue-stream span {
  color: var(--landing-ink);
  font-weight: 750;
}

.proof-strip {
  background: #ffffff;
  border-bottom: 1px solid var(--landing-line);
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding: 0 max(28px, calc((100vw - 1180px) / 2));
}

.proof-strip article {
  border-left: 1px solid var(--landing-line);
  min-height: 118px;
  padding: 28px 24px;
}

.proof-strip article:last-child {
  border-right: 1px solid var(--landing-line);
}

.proof-strip strong {
  color: var(--landing-blue);
  display: block;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 8px;
}

.proof-strip span {
  color: var(--landing-muted);
  display: block;
  font-weight: 800;
}

.platform-section,
.audience-section,
.benchmarks-section,
.comparison-section,
.workflow-section,
.wp-command,
.outputs-modern,
.pricing-section,
.lead-section,
.service-hero,
.service-details,
.service-process,
.landing-final {
  padding: 88px max(28px, calc((100vw - 1180px) / 2));
}

.audience-section {
  background: #ffffff;
  border-top: 1px solid var(--landing-line);
}

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

.audience-grid article {
  background: #ffffff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
  min-height: 210px;
  padding: 24px;
  position: relative;
}

.audience-grid article::before {
  background: var(--landing-orange);
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 24px;
  position: absolute;
  top: 24px;
  width: 42px;
}

.audience-grid h3 {
  color: var(--landing-ink);
  font-size: 21px;
  line-height: 1.18;
  margin: 34px 0 10px;
}

.audience-grid p {
  color: var(--landing-muted);
  margin-bottom: 0;
}

.section-copy {
  max-width: 720px;
}

.section-copy.wide {
  max-width: 880px;
}

.section-copy h2,
.wp-command h2,
.landing-final h2 {
  color: var(--landing-ink);
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.06;
  margin-bottom: 16px;
}

.section-copy p,
.wp-command-copy p,
.landing-final p {
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 0;
}

.platform-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(300px, 0.36fr) minmax(0, 0.64fr);
  margin-top: 36px;
}

.platform-rail {
  display: grid;
  gap: 12px;
}

.platform-rail article,
.workflow-grid article,
.outputs-modern-grid article,
.benchmark-grid article,
.wp-command-grid article {
  background: #ffffff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
}

.platform-rail article {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  padding: 18px;
}

.platform-rail span,
.workflow-grid span {
  align-items: center;
  background: var(--landing-ink);
  border-radius: 7px;
  color: #ffffff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.platform-rail h3,
.workflow-grid h3,
.outputs-modern-grid h3,
.benchmark-grid h3,
.wp-command-grid h3,
.to-do-panel h3 {
  color: var(--landing-ink);
  font-size: 18px;
  line-height: 1.25;
  margin-bottom: 8px;
}

.platform-rail p,
.workflow-grid p,
.outputs-modern-grid p,
.benchmark-grid p,
.to-do-panel p {
  color: var(--landing-muted);
  margin-bottom: 0;
}

.platform-dashboard {
  background: var(--landing-dark);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.16);
  overflow: hidden;
}

.dashboard-header {
  align-items: center;
  color: #ffffff;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 22px 24px;
}

.dashboard-header span {
  color: #b8c4d3;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.dashboard-header h3 {
  color: #ffffff;
  font-size: 24px;
  margin: 0;
}

.dashboard-header a {
  align-items: center;
  display: inline-flex;
  min-height: 42px;
  padding: 0 15px;
  text-decoration: none;
  white-space: nowrap;
}

.dashboard-body {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  padding: 0 18px 18px;
}

.preview-card,
.to-do-panel {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
}

.preview-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: left top;
  width: 100%;
}

.to-do-panel {
  padding: 18px;
}

.to-do-panel article {
  border: 1px solid var(--landing-line);
  border-left: 5px solid var(--landing-blue);
  border-radius: 8px;
  margin-top: 10px;
  padding: 12px;
}

.to-do-panel article:nth-of-type(1) {
  border-left-color: var(--landing-red);
}

.to-do-panel article:nth-of-type(3) {
  border-left-color: var(--landing-green);
}

.to-do-panel article:nth-of-type(4) {
  border-left-color: var(--landing-purple);
}

.to-do-panel span {
  color: #475467;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.benchmarks-section {
  background: #f6f8fc;
  border-top: 1px solid var(--landing-line);
}

.benchmark-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.benchmark-grid article {
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.04);
  min-height: 320px;
  padding: 22px;
}

.benchmark-grid a {
  color: var(--landing-blue);
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 18px;
  text-decoration: none;
}

.benchmark-grid h3 {
  font-size: 14px;
  margin: 14px 0 6px;
  text-transform: uppercase;
}

.moat-section {
  background: #ffffff;
}

.moat-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 28px;
}

.moat-grid article {
  background: #f8fafc;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  padding: 18px;
}

.moat-grid span {
  align-items: center;
  background: var(--landing-blue);
  border-radius: 7px;
  color: #ffffff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 30px;
  justify-content: center;
  margin-bottom: 16px;
  width: 30px;
}

.moat-grid h3 {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.moat-grid p {
  color: var(--landing-muted);
  font-size: 14px;
  margin: 0;
}

.comparison-section {
  background: #f6f8fc;
  border-top: 1px solid var(--landing-line);
}

.comparison-table-wrap {
  background: #ffffff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
  margin-top: 30px;
  overflow-x: auto;
}

.comparison-table {
  border-collapse: collapse;
  min-width: 860px;
  width: 100%;
}

.comparison-table th,
.comparison-table td {
  border-bottom: 1px solid var(--landing-line);
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
}

.comparison-table th {
  background: #121826;
  color: #ffffff;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.comparison-table td {
  color: var(--landing-muted);
  font-size: 15px;
  line-height: 1.55;
}

.comparison-table td:first-child {
  color: var(--landing-ink);
  width: 210px;
}

.comparison-table td:last-child {
  color: #12315f;
  font-weight: 800;
}

.workflow-section {
  background: #f6f8fc;
}

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

.workflow-grid article {
  min-height: 230px;
  padding: 24px;
}

.workflow-grid span {
  background: var(--landing-orange);
  margin-bottom: 28px;
}

.wp-command {
  align-items: start;
  background: var(--landing-dark);
  color: #ffffff;
  display: grid;
  gap: 36px;
  grid-template-columns: minmax(0, 0.85fr) minmax(450px, 1.15fr);
}

.wp-command h2,
.wp-command h3 {
  color: #ffffff;
}

.wp-command-copy p {
  color: #c7d0dc;
}

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

.wp-command-grid article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
  padding: 24px;
}

.wp-command-grid ul {
  color: #d8e0ea;
  padding-left: 20px;
}

.wp-command-grid li + li {
  margin-top: 10px;
}

.outputs-modern-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
}

.pricing-section {
  background: #ffffff;
  border-top: 1px solid var(--landing-line);
}

.pricing-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  margin-top: 34px;
}

.pricing-grid article {
  background: #ffffff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 390px;
  padding: 24px;
}

.pricing-grid article.featured {
  border-color: var(--landing-orange);
  box-shadow: 0 24px 60px rgba(255, 100, 45, 0.16);
}

.pricing-grid h3 {
  color: var(--landing-ink);
  font-size: 20px;
  margin-bottom: 14px;
}

.pricing-grid strong {
  color: var(--landing-ink);
  display: block;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 10px;
}

.pricing-grid p,
.pricing-grid li {
  color: var(--landing-muted);
}

.pricing-grid ul {
  margin: 22px 0;
  padding-left: 20px;
}

.pricing-grid a,
.sprint-link-row a {
  align-items: center;
  background: var(--landing-orange);
  border-radius: 7px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  margin-top: auto;
  min-height: 46px;
  padding: 0 14px;
  text-decoration: none;
}

.package-matrix {
  background: #ffffff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
  margin-top: 22px;
  overflow: hidden;
}

.matrix-copy {
  border-bottom: 1px solid var(--landing-line);
  padding: 22px 24px;
}

.matrix-copy h3 {
  color: var(--landing-ink);
  font-size: 24px;
  margin-bottom: 8px;
}

.matrix-copy p {
  color: var(--landing-muted);
  margin: 0;
  max-width: 860px;
}

.package-table-wrap {
  overflow-x: auto;
}

.package-matrix table {
  border-collapse: collapse;
  min-width: 820px;
  width: 100%;
}

.package-matrix th,
.package-matrix td {
  border-bottom: 1px solid var(--landing-line);
  color: var(--landing-ink);
  padding: 14px 16px;
  text-align: left;
}

.package-matrix th {
  background: #f7f9fc;
  color: #334155;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.package-matrix td {
  color: var(--landing-muted);
  font-size: 14px;
}

.package-matrix td:first-child {
  color: var(--landing-ink);
  font-weight: 900;
}

.sprint-link-row {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.lead-section {
  align-items: start;
  background: #f6f8fc;
  border-top: 1px solid var(--landing-line);
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 0.8fr) minmax(440px, 1fr);
}

.lead-copy h2 {
  color: var(--landing-ink);
  font-size: clamp(31px, 4vw, 52px);
  line-height: 1.06;
  margin-bottom: 16px;
}

.lead-copy p {
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 0;
}

.lead-form {
  background: #ffffff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(17, 24, 39, 0.08);
  padding: 24px;
}

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

.lead-form label {
  color: #344054;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}

.lead-form input,
.lead-form select,
.lead-form textarea {
  background: #f8fafc;
  border-color: #ccd6e4;
  color: var(--landing-ink);
  margin-top: 8px;
}

.lead-form button {
  background: var(--landing-orange);
  border-color: var(--landing-orange);
  min-height: 50px;
  width: 100%;
}

.lead-form p {
  color: var(--landing-muted);
  font-size: 13px;
  margin: 12px 0 0;
}

.honeypot-field {
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0;
}

.service-hero {
  align-items: center;
  background: var(--landing-dark);
  color: #ffffff;
  display: grid;
  gap: 40px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  min-height: 620px;
}

.service-hero h1 {
  color: #ffffff;
  font-size: clamp(42px, 5.8vw, 78px);
  line-height: 0.98;
  max-width: 900px;
}

.service-hero p {
  color: #c7d0dc;
  font-size: 19px;
  line-height: 1.65;
  max-width: 760px;
}

.service-hero .final-button {
  margin-top: 20px;
}

.service-price-card {
  background: #ffffff;
  border-radius: 8px;
  color: var(--landing-ink);
  padding: 28px;
}

.service-price-card span {
  color: var(--landing-orange);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.service-price-card strong {
  display: block;
  font-size: 54px;
  line-height: 1;
  margin-bottom: 14px;
}

.service-price-card p {
  color: var(--landing-muted);
  font-size: 15px;
  margin: 0;
}

.service-details {
  background: #ffffff;
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-details article,
.service-process-grid article {
  background: #ffffff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.05);
  padding: 26px;
}

.service-details h2 {
  color: var(--landing-ink);
  font-size: 28px;
}

.service-details li {
  color: var(--landing-muted);
}

.service-process {
  background: #f6f8fc;
  border-top: 1px solid var(--landing-line);
}

.service-process-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 28px;
}

.service-process-grid span {
  align-items: center;
  background: var(--landing-orange);
  border-radius: 7px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  margin-bottom: 22px;
  width: 34px;
}

.service-process-grid p {
  color: var(--landing-ink);
  font-weight: 800;
  margin: 0;
}

.thank-you-panel {
  background: #ffffff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(17, 24, 39, 0.08);
  margin: 12vh auto;
  max-width: 760px;
  padding: 42px;
}

.thank-you-panel .brand-mark {
  margin-bottom: 34px;
}

.thank-you-panel h1 {
  color: var(--landing-ink);
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1;
}

.thank-you-panel p:not(.landing-eyebrow) {
  color: var(--landing-muted);
  font-size: 18px;
  line-height: 1.7;
}

.checkout-section {
  align-items: start;
  background: #f6f8fc;
  display: grid;
  gap: 44px;
  grid-template-columns: minmax(0, 0.82fr) minmax(460px, 1fr);
  min-height: calc(100vh - 67px);
  padding: 80px max(28px, calc((100vw - 1180px) / 2));
}

.checkout-copy h1 {
  color: var(--landing-ink);
  font-size: clamp(42px, 5vw, 68px);
  line-height: 0.98;
  margin-bottom: 18px;
}

.checkout-copy p {
  color: var(--landing-muted);
  font-size: 18px;
  line-height: 1.7;
}

.demo-callout {
  background: #ffffff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.05);
  margin-top: 28px;
  padding: 24px;
}

.demo-callout span,
.cart-summary span {
  color: var(--landing-orange);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.demo-callout h2 {
  color: var(--landing-ink);
  font-size: 24px;
}

.demo-callout a {
  align-items: center;
  background: var(--landing-orange);
  border-radius: 7px;
  color: #ffffff;
  display: inline-flex;
  font-weight: 900;
  min-height: 44px;
  padding: 0 14px;
  text-decoration: none;
}

.checkout-card {
  background: #ffffff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.1);
  padding: 26px;
}

.cart-summary {
  background: var(--landing-dark);
  border-radius: 8px;
  color: #ffffff;
  margin-bottom: 20px;
  padding: 22px;
}

.cart-summary h2 {
  color: #ffffff;
  font-size: 30px;
  line-height: 1.12;
}

.cart-summary strong {
  color: #ffffff;
  display: block;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 12px;
}

.cart-summary p,
.cart-summary small {
  color: #c7d0dc;
}

.cart-limits {
  display: grid;
  gap: 6px;
  margin: 16px 0;
  padding-left: 18px;
}

.cart-limits li {
  color: #ffffff;
  font-weight: 800;
}

.linked-report-note {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  margin-top: 16px;
  padding: 12px;
}

.linked-report-note b,
.linked-report-note span {
  display: block;
}

.linked-report-note b {
  color: #ffffff;
  font-size: 13px;
}

.linked-report-note span {
  color: #c7d0dc;
  font-size: 13px;
  margin-top: 4px;
  overflow-wrap: anywhere;
}

.checkout-card label {
  color: #344054;
  font-size: 13px;
  font-weight: 900;
  margin-bottom: 14px;
}

.checkout-card input,
.checkout-card select,
.checkout-card textarea {
  background: #f8fafc;
  border-color: #ccd6e4;
  margin-top: 8px;
}

.payment-methods {
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  margin: 18px 0;
  padding: 16px;
}

.payment-methods legend {
  color: var(--landing-ink);
  font-size: 15px;
  font-weight: 900;
  padding: 0 8px;
}

.payment-methods label {
  align-items: flex-start;
  background: #f8fafc;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  display: grid;
  gap: 12px;
  grid-template-columns: auto minmax(0, 1fr);
  margin: 10px 0 0;
  padding: 14px;
}

.payment-unavailable {
  background: #f1f5f9;
  border: 1px dashed #b8c4d4;
  border-radius: 8px;
  margin: 10px 0 0;
  padding: 14px;
}

.payment-methods input {
  margin-top: 4px;
  min-height: auto;
  width: auto;
}

.payment-methods b {
  color: var(--landing-ink);
  display: block;
  font-size: 15px;
  margin-bottom: 4px;
}

.payment-methods span {
  color: var(--landing-muted);
  font-weight: 700;
}

.checkout-card button {
  background: var(--landing-orange);
  border-color: var(--landing-orange);
  min-height: 52px;
  width: 100%;
}

.checkout-card p,
.public-email {
  color: var(--landing-muted);
  font-size: 13px;
  margin: 12px 0 0;
}

.public-email a {
  color: var(--landing-blue);
  font-weight: 900;
}

.checkout-complete {
  background: #ffffff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.1);
  margin: 9vh auto;
  max-width: 860px;
  padding: 42px;
}

.checkout-complete .brand-mark {
  margin-bottom: 34px;
}

.checkout-complete h1 {
  color: var(--landing-ink);
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1;
}

.checkout-complete p {
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.7;
}

.order-box {
  background: #f8fafc;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  margin: 24px 0;
  padding: 22px;
}

.order-box span {
  color: var(--landing-orange);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.order-box strong {
  color: var(--landing-ink);
  display: block;
  font-size: 28px;
  margin-bottom: 8px;
}

.order-box .paid-status {
  color: #16703b;
  font-weight: 900;
}

.admin-order-panel {
  max-width: 920px;
}

.admin-warning {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-radius: 8px;
  color: #9a3412 !important;
  font-weight: 800;
  padding: 12px;
}

.admin-action-form {
  margin: 22px 0;
}

.admin-action-form button {
  background: var(--landing-orange);
  border-color: var(--landing-orange);
  min-height: 52px;
  padding: 0 18px;
}

.admin-note {
  background: #f8fafc;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  margin-top: 24px;
  padding: 20px;
}

.admin-note h2 {
  color: var(--landing-ink);
  font-size: 20px;
}

.admin-note li {
  color: var(--landing-muted);
  line-height: 1.7;
  margin-top: 6px;
}

.admin-dashboard {
  background: #f6f8fc;
  min-height: 100vh;
  padding: 28px max(22px, calc((100vw - 1280px) / 2)) 70px;
}

.admin-dashboard-head,
.admin-hero-row {
  align-items: center;
  display: flex;
  gap: 18px;
  justify-content: space-between;
}

.admin-head-actions,
.admin-row-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.admin-hero-row {
  margin-top: 42px;
}

.admin-hero-row h1 {
  color: var(--landing-ink);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.98;
  margin-bottom: 12px;
}

.admin-hero-row p {
  color: var(--landing-muted);
  font-size: 17px;
  margin: 0;
}

.admin-token-note {
  background: #121826;
  border-radius: 8px;
  color: #ffffff;
  min-width: 260px;
  padding: 22px;
}

.admin-token-note span,
.admin-stats-grid span {
  color: #91a0b4;
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.admin-token-note strong {
  display: block;
  font-size: 24px;
}

.admin-token-note p {
  color: #c7d0dc;
  font-size: 13px;
  margin-top: 8px;
}

.admin-stats-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  margin-top: 24px;
}

.admin-stats-grid.compact {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 18px 22px 0;
}

.admin-stats-grid article,
.admin-panel,
.admin-package-grid article {
  background: #ffffff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.05);
}

.admin-stats-grid article {
  min-height: 118px;
  padding: 18px;
}

.admin-stats-grid strong {
  color: var(--landing-ink);
  display: block;
  font-size: 32px;
  line-height: 1;
}

.admin-panel {
  margin-top: 18px;
  overflow: hidden;
}

.admin-panel-title {
  border-bottom: 1px solid var(--landing-line);
  padding: 20px 22px;
}

.admin-panel-title h2 {
  color: var(--landing-ink);
  font-size: 24px;
  margin-bottom: 4px;
}

.admin-panel-title p {
  color: var(--landing-muted);
  margin: 0;
}

.admin-table-wrap {
  overflow-x: auto;
}

.admin-panel table {
  min-width: 1040px;
}

.admin-panel code {
  background: #f1f5f9;
  border: 1px solid var(--landing-line);
  border-radius: 6px;
  color: var(--landing-muted);
  display: inline-block;
  max-width: 520px;
  overflow-wrap: anywhere;
  padding: 5px 7px;
}

.admin-panel td a {
  color: var(--landing-blue);
  font-weight: 900;
  text-decoration: none;
}

.admin-status {
  border-radius: 999px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  padding: 4px 9px;
  text-transform: uppercase;
}

.status-paid {
  background: #dcfce7;
  color: #166534;
}

.status-pass {
  background: #dcfce7;
  color: #166534;
}

.status-warn,
.status-pending_payment,
.status-stripe_checkout_started {
  background: #fff7ed;
  color: #9a3412;
}

.status-fail {
  background: #fee2e2;
  color: #991b1b;
}

.status-manual {
  background: #eef2ff;
  color: #3730a3;
}

.admin-command {
  border-top: 1px solid var(--landing-line);
  margin: 0;
  padding: 16px 22px 20px;
}

.admin-command code {
  max-width: 100%;
}

.admin-row-actions form {
  margin: 0;
}

.admin-row-actions button,
.admin-row-actions .button-link {
  font-size: 12px;
  min-height: 36px;
  padding: 0 10px;
}

.admin-package-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding: 18px;
}

.admin-package-grid article {
  box-shadow: none;
  min-height: 180px;
  padding: 16px;
}

.admin-package-grid h3 {
  color: var(--landing-ink);
  font-size: 17px;
}

.admin-package-grid strong {
  display: block;
  font-size: 24px;
  margin-bottom: 8px;
}

.admin-package-grid p,
.admin-package-grid small {
  color: var(--landing-muted);
}

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

.checkout-actions .button-link,
.checkout-actions .final-button {
  margin-top: 0;
}

.auth-shell {
  align-items: start;
  background: #f6f8fc;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 0.72fr);
  min-height: calc(100vh - 67px);
  padding: 80px max(28px, calc((100vw - 1180px) / 2));
}

.auth-copy h1 {
  color: var(--landing-ink);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.98;
  margin-bottom: 18px;
}

.auth-copy > p {
  color: var(--landing-muted);
  font-size: 18px;
  line-height: 1.7;
  max-width: 720px;
}

.auth-benefits {
  display: grid;
  gap: 14px;
  margin-top: 28px;
  max-width: 760px;
}

.auth-benefits article,
.auth-card,
.account-profile-card,
.account-report-card,
.account-empty {
  background: #ffffff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.05);
}

.auth-benefits article {
  padding: 18px;
}

.auth-benefits span,
.account-report-card span,
.account-profile-card span {
  color: var(--landing-orange);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.auth-benefits strong,
.account-profile-card strong {
  color: var(--landing-ink);
  display: block;
  font-size: 20px;
}

.auth-benefits p,
.account-profile-card p,
.account-report-card p,
.account-empty p {
  color: var(--landing-muted);
  margin: 6px 0 0;
}

.auth-card {
  padding: 26px;
}

.auth-alert {
  background: #eef5ff;
  border: 1px solid #bfd7ff;
  border-radius: 8px;
  color: #1e3a8a;
  font-weight: 800;
  margin-bottom: 14px;
  padding: 12px;
}

.auth-alert.error {
  background: #fef2f2;
  border-color: #fecaca;
  color: #991b1b;
}

.auth-tabs {
  background: #f8fafc;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
  padding: 6px;
}

.auth-tabs a {
  align-items: center;
  border-radius: 7px;
  color: var(--landing-muted);
  display: flex;
  font-weight: 900;
  justify-content: center;
  min-height: 42px;
  text-decoration: none;
}

.auth-tabs a.active {
  background: #ffffff;
  color: var(--landing-ink);
  box-shadow: 0 8px 18px rgba(17, 24, 39, 0.08);
}

.social-grid {
  display: grid;
  gap: 10px;
}

.social-button {
  align-items: center;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  color: var(--landing-ink);
  display: grid;
  gap: 12px;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  min-height: 56px;
  padding: 8px 12px;
  text-decoration: none;
}

.social-button span {
  align-items: center;
  background: var(--landing-ink);
  border-radius: 8px;
  color: #ffffff;
  display: flex;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.social-button b {
  overflow-wrap: anywhere;
}

.social-button small,
.account-provider-row span {
  background: #f1f5f9;
  border-radius: 999px;
  color: var(--landing-muted);
  font-size: 12px;
  font-weight: 900;
  padding: 4px 9px;
}

.social-button.is-muted {
  opacity: 0.76;
}

.auth-divider {
  border-top: 1px solid var(--landing-line);
  margin: 20px 0;
  text-align: center;
}

.auth-divider span {
  background: #ffffff;
  color: var(--landing-muted);
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  padding: 0 10px;
  position: relative;
  text-transform: uppercase;
  top: -10px;
}

.auth-form {
  display: grid;
  gap: 14px;
}

.auth-form label {
  color: #344054;
  font-size: 13px;
  font-weight: 900;
}

.auth-form input {
  background: #f8fafc;
  border-color: #ccd6e4;
  margin-top: 8px;
}

.auth-form button {
  background: var(--landing-orange);
  border-color: var(--landing-orange);
  min-height: 52px;
  width: 100%;
}

.account-dashboard {
  background: #f6f8fc;
  min-height: 100vh;
  padding: 28px max(22px, calc((100vw - 1280px) / 2)) 70px;
}

.account-hero {
  align-items: stretch;
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.32fr);
  margin-top: 42px;
}

.account-hero h1 {
  color: var(--landing-ink);
  font-size: clamp(42px, 5vw, 66px);
  line-height: 0.98;
  margin-bottom: 12px;
}

.account-hero p {
  color: var(--landing-muted);
  font-size: 17px;
  margin: 0;
}

.account-profile-card {
  padding: 22px;
}

.account-card-grid {
  display: grid;
  gap: 14px;
  padding: 18px;
}

.account-report-card {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  padding: 18px;
}

.account-report-card h3 {
  color: var(--landing-ink);
  font-size: 22px;
  overflow-wrap: anywhere;
}

.account-empty {
  padding: 22px;
}

.account-empty h3 {
  color: var(--landing-ink);
  font-size: 24px;
}

.account-provider-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px;
}

.account-provider-row span.active {
  background: #dcfce7;
  color: #166534;
}

.account-security-panel {
  padding: 18px;
}

.password-form {
  max-width: 520px;
}

.password-form button {
  max-width: 260px;
}

.static-page {
  background: #f6f8fc;
  min-height: calc(100vh - 67px);
  padding: 80px max(28px, calc((100vw - 1180px) / 2));
}

.static-card {
  background: #ffffff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(17, 24, 39, 0.09);
  max-width: 860px;
  padding: 42px;
}

.static-card h1 {
  color: var(--landing-ink);
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1;
  margin-bottom: 18px;
}

.static-intro,
.static-email {
  color: var(--landing-muted);
  font-size: 17px;
  line-height: 1.7;
}

.static-card ul {
  border-top: 1px solid var(--landing-line);
  margin-top: 26px;
  padding: 22px 0 0 22px;
}

.static-card li {
  color: var(--landing-ink);
  line-height: 1.65;
}

.static-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.static-actions .button-link {
  margin-top: 0;
}

.static-email {
  margin: 22px 0 0;
}

.static-email a {
  color: var(--landing-blue);
  font-weight: 900;
}

.outputs-modern-grid article {
  min-height: 240px;
  padding: 22px;
}

.outputs-modern-grid span {
  align-items: center;
  background: #fff0e8;
  border-radius: 7px;
  color: #bf3f13;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  margin-bottom: 30px;
  min-width: 48px;
  padding: 0 10px;
}

.landing-final {
  align-items: center;
  background: #ffffff;
  border-top: 1px solid var(--landing-line);
  display: flex;
  gap: 28px;
  justify-content: space-between;
}

.landing-final h2 {
  max-width: 760px;
}

.landing-final p {
  max-width: 720px;
}

.final-button {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 52px;
  padding: 0 22px;
  text-decoration: none;
}

.landing-footer {
  align-items: center;
  background: var(--landing-dark);
  color: #c7d0dc;
  display: flex;
  gap: 18px;
  justify-content: space-between;
  padding: 24px max(28px, calc((100vw - 1180px) / 2));
}

.landing-footer p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
  max-width: 760px;
}

.landing-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: flex-end;
}

.landing-footer a {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 7px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  padding: 8px 10px;
  text-decoration: none;
}

.simulation-page {
  padding: 26px max(28px, calc((100vw - 1180px) / 2)) 70px;
}

.simulation-head {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 46px;
}

.simulation-hero {
  max-width: 860px;
}

.simulation-hero h1 {
  color: var(--landing-ink);
  font-size: clamp(36px, 6vw, 68px);
  line-height: 0.98;
  margin-bottom: 18px;
}

.simulation-hero p {
  color: var(--landing-muted);
  font-size: 18px;
  line-height: 1.65;
}

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

.simulation-grid article {
  background: #ffffff;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.06);
  display: flex;
  flex-direction: column;
  min-height: 310px;
  padding: 24px;
}

.simulation-grid span {
  color: var(--landing-blue);
  display: block;
  font-size: 12px;
  font-weight: 900;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.simulation-grid h2 {
  color: var(--landing-ink);
  font-size: 24px;
  line-height: 1.2;
}

.simulation-grid dl {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 14px 0;
}

.simulation-grid dl div {
  background: #f8fafc;
  border: 1px solid var(--landing-line);
  border-radius: 8px;
  padding: 10px;
}

.simulation-grid dt {
  color: var(--landing-muted);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.simulation-grid dd {
  color: var(--landing-ink);
  font-weight: 900;
  margin: 4px 0 0;
}

.simulation-grid p {
  color: var(--landing-muted);
  margin-bottom: 18px;
}

.simulation-grid .final-button {
  margin-top: auto;
}

@media (max-width: 1080px) {
  .hero-modern,
  .platform-grid,
  .wp-command,
  .lead-section,
  .service-hero,
  .checkout-section,
  .auth-shell,
  .account-hero {
    grid-template-columns: 1fr;
  }

  .hero-modern {
    min-height: 0;
  }

  .audit-console {
    max-width: 760px;
  }

  .audience-grid,
  .benchmark-grid,
  .moat-grid,
  .outputs-modern-grid,
  .pricing-grid,
  .simulation-grid,
  .service-details,
  .service-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dashboard-body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .landing-nav {
    align-items: flex-start;
    display: block;
    padding: 14px 18px;
  }

  .landing-nav nav {
    justify-content: flex-start;
    margin-top: 12px;
  }

  .hero-modern,
  .platform-section,
  .audience-section,
  .benchmarks-section,
  .moat-section,
  .comparison-section,
  .workflow-section,
  .wp-command,
  .outputs-modern,
  .pricing-section,
  .lead-section,
  .service-hero,
  .service-details,
  .service-process,
  .checkout-section,
  .auth-shell,
  .account-dashboard,
  .static-page,
  .landing-final,
  .landing-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .simulation-page {
    padding: 18px;
  }

  .hero-modern {
    padding-top: 46px;
  }

  .hero-copy h1 {
    font-size: 40px;
  }

  .hero-lead {
    font-size: 16px;
  }

  .search-row,
  .console-metrics,
  .issue-stream article,
  .proof-strip,
  .audience-grid,
  .workflow-grid,
  .wp-command-grid,
  .benchmark-grid,
  .moat-grid,
  .outputs-modern-grid,
  .pricing-grid,
  .lead-section,
  .lead-form-grid,
  .service-hero,
  .service-details,
  .service-process-grid,
  .checkout-section,
  .auth-shell,
  .payment-methods label,
  .landing-final,
  .landing-footer,
  .simulation-head,
  .simulation-grid {
    display: block;
  }

  .search-row button {
    margin-top: 10px;
    width: 100%;
  }

  .console-head {
    align-items: flex-start;
    display: block;
  }

  .score-orb {
    margin-top: 16px;
  }

  .console-metrics article,
  .issue-stream article,
  .proof-strip article,
  .audience-grid article,
  .workflow-grid article,
  .wp-command-grid article,
  .benchmark-grid article,
  .moat-grid article,
  .outputs-modern-grid article,
  .pricing-grid article,
  .simulation-grid article,
  .service-details article,
  .service-process-grid article {
    margin-top: 12px;
  }

  .proof-strip {
    padding: 18px;
  }

  .proof-strip article {
    border: 1px solid var(--landing-line);
    border-radius: 8px;
    min-height: auto;
    padding: 18px;
  }

  .proof-strip article:last-child {
    border-right: 1px solid var(--landing-line);
  }

  .dashboard-header {
    align-items: flex-start;
    display: block;
  }

  .dashboard-header a,
  .final-button,
  .sprint-link-row a {
    justify-content: center;
    margin-top: 14px;
    width: 100%;
  }

  .lead-form {
    padding: 18px;
  }

  .service-hero h1 {
    font-size: 40px;
  }

  .service-price-card strong {
    font-size: 42px;
  }

  .checkout-section {
    padding-top: 42px;
  }

  .checkout-copy h1 {
    font-size: 40px;
  }

  .auth-copy h1,
  .account-hero h1 {
    font-size: 40px;
  }

  .checkout-card,
  .checkout-complete,
  .auth-card,
  .static-card {
    padding: 18px;
  }

  .admin-dashboard-head,
  .admin-hero-row,
  .account-hero,
  .account-report-card,
  .admin-stats-grid,
  .admin-package-grid {
    display: block;
  }

  .admin-head-actions,
  .admin-token-note,
  .account-profile-card,
  .account-report-card .checkout-actions,
  .admin-stats-grid article,
  .admin-package-grid article {
    margin-top: 12px;
  }

  .cart-summary strong {
    font-size: 34px;
  }

  .checkout-actions .button-link,
  .checkout-actions .final-button,
  .static-actions .button-link,
  .static-actions .final-button {
    justify-content: center;
    width: 100%;
  }

  .landing-footer nav {
    justify-content: flex-start;
    margin-top: 14px;
  }
}
