@font-face {
  font-family: Manrope;
  src: url("/fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  color-scheme: light;
  --surface: #f8fafd;
  --surface-container: #eef3fb;
  --surface-blue: #e5edfa;
  --on-surface: #202124;
  --on-surface-variant: #5c626c;
  --primary: #0b57d0;
  --outline: #dce2ec;
  --font: Manrope, Arial, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 30px;
}
body {
  margin: 0;
  background: var(--surface);
  color: var(--on-surface);
  font: 15px/1.7 var(--font);
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  color: var(--primary);
}
a:focus-visible {
  outline: 3px solid var(--primary);
  outline-offset: 5px;
  border-radius: 6px;
}
img {
  display: block;
  max-width: 100%;
}
h1,
h2,
h3,
p,
figure {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 500;
  line-height: 1.15;
}
::selection {
  background: #d3e3fd;
  color: #041e49;
}
.wrap {
  width: min(1240px, calc(100% - 96px));
  margin-inline: auto;
}
.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  padding: 10px 20px;
  background: var(--primary);
  color: white;
  z-index: 10;
}
.skip-link:focus {
  top: 12px;
}
.site-header {
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wordmark {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font: 700 31px/1 var(--font);
  letter-spacing: -1.7px;
}
.wordmark span {
  font-size: 22px;
  font-weight: 450;
  letter-spacing: -0.8px;
  margin-left: 6px;
}
.brand-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  margin-right: 6px;
}
.site-header nav {
  display: flex;
  align-items: center;
  gap: 33px;
  font-size: 13px;
  font-weight: 600;
}
.contact-link {
  padding: 10px 20px;
  color: var(--primary);
  border: 1px solid #bbc5d4;
  border-radius: 30px;
  transition: background 0.2s;
}
.contact-link:hover {
  background: #e5edfa;
}
.hero {
  text-align: center;
  padding-block: 51px 64px;
}
.eyebrow {
  color: var(--on-surface-variant);
  font-size: 12px;
  font-weight: 600;
}
.hero .eyebrow {
  margin-bottom: 18px;
}
h1 {
  font-size: clamp(46px, 5.2vw, 72px);
  letter-spacing: -3.5px;
  line-height: 1.14;
}
h1 > span {
  color: var(--primary);
}
.hero-description {
  color: var(--on-surface-variant);
  font-size: 15px;
  line-height: 1.8;
  margin-top: 24px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 28px;
  background: var(--primary);
  color: white;
  font-size: 13px;
  font-weight: 600;
  transition:
    background 0.2s,
    box-shadow 0.2s;
}
.button span {
  font-size: 19px;
  line-height: 1;
}
.button:hover {
  color: white;
  background: #0849b0;
  box-shadow: 0 2px 5px #0b57d02b;
}
.hero > .button {
  margin-top: 26px;
}
.aviate-card {
  display: grid;
  grid-template-columns: 42% 58%;
  background: var(--surface-blue);
  border-radius: 32px;
  overflow: hidden;
}
.product-copy {
  align-self: center;
  padding: 48px 0 48px 48px;
}
.product-brand {
  display: flex;
  align-items: center;
  gap: 13px;
}
.product-brand img {
  width: 44px;
  height: 44px;
  border-radius: 13px;
}
.product-brand h2 {
  font-size: 26px;
  letter-spacing: -0.8px;
}
.product-copy > h3 {
  font-size: 46px;
  letter-spacing: -1.8px;
  margin-top: 33px;
}
.product-copy > p {
  max-width: 365px;
  color: #4c5a6e;
  font-size: 14px;
  line-height: 1.9;
  margin-top: 22px;
}
.product-copy > .button {
  margin-top: 29px;
}
.platform {
  display: block;
  color: #5c6a7f;
  font-size: 11px;
  margin-top: 14px;
}
.product-stage {
  padding: 53px 38px 28px 20px;
  min-width: 0;
  align-self: center;
}
.devices {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 19px;
}
.device {
  position: relative;
  flex-shrink: 0;
  filter: drop-shadow(0 12px 14px #183f651a);
}
.device-frame {
  width: 100%;
  height: auto;
}
.device-screen {
  position: absolute;
  object-fit: cover;
}
.device-open {
  width: 68%;
}
.device-open .device-screen {
  left: 2.06422%;
  top: 1.78926%;
  width: 95.87156%;
  height: 96.42147%;
  border-radius: 1%;
}
.device-open .device-camera {
  position: absolute;
  left: 72.2477%;
  top: 2.9821%;
  width: 3.211%;
  aspect-ratio: 1;
  background: #d9d9d91a;
  border-radius: 50%;
}
.device-closed {
  width: 34%;
  margin-left: -9%;
  margin-bottom: -19px;
  z-index: 1;
}
.device-closed .device-screen {
  left: 7.58929%;
  top: 1.9685%;
  width: 87.94643%;
  height: 96.06299%;
  border-radius: 0.65%;
}
.device-closed .device-camera {
  position: absolute;
  left: 49.10714%;
  top: 2.75591%;
  width: 5.80357%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(circle, #000 50%, #0b0b0b 70%, #191919 100%);
  box-shadow: inset 0 0 2px #28273d4d;
}
.product-stage figcaption {
  text-align: center;
  color: #64748a;
  font-size: 11px;
  margin-top: 30px;
}
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 38px;
  padding: 34px 48px 0;
}
.features h3 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.2px;
}
.features p {
  font-size: 12px;
  color: var(--on-surface-variant);
  margin-top: 9px;
}
.studio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
  padding-block: 85px 72px;
}
.studio-copy {
  padding: 20px 0 20px 48px;
  align-self: center;
}
.studio-copy h2 {
  font-size: 35px;
  letter-spacing: -1.1px;
  margin-top: 18px;
}
.studio-copy > p:not(.eyebrow) {
  color: var(--on-surface-variant);
  font-size: 13px;
  line-height: 1.9;
  max-width: 370px;
  margin-top: 22px;
}
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: var(--primary);
  font-size: 13px;
  font-weight: 600;
  margin-top: 23px;
}
.text-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.coming-soon {
  background: var(--surface-container);
  border-radius: 28px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.next-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #d3e3fd;
  color: var(--primary);
  font-size: 31px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 27px;
}
.coming-soon h2 {
  font-size: 30px;
  letter-spacing: -0.8px;
}
.coming-soon > p {
  font-size: 13px;
  color: var(--on-surface-variant);
  line-height: 1.9;
  margin-top: 15px;
}
.site-footer {
  display: flex;
  align-items: center;
  gap: 35px;
  padding-block: 30px;
  border-top: 1px solid var(--outline);
}
.site-footer .wordmark {
  font-size: 25px;
}
.site-footer .brand-icon {
  width: 35px;
  height: 35px;
}
.site-footer .wordmark span {
  font-size: 18px;
}
.site-footer small {
  color: var(--on-surface-variant);
  font-size: 11px;
}
.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-left: auto;
  color: var(--on-surface-variant);
  font-size: 12px;
}
.legal {
  max-width: 740px;
  padding-block: 50px 80px;
}
.legal h1 {
  font-size: clamp(38px, 6vw, 52px);
  letter-spacing: -1.8px;
  margin-top: 15px;
}
.legal .legal-date {
  font-size: 12px;
  margin-block: 16px 32px;
}
.legal h2 {
  font-size: 23px;
  letter-spacing: -0.5px;
  margin-block: 34px 14px;
}
.legal p:not(.eyebrow) {
  color: var(--on-surface-variant);
  line-height: 1.85;
}
.legal p + p {
  margin-top: 14px;
}
.legal a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}
@media (min-width: 1500px) {
  .hero {
    padding-block: 66px 76px;
  }
}
@media (max-width: 1100px) {
  .wrap {
    width: calc(100% - 64px);
  }
  .product-copy {
    padding-left: 32px;
  }
  .product-copy > h3 {
    font-size: 39px;
  }
  .product-copy > p {
    font-size: 13px;
  }
  .product-stage {
    padding-right: 22px;
    padding-left: 10px;
  }
  .studio {
    gap: 45px;
  }
  .studio-copy {
    padding-left: 32px;
  }
  .features {
    padding-inline: 32px;
    gap: 25px;
  }
}
@media (max-width: 800px) {
  .aviate-card {
    grid-template-columns: 1fr;
  }
  .product-copy {
    padding: 36px 36px 22px;
    text-align: center;
  }
  .product-brand {
    justify-content: center;
  }
  .product-copy > h3 {
    font-size: 42px;
    margin-top: 25px;
  }
  .product-copy > p {
    max-width: 420px;
    margin-inline: auto;
  }
  .product-stage {
    width: min(580px, 100%);
    margin-inline: auto;
    padding: 27px 35px 27px;
  }
  .features {
    padding-inline: 16px;
    gap: 25px;
  }
  .features h3 {
    font-size: 13px;
  }
  .features p {
    font-size: 11px;
  }
  .studio {
    gap: 25px;
    padding-block: 60px;
  }
  .studio-copy {
    padding-left: 16px;
  }
  .studio-copy h2 {
    font-size: 30px;
  }
  .coming-soon {
    padding: 30px;
  }
}
@media (max-width: 600px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .site-header {
    min-height: 82px;
  }
  .wordmark {
    font-size: 28px;
  }
  .brand-icon {
    width: 36px;
    height: 36px;
    margin-right: 4px;
  }
  .wordmark span {
    font-size: 19px;
  }
  .site-header nav {
    gap: 18px;
    font-size: 11px;
  }
  .site-header nav > a:nth-child(2) {
    display: none;
  }
  .contact-link {
    padding: 9px 13px;
  }
  .hero {
    padding-block: 35px 44px;
  }
  .hero .eyebrow {
    font-size: 11px;
    margin-bottom: 16px;
  }
  h1 {
    font-size: clamp(39px, 10vw, 55px);
    letter-spacing: -1.9px;
  }
  .hero-description {
    font-size: 13px;
    margin-top: 22px;
    max-width: 335px;
    margin-inline: auto;
  }
  .desktop-break {
    display: none;
  }
  .button {
    font-size: 12px;
    padding: 12px 22px;
  }
  .hero > .button {
    margin-top: 24px;
  }
  .aviate-card {
    border-radius: 28px;
  }
  .product-copy {
    padding: 29px 23px 20px;
  }
  .product-brand img {
    width: 40px;
    height: 40px;
  }
  .product-brand h2 {
    font-size: 25px;
  }
  .product-copy > h3 {
    font-size: 36px;
    letter-spacing: -1.2px;
  }
  .product-copy > p {
    font-size: 12px;
    line-height: 1.85;
    margin-top: 20px;
  }
  .product-copy > .button {
    margin-top: 23px;
  }
  .platform {
    font-size: 10px;
  }
  .product-stage {
    padding: 23px 20px 24px;
  }
  .device-open {
    width: 70%;
  }
  .device-closed {
    width: 35%;
    margin-left: -9%;
    margin-bottom: -12px;
  }
  .devices {
    padding-bottom: 12px;
  }
  .product-stage figcaption {
    font-size: 9px;
    margin-top: 20px;
  }
  .features {
    grid-template-columns: 1fr;
    gap: 23px;
    padding: 29px 20px 0;
  }
  .features h3 {
    font-size: 14px;
  }
  .features p {
    font-size: 12px;
    margin-top: 6px;
  }
  .studio {
    grid-template-columns: 1fr;
    gap: 33px;
    padding-block: 47px 40px;
  }
  .studio-copy {
    padding: 0 20px;
  }
  .studio-copy .eyebrow {
    font-size: 11px;
  }
  .studio-copy h2 {
    font-size: 31px;
    margin-top: 15px;
  }
  .studio-copy > p:not(.eyebrow) {
    font-size: 12px;
    margin-top: 19px;
  }
  .text-link {
    font-size: 12px;
    margin-top: 20px;
  }
  .coming-soon {
    padding: 29px;
  }
  .next-icon {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    margin-bottom: 23px;
  }
  .coming-soon h2 {
    font-size: 28px;
  }
  .coming-soon > p {
    font-size: 12px;
  }
  .site-footer {
    gap: 18px;
    flex-wrap: wrap;
    padding-block: 25px;
  }
  .site-footer small {
    width: 100%;
    order: 3;
    font-size: 10px;
  }
  .footer-links {
    font-size: 11px;
    gap: 16px;
  }
}
@media (max-width: 360px) {
  .site-header nav > a:first-child:not(:only-child) {
    display: none;
  }
  .site-header nav {
    gap: 12px;
  }
  .contact-link {
    border: 0;
    padding-inline: 0;
  }
  .wordmark {
    font-size: 26px;
  }
  .wordmark span {
    font-size: 18px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
