:root {
  --peaq-blue: #1e94d2;
  --peaq-bright: #40bfef;
  --peaq-light: #8ed5f5;
  --ink: #080e1d;
  --charcoal: #231f20;
  --navy: #0a1324;
  --muted: #66758c;
  --line: #dbe4ee;
  --soft: #edf4f9;
  --panel: #f8fbfd;
  --white: #ffffff;
  --green: #17b26a;
  --yellow: #ffd93d;
  --red: #e11d48;
  --shadow: 0 22px 48px rgba(8, 14, 29, 0.1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--soft);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
  max-width: 100%;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.section-shell,
.site-header,
.site-footer {
  width: min(1220px, calc(100% - 48px));
  margin: 0 auto;
  min-width: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 14px 0;
  background: rgba(237, 244, 249, 0.94);
  border-bottom: 1px solid rgba(8, 14, 29, 0.08);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  font-size: 14px;
  color: var(--ink);
}

.brand-wordmark {
  width: 108px;
  height: auto;
  object-fit: contain;
}

.brand small {
  display: block;
  line-height: 1.05;
  text-transform: uppercase;
}

.brand small {
  color: var(--muted);
  font-weight: 800;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 34px;
  color: #4b586d;
  font-weight: 800;
}

.nav-links a:hover,
.footer-links a:hover {
  color: var(--peaq-blue);
}

.header-actions,
.cta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.header-actions {
  flex-wrap: nowrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 24px;
  border: 1px solid var(--line);
  border-radius: 999px;
  font-weight: 900;
  line-height: 1;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    background 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.button-secondary,
.button-light {
  background: var(--white);
  color: var(--ink);
}

.button-blue {
  background: var(--peaq-blue);
  border-color: var(--peaq-blue);
  color: var(--white);
}

.button-large {
  min-height: 54px;
  padding-inline: 26px;
}

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1fr);
  gap: 58px;
  align-items: center;
  padding: 68px 0 76px;
  min-width: 0;
}

.hero-copy,
.product-preview,
.hero-report-preview,
.preview-grid,
.metric-panel,
.visual-card,
.feature-visual,
.comparison-visual,
.bucket-strip {
  min-width: 0;
}

.hero-copy h1,
.section-heading h2,
.feature-copy h2,
.sports-section h2,
.use-case-dark h2,
.final-cta h2 {
  margin: 0;
  color: var(--ink);
  font-size: 56px;
  line-height: 0.98;
  font-weight: 950;
}

.hero-copy h1 {
  max-width: 720px;
  font-size: 64px;
}

.hero-copy p,
.section-heading p,
.feature-copy p,
.sports-section p,
.use-case-dark p,
.final-cta p,
.expansion-stack p {
  margin: 24px 0 0;
  color: var(--muted);
  font-size: 20px;
  font-weight: 750;
  max-width: 650px;
}

.pill-light {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 20px;
  border-radius: 999px;
  background: var(--white);
  color: #536176;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-copy .cta-row {
  margin-top: 30px;
}

