:root {
  --bs-primary: #8a35ff;
  --bs-primary-rgb: 138, 53, 255;
  --bs-secondary: #42c8ff;
  --bs-secondary-rgb: 66, 200, 255;
  --bs-dark: #090a10;
  --bs-dark-rgb: 9, 10, 16;
  --bs-body-color: #f5f7ff;
  --bs-body-color-rgb: 245, 247, 255;
  --bs-body-bg: #090a10;
  --bs-body-font-family: "Manrope", sans-serif;
  --heading-font: "Sora", sans-serif;
  --surface: rgba(14, 16, 28, 0.84);
  --surface-strong: rgba(10, 11, 20, 0.94);
  --surface-soft: rgba(255, 255, 255, 0.06);
  --border-soft: rgba(255, 255, 255, 0.12);
  --text-soft: rgba(226, 232, 255, 0.74);
  --shadow-soft: 0 24px 60px rgba(0, 0, 0, 0.22);
  --shadow-strong: 0 40px 90px rgba(0, 0, 0, 0.28);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  color: var(--bs-body-color);
  background:
    radial-gradient(circle at top left, rgba(66, 200, 255, 0.18), transparent 24%),
    radial-gradient(circle at 88% 12%, rgba(178, 63, 255, 0.16), transparent 22%),
    linear-gradient(180deg, #11121a 0%, #090a10 46%, #06070d 100%);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: radial-gradient(circle at center, black 48%, transparent 100%);
  pointer-events: none;
  z-index: -2;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

h1,
h2,
h3,
.display-font {
  font-family: var(--heading-font);
}

.text-soft {
  color: var(--text-soft) !important;
}

.section-space {
  padding: 6rem 0;
}

.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 800;
  color: rgba(237, 241, 255, 0.92);
  background: rgba(255, 255, 255, 0.06);
}

.section-kicker::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 50%;
  background: var(--bs-primary);
  box-shadow: 0 0 0 0.35rem rgba(138, 53, 255, 0.15);
}

.section-title {
  font-size: clamp(1.75rem, 3.2vw, 3rem);
  line-height: 1.08;
  letter-spacing: -0.06em;
}

.section-copy {
  max-width: 42rem;
  color: var(--text-soft);
  font-size: 0.94rem;
  line-height: 1.68;
}

