:root {
  --ink: #162045;
  --blue: #2f80ed;
  --cyan: #39d5e8;
  --soft: #f5f8ff;
  --paper: #ffffff;
  --line: #d9e3f4;
  --muted: #68748d;
  --success: #13846c;
  --warning: #a56d00;
  --shadow: 0 22px 60px rgba(22, 32, 69, 0.14);
}

* {
  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: #f8fbff;
}

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 1.5rem;
  min-height: 4.7rem;
  padding: 0 2rem;
  border-bottom: 1px solid rgba(217, 227, 244, 0.85);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.78rem;
  color: #ffffff;
  text-decoration: none;
}

.brand-dark {
  color: var(--ink);
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 0.55rem;
  color: var(--cyan);
  font-weight: 900;
  background: rgba(255, 255, 255, 0.08);
}

.brand-dark .brand-mark {
  color: var(--blue);
  border-color: var(--line);
  background: var(--soft);
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 0.12rem;
  color: currentColor;
  opacity: 0.64;
}

.header-nav {
  display: flex;
  justify-content: center;
  gap: 1.4rem;
  color: var(--muted);
  font-size: 0.95rem;
}

.header-nav a,
.header-actions a,
.hero-actions a,
.final-cta a,
.market-details a,
.demo-topbar a {
  text-decoration: none;
}

.header-nav a:hover {
  color: var(--ink);
}

.header-actions,
.hero-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.primary-button,
.secondary-button,
.ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  padding: 0 1rem;
  border-radius: 0.6rem;
  font-weight: 800;
  white-space: nowrap;
}

.primary-button {
  border: 1px solid var(--blue);
  color: #ffffff;
  background: var(--blue);
  box-shadow: 0 12px 28px rgba(47, 128, 237, 0.26);
}

.secondary-button {
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
}

.ghost-button {
  border: 1px solid var(--line);
  color: var(--ink);
  background: #ffffff;
}

.hero-section {
  position: relative;
  display: grid;
  align-items: end;
  min-height: calc(100vh - 4.7rem);
  overflow: hidden;
  color: #ffffff;
  background: var(--ink);
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(22, 32, 69, 0.96) 0%, rgba(22, 32, 69, 0.82) 42%, rgba(22, 32, 69, 0.28) 100%),
    linear-gradient(0deg, rgba(22, 32, 69, 0.86) 0%, transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(74rem, calc(100% - 4rem));
  margin: 0 auto;
  padding: 5.6rem 0 4rem;
}

