:root {
  --verify-ink: #07184f;
  --verify-primary: #075cf0;
  --verify-primary-dark: #0046ca;
  --verify-surface: #fff;
  --verify-border: #d7e1ef;
  --verify-copy: #526487;
  --verify-success: #1aaa4f;
  --verify-danger: #c93844;
  --verify-muted: #66758e;
  --verify-label: #8a95a8;
  --verify-divider: #e6edf4;
  --verify-shadow: 0 10px 28px rgba(13, 45, 95, .08);
}

* { box-sizing: border-box; }
html { min-height: 100%; background: #f7fbff; overflow-x: hidden; }
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--verify-ink);
  background: radial-gradient(circle at 82% 20%, #e7f5ff 0, rgba(231, 245, 255, 0) 28%), #f7fbff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
[v-cloak] { display: none; }

.page-shell {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  padding: 16px 0 28px;
}
#verification-main { flex: 1 1 auto; }
.content-width { width: min(100% - 40px, 1380px); margin: 0 auto; }
.site-header { min-height: 64px; display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.brand-lockup { display: inline-flex; min-width: 0; align-items: center; gap: 16px; }
.brand { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; height: 64px; width: auto; max-width: 196px; object-fit: contain; }
.brand-divider { display: block; width: 1px; height: 36px; background: #c5d0de; flex: 0 0 auto; }
.brand-portal {
  margin: 0;
  color: #16324f;
  font-size: 15px;
  font-weight: 650;
  letter-spacing: .01em;
  line-height: 1.3;
  white-space: nowrap;
}
.trust-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #16324f;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}
.trust-icon { display: grid; width: 22px; height: 22px; color: var(--verify-primary); }
.trust-icon svg { display: block; width: 100%; height: 100%; }

.hero-section {
  display: grid;
  grid-template-columns: minmax(0, .98fr) minmax(380px, 1.02fr);
  min-height: 268px;
  margin-top: 10px;
  align-items: center;
}
.hero-copy { position: relative; z-index: 1; padding: 12px 0 16px; }
h1 {
  max-width: none;
  margin: 0;
  font-size: clamp(34px, 4vw, 60px);
  line-height: 1.12;
  white-space: nowrap;
}
.lead { max-width: 590px; margin: 10px 0 18px; color: var(--verify-copy); font-size: 17px; line-height: 1.45; overflow-wrap: break-word; }
.verification-form { display: flex; max-width: 650px; gap: 12px; }
.input-wrap { position: relative; flex: 1 1 auto; min-width: 0; }
.input-wrap input {
  width: 100%;
  height: 58px;
  padding: 0 20px 0 56px;
  color: var(--verify-ink);
  background: var(--verify-surface);
  border: 1px solid var(--verify-border);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(17, 44, 92, .03);
  font: inherit;
  font-size: 17px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}
.input-wrap input::placeholder { color: #7382a1; }
.input-wrap input:focus { border-color: var(--verify-primary); box-shadow: 0 0 0 4px rgba(7, 92, 240, .13); }
.search-icon {
  position: absolute;
  top: 50%;
  left: 21px;
  width: 19px;
  height: 19px;
  border: 2px solid #687998;
  border-radius: 50%;
  pointer-events: none;
  transform: translateY(-60%);
}
.search-icon::after {
  position: absolute;
  right: -6px;
  bottom: -5px;
  width: 8px;
  height: 2px;
  background: #687998;
  content: "";
  transform: rotate(48deg);
}
.verify-button {
  min-width: 194px;
  height: 58px;
  padding: 0 23px;
  color: #fff;
  background: var(--verify-primary);
  border: 0;
  border-radius: 8px;
  box-shadow: 0 10px 20px rgba(7, 92, 240, .22);
  cursor: pointer;
  font: inherit;
  font-size: 16px;
  font-weight: 750;
  text-transform: uppercase;
  transition: background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}
.verify-button:hover:not(:disabled) {
  background: var(--verify-primary-dark);
  box-shadow: 0 13px 25px rgba(7, 92, 240, .28);
  transform: translateY(-1px);
}
.verify-button:focus-visible,
a:focus-visible { outline: 3px solid #f5ad32; outline-offset: 3px; }
.verify-button:disabled,
.input-wrap input:disabled { cursor: wait; opacity: .7; }
.feedback { max-width: 650px; margin: 14px 0 0; font-size: 15px; font-weight: 600; }
.feedback--error { color: var(--verify-danger); }
.feedback--warning { color: #945d00; }
.hero-visual {
  min-height: 268px;
  margin-right: -130px;
  background-image: linear-gradient(90deg, #f7fbff 0%, rgba(247, 251, 255, .03) 39%), url("assets/verification-molecule-reference.png");
  background-repeat: no-repeat;
  background-position: left top, right -70px center;
  background-size: 100% 100%, auto 420px;
  opacity: .96;
}

.result-card {
  display: grid;
  grid-template-columns: 236px minmax(0, 1fr);
  width: 100%;
  min-width: 0;
  overflow: hidden;
  margin-top: 16px;
  background: var(--verify-surface);
  border: 1px solid var(--verify-border);
  border-radius: 12px;
  box-shadow: var(--verify-shadow);
  animation: result-enter 220ms ease-out;
}
.verification-seal {
  display: flex;
  min-height: 248px;
  align-items: center;
  justify-content: center;
  padding: 28px 16px;
  background: #f6f8fb;
  border-right: 1px solid var(--verify-divider);
  color: var(--verify-success);
}
.verification-seal--danger { color: var(--verify-danger); background: #fbf6f6; }
.verification-seal--muted { color: var(--verify-muted); background: #f5f7fa; }
.seal-ring {
  display: flex;
  width: 158px;
  height: 158px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  border: 3px solid currentColor;
  border-radius: 50%;
  text-align: center;
}
.seal-shield { display: block; width: 42px; height: 49px; }
.verification-seal strong {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.result-body { min-width: 0; }
.result-grid {
  display: grid;
  margin: 0;
}
.result-grid--top { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.result-grid--bottom {
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--verify-divider);
}
.result-item {
  display: flex;
  flex-direction: row;
  min-width: 0;
  align-items: flex-start;
  gap: 14px;
  padding: 30px 28px;
}
.result-item:not(:first-child) { border-left: 1px solid var(--verify-divider); }
.result-item > div { min-width: 0; flex: 1 1 auto; }
.result-icon {
  display: grid;
  flex: 0 0 auto;
  width: 26px;
  height: 26px;
  margin-top: 2px;
  color: var(--verify-primary);
}
.result-icon svg { display: block; width: 100%; height: 100%; }
.result-item dt {
  margin: 0;
  color: var(--verify-label);
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;
}
.result-item dd {
  margin: 6px 0 0;
  color: var(--verify-ink);
  font-size: 18px;
  font-weight: 750;
  line-height: 1.3;
  overflow-wrap: anywhere;
}
.result-note,
.result-document {
  padding: 16px 28px 20px;
  border-top: 1px solid var(--verify-divider);
}
.result-note-label,
.result-note-text { margin: 0; }
.result-note-label { color: var(--verify-label); font-size: 13px; font-weight: 500; }
.result-note-text { margin-top: 6px; color: var(--verify-copy); font-size: 15px; font-weight: 500; line-height: 1.55; }
.result-document a {
  color: var(--verify-primary);
  font-size: 15px;
  font-weight: 750;
  text-decoration: none;
}
.result-document a:hover { text-decoration: underline; }

.assurance-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-top: 30px;
  padding: 26px 35px;
  background: #eff8ff;
  border: 1px solid #dcecf8;
  border-radius: 8px;
}
.assurance-band article {
  display: flex;
  min-width: 0;
  gap: 16px;
  padding: 0 30px;
}
.assurance-band article:first-child { padding-left: 0; }
.assurance-band article + article { border-left: 1px solid #cbddec; }
.assurance-band article > div { min-width: 0; flex: 1 1 auto; }
.assurance-icon {
  display: grid;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--verify-primary);
}
.assurance-icon svg { display: block; width: 28px; height: 28px; }
.assurance-band h2 { margin: 0 0 5px; font-size: 16px; line-height: 1.35; overflow-wrap: break-word; }
.assurance-band p { margin: 0; color: var(--verify-copy); font-size: 14px; line-height: 1.48; overflow-wrap: break-word; }

.site-footer {
  margin-top: 28px;
  padding-top: 18px;
  text-align: center;
}
.site-footer p {
  margin: 0;
  color: #8a95a8;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1.5;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 20;
  padding: 9px 12px;
  color: #fff;
  background: var(--verify-primary);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes result-enter {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
}

@media (max-width: 1100px) {
  .brand-portal { white-space: normal; max-width: 11.5em; }
}

@media (max-width: 980px) {
  .hero-section { grid-template-columns: 1fr; min-height: 0; }
  .hero-visual { display: none; }
  .hero-copy { padding-top: 28px; }
  h1 { white-space: normal; font-size: clamp(32px, 6vw, 44px); }
  .result-card { grid-template-columns: 1fr; }
  .verification-seal {
    min-height: 0;
    padding: 22px 16px;
    border-right: 0;
    border-bottom: 1px solid var(--verify-divider);
  }
  .seal-ring { width: 120px; height: 120px; }
  .result-grid--top,
  .result-grid--bottom { grid-template-columns: 1fr; }
  .result-item { padding: 16px 18px; }
  .result-item:not(:first-child) {
    border-left: 0;
    border-top: 1px solid var(--verify-divider);
  }
  .assurance-band {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 20px 18px;
  }
  .assurance-band article,
  .assurance-band article:first-child { padding: 0; }
  .assurance-band article + article {
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #cbddec;
    border-left: 0;
  }
}

@media (max-width: 720px) {
  .page-shell { padding-top: 18px; }
  .content-width { width: min(100% - 28px, 620px); }
  .site-header { align-items: center; }
  .brand-logo { height: 50px; max-width: 154px; }
  .brand-portal { font-size: 13px; white-space: normal; }
  .trust-line { display: none; }
  .hero-copy { padding: 20px 0 18px; }
  h1 { font-size: 32px; line-height: 1.18; white-space: normal; }
  .lead { margin: 14px 0 22px; font-size: 16px; }
  .verification-form { flex-direction: column; gap: 11px; max-width: none; }
  .input-wrap input,
  .verify-button { height: 52px; font-size: 16px; }
  .verify-button { min-width: 0; width: 100%; }
  .result-item dd { font-size: 16px; }
  .assurance-band {
    grid-template-columns: 1fr;
    gap: 0;
    margin-top: 21px;
    padding: 20px 18px;
  }
  .assurance-band article,
  .assurance-band article:first-child { padding: 0; }
  .assurance-band article + article {
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #cbddec;
    border-left: 0;
  }
}
