:root {
  color-scheme: light;
  --ink: #11151a;
  --ink-soft: #4e5965;
  --paper: #f5f7f8;
  --white: #ffffff;
  --line: #d9dfe4;
  --dark: #090d12;
  --dark-raised: #111820;
  --dark-line: #2b3541;
  --blue: #087de7;
  --blue-dark: #075ca9;
  --cyan: #49e9f7;
  --pink: #ff5cbd;
  --lime: #a8ff5f;
  --focus: #ffd45c;
  font-family: Inter, Roboto, "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 78px;
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
}

body,
button,
a {
  font: inherit;
}

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

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

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  min-height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 10px max(22px, calc((100vw - 1200px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(9, 13, 18, 0.94);
  color: #f8fbfd;
  backdrop-filter: blur(16px);
}

.brand,
.footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  font-weight: 760;
}

.brand {
  gap: 0;
  font-size: 19px;
}

.brand img,
.footer-brand img {
  border-radius: 8px;
}

.site-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  color: #c1cad3;
  font-size: 14px;
  font-weight: 650;
}

.site-nav a,
.site-footer a,
.product-actions a {
  transition: color 160ms ease;
}

.site-nav a:hover,
.site-footer a:hover {
  color: #ffffff;
}

.language-button {
  justify-self: end;
  min-width: 44px;
  min-height: 38px;
  border: 1px solid #45515d;
  border-radius: 6px;
  background: #151c24;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 780;
}

.hero {
  position: relative;
  height: calc(100svh - 128px);
  min-height: 520px;
  max-height: 760px;
  display: flex;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  background: var(--dark);
  color: #ffffff;
}

.hero-background,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-background {
  z-index: -3;
  object-fit: cover;
  object-position: 50% 48%;
  filter: saturate(1.05) contrast(1.04);
}

.hero-shade {
  z-index: -2;
  background: rgba(4, 7, 12, 0.76);
  box-shadow: inset 0 -180px 180px rgba(4, 7, 12, 0.42);
}

.hero-content {
  width: min(1200px, calc(100% - 44px));
  margin: 0 auto;
}

