:root {
  --void: #040506;
  --night: #090d12;
  --panel: rgba(12, 18, 25, 0.74);
  --panel-strong: rgba(16, 25, 34, 0.92);
  --paper: #f4f2e8;
  --muted: rgba(244, 242, 232, 0.66);
  --line: rgba(244, 242, 232, 0.16);
  --line-hot: rgba(211, 255, 83, 0.48);
  --acid: #d7ff45;
  --amber: #ffb547;
  --cyan: #76d9ff;
  --danger: #ff6c4a;
  --shadow: 0 30px 120px rgba(0, 0, 0, 0.58);
  --radius: 8px;
  --max: 1180px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  color-scheme: dark;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--paper);
  background:
    radial-gradient(circle at 15% -10%, rgba(118, 217, 255, 0.18), transparent 32%),
    radial-gradient(circle at 85% 0%, rgba(215, 255, 69, 0.13), transparent 28%),
    linear-gradient(180deg, #030405 0%, #070b10 42%, #0b0f12 100%);
  font-family: "IBM Plex Sans", sans-serif;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.36;
  background-image:
    linear-gradient(rgba(244, 242, 232, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(244, 242, 232, 0.04) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

.topbar {
  position: sticky;
  top: 14px;
  z-index: 10;
  width: min(calc(100% - 32px), var(--max));
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 14px auto 0;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(4, 5, 6, 0.72);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.chat-header,
.metrics-strip,
.signal-row,
.console-top {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-family: "Archivo", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  aspect-ratio: 1;
  border-radius: var(--radius);
  background: var(--acid);
  color: #10130b;
  box-shadow: 0 0 30px rgba(215, 255, 69, 0.36);
}

.nav-links {
  gap: 6px;
}

.nav-links a,
.nav-action,
.primary-action,
.secondary-action,
.quick-prompts button,
.chat-form button,
.lead-form button {
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
}

.nav-links a {
  padding: 10px 12px;
  color: var(--muted);
}

.nav-links a:hover,
.nav-links a:focus-visible {
  color: var(--paper);
  background: rgba(244, 242, 232, 0.08);
}

.nav-action,
.primary-action,
.chat-form button,
.lead-form button {
  padding: 10px 14px;
  border-color: rgba(215, 255, 69, 0.56);
  background: var(--acid);
  color: #111606;
  box-shadow: 0 0 30px rgba(215, 255, 69, 0.22);
}

main {
  width: min(calc(100% - 32px), var(--max));
  margin: 24px auto 70px;
}

.hero-section {
  position: relative;
  min-height: calc(100vh - 110px);
  overflow: hidden;
  display: grid;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #030405;
  box-shadow: var(--shadow);
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 38%;
  background: linear-gradient(to top, rgba(3, 4, 5, 0.98), transparent);
  pointer-events: none;
}

.cinema-stage {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 34%, rgba(215, 255, 69, 0.16), transparent 18%),
    radial-gradient(circle at 72% 48%, rgba(118, 217, 255, 0.13), transparent 28%),
    linear-gradient(135deg, #040506 0%, #0b1118 44%, #11110d 100%);
}

.light-cone {
  position: absolute;
  top: -22%;
  left: 36%;
  width: 48%;
  height: 92%;
  transform: rotate(-10deg);
  background: linear-gradient(90deg, transparent, rgba(215, 255, 69, 0.13), transparent);
  filter: blur(18px);
  animation: sweep 9s ease-in-out infinite alternate;
}

.scanline {
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.035) 0,
    rgba(255, 255, 255, 0.035) 1px,
    transparent 1px,
    transparent 7px
  );
  opacity: 0.2;
  mix-blend-mode: screen;
}

.orbit-ring {
  position: absolute;
  border: 1px solid rgba(215, 255, 69, 0.18);
  border-radius: 50%;
  transform: rotateX(64deg) rotateZ(-18deg);
}

.ring-one {
  top: 16%;
  left: 12%;
  width: 900px;
  height: 900px;
  animation: drift 14s ease-in-out infinite alternate;
}

.ring-two {
  right: -22%;
  bottom: -54%;
  width: 780px;
  height: 780px;
  border-color: rgba(118, 217, 255, 0.16);
  animation: drift 12s ease-in-out infinite alternate-reverse;
}

.ops-console {
  position: absolute;
  top: 14%;
  right: 3%;
  width: min(650px, 54vw);
  min-height: 430px;
  border: 1px solid rgba(244, 242, 232, 0.18);
  border-radius: 12px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 34%),
    rgba(5, 8, 11, 0.72);
  box-shadow:
    0 40px 140px rgba(0, 0, 0, 0.58),
    inset 0 0 0 1px rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(18px);
  transform: perspective(1200px) rotateX(2deg) rotateY(-8deg);
  animation: consoleFloat 7s ease-in-out infinite alternate;
}

.console-top {
  gap: 8px;
  min-height: 48px;
  padding: 12px 14px;
  border-bottom: 1px solid rgba(244, 242, 232, 0.14);
  color: var(--muted);
  font-family: "Archivo", sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0;
}

.console-top span {
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(244, 242, 232, 0.26);
}

.console-top span:first-child {
  background: var(--danger);
}

.console-top strong {
  margin-left: auto;
  color: var(--acid);
}

.console-grid {
  display: grid;
  grid-template-columns: 1fr 190px 1fr;
  gap: 14px;
  padding: 16px;
}

.feed-panel,
.handoff-panel,
.agent-core {
  min-height: 320px;
  border: 1px solid rgba(244, 242, 232, 0.12);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.035);
}

