@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../assets/fonts/poppins-400.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../assets/fonts/poppins-500.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../assets/fonts/poppins-600.woff2") format("woff2");
}

@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../assets/fonts/poppins-700.woff2") format("woff2");
}

:root {
  --purple: #7501fe;
  --purple-light: #9a35ff;
  --blue: #0d65eb;
  --navy: #091d29;
  --navy-soft: #102d3b;
  --cream: #fffdf8;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--cream);
  color: var(--navy);
  font-family: "Poppins", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

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

img,
svg {
  display: block;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  background: var(--navy);
  color: #fff;
  transform: translateY(-150%);
}

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

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

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

.hero {
  position: relative;
  min-height: 780px;
  height: 100svh;
  max-height: 940px;
  overflow: hidden;
  color: var(--navy);
  background: var(--cream);
}

.hero-grid {
  position: absolute;
  inset: 0;
  opacity: .34;
  pointer-events: none;
  background-image: radial-gradient(rgba(117, 1, 254, .17) 1px, transparent 1px);
  background-size: 25px 25px;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000 55%, #000);
  mask-image: linear-gradient(90deg, transparent, #000 55%, #000);
}

.hero-glow {
  position: absolute;
  width: 760px;
  height: 760px;
  right: -190px;
  top: 4%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(117, 1, 254, .11), rgba(13, 101, 235, .06) 46%, transparent 69%);
}

.nav {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 7;
  border-bottom: 1px solid rgba(9, 29, 41, .12);
}

.brand {
  display: inline-flex;
  align-items: center;
  width: 170px;
  height: 56px;
  overflow: hidden;
}

.brand img {
  display: block;
  width: 100%;
  height: auto;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .02em;
  transition: color .2s ease;
}

.nav-link:hover {
  color: var(--purple);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 26px;
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 3px;
  padding: 3px;
  border: 1px solid rgba(9, 29, 41, .12);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  box-shadow: 0 8px 24px rgba(9, 29, 41, .07);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.language-button {
  min-width: 59px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 0 9px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: #52626b;
  font-family: inherit;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .05em;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, box-shadow .2s ease;
}

.language-button:hover {
  color: var(--purple);
}

.language-button.is-active {
  background: var(--navy);
  color: #fff;
  box-shadow: 0 7px 18px rgba(9, 29, 41, .18);
}

.flag-icon {
  font-family: "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}

.hero-content {
  position: relative;
  z-index: 4;
  padding-top: clamp(90px, 13vh, 145px);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #5f6e76;
  text-transform: uppercase;
  letter-spacing: .16em;
  font-size: 11px;
  font-weight: 600;
}

.eyebrow-mark {
  flex: 0 0 auto;
  width: 27px;
  height: 3px;
  border-radius: 5px;
  background: linear-gradient(90deg, var(--purple), var(--blue));
}

h1 {
  max-width: 670px;
  margin: 28px 0;
  font-size: clamp(58px, 6vw, 86px);
  line-height: .97;
  letter-spacing: -.058em;
  font-weight: 700;
}

h1 em {
  color: var(--purple);
  font-style: normal;
}

.hero-copy {
  max-width: 590px;
  margin: 0 0 34px;
  color: #52626b;
  font-size: clamp(16px, 1.35vw, 18px);
  line-height: 1.75;
}

.primary-button {
  display: inline-flex;
  align-items: center;
  gap: 18px;
  padding: 16px 22px;
  border-radius: 999px;
  background: var(--purple);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 15px 38px rgba(117, 1, 254, .2);
  transition: transform .2s, box-shadow .2s, background .2s;
}

.primary-button:hover {
  transform: translateY(-2px);
  background: #6500dc;
  box-shadow: 0 19px 45px rgba(117, 1, 254, .28);
}

.coming {
  margin: 23px 0 0 4px;
  color: #78848a;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.coming-label {
  color: var(--blue);
  font-weight: 700;
}

.hero-visual {
  position: absolute;
  z-index: 3;
  top: 51%;
  right: max(20px, calc((100vw - 1240px) / 2));
  width: min(41vw, 540px);
  aspect-ratio: 1.08;
  transform: translateY(-45%);
}

.visual-frame {
  position: absolute;
  z-index: 2;
  inset: 4% 2% 5% 4%;
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 38px;
  background: #d4d3d1;
  box-shadow: 0 35px 90px rgba(9, 29, 41, .24);
  transform: rotate(1.2deg);
}

.visual-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(9, 29, 41, .08);
  border-radius: 28px;
  pointer-events: none;
}

.visual-frame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-ribbon {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
}

.ribbon-purple {
  width: 76%;
  aspect-ratio: 1;
  left: -6%;
  top: -11%;
  border: 54px solid var(--purple);
  clip-path: polygon(0 0, 100% 0, 100% 54%, 58% 54%, 58% 100%, 0 100%);
  transform: rotate(31deg);
}

.ribbon-blue {
  width: 65%;
  aspect-ratio: 1;
  right: -9%;
  bottom: -10%;
  border: 42px solid var(--blue);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 44% 100%, 44% 47%, 0 47%);
  transform: rotate(-19deg);
}

.launch-card {
  position: absolute;
  z-index: 4;
  left: -7%;
  bottom: 2%;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 235px;
  padding: 14px 16px;
  border: 1px solid rgba(9, 29, 41, .08);
  border-radius: 15px;
  background: rgba(255, 253, 248, .95);
  box-shadow: 0 20px 50px rgba(9, 29, 41, .18);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.launch-card > span {
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--blue));
}

