@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap");

:root {
  --ink: #f1f6f3;
  --muted: #9aa8a1;
  --line: rgba(222, 238, 228, 0.15);
  --lime: #c5ff74;
  --paper: #e9f0eb;
  --night: #07111f;
  --panel: #0c1928;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  background: var(--night);
}
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 50% -20%, #183047 0, transparent 35rem),
    var(--night);
  font-family: Manrope, Arial, sans-serif;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header,
main,
footer {
  width: min(1160px, calc(100% - 48px));
  margin: auto;
}
.site-header {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.8px;
}
.brand-mark {
  display: block;
  width: 22px;
  height: 22px;
}
.header-link,
.text-link {
  font-size: 14px;
  font-weight: 700;
}
.header-link span,
.text-link span,
.button span {
  margin-left: 7px;
}
.hero {
  max-width: 825px;
  padding: 105px 0 66px;
  text-align: center;
  margin: auto;
}
.eyebrow,
.section-kicker,
.availability,
.code-label {
  color: var(--muted);
  font:
    500 11px/1.4 "DM Mono",
    monospace;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  color: #c6d2cb;
}
.pulse {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  box-shadow: 0 0 0 5px rgba(197, 255, 116, 0.12);
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1 {
  margin-bottom: 24px;
  font-size: clamp(52px, 8vw, 105px);
  line-height: 0.96;
  letter-spacing: -0.076em;
  font-weight: 800;
}
h1 em {
  color: var(--lime);
  font-style: normal;
}
.hero-copy {
  max-width: 600px;
  margin: 0 auto;
  color: #bdc9c2;
  font-size: 18px;
  line-height: 1.65;
}
.hero-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin: 35px 0 20px;
}
.button {
  display: inline-flex;
  align-items: center;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  transition:
    transform 0.15s,
    background 0.15s;
}
.button:hover {
  transform: translateY(-2px);
}
.primary {
  background: var(--lime);
  color: #07111f;
}
.availability {
  font-size: 10px;
}
.terminal-wrap {
  position: relative;
  padding: 25px 0 112px;
}
.terminal {
  position: relative;
  z-index: 1;
  max-width: 835px;
  overflow: hidden;
  margin: auto;
  border: 1px solid rgba(197, 255, 116, 0.25);
  border-radius: 12px;
  background: #091522;
  box-shadow:
    0 25px 80px rgba(0, 0, 0, 0.35),
    0 0 80px rgba(91, 169, 213, 0.08);
  font-family: "DM Mono", monospace;
  font-size: 13px;
}
.terminal-top {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 12px 15px;
  color: #879a90;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
}
.window-dots {
  display: flex;
  gap: 5px;
}
.window-dots i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #425449;
}
.window-dots i:first-child {
  background: #d0ed8d;
}
.received {
  margin-left: auto;
  color: var(--lime);
}
.terminal-body {
  padding: 26px 30px 28px;
}
.request-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #dbe8e0;
}
.request-line span {
  color: var(--lime);
}
.request-line small {
  margin-left: auto;
  color: #91a199;
}
.terminal-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  margin: 29px 0 22px;
  padding: 17px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.terminal-grid p {
  margin: 0;
}
.code-label {
  margin-bottom: 6px !important;
  font-size: 9px;
}
.gap {
  margin-top: 17px !important;
}
.good {
  color: var(--lime);
}
.payload {
  padding: 14px 16px;
  background: rgba(255, 255, 255, 0.025);
  border-radius: 6px;
  color: #dbe5df;
  line-height: 1.7;
}
.muted {
  color: #708078;
}
.key {
  color: #a8d6f2;
}
.string {
  color: #d3e69a;
}
.number {
  color: #e8ba8d;
}
.grid-glow {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(197, 255, 116, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(197, 255, 116, 0.055) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to bottom, transparent, black 30%, transparent);
}
.value-section {
  padding: 105px 0 120px;
}
.section-heading {
  max-width: 610px;
}
.section-heading h2,
.launch h2 {
  margin: 10px 0 0;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.04;
  letter-spacing: -0.064em;
}
.value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 58px;
}
.value-grid article {
  border-top: 1px solid var(--line);
  padding: 21px 0;
}
.value-grid h3 {
  margin: 22px 0 10px;
  font-size: 20px;
  letter-spacing: -0.04em;
}
.value-grid p {
  max-width: 300px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}
.number {
  font:
    500 11px "DM Mono",
    monospace;
  color: var(--lime);
}
.providers {
  padding: 44px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  text-align: center;
}
.providers p {
  color: var(--muted);
  font-size: 13px;
}
.providers div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  color: #d1dbd5;
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.05em;
}
.providers div span:last-child {
  color: #75847d;
  font-size: 14px;
  align-self: center;
  letter-spacing: 0;
}
.faq {
  padding: 115px 0;
}
.faq details {
  max-width: 720px;
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}
.faq details:first-of-type {
  margin-top: 45px;
  border-top: 1px solid var(--line);
}
.faq summary {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  list-style: none;
}
.faq summary::-webkit-details-marker {
  display: none;
}
.faq summary span {
  color: var(--lime);
}
.faq details p {
  max-width: 600px;
  margin: 15px 35px 0 0;
  color: var(--muted);
  line-height: 1.65;
  font-size: 14px;
}
.launch {
  margin-bottom: 76px;
  padding: 83px 8%;
  border-radius: 14px;
  background: var(--lime);
  color: #07111f;
  text-align: center;
}
.launch .section-kicker {
  color: #426020;
}
.launch h2 {
  font-size: clamp(42px, 5.7vw, 72px);
}
.launch > p:not(.section-kicker) {
  max-width: 440px;
  margin: 22px auto 29px;
  color: #29431d;
  font-size: 16px;
  line-height: 1.55;
}
.light {
  background: #07111f;
  color: var(--ink);
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 28px 0 36px;
  color: #718078;
  border-top: 1px solid var(--line);
  font-size: 11px;
}
footer .brand {
  color: var(--ink);
  font-size: 15px;
}
@media (max-width: 700px) {
  .site-header,
  main,
  footer {
    width: min(100% - 32px, 1160px);
  }
  .site-header {
    height: 70px;
  }
  .hero {
    padding: 75px 0 47px;
  }
  .hero-copy {
    font-size: 16px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 20px;
  }
  .terminal-wrap {
    padding-bottom: 70px;
  }
  .terminal-body {
    padding: 21px 17px;
  }
  .terminal-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .request-line {
    flex-wrap: wrap;
  }
  .request-line small {
    margin-left: 0;
    width: 100%;
  }
  .value-section,
  .faq {
    padding: 75px 0;
  }
  .value-grid {
    grid-template-columns: 1fr;
    gap: 4px;
    margin-top: 38px;
  }
  .providers div {
    gap: 17px;
    font-size: 17px;
  }
  .providers div span:last-child {
    width: 100%;
  }
  .launch {
    margin-bottom: 45px;
    padding: 62px 20px;
  }
  footer {
    flex-wrap: wrap;
  }
  footer span:last-child {
    width: 100%;
  }
}
