:root {
  --paper: #f5f6f0;
  --ink: #1c2e2a;
  --muted: #64716a;
  --line: #d9dfd5;
  --green: #153e37;
  --lime: #d8f292;
  --white: #fff;
  --mono: ui-monospace, SFMono-Regular, Consolas, monospace;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
summary,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a {
  touch-action: manipulation;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
}
button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible,
summary:focus-visible,
[tabindex]:focus-visible {
  outline: 3px solid #238077;
  outline-offset: 5px;
}
p {
  line-height: 1.7;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
}
h2 {
  font-size: clamp(34px, 3.6vw, 49px);
  line-height: 1.12;
  letter-spacing: -2px;
}
h3 {
  font-size: 21px;
  letter-spacing: -0.5px;
}
input,
textarea {
  border: 1px solid #b9c6bc;
  border-radius: 7px;
  padding: 12px;
  background: white;
  color: var(--ink);
  width: 100%;
}
label {
  font-size: 13px;
  font-weight: 600;
}
label input {
  margin-top: 9px;
}
input:invalid:not(:placeholder-shown) {
  box-shadow: none;
}
.wrap {
  max-width: 1264px;
  margin: auto;
  padding-left: 42px;
  padding-right: 42px;
}
.skip {
  position: fixed;
  top: -100px;
  left: 20px;
  z-index: 99;
  background: var(--lime);
  padding: 16px;
}
.skip:focus {
  top: 12px;
}
.preview-banner {
  text-align: center;
  background: var(--green);
  color: #edf3df;
  font: 10px var(--mono);
  letter-spacing: 1.2px;
  padding: 10px 18px;
}
.preview-banner span {
  letter-spacing: 0.2px;
  margin-left: 25px;
  opacity: 0.85;
}
.header {
  height: 100px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.wordmark {
  font-size: 32px;
  letter-spacing: -1.6px;
  font-weight: 650;
  display: inline-flex;
  align-items: center;
  gap: 9px;
}
.wordmark-period {
  margin-left: -10px;
  color: #8ca875;
}
.header nav {
  display: flex;
  gap: 29px;
  margin: auto;
  font-size: 13px;
}
.header nav a:hover,
.text-link:hover,
.footer a:hover {
  color: #2d7669;
}
.button {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  border-radius: 7px;
  padding: 16px 21px;
  font-size: 13px;
  font-weight: 600;
  border: 1px solid transparent;
  transition:
    background 0.18s,
    transform 0.18s;
}
.button:hover {
  transform: translateY(-2px);
}
.button.primary {
  background: var(--green);
  color: var(--lime);
}
.button.primary:hover {
  background: #236052;
}
.button.outline {
  border-color: #b3c1b3;
  background: transparent;
}
.button.light {
  background: var(--lime);
  color: var(--green);
}
.button.small {
  padding: 12px 16px;
  font-size: 12px;
  background: var(--ink);
  color: #fff;
}
.button span {
  font-size: 18px;
}
.menu-toggle {
  display: none;
}
.hero {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 42px;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 78px;
}
.eyebrow {
  font: 10px var(--mono);
  font-weight: 500;
  letter-spacing: 1.35px;
  line-height: 1.8;
  margin-bottom: 25px;
}
.dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #659250;
  margin-right: 8px;
}
.hero h1 {
  font-size: clamp(42px, 4.7vw, 66px);
  line-height: 1.06;
  letter-spacing: -3.4px;
  margin-bottom: 26px;
}
.hero h1 > span {
  color: #637b68;
}
.lede {
  max-width: 440px;
  color: #5f6d65;
  font-size: 16px;
  line-height: 1.75;
}
.actions {
  display: flex;
  align-items: center;
  gap: 23px;
  margin: 31px 0 20px;
}
.text-link {
  font-size: 12px;
  font-weight: 600;
}
.text-link span {
  margin-left: 8px;
}
.hero-note {
  font-size: 11px;
  color: #6f7b72;
  margin: 0;
}
.hero-visual {
  position: relative;
  padding: 22px 15px 20px 20px;
  background: linear-gradient(130deg, #e4ebdb, #edf0e5);
  border-radius: 18px;
  margin-left: 4px;
}
.visual-caption {
  display: flex;
  justify-content: space-between;
  font: 8px var(--mono);
  letter-spacing: 1px;
  color: #687b65;
  margin-bottom: 23px;
  gap: 8px;
}
.mock-app {
  display: flex;
  background: #fff;
  border: 1px solid #cad4c6;
  border-radius: 11px;
  box-shadow: 0 15px 40px #334a3420;
  overflow: hidden;
  min-height: 371px;
}
.mock-side {
  width: 50px;
  background: #f6f8f3;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 22px;
  padding: 17px 0;
  border-right: 1px solid #e3e7df;
  color: #8a9787;
  font-size: 17px;
}
.app-monogram {
  background: var(--green);
  color: var(--lime);
  border-radius: 7px;
  font-weight: 600;
  padding: 2px 9px;
  font-size: 24px;
  line-height: 1.15;
}
.mock-side .selected {
  background: #e6efd9;
  color: var(--green);
  padding: 5px 8px;
  border-radius: 6px;
}
.mock-side .side-bottom {
  font: 9px var(--mono);
  margin-top: auto;
  background: #e5eade;
  padding: 7px;
  border-radius: 50%;
}
.mock-content {
  padding: 0 22px;
  flex: 1;
  min-width: 0;
}
.mock-breadcrumb {
  border-bottom: 1px solid #edf0e9;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 9px;
  color: #718073;
  padding: 16px 0;
}
.mock-breadcrumb > span {
  color: #bdc7b8;
}
.mock-avatar {
  margin-left: auto;
  border-radius: 50%;
  background: #f0e8dc;
  color: #886e58 !important;
  padding: 4px 6px;
}
.mock-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 19px;
}
.mock-heading small {
  font: 8px var(--mono);
  letter-spacing: 1px;
  color: #81917b;
}
.mock-heading h2 {
  font-size: 19px;
  letter-spacing: -0.6px;
  margin: 6px 0;
}
.status {
  display: inline-block;
  background: #edf2df;
  border: 1px solid #d7e2c6;
  padding: 5px 9px;
  border-radius: 5px;
  color: #55703e;
  font: 9px var(--mono);
  white-space: nowrap;
}
.signal {
  height: 133px;
  color: #5c957a;
}
.signal svg {
  width: 100%;
  height: 100%;
}
.mock-greeting {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  max-width: 250px;
  margin: 0 auto 21px;
  color: #536653;
}
.mock-config {
  border-top: 1px solid #e6eadd;
  display: flex;
  gap: 15px;
  padding: 16px 0;
}
.mock-config span {
  font-size: 8px;
  line-height: 1.8;
  color: #859078;
}
.mock-config strong {
  display: block;
  font-size: 9px;
  font-weight: 500;
  color: #425840;
}
.mock-footer {
  font-size: 9px;
  color: #6f8067;
  border-top: 1px solid #edf0e9;
  padding: 13px 0;
}
.mock-footer > span:last-child {
  float: right;
}
.mock-footer .dot {
  width: 4px;
  height: 4px;
}
.floating-label {
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #cbd6c3;
  box-shadow: 0 10px 22px #334a3415;
  background: #fafff2;
  border-radius: 9px;
  margin: 15px -30px 0 34px;
  padding: 15px 21px;
}
.tiny-mark {
  font-size: 30px;
  color: #55734a;
}
.floating-label strong {
  font-size: 11px;
  font-weight: 600;
  display: block;
}
.floating-label div > span {
  font-size: 10px;
  color: #7c8d72;
  display: block;
  margin-top: 5px;
}
.visual-disclaimer {
  font: 8px var(--mono);
  color: #6d7b67;
  margin: 15px 0 0 15px;
}
.proof-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.proof-strip .wrap {
  display: flex;
  align-items: center;
  gap: 35px;
  min-height: 109px;
}
.proof-strip .wrap > span {
  font: 9px var(--mono);
  letter-spacing: 1px;
  max-width: 90px;
}
.proof-strip strong {
  font-size: 17px;
  letter-spacing: -0.4px;
  font-weight: 500;
}
.proof-strip i {
  font-style: normal;
  color: #a0ae98;
  margin: 0 8px;
}
.proof-strip p {
  font-size: 11px;
  line-height: 1.6;
  margin: 0 0 0 auto;
}
.proof-strip p span {
  color: var(--muted);
}
.proof-strip a {
  font-size: 24px;
}
.section {
  padding-top: 104px;
  padding-bottom: 100px;
  scroll-margin-top: 30px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  align-items: end;
  margin-bottom: 43px;
}
.section-heading h2 {
  margin-bottom: 0;
}
.section-heading > p {
  max-width: 360px;
  color: var(--muted);
  font-size: 14px;
  margin-bottom: 3px;
}
.journey {
  display: grid;
  grid-template-columns: 0.88fr 1.25fr;
  gap: 60px;
  border-top: 1px solid var(--line);
  padding-top: 32px;
}
.steps {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.steps button {
  border: none;
  border-radius: 8px;
  background: transparent;
  text-align: left;
  padding: 25px 20px;
  display: grid;
  grid-template-columns: 30px 1fr 20px;
  align-items: center;
  gap: 3px 10px;
  color: var(--muted);
}
.steps button[aria-selected="true"] {
  background: #e6eddc;
  color: var(--ink);
}
.steps button > span {
  font: 11px var(--mono);
  grid-row: 1/3;
  align-self: start;
  margin-top: 4px;
  color: #819275;
}
.steps strong {
  font-size: 18px;
  font-weight: 500;
}
.steps small {
  font-size: 11px;
  grid-column: 2;
  margin-top: 7px;
}
.steps b {
  grid-column: 3;
  grid-row: 1/3;
  font-size: 19px;
  font-weight: 400;
}
.step-panel {
  padding: 28px 31px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 10px;
}
.panel-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 22px;
}
.panel-top > span:first-child {
  font: 9px var(--mono);
  color: #7b8a70;
  letter-spacing: 0.5px;
}
.step-panel h3 {
  font-size: 26px;
  margin-bottom: 13px;
}
.step-panel > p {
  font-size: 12px;
  color: var(--muted);
}
.sample-fields {
  border-top: 1px solid #e7ece2;
}
.sample-fields > div {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #e7ece2;
  font-size: 10px;
}
.sample-fields span {
  color: #7b8a72;
  flex-shrink: 0;
}
.sample-fields strong {
  font-weight: 500;
  text-align: right;
}
.panel-foot {
  margin: 18px 0 0;
  font-size: 9px !important;
}
.principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 49px;
  margin-top: 65px;
}
.icon {
  font-size: 27px;
  color: #4d715e;
  display: block;
  margin-bottom: 20px;
}
.principles h3 {
  font-size: 18px;
}
.principles p {
  font-size: 12px;
  color: var(--muted);
  margin-bottom: 0;
}
.customer-section {
  background: #e9edde;
  border-block: 1px solid #dbe2cf;
  padding: 87px 0;
}
.customer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 110px;
  align-items: center;
}
.customer-intro {
  font-size: 17px;
}
.customer-grid > div > p:not(.eyebrow) {
  color: #5d6e59;
  font-size: 14px;
}
.case-badge {
  font: 8px var(--mono);
  letter-spacing: 0.5px;
  display: block;
  margin-top: 25px;
}
.case-diagram {
  background: #f9fbf3;
  border: 1px solid #d4ddc8;
  border-radius: 10px;
  padding: 28px;
}
.diagram-row {
  display: flex;
  gap: 18px;
  align-items: center;
}
.diagram-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  border: 1px solid #d5dfca;
  font-size: 24px;
}
.diagram-row small {
  font: 8px var(--mono);
  color: #8a967b;
  letter-spacing: 0.6px;
}
.diagram-row strong {
  display: block;
  font-size: 21px;
  font-weight: 500;
  margin-top: 5px;
}
.diagram-row p {
  font-size: 10px;
  color: #708164;
  margin: 4px 0 0;
}
.diagram-line {
  border-left: 1px dashed #aec496;
  height: 43px;
  margin-left: 21px;
  padding-left: 36px;
  display: flex;
  align-items: center;
}
.diagram-line span {
  font: 7px var(--mono);
  letter-spacing: 1px;
  color: #829572;
}
.tether-row {
  background: #eef4e4;
  padding: 17px;
  border: 1px solid #d8e4c8;
  border-radius: 8px;
}
.diagram-branches {
  height: 28px;
  border-bottom: 1px solid #bfcea9;
  margin: 0 42px;
  position: relative;
}
.diagram-branches:before {
  content: "";
  position: absolute;
  left: 50%;
  height: 100%;
  border-left: 1px solid #bfcea9;
}
.company-examples {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.company-examples > span {
  flex: 1;
  text-align: center;
  font-size: 11px;
  border: 1px solid #dae4cd;
  border-radius: 6px;
  padding: 12px 4px;
  background: white;
}
.company-examples small {
  display: block;
  font-size: 8px;
  color: #8e9a7e;
  margin-top: 6px;
}
.diagram-note {
  font: 8px var(--mono);
  color: #8a957f;
  text-align: center;
  margin: 17px 0 0;
}
.pricing-notice {
  border-bottom: 1px solid var(--line);
  padding: 0 0 20px;
  margin-bottom: 35px;
  font-size: 11px;
  color: #778371;
  line-height: 1.7;
}
.pricing-notice span {
  font: 9px var(--mono);
  color: #41684e;
  margin-right: 15px;
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  padding-top: 16px;
}
.price-card {
  position: relative;
  padding: 30px 25px;
  border: 1px solid var(--line);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  background: #f9faf5;
}
.price-card.featured {
  border-color: #729665;
  background: #edf3e3;
}
.price-label {
  position: absolute;
  top: -17px;
  left: 20px;
  right: 20px;
  text-align: center;
  background: #527447;
  color: #fff;
  font: 8px var(--mono);
  letter-spacing: 1px;
  border-radius: 5px;
  padding: 10px;
}
.price-card .eyebrow {
  margin-top: 7px;
  margin-bottom: 17px;
}
.price-card h3 {
  font-size: 22px;
}
.price {
  font-size: 30px !important;
  color: var(--ink) !important;
  line-height: 1.1;
  margin: 5px 0 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
.price > span {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  color: var(--muted);
  margin-left: 4px;
}
.price-card > p:not(.eyebrow) {
  font-size: 12px;
  color: var(--muted);
}
.price-card ul {
  padding: 20px 0 10px;
  list-style: none;
  border-top: 1px solid #d9e2ce;
  margin: 10px 0 25px;
}
.price-card li {
  font-size: 11px;
  margin-bottom: 14px;
  line-height: 1.5;
  padding-left: 17px;
  position: relative;
}
.price-card li:before {
  content: "↳";
  position: absolute;
  left: 0;
  color: #709760;
}
.price-card .button {
  margin-top: auto;
  font-size: 11px;
}
.estimator {
  margin-top: 36px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 10px;
  padding: 35px;
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 62px;
  scroll-margin-top: 25px;
}
.estimator .eyebrow {
  margin-bottom: 13px;
}
.estimator h3 {
  font-size: 25px;
}
.estimator p {
  color: var(--muted);
  font-size: 11px;
}
.calculator-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.calculator-fields label {
  font-size: 10px;
  line-height: 1.5;
}
.calculator-fields input {
  font-size: 13px;
  background: #fafcf6;
}
.estimate-result {
  background: #f0f4e8;
  border-radius: 8px;
  padding: 29px;
  align-self: start;
}
.estimate-result > span {
  font: 8px var(--mono);
  letter-spacing: 1px;
  color: #6d815e;
}
.estimate-result > strong {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: -2px;
  display: block;
  margin: 20px 0 25px;
}
.estimate-result dl {
  margin-bottom: 25px;
}
.estimate-result dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 11px;
  margin: 16px 0;
  border-bottom: 1px solid #dce4d1;
  padding-bottom: 12px;
}
.estimate-result dd {
  margin: 0;
  font-variant-numeric: tabular-nums;
}
.estimate-result p {
  font-size: 9px;
}
.error {
  color: #a72d2d !important;
}
.readiness {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 70px;
  padding-top: 60px;
  padding-bottom: 66px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.readiness h2 {
  font-size: 37px;
}
.readiness-list p {
  margin-bottom: 22px;
}
.readiness-list strong {
  font-size: 13px;
  font-weight: 500;
  display: block;
  margin: 10px 0 3px;
}
.readiness-list small {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.7;
  display: block;
}
.status.muted {
  background: #edf0e9;
  border-color: #d6ddd0;
  color: #798470;
}
.faq {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: 60px;
}
.faq h2 {
  font-size: 37px;
}
.faq details {
  border-top: 1px solid var(--line);
}
.faq details:last-child {
  border-bottom: 1px solid var(--line);
}
.faq summary {
  list-style: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  padding: 22px 30px 22px 0;
  position: relative;
  line-height: 1.5;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary:after {
  content: "+";
  position: absolute;
  right: 3px;
  top: 20px;
  color: #5f7c51;
  font-size: 20px;
}
.faq details[open] summary:after {
  content: "−";
}
.faq details p {
  font-size: 12px;
  color: var(--muted);
  padding-right: 20px;
  margin-bottom: 24px;
}
.pilot {
  background: var(--green);
  color: #f3f6e8;
  border-radius: 14px;
  padding: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  margin-bottom: 57px;
}
.pilot .eyebrow {
  color: #bdd899;
}
.pilot h2 {
  font-size: 43px;
}
.pilot p {
  font-size: 12px;
  color: #bdcdb6;
  max-width: 420px;
}
.pilot > div:last-child {
  max-width: 270px;
}
.pilot > div:last-child p {
  font-size: 10px;
  margin-top: 18px;
}
.footer {
  display: flex;
  align-items: center;
  gap: 25px;
  font-size: 10px;
  padding-bottom: 38px;
}
.footer > .wordmark {
  font-size: 26px;
}
.footer > span {
  color: #7b8676;
}
.footer > div {
  display: flex;
  gap: 22px;
  margin-left: auto;
  font-size: 9px;
}
.footer > div > span {
  color: #7b8676;
}
dialog {
  border: 1px solid #b9c8ac;
  border-radius: 13px;
  padding: 38px;
  width: min(520px, calc(100% - 32px));
  max-height: 90dvh;
  color: var(--ink);
  background: var(--paper);
  box-shadow: 0 30px 100px #061b3350;
}
dialog::backdrop {
  background: #153e3785;
  backdrop-filter: blur(5px);
}
dialog h2 {
  font-size: 32px;
  letter-spacing: -1px;
}
dialog > p {
  font-size: 12px;
  color: var(--muted);
}
dialog .close {
  position: absolute;
  right: 16px;
  top: 12px;
  background: none;
  border: none;
  font-size: 28px;
  color: var(--muted);
  width: 35px;
  height: 35px;
}
dialog label {
  display: block;
  margin: 18px 0 8px;
}
dialog .button {
  width: 100%;
  margin-top: 23px;
}
dialog form > p {
  font-size: 12px;
  margin: 14px 0 0;
}
.actions > .button {
  flex-shrink: 0;
  white-space: nowrap;
}
.services-strip {
  margin-top: 30px;
  padding: 25px 0 0;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 25px;
  align-items: center;
}
.services-strip h3 {
  font-size: 17px;
  margin-bottom: 8px;
}
.services-strip p {
  font-size: 12px;
  color: var(--muted);
  margin: 0;
}
.services-strip .text-link {
  margin-left: auto;
  flex-shrink: 0;
}
@media (max-width: 600px) {
  .services-strip {
    display: block;
  }
  .services-strip .text-link {
    display: inline-block;
    margin-top: 18px;
  }
}
@media (min-width: 1600px) {
  .hero {
    padding-top: 75px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1000px) {
  .wrap {
    padding-left: 28px;
    padding-right: 28px;
  }
  .header {
    gap: 18px;
  }
  .header nav {
    gap: 18px;
  }
  .hero {
    gap: 25px;
  }
  .hero h1 {
    font-size: 49px;
    letter-spacing: -2.5px;
  }
  .actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
  }
  .hero-visual {
    padding: 15px 12px;
  }
  .floating-label {
    margin-right: -10px;
    padding: 12px;
  }
  .mock-content {
    padding: 0 14px;
  }
  .mock-side {
    width: 38px;
  }
  .proof-strip .wrap {
    gap: 20px;
  }
  .proof-strip strong {
    font-size: 14px;
  }
  .customer-grid {
    gap: 45px;
  }
  .journey {
    gap: 30px;
  }
  .price-card {
    padding: 26px 18px;
  }
  .price {
    font-size: 25px !important;
  }
  .estimator {
    gap: 30px;
  }
  .footer > span {
    display: none;
  }
  .pilot {
    margin-left: 28px;
    margin-right: 28px;
  }
  .section-heading > p {
    max-width: 310px;
  }
}
@media (max-width: 760px) {
  .preview-banner {
    font-size: 8px;
    padding: 9px 12px;
    line-height: 1.7;
  }
  .preview-banner span {
    display: block;
    margin: 2px 0 0;
  }
  .header {
    height: 82px;
    position: relative;
  }
  .wordmark {
    font-size: 29px;
  }
  .header nav {
    display: none;
    position: absolute;
    top: 72px;
    left: 22px;
    right: 22px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 9px;
    z-index: 5;
    padding: 12px;
    box-shadow: 0 12px 20px #18332315;
  }
  .header nav.is-open {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .header nav a {
    padding: 14px;
  }
  .menu-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
    font-size: 12px;
    background: transparent;
    border: 1px solid #c6d1be;
    padding: 11px 14px;
    border-radius: 7px;
  }
  .nav-cta {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 26px;
    padding-bottom: 40px;
    gap: 37px;
  }
  .hero h1 {
    font-size: clamp(42px, 8.5vw, 64px);
  }
  .eyebrow {
    font-size: 9px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1px;
  }
  .lede {
    font-size: 15px;
    max-width: 490px;
  }
  .actions {
    flex-direction: row;
    align-items: center;
    gap: 21px;
  }
  .hero-note {
    font-size: 10px;
  }
  .hero-visual {
    max-width: 540px;
    width: 100%;
    margin: auto;
    padding: 20px 19px;
  }
  .mock-app {
    min-height: 350px;
  }
  .mock-content {
    padding: 0 22px;
  }
  .floating-label {
    margin-left: 30px;
    margin-right: -7px;
  }
  .proof-strip .wrap {
    flex-wrap: wrap;
    gap: 13px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .proof-strip .wrap > span {
    max-width: none;
    width: 100%;
  }
  .proof-strip strong {
    font-size: 15px;
  }
  .proof-strip p {
    width: calc(100% - 50px);
    margin: 0;
  }
  .proof-strip a {
    margin-left: auto;
  }
  .section {
    padding-top: 64px;
    padding-bottom: 60px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    max-width: none;
    margin-top: 22px;
  }
  .section-heading h2 {
    font-size: 38px;
  }
  .journey {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .steps {
    flex-direction: row;
    gap: 7px;
  }
  .steps button {
    padding: 13px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
    gap: 6px;
  }
  .steps strong {
    font-size: 12px;
  }
  .steps small,
  .steps b {
    display: none;
  }
  .step-panel {
    padding: 23px;
  }
  .principles {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 35px;
  }
  .principles article {
    display: grid;
    grid-template-columns: 32px 1fr;
    gap: 0 14px;
  }
  .principles .icon {
    grid-row: 1/3;
    margin: 0;
    font-size: 23px;
  }
  .principles h3 {
    margin-bottom: 7px;
  }
  .principles p {
    grid-column: 2;
  }
  .customer-section {
    padding: 58px 0;
  }
  .customer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .case-diagram {
    padding: 24px;
  }
  .price-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .price-card {
    padding: 28px;
  }
  .price-card .price {
    font-size: 35px !important;
  }
  .price-card li {
    font-size: 12px;
  }
  .price-card .button {
    font-size: 12px;
  }
  .estimator {
    grid-template-columns: 1fr;
    padding: 24px;
    gap: 24px;
  }
  .calculator-fields {
    gap: 14px;
  }
  .estimate-result > strong {
    font-size: 44px;
  }
  .readiness {
    grid-template-columns: 1fr;
    gap: 15px;
    padding-top: 48px;
    padding-bottom: 35px;
  }
  .faq {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .pilot {
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 35px;
  }
  .pilot h2 {
    font-size: 34px;
  }
  .footer {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footer > div {
    margin: 0;
    flex-wrap: wrap;
    line-height: 2;
  }
  .footer .wordmark {
    width: 100%;
  }
}
@media (max-width: 380px) {
  .wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
  .actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .mock-side {
    display: none;
  }
  .calculator-fields {
    grid-template-columns: 1fr;
  }
  .hero-visual {
    padding: 14px;
  }
  .floating-label {
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
  }
  .pilot {
    margin-left: 20px;
    margin-right: 20px;
    padding: 26px;
  }
  .hero h1 {
    font-size: 42px;
  }
  .price-card {
    padding: 24px;
  }
  .proof-strip strong {
    font-size: 13px;
  }
}
/* Readable copy for both buyer journeys. Preserve the selected brand system. */
.header nav a[aria-current="page"] { text-decoration: underline; text-underline-offset: 6px; }
.header nav { gap: 22px; }
.header nav a { font-size: 14px; }
.call-examples { display: grid; gap: 16px; }
.call-examples article { background: #f9fbf3; border: 1px solid #d4ddc8; border-radius: 10px; padding: 25px; }
.call-examples .eyebrow { margin-bottom: 12px; }
.call-examples h3 { font-size: 22px; }
.call-examples article > p:last-child { color: var(--muted); font-size: 16px; margin-bottom: 0; }
.lede, .section-heading > p, .principles p, .step-panel > p,
.customer-grid > div > p:not(.eyebrow), .price-card > p:not(.eyebrow),
.estimator p, .faq details p, .services-strip p, .pilot p { font-size: 16px; }
.price-card li, .price-card .button, .calculator-fields label, .calculator-fields input,
.estimate-result dl > div, .readiness-list strong, .readiness-list small,
.faq summary, dialog > p, dialog form > p, .sample-fields > div,
.steps small, .hero-note, .pilot > div:last-child p { font-size: 14px; }
.preview-banner, .preview-banner span, .eyebrow, .status, .pricing-notice,
.pricing-notice span, .price-label, .panel-top > span:first-child,
.estimate-result > span, .case-badge, .visual-disclaimer { font-size: 12px; }
.panel-foot { font-size: 12px !important; }
.faq details a { text-decoration: underline; text-underline-offset: 3px; }
.hero h1 { font-size: clamp(40px, 4.1vw, 60px); }
.customer-grid { gap: 60px; }
.section-heading > div, .section-heading > p { min-width: 0; }
.section-heading > p { flex-shrink: 0; }
.sample-fields > div { align-items: start; }
.panel-top { flex-wrap: wrap; }
.actions { flex-wrap: wrap; }
@media (max-width: 1000px) {
  .header nav { gap: 12px; }
  .header .nav-cta { display: none; }
  .customer-grid { gap: 30px; }
}
@media (max-width: 760px) {
  .steps strong { font-size: 14px; }
  .steps button { min-width: 0; }
  .sample-fields > div { flex-direction: column; gap: 5px; }
  .sample-fields strong { text-align: left; }
  .hero .eyebrow { font-size: 12px; }
  .customer-grid h2 { font-size: 36px; }
  .estimate-result { padding: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  :root {
    scroll-behavior: auto;
  }
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
  }
  .button:hover {
    transform: none;
  }
}