.product-preview {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.product-image-frame {
  margin: 0;
  padding: 12px;
  background: linear-gradient(135deg, var(--charcoal), #111b2b);
  border-color: rgba(255, 255, 255, 0.12);
}

.product-image-frame img,
.product-shot img,
.mobile-shot-shell img {
  display: block;
  width: 100%;
  height: auto;
}

.product-image-frame img {
  border-radius: 20px;
  box-shadow: 0 22px 58px rgba(3, 10, 21, 0.34);
}

.hero-report-preview {
  justify-self: end;
  width: 100%;
  max-width: 680px;
}

.preview-hero {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 34px;
  background: var(--charcoal);
  color: var(--white);
}

.preview-kicker,
.section-label,
.visual-header span,
.panel-title-row span,
.dark-panel span,
.light-panel span,
.warning-panel span,
.success-panel span,
.summary-box span,
.metric-panel span,
.metric-table span,
.profile-tiles span {
  margin: 0;
  color: var(--peaq-bright);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.preview-kicker {
  display: flex;
  align-items: center;
  gap: 14px;
}

.preview-logo {
  width: 84px;
  height: auto;
  object-fit: contain;
}

.preview-hero h2 {
  margin: 34px 0 6px;
  font-size: 40px;
  line-height: 1;
}

.preview-hero p:not(.preview-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 850;
}

.score-card {
  flex: 0 0 110px;
  align-self: flex-start;
  display: grid;
  place-items: center;
  min-height: 104px;
  border-radius: 24px;
  background: var(--white);
  color: var(--ink);
}

.score-card span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.score-card strong {
  margin-top: -16px;
  font-size: 50px;
  line-height: 1;
}

.preview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  padding: 26px;
}

.hero-report-preview .preview-grid {
  gap: 14px;
  padding: 22px;
}

.hero-report-preview .dark-panel,
.hero-report-preview .identity-tile,
.hero-report-preview .metric-panel {
  padding: 18px;
}

.hero-report-preview .dark-panel strong,
.hero-report-preview .identity-tile strong {
  font-size: 20px;
}

.dark-panel,
.light-panel,
.metric-panel,
.warning-panel,
.success-panel,
.summary-box {
  border-radius: 18px;
  padding: 22px;
}

.dark-panel {
  background: var(--navy);
  color: var(--white);
}

.light-panel,
.metric-panel,
.summary-box {
  background: var(--panel);
  border: 1px solid var(--line);
}

.warning-panel {
  background: #ffe0e3;
}

.success-panel {
  background: #d8f9e5;
}

.dark-panel strong,
.light-panel strong,
.warning-panel strong,
.success-panel strong {
  display: block;
  margin-top: 14px;
  font-size: 23px;
  line-height: 1.15;
}

.light-panel p {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.report-panel p,
.profile-card-grid .dark-panel p {
  margin: 8px 0 0;
  color: #9aa7b8;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.identity-tile {
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
}

.identity-tile span,
.bucket-strip span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.identity-tile strong {
  display: block;
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.1;
}

.stars {
  color: #f6c600;
  font-size: 22px;
  font-weight: 950;
}

.metric-panel {
  grid-column: 1 / -1;
}

.report-preview-grid {
  align-items: stretch;
}

.panel-title-row,
.visual-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.panel-title-row em,
.visual-header em {
  padding: 8px 16px;
  border-radius: 999px;
  background: #d8f9e5;
  color: #087443;
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
}

.metric-panel h3 {
  margin: 18px 0;
  font-size: 24px;
  line-height: 1.08;
}

.hero-report-preview .metric-panel h3 {
  margin: 14px 0;
  font-size: 22px;
}

.report-metric-panel .mini-metrics {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.mini-metrics div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: space-between;
  gap: 6px 12px;
  min-height: 124px;
  padding: 16px;
  border-radius: 14px;
  background: var(--white);
  min-width: 0;
}

.hero-report-preview .mini-metrics {
  gap: 10px;
}

.hero-report-preview .mini-metrics div {
  min-height: 104px;
  padding: 13px;
}

.mini-metrics span {
  grid-column: 1 / -1;
  min-height: 34px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.2;
}

.hero-report-preview .mini-metrics span {
  min-height: 30px;
  font-size: 12px;
}

.mini-metrics small {
  grid-column: 1;
  display: block;
  color: var(--muted);
  font-weight: 850;
}

.mini-metrics strong {
  grid-column: 2;
  grid-row: 2 / 4;
  align-self: end;
  font-size: 22px;
  line-height: 1;
  text-align: right;
}

.hero-report-preview .mini-metrics strong {
  font-size: 20px;
}

.bucket-strip {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
}

.hero-report-preview .bucket-strip {
  gap: 10px;
  padding: 14px;
}

.bucket-strip div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-content: space-between;
  gap: 8px 12px;
  min-height: 114px;
  padding: 14px;
  border-radius: 14px;
  background: var(--white);
}

.hero-report-preview .bucket-strip div {
  min-height: 108px;
  padding: 12px;
}

.bucket-strip strong {
  grid-column: 1;
  display: block;
  font-size: 26px;
  line-height: 1;
}

.hero-report-preview .bucket-strip strong {
  font-size: 22px;
}

.mini-metrics .bar,
.bucket-strip .bar {
  grid-column: 1 / -1;
  margin-top: 8px;
}

.bar {
  display: block;
  height: 8px;
  margin-top: 16px;
  border-radius: 999px;
  background: var(--line);
  overflow: hidden;
}

.bar::before {
  display: block;
  height: 100%;
  border-radius: inherit;
  content: "";
}

.bar-red::before {
  width: 24%;
  background: var(--red);
}

.bar-yellow::before {
  width: 58%;
  background: var(--yellow);
}

.bar-green::before {
  width: 86%;
  background: var(--green);
}

.feature-card-grid article,
.seo-card-grid article,
.expansion-stack article {
  min-height: 170px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel);
}

.workflow-section,
.sports-section {
  background: #e8f1f7;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.workflow-section {
  padding: 78px 0;
}

.seo-overview-section {
  padding: 0 0 84px;
}

.section-heading {
  margin-bottom: 42px;
}

.split-heading {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 0.58fr);
  gap: 80px;
  align-items: end;
}