.product-hero {
  align-items: start;
  min-height: auto;
  color: var(--ink);
  background:
    radial-gradient(circle at 18% 8%, rgba(47, 128, 237, 0.08), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.product-hero .hero-image,
.product-hero .hero-overlay {
  display: none;
}

.product-hero-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  align-items: start;
  width: min(96rem, calc(100% - 2.5rem));
  padding-top: 1.45rem;
  padding-bottom: 1.8rem;
}

.hero-copy {
  position: static;
  display: grid;
  grid-template-columns: minmax(18rem, 0.45fr) minmax(0, 1fr);
  gap: 1.25rem;
  align-items: end;
}

.product-hero h1 {
  max-width: 44rem;
  font-size: clamp(1.45rem, 2.2vw, 2.35rem);
  line-height: 1.08;
}

.product-hero .hero-lead {
  max-width: 48rem;
  margin-top: 0.4rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.55;
}

.product-hero .hero-proof {
  justify-content: flex-end;
  margin-top: 0;
}

.product-hero .hero-proof span {
  color: #0b4da8;
  border-color: rgba(47, 128, 237, 0.16);
  background: #eef6ff;
}

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

.central-section .eyebrow,
.final-cta .eyebrow,
.contact-section .eyebrow {
  color: var(--cyan);
}

.hero-section .eyebrow {
  color: var(--blue);
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1,
h2,
h3 {
  margin: 0;
}

h1 {
  max-width: 57rem;
  font-size: clamp(2.45rem, 6vw, 5.85rem);
  line-height: 0.97;
}

h2 {
  font-size: clamp(2rem, 3.8vw, 3.6rem);
  line-height: 1.02;
}

h3 {
  font-size: 1.18rem;
}

.hero-lead {
  max-width: 45rem;
  margin: 1.35rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.18rem;
  line-height: 1.62;
}

.hero-value {
  max-width: 48rem;
  margin: 1rem 0 0;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(57, 213, 232, 0.34);
  border-radius: 0.75rem;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 850;
  line-height: 1.48;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.hero-actions {
  margin-top: 1.7rem;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: 2.2rem;
}

.hero-proof span {
  padding: 0.62rem 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
}

.orcap-engine {
  padding: 1.2rem;
  border: 1px solid rgba(217, 227, 244, 0.86);
  border-radius: 1rem;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(22, 32, 69, 0.1);
}

.engine-head,
.result-summary,
.estimate-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.engine-head h2,
.engine-results h2 {
  font-size: 1.08rem;
}

.demo-pill,
.scenario-note {
  display: inline-flex;
  align-items: center;
  min-height: 2rem;
  padding: 0 0.65rem;
  border-radius: 999px;
  color: #075e6a;
  font-size: 0.78rem;
  font-weight: 850;
  background: rgba(57, 213, 232, 0.16);
}

.engine-form {
  display: grid;
  gap: 0.85rem;
  margin-top: 1rem;
}

.engine-form fieldset {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.engine-form legend {
  padding: 0;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 900;
}

.engine-caption {
  margin: -0.25rem 0 0;
  color: var(--muted);
  font-size: 0.86rem;
}

.search-command {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: end;
}

.organism-grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 0.45rem;
}

.organism-grid button {
  min-height: 2.35rem;
  padding: 0 0.6rem;
  border: 1px solid rgba(217, 227, 244, 0.9);
  border-radius: 0.55rem;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 850;
  text-align: center;
  background: #ffffff;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    color 160ms ease,
    background 160ms ease;
}

.organism-grid button:hover,
.organism-grid button.is-selected {
  color: #ffffff;
  border-color: var(--blue);
  background: var(--blue);
  box-shadow: 0 10px 22px rgba(47, 128, 237, 0.2);
}

.organism-grid.needs-selection button {
  border-color: rgba(47, 128, 237, 0.38);
  box-shadow: 0 0 0 0.12rem rgba(47, 128, 237, 0.08);
}

.engine-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
}

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

.engine-form label {
  display: grid;
  gap: 0.42rem;
}

.engine-form label span {
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 850;
}

.engine-form input,
.engine-form select {
  width: 100%;
  min-height: 2.7rem;
  padding: 0 0.8rem;
  border: 1px solid var(--line);
  border-radius: 0.58rem;
  color: var(--ink);
  background: #ffffff;
  outline: none;
}

#buyerNeed {
  min-height: 3.35rem;
  padding-left: 2.55rem;
  font-size: 1.05rem;
  font-weight: 760;
  background:
    linear-gradient(90deg, transparent 0 2.2rem, #ffffff 2.2rem),
    radial-gradient(circle at 1.15rem 50%, rgba(47, 128, 237, 0.2), rgba(47, 128, 237, 0.2) 0.36rem, transparent 0.39rem),
    #ffffff;
}

.context-fieldset {
  max-width: 24rem;
}

.engine-form input:focus,
.engine-form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 0.2rem rgba(47, 128, 237, 0.12);
}

.autocomplete-field {
  position: relative;
}

.suggestions-list {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 8;
  display: grid;
  gap: 0.25rem;
  margin-top: 0.35rem;
  padding: 0.45rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(22, 32, 69, 0.14);
}

.suggestions-list[hidden] {
  display: none;
}

.suggestions-list button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 2.55rem;
  padding: 0 0.7rem;
  border: 0;
  border-radius: 0.5rem;
  color: var(--ink);
  font-weight: 800;
  text-align: left;
  background: transparent;
}

.suggestions-list button:hover {
  background: var(--soft);
}

.suggestions-list span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 750;
}

