:root {
  --bg: #03070d;
  --bg-2: #07111c;
  --panel: rgba(255, 255, 255, 0.065);
  --panel-strong: rgba(255, 255, 255, 0.105);
  --line: rgba(255, 255, 255, 0.14);
  --line-strong: rgba(44, 211, 255, 0.44);
  --text: #f6fbff;
  --muted: #9badbc;
  --cyan: #23d8e2;
  --blue: #126fe8;
  --deep-blue: #062759;
  --radius: 28px;
  --shadow: 0 28px 100px rgba(0, 0, 0, 0.45);
  --max-width: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(35, 216, 226, 0.16), transparent 28rem),
    radial-gradient(circle at 80% 10%, rgba(18, 111, 232, 0.18), transparent 30rem),
    linear-gradient(180deg, #03070d 0%, #07111c 44%, #03070d 100%);
  font-family: Inter, Aptos, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.4;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 68px 68px;
  mask-image: radial-gradient(circle at top, black, transparent 80%);
  z-index: -1;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.section-pad {
  width: min(var(--max-width), calc(100% - 44px));
  margin-inline: auto;
  padding: 96px 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1220px, calc(100% - 28px));
  margin: 14px auto 0;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(3, 7, 13, 0.72);
  backdrop-filter: blur(20px);
  box-shadow: 0 12px 60px rgba(0,0,0,0.35);
}

.brand {
  display: flex;
  align-items: center;
  width: 238px;
  min-width: 190px;
  padding-left: 8px;
}
.brand img {
  width: 100%;
  height: 48px;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 0 18px rgba(35, 216, 226, 0.16));
}

.nav {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(246,251,255,0.78);
  font-size: 0.92rem;
  letter-spacing: 0.01em;
}
.nav a {
  padding: 10px 14px;
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
}
.nav a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.nav .nav-cta {
  color: #fff;
  border: 1px solid rgba(35,216,226,0.45);
  background: linear-gradient(135deg, rgba(18,111,232,0.42), rgba(35,216,226,0.18));
}

.menu-button {
  display: none;
  appearance: none;
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  color: #fff;
  padding: 10px 15px;
  font: inherit;
}

.hero {
  padding-top: 86px;
  min-height: calc(100vh - 90px);
  display: grid;
  align-items: center;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 54px;
}
.hero-copy h1 {
  margin: 0;
  font-family: Aptos, "Segoe UI", Inter, Roboto, Helvetica, Arial, sans-serif;
  font-size: clamp(2.35rem, 4.85vw, 4.95rem);
  line-height: 1.08;
  letter-spacing: -0.01em;
  font-weight: 780;
  max-width: 820px;
  font-stretch: normal;
}
.hero-copy h1 span {
  display: block;
}

.lead {
  max-width: 640px;
  margin: 26px 0 0;
  color: #c6d6e4;
  font-size: clamp(1.1rem, 1.7vw, 1.42rem);
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--cyan);
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: 0.01em;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button.primary {
  color: #00101b;
  background: linear-gradient(135deg, #ffffff, #7af4ff 46%, #0c6ef2);
  box-shadow: 0 18px 54px rgba(35,216,226,0.24);
}
.button.secondary {
  color: #fff;
  border: 1px solid rgba(255,255,255,0.18);
  background: rgba(255,255,255,0.07);
}

.hero-card {
  position: relative;
  min-height: 570px;
  padding: 52px 42px 34px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 42px;
  background:
    radial-gradient(circle at 58% 22%, rgba(35,216,226,0.18), transparent 18rem),
    linear-gradient(145deg, rgba(255,255,255,0.11), rgba(255,255,255,0.035));
  box-shadow: var(--shadow);
  overflow: hidden;
}
.hero-card::before,
.hero-card::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}
.hero-card::before {
  width: 470px;
  height: 470px;
  right: -160px;
  top: -90px;
  border: 1px solid rgba(35,216,226,0.26);
}
.hero-card::after {
  width: 260px;
  height: 260px;
  left: -120px;
  bottom: -80px;
  background: rgba(18,111,232,0.18);
  filter: blur(8px);
}
.hero-logo-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 360px;
}
.hero-logo {
  width: min(100%, 620px);
  max-height: 370px;
  object-fit: contain;
  filter: drop-shadow(0 26px 54px rgba(0,0,0,0.5));
}
.hero-metrics {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}
.hero-metrics div {
  padding: 18px 16px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 22px;
  background: rgba(0,0,0,0.18);
}
.hero-metrics strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1;
}
.hero-metrics span {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 0.84rem;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 58px;
  align-items: start;
  border-top: 1px solid var(--line);
}
h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.8vw, 4.2rem);
  line-height: 1.04;
  letter-spacing: -0.045em;
  font-weight: 760;
}
.split p,
.section-head p,
.platform-card p,
.studio-card p,
.innovation-band p,
.contact p {
  color: #b5c6d3;
}
.split p { margin: 0 0 18px; font-size: 1.08rem; }
.section-head {
  max-width: 780px;
  margin-bottom: 38px;
}
.section-head p { margin: 18px 0 0; font-size: 1.05rem; }

