/* Cyber Observatory refinement */
body {
  background: #020504;
}

.aurora {
  background:
    radial-gradient(ellipse at 73% 14%, rgba(67, 197, 85, .3), transparent 34%),
    radial-gradient(ellipse at 12% 43%, rgba(18, 82, 49, .2), transparent 30%),
    #020504;
}

.aurora::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .17;
  background-image: radial-gradient(circle, rgba(230, 255, 236, .75) 0 1px, transparent 1.5px);
  background-size: 83px 97px;
}

.section-shell,
.site-header {
  width: min(1240px, calc(100% - 48px));
}

.site-header {
  height: 88px;
  border: 0;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav-membership {
  min-height: 40px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #12200d;
  border: 1px solid #b8f34b;
  border-radius: 999px;
  background: linear-gradient(120deg, #dcff58, #8ee33e);
  box-shadow: 0 0 28px rgba(184, 243, 75, .22);
  font-size: 13px;
  font-weight: 900;
}

.nav-membership:hover {
  color: #071007;
  transform: translateY(-1px);
  box-shadow: 0 0 36px rgba(184, 243, 75, .35);
}

.hero {
  min-height: 810px;
  grid-template-columns: .82fr 1.18fr;
  gap: 24px;
  padding: 46px 0 62px;
}

.hero h1 {
  margin: 28px 0 24px;
  font-size: clamp(50px, 5.2vw, 76px);
  line-height: 1.08;
}

.hero h1 .headline-line {
  display: block;
  color: var(--text);
  white-space: nowrap;
}

.hero h1 em {
  color: var(--lime);
  font-style: normal;
  text-shadow: 0 0 35px rgba(200, 255, 61, .26);
}

.hero-copy {
  position: relative;
  z-index: 3;
}

.eyebrow {
  display: inline-flex;
  padding: 8px 13px;
  border: 1px solid #334b39;
  border-radius: 999px;
  background: rgba(7, 13, 9, .72);
}

.button.primary {
  min-width: 190px;
  min-height: 54px;
  background: linear-gradient(120deg, #ddff4a, #9ee942);
  box-shadow: 0 0 42px rgba(196, 255, 57, .28);
}

.button img {
  width: 19px;
  height: 19px;
  margin-right: 10px;
  object-fit: contain;
}

.hero-actions {
  align-items: flex-start;
}

.hero-install-stack {
  width: 210px;
  display: grid;
  gap: 11px;
}

.hero-install-stack .button {
  width: 100%;
}

.button.membership-cta {
  min-height: 52px;
  color: #e9ffd2;
  border-color: rgba(184, 243, 75, .65);
  background: linear-gradient(120deg, rgba(118, 203, 62, .2), rgba(27, 67, 38, .58));
  box-shadow: inset 0 0 24px rgba(184, 243, 75, .06), 0 0 26px rgba(137, 235, 75, .09);
}

.button.membership-cta:hover {
  color: var(--lime);
  border-color: var(--lime);
  transform: translateY(-2px);
  box-shadow: inset 0 0 24px rgba(184, 243, 75, .1), 0 0 32px rgba(137, 235, 75, .18);
}

.workflow-gallery {
  max-width: 1080px;
  margin: 0 auto 72px;
  display: grid;
  grid-template-columns: .86fr 1.14fr;
  gap: 22px;
}

.workflow-shot {
  position: relative;
  height: 330px;
  margin: 0;
  overflow: hidden;
  border: 1px solid #3a5041;
  border-radius: 18px;
  background: #07100b;
  box-shadow: 0 22px 60px rgba(0, 0, 0, .38);
}

.workflow-shot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.04);
}

.widget-shot img { object-position: 19% 76%; }
.analysis-shot img { object-position: 74% 24%; }

.workflow-shot::after {
  content: "";
  position: absolute;
  inset: 45% 0 0;
  background: linear-gradient(to bottom, transparent, rgba(2, 6, 4, .96));
}

.workflow-shot figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  bottom: 20px;
  display: grid;
}

.workflow-shot figcaption strong { font-size: 19px; }
.workflow-shot figcaption span { color: #a9b6ad; font-size: 12px; }

.hero-visual {
  height: 700px;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.hero-visual::after {
  display: none;
}

.hero-visual > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: saturate(1.05) contrast(1.05);
  mix-blend-mode: screen;
  mask-image: radial-gradient(ellipse at center, black 54%, transparent 88%);
}

.hero-side-notes {
  position: absolute;
  right: -12px;
  bottom: 92px;
  z-index: 2;
  display: grid;
  gap: 22px;
  color: #cfd9d1;
  font-size: 13px;
  line-height: 1.45;
}

.hero-side-notes span {
  position: relative;
  padding-left: 34px;
}

.hero-side-notes span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 24px;
  height: 1px;
  background: #bfff35;
  box-shadow: 0 0 10px #bfff35;
}

