:root {
  --ink: #12264a;
  --ink-soft: #526078;
  --muted: #768197;
  --teal: #58bec4;
  --teal-dark: #287e86;
  --coral: #ef7d6a;
  --coral-dark: #a94a3f;
  --green: #2f8a61;
  --green-soft: #e9f6ef;
  --rose-soft: #fdebea;
  --navy: #0b355b;
  --peach: #f7e7df;
  --line: rgba(18, 38, 74, 0.12);
  --panel: rgba(255, 255, 255, 0.78);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(26, 58, 93, 0.16);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 88% 3%, rgba(88, 190, 196, 0.26), transparent 28rem),
    linear-gradient(135deg, #f7f7ff 0%, #edf7f8 47%, #fbf7f3 100%);
  line-height: 1.6;
}

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

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

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

.site-header {
  position: sticky;
  top: 12px;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 14px;
  border: 1px solid rgba(18, 38, 74, 0.1);
  border-radius: 999px;
  padding: 10px 12px 10px 18px;
  background: rgba(248, 251, 253, 0.78);
  box-shadow: 0 16px 48px rgba(26, 58, 93, 0.1);
  backdrop-filter: blur(20px);
}

.brand img,
.site-footer img {
  width: 188px;
  height: auto;
}

.brand,
.footer-brand {
  display: block;
  width: 188px;
  overflow: hidden;
  background: transparent;
}

.brand img,
.footer-brand img {
  max-width: 100%;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 20px;
  color: var(--ink-soft);
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
}

.nav-links a,
.partner-link,
.footer-links a {
  transition: color 160ms ease, border-color 160ms ease, background 160ms ease;
}

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

.header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.partner-link,
.header-cta {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--ink);
  font-size: 0.84rem;
  font-weight: 800;
  white-space: nowrap;
}

.partner-link {
  background: rgba(255, 255, 255, 0.42);
  color: var(--ink-soft);
  font-weight: 750;
  box-shadow: none;
}

.header-cta {
  border-color: transparent;
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 10px 22px rgba(11, 53, 91, 0.18);
}

.partner-link:hover,
.header-cta:hover {
  border-color: rgba(88, 190, 196, 0.45);
}

.partner-link:hover {
  background: rgba(255, 255, 255, 0.92);
}

.header-cta:hover {
  background: #082b4a;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.96fr);
  align-items: center;
  gap: 22px;
  min-height: 520px;
  padding: 22px 0 42px;
}

