@font-face {
  font-family: "universalSans";
  font-weight: 400;
  font-style: normal;
  src: url("/_next/static/media/74452ea3ef0f9101-s.p.woff2") format("woff2");
}

@font-face {
  font-family: "GeistMono";
  font-weight: 400;
  font-style: normal;
  src: url("/_next/static/media/66f30814ff6d7cdf.p.woff2") format("woff2");
}

@font-face {
  font-family: "universalSansDisplay";
  font-weight: 550;
  font-style: normal;
  src: url("/_next/static/media/f5a90156f8995c8c-s.p.woff2") format("woff2");
}

:root {
  --bg: #050505;
  --text: #ecf2f7;
  --text-muted: rgba(236, 242, 247, 0.62);
  --text-soft: rgba(236, 242, 247, 0.42);
  --ui-stroke: rgba(255, 255, 255, 0.25);
  --ui-fill: rgba(130, 135, 145, 0.2);
  --accent-shadow: rgba(255, 255, 255, 0.14);
  --radius: 18px;
  --container: 1280px;
  --header-height: 80px;
  --font-body: "universalSans", system-ui, sans-serif;
  --font-menu: "GeistMono", ui-monospace, monospace;
  --font-display: "universalSansDisplay", var(--font-body);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 18px);
  scrollbar-color: rgba(104, 112, 124, 0.95) #070707;
  scrollbar-width: thin;
}

body {
  margin: 0;
  min-width: 320px;
  background: #000;
  color: var(--text);
  font-family: var(--font-body);
  font-weight: 400;
  line-height: 1.6;
  scrollbar-color: rgba(104, 112, 124, 0.95) #070707;
  scrollbar-width: thin;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 16px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #070707;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #5c6470 0%, #434a54 100%);
  border: 2px solid #070707;
  border-radius: 999px;
}

html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #6b7481 0%, #4d5560 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 82%);
}

body.menu-open,
body.login-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--ui-stroke);
  border-radius: 12px;
  background: transparent;
  color: var(--text);
  padding: 0.95rem 1rem;
  transition: border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

input::placeholder,
textarea::placeholder {
  color: var(--text-soft);
}

input:focus-visible,
textarea:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: none;
  border-color: #fff;
  box-shadow: 0 0 0 4px var(--accent-shadow);
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  background: transparent;
  border-bottom: 0;
}

.site-header.is-scrolled {
  background: transparent;
  box-shadow: none;
}

.nav-panel,
.mobile-menu-inner,
.footer-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nav-panel a,
.mobile-menu a,
.footer-links a {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-menu);
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.375rem 0.75rem;
  transition: color 180ms ease, background-color 180ms ease;
}

.nav-panel a:hover,
.mobile-menu a:hover,
.footer-links a:hover,
.nav-panel a:focus-visible,
.mobile-menu a:focus-visible,
.footer-links a:focus-visible {
  color: #ffffff;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.portal-login-trigger {
  min-height: 34px;
  padding: 0.28rem 0.7rem;
  border: 1px solid var(--ui-stroke);
  border-radius: 9999px;
  background: transparent;
  color: #fff;
  box-shadow: none;
}

.portal-login-trigger:hover,
.portal-login-trigger:focus-visible,
.portal-login-trigger[aria-expanded="true"] {
  color: #fff;
  background: var(--ui-fill);
}

.portal-login-shell {
  position: fixed;
  top: calc(var(--header-height) + 14px);
  right: min(20px, 2vw);
  left: auto;
  z-index: 45;
}

.portal-login-shell[hidden] {
  display: none !important;
}

.portal-login-backdrop {
  display: none;
}

.portal-login-panel {
  width: min(380px, calc(100vw - 28px));
  padding: 1.2rem;
  border: 1px solid var(--ui-stroke);
  border-radius: 20px;
  background: transparent;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.42);
}

.portal-login-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.45rem;
}

.portal-login-header h2 {
  font-size: 0.98rem;
  color: var(--text) !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.portal-login-dismiss {
  display: none;
}

.portal-login-form {
  display: grid;
  gap: 0.8rem;
  margin-top: 0;
}

.portal-login-field {
  gap: 0;
}

.portal-password-field {
  position: relative;
}

.portal-password-field input {
  padding-right: 3.4rem;
}

.portal-login-submit {
  position: absolute;
  right: 0.6rem;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 9999px;
  background: transparent;
  color: #ffffff;
  padding: 0;
  box-shadow: none;
}

.portal-login-submit:hover,
.portal-login-submit:focus-visible {
  background: rgba(130, 135, 145, 0.2);
}

.portal-login-submit svg {
  width: 1.15rem;
  height: 1.15rem;
}

.portal-login-form input,
.contact-form input,
.contact-form textarea {
  padding: 0.5rem 0.75rem;
}

.contact-form textarea {
  resize: vertical;
}

.menu-toggle {
  display: none;
}

.mobile-menu {
  border-top: 1px solid rgba(145, 179, 199, 0.08);
  background: rgba(5, 11, 17, 0.98);
}

.mobile-menu[hidden] {
  display: none;
}

.mobile-menu-inner {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  padding: 0.75rem 0 1rem;
}

.mobile-menu a {
  width: 100%;
  padding: 0.9rem 0;
  border-bottom: 1px solid rgba(145, 179, 199, 0.08);
}

.hero {
  position: relative;
  overflow: hidden;
}

.hero-static-centered {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: var(--header-height) 0 0;
}

.hero-static-centered-inner {
  min-height: calc(100vh - var(--header-height));
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: translateY(-3.25rem);
}

.hero-static-centered-inner h1 {
  max-width: none;
  width: 100%;
  margin: 0 auto;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--text-muted);
  font-family: var(--font-menu);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  font-weight: 400;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--font-display);
  font-weight: 550;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

