:root {
  color-scheme: light;
  --ink: #111827;
  --muted: #536171;
  --line: #d6dde8;
  --paper: #f7f8fb;
  --surface: #ffffff;
  --tint: #eef3fb;
  --blue: #1f4fa3;
  --blue-dark: #102449;
  --accent: #20858f;
  --accent-soft: #e8f4f5;
  --teal: #20858f;
  --green: #1f7a57;
  --issue: #536171;
  --issue-dark: #263444;
  --issue-soft: #f1f4f8;
  --issue-line: #d8e0ea;
  --amber: #b7791f;
  --amber-dark: #74420f;
  --amber-soft: #fff4dc;
  --amber-line: #ecd18f;
  --shadow: 0 24px 70px rgba(16, 36, 73, 0.13);
  --radius: 8px;
  --max: 1180px;
  --gutter: clamp(28px, 5vw, 56px);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(0.96rem, 0.22vw + 0.91rem, 1rem);
  line-height: 1.55;
}

img,
svg {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
p,
li,
span,
strong,
a,
button,
label {
  overflow-wrap: anywhere;
}

a {
  color: inherit;
}

button,
input,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid rgba(31, 79, 163, 0.38);
  outline-offset: 3px;
}

.skip-link {
  left: 1rem;
  position: fixed;
  top: -4rem;
  z-index: 100;
  background: var(--ink);
  color: #fff;
  padding: 0.75rem 1rem;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: min(var(--max), calc(100% - var(--gutter)));
  margin-inline: auto;
}

.section {
  padding: clamp(50px, 7vw, 76px) 0;
}

.tinted {
  background: var(--tint);
}

.brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: var(--ink);
  font-weight: 900;
  letter-spacing: 0;
}

.brand strong {
  display: block;
  font-size: clamp(1.08rem, 0.45vw + 1rem, 1.22rem);
  line-height: 1;
}

.brand-ai {
  color: var(--blue);
  margin-left: 0.16em;
}

.brand-reversed {
  color: #fff;
}

.brand-reversed .brand-ai {
  color: #ffffff;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: clamp(46px, 3.8vw, 52px);
  padding: 0 clamp(18px, 2.6vw, 26px);
  border: 1px solid var(--blue);
  border-radius: var(--radius);
  background: var(--blue);
  color: #fff;
  font-weight: 750;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(31, 79, 163, 0.18);
  cursor: pointer;
}

.button:hover {
  background: #173f82;
}

.button-secondary {
  background: transparent;
  color: var(--blue-dark);
  border-color: #a9c4d7;
  box-shadow: none;
}

.button-secondary:hover {
  background: #eaf0fb;
}

.button-light {
  background: #fff;
  color: var(--blue-dark);
  border-color: #fff;
}

.button-small {
  min-height: 38px;
  padding: 0 14px;
  font-size: 0.86rem;
}