.section-label {
  display: block;
  margin-bottom: 18px;
  color: var(--peaq-blue);
}

.hero-kicker {
  max-width: 520px;
  margin-bottom: 20px;
}

.workflow-heading {
  margin-bottom: 30px;
  max-width: 840px;
}

.workflow-heading p {
  max-width: 720px;
}

.seo-heading {
  max-width: 900px;
}

.seo-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.seo-card-grid article {
  background: var(--white);
  box-shadow: var(--shadow);
  scroll-margin-top: 96px;
}

.seo-card-grid h3 {
  margin: 34px 0 12px;
  font-size: 24px;
  line-height: 1.12;
}

.seo-card-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.workflow-accordion-list {
  display: none;
}

.workflow-grid article {
  min-height: 250px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.step-number {
  display: inline-grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: var(--navy);
  color: var(--peaq-light);
  font-weight: 950;
}

.workflow-grid h3,
.feature-card-grid h3,
.expansion-stack h3 {
  margin: 44px 0 16px;
  font-size: 24px;
  line-height: 1.12;
}

.workflow-grid h3 {
  margin: 34px 0 12px;
}

.workflow-grid p,
.feature-card-grid li,
.domain-row span {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.trust-section {
  padding: 84px 0 0;
}

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

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

.trust-card-grid article {
  min-height: 220px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.trust-card-grid h3 {
  margin: 36px 0 12px;
  font-size: 26px;
  line-height: 1.08;
}

.trust-card-grid p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.testing-decisions-section {
  padding: 84px 0 0;
}

.testing-decisions-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  gap: 54px;
  align-items: center;
  padding: 40px;
  border-radius: 24px;
  background: var(--navy);
  color: var(--white);
  box-shadow: var(--shadow);
}

.testing-decisions-panel h2 {
  margin: 0;
  color: var(--white);
  font-size: 46px;
  line-height: 0.98;
  font-weight: 950;
}

.testing-decisions-panel p {
  margin: 24px 0 0;
  color: #d6e1ec;
  font-size: 20px;
  font-weight: 750;
}

.decision-metric-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.decision-metric-list article {
  min-height: 132px;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.decision-metric-list strong {
  display: block;
  color: var(--peaq-light);
  font-size: 15px;
  font-weight: 950;
  text-transform: uppercase;
}

.decision-metric-list span {
  display: block;
  margin-top: 14px;
  color: var(--white);
  font-weight: 850;
}

.decision-section {
  padding: 86px 0 0;
}

.decision-heading {
  max-width: 880px;
}

.decision-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 24px;
}

.decision-card {
  min-height: 100%;
  padding: 32px;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.decision-card-muted {
  background: var(--white);
}

.decision-card-primary {
  border-color: rgba(255, 255, 255, 0.12);
  background: linear-gradient(135deg, var(--navy), #18263a);
  color: var(--white);
}

.decision-label {
  display: inline-flex;
  width: fit-content;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--panel);
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.decision-card-primary .decision-label {
  background: rgba(255, 255, 255, 0.12);
  color: var(--peaq-light);
}

.decision-card h3 {
  margin: 28px 0 12px;
  font-size: 32px;
  line-height: 1.04;
}

.decision-card p {
  margin: 0;
  color: var(--muted);
  font-weight: 800;
}

.decision-card-primary p {
  color: #d6e1ec;
}

.decision-card ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 32px 0 0;
  list-style: none;
}

.decision-card li {
  position: relative;
  padding-left: 28px;
  color: #536176;
  font-weight: 900;
}

.decision-card li::before {
  position: absolute;
  left: 0;
  color: var(--muted);
  content: "•";
}

.decision-card-primary li {
  color: var(--white);
}

.decision-card-primary li::before {
  color: var(--peaq-light);
  content: "✓";
}

.decision-cta {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 22px;
  margin-top: 24px;
  border-radius: 999px;
  background: var(--ink);
  color: var(--white);
  font-weight: 950;
}

.product-sections {
  padding: 90px 0;
}

.feature-row {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1fr);
  gap: 80px;
  align-items: center;
  margin-bottom: 96px;
}

.feature-row-reverse {
  grid-template-columns: minmax(420px, 1fr) minmax(0, 0.95fr);
}

.feature-row:last-child {
  margin-bottom: 0;
}

.feature-copy h2,
.sports-section h2,
.use-case-dark h2,
.final-cta h2 {
  font-size: 46px;
}

.check-list {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 52px 0 0;
  list-style: none;
}

.check-list li {
  position: relative;
  padding: 16px 18px 16px 52px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--white);
  color: #506078;
  font-weight: 900;
}

.check-list li::before {
  position: absolute;
  left: 18px;
  top: 50%;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #d8f9e5;
  color: #16945b;
  font-size: 13px;
  content: "✓";
  transform: translateY(-50%);
}

.tool-note {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(8, 14, 29, 0.06);
}

.visual-card {
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.visual-card h3 {
  margin: 10px 0 22px;
  font-size: 30px;
  line-height: 1.08;
}

.image-visual {
  overflow: hidden;
}

.product-shot {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--panel);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.product-shot img {
  object-fit: contain;
}

.mobile-profile-visual {
  background: linear-gradient(180deg, var(--white), #f6f9fd);
}

.mobile-shot-shell {
  display: grid;
  place-items: center;
  padding: 22px;
  border-radius: 22px;
  background: var(--charcoal);
}

.mobile-shot-shell img {
  width: min(100%, 330px);
  border-radius: 28px;
  box-shadow: 0 22px 52px rgba(3, 10, 21, 0.32);
}

.visual-header strong {
  display: grid;
  place-items: center;
  width: 76px;
  height: 64px;
  border-radius: 18px;
  background: var(--navy);
  color: var(--white);
  font-size: 30px;
}

.visual-header small {
  color: var(--muted);
  font-weight: 950;
  text-transform: uppercase;
}

.intake-flow {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 18px;
}

.intake-flow span {
  padding: 12px;
  border-radius: 12px;
  background: var(--panel);
  color: var(--muted);
  font-weight: 950;
  text-align: center;
}

.table-preview,
.metric-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.table-row,
.metric-row {
  display: grid;
  align-items: center;
  gap: 16px;
  min-height: 56px;
  padding: 0 18px;
  border-bottom: 1px solid #e8eef5;
  color: #5d6a7f;
  font-weight: 850;
}

.table-row {
  grid-template-columns: 1.2fr 1fr 0.6fr 0.6fr 0.8fr;
}

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

.table-head,
.metric-head {
  min-height: 48px;
  background: var(--navy);
  color: var(--white);
  font-size: 12px;
  text-transform: uppercase;
}

.table-row span:last-child {
  color: #15975c;
  font-weight: 950;
}

.table-head span:last-child {
  color: var(--white);
}

.import-table .needs-review-row {
  background: #fffaf0;
}

.import-table .needs-review-row span:last-child {
  color: #a15c00;
}

.stat-mini-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 18px;
}

.stat-mini-row span {
  display: grid;
  place-items: center;
  min-height: 82px;
  border-radius: 16px;
  background: var(--panel);
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.stat-mini-row strong {
  display: block;
  color: var(--ink);
  font-size: 32px;
  line-height: 1;
}

.profile-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.real-profile-card {
  padding: 0;
  overflow: hidden;
}

.profile-card-hero {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px;
  background: var(--charcoal);
  color: var(--white);
}

.profile-card-hero h3 {
  margin: 28px 0 6px;
  color: var(--white);
  font-size: 34px;
}

.profile-card-hero p:not(.preview-kicker) {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 850;
}

.profile-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  padding: 22px;
}

.profile-card-grid .summary-box {
  grid-column: 1 / -1;
  margin-top: 0;
}

.summary-box {
  margin-top: 14px;
}

.summary-box p {
  margin: 10px 0 0;
  color: var(--muted);
  font-weight: 850;
}

.metric-row {
  grid-template-columns: 1.2fr 0.8fr 0.55fr 1fr;
}

.metric-row span {
  color: #5d6a7f;
  text-transform: none;
}

.metric-row span:first-child,
.metric-row span:nth-child(3) {
  color: var(--ink);
  font-weight: 950;
}

.metric-head span {
  color: var(--white);
}

.metric-row.metric-head span,
.metric-row.metric-head span:first-child,
.metric-row.metric-head span:nth-child(3) {
  color: var(--white);
}

.metric-visual > p {
  margin: -8px 0 20px;
  color: var(--muted);
  font-weight: 850;
}

.comparison-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 16px;
}

.comparison-pair div {
  min-height: 90px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
}

.comparison-pair span {
  display: block;
  margin-bottom: 10px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.comparison-pair strong {
  font-size: 15px;
  line-height: 1.2;
}

.comparison-subline {
  margin: -8px 0 18px;
  color: var(--muted);
  font-weight: 850;
}

.change-pill,
.delta-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-style: normal;
  font-weight: 950;
  line-height: 1;
}

.change-pill.positive,
.delta-pill.positive {
  background: #d7f8e3;
  color: #0b7d46;
}

.comparison-score-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.comparison-score-grid div {
  padding: 16px;
  border-radius: 14px;
  background: var(--panel);
}

.comparison-score-grid span,
.comparison-buckets span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.comparison-score-grid strong,
.comparison-buckets strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.2;
}