.site-navbar {
  background: rgba(12, 14, 19, 0.66);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.site-navbar .navbar-brand {
  font-family: var(--heading-font);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.brand-mark {
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 1rem;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(255, 107, 87, 0.25);
}

.nav-link {
  color: rgba(229, 234, 255, 0.74) !important;
  font-weight: 600;
}

.nav-link:hover,
.nav-link:focus-visible,
.nav-link.active {
  color: #f7f9ff !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28247, 249, 255, 0.92%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.btn {
  border-radius: 999px;
  padding: 0.9rem 1.35rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.btn svg {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.btn-icon-img {
  width: 1rem;
  height: 1rem;
  object-fit: contain;
  flex: 0 0 auto;
}

.btn-primary {
  color: #f8fbff;
  border: none;
  background: linear-gradient(135deg, #42c8ff 0%, #2f8dff 42%, #8a35ff 72%, #d84dff 100%);
  box-shadow: 0 20px 40px rgba(71, 131, 255, 0.28);
}

.btn-primary:hover,
.btn-primary:focus-visible {
  color: #fff;
  transform: translateY(-1px);
}

.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.22);
  color: #f7f9ff;
  background: rgba(255, 255, 255, 0.03);
}

.btn-outline-light:hover,
.btn-outline-light:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.28);
  color: #fff;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  padding: 8rem 0 5rem;
  background:
    linear-gradient(90deg, rgba(9, 10, 16, 0.92) 0%, rgba(10, 12, 22, 0.84) 38%, rgba(13, 15, 32, 0.54) 68%, rgba(9, 10, 16, 0.22) 100%),
    url("https://images.unsplash.com/photo-1529156069898-49953e39b3ac?auto=format&fit=crop&w=1600&q=80") center center / cover no-repeat;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 11rem;
  background: linear-gradient(180deg, rgba(9, 10, 16, 0), #090a10 92%);
}

.hero-content {
  position: relative;
  z-index: 1;
}

.poster-copy {
  max-width: 34rem;
}

.poster-copy .lead {
  max-width: 32rem;
  color: rgba(226, 232, 255, 0.78);
  font-size: 0.96rem;
  line-height: 1.72;
}

.poster-headline {
  margin: 1.15rem 0 1.2rem;
  font-size: clamp(2.35rem, 4.8vw, 4.15rem);
  line-height: 1.02;
  letter-spacing: -0.08em;
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: rgba(220, 227, 255, 0.72);
  font-size: 0.84rem;
  line-height: 1.45;
}

.hero-meta span::before {
  content: "";
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 50%;
  background: rgba(66, 200, 255, 0.94);
}

.hero-stage {
  position: relative;
  z-index: 1;
  min-height: 34rem;
}

.story-stack {
  position: absolute;
  inset: auto 0 0 auto;
  width: min(100%, 31rem);
}

.story-card {
  border: 1px solid var(--border-soft);
  background: linear-gradient(180deg, rgba(11, 13, 24, 0.9), rgba(16, 18, 32, 0.95));
  backdrop-filter: blur(16px);
  box-shadow: var(--shadow-strong);
}

.story-card.primary {
  padding: 1.5rem;
  border-radius: 2rem;
}

.story-card.secondary {
  margin: -3rem 1.5rem 0 auto;
  padding: 1.15rem 1.25rem;
  width: 82%;
  border-radius: 1.5rem;
}

.moment-window {
  position: relative;
  min-height: 20rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(12, 14, 24, 0.16), rgba(11, 13, 22, 0.82)),
    url("https://images.unsplash.com/photo-1517841905240-472988babdf9?auto=format&fit=crop&w=1200&q=80") center center / cover no-repeat;
}

.moment-window::after {
  content: "";
  position: absolute;
  inset: auto 1.1rem 1.1rem;
  height: 4.2rem;
  border-radius: 1.1rem;
  background: linear-gradient(135deg, rgba(66, 200, 255, 0.96), rgba(67, 111, 255, 0.88), rgba(173, 61, 255, 0.84));
  opacity: 0.95;
}

.moment-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(12, 14, 24, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 0.82rem;
  font-weight: 700;
}

.story-stat {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 1rem;
}

.story-stat strong {
  display: block;
  margin-bottom: 0.25rem;
  font-family: var(--heading-font);
  font-size: 0.98rem;
  line-height: 1.3;
}

.story-list {
  display: grid;
  gap: 0.85rem;
}

.story-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(232, 237, 255, 0.82);
}

.story-list span:last-child {
  color: rgba(214, 91, 255, 0.94);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.surface-card {
  height: 100%;
  padding: 1.75rem;
  border: 1px solid var(--border-soft);
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(16, 19, 34, 0.84), rgba(10, 11, 20, 0.96));
  box-shadow: var(--shadow-soft);
}

.icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.65rem;
  height: 2.65rem;
  border-radius: 0.95rem;
  margin-bottom: 0.95rem;
  color: #f7f9ff;
  background: linear-gradient(135deg, rgba(66, 200, 255, 0.22), rgba(138, 53, 255, 0.26));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.icon-wrap svg {
  width: 1.2rem;
  height: 1.2rem;
}

.surface-card h3 {
  margin: 0.8rem 0 0.7rem;
  font-size: 1.2rem;
  line-height: 1.2;
  letter-spacing: -0.04em;
}

.surface-card p,
.legal-panel p,
.legal-panel li,
.footer-muted {
  color: var(--text-soft);
  line-height: 1.7;
  font-size: 0.92rem;
}

.feature-no {
  color: rgba(66, 200, 255, 0.9);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.flow-panel {
  padding: 2rem;
  border: 1px solid var(--border-soft);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top right, rgba(66, 200, 255, 0.14), transparent 24%),
    linear-gradient(180deg, rgba(14, 18, 34, 0.94), rgba(8, 10, 18, 0.98));
  box-shadow: var(--shadow-soft);
}

