@font-face {
  font-family: "Big Shoulders Display";
  src: url("fonts/big-shoulders-display.regular-webfont.woff2") format("woff2"),
       url("fonts/big-shoulders-display.regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: fallback;
}

:root {
  --accent: #34dfca;
  --accent-dark: #1da994;
  --azure: #3fb9f2;
  --bg: #06090e;
  --surface: #0a1018;
  --surface-2: #0d1521;
  --border: rgba(255, 255, 255, 0.1);
  --text: #e9edf3;
  --muted: #9aa4b4;
  --faint: #5f6877;
  --font-display: "Big Shoulders Display", Impact, sans-serif;
  --font-body: Inter, "IBM Plex Sans", Arial, sans-serif;
  --font-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
}

body.intro-locked {
  overflow: hidden;
}

::selection {
  background: var(--accent);
  color: var(--bg);
}

img {
  max-width: 100%;
}

a {
  color: inherit;
}

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

.intro {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: #fff;
  transition: background-color 0.75s ease, opacity 0.7s ease, visibility 0s 0.7s;
}

.intro.logo-visible {
  background: var(--bg);
}

.intro.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.intro__board {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}

.intro__gradient {
  position: absolute;
  top: -6%;
  left: 50%;
  width: 820px;
  height: 560px;
  max-width: 130vw;
  background: radial-gradient(ellipse at center, rgba(63, 185, 242, 0.14), transparent 68%);
  filter: blur(16px);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-50%);
}

.intro__gradient.on {
  opacity: 1;
  transition: opacity 1.26s ease;
}

.intro__lockup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: clamp(96px, 17vw, 210px);
}

.intro__claim {
  margin: 0;
  margin-right: -0.554em;
  color: #000;
  font: 600 clamp(20px, 4.03vw, 47px) / 1 var(--font-display);
  letter-spacing: 0.554em;
  opacity: 1;
  transform: scale(1.5);
  text-indent: 0;
  text-transform: uppercase;
  transform-origin: center center;
}

.intro__claim span {
  color: #000;
}

.intro__claim.anim {
  color: var(--accent);
  transform: scale(1.5);
  transition: transform 2.5s, text-indent 2.5s, letter-spacing 2.5s;
}

.intro__claim.anim span {
  color: #fff;
  font-size: 0;
  letter-spacing: 0;
  transition: color 2.5s, font-size 2.5s, letter-spacing 2.5s;
}

.intro__claim.anim2 {
  color: var(--accent);
  transition: color 1s;
}

.intro__claim.out {
  opacity: 0;
  transition: opacity 0.75s ease, transform 2.5s, text-indent 2.5s, letter-spacing 2.5s;
}

.intro__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: clamp(360px, 70vw, 810px);
  height: auto;
  object-fit: contain;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50.2%, calc(-63% - 1px));
}

.intro__logo.on {
  opacity: 1;
  transition: opacity 0.75s;
}

.intro__footer {
  position: absolute;
  left: 0;
  top: 190%;
  z-index: 20;
  width: 99%;
  color: #fff;
  font: 400 12px Helvetica, Arial, sans-serif;
}

.intro__footer.on {
  top: 95%;
  transition: top 1s;
}

.intro__footer span {
  color: #adadad;
}

.intro__enter {
  position: absolute;
  left: 50%;
  bottom: clamp(130px, 22vh, 260px);
  z-index: 30;
  width: clamp(76px, 7vw, 118px);
  aspect-ratio: 1;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 12px);
}

.intro__enter.on {
  opacity: 1;
  pointer-events: auto;
  transform: translate(-50%, 0);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.intro__enter:hover {
  transform: translate(-50%, 0) scale(1.08);
}

.intro__enter:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 8px;
}

.intro__enter-glow,
.intro__enter-ring,
.intro__enter-core,
.intro__enter-spinner {
  position: absolute;
  border-radius: 50%;
}

.intro__enter-glow {
  inset: -8%;
  background: conic-gradient(from 0deg, transparent 0deg, var(--azure) 80deg, transparent 170deg, var(--accent) 260deg, transparent 360deg);
  filter: blur(7px);
  opacity: 0.85;
  animation: spin 3.4s linear infinite;
}

.intro__enter-ring {
  inset: 0;
  border: 1px solid var(--azure);
  animation: ping 2.6s ease-out infinite;
}

.intro__enter-ring--two {
  border-color: var(--accent);
  animation-delay: 1.3s;
}

