@font-face {
  font-family: Manrope;
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  src: url('/manrope-latin.woff2') format('woff2');
}
:root {
  --ink: #172333;
  --muted: #596575;
  --blue: #1559ed;
  --line: #dce1e8;
  --paper: #f7f8fa;
  font-family: Manrope,'Segoe UI',sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-font-smoothing: antialiased;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 28px;
}
body {
  margin: 0;
}
h1,h2,h3,p {
  margin: 0;
}
a {
  color: inherit;
}
button {
  font: inherit;
  cursor: pointer;
}
button,a,summary {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}
a,button,summary {
  outline-offset: 5px;
}
:focus-visible {
  outline: 3px solid var(--blue);
}
p {
  line-height: 1.75;
}
img {
  display: block;
  max-width: 100%;
}
[hidden] {
  display: none!important;
}
.wrap {
  width: calc(100% - 96px);
  max-width: 1280px;
  margin-inline: auto;
}
.skip-link {
  position: absolute;
  z-index: 10;
  top: 12px;
  left: 12px;
  padding: 12px;
  background: var(--ink);
  color: white;
  transform: translateY(-200%);
}
.skip-link:focus {
  transform: none;
}
.masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 96px;
  border-bottom: 1px solid var(--line);
  gap: 30px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  flex-shrink: 0;
}
.brand>span {
  font-family: 'Segoe UI',sans-serif;
  font-size: 16px;
  font-weight: 850;
  letter-spacing: .105em;
}
.main-nav,.nav-actions {
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-nav a,.login {
  font-size: 13px;
  font-weight: 650;
  text-decoration: none;
  padding-block: 14px;
}
.main-nav a:hover,.login:hover {
  color: var(--blue);
}
.nav-actions {
  gap: 25px;
}
.login span {
  margin-left: 7px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: var(--blue);
  color: white;
  padding: 17px 23px;
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transition: background .2s,transform .2s;
}
.button:hover {
  background: #1046bc;
  transform: translateY(-2px);
}
.button>span {
  font-size: 20px;
  font-weight: 400;
}
.button-small {
  padding: 11px 17px;
  min-height: 44px;
  font-size: 12px;
  gap: 24px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding-block: 15px;
}
.text-link:hover {
  color: var(--blue);
}
.eyebrow {
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 1.7px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.hero {
  text-align: center;
  position: relative;
  padding: 72px 0 55px;
}
.hero .eyebrow {
  justify-content: center;
}
.tiny-mark {
  color: var(--blue);
  font-size: 21px;
  line-height: 1;
}
.hero h1 {
  font-size: clamp(54px,6.1vw,88px);
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -5px;
  margin: 22px auto;
}
.hero h1>span {
  color: var(--blue);
}
.hero-intro {
  max-width: 585px;
  margin: 24px auto 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}
.hero-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  margin: 28px 0 19px;
}
.availability {
  font-size: 11px;
  color: var(--muted);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1f987b;
  display: inline-block;
  flex: none;
}
.hero-note {
  position: absolute;
  right: 4px;
  bottom: 17px;
  text-align: left;
  color: #798393;
  transform: rotate(7deg);
  font-family: Georgia,serif;
  font-style: italic;
  font-size: 17px;
  line-height: 1.3;
}
.hero-note svg {
  width: 85px;
  height: 45px;
  display: block;
  margin-left: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.2;
}
.product-section {
  scroll-margin-top: 20px;
}
.tour-caption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 11px;
  color: var(--muted);
  padding: 0 4px 13px;
}
.tour-caption>span:first-child {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tour-hint {
  font-weight: 700;
  color: var(--blue);
}
.tour-hint span {
  font-size: 19px;
  margin-left: 5px;
}
.product-shell {
  display: grid;
  grid-template-columns: 178px minmax(0,1fr);
  border: 1px solid #152d47;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 30px 65px -28px #1f37584a,0 5px 12px #19324b0a;
  overflow: hidden;
}
.product-sidebar {
  background: #102338;
  color: #becada;
  display: flex;
  flex-direction: column;
  padding: 23px 11px 19px;
}
.workspace-name {
  display: flex;
  align-items: center;
  gap: 8px;
  color: white;
  font-size: 12px;
  padding: 0 2px 27px;
}
.workspace-name>span {
  margin-left: auto;
}
.sidebar-label {
  font-size: 8px;
  letter-spacing: 1px;
  padding: 0 7px 12px;
  color: #92a5bd;
}
.demo-tabs {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.demo-tabs button {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 43px;
  background: none;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #c1cbd7;
  padding: 10px 9px;
  text-align: left;
  font-size: 11px;
}
.demo-tabs button:hover {
  background: #1a344f;
  color: white;
}
.demo-tabs button[aria-selected=true] {
  background: #2464dc;
  color: #fff;
}
.demo-tabs button:focus-visible {
  outline-color: #94c9ff;
  outline-offset: -3px;
}
.tab-icon {
  font-size: 17px;
  line-height: 1;
}
.tab-number {
  margin-left: auto;
  opacity: .7;
  font: 10px Consolas,monospace;
}
.sidebar-bottom {
  margin-top: auto;
  padding: 24px 2px 0;
  display: flex;
  gap: 7px;
  align-items: center;
  font-size: 10px;
}
.sidebar-bottom small {
  display: block;
  color: #94a9c3;
  font-size: 9px;
  margin-top: 3px;
}
.sidebar-bottom>span:last-child {
  margin-left: auto;
}
.workspace-avatar {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border: 1px solid #425a72;
  border-radius: 6px;
  font-size: 12px;
  color: white;
}
.product-content {
  min-width: 0;
}
.product-topbar {
  min-height: 57px;
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5eaf0;
  font-size: 11px;
  color: var(--muted);
}
.product-topbar>span>span {
  padding-inline: 10px;
  color: #b4bec9;
}
.product-topbar strong {
  color: var(--ink);
  font-weight: 600;
}
.demo-label {
  background: #f2f4f7;
  padding: 5px 8px;
  border: 1px solid #e3e8ef;
  border-radius: 4px;
  font-size: 9px;
}
.demo-panel {
  padding: 24px;
  min-height: 538px;
  background: #fff;
}
.panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 22px;
}
.small-caps {
  font-size: 9px;
  letter-spacing: 1.1px;
  font-weight: 700;
  color: var(--muted);
}
.panel-heading h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -.8px;
  line-height: 1.3;
  margin-top: 5px;
}
.pill {
  font-size: 10px;
  color: #23725c;
  background: #eaf7f1;
  border: 1px solid #cce9db;
  border-radius: 5px;
  padding: 5px 8px;
  white-space: nowrap;
}
.design-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) 190px;
  gap: 23px;
}
.comparison {
  min-width: 0;
  border: 1px solid #d9e0e7;
  border-radius: 6px;
  overflow: hidden;
  background: #f7f6f2;
}
.comparison-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background: #f7f9fc;
  border-bottom: 1px solid #dce2e9;
  padding: 8px 11px;
  font-size: 9px;
  color: var(--muted);
}
.compare-switch {
  display: flex;
  gap: 2px;
  background: #e9edf2;
  padding: 2px;
  border-radius: 4px;
}
.compare-switch button {
  border: 0;
  border-radius: 3px;
  padding: 6px 10px;
  background: none;
  font-size: 10px;
  color: #4f6074;
  min-height: 32px;
}
.compare-switch button[aria-pressed=true] {
  background: white;
  color: var(--ink);
  box-shadow: 0 1px 4px #22334415;
  font-weight: 700;
}
.example-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 13px 17px;
  background: #eceae2;
  color: #243628;
}
.example-nav>strong {
  font-size: 21px;
  letter-spacing: -1.2px;
  font-weight: 800;
}
.example-nav>strong>span {
  font-size: 8px;
  vertical-align: top;
  margin-left: 2px;
}
.example-nav>span {
  font-size: 8px;
}
.example-nav>span>span {
  margin-left: 12px;
}
.architecture-hero {
  position: relative;
  height: 260px;
  overflow: hidden;
  color: white;
  background: #3f4a41;
}
.architecture-hero>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 60%;
}
.architecture-hero:after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,#0b1d1bd9,transparent 90%);
}
.architecture-copy {
  position: absolute;
  z-index: 1;
  left: 23px;
  top: 34px;
}
.architecture-copy>span:first-child {
  font-size: 7px;
  letter-spacing: 1.4px;
}
.architecture-copy h3 {
  font-family: Georgia,serif;
  font-weight: 400;
  font-size: 39px;
  line-height: 1.02;
  letter-spacing: -1.2px;
  margin-top: 17px;
}
.example-cta {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  font-size: 9px;
  margin-top: 24px;
  border-bottom: 1px solid #ffffff85;
  padding-bottom: 7px;
}
.example-cta>span {
  font-size: 16px;
}
.architecture-index {
  position: absolute;
  z-index: 1;
  bottom: 14px;
  right: 15px;
  font-size: 7px;
  letter-spacing: 1px;
}
.example-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding: 15px 18px;
  background: #eceae2;
  color: #39493d;
  font-size: 8px;
  line-height: 1.6;
}
.example-footer>span:last-child {
  font-size: 6px;
  letter-spacing: 1px;
  text-align: right;
}
.original-example {
  background: white;
  min-height: 375px;
  color: #333;
  padding: 14px 22px;
  font-family: Arial,sans-serif;
}
.original-title {
  color: #3e657b;
  font-size: 22px;
  font-weight: bold;
}
.original-menu {
  font-size: 10px;
  padding: 10px 0;
  background: #e9e9e9;
  margin: 8px -8px 18px;
  text-align: center;
}
.original-example h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.original-example p {
  font-size: 11px;
  line-height: 1.5;
  max-width: 480px;
  margin-block: 10px;
}
.original-example img {
  width: 180px;
  height: 120px;
  object-fit: cover;
}
.original-example>span {
  display: block;
  font-size: 8px;
  margin-top: 16px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  color: #666;
}
.design-notes {
  padding-top: 8px;
}
.design-notes>p {
  font-size: 8px;
  margin-bottom: 20px;
  line-height: 1.7;
}
.design-notes article {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-block: 19px;
}
.check-icon {
  background: #eaf6f0;
  color: #217b60;
  border-radius: 50%;
  display: grid;
  place-items: center;
  width: 17px;
  height: 17px;
  flex: none;
  font-size: 10px;
}
.design-notes h3 {
  font-size: 11px;
  line-height: 1.4;
  margin-bottom: 5px;
}
.design-notes article p {
  color: var(--muted);
  font-size: 10px;
  line-height: 1.65;
}
.concept-note {
  border-top: 1px solid var(--line);
  margin-top: 24px;
  padding-top: 19px;
  display: flex;
  gap: 8px;
  align-items: center;
}
.concept-note>span {
  font-size: 26px;
  color: var(--blue);
}
.concept-note p {
  font-size: 9px;
  color: var(--muted);
}
.concept-note strong {
  font-size: 9px;
  color: var(--ink);
  font-weight: 600;
}
.inline-button {
  color: var(--blue);
  background: none;
  border: 0;
  padding: 12px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  min-height: 44px;
}
.inline-button:hover {
  text-decoration: underline;
}
.product-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid #e3e8ed;
  padding: 12px 24px;
  font-size: 9px;
  color: var(--muted);
  background: #fafbfd;
}
.product-status>span:first-child {
  display: flex;
  align-items: center;
  gap: 7px;
}
.product-status>span:last-child>span {
  margin-left: 15px;
}
.demo-disclaimer {
  font-size: 10px;
  text-align: center;
  color: #687385;
  margin-top: 18px;
}
.research-grid {
  display: grid;
  grid-template-columns: .9fr 1.3fr;
  gap: 25px;
}
.lead-profile {
  background: #f3f5f8;
  border: 1px solid #e2e8ee;
  padding: 28px;
  border-radius: 6px;
}
.company-emblem {
  width: 60px;
  height: 60px;
  background: #dbe6d8;
  color: #42523f;
  font: 40px Georgia,serif;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
}
.company-emblem span {
  font: 15px sans-serif;
  align-self: flex-start;
  margin-top: 8px;
}
.lead-profile h3 {
  font-size: 29px;
  letter-spacing: -1px;
  margin-top: 9px;
}
.lead-profile>p:not(.small-caps) {
  font-size: 12px;
  color: var(--muted);
  margin-top: 14px;
}
.profile-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-block: 24px;
}
.profile-meta span {
  font-size: 9px;
  background: white;
  border: 1px solid var(--line);
  padding: 5px 8px;
  border-radius: 4px;
}
.profile-status {
  font-size: 10px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--muted);
}
.audit-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid var(--line);
  padding: 8px 0 17px;
}
.audit-title strong {
  font-size: 12px;
}
.audit-title>span {
  font-size: 9px;
  color: var(--muted);
}
.audit-findings article {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.finding-number {
  color: var(--blue);
  background: #eff4ff;
  border-radius: 5px;
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  font: 10px Consolas,monospace;
  flex: none;
}
.audit-findings h3 {
  font-size: 13px;
  margin-bottom: 8px;
}
.audit-findings p {
  font-size: 11px;
  color: var(--muted);
}
.mail-grid {
  display: grid;
  grid-template-columns: minmax(0,1.55fr) 1fr;
  gap: 25px;
}
.email-preview {
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.email-title {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 17px;
}
.avatar {
  display: grid;
  place-items: center;
  background: #e7efff;
  border: 1px solid #dce6fc;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 11px;
  color: #2c65c6;
  flex: none;
}
.email-title strong {
  font-size: 12px;
}
.email-title>div>span {
  display: block;
  font-size: 9px;
  color: var(--muted);
  margin-top: 4px;
}
.mail-draft {
  font-size: 8px;
  color: #777e8a;
  margin-left: auto;
}
.email-subject {
  padding: 12px 17px;
  border-block: 1px solid #e5e9ef;
  font-size: 10px;
}
.email-subject>span {
  color: var(--muted);
  margin-right: 15px;
}
.email-body {
  padding: 8px 20px;
}
.email-body p {
  font-size: 11px;
  margin-block: 12px;
  line-height: 1.65;
}
.mail-attachment {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px;
  border: 1px solid #dce4ea;
  background: #f8fafc;
  border-radius: 4px;
  margin-top: 17px;
}
.mail-attachment img {
  width: 65px;
  height: 46px;
  object-fit: cover;
  border-radius: 2px;
}
.mail-attachment strong {
  font-size: 10px;
}
.mail-attachment div>span {
  display: block;
  font-size: 8px;
  color: var(--muted);
  margin-top: 5px;
}
.mail-attachment>span {
  margin-left: auto;
  color: var(--blue);
}
.mail-footer {
  background: #f6faf8;
  padding: 11px 17px;
  color: #457461;
  font-size: 9px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.message-notes {
  background: #f4f6f9;
  border-radius: 6px;
  padding: 24px;
}
.large-quote {
  font-family: Georgia,serif;
  font-size: 65px;
  color: var(--blue);
  display: block;
  height: 52px;
}
.message-notes h3 {
  font-size: 20px;
  letter-spacing: -.7px;
  line-height: 1.4;
}
.message-notes p {
  font-size: 11px;
  color: var(--muted);
  margin-top: 18px;
}
.message-notes ul {
  padding-left: 16px;
  margin-top: 25px;
  color: #39485d;
  font-size: 10px;
  line-height: 2.5;
}
.capabilities {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 40px;
  border-bottom: 1px solid var(--line);
  margin-top: 20px;
}
.capabilities>span {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.65;
}
.capabilities>span strong {
  color: var(--ink);
  font-weight: 600;
}
.capabilities ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 28px;
}
.capabilities li {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 650;
}
.capabilities li>span {
  font-size: 21px;
  font-weight: 400;
  color: #677c95;
}
.section-space {
  padding-block: 100px;
}
.section-heading {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  align-items: flex-end;
  margin-bottom: 45px;
}
.section-heading>p {
  max-width: 360px;
  font-size: 14px;
  color: var(--muted);
  padding-bottom: 5px;
}
h2 {
  font-size: 46px;
  line-height: 1.14;
  letter-spacing: -2px;
  font-weight: 600;
}
.section-heading h2 {
  margin-top: 18px;
}
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 30px;
}
.workflow-visual {
  height: 200px;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e0e5ec;
  background: #edf1f5;
}
.lead-visual {
  padding: 20px;
}
.mini-search {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 23px;
  padding: 2px 12px;
  border: 1px solid #dce2e9;
  background: white;
  border-radius: 5px;
  color: #76859b;
  margin-bottom: 11px;
}
.mini-search>span {
  font-size: 10px;
}
.mini-lead {
  display: flex;
  align-items: center;
  gap: 10px;
  background: white;
  border: 1px solid #e4e8ed;
  padding: 10px 12px;
  border-radius: 5px;
  margin-top: 7px;
}
.initial {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  font: 16px Georgia,serif;
}
.initial.green {
  background: #e2eadc;
  color: #55654d;
}
.initial.coral {
  background: #fae8df;
  color: #9d5e41;
}
.mini-lead b {
  font-size: 10px;
}
.mini-lead small {
  display: block;
  font-size: 8px;
  color: var(--muted);
  margin-top: 4px;
}
.mini-check {
  margin-left: auto;
  font-size: 12px;
  color: #687d93;
}
.design-visual>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.floating-label {
  position: absolute;
  bottom: 14px;
  left: 14px;
  background: #fff;
  padding: 8px 11px;
  font-size: 10px;
  border-radius: 4px;
  box-shadow: 0 3px 10px #0001;
  color: #304a43;
}
.contact-visual {
  background: #e9effb;
  padding: 30px 18px;
}
.small-message {
  background: white;
  border: 1px solid #d9e1f0;
  border-radius: 6px;
  padding: 18px 12px;
  display: flex;
  gap: 10px;
  transform: rotate(-2deg);
  box-shadow: 0 6px 15px #092c6710;
}
.small-message b {
  font-size: 10px;
}
.small-message p {
  font-size: 9px;
  line-height: 1.6;
  color: var(--muted);
  margin-top: 7px;
}
.small-message div>span {
  display: block;
  font-size: 8px;
  color: var(--blue);
  margin-top: 12px;
}
.review-chip {
  position: absolute;
  bottom: 18px;
  right: 15px;
  background: #102e4f;
  color: white;
  font-size: 8px;
  padding: 9px 12px;
  border-radius: 4px;
}
.step-label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 25px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #6b7686;
}
.step-label>span {
  color: var(--blue);
  font-family: Consolas,monospace;
}
.workflow-grid h3 {
  font-size: 21px;
  letter-spacing: -.75px;
  line-height: 1.35;
  margin-top: 12px;
}
.workflow-grid article>p {
  font-size: 13px;
  color: var(--muted);
  margin-top: 13px;
}
.workflow-grid article>a {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  min-height: 44px;
  margin-top: 12px;
}
.workflow-grid article>a:hover {
  color: var(--blue);
}
.control-section {
  background: #13283f;
  color: white;
  position: relative;
  overflow: hidden;
}
.control-inner {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 100px;
  padding-block: 85px;
}
.control-inner .eyebrow {
  color: #a4b8d0;
  font-size: 9px;
}
.control-inner h2 {
  font-size: 44px;
  letter-spacing: -1.8px;
  margin-top: 22px;
  line-height: 1.15;
}
.control-inner h2 span {
  color: #98c1ff;
}
.control-inner>div>p:not(.eyebrow) {
  max-width: 470px;
  color: #b8c8d9;
  font-size: 13px;
  margin-top: 24px;
}
.button-light {
  background: #fff;
  color: #17283d;
  margin-top: 28px;
  font-size: 12px;
}
.button-light:hover {
  background: #e4edff;
}
.control-checklist {
  padding-top: 4px;
}
.control-checklist>.small-caps {
  color: #adc0d7;
  margin-bottom: 18px;
}
.control-checklist article {
  display: flex;
  gap: 22px;
  padding: 23px 0;
  border-top: 1px solid #ffffff24;
}
.control-checklist article>span {
  font: 10px Consolas,monospace;
  color: #91b8ee;
  padding-top: 4px;
}
.control-checklist h3 {
  font-size: 16px;
  font-weight: 650;
}
.control-checklist article p {
  color: #b8c8d9;
  font-size: 12px;
  margin-top: 7px;
}
.questions {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
}
.questions h2 {
  font-size: 38px;
  margin-top: 19px;
}
.questions>div>p:not(.eyebrow) {
  font-size: 13px;
  color: var(--muted);
  margin-top: 25px;
}
.questions>div>p a {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: var(--ink);
}
.question-list details {
  border-top: 1px solid var(--line);
}
.question-list details:last-child {
  border-bottom: 1px solid var(--line);
}
.question-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  padding: 23px 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.6;
}
.question-list summary::-webkit-details-marker {
  display: none;
}
.question-list summary>span {
  color: var(--blue);
  font-size: 20px;
  font-weight: 400;
}
.question-list details[open] summary>span {
  transform: rotate(45deg);
}
.question-list details p {
  color: var(--muted);
  font-size: 13px;
  padding-bottom: 23px;
  padding-right: 25px;
}
.contact-section {
  text-align: center;
  border-top: 1px solid var(--line);
  padding: 80px 0;
}
.contact-section .eyebrow {
  justify-content: center;
}
.contact-section h2 {
  font-size: 64px;
  letter-spacing: -3px;
  margin-top: 24px;
}
.contact-section h2>span {
  color: var(--blue);
}
.contact-section>p:not(.eyebrow) {
  color: var(--muted);
  font-size: 15px;
  margin-top: 24px;
}
.contact-section .button {
  margin-top: 25px;
}
.email-link {
  display: block;
  width: fit-content;
  margin: 18px auto 0;
  font-size: 12px;
  text-underline-offset: 4px;
}
.contact-section small {
  display: block;
  margin-top: 14px;
  color: var(--muted);
  font-size: 10px;
}
.footer {
  padding-top: 28px;
  border-top: 1px solid var(--line);
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 30px;
}
.footer-top p {
  font-size: 11px;
  color: var(--muted);
}
.footer-top>a:last-child {
  margin-left: auto;
  font-size: 12px;
  text-decoration: none;
  font-weight: 600;
}
.footer-wordmark {
  font-size: clamp(90px,18.6vw,262px);
  line-height: 1.2;
  letter-spacing: -.075em;
  font-weight: 800;
  color: #e3e8ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  margin: 18px 0 0;
}
.footer-wordmark>span {
  font-weight: 400;
  color: var(--blue);
  font-size: .78em;
  line-height: 1;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--line);
  padding: 22px 0;
  color: var(--muted);
  font-size: 10px;
}
.footer-bottom a {
  text-decoration: none;
}
@media(min-width:1101px) {
  .hero {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    column-gap: 65px;
    padding: 58px 0 48px;
    text-align: left;
  }
  .hero .eyebrow {
    grid-column: 1/-1;
    justify-content: flex-start;
    margin-bottom: 24px;
  }
  .hero h1 {
    grid-column: 1;
    grid-row: 2/5;
    font-size: clamp(60px,5.3vw,76px);
    letter-spacing: -4px;
    margin: 0;
    align-self: center;
  }
  .hero-intro {
    grid-column: 2;
    grid-row: 2;
    margin: 0;
    font-size: 15px;
    max-width: 390px;
  }
  .hero-actions {
    grid-column: 2;
    grid-row: 3;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 20px;
    margin: 20px 0 9px;
  }
  .hero-actions .button {
    padding: 14px 19px;
    min-height: 50px;
    font-size: 12px;
    gap: 24px;
  }
  .hero-actions .text-link {
    font-size: 12px;
    padding-block: 12px;
  }
  .availability {
    grid-column: 2;
    grid-row: 4;
    justify-content: flex-start;
    font-size: 10px;
  }
  .hero-note {
    display: none;
  }
}
@media(min-width:1500px) {
  .hero {
    padding-block: 70px 55px;
  }
  .architecture-hero {
    height: 285px;
  }
  .demo-panel {
    min-height: 563px;
  }
}
@media(max-width:1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .main-nav {
    gap: 20px;
  }
  .product-shell {
    grid-template-columns: 150px minmax(0,1fr);
  }
  .demo-tabs button {
    font-size: 10px;
    padding-inline: 7px;
    gap: 5px;
  }
  .tab-number {
    display: none;
  }
  .workspace-name {
    font-size: 10px;
    gap: 6px;
  }
  .sidebar-label {
    font-size: 7px;
  }
  .design-grid {
    grid-template-columns: minmax(0,1fr) 155px;
    gap: 15px;
  }
  .demo-panel {
    padding: 20px;
  }
  .panel-heading h2 {
    font-size: 19px;
  }
  .architecture-copy h3 {
    font-size: 34px;
  }
  .architecture-copy {
    left: 18px;
  }
  .capabilities ul {
    gap: 17px;
  }
  .capabilities li {
    font-size: 10px;
  }
  .workflow-grid {
    gap: 22px;
  }
  .workflow-grid h3 {
    font-size: 19px;
  }
  .control-inner {
    gap: 55px;
  }
  .control-inner h2 {
    font-size: 37px;
  }
  .questions {
    gap: 50px;
  }
  .hero-note {
    right: 0;
    font-size: 14px;
  }
  .hero-note svg {
    width: 60px;
  }
  .mail-grid {
    grid-template-columns: minmax(0,1fr) 190px;
    gap: 17px;
  }
  .message-notes {
    padding: 17px;
  }
  .message-notes h3 {
    font-size: 17px;
  }
}
@media(max-width:900px) {
  .main-nav {
    display: none;
  }
  .hero h1 {
    letter-spacing: -3.5px;
  }
  .hero-note {
    display: none;
  }
  .design-grid {
    grid-template-columns: minmax(0,1fr);
  }
  .design-notes {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 12px;
    padding: 0;
  }
  .design-notes>p,.concept-note {
    display: none;
  }
  .design-notes article {
    margin: 0;
    gap: 6px;
  }
  .design-notes .inline-button {
    grid-column: 1/-1;
    justify-content: flex-end;
    padding: 0;
  }
  .design-notes article p {
    font-size: 9px;
  }
  .demo-panel {
    min-height: 630px;
  }
  .panel-heading .pill {
    display: none;
  }
  .capabilities {
    display: block;
    padding-block: 30px;
  }
  .capabilities>span br {
    display: none;
  }
  .capabilities ul {
    margin-top: 20px;
    justify-content: space-between;
  }
  .workflow-grid {
    gap: 20px;
  }
  .workflow-visual {
    height: 180px;
  }
  .lead-visual {
    padding: 16px 10px;
  }
  .contact-visual {
    padding: 22px 10px;
  }
  .small-message {
    gap: 6px;
  }
  .small-message .avatar {
    width: 22px;
    height: 22px;
  }
  .review-chip {
    right: 8px;
    font-size: 7px;
  }
  .section-heading {
    gap: 35px;
  }
  .section-heading>p {
    max-width: 300px;
    font-size: 13px;
  }
  h2 {
    font-size: 37px;
  }
  .control-inner {
    gap: 40px;
  }
  .control-inner h2 {
    font-size: 33px;
  }
  .control-checklist h3 {
    font-size: 14px;
  }
  .questions h2 {
    font-size: 32px;
  }
  .research-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .lead-profile {
    padding: 18px;
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 4px 16px;
  }
  .company-emblem {
    grid-row: 1/4;
    width: 50px;
    height: 50px;
    font-size: 32px;
    margin: 0;
  }
  .lead-profile h3 {
    font-size: 22px;
    margin: 0;
  }
  .lead-profile>p:not(.small-caps) {
    margin: 3px 0;
    font-size: 11px;
  }
  .lead-profile .profile-meta {
    grid-column: 2;
    margin: 8px 0;
  }
  .profile-status {
    grid-column: 2;
  }
  .audit-findings article {
    padding: 16px 0;
  }
  .mail-grid {
    grid-template-columns: 1fr;
  }
  .message-notes {
    display: none;
  }
}
@media(max-width:760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .masthead {
    min-height: 78px;
  }
  .nav-actions {
    gap: 20px;
  }
  .hero {
    padding: 48px 0 35px;
  }
  .hero h1 {
    font-size: clamp(44px,7.5vw,60px);
    letter-spacing: -2.8px;
  }
  .hero-intro {
    font-size: 15px;
    max-width: 470px;
  }
  .hero .eyebrow {
    font-size: 9px;
    letter-spacing: 1.3px;
  }
  .hero-actions {
    gap: 20px;
  }
  .hero-actions .button,.hero-actions .text-link {
    font-size: 12px;
  }
  .hero-actions .button {
    padding-inline: 17px;
    gap: 15px;
  }
  .tour-caption {
    font-size: 9px;
  }
  .tour-hint {
    display: none;
  }
  .product-shell {
    display: block;
  }
  .product-sidebar {
    padding: 10px;
  }
  .workspace-name,.sidebar-label,.sidebar-bottom {
    display: none;
  }
  .demo-tabs {
    flex-direction: row;
    gap: 6px;
  }
  .demo-tabs button {
    flex: 1;
    justify-content: center;
    font-size: 11px;
    gap: 8px;
    min-height: 44px;
    padding: 9px 5px;
  }
  .product-topbar {
    padding: 12px 16px;
    min-height: 48px;
  }
  .demo-panel {
    min-height: 0;
    padding: 22px 16px 12px;
  }
  .panel-heading h2 {
    font-size: 20px;
  }
  .design-notes article p {
    font-size: 10px;
  }
  .design-notes {
    margin-top: 8px;
  }
  .architecture-hero {
    height: 300px;
  }
  .architecture-copy h3 {
    font-size: 42px;
  }
  .architecture-copy {
    top: 42px;
    left: 25px;
  }
  .example-footer {
    padding: 15px 20px;
  }
  .product-status {
    padding: 12px 16px;
    font-size: 8px;
  }
  .product-status>span:last-child {
    display: none;
  }
  .demo-disclaimer {
    font-size: 9px;
    padding-inline: 8px;
  }
  .capabilities ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 25px;
  }
  .capabilities>span {
    display: block;
    text-align: center;
  }
  .capabilities li {
    font-size: 11px;
  }
  .section-space {
    padding-block: 65px;
  }
  .section-heading {
    display: block;
    margin-bottom: 30px;
  }
  .section-heading>p {
    max-width: 470px;
    margin-top: 20px;
    font-size: 14px;
  }
  .workflow-grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .workflow-grid article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 25px;
    align-content: start;
  }
  .workflow-visual {
    grid-row: 1/5;
    height: 220px;
    align-self: start;
  }
  .step-label {
    margin-top: 4px;
    font-size: 8px;
  }
  .workflow-grid h3 {
    font-size: 20px;
  }
  .workflow-grid article>p {
    font-size: 12px;
  }
  .workflow-grid article>a {
    font-size: 11px;
  }
  .lead-visual {
    padding: 30px 15px;
  }
  .contact-visual {
    padding: 35px 15px;
  }
  .control-inner {
    grid-template-columns: 1fr;
    padding-block: 60px;
    gap: 45px;
  }
  .control-inner h2 {
    font-size: 40px;
  }
  .control-inner>div>p:not(.eyebrow) {
    font-size: 14px;
  }
  .control-checklist article {
    padding-block: 21px;
  }
  .control-checklist h3 {
    font-size: 16px;
  }
  .control-checklist article p {
    font-size: 13px;
  }
  .questions {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .questions h2 {
    font-size: 36px;
  }
  .questions>div>p:not(.eyebrow) {
    margin-top: 18px;
  }
  .contact-section {
    padding-block: 60px;
  }
  .contact-section h2 {
    font-size: 50px;
    letter-spacing: -2.5px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 14px;
  }
  .footer-top p {
    order: 3;
    width: 100%;
  }
  .footer-wordmark {
    font-size: 19vw;
    letter-spacing: -.075em;
    margin-block: 20px;
  }
  .footer-bottom {
    gap: 20px;
    font-size: 9px;
  }
  .footer-bottom>span:nth-child(2) {
    display: none;
  }
}
@media(max-width:480px) {
  .nav-actions .button {
    display: none;
  }
  .hero h1 {
    font-size: 44px;
    letter-spacing: -2.5px;
  }
  .hero .eyebrow {
    font-size: 8px;
    letter-spacing: 1.1px;
  }
  .hero-intro {
    font-size: 14px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 2px;
    margin-top: 23px;
  }
  .hero-actions .button {
    font-size: 13px;
    gap: 38px;
  }
  .availability {
    font-size: 9px;
  }
  .tour-caption {
    line-height: 1.5;
  }
  .demo-tabs button {
    font-size: 10px;
    gap: 6px;
  }
  .tab-icon {
    font-size: 15px;
  }
  .demo-panel {
    padding: 20px 12px 10px;
  }
  .product-topbar {
    padding: 10px 12px;
    font-size: 9px;
  }
  .demo-label {
    font-size: 8px;
    padding: 4px 5px;
  }
  .product-topbar>span>span {
    padding-inline: 6px;
  }
  .panel-heading {
    margin-bottom: 17px;
  }
  .panel-heading h2 {
    font-size: 19px;
    letter-spacing: -.7px;
    max-width: 280px;
  }
  .small-caps {
    font-size: 8px;
  }
  .comparison-toolbar {
    padding: 7px;
  }
  .comparison-toolbar>span {
    font-size: 8px;
  }
  .compare-switch button {
    font-size: 9px;
    padding: 6px 8px;
    min-height: 36px;
  }
  .example-nav {
    padding: 12px 15px;
  }
  .example-nav>span {
    font-size: 6px;
  }
  .architecture-hero {
    height: 270px;
  }
  .architecture-copy {
    top: 32px;
    left: 18px;
  }
  .architecture-copy h3 {
    font-size: 37px;
  }
  .architecture-copy>span:first-child {
    font-size: 6px;
  }
  .architecture-index {
    font-size: 6px;
  }
  .example-footer {
    font-size: 7px;
    padding: 12px 15px;
  }
  .example-footer>span:last-child {
    font-size: 5px;
  }
  .design-notes {
    grid-template-columns: 1fr;
    gap: 10px;
    padding-top: 7px;
  }
  .design-notes article {
    align-items: center;
  }
  .design-notes article p {
    margin: 0;
  }
  .design-notes h3 {
    margin-bottom: 2px;
  }
  .design-notes .inline-button {
    justify-content: flex-start;
  }
  .product-status {
    padding: 12px;
  }
  .research-grid {
    gap: 16px;
  }
  .lead-profile {
    padding: 15px;
  }
  .audit-title {
    flex-wrap: wrap;
  }
  .audit-findings h3 {
    font-size: 12px;
  }
  .audit-findings article {
    gap: 9px;
  }
  .audit-findings p {
    font-size: 11px;
  }
  .email-title {
    padding: 12px;
  }
  .mail-draft {
    display: none;
  }
  .email-title>div>span {
    font-size: 8px;
  }
  .email-subject {
    padding: 10px 12px;
  }
  .email-subject>span {
    display: block;
    margin: 0 0 6px;
  }
  .email-body {
    padding: 6px 12px;
  }
  .email-body p {
    font-size: 12px;
  }
  .mail-attachment {
    gap: 7px;
  }
  .mail-attachment img {
    width: 50px;
    height: 43px;
  }
  .mail-attachment strong {
    font-size: 9px;
  }
  .mail-attachment div>span {
    font-size: 7px;
  }
  .mail-footer {
    font-size: 8px;
    padding: 10px 12px;
  }
  .workflow-grid article {
    display: block;
  }
  .workflow-visual {
    height: 210px;
  }
  .lead-visual {
    padding: 23px;
  }
  .contact-visual {
    padding: 33px 25px;
  }
  .mini-lead b {
    font-size: 12px;
  }
  .mini-lead small {
    font-size: 10px;
  }
  .mini-search>span {
    font-size: 11px;
  }
  .small-message b {
    font-size: 12px;
  }
  .small-message p {
    font-size: 11px;
  }
  .small-message div>span {
    font-size: 10px;
  }
  .contact-visual .avatar {
    width: 30px;
    height: 30px;
  }
  .review-chip {
    font-size: 9px;
    bottom: 22px;
    right: 20px;
  }
  .floating-label {
    font-size: 11px;
  }
  .step-label {
    margin-top: 22px;
    font-size: 9px;
  }
  .workflow-grid h3 {
    font-size: 24px;
    margin-top: 10px;
  }
  .workflow-grid article>p {
    font-size: 14px;
  }
  .workflow-grid article>a {
    font-size: 12px;
  }
  .control-inner h2 {
    font-size: 34px;
    letter-spacing: -1.6px;
  }
  .control-inner .eyebrow {
    font-size: 8px;
  }
  .contact-section h2 {
    font-size: 41px;
    letter-spacing: -2px;
  }
  .contact-section>p:not(.eyebrow) {
    font-size: 14px;
  }
  .contact-section small {
    font-size: 9px;
  }
  .footer-top .brand>span {
    font-size: 14px;
  }
}
@media(max-width:350px) {
  .wrap {
    width: calc(100% - 32px);
  }
  .hero h1 {
    font-size: 38px;
    letter-spacing: -2px;
  }
  .hero .eyebrow {
    letter-spacing: .6px;
  }
  .demo-tabs button {
    font-size: 9px;
    gap: 5px;
  }
  .product-topbar {
    font-size: 8px;
  }
  .demo-label {
    font-size: 7px;
  }
  .comparison-toolbar>span {
    display: none;
  }
  .comparison-toolbar {
    justify-content: flex-end;
  }
  .architecture-copy h3 {
    font-size: 33px;
  }
  .example-nav>span {
    font-size: 5px;
  }
  .panel-heading h2 {
    font-size: 18px;
  }
  .control-inner h2 {
    font-size: 29px;
  }
  .questions h2 {
    font-size: 31px;
  }
  .contact-section h2 {
    font-size: 36px;
  }
}
@media(prefers-reduced-motion:reduce) {
  html {
    scroll-behavior: auto;
  }
  *,*:before,*:after {
    transition: none!important;
    animation: none!important;
  }
}
@media(forced-colors:active) {
  .button,.demo-tabs button,.pill,.check-icon {
    border: 1px solid ButtonText;
  }
  .demo-tabs button[aria-selected=true],.compare-switch button[aria-pressed=true] {
    outline: 2px solid Highlight;
  }
  .architecture-hero:after {
    display: none;
  }
  .architecture-copy {
    background: Canvas;
    color: CanvasText;
    padding: 10px;
  }
}
/* Contact is separate from the fictional product tour; native dialog contains focus. */
.contact-is-open { overflow: hidden; }
.contact-dialog { width: min(640px, calc(100% - 32px)); max-height: calc(100dvh - 32px); padding: 36px; border: 1px solid #dce3ed; border-radius: 24px; background: #fff; color: #172333; box-shadow: 0 32px 100px #0c193c30; }
.contact-dialog::backdrop { background: #101c37a8; backdrop-filter: blur(5px); }
.dialog-close { position: absolute; right: 20px; top: 18px; display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 1px solid #dce3ed; border-radius: 50%; background: #f7f8fa; font-size: 28px; cursor: pointer; }
.meeting-header > img { margin-bottom: 18px; }
.meeting-header .eyebrow { margin: 0 0 10px; }
.meeting-header h2 { margin: 0; font-size: clamp(30px, 5vw, 40px); line-height: 1.1; letter-spacing: -1.5px; }
.meeting-header > p:last-child { margin: 16px 0 24px; color: #576477; line-height: 1.6; font-size: 14px; }
.meeting-fields { display: grid; gap: 16px; min-width: 0; border: 0; margin: 0; padding: 0; }
.meeting-fields[hidden], .meeting-success[hidden] { display: none; }
.meeting-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.meeting-fields label { display: grid; gap: 8px; min-width: 0; font-size: 13px; font-weight: 700; position: relative; }
.meeting-fields label > span:not(.optional) { display: contents; }
.meeting-fields label > span.optional { font-size: 11px; color: #647185; font-weight: 500; position: absolute; top: 0; right: 0; }
.meeting-fields input:not([type="checkbox"]), .meeting-fields textarea { width: 100%; min-width: 0; border: 1px solid #c9d3e2; border-radius: 10px; background: #fafbfe; padding: 13px 14px; color: #172333; font: inherit; font-size: 16px; font-weight: 400; }
.meeting-fields textarea { resize: vertical; min-height: 90px; max-height: 220px; }
.meeting-fields input:focus-visible, .meeting-fields textarea:focus-visible { outline: 3px solid #1559ed35; outline-offset: 1px; border-color: #1559ed; }
.meeting-fields label.meeting-consent { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; line-height: 1.6; font-weight: 500; }
.meeting-consent input { margin-top: 3px; flex: 0 0 18px; width: 18px; height: 18px; accent-color: #1559ed; }
.meeting-privacy { margin: 0; color: #657083; font-size: 11px; line-height: 1.7; }
.meeting-privacy a, .meeting-alternative a { text-decoration: underline; text-underline-offset: 3px; }
.meeting-submit { width: 100%; justify-content: center; border: 0; cursor: pointer; }
.meeting-submit:disabled, .dialog-close:disabled { opacity: .65; cursor: wait; }
.meeting-status { font-size: 13px; line-height: 1.6; margin: 14px 0 0; }
.meeting-status:empty { display: none; }
.meeting-status.is-error { border: 1px solid #edc7c5; background: #fff5f4; color: #8d2923; border-radius: 10px; padding: 12px; }
.meeting-alternative { font-size: 11px; line-height: 1.8; color: #647185; text-align: center; margin: 20px 0 0; overflow-wrap: anywhere; }
.meeting-success { text-align: center; padding: 12px 0; }
.meeting-success h3 { font-size: 24px; margin: 16px 0 10px; }
.meeting-success p { font-size: 14px; line-height: 1.7; color: #576477; margin-bottom: 24px; }
.success-mark { display: inline-grid; place-items: center; width: 52px; height: 52px; border-radius: 50%; background: #e8f6ef; color: #176a45; font-size: 28px; }
.meeting-honeypot, .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
@media (max-width: 540px) {
  .contact-dialog { width: calc(100% - 20px); max-height: calc(100dvh - 20px); padding: 24px 20px; border-radius: 18px; }
  .meeting-row { grid-template-columns: 1fr; }
  .meeting-header > img { margin-bottom: 14px; }
}
