
.hero-home {
  position: relative;
  overflow: clip;
  isolation: isolate;
  --spotlight-x: 78%;
  --spotlight-y: 26%;
  --spotlight-opacity: 0.6;
  padding: clamp(76px, 9vw, 124px) 0 64px;
  background: transparent;
}

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

.hero-home::before {
  z-index: -3;
  background:
    radial-gradient(circle at var(--spotlight-x) var(--spotlight-y), rgba(200, 184, 141, var(--spotlight-opacity)), transparent 24%),
    radial-gradient(circle at 20% 22%, rgba(173, 178, 182, 0.08), transparent 16%),
    linear-gradient(180deg, rgba(3, 6, 11, 0.78), rgba(3, 6, 11, 0.98));
}

.hero-home::after {
  z-index: -2;
  background:
    linear-gradient(180deg, rgba(3, 6, 11, 0) 0%, rgba(3, 6, 11, 0.32) 50%, rgba(3, 6, 11, 0.86) 100%);
}

.hero-grid-overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(rgba(173, 178, 182, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(173, 178, 182, 0.06) 1px, transparent 1px);
  background-size: 66px 66px;
  mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, transparent 80%);
  opacity: 0.18;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.98fr);
  align-items: center;
  gap: 46px;
}

.hero-copy-column {
  max-width: 640px;
}

.hero-brand-token {
  margin: 0 0 10px;
  color: rgba(173, 178, 182, 0.88);
  font-family: "Oxanium", sans-serif;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.hero-copy-column h1 {
  max-width: 11ch;
  margin: 0;
  color: var(--text-strong);
  font-size: clamp(3.4rem, 6vw, 6.25rem);
  font-weight: 700;
  line-height: 0.94;
  letter-spacing: -0.04em;
}

.hero-intro {
  max-width: 35rem;
  margin: 26px 0 0;
  color: rgba(215, 220, 224, 0.82);
  font-size: clamp(1.04rem, 1.45vw, 1.22rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.quick-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  margin-top: 22px;
  padding: 12px;
  border: 1px solid rgba(173, 178, 182, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
}

.quick-search input {
  min-height: 54px;
  border: none;
  background: rgba(255, 255, 255, 0.022);
}

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

.quick-searches {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.quick-chip {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(173, 178, 182, 0.16);
  border-radius: 999px;
  color: #dadddf;
  background: rgba(255, 255, 255, 0.03);
}

.quick-chip:hover {
  color: #f1f3f5;
  border-color: rgba(173, 178, 182, 0.32);
  background: rgba(200, 184, 141, 0.24);
}

.hero-trust-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-trust-inline span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(173, 178, 182, 0.14);
  color: rgba(237, 240, 243, 0.88);
  background: rgba(255, 255, 255, 0.02);
}

.hero-visual {
  position: relative;
}

.hero-console {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(173, 178, 182, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 100%),
    linear-gradient(180deg, rgba(17, 19, 24, 0.62), rgba(15, 16, 22, 0.98));
  box-shadow: 0 34px 70px rgba(0, 0, 0, 0.26);
}

.hero-console::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(173, 178, 182, 0.08);
  border-radius: 22px;
  pointer-events: none;
}

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

.hero-console-dots {
  display: flex;
  gap: 8px;
}

.hero-console-dots span {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(173, 178, 182, 0.42);
}

.hero-console-status {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  color: #f4f1e9;
  font-family: "Oxanium", sans-serif;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  background: rgba(200, 184, 141, 0.3);
  border: 1px solid rgba(173, 178, 182, 0.16);
}

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

.hero-console-header h2 {
  margin-top: 10px;
  color: #f1f3f5;
  font-size: clamp(2rem, 2.6vw, 3.2rem);
  font-weight: 700;
  line-height: 1.02;
}

.hero-console-header p:last-child {
  margin: 14px 0 0;
  color: rgba(215, 220, 224, 0.76);
}

.hero-console-query {
  margin-top: 24px;
  padding: 16px 18px;
  border: 1px solid rgba(173, 178, 182, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.026);
}

.hero-console-mode {
  color: rgba(173, 178, 182, 0.84);
  font-family: "Oxanium", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero-console-input {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  min-width: 0;
  color: rgba(237, 240, 243, 0.88);
}

.hero-console-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #e8dba9;
  background: rgba(200, 184, 141, 0.22);
}

.hero-console-body {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: 18px;
  margin-top: 18px;
}

.hero-console-primary,
.hero-console-note {
  padding: 20px;
  border: 1px solid rgba(173, 178, 182, 0.1);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.028);
}

.hero-console-primary h3 {
  margin-top: 10px;
  font-size: 1.65rem;
  line-height: 1.08;
}

.hero-console-primary p:last-of-type,
.hero-console-note p:last-child {
  margin-bottom: 0;
  color: rgba(215, 220, 224, 0.78);
}

.hero-console-stack {
  display: grid;
  gap: 14px;
}

.hero-console-note {
  position: relative;
  overflow: hidden;
}

.hero-console-note::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: linear-gradient(180deg, rgba(173, 178, 182, 0.82), rgba(200, 184, 141, 0.9));
}

.hero-console-links {
  flex-wrap: wrap;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(173, 178, 182, 0.1);
}

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

.home-shell {
  padding-bottom: 12px;
}

.home-section-shell {
  padding-top: 0;
}