.launch-card p {
  display: flex;
  flex-direction: column;
  margin: 0;
}

.launch-card small {
  margin-bottom: 3px;
  color: var(--purple);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .1em;
}

.launch-card strong {
  color: var(--navy);
  font-size: 10px;
  line-height: 1.4;
}

.visual-note {
  position: absolute;
  z-index: 4;
  right: -29px;
  top: 24%;
  writing-mode: vertical-rl;
  color: var(--navy);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .22em;
}

.scroll-cue {
  position: absolute;
  z-index: 5;
  left: 26px;
  bottom: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #879198;
  font-size: 8px;
  letter-spacing: .25em;
}

.scroll-line {
  width: 2px;
  height: 32px;
  background: var(--purple);
}

.vision {
  position: relative;
  overflow: hidden;
  padding: 120px 0 110px;
  background: var(--navy);
  color: #fff;
}

.vision::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  right: -220px;
  top: -280px;
  border-radius: 50%;
  border: 90px solid rgba(117, 1, 254, .12);
}

.section-intro {
  position: relative;
  z-index: 1;
  max-width: 850px;
}

.kicker {
  margin: 0 0 22px;
  color: #ad67ff;
  font-size: 11px;
  letter-spacing: .18em;
  font-weight: 700;
}

h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 5vw, 69px);
  line-height: 1.05;
  letter-spacing: -.045em;
  font-weight: 500;
}

h2 .headline-accent {
  color: #a655ff;
}

h2 .headline-main {
  color: #fff;
}

.section-intro > p:last-child {
  max-width: 650px;
  margin: 28px 0 0;
  color: #afbdc4;
  font-size: 16px;
  line-height: 1.8;
}

.pillars {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 76px;
}

.pillars article {
  position: relative;
  min-height: 310px;
  padding: 35px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 22px;
  background: var(--navy-soft);
  transition: transform .25s, border-color .25s;
}

.pillars article:hover {
  transform: translateY(-5px);
  border-color: rgba(154, 53, 255, .7);
}

.pillar-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--blue));
}

.pillars article > p {
  position: absolute;
  right: 30px;
  top: 25px;
  margin: 0;
  color: #9651e4;
  font-size: 11px;
  font-weight: 700;
}

.pillars h3 {
  margin: 72px 0 13px;
  color: #fff;
  font-size: 21px;
  letter-spacing: -.025em;
}

.pillars article > span:last-child {
  display: block;
  max-width: 270px;
  color: #9fb0b9;
  font-size: 13px;
  line-height: 1.7;
}

footer {
  padding: 48px 0;
  background: #0d0d0e;
  color: #fff;
}

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

.footer-inner .brand {
  width: 152px;
  height: 52px;
}

.footer-inner p {
  color: #92999d;
  font-size: 12px;
}

.footer-inner > span {
  color: #6f767a;
  font-size: 10px;
}

@media (max-width: 1100px) {
  .hero {
    height: auto;
    max-height: none;
    min-height: 1120px;
  }

  .hero-content {
    padding-top: 80px;
  }

  .hero-copy {
    max-width: 650px;
  }

  .hero-visual {
    position: relative;
    top: auto;
    right: auto;
    width: min(700px, calc(100% - 48px));
    margin: 65px auto 85px;
    transform: none;
  }

  .visual-note {
    right: -20px;
  }

  .pillars {
    grid-template-columns: 1fr;
  }

  .pillars article {
    min-height: 225px;
  }

  .pillars h3 {
    margin-top: 42px;
  }
}

@media (max-width: 600px) {
  .shell {
    width: min(calc(100% - 34px), 1180px);
  }

  .nav {
    height: 84px;
  }

  .brand {
    width: 132px;
    height: 46px;
  }

  .nav-link svg {
    display: none;
  }

  .nav-link {
    font-size: 11px;
  }

  .nav-actions {
    gap: 11px;
  }

  .language-switcher {
    gap: 2px;
    padding: 2px;
  }

  .language-button {
    min-width: 49px;
    height: 30px;
    gap: 4px;
    padding: 0 6px;
    font-size: 8px;
  }

  .flag-icon {
    font-size: 14px;
  }

  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-top: 58px;
  }

  .eyebrow {
    max-width: 280px;
    line-height: 1.5;
  }

  h1 {
    font-size: 49px;
  }

  .hero-copy {
    max-width: 96%;
    font-size: 15px;
  }

  .hero-visual {
    width: calc(100% - 34px);
    margin: 48px auto 65px;
  }

  .visual-frame {
    inset: 5% 0 5% 2%;
    border-width: 6px;
    border-radius: 24px;
  }

  .ribbon-purple {
    border-width: 32px;
  }

  .ribbon-blue {
    border-width: 27px;
  }

  .launch-card {
    left: -2%;
    bottom: 0;
    width: 205px;
    padding: 11px 13px;
  }

  .visual-note,
  .scroll-cue {
    display: none;
  }

  .vision {
    padding: 85px 0 75px;
  }

  h2 {
    font-size: 39px;
  }

  .pillars {
    margin-top: 52px;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 460px) {
  .nav-link {
    display: none;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .visual-frame {
    animation: float 7s ease-in-out infinite;
  }

  .launch-card {
    animation: card-float 5s ease-in-out infinite;
  }

  @keyframes float {
    0%, 100% { transform: rotate(1.2deg) translateY(0); }
    50% { transform: rotate(.3deg) translateY(-8px); }
  }

  @keyframes card-float {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-7px); }
  }
}

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