@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Space+Grotesk:wght@500;700&display=swap");

:root {
  --bg: #07111f;
  --bg-soft: #0d1a2c;
  --bg-panel: rgba(14, 25, 43, 0.78);
  --surface: rgba(12, 21, 36, 0.72);
  --surface-2: rgba(255, 255, 255, 0.06);
  --border: rgba(149, 179, 214, 0.14);
  --text: #eef4ff;
  --muted: #a2b2c8;
  --muted-2: #7f93ad;
  --brand: #69a8ff;
  --brand-2: #98d2ff;
  --ink: #08101d;
  --radius: 26px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
}

body {
  background:
    radial-gradient(circle at top left, rgba(77, 153, 255, 0.18), transparent 32%),
    radial-gradient(circle at top right, rgba(84, 167, 255, 0.12), transparent 28%),
    linear-gradient(180deg, #08111f 0%, #091524 45%, #0b1728 100%);
  color: var(--text);
}

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(5, 12, 22, 0.72);
  border-bottom: 1px solid rgba(131, 166, 204, 0.14);
}

.siteHeader .navbar {
  padding: 16px 0;
}

.navbar-brand {
  color: var(--text);
}

.navbar-brand:hover {
  color: var(--text);
}

.brandMark {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.brandLockup {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.brandText,
.section__title,
.hero__title {
  font-family: "Space Grotesk", sans-serif;
}

.brandText {
  font-size: 1.02rem;
  font-weight: 700;
}

.brandSubtext {
  color: var(--muted-2);
  font-size: 0.78rem;
}

.nav-link {
  color: var(--muted);
  font-weight: 600;
}

.nav-link:hover,
.nav-link:focus,
.navbar-dark .navbar-nav .nav-link.active {
  color: var(--text);
}

.nav-item--cta {
  margin-left: 10px;
}

.hero {
  margin-top: 26px;
  padding: 34px;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background:
    linear-gradient(135deg, rgba(8, 17, 31, 0.86), rgba(15, 37, 70, 0.78)),
    url("/images/wave.png") top center / cover no-repeat;
  box-shadow: var(--shadow);
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}

@media (max-width: 991px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 26px 20px;
  }
}

.pill {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 8px 14px;
  border: 1px solid rgba(152, 210, 255, 0.22);
  background: rgba(255, 255, 255, 0.06);
  color: var(--brand-2);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.hero__title {
  margin: 18px 0 12px;
  font-size: clamp(2.8rem, 4.5vw, 4.8rem);
  font-weight: 700;
  letter-spacing: -0.05em;
}

.hero__slogan {
  margin: 0;
  font-size: 1.18rem;
  color: var(--brand-2);
  max-width: 38ch;
}

.hero__subtitle {
  margin-top: 16px;
  max-width: 56ch;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.7;
}

.hero__meta {
  margin-top: 18px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.hero__meta span {
  border-radius: 999px;
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 0.92rem;
}

.hero__cta {
  margin-top: 22px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero__mediaFrame,
.productSpotlight__logoCard,
.storyCard,
.featureCard,
.galleryCard,
.authCard,
.contactCard {
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero__mediaFrame {
  border-radius: 30px;
  overflow: hidden;
}

.hero__image {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  display: block;
}

.section {
  margin: 38px 0;
}

.section__header {
  text-align: center;
  margin-bottom: 18px;
}

.section__eyebrow {
  margin-bottom: 10px;
  color: var(--brand);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.section__title {
  margin: 0;
  font-weight: 700;
  font-size: clamp(1.8rem, 2.6vw, 3rem);
  letter-spacing: -0.04em;
}

.section__title--left {
  text-align: left;
}

.section__subtitle {
  margin: 12px auto 0;
  max-width: 68ch;
  color: var(--muted);
  line-height: 1.7;
}

.featureGrid,
.galleryGrid,
.section--split,
.productSpotlight,
.siteFooter__inner {
  display: grid;
  gap: 18px;
}

.featureGrid {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 991px) {
  .featureGrid {
    grid-template-columns: 1fr;
  }
}

.featureCard {
  border-radius: 24px;
  padding: 22px;
}

.featureCard h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  color: var(--text);
  font-family: "Space Grotesk", sans-serif;
}

.featureCard p,
.storyCard p,
.productSpotlight__lede,
.productSpotlight p,
.siteFooter__tagline,
.siteFooter__links a,
.siteFooter__meta,
.smallNote {
  color: var(--muted);
}

.section--split,
.productSpotlight {
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

@media (max-width: 991px) {
  .section--split,
  .productSpotlight,
  .siteFooter__inner {
    grid-template-columns: 1fr;
  }
}

.storyCard {
  border-radius: 30px;
  padding: 28px;
}

.storyCard p {
  margin: 0 0 14px;
  line-height: 1.8;
}

.visualStack {
  display: grid;
  gap: 14px;
}

.visualStack__image {
  width: 100%;
  border-radius: 26px;
  object-fit: cover;
  border: 1px solid var(--border);
}

.visualStack__image--small {
  max-height: 220px;
}

.visualStack__image--large {
  min-height: 280px;
}

.section--product {
  padding: 8px 0;
}

.productSpotlight {
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(152, 210, 255, 0.15);
  background: linear-gradient(135deg, rgba(13, 24, 40, 0.95), rgba(18, 36, 61, 0.88));
}

.productSpotlight__lede {
  font-size: 1.08rem;
}

.downloadRow {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.downloadRow--left {
  justify-content: flex-start;
}

.productSpotlight__logoCard {
  border-radius: 28px;
  padding: 18px;
  max-width: 340px;
  margin-left: auto;
  background: linear-gradient(180deg, rgba(14, 25, 43, 0.92), rgba(7, 17, 31, 0.92));
}

@media (max-width: 991px) {
  .productSpotlight__logoCard {
    margin: 0 auto;
  }
}

.productSpotlight__logo {
  width: 100%;
  display: block;
}

.galleryGrid {
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
}

@media (max-width: 991px) {
  .galleryGrid {
    grid-template-columns: 1fr;
  }
}

.galleryCard {
  border-radius: 28px;
  overflow: hidden;
  min-height: 100%;
}

.galleryCard__image {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.galleryCard--wide .galleryCard__image {
  min-height: 520px;
}

.authCard,
.contactCard {
  max-width: 620px;
  margin: 0 auto;
  padding: 22px;
  border-radius: 28px;
}

.contactForm {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.siteFooter {
  border-top: 1px solid rgba(131, 166, 204, 0.14);
  background: rgba(5, 12, 22, 0.78);
  backdrop-filter: blur(14px);
  padding: 24px 0 28px;
}

.siteFooter__inner {
  grid-template-columns: 1fr auto;
  align-items: center;
}

.siteFooter__brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.siteFooter__mark {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.siteFooter__name {
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text);
}

.siteFooter__links {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

@media (max-width: 991px) {
  .siteFooter__brand,
  .siteFooter__links,
  .siteFooter__meta {
    justify-content: center;
    text-align: center;
  }
}

.siteFooter__links a {
  text-decoration: none;
}

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

.siteFooter__meta {
  grid-column: 1 / -1;
  color: var(--muted-2);
  font-size: 0.94rem;
}
}