:root {
  --bg: #050816;
  --bg-soft: #0a1226;
  --panel: rgba(11, 21, 43, 0.72);
  --panel-strong: rgba(13, 27, 54, 0.9);
  --line: rgba(74, 164, 255, 0.34);
  --line-strong: rgba(58, 170, 255, 0.9);
  --text: #f5f9ff;
  --muted: #aab8d6;
  --accent: #1aa3ff;
  --accent-soft: #78c9ff;
  --glow: 0 0 30px rgba(26, 163, 255, 0.34);
  --radius: 24px;
  --shadow: 0 25px 80px rgba(0, 0, 0, 0.38);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Outfit", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(35, 93, 184, 0.25), transparent 28%),
    radial-gradient(circle at 85% 18%, rgba(9, 148, 255, 0.22), transparent 20%),
    linear-gradient(180deg, #07101f 0%, #050816 45%, #02040d 100%);
  overflow-x: hidden;
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -2;
}

body::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 90px 90px;
  mask-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), transparent 70%);
}

body::after {
  background:
    radial-gradient(circle at 50% 28%, rgba(255, 190, 92, 0.12), transparent 12%),
    linear-gradient(180deg, transparent 0%, rgba(255, 184, 77, 0.05) 55%, transparent 100%);
  z-index: -3;
}

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

.site-shell {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding-bottom: 48px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  position: sticky;
  top: 0;
  z-index: 20;
  background: linear-gradient(180deg, rgba(5, 8, 22, 0.92), rgba(5, 8, 22, 0.55), transparent);
  backdrop-filter: blur(14px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.brand-mark {
  width: 18px;
  height: 18px;
  border: 2px solid var(--accent);
  border-right-color: transparent;
  box-shadow: var(--glow);
}

.nav {
  display: inline-flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
}

.nav a {
  transition: color 180ms ease;
}

.nav a:hover,
.nav a:focus-visible {
  color: var(--text);
}

.section {
  padding: 54px 0;
}

.hero {
  min-height: calc(100vh - 88px);
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 40px;
  padding-top: 34px;
}

.eyebrow {
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: var(--accent-soft);
  font-size: 0.78rem;
}

.hero h1,
.section-heading h2,
.about-copy h2,
.cta-section h2 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  line-height: 1.02;
}

.hero h1 {
  font-size: clamp(3rem, 7vw, 5.7rem);
  max-width: 11ch;
}

.hero-text,
.section-heading,
.feature-card p,
.process-item p,
.about-copy p,
.cta-section p,
.signal-card p,
.mini-metric span,
.hero-stats span,
.trust-strip p {
  color: var(--muted);
}

.hero-text {
  max-width: 620px;
  font-size: 1.08rem;
  line-height: 1.7;
  margin: 22px 0 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

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

.button-primary {
  color: #02111f;
  background: linear-gradient(135deg, #9be2ff, #1aa3ff 70%);
  box-shadow: 0 18px 45px rgba(26, 163, 255, 0.25);
}

.button-secondary,
.button-ghost {
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.1);
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.hero-stats article,
.feature-card,
.about-panel-box,
.signal-card,
.process-item,
.cta-section {
  background: linear-gradient(180deg, rgba(15, 28, 52, 0.76), rgba(8, 16, 31, 0.88));
  border: 1px solid rgba(111, 165, 255, 0.15);
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero-stats article {
  border-radius: 20px;
  padding: 18px;
}

.hero-stats strong,
.card-index,
.process-item span {
  display: block;
  color: var(--accent-soft);
  font-family: "Space Grotesk", sans-serif;
}

.hero-stats strong {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 620px;
}

.logo-card {
  position: relative;
  width: min(100%, 520px);
  min-height: 440px;
  padding: 56px 42px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(7, 15, 30, 0.42), rgba(7, 15, 30, 0.9)),
    radial-gradient(circle at 50% 35%, rgba(255, 176, 89, 0.12), transparent 18%);
  border: 1px solid rgba(80, 144, 220, 0.14);
  overflow: hidden;
}

.logo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(255, 188, 112, 0.06) 48%, transparent 100%),
    linear-gradient(90deg, transparent 49.5%, rgba(255, 188, 112, 0.08) 50%, transparent 50.5%);
  opacity: 0.55;
}

.logo-content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 328px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.logo-kicker {
  letter-spacing: 0.35em;
  color: rgba(255, 255, 255, 0.45);
  font-size: 0.72rem;
}

.logo-content h2 {
  margin: 14px 0 10px;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(3rem, 8vw, 5rem);
  color: var(--accent);
  text-shadow: 0 0 30px rgba(26, 163, 255, 0.34);
}

.logo-content p {
  margin: 0;
  font-size: 1.1rem;
}

.logo-frame {
  position: absolute;
  width: 42%;
  height: 32%;
  border-color: var(--line-strong);
  filter: drop-shadow(0 0 16px rgba(26, 163, 255, 0.62));
}

.frame-top-left {
  left: 16px;
  top: 16px;
  border-left: 4px solid;
  border-top: 4px solid;
  border-top-left-radius: 16px;
}

.frame-top-right {
  right: 16px;
  top: 16px;
  border-right: 4px solid;
  border-top: 4px solid;
  border-top-right-radius: 16px;
}

.frame-bottom-left {
  left: 16px;
  bottom: 16px;
  border-left: 4px solid;
  border-bottom: 4px solid;
  border-bottom-left-radius: 16px;
}

.frame-bottom-right {
  right: 16px;
  bottom: 16px;
  border-right: 4px solid;
  border-bottom: 4px solid;
  border-bottom-right-radius: 16px;
}

.signal-card {
  position: absolute;
  right: -10px;
  bottom: 38px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  width: min(320px, 76%);
  padding: 18px;
  border-radius: 22px;
}

.signal-dot {
  width: 12px;
  height: 12px;
  flex: none;
  border-radius: 50%;
  background: linear-gradient(135deg, #bdf1ff, #1aa3ff);
  box-shadow: 0 0 18px rgba(26, 163, 255, 0.75);
  margin-top: 6px;
}

.floating {
  animation: drift 4.5s ease-in-out infinite;
}

.trust-strip {
  padding-top: 8px;
}

.trust-strip p {
  margin: 0;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 3.25rem);
}

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

.feature-card {
  border-radius: 24px;
  padding: 28px;
}

.service-icon {
  width: 56px;
  height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  margin-bottom: 12px;
  font-size: 1.5rem;
  background: linear-gradient(180deg, rgba(26, 163, 255, 0.18), rgba(26, 163, 255, 0.08));
  border: 1px solid rgba(120, 201, 255, 0.26);
  box-shadow: 0 0 20px rgba(26, 163, 255, 0.16);
}

.feature-card h3,
.process-item h3 {
  margin: 12px 0 10px;
  font-size: 1.35rem;
}

.feature-card p,
.process-item p,
.about-copy p,
.cta-section p {
  margin: 0;
  line-height: 1.7;
}

.about-extra {
  margin-top: 16px;
}

.about-focus-list {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.focus-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(120, 201, 255, 0.12);
}

.focus-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(155, 226, 255, 0.24), rgba(26, 163, 255, 0.24));
  color: var(--accent-soft);
  font-weight: 700;
  flex: none;
}