.hero-copy {
  padding-top: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.hero-headline {
  display: grid;
  gap: 5px;
  max-width: 780px;
  margin-bottom: 20px;
  color: #10264b;
  font-size: clamp(2.46rem, 3.12vw, 2.88rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-headline > span {
  display: block;
}

.keep-together {
  display: inline;
  white-space: nowrap;
}

.headline-qualifier {
  color: #10264b;
  font-size: 0.74em;
  font-weight: 850;
  white-space: nowrap;
}

.hero-headline strong {
  color: var(--coral);
}

h2 {
  color: #12264a;
  font-size: clamp(2.1rem, 4vw, 4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  color: #15284a;
  font-size: 1.04rem;
  line-height: 1.25;
}

.hero-subhead {
  max-width: 660px;
  margin-bottom: 18px;
  color: #233552;
  font-size: 1.08rem;
  line-height: 1.5;
}

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

.button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 14px 24px;
  border: 1px solid transparent;
  font-weight: 900;
  line-height: 1.1;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

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

.button-primary {
  background: var(--navy);
  color: var(--white);
  box-shadow: 0 14px 32px rgba(11, 53, 91, 0.22);
}

.button-primary:hover {
  background: #082b4a;
}

.button-secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
}

.trust-line {
  margin: 22px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
  font-weight: 700;
}

.hero-workflow-visual {
  position: relative;
  width: min(100%, 560px);
  margin: 0;
  justify-self: end;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow);
}

.hero-workflow-visual img {
  width: 100%;
  height: auto;
}

.hero-outcomes-card {
  position: absolute;
  inset: 25.6% 3.2% 10.8% 55.1%;
  display: grid;
  grid-template-rows: auto repeat(3, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid rgba(18, 38, 74, 0.1);
  border-radius: 18px;
  padding: clamp(11px, 1.22vw, 18px) clamp(12px, 1.38vw, 20px);
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 14px 40px rgba(26, 58, 93, 0.12);
}

.hero-outcomes-card h2 {
  align-self: center;
  margin: 0;
  font-size: clamp(0.74rem, 1.1vw, 1.04rem);
  font-weight: 900;
  line-height: 1.1;
}

.hero-outcomes-card .outcome-row {
  display: grid;
  grid-template-columns: clamp(23px, 2.4vw, 37px) minmax(0, 1fr);
  gap: clamp(7px, 0.68vw, 11px);
  align-items: center;
  border-top: 1px solid rgba(18, 38, 74, 0.11);
}

.outcome-icon {
  display: grid;
  width: clamp(23px, 2.4vw, 37px);
  height: clamp(23px, 2.4vw, 37px);
  border-radius: 50%;
  place-items: center;
  background: rgba(88, 190, 196, 0.13);
  color: var(--teal-dark);
}

.outcome-icon.patient-icon {
  background: rgba(239, 125, 106, 0.13);
  color: var(--coral);
}

.outcome-icon.revenue-icon {
  background: rgba(47, 138, 97, 0.12);
  color: var(--green);
}

.outcome-icon svg {
  width: clamp(11px, 1.18vw, 18px);
  height: clamp(11px, 1.18vw, 18px);
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.outcome-metric {
  display: grid;
  gap: clamp(2px, 0.22vw, 4px);
  min-width: 0;
}

.hero-outcomes-card .outcome-metric > span:first-child {
  color: #44556f;
  font-size: clamp(0.46rem, 0.68vw, 0.72rem);
  font-weight: 800;
  line-height: 1.2;
  white-space: nowrap;
}

.outcome-value {
  display: flex;
  gap: clamp(4px, 0.42vw, 7px);
  align-items: baseline;
  min-width: 0;
}

.outcome-value strong {
  color: var(--ink);
  font-size: clamp(0.84rem, 1.42vw, 1.34rem);
  line-height: 1;
}

.outcome-value b {
  color: var(--green);
  font-size: clamp(0.46rem, 0.66vw, 0.7rem);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.hero-panel,
.pricing-panel,
.roi-card,
.calculator-card,
.founder-card,
.price-card {
  border: 1px solid var(--line);
  border-radius: 24px;
  background: var(--panel);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-panel {
  overflow: hidden;
}

.owner-panel {
  position: relative;
  border-radius: 28px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(237, 247, 248, 0.86)),
    var(--panel);
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 28px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.6);
  font-weight: 900;
}

.panel-header strong {
  border: 1px solid rgba(88, 190, 196, 0.32);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(88, 190, 196, 0.09);
  color: #23415a;
  font-size: 0.78rem;
  white-space: nowrap;
}

.panel-header strong::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 50%;
  background: #ef7d6a;
}

.snapshot-cards {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  padding: 26px;
}

.snapshot-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: start;
  border: 1px solid rgba(18, 38, 74, 0.11);
  border-radius: 18px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: 0 18px 42px rgba(26, 58, 93, 0.11);
}

.lost-card {
  margin-right: 24px;
  border-color: rgba(169, 74, 63, 0.16);
  background: linear-gradient(135deg, rgba(253, 235, 234, 0.88), rgba(255, 255, 255, 0.88));
}

.recovered-card {
  margin-left: 24px;
  border-color: rgba(47, 138, 97, 0.16);
  background: linear-gradient(135deg, rgba(233, 246, 239, 0.92), rgba(255, 255, 255, 0.88));
}

.snapshot-card span {
  display: block;
  color: var(--ink-soft);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.snapshot-card strong {
  display: block;
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(2.35rem, 4.5vw, 3.2rem);
  line-height: 0.98;
}

.lost-card strong {
  color: var(--coral-dark);
}

.recovered-card strong {
  color: var(--green);
}

.snapshot-card p {
  margin: 12px 0 0;
  color: var(--ink-soft);
  font-size: 1rem;
  line-height: 1.35;
}

.float-icon {
  width: 38px;
  height: 38px;
  border-radius: 12px;
}

.coral-dot {
  background:
    radial-gradient(circle at 70% 30%, var(--coral) 0 5px, transparent 6px),
    rgba(239, 125, 106, 0.14);
}

.teal-dot {
  background:
    radial-gradient(circle at 70% 30%, var(--teal-dark) 0 5px, transparent 6px),
    rgba(88, 190, 196, 0.16);
}

.green-dot {
  background:
    radial-gradient(circle at 70% 30%, var(--green) 0 5px, transparent 6px),
    rgba(47, 138, 97, 0.14);
}

.queue-panel {
  position: relative;
  z-index: 1;
  margin: 16px 20px 18px;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 14px;
  background: rgba(255, 255, 255, 0.62);
}

.visual-queue {
  margin-top: 14px;
}

.queue-heading {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding: 0 4px;
  color: var(--ink);
  font-size: 0.88rem;
  font-weight: 900;
}

.queue-heading strong {
  color: var(--teal-dark);
}

.queue-row {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  border: 1px solid rgba(18, 38, 74, 0.1);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.82);
}

.queue-row + .queue-row {
  margin-top: 10px;
}

.queue-row h2 {
  margin-bottom: 2px;
  font-size: 0.96rem;
  line-height: 1.22;
}

.queue-row p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.84rem;
}

.queue-row > span {
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.signal-list {
  display: grid;
  gap: 14px;
  padding: 24px 20px;
}

.signal-card {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 18px 16px;
  background: rgba(255, 255, 255, 0.68);
}

.signal-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 14px;
  background: rgba(88, 190, 196, 0.13);
  color: var(--teal-dark);
  font-size: 0.78rem;
  font-weight: 900;
}

.signal-card h2 {
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.25;
}

.signal-card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 0.94rem;
}