.intro__enter-core {
  inset: 9%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 50% 38%, #12222e, #06090e 72%);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 22px rgba(63, 185, 242, 0.28);
}

.intro__enter-spinner {
  inset: 15%;
  border: 2px solid transparent;
  border-top-color: var(--azure);
  border-right-color: var(--accent);
  animation: spin 1.5s linear infinite;
}

.intro__enter-arrow {
  width: 12%;
  height: 12%;
  border-right: 2px solid var(--azure);
  border-bottom: 2px solid var(--azure);
  transform: translateY(-8%) rotate(45deg);
}

.site {
  min-height: 100vh;
  overflow-x: hidden;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: rgba(6, 9, 14, 0.82);
  border-bottom: 1px solid var(--border);
  backdrop-filter: blur(14px);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 13px 0;
}

.nav__brand img,
.footer__brand img {
  display: block;
  width: auto;
}

.nav__brand img {
  height: 26px;
}

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

.nav__menu {
  display: flex;
  gap: 24px;
  align-items: center;
}

.nav__menu a {
  text-decoration: none;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.nav__menu a:hover {
  color: var(--text);
}

.nav__toggle {
  display: none;
  width: 42px;
  height: 42px;
  padding: 10px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: transparent;
}

.nav__toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--text);
}

.language {
  display: flex;
  overflow: hidden;
  border: 1px solid var(--border);
  border-radius: 999px;
}

.language__button {
  border: 0;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font-family: var(--font-mono);
  font-size: 12px;
  font-weight: 600;
  padding: 8px 13px;
}

.language__button.is-active {
  background: var(--accent);
  color: var(--bg);
}

.section {
  padding: clamp(76px, 12vh, 140px) 0;
}

.section--surface {
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.section--product {
  position: relative;
  overflow: hidden;
  background: var(--surface-2);
  border-top: 1px solid var(--border);
}

.section--product::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 620px;
  height: 520px;
  background: radial-gradient(ellipse at center, rgba(52, 223, 202, 0.13), transparent 70%);
  filter: blur(10px);
}

.hero {
  position: relative;
  overflow: hidden;
  padding-top: clamp(105px, 17vh, 180px);
  text-align: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.022) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.022) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 30%, #000 30%, transparent 75%);
}

.hero::after {
  content: "";
  position: absolute;
  top: -12%;
  left: 50%;
  width: 820px;
  height: 560px;
  max-width: 130vw;
  background: radial-gradient(ellipse at center, rgba(52, 223, 202, 0.15), transparent 68%);
  filter: blur(16px);
  opacity: 0.78;
  pointer-events: none;
  transform: translateX(-50%);
  animation: glow 7s ease-in-out infinite;
}

.hero__inner {
  position: relative;
  z-index: 1;
}

.hero__logo {
  display: block;
  width: clamp(320px, 70vw, 810px);
  height: auto;
  margin: 20px auto 0;
}

.hero__text {
  max-width: 640px;
  margin: 30px auto 0;
  color: var(--muted);
  font-size: clamp(17px, 2.2vw, 20px);
  line-height: 1.55;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 38px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 17px;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "—";
}

.eyebrow--pill {
  gap: 9px;
  padding: 7px 14px;
  background: rgba(52, 223, 202, 0.04);
  border: 1px solid var(--border);
  border-radius: 999px;
  box-shadow:
    0 0 34px rgba(52, 223, 202, 0.11),
    inset 0 0 18px rgba(52, 223, 202, 0.035);
}

.eyebrow--pill::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: none;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 10px var(--accent);
}

.section-title {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(36px, 5vw, 60px);
  font-weight: 600;
  letter-spacing: 0.055em;
  line-height: 1.02;
  text-transform: uppercase;
}

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

.section-subtitle {
  max-width: 680px;
  margin: 18px auto 0;
  color: var(--muted);
  font-size: clamp(15px, 1.8vw, 17px);
  line-height: 1.65;
}

.section-subtitle--left {
  margin-right: 0;
  margin-left: 0;
}

.section-head {
  max-width: 720px;
  margin: 0 auto 48px;
  text-align: center;
}

.split,
.product {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(42px, 7vw, 90px);
  align-items: start;
}

.copy {
  display: grid;
  gap: 22px;
}

.copy p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.7;
}

.copy p:first-child {
  color: var(--text);
  font-size: 19px;
}

