:root {
  --ink: #17201c;
  --muted: #5b665f;
  --paper: #f7f2e8;
  --paper-strong: #fffaf0;
  --line: #d9d0bf;
  --green: #1f6b4a;
  --green-dark: #164b37;
  --yellow: #efbd4d;
  --blue: #2f5873;
  --clay: #c66b3d;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(23, 32, 28, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 32px;
  background: rgba(247, 242, 232, 0.9);
  border-bottom: 1px solid rgba(217, 208, 191, 0.75);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-mark {
  display: inline-grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border-radius: 8px;
  color: var(--paper-strong);
  background: var(--green-dark);
  font-size: 0.8rem;
  letter-spacing: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  color: var(--muted);
  font-size: 0.95rem;
}

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

.header-cta {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 16px;
  color: var(--paper-strong);
  background: var(--green);
  font-weight: 750;
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(470px, 1fr);
  gap: 42px;
  align-items: center;
  min-height: 92vh;
  overflow: hidden;
  padding: 154px 32px 72px;
  border-bottom: 1px solid var(--line);
}

.hero-background {
  position: relative;
  min-height: 560px;
  z-index: 0;
  pointer-events: none;
}

.desk-surface {
  position: absolute;
  inset: 0;
  min-height: 560px;
  background:
    linear-gradient(90deg, rgba(247, 242, 232, 0.42), rgba(247, 242, 232, 0.78) 58%),
    repeating-linear-gradient(
      0deg,
      rgba(217, 208, 191, 0.45),
      rgba(217, 208, 191, 0.45) 1px,
      transparent 1px,
      transparent 56px
    );
}

.app-window {
  position: absolute;
  border: 1px solid rgba(23, 32, 28, 0.12);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.app-window-main {
  top: 30px;
  left: 0;
  width: min(720px, 100%);
  min-height: 460px;
  overflow: hidden;
}

.window-top {
  display: flex;
  gap: 8px;
  padding: 15px 18px;
  border-bottom: 1px solid #ece4d6;
  background: #fbf7ee;
}

.window-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d8ccb9;
}

.quote-layout {
  display: grid;
  grid-template-columns: 180px 1fr;
  min-height: 410px;
}

.quote-sidebar {
  padding: 26px 20px;
  background: #17201c;
}

.sidebar-title,
.sidebar-line {
  height: 12px;
  border-radius: 999px;
  background: rgba(255, 250, 240, 0.7);
}

.sidebar-title {
  width: 82px;
  margin-bottom: 34px;
  background: var(--yellow);
}

.sidebar-line {
  width: 118px;
  margin-bottom: 18px;
}

.sidebar-line.active {
  background: #ffffff;
}

.sidebar-line.short {
  width: 76px;
}

.quote-main {
  padding: 34px;
}

.quote-status {
  display: inline-flex;
  border-radius: 999px;
  padding: 6px 10px;
  color: var(--green-dark);
  background: #dcefe3;
  font-size: 0.78rem;
  font-weight: 800;
}

.quote-title {
  width: 70%;
  height: 28px;
  margin: 22px 0;
  border-radius: 6px;
  background: #202a25;
}

.quote-row {
  width: 64%;
  height: 12px;
  margin-bottom: 12px;
  border-radius: 999px;
  background: #d7decd;
}

.quote-row.wide {
  width: 92%;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin: 30px 0;
}

.quote-grid div {
  min-height: 76px;
  border-radius: 8px;
  background: #f2eadb;
  border-top: 6px solid var(--yellow);
}

.quote-table {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 12px;
}

.quote-table span {
  height: 14px;
  border-radius: 999px;
  background: #d7decd;
}

.app-window-note {
  top: 385px;
  left: -38px;
  width: 250px;
  padding: 22px;
  background: #fff9e8;
}

.note-label,
.work-label {
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
}

.note-line {
  height: 12px;
  margin-top: 18px;
  border-radius: 999px;
  background: #d2c4aa;
}

.note-line.short {
  width: 60%;
}

.note-total {
  margin-top: 22px;
  color: var(--green-dark);
  font-size: 1.5rem;
  font-weight: 900;
}

.app-window-work {
  top: 122px;
  right: -4px;
  width: 210px;
  padding: 20px;
  background: #eef5f8;
}

.work-check {
  width: 46px;
  height: 46px;
  margin: 18px 0;
  border: 10px solid var(--blue);
  border-radius: 50%;
  border-left-color: #b5ccd9;
}

.work-lines span {
  display: block;
  height: 10px;
  margin-top: 10px;
  border-radius: 999px;
  background: #b5ccd9;
}

.work-lines span:nth-child(2) {
  width: 70%;
}

.work-lines span:nth-child(3) {
  width: 46%;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--clay);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

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

h1 {
  margin-bottom: 18px;
  max-width: 650px;
  font-size: 4.1rem;
  line-height: 0.95;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 0;
  font-size: 2.4rem;
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.25;
}

.hero-subtitle {
  max-width: 690px;
  margin-bottom: 22px;
  color: #2f3a34;
  font-size: 1.22rem;
}

.hero-quick {
  display: grid;
  max-width: 660px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 24px 0 0;
}

.hero-quick div {
  display: grid;
  gap: 6px;
  min-height: 118px;
  border: 1px solid rgba(217, 208, 191, 0.9);
  border-radius: 8px;
  padding: 16px;
  background: rgba(255, 250, 240, 0.88);
}

.hero-quick strong {
  color: var(--green-dark);
  font-size: 1rem;
}

.hero-quick span {
  color: var(--muted);
  font-size: 0.95rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 0;
}

.hero-reassurance {
  margin: 14px 0 0;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 0 20px;
  cursor: pointer;
  font-weight: 850;
}

.button.primary {
  color: var(--paper-strong);
  background: var(--green);
}

.button.primary:hover {
  background: var(--green-dark);
}

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

.hero-proof {
  display: grid;
  max-width: 660px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 32px 0 0;
}

.hero-proof div {
  min-height: 104px;
  border-left: 4px solid var(--green);
  padding: 12px 16px;
  background: rgba(255, 250, 240, 0.76);
}

.hero-proof dt {
  margin-bottom: 4px;
  font-size: 1.45rem;
  font-weight: 900;
}

.hero-proof dd {
  margin: 0;
  color: var(--muted);
}

.audience-band {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 24px;
  align-items: center;
  padding: 24px 32px;
  color: var(--paper-strong);
  background: var(--ink);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  border-bottom: 1px solid var(--line);
  background: var(--line);
}

.proof-strip > div {
  min-height: 208px;
  padding: 28px 32px;
  background: var(--paper-strong);
}

.proof-icon {
  display: inline-grid;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 50%;
  color: var(--paper-strong);
  background: var(--green-dark);
  font-size: 0.76rem;
  font-weight: 900;
}

.proof-strip strong {
  display: block;
  margin-bottom: 8px;
  color: var(--green-dark);
  font-size: 1.1rem;
  line-height: 1.2;
}

.proof-strip p {
  max-width: 340px;
  margin: 0;
  color: var(--muted);
}

.audience-band p,
.audience-band span {
  margin: 0;
  font-weight: 750;
}

.audience-band span {
  color: #e5dccb;
  text-align: right;
}

.quick-start {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
  gap: 26px;
  align-items: start;
  padding: 48px 32px;
  border-bottom: 1px solid var(--line);
  background: var(--paper-strong);
}

.quick-start h2 {
  max-width: 520px;
}

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

.quick-start-options a {
  display: grid;
  gap: 8px;
  min-height: 168px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 20px;
  background: var(--white);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.quick-start-options a:hover {
  border-color: rgba(31, 107, 74, 0.45);
  box-shadow: 0 14px 30px rgba(23, 32, 28, 0.08);
  transform: translateY(-2px);
}

.quick-start-options span {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-start-options strong {
  color: var(--green-dark);
  font-size: 1.2rem;
  line-height: 1.18;
}

.quick-start-options small {
  color: var(--muted);
  font-size: 0.95rem;
  line-height: 1.45;
}

.plain-flow {
  display: grid;
  grid-template-columns: minmax(0, 0.55fr) minmax(0, 1fr);
  gap: 28px;
  align-items: start;
  padding: 54px 32px;
  border-bottom: 1px solid var(--line);
  background: #f0eadf;
}

.plain-flow-copy {
  max-width: 560px;
}

.plain-flow-copy h2 {
  margin-bottom: 12px;
}

.plain-flow-copy p:last-child {
  color: var(--muted);
  font-size: 1.02rem;
}

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

.plain-flow-steps article {
  display: grid;
  gap: 8px;
  min-height: 178px;
  border: 1px solid rgba(23, 32, 28, 0.13);
  border-radius: 8px;
  background: var(--white);
  padding: 18px;
}

.plain-flow-steps span {
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.plain-flow-steps strong {
  color: var(--green-dark);
  font-size: 1.08rem;
  line-height: 1.2;
}

.plain-flow-steps p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.plain-flow-action {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border: 1px solid rgba(31, 107, 74, 0.28);
  border-radius: 8px;
  background: #eaf3ec;
  padding: 16px 18px;
}

.plain-flow-action p {
  margin: 0;
  color: var(--green-dark);
  font-weight: 850;
}

.worktype-section {
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 250, 240, 0.88)),
    var(--paper);
}

.worktype-section .section-heading p:last-child {
  max-width: 680px;
  color: var(--muted);
}

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

.worktype-grid a {
  display: grid;
  gap: 10px;
  min-height: 224px;
  border: 1px solid rgba(23, 32, 28, 0.14);
  border-radius: 8px;
  padding: 20px;
  background: var(--white);
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.worktype-grid a:hover {
  border-color: rgba(47, 88, 115, 0.48);
  box-shadow: 0 16px 34px rgba(23, 32, 28, 0.08);
  transform: translateY(-2px);
}

.worktype-grid span {
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.worktype-grid strong {
  color: var(--green-dark);
  font-size: 1.08rem;
  line-height: 1.2;
}

.worktype-grid small {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.worktype-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  margin-top: 18px;
  border: 1px solid rgba(31, 107, 74, 0.28);
  border-radius: 8px;
  padding: 18px 20px;
  background: #eaf3ec;
}

.worktype-cta p {
  margin: 0;
  color: var(--green-dark);
  font-weight: 800;
}

.section {
  padding: 88px 32px;
}

.section-heading,
.positioning-copy,
.pilot-copy,
.contact-copy {
  max-width: 760px;
}

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

.problem-grid article,
.pilot-box,
.comparison div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper-strong);
}

.problem-grid article {
  min-height: 210px;
  padding: 24px;
}

.flow-section {
  background: #fffaf0;
}

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

.flow-grid article {
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
}

.flow-grid p {
  color: var(--muted);
}

.resource-section {
  border-top: 1px solid var(--line);
  background: var(--paper-strong);
}

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

.resource-grid a {
  min-height: 250px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  color: var(--ink);
  background: var(--white);
  text-decoration: none;
  transition:
    transform 160ms ease,
    border-color 160ms ease,
    box-shadow 160ms ease;
}

.resource-grid a:hover {
  border-color: rgba(29, 108, 74, 0.42);
  box-shadow: 0 16px 34px rgba(23, 32, 28, 0.08);
  transform: translateY(-2px);
}

.resource-grid strong {
  display: block;
  font-size: 1.25rem;
  line-height: 1.18;
}

.resource-grid p {
  color: var(--muted);
}

.mini-label {
  display: inline-flex;
  margin-bottom: 18px;
  color: var(--green-dark);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.problem-grid p,
.workflow p,
.positioning-copy p,
.comparison p,
.pilot-copy p,
.pilot-box p,
.pilot-box li,
.contact-copy p,
.form-note {
  color: var(--muted);
}

.workflow-section {
  color: var(--paper-strong);
  background: var(--green-dark);
}

.workflow-section .eyebrow {
  color: var(--yellow);
}

.workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin: 42px 0 0;
  padding: 0;
  list-style: none;
  background: rgba(255, 250, 240, 0.26);
}

.workflow li {
  min-height: 260px;
  padding: 26px;
  background: var(--green-dark);
}

.workflow span {
  display: inline-flex;
  margin-bottom: 34px;
  color: var(--yellow);
  font-weight: 900;
}

.workflow p {
  color: #e4dccd;
}

.demo-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 22px;
  margin-top: 36px;
}

.demo-controls {
  display: grid;
  gap: 10px;
  align-self: start;
}

.demo-tab {
  min-height: 52px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0 18px;
  color: var(--muted);
  background: var(--paper-strong);
  cursor: pointer;
  font-weight: 850;
  text-align: left;
}

.demo-tab.active,
.demo-tab:hover {
  color: var(--paper-strong);
  background: var(--blue);
  border-color: var(--blue);
}

.demo-panel {
  min-height: 430px;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 16px 40px rgba(23, 32, 28, 0.09);
}

.demo-panel-header {
  display: grid;
  gap: 10px;
  padding: 26px;
  color: var(--paper-strong);
  background: var(--ink);
}

.demo-panel-header span {
  color: var(--yellow);
  font-size: 0.8rem;
  font-weight: 900;
  text-transform: uppercase;
}

.demo-panel-header strong {
  font-size: 1.8rem;
  line-height: 1.15;
}

.demo-body {
  padding: 28px;
}

.demo-body p {
  max-width: 720px;
  color: #2f3a34;
  font-size: 1.08rem;
}

.demo-body ul,
.pilot-box ul {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.demo-body li,
.pilot-box li {
  position: relative;
  padding: 12px 0 12px 30px;
  border-top: 1px solid #ece4d6;
}

.demo-body li::before,
.pilot-box li::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  background: var(--yellow);
  content: "";
}

.demo-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 28px 28px;
}

.demo-summary span {
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--green-dark);
  background: #dcefe3;
  font-weight: 850;
}

.demo-summary span:last-child {
  color: var(--blue);
  background: #e1eef3;
}

.demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0 28px 28px;
}

.positioning-section,
.pilot-section,
.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.7fr);
  gap: 48px;
  align-items: start;
}

.positioning-section {
  border-top: 1px solid var(--line);
}

.comparison {
  display: grid;
  gap: 16px;
}

.comparison div {
  padding: 22px;
}

.comparison span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--clay);
  font-weight: 900;
}

.pilot-section {
  background: #f0e7d6;
}

.faq-section {
  border-top: 1px solid var(--line);
  background: var(--paper-strong);
}

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

.faq-list article {
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  background: var(--white);
}

.faq-list p {
  color: var(--muted);
}

.pilot-box {
  padding: 26px;
}

.pilot-box h3 {
  font-size: 1.65rem;
}

.pilot-box strong {
  display: block;
  margin-top: 24px;
  color: var(--green-dark);
  font-size: 1.1rem;
}

.contact-section {
  padding: 88px 32px;
  color: var(--paper-strong);
  background: var(--ink);
}

.contact-section .eyebrow {
  color: var(--yellow);
}

.contact-copy p {
  color: #e4dccd;
}

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

.contact-form label {
  display: grid;
  gap: 7px;
  color: #e4dccd;
  font-size: 0.92rem;
  font-weight: 800;
}

.contact-form .contact-consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid rgba(255, 250, 240, 0.22);
  border-radius: 8px;
  padding: 12px;
  color: #e4dccd;
  background: rgba(255, 250, 240, 0.06);
  font-size: 0.92rem;
  line-height: 1.42;
}

.contact-consent input {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--yellow);
}

.contact-consent span {
  min-width: 0;
}

.contact-consent a {
  color: var(--yellow);
  font-weight: 900;
  overflow-wrap: anywhere;
}

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

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 250, 240, 0.2);
  border-radius: 8px;
  padding: 12px 13px;
  color: var(--paper-strong);
  background: #26312c;
  outline: none;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--yellow);
}

.contact-form select option {
  color: var(--ink);
}

.form-note {
  grid-column: 1 / -1;
  margin: 0;
  color: #cfc4b1;
  font-size: 0.88rem;
}

.form-note.success {
  color: #bce8d8;
}

.form-note.error {
  color: #ffd2c7;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 32px;
  color: var(--muted);
  background: var(--paper);
  border-top: 1px solid var(--line);
}

.site-footer a {
  color: var(--green-dark);
  font-weight: 850;
  text-decoration: none;
}

.seo-main {
  background: var(--paper);
}

.seo-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.58fr);
  gap: 44px;
  align-items: center;
  padding: 92px 32px 72px;
  border-bottom: 1px solid var(--line);
}

.seo-hero h1 {
  max-width: 840px;
  font-size: clamp(2.5rem, 6vw, 4.7rem);
}

.seo-hero p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.16rem;
}

.seo-visual {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
  color: var(--paper-strong);
  background: var(--green-dark);
}

.seo-visual span {
  color: var(--yellow);
  font-weight: 900;
  text-transform: uppercase;
}

.seo-visual ul {
  display: grid;
  gap: 14px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.seo-visual li {
  border-top: 1px solid rgba(255, 250, 240, 0.18);
  padding-top: 14px;
  color: #e4dccd;
  font-weight: 750;
}

.seo-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 44px;
  padding: 72px 32px 92px;
}