.focus-item strong {
  font-size: 0.98rem;
}

.split-section {
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 28px;
  align-items: start;
}

.process-list {
  display: grid;
  gap: 16px;
}

.process-item {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 16px;
  align-items: start;
  border-radius: 24px;
  padding: 22px;
}

.process-item span {
  font-size: 2rem;
}

.about-panel {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 24px;
  align-items: stretch;
}

.about-panel-box,
.cta-section {
  border-radius: 28px;
}

.about-panel-box {
  display: grid;
  gap: 18px;
  padding: 26px;
}

.mini-metric {
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mini-metric:last-child {
  border-bottom: 0;
}

.founder-badge {
  display: inline-flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 26px;
  padding: 16px 20px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(26, 163, 255, 0.14), rgba(26, 163, 255, 0.06));
  border: 1px solid rgba(120, 201, 255, 0.22);
  box-shadow: 0 0 24px rgba(26, 163, 255, 0.12);
}

.founder-badge span {
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 0.72rem;
  color: var(--accent-soft);
}

.founder-badge strong {
  font-size: 1.1rem;
}

.mini-metric strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.05rem;
}

.cta-section {
  padding: 40px;
  text-align: center;
}

.cta-section h2 {
  font-size: clamp(2.1rem, 4vw, 3.4rem);
  max-width: 12ch;
  margin: 0 auto;
}

.cta-section p {
  max-width: 700px;
  margin: 18px auto 0;
}

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

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes drift {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@media (max-width: 1024px) {
  .hero,
  .split-section,
  .about-panel {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 12px;
  }

  .hero-visual {
    min-height: 520px;
    order: -1;
  }

  .signal-card {
    right: 8px;
    bottom: 10px;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: min(100% - 22px, 1180px);
  }

  .topbar {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 18px;
  }

  .nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    font-size: 0.95rem;
  }

  .button-ghost {
    display: none;
  }

  .section {
    padding: 40px 0;
  }

  .hero h1 {
    max-width: 100%;
  }

  .hero-stats,
  .card-grid {
    grid-template-columns: 1fr;
  }

  .logo-card {
    min-height: 360px;
    padding: 40px 20px;
  }

  .logo-content {
    min-height: 280px;
  }

  .signal-card {
    position: relative;
    width: 100%;
    right: auto;
    bottom: auto;
    margin-top: 18px;
  }

  .hero-visual {
    display: block;
    min-height: auto;
  }

  .process-item {
    grid-template-columns: 1fr;
  }

  .cta-section {
    padding: 28px 18px;
  }
}