.stats {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.stats__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.stat {
  padding: 36px 28px;
  border-right: 1px solid var(--border);
}

.stat:last-child {
  border-right: 0;
}

.stat__number {
  font-family: var(--font-display);
  font-size: clamp(42px, 5.4vw, 62px);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}

.stat__label {
  margin-top: 10px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 12px;
}

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

.card-grid--four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card {
  min-height: 100%;
  padding: 28px 25px;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.card:hover {
  border-color: rgba(52, 223, 202, 0.42);
}

#sectorsGrid .card {
  background: transparent;
}

#sectorsGrid .card:hover {
  background: var(--surface);
  border-color: rgba(52, 223, 202, 0.35);
}

.card__kicker {
  margin-bottom: 20px;
  color: var(--accent);
  font-family: var(--font-mono);
  font-size: 13px;
}

.card__title,
.feature__title {
  margin: 0;
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.08;
  text-transform: uppercase;
}

.card__text,
.feature__text {
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.62;
}

.feature-list {
  display: grid;
  gap: 18px;
  margin: 30px 0 34px;
}

.feature {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
}

.feature::before {
  content: "";
  width: 9px;
  height: 9px;
  margin-top: 7px;
  border: 1.5px solid var(--accent);
  border-radius: 50%;
}

.product {
  position: relative;
  align-items: center;
}

.product-preview {
  position: relative;
  display: flex;
  min-height: 360px;
  margin: 0;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(52, 223, 202, 0.08), rgba(63, 185, 242, 0.04)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.025) 0 11px, rgba(255, 255, 255, 0.05) 11px 22px);
  border: 1px solid var(--border);
  border-radius: 8px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.4);
}

.product-preview__slides {
  position: absolute;
  inset: 22px 22px 48px;
}

.product-preview__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  filter: drop-shadow(0 22px 40px rgba(52, 223, 202, 0.18));
  transform: translateX(4%);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.product-preview__slide.is-active {
  z-index: 1;
  opacity: 0.9;
  transform: translateX(0);
}

.product-preview__slide.is-leaving {
  opacity: 0;
  transform: translateX(-4%);
}

.product-preview figcaption {
  position: absolute;
  right: 20px;
  bottom: 18px;
  color: var(--faint);
  font-family: var(--font-mono);
  font-size: 12px;
  letter-spacing: 0.04em;
}

@media (prefers-reduced-motion: reduce) {
  .product-preview__slide {
    transition: none;
  }
}

.contact {
  text-align: center;
}

.contact__inner {
  max-width: 780px;
}

.contact__links {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  margin-top: 42px;
  color: var(--muted);
  font-family: var(--font-mono);
  font-size: 14px;
}

.contact__links a {
  text-decoration: none;
}

.contact__links a:hover {
  color: var(--accent);
}

.footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
}

.footer__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  padding: 44px 0;
}

.footer__brand {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
}

.footer__brand img {
  height: 24px;
}

.footer span,
.footer p {
  margin: 0;
  color: var(--faint);
  font-family: var(--font-mono);
  font-size: 12.5px;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

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

.button--primary {
  background: var(--accent);
  color: var(--bg);
}

.button--primary:hover {
  box-shadow: 0 12px 30px rgba(52, 223, 202, 0.28);
}

.button--secondary {
  border: 1px solid var(--border);
  color: var(--text);
}

.button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.32);
}

.button--small {
  min-height: 38px;
  padding: 9px 17px;
  font-size: 14px;
}

.button--large {
  min-height: 54px;
  padding: 16px 32px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  0% {
    opacity: 0.55;
    transform: scale(1);
  }

  80%,
  100% {
    opacity: 0;
    transform: scale(1.95);
  }
}

@keyframes glow {
  0%,
  100% {
    opacity: 0.5;
  }

  50% {
    opacity: 0.85;
  }
}

@media (max-width: 980px) {
  .nav {
    flex-wrap: wrap;
  }

  .nav__toggle {
    display: block;
  }

  .nav__links {
    display: none;
    width: 100%;
    align-items: flex-start;
    flex-direction: column;
    padding: 8px 0 10px;
  }

  .nav__links.is-open {
    display: flex;
  }

  .nav__menu {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .split,
  .product,
  .card-grid,
  .card-grid--four {
    grid-template-columns: 1fr;
  }

  .stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .stat:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(100% - 32px, 1200px);
  }

  .intro__footer.on {
    top: 93%;
  }

  .hero__actions,
  .contact__links {
    flex-direction: column;
    align-items: stretch;
  }

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

  .stat,
  .stat:nth-child(2n) {
    border-right: 0;
    border-bottom: 1px solid var(--border);
  }

  .stat:last-child {
    border-bottom: 0;
  }
}