.hero-meta span::before { content: "·"; }
.security-strip li::before { content: "✓"; }

.surface-grid article,
.workflow li,
.principles,
.faq details {
  opacity: .35;
  transform: translateY(20px);
  transition: opacity .55s ease, transform .55s ease, border-color .25s ease;
}

.surface-grid article.is-visible,
.workflow li.is-visible,
.principles.is-visible,
.faq details.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.security-strip {
  min-height: 122px;
  padding: 28px 34px;
  border-color: #3b5042;
  border-radius: 16px;
  background: rgba(8, 14, 10, .92);
}

.security-strip strong {
  font-size: 24px;
}

.workflow {
  padding-top: 120px;
}

.workflow .section-heading {
  margin-bottom: 70px;
}

.workflow-map {
  position: relative;
  width: min(1080px, 100%);
  margin: 0 auto;
  aspect-ratio: 4 / 3;
}

.workflow-map > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.workflow-map ol {
  position: absolute;
  inset: 0;
  max-width: none;
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

.workflow-map li {
  position: absolute;
  width: 33%;
  min-height: 0;
  display: flex;
  gap: 16px;
  padding: 0;
  border: 0;
  background: transparent;
  opacity: 1;
  transform: none;
}

.workflow-map li:nth-child(1) { left: 2%; top: 10%; }
.workflow-map li:nth-child(2) { right: 1%; top: 34%; }
.workflow-map li:nth-child(3) { left: 2%; top: 57%; }
.workflow-map li:nth-child(4) { right: 1%; top: 79%; }

.workflow-map li b {
  font-size: 36px;
  color: #c8ff39;
}

.workflow-map li h3 { margin: 3px 0 6px; }
.workflow-map li p { max-width: 260px; }

.principles {
  margin-top: 96px;
  padding: 44px 30px;
  border: 1px solid #34473a;
  border-radius: 16px;
  background: rgba(8, 14, 11, .86);
}

.faq {
  padding-top: 100px;
}

.membership {
  padding: 118px 0 30px;
}

.membership-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.membership-grid article {
  position: relative;
  min-height: 360px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  border: 1px solid #2b4133;
  border-radius: 22px;
  background: linear-gradient(150deg, rgba(15, 25, 20, .96), rgba(5, 10, 8, .92));
  overflow: hidden;
}

.membership-grid article::before {
  content: "";
  position: absolute;
  inset: -45% 20% auto;
  height: 220px;
  border-radius: 50%;
  background: rgba(152, 255, 75, .1);
  filter: blur(45px);
}

.membership-grid article > span {
  position: relative;
  color: #b7f34a;
  font: 700 11px/1.2 ui-monospace, monospace;
  letter-spacing: .16em;
}

.membership-grid h3 {
  position: relative;
  margin: 22px 0 4px;
  font: 700 26px/1.2 "Noto Serif SC", serif;
}

.membership-grid strong {
  position: relative;
  margin: 12px 0;
  font: 800 58px/1 ui-monospace, monospace;
}

.membership-grid strong small {
  margin-right: 3px;
  color: #b7f34a;
  font-size: 22px;
}

.membership-grid p {
  position: relative;
  min-height: 56px;
  margin: 8px 0 32px;
  color: #9aaca2;
}

.membership-grid .button {
  position: relative;
  margin-top: auto;
}

.membership-featured {
  border-color: #8cbc45 !important;
  box-shadow: 0 0 55px rgba(137, 235, 75, .14);
  transform: translateY(-12px);
}

.membership-note {
  max-width: 860px;
  margin: 26px auto 0;
  color: #829086;
  text-align: center;
  font-size: 12px;
}

@media (max-width: 900px) {
  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .hero-visual { height: 610px; }
  .hero-side-notes { right: 4px; }
  .workflow-gallery { grid-template-columns: 1fr; }
  .workflow-map li { width: 38%; }
  .membership-grid { grid-template-columns: 1fr; }
  .membership-featured { transform: none; }
}

@media (max-width: 620px) {
  .section-shell,
  .site-header { width: min(100% - 24px, 1240px); }
  .hero h1 { font-size: 40px; }
  .hero h1 .headline-line { white-space: normal; }
  .hero-visual { height: 470px; }
  .hero-side-notes { display: none; }
  .nav-actions { gap: 7px; }
  .nav-membership { min-height: 36px; padding: 0 13px; font-size: 12px; }
  .hero-install-stack { width: 100%; }
  .workflow-map { aspect-ratio: auto; }
  .workflow-map > img { height: auto; margin-bottom: 22px; }
  .workflow-map ol { position: static; display: grid; gap: 12px; }
  .workflow-map li,
  .workflow-map li:nth-child(n) { position: static; width: 100%; padding: 16px 0; border-bottom: 1px solid #26382c; }
}