h1 {
  max-width: 11ch;
  font-size: clamp(3.2rem, 6.8vw, 5.6rem);
}

h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

h3 {
  font-size: 1.24rem;
}

p {
  margin: 0;
  color: var(--text-muted);
}

.card,
.contact-form {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ui-stroke);
  border-radius: var(--radius);
  background: transparent;
}

.section {
  padding: 5.25rem 0;
}

.section-black,
.section-alt,
.site-footer {
  background: #000;
}

.section-with-divider {
  padding-top: 0;
}

.section-divider {
  height: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 5.25rem;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.section-heading-no-eyebrow {
  margin-top: 0;
}

.section-heading p:last-child {
  margin-top: 1rem;
}

.card-grid {
  display: grid;
  gap: 1.25rem;
}

.capabilities-grid,
.security-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  padding: 1.5rem;
}

.card p {
  margin-top: 0.85rem;
}

.card-feature {
  min-height: 220px;
}

.compliance-line {
  margin-top: 1.5rem;
  color: var(--text);
  font-weight: 600;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

.section-heading-compact {
  margin-bottom: 0;
}

.contact-form-heading {
  margin-bottom: 1rem;
}

.contact-form {
  width: min(100%, 920px);
  justify-self: center;
  display: flex;
  flex-direction: column;
  padding: 1.6rem;
  background: transparent;
  box-shadow: none;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.55rem;
}

.full-width {
  grid-column: 1 / -1;
}

.hero-message-field {
  position: relative;
  display: block;
  gap: 0;
}

.hero-message-field textarea {
  display: block;
  width: 100%;
  padding-right: 4.25rem;
  padding-bottom: 3.75rem;
}

.hero-submit-button {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 2;
  width: 2.75rem !important;
  min-width: 2.75rem !important;
  max-width: 2.75rem !important;
  height: 2.75rem !important;
  min-height: 2.75rem !important;
  max-height: 2.75rem !important;
  display: inline-flex !important;
  flex: 0 0 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ui-stroke);
  border-radius: 9999px;
  background: transparent;
  color: #ffffff;
  box-shadow: none;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
  padding: 0 !important;
  margin: 0 !important;
  line-height: 0;
  overflow: hidden;
  appearance: none;
  -webkit-appearance: none;
}

.hero-submit-button:hover,
.hero-submit-button:focus-visible {
  background: var(--ui-fill);
  color: #ffffff;
}

.hero-submit-button svg {
  display: block;
  width: 1.3rem;
  min-width: 1.3rem;
  max-width: 1.3rem;
  height: 1.3rem;
  min-height: 1.3rem;
  max-height: 1.3rem;
  flex: 0 0 1.3rem;
  overflow: visible;
}

.form-note {
  margin-top: 0.9rem;
  color: var(--text-soft);
  font-size: 0.94rem;
}

.site-footer {
  padding: 1.5rem 0 2rem;
  border-top: 1px solid rgba(145, 179, 199, 0.08);
}

.footer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-top: 0.2rem;
}

.footer-meta-legal-only {
  min-height: 42px;
}

.footer-links-legal {
  gap: 0.65rem;
}

.footer-links-legal span {
  color: var(--text-soft);
}

.legal-page {
  padding: calc(var(--header-height) + 4rem) 0 4rem;
}

.legal-shell {
  width: min(calc(100% - 32px), 920px);
  margin: 0 auto;
}

.legal-intro {
  max-width: none;
  margin-bottom: 2.5rem;
}

.legal-intro p:last-child {
  margin-top: 1rem;
}

.legal-intro h1 {
  max-width: none;
  font-size: clamp(2rem, 3.2vw, 3rem);
  line-height: 1.08;
}

.legal-block {
  padding: 1.35rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.legal-block:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.legal-block h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.1rem, 2.1vw, 1.5rem);
  line-height: 1.2;
}

.legal-block p + p,
.legal-block p + ul,
.legal-block p + form,
.legal-block ul + p {
  margin-top: 0.9rem;
}

