:root {
  --paper:#f7f5f0;
  --ink:#252922;
  --muted:#62685e;
  --line:#dbdfd4;
  --accent:#ee8c66;
  --green:#365445;
  --soft:#e9ede5;
  --white:#fffefa;
  --radius:18px
}
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  font-size:16px;
  line-height:1.65
}
a {
  color:inherit;
  text-underline-offset:5px
}
a,button,summary {
  -webkit-tap-highlight-color:transparent
}
a:focus-visible,summary:focus-visible,.status-table-wrap:focus-visible {
  outline:3px solid #315de1;
  outline-offset:5px
}
::selection {
  background:#f4bb9e
}
h1,h2,h3,p {
  margin-top:0
}
h1,h2,h3 {
  font-weight:500;
  line-height:1.1;
  letter-spacing:-.04em
}
h1 {
  font-size:clamp(3.2rem,5.7vw,5.7rem);
  margin-bottom:28px
}
h1 em {
  font-family:Georgia,"Times New Roman",serif;
  font-weight:400;
  color:var(--green)
}
h2 {
  font-size:clamp(2rem,3.15vw,3.2rem)
}
h3 {
  font-size:1.42rem;
  letter-spacing:-.03em;
  line-height:1.2
}
p {
  color:var(--muted)
}
.shell {
  width:min(1200px,calc(100% - 88px));
  margin-inline:auto
}
.site-header {
  border-bottom:1px solid var(--line)
}
.nav-row {
  height:96px;
  display:flex;
  align-items:center;
  gap:32px
}
.brand {
  display:flex;
  align-items:center;
  gap:12px;
  text-decoration:none;
  font-size:23px;
  font-weight:650;
  letter-spacing:-.065em;
  white-space:nowrap
}
.brand-light {
  font-weight:400
}
.brand-mark {
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  width:40px;
  height:40px;
  border-radius:11px;
  background:var(--accent);
  font-size:32px;
  font-family:Georgia,serif;
  line-height:1
}
.brand-mark span {
  font-family:Arial,sans-serif;
  font-size:18px;
  align-self:flex-start;
  margin-left:-2px;
  margin-top:4px
}
.desktop-nav {
  display:flex;
  gap:30px;
  margin-left:auto
}
.nav-link {
  text-decoration:none;
  font-size:14px;
  display:flex;
  align-items:center;
  min-height:44px
}
.nav-link:hover,.nav-link[aria-current=page] {
  text-decoration:underline
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:var(--ink);
  color:var(--white);
  padding:15px 24px;
  min-height:50px;
  border-radius:8px;
  font-size:14px;
  font-weight:600;
  line-height:1.4;
  text-decoration:none;
  transition:background .15s,transform .15s
}
.button:hover {
  background:var(--green);
  transform:translateY(-1px)
}
.button-small {
  padding:12px 18px;
  min-height:44px
}
.text-link {
  font-size:14px;
  font-weight:600;
  display:inline-flex;
  align-items:center;
  min-height:44px
}
.button-row {
  display:flex;
  align-items:center;
  gap:25px;
  flex-wrap:wrap
}
.eyebrow {
  text-transform:uppercase;
  letter-spacing:.11em;
  font-size:10px;
  font-weight:650;
  color:var(--green);
  display:flex;
  align-items:center;
  gap:8px;
  margin-bottom:24px
}
.dot {
  width:7px;
  height:7px;
  display:inline-block;
  border-radius:50%;
  background:var(--green);
  flex-shrink:0
}
.hero {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:66px;
  padding-block:76px 80px;
  align-items:center
}
.hero-description {
  font-size:17px;
  max-width:390px;
  line-height:1.7;
  margin-bottom:30px
}
.hero-note {
  font-size:11px;
  margin:17px 0 0
}
.hero-visual {
  padding:0 3px
}
.visual-caption {
  display:flex;
  justify-content:space-between;
  font-size:9px;
  letter-spacing:.15em;
  color:var(--muted);
  margin-bottom:15px
}
.visual-caption span:last-child {
  font-size:20px
}
.workflow-preview {
  background:var(--white);
  border:1px solid #d7dbd1;
  border-radius:15px;
  box-shadow:0 14px 42px #33402909;
  overflow:hidden;
  transform:rotate(1.1deg)
}
.preview-top {
  padding:17px 21px;
  border-bottom:1px solid var(--line);
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:11px
}
.preview-top>span:first-child {
  display:flex;
  align-items:center;
  gap:8px
}
.tiny-mark {
  width:24px;
  height:24px;
  border-radius:6px;
  background:var(--accent);
  display:grid;
  place-items:center;
  font-size:17px
}
.sample-label {
  font-size:8px;
  letter-spacing:.08em;
  color:#52604c;
  border:1px solid var(--line);
  border-radius:4px;
  padding:3px 7px;
  white-space:nowrap
}
.preview-content {
  padding:23px 30px 20px
}
.preview-context {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:20px
}
.mono {
  font-family:ui-monospace,SFMono-Regular,Consolas,monospace;
  letter-spacing:.06em;
  font-size:10px;
  color:var(--muted)
}
.status-tag {
  font-size:9px;
  background:#f6e6c8;
  color:#6b491a;
  border-radius:20px;
  padding:3px 9px
}
.preview-content h2 {
  font-size:28px;
  line-height:1.08;
  letter-spacing:-.04em;
  margin-bottom:11px
}
.preview-content>p {
  font-size:11px;
  margin-bottom:22px
}
.journey {
  list-style:none;
  padding:0;
  margin:0 0 20px
}
.journey li {
  display:flex;
  align-items:center;
  position:relative;
  gap:14px;
  padding:10px 0;
  font-size:11px
}
.journey li:not(:last-child):after {
  content:"";
  position:absolute;
  left:15px;
  width:1px;
  top:40px;
  height:16px;
  background:var(--line)
}
.step-dot {
  height:30px;
  width:30px;
  border:1px solid var(--line);
  border-radius:50%;
  background:var(--white);
  font-size:9px;
  display:grid;
  place-items:center;
  flex-shrink:0;
  color:var(--muted)
}
.journey-done .step-dot {
  background:var(--green);
  color:white;
  border-color:var(--green)
}
.journey-current .step-dot {
  background:#f9e0ca;
  border-color:#dbad84;
  color:#64401e
}
.journey strong {
  font-weight:550;
  display:block
}
.journey small {
  display:block;
  color:var(--muted);
  font-size:10px;
  margin-top:1px
}
.scope-strip {
  border:1px solid var(--line);
  border-radius:8px;
  padding:12px 15px;
  display:flex;
  align-items:center;
  gap:14px;
  font-size:10px;
  color:var(--muted);
  background:#f8f9f4;
  line-height:1.6
}
.scope-icon {
  font-size:28px;
  color:var(--green)
}
.scope-strip strong {
  color:var(--green);
  font-weight:500
}
.preview-bottom {
  border-top:1px solid var(--line);
  padding:11px 22px;
  display:flex;
  gap:8px;
  align-items:center;
  font-size:9px;
  color:var(--muted);
  background:#f9faf6
}
.preview-bottom .dot {
  width:5px;
  height:5px
}
.principle-band {
  border-block:1px solid var(--line);
  background:#edefe7
}
.principle-items {
  display:flex;
  justify-content:space-between;
  padding-block:23px;
  font-size:12px;
  color:#4b5847
}
.principle-items span:before {
  content:"+";
  margin-right:14px;
  color:var(--green)
}
.section {
  padding-block:90px
}
.section-heading {
  margin-bottom:45px
}
.section-heading h2 {
  margin-bottom:20px
}
.section-heading>p:last-child {
  max-width:500px
}
.three-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:45px
}
.feature {
  border-top:1px solid var(--line);
  padding-top:24px
}
.feature-number {
  font-family:ui-monospace,monospace;
  font-size:10px;
  color:var(--muted);
  display:block;
  margin-bottom:22px;
  letter-spacing:.04em
}
.feature p {
  font-size:14px
}
.use-case-section {
  display:grid;
  grid-template-columns:1.2fr 1fr;
  background:#e9eee5;
  border:1px solid #dce2d6;
  border-radius:var(--radius);
  overflow:hidden
}
.use-case-copy {
  padding:50px
}
.use-case-copy p {
  font-size:14px;
  max-width:410px
}
.use-case-aside {
  background:#dae2d4;
  padding:50px;
  display:flex;
  flex-direction:column;
  justify-content:center
}
.use-case-aside h3 {
  font-family:Georgia,serif;
  font-size:30px;
  line-height:1.3;
  margin-block:22px
}
.use-case-aside p {
  font-size:12px;
  margin-bottom:0
}
.faq-section {
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:70px
}
.faq-list details {
  border-bottom:1px solid var(--line)
}
.faq-list details:first-child {
  border-top:1px solid var(--line)
}
summary {
  cursor:pointer;
  min-height:50px
}
.faq-list summary {
  padding:20px 25px 20px 0;
  font-weight:500;
  font-size:14px
}
.faq-list details p {
  font-size:14px;
  padding-bottom:14px
}
.closing-cta {
  background:#efd8c6;
  border:1px solid #e7cbb4;
  border-radius:var(--radius);
  padding:48px 50px;
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:80px;
  align-items:center;
  margin-bottom:90px
}
.closing-cta h2 {
  margin-bottom:0
}
.closing-cta .eyebrow {
  color:#70442b;
  margin-bottom:20px
}
.closing-cta p:not(.eyebrow) {
  font-size:14px;
  max-width:330px;
  color:#614f42
}
.site-footer {
  border-top:1px solid var(--line);
  padding-block:40px 50px
}
.footer-grid {
  display:grid;
  grid-template-columns:1fr .7fr 1fr;
  gap:35px;
  font-size:12px
}
.footer-grid strong {
  font-size:16px;
  font-weight:550
}
.footer-grid p {
  margin-top:12px
}
.footer-grid nav {
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:6px
}
.footer-grid nav a {
  min-height:32px;
  text-decoration:none
}
.footer-grid nav a:hover {
  text-decoration:underline
}
.footer-note {
  font-size:11px;
  line-height:1.9;
  text-align:right
}
.page-heading {
  padding-block:82px 64px;
  max-width:1200px
}
.page-heading h1 {
  font-size:clamp(3rem,5.3vw,5rem)
}
.page-heading>p:last-child {
  font-size:18px;
  max-width:590px
}
.split-section {
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:85px;
  padding-block:20px 65px
}
.split-section>div>p {
  max-width:440px;
  font-size:15px
}
.process-list {
  list-style:none;
  margin:0;
  padding:0
}
.process-list li {
  border-top:1px solid var(--line);
  padding:25px 0;
  display:flex;
  gap:25px
}
.process-number {
  font-family:ui-monospace,monospace;
  font-size:12px;
  color:#64735d;
  margin-top:4px
}
.process-list h3 {
  margin-bottom:13px
}
.process-list p {
  font-size:14px;
  margin:0
}
.note-panel {
  background:var(--soft);
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:40px;
  margin-bottom:70px
}
.note-panel p {
  max-width:720px
}
.note-panel h2 {
  font-size:30px
}
.note-panel .eyebrow {
  margin-bottom:18px
}
.note-panel+p {
  margin-top:0
}
.two-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px
}
.two-grid .note-panel {
  margin-bottom:0
}
.plain-panel {
  padding:40px 0
}
.plain-panel p {
  font-size:15px
}
.plain-panel h2 {
  font-size:32px
}
.check-list {
  list-style:none;
  margin:24px 0 0;
  padding:0
}
.check-list li {
  position:relative;
  padding:10px 0 10px 24px;
  font-size:14px;
  color:var(--muted)
}
.check-list li:before {
  content:"+";
  position:absolute;
  left:0;
  color:var(--green)
}
.spaced {
  margin-top:65px
}
.boundary-stack {
  display:grid;
  gap:12px
}
.boundary-stack>div {
  background:var(--white);
  border:1px solid var(--line);
  border-radius:12px;
  padding:22px 25px
}
.boundary-stack h3 {
  margin:8px 0;
  font-size:22px
}
.boundary-stack p {
  font-size:13px;
  margin:0
}
.boundary-stack .boundary-core {
  background:var(--soft);
  border-color:#93a08a
}
.status-table-wrap {
  overflow-x:auto
}
.status-table {
  width:100%;
  border-collapse:collapse;
  text-align:left;
  font-size:13px
}
.status-table td,.status-table th {
  padding:17px 18px;
  border-bottom:1px solid var(--line);
  vertical-align:top
}
.status-table th {
  font-weight:550
}
.status-table thead {
  background:var(--soft)
}
.status-table td {
  color:var(--muted)
}
.status-table td:nth-child(2) {
  white-space:nowrap;
  color:var(--green)
}
.small-note {
  font-size:11px!important;
  margin-top:12px
}
.walkthrough-heading {
  padding-block:65px 40px;
  display:grid;
  grid-template-columns:1.2fr 1fr;
  gap:70px;
  align-items:end
}
.walkthrough-heading h1 {
  font-size:clamp(2.6rem,4vw,4rem);
  margin-bottom:0
}
.walkthrough-disclaimer {
  font-size:12px;
  max-width:350px;
  border-left:2px solid #b6c0ac;
  padding-left:20px
}
.console-demo {
  display:grid;
  grid-template-columns:210px 1fr;
  background:var(--white);
  border:1px solid var(--line);
  border-radius:var(--radius);
  overflow:hidden;
  box-shadow:0 18px 50px #28342007;
  margin-bottom:65px
}
.demo-sidebar {
  background:#eef0e9;
  border-right:1px solid var(--line);
  padding:27px 18px;
  font-size:12px
}
.demo-workspace {
  display:flex;
  gap:8px;
  align-items:center;
  font-weight:550
}
.workspace-avatar {
  height:27px;
  width:27px;
  border-radius:7px;
  background:#dae3d2;
  display:grid;
  place-items:center
}
.sidebar-label {
  display:block;
  font-size:8px;
  letter-spacing:.1em;
  color:var(--muted);
  margin:40px 0 10px
}
.sidebar-item {
  display:flex;
  justify-content:space-between;
  background:#dde5d6;
  border-radius:6px;
  padding:11px 10px;
  font-size:11px
}
.demo-sidebar>p {
  font-size:10px;
  margin:25px 10px
}
.demo-main {
  padding:30px;
  min-width:0
}
.demo-breadcrumb {
  color:var(--muted);
  font-size:10px;
  margin-bottom:25px
}
.demo-breadcrumb span {
  margin:0 9px
}
.demo-title-row {
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:15px
}
.demo-title-row h2 {
  font-size:30px
}
.demo-title-row .eyebrow {
  font-size:9px;
  margin-bottom:12px
}
.scenario-nav {
  display:flex;
  gap:23px;
  border-bottom:1px solid var(--line);
  margin:12px 0 24px;
  flex-wrap:wrap
}
.scenario-nav a {
  font-size:11px;
  min-height:44px;
  display:flex;
  align-items:center;
  text-decoration:none;
  border-bottom:2px solid transparent;
  margin-bottom:-1px
}
.scenario-nav a[aria-current=page] {
  border-color:var(--green);
  color:var(--green);
  font-weight:600
}
.demo-notice {
  background:#f5ecda;
  border:1px solid #e2d7bf;
  border-radius:8px;
  padding:13px 16px;
  display:flex;
  gap:8px;
  align-items:center;
  flex-wrap:wrap;
  font-size:11px;
  margin-bottom:24px
}
.demo-notice span:last-child {
  display:block;
  flex-basis:100%;
  color:#675c45;
  margin-left:15px
}
.demo-notice .dot {
  background:#90672c;
  width:6px;
  height:6px
}
.notice-positive {
  background:#e8eee1;
  border-color:#d0dbc4
}
.notice-caution {
  background:#f6e5dc;
  border-color:#e8cbbd
}
.demo-columns {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px
}
.evidence-panel {
  border:1px solid var(--line);
  border-radius:10px;
  padding:22px;
  min-width:0
}
.evidence-panel .eyebrow {
  font-size:8px;
  margin-bottom:16px
}
.evidence-panel h3 {
  font-size:21px;
  line-height:1.25
}
.evidence-panel p,.evidence-panel .check-list li {
  font-size:12px
}
.evidence-facts {
  font-size:11px;
  margin:20px 0 0
}
.evidence-facts dt {
  color:var(--muted);
  margin-top:12px
}
.evidence-facts dd {
  margin:3px 0;
  overflow-wrap:anywhere
}
.demo-callout {
  font-size:11px;
  background:var(--soft);
  border-radius:6px;
  padding:14px;
  margin-top:18px;
  color:#53614b
}
.demo-footer {
  border-top:1px solid var(--line);
  margin-top:25px;
  padding-top:18px;
  font-size:10px;
  color:var(--muted);
  display:flex;
  justify-content:space-between;
  gap:15px
}
.mobile-menu {
  display:none
}
.skip-link {
  position:absolute;
  left:16px;
  top:-100px;
  padding:12px 18px;
  background:var(--ink);
  color:white;
  z-index:100
}
.skip-link:focus {
  top:10px
}
.sr-only {
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0
}
@media(min-width:1500px) {
  .hero {
    padding-block:95px
  }
  .hero-visual {
    padding-left:20px
  }
}
@media(max-width:1000px) {
  .shell {
    width:calc(100% - 48px)
  }
  .desktop-nav {
    gap:18px
  }
  .nav-row {
    gap:20px
  }
  .hero {
    gap:35px
  }
  .hero h1 {
    font-size:60px
  }
  .hero-visual {
    padding:0
  }
  .preview-content {
    padding:22px
  }
  .three-grid {
    gap:25px
  }
  .closing-cta {
    gap:35px
  }
  .split-section {
    gap:40px
  }
  .console-demo {
    grid-template-columns:170px 1fr
  }
  .demo-main {
    padding:22px
  }
  .demo-columns {
    gap:12px
  }
  .evidence-panel {
    padding:17px
  }
  .use-case-copy,.use-case-aside {
    padding:35px
  }
}
@media(max-width:760px) {
  .shell {
    width:calc(100% - 36px)
  }
  .nav-row {
    height:78px
  }
  .brand {
    font-size:21px
  }
  .brand-mark {
    width:35px;
    height:35px
  }
  .desktop-nav,.header-cta {
    display:none
  }
  .mobile-menu {
    display:block;
    margin-left:auto;
    position:relative
  }
  .mobile-menu summary {
    font-size:13px;
    display:flex;
    align-items:center;
    padding:8px 10px
  }
  .mobile-menu nav {
    position:absolute;
    right:0;
    top:52px;
    width:235px;
    background:var(--white);
    padding:15px 22px;
    border:1px solid var(--line);
    border-radius:10px;
    box-shadow:0 12px 25px #0001;
    z-index:20
  }
  .hero {
    grid-template-columns:1fr;
    gap:42px;
    padding-block:45px 48px
  }
  .hero h1 {
    font-size:clamp(3.15rem,11vw,4.8rem);
    line-height:1.07
  }
  .hero h1 em br {
    display:none
  }
  .hero-description {
    max-width:480px;
    font-size:16px
  }
  .hero-visual {
    max-width:520px;
    width:100%;
    margin:auto;
    padding:3px
  }
  .workflow-preview {
    transform:none
  }
  .preview-content {
    padding:25px
  }
  .preview-content h2 {
    font-size:30px
  }
  .preview-content>p {
    font-size:12px
  }
  .journey strong {
    font-size:12px
  }
  .journey small {
    font-size:11px
  }
  .journey li {
    padding:12px 0
  }
  .journey li:not(:last-child):after {
    top:43px;
    height:18px
  }
  .principle-items {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px 10px;
    font-size:11px;
    padding-block:20px
  }
  .principle-items span:before {
    margin-right:7px
  }
  .section {
    padding-block:55px
  }
  .three-grid,.two-grid {
    grid-template-columns:1fr;
    gap:28px
  }
  .feature-number {
    margin-bottom:17px
  }
  .feature p {
    max-width:500px
  }
  .use-case-section {
    grid-template-columns:1fr
  }
  .use-case-copy,.use-case-aside {
    padding:30px
  }
  .faq-section {
    grid-template-columns:1fr;
    gap:20px
  }
  .closing-cta {
    grid-template-columns:1fr;
    gap:28px;
    padding:30px;
    margin-bottom:55px
  }
  .closing-cta h2 {
    font-size:34px
  }
  .closing-cta p:not(.eyebrow) {
    max-width:450px
  }
  .footer-grid {
    grid-template-columns:1fr 1fr;
    gap:20px
  }
  .footer-note {
    grid-column:1/-1;
    text-align:left
  }
  .page-heading {
    padding-block:45px 28px
  }
  .page-heading h1 {
    font-size:clamp(2.8rem,9.8vw,4rem)
  }
  .page-heading>p:last-child {
    font-size:16px
  }
  .split-section {
    grid-template-columns:1fr;
    gap:30px;
    padding-bottom:35px
  }
  .note-panel {
    padding:28px;
    margin-bottom:45px
  }
  .note-panel h2 {
    font-size:28px
  }
  .plain-panel {
    padding:15px 0
  }
  .spaced {
    margin-top:40px
  }
  .status-table td,.status-table th {
    padding:13px 10px;
    font-size:12px
  }
  .status-table {
    min-width:520px
  }
  .walkthrough-heading {
    grid-template-columns:1fr;
    gap:20px;
    padding-block:45px 25px
  }
  .walkthrough-heading h1 {
    font-size:38px
  }
  .walkthrough-disclaimer {
    max-width:100%;
    margin-bottom:0
  }
  .console-demo {
    grid-template-columns:1fr;
    margin-bottom:45px
  }
  .demo-sidebar {
    border-right:0;
    border-bottom:1px solid var(--line);
    padding:15px 20px
  }
  .demo-sidebar .sidebar-label,.demo-sidebar .sidebar-item,.demo-sidebar>p {
    display:none
  }
  .demo-main {
    padding:20px 15px
  }
  .demo-title-row h2 {
    font-size:26px
  }
  .demo-columns {
    grid-template-columns:1fr;
    gap:15px
  }
  .scenario-nav {
    gap:8px;
    justify-content:space-between
  }
  .scenario-nav a {
    font-size:10px
  }
  .demo-footer {
    flex-wrap:wrap
  }
  .evidence-panel {
    padding:20px
  }
  .evidence-panel p,.evidence-panel .check-list li {
    font-size:13px
  }
  .evidence-panel .eyebrow {
    font-size:9px
  }
  .demo-notice {
    font-size:11px
  }
  .section-heading {
    margin-bottom:30px
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto
  }
  *,*:before,*:after {
    transition:none!important;
    animation:none!important
  }
}
.audience-nav {
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:4px 0 20px
}
.audience-nav a {
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:7px 12px;
  border:1px solid var(--line);
  border-radius:6px;
  font-size:10px;
  text-decoration:none
}
.audience-nav a[aria-current=page] {
  background:var(--green);
  color:var(--white);
  border-color:var(--green)
}
.audience-cards {
  row-gap:45px;
  padding-bottom:10px
}
.audience-cards h2 {
  font-size:30px
}