.signal-card span {
  color: var(--teal-dark);
  font-size: 0.82rem;
  font-weight: 900;
}

.dashboard-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin: 0 20px 22px;
  border: 1px solid rgba(231, 151, 119, 0.2);
  border-radius: 16px;
  padding: 14px;
  background: rgba(247, 231, 223, 0.72);
  color: #263752;
  font-size: 0.78rem;
  font-weight: 850;
  line-height: 1.25;
}

.dashboard-strip span + span {
  border-left: 1px solid rgba(18, 38, 74, 0.12);
  padding-left: 10px;
}

section {
  position: relative;
}

section[id] {
  scroll-margin-top: 112px;
}

.section-shell {
  padding: 68px 0;
}

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

.hero.section-shell {
  padding-bottom: 62px;
}

.section-heading {
  max-width: 790px;
  margin-bottom: 30px;
}

.section-heading.compact {
  max-width: 720px;
}

.section-heading p:not(.eyebrow),
.split-section > div:first-child p,
.roi-card p,
.pricing-copy p,
.security-section .section-heading p:not(.eyebrow),
.final-cta p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.12rem;
}

.problem-grid,
.dashboard-grid,
.security-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.problem-grid article,
.dashboard-grid article,
.security-grid article,
.feature-list > div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: rgba(255, 255, 255, 0.62);
}

.problem-card-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.problem-card-meta > span:not(.problem-card-icon) {
  display: inline-block;
  color: var(--teal-dark);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.problem-card-icon,
.process-step-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  border-radius: 50%;
  place-items: center;
  background: rgba(88, 190, 196, 0.13);
  color: var(--teal-dark);
}

.problem-card-icon.patient-search-icon,
.process-step-icon.approval-icon {
  background: rgba(239, 125, 106, 0.12);
  color: var(--coral-dark);
}

.problem-card-icon.tracking-icon,
.process-step-icon.trend-icon {
  background: rgba(47, 138, 97, 0.11);
  color: var(--green);
}

.problem-card-icon svg,
.process-step-icon svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.problem-grid p,
.dashboard-grid p,
.security-grid p,
.feature-list p,
.process-list p {
  margin-bottom: 0;
  color: var(--ink-soft);
}

.split-section,
.pricing-section {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1fr);
  gap: 50px;
  align-items: start;
}

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

.feature-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  place-items: center;
  background: rgba(88, 190, 196, 0.14);
  color: var(--teal-dark);
}