.hero {
  padding-top: clamp(30px, 4.2vw, 42px);
  padding-bottom: clamp(28px, 4vw, 38px);
  background:
    linear-gradient(90deg, rgba(31, 79, 163, 0.12), transparent 38%, rgba(32, 133, 143, 0.12)),
    linear-gradient(180deg, #fff 0%, var(--paper) 100%);
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(min(100%, 440px), 1.08fr);
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

.hero-brand {
  margin-bottom: clamp(15px, 2vw, 20px);
}

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

.hero-pill {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  border: 2px solid #bdcbe4;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  color: var(--blue-dark);
  padding: clamp(8px, 1.2vw, 10px) clamp(14px, 2.4vw, 24px);
  text-transform: none;
  font-size: clamp(0.84rem, 0.32vw + 0.8rem, 0.94rem);
  line-height: 1.15;
  font-weight: 850;
  margin-bottom: clamp(14px, 2vw, 18px);
}

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

h1 {
  font-size: clamp(2.35rem, 4.6vw, 3.55rem);
  line-height: 1.02;
  max-width: 790px;
  margin-bottom: 18px;
  letter-spacing: 0;
}

.hero-brand-title {
  font-size: clamp(2.25rem, 5.2vw, 3.75rem);
  line-height: 1.05;
  max-width: 620px;
  margin-bottom: clamp(14px, 2vw, 20px);
  letter-spacing: 0;
}

.hero-statement {
  color: var(--ink);
  font-size: clamp(1.5rem, 2.55vw, 1.875rem);
  font-weight: 650;
  line-height: 1.25;
  max-width: 560px;
  margin-bottom: 16px;
  letter-spacing: 0;
}

h2 {
  font-size: clamp(1.65rem, 2.8vw, 2.25rem);
  line-height: 1.12;
  margin-bottom: 14px;
  letter-spacing: 0;
}

h3 {
  font-size: clamp(1.08rem, 0.7vw, 1.2rem);
  line-height: 1.22;
}

.hero-lead,
.section-heading p {
  color: var(--muted);
  font-size: clamp(1rem, 0.55vw + 0.92rem, 1.08rem);
}

.hero-lead {
  max-width: 620px;
}

.hero-scope {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 640px;
  margin-top: 16px;
}

.hero-scope span {
  border: 1px solid #cdd8e8;
  background: rgba(255, 255, 255, 0.72);
  color: #28384c;
}

.hero-scope span {
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 0.8rem;
  font-weight: 780;
  line-height: 1.1;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: clamp(18px, 2.2vw, 24px) 0 14px;
}

.hero-actions .button {
  min-height: clamp(50px, 4.4vw, 56px);
  padding: 0 clamp(24px, 3vw, 32px);
  font-size: clamp(1rem, 0.4vw + 0.94rem, 1.05rem);
  font-weight: 850;
}

.trust-line {
  color: #334155;
  font-weight: 650;
}

.source-grid span {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  border-radius: 999px;
  padding: 7px 11px;
  color: #334155;
  font-size: 0.86rem;
  font-weight: 680;
}

.dashboard-card,
.position-mockup {
  background: var(--surface);
  border: 1px solid rgba(216, 224, 232, 0.9);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-dashboard {
  min-width: 0;
  padding: clamp(14px, 2vw, 18px);
}

.dashboard-top,
.position-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.mini-label {
  color: var(--muted);
  display: block;
  font-size: 0.8rem;
  font-weight: 750;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #a9d6dc;
  background: var(--accent-soft);
  color: #145f66;
  padding: 7px 10px;
  font-size: 0.76rem;
  font-weight: 800;
  white-space: nowrap;
}

.status-pill.success {
  background: #e8f7f0;
  border-color: #addcc5;
  color: #16583e;
}

.dashboard-columns,
.position-grid,
.evaluation-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(14px, 2.4vw, 18px);
}

.hero-kpi-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 10px 0;
}

.hero-kpi-row div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #f6f9fb;
  padding: clamp(9px, 1.2vw, 11px);
}

.hero-kpi-row strong {
  display: block;
  color: var(--blue-dark);
  font-size: clamp(1.15rem, 1.8vw, 1.35rem);
  line-height: 1.1;
}

.pulse-number {
  animation: number-pulse 3.4s ease-in-out infinite;
}

.pulse-number.delay {
  animation-delay: 0.75s;
}

.hero-workflow {
  border: 1px solid #abcbd1;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #f7fbfd 0%, #fff 100%);
  padding: clamp(10px, 1.4vw, 12px);
  box-shadow: inset 4px 0 0 var(--teal);
}

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

.task-grid article {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 8px;
}

.task-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: var(--blue-dark);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 6px;
}

.task-grid strong,
.task-grid small {
  display: block;
}

.task-grid strong {
  color: var(--ink);
  font-size: 0.86rem;
  line-height: 1.18;
  margin-bottom: 4px;
}

.task-grid small {
  color: var(--muted);
  font-size: 0.72rem;
  line-height: 1.25;
  font-weight: 700;
}

.open-points {
  margin-top: 10px;
  display: grid;
  gap: 7px;
}

.open-points-heading {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  align-items: baseline;
}

.open-points-heading strong {
  color: var(--blue-dark);
  font-size: 0.86rem;
}

.open-points article {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(92px, 0.55fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: 8px 10px;
}

.open-points article span,
.open-points article strong,
.open-points article b,
.open-points article em {
  display: block;
}

.open-points article span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
}

.open-points article strong {
  color: var(--ink);
  font-size: 0.92rem;
  line-height: 1.16;
}

.open-points article b {
  color: var(--blue-dark);
  font-size: 0.88rem;
}