.comparison-table {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
}

.comparison-row {
  display: grid;
  grid-template-columns: 1.2fr 0.85fr 0.85fr 1fr;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  padding: 0 16px;
  border-bottom: 1px solid #e8eef5;
  color: #5d6a7f;
  font-weight: 850;
}

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

.comparison-head {
  min-height: 46px;
  background: var(--navy);
  color: var(--white);
  font-size: 12px;
  text-transform: uppercase;
}

.comparison-head span,
.comparison-head span:first-child {
  color: var(--white);
}

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

.comparison-buckets {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 14px;
}

.comparison-buckets div {
  padding: 14px;
  border-radius: 14px;
  background: var(--panel);
}

.comparison-buckets em {
  display: block;
  margin-top: 6px;
  color: #15975c;
  font-style: normal;
  font-weight: 950;
}

.dashboard-visual .table-row {
  grid-template-columns: 1.2fr 1fr 1fr 0.5fr;
}

.workspace-hero {
  margin-bottom: 16px;
  padding: 20px;
  border-radius: 18px;
  background: var(--charcoal);
  color: var(--white);
}

.workspace-hero img {
  width: 86px;
  margin-bottom: 18px;
}

.workspace-hero strong {
  display: block;
  font-size: 26px;
  line-height: 1.1;
}

