:root {
  color-scheme: dark;
  --bg: #0a0a0a;
  --panel: #00ff01;
  --ink: #ffffff;
  --muted: #c5c9c0;
  --muted-strong: #edf3e8;
  --line: rgba(0, 255, 1, 0.22);
  --green: #00ff01;
  --green-bright: #57ff58;
  --green-deep: #152100;
  --panel-ink: #0a0a0a;
  --panel-muted: #33420c;
  --radius: 34px;
}

* {
  box-sizing: border-box;
}

html {
  min-height: 100%;
  background: var(--bg);
}

body {
  min-height: 100%;
  margin: 0;
  font-family: "Plus Jakarta Sans", "Plus Jakarta Display", sans-serif;
  color: var(--ink);
  background:
    linear-gradient(90deg, rgba(0, 255, 1, 0.07) 1px, transparent 1px),
    linear-gradient(180deg, rgba(0, 255, 1, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 82% 18%, rgba(0, 255, 1, 0.18), transparent 30rem),
    linear-gradient(135deg, #050505 0%, #0a0a0a 58%, #101509 100%);
  background-size: 74px 74px, 74px 74px, auto, auto;
}

a {
  color: inherit;
}

.page-shell {
  width: min(1180px, calc(100% - 40px));
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.site-header,
.site-footer {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.wordmark,
.site-footer a,
.header-cta,
.btn {
  text-decoration: none;
}

.wordmark {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.wordmark-logo {
  display: block;
  width: 186px;
  height: auto;
}

.header-cta {
  padding: 13px 18px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted-strong);
  font-size: 0.88rem;
  font-weight: 700;
  transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
}

.header-cta:hover,
.header-cta:focus-visible {
  transform: translateY(-1px);
  border-color: rgba(0, 255, 1, 0.72);
  background: rgba(0, 255, 1, 0.08);
}

main {
  flex: 1;
  display: grid;
  align-content: center;
  gap: 64px;
  padding: 42px 0 72px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 34px;
  align-items: stretch;
}

.hero-copy {
  padding: clamp(36px, 7vw, 72px);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  overflow: hidden;
  position: relative;
}

.hero-copy::after {
  content: "";
  position: absolute;
  inset: auto -10% -24% 44%;
  height: 210px;
  background: linear-gradient(135deg, rgba(0, 255, 1, 0.24), transparent);
  transform: rotate(-10deg);
  pointer-events: none;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.domain-pill {
  display: inline-flex;
  max-width: 100%;
  margin: 0 0 20px;
  padding: 10px 14px;
  border: 1px solid rgba(0, 255, 1, 0.3);
  border-radius: 999px;
  color: var(--green-bright);
  background: rgba(0, 255, 1, 0.07);
  font-weight: 700;
  overflow-wrap: anywhere;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 900px;
  margin-bottom: 24px;
  color: #fff;
  font-size: clamp(3rem, 6vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: 0;
  font-weight: 800;
  overflow-wrap: break-word;
}

.lead {
  max-width: 720px;
  margin-bottom: 34px;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.62;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 22px;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.btn:hover,
.btn:focus-visible {
  transform: translateY(-2px);
}

.btn-primary {
  background: var(--green);
  color: #0a0a0a;
  box-shadow: 0 18px 42px rgba(0, 255, 1, 0.22);
}

.btn-secondary {
  border: 1px solid var(--line);
  color: var(--muted-strong);
}

.signal-panel {
  min-height: 390px;
  padding: 34px;
  border-radius: var(--radius);
  background: var(--panel);
  color: var(--panel-ink);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
  position: relative;
  overflow: hidden;
}

.signal-panel::before {
  content: "";
  position: absolute;
  inset: 128px 34px auto;
  height: 1px;
  background: linear-gradient(90deg, rgba(10, 10, 10, 0.24), transparent);
  box-shadow:
    0 34px 0 rgba(10, 10, 10, 0.10),
    0 68px 0 rgba(10, 10, 10, 0.08),
    0 102px 0 rgba(10, 10, 10, 0.06);
}

.domain-card-mark {
  width: 86px;
  height: 86px;
  margin-bottom: auto;
  border-radius: 26px;
  background: #0a0a0a;
  color: var(--green);
  display: grid;
  place-items: center;
  font-size: 2.8rem;
  line-height: 1;
  font-weight: 800;
  box-shadow: 0 0 0 12px rgba(10, 10, 10, 0.08);
}

.signal-panel p {
  margin-bottom: 12px;
  color: var(--panel-muted);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 0.72rem;
}

.signal-panel strong {
  margin-bottom: 16px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0;
}

.signal-panel span {
  color: var(--panel-muted);
  line-height: 1.6;
}

.signals {
  display: grid;
  grid-template-columns: 0.9fr 1.4fr;
  gap: 32px;
}

.section-heading {
  padding-top: 8px;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.02;
  letter-spacing: 0;
}

.signal-grid {
  display: grid;
  gap: 16px;
}

.signal-grid article {
  display: grid;
  grid-template-columns: 52px 0.8fr 1.4fr;
  gap: 20px;
  align-items: start;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: rgba(0, 255, 1, 0.055);
}

.signal-grid span {
  color: var(--green);
  font-weight: 800;
}

.signal-grid h3 {
  margin-bottom: 0;
  font-size: 1.1rem;
}

.signal-grid p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.55;
}

.site-footer {
  color: var(--muted);
  font-size: 0.9rem;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: #fff;
}

:focus-visible {
  outline: 3px solid rgba(0, 255, 1, 0.78);
  outline-offset: 4px;
}

@media (max-width: 920px) {
  .hero,
  .signals {
    grid-template-columns: 1fr;
  }

  .signal-panel {
    min-height: 300px;
  }

  .signal-grid article {
    grid-template-columns: 42px 1fr;
  }

  .signal-grid p {
    grid-column: 2;
  }
}

@media (max-width: 620px) {
  .page-shell {
    width: min(100% - 24px, 1180px);
  }

  .site-header,
  .site-footer {
    min-height: 74px;
  }

  .wordmark-logo {
    width: 150px;
  }

  .header-cta {
    display: none;
  }

  main {
    gap: 38px;
    padding: 22px 0 44px;
  }

  .hero-copy,
  .signal-panel {
    border-radius: 26px;
  }

  .hero-copy {
    padding: 30px 22px;
  }

  h1 {
    font-size: clamp(2.35rem, 12vw, 3.05rem);
    line-height: 0.98;
  }

  .actions {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .signal-grid article {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .signal-grid p {
    grid-column: auto;
  }
}