.feed-panel,
.handoff-panel {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 12px;
}

.tiny-label {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.feed-item,
.handoff-card {
  display: grid;
  gap: 5px;
  padding: 12px;
  border: 1px solid rgba(244, 242, 232, 0.11);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.24);
}

.feed-item {
  animation: feedRise 6s ease-in-out infinite;
}

.feed-item:nth-child(3) {
  animation-delay: 0.8s;
}

.feed-item:nth-child(4) {
  animation-delay: 1.6s;
}

.feed-item.hot {
  border-color: var(--line-hot);
  box-shadow: 0 0 24px rgba(215, 255, 69, 0.14);
}

.feed-item small {
  color: var(--cyan);
  text-transform: uppercase;
}

.feed-item span,
.handoff-card p {
  color: var(--muted);
  line-height: 1.45;
}

.agent-core {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.agent-core::before,
.agent-core::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(215, 255, 69, 0.2);
  border-radius: 50%;
}

.agent-core::before {
  width: 132px;
  aspect-ratio: 1;
  animation: spin 12s linear infinite;
}

.agent-core::after {
  width: 78px;
  aspect-ratio: 1;
  border-color: rgba(118, 217, 255, 0.26);
  animation: spin 9s linear infinite reverse;
}

.pulse-core {
  width: 44px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 18px rgba(215, 255, 69, 0.72), 0 0 58px rgba(215, 255, 69, 0.28);
  animation: pulse 1.7s ease-in-out infinite;
}

.core-label {
  position: absolute;
  bottom: 28px;
  font-family: "Archivo", sans-serif;
  font-size: 0.8rem;
  color: var(--acid);
}

.handoff-card.amber {
  border-color: rgba(255, 181, 71, 0.42);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(520px, 43%);
  padding: clamp(26px, 5vw, 58px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--acid);
  font-family: "Archivo", sans-serif;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1,
h2,
h3 {
  font-family: "Archivo", sans-serif;
  line-height: 0.96;
  letter-spacing: 0;
}

h1 {
  max-width: 9.5ch;
  font-size: clamp(2.7rem, 4.8vw, 4.35rem);
  text-transform: uppercase;
}

h2 {
  max-width: 12ch;
  font-size: clamp(2.4rem, 5.5vw, 5.2rem);
  text-transform: uppercase;
}

h3 {
  font-size: 1.45rem;
}

.hero-copy {
  max-width: 62ch;
  margin-top: 20px;
  color: var(--muted);
  font-size: 1.12rem;
  line-height: 1.75;
}

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

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
}

.secondary-action {
  border-color: rgba(244, 242, 232, 0.24);
  background: rgba(244, 242, 232, 0.06);
  color: var(--paper);
}