.workspace-hero span {
  display: block;
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.72);
  font-weight: 850;
}

.workspace-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.workspace-actions em {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  font-style: normal;
  font-size: 12px;
  font-weight: 950;
}

.workspace-actions em:first-child {
  background: var(--white);
  color: var(--ink);
}

.workspace-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 16px;
}

.workspace-stats span {
  display: grid;
  gap: 4px;
  padding: 14px;
  border-radius: 14px;
  background: var(--panel);
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
}

.workspace-stats strong {
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
}

.sports-section {
  padding: 84px 0;
}

.sports-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1fr);
  gap: 80px;
  align-items: center;
}

.sport-pills {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.sports-mobile-summary {
  display: none;
}

.sport-pills span {
  display: grid;
  place-items: center;
  min-height: 76px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  font-weight: 950;
}

.features-section {
  padding: 86px 0;
}

.feature-card-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.feature-accordion-list {
  display: none;
}

.feature-card-grid article {
  background: var(--panel);
}

.icon-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: var(--navy);
  color: var(--peaq-light);
  font-weight: 950;
}

.feature-card-grid h3 {
  margin-top: 38px;
}

.feature-card-grid ul {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.feature-card-grid li::before {
  color: var(--green);
  content: "✓ ";
}

.use-case-section {
  display: grid;
  grid-template-columns: minmax(0, 1.9fr) minmax(320px, 0.9fr);
  gap: 32px;
  padding: 60px 0 72px;
}

.use-case-dark {
  padding: 40px;
  border-radius: 24px;
  background: var(--navy);
  color: var(--white);
}

.use-case-dark h2,
.use-case-dark p {
  color: var(--white);
}

.use-case-dark p {
  color: #d6e1ec;
}

.use-case-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 62px;
}

.use-case-list span {
  min-height: 44px;
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: var(--white);
  font-weight: 950;
}

.expansion-stack {
  display: grid;
  gap: 32px;
}

.expansion-stack article {
  min-height: 0;
  background: var(--white);
}

.faq-section {
  padding: 72px 0 86px;
}

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

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(8, 14, 29, 0.06);
}

.faq-list summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 68px;
  padding: 18px 58px 18px 22px;
  color: var(--ink);
  cursor: pointer;
  font-size: 19px;
  font-weight: 950;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  position: absolute;
  right: 22px;
  color: var(--muted);
  content: "+";
  font-size: 26px;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  max-width: 880px;
  margin: 0;
  padding: 0 22px 22px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 800;
}

.final-cta {
  display: grid;
  grid-template-columns: 1.35fr 0.9fr;
  margin-bottom: 70px;
  overflow: hidden;
  border-radius: 24px;
  background: var(--navy);
}

.cta-panel {
  padding: 46px 40px;
  background: var(--charcoal);
  color: var(--white);
}