.open-points article em {
  justify-self: end;
  border-radius: 999px;
  background: var(--accent-soft);
  color: #145f66;
  padding: 5px 8px;
  font-size: 0.72rem;
  font-style: normal;
  font-weight: 850;
  white-space: nowrap;
}

.panel,
.mock-panel,
.info-card,
.compare-card,
.fit-card,
.trust-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  padding: clamp(16px, 2vw, 18px);
}

.panel h2,
.panel h3,
.mock-panel h4 {
  font-size: 1rem;
  margin-bottom: 14px;
}

.dark-panel {
  background: var(--blue-dark);
  color: #fff;
  border-color: var(--blue-dark);
}

.dark-panel .data-list,
.dark-panel span {
  color: #dbe8ff;
}

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

.data-list div,
.progress-row,
.confidence {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 0;
}

.data-list dt,
.data-list dd {
  margin: 0;
}

.data-list dd {
  font-weight: 800;
  color: var(--ink);
}

.dark-panel dd {
  color: #fff;
}

.progress-track {
  height: 8px;
  background: rgba(216, 224, 232, 0.75);
  overflow: hidden;
  border-radius: 999px;
  margin: 6px 0 12px;
}

.progress-track span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--accent), var(--blue));
}

.status-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f5f8fa;
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: var(--radius);
  color: #334155;
  font-size: 0.9rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
}

.status-bar strong {
  margin-left: auto;
}

.product-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #a9d6dc;
  border-radius: var(--radius);
  background: #fff;
  color: #145f66;
  box-shadow: inset 0 -2px 0 rgba(20, 95, 102, 0.08);
  font-size: 0.82rem;
  font-weight: 900;
  white-space: nowrap;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 26px;
}

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

.problem-section {
  background: #f5f7fa;
  padding-top: clamp(18px, 3vw, 26px);
}

.problem-section .eyebrow {
  color: var(--issue-dark);
}

.problem-layout {
  display: block;
}

.problem-layout .section-heading {
  margin-bottom: 28px;
}

.problem-proof {
  margin: 22px 0 0;
  padding: clamp(14px, 1.8vw, 16px);
  border-left: 4px solid var(--issue);
  background: var(--issue-soft);
  color: var(--issue-dark);
  font-weight: 740;
}

.card-grid {
  display: grid;
  gap: clamp(12px, 1.6vw, 14px);
}

.card-grid.four {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 220px), 1fr));
}

.card-grid.three {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
}

.info-card h3,
.fit-card h3,
.trust-grid h3 {
  margin-bottom: 8px;
}

.info-card p,
.fit-card,
.trust-grid p,
.mock-panel p {
  color: var(--muted);
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 18px);
}

.problem-card {
  min-height: clamp(172px, 14vw, 204px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-color: var(--issue-line);
  background: #fff;
}

.card-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 8px;
  border-radius: var(--radius);
  background: #edf5fb;
  color: var(--blue);
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
}

.problem-card .card-icon {
  background: var(--issue-soft);
  color: var(--blue-dark);
}

.problem-card .card-kicker {
  width: fit-content;
  color: var(--issue-dark);
  font-size: 0.82rem;
  font-weight: 900;
  margin-top: 12px;
}

.problem-card h3 {
  margin: 12px 0 8px;
}

.closing-line {
  margin: 22px 0 0;
  color: var(--blue-dark);
  font-size: clamp(1rem, 0.6vw + 0.92rem, 1.1rem);
  font-weight: 800;
}

.solution-closing {
  width: fit-content;
  max-width: 100%;
  padding: clamp(14px, 1.8vw, 16px);
  border: 1px solid #abcbd1;
  border-left: 4px solid var(--accent);
  border-radius: var(--radius);
  background: #ffffff;
  box-shadow: 0 18px 42px rgba(16, 36, 73, 0.08);
}

.workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 16px);
}

.workflow article {
  position: relative;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(17px, 2vw, 20px);
}

.workflow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--blue-dark);
  color: #fff;
  font-weight: 900;
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.workflow p,
.workflow small {
  color: var(--muted);
}

.workflow small {
  display: block;
  margin-top: 10px;
  font-weight: 750;
}

.before-after,
.fit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2.6vw, 22px);
}

.compare-card.active {
  background: var(--blue-dark);
  color: #fff;
}

