.verify-page {
  min-height: 60vh;
}

.verify-page-section {
  max-width: 920px;
  margin: 0 auto;
  padding: 2rem 1rem 3rem;
}

.verify-page-shell {
  background: #fff;
  border: 1px solid #e2e8ee;
  border-radius: 12px;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  padding: 1.75rem 1.5rem 2rem;
}

.verify-page-title {
  font-family: "Exo", sans-serif;
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #1a659e;
  margin: 0 0 0.5rem;
}

.verify-page-lead {
  margin: 0 auto;
  max-width: 680px;
  color: #5b6470;
  font-size: 0.95rem;
  line-height: 1.55;
}

.verify-form {
  margin-top: 1.5rem;
}

.verify-form-grid {
  display: grid;
  grid-template-columns: minmax(180px, 220px) 1fr auto;
  gap: 12px;
  align-items: end;
}

.verify-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  color: #334155;
  margin-bottom: 6px;
}

.verify-field select,
.verify-field input[type="search"] {
  width: 100%;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 0.95rem;
  background: #fff;
}

.verify-field select:focus,
.verify-field input[type="search"]:focus {
  outline: 2px solid rgba(26, 101, 158, 0.25);
  border-color: #1a659e;
}

.verify-submit-btn {
  border: none;
  border-radius: 8px;
  background: #1a659e;
  color: #fff;
  font-weight: 600;
  padding: 10px 18px;
  cursor: pointer;
  white-space: nowrap;
}

.verify-submit-btn:hover {
  background: #15527f;
}

.verify-submit-btn:disabled {
  opacity: 0.7;
  cursor: wait;
}

.verify-form-hint {
  margin: 10px 2px 0;
  font-size: 0.82rem;
  color: #64748b;
}

.verify-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.verify-response {
  margin-top: 1.25rem;
}

.verify-result-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.verify-card {
  border: 1px solid #dbe3ea;
  border-radius: 12px;
  padding: 1rem 1.1rem;
  background: #f8fafc;
}

.verify-card.is-verified {
  border-color: #86efac;
  background: #f0fdf4;
}

.verify-card.is-expired {
  border-color: #fcd34d;
  background: #fffbeb;
}

.verify-card.is-inactive {
  border-color: #cbd5e1;
  background: #f8fafc;
}

.verify-card-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 0.75rem;
}

.verify-card-name {
  margin: 0;
  font-size: 1.1rem;
  color: #0f172a;
}

.verify-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.verify-status-badge.is-verified {
  background: #166534;
  color: #fff;
}

.verify-status-badge.is-expired {
  background: #b45309;
  color: #fff;
}

.verify-status-badge.is-inactive {
  background: #475569;
  color: #fff;
}

.verify-card-body {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.verify-card-photo {
  flex-shrink: 0;
  width: 104px;
  height: 104px;
  border-radius: 12px;
  overflow: hidden;
  background: #e2e8f0;
  border: 1px solid #cbd5e1;
}

.verify-card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.verify-card-photo.is-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #94a3b8;
  font-size: 2.2rem;
}

.verify-card-grid {
  flex: 1;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
}

.verify-card-main {
  flex: 1;
  min-width: 0;
}

.verify-card-bio {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid rgba(148, 163, 184, 0.35);
}

.verify-card-bio label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  margin-bottom: 4px;
}

.verify-card-bio p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.5;
  color: #0f172a;
  white-space: pre-wrap;
}

.verify-card-item label {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  margin-bottom: 2px;
}

.verify-card-item div {
  font-size: 0.92rem;
  color: #0f172a;
  word-break: break-word;
}

.verify-empty,
.verify-error {
  border-radius: 10px;
  padding: 0.9rem 1rem;
  font-size: 0.92rem;
}

.verify-empty {
  background: #f1f5f9;
  color: #475569;
  border: 1px solid #e2e8f0;
}

.verify-error {
  background: #fef2f2;
  color: #b91c1c;
  border: 1px solid #fecaca;
}

.verify-loading {
  color: #1a659e;
  font-size: 0.9rem;
}

.verify-disclaimer {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e2e8f0;
  color: #5b6470;
  font-size: 0.88rem;
}

.verify-disclaimer h2 {
  margin: 0 0 0.5rem;
  font-size: 0.95rem;
  color: #1a659e;
}

.verify-disclaimer ul {
  margin: 0;
  padding-left: 1.1rem;
}

.verify-disclaimer li + li {
  margin-top: 0.35rem;
}

@media (max-width: 768px) {
  .verify-form-grid {
    grid-template-columns: 1fr;
  }

  .verify-card-body {
    flex-direction: column;
    align-items: center;
  }

  .verify-card-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .verify-submit-btn {
    width: 100%;
  }
}