.cta-panel h2,
.cta-panel p {
  color: var(--white);
}

.cta-panel p {
  color: #d6e1ec;
}

.cta-panel .cta-row {
  margin-top: 38px;
}

.privacy-note {
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  font-size: 15px;
}

.social-link {
  display: inline-flex;
  width: fit-content;
  margin-top: 26px;
  color: var(--peaq-light);
  font-weight: 950;
}

.social-link:hover {
  color: var(--white);
}

.domain-panel {
  padding: 46px 40px;
  color: var(--white);
}

.domain-panel h3 {
  margin: 36px 0 28px;
  font-size: 28px;
}

.domain-copy {
  margin: -12px 0 24px;
  color: #d6e1ec;
  font-weight: 800;
}

.domain-row {
  display: grid;
  gap: 4px;
  padding: 18px;
  margin-top: 12px;
  border-radius: 14px;
  background: var(--white);
}

.domain-row strong {
  color: var(--ink);
}

.domain-row span {
  color: #a4b0c0;
}

.access-form-card {
  scroll-margin-top: 92px;
  padding: 46px 40px;
  background: var(--white);
  color: var(--ink);
}

.access-form-card h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.05;
}

.form-intro,
.form-helper,
.form-status {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.form-helper {
  font-size: 14px;
}

.form-status {
  min-height: 22px;
  color: #1874a8;
  font-size: 13px;
}

.form-honey {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.form-submit-frame {
  display: none;
}

.access-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 24px;
}

.access-form label {
  display: grid;
  gap: 8px;
}

.access-form label span {
  color: #46546a;
  font-size: 12px;
  font-weight: 950;
  text-transform: uppercase;
}

.access-form input,
.access-form select,
.access-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: var(--panel);
  color: var(--ink);
  font: inherit;
  font-size: 16px;
  font-weight: 750;
}

.access-form textarea {
  min-height: 128px;
  resize: vertical;
}

.access-form input:focus,
.access-form select:focus,
.access-form textarea:focus {
  outline: 3px solid rgba(30, 148, 210, 0.18);
  border-color: var(--peaq-blue);
  background: var(--white);
}

.form-full {
  grid-column: 1 / -1;
}

.access-form .button {
  width: 100%;
  min-height: 54px;
}

.access-form .button:disabled {
  cursor: wait;
  opacity: 0.72;
  transform: none;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 26px 0 40px;
  color: var(--muted);
  font-weight: 850;
}

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