.compare-card.active .check-list li,
.compare-card.active .compare-label {
  color: #e3eff6;
}

.compare-label {
  display: inline-block;
  color: var(--blue);
  font-weight: 800;
  margin-bottom: 12px;
}

.check-list,
.source-list,
.prepare-list,
.feature-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li,
.source-list li,
.prepare-list li,
.feature-card li {
  position: relative;
  padding-left: 24px;
  margin: 10px 0;
}

.check-list li::before,
.source-list li::before,
.prepare-list li::before,
.feature-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.quiet li::before {
  content: "•";
  color: #8a99a8;
}

.example-section {
  background: linear-gradient(180deg, #fff 0%, var(--tint) 100%);
}

.position-mockup {
  padding: clamp(16px, 2.4vw, 20px);
  background:
    linear-gradient(135deg, rgba(31, 79, 163, 0.08), transparent 32%),
    #fff;
}

.position-header h3 {
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  margin-bottom: 6px;
}

.position-grid {
  grid-template-columns: minmax(0, 1.3fr) minmax(260px, 0.7fr);
  margin-top: 16px;
}

.position-main {
  display: grid;
  gap: 14px;
}

.role-flow {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 14px);
}

.role-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  padding: clamp(15px, 2vw, 18px);
}

.role-card-ai {
  border-color: #a9d6dc;
  background: linear-gradient(180deg, var(--accent-soft) 0%, #fff 100%);
}

.role-card-user {
  border-color: #b8c9e4;
  background: linear-gradient(180deg, #f1f5fb 0%, #fff 100%);
}

.role-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: var(--blue-dark);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 900;
  margin-bottom: 12px;
}

.role-card-ai .role-badge {
  background: var(--accent);
}

.role-card h4 {
  font-size: 1rem;
  margin-bottom: 12px;
}

.activity-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.activity-list li {
  position: relative;
  margin: 10px 0;
  padding-left: 24px;
  color: var(--muted);
}

.activity-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--blue);
  font-weight: 900;
}

.mock-panel.attention {
  border-color: #a9d6dc;
  background: var(--accent-soft);
}

.source-panel h4 {
  margin-bottom: 12px;
}

.decision-panel {
  background: var(--blue-dark);
  color: #fff;
  border-radius: var(--radius);
  min-width: 0;
  padding: clamp(16px, 2.3vw, 20px);
}

.decision-panel .mini-label,
.decision-panel .prepare-list,
.decision-panel .confidence {
  color: #dbe8ff;
}

.price {
  display: block;
  font-size: clamp(1.85rem, 4.2vw, 2.75rem);
  line-height: 1;
  margin: 8px 0 18px;
}

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

.decision-buttons span {
  border: 1px solid #ccd8e5;
  background: #f7fafc;
  color: var(--blue-dark);
  border-radius: var(--radius);
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.82rem;
  font-weight: 850;
  box-shadow: inset 0 -2px 0 rgba(16, 36, 73, 0.06);
  cursor: default;
}

.decision-buttons span:first-child {
  border-color: #addcc5;
  background: #e8f7f0;
  color: #16583e;
}

.decision-buttons span:nth-child(2) {
  border-color: #b8c9e4;
  background: #f1f5fb;
}

.decision-buttons span:nth-child(3) {
  border-color: var(--amber-line);
  background: var(--amber-soft);
  color: var(--amber-dark);
}

.comparison-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 14px);
  margin: 16px 0;
}

.comparison-strip p,
.implementation-note,
.fit-closing {
  border: 1px solid var(--line);
  background: #fff;
  border-radius: var(--radius);
  padding: clamp(13px, 1.6vw, 14px);
  margin: 0;
}

.centered {
  margin-inline: auto;
  display: flex;
  width: fit-content;
}

.mid-cta,
.dark-section,
.site-footer {
  background: var(--blue-dark);
  color: #fff;
}

.mid-cta {
  padding: clamp(38px, 5vw, 46px) 0;
}

.mid-cta-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.mid-cta p,
.dark-section .section-heading p,
.site-footer p {
  color: #dbe8ff;
}

.results-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
}

.result-card {
  min-height: 180px;
  display: flex;
  flex-direction: column;
}

.result-card .card-icon {
  margin-bottom: 14px;
}