.secondary-action:hover,
.secondary-action:focus-visible,
.quick-prompts button:hover,
.quick-prompts button:focus-visible {
  background: rgba(244, 242, 232, 0.12);
}

.metrics-strip {
  margin-top: 18px;
  gap: 12px;
}

.metrics-strip article {
  flex: 1;
  min-height: 118px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(244, 242, 232, 0.08), rgba(244, 242, 232, 0.035));
}

.metrics-strip span {
  display: block;
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
}

.metrics-strip p,
.section-heading p,
.lead-section p,
.launch-section p,
.offer-grid p,
.operator-note p,
.message p {
  line-height: 1.65;
}

.product-section,
.offer-grid,
.plans-section,
.setup-section,
.dashboard-section,
.launch-section {
  margin-top: 76px;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 24px;
}

.section-heading p,
.lead-section p,
.launch-section p {
  margin-top: 14px;
  color: var(--muted);
  font-size: 1.05rem;
}

.workspace {
  display: grid;
  grid-template-columns: 330px 1fr;
  gap: 16px;
}

.control-panel,
.chat-panel,
.plan-card,
.builder-shell,
.setup-form,
.dashboard-grid article,
.offer-grid article,
.lead-section,
.launch-section {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), transparent 42%),
    var(--panel);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(16px);
}

.control-panel {
  padding: 18px;
}

.panel-kicker {
  margin: 0 0 12px;
  color: var(--acid);
  font-family: "Archivo", sans-serif;
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.control-panel label,
.lead-form label {
  display: grid;
  gap: 8px;
  color: var(--paper);
  font-weight: 800;
}

select,
input,
textarea {
  width: 100%;
  border: 1px solid rgba(244, 242, 232, 0.18);
  border-radius: var(--radius);
  background: rgba(1, 3, 5, 0.58);
  color: var(--paper);
  outline: none;
}

select,
input {
  min-height: 46px;
  padding: 0 12px;
}

textarea {
  resize: vertical;
  padding: 12px;
}

select:focus-visible,
input:focus-visible,
textarea:focus-visible,
button:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(215, 255, 69, 0.68);
  outline-offset: 2px;
}

.quick-prompts {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.quick-prompts button {
  padding: 10px 12px;
  color: var(--paper);
  text-align: left;
  background: rgba(244, 242, 232, 0.06);
}

.operator-note {
  margin-top: 18px;
  padding: 14px;
  border: 1px dashed rgba(215, 255, 69, 0.38);
  border-radius: var(--radius);
  background: rgba(215, 255, 69, 0.06);
}

.operator-note strong {
  font-family: "Archivo", sans-serif;
}

.operator-note p {
  margin-top: 6px;
  color: var(--muted);
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.plan-card {
  min-height: 220px;
  display: grid;
  align-content: space-between;
  gap: 18px;
  padding: 20px;
  color: var(--paper);
  text-align: left;
}

.plan-card span,
.plan-card strong {
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
}

.plan-card span {
  color: var(--acid);
  font-size: 0.82rem;
}

.plan-card strong {
  display: block;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 0.95;
}

.plan-card small {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.55;
}

.plan-card.is-selected {
  border-color: rgba(215, 255, 69, 0.68);
  background:
    radial-gradient(circle at 80% 10%, rgba(215, 255, 69, 0.18), transparent 34%),
    var(--panel-strong);
  box-shadow: 0 24px 90px rgba(215, 255, 69, 0.13);
}

.builder-shell {
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 16px;
  padding: 14px;
}

.builder-steps {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 6px;
}

.returning-form {
  display: grid;
  gap: 10px;
  margin-top: 10px;
  padding: 12px;
  border: 1px solid rgba(244, 242, 232, 0.12);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.22);
}

.returning-form strong,
.access-code-panel span {
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
}

.returning-form label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

.returning-form input {
  min-height: 40px;
}

.step-pill,
.secondary-button,
.primary-button {
  min-height: 44px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font-weight: 800;
}

.step-pill {
  padding: 10px 12px;
  color: var(--muted);
  text-align: left;
  background: rgba(244, 242, 232, 0.04);
}

.step-pill.is-active {
  color: var(--paper);
  border-color: rgba(215, 255, 69, 0.5);
  background: rgba(215, 255, 69, 0.1);
}

.setup-form {
  padding: 18px;
  box-shadow: none;
}

.form-step {
  display: none;
}

.form-step.is-active {
  display: block;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.form-grid label,
.setup-form label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.wide {
  grid-column: 1 / -1;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.secondary-button,
.primary-button {
  padding: 0 16px;
}

.secondary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--paper);
  background: rgba(244, 242, 232, 0.06);
}

.secondary-button:disabled {
  cursor: not-allowed;
  opacity: 0.42;
}

.primary-button {
  border-color: rgba(215, 255, 69, 0.56);
  background: var(--acid);
  color: #111606;
}

a.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.form-status {
  min-height: 24px;
  margin-top: 12px;
  color: var(--acid);
  font-weight: 800;
}

.install-panel {
  display: grid;
  gap: 18px;
}

.install-panel h3 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 4vw, 3.1rem);
  text-transform: uppercase;
}