.seo-article {
  max-width: 820px;
}

.seo-article section + section {
  margin-top: 46px;
}

.seo-article p,
.seo-article li {
  color: var(--muted);
  font-size: 1.06rem;
}

.seo-article ul,
.seo-article ol {
  display: grid;
  gap: 12px;
  padding-left: 22px;
}

.seo-article h2 {
  font-size: 2rem;
}

.seo-aside {
  position: sticky;
  top: 94px;
  align-self: start;
  display: grid;
  gap: 16px;
}

.seo-box {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 22px;
  background: var(--paper-strong);
}

.seo-box p {
  color: var(--muted);
}

.seo-links {
  display: grid;
  gap: 10px;
}

.seo-links a {
  color: var(--green-dark);
  font-weight: 850;
  text-decoration: none;
}

.seo-cta {
  color: var(--paper-strong);
  background: var(--ink);
}

.seo-cta p {
  color: #e4dccd;
}

.privacy-summary {
  display: grid;
  gap: 12px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.privacy-summary li {
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 14px 16px;
  background: var(--paper-strong);
  color: var(--muted);
  font-weight: 800;
}

.privacy-updated {
  display: inline-flex;
  margin-top: 18px;
  color: var(--green-dark);
  font-weight: 900;
}

.text-link {
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

.pricing-main {
  background: var(--paper);
}

.pricing-hero {
  align-items: stretch;
}

.pricing-band {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  padding: 54px 32px 18px;
}

.price-card {
  display: grid;
  gap: 16px;
  align-content: start;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 28px;
  background: var(--paper-strong);
}

.price-card.featured {
  color: var(--paper-strong);
  background: var(--green-dark);
  border-color: var(--green-dark);
}

.price-card h2 {
  font-size: 2rem;
}

.price-card.featured h2 {
  color: var(--yellow);
  font-size: clamp(3rem, 8vw, 5rem);
}

.price-card p,
.price-card li {
  color: var(--muted);
}

.price-card.featured p,
.price-card.featured li {
  color: #e4dccd;
}

.price-line {
  color: var(--green-dark) !important;
  font-size: 2.15rem;
  font-weight: 950;
}

.price-card ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 20px;
}

.pricing-content {
  padding-top: 42px;
}

@media (max-width: 920px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 16px 20px;
  }

  .main-nav {
    order: 3;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    justify-content: space-between;
  }

  .hero {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 64px 20px 44px;
  }

  .hero-background {
    position: relative;
    order: 2;
    inset: auto;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    height: 430px;
    margin: 36px -20px 0;
    overflow: hidden;
  }

  .hero-content {
    order: 1;
  }

  .desk-surface {
    inset: 0 0 0 0;
    min-height: 430px;
  }

  .app-window-main {
    left: 20px;
    width: calc(100% - 40px);
    min-height: 330px;
  }

  .quote-layout {
    grid-template-columns: 96px 1fr;
    min-height: 280px;
  }

  .quote-sidebar {
    padding: 18px 12px;
  }

  .sidebar-line {
    width: 58px;
  }

  .quote-main {
    padding: 22px;
  }

  .app-window-note,
  .app-window-work {
    display: none;
  }

  h1 {
    font-size: 3.15rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero-proof,
  .hero-quick,
  .problem-grid,
  .flow-grid,
  .quick-start,
  .quick-start-options,
  .plain-flow,
  .plain-flow-steps,
  .worktype-grid,
  .resource-grid,
  .workflow,
  .faq-list,
  .demo-layout,
  .positioning-section,
  .pilot-section,
  .contact-section,
  .audience-band,
  .seo-hero,
  .seo-content {
    grid-template-columns: 1fr;
  }

  .pricing-band {
    grid-template-columns: 1fr;
  }

  .seo-aside {
    position: static;
  }

  .audience-band span {
    text-align: left;
  }

  .worktype-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .plain-flow-action {
    grid-column: auto;
    align-items: stretch;
    flex-direction: column;
  }

  .workflow {
    gap: 0;
  }

  .workflow li {
    min-height: 210px;
  }
}

@media (max-width: 620px) {
  .header-cta {
    width: 100%;
  }

  .main-nav {
    max-width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 2px;
  }

  .hero-actions,
  .site-footer {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .section,
  .contact-section,
  .seo-hero,
  .seo-content {
    padding: 64px 20px;
  }

  .audience-band {
    padding: 22px 20px;
  }

  .hero-subtitle {
    font-size: 1.08rem;
  }

  h1 {
    font-size: 2.38rem;
  }

  h2 {
    font-size: 1.72rem;
  }

  .hero-quick div {
    min-height: auto;
  }

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

/* 2026 AI visual refresh */
:root {
  --ink: #e8fbff;
  --muted: #9fb6bd;
  --paper: #07131b;
  --paper-strong: #0c1d27;
  --line: rgba(125, 229, 238, 0.18);
  --green: #18a889;
  --green-dark: #0a6f67;
  --yellow: #f5ba4f;
  --blue: #3bdce9;
  --clay: #f5ba4f;
  --white: #ffffff;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
  --ai-bg: #06111a;
  --ai-panel: rgba(9, 26, 37, 0.78);
  --ai-panel-strong: rgba(14, 37, 50, 0.92);
  --ai-cyan: #42e8f2;
  --ai-amber: #f6bd52;
  --ai-green: #23d1a4;
  --ai-text: #eaffff;
  --ai-muted: #a7bdc3;
}

body {
  color: var(--ai-text);
  background:
    radial-gradient(circle at 80% 0%, rgba(66, 232, 242, 0.13), transparent 32rem),
    linear-gradient(180deg, #06111a 0%, #07131b 46%, #081821 100%);
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(rgba(66, 232, 242, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(66, 232, 242, 0.032) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.72), transparent 78%);
  content: "";
}

.site-header {
  padding: 14px 30px;
  background: rgba(4, 15, 23, 0.78);
  border-bottom: 1px solid rgba(66, 232, 242, 0.16);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.22);
}

.brand {
  color: #f4feff;
}

.brand-mark {
  color: #06111a;
  background: linear-gradient(135deg, var(--ai-cyan), var(--ai-green));
  box-shadow: 0 0 28px rgba(66, 232, 242, 0.34);
}

.main-nav {
  color: #a9c7cd;
}

.main-nav a:hover {
  color: #ffffff;
}

.header-cta,
.button.primary {
  color: #041018;
  background: linear-gradient(135deg, var(--ai-cyan), var(--ai-green));
  box-shadow: 0 0 0 1px rgba(66, 232, 242, 0.34), 0 14px 34px rgba(35, 209, 164, 0.22);
}

.header-cta:hover,
.button.primary:hover {
  background: linear-gradient(135deg, #8df9ff, #4ee5b9);
}

.button.secondary {
  color: #dffbff;
  background: rgba(7, 23, 33, 0.7);
  border-color: rgba(66, 232, 242, 0.28);
  box-shadow: inset 0 0 20px rgba(66, 232, 242, 0.05);
}

.hero {
  grid-template-columns: minmax(420px, 0.9fr) minmax(0, 1.08fr);
  min-height: 94vh;
  padding: 136px 32px 54px;
  color: #f2feff;
  background:
    radial-gradient(circle at 28% 30%, rgba(66, 232, 242, 0.13), transparent 28rem),
    linear-gradient(110deg, rgba(4, 12, 20, 0.96) 0%, rgba(5, 18, 27, 0.93) 48%, rgba(8, 30, 42, 0.86) 100%);
  border-bottom: 1px solid rgba(66, 232, 242, 0.18);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 88px;
  background: linear-gradient(180deg, transparent, rgba(7, 19, 27, 0.98));
  content: "";
}

.hero-background {
  order: 2;
  min-height: 620px;
  border: 1px solid rgba(66, 232, 242, 0.18);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.44), inset 0 0 50px rgba(66, 232, 242, 0.08);
}

.hero-background img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-background::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 12, 20, 0.34), transparent 42%),
    radial-gradient(circle at 70% 25%, rgba(66, 232, 242, 0.2), transparent 20rem);
  content: "";
}

.hero-scan {
  position: absolute;
  z-index: 2;
  inset: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(126, 245, 255, 0.1) 50%, transparent 100%);
  background-size: 100% 180px;
  opacity: 0.5;
  animation: scanline 7s linear infinite;
}

.ai-orbit {
  position: absolute;
  z-index: 3;
  border: 1px solid rgba(66, 232, 242, 0.28);
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(66, 232, 242, 0.14);
  pointer-events: none;
}

.orbit-one {
  right: 12%;
  top: 12%;
  width: 220px;
  height: 220px;
  animation: slowspin 18s linear infinite;
}

.orbit-two {
  right: 28%;
  bottom: 12%;
  width: 140px;
  height: 140px;
  border-color: rgba(246, 189, 82, 0.34);
  animation: slowspin 24s linear infinite reverse;
}

.hero-hud {
  position: absolute;
  z-index: 4;
  right: 24px;
  bottom: 24px;
  display: grid;
  gap: 4px;
  max-width: 260px;
  border: 1px solid rgba(66, 232, 242, 0.26);
  border-radius: 8px;
  padding: 14px 16px;
  background: rgba(5, 16, 24, 0.72);
  backdrop-filter: blur(14px);
}

.hero-hud span {
  color: var(--ai-amber);
  font-size: 0.72rem;
  font-weight: 950;
  text-transform: uppercase;
}

.hero-hud strong {
  color: #edfdff;
  line-height: 1.2;
}

.hero-content {
  order: 1;
  max-width: 710px;
  min-width: 0;
}

.eyebrow {
  color: var(--ai-amber);
  letter-spacing: 0.02em;
}

h1 {
  max-width: 760px;
  font-size: clamp(2.9rem, 4.6vw, 4.35rem);
  line-height: 1;
  overflow-wrap: anywhere;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.45rem);
}

.hero-subtitle {
  max-width: 660px;
  color: #b9d0d5;
  font-size: 1.18rem;
}

.hero-ai-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 24px;
}

.hero-ai-chips span {
  border: 1px solid rgba(66, 232, 242, 0.23);
  border-radius: 999px;
  padding: 7px 10px;
  color: #dffbff;
  background: rgba(66, 232, 242, 0.08);
  font-size: 0.82rem;
  font-weight: 850;
}