.result-card h3 {
  min-height: 3em;
}

.results-slide {
  margin-top: 28px;
  display: grid;
  gap: clamp(14px, 2vw, 18px);
  padding: clamp(16px, 2.6vw, 24px);
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: #fff;
  box-shadow: var(--shadow);
}

.result-flow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 16px);
}

.result-flow article {
  position: relative;
  min-width: 0;
  padding: clamp(16px, 2vw, 18px);
  border: 1px solid #cbd8e6;
  border-radius: var(--radius);
  background: linear-gradient(180deg, #f7fbfd 0%, #fff 100%);
}

.result-flow article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -16px;
  width: 16px;
  height: 2px;
  background: var(--teal);
}

.result-flow span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: var(--blue-dark);
  color: #fff;
  font-weight: 900;
  margin-bottom: 14px;
}

.result-flow h3 {
  margin-bottom: 8px;
}

.result-flow p {
  color: var(--muted);
  margin: 0;
}

.result-outcomes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.8vw, 16px);
}

.result-outcomes article {
  min-width: 0;
  border-left: 4px solid var(--teal);
  background: #f5f8fa;
  border-radius: var(--radius);
  padding: clamp(14px, 1.8vw, 16px);
}

.result-outcomes strong,
.result-outcomes span {
  display: block;
}

.result-outcomes strong {
  color: var(--blue-dark);
  margin-bottom: 4px;
}

.result-outcomes span {
  color: var(--muted);
}

.result-band {
  margin-top: 18px;
  display: grid;
  grid-template-columns: minmax(180px, 1.2fr) repeat(4, minmax(130px, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--line);
}

.result-band span,
.result-band strong {
  background: #fff;
  padding: clamp(14px, 2vw, 18px);
}

.result-band span {
  color: var(--muted);
  font-weight: 750;
}

.subheading {
  color: #fff;
}

.data-control-section {
  background:
    linear-gradient(135deg, rgba(32, 133, 143, 0.18), transparent 34%),
    var(--blue-dark);
}

.data-control-heading {
  max-width: 760px;
  margin-bottom: clamp(26px, 4vw, 38px);
}

.data-control-heading .eyebrow {
  color: #dbe8ff;
}

.data-control-heading p {
  color: #dbe8ff;
  font-size: clamp(1rem, 0.55vw + 0.92rem, 1.08rem);
}

.control-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(14px, 2vw, 18px);
}

.control-steps article {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  padding: clamp(18px, 2.4vw, 24px);
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.16);
}

.control-steps span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 900;
  margin-bottom: 18px;
}

.control-steps h3 {
  font-size: clamp(1.2rem, 1.3vw, 1.45rem);
  margin-bottom: 10px;
}

.control-steps p {
  color: var(--muted);
  margin: 0;
}

.control-summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: clamp(14px, 2vw, 18px);
  align-items: center;
  margin-top: clamp(18px, 3vw, 26px);
  padding: clamp(16px, 2vw, 18px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.control-summary div {
  min-width: 0;
}

.control-summary strong,
.control-summary span {
  display: block;
}

.control-summary strong {
  color: #fff;
  margin-bottom: 4px;
}

.control-summary span {
  color: #dbe8ff;
}

.source-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr));
  gap: clamp(9px, 1.3vw, 10px);
  margin-bottom: 24px;
}

.data-source-grid {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 150px), 1fr));
}

.source-grid span {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: var(--radius);
}

.knowledge-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  gap: clamp(18px, 3vw, 28px);
  align-items: stretch;
  margin-top: clamp(18px, 3vw, 26px);
  padding: clamp(18px, 2.6vw, 24px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
}

.knowledge-panel strong {
  display: block;
  color: #fff;
  margin-bottom: 12px;
}

.knowledge-panel p {
  margin: 0;
  padding: clamp(16px, 2vw, 18px);
  border-radius: var(--radius);
  background: #fff;
  color: var(--blue-dark);
  font-weight: 800;
}

.knowledge-panel .knowledge-result {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  min-height: 100%;
}

.knowledge-result .card-icon {
  background: var(--accent-soft);
  color: var(--teal);
}

.knowledge-result span {
  display: block;
}

.knowledge-result strong {
  display: block;
  color: var(--blue-dark);
  margin-bottom: 4px;
}

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