@media (max-width: 1080px) {
  .nav-links {
    display: none;
  }

  .hero-section,
  .feature-row,
  .feature-row-reverse,
  .sports-grid,
  .use-case-section,
  .final-cta {
    grid-template-columns: 1fr;
  }

  .workflow-grid,
  .trust-card-grid,
  .seo-card-grid,
  .feature-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .testing-decisions-panel {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 760px) {
  .section-shell,
  .site-header,
  .site-footer {
    width: min(100% - 32px, 1220px);
  }

  .site-header {
    gap: 10px;
    padding: 10px 0;
  }

  .header-actions {
    flex: 0 0 auto;
    gap: 6px;
    margin-left: auto;
  }

  .header-actions .button {
    min-height: 38px;
    padding-inline: 12px;
    font-size: 12px;
    white-space: nowrap;
  }

  .header-actions .button-primary {
    padding-inline: 14px;
  }

  .brand-wordmark {
    width: 86px;
  }

  .hero-section {
    gap: 24px;
    padding: 32px 0 48px;
  }

  .hero-copy h1,
  .section-heading h2,
  .feature-copy h2,
  .sports-section h2,
  .use-case-dark h2,
  .final-cta h2 {
    font-size: 38px;
  }

  .hero-copy h1 {
    line-height: 1.02;
  }

  .hero-copy p,
  .section-heading p,
  .feature-copy p,
  .sports-section p,
  .use-case-dark p,
  .final-cta p,
  .expansion-stack p {
    font-size: 17px;
  }

  .hero-copy p,
  .section-heading p,
  .feature-copy p {
    margin-top: 16px;
  }

  .hero-copy .cta-row {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 22px;
  }

  .hero-copy .button {
    width: 100%;
  }

  .workflow-section,
  .sports-section {
    padding: 48px 0;
  }

  .seo-overview-section {
    padding: 0 0 52px;
  }

  .trust-section {
    padding: 48px 0 0;
  }

  .hero-kicker {
    display: flex;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .trust-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .seo-card-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .seo-card-grid article {
    min-height: 0;
    padding: 18px;
  }

  .seo-card-grid h3 {
    margin: 24px 0 10px;
    font-size: 22px;
  }

  .trust-card-grid article {
    min-height: 0;
    padding: 18px;
  }

  .trust-card-grid h3 {
    margin: 24px 0 10px;
    font-size: 22px;
  }

  .decision-section {
    padding: 50px 0 0;
  }

  .decision-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .decision-card {
    padding: 20px;
    border-radius: 20px;
  }

  .decision-card h3 {
    margin-top: 22px;
    font-size: 26px;
  }

  .decision-card ul {
    gap: 10px;
    margin-top: 22px;
  }

  .decision-card li {
    font-size: 14px;
  }

  .decision-cta {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .testing-decisions-section {
    padding: 52px 0 0;
  }

  .testing-decisions-panel {
    gap: 22px;
    padding: 18px;
    border-radius: 20px;
  }

  .testing-decisions-panel h2 {
    font-size: 38px;
  }

  .testing-decisions-panel p {
    margin-top: 16px;
    font-size: 17px;
  }

  .decision-metric-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .decision-metric-list article {
    min-height: 0;
    padding: 16px;
  }

  .product-sections {
    padding: 52px 0;
  }

  .features-section {
    padding: 52px 0;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .workflow-heading {
    margin-bottom: 20px;
  }

  .hero-preview {
    border-radius: 22px;
  }

  .product-image-frame {
    padding: 8px;
  }

  .product-image-frame img {
    border-radius: 16px;
  }

  .hero-image-frame img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transform: none;
  }

  .preview-hero {
    padding: 24px;
  }

  .preview-hero h2 {
    margin-top: 26px;
    font-size: 34px;
  }

  .score-card {
    flex-basis: 88px;
    min-height: 86px;
    border-radius: 20px;
  }

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

  .preview-grid,
  .profile-tiles,
  .profile-card-grid,
  .comparison-pair,
  .comparison-score-grid,
  .comparison-buckets,
  .bucket-strip,
  .intake-flow,
  .workspace-stats,
  .sport-pills {
    grid-template-columns: 1fr;
  }

  .mini-metrics,
  .report-metric-panel .mini-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-report-preview .mini-metrics {
    gap: 8px;
  }

  .hero-report-preview .mini-metrics div {
    min-height: 96px;
    padding: 11px;
  }

  .hero-report-preview .mini-metrics span {
    min-height: 26px;
    font-size: 11px;
  }

  .hero-report-preview .mini-metrics strong {
    font-size: 19px;
  }

  .profile-card-hero {
    display: grid;
  }

  .bucket-strip {
    padding: 14px;
  }

  .comparison-visual h3 {
    font-size: 28px;
  }

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

  .comparison-row {
    min-width: 620px;
  }

  .workflow-grid,
  .feature-card-grid {
    grid-template-columns: 1fr;
  }

  .workflow-grid {
    display: none;
  }

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

  .workflow-accordion-list details {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--white);
    box-shadow: 0 12px 28px rgba(8, 14, 29, 0.06);
  }

  .workflow-accordion-list summary {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 8px 44px 8px 14px;
    color: var(--ink);
    cursor: pointer;
    font-weight: 950;
    list-style: none;
  }

  .workflow-accordion-list summary::-webkit-details-marker {
    display: none;
  }

  .workflow-accordion-list summary::after {
    position: absolute;
    right: 16px;
    color: var(--muted);
    content: "+";
    font-size: 24px;
    line-height: 1;
  }

  .workflow-accordion-list details[open] summary::after {
    content: "-";
  }

  .workflow-accordion-list .step-number {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 11px;
    font-size: 12px;
  }

  .workflow-accordion-list p {
    margin: 0;
    padding: 0 16px 16px 60px;
    color: var(--muted);
    font-weight: 800;
  }

  .split-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .feature-row,
  .feature-row-reverse,
  .sports-grid {
    gap: 0;
    margin-bottom: 48px;
  }

  .feature-row,
  .feature-row-reverse {
    display: flex;
    flex-direction: column;
  }

  .product-sections .feature-copy {
    display: contents;
  }

  .product-sections .feature-copy .section-label,
  .product-sections .feature-copy h2,
  .product-sections .feature-copy p,
  .product-sections .feature-copy .check-list {
    width: 100%;
  }

  .product-sections .feature-copy .section-label {
    order: 1;
    margin-bottom: 12px;
  }

  .product-sections .feature-copy h2 {
    order: 2;
  }

  .product-sections .feature-copy p {
    order: 3;
  }

  .tool-note {
    padding: 14px;
    font-size: 15px;
  }

  .product-sections .feature-row > .visual-card {
    order: 4;
    width: 100%;
    margin-top: 18px;
  }

  .product-sections .feature-copy .check-list {
    order: 5;
  }

  .visual-card,
  .use-case-dark,
  .cta-panel,
  .domain-panel,
  .access-form-card {
    padding: 18px;
  }

  .visual-card h3 {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .check-list {
    gap: 8px;
    margin-top: 22px;
  }

  .check-list li {
    min-height: 46px;
    padding: 11px 12px 11px 40px;
    border-radius: 12px;
    font-size: 14px;
  }

  .check-list li::before {
    left: 12px;
    width: 18px;
    height: 18px;
    font-size: 11px;
  }

  .product-shot,
  .mobile-shot-shell {
    border-radius: 16px;
  }

  .intake-visual .product-shot,
  .report-page-visual .product-shot,
  .comparison-visual .product-shot,
  .workspace-visual .product-shot {
    height: auto;
  }

  .intake-visual .product-shot img,
  .report-page-visual .product-shot img,
  .comparison-visual .product-shot img,
  .workspace-visual .product-shot img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: contain;
    transform: none;
  }

  .mobile-shot-shell {
    padding: 16px;
  }

  .mobile-shot-shell img {
    width: min(100%, 280px);
    border-radius: 24px;
  }

  .table-preview,
  .metric-table {
    overflow-x: auto;
  }

  .table-row,
  .metric-row {
    min-width: 620px;
  }

  .use-case-list {
    grid-template-columns: 1fr;
    margin-top: 36px;
  }

  .faq-section {
    padding: 52px 0;
  }

  .faq-list {
    gap: 10px;
  }

  .faq-list details {
    border-radius: 16px;
  }

  .faq-list summary {
    min-height: 58px;
    padding: 14px 48px 14px 16px;
    font-size: 16px;
  }

  .faq-list summary::after {
    right: 16px;
  }

  .faq-list p {
    padding: 0 16px 16px;
    font-size: 15px;
  }

  .sports-grid > div > p:not(.sports-mobile-summary) {
    display: none;
  }

  .sports-mobile-summary {
    display: block;
    max-width: none;
    padding: 16px;
    margin-top: 18px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--white);
    box-shadow: 0 12px 28px rgba(8, 14, 29, 0.06);
  }

  .sport-pills {
    display: none;
  }

  .feature-card-grid {
    display: none;
  }

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

  .feature-accordion-list details {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: var(--panel);
    box-shadow: 0 12px 28px rgba(8, 14, 29, 0.06);
  }

  .feature-accordion-list summary {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    min-height: 58px;
    padding: 8px 44px 8px 14px;
    color: var(--ink);
    cursor: pointer;
    font-weight: 950;
    list-style: none;
  }

  .feature-accordion-list summary::-webkit-details-marker {
    display: none;
  }

  .feature-accordion-list summary::after {
    position: absolute;
    right: 16px;
    color: var(--muted);
    content: "+";
    font-size: 24px;
    line-height: 1;
  }

  .feature-accordion-list details[open] summary::after {
    content: "-";
  }

  .feature-accordion-list .icon-mark {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    border-radius: 11px;
  }

  .feature-accordion-list ul {
    display: grid;
    gap: 8px;
    padding: 0 16px 16px 60px;
    margin: 0;
    color: var(--muted);
    font-weight: 850;
  }

  .feature-accordion-list li::marker {
    color: var(--green);
  }

  .final-cta {
    border-radius: 20px;
  }

  .access-form-card h3 {
    font-size: 26px;
  }

  .access-form {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .privacy-note {
    font-size: 14px;
  }

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

@media (max-width: 440px) {
  .section-shell,
  .site-header,
  .site-footer {
    width: min(100% - 24px, 1220px);
  }

  .site-header {
    gap: 8px;
  }

  .brand-wordmark {
    width: 78px;
  }

  .header-actions {
    gap: 5px;
  }

  .header-actions .button {
    min-height: 36px;
    padding-inline: 10px;
    font-size: 11px;
  }

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

  .hero-report-preview .metric-panel h3 {
    font-size: 20px;
  }

  .hero-report-preview .mini-metrics div {
    padding: 10px;
  }

  .mini-metrics small {
    font-size: 12px;
  }

  .button-large,
  .hero-copy .button {
    width: 100%;
  }

  .preview-hero {
    display: grid;
  }

  .score-card {
    justify-self: start;
  }
}