.engine-results {
  display: grid;
  gap: 1rem;
  margin-top: 1.05rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.engine-results[hidden] {
  display: none;
}

.search-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.95rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.search-meta span + span::before {
  content: "|";
  margin-right: 0.95rem;
  color: #c2cbda;
}

.result-summary {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.75rem;
}

.result-summary article {
  position: relative;
  min-height: 6.25rem;
  padding: 1rem 1rem 1rem 4.2rem;
  border: 1px solid rgba(217, 227, 244, 0.86);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(22, 32, 69, 0.08);
}

.result-summary article::before {
  position: absolute;
  top: 1.15rem;
  left: 1rem;
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 0.65rem;
  font-weight: 900;
}

.result-summary article:nth-child(1)::before {
  content: "€";
  color: #0b875b;
  background: rgba(19, 132, 108, 0.12);
}

.result-summary article:nth-child(2)::before {
  content: "€";
  color: var(--blue);
  background: rgba(47, 128, 237, 0.12);
}

.result-summary article:nth-child(3)::before {
  content: "%";
  color: #c76300;
  background: rgba(255, 139, 36, 0.13);
}

.result-summary article:nth-child(4)::before {
  content: "C";
  color: #8b3ffc;
  background: rgba(139, 63, 252, 0.12);
}

.result-summary article:nth-child(5) {
  border-color: rgba(19, 132, 108, 0.56);
  background: linear-gradient(135deg, rgba(19, 132, 108, 0.06), #ffffff);
}

.result-summary article:nth-child(5)::before {
  content: "F";
  color: #0b875b;
  background: rgba(19, 132, 108, 0.12);
}

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

.result-summary strong {
  font-size: 1.28rem;
  line-height: 1.1;
}

.result-summary span {
  color: var(--muted);
  margin-top: 0.28rem;
  font-size: 0.82rem;
  line-height: 1.25;
}

.results-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(22rem, 0.92fr);
  gap: 0.25rem;
  align-items: start;
}

.comparison-panel {
  display: grid;
  gap: 0.75rem;
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 0.9rem;
  background: #ffffff;
  box-shadow: 0 20px 56px rgba(22, 32, 69, 0.08);
}

.table-heading,
.table-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 1rem;
}

.table-heading strong {
  color: #0d357c;
  font-size: 1.05rem;
}

.table-heading span {
  padding: 0.35rem 0.55rem;
  border-radius: 0.4rem;
  color: #0054d6;
  font-size: 0.82rem;
  font-weight: 850;
  background: #eef6ff;
}

.table-foot {
  color: #2f5594;
  font-size: 0.82rem;
  background: #f5f9ff;
}

.orcap-table {
  width: 100%;
  min-width: 54rem;
  border-collapse: collapse;
}