/* Pilot enquiry preview */
.enquiry-heading { max-width: 1200px; }
.enquiry-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; padding-bottom: 90px; align-items: start; }
.enquiry-context h2 { font-size: 30px; margin-top: 36px; }
.enquiry-context p { font-size: 14px; }
.preview-warning { border-left: 3px solid var(--accent); background: #f2e9dc; padding: 20px 24px; border-radius: 0 10px 10px 0; }
.preview-warning strong { font-size: 13px; }
.preview-warning p { margin: 8px 0 0; }
.enquiry-form-card { background: var(--white); padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); min-width: 0; }
.form-field { margin-bottom: 24px; }
.form-field label { display: block; font-size: 14px; font-weight: 600; margin-bottom: 8px; }
.form-field input:not([type=checkbox]), .form-field textarea { width: 100%; min-height: 48px; padding: 12px; border: 1px solid #929b8a; border-radius: 6px; color: var(--ink); background: var(--white); font: inherit; line-height: 1.5; }
.form-field textarea { resize: vertical; }
.field-hint, .field-error { font-size: 12px; line-height: 1.6; margin-bottom: 10px; }
.field-error { color: #943324; margin-top: 7px; }
.form-field [aria-invalid=true] { border-color: #943324; }
.form-errors { padding: 20px; border: 1px solid #b16251; border-radius: 8px; background: #fff2eb; margin-bottom: 26px; }
.form-errors h2 { font-size: 22px; margin-bottom: 12px; }
.form-errors ul { padding-left: 20px; margin: 0; font-size: 13px; }
.consent-field { display: grid; grid-template-columns: 24px 1fr; gap: 8px; align-items: start; }
.consent-field input { width: 20px; height: 20px; margin: 3px 0; accent-color: var(--green); }
.consent-field label { font-size: 12px; font-weight: 400; }
.consent-field .field-error { grid-column: 2; }
.enquiry-form .button { border: 0; cursor: pointer; font-family: inherit; }
.enquiry-form input:focus-visible, .enquiry-form textarea:focus-visible { outline: 3px solid #315de1; outline-offset: 3px; }
.enquiry-trap { display: none; }
.enquiry-receipt .small-note { overflow-wrap: anywhere; }
@media(max-width:760px) {
  .enquiry-layout { grid-template-columns: 1fr; gap: 28px; padding-bottom: 55px; }
  .enquiry-form-card { padding: 24px 18px; }
  .form-field input:not([type=checkbox]), .form-field textarea { font-size: 16px; }
}

/* Conversion landing alternative: editorial type and evidence-led contrast. */
.conversion-page section[id] { scroll-margin-top: 24px; }
.conversion-hero { display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; padding-block: 80px; }
.conversion-hero h1 { font-size: clamp(3rem, 5.2vw, 5rem); }
.conversion-subhead { font-family: inherit; font-size: 1.3rem; line-height: 1.5; letter-spacing: -.02em; }
.conversion-note { font-size: .875rem; margin: 18px 0 0; }
.conversion-preview { min-width: 0; }
.conversion-preview .workflow-preview { transform: none; }
.conversion-dark { background: #203e32; color: #fffefa; }
.conversion-dark p, .conversion-dark .feature-number { color: #d9e4d8; }
.conversion-dark .feature { border-color: #6c8175; }
.conversion-benefits { row-gap: 42px; }
.conversion-detail { margin: 32px 0 0; }
.conversion-trust { border: 1px solid var(--line); border-radius: var(--radius); padding: 48px; background: var(--white); }
.conversion-trust > h2 { margin-bottom: 40px; }
.conversion-offer { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.conversion-offer-card { padding: 36px; background: #e9ede5; border: 1px solid #bcc9b7; border-radius: var(--radius); }
.conversion-offer-card .check-list { margin: 0 0 24px; }
.conversion-page .feature p, .conversion-page .check-list li, .conversion-page .faq-list p, .conversion-page .faq-list summary { font-size: 1rem; }
.conversion-updates { padding: 44px; display: grid; grid-template-columns: 1.2fr 1fr; gap: 48px; border-radius: var(--radius); background: #efd8c6; margin-bottom: 72px; }
.conversion-updates h2 { font-size: 2.4rem; }
@media(max-width:1000px) {
  .conversion-hero { gap: 32px; }
  .conversion-offer { gap: 32px; }
}
@media(max-width:760px) {
  .conversion-hero, .conversion-offer, .conversion-updates { grid-template-columns: 1fr; gap: 32px; }
  .conversion-hero { padding-block: 44px; }
  .conversion-trust, .conversion-updates, .conversion-offer-card { padding: 28px; }
  .conversion-updates a { overflow-wrap: anywhere; }
}