.knowledge-list li {
  position: relative;
  padding-left: 24px;
  color: #dbe8ff;
}

.knowledge-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #9ee0cf;
  font-weight: 900;
}

.trust-grid article {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.18);
}

.trust-grid h3 {
  color: #fff;
}

.trust-grid p {
  color: #dbe8ff;
}

.disclaimer {
  margin: 24px 0 0;
  padding: clamp(16px, 2vw, 18px);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-weight: 760;
}

.light {
  color: #fff;
}

.implementation-note {
  display: flex;
  justify-content: space-between;
  gap: clamp(12px, 2vw, 18px);
  margin-bottom: 18px;
}

.implementation-note span,
.fit-closing span {
  color: var(--muted);
}

.feature-card li {
  color: var(--muted);
}

.implementation-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(0, 0.875fr));
  gap: clamp(14px, 2vw, 18px);
  align-items: stretch;
}

#mise-en-place .centered {
  margin-top: clamp(24px, 3vw, 34px);
}

.primary-feature {
  background: var(--blue-dark);
  border-color: var(--blue-dark);
  color: #fff;
}

.primary-feature p,
.primary-feature li {
  color: #dbe8ff;
}

.primary-feature .module-label {
  color: #dbe8ff;
}

.module-label {
  display: block;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 850;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.fit-card {
  background: #fff;
}

.fit-closing {
  margin-top: 22px;
  display: flex;
  gap: clamp(10px, 1.8vw, 14px);
  align-items: center;
}

.evaluation-section {
  background:
    linear-gradient(135deg, rgba(31, 79, 163, 0.12), transparent 34%, rgba(32, 133, 143, 0.1)),
    #fff;
}

.evaluation-grid {
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
  align-items: start;
}

.evaluation-copy {
  position: sticky;
  top: 110px;
}

.microcopy {
  padding: clamp(16px, 2vw, 18px);
  border-left: 4px solid var(--accent);
  background: var(--accent-soft);
  color: #145f66;
}

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

.microcopy ul {
  display: grid;
  gap: 6px;
  margin: 0;
  padding-left: 18px;
}

.microcopy li {
  margin: 0;
}

.lead-form {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  min-width: 0;
  padding: clamp(16px, 3vw, 26px);
  box-shadow: var(--shadow);
}

.form-heading p,
.consent {
  color: var(--muted);
}

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

.lead-form label,
.lead-form fieldset {
  display: grid;
  gap: 8px;
  margin: clamp(14px, 2vw, 16px) 0;
  color: #263444;
  font-weight: 760;
}

.lead-form input,
.lead-form select {
  width: 100%;
  border: 1px solid #bdc9d5;
  border-radius: var(--radius);
  padding: clamp(11px, 1.6vw, 12px) 13px;
  color: var(--ink);
  background: #fff;
  font-weight: 500;
}

.lead-form input[aria-invalid="true"],
.lead-form select[aria-invalid="true"] {
  border-color: var(--teal);
  box-shadow: 0 0 0 3px rgba(32, 133, 143, 0.14);
}

.field-error {
  color: #145f66;
  font-size: 0.86rem;
  font-weight: 700;
}

fieldset {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(12px, 1.8vw, 14px);
}

legend {
  font-weight: 800;
  padding: 0 6px;
}

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

.checkbox-grid label {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #334155;
  font-weight: 600;
}

.checkbox-grid input {
  width: 18px;
  height: 18px;
}

.form-status {
  min-height: 24px;
  font-weight: 800;
}

.form-status.success {
  color: var(--green);
}

.form-status.error {
  color: var(--blue-dark);
}

.form-submit {
  width: 100%;
  margin-top: 8px;
}

.site-footer {
  padding: clamp(38px, 5vw, 44px) 0;
}

.footer-inner {
  display: block;
}

.footer-brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: clamp(20px, 3vw, 28px);
}