.orcap-table th,
.orcap-table td {
  padding: 0.82rem 1rem;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

.orcap-table th {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.orcap-table tr:last-child td {
  border-bottom: 0;
}

.orcap-table td:first-child strong,
.orcap-table td:first-child span {
  display: block;
}

.orcap-table td:first-child strong {
  color: #0054b8;
}

.orcap-table td:first-child span {
  margin-top: 0.18rem;
  color: var(--muted);
  font-size: 0.82rem;
}

.orcap-table td:nth-child(3) {
  color: #0a7b56;
  font-size: 1.02rem;
  font-weight: 900;
}

.orcap-table input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  accent-color: var(--blue);
}

.status-badge {
  display: inline-flex;
  align-items: center;
  min-height: 1.7rem;
  padding: 0 0.55rem;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
}

.status-badge.ok {
  color: #086150;
  background: rgba(19, 132, 108, 0.14);
}

.status-badge.limited {
  color: #075e6a;
  background: rgba(57, 213, 232, 0.16);
}

.status-badge.no {
  color: #8a3c3c;
  background: rgba(255, 214, 214, 0.9);
}

.estimate-box,
.funding-box,
.notice-box {
  padding: 0.9rem 1rem;
  border-radius: 0.7rem;
}

.estimate-box {
  border: 1px solid rgba(245, 132, 32, 0.34);
  color: #8a4500;
  background: linear-gradient(135deg, rgba(255, 245, 235, 0.95), #ffffff);
}

.estimate-box span {
  color: #4b5569;
}

.funding-box {
  display: grid;
  gap: 0.82rem;
  margin-left: -0.05rem;
  padding: 1.05rem;
  border: 1px solid rgba(47, 128, 237, 0.18);
  border-radius: 0.9rem;
  background:
    linear-gradient(180deg, rgba(245, 248, 255, 0.98), #ffffff);
  box-shadow: 0 16px 36px rgba(22, 32, 69, 0.07);
}

.funding-box > div:first-child strong {
  display: block;
  color: #0054d6;
}

.funding-box small {
  display: block;
  margin-top: 0.28rem;
  color: var(--muted);
  font-weight: 800;
}

.funding-box p {
  margin: 0.25rem 0 0;
  color: var(--muted);
  line-height: 1.5;
}

.funding-programs {
  display: grid;
  gap: 0.55rem;
}

.funding-programs article {
  padding: 0.82rem;
  border: 1px solid rgba(217, 227, 244, 0.82);
  border-radius: 0.72rem;
  background: linear-gradient(135deg, #ffffff, #f8fbff);
}

.funding-programs article:nth-child(2) {
  border-color: rgba(19, 132, 108, 0.2);
  background: linear-gradient(135deg, rgba(19, 132, 108, 0.06), #ffffff);
}

.funding-programs article:nth-child(3) {
  border-color: rgba(237, 47, 47, 0.18);
  background: linear-gradient(135deg, rgba(237, 47, 47, 0.05), #ffffff);
}

.funding-programs span {
  display: block;
  margin-bottom: 0.22rem;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.funding-programs strong {
  display: block;
  font-size: 0.92rem;
}

.funding-link {
  justify-self: end;
  color: var(--blue);
  font-size: 0.86rem;
  font-weight: 850;
  text-decoration: none;
}

.funding-box ul {
  display: grid;
  gap: 0.38rem;
  margin: 0.45rem 0 0;
  padding-left: 1.1rem;
  color: var(--muted);
  line-height: 1.45;
}

.funding-note {
  font-size: 0.86rem;
}

.condition-note {
  padding: 0.82rem 0.95rem;
  border: 1px solid rgba(217, 227, 244, 0.9);
  border-radius: 0.7rem;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.86);
  line-height: 1.5;
}

.notice-box {
  color: #075e6a;
  border: 1px solid rgba(57, 213, 232, 0.28);
  background: rgba(57, 213, 232, 0.12);
  line-height: 1.55;
}

.insight-section {
  display: grid;
  grid-template-columns: minmax(16rem, 0.72fr) minmax(0, 1fr);
  gap: 2rem;
  width: min(74rem, calc(100% - 4rem));
  margin: 4rem auto;
  padding: 1.55rem;
  border: 1px solid rgba(57, 213, 232, 0.26);
  border-radius: 0.9rem;
  color: #ffffff;
  background:
    linear-gradient(135deg, rgba(22, 32, 69, 0.98), rgba(25, 44, 92, 0.94)),
    var(--ink);
  box-shadow: var(--shadow);
}

.insight-section h2 {
  font-size: clamp(1.55rem, 2.6vw, 2.45rem);
}

.insight-section p:last-child {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.02rem;
  line-height: 1.65;
}

.section {
  width: min(74rem, calc(100% - 4rem));
  margin: 0 auto;
  padding: 6rem 0;
}

.tinted-section {
  width: 100%;
  padding-right: max(2rem, calc((100% - 74rem) / 2));
  padding-left: max(2rem, calc((100% - 74rem) / 2));
  background: var(--soft);
}

.section-heading {
  max-width: 48rem;
  margin-bottom: 2rem;
}

.section-heading p,
.central-copy p {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.68;
}

.problem-grid,
.audience-grid,
.steps-grid,
.profile-grid,
.benefit-grid {
  display: grid;
  gap: 1rem;
}

.problem-grid,
.audience-grid,
.profile-grid,
.benefit-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

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

.problem-grid article,
.feature-card,
.steps-grid article,
.profile-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 0.8rem;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(22, 32, 69, 0.06);
}

.problem-grid article,
.feature-card,
.profile-card {
  padding: 1.25rem;
}

.linked-card {
  color: inherit;
  text-decoration: none;
  transition:
    border-color 160ms ease,
    box-shadow 160ms ease,
    transform 160ms ease;
}

.linked-card:hover {
  border-color: rgba(47, 128, 237, 0.42);
  box-shadow: 0 16px 36px rgba(22, 32, 69, 0.1);
  transform: translateY(-2px);
}

.problem-grid strong,
.problem-grid p,
.feature-card p,
.steps-grid p,
.profile-card p {
  line-height: 1.58;
}

.problem-grid p,
.feature-card p,
.steps-grid p,
.profile-card p {
  color: var(--muted);
}

.card-icon,
.steps-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  color: #ffffff;
  font-weight: 900;
  background: var(--ink);
}

.steps-grid article {
  padding: 1.1rem;
}

.steps-grid span {
  background: var(--blue);
}

.examples-section {
  padding-top: 6.5rem;
}

.profile-card {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.highlight-card {
  color: #ffffff;
  border-color: var(--ink);
  background:
    linear-gradient(135deg, rgba(22, 32, 69, 0.96), rgba(22, 32, 69, 0.88)),
    var(--ink);
}

.highlight-card p {
  color: rgba(255, 255, 255, 0.78);
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: auto;
}

.chip-row span {
  padding: 0.42rem 0.6rem;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 800;
  background: var(--soft);
}

.highlight-card .chip-row span {
  color: #ffffff;
  background: rgba(57, 213, 232, 0.18);
}

.central-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem;
  width: 100%;
  padding-right: max(2rem, calc((100% - 74rem) / 2));
  padding-left: max(2rem, calc((100% - 74rem) / 2));
  color: #ffffff;
  background: var(--ink);
}

.central-copy p {
  color: rgba(255, 255, 255, 0.76);
}

.central-list {
  display: grid;
  gap: 0.7rem;
}

.central-list article {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.08);
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(74rem, calc(100% - 4rem));
  margin: 5rem auto;
  padding: 2rem;
  border-radius: 0.9rem;
  color: #ffffff;
  background: linear-gradient(135deg, var(--ink), #25345f);
  box-shadow: var(--shadow);
}

.final-cta h2 {
  max-width: 44rem;
  font-size: clamp(1.8rem, 3vw, 3rem);
}

.contact-section {
  width: 100%;
  padding-right: max(2rem, calc((100% - 74rem) / 2));
  padding-left: max(2rem, calc((100% - 74rem) / 2));
  color: #ffffff;
  background: var(--ink);
}

.contact-section h2 {
  color: #ffffff;
}

.contact-section .section-heading p {
  color: rgba(255, 255, 255, 0.76);
}

.contact-form {
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.9rem;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 16px 44px rgba(0, 0, 0, 0.18);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1rem;
}

.contact-form label {
  display: grid;
  gap: 0.45rem;
}

.contact-form span {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.88rem;
  font-weight: 850;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  min-height: 3.1rem;
  padding: 0.78rem 0.9rem;
  border: 1px solid var(--line);
  border-radius: 0.6rem;
  color: var(--ink);
  background: #ffffff;
  outline: none;
}

.contact-form textarea {
  resize: vertical;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 0.25rem rgba(47, 128, 237, 0.12);
}

.message-field {
  grid-column: 1 / -1;
}

.privacy-note {
  margin: 0 0 1rem;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.92rem;
}

.form-status {
  margin: 0.9rem 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-weight: 800;
}

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

.form-status.error {
  color: #ffd6d6;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(14rem, 0.8fr) minmax(18rem, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  color: var(--muted);
  border-top: 1px solid var(--line);
}

.site-footer span:first-child {
  color: var(--ink);
  font-weight: 900;
}

.site-footer a {
  color: var(--blue);
  font-weight: 800;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

.demo-body {
  background:
    radial-gradient(circle at 14% 6%, rgba(47, 128, 237, 0.1), transparent 24rem),
    radial-gradient(circle at 88% 14%, rgba(57, 213, 232, 0.1), transparent 20rem),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.demo-shell {
  display: grid;
  grid-template-columns: 17.5rem minmax(0, 1fr);
  min-height: 100vh;
}

.sidebar {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  height: 100vh;
  padding: 1.5rem;
  color: var(--ink);
  border-right: 1px solid rgba(217, 227, 244, 0.9);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 18px 0 48px rgba(22, 32, 69, 0.06);
  backdrop-filter: blur(18px);
}

.sidebar .brand {
  color: var(--ink);
}

.sidebar .brand-mark {
  color: var(--blue);
  border-color: var(--line);
  background: var(--soft);
}

.nav-list {
  display: grid;
  gap: 0.4rem;
}

.nav-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.75rem;
  padding: 0 0.75rem;
  border-radius: 0.55rem;
  color: var(--muted);
  font-weight: 800;
  text-decoration: none;
}

.nav-item.active,
.nav-item:hover {
  color: #0054d6;
  background: #eef6ff;
}

.coverage-panel {
  margin-top: auto;
  padding: 1rem;
  border: 1px solid rgba(47, 128, 237, 0.18);
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #f8fbff, #ffffff);
}

.coverage-panel p {
  margin: 0 0 0.75rem;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
}

.coverage-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}

.coverage-grid span {
  padding: 0.38rem 0.45rem;
  border-radius: 0.42rem;
  color: #0054d6;
  font-size: 0.78rem;
  font-weight: 850;
  background: #eef6ff;
}

.workspace {
  min-width: 0;
  padding: 1.5rem 2rem 2rem;
}

.demo-topbar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  max-width: 76rem;
  margin: 0 auto 1.1rem;
  padding: 0.8rem 0;
}

.demo-topbar h1 {
  max-width: 44rem;
  font-size: clamp(1.5rem, 2.8vw, 2.55rem);
  line-height: 1.08;
}

.demo-topbar .secondary-button {
  color: var(--ink);
  border-color: var(--line);
  background: #ffffff;
}

.construction-banner,
.search-band,
.metrics-row,
.results-section {
  max-width: 76rem;
  margin-right: auto;
  margin-left: auto;
}

.construction-banner {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(47, 128, 237, 0.24);
  border-radius: 0.85rem;
  color: #0d357c;
  background: rgba(238, 246, 255, 0.88);
}

.status-dot {
  flex: 0 0 auto;
  width: 0.58rem;
  height: 0.58rem;
  border-radius: 50%;
  background: var(--success);
  box-shadow: 0 0 0 0.25rem rgba(18, 132, 103, 0.12);
}

.search-band {
  position: relative;
  padding: 1.05rem;
  overflow: hidden;
  border: 1px solid rgba(217, 227, 244, 0.95);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 70px rgba(22, 32, 69, 0.1);
}

.search-form {
  display: grid;
  grid-template-columns: minmax(15rem, 1fr) minmax(13rem, 0.52fr) auto;
  gap: 0.8rem;
  align-items: end;
}

.field-group {
  display: grid;
  gap: 0.45rem;
}

.field-group label {
  color: var(--muted);
  font-size: 0.85rem;
  font-weight: 800;
}

.search-form input,
.search-form select {
  width: 100%;
  min-height: 3.45rem;
  padding: 0 0.9rem;
  border: 1px solid var(--line);
  border-radius: 0.7rem;
  color: var(--ink);
  background: #ffffff;
  outline: none;
}

.search-form input:focus,
.search-form select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 0.25rem rgba(47, 128, 237, 0.12);
}

.quick-searches {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.9rem;
}

.quick-searches button {
  min-height: 2.15rem;
  padding: 0 0.72rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--ink);
  font-weight: 800;
  background: #ffffff;
  box-shadow: 0 8px 20px rgba(22, 32, 69, 0.04);
}

.metrics-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.metrics-row article {
  position: relative;
  min-height: 6rem;
  padding: 1rem 1rem 1rem 4.2rem;
  border: 1px solid rgba(217, 227, 244, 0.86);
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 48px rgba(22, 32, 69, 0.08);
}

.metrics-row article::before {
  position: absolute;
  top: 1.15rem;
  left: 1rem;
  display: grid;
  place-items: center;
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 0.65rem;
  color: #0054d6;
  font-weight: 900;
  background: #eef6ff;
}

.metrics-row article:nth-child(1)::before {
  content: "R";
}

.metrics-row article:nth-child(2)::before {
  content: "C";
  color: #8b3ffc;
  background: rgba(139, 63, 252, 0.12);
}

.metrics-row article:nth-child(3)::before {
  content: "P";
  color: #0b875b;
  background: rgba(19, 132, 108, 0.12);
}

.metrics-row strong,
.metrics-row span {
  display: block;
}

.metrics-row strong {
  font-size: 1.32rem;
  line-height: 1.1;
}

.metrics-row span {
  color: var(--muted);
}

.results-section {
  margin-top: 1rem;
  padding: 1.05rem;
  border: 1px solid var(--line);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 20px 56px rgba(22, 32, 69, 0.08);
}

.results-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.results-head h2 {
  color: #0d357c;
  font-size: 1.12rem;
}

.results-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

.result-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(12rem, 0.28fr);
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(217, 227, 244, 0.86);
  border-radius: 0.85rem;
  background: linear-gradient(135deg, #ffffff, #f8fbff);
}

.result-meta,
.eligibility-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.result-meta {
  margin-bottom: 0.65rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  padding: 0 0.55rem;
  border-radius: 999px;
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  background: var(--soft);
}

.tag.central {
  color: #0054d6;
  background: #eef6ff;
}

.tag.profile {
  color: #075e6a;
  background: rgba(57, 213, 232, 0.18);
}

.result-card h3 {
  margin: 0;
}

.result-card p {
  margin: 0.45rem 0 0;
  color: var(--muted);
  line-height: 1.52;
}

.market-details {
  display: grid;
  align-content: start;
  gap: 0.35rem;
  padding-left: 1rem;
  border-left: 1px solid rgba(217, 227, 244, 0.86);
  color: var(--muted);
  font-size: 0.88rem;
}

.market-details strong {
  color: var(--ink);
}

.market-details a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.25rem;
  margin-top: 0.45rem;
  border-radius: 0.6rem;
  color: #ffffff;
  font-weight: 850;
  background: var(--blue);
}