.feature-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature-icon.revenue-icon {
  background: rgba(245, 111, 91, 0.12);
  color: var(--coral-dark);
}

.feature-icon.tracking-icon {
  background: rgba(88, 190, 196, 0.1);
}

.security-icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  border-radius: 50%;
  place-items: center;
  background: rgba(88, 190, 196, 0.14);
  color: var(--teal-dark);
}

.security-icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.security-icon.workflow-icon {
  background: rgba(245, 111, 91, 0.11);
  color: var(--coral-dark);
}

.security-icon.approval-icon {
  background: rgba(47, 138, 97, 0.12);
  color: var(--green);
}

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

.comparison-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px;
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 18px 48px rgba(26, 58, 93, 0.08);
}

.comparison-card h3 {
  margin-bottom: 20px;
}

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

.comparison-card li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  color: var(--ink-soft);
}

.manual-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.84), rgba(253, 235, 234, 0.36)),
    var(--panel);
}

.reactai-card {
  border-color: rgba(88, 190, 196, 0.28);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.94), rgba(233, 246, 239, 0.76)),
    var(--panel);
  box-shadow: 0 22px 58px rgba(26, 58, 93, 0.13);
}

.comparison-mark {
  position: relative;
  display: inline-grid;
  width: 24px;
  height: 24px;
  margin-top: 1px;
  border-radius: 50%;
  place-items: center;
}

.mark-miss {
  background: rgba(239, 125, 106, 0.14);
}

.mark-miss::before,
.mark-miss::after {
  position: absolute;
  width: 10px;
  height: 2px;
  border-radius: 999px;
  background: var(--coral-dark);
  content: "";
}

.mark-miss::before {
  transform: rotate(45deg);
}

.mark-miss::after {
  transform: rotate(-45deg);
}

.mark-check {
  background: rgba(47, 138, 97, 0.14);
}

.mark-check::before {
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--green);
  border-left: 2px solid var(--green);
  content: "";
  transform: translateY(-1px) rotate(-45deg);
}

.calculator-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 0.82fr);
  gap: 46px;
  align-items: center;
  padding-top: 54px;
  padding-bottom: 54px;
}

.calculator-copy p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.12rem;
}

.calculator-card {
  padding: 22px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(232, 247, 248, 0.76)),
    var(--panel);
}

.calculator-input {
  display: grid;
  gap: 8px;
  margin-bottom: 8px;
}

.calculator-input span {
  color: var(--ink);
  font-weight: 900;
}

.calculator-input input {
  width: 100%;
  border: 1px solid rgba(18, 38, 74, 0.16);
  border-radius: 16px;
  padding: 11px 16px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--ink);
  font: inherit;
  font-size: 1.8rem;
  font-weight: 900;
  outline: none;
}

.calculator-input input:focus {
  border-color: rgba(88, 190, 196, 0.72);
  box-shadow: 0 0 0 4px rgba(88, 190, 196, 0.14);
}

.calculator-range {
  width: 100%;
  accent-color: var(--teal-dark);
}

.calculator-helper {
  margin: 0 0 8px;
  color: var(--muted);
  font-size: 0.9rem;
  text-align: center;
  white-space: nowrap;
}

.calc-results {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.calc-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 13px 16px;
  background: rgba(255, 255, 255, 0.78);
}

.calc-row span,
.calc-result span {
  color: var(--ink-soft);
  font-weight: 800;
}

.calc-row strong,
.calc-result strong {
  color: var(--ink);
  font-size: 1rem;
  text-align: right;
}

.calc-result {
  border-color: rgba(88, 190, 196, 0.35);
  background: rgba(88, 190, 196, 0.1);
}

.calc-result strong {
  font-size: 1.28rem;
  white-space: nowrap;
}

.risk-result {
  border-color: rgba(169, 74, 63, 0.18);
  background: var(--rose-soft);
}

.risk-result strong {
  color: var(--coral-dark);
}

.recovery-result {
  border-color: rgba(47, 138, 97, 0.18);
  background: var(--green-soft);
}

.recovery-result strong {
  color: var(--green);
}