.install-panel p {
  color: var(--muted);
  line-height: 1.65;
}

pre {
  min-height: 130px;
  max-width: 100%;
  margin: 0;
  padding: 16px;
  overflow-x: auto;
  border: 1px solid rgba(215, 255, 69, 0.28);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.46);
  color: var(--acid);
  white-space: pre-wrap;
  word-break: break-all;
}

.access-code-panel {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(215, 255, 69, 0.34);
  border-radius: var(--radius);
  background: rgba(215, 255, 69, 0.08);
}

.access-code-panel[hidden] {
  display: none;
}

.access-code-panel span {
  color: var(--muted);
  font-size: 0.78rem;
}

.access-code-panel strong {
  color: var(--acid);
  font-family: "Archivo", sans-serif;
  font-size: 1.2rem;
}

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

.chat-panel {
  min-height: 560px;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
}

.chat-header {
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid var(--line);
  background: rgba(4, 5, 6, 0.62);
}

.chat-header div {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chat-header small {
  color: var(--acid);
}

.status-dot {
  width: 12px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 0 5px rgba(215, 255, 69, 0.16), 0 0 22px rgba(215, 255, 69, 0.45);
}

.messages {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px;
  overflow-y: auto;
}

.message {
  max-width: min(620px, 88%);
  padding: 12px 14px;
  border: 1px solid rgba(244, 242, 232, 0.14);
  border-radius: var(--radius);
  background: rgba(244, 242, 232, 0.06);
}

.message.user {
  align-self: flex-end;
  border-color: rgba(215, 255, 69, 0.42);
  background: rgba(215, 255, 69, 0.16);
}

.message.loading {
  color: var(--muted);
}

.chat-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 14px;
  border-top: 1px solid var(--line);
  background: rgba(4, 5, 6, 0.54);
}

.chat-form button,
.lead-form button {
  padding: 0 18px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.offer-grid .section-heading {
  grid-column: 1 / -1;
  margin-bottom: 2px;
}

.offer-grid article {
  min-height: 220px;
  padding: 18px;
}

.offer-grid article span {
  display: inline-block;
  margin-bottom: 40px;
  color: var(--acid);
  font-family: "Archivo", sans-serif;
  font-weight: 900;
}

.offer-grid p {
  margin-top: 12px;
  color: var(--muted);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.dashboard-grid article {
  min-height: 190px;
  padding: 18px;
}

.dashboard-grid span {
  display: block;
  margin-bottom: 28px;
  color: var(--acid);
  font-family: "Archivo", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 0.95;
}

.dashboard-grid strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Archivo", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.dashboard-grid p {
  color: var(--muted);
  line-height: 1.6;
}

.launch-checklist {
  display: grid;
  grid-template-columns: 1.1fr 1.2fr auto;
  align-items: center;
  gap: 18px;
  margin-top: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), transparent 42%),
    var(--panel);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

.launch-checklist h3 {
  text-transform: uppercase;
}

