@font-face {
  font-family:Manrope;
  src:url('/assets/fonts/Manrope-Variable.ttf') format('truetype');
  font-style:normal;
  font-weight:200 800;
  font-display:swap;
}
:root {
  color-scheme:dark;
  --bg:#0e0f0c;
  --surface:#181a16;
  --surface-2:#1e211b;
  --text:#f8fbf1;
  --muted:#b0b4aa;
  --line:rgba(205,221,170,.14);
  --cyan:#c6e187;
  --blue:#b1d65b;
  --mint:#d1e79e;
  --radius:22px;
  --font:Manrope,system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;
}
* {
  box-sizing:border-box;
}
html {
  scroll-behavior:smooth;
  scroll-padding-top:112px;
}
body {
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:var(--font);
  font-size:15px;
  line-height:1.7;
  -webkit-font-smoothing:antialiased;
}
a {
  color:inherit;
  text-decoration:none;
}
button,input {
  font:inherit;
}
button,a,input,summary {
  -webkit-tap-highlight-color:transparent;
}
button {
  cursor:pointer;
}
img,svg {
  max-width:100%;
}
img {
  display:block;
}
h1,h2,h3,p {
  margin:0;
}
h1,h2,h3 {
  font-weight:550;
  letter-spacing:-.045em;
  line-height:1.17;
}
h1 em,h2 em {
  font-style:normal;
  color:var(--muted);
}
p {
  color:var(--muted);
}
button {
  color:inherit;
}
button:disabled {
  cursor:wait;
  opacity:.55;
}
a,button,summary,input {
  outline-offset:5px;
}
:focus-visible {
  outline:2px solid var(--cyan);
}
::selection {
  background:#c6e187;
  color:#11130f;
}
.container {
  width:min(1200px,calc(100% - 96px));
  margin-inline:auto;
}
.icon {
  width:22px;
  height:22px;
  flex-shrink:0;
  vertical-align:middle;
}
.skip-link {
  position:fixed;
  z-index:100;
  top:12px;
  left:16px;
  padding:12px 20px;
  border-radius:10px;
  background:var(--cyan);
  color:#121310;
  transform:translateY(-150%);
}
.skip-link:focus {
  transform:none;
}
.eyebrow {
  font-size:10px;
  font-weight:650;
  letter-spacing:.16em;
  line-height:1.6;
  color:var(--cyan);
  display:flex;
  align-items:center;
  gap:12px;
}
.status-dot {
  display:inline-block;
  width:6px;
  height:6px;
  background:var(--cyan);
  border-radius:50%;
  box-shadow:0 0 14px #c6e18799;
  flex-shrink:0;
}
.button {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  min-height:52px;
  padding:13px 23px;
  font-weight:650;
  font-size:13px;
  border:1px solid transparent;
  border-radius:11px;
  line-height:1.4;
  transition:background .2s,border-color .2s,box-shadow .2s,transform .2s;
}
.button .icon {
  width:18px;
  height:18px;
}
.button:hover {
  transform:translateY(-2px);
}
.button-primary,.button-dark,.button-light {
  background:linear-gradient(120deg,#ddedb7,#c4e084);
  color:#141612;
  box-shadow:0 0 28px #bcdc7217,inset 0 1px 0 #ffffff8c;
  border-color:#e7f3cd2b;
}
.button-primary:hover,.button-dark:hover,.button-light:hover {
  background:linear-gradient(120deg,#ebf4d5,#d5e9a6);
  box-shadow:0 0 32px #c6e18731;
}
.button-ghost {
  border-color:#d4e9a529;
  background:#12141080;
  color:#eff6dd;
}
.button-ghost:hover {
  background:#252921;
  border-color:#c6e18766;
}
.button-ghost>span {
  font-size:21px;
  line-height:1;
}
.compact {
  min-height:40px;
  padding:9px 17px;
  font-size:12px;
  border-radius:9px;
  gap:16px;
}
.full {
  width:100%;
}
.text-link {
  display:inline-flex;
  align-items:center;
  gap:14px;
  color:var(--cyan);
  font-size:13px;
  font-weight:650;
}
.text-link:hover {
  color:#eff7de;
}
.text-link .icon {
  width:18px;
  height:18px;
}
/* A floating navigation surface shared by every public route. */
.site-header {
  position:sticky;
  top:18px;
  z-index:40;
  width:min(1320px,calc(100% - 64px));
  margin:18px auto 0;
  border:1px solid #dcedb521;
  border-radius:16px;
  background:#151713e3;
  backdrop-filter:blur(22px);
  -webkit-backdrop-filter:blur(22px);
  box-shadow:0 12px 50px #00000026;
}
.nav-wrap {
  display:flex;
  align-items:center;
  justify-content:space-between;
  min-height:70px;
  padding:12px 24px;
  gap:30px;
}
.brand {
  display:inline-flex;
  align-items:center;
  gap:9px;
  font-size:23px;
  font-weight:750;
  letter-spacing:-.055em;
  white-space:nowrap;
}
.brand img {
  width:35px;
  height:35px;
}
.brand-go {
  font-weight:450;
  color:var(--mint);
}
#site-nav {
  display:flex;
  align-items:center;
  justify-content:space-between;
  flex:1;
  gap:20px;
}
.nav-links,.nav-actions {
  display:flex;
  align-items:center;
  gap:25px;
}
.nav-links {
  margin:auto;
}
.nav-links>a,.login-link {
  font-size:12px;
  font-weight:550;
  color:#c9cdc3;
  white-space:nowrap;
  transition:color .2s;
}
.nav-links>a:hover,.nav-links>a[aria-current],.login-link:hover {
  color:var(--cyan);
}
.nav-actions {
  gap:22px;
}
.menu-toggle {
  display:none;
  border:0;
  background:transparent;
  padding:10px;
  width:44px;
  height:44px;
}
.menu-toggle span {
  display:block;
  height:1.5px;
  background:#eaf4d3;
  margin:6px 0;
  width:22px;
  transition:transform .2s;
}
/* Cinematic transfer sculpture, with semantic input / output annotations. */
.hero {
  position:relative;
  isolation:isolate;
  margin-top:-90px;
  padding-top:90px;
  overflow:hidden;
  min-height:750px;
  background:#0c0d0b;
}
.hero-art {
  position:absolute;
  z-index:-3;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 49%;
  opacity:.93;
}
.hero::after {
  content:'';
  position:absolute;
  inset:0;
  z-index:-2;
  background:linear-gradient(0deg,var(--bg) 0%,transparent 22%),linear-gradient(90deg,#0e0f0daa 0%,#0e0f0d40 36%,transparent 63%);
  pointer-events:none;
}
.hero-gridlines {
  position:absolute;
  inset:0;
  z-index:-1;
  opacity:.15;
  background-image:linear-gradient(#cee59912 1px,transparent 1px),linear-gradient(90deg,#cee59912 1px,transparent 1px);
  background-size:100px 100px;
  mask-image:linear-gradient(90deg,#000,transparent 45%);
}
.hero-grid {
  position:relative;
  display:grid;
  grid-template-columns:1.02fr 1fr;
  align-items:center;
  gap:20px;
  min-height:592px;
  padding-top:60px;
  padding-bottom:46px;
}
.hero-copy {
  position:relative;
  z-index:2;
  max-width:610px;
}
.hero-eyebrow {
  margin-bottom:28px;
  font-size:10px;
}
.hero h1 {
  font-size:clamp(52px,5.8vw,82px);
  font-weight:500;
  letter-spacing:-.067em;
  line-height:1.08;
}
.hero h1 em {
  background:linear-gradient(110deg,#e5f1c8 10%,#c4e082 80%);
  color:transparent;
  background-clip:text;
  -webkit-background-clip:text;
}
.hero-description {
  font-size:15px;
  line-height:1.85;
  max-width:440px;
  margin-top:28px;
  color:#bfc3ba;
}
.hero-actions {
  display:flex;
  gap:12px;
  flex-wrap:wrap;
  margin-top:32px;
}
.hero-actions .button {
  font-size:12px;
  padding-inline:20px;
  gap:17px;
}
.hero-checks {
  display:flex;
  gap:19px;
  flex-wrap:wrap;
  margin-top:26px;
  color:#a8aea1;
  font-size:10px;
}
.hero-checks>span {
  display:flex;
  align-items:center;
  gap:6px;
}
.hero-checks .icon {
  width:14px;
  height:14px;
  color:var(--cyan);
}
.product-stage {
  position:relative;
  align-self:stretch;
  min-height:470px;
  pointer-events:none;
}
.source-ticket,.floating-note {
  position:absolute;
  display:flex;
  align-items:center;
  gap:13px;
  padding:17px 20px;
  border:1px solid #ddedb82e;
  background:linear-gradient(120deg,#2e3525ad,#171914c7);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:0 18px 60px #0006;
  border-radius:14px;
}
.source-ticket {
  top:27px;
  left:45px;
  transform:rotate(-3deg);
}
.source-ticket small,.floating-note small {
  display:block;
  font-size:8px;
  letter-spacing:.12em;
  font-weight:650;
  color:#b6bdad;
  margin-bottom:4px;
}
.source-ticket strong {
  font-size:14px;
  font-weight:550;
}
.source-icon,.note-icon {
  display:grid;
  place-items:center;
  width:40px;
  height:40px;
  border:1px solid #cde59535;
  border-radius:11px;
  color:var(--cyan);
  background:#404a3538;
}
.file-extension {
  font-size:9px;
  color:var(--cyan);
  background:#2e35267a;
  border:1px solid #d4e9a521;
  padding:5px 8px;
  border-radius:6px;
  margin-left:15px;
}
.floating-note {
  bottom:15px;
  right:-10px;
  gap:14px;
  transform:rotate(2deg);
}
.floating-note strong {
  display:block;
  font-size:11px;
  font-weight:550;
}
.floating-note>.icon {
  width:18px;
  color:var(--cyan);
  margin-left:12px;
}
.note-icon {
  color:var(--mint);
  background:#363f2c45;
  border-color:#daecb12b;
}
.stage-caption {
  position:absolute;
  right:7px;
  bottom:-16px;
  color:#8f9687;
  font-size:8px;
  letter-spacing:.12em;
}
.stage-caption>span {
  display:inline-block;
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--cyan);
  margin-right:7px;
}
.hero-bottom {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding-block:21px 27px;
  border-top:1px solid #d4e8a41c;
  font-size:9px;
  letter-spacing:.15em;
  color:#818778;
}
.hero-bottom>a {
  color:#b3b9ac;
  font-size:10px;
  letter-spacing:0;
  display:flex;
  gap:24px;
  align-items:center;
}
.hero-bottom>a>span {
  color:var(--cyan);
  font-size:20px;
}
.format-strip {
  border-block:1px solid var(--line);
  background:#131411;
}
.format-strip>.container {
  display:grid;
  grid-template-columns:1fr 48px 1fr 48px 1fr auto;
  gap:22px;
  align-items:center;
  padding-block:26px;
}
.format-strip small {
  display:block;
  color:#7d8475;
  font-size:8px;
  letter-spacing:.16em;
  margin-bottom:4px;
}
.format-strip strong {
  font-size:15px;
  font-weight:500;
  letter-spacing:-.015em;
  color:#cdd1c8;
}
.format-strip strong i {
  font-style:normal;
  color:#5d6455;
  margin-inline:5px;
}
.strip-arrow {
  display:flex;
  justify-content:center;
  color:#5e6456;
}
.strip-arrow .icon {
  width:20px;
}
.format-note {
  font-size:10px;
  line-height:1.7;
  color:#818779;
  padding-left:30px;
  border-left:1px solid var(--line);
}
/* Product, normalisation and separated accounts. */
.section {
  padding-block:100px;
}
.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:48px;
  margin-bottom:45px;
}
.section-eyebrow {
  margin-bottom:23px;
  font-size:9px;
}
.section-eyebrow>span {
  padding-right:12px;
  border-right:1px solid #b7d96751;
  color:#7e8674;
}
.section h2,.workflow-section h2 {
  font-size:clamp(30px,3.25vw,44px);
  line-height:1.23;
}
.section h2 em,.workflow-section h2 em {
  color:#a8afa0;
}
.section-heading>p {
  max-width:350px;
  font-size:13px;
  line-height:1.9;
  padding-bottom:4px;
}
.product-showcase {
  position:relative;
  margin:0 0 32px;
  border:1px solid #c4e08329;
  padding:18px 20px 0;
  background:radial-gradient(ellipse at 50% 0,#3e483338,transparent 65%),#151713;
  border-radius:20px;
  box-shadow:0 0 100px #5d684f0b;
  overflow:hidden;
}
.showcase-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  color:#868e7b;
  font-size:8px;
  letter-spacing:.14em;
  padding:0 4px 17px;
}
.showcase-heading>span:last-child {
  font-size:9px;
  letter-spacing:0;
  color:#919889;
}
.workspace-preview {
  border:1px solid #8a937e33;
  border-bottom:0;
  border-radius:11px 11px 0 0;
  background:#1c1f19;
  overflow:hidden;
  max-width:1000px;
  margin:auto;
  box-shadow:0 0 50px #0005;
  font-size:11px;
  line-height:1.5;
  color:#c7cbc2;
}
.preview-toolbar {
  height:35px;
  display:flex;
  align-items:center;
  gap:16px;
  padding:0 16px;
  border-bottom:1px solid #8a937e26;
  background:#1c1f19;
  font-size:9px;
  color:#919789;
}
.window-dots {
  display:flex;
  gap:5px;
}
.window-dots i {
  width:5px;
  height:5px;
  border-radius:50%;
  background:#63695b;
}
.window-dots i:first-child {
  background:#a57675;
}
.window-dots i:nth-child(2) {
  background:#9d916b;
}
.window-dots i:nth-child(3) {
  background:#7c8372;
}
.preview-demo {
  margin-left:auto;
  font-size:7px;
  letter-spacing:.12em;
  color:#818877;
}
.preview-layout {
  display:grid;
  grid-template-columns:180px minmax(0,1fr);
}
.preview-sidebar {
  display:flex;
  flex-direction:column;
  gap:6px;
  padding:22px 14px;
  background:#161814;
  border-right:1px solid #8a937e26;
}
.preview-brand {
  display:flex;
  align-items:center;
  gap:4px;
  font-size:16px;
  color:#eff7dd;
  font-weight:650;
  letter-spacing:-.045em;
  margin-bottom:16px;
}
.preview-brand img {
  margin-right:4px;
  width:25px;
  height:25px;
}
.preview-brand>span {
  color:var(--mint);
  margin-left:-3px;
}
.preview-sidebar>small {
  font-size:7px;
  letter-spacing:.14em;
  color:#6f7667;
  margin:0 8px 9px;
}
.preview-sidebar>span {
  display:flex;
  align-items:center;
  gap:9px;
  font-size:9px;
  padding:8px;
  border-radius:5px;
  color:#959b8e;
}
.preview-sidebar>span .icon {
  width:14px;
  height:14px;
}
.preview-sidebar>.selected {
  background:#313928;
  color:#cae38f;
  border:1px solid #626c544a;
}
.preview-office {
  display:flex;
  gap:8px;
  align-items:center;
  margin-top:auto;
  padding:18px 7px 0;
  font-size:9px;
  color:#b7bbb1;
}
.preview-office>b {
  display:grid;
  place-items:center;
  width:28px;
  height:28px;
  border-radius:7px;
  background:#2d3425;
  color:#c3e081;
  font-size:9px;
}
.preview-office small {
  display:block;
  font-size:7px;
  color:#7a8172;
}
.preview-content {
  padding:23px 28px 0;
}
.preview-heading {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:17px;
}
.preview-heading small {
  font-size:7px;
  letter-spacing:.1em;
  color:#8a9081;
}
.preview-heading h3 {
  font-size:20px;
  font-weight:600;
  margin-top:4px;
  color:#edf6d9;
}
.preview-upload {
  border:1px solid #75826559;
  border-radius:5px;
  background:#313828;
  color:#cce493;
  font-size:8px;
  padding:7px 12px;
}
.preview-bank {
  display:flex;
  align-items:center;
  gap:8px;
  padding:10px 12px;
  background:#252921;
  border:1px solid #6d766233;
  border-radius:6px;
  font-size:9px;
}
.preview-bank .icon {
  width:14px;
  height:14px;
  color:#abb3a1;
}
.preview-bank>span:last-child {
  margin-left:auto;
  color:#6e7664;
  font-size:8px;
}
.preview-stats {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:13px 0;
}
.preview-stats>div {
  border:1px solid #6d76622b;
  background:#1a1c17;
  border-radius:6px;
  padding:10px 12px;
}
.preview-stats small {
  display:block;
  color:#899081;
  font-size:8px;
}
.preview-stats strong {
  display:flex;
  align-items:center;
  gap:8px;
  color:#edf6d9;
  font-size:22px;
  font-weight:550;
  line-height:1.5;
  letter-spacing:-.04em;
}
.preview-stats i {
  font-style:normal;
  font-size:7px;
  font-weight:450;
  color:#b5d864;
  letter-spacing:0;
}
.preview-stats i.amber {
  color:#c0a770;
}
.preview-table {
  border:1px solid #6d766233;
  border-radius:6px;
  overflow:hidden;
}
.preview-row {
  display:grid;
  grid-template-columns:1.6fr 1fr .7fr;
  align-items:center;
  gap:12px;
  padding:11px 14px;
  border-bottom:1px solid #6d766226;
  font-size:9px;
}
.preview-row:last-child {
  border-bottom:0;
}
.preview-row>b,.preview-row b {
  font-weight:500;
}
.preview-row small {
  display:block;
  font-size:7px;
  color:#7c8274;
  margin-top:3px;
}
.preview-row .money {
  color:#c7e189;
}
.table-label {
  background:#161813;
  font-size:7px;
  letter-spacing:.1em;
  color:#7f8676;
  padding-block:8px;
}
.state-tag {
  display:inline-flex;
  justify-self:start;
  padding:3px 8px;
  border:1px solid #77806b30;
  border-radius:4px;
  background:#3c46313a;
  color:#c6e188;
  font-size:7px;
}
.state-tag.amber {
  background:#66542124;
  border-color:#aa92462e;
  color:#d2b675;
}
.preview-bottom {
  display:flex;
  align-items:center;
  gap:6px;
  padding:13px 0;
  font-size:8px;
  color:#808776;
}
.preview-bottom .icon {
  width:11px;
  height:11px;
  color:#979d90;
}
.feature-grid {
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:18px;
}
.feature-card {
  position:relative;
  isolation:isolate;
  border:1px solid var(--line);
  background:linear-gradient(140deg,#22251f70,#151712d9);
  border-radius:var(--radius);
  padding:29px 30px;
  overflow:hidden;
}
.feature-primary {
  grid-row:span 2;
  padding:32px 34px;
  background:radial-gradient(ellipse at 10% 90%,#353d2b4a,transparent 60%),linear-gradient(140deg,#26292288,#151713);
}
.card-topline {
  display:flex;
  align-items:center;
  gap:11px;
  color:#8e9684;
  font-size:8px;
  letter-spacing:.15em;
  margin-bottom:22px;
}
.feature-icon {
  display:grid;
  place-items:center;
  width:31px;
  height:31px;
  border:1px solid #939c8630;
  border-radius:8px;
  background:#3b44312e;
  color:#cde595;
}
.feature-icon .icon {
  width:16px;
  height:16px;
}
.feature-card h3 {
  font-size:24px;
  line-height:1.28;
  letter-spacing:-.035em;
  color:#f2f8e3;
  margin-bottom:12px;
}
.feature-primary h3 {
  font-size:30px;
  margin-bottom:16px;
}
.feature-card>p {
  font-size:12px;
  line-height:1.8;
  max-width:410px;
  color:#9da495;
}
.normalize-visual {
  margin-top:32px;
}
.document-stack {
  display:flex;
  gap:10px;
  transform:perspective(600px) rotateX(8deg);
  padding:0 8px;
}
.document-stack>span {
  display:flex;
  flex:1;
  min-width:0;
  flex-direction:column;
  gap:14px;
  padding:15px 11px 11px;
  border:1px solid #bddc7444;
  border-radius:9px;
  background:linear-gradient(140deg,#353d2ce0,#1f221cee);
  font-size:8px;
  color:#929989;
  box-shadow:0 15px 25px #0004;
}
.document-stack>span:nth-child(1) {
  transform:rotate(-5deg);
}
.document-stack>span:nth-child(3) {
  transform:rotate(5deg);
}
.document-stack b {
  font-size:12px;
  font-weight:600;
  letter-spacing:.05em;
  color:var(--cyan);
}
.document-stack>span:nth-child(2) b {
  color:var(--mint);
}
.normalize-line {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  margin:20px 0;
  color:#cce495;
  font-size:9px;
  letter-spacing:.02em;
}
.normalize-line>i {
  height:1px;
  width:46px;
  background:linear-gradient(90deg,transparent,#899678);
}
.normalize-line>i:last-child {
  transform:rotate(180deg);
}
.normalize-line>span {
  border:1px solid #5c64516b;
  border-radius:30px;
  padding:5px 13px;
  background:#2f362770;
}
.normalized-table {
  border:1px solid #969f8b32;
  border-radius:8px;
  background:#131411d9;
  overflow:hidden;
}
.normalized-table>div {
  display:grid;
  grid-template-columns:.7fr 1.8fr 1fr;
  gap:10px;
  padding:12px 14px;
  font-size:9px;
  color:#979e8e;
  border-bottom:1px solid #6d736425;
}
.normalized-table>div:first-child {
  font-size:7px;
  letter-spacing:.1em;
  color:#767d6d;
  background:#23261f70;
  padding-block:8px;
}
.normalized-table>div:last-of-type {
  border-bottom:0;
}
.normalized-table b {
  font-weight:500;
  text-align:right;
  color:#d4e9a5;
}
.visual-caption {
  display:block;
  color:#727968;
  text-align:center;
  font-size:8px;
  margin-top:12px;
}
.account-chips {
  display:flex;
  gap:8px;
  margin-top:22px;
}
.account-chips>span {
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:5px 7px;
  width:50%;
  min-width:0;
  border:1px solid #7179672f;
  border-radius:9px;
  padding:10px;
  font-size:8px;
  color:#b9bfb2;
  background:#2528217a;
}
.chip-avatar {
  display:grid;
  place-items:center;
  width:21px;
  height:21px;
  border-radius:5px;
  background:#3f4934;
  color:#c3df80;
  font-size:8px;
  font-style:normal;
}
.account-chips>span:last-child .chip-avatar {
  background:#3c4631;
  color:#d8ebad;
}
.account-chips b {
  display:block;
  flex-basis:100%;
  font-size:8px;
  font-weight:450;
  color:#7a8270;
  margin-left:28px;
}
.approval-trail {
  display:flex;
  align-items:center;
  gap:13px;
  margin-top:24px;
  font-size:9px;
  color:#9fa597;
}
.approval-trail>i {
  font-style:normal;
  color:#6f7764;
}
.approval-trail>strong {
  display:flex;
  align-items:center;
  gap:6px;
  padding:6px 12px;
  border:1px solid #6c75614d;
  border-radius:6px;
  background:#37402d38;
  color:#c6e188;
  font-size:9px;
  font-weight:500;
}
.approval-trail .icon {
  width:12px;
  height:12px;
}
.platform-capabilities {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  padding:27px 6px 0;
  color:#888e7f;
  font-size:10px;
}
.platform-capabilities>span {
  display:flex;
  gap:10px;
  align-items:center;
}
.platform-capabilities .icon {
  width:16px;
  height:16px;
  color:#767e6b;
}
/* A keyboard-operable demonstration, with a visible stage indicator. */
.workflow-section {
  border-block:1px solid #98a28c17;
  background:radial-gradient(ellipse at 75% 50%,#282c2433,transparent 65%),#131511;
  padding-block:95px;
}
.workflow-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:80px;
}
.section-intro {
  font-size:13px;
  line-height:1.9;
  max-width:390px;
  margin-top:22px;
}
.workflow-tabs {
  display:flex;
  flex-direction:column;
  margin-top:30px;
}
.workflow-tabs>button {
  display:flex;
  align-items:center;
  gap:18px;
  padding:18px 0;
  border:0;
  border-top:1px solid #cfe69b1a;
  background:transparent;
  text-align:left;
}
.workflow-tabs>button:last-child {
  border-bottom:1px solid #cfe69b1a;
}
.workflow-tabs>button>b {
  font-size:12px;
  font-weight:500;
  color:#575e4e;
  width:21px;
}
.workflow-tabs strong {
  display:block;
  font-size:13px;
  font-weight:550;
  color:#a5ac9d;
  line-height:1.5;
}
.workflow-tabs small {
  display:block;
  font-size:10px;
  color:#6e7466;
  margin-top:4px;
}
.workflow-tabs .icon {
  margin-left:auto;
  width:18px;
  color:#515847;
  transition:transform .2s;
}
.workflow-tabs>button[aria-selected=true]>b,.workflow-tabs>button[aria-selected=true] .icon {
  color:var(--cyan);
}
.workflow-tabs>button[aria-selected=true] strong {
  color:#f4f9e7;
}
.workflow-tabs>button[aria-selected=true] small {
  color:#979f8d;
}
.workflow-tabs>button[aria-selected=true] .icon {
  transform:translateX(4px);
}
.workflow-panel {
  position:relative;
  border:1px solid #96a08a40;
  border-radius:22px;
  background:linear-gradient(150deg,#292d24ba,#171915);
  box-shadow:0 24px 60px #0003;
  overflow:hidden;
}
.flow-panel-top {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:19px 23px;
  border-bottom:1px solid #cce4951c;
}
.demo-label {
  font-size:8px;
  letter-spacing:.12em;
  color:#8f9685;
}
.flow-window-dots {
  font-size:15px;
  letter-spacing:3px;
  color:#5b6450;
  line-height:1;
}
.flow-illustration {
  display:flex;
  flex-direction:column;
  align-items:center;
  position:relative;
  isolation:isolate;
  padding:47px 25px 30px;
  background:radial-gradient(ellipse at 50% 30%,#5e695047,transparent 68%);
}
.flow-illustration::before {
  content:'';
  position:absolute;
  width:240px;
  height:240px;
  top:10px;
  border:1px solid #bcdc730f;
  border-radius:50%;
  z-index:-1;
  box-shadow:0 0 0 30px #94a18205,0 0 0 60px #94a18203;
}
.flow-file-icon {
  display:grid;
  place-items:center;
  width:81px;
  height:94px;
  border-radius:14px;
  border:1px solid #c4e08473;
  transform:rotate(-8deg);
  background:linear-gradient(135deg,#6672568c,#2e352575);
  box-shadow:8px 13px 0 -3px #353d2b,8px 13px 0 -2px #747e6752,0 0 40px #b0d5592a;
  color:#d9ebaf;
  margin-bottom:27px;
}
.flow-file-icon .icon {
  width:36px;
  height:36px;
}
.flow-illustration>#flow-file {
  font-size:11px;
  color:#d2e7a0;
  text-align:center;
  min-height:19px;
}
.process-track {
  display:flex;
  gap:8px;
  align-items:center;
  justify-content:center;
  margin:22px 0;
}
.process-track>i {
  display:block;
  width:29px;
  height:2px;
  border-radius:3px;
  background:#3e4833;
}
.process-track>i:first-child {
  background:var(--cyan);
  box-shadow:0 0 8px #c6e1874d;
}
[data-stage="1"] .process-track>i:nth-child(2),[data-stage="2"] .process-track>i {
  background:var(--cyan);
  box-shadow:0 0 8px #c6e1874d;
}
.flow-result {
  display:flex;
  align-items:center;
  gap:8px;
  padding:9px 13px;
  border-radius:7px;
  background:#2a2e265c;
  border:1px solid #b0d65935;
  font-size:10px;
  color:#c4e083;
}
.flow-result .icon {
  width:14px;
  height:14px;
}
.flow-explanation {
  padding:27px 30px 23px;
  border-top:1px solid #b8da6a23;
  background:#13151140;
}
.flow-explanation h3 {
  font-size:20px;
  line-height:1.35;
  color:#edf6d9;
  margin-bottom:12px;
}
.flow-explanation p {
  font-size:11px;
  line-height:1.9;
  color:#979e8e;
  min-height:63px;
}
.workflow-foot {
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:24px;
  color:#929a87;
  font-size:9px;
}
.workflow-foot .status-dot {
  width:4px;
  height:4px;
  box-shadow:none;
}
.flow-position {
  margin-left:auto;
  font-size:8px;
  letter-spacing:.12em;
  color:#626a57;
}
/* Account access and approval layers. */
.control-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  gap:90px;
}
.control-copy>p {
  font-size:13px;
  line-height:1.9;
  margin:25px 0;
  max-width:420px;
}
.control-copy .text-link {
  font-size:12px;
}
.control-visual {
  border:1px solid #96a08a38;
  border-radius:20px;
  padding:23px;
  background:radial-gradient(ellipse at 100% 0,#38412e33,transparent 70%),#181a15;
}
.control-top {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  font-size:8px;
  letter-spacing:.08em;
  color:#989f8e;
  border-bottom:1px solid var(--line);
  padding-bottom:22px;
}
.control-top>span:first-child {
  display:flex;
  align-items:center;
  gap:10px;
}
.control-top .icon {
  color:var(--cyan);
  width:20px;
}
.control-badge {
  border:1px solid #777f6d40;
  border-radius:30px;
  padding:4px 9px;
  letter-spacing:0;
  font-size:8px;
  color:#808876;
}
.control-layers {
  padding:0;
  margin:7px 0 0;
  list-style:none;
}
.control-layers li {
  display:flex;
  align-items:flex-start;
  gap:16px;
  padding:24px 2px;
  border-bottom:1px solid #989f8e19;
}
.control-layers li:last-child {
  border:0;
}
.layer-number {
  font-size:9px;
  color:#68715c;
  flex-shrink:0;
  margin-top:3px;
}
.control-layers h3 {
  font-size:14px;
  letter-spacing:-.02em;
  font-weight:550;
  color:#e1efc1;
}
.control-layers p {
  font-size:10px;
  line-height:1.8;
  color:#828979;
  margin-top:7px;
  max-width:330px;
}
.control-layers li>.icon {
  width:15px;
  height:15px;
  margin-left:auto;
  flex-shrink:0;
  color:#97a18b;
}
.control-bottom {
  display:flex;
  align-items:center;
  gap:9px;
  padding:15px 14px;
  background:#292d2438;
  border:1px solid #5d665229;
  border-radius:7px;
  font-size:9px;
  color:#9ca392;
}
.control-bottom .status-dot {
  background:#c1de7c;
  width:4px;
  height:4px;
  box-shadow:none;
}
.download-banner {
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:grid;
  grid-template-columns:60px 1fr auto;
  align-items:center;
  gap:30px;
  padding:38px 42px;
  background:linear-gradient(110deg,#2a2e26c4,#21241e 60%,#313928);
  border:1px solid #bedd7642;
  border-radius:22px;
}
.download-banner-grid {
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(100deg,#22251e8a,transparent 60%),repeating-linear-gradient(90deg,transparent 0,transparent 49px,#d1e79f0c 50px),repeating-linear-gradient(0deg,transparent 0,transparent 49px,#d1e79f0c 50px);
}
.download-mark {
  display:grid;
  place-items:center;
  width:60px;
  height:65px;
  border-radius:15px;
  border:1px solid #c5e08552;
  background:linear-gradient(135deg,#616d5278,#39422f5c);
  transform:rotate(-6deg);
  color:#ddedb7;
  box-shadow:0 0 40px #96a38416;
}
.download-mark .icon {
  width:27px;
  height:27px;
}
.download-banner .eyebrow {
  font-size:8px;
  letter-spacing:.13em;
  color:#9aa38f;
  margin-bottom:10px;
}
.download-banner h2 {
  font-size:25px;
  font-weight:500;
}
.download-banner p {
  font-size:11px;
  color:#a1a898;
  margin-top:9px;
  max-width:620px;
}
.download-banner .button {
  font-size:12px;
  gap:17px;
  white-space:nowrap;
}
.faq-section {
  display:grid;
  grid-template-columns:.85fr 1.15fr;
  gap:100px;
}
.faq-heading>p {
  font-size:12px;
  line-height:1.9;
  max-width:280px;
  margin-top:23px;
}
.faq-list {
  border-top:1px solid var(--line);
}
.faq-list details {
  border-bottom:1px solid var(--line);
}
.faq-list summary {
  position:relative;
  list-style:none;
  cursor:pointer;
  padding:22px 32px 22px 0;
  font-size:13px;
  font-weight:550;
  line-height:1.7;
  color:#dbecb4;
}
.faq-list summary::-webkit-details-marker {
  display:none;
}
.faq-list summary::after {
  content:'+';
  position:absolute;
  right:2px;
  top:20px;
  color:#939a89;
  font-weight:400;
  font-size:22px;
  line-height:1.2;
}
.faq-list details[open] summary::after {
  content:'−';
  color:var(--cyan);
}
.faq-list details[open] summary {
  color:#f0f7e0;
}
.faq-list details p {
  font-size:11px;
  line-height:1.9;
  color:#9ba292;
  padding:0 26px 23px 0;
}
.final-cta {
  border-block:1px solid #c1de7c29;
  background:radial-gradient(ellipse at 70% 180%,#535d4691,transparent 75%),linear-gradient(90deg,#21241d,#1e211b);
}
.final-cta-inner {
  padding-block:64px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:50px;
}
.final-cta .eyebrow {
  font-size:9px;
  margin-bottom:14px;
  color:#a3ab99;
}
.final-cta h2 {
  font-size:38px;
  letter-spacing:-.04em;
}
.final-cta h2 em {
  color:var(--cyan);
}
.final-cta p {
  font-size:12px;
  color:#9ca393;
  margin-top:16px;
}
.final-cta-actions {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px;
  flex-shrink:0;
}
.final-cta-actions>p {
  font-size:10px;
  margin:0;
  color:#959b8c;
}
.final-cta-actions>p a {
  color:var(--cyan);
  margin-left:4px;
}
.final-cta-actions>.text-link {
  font-size:10px;
  color:#959b8c;
}
/* Footer and form routes share the same typography and contrast. */
.site-footer {
  background:#0e0f0c;
  padding-top:65px;
}
.footer-top {
  display:flex;
  justify-content:space-between;
  gap:90px;
  padding-bottom:47px;
}
.footer-brand {
  max-width:350px;
}
.footer-brand p {
  font-size:11px;
  line-height:1.9;
  color:#7c8374;
  margin-top:17px;
}
.footer-caption {
  display:block;
  margin-top:24px;
  font-size:7px;
  letter-spacing:.18em;
  color:#565c4d;
}
.footer-top>nav {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:56px;
  padding-top:5px;
}
.footer-top>nav>div {
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:108px;
}
.footer-top nav strong {
  font-weight:600;
  font-size:10px;
  color:#b2b8aa;
  margin-bottom:6px;
}
.footer-top nav a {
  font-size:10px;
  color:#7c8374;
}
.footer-top nav a:hover {
  color:var(--cyan);
}
.footer-bottom {
  display:flex;
  justify-content:space-between;
  border-top:1px solid #98a18d19;
  padding-block:23px;
  font-size:8px;
  color:#5f6656;
  gap:20px;
}
.account-section {
  position:relative;
  display:grid;
  grid-template-columns:1fr 460px;
  gap:110px;
  align-items:center;
  min-height:760px;
  padding-block:65px 80px;
}
.account-section::before {
  content:'';
  position:absolute;
  z-index:-1;
  inset:-150px -40px 0;
  background:radial-gradient(ellipse at 0% 20%,#2c332573,transparent 65%);
  mask-image:linear-gradient(90deg,transparent,#000 25%,#000 75%,transparent);
  pointer-events:none;
}
.account-story h1 {
  font-size:clamp(38px,4vw,54px);
  line-height:1.2;
  letter-spacing:-.055em;
  margin-top:25px;
}
.account-story h1 em {
  color:#c5e185;
}
.account-story>p {
  font-size:13px;
  line-height:1.9;
  max-width:360px;
  margin-top:24px;
}
.account-illustration {
  display:flex;
  gap:19px;
  align-items:center;
  margin:36px 0 25px;
  padding:22px 0;
  border-block:1px solid var(--line);
  max-width:365px;
}
.account-illustration>.icon {
  width:35px;
  height:35px;
  color:#c7e289;
}
.account-illustration>span {
  font-size:10px;
  color:#848b7a;
}
.account-illustration strong {
  display:block;
  font-size:12px;
  font-weight:500;
  color:#d5e9a7;
  margin-top:3px;
}
.account-story>.text-link {
  font-size:11px;
}
.account-card {
  border:1px solid #bedd7637;
  border-radius:23px;
  padding:35px;
  background:linear-gradient(145deg,#262a22ca,#1a1c17ed);
  box-shadow:0 24px 80px #0004;
}
.form-overline {
  color:#96a08a;
  font-size:8px;
  letter-spacing:.15em;
}
.account-card h2 {
  font-size:26px;
  margin-top:13px;
  letter-spacing:-.04em;
}
.account-card>p {
  font-size:11px;
  line-height:1.85;
  margin-top:12px;
  color:#99a091;
}
.account-card form {
  margin-top:26px;
}
.account-card label {
  display:block;
  color:#b9bfb2;
  font-size:10px;
  font-weight:550;
  margin:17px 0 7px;
}
.account-card label:first-child {
  margin-top:0;
}
.account-card input {
  display:block;
  width:100%;
  height:45px;
  padding:11px 13px;
  border:1px solid #8e958440;
  border-radius:8px;
  background:#141512c4;
  color:#ebf5d5;
  font-size:12px;
  transition:border-color .2s,box-shadow .2s;
}
.account-card input::placeholder {
  color:#676d5e;
  opacity:1;
}
.account-card input:focus {
  border-color:#c1de7c;
  outline:0;
  box-shadow:0 0 0 3px #c6e18714;
}
.password-field {
  position:relative;
}
.password-field input {
  padding-right:65px;
}
.show-password {
  position:absolute;
  right:5px;
  top:4px;
  border:0;
  background:transparent;
  color:#949b8b;
  font-size:9px;
  height:37px;
  padding:0 10px;
}
.show-password:hover {
  color:var(--cyan);
}
.account-card .form-note {
  font-size:9px;
  line-height:1.9;
  color:#848a7b;
  margin-top:18px;
}
.form-error {
  color:#f7a6a6!important;
  font-size:11px;
  min-height:1px;
  margin:13px 0!important;
}
.form-error:empty {
  margin-block:18px!important;
}
.account-card .button {
  font-size:12px;
  min-height:47px;
}
.form-switch {
  text-align:center;
  font-size:10px!important;
  margin-top:21px!important;
}
.form-switch a {
  color:var(--cyan);
}
.optional {
  font-weight:400;
  color:#7d8473;
  font-size:9px;
}
.form-trap {
  position:absolute!important;
  left:-10000px;
  width:1px;
  height:1px;
  overflow:hidden;
}
.signup-steps {
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:25px;
  padding:0;
  margin:35px 0 0;
}
.signup-steps li {
  display:flex;
  gap:16px;
  align-items:center;
}
.signup-steps li>b {
  display:grid;
  place-items:center;
  width:33px;
  height:33px;
  border:1px solid #8b967d3b;
  border-radius:9px;
  color:#c1de7c;
  background:#373f2d33;
  font-size:10px;
  font-weight:500;
  flex-shrink:0;
}
.signup-steps li>span {
  font-size:10px;
  color:#838a79;
  line-height:1.7;
}
.signup-steps strong {
  display:block;
  color:#d3e8a1;
  font-size:12px;
  font-weight:550;
  margin-bottom:2px;
}
.success-card {
  text-align:center;
}
.success-icon {
  display:grid;
  place-items:center;
  width:61px;
  height:61px;
  margin:10px auto 28px;
  border:1px solid #8f9b8076;
  border-radius:50%;
  background:#404a3533;
  color:#d2e7a0;
  font-size:26px;
}
.success-card .button {
  margin-top:26px;
}
.success-card h2 {
  outline-offset:7px;
}
.download-hero {
  padding-block:70px 48px;
  text-align:center;
}
.download-hero .eyebrow {
  justify-content:center;
  font-size:9px;
}
.download-hero h1 {
  font-size:clamp(40px,4.4vw,60px);
  line-height:1.13;
  margin-top:23px;
}
.download-hero h1 em {
  color:#c8e28c;
}
.download-hero>p {
  font-size:13px;
  line-height:1.9;
  margin-top:24px;
}
.download-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:70px;
  align-items:center;
  max-width:1050px;
}
.installer-card {
  padding:34px;
  border:1px solid #bddc7543;
  border-radius:23px;
  background:radial-gradient(ellipse at 80% 0,#49543c45,transparent 70%),linear-gradient(135deg,#262922,#171914);
  box-shadow:0 20px 65px #0003;
}
.installer-heading {
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:27px;
}
.installer-icon {
  display:grid;
  place-items:center;
  width:60px;
  height:60px;
  border-radius:15px;
  background:linear-gradient(145deg,#555f488c,#37402d80);
  border:1px solid #cee5975c;
  color:#d9ebb0;
  box-shadow:0 0 40px #b8d9690c;
}
.installer-icon .icon {
  width:30px;
  height:30px;
}
.os-pill {
  font-size:8px;
  letter-spacing:.09em;
  border:1px solid #888f7f3b;
  padding:5px 9px;
  border-radius:30px;
  color:#8f9785;
}
.installer-card h2 {
  font-size:25px;
  font-weight:550;
}
.installer-card>p {
  font-size:12px;
  line-height:1.9;
  margin-top:16px;
  color:#99a090;
}
.release-meta {
  padding:17px 0;
  margin:18px 0 24px;
  border-block:1px solid #b5d8631f;
  color:#cde596;
  font-size:10px;
}
.installer-card .button {
  font-size:12px;
  gap:12px;
}
.installer-card .download-status {
  font-size:9px;
  min-height:18px;
  line-height:1.8;
  margin-top:12px;
  text-align:center;
  color:#8f9685;
}
.installer-card .text-link {
  display:flex;
  justify-content:center;
  font-size:10px;
  margin-top:24px;
}
.install-guide>.eyebrow {
  font-size:9px;
}
.install-guide h2 {
  font-size:27px;
  margin-top:15px;
  letter-spacing:-.035em;
}
.install-guide ol {
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:25px;
  padding:0;
  margin:28px 0;
}
.install-guide li {
  display:flex;
  gap:16px;
}
.install-guide li>span {
  display:grid;
  place-items:center;
  flex-shrink:0;
  width:29px;
  height:29px;
  border-radius:50%;
  border:1px solid #78816d47;
  color:#97a08c;
  font-size:10px;
  background:#31392821;
}
.install-guide h3 {
  font-size:13px;
  letter-spacing:-.01em;
  line-height:1.7;
  color:#d7eaab;
}
.install-guide li p {
  font-size:10px;
  line-height:1.9;
  color:#868d7d;
  margin-top:7px;
  max-width:310px;
}
.guide-note {
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding-top:21px;
  border-top:1px solid var(--line);
}
.guide-note .icon {
  width:17px;
  height:17px;
  color:#7c8571;
  margin-top:3px;
}
.guide-note p {
  font-size:10px;
  line-height:1.9;
  color:#888f7e;
}
.download-help {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  margin-top:65px;
  padding-block:30px 70px;
  border-top:1px solid var(--line);
  max-width:1050px;
}
.download-help h3 {
  font-size:12px;
  line-height:1.7;
  color:#d1e79f;
  font-weight:550;
  letter-spacing:-.015em;
}
.download-help p {
  font-size:10px;
  line-height:1.9;
  color:#848a7b;
  margin-top:12px;
}
@media(min-width:1600px) {
  .hero {
    min-height:830px;
  }
  .hero-grid {
    min-height:674px;
  }
  .hero-art {
    object-position:center 53%;
  }
  .product-stage {
    min-height:510px;
  }
  .source-ticket {
    top:25px;
    left:52px;
  }
  .floating-note {
    bottom:5px;
    right:-25px;
  }
}
@media(max-width:1180px) {
  .container {
    width:calc(100% - 72px);
  }
  .site-header {
    width:calc(100% - 40px);
  }
  .nav-wrap {
    padding-inline:20px;
    gap:20px;
  }
  .brand {
    font-size:21px;
  }
  .nav-links {
    gap:16px;
  }
  .nav-links>a,.login-link {
    font-size:11px;
  }
  .nav-actions {
    gap:15px;
  }
  .compact {
    padding-inline:12px;
    gap:10px;
  }
  .hero h1 {
    font-size:64px;
  }
  .hero-grid {
    gap:0;
  }
  .hero-actions .button {
    padding-inline:16px;
    font-size:11px;
  }
  .hero-checks {
    gap:12px;
    font-size:9px;
  }
  .source-ticket {
    left:15px;
  }
  .floating-note {
    right:0;
    padding:14px;
    gap:10px;
  }
  .source-ticket {
    padding:14px;
  }
  .source-ticket small,.floating-note small {
    font-size:7px;
  }
  .floating-note strong {
    font-size:10px;
  }
  .section-heading {
    gap:50px;
  }
  .section-heading>p {
    max-width:300px;
  }
  .workflow-grid {
    gap:48px;
  }
  .control-grid {
    gap:50px;
  }
  .faq-section {
    gap:60px;
  }
  .footer-top {
    gap:50px;
  }
  .footer-top>nav {
    gap:30px;
  }
  .account-section {
    gap:60px;
    grid-template-columns:1fr 430px;
  }
  .account-story h1 {
    font-size:44px;
  }
  .download-grid {
    gap:50px;
  }
  .download-banner {
    gap:23px;
    padding:32px;
  }
  .download-banner h2 {
    font-size:23px;
  }
}
@media(max-width:1020px) {
  .site-header {
    top:12px;
    margin-top:12px;
  }
  .nav-wrap {
    min-height:64px;
  }
  .menu-toggle {
    display:block;
    margin-left:auto;
  }
  #site-nav {
    display:none;
    position:absolute;
    top:calc(100% + 8px);
    left:0;
    right:0;
    padding:23px;
    background:#191b16fa;
    border:1px solid #d1e79d2e;
    border-radius:15px;
    box-shadow:0 25px 60px #0009;
  }
  #site-nav.is-open {
    display:flex;
    flex-direction:column;
    align-items:stretch;
  }
  .nav-links,.nav-actions {
    width:100%;
    margin:0;
    align-items:stretch;
    gap:0;
  }
  .nav-links {
    flex-direction:column;
  }
  .nav-links>a {
    padding:13px 5px;
    font-size:13px;
    border-bottom:1px solid #9ba4901c;
  }
  .nav-actions {
    justify-content:space-between;
    align-items:center;
    padding-top:12px;
    gap:20px;
  }
  .nav-actions .login-link {
    font-size:13px;
  }
  .nav-actions .compact {
    font-size:12px;
    min-height:42px;
  }
  .menu-toggle[aria-expanded=true] span:first-child {
    transform:translateY(3.75px) rotate(45deg);
  }
  .menu-toggle[aria-expanded=true] span:last-child {
    transform:translateY(-3.75px) rotate(-45deg);
  }
  .hero {
    margin-top:-78px;
    padding-top:78px;
    min-height:700px;
  }
  .hero-grid {
    min-height:554px;
  }
  .hero h1 {
    font-size:56px;
  }
  .hero-description {
    font-size:13px;
    max-width:350px;
  }
  .hero-eyebrow {
    font-size:8px;
    letter-spacing:.1em;
  }
  .hero-actions {
    gap:9px;
  }
  .hero-actions .button {
    padding-inline:14px;
    min-height:48px;
    gap:10px;
  }
  .hero-checks {
    flex-direction:column;
    gap:7px;
    margin-top:20px;
  }
  .source-ticket {
    left:10px;
    top:30px;
  }
  .file-extension {
    display:none;
  }
  .floating-note {
    right:0;
    bottom:32px;
  }
  .floating-note>.icon {
    display:none;
  }
  .stage-caption {
    bottom:7px;
  }
  .product-stage {
    min-height:425px;
  }
  .format-strip>.container {
    gap:14px;
    grid-template-columns:1fr 22px 1fr 22px 1fr;
  }
  .format-note {
    display:none;
  }
  .format-strip strong {
    font-size:13px;
  }
  .section {
    padding-block:75px;
  }
  .section-heading {
    gap:35px;
  }
  .section-heading h2 {
    font-size:32px;
  }
  .section-heading>p {
    font-size:11px;
    max-width:275px;
  }
  .feature-card {
    padding:25px;
  }
  .feature-primary {
    padding:28px;
  }
  .feature-card h3 {
    font-size:22px;
  }
  .feature-primary h3 {
    font-size:28px;
  }
  .feature-card>p {
    font-size:11px;
  }
  .account-chips {
    flex-direction:column;
  }
  .account-chips>span {
    width:100%;
    flex-wrap:nowrap;
  }
  .account-chips b {
    flex-basis:auto;
    margin-left:auto;
  }
  .feature-primary .normalize-visual {
    margin-top:50px;
  }
  .platform-capabilities {
    gap:14px;
    font-size:9px;
  }
  .workflow-section {
    padding-block:75px;
  }
  .workflow-grid {
    gap:36px;
  }
  .workflow-section h2 {
    font-size:32px;
  }
  .flow-explanation {
    padding:23px;
  }
  .flow-explanation h3 {
    font-size:18px;
  }
  .workflow-foot {
    font-size:8px;
  }
  .workflow-tabs small {
    font-size:9px;
  }
  .workflow-tabs>button {
    gap:14px;
  }
  .control-grid {
    gap:35px;
  }
  .control-visual {
    padding:20px;
  }
  .control-layers li {
    gap:12px;
  }
  .control-layers p {
    font-size:9px;
  }
  .control-layers h3 {
    font-size:13px;
  }
  .control-bottom {
    font-size:8px;
  }
  .download-banner {
    grid-template-columns:48px 1fr;
    gap:20px 24px;
  }
  .download-mark {
    width:48px;
    height:54px;
  }
  .download-banner .button {
    grid-column:2;
    justify-self:start;
    min-height:45px;
  }
  .faq-section {
    gap:40px;
    grid-template-columns:.8fr 1.2fr;
  }
  .faq-section h2 {
    font-size:31px;
  }
  .faq-list summary {
    font-size:12px;
  }
  .final-cta h2 {
    font-size:32px;
  }
  .final-cta-inner {
    gap:30px;
  }
  .footer-top {
    gap:40px;
  }
  .footer-top>nav {
    gap:20px;
  }
  .footer-top>nav>div {
    min-width:88px;
  }
  .account-section {
    gap:38px;
    grid-template-columns:1fr 390px;
    min-height:700px;
  }
  .account-story h1 {
    font-size:37px;
  }
  .account-story>.eyebrow {
    font-size:8px;
    letter-spacing:.1em;
  }
  .account-card {
    padding:28px;
  }
  .account-story>p {
    font-size:12px;
  }
  .download-grid {
    gap:35px;
  }
  .installer-card {
    padding:28px;
  }
  .installer-card h2 {
    font-size:23px;
  }
  .download-help {
    gap:25px;
  }
}
@media(max-width:760px) {
  html {
    scroll-padding-top:100px;
  }
  .container {
    width:calc(100% - 40px);
  }
  .site-header {
    width:calc(100% - 28px);
    top:10px;
    margin-top:10px;
    border-radius:13px;
  }
  .nav-wrap {
    min-height:58px;
    padding:8px 13px;
  }
  .brand {
    font-size:21px;
    gap:7px;
  }
  .brand img {
    width:30px;
    height:30px;
  }
  .hero {
    margin-top:-68px;
    padding-top:68px;
    min-height:0;
  }
  .hero-art {
    object-fit:cover;
    object-position:68% 100%;
    height:100%;
    opacity:.76;
  }
  .hero::after {
    background:linear-gradient(180deg,#0d0e0b 8%,#0d0e0bf2 29%,#0d0e0b70 54%,#0d0e0b40 75%,var(--bg) 100%);
  }
  .hero-gridlines {
    display:none;
  }
  .hero-grid {
    display:flex;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    min-height:0;
    padding-top:48px;
    padding-bottom:13px;
  }
  .hero-copy {
    max-width:540px;
  }
  .hero-eyebrow {
    font-size:8px;
    letter-spacing:.09em;
    margin-bottom:23px;
  }
  .hero h1 {
    font-size:clamp(45px,8.8vw,65px);
    line-height:1.08;
  }
  .hero-description {
    font-size:13px;
    line-height:1.85;
    max-width:390px;
    margin-top:21px;
  }
  .hero-actions {
    margin-top:25px;
    gap:10px;
  }
  .hero-actions .button {
    font-size:11px;
    gap:12px;
    padding:13px 17px;
    min-height:47px;
  }
  .hero-checks {
    flex-direction:row;
    gap:14px;
    margin-top:20px;
    font-size:8px;
  }
  .product-stage {
    height:276px;
    min-height:276px;
    width:100%;
    max-width:500px;
    align-self:flex-end;
    margin-top:8px;
  }
  .source-ticket {
    top:19px;
    left:5px;
    padding:11px 14px;
    gap:10px;
  }
  .source-icon,.note-icon {
    width:31px;
    height:31px;
    border-radius:8px;
  }
  .source-icon .icon,.note-icon .icon {
    width:17px;
    height:17px;
  }
  .source-ticket small,.floating-note small {
    font-size:6px;
    letter-spacing:.1em;
  }
  .source-ticket strong {
    font-size:12px;
  }
  .floating-note {
    right:0;
    bottom:32px;
    padding:12px 14px;
  }
  .floating-note strong {
    font-size:9px;
  }
  .stage-caption {
    font-size:7px;
    bottom:11px;
    right:4px;
  }
  .hero-bottom {
    padding-block:16px 21px;
    gap:20px;
    font-size:7px;
    letter-spacing:.07em;
  }
  .hero-bottom>a {
    font-size:8px;
    gap:12px;
    white-space:nowrap;
  }
  .hero-bottom>a>span {
    font-size:17px;
  }
  .format-strip>.container {
    padding-block:23px;
    gap:8px;
    grid-template-columns:1fr 15px 1fr 15px 1fr;
  }
  .format-strip strong {
    font-size:10px;
    line-height:1.7;
    display:block;
  }
  .format-strip small {
    font-size:6px;
    letter-spacing:.12em;
  }
  .format-strip strong i {
    margin-inline:1px;
  }
  .strip-arrow .icon {
    width:12px;
  }
  .section {
    padding-block:60px;
  }
  .section-heading {
    display:block;
    margin-bottom:30px;
  }
  .section-eyebrow {
    margin-bottom:18px;
    font-size:8px;
  }
  .section h2,.section-heading h2,.workflow-section h2 {
    font-size:32px;
    line-height:1.25;
  }
  .section-heading>p {
    max-width:420px;
    font-size:12px;
    line-height:1.85;
    margin-top:18px;
  }
  .product-showcase {
    padding:12px 9px 0;
    margin-bottom:20px;
    border-radius:13px;
  }
  .showcase-heading {
    padding:0 3px 12px;
    font-size:6px;
    letter-spacing:.07em;
  }
  .showcase-heading>span:last-child {
    font-size:7px;
  }
  .workspace-preview {
    border-radius:7px 7px 0 0;
  }
  .preview-toolbar {
    padding:0 9px;
    gap:8px;
    font-size:6px;
    height:24px;
  }
  .window-dots {
    gap:3px;
  }
  .window-dots i {
    width:3px;
    height:3px;
  }
  .preview-demo {
    font-size:5px;
    letter-spacing:.03em;
  }
  .preview-layout {
    grid-template-columns:1fr;
  }
  .preview-sidebar {
    display:none;
  }
  .preview-content {
    padding:15px 12px 0;
  }
  .preview-heading {
    margin-bottom:12px;
  }
  .preview-heading small {
    font-size:6px;
  }
  .preview-heading h3 {
    font-size:17px;
  }
  .preview-upload {
    font-size:6px;
    padding:5px 8px;
  }
  .preview-bank {
    font-size:8px;
    padding:8px 9px;
  }
  .preview-bank>span:last-child {
    font-size:7px;
  }
  .preview-stats {
    gap:6px;
    margin:10px 0;
  }
  .preview-stats>div {
    padding:8px;
  }
  .preview-stats small {
    font-size:6px;
  }
  .preview-stats strong {
    font-size:20px;
    display:block;
    line-height:1.35;
    margin-top:3px;
  }
  .preview-stats i {
    display:block;
    font-size:6px;
    letter-spacing:-.01em;
    white-space:nowrap;
  }
  .preview-row {
    padding:9px 8px;
    gap:8px;
    font-size:7px;
    grid-template-columns:1.4fr .9fr .65fr;
  }
  .preview-row small {
    font-size:6px;
    line-height:1.5;
  }
  .table-label {
    font-size:5px;
    padding-block:6px;
    letter-spacing:.08em;
  }
  .state-tag {
    font-size:6px;
    padding:3px 5px;
  }
  .preview-bottom {
    padding-block:10px;
    font-size:7px;
  }
  .feature-grid {
    grid-template-columns:1fr;
    gap:15px;
  }
  .feature-card,.feature-primary {
    padding:27px;
    grid-row:auto;
  }
  .card-topline {
    font-size:7px;
    margin-bottom:21px;
  }
  .feature-card h3 {
    font-size:25px;
  }
  .feature-primary h3 {
    font-size:28px;
  }
  .feature-card>p {
    font-size:12px;
  }
  .feature-primary .normalize-visual {
    margin-top:29px;
  }
  .document-stack>span {
    font-size:7px;
  }
  .account-chips {
    flex-direction:row;
    margin-top:24px;
  }
  .account-chips>span {
    flex-wrap:wrap;
    width:50%;
    font-size:8px;
  }
  .account-chips b {
    margin-left:28px;
    flex-basis:100%;
    font-size:8px;
  }
  .approval-trail {
    font-size:10px;
    gap:15px;
  }
  .platform-capabilities {
    grid-template-columns:1fr 1fr;
    gap:20px;
    padding-top:25px;
    font-size:9px;
  }
  .platform-capabilities>span {
    gap:8px;
  }
  .workflow-section {
    padding-block:60px;
  }
  .workflow-grid {
    grid-template-columns:1fr;
    gap:32px;
  }
  .section-intro {
    font-size:12px;
    margin-top:19px;
  }
  .workflow-tabs {
    margin-top:25px;
  }
  .workflow-tabs>button {
    padding:17px 3px;
    gap:16px;
  }
  .workflow-tabs strong {
    font-size:13px;
  }
  .workflow-tabs small {
    font-size:10px;
  }
  .workflow-panel {
    border-radius:17px;
  }
  .flow-illustration {
    padding:35px 20px 27px;
  }
  .flow-panel-top {
    padding:17px 20px;
  }
  .demo-label {
    font-size:7px;
  }
  .flow-file-icon {
    width:72px;
    height:86px;
  }
  .flow-explanation {
    padding:25px;
  }
  .flow-explanation h3 {
    font-size:20px;
  }
  .flow-explanation p {
    font-size:11px;
    min-height:0;
  }
  .workflow-foot {
    font-size:8px;
    margin-top:21px;
  }
  .control-grid {
    grid-template-columns:1fr;
    gap:30px;
  }
  .control-copy>p {
    font-size:12px;
    margin:20px 0;
  }
  .control-copy .text-link {
    font-size:11px;
  }
  .control-visual {
    padding:23px;
  }
  .control-layers li {
    padding-block:22px;
    gap:15px;
  }
  .control-layers h3 {
    font-size:14px;
  }
  .control-layers p {
    font-size:10px;
  }
  .control-bottom {
    font-size:9px;
  }
  .download-banner {
    padding:27px;
    grid-template-columns:1fr;
    gap:23px;
    border-radius:19px;
  }
  .download-mark {
    width:45px;
    height:48px;
  }
  .download-banner h2 {
    font-size:24px;
    line-height:1.3;
  }
  .download-banner p {
    font-size:11px;
    line-height:1.9;
  }
  .download-banner .eyebrow {
    font-size:7px;
  }
  .download-banner .button {
    grid-column:auto;
    justify-self:start;
  }
  .faq-section {
    grid-template-columns:1fr;
    gap:25px;
  }
  .faq-heading>p {
    font-size:11px;
    margin-top:18px;
    max-width:330px;
  }
  .faq-list summary {
    font-size:12px;
    padding-block:20px;
  }
  .faq-list details p {
    font-size:11px;
    padding-bottom:20px;
  }
  .final-cta-inner {
    padding-block:47px;
    display:block;
  }
  .final-cta h2 {
    font-size:33px;
  }
  .final-cta p {
    font-size:11px;
    max-width:350px;
    line-height:1.9;
  }
  .final-cta-actions {
    align-items:flex-start;
    margin-top:26px;
    gap:14px;
  }
  .final-cta-actions .button {
    font-size:12px;
  }
  .site-footer {
    padding-top:43px;
  }
  .footer-top {
    display:block;
    padding-bottom:32px;
  }
  .footer-brand p {
    font-size:11px;
  }
  .footer-caption {
    font-size:7px;
    margin-top:17px;
  }
  .footer-top>nav {
    margin-top:33px;
    gap:24px 16px;
    grid-template-columns:repeat(3,1fr);
  }
  .footer-top>nav>div {
    min-width:0;
    gap:9px;
  }
  .footer-top nav strong {
    font-size:10px;
  }
  .footer-top nav a {
    font-size:9px;
  }
  .footer-bottom {
    padding-block:20px;
    flex-direction:column;
    gap:7px;
    font-size:8px;
  }
  .account-section {
    grid-template-columns:1fr;
    gap:30px;
    min-height:0;
    padding-block:43px 55px;
  }
  .account-section::before {
    inset:-100px 0 0;
  }
  .account-story h1 {
    font-size:37px;
    margin-top:20px;
    line-height:1.18;
  }
  .account-story>p {
    font-size:12px;
    margin-top:17px;
  }
  .account-illustration {
    margin:25px 0 20px;
    padding:17px 0;
  }
  .account-illustration>.icon {
    width:29px;
    height:29px;
  }
  .account-illustration strong {
    font-size:11px;
  }
  .account-card {
    padding:27px;
    border-radius:18px;
  }
  .account-card h2 {
    font-size:26px;
  }
  .account-card>p {
    font-size:12px;
  }
  .account-card label {
    font-size:11px;
  }
  .account-card input {
    font-size:16px;
    height:47px;
  }
  .account-card .form-note {
    font-size:10px;
  }
  .show-password {
    height:39px;
    font-size:10px;
  }
  .account-card .button {
    font-size:12px;
    min-height:48px;
  }
  .signup-steps {
    gap:17px;
    margin-top:26px;
  }
  .signup-steps li>span {
    font-size:10px;
  }
  .signup-steps strong {
    font-size:11px;
  }
  .download-hero {
    padding-block:47px 33px;
    text-align:left;
  }
  .download-hero .eyebrow {
    justify-content:flex-start;
    font-size:8px;
  }
  .download-hero h1 {
    font-size:42px;
    margin-top:21px;
  }
  .download-hero>p {
    font-size:12px;
    margin-top:20px;
  }
  .desktop-break {
    display:none;
  }
  .download-grid {
    grid-template-columns:1fr;
    gap:37px;
  }
  .installer-card {
    padding:27px;
    border-radius:20px;
  }
  .installer-card h2 {
    font-size:24px;
  }
  .installer-card>p {
    font-size:12px;
  }
  .release-meta {
    font-size:10px;
    line-height:1.8;
  }
  .install-guide {
    padding-inline:4px;
  }
  .install-guide h2 {
    font-size:27px;
  }
  .install-guide h3 {
    font-size:13px;
  }
  .install-guide li p {
    font-size:11px;
    max-width:none;
  }
  .guide-note p {
    font-size:11px;
  }
  .download-help {
    grid-template-columns:1fr;
    gap:25px;
    margin-top:35px;
    padding-block:30px 50px;
  }
  .download-help h3 {
    font-size:13px;
  }
  .download-help p {
    font-size:11px;
    margin-top:9px;
  }
}
@media(max-width:370px) {
  .container {
    width:calc(100% - 32px);
  }
  .hero h1 {
    font-size:43px;
  }
  .hero-eyebrow {
    font-size:7px;
    letter-spacing:.06em;
    gap:8px;
  }
  .hero-actions {
    gap:8px;
  }
  .hero-actions .button {
    font-size:10px;
    padding-inline:12px;
    gap:9px;
  }
  .hero-actions .button .icon {
    width:15px;
  }
  .hero-checks {
    font-size:7px;
    gap:9px;
  }
  .hero-description {
    font-size:12px;
  }
  .hero-bottom>span {
    font-size:6px;
  }
  .hero-bottom>a {
    font-size:7px;
    gap:8px;
  }
  .format-strip>.container {
    gap:5px;
  }
  .format-strip strong {
    font-size:9px;
  }
  .format-strip small {
    font-size:5px;
  }
  .section h2,.workflow-section h2 {
    font-size:29px;
  }
  .feature-card,.feature-primary {
    padding:23px;
  }
  .feature-card h3 {
    font-size:24px;
  }
  .document-stack {
    gap:7px;
    padding:0;
  }
  .document-stack>span {
    padding:12px 9px;
    font-size:6px;
  }
  .document-stack b {
    font-size:10px;
  }
  .normalized-table>div {
    font-size:8px;
    padding-inline:10px;
    gap:7px;
  }
  .account-chips {
    flex-direction:column;
  }
  .account-chips>span {
    width:100%;
    flex-wrap:nowrap;
  }
  .account-chips b {
    margin-left:auto;
    flex-basis:auto;
  }
  .approval-trail {
    gap:9px;
    font-size:9px;
  }
  .platform-capabilities {
    font-size:8px;
    gap:15px 8px;
  }
  .control-visual {
    padding:18px;
  }
  .control-top {
    font-size:7px;
  }
  .control-badge {
    font-size:7px;
  }
  .control-bottom {
    font-size:8px;
  }
  .preview-stats small {
    font-size:5.5px;
  }
  .preview-stats i {
    font-size:5.5px;
  }
  .preview-row {
    font-size:6px;
    gap:6px;
    padding-inline:6px;
  }
  .preview-row small {
    font-size:5px;
  }
  .state-tag {
    font-size:5px;
    padding:3px 4px;
  }
  .preview-content {
    padding-inline:9px;
  }
  .account-story h1 {
    font-size:33px;
  }
  .account-card {
    padding:23px;
  }
  .account-card h2 {
    font-size:24px;
  }
  .installer-card {
    padding:23px;
  }
  .installer-card h2 {
    font-size:22px;
  }
  .download-hero h1 {
    font-size:38px;
  }
  .os-pill {
    font-size:7px;
  }
  .footer-top>nav {
    gap:15px 12px;
  }
  .footer-top nav a {
    font-size:8px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior:auto;
  }
  *,*::before,*::after {
    animation:none!important;
    transition:none!important;
  }
  .button:hover {
    transform:none;
  }
}

/* Organic glass direction: a centred introduction over a photographic landscape. */
:root {
  --bg:#080b08;
  --surface:#121710;
  --surface-2:#1a2015;
  --text:#f3f5ef;
  --muted:#a8b09f;
  --line:rgba(210,226,176,.14);
  --cyan:#d7f58b;
  --mint:#dff5a0;
  --blue:#bfdd78;
}
.site-header {border-radius:50px;background:linear-gradient(110deg,#3038299c,#0c100deb 35%,#151b13db);border-color:#d6e5b82b;box-shadow:inset 0 1px 0 #f0f8db17,0 16px 45px #0003}
.nav-wrap {padding-inline:23px}
.brand-go {color:#c6e98b}
.button {border-radius:30px}
.button-primary,.button-dark,.button-light {background:linear-gradient(110deg,#c4ee90,#eff6a5);border-color:#f2ffd970;color:#18220e;box-shadow:0 0 27px #c8ee8c26,inset 0 1px 0 #ffffff85}
.button-primary:hover,.button-dark:hover,.button-light:hover {background:linear-gradient(110deg,#d7ffa5,#f8ffc5);box-shadow:0 0 35px #c8ee8c50}
.nav-actions .compact {border-radius:24px;min-height:40px;padding-inline:19px}
.hero {margin-top:-90px;padding-top:90px;min-height:0;background:#080b08}
.hero-art {inset:0;width:100%;height:100%;object-fit:cover;object-position:center 62%;opacity:.94}
.hero::after {background:linear-gradient(180deg,#080b082b,transparent 55%,#080b08 100%),radial-gradient(ellipse at 50% 24%,#080b084a,transparent 55%)}
.hero-grid {display:block;min-height:0;padding-top:50px;padding-bottom:42px}
.hero-copy {text-align:center;max-width:780px;margin:auto}
.hero-eyebrow {display:inline-flex;justify-content:center;max-width:100%;padding:7px 13px;border:1px solid #d0e4a124;background:linear-gradient(110deg,#768e3626,#10171191);border-radius:30px;margin-bottom:25px;font-size:8px;letter-spacing:.1em;gap:8px;color:#c6d2b1}
.hero-eyebrow .status-dot {width:4px;height:4px;background:#def296;box-shadow:0 0 9px #c4e67b99}
.hero h1 {font-size:clamp(54px,4.8vw,66px);line-height:1.06;letter-spacing:-.06em;font-weight:500;color:#f3f5ef}
.hero h1 em {font-family:Georgia,'Times New Roman',serif;font-style:italic;font-weight:400;letter-spacing:-.055em;background:none;color:#d6ef99;-webkit-text-fill-color:currentColor}
.hero-description {font-size:14px;line-height:1.85;max-width:435px;margin:23px auto 0;color:#aab3a0}
.hero-actions {justify-content:center;margin-top:27px}
.hero-actions .button {font-size:12px;min-height:51px;padding-inline:28px;gap:23px}
.hero-checks {justify-content:center;flex-direction:row;gap:20px;margin-top:20px;font-size:9px;color:#9aa888}
.hero-checks .icon {width:13px;height:13px;color:#c5db8e}
.hero-cards {display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;max-width:1080px;position:relative;z-index:1;margin-bottom:52px}
.glass-card {display:flex;flex-direction:column;min-width:0;padding:25px 25px 19px;min-height:316px;border:1px solid #d2e4b138;border-radius:21px;background:linear-gradient(135deg,#263120c9,#0d130fd6 75%);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:inset 0 1px 0 #f3ffd913,0 20px 45px #0004;overflow:hidden}
.glass-card:nth-child(2) {background:radial-gradient(ellipse at 25% 0,#8aa73d31,transparent 62%),linear-gradient(135deg,#222b1cce,#0e140fdc)}
.glass-card:nth-child(3) {background:linear-gradient(135deg,#232b25d4,#0b110ddc)}
.glass-title {display:flex;align-items:center;gap:12px;min-height:36px}
.glass-icon {display:grid;place-items:center;flex-shrink:0;width:35px;height:35px;border:1px solid #d1e7985e;border-radius:10px;color:#d0e898;background:linear-gradient(135deg,#93ac5433,#19251566);box-shadow:inset 0 1px 0 #e4fabb12}
.glass-icon .icon {width:20px;height:20px}
.glass-title h2 {font-size:14px;line-height:1.5;letter-spacing:-.02em;font-weight:550;color:#e4e9dc}
.glass-card>p {font-size:11px;line-height:1.85;margin-top:14px;color:#a5af9a;min-height:62px}
.glass-caption {display:block;text-align:center;font-size:7px;letter-spacing:.12em;color:#748163;margin-top:auto;padding-top:12px}
.merge-diagram {height:137px;display:flex;align-items:center;justify-content:space-between;gap:0;margin:15px 5px 0;color:#a1b66b}
.merge-inputs {display:flex;flex-direction:column;gap:10px;flex-shrink:0}
.merge-inputs>span {display:grid;place-items:center;width:40px;height:30px;border:1px solid #e0eccb15;border-radius:7px;background:linear-gradient(135deg,#4b53453b,#262c2338);font-size:8px;color:#a5b099}
.merge-paths {width:100%;min-width:0;height:118px;opacity:.65}
.merge-core {display:grid;place-items:center;flex-shrink:0;width:61px;height:61px;border:1px solid #d7ed946b;border-radius:15px;background:radial-gradient(ellipse,#bdde6669,#5c732044);box-shadow:0 0 25px #c9ed8a36,inset 0 0 15px #cbe99326}
.merge-core img {width:38px;height:38px}
.account-diagram {height:137px;margin:15px 2px 0;display:flex;flex-direction:column;justify-content:center;gap:11px;padding-inline:4px}
.account-diagram>div {display:flex;align-items:center;gap:10px;padding:11px;border:1px solid #b2c58430;border-radius:9px;background:linear-gradient(110deg,#3848286e,#1b24195c);transform:rotate(-2deg);box-shadow:0 8px 20px #0003}
.account-diagram>div:last-child {transform:translateX(5px) rotate(2deg);background:linear-gradient(110deg,#263525b0,#1c241c8a);border-color:#a6ba9130}
.account-diagram>div>span {display:grid;place-items:center;flex-shrink:0;width:28px;height:28px;border:1px solid #a9cc702b;border-radius:7px;background:#6a864926;color:#c2d995;font-size:10px}
.account-diagram p {line-height:1.5}
.account-diagram strong {display:block;font-weight:500;font-size:10px;color:#c6d1b6}
.account-diagram small {display:block;font-size:8px;color:#798b67;margin-top:3px}
.account-diagram i {margin-left:auto;font-style:normal;font-size:8px;color:#68824e}
.approval-orbit {width:150px;height:137px;position:relative;align-self:center;margin:15px 0 0;background:radial-gradient(circle,#bbda683d,transparent 64%)}
.approval-orbit>i {position:absolute;inset:-7px 0;border:1px solid #accb7327;border-radius:50%}
.approval-orbit>i:nth-child(2) {inset:14px 20px;border-color:#b5d57b38}
.approval-orbit>i:nth-child(3) {inset:33px 40px;border-color:#c2df9040}
.approval-orbit>span {position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:43px;height:43px;border-radius:50%;color:#d2ed92;background:radial-gradient(circle,#a5c35875,#4d682428);box-shadow:0 0 32px #bddc7257}
.approval-orbit .icon {width:24px;height:24px}
.approval-orbit>b {position:absolute;width:5px;height:5px;border-radius:50%;background:#c3e586;box-shadow:0 0 10px #c6ed8d99;left:9px;top:31px}
.approval-orbit>b:last-child {left:auto;right:24px;top:auto;bottom:23px;width:4px;height:4px}
.hero-bottom {max-width:1080px;padding-block:19px 28px;border-color:#cedbae21;color:#7d896b}
.hero-bottom>a {color:#9ba88b}
.hero-bottom>a>span {color:#d4ec95}
.format-strip {background:#0c100b}
.section h2 em,.workflow-section h2 em {color:#b5c59b}
.product-showcase {margin-bottom:0}
.workflow-section {background:radial-gradient(ellipse at 75% 50%,#35432530,transparent 65%),#0c100c}
.site-footer {background:#080b08}
.account-section::before {background:radial-gradient(ellipse at 0% 20%,#40522c54,transparent 65%)}
@media(max-width:1020px) {
  .hero {margin-top:-78px;padding-top:78px}
  .hero-grid {padding-top:45px;padding-bottom:36px}
  .hero h1 {font-size:66px}
  .hero-cards {gap:12px}
  .glass-card {padding:20px 19px 18px}
  .glass-title {gap:9px}
  .glass-title h2 {font-size:12px}
  .glass-icon {width:30px;height:30px;border-radius:8px}
  .glass-card>p {font-size:10px;min-height:74px}
  .glass-caption {font-size:6px;letter-spacing:.08em}
  .merge-core {width:49px;height:49px;border-radius:12px}
  .merge-core img {width:32px;height:32px}
  .merge-inputs>span {width:33px;height:28px;font-size:7px}
  .account-diagram>div {padding:9px 7px;gap:7px}
  .account-diagram strong {font-size:8px}
  .account-diagram small {font-size:7px}
  .account-diagram>div>span {width:22px;height:25px;font-size:8px}
  .account-diagram i {display:none}
}
@media(max-width:760px) {
  .site-header {border-radius:35px}
  .nav-wrap {padding-inline:14px}
  .hero {margin-top:-68px;padding-top:68px}
  .hero-art {height:940px;object-fit:cover;object-position:14% top;opacity:.58;mask-image:linear-gradient(#000 70%,transparent)}
  .hero::after {background:linear-gradient(180deg,#080b081a,#080b081a 20%,#080b08d9 55%,#080b08 85%)}
  .hero-grid {padding-top:44px;padding-bottom:32px}
  .hero-copy {max-width:520px}
  .hero-eyebrow {font-size:7px;letter-spacing:.06em;padding:6px 10px;margin-bottom:25px;gap:7px}
  .hero h1 {font-size:clamp(43px,8.8vw,62px);line-height:1.07;letter-spacing:-.055em}
  .hero-description {font-size:12px;line-height:1.9;max-width:340px;margin-top:23px}
  .hero-actions {margin-top:24px}
  .hero-actions .button {min-height:47px;padding-inline:26px;font-size:11px;gap:20px}
  .hero-checks {font-size:7px;gap:13px;margin-top:20px}
  .hero-checks .icon {width:11px;height:11px}
  .hero-cards {grid-template-columns:1fr;gap:15px;max-width:480px;margin-bottom:31px}
  .glass-card {padding:23px 24px 18px;min-height:0;border-radius:19px}
  .glass-title {gap:13px;min-height:34px}
  .glass-title h2 {font-size:15px}
  .glass-icon {width:34px;height:34px;border-radius:10px}
  .glass-card>p {font-size:12px;line-height:1.8;min-height:0;margin-top:14px}
  .glass-caption {font-size:7px;letter-spacing:.1em;padding-top:10px}
  .merge-diagram,.account-diagram {height:118px;max-width:275px;width:100%;margin:12px auto 0}
  .merge-inputs>span {width:38px;height:27px;font-size:8px}
  .merge-core {width:58px;height:58px}
  .merge-core img {width:37px;height:37px}
  .merge-paths {height:106px}
  .account-diagram {gap:9px}
  .account-diagram>div {padding:9px 11px;gap:10px}
  .account-diagram>div>span {width:26px;height:27px;font-size:9px}
  .account-diagram strong {font-size:10px}
  .account-diagram small {font-size:8px}
  .account-diagram i {display:block}
  .approval-orbit {height:129px;width:142px;margin-top:17px}
  .approval-orbit>i {inset:-5px 0}
  .approval-orbit>i:nth-child(2) {inset:14px 20px}
  .approval-orbit>i:nth-child(3) {inset:33px 40px}
  .hero-bottom {font-size:6px;padding-block:16px 22px}
  .hero-bottom>a {font-size:8px}
  .hero-bottom>a>span {font-size:17px}
}
@media(max-width:370px) {
  .hero h1 {font-size:43px}
  .hero-eyebrow {font-size:6px;letter-spacing:.035em}
  .hero-description {font-size:11px;max-width:285px}
  .hero-checks {font-size:6px;gap:9px}
  .glass-card {padding:21px 22px 18px}
  .glass-title h2 {font-size:13px}
  .glass-title {gap:10px}
  .glass-card>p {font-size:11px}
}