.empty-state {
  margin: 1rem 0 0;
  padding: 2rem;
  border: 1px dashed var(--line);
  border-radius: 0.7rem;
  color: var(--muted);
  text-align: center;
  background: var(--soft);
}

@media (max-width: 1040px) {
  .site-header {
    grid-template-columns: 1fr;
    align-items: start;
    padding: 1rem;
  }

  .header-nav {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

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

  .problem-grid,
  .audience-grid,
  .steps-grid,
  .profile-grid,
  .benefit-grid,
  .organism-grid,
  .result-summary,
  .results-layout,
  .insight-section,
  .central-section {
    grid-template-columns: 1fr 1fr;
  }

  .product-hero-content {
    grid-template-columns: 1fr;
  }

  .hero-copy {
    grid-template-columns: 1fr;
    position: static;
  }

  .product-hero .hero-proof {
    justify-content: flex-start;
  }

  .demo-shell {
    grid-template-columns: 1fr;
  }

  .sidebar {
    position: static;
    height: auto;
  }

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

  .search-form {
    grid-template-columns: 1fr 1fr;
  }

  .search-form .primary-button {
    grid-column: 1 / -1;
  }
}

@media (max-width: 720px) {
  .hero-content,
  .section,
  .final-cta {
    width: min(100% - 2rem, 74rem);
  }

  .hero-section {
    min-height: 42rem;
  }

  .product-hero {
    min-height: auto;
  }

  .hero-overlay {
    background: linear-gradient(0deg, rgba(22, 32, 69, 0.98), rgba(22, 32, 69, 0.64));
  }

  .hero-actions,
  .header-actions,
  .final-cta,
  .demo-topbar,
  .results-head {
    display: grid;
  }

  .primary-button,
  .secondary-button,
  .ghost-button {
    width: 100%;
  }

	  .problem-grid,
	  .audience-grid,
	  .steps-grid,
	  .profile-grid,
	  .benefit-grid,
	  .central-section,
	  .form-grid,
	  .engine-grid,
	  .organism-grid,
	  .results-layout,
	  .insight-section,
	  .result-summary,
	  .metrics-row,
  .search-form,
  .result-card,
  .nav-list,
	  .coverage-grid {
	    grid-template-columns: 1fr;
	  }

  .search-command,
  .table-heading,
  .table-foot,
  .search-meta {
    display: grid;
  }

  .section,
  .tinted-section,
  .central-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .tinted-section,
  .central-section,
  .contact-section {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .workspace {
    padding: 1rem;
  }

  .market-details {
    padding-top: 0.85rem;
    padding-left: 0;
    border-top: 1px solid var(--line);
    border-left: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
  }
}
