:root {
  color-scheme: light;
  --ink: #111317;
  --muted: #626a72;
  --paper: #f5f7f6;
  --white: #ffffff;
  --line: #d9e0df;
  --teal: #0c7a70;
  --teal-dark: #07564f;
  --coral: #d85a3a;
  --blue: #2f65c8;
  --night: #101317;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.55;
  letter-spacing: 0;
  color: var(--ink);
  background: var(--paper);
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 64px;
  padding: 12px 32px;
  color: var(--white);
  background: rgba(16, 19, 23, 0.76);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
  text-decoration: none;
}

.brand img {
  width: 28px;
  height: 28px;
  border-radius: 7px;
}

nav {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 14px;
}

nav a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.86);
}

nav a:hover {
  color: var(--white);
}

.language-toggle {
  min-width: 44px;
  min-height: 36px;
  padding: 0 12px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.language-toggle:hover {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.44);
}

.nav-download {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 8px;
}

.hero {
  position: relative;
  min-height: 78vh;
  display: flex;
  align-items: center;
  padding: 118px 32px 64px;
  background-image: url("/assets/hero-product.png");
  background-size: cover;
  background-position: 56% center;
  color: var(--white);
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 8, 12, 0.9) 0%, rgba(4, 8, 12, 0.76) 47%, rgba(4, 8, 12, 0.46) 100%),
    rgba(4, 8, 12, 0.2);
}

.hero-content {
  position: relative;
  width: min(760px, 100%);
  margin-left: max(0px, calc((100vw - 1180px) / 2));
}

.eyebrow {
  margin: 0 0 12px;
  color: #b8efe6;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--teal);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 720px;
  font-size: 72px;
  line-height: 0.96;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.1;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 660px;
  margin: 24px 0 0;
  font-size: 21px;
  color: rgba(255, 255, 255, 0.9);
}

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

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  border: 1px solid transparent;
}

.button.primary {
  color: var(--white);
  background: var(--coral);
  border-color: #ef8a6b;
}

.button.primary:hover {
  background: #c94d30;
}

.button.secondary {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
}

.button.secondary.solid {
  background: rgba(12, 122, 112, 0.92);
  border-color: rgba(184, 239, 230, 0.44);
}

.hero-meta {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.release-strip {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  padding: 20px 32px;
  background: var(--night);
  color: var(--white);
}

.release-strip div {
  max-width: 900px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.release-strip span {
  color: rgba(255, 255, 255, 0.74);
}

.release-strip a {
  flex: 0 0 auto;
  color: #b8efe6;
  font-weight: 800;
  text-decoration: none;
}

.release-links {
  display: inline-flex;
  gap: 18px;
}

.section {
  width: 100%;
  padding: 92px 32px;
}

.section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.intro {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(280px, 1fr);
  gap: 64px;
  align-items: start;
  background: var(--white);
}

.intro > * {
  max-width: none;
  margin: 0;
}

.intro p:last-child {
  font-size: 22px;
  color: var(--muted);
}

.showcase-section {
  padding: 72px 32px;
  background: var(--night);
}

.showcase-section img {
  display: block;
  width: min(1180px, 100%);
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.platform-section {
  padding: 92px 32px;
  background: #eef4f2;
}

.platform-section > * {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.platform-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.platform-grid article {
  min-height: 280px;
  padding: 28px;
  border: 1px solid #cfdcda;
  border-radius: 8px;
  background: var(--white);
}

.platform-grid span {
  display: inline-block;
  margin-bottom: 18px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.platform-grid p {
  color: var(--muted);
}

.platform-grid .button {
  width: fit-content;
  margin-top: 10px;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 34px;
}

.section-heading h2 {
  max-width: 720px;
}

.feature-section {
  background: var(--paper);
}

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

.feature-card {
  min-height: 230px;
  padding: 0 0 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
}

.feature-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1.62;
  object-fit: cover;
  border-bottom: 1px solid var(--line);
}

.feature-card span {
  display: inline-block;
  margin: 22px 24px 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.feature-card h3,
.feature-card p {
  margin-left: 24px;
  margin-right: 24px;
}

.feature-card p,
.steps p,
.privacy-list p {
  color: var(--muted);
}

.how-section {
  background: #eef4f2;
}

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

.steps article {
  min-height: 210px;
  padding: 24px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid #cfdcda;
}

.steps span {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  border-radius: 50%;
  color: var(--white);
  background: var(--teal);
  font-weight: 800;
}

.privacy-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(280px, 1fr);
  gap: 56px;
  background: var(--white);
}

.privacy-section > * {
  max-width: none;
  margin: 0;
}

.privacy-copy p:last-child {
  color: var(--muted);
  font-size: 20px;
}

.privacy-list {
  display: grid;
  gap: 14px;
}

.privacy-list p {
  margin: 0;
  padding: 20px;
  border-left: 4px solid var(--teal);
  background: var(--paper);
}

.cta-section {
  padding: 92px 32px;
  text-align: center;
  color: var(--white);
  background: var(--teal-dark);
}

.cta-section p,
.cta-section h2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.cta-section p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.78);
}

.cta-section .button {
  margin-top: 20px;
}

.cta-actions {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 32px;
  color: rgba(255, 255, 255, 0.72);
  background: var(--night);
  font-size: 14px;
}

footer p {
  margin: 0;
}

footer a {
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

footer span {
  display: inline-flex;
  gap: 16px;
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .site-header {
    position: absolute;
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 82svh;
    padding-top: 104px;
    background-position: 57% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(4, 8, 12, 0.9) 0%, rgba(4, 8, 12, 0.82) 72%, rgba(4, 8, 12, 0.56) 100%),
      rgba(4, 8, 12, 0.22);
  }

  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 34px;
  }

  .hero-copy {
    font-size: 19px;
  }

  .release-strip,
  .intro,
  .privacy-section,
  footer {
    display: block;
  }

  .release-strip a {
    display: inline-flex;
    margin-top: 12px;
  }

  .intro p:last-child,
  .privacy-copy p:last-child {
    font-size: 19px;
  }

  .showcase-section {
    padding: 44px 20px;
  }

  .feature-grid,
  .steps,
  .platform-grid {
    grid-template-columns: 1fr;
  }

  .section-heading {
    display: block;
  }

  .privacy-list {
    margin-top: 28px;
  }
}

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

  .site-header,
  .hero,
  .release-strip,
  .section,
  .cta-section,
  footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 30px;
  }

  .hero-actions {
    display: grid;
  }

  .button {
    width: 100%;
  }

  .platform-grid .button {
    width: 100%;
  }

  .release-links,
  footer span {
    display: flex;
    margin-top: 12px;
  }
}
