:root {
  --navy: #002868;
  --deep: #001b49;
  --cyan: #0090ce;
  --coral: #fd5c55;
  --ink: #132238;
  --muted: #526579;
  --pale: #eef3f4;
  --paper: #f7f5ef;
  --line: #d8e4ee;
  --white: #fff;
  --shadow: 0 24px 70px rgba(0, 40, 104, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
.shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 1000;
  background: var(--deep);
  color: #fff;
  padding: 12px 16px;
  border-radius: 8px;
}
.skip-link:focus {
  top: 16px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 76px;
  padding: 12px max(20px, calc((100% - 1180px) / 2));
  display: flex;
  align-items: center;
  gap: 34px;
  background: rgba(4, 18, 43, 0.96);
  border-bottom: 1px solid rgba(112, 210, 242, 0.22);
  backdrop-filter: blur(14px);
}
.brand img {
  display: block;
  width: 182px;
  filter: brightness(0) invert(1);
}
.site-header nav {
  display: flex;
  gap: 28px;
  margin-left: auto;
}
.site-header nav a,
.footer-grid a {
  color: #d9e8f1;
  text-decoration: none;
  font-weight: 700;
}
.nav-cta {
  padding: 10px 16px;
  background: #70e1b8;
  color: #06152e;
  text-decoration: none;
  font-weight: 800;
  border-radius: 999px;
}
.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(330px, 0.7fr);
  gap: 70px;
  align-items: center;
  padding-block: 108px 96px;
  color: #fff;
  isolation: isolate;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  background:
    linear-gradient(90deg, rgba(112, 210, 242, 0.08) 1px, transparent 1px) 0 0 / 72px 72px,
    linear-gradient(rgba(112, 210, 242, 0.06) 1px, transparent 1px) 0 0 / 72px 72px,
    #06152e;
}
.hero::after {
  content: "CUSTOMER ENVIRONMENT / SYNTHETIC PASS";
  position: absolute;
  right: calc(50% - 50vw + 24px);
  bottom: 20px;
  color: rgba(205, 238, 250, 0.42);
  font: 700 0.62rem/1 Consolas, monospace;
  letter-spacing: 0.16em;
}
.eyebrow {
  margin: 0 0 15px;
  color: var(--cyan);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}