.eyebrow,
.product-type {
  margin: 0 0 14px;
  color: var(--cyan);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

.hero h1 {
  margin: 0;
  font-size: 68px;
  font-weight: 820;
  line-height: 0.95;
  letter-spacing: 0;
}

.hero-lead {
  max-width: 780px;
  margin: 24px 0 0;
  font-size: 30px;
  font-weight: 690;
  line-height: 1.2;
}

.hero-copy {
  max-width: 600px;
  margin: 14px 0 0;
  color: #bdc8d2;
  font-size: 17px;
}

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

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 0 16px;
  font-weight: 720;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button-primary {
  background: #ffffff;
  color: #0a1118;
}

.button-primary:hover {
  background: var(--cyan);
}

.button-quiet {
  border-color: #56616d;
  background: rgba(14, 20, 27, 0.68);
  color: #ffffff;
}

.button-quiet:hover {
  border-color: #ffffff;
}

.projects-heading,
.product,
.about,
.contact,
.site-footer {
  padding-left: max(22px, calc((100vw - 1200px) / 2));
  padding-right: max(22px, calc((100vw - 1200px) / 2));
}

.projects-heading {
  padding-top: 42px;
  padding-bottom: 10px;
  background: var(--paper);
}

.projects-heading h2 {
  max-width: 850px;
  margin: 0;
  font-size: 48px;
  line-height: 1.08;
  letter-spacing: 0;
}

.product {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(380px, 0.85fr);
  gap: 68px;
  align-items: center;
  padding-top: 72px;
  padding-bottom: 72px;
}

.product-walue {
  background: #ffffff;
}

.product.product-walue {
  padding-top: 30px;
}

.product-neon {
  grid-template-columns: minmax(380px, 0.85fr) minmax(0, 0.9fr);
  background: var(--dark);
  color: #f8fbfd;
}

.product-copy {
  max-width: 620px;
}

.product-lockup {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.product-lockup img {
  flex: 0 0 auto;
  border-radius: 8px;
}

.product-type {
  margin-bottom: 3px;
  color: var(--blue-dark);
}

.product-type-neon {
  color: var(--pink);
}

.product h2 {
  margin: 0;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0;
}

.status {
  display: inline-flex;
  align-items: center;
  margin-top: 2px;
  border: 1px solid #a9c9e7;
  border-radius: 999px;
  padding: 6px 10px;
  background: #eaf4fd;
  color: #07528f;
  font-size: 12px;
  font-weight: 760;
}

.status-neon {
  border-color: #64455d;
  background: #251522;
  color: #ff91d2;
}

.product h3 {
  max-width: 590px;
  margin: 26px 0 12px;
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 0;
}

.product-copy > p:not(.product-type) {
  margin: 0;
  color: var(--ink-soft);
  line-height: 1.65;
}

.product-neon .product-copy > p:not(.product-type) {
  color: #aeb9c5;
}

.feature-list {
  margin: 28px 0 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.feature-list li {
  position: relative;
  padding: 13px 8px 13px 26px;
  border-bottom: 1px solid var(--line);
  color: #25303a;
}

.feature-list li::before {
  position: absolute;
  top: 20px;
  left: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--blue);
  content: "";
}

.feature-list-neon {
  border-color: var(--dark-line);
}

.feature-list-neon li {
  border-color: var(--dark-line);
  color: #dce4eb;
}

.feature-list-neon li::before {
  background: var(--pink);
}

.product-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 28px;
}

.product-actions a {
  color: var(--blue-dark);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.product-actions a:hover {
  color: var(--blue);
}

.store-placeholder {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #bdc6ce;
  border-radius: 6px;
  padding: 0 14px;
  background: #f1f4f6;
  color: #52606c;
  font-size: 14px;
  font-weight: 730;
}

.store-placeholder-neon {
  margin-top: 28px;
  border-color: #3c4652;
  background: #151c24;
  color: #b9c4ce;
}

.walue-visual,
.neon-visual {
  width: 100%;
  max-width: 600px;
  min-width: 0;
  margin: 0;
  justify-self: center;
  align-self: center;
}

.product-image-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid #2d3741;
  border-radius: 8px;
  background: #0f141a;
  box-shadow: 0 28px 70px rgba(18, 31, 43, 0.22);
}

.product-image-frame img,
.neon-visual img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

figcaption {
  margin-top: 12px;
  color: #78848f;
  font-size: 12px;
  text-align: center;
}

.neon-visual img {
  height: auto;
  border: 1px solid #34404d;
  border-radius: 8px;
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
}

.neon-visual figcaption {
  color: #7f8b98;
}

.about {
  display: grid;
  grid-template-columns: minmax(280px, 0.65fr) minmax(440px, 1fr);
  gap: 68px;
  align-items: center;
  padding-top: 82px;
  padding-bottom: 86px;
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}

.about h2 {
  max-width: 560px;
  margin: 0;
  font-size: 32px;
  line-height: 1.18;
  letter-spacing: 0;
}

.about-copy > p:last-child {
  max-width: 560px;
  margin: 20px 0 0;
  color: var(--ink-soft);
  font-size: 16px;
  line-height: 1.65;
}

.showcase {
  min-width: 0;
  border: 1px solid #cbd3da;
  border-radius: 8px;
  padding: 12px;
  background: #ffffff;
  box-shadow: 0 22px 55px rgba(20, 31, 41, 0.12);
}

.showcase-toolbar {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 2px 10px;
}

.showcase-toolbar > p {
  margin: 0;
  color: #2d3944;
  font-size: 14px;
  font-weight: 740;
}

.showcase-controls {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 8px;
}

.showcase-controls button {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border: 1px solid #b9c3cc;
  border-radius: 6px;
  background: #f4f6f8;
  color: #1c2731;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
}

.showcase-controls button:hover {
  border-color: #7d8994;
  background: #e9edf0;
}

.showcase-controls span {
  min-width: 42px;
  color: #6b7782;
  font-size: 12px;
  text-align: center;
}

.showcase-stage {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid #2d3741;
  border-radius: 6px;
  background: #0e1319;
}

.showcase-stage figure {
  width: 100%;
  height: 100%;
  margin: 0;
}

.showcase-stage figure[hidden] {
  display: none;
}

.showcase-stage img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.showcase-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding-top: 12px;
}

.showcase-dots button {
  width: 9px;
  height: 9px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: #b2bcc5;
  cursor: pointer;
}

.showcase-dots button[aria-current="true"] {
  background: var(--blue);
}

.contact {
  padding-top: 94px;
  padding-bottom: 100px;
  background: #16201f;
  color: #ffffff;
}

.contact h2 {
  max-width: 760px;
  margin: 0;
  color: #b8c4c2;
  font-size: 17px;
  line-height: 1.65;
  letter-spacing: 0;
}

.contact > p:not(.eyebrow) {
  max-width: 620px;
  margin: 18px 0 0;
  color: #b8c4c2;
  font-size: 17px;
}

.contact-email {
  display: inline-block;
  max-width: 100%;
  margin-top: 30px;
  color: #b8c4c2;
  font-size: 17px;
  font-weight: 760;
  line-height: 1.65;
  overflow-wrap: anywhere;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
}

.site-footer {
  min-height: 86px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  background: var(--dark);
  color: #aab5bf;
  font-size: 13px;
}

.site-footer p {
  margin: 0;
}

.site-footer > div {
  justify-self: end;
  display: flex;
  gap: 18px;
}

.privacy-body {
  background: #ffffff;
}

.privacy-header {
  grid-template-columns: 1fr auto;
}

.privacy-back {
  justify-self: end;
  color: #c4ced7;
  font-size: 14px;
  font-weight: 680;
}

.privacy-back:hover {
  color: #ffffff;
}