.payback-note {
  display: grid;
  gap: 4px;
  margin-top: 10px;
  border: 1px solid rgba(18, 38, 74, 0.1);
  border-radius: 16px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.72);
}

.payback-note strong {
  color: var(--ink);
  line-height: 1.3;
  white-space: nowrap;
}

.payback-note span {
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.calculator-card p {
  margin: 10px 0 0;
  color: var(--ink-soft);
  font-size: 0.88rem;
}

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

.dashboard-grid article {
  min-height: 210px;
}

.dashboard-grid span {
  display: inline-flex;
  margin-top: 16px;
  border: 1px solid rgba(88, 190, 196, 0.22);
  border-radius: 999px;
  padding: 6px 9px;
  background: rgba(88, 190, 196, 0.07);
  color: var(--teal-dark);
  font-size: 0.72rem;
  font-weight: 850;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  border-top: 3px solid rgba(88, 190, 196, 0.45);
  padding: 20px 16px 0 0;
}

.process-step-meta {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 16px;
}

.process-list .step-number {
  display: inline-flex;
  color: var(--teal-dark);
  font-weight: 900;
}

.workflow-visual {
  width: min(690px, 100%);
  margin: 20px auto 0;
  border-radius: 24px;
  padding: 0;
  background: transparent;
  box-shadow: 0 24px 64px rgba(26, 58, 93, 0.13);
}

.workflow-visual img {
  width: 100%;
  height: auto;
  border-radius: 24px;
  object-fit: contain;
  object-position: center;
  background: transparent;
}

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

.reasons-grid div {
  display: flex;
  min-height: 118px;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 18px;
  background: rgba(255, 255, 255, 0.65);
  color: #1c3153;
  font-weight: 900;
  line-height: 1.24;
}

.founder-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 44px;
  align-items: center;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(247, 231, 223, 0.66)),
    var(--panel);
}

.founder-card p:not(.eyebrow) {
  color: var(--ink-soft);
  font-size: 1.12rem;
}

.founder-headline span {
  display: block;
  white-space: nowrap;
}

.founder-headline {
  font-size: clamp(2rem, 3.2vw, 3.35rem);
}

.founder-points {
  display: grid;
  gap: 10px;
}

.founder-points span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--ink);
  font-weight: 850;
}

.roi-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 44px;
  align-items: center;
  padding: 42px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.84), rgba(232, 247, 248, 0.82)),
    var(--panel);
}

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

.metric-stack span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 14px 18px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--ink);
  font-weight: 850;
}

.pricing-panel {
  padding: 30px;
}

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

.price-card {
  padding: 28px;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.66);
}

.price-card.featured {
  border-color: rgba(88, 190, 196, 0.36);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(232, 247, 248, 0.75)),
    var(--panel);
  box-shadow: 0 18px 50px rgba(26, 58, 93, 0.12);
}

.price-card p {
  margin-bottom: 10px;
  color: var(--teal-dark);
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.price-card strong {
  display: block;
  margin-bottom: 22px;
  color: var(--ink);
  font-size: clamp(2.1rem, 3.2vw, 3rem);
  line-height: 1;
}

.price-card strong span {
  color: var(--ink-soft);
  font-size: 1rem;
  font-weight: 850;
}

.price-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
}

.price-card li {
  position: relative;
  padding-left: 22px;
}

.price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.pricing-panel ul {
  display: grid;
  gap: 12px;
  margin: 0 0 24px;
  padding: 0;
  list-style: none;
  color: var(--ink-soft);
}

.pricing-panel li {
  position: relative;
  padding-left: 24px;
}

.pricing-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.security-section {
  padding-top: 50px;
}

.final-cta {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.48);
}

.final-cta-inner {
  max-width: 900px;
  text-align: center;
}

.final-cta .hero-actions {
  justify-content: center;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 36px 0;
  color: var(--ink-soft);
}

.site-footer img {
  width: 176px;
  margin-bottom: 10px;
}

.site-footer p {
  margin: 0;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
  font-weight: 800;
}