.legal-block ul {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--text-muted);
}

.legal-block li + li {
  margin-top: 0.45rem;
}

.legal-link {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.index3-page .x3-header {
  position: fixed;
  inset-inline: 0;
  top: 0;
  z-index: 50;
  transform: translateY(0);
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.index3-page .x3-header-gradient,
.index3-page .x3-header-backdrop,
.index3-page .x3-header-backdrop-inner,
.index3-page .x3-backdrop-shell,
.index3-page .x3-backdrop-row {
  display: none !important;
}

.index3-page .x3-header-shell {
  position: relative;
}

.index3-page .x3-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0;
}

.index3-page .x3-logo-link {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
}

.index3-page .x3-wordmark {
  color: #ffffff;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 550;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.index3-page .x3-logo-button {
  margin: -0.25rem;
  display: inline-flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  color: #fff;
  background: transparent;
  border: 0;
  transition: background-color 180ms ease;
}

.index3-page .x3-logo-button:hover,
.index3-page .x3-logo-button:focus-visible {
  background: rgba(255, 255, 255, 0.1);
}

.index3-page .x3-logo-button img {
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}

.index3-page .x3-menu-list {
  margin: 0 0 0 0.75rem;
  display: none;
  flex-grow: 1;
  gap: 1rem;
  list-style: none;
  padding: 0;
}

.index3-page .x3-menu-link {
  color: rgba(255, 255, 255, 0.5);
  font-family: var(--font-menu);
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 0.375rem 0.75rem;
  transition: color 180ms ease, background-color 180ms ease;
}

.index3-page .x3-menu-link:hover,
.index3-page .x3-menu-link:focus-visible {
  color: #ffffff;
}

.index3-page .x3-header-actions {
  display: flex;
  gap: 0.5rem;
}

.index3-page .x3-icon-button {
  position: relative;
  display: inline-flex;
  width: 34px;
  height: 34px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 9999px;
  background: transparent;
  color: #fff;
  padding: 0;
}

.index3-page .x3-icon-button:hover,
.index3-page .x3-icon-button:focus-visible {
  background: rgba(130, 135, 145, 0.2);
}

.index3-page .x3-icon-button svg {
  width: 1.25rem;
  height: 1.25rem;
}

.index3-page .x3-mobile-menu-inner .x3-menu-link {
  display: block;
}

@media (min-width: 800px) {
  .index3-page .x3-header-shell {
    padding-inline: 1.5rem;
  }

  .index3-page .x3-menu-list {
    display: flex;
  }

  .index3-page .x3-nav {
    height: 56px;
  }

  .index3-page .x3-icon-button.menu-toggle,
  .index3-page .x3-mobile-menu {
    display: none !important;
  }
}

@media (min-width: 800px) and (max-width: 1023px) {
  .index-home .x3-menu-list {
    display: none;
  }

  .index-home .x3-icon-button.menu-toggle {
    display: inline-flex !important;
  }

  .index-home .x3-mobile-menu[hidden] {
    display: none !important;
  }

  .index-home .x3-mobile-menu:not([hidden]) {
    display: block !important;
  }
}

@media (min-width: 1024px) {
  .index-home .x3-menu-list {
    display: flex;
  }

  .index-home .x3-icon-button.menu-toggle,
  .index-home .x3-mobile-menu {
    display: none !important;
  }
}

@media (max-width: 799px) {
  .index3-page .x3-header-gradient,
  .index3-page .x3-header-backdrop {
    display: none !important;
  }

  .index3-page .x3-nav {
    height: 56px !important;
    min-height: 56px !important;
    padding: 0 !important;
  }
}

@media (max-width: 760px) {
  :root {
    --header-height: 76px;
    --radius: 18px;
  }

  .container {
    width: min(calc(100% - 28px), var(--container));
  }

  .portal-login-shell {
    position: fixed;
    top: calc(var(--header-height) + 12px);
    left: 14px;
    right: 14px;
    display: block;
    padding: 0;
  }

  .portal-login-panel {
    position: relative;
    width: min(420px, 100%);
    margin: 0 auto;
  }

  .menu-toggle {
    display: inline-flex;
  }

  .header-actions {
    margin-left: auto;
    gap: 0.6rem;
  }

  .capabilities-grid,
  .security-grid,
  .form-grid,
  .footer-meta {
    grid-template-columns: 1fr;
  }

  .hero-static-centered-inner {
    transform: translateY(-3rem);
  }

  .contact-form,
  .card {
    padding: 1.25rem;
  }

  .footer-meta {
    display: grid;
    justify-content: start;
  }

  .footer-links {
    flex-wrap: wrap;
    gap: 0.85rem 1rem;
  }
}

@media (max-width: 480px) {
  body {
    font-size: 0.98rem;
  }

  .hero-static-centered-inner h1 {
    font-size: clamp(2.8rem, 10vw, 4rem);
  }
}
