:root {
  color-scheme: dark;
  --background: #090b0d;
  --surface: #111519;
  --surface-raised: #171c21;
  --line: #293139;
  --text: #f7f8f9;
  --muted: #aeb7bf;
  --green: #91d51c;
  --green-bright: #b1f331;
  --green-dark: #162506;
  --max-width: 1120px;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", sans-serif;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 2%, rgba(145, 213, 28, 0.11), transparent 28rem),
    var(--background);
  color: var(--text);
  font-size: 17px;
  line-height: 1.55;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.shell {
  width: min(calc(100% - 48px), var(--max-width));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 12px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 9px;
  background: var(--text);
  color: var(--background);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(9, 11, 13, 0.83);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.nav-row,
.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.nav-row {
  min-height: 72px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: linear-gradient(145deg, var(--green-bright), #67b30f);
  color: #0a0d08;
  font-size: 19px;
  font-weight: 850;
  letter-spacing: -0.08em;
}

nav {
  display: flex;
  gap: 28px;
}

nav a {
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

nav a:hover,
nav a:focus-visible {
  color: var(--text);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  align-items: center;
  gap: 72px;
  min-height: 660px;
  padding-block: 96px;
}

.eyebrow,
.platform {
  margin: 0 0 14px;
  color: var(--green-bright);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(48px, 6.2vw, 78px);
  line-height: 0.98;
  letter-spacing: -0.055em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(34px, 4.5vw, 54px);
  line-height: 1.04;
  letter-spacing: -0.045em;
}

h3 {
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -0.025em;
}

.lede {
  max-width: 650px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: 21px;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 10px 19px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 750;
  text-decoration: none;
  transition: transform 150ms ease, background 150ms ease, border-color 150ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button.primary {
  background: var(--green);
  color: #0a0d08;
}

.button.primary:hover,
.button.primary:focus-visible {
  background: var(--green-bright);
}

.button.secondary {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.03);
  color: var(--text);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: #48545e;
  background: rgba(255, 255, 255, 0.06);
}

.company-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 32px;
  background: #000;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.38);
}

.company-card img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.apps-section {
  padding-block: 100px;
  border-block: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(255, 255, 255, 0.018);
}

.section-heading {
  max-width: 720px;
  margin-bottom: 48px;
}

.section-heading > p:last-child,
.about-grid,
.contact-card p,
.future-card p {
  color: var(--muted);
}

.product-card {
  display: grid;
  grid-template-columns: 190px minmax(0, 1fr);
  gap: 42px;
  padding: 38px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(145deg, var(--surface-raised), var(--surface));
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.24);
}

.product-icon img {
  width: 190px;
  height: 190px;
  border-radius: 42px;
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.33);
}

.product-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.platform {
  margin-bottom: 7px;
}

.status {
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid rgba(177, 243, 49, 0.23);
  border-radius: 999px;
  background: var(--green-dark);
  color: var(--green-bright);
  font-size: 13px;
  font-weight: 750;
}

.product-summary {
  max-width: 730px;
  color: #d5dbe0;
  font-size: 19px;
}

.feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 24px;
  margin: 25px 0 28px;
  padding: 0;
  list-style: none;
  color: var(--muted);
  font-size: 15px;
}

.feature-list li {
  position: relative;
  padding-left: 23px;
}

.feature-list li::before {
  position: absolute;
  left: 0;
  color: var(--green);
  content: "✓";
  font-weight: 850;
}

.product-links a {
  color: var(--green-bright);
  font-weight: 700;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.future-card {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  padding: 25px 30px;
  border: 1px dashed #35404a;
  border-radius: 22px;
}

.future-card h3,
.future-card p {
  margin-bottom: 0;
}

.future-card h3 {
  font-size: 20px;
}

.plus {
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: rgba(145, 213, 28, 0.1);
  color: var(--green-bright);
  font-size: 26px;
}

.about-section {
  padding-block: 108px;
}

.section-heading.compact {
  max-width: 850px;
  margin-bottom: 34px;
}

.about-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 50px;
  font-size: 19px;
}

.contact-section {
  padding-bottom: 100px;
}

.contact-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 42px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(120deg, rgba(145, 213, 28, 0.08), rgba(255, 255, 255, 0.02));
}

.contact-card h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 4vw, 44px);
}

.contact-card p:last-child {
  margin-bottom: 0;
}

.site-footer {
  padding-block: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: #89949d;
  font-size: 14px;
}

:focus-visible {
  outline: 3px solid rgba(177, 243, 49, 0.7);
  outline-offset: 3px;
}

@media (max-width: 860px) {
  .hero {
    grid-template-columns: 1fr;
    gap: 50px;
    min-height: auto;
    padding-block: 78px;
  }

  .company-card {
    max-width: 620px;
  }

  .product-card {
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 28px;
    padding: 30px;
  }

  .product-icon img {
    width: 130px;
    height: 130px;
    border-radius: 30px;
  }

  .feature-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  body {
    font-size: 16px;
  }

  .shell {
    width: min(calc(100% - 32px), var(--max-width));
  }

  .nav-row {
    min-height: 64px;
  }

  nav {
    gap: 15px;
  }

  nav a {
    font-size: 14px;
  }

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

  .hero {
    padding-block: 60px;
  }

  h1 {
    font-size: 46px;
  }

  .lede {
    font-size: 19px;
  }

  .apps-section,
  .about-section {
    padding-block: 76px;
  }

  .product-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .product-icon img {
    width: 104px;
    height: 104px;
    border-radius: 25px;
  }

  .product-title-row {
    align-items: center;
  }

  .about-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .contact-card,
  .footer-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .contact-card {
    padding: 28px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .button {
    transition: none;
  }
}
