:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, sans-serif;
  color: #1f2937;
  background: #f7fbff;
  line-height: 1.55;
}

* {
  box-sizing: border-box;
}

body {
  min-height: 100vh;
  margin: 0;
  background-color: #f7fbff;
  background-image: linear-gradient(180deg, #eaf6ff 0%, #f8fbff 48%, #eef8ff 100%);
  background-attachment: fixed;
}

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

.wrap {
  width: min(1120px, calc(100% - 40px));
  margin: auto;
}

.nav {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand-cloud {
  width: 40px;
  height: 22px;
  flex: 0 0 auto;
  background: linear-gradient(135deg, #38bdf8 0%, #2563eb 68%, #1f2933 100%);
  -webkit-mask: url("/assets/orgrecon-cloud-mark.png") center / contain no-repeat;
  mask: url("/assets/orgrecon-cloud-mark.png") center / contain no-repeat;
}

.brand-word {
  font-size: 21px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
}

.brand-org {
  color: #1f2933;
}

.brand-recon {
  color: #2563eb;
}

.links {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #526176;
  font-size: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 11px 17px;
  border: 1px solid #2563eb;
  border-radius: 10px;
  background: #2563eb;
  color: white;
  font-weight: 650;
}

.button.secondary {
  border-color: #d9e2ec;
  background: white;
  color: #334155;
}

.hero {
  padding: 96px 0 74px;
}

.eyebrow {
  color: #0369a1;
  font-size: 12px;
  font-weight: 750;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.hero h1 {
  max-width: 850px;
  margin: 14px 0 22px;
  font-size: clamp(42px, 7vw, 72px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.hero p {
  max-width: 680px;
  color: #526176;
  font-size: 20px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.scan-counter {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 64px;
  padding: 20px 0;
  border-top: 1px solid #cfe3f1;
  border-bottom: 1px solid #cfe3f1;
}

.scan-counter strong {
  min-width: 82px;
  color: #0369a1;
  font-size: 42px;
  line-height: 1;
  letter-spacing: -.04em;
}

.scan-counter div {
  display: grid;
}

.scan-counter b {
  font-size: 15px;
}

.scan-counter span {
  color: #64748b;
  font-size: 13px;
}

.scan-counter small {
  margin-left: auto;
  color: #64748b;
}

.section {
  padding: 82px 0;
}

.section h2 {
  margin: 8px 0 14px;
  font-size: 34px;
  letter-spacing: -.03em;
}

.intro {
  max-width: 680px;
  color: #64748b;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 34px;
}

.card {
  padding: 22px;
  border: 1px solid #dce6f0;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(15, 23, 42, .04);
}

.num {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border-radius: 9px;
  background: #dbeafe;
  color: #0369a1;
  font-weight: 750;
}

.card h3 {
  margin: 16px 0 6px;
}

.card p {
  margin: 0;
  color: #64748b;
  font-size: 14px;
}

.coverage {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 32px;
}

.report {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 32px;
  padding: 34px;
  border-radius: 20px;
  background: #0f172a;
  color: white;
}

.report p {
  color: #cbd5e1;
}

.report-window {
  overflow: hidden;
  border-radius: 14px;
  background: #f8fafc;
  color: #1f2937;
}

.report-bar {
  padding: 12px 16px;
  background: #e0f2fe;
  color: #0369a1;
  font-size: 12px;
  font-weight: 700;
}

.finding {
  margin: 15px;
  padding: 15px;
  border: 1px solid #fecaca;
  border-radius: 11px;
  background: #fff7f7;
}

.finding b {
  display: block;
}

.finding small {
  color: #64748b;
}

.footer {
  padding: 34px 0;
  border-top: 1px solid #e2e8f0;
  color: #64748b;
  font-size: 13px;
}

.footer .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.page-hero {
  padding: 54px 0 32px;
}

.notice {
  padding: 13px 15px;
  border: 1px solid #cfe8f8;
  border-radius: 10px;
  background: #eff8ff;
  color: #475569;
}

.prose {
  max-width: 760px;
  padding-bottom: 70px;
}

.prose h2 {
  margin-top: 34px;
}

.prose h3 {
  margin: 24px 0 8px;
}

.prose p,
.prose li {
  color: #526176;
}

.prose a {
  color: #0369a1;
  font-weight: 650;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.prose ul,
.prose ol {
  padding-left: 22px;
}

.prose li + li {
  margin-top: 8px;
}

.policy-meta {
  margin-top: 20px;
  color: #64748b;
  font-size: 13px;
}

.policy-summary {
  display: grid;
  gap: 10px;
  margin: 26px 0 8px;
  padding: 20px;
  border: 1px solid #cfe3f1;
  border-radius: 14px;
  background: rgba(255, 255, 255, .72);
}

.policy-summary strong {
  color: #172033;
}

@media (max-width: 800px) {
  .links a:not(.button) {
    display: none;
  }

  .steps,
  .coverage {
    grid-template-columns: 1fr 1fr;
  }

  .report {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 68px;
  }

  .scan-counter {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .scan-counter small {
    width: 100%;
    margin-left: 100px;
  }
}

@media (max-width: 520px) {
  .steps,
  .coverage {
    grid-template-columns: 1fr;
  }

  .wrap {
    width: min(100% - 26px, 1120px);
  }

  .hero h1 {
    font-size: 42px;
  }

  .scan-counter small {
    margin-left: 0;
  }
}

/* Closed-beta access request */
.access-page {
  padding: 72px 0 88px;
}

.access-intro {
  max-width: 760px;
  margin-bottom: 34px;
}

.access-intro h1,
.access-confirmation h1 {
  margin: 12px 0 16px;
  color: #172033;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -.045em;
}

.access-intro p,
.access-confirmation > p {
  margin: 0;
  color: #526782;
  font-size: 18px;
}

.access-required-note {
  margin-top: 12px !important;
  font-size: 14px !important;
}

.access-form label > span b,
.access-consents label span b {
  color: #b4233d;
}

.access-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(280px, .7fr);
  gap: 24px;
  align-items: start;
}

.access-form,
.access-trust,
.access-confirmation {
  border: 1px solid rgba(255, 255, 255, .9);
  background: rgba(255, 255, 255, .68);
  box-shadow: 0 24px 70px rgba(28, 83, 124, .12), inset 0 1px 0 rgba(255, 255, 255, .92);
  backdrop-filter: blur(22px) saturate(135%);
  -webkit-backdrop-filter: blur(22px) saturate(135%);
}

.access-form {
  padding: clamp(24px, 4vw, 40px);
  border-radius: 22px;
}

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

.access-form label {
  display: grid;
  gap: 8px;
}

.access-form label > span {
  color: #26374f;
  font-size: 14px;
  font-weight: 700;
}

.access-form label small {
  color: #75869c;
  font-weight: 500;
}

.access-form input,
.access-form select,
.access-form textarea {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #c8d9e7;
  border-radius: 10px;
  outline: 0;
  background: rgba(255, 255, 255, .88);
  color: #172033;
  font: inherit;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}

.access-form textarea {
  min-height: 112px;
  resize: vertical;
}

.access-form input:focus,
.access-form select:focus,
.access-form textarea:focus {
  border-color: #1685d1;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(22, 133, 209, .13);
}

.access-form-wide {
  grid-column: 1 / -1;
}

.access-honeypot {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

.access-consents {
  display: grid;
  gap: 13px;
  margin: 26px 0 22px;
  padding-top: 22px;
  border-top: 1px solid #d7e4ee;
}

.access-consents label {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr);
  gap: 11px;
  align-items: start;
  color: #435771;
  font-size: 14px;
}

.access-consents input {
  width: 18px;
  min-height: 18px;
  margin: 2px 0 0;
  padding: 0;
}

.access-consents a {
  color: #066dad;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.access-submit {
  min-width: 210px;
  min-height: 48px;
  cursor: pointer;
}

.access-turnstile {
  min-height: 65px;
  margin: 0 0 20px;
}

.access-fineprint {
  margin: 16px 0 0;
  color: #75869c;
  font-size: 12px;
}

.access-error {
  margin-bottom: 20px;
  padding: 13px 15px;
  border: 1px solid #f4b8bd;
  border-radius: 10px;
  background: #fff4f4;
  color: #9e2331;
  font-size: 14px;
  font-weight: 650;
}

.access-trust {
  position: sticky;
  top: 92px;
  padding: 28px;
  border-radius: 22px;
}

.access-trust ol {
  display: grid;
  gap: 0;
  margin: 24px 0;
  padding: 0;
  list-style: none;
  counter-reset: access-steps;
}

.access-trust li {
  position: relative;
  display: grid;
  gap: 3px;
  padding: 0 0 24px 42px;
  counter-increment: access-steps;
}

.access-trust li:not(:last-child)::after {
  position: absolute;
  top: 30px;
  bottom: 6px;
  left: 15px;
  width: 1px;
  background: #bed9eb;
  content: "";
}

.access-trust li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  border: 1px solid #aad1ea;
  border-radius: 50%;
  background: #edf8ff;
  color: #066dad;
  content: counter(access-steps);
  font-size: 12px;
  font-weight: 800;
}

.access-trust li b {
  color: #172033;
}

.access-trust li span,
.access-trust > p {
  color: #60738b;
  font-size: 13px;
}

.access-confirmation {
  max-width: 760px;
  margin: 46px auto 0;
  padding: clamp(32px, 6vw, 64px);
  border-radius: 24px;
}

.access-confirmation .button {
  margin-top: 26px;
}

.access-boundary {
  margin-top: 24px !important;
  padding: 16px 18px;
  border: 1px solid #c5e0f0;
  border-radius: 12px;
  background: rgba(235, 248, 255, .72);
  font-size: 14px !important;
}

@media (max-width: 860px) {
  .access-layout {
    grid-template-columns: 1fr;
  }

  .access-trust {
    position: static;
  }
}

@media (max-width: 620px) {
  .access-page {
    padding-top: 48px;
  }

  .access-form-grid {
    grid-template-columns: 1fr;
  }

  .access-form-wide {
    grid-column: auto;
  }

  .access-submit {
    width: 100%;
  }
}