.flow-step {
  padding: 1rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.flow-step:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.flow-step small {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(66, 200, 255, 0.88);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.quote-panel {
  padding-right: 1.5rem;
}

.quote-line {
  margin: 1.5rem 0 0;
  max-width: 18rem;
  color: rgba(212, 220, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.72;
}

.cta-band {
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 2rem;
  background:
    radial-gradient(circle at top left, rgba(66, 200, 255, 0.2), transparent 24%),
    linear-gradient(135deg, #161a2d 0%, #111428 45%, #0a0c17 100%);
  box-shadow: var(--shadow-strong);
}

.contact-link {
  color: #f4f7ff;
  text-decoration: none;
}

.contact-link.inline-icon,
.footer-contact {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
}

.contact-link.inline-icon svg,
.footer-contact svg {
  width: 0.95rem;
  height: 0.95rem;
  flex: 0 0 auto;
}

.contact-link:hover,
.contact-link:focus-visible {
  color: var(--bs-secondary);
}

.footer-shell {
  padding: 0 0 2.5rem;
}

.footer-shell .list-unstyled a {
  color: var(--text-soft);
  text-decoration: none;
}

.footer-shell .list-unstyled a:hover,
.footer-shell .list-unstyled a:focus-visible {
  color: #f7f9ff;
}

.legal-body {
  padding-top: 6.25rem;
}

.legal-hero {
  padding: 3rem 0 2rem;
}

.legal-shell {
  padding-bottom: 4rem;
}

.legal-panel {
  padding: 1.75rem;
  border: 1px solid var(--border-soft);
  border-radius: 1.5rem;
  background: linear-gradient(180deg, rgba(15, 18, 33, 0.84), rgba(9, 11, 20, 0.96));
  box-shadow: var(--shadow-soft);
}

.legal-panel h2 {
  margin-bottom: 0.8rem;
  font-size: 1.15rem;
  line-height: 1.25;
  letter-spacing: -0.04em;
}

.legal-panel ul {
  padding-left: 1.2rem;
}

.note-panel {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(66, 200, 255, 0.16);
  border-radius: 1.2rem;
  background: rgba(66, 200, 255, 0.08);
  color: rgba(223, 230, 255, 0.74);
}

.form-card {
  padding: 1.75rem;
  border: 1px solid var(--border-soft);
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(15, 18, 33, 0.84), rgba(9, 11, 20, 0.96));
  box-shadow: var(--shadow-soft);
}

.form-label {
  color: rgba(247, 239, 227, 0.82);
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.35;
}

.form-control,
.form-select {
  min-height: 3.5rem;
  color: var(--bs-body-color);
  border-color: rgba(255, 255, 255, 0.12);
  background-color: rgba(255, 255, 255, 0.05);
  font-size: 0.94rem;
  line-height: 1.5;
}

.form-control::placeholder {
  color: rgba(247, 239, 227, 0.42);
}

.form-control:focus,
.form-select:focus {
  color: var(--bs-body-color);
  background-color: rgba(255, 255, 255, 0.07);
  border-color: rgba(66, 200, 255, 0.56);
  box-shadow: 0 0 0 0.25rem rgba(66, 200, 255, 0.14);
}

.modal-content {
  color: var(--bs-body-color);
  border: 1px solid var(--border-soft);
  border-radius: 1.75rem;
  background: linear-gradient(180deg, rgba(16, 19, 34, 0.96), rgba(9, 11, 20, 0.98));
  box-shadow: var(--shadow-strong);
}

.modal-header,
.modal-footer {
  border-color: rgba(255, 255, 255, 0.08);
}

.mobile-download-bar {
  position: fixed;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 1040;
  display: none;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 1.4rem;
  background: linear-gradient(180deg, rgba(15, 18, 33, 0.96), rgba(9, 11, 20, 0.98));
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
  transform: translateY(calc(100% + 1.5rem));
  opacity: 0;
  pointer-events: none;
  transition: transform 220ms ease, opacity 220ms ease;
}

.mobile-download-bar.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.mobile-download-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.floaty {
  animation: floaty 7s ease-in-out infinite;
}

.floaty-delayed {
  animation: floaty 9s ease-in-out infinite;
}

@keyframes floaty {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 991.98px) {
  .section-space {
    padding: 4.5rem 0;
  }

  .hero-section {
    min-height: auto;
    padding-top: 7.5rem;
  }

  .hero-stage {
    min-height: 28rem;
    margin-top: 2rem;
  }

  .story-stack {
    position: relative;
    width: 100%;
  }

  .quote-panel {
    padding-right: 0;
  }
}

@media (max-width: 767.98px) {
  .poster-headline {
    font-size: clamp(2rem, 10vw, 3rem);
    line-height: 1.05;
  }

  body.has-mobile-download-bar {
    padding-bottom: 6.25rem;
  }

  .mobile-download-bar {
    display: block;
  }

  .hero-meta {
    flex-direction: column;
    gap: 0.5rem;
  }

  .story-card.secondary {
    width: 100%;
    margin-left: 0;
  }

  .cta-band,
  .flow-panel,
  .surface-card,
  .legal-panel {
    padding: 1.4rem;
  }
}

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

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}