.eyebrow.light {
  color: #70d2f2;
}
.hero h1,
.section h2,
.error-card h1 {
  margin: 0;
  color: var(--deep);
  font-size: clamp(2.55rem, 5.4vw, 5.25rem);
  line-height: 0.99;
  letter-spacing: -0.055em;
}
.hero h1 {
  color: #fff;
}
.hero h1 span {
  display: block;
  color: #70d2f2;
}
.lede {
  max-width: 760px;
  margin: 28px 0 0;
  color: #c8d7e2;
  font-size: 1.25rem;
  line-height: 1.58;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
  margin-top: 28px;
}
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 19px;
  border: 2px solid var(--navy);
  border-radius: 9px;
  text-decoration: none;
  font-weight: 900;
  transition:
    transform 0.18s,
    box-shadow 0.18s,
    background 0.18s;
}
.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(0, 40, 104, 0.16);
}
.button.primary {
  background: #70e1b8;
  border-color: #70e1b8;
  color: #06152e;
}
.hero .button.secondary {
  background: transparent;
  border-color: rgba(205, 238, 250, 0.72);
  color: #fff;
}
.button.secondary {
  background: #fff;
  color: var(--navy);
}
.hero .text-link {
  color: #70d2f2;
}
.text-link {
  color: var(--navy);
  font-weight: 900;
}
.warning {
  max-width: 770px;
  margin: 24px 0 0;
  padding: 15px 18px;
  border-left: 4px solid var(--coral);
  background: rgba(253, 92, 85, 0.1);
  color: #f2d8d6;
  font-size: 0.93rem;
}
.scan-stage {
  position: relative;
  padding: 20px;
  overflow: hidden;
  color: #fff;
  background: #0b2347;
  border: 1px solid rgba(112, 210, 242, 0.42);
  border-radius: 2px;
  box-shadow: 18px 18px 0 rgba(0, 0, 0, 0.24);
  transform: rotate(0.7deg);
}
.scan-header,
.scan-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  color: #cdeefa;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.scan-header > div {
  display: flex;
  align-items: center;
  gap: 9px;
}
.scan-dot {
  width: 8px;
  height: 8px;
  background: #70e1b8;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(112, 225, 184, 0.12);
}
.scan-document {
  position: relative;
  margin-block: 16px;
  padding: 24px;
  overflow: hidden;
  color: #17243a;
  background: #f8fbfd;
  min-height: 374px;
  border-radius: 1px;
  box-shadow: inset 0 0 0 1px #d8e4ee;
}
.document-mark span,
.document-mark b,
.document-mark small {
  display: block;
}
.document-mark span {
  color: #b23f3a;
  font-size: 0.67rem;
  font-weight: 900;
  letter-spacing: 0.16em;
}
.document-mark b {
  margin-top: 9px;
  color: var(--deep);
  font-size: 1.15rem;
}
.document-mark small {
  color: #607083;
  font-size: 0.7rem;
}
.document-rule {
  height: 1px;
  margin-block: 17px 13px;
  background: #c7d5df;
}
.document-row {
  position: relative;
  display: grid;
  grid-template-columns: 105px 1fr;
  align-items: center;
  min-height: 36px;
  border-bottom: 1px solid #e1e9ef;
  font:
    700 0.76rem/1.2 "Cascadia Mono",
    Consolas,
    monospace;
}
.document-row small {
  color: #67788b;
  font:
    700 0.62rem/1.2 "Segoe UI",
    Arial,
    sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.document-row i {
  position: absolute;
  left: 105px;
  width: calc(100% - 105px);
  height: 17px;
  background: #05070a;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.24s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.document-row.is-redacted i {
  transform: scaleX(1);
}
.document-copy {
  margin-top: 15px;
  color: #66788b;
  font-size: 0.67rem;
  line-height: 1.55;
}
.scan-beam {
  position: absolute;
  z-index: 3;
  top: calc(var(--scan-progress, 0) * 1%);
  left: 0;
  width: 100%;
  height: 3px;
  background: #70e1b8;
  box-shadow: 0 0 24px 9px rgba(112, 225, 184, 0.28);
}
.scan-footer [data-scan-status] {
  color: #70e1b8;
}
.scan-disclaimer {
  margin: 12px 0 0;
  color: #93aabd;
  font-size: 0.72rem;
}
html:not(.js) .document-row i {
  transform: scaleX(1);
}
.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #70e1b8;
  color: #06152e;
  border-bottom: 1px solid #06152e;
}
.proof-strip div {
  padding: 24px max(24px, calc((100vw - 1180px) / 8));
  border-right: 1px solid rgba(6, 21, 46, 0.3);
}
.proof-strip b,
.proof-strip span {
  display: block;
}
.proof-strip b {
  font-size: 1.18rem;
}
.proof-strip span {
  margin-top: 4px;
  color: #173d4a;
  font-size: 0.88rem;
}
.section {
  padding-block: 96px;
}
.section h2 {
  font-size: clamp(2.3rem, 4.1vw, 4.05rem);
}
.split-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 80px;
  align-items: start;
}
.split-section > div:first-child > p:last-child,
.section-heading > p {
  color: var(--muted);
  font-size: 1.08rem;
}
.fit-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--line);
  border-radius: 0;
  overflow: hidden;
}
.fit-grid article {
  min-height: 220px;
  padding: 28px;
  background: #fff;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.fit-grid article:nth-child(2n) {
  border-right: 0;
}
.fit-grid article:nth-last-child(-n + 2) {
  border-bottom: 0;
}
.fit-grid span {
  color: var(--cyan);
  font-weight: 900;
}
.fit-grid h3,
.evidence-card h3,
.timeline h3 {
  margin: 20px 0 8px;
  color: var(--deep);
  font-size: 1.3rem;
}
.fit-grid p,
.evidence-card p,
.timeline p {
  margin: 0;
  color: var(--muted);
}
.deployment-section {
  background: var(--deep);
  color: #fff;
}
.deployment-section h2 {
  max-width: 760px;
  color: #fff;
}
.architecture {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: center;
  margin-top: 52px;
}
.arch-node {
  min-height: 180px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.06);
}
.arch-node.medshield {
  border-color: #3ac3fb;
  background: #003a75;
  box-shadow: 0 0 0 5px rgba(0, 144, 206, 0.12);
}
.arch-node.output {
  border-color: rgba(112, 225, 184, 0.6);
}
.arch-node small,
.arch-node b,
.arch-node span {
  display: block;
}
.arch-node small {
  color: #70d2f2;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.arch-node b {
  margin-top: 24px;
  font-size: 1.55rem;
}
.arch-node span {
  margin-top: 8px;
  color: #cdeefa;
}
.arch-arrow {
  color: #70d2f2;
  font-size: 2rem;
}
.deployment-notes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 30px;
}
.deployment-notes p {
  margin: 0;
  padding: 17px;
  border-top: 2px solid var(--cyan);
  color: #cdeefa;
}
.deployment-notes b {
  color: #fff;
}
.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 42px;
}
.evidence-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.evidence-card {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 24px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fff;
  border-top: 4px solid var(--cyan);
  box-shadow: 10px 10px 0 rgba(0, 40, 104, 0.06);
}
.evidence-card img {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  object-position: top;
  border-radius: 0;
  background: var(--pale);
}
.card-label {
  align-self: flex-start;
  position: relative;
  z-index: 1;
  margin: 8px 0 -12px 12px;
  padding: 7px 10px;
  background: var(--cyan);
  color: #fff;
  border-radius: 0;
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.card-label.coral {
  background: var(--coral);
}
.evidence-card h3,
.evidence-card p,
.boundary {
  margin-inline: 10px;
}
.boundary {
  display: block;
  margin-top: auto;
  padding-top: 18px;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 900;
}
.limits-section {
  background: var(--pale);
}
.limits-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: start;
}
.limit-list {
  display: grid;
  gap: 0;
  border-top: 1px solid #afc4d6;
}
.limit-list p {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #afc4d6;
}
.timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  border-radius: 0;
  overflow: hidden;
}
.timeline li {
  padding: 26px 22px;
  border-right: 1px solid var(--line);
}
.timeline li:last-child {
  border: 0;
}
.timeline span {
  color: var(--cyan);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.security-section {
  background: var(--navy);
  color: #fff;
}
.security-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.security-section h2 {
  color: #fff;
}
.security-section ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.security-section li {
  padding: 17px 18px;
  background: rgba(255, 255, 255, 0.08);
  border-left: 3px solid #70d2f2;
}
.apply-section {
  background: #fff;
}
.apply-card {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  padding: 58px;
  border: 1px solid var(--line);
  color: #fff;
  background: #06152e;
  border-color: #06152e;
  border-radius: 0;
  box-shadow: 14px 14px 0 #70e1b8;
}
.apply-card h2 {
  color: #fff;
}
.apply-card > .apply-intro > p,
.apply-card small {
  color: #c8d7e2;
}
.apply-card .button.secondary {
  background: transparent;
  border-color: #cdeefa;
  color: #fff;
}
.apply-card .actions {
  align-content: center;
  flex-direction: column;
  align-items: stretch;
  margin: 0;
}
.apply-card small {
  color: var(--muted);
  text-align: center;
}
.apply-boundaries {
  display: grid;
  gap: 11px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  color: #d8e7f0;
}
.apply-boundaries li {
  position: relative;
  padding-left: 24px;
}
.apply-boundaries li::before {
  position: absolute;
  left: 0;
  color: #70e1b8;
  content: "✓";
  font-weight: 900;
}
.lead-panel {
  align-self: center;
}
.lead-panel > summary {
  width: 100%;
  cursor: pointer;
  list-style: none;
  text-align: center;
}
.lead-panel > summary::-webkit-details-marker {
  display: none;
}
.lead-panel[open] {
  grid-column: 1 / -1;
}
.lead-panel[open] > summary {
  display: none;
}
.lead-form-shell {
  margin-top: 8px;
  padding: 36px;
  color: var(--ink);
  background: #f6fbfd;
  border: 1px solid #b9dbe8;
}
.form-heading {
  max-width: 760px;
  margin-bottom: 28px;
}
.form-heading h3,
.lead-success h3 {
  margin: 4px 0 10px;
  color: var(--navy);
  font-family: var(--display);
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  letter-spacing: -0.035em;
}
.form-heading p:last-child,
.lead-success p:last-child {
  margin-bottom: 0;
  color: #526579;
}
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.lead-form label > span:first-child {
  display: block;
  margin-bottom: 8px;
  color: #15324a;
  font-size: 0.9rem;
  font-weight: 800;
}
.lead-form label b {
  color: #9c2f20;
}
.lead-form input,
.lead-form select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  color: #0b1d2a;
  background: #fff;
  border: 1px solid #9db8c7;
  border-radius: 0;
  font: inherit;
}
.lead-form input:focus,
.lead-form select:focus,
.form-heading h3:focus,
.lead-success:focus {
  outline: 3px solid #42b8df;
  outline-offset: 2px;
}
.lead-form input[aria-invalid="true"],
.lead-form select[aria-invalid="true"] {
  border-color: #b24032;
  box-shadow: 0 0 0 2px rgba(178, 64, 50, 0.15);
}
.consent-row {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  margin-top: 20px;
  color: #2b465b;
}
.consent-row input {
  width: 20px;
  min-height: 20px;
  margin-top: 2px;
  accent-color: #006a70;
}
.consent-row > span:first-of-type {
  margin: 0;
  font-size: 0.94rem;
  font-weight: 650;
}
.honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}
.cf-turnstile {
  min-height: 65px;
  margin-top: 24px;
}
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}
.form-actions .button.secondary {
  border-color: #17415c;
  color: #12364d;
}
.form-status,
.form-notice {
  min-height: 24px;
  margin: 16px 0 0;
  color: #526579;
  font-weight: 700;
}
.form-status[data-state="error"] {
  color: #9c2f20;
}
.form-status[data-state="loading"] {
  color: #285f78;
}
.lead-success {
  max-width: 720px;
  padding: 14px 0;
}
footer {
  padding-block: 38px;
  background: #07152d;
  color: #d7e6f2;
}
.footer-grid {
  display: grid;
  grid-template-columns: 180px 1fr auto;
  gap: 24px;
  align-items: center;
}
.footer-grid img {
  width: 165px;
  filter: brightness(0) invert(1);
}
.footer-grid p {
  margin: 0;
}
.footer-grid a {
  color: #70d2f2;
}
.company-link {
  font-weight: 800;
}
.footer-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}
.mail-link {
  display: inline-grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid rgba(112, 210, 242, 0.55);
  border-radius: 50%;
  font-size: 1.15rem;
  line-height: 1;
}
.mail-link:hover,
.mail-link:focus-visible {
  background: rgba(112, 210, 242, 0.12);
}
.footer-boundary {
  grid-column: 2/4;
  font-size: 0.85rem;
  color: #9fb4c8;
}
.error-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: var(--pale);
}
.error-card {
  width: min(700px, 100%);
  padding: 52px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.error-card img {
  width: 190px;
}
.error-card h1 {
  margin-top: 10px;
  font-size: clamp(2.3rem, 6vw, 4.2rem);
}
.error-card > p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.08rem;
}
.error-card small {
  display: block;
  margin-top: 24px;
  color: var(--muted);
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #ffb74d;
  outline-offset: 3px;
}
.js [data-reveal] {
  opacity: 0;
  transform: translateY(42px);
  filter: blur(4px);
  transition:
    opacity 0.85s ease,
    transform 0.85s cubic-bezier(0.16, 1, 0.3, 1),
    filter 0.7s ease;
}
.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
@media (max-width: 960px) {
  .site-header nav {
    display: none;
  }
  .site-header {
    gap: 16px;
  }
  .nav-cta {
    margin-left: auto;
  }
  .hero,
  .split-section,
  .limits-grid,
  .security-grid,
  .apply-card {
    grid-template-columns: 1fr;
  }
  .hero {
    padding-block: 70px;
    gap: 42px;
  }
  .proof-strip {
    grid-template-columns: 1fr 1fr;
  }
  .architecture {
    grid-template-columns: 1fr;
  }
  .arch-arrow {
    transform: rotate(90deg);
    justify-self: center;
  }
  .deployment-notes,
  .timeline {
    grid-template-columns: 1fr;
  }
  .timeline li {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .timeline li:last-child {
    border-bottom: 0;
  }
  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .evidence-grid {
    grid-template-columns: 1fr 1fr;
  }
  .apply-card {
    gap: 34px;
  }
  .lead-panel[open] {
    grid-column: auto;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-links {
    justify-content: flex-start;
  }
  .footer-boundary {
    grid-column: auto;
  }
}
@media (max-width: 640px) {
  .shell {
    width: min(100% - 28px, 1180px);
  }
  .site-header {
    min-height: 66px;
    padding: 10px 14px;
  }
  .brand img {
    width: 145px;
  }
  .nav-cta {
    font-size: 0.82rem;
    padding: 9px 12px;
  }
  .hero {
    padding-block: 54px;
  }
  .hero h1 {
    font-size: 2.72rem;
  }
  .lede {
    font-size: 1.08rem;
  }
  .actions {
    align-items: stretch;
  }
  .actions .button {
    width: 100%;
  }
  .text-link {
    text-align: center;
    padding: 8px;
  }
  .proof-strip,
  .fit-grid,
  .evidence-grid,
  .security-section ul {
    grid-template-columns: 1fr;
  }
  .proof-strip div,
  .fit-grid article {
    border-right: 0;
  }
  .fit-grid article {
    border-bottom: 1px solid var(--line);
  }
  .fit-grid article:last-child {
    border-bottom: 0;
  }
  .section {
    padding-block: 68px;
  }
  .scan-stage,
  .apply-card {
    padding: 28px 22px;
  }
  .lead-form-shell {
    padding: 26px 20px;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  .form-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .form-actions .button {
    width: 100%;
  }
  .architecture {
    margin-top: 36px;
  }
  .evidence-card img {
    aspect-ratio: 16/10;
  }
  .footer-grid {
    text-align: left;
  }
  .error-card {
    padding: 34px 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .button {
    transition: none;
  }
  .js [data-reveal] {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
  .scan-beam {
    display: none;
  }
  .document-row i {
    transform: scaleX(1);
    transition: none;
  }
}