.platform-section {
  position: relative;
}
.platform-grid,
.studio-grid,
.momentum-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.platform-card,
.studio-card,
.momentum-grid div {
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255,255,255,0.095), rgba(255,255,255,0.035));
  box-shadow: 0 18px 54px rgba(0,0,0,0.24);
}
.platform-card {
  min-height: 350px;
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.platform-card h3,
.studio-card h3 {
  margin: 22px 0 10px;
  font-size: 1.32rem;
  letter-spacing: -0.02em;
}
.platform-card p,
.studio-card p { margin: 0; }
.platform-card span {
  margin-top: auto;
  width: fit-content;
  color: #dffbff;
  border: 1px solid rgba(35,216,226,0.28);
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 0.77rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  background: rgba(35,216,226,0.08);
}

.logo-tray {
  display: grid;
  place-items: center;
  width: 100%;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 22px;
  padding: 20px 24px;
  overflow: visible;
}
.logo-tray img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  filter: none;
}
.tray-platform { height: 158px; }
.tray-studio { height: 132px; }
.logo-tray.dark {
  background:
    radial-gradient(circle at 50% 20%, rgba(35,216,226,0.14), transparent 9rem),
    linear-gradient(180deg, rgba(3,7,13,0.96), rgba(7,17,28,0.78));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.08);
}
.logo-tray.light {
  background:
    radial-gradient(circle at 50% 25%, rgba(35,216,226,0.12), transparent 9rem),
    linear-gradient(180deg, #ffffff, #eef7ff);
  box-shadow: inset 0 0 0 1px rgba(3,7,13,0.08);
}
.square-logo img {
  width: auto;
  max-width: 100%;
}
.text-logo {
  color: #fff;
  font-weight: 900;
  letter-spacing: -0.035em;
  text-align: center;
  font-size: 1.7rem;
}

.studios-section {
  border-top: 1px solid var(--line);
}
.studio-grid { grid-template-columns: repeat(6, 1fr); }
.studio-card {
  grid-column: span 2;
  min-height: 308px;
  padding: 24px;
}
.studio-card.featured-logo {
  background:
    radial-gradient(circle at 65% 20%, rgba(255,255,255,0.12), transparent 10rem),
    linear-gradient(145deg, rgba(35,216,226,0.12), rgba(255,255,255,0.04));
}

.innovation-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 32px;
  align-items: center;
  padding: 54px;
  border: 1px solid rgba(35,216,226,0.22);
  border-radius: 36px;
  background:
    radial-gradient(circle at 18% 20%, rgba(35,216,226,0.18), transparent 25rem),
    linear-gradient(135deg, rgba(255,255,255,0.105), rgba(255,255,255,0.04));
  box-shadow: var(--shadow);
}
.innovation-band p:last-child { margin-bottom: 0; }
.feature-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}
.feature-list span {
  border-radius: 999px;
  padding: 11px 15px;
  color: #e8fbff;
  border: 1px solid rgba(255,255,255,0.13);
  background: rgba(0,0,0,0.19);
  font-weight: 800;
}

.momentum-grid { margin-top: 32px; grid-template-columns: repeat(4, 1fr); }
.momentum-grid div {
  min-height: 132px;
  display: flex;
  align-items: flex-end;
  padding: 22px;
  color: #e9f7ff;
  font-weight: 850;
  letter-spacing: -0.02em;
}

.contact {
  text-align: center;
  max-width: 900px;
  padding-top: 70px;
}
.contact img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  margin: 0 auto 22px;
  filter: drop-shadow(0 18px 36px rgba(18,111,232,0.24));
}
.contact p { margin-inline: auto; max-width: 650px; }
.contact .button { margin-top: 20px; }

.footer {
  width: min(var(--max-width), calc(100% - 44px));
  margin: 0 auto 24px;
  padding: 28px 0 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255,255,255,0.12);
  color: var(--muted);
  font-size: 0.92rem;
}
.footer img { width: 230px; height: 54px; object-fit: contain; object-position: left center; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 700ms ease, transform 700ms ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1040px) {
  .hero-grid,
  .split,
  .innovation-band { grid-template-columns: 1fr; }
  .hero-card { min-height: auto; }
  .hero-logo-wrap { min-height: 300px; }
  .platform-grid { grid-template-columns: 1fr; }
  .studio-card { grid-column: span 3; }
  .momentum-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-list { justify-content: flex-start; }
}

@media (max-width: 780px) {
  .site-header { border-radius: 28px; align-items: flex-start; flex-wrap: wrap; }
  .brand { width: 192px; }
  .menu-button { display: inline-flex; }
  .nav {
    display: none;
    flex-basis: 100%;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding: 8px 0 4px;
  }
  .nav.is-open { display: flex; }
  .nav a { padding: 12px 14px; }
  .section-pad { width: min(100% - 28px, var(--max-width)); padding: 70px 0; }
  .hero { padding-top: 52px; }
  .hero-copy h1 {
    font-size: clamp(2.15rem, 10vw, 3.45rem);
    line-height: 1.1;
    letter-spacing: -0.006em;
  }
  .hero-card { border-radius: 30px; padding: 30px 18px 24px; }
  .hero-logo-wrap { min-height: 230px; }
  .hero-metrics { grid-template-columns: 1fr; margin-top: 24px; }
  .studio-card { grid-column: span 6; }
  .innovation-band { padding: 28px; }
  .momentum-grid { grid-template-columns: 1fr; }
  .footer { flex-direction: column; align-items: flex-start; }
}

.logo-wide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