.footer-brand .button {
  flex: 0 0 auto;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes number-pulse {
  0%,
  100% {
    color: var(--blue-dark);
    text-shadow: none;
  }

  48% {
    color: var(--teal);
    text-shadow: 0 0 18px rgba(32, 133, 143, 0.22);
  }
}

@media (prefers-reduced-motion: reduce) {
  .pulse-number {
    animation: none;
  }
}

@media (max-width: 1040px) {
  .evaluation-grid {
    grid-template-columns: 1fr;
  }

  .evaluation-copy {
    position: static;
  }

  .workflow,
  .results-grid,
  .implementation-grid,
  .card-grid.four,
  .card-grid.three,
  .source-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .result-flow,
  .result-outcomes {
    grid-template-columns: 1fr;
  }

  .result-flow article:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 28px;
    bottom: -16px;
    width: 2px;
    height: 16px;
  }

  .result-band {
    grid-template-columns: repeat(2, 1fr);
  }

  .control-steps {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 980px) {
  .problem-layout .section-heading {
    max-width: 820px;
  }

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

@media (max-width: 920px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 820px) {
  .container {
    width: min(100% - clamp(24px, 6vw, 34px), var(--max));
  }

  .section {
    padding: clamp(46px, 9vw, 64px) 0;
  }

  .hero {
    padding-top: clamp(34px, 8vw, 46px);
    padding-bottom: clamp(32px, 8vw, 44px);
  }

  h1 {
    font-size: clamp(2.1rem, 6vw, 3rem);
  }

  .hero-brand-title {
    font-size: clamp(2.25rem, 6.4vw, 3rem);
    line-height: 1.05;
    margin-bottom: clamp(16px, 3vw, 22px);
  }

  .hero-statement {
    font-size: clamp(1.38rem, 3.7vw, 1.65rem);
    line-height: 1.25;
  }

  h2 {
    font-size: clamp(1.55rem, 4.8vw, 2.1rem);
  }

  .dashboard-columns,
  .position-grid,
  .role-flow,
  .before-after,
  .fit-grid,
  .implementation-grid,
  .comparison-strip,
  .mid-cta-inner {
    grid-template-columns: 1fr;
  }

  .mid-cta-inner {
    display: grid;
  }

  .status-bar,
  .dashboard-top,
  .position-header,
  .implementation-note,
  .fit-closing {
    flex-direction: column;
    align-items: flex-start;
  }

  .status-bar strong {
    margin-left: 0;
  }

}

@media (max-width: 620px) {
  .hero-actions,
  .button,
  .centered {
    width: 100%;
  }

  .workflow,
  .results-grid,
  .task-grid,
  .card-grid.four,
  .card-grid.three,
  .source-grid,
  .problem-grid,
  .form-grid,
  .checkbox-grid,
  .result-band {
    grid-template-columns: 1fr;
  }

  .hero-dashboard,
  .position-mockup,
  .lead-form {
    padding: 16px;
  }

  .decision-buttons {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 32px;
    padding-bottom: 4px;
  }

  .hero-dashboard .hero-workflow,
  .hero-dashboard .open-points,
  .hero-dashboard .hero-kpi-row {
    display: none;
  }

  .trust-line {
    display: none;
  }

  .problem-section {
    padding-top: 4px;
  }

  .open-points-heading,
  .open-points article {
    grid-template-columns: 1fr;
  }

  .open-points-heading {
    display: grid;
  }

  .open-points article em {
    justify-self: start;
  }

  .open-points article b {
    font-size: 0.92rem;
  }

  .control-summary {
    grid-template-columns: 1fr;
  }

  .control-summary .button {
    width: 100%;
  }

  .status-pill {
    white-space: normal;
  }

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

  .footer-brand .button {
    width: 100%;
  }

  h1 {
    font-size: clamp(2rem, 9.2vw, 2.25rem);
    line-height: 1.06;
  }

  .hero-brand-title {
    font-size: clamp(2.25rem, 9.6vw, 2.35rem);
    line-height: 1.05;
    margin-bottom: clamp(16px, 4vw, 18px);
  }

  .hero-statement {
    font-size: clamp(1.32rem, 6vw, 1.5rem);
    line-height: 1.28;
  }

  .hero-pill {
    padding: clamp(8px, 2vw, 9px) clamp(13px, 4vw, 16px);
    font-size: clamp(0.84rem, 3.2vw, 0.9rem);
    margin-bottom: clamp(20px, 6vw, 24px);
  }

  h2 {
    font-size: clamp(1.5rem, 6.4vw, 1.875rem);
  }

  .position-header h3,
  .price {
    font-size: clamp(1.55rem, 8vw, 1.85rem);
  }
}