@media (max-width: 980px) {
  .site-header {
    position: static;
    top: auto;
    width: 100%;
    border-width: 0 0 1px;
    border-radius: 0;
    margin-top: 0;
    padding: 12px 14px;
  }

  .nav-links {
    display: none;
  }

  .partner-link {
    display: none;
  }

  .header-cta {
    padding: 10px 12px;
    font-size: 0.78rem;
  }

  .hero,
  .hero.section-shell,
  .split-section,
  .pricing-section,
  .roi-card,
  .calculator-section,
  .founder-card {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 34px;
    gap: 30px;
  }

  .hero-copy {
    padding-top: 0;
  }

  .hero-workflow-visual {
    width: min(100%, 680px);
    justify-self: start;
  }

  .dashboard-grid,
  .process-list,
  .reasons-grid,
  .pricing-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .problem-grid,
  .security-grid,
  .comparison-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header,
  .section-shell,
  .site-footer {
    width: min(100% - 28px, 1120px);
  }

  .site-header {
    gap: 16px;
  }

  .brand img {
    width: 164px;
  }

  .brand {
    width: 164px;
  }

  .header-actions {
    margin-left: auto;
  }

  .hero,
  .section-shell {
    padding: 44px 0;
  }

  .hero.section-shell {
    padding-bottom: 40px;
  }

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

  h1 {
    font-size: clamp(2.48rem, 10.8vw, 3.18rem);
  }

  .hero-headline {
    max-width: 100%;
    font-size: clamp(1.86rem, 7.45vw, 2.1rem);
    line-height: 1.06;
  }

  .hero-headline > span {
    white-space: normal;
  }

  .headline-qualifier {
    font-size: 0.82em;
    white-space: normal;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3rem);
  }

  .founder-headline {
    font-size: clamp(1.45rem, 6vw, 2.35rem);
  }

  .hero-subhead,
  .section-heading p:not(.eyebrow),
  .split-section > div:first-child p,
  .roi-card p,
  .pricing-copy p,
  .security-section .section-heading p:not(.eyebrow),
  .final-cta p:not(.eyebrow) {
    font-size: 1.03rem;
  }

  .button {
    width: 100%;
    min-height: 52px;
    padding-inline: 18px;
    text-align: center;
  }

  .header-cta {
    max-width: 142px;
    min-height: 40px;
    padding: 9px 10px;
    text-align: center;
    white-space: normal;
  }

  .hero-workflow-visual {
    border-radius: 18px;
  }

  .hero-outcomes-card {
    border-radius: 12px;
  }

  .panel-header,
  .signal-card {
    align-items: flex-start;
  }

  .owner-metrics {
    grid-template-columns: 1fr;
    padding: 18px 16px 0;
  }

  .snapshot-cards {
    grid-template-columns: 1fr;
    padding: 18px 16px 16px;
  }

  .lost-card,
  .recovered-card {
    margin-left: 0;
    margin-right: 0;
  }

  .snapshot-card {
    padding: 17px;
  }

  .snapshot-card strong {
    font-size: 2rem;
  }

  .queue-panel {
    margin: 14px 14px 16px;
  }

  .queue-row {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .queue-row > span {
    grid-column: 2;
  }

  .panel-header {
    flex-direction: column;
  }

  .signal-card {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .signal-card span {
    grid-column: 2;
  }

  .dashboard-grid,
  .process-list,
  .reasons-grid,
  .pricing-cards {
    grid-template-columns: 1fr;
  }

  .dashboard-grid article {
    min-height: 0;
  }

  .workflow-visual {
    margin-top: 20px;
    border-radius: 18px;
    padding: 0;
  }

  .workflow-visual img {
    border-radius: 18px;
  }

  .roi-card,
  .pricing-panel,
  .calculator-card,
  .founder-card,
  .price-card {
    padding: 26px;
    border-radius: 18px;
  }

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

  .dashboard-strip span + span {
    border-left: 0;
    border-top: 1px solid rgba(18, 38, 74, 0.12);
    padding: 8px 0 0;
  }

  .calc-row,
  .calc-result {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .calculator-helper,
  .calc-result strong {
    white-space: normal;
  }

  .payback-note strong {
    white-space: normal;
  }

  .calc-row strong,
  .calc-result strong {
    text-align: left;
  }

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

  .footer-links {
    justify-content: flex-start;
  }
}