.hero-quick div,
.hero-proof div,
.quick-start-options a,
.plain-flow-steps article,
.worktype-grid a,
.flow-grid article,
.problem-grid article,
.resource-grid a,
.faq-list article,
.demo-panel,
.comparison div,
.pilot-box,
.seo-box,
.price-card {
  border-color: rgba(125, 229, 238, 0.16);
  background: linear-gradient(180deg, rgba(14, 37, 50, 0.86), rgba(8, 24, 35, 0.78));
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.hero-quick strong,
.quick-start-options strong,
.plain-flow-steps strong,
.worktype-grid strong,
.pilot-box strong,
.text-link,
.site-footer a {
  color: #8bf6ff;
}

.hero-quick span,
.quick-start-options small,
.plain-flow-steps p,
.worktype-grid small,
.flow-grid p,
.problem-grid p,
.resource-grid p,
.faq-list p,
.pilot-copy p,
.pilot-box p,
.pilot-box li,
.contact-copy p,
.positioning-copy p,
.comparison p,
.form-note {
  color: var(--ai-muted);
}

.hero-proof div {
  border-left-color: var(--ai-cyan);
}

.hero-proof dt {
  color: #ffffff;
}

.audience-band,
.workflow-section,
.contact-section {
  background: #041018;
  border-color: rgba(66, 232, 242, 0.18);
}

.audience-band span,
.workflow p,
.contact-copy p {
  color: #abc5ca;
}

.quick-start,
.plain-flow,
.worktype-section,
.flow-section,
.resource-section,
.positioning-section,
.pilot-section,
.faq-section,
.seo-main,
.pricing-main {
  background:
    radial-gradient(circle at 84% 8%, rgba(66, 232, 242, 0.08), transparent 24rem),
    #07131b;
  border-color: rgba(66, 232, 242, 0.14);
}

.ai-engine-section {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: 34px;
  padding: 72px 32px;
  border-bottom: 1px solid rgba(66, 232, 242, 0.16);
  background:
    linear-gradient(135deg, rgba(66, 232, 242, 0.08), transparent 40%),
    #081821;
}

.ai-engine-copy {
  max-width: 680px;
}

.ai-engine-copy p:last-child {
  color: var(--ai-muted);
  font-size: 1.06rem;
}

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

.ai-engine-grid article {
  position: relative;
  display: grid;
  gap: 10px;
  min-height: 220px;
  overflow: hidden;
  border: 1px solid rgba(66, 232, 242, 0.18);
  border-radius: 8px;
  padding: 20px;
  background: linear-gradient(180deg, rgba(16, 48, 62, 0.82), rgba(7, 23, 33, 0.82));
}

.ai-engine-grid article::after {
  position: absolute;
  right: -40px;
  bottom: -42px;
  width: 130px;
  height: 130px;
  border: 1px solid rgba(66, 232, 242, 0.2);
  border-radius: 50%;
  content: "";
}

.ai-engine-grid span {
  color: var(--ai-amber);
  font-weight: 950;
}

.ai-engine-grid strong {
  color: #f4feff;
  font-size: 1.1rem;
  line-height: 1.15;
}

.ai-engine-grid p {
  margin: 0;
  color: var(--ai-muted);
}

.quick-start-options span,
.worktype-grid span,
.plain-flow-steps span,
.mini-label,
.comparison span,
.demo-panel-header span {
  color: var(--ai-amber);
}

.plain-flow-action,
.worktype-cta {
  border-color: rgba(66, 232, 242, 0.18);
  background: linear-gradient(90deg, rgba(66, 232, 242, 0.08), rgba(35, 209, 164, 0.06));
}

.plain-flow-action p,
.worktype-cta p {
  color: #dffbff;
}

.workflow {
  background: rgba(66, 232, 242, 0.22);
}

.workflow li {
  background: #06141d;
}

.demo-tab {
  color: #b9d0d5;
  background: rgba(10, 29, 39, 0.86);
  border-color: rgba(66, 232, 242, 0.18);
}

.demo-tab.active,
.demo-tab:hover {
  color: #041018;
  background: linear-gradient(135deg, var(--ai-cyan), var(--ai-green));
  border-color: transparent;
}

.demo-panel-header {
  background: linear-gradient(135deg, #05131d, #0b2a37);
}

.demo-body p {
  color: #d7eef2;
}

.demo-body li,
.pilot-box li {
  border-top-color: rgba(125, 229, 238, 0.14);
}

.demo-body li::before,
.pilot-box li::before {
  background: var(--ai-cyan);
  box-shadow: 0 0 18px rgba(66, 232, 242, 0.32);
}

.demo-summary span {
  color: #05131d;
  background: var(--ai-cyan);
}

.demo-summary span:last-child {
  color: #07131b;
  background: var(--ai-amber);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  color: #f2feff;
  background: rgba(8, 24, 35, 0.95);
  border-color: rgba(66, 232, 242, 0.22);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: var(--ai-cyan);
  box-shadow: 0 0 0 3px rgba(66, 232, 242, 0.1);
}

.site-footer {
  flex-wrap: wrap;
  background: #041018;
  border-top-color: rgba(66, 232, 242, 0.16);
}

@keyframes scanline {
  from {
    background-position: 0 -180px;
  }
  to {
    background-position: 0 180px;
  }
}

@keyframes slowspin {
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-scan,
  .ai-orbit {
    animation: none;
  }
}

.analytics-consent-banner {
  position: fixed;
  z-index: 1000;
  right: clamp(14px, 3vw, 36px);
  bottom: clamp(14px, 3vw, 36px);
  left: clamp(14px, 3vw, 36px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  width: min(920px, calc(100% - clamp(28px, 6vw, 72px)));
  margin-left: auto;
  border: 1px solid rgba(22, 75, 55, 0.2);
  border-radius: 20px;
  padding: 20px;
  color: #15372d;
  background: #ffffff;
  box-shadow: 0 22px 60px rgba(13, 45, 34, 0.22);
}

.analytics-consent-copy {
  display: grid;
  gap: 6px;
}

.analytics-consent-copy strong {
  font-size: 1.05rem;
}

.analytics-consent-copy p {
  max-width: 64ch;
  margin: 0;
  color: #51685f;
  line-height: 1.55;
}

.analytics-consent-copy a,
.analytics-settings-trigger {
  color: #164b37;
  font: inherit;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}

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

.analytics-consent-actions .button {
  min-height: 46px;
  white-space: nowrap;
}

.analytics-settings-trigger {
  width: fit-content;
  border: 0;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

.analytics-settings-trigger:focus-visible,
.analytics-consent-copy a:focus-visible {
  outline: 3px solid rgba(22, 75, 55, 0.28);
  outline-offset: 4px;
  border-radius: 4px;
}

.analytics-settings-footer {
  align-self: start;
  color: inherit;
  text-align: left;
}

@media (max-width: 760px) {
  .analytics-consent-banner {
    grid-template-columns: 1fr;
    gap: 12px;
    max-height: calc(100vh - 28px);
    padding: 14px;
    border-radius: 16px;
    overflow-y: auto;
  }

  .analytics-consent-copy {
    gap: 4px;
  }

  .analytics-consent-copy strong {
    font-size: 0.92rem;
  }

  .analytics-consent-copy p {
    font-size: 0.78rem;
    line-height: 1.4;
  }

  .analytics-consent-copy a {
    font-size: 0.75rem;
  }

  .analytics-consent-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .analytics-consent-actions .button {
    width: 100%;
    min-height: 44px;
    padding: 8px 10px;
    font-size: 0.75rem;
    white-space: normal;
  }
}

@media (max-width: 350px) {
  .analytics-consent-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 920px) {
  .site-header {
    background: #06111a;
  }

  .hero {
    padding: 54px 20px 44px;
  }

  .hero-content {
    width: 100%;
    max-width: 100%;
  }

  .hero-background {
    width: 100%;
    max-width: 100%;
    min-height: 430px;
    margin: 28px 0 0;
  }

  .ai-engine-section,
  .ai-engine-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  main {
    overflow: hidden;
  }

  .hero {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-content {
    order: 1;
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
  }

  h1 {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    font-size: clamp(1.75rem, 8.2vw, 2.12rem);
    line-height: 1.08;
    white-space: normal !important;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .hero-subtitle {
    width: calc(100vw - 40px) !important;
    max-width: calc(100vw - 40px) !important;
    white-space: normal !important;
    overflow-wrap: anywhere;
  }

  .hero-content > * {
    max-width: 100%;
  }

  .hero-ai-chips span,
  .hero-quick div,
  .hero-proof div {
    max-width: 100%;
  }

  .hero-ai-chips {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-background {
    order: 2;
    width: 100%;
    max-width: 100%;
    height: 340px;
    min-height: 340px;
    margin: 26px 0 0;
  }

  .hero-hud {
    right: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
  }

  .ai-engine-section {
    padding: 56px 20px;
  }
}

/* Light SF correction: bright, calm, AI-assisted, not dark mode */
:root {
  --ink: #13252c;
  --muted: #526a73;
  --paper: #f4fbfb;
  --paper-strong: #ffffff;
  --line: rgba(55, 157, 174, 0.2);
  --green: #0d9f89;
  --green-dark: #087267;
  --yellow: #eaa738;
  --blue: #18aeca;
  --clay: #c77b19;
  --ai-bg: #f4fbfb;
  --ai-panel: rgba(255, 255, 255, 0.82);
  --ai-panel-strong: rgba(255, 255, 255, 0.96);
  --ai-cyan: #21c8d8;
  --ai-amber: #eaa738;
  --ai-green: #13b99b;
  --ai-text: #13252c;
  --ai-muted: #526a73;
}

body {
  color: var(--ai-text);
  background:
    radial-gradient(circle at 82% 0%, rgba(33, 200, 216, 0.18), transparent 34rem),
    linear-gradient(180deg, #fbffff 0%, #f4fbfb 44%, #edf7f7 100%);
}

body::before {
  background:
    linear-gradient(rgba(33, 200, 216, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 200, 216, 0.07) 1px, transparent 1px);
  opacity: 0.9;
}

.site-header {
  background: rgba(255, 255, 255, 0.86);
  border-bottom-color: rgba(55, 157, 174, 0.18);
  box-shadow: 0 14px 44px rgba(20, 65, 75, 0.08);
}

.brand,
.main-nav a:hover {
  color: #10252d;
}

.main-nav {
  color: #4d6670;
}

.brand-mark,
.header-cta,
.button.primary {
  color: #062428;
  background: linear-gradient(135deg, #53e4eb, #39deb7);
  box-shadow: 0 12px 32px rgba(33, 200, 216, 0.18);
}

.button.secondary {
  color: #12303a;
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(55, 157, 174, 0.24);
}

.hero {
  color: #10252d;
  background:
    radial-gradient(circle at 18% 24%, rgba(33, 200, 216, 0.14), transparent 26rem),
    linear-gradient(115deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 252, 252, 0.98) 54%, rgba(230, 247, 248, 0.92) 100%);
  border-bottom-color: rgba(55, 157, 174, 0.16);
}

.hero::after {
  background: linear-gradient(180deg, transparent, rgba(244, 251, 251, 0.96));
}

.hero-background {
  border-color: rgba(33, 200, 216, 0.26);
  background: #f7ffff;
  box-shadow: 0 30px 80px rgba(31, 104, 118, 0.16), inset 0 0 50px rgba(33, 200, 216, 0.08);
}

.hero-background::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.04), transparent 44%),
    radial-gradient(circle at 72% 22%, rgba(33, 200, 216, 0.16), transparent 20rem);
}

.hero-scan {
  opacity: 0.28;
}

.ai-orbit {
  border-color: rgba(33, 200, 216, 0.34);
  box-shadow: 0 0 24px rgba(33, 200, 216, 0.16);
}

.orbit-two {
  border-color: rgba(234, 167, 56, 0.36);
}

.hero-hud {
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(33, 200, 216, 0.28);
  box-shadow: 0 16px 34px rgba(31, 104, 118, 0.12);
}

.hero-hud strong,
.ai-engine-grid strong {
  color: #122a32;
}

.hero-subtitle {
  color: #425c66;
}

.hero-ai-chips span {
  color: #173943;
  background: rgba(33, 200, 216, 0.11);
  border-color: rgba(33, 200, 216, 0.28);
}

.hero-quick div,
.hero-proof div,
.quick-start-options a,
.plain-flow-steps article,
.worktype-grid a,
.flow-grid article,
.problem-grid article,
.resource-grid a,
.faq-list article,
.demo-panel,
.comparison div,
.pilot-box,
.seo-box,
.price-card {
  border-color: rgba(55, 157, 174, 0.18);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 44px rgba(31, 104, 118, 0.09);
}

.hero-quick strong,
.quick-start-options strong,
.plain-flow-steps strong,
.worktype-grid strong,
.pilot-box strong,
.text-link,
.site-footer a {
  color: #087267;
}

.hero-quick span,
.quick-start-options small,
.plain-flow-steps p,
.worktype-grid small,
.flow-grid p,
.problem-grid p,
.resource-grid p,
.faq-list p,
.pilot-copy p,
.pilot-box p,
.pilot-box li,
.contact-copy p,
.positioning-copy p,
.comparison p,
.form-note,
.demo-body p,
.demo-body li {
  color: #526a73;
}

.audience-band,
.workflow-section,
.contact-section {
  color: #13252c;
  background: linear-gradient(135deg, #eaffff, #f9ffff);
  border-color: rgba(55, 157, 174, 0.16);
}

.audience-band span,
.workflow p,
.contact-copy p {
  color: #526a73;
}

.quick-start,
.plain-flow,
.worktype-section,
.flow-section,
.resource-section,
.positioning-section,
.pilot-section,
.faq-section,
.seo-main,
.pricing-main,
.ai-engine-section {
  background:
    radial-gradient(circle at 84% 8%, rgba(33, 200, 216, 0.12), transparent 24rem),
    #f4fbfb;
  border-color: rgba(55, 157, 174, 0.14);
}

.ai-engine-grid article {
  border-color: rgba(33, 200, 216, 0.22);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 18px 44px rgba(31, 104, 118, 0.08);
}

.ai-engine-copy p:last-child,
.ai-engine-grid p {
  color: #526a73;
}

.plain-flow-action,
.worktype-cta {
  background: linear-gradient(90deg, rgba(33, 200, 216, 0.1), rgba(19, 185, 155, 0.08));
}

.plain-flow-action p,
.worktype-cta p {
  color: #12303a;
}

.workflow {
  background: rgba(33, 200, 216, 0.22);
}

.workflow li {
  background: rgba(255, 255, 255, 0.88);
}

.demo-tab {
  color: #405a64;
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(55, 157, 174, 0.2);
}

.demo-panel-header {
  color: #13252c;
  background: linear-gradient(135deg, #e8fbfc, #f7ffff);
}

.contact-form label,
.contact-form .contact-consent,
.form-note,
.contact-consent a {
  color: #405a64;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  color: #13252c;
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(55, 157, 174, 0.24);
}

.contact-form select option {
  color: #13252c;
}

.site-footer {
  background: #f4fbfb;
  border-top-color: rgba(55, 157, 174, 0.16);
}

@media (max-width: 920px) {
  .site-header {
    background: rgba(255, 255, 255, 0.96);
  }
}

/* Mobile polish for the light AI direction */
@media (max-width: 760px) {
  .site-header {
    position: sticky;
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 14px 20px;
  }

  .brand {
    width: 100%;
  }

  .header-cta {
    width: 100%;
    min-height: 42px;
  }

  .main-nav {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    overflow: visible;
    padding: 0;
    font-size: 0.9rem;
  }

  .main-nav a {
    display: none;
    min-height: 38px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(55, 157, 174, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.76);
    text-align: center;
  }

  .main-nav a[href="#ai"],
  .main-nav a[href="probeer/"],
  .main-nav a[href="prijzen.html"] {
    display: inline-flex;
  }

  .hero {
    display: flex !important;
    flex-direction: column;
    width: 100%;
    max-width: 100%;
    min-height: auto;
    padding: 46px 20px 42px;
    overflow: hidden;
  }

  .hero-content {
    order: 1;
    width: 100%;
    max-width: 100%;
  }

  .eyebrow {
    max-width: 100%;
    font-size: 0.76rem;
    line-height: 1.2;
  }

  h1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 16px;
    font-size: clamp(2rem, 9vw, 2.5rem);
    line-height: 1.06;
    overflow-wrap: normal;
    word-break: normal;
  }

  .hero-subtitle {
    width: 100%;
    max-width: 100%;
    font-size: 1.04rem;
    line-height: 1.55;
  }

  .hero-ai-chips,
  .hero-actions,
  .hero-quick,
  .hero-proof {
    width: 100%;
    max-width: 100%;
  }

  .hero-ai-chips {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-ai-chips span,
  .hero-quick div,
  .hero-proof div {
    max-width: 100%;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .hero-background {
    order: 2;
    width: 100%;
    max-width: 100%;
    min-height: 320px;
    height: 320px;
    margin: 26px 0 0;
  }

  .hero-hud {
    right: 12px;
    bottom: 12px;
    left: 12px;
    max-width: none;
  }

  .ai-engine-section {
    grid-template-columns: 1fr;
    padding: 58px 20px;
  }

  .ai-engine-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 410px) {
  h1 {
    font-size: clamp(1.82rem, 8vw, 2.08rem);
  }

  .hero-subtitle {
    font-size: 1rem;
  }
}

/* Final light AI polish: clear, inviting and simple for practical users */
:root {
  --ink: #10262c;
  --muted: #506873;
  --paper: #f6fbfb;
  --paper-strong: #ffffff;
  --line: rgba(44, 142, 160, 0.2);
  --green: #12a78f;
  --green-dark: #067166;
  --yellow: #e6a436;
  --blue: #18abc5;
  --clay: #b96d15;
  --shadow: 0 22px 60px rgba(32, 103, 118, 0.12);
  --ai-cyan: #20c8dc;
  --ai-green: #25d1a8;
  --ai-amber: #e6a436;
  --ai-text: #10262c;
  --ai-muted: #506873;
}

body {
  color: var(--ink);
  background:
    linear-gradient(rgba(32, 200, 220, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 200, 220, 0.045) 1px, transparent 1px),
    radial-gradient(circle at 78% 2%, rgba(32, 200, 220, 0.17), transparent 30rem),
    radial-gradient(circle at 14% 28%, rgba(37, 209, 168, 0.1), transparent 26rem),
    #f8fdfd;
  background-size:
    56px 56px,
    56px 56px,
    auto,
    auto,
    auto;
}

body::before {
  opacity: 0.22;
  background:
    linear-gradient(135deg, transparent 0 45%, rgba(32, 200, 220, 0.22) 45% 46%, transparent 46% 100%),
    linear-gradient(45deg, transparent 0 52%, rgba(37, 209, 168, 0.15) 52% 53%, transparent 53% 100%);
  background-size: 220px 220px;
}

.site-header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom-color: rgba(44, 142, 160, 0.16);
  box-shadow: 0 12px 36px rgba(32, 103, 118, 0.08);
}

.brand-mark {
  color: #063036;
  background: linear-gradient(135deg, #72edf4, #46e0bd);
  box-shadow: 0 12px 26px rgba(32, 200, 220, 0.2);
}

.header-cta,
.button.primary {
  color: #053037;
  background: linear-gradient(135deg, #6cecf4, #48ddb9);
  box-shadow: 0 12px 28px rgba(22, 162, 145, 0.18);
}

.button.primary:hover,
.header-cta:hover {
  background: linear-gradient(135deg, #8ff5f9, #59e6c3);
}

.button.secondary {
  color: #12323a;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(44, 142, 160, 0.24);
}

.hero {
  min-height: 90vh;
  color: #10262c;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 253, 253, 0.98) 52%, rgba(230, 248, 249, 0.95) 100%);
  border-bottom-color: rgba(44, 142, 160, 0.16);
}

.hero::after {
  height: 58px;
  background: linear-gradient(180deg, transparent, rgba(248, 253, 253, 0.96));
}

.hero-background {
  border-color: rgba(32, 200, 220, 0.24);
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(32, 103, 118, 0.14), inset 0 0 42px rgba(32, 200, 220, 0.08);
}

.hero-background::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.02), transparent 45%),
    radial-gradient(circle at 74% 23%, rgba(32, 200, 220, 0.12), transparent 18rem);
}

.hero-background::after {
  position: absolute;
  z-index: 2;
  inset: 0;
  background:
    linear-gradient(rgba(32, 200, 220, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(32, 200, 220, 0.045) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
  content: "";
}

.hero-scan {
  opacity: 0.2;
}

.ai-orbit {
  border-color: rgba(32, 200, 220, 0.32);
  box-shadow: 0 0 20px rgba(32, 200, 220, 0.14);
}

.orbit-two {
  border-color: rgba(230, 164, 54, 0.35);
}

.hero-hud {
  color: #10262c;
  background: rgba(255, 255, 255, 0.82);
  border-color: rgba(44, 142, 160, 0.22);
  box-shadow: 0 16px 34px rgba(32, 103, 118, 0.12);
}

.hero-hud span,
.eyebrow,
.quick-start-options span,
.worktype-grid span,
.plain-flow-steps span,
.mini-label,
.comparison span,
.demo-panel-header span,
.ai-engine-grid span {
  color: #b96d15;
}

.hero-hud strong,
.ai-engine-grid strong,
.hero-proof dt,
.demo-panel-header strong {
  color: #10262c;
}

.hero-subtitle,
.hero-quick span,
.quick-start-options small,
.plain-flow-steps p,
.worktype-grid small,
.flow-grid p,
.problem-grid p,
.resource-grid p,
.faq-list p,
.pilot-copy p,
.pilot-box p,
.pilot-box li,
.contact-copy p,
.positioning-copy p,
.comparison p,
.form-note,
.demo-body p,
.demo-body li,
.workflow p {
  color: #506873;
}

.hero-ai-chips span {
  color: #12323a;
  background: rgba(32, 200, 220, 0.11);
  border-color: rgba(44, 142, 160, 0.22);
}

.hero-quick div,
.hero-proof div,
.quick-start-options a,
.plain-flow-steps article,
.worktype-grid a,
.flow-grid article,
.problem-grid article,
.resource-grid a,
.faq-list article,
.demo-panel,
.comparison div,
.pilot-box,
.seo-box,
.price-card,
.ai-engine-grid article {
  color: #10262c;
  border-color: rgba(44, 142, 160, 0.16);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 42px rgba(32, 103, 118, 0.08);
}

.hero-quick strong,
.quick-start-options strong,
.plain-flow-steps strong,
.worktype-grid strong,
.pilot-box strong,
.text-link,
.site-footer a {
  color: #067166;
}

.audience-band {
  color: #10262c;
  background:
    linear-gradient(90deg, rgba(32, 200, 220, 0.1), rgba(37, 209, 168, 0.08)),
    #f4fcfc;
  border-top: 1px solid rgba(44, 142, 160, 0.14);
  border-bottom: 1px solid rgba(44, 142, 160, 0.14);
}

.audience-band span {
  color: #506873;
}

.quick-start,
.plain-flow,
.worktype-section,
.flow-section,
.resource-section,
.positioning-section,
.pilot-section,
.faq-section,
.workflow-section,
.contact-section,
.ai-engine-section {
  color: #10262c;
  background:
    radial-gradient(circle at 84% 8%, rgba(32, 200, 220, 0.1), transparent 22rem),
    #f6fbfb;
  border-color: rgba(44, 142, 160, 0.14);
}

.ai-engine-section {
  border-bottom: 1px solid rgba(44, 142, 160, 0.14);
}

.ai-engine-grid article::after {
  border-color: rgba(32, 200, 220, 0.18);
}

.plain-flow-action,
.worktype-cta {
  border-color: rgba(44, 142, 160, 0.2);
  background: linear-gradient(90deg, rgba(32, 200, 220, 0.12), rgba(37, 209, 168, 0.08));
}

.plain-flow-action p,
.worktype-cta p {
  color: #12323a;
}

.workflow {
  background: rgba(44, 142, 160, 0.16);
}

.workflow li {
  background: rgba(255, 255, 255, 0.9);
}

.demo-tab {
  color: #435f69;
  background: rgba(255, 255, 255, 0.86);
  border-color: rgba(44, 142, 160, 0.18);
}

.demo-tab.active,
.demo-tab:hover {
  color: #053037;
  background: linear-gradient(135deg, #6cecf4, #48ddb9);
  border-color: transparent;
}

.demo-panel-header {
  color: #10262c;
  background:
    linear-gradient(90deg, rgba(32, 200, 220, 0.12), rgba(37, 209, 168, 0.08)),
    #f7ffff;
}

.demo-body li,
.pilot-box li {
  border-top-color: rgba(44, 142, 160, 0.14);
}

.demo-body li::before,
.pilot-box li::before {
  background: #20c8dc;
  box-shadow: 0 0 16px rgba(32, 200, 220, 0.22);
}

.demo-summary span {
  color: #053037;
  background: rgba(32, 200, 220, 0.2);
}

.demo-summary span:last-child {
  color: #553800;
  background: rgba(230, 164, 54, 0.24);
}

.contact-form label,
.contact-form .contact-consent,
.contact-consent a {
  color: #435f69;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  color: #10262c;
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(44, 142, 160, 0.22);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
  border-color: #20c8dc;
  box-shadow: 0 0 0 3px rgba(32, 200, 220, 0.12);
}

.form-note.success {
  color: #067166;
}

.form-note.error {
  color: #b94726;
}

.site-footer {
  background: #f6fbfb;
  border-top-color: rgba(44, 142, 160, 0.14);
}

.seo-visual {
  color: #10262c;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(232, 251, 252, 0.9)),
    #ffffff;
  border-color: rgba(44, 142, 160, 0.2);
  box-shadow: 0 16px 42px rgba(28, 100, 116, 0.09);
}

.seo-visual span {
  color: #a95f10;
}

.seo-visual li {
  border-top-color: rgba(44, 142, 160, 0.16);
  color: #36535d;
}

@media (max-width: 760px) {
  .site-header {
    background: rgba(255, 255, 255, 0.96);
  }

  .hero {
    padding-top: 42px;
  }

  .hero-background {
    min-height: 300px;
    height: 300px;
  }
}

/* Launch polish: light futuristic, simple and inviting */
:root {
  --ink: #0e2a31;
  --muted: #536b75;
  --paper: #f8fdfd;
  --paper-strong: #ffffff;
  --line: rgba(40, 150, 170, 0.18);
  --green: #19b69d;
  --green-dark: #067267;
  --yellow: #e7a632;
  --blue: #18b7d0;
  --clay: #ac6712;
  --shadow: 0 22px 58px rgba(28, 100, 116, 0.11);
  --ai-cyan: #21c7dc;
  --ai-green: #31d7b0;
  --ai-amber: #e7a632;
}

body {
  background:
    linear-gradient(rgba(33, 199, 220, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 199, 220, 0.038) 1px, transparent 1px),
    linear-gradient(180deg, #fbffff 0%, #f4fbfb 42%, #f8fdfd 100%);
  background-size:
    64px 64px,
    64px 64px,
    auto;
}

body::before {
  opacity: 0.16;
  background:
    linear-gradient(115deg, transparent 0 47%, rgba(33, 199, 220, 0.22) 47% 48%, transparent 48% 100%),
    linear-gradient(35deg, transparent 0 57%, rgba(49, 215, 176, 0.16) 57% 58%, transparent 58% 100%);
  background-size: 260px 260px;
}

.site-header {
  padding: 12px 30px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 10px 34px rgba(28, 100, 116, 0.08);
}

.main-nav {
  gap: 18px;
}

.main-nav a {
  white-space: nowrap;
}

.brand-mark {
  background: linear-gradient(135deg, #7df1f6, #56e5c2);
}

.header-cta,
.button.primary {
  background: linear-gradient(135deg, #79edf4, #4fe0bd);
  box-shadow: 0 14px 30px rgba(22, 162, 145, 0.18);
}

.hero {
  grid-template-columns: minmax(400px, 0.82fr) minmax(460px, 1.18fr);
  min-height: 88vh;
  gap: 46px;
  padding: 126px 32px 58px;
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.99) 0%, rgba(250, 254, 254, 0.99) 50%, rgba(231, 249, 250, 0.95) 100%);
}

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

.eyebrow {
  margin-bottom: 12px;
  color: #a95f10;
  font-size: 0.78rem;
  letter-spacing: 0.04em;
}

h1 {
  max-width: 620px;
  font-size: clamp(2.75rem, 4.1vw, 3.85rem);
  line-height: 1.04;
}

.hero-subtitle {
  max-width: 600px;
  color: #3d5963;
  font-size: clamp(1.06rem, 1.3vw, 1.17rem);
  line-height: 1.58;
}

.hero-ai-chips {
  margin-bottom: 22px;
}

.hero-ai-chips span {
  background: rgba(255, 255, 255, 0.74);
  box-shadow: inset 0 0 0 1px rgba(33, 199, 220, 0.08);
}

.hero-actions {
  margin-bottom: 2px;
}

.hero-quick {
  gap: 12px;
  margin-top: 22px;
}

.hero-quick div {
  min-height: 104px;
  padding: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(247, 253, 253, 0.9));
}

.hero-quick strong {
  color: #056e65;
}

.hero-proof {
  margin-top: 24px;
}

.hero-background {
  min-height: 540px;
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.72), rgba(238, 253, 253, 0.7)),
    #ffffff;
  box-shadow: 0 28px 72px rgba(28, 100, 116, 0.13), inset 0 0 46px rgba(33, 199, 220, 0.08);
}

.hero-background img {
  opacity: 0.92;
  filter: saturate(1.07) contrast(1.02);
}

.hero-hud {
  right: 22px;
  bottom: 22px;
  background: rgba(255, 255, 255, 0.86);
}

.audience-band {
  padding: 20px 32px;
  background:
    linear-gradient(90deg, rgba(33, 199, 220, 0.11), rgba(49, 215, 176, 0.08)),
    #f8ffff;
}

.audience-band p {
  color: #0e2a31;
}

.quick-start {
  padding-top: 42px;
  padding-bottom: 42px;
}

.quick-start-options a,
.plain-flow-steps article,
.worktype-grid a,
.flow-grid article,
.problem-grid article,
.resource-grid a,
.faq-list article,
.demo-panel,
.comparison div,
.pilot-box,
.ai-engine-grid article {
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 14px 38px rgba(28, 100, 116, 0.075);
}

.ai-engine-section {
  background:
    linear-gradient(rgba(33, 199, 220, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(33, 199, 220, 0.035) 1px, transparent 1px),
    #f7fcfc;
  background-size: 56px 56px;
}

@media (max-width: 1060px) {
  .main-nav {
    gap: 12px;
    font-size: 0.9rem;
  }

  .hero {
    grid-template-columns: minmax(360px, 0.9fr) minmax(390px, 1fr);
  }
}

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

  .hero-background {
    order: 2;
    min-height: 420px;
  }

  .hero-content {
    order: 1;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: sticky;
    padding: 13px 18px;
  }

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

  .main-nav a[href="#ai"],
  .main-nav a[href="#werkwijze"],
  .main-nav a[href="probeer/"],
  .main-nav a[href="prijzen.html"] {
    display: inline-flex;
  }

  .main-nav a[href="#vragen"] {
    display: none;
  }

  .hero {
    padding: 38px 18px 38px;
  }

  h1 {
    font-size: clamp(2.1rem, 10vw, 2.65rem);
    line-height: 1.08;
  }

  .hero-subtitle {
    font-size: 1.03rem;
  }

  .hero-background {
    height: 280px;
    min-height: 280px;
    margin-top: 22px;
  }

  .hero-hud {
    padding: 12px 14px;
  }

  .hero-proof {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .audience-band {
    gap: 8px;
    padding: 18px;
  }
}

/* 2026-06-17 light AI finish: futuristic without dark mode */
:root {
  color-scheme: light;
  --ink: #0d2931;
  --muted: #516b75;
  --paper: #f8fdfd;
  --paper-strong: #ffffff;
  --line: rgba(36, 145, 166, 0.18);
  --green: #12ad95;
  --green-dark: #067166;
  --yellow: #e5a32e;
  --blue: #19b7d0;
  --clay: #a65f0d;
  --shadow: 0 20px 54px rgba(26, 101, 118, 0.11);
}

html,
body,
.seo-main,
.pricing-main {
  background-color: #f8fdfd;
}

body {
  color: var(--ink);
  background:
    linear-gradient(rgba(31, 191, 211, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 191, 211, 0.038) 1px, transparent 1px),
    radial-gradient(circle at 78% 0%, rgba(31, 191, 211, 0.16), transparent 28rem),
    radial-gradient(circle at 15% 28%, rgba(48, 214, 176, 0.1), transparent 26rem),
    linear-gradient(180deg, #ffffff 0%, #f3fbfb 48%, #f8fdfd 100%);
  background-size: 64px 64px, 64px 64px, auto, auto, auto;
}

.site-header {
  background: rgba(255, 255, 255, 0.93);
}

.brand,
.main-nav a:hover,
h1,
h2,
h3,
.hero-hud strong,
.demo-panel-header strong,
.seo-visual,
.seo-cta,
.price-card.featured,
.workflow-section,
.contact-section {
  color: var(--ink);
}

.brand-mark,
.header-cta,
.button.primary,
.demo-tab.active,
.demo-tab:hover {
  color: #063138;
  background: linear-gradient(135deg, #7df0f6, #54e2bf);
}

.button.secondary {
  color: #17343d;
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(36, 145, 166, 0.24);
}

.hero,
.quick-start,
.plain-flow,
.worktype-section,
.flow-section,
.resource-section,
.positioning-section,
.pilot-section,
.faq-section,
.workflow-section,
.contact-section,
.ai-engine-section,
.seo-hero,
.seo-content,
.pricing-band,
.pricing-content {
  color: var(--ink);
  background:
    radial-gradient(circle at 84% 6%, rgba(31, 191, 211, 0.1), transparent 22rem),
    rgba(248, 253, 253, 0.96);
  border-color: var(--line);
}

.hero {
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.99) 0%, rgba(249, 254, 254, 0.99) 52%, rgba(231, 249, 250, 0.96) 100%);
}

.audience-band {
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(31, 191, 211, 0.11), rgba(48, 214, 176, 0.08)),
    #f8ffff;
}

.hero-quick div,
.hero-proof div,
.quick-start-options a,
.plain-flow-steps article,
.worktype-grid a,
.flow-grid article,
.problem-grid article,
.resource-grid a,
.faq-list article,
.demo-panel,
.comparison div,
.pilot-box,
.seo-box,
.price-card,
.ai-engine-grid article {
  color: var(--ink);
  border-color: rgba(36, 145, 166, 0.17);
  background: rgba(255, 255, 255, 0.93);
  box-shadow: 0 14px 36px rgba(26, 101, 118, 0.075);
}

.seo-cta,
.price-card.featured {
  background:
    linear-gradient(135deg, rgba(31, 191, 211, 0.13), rgba(48, 214, 176, 0.1)),
    #ffffff;
  border-color: rgba(36, 145, 166, 0.2);
}

.seo-cta p,
.price-card.featured p,
.price-card.featured li,
.contact-copy p,
.workflow p,
.audience-band span,
.hero-subtitle,
.hero-quick span,
.quick-start-options small,
.plain-flow-steps p,
.worktype-grid small,
.flow-grid p,
.problem-grid p,
.resource-grid p,
.faq-list p,
.pilot-copy p,
.pilot-box p,
.pilot-box li,
.positioning-copy p,
.comparison p,
.form-note,
.seo-article p,
.seo-article li,
.seo-hero p {
  color: var(--muted);
}

.workflow {
  background: rgba(36, 145, 166, 0.16);
}

.workflow li {
  background: rgba(255, 255, 255, 0.92);
}

.contact-form label,
.contact-form .contact-consent {
  color: #435f69;
}

.contact-form .contact-consent {
  border-color: rgba(36, 145, 166, 0.2);
  background: rgba(255, 255, 255, 0.82);
}

.contact-consent a,
.hero-quick strong,
.quick-start-options strong,
.plain-flow-steps strong,
.worktype-grid strong,
.pilot-box strong,
.text-link,
.site-footer a,
.price-line {
  color: var(--green-dark) !important;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border-color: rgba(36, 145, 166, 0.22);
}

.demo-panel-header,
.seo-visual {
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(31, 191, 211, 0.12), rgba(48, 214, 176, 0.08)),
    #ffffff;
}

.site-footer {
  color: var(--muted);
  background: #f8fdfd;
}

/* 2026-06-17 light AI clarity pass: airy, inviting and easy to scan */
:root {
  --ink: #123038;
  --muted: #5a737c;
  --paper: #fbffff;
  --paper-soft: #eefafa;
  --line: rgba(33, 143, 162, 0.18);
  --green: #11aa91;
  --green-dark: #047166;
  --blue: #18adc6;
  --yellow: #e4a331;
  --shadow: 0 18px 46px rgba(30, 112, 130, 0.1);
}

html,
body {
  background: #fbffff;
}

body {
  color: var(--ink);
  background:
    linear-gradient(rgba(24, 173, 198, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 173, 198, 0.03) 1px, transparent 1px),
    radial-gradient(circle at 78% 3%, rgba(24, 173, 198, 0.12), transparent 28rem),
    radial-gradient(circle at 12% 30%, rgba(17, 170, 145, 0.08), transparent 24rem),
    linear-gradient(180deg, #ffffff 0%, #f4fbfb 46%, #fbffff 100%);
  background-size: 72px 72px, 72px 72px, auto, auto, auto;
}

.site-header {
  background: rgba(255, 255, 255, 0.94);
  border-color: rgba(33, 143, 162, 0.14);
  box-shadow: 0 12px 34px rgba(42, 118, 134, 0.08);
}

.brand-mark,
.header-cta,
.button.primary {
  color: #073239;
  background: linear-gradient(135deg, #8af3f7, #5ce4c3);
  box-shadow: 0 14px 30px rgba(20, 166, 186, 0.22);
}

.button.secondary {
  color: #16343c;
  background: #ffffff;
  border-color: rgba(33, 143, 162, 0.24);
  box-shadow: 0 12px 28px rgba(30, 112, 130, 0.08);
}

.main-nav a {
  color: #38555e;
}

.main-nav a:hover {
  color: #05343b;
  background: rgba(24, 173, 198, 0.09);
}

.hero {
  min-height: min(760px, calc(100vh - 84px));
  align-items: center;
  overflow: hidden;
  color: var(--ink);
  background:
    linear-gradient(105deg, rgba(255, 255, 255, 1) 0%, rgba(251, 255, 255, 0.98) 48%, rgba(233, 250, 251, 0.94) 100%);
  border-bottom: 1px solid rgba(33, 143, 162, 0.13);
}

.hero::after {
  background: linear-gradient(180deg, transparent, rgba(251, 255, 255, 0.98));
}

.hero-content {
  max-width: 720px;
  padding-top: clamp(38px, 6vw, 76px);
  padding-bottom: clamp(42px, 7vw, 88px);
}

.eyebrow {
  color: #047166;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 780px;
  color: #0d2c34;
}

.hero-title-line {
  display: block;
}

.hero-subtitle {
  max-width: 680px;
  color: #4e6871;
}

.hero-background {
  opacity: 1;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.74), rgba(239, 252, 252, 0.64)),
    #ffffff;
}

.hero-background img {
  object-position: 58% 44%;
  opacity: 0.86;
  filter: saturate(1.03) contrast(1.02);
}

.hero-background::before {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.24), transparent 50%),
    radial-gradient(circle at 73% 24%, rgba(24, 173, 198, 0.08), transparent 18rem);
}

.hero-background::after {
  background:
    linear-gradient(rgba(24, 173, 198, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 173, 198, 0.03) 1px, transparent 1px);
  background-size: 48px 48px;
}

.ai-orbit {
  display: none;
}

.hero-scan {
  opacity: 0.2;
}

.hero-hud {
  color: #16343c;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(33, 143, 162, 0.18);
  box-shadow: 0 16px 38px rgba(30, 112, 130, 0.12);
}

.hero-ai-chips span {
  color: #153842;
  background: rgba(255, 255, 255, 0.84);
  border-color: rgba(33, 143, 162, 0.18);
}

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

.hero-quick div,
.hero-proof div,
.quick-start-options a,
.ai-engine-grid article,
.plain-flow-steps article,
.worktype-grid a,
.flow-grid article,
.problem-grid article,
.resource-grid a,
.faq-list article,
.pilot-box,
.price-card,
.seo-box,
.demo-panel,
.comparison div {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(33, 143, 162, 0.16);
  box-shadow: 0 14px 36px rgba(30, 112, 130, 0.075);
}

.hero-quick strong,
.quick-start-options strong,
.ai-engine-grid strong,
.plain-flow-steps strong,
.worktype-grid strong,
.flow-grid strong,
.pilot-box strong {
  color: #047166;
}

.hero-proof {
  border-top: 1px solid rgba(33, 143, 162, 0.12);
  padding-top: 18px;
}

.hero-proof dt {
  color: #0d2c34;
}

.hero-proof dd,
.quick-start-options small,
.ai-engine-grid p,
.plain-flow-steps p,
.worktype-grid small,
.flow-grid p,
.problem-grid p,
.resource-grid p,
.faq-list p,
.pilot-copy p,
.pilot-box p,
.comparison p,
.seo-article p,
.seo-article li,
.seo-hero p {
  color: var(--muted);
}

.audience-band {
  color: #123038;
  background:
    linear-gradient(90deg, rgba(24, 173, 198, 0.09), rgba(17, 170, 145, 0.07)),
    #ffffff;
  border-color: rgba(33, 143, 162, 0.13);
}

.ai-engine-section,
.quick-start,
.plain-flow,
.worktype-section,
.flow-section,
.problem-section,
.resource-section,
.positioning-section,
.pilot-section,
.faq-section,
.pricing-band,
.pricing-content,
.seo-hero,
.seo-content,
.workflow-section,
.contact-section {
  color: var(--ink);
  background:
    radial-gradient(circle at 86% 8%, rgba(24, 173, 198, 0.08), transparent 20rem),
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 253, 253, 0.94));
  border-color: rgba(33, 143, 162, 0.13);
}

.ai-engine-section {
  background:
    linear-gradient(rgba(24, 173, 198, 0.032) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 173, 198, 0.028) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff, #f4fbfb);
  background-size: 58px 58px, 58px 58px, auto;
}

.ai-engine-grid article::after {
  background: linear-gradient(90deg, rgba(24, 173, 198, 0.28), rgba(228, 163, 49, 0.28));
}

.quick-start-options a:hover,
.worktype-grid a:hover,
.resource-grid a:hover {
  border-color: rgba(17, 170, 145, 0.36);
  box-shadow: 0 18px 42px rgba(30, 112, 130, 0.12);
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  color: var(--ink);
  background: #ffffff;
  border-color: rgba(33, 143, 162, 0.24);
}

.contact-form label,
.contact-form .contact-consent {
  color: #425f68;
}

.site-footer {
  color: #5a737c;
  background: #f8fdfd;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
  }

  .hero-background {
    min-height: 280px;
    opacity: 1;
  }

  .hero-background img {
    object-position: 62% 42%;
  }

  .hero-content {
    padding-top: 34px;
  }

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

@media (max-width: 640px) {
  body {
    background-size: 54px 54px, 54px 54px, auto, auto, auto;
  }

  .hero {
    background: linear-gradient(180deg, #ffffff 0%, #f1fbfb 100%);
  }

  .hero-background {
    min-height: 220px;
  }

  .hero-background img {
    opacity: 0.72;
  }

  .hero-hud {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
  }
}

/* 2026-06-17 compact light pass: show the value faster above the fold */
.hero {
  grid-template-columns: minmax(540px, 1.18fr) minmax(360px, 0.82fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
  min-height: auto;
  padding: clamp(82px, 9vh, 104px) 32px 34px;
}

.hero-content {
  max-width: 780px;
  padding-top: 0;
  padding-bottom: 0;
}

.hero h1 {
  max-width: 760px;
  margin-bottom: 16px;
  font-size: clamp(2.85rem, 3.55vw, 3.5rem);
  line-height: 1.02;
}

.hero-subtitle {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(1.02rem, 1.1vw, 1.12rem);
  line-height: 1.54;
}

.hero-ai-chips {
  gap: 8px;
  margin-bottom: 18px;
}

.hero-ai-chips span {
  padding: 8px 12px;
}

.hero-actions {
  margin-bottom: 0;
}

.hero-quick {
  gap: 10px;
  margin-top: 18px;
}

.hero-quick div {
  min-height: 88px;
  padding: 13px;
}

.hero-quick span {
  font-size: 0.9rem;
  line-height: 1.35;
}

.hero-proof {
  display: none;
}

.hero-background {
  min-height: 430px;
}

.hero-hud {
  right: 18px;
  bottom: 18px;
}

.audience-band {
  padding-top: 16px;
  padding-bottom: 16px;
}

@media (max-width: 1060px) {
  .hero {
    grid-template-columns: minmax(440px, 1.08fr) minmax(320px, 0.92fr);
    padding-top: 92px;
  }

  .hero h1 {
    font-size: clamp(2.45rem, 4vw, 3.1rem);
  }

  .hero-background {
    min-height: 380px;
  }
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 34px 20px 30px;
  }

  .hero-background {
    order: 2;
    min-height: 260px;
    margin-top: 8px;
  }

  .hero-content {
    order: 1;
  }
}

@media (max-width: 640px) {
  .site-header {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px 18px;
  }

  .site-header .brand {
    justify-self: start;
  }

  .site-header .header-cta {
    width: 100%;
  }

  .main-nav {
    display: none;
  }

  .hero {
    position: relative;
    padding: 26px 18px 24px;
  }

  .hero h1 {
    font-size: clamp(1.95rem, 8.4vw, 2.28rem);
  }

  .hero-subtitle {
    margin-bottom: 14px;
    font-size: 0.98rem;
    line-height: 1.48;
  }

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

  .hero-ai-chips span {
    min-height: 38px;
    align-items: center;
    justify-content: center;
    padding: 7px 9px;
    font-size: 0.79rem;
    text-align: center;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .hero-actions .button {
    min-height: 48px;
  }

  .hero-background {
    position: absolute;
    top: 124px;
    right: -80px;
    width: 290px;
    height: 210px;
    min-height: 0;
    opacity: 0.18;
    z-index: 0;
  }

  .hero-background img {
    opacity: 0.92;
  }

  .hero-hud,
  .hero-scan {
    display: none;
  }

  .hero-content {
    position: relative;
    z-index: 1;
  }

.hero-quick {
  display: none;
  }
}

/* 2026-06-17 clarity pass: show the two real starting routes */
.two-routes {
  display: grid;
  grid-template-columns: minmax(280px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: start;
  padding: clamp(46px, 6vw, 72px) 32px;
  color: var(--ink);
  background:
    radial-gradient(circle at 90% 8%, rgba(24, 173, 198, 0.08), transparent 22rem),
    linear-gradient(180deg, #ffffff, #f7fdfd);
  border-bottom: 1px solid rgba(33, 143, 162, 0.12);
}

.two-routes-copy {
  max-width: 520px;
}

.two-routes-copy h2 {
  margin-bottom: 14px;
  font-size: clamp(2rem, 3vw, 2.7rem);
}

.two-routes-copy p:last-child {
  color: var(--muted);
  line-height: 1.6;
}

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

.two-routes-grid article {
  display: grid;
  gap: 12px;
  min-height: 280px;
  border: 1px solid rgba(33, 143, 162, 0.16);
  border-radius: 8px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 36px rgba(30, 112, 130, 0.075);
}

.two-routes-grid span {
  width: fit-content;
  border-radius: 999px;
  padding: 6px 10px;
  color: #047166;
  background: rgba(24, 173, 198, 0.1);
  font-size: 0.78rem;
  font-weight: 900;
}

.two-routes-grid strong {
  color: var(--ink);
  font-size: 1.26rem;
  line-height: 1.18;
}

.two-routes-grid p {
  color: var(--muted);
  line-height: 1.55;
}

.two-routes-grid a {
  align-self: end;
  color: var(--green-dark);
  font-weight: 900;
  text-decoration: none;
}

.two-routes-grid a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .two-routes {
    grid-template-columns: 1fr;
    padding: 42px 20px;
  }
}

@media (max-width: 640px) {
  .two-routes {
    padding: 34px 18px;
  }

  .two-routes-grid {
    grid-template-columns: 1fr;
  }

  .two-routes-grid article {
    min-height: auto;
  }
}

/* 2026-06-17 pricing clarity: show the trial route before the price cards */
.pricing-trial-route {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
  padding: clamp(42px, 6vw, 68px) 32px;
  color: var(--ink);
  background:
    linear-gradient(rgba(24, 173, 198, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(24, 173, 198, 0.026) 1px, transparent 1px),
    linear-gradient(180deg, #ffffff, #f7fdfd);
  background-size: 58px 58px, 58px 58px, auto;
  border-bottom: 1px solid rgba(33, 143, 162, 0.12);
}

.pricing-trial-route h2 {
  max-width: 560px;
  margin-bottom: 0;
  font-size: clamp(1.9rem, 3vw, 2.55rem);
}

.pricing-trial-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-trial-steps li {
  display: grid;
  gap: 10px;
  min-height: 230px;
  border: 1px solid rgba(33, 143, 162, 0.16);
  border-radius: 8px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 34px rgba(30, 112, 130, 0.075);
}

.pricing-trial-steps span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  color: #073239;
  background: linear-gradient(135deg, #8af3f7, #5ce4c3);
  font-weight: 950;
}

.pricing-trial-steps strong {
  color: #0d2c34;
  font-size: 1.12rem;
  line-height: 1.2;
}

.pricing-trial-steps p {
  color: var(--muted);
  line-height: 1.5;
}

@media (max-width: 980px) {
  .pricing-trial-route {
    grid-template-columns: 1fr;
    padding: 42px 20px;
  }

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

  .pricing-trial-steps li {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .pricing-trial-route {
    padding: 34px 18px;
  }
}

/* 2026-06-17 bright AI guardrail: keep the look light, open and practical */
:root {
  color-scheme: light;
  --paper: #fbffff;
  --paper-strong: #ffffff;
  --ink: #0f3038;
  --muted: #536f78;
  --line: rgba(30, 145, 166, 0.17);
}

body,
.hero,
.audience-band,
.two-routes,
.ai-engine-section,
.quick-start,
.plain-flow,
.worktype-section,
.flow-section,
.problem-section,
.workflow-section,
.demo-section,
.positioning-section,
.resource-section,
.pilot-section,
.faq-section,
.contact-section,
.seo-main,
.seo-hero,
.seo-content,
.pricing-main,
.pricing-band,
.pricing-content,
.pricing-trial-route,
.site-footer {
  color: var(--ink);
  background-color: #fbffff;
}

.workflow-section,
.contact-section,
.seo-cta,
.price-card.featured {
  background:
    linear-gradient(135deg, rgba(27, 190, 211, 0.1), rgba(35, 211, 173, 0.08)),
    #ffffff;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.contact-form .contact-consent,
.demo-panel-header,
.seo-visual {
  color: var(--ink);
  background: #ffffff;
}

.contact-form .contact-consent {
  min-height: auto;
  align-items: flex-start;
}

.contact-form .contact-consent input[type="checkbox"] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  padding: 0;
}

.hero-background,
.hero-hud,
.hero-quick div,
.two-routes-grid article,
.ai-engine-grid article,
.quick-start-options a,
.plain-flow-steps article,
.worktype-grid a,
.flow-grid article,
.problem-grid article,
.workflow li,
.demo-panel,
.comparison div,
.resource-grid a,
.pilot-box,
.faq-list article,
.seo-box,
.price-card,
.pricing-trial-steps li {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 253, 253, 0.94)),
    #ffffff;
  border-color: var(--line);
  box-shadow: 0 14px 34px rgba(30, 112, 130, 0.07);
}

/* 2026-06-19 trust/layout guard: practical site, no content falling off-screen */
:root {
  --paper: #f7faf8;
  --paper-strong: #ffffff;
  --line: rgba(16, 84, 78, 0.16);
  --green: #0f766e;
  --green-dark: #0b5e57;
  --blue: #2f6f80;
  --shadow: 0 12px 30px rgba(23, 32, 42, 0.08);
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body {
  background: linear-gradient(180deg, #ffffff 0%, #f4faf8 44%, #f7faf8 100%);
}

.site-header,
.hero,
.audience-band,
.two-routes,
.quick-start,
.section,
.plain-flow,
.worktype-section,
.flow-section,
.problem-section,
.resource-section,
.pilot-section,
.faq-section,
.contact-section,
.seo-hero,
.seo-content,
.pricing-band,
.pricing-content,
.pricing-trial-route,
.site-footer {
  width: 100%;
  max-width: 100%;
}

.seo-hero,
.seo-content,
.pricing-band,
.pricing-content,
.pricing-trial-route {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
  padding-inline: 0;
}

.seo-hero {
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  gap: clamp(22px, 4vw, 42px);
  padding-top: clamp(92px, 10vw, 120px);
  padding-bottom: clamp(42px, 6vw, 70px);
}

.seo-content {
  grid-template-columns: minmax(0, 1fr) minmax(300px, 380px);
  gap: clamp(22px, 4vw, 40px);
  padding-top: clamp(44px, 6vw, 72px);
  padding-bottom: clamp(54px, 7vw, 92px);
}

.seo-article,
.seo-aside,
.seo-box,
.seo-links,
.seo-links a,
.seo-visual,
.pricing-main,
.pricing-content,
.pricing-band {
  min-width: 0;
  max-width: 100%;
}

h1,
h2,
h3,
p,
li,
a,
span,
strong,
small {
  overflow-wrap: break-word;
}

.seo-box h2,
.seo-box p,
.seo-links a,
.button,
.header-cta {
  max-width: 100%;
  white-space: normal;
}

.seo-box h2 {
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.12;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: auto;
}

.seo-aside {
  width: 100%;
}

.seo-visual {
  color: var(--ink);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.seo-visual span,
.mini-label,
.eyebrow {
  color: var(--green-dark);
}

.seo-visual li {
  color: var(--muted);
  border-top-color: rgba(16, 84, 78, 0.13);
}

.hero-background,
.seo-box,
.quick-start-options a,
.two-routes-grid article,
.plain-flow-steps article,
.worktype-grid a,
.flow-grid article,
.problem-grid article,
.resource-grid a,
.pilot-box,
.faq-list article,
.price-card {
  background: #ffffff;
  box-shadow: var(--shadow);
}

.hero-background img {
  opacity: 0.48;
  filter: saturate(0.76) contrast(0.96);
}

.hero-scan,
.ai-orbit,
.hero-background::before,
.hero-background::after {
  display: none;
}

.hero-ai-chips span,
.pricing-trial-steps span,
.two-routes-grid span {
  background: #e8f5f2;
  color: var(--green-dark);
}

.brand-mark,
.header-cta,
.button.primary,
.demo-tab.active,
.demo-tab:hover {
  color: #ffffff;
  background: var(--green);
}

.button.secondary {
  background: #ffffff;
  color: var(--green-dark);
}

.hero,
.two-routes,
.quick-start,
.plain-flow,
.worktype-section,
.flow-section,
.problem-section,
.resource-section,
.pilot-section,
.faq-section,
.workflow-section,
.contact-section,
.ai-engine-section,
.seo-main,
.seo-hero,
.seo-content,
.pricing-main,
.pricing-band,
.pricing-content,
.pricing-trial-route {
  background: transparent;
}

@media (max-width: 900px) {
  .seo-hero,
  .seo-content,
  .pricing-band,
  .pricing-content,
  .pricing-trial-route {
    width: min(calc(100% - 32px), 680px);
    grid-template-columns: 1fr;
    padding-inline: 0;
  }

  .seo-aside {
    position: static;
  }
}

@media (max-width: 640px) {
  .seo-hero,
  .seo-content,
  .pricing-band,
  .pricing-content,
  .pricing-trial-route {
    width: calc(100% - 28px);
  }

  .seo-article ul,
  .seo-article ol {
    padding-left: 18px;
  }

  .hero-background {
    position: relative;
    left: auto;
    right: auto;
    justify-self: stretch;
    width: 100%;
    transform: none;
  }

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

  .proof-strip > div {
    min-height: auto;
  }
}

/* Launch polish: calmer brand, less AI-showcase, more practical vakbedrijf feel. */
.site-header .brand-mark,
footer .brand-mark {
  position: relative;
  overflow: hidden;
  color: transparent;
  background: #ffffff;
  border-radius: 10px;
  font-size: 0;
  box-shadow: inset 0 0 0 1.5px rgba(15, 118, 110, 0.28), 0 10px 24px rgba(15, 118, 110, 0.08);
}

.site-header .brand-mark::before,
footer .brand-mark::before {
  content: "";
  position: absolute;
  inset: 7px 9px;
  border: 2px solid #0f766e;
  border-radius: 5px;
  background:
    linear-gradient(135deg, transparent 0 72%, rgba(15, 118, 110, 0.16) 73% 100%),
    linear-gradient(#d9f2ed, #d9f2ed) 7px 11px / 12px 2px no-repeat,
    linear-gradient(#d9f2ed, #d9f2ed) 7px 17px / 16px 2px no-repeat,
    #ffffff;
}

.site-header .brand-mark::after,
footer .brand-mark::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 9px;
  height: 5px;
  border-left: 2.5px solid #0f766e;
  border-bottom: 2.5px solid #0f766e;
  transform: rotate(-45deg);
}

.hero-background {
  border-color: rgba(15, 118, 110, 0.18);
}

.hero-background img {
  opacity: 0.34;
  filter: saturate(0.72) contrast(0.98);
}

.hero-hud,
.hero-scan,
.ai-orbit {
  display: none !important;
}

.hero-ai-chips span {
  border-color: rgba(15, 118, 110, 0.18);
  background: #f2faf8;
}

/* 2026-07-01 paid social landing page: direct, practical, low-noise */
.ad-landing-main {
  color: var(--ink);
  background: linear-gradient(180deg, #ffffff 0%, #f5fbf9 42%, #eef8f5 100%);
}

.ad-hero,
.ad-section,
.ad-final-cta {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.ad-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 420px);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  min-height: 78vh;
  padding: clamp(112px, 12vw, 150px) 0 clamp(44px, 7vw, 82px);
}

.ad-hero-copy {
  min-width: 0;
}

.ad-hero h1 {
  max-width: 780px;
  margin-bottom: 16px;
  font-size: clamp(2.45rem, 6vw, 4.7rem);
  line-height: 0.98;
}

.ad-hero-subtitle {
  max-width: 720px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.28rem);
}

.ad-offer-strip {
  display: grid;
  gap: 2px;
  max-width: 650px;
  margin: 24px 0;
  border: 1px solid rgba(15, 118, 110, 0.22);
  border-radius: 8px;
  padding: 16px 18px;
  background: #e9f7f2;
}

.ad-offer-strip strong {
  color: var(--green-dark);
  font-size: 1.18rem;
}

.ad-offer-strip span {
  color: var(--muted);
  font-weight: 750;
}

.ad-small-proof {
  margin: 14px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.ad-phone-card {
  display: grid;
  gap: 18px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 8px;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0 22px 54px rgba(23, 32, 42, 0.1);
}

.ad-phone-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ad-phone-top .brand-mark {
  flex: 0 0 auto;
}

.ad-flow-list {
  display: grid;
  gap: 10px;
}

.ad-flow-list div {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  border: 1px solid rgba(16, 84, 78, 0.13);
  border-radius: 8px;
  padding: 12px;
  background: #f8fcfb;
}

.ad-flow-list span {
  display: inline-grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: var(--green);
  font-weight: 950;
}

.ad-flow-list p {
  margin: 0;
  color: var(--ink);
  font-weight: 820;
}

.ad-trust-band {
  display: grid;
  grid-template-columns: minmax(220px, 0.45fr) minmax(0, 1fr);
  gap: 20px;
  width: min(1160px, calc(100% - 40px));
  margin: 0 auto;
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 8px;
  padding: 18px 20px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.ad-trust-band strong {
  color: var(--green-dark);
  font-size: 1.15rem;
}

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

.ad-section {
  padding: clamp(46px, 7vw, 82px) 0 0;
}

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

.ad-benefit-grid article,
.ad-steps li {
  border: 1px solid rgba(16, 84, 78, 0.14);
  border-radius: 8px;
  padding: 20px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.ad-benefit-grid strong,
.ad-steps strong {
  color: var(--green-dark);
  font-size: 1.1rem;
}

.ad-benefit-grid p,
.ad-steps p,
.ad-final-cta p {
  color: var(--muted);
}

.ad-steps {
  display: grid;
  grid-template-columns: minmax(260px, 0.56fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
}

.ad-steps ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ad-steps li {
  display: grid;
  gap: 10px;
  min-height: 220px;
}

.ad-steps li span {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 999px;
  color: #ffffff;
  background: var(--green);
  font-weight: 950;
}

.ad-audience {
  display: grid;
  grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
  gap: clamp(22px, 4vw, 44px);
  align-items: start;
}

.ad-audience-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ad-audience-list span {
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--green-dark);
  background: #ffffff;
  font-weight: 880;
}

.ad-final-cta {
  display: grid;
  gap: 14px;
  justify-items: start;
  margin-top: clamp(50px, 8vw, 88px);
  margin-bottom: clamp(48px, 8vw, 86px);
  border: 1px solid rgba(15, 118, 110, 0.2);
  border-radius: 8px;
  padding: clamp(28px, 5vw, 48px);
  background: linear-gradient(135deg, #e9f7f2, #ffffff);
  box-shadow: var(--shadow);
}

.ad-final-cta h2 {
  max-width: 780px;
}

@media (max-width: 980px) {
  .ad-hero,
  .ad-steps,
  .ad-audience,
  .ad-trust-band {
    grid-template-columns: 1fr;
  }

  .ad-benefit-grid,
  .ad-steps ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ad-landing-main {
    max-width: 100%;
    overflow-x: hidden;
  }

  .ad-hero,
  .ad-section,
  .ad-final-cta,
  .ad-trust-band {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }

  .ad-hero {
    min-height: auto;
    padding-top: 38px;
  }

  .ad-hero h1 {
    width: 100% !important;
    max-width: 100% !important;
    font-size: clamp(2rem, 9vw, 2.32rem) !important;
    line-height: 1.1;
    overflow-wrap: normal;
    word-break: normal;
  }

  .ad-hero-subtitle,
  .ad-offer-strip,
  .ad-small-proof {
    width: 100%;
    max-width: 100%;
  }

  .ad-offer-strip span {
    display: block;
  }

  .ad-benefit-grid,
  .ad-steps ol {
    grid-template-columns: 1fr;
  }

  .ad-steps li {
    min-height: auto;
  }

  .ad-phone-card {
    padding: 16px;
  }
}

/* Product-first UX pass: rustig, betrouwbaar en bruikbaar voor vakbedrijven. */
:root {
  --green: #0f766e;
  --green-dark: #0b5e57;
  --ink: #17202a;
  --muted: #5d6b78;
  --paper: #f5f8f6;
  --paper-strong: #ffffff;
  --line: rgba(23, 32, 42, 0.13);
  --shadow: 0 12px 30px rgba(23, 32, 42, 0.08);
}

body {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8f6 48%, #f7faf8 100%);
}

.hero-scan,
.ai-orbit,
.hero-background::before,
.hero-background::after {
  display: none !important;
}

.hero {
  min-height: auto;
  gap: clamp(28px, 5vw, 62px);
}

.hero-background {
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.16);
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(23, 32, 42, 0.08);
}

.hero-background img {
  opacity: 0.28;
  filter: saturate(0.62) contrast(0.98);
}

.hero-hud {
  display: grid !important;
  right: clamp(16px, 4vw, 34px);
  bottom: clamp(16px, 4vw, 34px);
  max-width: min(320px, calc(100% - 32px));
  border-left: 4px solid var(--green);
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink);
  box-shadow: 0 10px 24px rgba(23, 32, 42, 0.08);
}

.hero-hud span,
.hero-hud strong {
  color: var(--ink);
}

.hero-ai-chips span {
  border-color: rgba(15, 118, 110, 0.2);
  background: #f1faf7;
  color: var(--green-dark);
}

.hero-quick div,
.two-routes-grid article,
.quick-start-options a,
.flow-grid article,
.problem-grid article,
.demo-panel,
.comparison div,
.seo-box,
.seo-visual,
.price-card {
  border-color: var(--line);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.button.primary,
.header-cta {
  background: var(--green);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 118, 110, 0.16);
}

.button.secondary {
  border-color: rgba(15, 118, 110, 0.24);
  background: #ffffff;
  color: var(--green-dark);
}

.seo-hero,
.seo-content,
.demo-layout,
.comparison,
.two-routes-grid,
.quick-start-options,
.flow-grid,
.problem-grid,
.resource-grid,
.worktype-grid,
.pilot-box,
.faq-list,
.contact-grid {
  min-width: 0;
  max-width: 100%;
}

.seo-visual,
.demo-panel,
.hero-background,
.quick-start-options a,
.two-routes-grid article {
  min-width: 0;
  max-width: 100%;
}

.seo-visual ul,
.seo-article ul,
.seo-article ol {
  max-width: 100%;
}

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

@media (max-width: 980px) {
  .hero,
  .demo-layout,
  .comparison,
  .seo-hero,
  .seo-content,
  .two-routes,
  .contact-grid {
    grid-template-columns: 1fr !important;
  }

  .hero-background {
    width: 100%;
    min-height: 300px;
    order: -1;
  }
}

@media (max-width: 640px) {
  .hero,
  .two-routes,
  .quick-start,
  .section,
  .plain-flow,
  .worktype-section,
  .flow-section,
  .problem-section,
  .workflow-section,
  .demo-section,
  .resource-section,
  .pilot-section,
  .faq-section,
  .contact-section,
  .seo-hero,
  .seo-content {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
    margin-inline: auto;
  }

  .hero-background {
    min-height: 230px;
  }

  .hero-hud {
    position: absolute;
    inset: auto 14px 14px 14px;
    max-width: none;
  }
}

/* 2026-07-02 mobile first-viewport cleanup:
   op telefoon moet de boodschap direct beginnen, zonder lege hero-visual erboven. */
@media (max-width: 640px) {
  .site-header {
    gap: 10px;
    padding: 12px 18px 10px;
  }

  .hero {
    display: block;
    min-height: 0 !important;
    padding: 24px 20px 26px;
  }

  .hero-background,
  .hero-hud,
  .hero-scan,
  .ai-orbit {
    display: none !important;
  }

  .hero-content {
    max-width: none;
    padding: 0 !important;
  }

  .hero .eyebrow {
    margin-bottom: 10px;
  }

  .hero h1 {
    margin-bottom: 14px;
    font-size: clamp(2rem, 8.8vw, 2.35rem);
    line-height: 1.04;
  }

  .hero-subtitle {
    margin-bottom: 16px;
  }

  .hero-ai-chips {
    margin-bottom: 16px;
  }

  .hero-reassurance {
    font-size: 0.82rem;
  }

  .proof-strip > div {
    padding: 22px 20px;
  }
}

/* 2026-07-10 conversion refresh: show the actual promise, not abstract decoration. */
.hero {
  grid-template-columns: minmax(0, 0.98fr) minmax(500px, 0.9fr);
  gap: clamp(34px, 5vw, 82px);
  min-height: min(860px, 94vh);
  background:
    radial-gradient(circle at 78% 36%, rgba(136, 231, 218, 0.2), transparent 31%),
    linear-gradient(118deg, #fbf8f1 0%, #f8fbf8 56%, #eef9f6 100%);
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 670px;
}

.hero h1 {
  max-width: 670px;
  letter-spacing: -0.065em;
}

.hero-subtitle {
  max-width: 600px;
  font-size: clamp(1.06rem, 1.35vw, 1.22rem);
}

.hero-background {
  display: grid;
  min-height: 535px;
  place-items: center;
  pointer-events: none;
}

.hero-background > img,
.hero-scan,
.ai-orbit {
  display: none;
}

.hero-product-preview {
  position: relative;
  width: min(100%, 590px);
  overflow: hidden;
  border: 1px solid rgba(24, 85, 65, 0.18);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 32px 70px rgba(22, 75, 55, 0.18);
  transform: rotate(1.2deg);
}

.hero-product-preview::before {
  position: absolute;
  inset: 0;
  z-index: 0;
  content: "";
  background-image: linear-gradient(rgba(31, 107, 74, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(31, 107, 74, 0.045) 1px, transparent 1px);
  background-size: 28px 28px;
}

.preview-topbar,
.preview-layout,
.hero-product-preview .hero-hud {
  position: relative;
  z-index: 1;
}

.preview-topbar {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 62px;
  padding: 0 22px;
  border-bottom: 1px solid rgba(24, 85, 65, 0.12);
  color: #1a352b;
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.9rem;
  font-weight: 850;
}

.preview-logo {
  display: grid;
  width: 25px;
  height: 25px;
  place-items: center;
  border-radius: 7px;
  color: #fff;
  background: #176e5c;
  font-size: 0.64rem;
  letter-spacing: -0.04em;
}

.preview-live {
  margin-left: auto;
  border-radius: 999px;
  padding: 5px 9px;
  color: #176e5c;
  background: #dff6ee;
  font-size: 0.7rem;
}

.preview-layout {
  display: grid;
  grid-template-columns: 0.82fr 32px 1.18fr;
  gap: 12px;
  align-items: center;
  padding: 23px;
}

.preview-request,
.preview-quote {
  border: 1px solid rgba(24, 85, 65, 0.13);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 24px rgba(23, 82, 63, 0.07);
}

.preview-request {
  padding: 16px;
}

.preview-label,
.preview-quote-head span {
  display: block;
  margin-bottom: 8px;
  color: #317361;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.preview-request strong,
.preview-quote > strong {
  display: block;
  color: #18362c;
  font-size: 0.88rem;
  line-height: 1.25;
}

.preview-request p {
  margin: 7px 0 13px;
  color: #718078;
  font-size: 0.72rem;
}

.preview-photo-row {
  display: flex;
  gap: 6px;
  margin-bottom: 13px;
}

.preview-photo-row i {
  display: block;
  width: 31%;
  aspect-ratio: 1.18;
  border-radius: 5px;
  background: linear-gradient(145deg, #b6cabe, #76968a 50%, #e3d6be 51%, #9a7c62);
}

.preview-photo-row i:nth-child(2) { background: linear-gradient(145deg, #c8d4cb, #627a71 48%, #efede0 49%, #8a7568); }
.preview-photo-row i:nth-child(3) { background: linear-gradient(145deg, #e4ddcc, #a99072 47%, #6c877e 48%, #cbd7cf); }

.preview-status {
  display: block;
  color: #347260;
  font-size: 0.66rem;
  font-weight: 750;
  line-height: 1.3;
}

.preview-arrow {
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #1d8069;
  box-shadow: 0 5px 12px rgba(29, 128, 105, 0.26);
  font-weight: 900;
}

.preview-quote {
  padding: 16px;
}

.preview-quote-head {
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap: 8px;
}

.preview-quote-head b {
  color: #176e5c;
  font-size: 0.92rem;
}

.preview-line {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 11px;
  padding-top: 10px;
  border-top: 1px solid #e5ece8;
  color: #566861;
  font-size: 0.68rem;
}

.preview-line b { color: #28483e; }

.preview-check {
  margin-top: 14px;
  border-radius: 8px;
  padding: 8px 9px;
  color: #176e5c;
  background: #e1f4ec;
  font-size: 0.67rem;
  font-weight: 800;
}

.hero-product-preview .hero-hud {
  position: static;
  margin: 0 23px 23px;
  max-width: none;
  border-color: rgba(31, 107, 74, 0.16);
  color: #24483c;
  background: #f4fbf8;
  box-shadow: none;
}

.hero-product-preview .hero-hud span { color: #377966; }
.hero-product-preview .hero-hud strong { color: #193f33; }

@media (max-width: 1060px) {
  .hero { grid-template-columns: minmax(0, 1fr) minmax(430px, 0.8fr); gap: 30px; }
  .preview-layout { padding: 18px; gap: 8px; }
  .preview-request, .preview-quote { padding: 13px; }
}

@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-background { width: min(100%, 620px); min-height: auto; order: initial; }
  .hero-product-preview { transform: none; }
}

@media (max-width: 640px) {
  .hero-background { display: none !important; }
  .hero h1 { letter-spacing: -0.055em; }
  .hero-actions .button { width: 100%; }
}

/* 2026-07-10 homepage story pass: one polished product narrative below the hero. */
.home-page {
  --home-canvas: #f5f7f2;
  --home-surface: #ffffff;
  --home-forest: #123d33;
  --home-forest-deep: #082c25;
  --home-mint: #dff5ec;
  --home-mint-bright: #82e3c3;
  --home-amber: #f2bd60;
  --home-ink: #16231f;
  --home-muted: #5c6d66;
  --home-line: rgba(18, 61, 51, 0.14);
  --home-radius-xl: 34px;
  --home-radius-lg: 25px;
  --home-radius-md: 16px;
  background:
    radial-gradient(circle at 8% 24%, rgba(100, 211, 176, 0.08), transparent 25rem),
    linear-gradient(180deg, #ffffff 0%, var(--home-canvas) 100%);
  color: var(--home-ink);
}

.home-page main {
  overflow: hidden;
}

.home-page h2 {
  letter-spacing: -0.052em;
}

.home-page .proof-strip {
  position: relative;
  z-index: 4;
  width: min(1180px, calc(100% - 40px));
  margin: -42px auto 0;
  overflow: hidden;
  border: 1px solid rgba(18, 61, 51, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 70px rgba(13, 52, 42, 0.14);
  backdrop-filter: blur(18px);
}

.home-page .proof-strip > div {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-height: 122px;
  padding: 24px 28px;
  border-right: 1px solid var(--home-line);
  background: transparent;
}

.home-page .proof-strip > div:last-child {
  border-right: 0;
}

.home-page .proof-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border: 1px solid rgba(18, 61, 51, 0.12);
  border-radius: 15px;
  color: var(--home-forest);
  background: linear-gradient(145deg, #e8faf3, #ffffff);
  box-shadow: inset 0 0 0 5px rgba(130, 227, 195, 0.12);
  font-size: 0.74rem;
  font-weight: 950;
}

.home-page .proof-strip strong {
  display: block;
  margin: 0 0 5px;
  color: var(--home-ink);
  font-size: 1.04rem;
}

.home-page .proof-strip p {
  margin: 0;
  color: var(--home-muted);
  font-size: 0.9rem;
  line-height: 1.45;
}

.home-page .audience-band {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 30px;
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  margin: 22px auto 0;
  padding: 24px 30px;
  border: 1px solid rgba(18, 61, 51, 0.08);
  border-radius: 22px;
  background: rgba(236, 246, 240, 0.76);
}

.home-page .audience-copy {
  display: grid;
  gap: 6px;
}

.home-page .audience-label {
  width: fit-content;
  color: #a46a19;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-page .audience-band p {
  max-width: 560px;
  margin: 0;
  color: var(--home-forest);
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.45;
}

.home-page .audience-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  justify-content: flex-end;
}

.home-page .audience-tags span {
  border: 1px solid rgba(18, 61, 51, 0.12);
  border-radius: 999px;
  padding: 9px 13px;
  color: var(--home-forest);
  background: rgba(255, 255, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 850;
  white-space: nowrap;
}

.home-page .two-routes {
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  gap: clamp(38px, 6vw, 84px);
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(84px, 9vw, 126px) 0;
  border: 0;
  background: transparent;
}

.home-page .two-routes-copy {
  position: sticky;
  top: 110px;
  max-width: 430px;
}

.home-page .two-routes-copy h2 {
  max-width: 520px;
  margin: 0 0 18px;
  font-size: clamp(2.5rem, 4.1vw, 4.3rem);
  line-height: 0.98;
}

.home-page .two-routes-copy > p:last-of-type {
  max-width: 430px;
  color: var(--home-muted);
  font-size: 1.05rem;
  line-height: 1.65;
}

.home-page .route-assurance {
  display: grid;
  gap: 10px;
  margin-top: 28px;
}

.home-page .route-assurance span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--home-forest);
  font-size: 0.86rem;
  font-weight: 800;
}

.home-page .route-assurance span::before {
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  content: "✓";
  color: var(--home-forest);
  background: var(--home-mint);
  font-size: 0.7rem;
  font-weight: 950;
}

.home-page .two-routes-grid {
  grid-template-columns: 1fr;
  gap: 24px;
}

.home-page .two-routes-grid .route-card {
  position: relative;
  display: flex;
  min-height: 500px;
  flex-direction: column;
  gap: 13px;
  overflow: hidden;
  border: 1px solid rgba(18, 61, 51, 0.12);
  border-radius: var(--home-radius-xl);
  padding: clamp(27px, 4vw, 42px);
  background:
    radial-gradient(circle at 95% 0%, rgba(130, 227, 195, 0.19), transparent 18rem),
    #ffffff;
  box-shadow: 0 26px 70px rgba(20, 54, 45, 0.11);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.home-page .two-routes-grid .route-card::before {
  position: absolute;
  top: -110px;
  right: -80px;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(18, 61, 51, 0.08);
  border-radius: 50%;
  content: "";
}

.home-page .two-routes-grid .route-card:hover {
  border-color: rgba(18, 61, 51, 0.24);
  box-shadow: 0 34px 80px rgba(20, 54, 45, 0.16);
  transform: translateY(-5px);
}

.home-page .route-card-quote {
  background:
    radial-gradient(circle at 90% 6%, rgba(242, 189, 96, 0.2), transparent 18rem),
    linear-gradient(145deg, #f1fbf6, #ffffff 72%) !important;
}

.home-page .route-card-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.home-page .route-card-head span {
  border-radius: 999px;
  padding: 7px 11px;
  color: var(--home-forest);
  background: var(--home-mint);
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.06em;
}

.home-page .route-card-head small {
  color: #7b8984;
  font-size: 0.8rem;
  font-weight: 800;
}

.home-page .route-card > strong {
  position: relative;
  z-index: 1;
  max-width: 560px;
  margin-top: 6px;
  color: var(--home-ink);
  font-size: clamp(1.65rem, 2.5vw, 2.45rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.home-page .route-card > p {
  position: relative;
  z-index: 1;
  max-width: 570px;
  margin: 0;
  color: var(--home-muted);
  line-height: 1.58;
}

.home-page .route-card > a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: var(--home-forest);
  font-weight: 950;
  text-decoration: none;
}

.home-page .route-card > a span {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--home-forest);
  transition: transform 180ms ease;
}

.home-page .route-card > a:hover span {
  transform: translateX(4px);
}

.home-page .route-mini-ui {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 14px 0 18px;
  border: 1px solid rgba(18, 61, 51, 0.12);
  border-radius: 20px;
  padding: 18px;
  background: rgba(249, 252, 250, 0.94);
  box-shadow: inset 0 1px 0 #ffffff, 0 14px 28px rgba(18, 61, 51, 0.06);
}

.home-page .mini-ui-top {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(18, 61, 51, 0.1);
}

.home-page .mini-ui-top > i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #55c7a4;
  box-shadow: 15px 0 0 #f2bd60, 30px 0 0 #d7e3dd;
}

.home-page .mini-ui-top b {
  margin-left: 30px;
  color: var(--home-ink);
  font-size: 0.78rem;
}

.home-page .mini-ui-top em {
  margin-left: auto;
  border-radius: 999px;
  padding: 4px 8px;
  color: var(--home-forest);
  background: var(--home-mint);
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 850;
}

.home-page .route-mini-form {
  grid-template-columns: 1.3fr 0.7fr;
}

.home-page .route-mini-form .mini-ui-top,
.home-page .route-mini-form .wide,
.home-page .mini-photo-row {
  grid-column: 1 / -1;
}

.home-page .mini-field {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(18, 61, 51, 0.1);
  border-radius: 12px;
  padding: 10px 12px;
  background: #ffffff;
}

.home-page .mini-field small {
  color: #7a8a84;
  font-size: 0.62rem;
}

.home-page .mini-field strong {
  color: var(--home-ink);
  font-size: 0.76rem;
}

.home-page .mini-photo-row {
  display: flex;
  align-items: center;
  gap: 7px;
}

.home-page .mini-photo-row i {
  width: 48px;
  height: 36px;
  border-radius: 8px;
  background: linear-gradient(145deg, #d7e6de, #829b91 48%, #eee5d4 49%, #b69778);
}

.home-page .mini-photo-row i:nth-child(2) {
  background: linear-gradient(145deg, #d4dfda, #6e8a7f 48%, #f1eadc 49%, #947b68);
}

.home-page .mini-photo-row i:nth-child(3) {
  background: linear-gradient(145deg, #e5dccb, #a78f71 48%, #7a968a 49%, #d3ded8);
}

.home-page .mini-photo-row span {
  margin-left: 4px;
  color: var(--home-muted);
  font-size: 0.7rem;
  font-weight: 800;
}

.home-page .mini-quote-line,
.home-page .mini-quote-total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 4px;
  border-bottom: 1px solid rgba(18, 61, 51, 0.09);
  color: var(--home-muted);
  font-size: 0.75rem;
}

.home-page .mini-quote-line strong,
.home-page .mini-quote-total strong {
  color: var(--home-ink);
}

.home-page .mini-quote-total {
  margin-top: 3px;
  border: 0;
  border-radius: 10px;
  padding: 11px 12px;
  color: var(--home-forest);
  background: var(--home-mint);
  font-weight: 850;
}

.home-page .workflow-section {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  padding: clamp(88px, 10vw, 138px) 0;
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 15%, rgba(130, 227, 195, 0.18), transparent 28rem),
    linear-gradient(135deg, var(--home-forest-deep), var(--home-forest)) !important;
}

.home-page .workflow-section::before {
  position: absolute;
  inset: 0;
  content: "";
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, black, transparent 92%);
}

.home-page .workflow-heading,
.home-page .workflow {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.home-page .workflow-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.7fr);
  gap: 60px;
  align-items: end;
  margin-bottom: 54px;
}

.home-page .workflow-heading .eyebrow {
  color: var(--home-amber);
}

.home-page .workflow-heading h2 {
  max-width: 720px;
  margin: 0;
  color: #ffffff;
  font-size: clamp(2.65rem, 5vw, 5.1rem);
  line-height: 0.95;
}

.home-page .workflow-heading > p {
  margin: 0 0 5px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.02rem;
  line-height: 1.7;
}

.home-page .workflow {
  position: relative;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-page .workflow::before {
  position: absolute;
  top: 42px;
  right: 12%;
  left: 12%;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(130, 227, 195, 0.6), transparent);
}

.home-page .workflow li {
  position: relative;
  display: flex;
  min-height: 340px;
  flex-direction: column;
  gap: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 26px;
  padding: 28px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07) !important;
  box-shadow: none;
  backdrop-filter: blur(12px);
  transition: transform 200ms ease, background 200ms ease;
}

.home-page .workflow li:nth-child(2) {
  transform: translateY(24px);
}

.home-page .workflow li:hover {
  background: rgba(255, 255, 255, 0.11) !important;
  transform: translateY(-4px);
}

.home-page .workflow li:nth-child(2):hover {
  transform: translateY(20px);
}

.home-page .workflow li > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: var(--home-forest-deep);
  background: var(--home-mint-bright);
  font-size: 0.7rem;
  font-weight: 950;
}

.home-page .workflow-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-top: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  color: var(--home-amber);
  background: rgba(255, 255, 255, 0.06);
  font-size: 1.2rem;
}

.home-page .workflow h3 {
  margin: 0;
  color: #ffffff;
  font-size: 1.45rem;
  letter-spacing: -0.025em;
}

.home-page .workflow p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.55;
}

.home-page .workflow small {
  width: fit-content;
  margin-top: auto;
  border-radius: 999px;
  padding: 7px 10px;
  color: #d7f7ec;
  background: rgba(130, 227, 195, 0.12);
  font-weight: 850;
}

.home-page .demo-section {
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(92px, 10vw, 138px) 0;
  background: transparent;
}

.home-page .demo-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 32px;
  align-items: end;
  margin-bottom: 38px;
}

.home-page .demo-section-heading h2 {
  max-width: 790px;
  margin: 0;
  font-size: clamp(2.65rem, 5.1vw, 5.2rem);
  line-height: 0.96;
}

.home-page .demo-live-badge {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 7px;
  border: 1px solid rgba(18, 61, 51, 0.12);
  border-radius: 999px;
  padding: 10px 14px;
  color: var(--home-forest);
  background: #ffffff;
  font-size: 0.8rem;
  font-weight: 850;
  box-shadow: 0 10px 25px rgba(18, 61, 51, 0.07);
}

.home-page .demo-live-badge i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #35bd8e;
  box-shadow: 0 0 0 5px rgba(53, 189, 142, 0.12);
}

.home-page .demo-stage {
  overflow: hidden;
  border: 1px solid rgba(18, 61, 51, 0.15);
  border-radius: var(--home-radius-xl);
  background: var(--home-forest-deep);
  box-shadow: 0 35px 90px rgba(13, 52, 42, 0.18);
}

.home-page .demo-windowbar {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: 20px;
  align-items: center;
  min-height: 66px;
  padding: 0 24px;
  color: rgba(255, 255, 255, 0.72);
  background: rgba(5, 35, 29, 0.95);
  font-size: 0.78rem;
}

.home-page .demo-windowbar > div {
  display: flex;
  gap: 7px;
}

.home-page .demo-windowbar > div i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ef9f82;
}

.home-page .demo-windowbar > div i:nth-child(2) { background: var(--home-amber); }
.home-page .demo-windowbar > div i:nth-child(3) { background: #5bd1aa; }

.home-page .demo-windowbar span {
  justify-self: center;
  font-weight: 780;
}

.home-page .demo-windowbar b {
  display: inline-grid;
  width: 24px;
  height: 24px;
  place-items: center;
  margin-right: 7px;
  border-radius: 7px;
  color: var(--home-forest-deep);
  background: var(--home-mint-bright);
  font-size: 0.62rem;
}

.home-page .demo-windowbar em {
  color: #a9d8c9;
  font-style: normal;
  font-weight: 800;
}

.home-page .demo-layout {
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 0;
  align-items: stretch;
  min-height: 600px;
  background: #f2f6f3;
}

.home-page .demo-controls {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 22px 16px;
  border-right: 1px solid rgba(18, 61, 51, 0.1);
  background:
    linear-gradient(rgba(18, 61, 51, 0.035) 1px, transparent 1px),
    #eaf1ed;
  background-size: 100% 42px;
}

.home-page .demo-tab {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  border: 1px solid transparent;
  border-radius: 13px;
  padding: 10px 12px;
  color: #53655f;
  background: transparent;
  text-align: left;
  transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

.home-page .demo-tab span {
  display: grid;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  place-items: center;
  border-radius: 8px;
  color: #668078;
  background: rgba(255, 255, 255, 0.78);
  font-size: 0.62rem;
}

.home-page .demo-tab.active,
.home-page .demo-tab:hover {
  border-color: rgba(18, 61, 51, 0.14);
  color: #ffffff;
  background: var(--home-forest);
  box-shadow: 0 10px 22px rgba(18, 61, 51, 0.16);
  transform: translateX(3px);
}

.home-page .demo-tab.active span,
.home-page .demo-tab:hover span {
  color: var(--home-forest);
  background: var(--home-mint-bright);
}

.home-page .demo-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(230px, 0.36fr);
  gap: 22px;
  min-width: 0;
  border: 0;
  border-radius: 0;
  padding: 28px;
  background: #f8fbf9 !important;
  box-shadow: none;
}

.home-page .demo-panel-main {
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(18, 61, 51, 0.12);
  border-radius: 22px;
  background: #ffffff;
  box-shadow: 0 18px 40px rgba(18, 61, 51, 0.08);
}

.home-page .demo-panel-header {
  display: grid;
  gap: 7px;
  padding: 26px 28px;
  border-bottom: 1px solid rgba(18, 61, 51, 0.1);
  background:
    radial-gradient(circle at 92% 0%, rgba(130, 227, 195, 0.3), transparent 14rem),
    linear-gradient(135deg, #f3fbf7, #ffffff);
}

.home-page .demo-panel-header span {
  color: #2b7c66;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-page .demo-panel-header strong {
  color: var(--home-ink);
  font-size: clamp(1.4rem, 2.3vw, 2.15rem);
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.home-page .demo-body {
  display: grid;
  gap: 18px;
  padding: 28px;
}

.home-page .demo-body p {
  max-width: 760px;
  margin: 0;
  color: var(--home-muted);
  font-size: 0.98rem;
  line-height: 1.65;
}

.home-page .demo-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-page .demo-body li {
  position: relative;
  padding: 13px 10px 13px 38px;
  border-bottom: 1px solid rgba(18, 61, 51, 0.09);
  color: #495d56;
}

.home-page .demo-body li::before {
  position: absolute;
  top: 50%;
  left: 8px;
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 7px;
  content: "✓";
  color: var(--home-forest);
  background: var(--home-mint);
  font-size: 0.65rem;
  font-weight: 950;
  transform: translateY(-50%);
}

.home-page .demo-summary {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: auto;
  padding: 0 28px 20px;
}

.home-page .demo-summary span {
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--home-forest);
  background: var(--home-mint);
  font-size: 0.76rem;
  font-weight: 850;
}

.home-page .demo-summary span:last-child {
  color: #7b581c;
  background: #fff1d7;
}

.home-page .demo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0 28px 28px;
}

.home-page .demo-control-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-self: stretch;
  border: 1px solid rgba(18, 61, 51, 0.12);
  border-radius: 22px;
  padding: 22px;
  color: #ffffff;
  background:
    radial-gradient(circle at 110% -5%, rgba(130, 227, 195, 0.25), transparent 13rem),
    var(--home-forest);
  box-shadow: 0 18px 40px rgba(18, 61, 51, 0.12);
}

.home-page .demo-control-card > span {
  color: var(--home-amber);
  font-size: 0.68rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.home-page .demo-control-card > strong {
  margin-top: 7px;
  color: #ffffff;
  font-size: 1.35rem;
  letter-spacing: -0.03em;
}

.home-page .demo-control-card ul {
  display: grid;
  gap: 4px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.home-page .demo-control-card li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
}

.home-page .demo-control-card li i {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 8px;
  color: var(--home-forest);
  background: var(--home-mint-bright);
  font-size: 0.68rem;
  font-style: normal;
  font-weight: 950;
}

.home-page .demo-pdf-chip {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  margin-top: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.08);
}

.home-page .demo-pdf-chip b {
  display: grid;
  width: 42px;
  height: 50px;
  place-items: center;
  border-radius: 9px;
  color: var(--home-forest);
  background: #ffffff;
  font-size: 0.72rem;
}

.home-page .demo-pdf-chip span {
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.72rem;
  line-height: 1.35;
}

.home-page .pilot-section {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) minmax(300px, 0.7fr);
  gap: clamp(28px, 4vw, 52px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
  margin: 0 auto clamp(92px, 10vw, 138px);
  overflow: hidden;
  border: 1px solid rgba(18, 61, 51, 0.14);
  border-radius: 38px;
  padding: clamp(38px, 5vw, 62px);
  color: var(--home-ink);
  background:
    radial-gradient(circle at 0% 100%, rgba(130, 227, 195, 0.26), transparent 24rem),
    radial-gradient(circle at 100% 0%, rgba(242, 189, 96, 0.24), transparent 22rem),
    #fffdf7 !important;
  box-shadow: 0 34px 90px rgba(20, 54, 45, 0.13);
}

.home-page .pilot-price {
  position: relative;
  display: grid;
  width: 205px;
  height: 205px;
  align-content: center;
  justify-items: center;
  border: 1px solid rgba(18, 61, 51, 0.12);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: inset 0 0 0 14px rgba(130, 227, 195, 0.16), 0 24px 44px rgba(18, 61, 51, 0.1);
}

.home-page .pilot-price::after {
  position: absolute;
  inset: -12px;
  border: 1px dashed rgba(18, 61, 51, 0.18);
  border-radius: 50%;
  content: "";
}

.home-page .pilot-price span {
  color: var(--home-forest);
  font-size: 4.4rem;
  font-weight: 950;
  letter-spacing: -0.08em;
  line-height: 0.95;
}

.home-page .pilot-price small {
  margin-top: 6px;
  color: var(--home-muted);
  font-weight: 850;
}

.home-page .pilot-copy h2 {
  max-width: 620px;
  margin: 0 0 16px;
  font-size: clamp(2.35rem, 4vw, 4.25rem);
  line-height: 0.98;
}

.home-page .pilot-copy > p:last-of-type {
  max-width: 590px;
  margin: 0;
  color: var(--home-muted);
  line-height: 1.65;
}

.home-page .pilot-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 26px;
}

.home-page .pilot-actions .text-link {
  color: var(--home-forest);
  font-weight: 900;
}

.home-page .pilot-box {
  display: grid;
  gap: 12px;
  border: 1px solid rgba(18, 61, 51, 0.12);
  border-radius: 24px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.88) !important;
  box-shadow: 0 18px 40px rgba(18, 61, 51, 0.08);
}

.home-page .pilot-box h3 {
  margin: 0;
  color: var(--home-forest);
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.home-page .pilot-box > p {
  margin: 0;
  color: var(--home-muted);
}

.home-page .pilot-box ul {
  display: grid;
  gap: 0;
  margin: 7px 0 0;
  padding: 0;
  list-style: none;
}

.home-page .pilot-box li {
  position: relative;
  padding: 10px 0 10px 29px;
  border-top: 1px solid rgba(18, 61, 51, 0.09);
  color: #4b5d56;
  font-size: 0.86rem;
}

.home-page .pilot-box li::before {
  position: absolute;
  top: 12px;
  left: 2px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border-radius: 50%;
  content: "✓";
  color: var(--home-forest);
  background: var(--home-mint);
  font-size: 0.58rem;
  font-weight: 950;
}

.home-page .contact-section {
  position: relative;
  display: grid;
  grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(40px, 6vw, 80px);
  align-items: center;
  width: min(1180px, calc(100% - 40px));
  max-width: 1180px;
  margin: 0 auto 80px;
  overflow: hidden;
  border-radius: 38px;
  padding: clamp(38px, 6vw, 72px);
  color: #ffffff;
  background:
    radial-gradient(circle at 5% 5%, rgba(130, 227, 195, 0.25), transparent 21rem),
    radial-gradient(circle at 100% 100%, rgba(242, 189, 96, 0.16), transparent 22rem),
    linear-gradient(140deg, var(--home-forest-deep), var(--home-forest)) !important;
  box-shadow: 0 34px 90px rgba(13, 52, 42, 0.2);
}

.home-page .contact-section::before {
  position: absolute;
  top: -120px;
  left: -120px;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 0 52px rgba(255, 255, 255, 0.025), 0 0 0 104px rgba(255, 255, 255, 0.018);
}

.home-page .contact-copy,
.home-page .contact-form {
  position: relative;
  z-index: 1;
}

.home-page .contact-copy .eyebrow {
  color: var(--home-amber);
}

.home-page .contact-copy h2 {
  max-width: 540px;
  margin: 0 0 16px;
  color: #ffffff;
  font-size: clamp(2.45rem, 4.6vw, 4.8rem);
  line-height: 0.96;
}

.home-page .contact-copy > p {
  max-width: 480px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1rem;
  line-height: 1.65;
}

.home-page .contact-assurance {
  display: grid;
  gap: 10px;
  margin: 24px 0 26px;
}

.home-page .contact-assurance span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 780;
}

.home-page .contact-assurance i {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: var(--home-forest);
  background: var(--home-mint-bright);
  font-size: 0.65rem;
  font-style: normal;
  font-weight: 950;
}

.home-page .contact-copy .button.primary {
  color: var(--home-forest-deep);
  background: var(--home-mint-bright);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.home-page .contact-mail {
  display: block;
  width: fit-content;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.84rem;
  font-weight: 780;
  text-decoration: none;
}

.home-page .contact-mail:hover {
  color: #ffffff;
}

.home-page .contact-form {
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 27px;
  padding: clamp(24px, 4vw, 36px);
  color: var(--home-ink);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 26px 65px rgba(0, 0, 0, 0.2);
}

.home-page .contact-form-head {
  display: grid;
  grid-column: 1 / -1;
  gap: 4px;
  margin-bottom: 4px;
}

.home-page .contact-form-head span {
  color: #2b7c66;
  font-size: 0.7rem;
  font-weight: 950;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.home-page .contact-form-head strong {
  color: var(--home-ink);
  font-size: 1.45rem;
  letter-spacing: -0.025em;
}

.home-page .contact-form label {
  color: #42554e;
  font-size: 0.8rem;
  font-weight: 850;
}

.home-page .contact-form input,
.home-page .contact-form select,
.home-page .contact-form textarea {
  border: 1px solid rgba(18, 61, 51, 0.15);
  border-radius: 12px;
  color: var(--home-ink);
  background: #fbfdfc;
  box-shadow: inset 0 1px 2px rgba(18, 61, 51, 0.03);
}

.home-page .contact-form input:focus,
.home-page .contact-form select:focus,
.home-page .contact-form textarea:focus {
  border-color: #45b993;
  outline: 3px solid rgba(69, 185, 147, 0.16);
}

.home-page .contact-form .contact-consent {
  border-radius: 12px;
  background: #f2f8f5;
}

.home-page .contact-form .button.primary {
  min-height: 52px;
  border-radius: 13px;
}

.home-page .site-footer {
  display: grid;
  grid-template-columns: minmax(260px, 1.25fr) repeat(3, minmax(150px, 0.65fr));
  gap: 44px;
  width: 100%;
  max-width: none;
  padding: 62px max(32px, calc((100% - 1180px) / 2)) 24px;
  color: rgba(255, 255, 255, 0.72);
  background: #082c25;
}

.home-page .footer-brand {
  display: grid;
  align-content: start;
  gap: 12px;
  max-width: 300px;
}

.home-page .footer-logo {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
}

.home-page .footer-logo .brand-mark {
  display: inline-block;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
}

.home-page .footer-logo strong {
  color: #ffffff;
  font-size: 1.1rem;
}

.home-page .footer-brand p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.62);
  line-height: 1.55;
}

.home-page .footer-brand > a:last-child,
.home-page .footer-column a {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 0.86rem;
  text-decoration: none;
}

.home-page .footer-brand > a:last-child:hover,
.home-page .footer-column a:hover {
  color: #ffffff !important;
}

.home-page .footer-column {
  display: grid;
  align-content: start;
  gap: 11px;
}

.home-page .footer-column > strong {
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 0.82rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.home-page .footer-bottom {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.75rem;
}

@media (max-width: 980px) {
  .home-page .proof-strip {
    margin-top: 20px;
  }

  .home-page .audience-band,
  .home-page .two-routes,
  .home-page .workflow-heading,
  .home-page .demo-section-heading,
  .home-page .pilot-section,
  .home-page .contact-section {
    grid-template-columns: 1fr;
  }

  .home-page .audience-tags {
    justify-content: flex-start;
  }

  .home-page .two-routes-copy {
    position: static;
    max-width: 720px;
  }

  .home-page .two-routes-copy h2,
  .home-page .two-routes-copy > p:last-of-type {
    max-width: 680px;
  }

  .home-page .route-assurance {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-page .two-routes-grid .route-card {
    min-height: 520px;
    padding: 26px;
  }

  .home-page .workflow-heading {
    gap: 22px;
  }

  .home-page .workflow-heading > p {
    max-width: 680px;
  }

  .home-page .workflow li {
    min-height: 320px;
  }

  .home-page .demo-section-heading {
    align-items: start;
  }

  .home-page .demo-live-badge {
    width: fit-content;
  }

  .home-page .demo-layout {
    grid-template-columns: 170px minmax(0, 1fr) !important;
  }

  .home-page .demo-panel {
    grid-template-columns: 1fr;
  }

  .home-page .demo-control-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 20px;
  }

  .home-page .demo-control-card ul {
    grid-column: 1 / -1;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .pilot-section {
    grid-template-columns: 190px minmax(0, 1fr);
  }

  .home-page .pilot-price {
    width: 180px;
    height: 180px;
  }

  .home-page .pilot-box {
    grid-column: 1 / -1;
  }

  .home-page .site-footer {
    grid-template-columns: minmax(230px, 1.2fr) repeat(3, minmax(130px, 0.7fr));
    gap: 28px;
  }
}

@media (max-width: 760px) {
  .home-page .proof-strip {
    grid-template-columns: 1fr;
  }

  .home-page .proof-strip > div {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--home-line);
  }

  .home-page .proof-strip > div:last-child {
    border-bottom: 0;
  }

  .home-page .two-routes-grid,
  .home-page .workflow {
    grid-template-columns: 1fr;
  }

  .home-page .two-routes-grid .route-card {
    min-height: auto;
  }

  .home-page .workflow::before {
    top: 80px;
    right: auto;
    bottom: 80px;
    left: 36px;
    width: 1px;
    height: auto;
    background: linear-gradient(transparent, rgba(130, 227, 195, 0.6), transparent);
  }

  .home-page .workflow li,
  .home-page .workflow li:nth-child(2),
  .home-page .workflow li:hover,
  .home-page .workflow li:nth-child(2):hover {
    min-height: 280px;
    transform: none;
  }

  .home-page .demo-layout {
    grid-template-columns: 1fr !important;
  }

  .home-page .demo-controls {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-right: 0;
    border-bottom: 1px solid rgba(18, 61, 51, 0.1);
    padding: 12px;
  }

  .home-page .demo-tab {
    justify-content: center;
    gap: 6px;
    padding-inline: 6px;
    font-size: 0.76rem;
  }

  .home-page .demo-tab.active,
  .home-page .demo-tab:hover {
    transform: none;
  }

  .home-page .demo-windowbar {
    grid-template-columns: auto 1fr;
  }

  .home-page .demo-windowbar span {
    justify-self: end;
  }

  .home-page .demo-windowbar em {
    display: none;
  }

  .home-page .pilot-section {
    grid-template-columns: 1fr;
  }

  .home-page .pilot-price {
    justify-self: center;
  }

  .home-page .pilot-box {
    grid-column: auto;
  }

  .home-page .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .footer-brand,
  .home-page .footer-bottom {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .home-page .site-header .header-cta {
    min-height: 46px;
  }

  .home-page .hero {
    display: flex !important;
    flex-direction: column;
  }

  .home-page .hero-content {
    order: 1;
  }

  .home-page .hero-background {
    position: relative;
    inset: auto;
    display: grid !important;
    order: 2;
    width: 100%;
    min-height: 0;
    margin: 22px 0 0;
    border: 0;
    padding: 0;
    opacity: 1;
    background: transparent;
    box-shadow: none;
  }

  .home-page .hero-product-preview {
    width: 100%;
    border-radius: 18px;
    transform: none;
  }

  .home-page .preview-topbar {
    min-height: 48px;
    padding-inline: 15px;
  }

  .home-page .preview-layout {
    display: block;
    padding: 14px;
  }

  .home-page .preview-request,
  .home-page .preview-arrow,
  .home-page .hero-product-preview .hero-hud {
    display: none !important;
  }

  .home-page .preview-quote {
    padding: 14px;
  }

  .home-page .proof-strip,
  .home-page .audience-band,
  .home-page .two-routes,
  .home-page .workflow-heading,
  .home-page .workflow,
  .home-page .demo-section,
  .home-page .pilot-section,
  .home-page .contact-section {
    width: calc(100% - 28px);
    max-width: calc(100% - 28px);
  }

  .home-page .proof-strip {
    margin-top: 14px;
    border-radius: 20px;
  }

  .home-page .proof-strip > div {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 13px;
    padding: 18px;
  }

  .home-page .proof-icon {
    width: 42px;
    height: 42px;
    border-radius: 13px;
  }

  .home-page .audience-band {
    gap: 18px;
    padding: 22px;
  }

  .home-page .audience-tags {
    gap: 7px;
  }

  .home-page .audience-tags span {
    padding: 8px 10px;
    font-size: 0.76rem;
  }

  .home-page .two-routes {
    gap: 32px;
    padding: 66px 0 72px;
  }

  .home-page .two-routes-copy h2,
  .home-page .workflow-heading h2,
  .home-page .demo-section-heading h2,
  .home-page .pilot-copy h2,
  .home-page .contact-copy h2 {
    font-size: clamp(2.25rem, 11vw, 3rem);
    line-height: 0.98;
  }

  .home-page .route-assurance {
    grid-template-columns: 1fr;
  }

  .home-page .two-routes-grid .route-card {
    border-radius: 25px;
    padding: 22px;
  }

  .home-page .route-card > strong {
    font-size: 1.55rem;
  }

  .home-page .route-mini-ui {
    padding: 13px;
  }

  .home-page .mini-ui-top em {
    display: none;
  }

  .home-page .workflow-section {
    padding: 74px 0 86px;
  }

  .home-page .workflow-heading {
    margin-bottom: 34px;
  }

  .home-page .workflow li {
    min-height: 250px;
    padding: 24px;
  }

  .home-page .demo-section {
    padding: 76px 0;
  }

  .home-page .demo-section-heading {
    margin-bottom: 26px;
  }

  .home-page .demo-stage {
    border-radius: 24px;
  }

  .home-page .demo-windowbar {
    min-height: 54px;
    padding-inline: 15px;
  }

  .home-page .demo-windowbar > div {
    display: none;
  }

  .home-page .demo-windowbar {
    grid-template-columns: 1fr;
  }

  .home-page .demo-windowbar span {
    justify-self: start;
  }

  .home-page .demo-controls {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .demo-panel {
    padding: 12px;
  }

  .home-page .demo-panel-main,
  .home-page .demo-control-card {
    border-radius: 17px;
  }

  .home-page .demo-panel-header,
  .home-page .demo-body,
  .home-page .demo-actions {
    padding: 20px;
  }

  .home-page .demo-summary {
    padding: 0 20px 18px;
  }

  .home-page .demo-actions {
    display: grid;
  }

  .home-page .demo-actions .button {
    width: 100%;
  }

  .home-page .demo-control-card {
    display: flex;
  }

  .home-page .demo-control-card ul {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-page .pilot-section {
    margin-bottom: 76px;
    border-radius: 28px;
    padding: 32px 22px;
  }

  .home-page .pilot-price {
    width: 162px;
    height: 162px;
  }

  .home-page .pilot-price span {
    font-size: 3.6rem;
  }

  .home-page .pilot-actions {
    display: grid;
  }

  .home-page .pilot-actions .button,
  .home-page .pilot-actions .text-link {
    width: 100%;
    text-align: center;
  }

  .home-page .contact-section {
    gap: 34px;
    margin-bottom: 34px;
    border-radius: 28px;
    padding: 34px 20px;
  }

  .home-page .contact-form {
    border-radius: 21px;
    padding: 22px 16px;
  }

  .home-page .contact-form label {
    grid-column: 1 / -1;
  }

  .home-page .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px 18px;
    padding: 46px 20px 20px;
  }

  .home-page .footer-brand,
  .home-page .footer-bottom {
    grid-column: 1 / -1;
  }

  .home-page .footer-bottom {
    display: grid;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page .route-card,
  .home-page .route-card > a span,
  .home-page .workflow li,
  .home-page .demo-tab {
    transition: none;
  }

  .home-page .route-card:hover,
  .home-page .workflow li:hover,
  .home-page .workflow li:nth-child(2),
  .home-page .workflow li:nth-child(2):hover,
  .home-page .demo-tab.active,
  .home-page .demo-tab:hover {
    transform: none;
  }
}