.privacy-document {
  width: min(820px, calc(100% - 44px));
  margin: 0 auto;
  padding: 78px 0 100px;
}

.privacy-title {
  padding-bottom: 38px;
  border-bottom: 1px solid var(--line);
}

.privacy-title h1 {
  margin: 0;
  font-size: 58px;
  line-height: 1.05;
  letter-spacing: 0;
}

.privacy-title > p:not(.eyebrow) {
  margin: 12px 0 0;
  color: var(--ink-soft);
}

.policy-language {
  display: flex;
  gap: 10px;
  margin-top: 24px;
}

.policy-language a {
  min-height: 38px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #b9c3cc;
  border-radius: 6px;
  padding: 0 12px;
  color: #293541;
  font-size: 14px;
  font-weight: 700;
}

.policy-language a:hover {
  border-color: var(--blue);
  color: var(--blue-dark);
}

.privacy-document section {
  padding-top: 48px;
}

.privacy-document section h2 {
  margin: 38px 0 10px;
  font-size: 28px;
  line-height: 1.2;
}

.privacy-document section h3 {
  margin: 34px 0 10px;
  font-size: 22px;
  line-height: 1.25;
}

.privacy-document section p {
  margin: 10px 0 0;
  color: #3f4b56;
  line-height: 1.72;
}

.privacy-document .privacy-intro {
  color: #1c252d;
  font-size: 19px;
}

.privacy-document section a {
  color: var(--blue-dark);
  font-weight: 680;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.privacy-translation {
  margin-top: 70px;
  padding-top: 70px !important;
  border-top: 4px solid var(--ink);
}

.privacy-translation > h2 {
  margin-top: 0 !important;
  font-size: 38px !important;
}

.privacy-footer {
  padding-left: max(22px, calc((100vw - 820px) / 2));
  padding-right: max(22px, calc((100vw - 820px) / 2));
}

@media (max-width: 900px) {
  .site-header {
    grid-template-columns: 1fr auto;
  }

  .site-nav {
    display: none;
  }

  .hero h1 {
    font-size: 56px;
  }

  .hero-lead {
    font-size: 25px;
  }

  .product,
  .about {
    grid-template-columns: 1fr;
  }

  .about {
    gap: 36px;
  }

  .projects-heading h2,
  .about h2 {
    font-size: 40px;
  }

  .product {
    min-height: auto;
    gap: 54px;
  }

  .product-neon .neon-visual {
    order: 2;
  }

  .product-neon .product-copy {
    order: 1;
  }

  .product-copy {
    max-width: 760px;
  }

  .walue-visual,
  .neon-visual {
    justify-self: center;
    width: 100%;
  }

  .about-copy {
    max-width: 680px;
  }
}

@media (max-width: 620px) {
  html {
    scroll-padding-top: 66px;
  }

  .site-header {
    min-height: 66px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .brand {
    font-size: 17px;
  }

  .brand img {
    width: 34px;
    height: 34px;
  }

  .hero {
    height: calc(100svh - 104px);
    min-height: 500px;
    max-height: 680px;
    align-items: flex-end;
  }

  .hero-content {
    width: min(100% - 36px, 1200px);
    padding-bottom: 50px;
  }

  .hero-background {
    object-position: 56% center;
  }

  .hero-shade {
    background: rgba(4, 7, 12, 0.72);
    box-shadow: inset 0 -250px 180px rgba(4, 7, 12, 0.64);
  }

  .hero h1 {
    font-size: 44px;
  }

  .hero-lead {
    margin-top: 18px;
    font-size: 22px;
  }

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

  .hero-actions {
    margin-top: 22px;
  }

  .button {
    flex: 1 1 160px;
    padding: 0 12px;
  }

  .projects-heading,
  .product,
  .about,
  .contact,
  .site-footer {
    padding-left: 18px;
    padding-right: 18px;
  }

  .projects-heading {
    padding-top: 32px;
    padding-bottom: 8px;
  }

  .projects-heading h2 {
    font-size: 34px;
  }

  .product {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .product h2 {
    font-size: 46px;
  }

  .product h3 {
    font-size: 24px;
  }

  .product-lockup img {
    width: 48px;
    height: 48px;
  }

  .about {
    padding-top: 60px;
    padding-bottom: 64px;
  }

  .about h2 {
    font-size: 28px;
  }

  .showcase {
    padding: 9px;
  }

  .showcase-toolbar {
    align-items: flex-start;
  }

  .showcase-toolbar > p {
    padding-top: 7px;
  }

  .contact {
    padding-top: 70px;
    padding-bottom: 74px;
  }

  .site-footer {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .site-footer p {
    display: none;
  }

  .site-footer > div {
    gap: 12px;
  }

  .privacy-document {
    width: min(100% - 36px, 820px);
    padding-top: 56px;
    padding-bottom: 76px;
  }

  .privacy-title h1 {
    font-size: 42px;
  }

  .privacy-header .brand span {
    display: inline;
  }
}

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

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