.launch-checklist ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.launch-checklist li {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 9px 10px;
  border: 1px solid rgba(244, 242, 232, 0.12);
  border-radius: var(--radius);
  color: var(--muted);
  background: rgba(0, 0, 0, 0.2);
  font-weight: 800;
}

.launch-checklist li::before {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(244, 242, 232, 0.42);
}

.launch-checklist li.is-done {
  color: var(--paper);
  border-color: rgba(215, 255, 69, 0.34);
  background: rgba(215, 255, 69, 0.08);
}

.launch-checklist li.is-done::before {
  border-color: var(--acid);
  background: var(--acid);
  box-shadow: 0 0 18px rgba(215, 255, 69, 0.3);
}

.checklist-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.primary-button.is-disabled,
.secondary-button.is-disabled {
  pointer-events: none;
  opacity: 0.48;
  filter: grayscale(0.5);
}

.lead-inbox {
  margin-top: 16px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), transparent 42%),
    var(--panel);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

.inbox-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.inbox-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.inbox-heading h3 {
  font-size: clamp(1.6rem, 3vw, 2.6rem);
  text-transform: uppercase;
}

#lead-list {
  list-style: none;
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
}

#lead-list li {
  display: grid;
  gap: 6px;
  padding: 14px;
  border: 1px solid rgba(244, 242, 232, 0.12);
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.22);
}

#lead-list strong {
  font-family: "Archivo", sans-serif;
}

#lead-list span,
#lead-list p,
.empty-inbox {
  color: var(--muted);
  line-height: 1.55;
}

.launch-section {
  padding: clamp(24px, 5vw, 44px);
  background:
    radial-gradient(circle at 90% 20%, rgba(215, 255, 69, 0.13), transparent 34%),
    #050607;
}

.launch-section p {
  max-width: 760px;
  color: var(--muted);
}

code {
  padding: 2px 6px;
  border: 1px solid currentColor;
  border-radius: 4px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@keyframes sweep {
  from {
    opacity: 0.18;
    transform: translateX(-8%) rotate(-10deg);
  }
  to {
    opacity: 0.42;
    transform: translateX(10%) rotate(-3deg);
  }
}

@keyframes drift {
  from {
    transform: translate3d(-2%, 1%, 0) rotateX(64deg) rotateZ(-18deg);
  }
  to {
    transform: translate3d(3%, -2%, 0) rotateX(64deg) rotateZ(-10deg);
  }
}

@keyframes consoleFloat {
  from {
    transform: perspective(1200px) translateY(0) rotateX(2deg) rotateY(-8deg);
  }
  to {
    transform: perspective(1200px) translateY(-12px) rotateX(3deg) rotateY(-5deg);
  }
}

@keyframes feedRise {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.18);
  }
}

@media (max-width: 980px) {
  .nav-links {
    display: none;
  }

  .hero-section {
    min-height: 720px;
  }

  .ops-console {
    top: 8%;
    right: -16%;
    width: 820px;
    opacity: 0.72;
  }

  .metrics-strip,
  .workspace,
  .builder-shell {
    display: grid;
    grid-template-columns: 1fr;
  }

  .plans-grid,
  .offer-grid,
  .dashboard-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .launch-checklist {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .topbar,
  main {
    width: min(calc(100% - 20px), var(--max));
  }

  .topbar {
    top: 10px;
  }

  .brand span:last-child {
    display: none;
  }

  .nav-action {
    display: none;
  }

  .hero-section {
    min-height: 680px;
  }

  .ops-console {
    top: 7%;
    left: 18px;
    right: auto;
    width: 640px;
    transform: scale(0.72);
    transform-origin: top left;
    opacity: 0.58;
  }

  .console-grid {
    grid-template-columns: 1fr 140px 1fr;
  }

  h1 {
    font-size: clamp(3rem, 16vw, 4.8rem);
  }

  .hero-content {
    padding: 24px;
  }

  .chat-form,
  .lead-form,
  .form-grid,
  .plans-grid,
  .offer-grid,
  .dashboard-grid,
  .launch-checklist ul,
  .access-code-panel {
    grid-template-columns: 1fr;
  }

  .message {
    max-width: 100%;
  }

  .inbox-heading {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
