
.hero-home {
  position: relative;
  isolation: isolate;
  overflow: clip;
  --spotlight-x: 78%;
  --spotlight-y: 28%;
  --spotlight-opacity: 0.58;
  padding: 68px 0 50px;
  border-bottom: 1px solid rgba(173, 178, 182, 0.08);
  background:
    radial-gradient(circle at var(--spotlight-x) var(--spotlight-y), rgba(200, 184, 141, var(--spotlight-opacity)), transparent 25rem),
    linear-gradient(180deg, rgba(3, 6, 11, 0.42), rgba(3, 6, 11, 0.96));
}

.hero-home::before,
.hero-home::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.hero-home::before {
  background:
    radial-gradient(circle at 15% 28%, rgba(173, 178, 182, 0.1), transparent 19rem),
    radial-gradient(circle at 84% 16%, rgba(200, 184, 141, 0.46), transparent 25rem);
}

.hero-home::after {
  z-index: -1;
  background:
    linear-gradient(rgba(173, 178, 182, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(173, 178, 182, 0.04) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.2;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.75), transparent 76%);
}

.hero-grid-overlay {
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(440px, 0.9fr);
  align-items: center;
  gap: 64px;
}

.hero-copy-column {
  display: grid;
  gap: 0;
  max-width: 720px;
}

.hero-brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  width: fit-content;
  margin: 12px 0 22px;
  padding: 8px 14px 8px 10px;
  border: 1px solid rgba(173, 178, 182, 0.16);
  border-radius: 999px;
  color: rgba(245, 246, 247, 0.84);
  background: rgba(255, 255, 255, 0.035);
  font-family: "Oxanium", "Montserrat", sans-serif;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.hero-brand-lockup img {
  width: 28px;
  height: 28px;
}

.hero-copy-column h1,
.hero h1 {
  max-width: 14ch;
  color: var(--o4-white);
  font-size: 4.45rem;
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
}

.hero-intro {
  max-width: 43rem;
  margin: 22px 0 0;
  color: rgba(216, 220, 223, 0.82);
  font-size: 1.14rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 28px 0 0;
}

.quick-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  width: min(100%, 720px);
  margin-top: 22px;
  padding: 9px;
  border: 1px solid rgba(173, 178, 182, 0.16);
  border-radius: var(--o4-radius-lg);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: none;
}

.quick-search input {
  min-height: 52px;
  border-color: transparent;
  background: rgba(3, 6, 11, 0.58);
}

.quick-search .button {
  min-width: 118px;
}

.quick-searches,
.hero-trust-inline,
.archive-header-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.quick-searches {
  margin-top: 14px;
}

.quick-chip,
.hero-trust-inline span,
.section-link,
.tool-jump-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(173, 178, 182, 0.16);
  border-radius: 999px;
  color: rgba(230, 233, 235, 0.86);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.82rem;
  font-weight: 700;
}

.quick-chip:hover,
.hero-trust-inline span:hover,
.section-link:hover,
.tool-jump-nav a:hover {
  border-color: rgba(173, 178, 182, 0.32);
  background: rgba(200, 184, 141, 0.22);
}

.hero-trust-inline {
  margin-top: 18px;
}

.hero-trust-inline span::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 8px;
  border-radius: 999px;
  background: var(--o4-success);
  box-shadow: 0 0 0 5px rgba(134, 200, 157, 0.1);
}

.hero-visual {
  position: relative;
}

.hero-console {
  position: relative;
  overflow: hidden;
  padding: 24px;
  border: 1px solid rgba(173, 178, 182, 0.2);
  border-radius: var(--o4-radius-xl);
  background:
    radial-gradient(circle at 78% 8%, rgba(173, 178, 182, 0.16), transparent 14rem),
    linear-gradient(145deg, rgba(46, 47, 54, 0.94), rgba(17, 18, 24, 0.98));
  box-shadow: var(--o4-shadow);
}

.hero-console::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(173, 178, 182, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(173, 178, 182, 0.045) 1px, transparent 1px);
  background-size: 30px 30px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 88%);
}

.hero-console-brand {
  position: absolute;
  right: -24px;
  bottom: -30px;
  width: 220px;
  opacity: 0.045;
  transform: rotate(-7deg);
}

.hero-console > *:not(.hero-console-brand) {
  position: relative;
  z-index: 1;
}

.hero-console-topbar,
.article-card-topline,
.section-head-inline,
.tool-card-footer,
.article-card-footer,
.tool-hero-actions,
.collection-card-footer,
.collection-tool-card-actions,
.hero-console-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.hero-console-topbar {
  align-items: flex-start;
}

.hero-console-status {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(173, 178, 182, 0.18);
  border-radius: 999px;
  color: #f4f1e9;
  background: rgba(200, 184, 141, 0.42);
  font-family: "Oxanium", "Montserrat", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  white-space: nowrap;
}

.hero-console-status span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--o4-success);
  box-shadow: 0 0 0 5px rgba(134, 200, 157, 0.12);
}

.hero-console-header {
  margin-top: 22px;
}

.hero-console-header h2 {
  max-width: 15ch;
  color: var(--o4-white);
  font-size: 2.12rem;
  line-height: 1.08;
}

.hero-console-header p {
  max-width: 44rem;
  margin: 12px 0 0;
  color: rgba(216, 220, 223, 0.78);
}

.hero-console-body.hero-trust-list,
.hero-trust-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 18px;
}

.hero-console-note,
.hero-console-primary,
.tool-hero-intel-card,
.tool-hero-brief-card,
.article-proof-card,
.page-process-card,
.osint4all-next-steps,
.page-shell-pillar,
.tool-hero-panel {
  position: relative;
  padding: 15px;
  border: 1px solid rgba(173, 178, 182, 0.14);
  border-radius: var(--o4-radius);
  background: rgba(3, 6, 11, 0.32);
}

.hero-console-note::before {
  content: "";
  position: absolute;
  inset: 16px auto 16px 0;
  width: 3px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--o4-silver), var(--o4-accent-strong));
}

.hero-console-note .panel-label,
.hero-console-note p {
  margin-left: 12px;
}

.hero-dossier-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.hero-dossier-strip span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid rgba(173, 178, 182, 0.12);
  border-radius: var(--o4-radius);
  color: rgba(244, 245, 246, 0.86);
  background: rgba(255, 255, 255, 0.035);
  font-family: "Oxanium", "Montserrat", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.hero-console-links {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(173, 178, 182, 0.12);
}

.hero-console-links a {
  color: #f4f1e9;
  font-family: "Oxanium", "Montserrat", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
