
.page-shell-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 320px);
  gap: 24px;
}

.page-shell-main,
.page-shell-sidebar {
  min-width: 0;
}

.page-process-card ul {
  padding-left: 18px;
}

.page-shell-trust {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 100%),
    linear-gradient(180deg, rgba(200, 184, 141, 0.34), rgba(18, 19, 24, 0.98));
}

.form-shell .notice {
  margin: 0 0 16px;
}

.notice {
  padding: 16px 18px;
  border: 1px solid rgba(173, 178, 182, 0.14);
  border-radius: 16px;
  color: #eff2f4;
  background: rgba(200, 184, 141, 0.2);
}

.osint4all-form {
  margin-top: 18px;
}

.osint4all-honeypot {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.osint4all-form-note {
  margin: 0;
  color: rgba(215, 220, 224, 0.82);
}

.osint4all-next-steps h2 {
  margin: 0;
  font-size: 1.2rem;
}

.osint4all-form > button,
.newsletter-form > button {
  min-height: 52px;
  border: 1px solid transparent;
  border-radius: 15px;
  color: #f4f1e9;
  font-family: "Oxanium", sans-serif;
  font-size: 0.96rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: linear-gradient(135deg, #e1d1a5 0%, #c8b88d 50%, #111318 100%);
  cursor: pointer;
}

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

.newsletter-form > label:first-of-type,
.newsletter-form > label:has(input[type="checkbox"]),
.newsletter-form > button,
.newsletter-form > .osint4all-form-note {
  grid-column: 1 / -1;
}

.newsletter-form > label {
  display: grid;
  gap: 8px;
  color: rgba(237, 240, 243, 0.86);
  font-weight: 600;
}

.newsletter-form > label:has(input[type="checkbox"]) {
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
}

.newsletter-form > label:has(input[type="checkbox"]) input[type="checkbox"] {
  margin-top: 3px;
}
