:root {
  --ink: #17352f;
  --muted: #5b6d67;
  --line: #dde5df;
  --paper: #fafbf8;
  --green: #163d37;
  --lime: #d9f69b;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 32px;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
a:focus-visible,
summary:focus-visible {
  outline: 3px solid #4f7e13;
  outline-offset: 5px;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.13;
  letter-spacing: -0.04em;
}
h1 {
  font-size: clamp(42px, 4.5vw, 68px);
  font-weight: 650;
  margin-bottom: 26px;
}
h1 em {
  font-style: normal;
  color: #64833f;
}
h2 {
  font-size: clamp(30px, 3.2vw, 44px);
  font-weight: 600;
  margin-bottom: 24px;
}
h3 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-bottom: 12px;
}
p {
  color: var(--muted);
}
.wrap {
  max-width: 1240px;
  padding-left: 32px;
  padding-right: 32px;
  margin: auto;
}
.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 108px;
}
.brand {
  font-size: 29px;
  display: inline-flex;
  align-items: center;
  font-weight: 750;
  letter-spacing: -1.4px;
  color: var(--green);
  white-space: nowrap;
}
.brand > span:not(.brand-mark):not(.brand-dot) {
  font-weight: 400;
}
.brand-mark {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: var(--green);
  color: var(--lime);
  margin-right: 9px;
  font-size: 23px;
}
.brand-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #83ad3a;
  margin-left: 3px;
}
.header nav {
  display: flex;
  gap: 23px;
  font-size: 13px;
  font-weight: 550;
}
.button {
  background: var(--green);
  color: white;
  padding: 16px 24px;
  border-radius: 8px;
  display: inline-flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  box-shadow: 0 3px 0 #092d2520;
}
.button:hover {
  background: #245548;
  text-decoration: none;
}
.button.small {
  padding: 12px 16px;
  font-size: 12px;
  gap: 14px;
}
.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 44px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 88px;
}
.eyebrow {
  font-size: 10px;
  letter-spacing: 0.16em;
  font-weight: 700;
  color: var(--green);
  margin-bottom: 24px;
}
.status-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #85a847;
  margin-right: 8px;
}
.lead {
  font-size: 17px;
  line-height: 1.8;
  max-width: 525px;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 30px;
}
.text-link {
  font-size: 14px;
  font-weight: 650;
}
.hero-note {
  font-size: 11px;
  margin-top: 26px;
}
.workspace {
  border: 1px solid #cddace;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 22px 60px #234c2c10;
  transform: rotate(-2deg);
}
.workspace-top {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--line);
  padding: 20px;
}
.mini-brand {
  font-weight: 750;
  font-size: 21px;
  letter-spacing: -1px;
}
.mini-brand span {
  font-weight: 400;
}
.pill {
  margin-left: auto;
  font-size: 9px;
  border-radius: 20px;
  background: #f0f4eb;
  padding: 5px 9px;
}
.avatar {
  border-radius: 50%;
  width: 26px;
  height: 26px;
  background: #e5eed8;
  text-align: center;
  font-size: 12px;
  line-height: 26px;
}
.workspace-body {
  display: flex;
}
.workspace aside {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  padding: 27px 14px;
  border-right: 1px solid var(--line);
  color: #9aaba1;
}
.workspace aside span {
  width: 25px;
  text-align: center;
}
.workspace .selected {
  background: #e4efd8;
  border-radius: 6px;
  color: var(--green);
}
.workspace-content {
  padding: 28px 22px;
  flex: 1;
  min-width: 0;
}
.workspace-content .eyebrow {
  font-size: 8px;
  margin-bottom: 8px;
}
.workspace-content h2 {
  font-size: 20px;
  margin-bottom: 8px;
}
.workspace-content > p {
  font-size: 10px;
}
.preview-tiles {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 22px;
}
.preview-tiles > div {
  background: #f3f6ee;
  border: 1px solid #e6ecdf;
  border-radius: 8px;
  padding: 16px 12px;
}
.preview-tiles > div + div {
  background: #f6f4ef;
}
.preview-tiles span {
  font-size: 7px;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 12px;
}
.preview-tiles strong {
  display: block;
  font-size: 20px;
  letter-spacing: -0.03em;
}
.preview-tiles small {
  font-size: 8px;
  color: var(--muted);
}
.preview-list {
  margin-top: 14px;
}
.preview-list > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #edf0eb;
  font-size: 11px;
  font-weight: 600;
}
.preview-list small {
  display: block;
  font-size: 8px;
  color: var(--muted);
  font-weight: 400;
}
.preview-list b {
  margin-left: auto;
}
.icon {
  width: 31px;
  height: 31px;
  border-radius: 9px;
  display: grid;
  place-items: center;
  font-size: 17px;
}
.mint {
  background: #e1eee6;
}
.lavender {
  background: #ece8f3;
}
.peach {
  background: #f5e8da;
}
.workspace-bottom {
  font-size: 8px;
  display: flex;
  align-items: center;
  padding: 13px 20px;
  background: #f8faf5;
  border-top: 1px solid var(--line);
}
.workspace-bottom > span:last-child {
  margin-left: auto;
  color: var(--muted);
}
.ribbon {
  background: #eef2e8;
  border-block: 1px solid #e0e6d8;
}
.ribbon .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 14px;
}
.ribbon .wrap > span:first-child {
  font-size: 12px;
  color: var(--muted);
}
.section {
  padding-top: 94px;
  padding-bottom: 94px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 55px;
  margin-bottom: 35px;
}
.section-heading > p {
  max-width: 365px;
  font-size: 15px;
}
.features {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}
.feature {
  padding: 27px 22px;
  background: var(--paper);
}
.feature-number {
  font-size: 11px;
  color: #748367;
  display: block;
  margin-bottom: 30px;
}
.feature h3 {
  font-size: 17px;
  line-height: 1.3;
  min-height: 44px;
}
.feature p {
  font-size: 13px;
  line-height: 1.7;
  margin-bottom: 0;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.solutions {
  background: #eef2e8;
}
.solution-list article {
  display: flex;
  gap: 23px;
  padding: 22px 0;
  border-bottom: 1px solid #d4dfce;
}
.solution-list article > span {
  font-size: 12px;
  color: #748367;
}
.solution-list p {
  font-size: 14px;
  margin: 0;
}
.credential-scene {
  text-align: center;
  background: radial-gradient(ellipse, #dfe9cc, transparent 70%);
  padding: 24px;
}
.credential {
  background: #fff;
  border: 1px solid #cedbc8;
  box-shadow: 0 20px 45px #32482e14;
  border-radius: 20px;
  max-width: 335px;
  text-align: left;
  margin: auto;
  overflow: hidden;
  padding: 25px;
}
.credential-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 23px;
}
.credential-top > span:last-child {
  font-size: 8px;
  letter-spacing: 0.08em;
}
.credential > p {
  font-size: 10px;
  letter-spacing: 0.05em;
}
.credential-avatar {
  font-size: 37px;
  width: 70px;
  height: 70px;
  background: #eaf0df;
  color: #557c44;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 25px 0 17px;
}
.credential h3 {
  font-size: 23px;
  margin-bottom: 6px;
}
.credential-fields {
  display: flex;
  gap: 30px;
  border-block: 1px solid var(--line);
  padding: 18px 0;
  margin: 25px 0;
}
.credential-fields small,
.credential-fields strong {
  display: block;
  font-size: 9px;
}
.credential-fields strong {
  font-size: 11px;
  margin-top: 6px;
}
.verification {
  display: flex;
  gap: 14px;
  align-items: center;
}
.verification > span {
  font-size: 42px;
  color: #507344;
}
.verification strong,
.verification small {
  display: block;
  font-size: 10px;
}
.verification small {
  font-size: 8px;
  color: var(--muted);
}
.caption {
  font-size: 10px;
  margin: 20px 0 0;
}
.wallets {
  display: flex;
  gap: 10px;
  margin: 24px 0;
}
.wallets span {
  padding: 10px 16px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 7px;
  font-size: 13px;
  font-weight: 600;
}
.checks {
  list-style: none;
  padding: 0;
  font-size: 14px;
}
.checks li {
  padding: 7px 0;
}
.checks li:before {
  content: "✓";
  color: #557d37;
  margin-right: 12px;
}
.notice {
  font-size: 12px;
  border-left: 2px solid #bbd592;
  padding-left: 15px;
  line-height: 1.75;
  margin-top: 26px;
}
.security {
  background: #173d36;
  color: #f4f8ef;
}
.security p,
.security .eyebrow {
  color: #c4d5c9;
}
.security h2 {
  color: #f4f8ef;
}
.security-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  border-top: 1px solid #ffffff30;
  padding-top: 35px;
}
.security-grid p {
  font-size: 14px;
  margin-bottom: 0;
}
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  counter-reset: steps;
  list-style: none;
  padding: 25px 0 0;
}
.steps li:before {
  counter-increment: steps;
  content: "0" counter(steps);
  display: block;
  color: #729649;
  border-bottom: 1px solid var(--line);
  padding-bottom: 20px;
  margin-bottom: 24px;
}
.steps h3 {
  font-size: 18px;
}
.steps p {
  font-size: 13px;
}
.cta {
  border-radius: 18px;
  background: #e0efc5;
  padding: 55px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: center;
}
.cta h2 {
  font-size: 37px;
  margin-bottom: 0;
}
.cta .actions {
  flex-direction: column;
  margin: 0;
  align-items: start;
}
.button.light {
  background: #173d36;
  color: #fff;
}
.footer {
  padding-top: 65px;
  padding-bottom: 28px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
  font-size: 13px;
}
.footer p {
  margin-top: 15px;
  font-size: 13px;
}
.footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  align-content: start;
  gap: 18px 27px;
}
.footer-bottom {
  grid-column: 1/-1;
  border-top: 1px solid var(--line);
  padding-top: 25px;
  color: var(--muted);
  font-size: 11px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.skip {
  position: absolute;
  top: -100px;
  left: 16px;
  background: #fff;
  padding: 12px;
  z-index: 10;
}
.skip:focus {
  top: 8px;
}
.document {
  max-width: 860px;
  padding-top: 65px;
  padding-bottom: 75px;
}
.document h1 {
  font-size: 48px;
}
.document h2 {
  font-size: 25px;
  margin-top: 38px;
  margin-bottom: 16px;
}
.document p,
.document li {
  font-size: 16px;
  line-height: 1.9;
  color: var(--muted);
}
.document a:not(.button) {
  text-decoration: underline;
}
.document ul {
  padding-left: 22px;
}
.document .intro {
  font-size: 20px;
}
.faq {
  border-top: 1px solid var(--line);
  margin-top: 35px;
}
.faq details {
  border-bottom: 1px solid var(--line);
  padding: 22px 0;
}
.faq summary {
  font-weight: 600;
  cursor: pointer;
  font-size: 18px;
}
.faq details p {
  margin-top: 16px;
  margin-bottom: 0;
}
.help-contact {
  background: #eef2e8;
  border-radius: 14px;
  padding: 30px;
  margin-top: 38px;
  overflow-wrap: anywhere;
}
@media (min-width: 1500px) {
  .hero {
    padding-top: 95px;
    padding-bottom: 115px;
  }
}
@media (max-width: 1050px) {
  .header {
    flex-wrap: wrap;
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .header nav {
    order: 3;
    width: 100%;
    justify-content: center;
  }
  .hero {
    gap: 28px;
  }
  .features {
    grid-template-columns: repeat(3, 1fr);
  }
  .split {
    gap: 45px;
  }
  .steps {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 720px) {
  .wrap {
    padding-left: 22px;
    padding-right: 22px;
  }
  .header {
    gap: 16px;
  }
  .header nav {
    gap: 14px;
    justify-content: start;
    overflow-x: auto;
    padding-bottom: 4px;
    white-space: nowrap;
    font-size: 12px;
  }
  .brand {
    font-size: 25px;
  }
  .brand-mark {
    width: 30px;
    height: 30px;
  }
  .header .button {
    font-size: 10px;
    padding: 11px;
    gap: 8px;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 42px;
    padding-bottom: 55px;
    gap: 38px;
  }
  .hero h1 {
    font-size: 46px;
  }
  .lead {
    font-size: 16px;
  }
  .workspace {
    transform: none;
  }
  .ribbon .wrap {
    flex-wrap: wrap;
    justify-content: center;
    font-size: 12px;
    gap: 13px;
  }
  .ribbon .wrap > span:first-child {
    width: 100%;
    text-align: center;
  }
  .section {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .section-heading {
    display: block;
  }
  .section-heading > p {
    max-width: none;
  }
  .features {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature {
    padding: 23px 18px;
  }
  .feature h3 {
    font-size: 16px;
  }
  .split {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .identity > div:last-child {
    grid-row: 1;
  }
  .credential-scene {
    padding: 10px;
  }
  .security-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .steps {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .cta {
    padding: 32px 25px;
    display: block;
  }
  .cta h2 {
    font-size: 32px;
  }
  .cta .actions {
    margin-top: 30px;
    gap: 20px;
  }
  .footer {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer nav {
    justify-content: start;
  }
  .footer-bottom {
    flex-direction: column;
    gap: 6px;
  }
  .document {
    padding-top: 35px;
  }
  .document h1 {
    font-size: 39px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.hero > *,
.split > * {
  min-width: 0;
}
.header nav {
  min-width: 0;
}
.hero {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (max-width: 720px) {
  .hero {
    grid-template-columns: minmax(0, 1fr);
  }
  .workspace-top {
    gap: 8px;
    padding: 15px;
  }
  .workspace-content {
    padding: 22px 14px;
  }
  .workspace-content h2 {
    font-size: 18px;
  }
  .workspace aside {
    padding-left: 9px;
    padding-right: 9px;
  }
  .workspace-bottom {
    flex-wrap: wrap;
    gap: 5px;
  }
  .workspace-bottom > span:last-child {
    margin-left: 0;
    width: 100%;
  }
  .hero h1 {
    font-size: clamp(36px, 10vw, 46px);
  }
}

/* Public commercial inquiry; isolated from the application styles. */
.contact-layout { display:grid; grid-template-columns:1fr 1.2fr; gap:64px; align-items:start; }
.contact-layout h1 { font-size:clamp(2.4rem,4vw,3.8rem); line-height:1.12; letter-spacing:-.04em; }
.contact-intro { margin-top:40px; padding-top:24px; border-top:1px solid var(--line); }
.contact-intro h2 { font-size:1.3rem; }
.contact-card { background:white; border:1px solid var(--line); border-radius:24px; padding:32px; box-shadow:0 18px 50px #17352f08; min-width:0; }
.contact-card h2 { font-size:1.75rem; margin-top:0; }
.contact-form { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; margin-top:28px; }
.contact-field label { display:block; font-size:.875rem; font-weight:600; margin-bottom:8px; }
.contact-field input,.contact-field textarea { width:100%; min-width:0; border:1px solid #a9b9ae; border-radius:10px; padding:12px; font:inherit; color:var(--ink); background:var(--paper); }
.contact-field textarea { resize:vertical; }
.contact-form :focus-visible { outline:3px solid #668b3c; outline-offset:3px; }
.contact-wide { grid-column:1/-1; }
.contact-consent { display:flex; align-items:start; gap:10px; font-size:.875rem; }
.contact-consent input { margin-top:5px; flex-shrink:0; }
.contact-consent a { text-decoration:underline; }
.contact-error { display:block; color:#a32d2d; font-size:.85rem; }
.contact-alert { padding:12px; background:#fff0ef; color:#8e2828; border-radius:8px; }
.contact-caption { font-size:.8rem; }
.contact-form button { font:inherit; cursor:pointer; border:0; }
@media(max-width:800px) { .contact-layout { grid-template-columns:1fr; gap:32px; } }
@media(max-width:480px) { .contact-form { grid-template-columns:1fr; } .contact-card { padding:22px; } }
