:root {
  --page: #06111f;
  --panel: #0d2035;
  --panel-2: #132a45;
  --ink: #f4f7fb;
  --muted: #a9b6c7;
  --soft: #7f90a5;
  --line: rgba(31, 162, 255, 0.28);
  --blue: #1fa2ff;
  --blue-strong: #006bff;
  --green: #1ddc7a;
  --amber: #ffc83d;
  --violet: #8b5cf6;
  --shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  padding-bottom: 92px;
  background: var(--page);
  color: var(--ink);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  text-align: left;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(rgba(31, 162, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(31, 162, 255, 0.035) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 78%);
  pointer-events: none;
}

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

.scroll-progress {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: rgba(31, 162, 255, 0.12);
}

.scroll-progress span {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, var(--green), var(--blue));
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 120ms linear;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 78px;
  padding: 14px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid rgba(31, 162, 255, 0.18);
  background: rgba(6, 17, 31, 0.82);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 228px;
}

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

.brand strong {
  display: block;
  font-family: "Exo 2", Inter, sans-serif;
  font-size: 1.48rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
}

.brand small {
  display: block;
  margin-top: 3px;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
}

.site-header nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  flex: 1;
}

.site-header nav a,
.header-action,
.primary-link,
.secondary-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 8px;
  font-weight: 900;
}

.site-header nav a {
  padding: 0 14px;
  color: var(--muted);
}

.site-header nav a:hover {
  color: var(--ink);
  background: rgba(31, 162, 255, 0.11);
}

.header-action,
.primary-link {
  padding: 0 18px;
  border: 1px solid rgba(31, 162, 255, 0.7);
  background: linear-gradient(135deg, var(--blue-strong), var(--blue));
  box-shadow: 0 16px 34px rgba(0, 107, 255, 0.26);
}

.secondary-link {
  padding: 0 18px;
  border: 1px solid var(--line);
  background: rgba(13, 32, 53, 0.78);
  color: var(--ink);
}

.hero {
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 130px clamp(20px, 7vw, 92px) 76px;
  background:
    linear-gradient(90deg, rgba(6, 17, 31, 0.96) 0%, rgba(6, 17, 31, 0.78) 42%, rgba(6, 17, 31, 0.18) 100%),
    linear-gradient(180deg, rgba(6, 17, 31, 0.28), rgba(6, 17, 31, 0.94)),
    url("assets/login-command-center.png") center / cover no-repeat;
}

.hero-content {
  width: min(780px, 100%);
}

.eyebrow,
.section-label {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  font-family: "Exo 2", Inter, sans-serif;
  text-wrap: balance;
}

h1 {
  max-width: 860px;
  margin-bottom: 20px;
  font-size: clamp(2.6rem, 6vw, 5.6rem);
  line-height: 0.96;
  letter-spacing: 0;
}

.hero-copy {
  max-width: 720px;
  color: #dbe6f4;
  font-size: clamp(1rem, 2vw, 1.28rem);
  line-height: 1.7;
  font-weight: 650;
  text-wrap: pretty;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: rgba(31, 162, 255, 0.18);
  border-top: 1px solid rgba(31, 162, 255, 0.18);
  border-bottom: 1px solid rgba(31, 162, 255, 0.18);
}

.metrics article {
  min-height: 148px;
  padding: 30px;
  background: #09192b;
  text-align: left;
}

.metrics strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Exo 2", Inter, sans-serif;
  font-size: 1.6rem;
}

.metrics span {
  display: block;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
  text-wrap: pretty;
}

.signal-strip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  padding: 1px;
  border-bottom: 1px solid rgba(31, 162, 255, 0.18);
  background: rgba(31, 162, 255, 0.18);
}

.signal-track {
  position: absolute;
  inset: 0;
  opacity: 0.42;
  pointer-events: none;
}

.signal-track span {
  position: absolute;
  left: -20%;
  right: -20%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(29, 220, 122, 0.74), transparent);
  animation: signalSweep 8s linear infinite;
}

.signal-track span:nth-child(1) {
  top: 24%;
}

.signal-track span:nth-child(2) {
  top: 50%;
  animation-delay: -2.5s;
}

.signal-track span:nth-child(3) {
  top: 76%;
  animation-delay: -5s;
}

.signal-strip article {
  position: relative;
  z-index: 1;
  min-height: 116px;
  padding: 26px 30px;
  background:
    linear-gradient(135deg, rgba(31, 162, 255, 0.09), transparent 62%),
    rgba(8, 25, 43, 0.96);
}

.signal-strip small {
  display: block;
  margin-bottom: 8px;
  color: var(--green);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.signal-strip strong {
  display: block;
  color: var(--ink);
  font-family: "Exo 2", Inter, sans-serif;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  line-height: 1.12;
}

.section {
  padding: clamp(64px, 9vw, 112px) clamp(20px, 7vw, 92px);
}

.about-company {
  display: grid;
  grid-template-columns: minmax(320px, 1.05fr) minmax(280px, 0.95fr);
  gap: clamp(28px, 6vw, 82px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(29, 220, 122, 0.1), transparent 36%),
    linear-gradient(180deg, #071523, #06111f);
}

.about-copy,
.founders-copy {
  display: grid;
  gap: 18px;
  max-width: 850px;
}

.about-copy p:not(.section-label) {
  max-width: 790px;
}

.purpose-list {
  display: grid;
  gap: 12px;
}

.purpose-list article {
  display: grid;
  gap: 8px;
  align-content: start;
  min-height: 132px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(13, 32, 53, 0.82);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.purpose-list strong {
  font-family: "Exo 2", Inter, sans-serif;
  font-size: 1.25rem;
}

.purpose-list span {
  display: block;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.55;
  text-wrap: pretty;
}

.founders-section {
  display: grid;
  grid-template-columns: minmax(320px, 0.92fr) minmax(340px, 1.08fr);
  gap: clamp(28px, 6vw, 76px);
  align-items: start;
  background:
    linear-gradient(135deg, rgba(139, 92, 246, 0.12), transparent 34%),
    linear-gradient(180deg, #06111f, #08192b);
  border-top: 1px solid rgba(31, 162, 255, 0.14);
  border-bottom: 1px solid rgba(31, 162, 255, 0.14);
}

.founders-copy p:not(.section-label) {
  max-width: 820px;
}

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

.founders-grid article {
  display: grid;
  align-content: start;
  min-height: 174px;
  padding: 24px;
  border: 1px solid rgba(31, 162, 255, 0.26);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(19, 42, 69, 0.92), rgba(8, 20, 37, 0.92));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.founders-grid strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Exo 2", Inter, sans-serif;
  font-size: 1.22rem;
}

.founders-grid span {
  display: block;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.58;
  text-wrap: pretty;
}

.gallery-section {
  background:
    linear-gradient(135deg, rgba(31, 162, 255, 0.13), transparent 38%),
    #08192b;
}

main > .gallery-section:first-child {
  padding-top: 98px;
  padding-bottom: 56px;
}

.image-carousel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(31, 162, 255, 0.28);
  border-radius: 8px;
  background: #071523;
  box-shadow: var(--shadow);
  isolation: isolate;
}

.image-carousel::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  border: 1px solid rgba(29, 220, 122, 0.12);
  border-radius: inherit;
  pointer-events: none;
}

.carousel-viewport {
  position: relative;
  height: clamp(330px, 37vw, 390px);
  min-height: 0;
}

.carousel-slide {
  position: absolute;
  inset: 0;
  display: grid;
  align-items: end;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 420ms ease;
}

.carousel-slide.active {
  opacity: 1;
  pointer-events: auto;
}

.carousel-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(6, 17, 31, 0.88), rgba(6, 17, 31, 0.24) 62%),
    linear-gradient(180deg, transparent 40%, rgba(6, 17, 31, 0.9));
}

.carousel-slide figcaption {
  position: relative;
  z-index: 1;
  width: min(600px, 100%);
  padding: clamp(20px, 4vw, 36px);
  text-align: left;
}

.carousel-slide figcaption strong {
  display: block;
  margin-bottom: 10px;
  font-family: "Exo 2", Inter, sans-serif;
  font-size: clamp(1.55rem, 3.2vw, 2.55rem);
  line-height: 1.04;
}

.carousel-slide figcaption span {
  display: block;
  color: #dbe6f4;
  font-size: clamp(0.92rem, 1.5vw, 1.06rem);
  font-weight: 700;
  line-height: 1.55;
  max-width: 560px;
  text-wrap: pretty;
}

.carousel-controls {
  position: absolute;
  z-index: 2;
  right: clamp(18px, 4vw, 42px);
  bottom: clamp(14px, 3vw, 24px);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 8px;
  border: 1px solid rgba(31, 162, 255, 0.26);
  border-radius: 8px;
  background: rgba(6, 17, 31, 0.82);
  backdrop-filter: blur(12px);
}

.carousel-controls button {
  cursor: pointer;
}

.carousel-controls > button {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(31, 162, 255, 0.34);
  border-radius: 8px;
  background: rgba(19, 42, 69, 0.92);
  color: var(--ink);
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
}

.carousel-controls > button:hover {
  border-color: rgba(31, 162, 255, 0.76);
  background: rgba(31, 162, 255, 0.18);
}

.carousel-dots {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.carousel-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(169, 182, 199, 0.48);
}

.carousel-dots button.active {
  width: 28px;
  background: var(--green);
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: start;
  background: linear-gradient(180deg, #06111f, #08192b);
}

.section h2 {
  max-width: 700px;
  margin-bottom: 18px;
  font-size: clamp(1.9rem, 3.3vw, 3.15rem);
  line-height: 1.1;
  letter-spacing: 0;
}

.section p,
.cta p {
  max-width: 760px;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
  font-weight: 650;
  text-wrap: pretty;
}

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

.feature-grid article,
.tech-rows div,
.timeline article,
.operations-panel {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(19, 42, 69, 0.96), rgba(13, 32, 53, 0.92));
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.purpose-list article:hover,
.founders-grid article:hover,
.feature-grid article:hover,
.tech-rows div:hover,
.timeline article:hover {
  transform: translateY(-4px);
  border-color: rgba(29, 220, 122, 0.44);
  box-shadow: 0 22px 46px rgba(0, 0, 0, 0.24);
}

.feature-grid article {
  display: grid;
  align-content: start;
  min-height: 210px;
  padding: 24px;
}

.feature-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 30px;
  margin-bottom: 22px;
  border-radius: 6px;
  background: rgba(29, 220, 122, 0.14);
  color: var(--green);
  font-weight: 900;
}

.feature-grid h3 {
  margin-bottom: 10px;
  font-size: 1.35rem;
}

.feature-grid p {
  margin-bottom: 0;
}

.technology {
  background:
    linear-gradient(135deg, rgba(31, 162, 255, 0.12), transparent 42%),
    #071523;
}

.section-heading {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(300px, 1.1fr);
  gap: clamp(20px, 5vw, 70px);
  align-items: start;
  margin-bottom: 34px;
  text-align: left;
}

.section-heading .section-label {
  grid-column: 1 / -1;
  margin-bottom: -10px;
}

.tech-rows {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.tech-rows div {
  display: grid;
  align-content: start;
  min-height: 156px;
  padding: 22px;
}

.tech-rows b,
.timeline span {
  display: block;
  margin-bottom: 10px;
  font-family: "Exo 2", Inter, sans-serif;
  font-size: 1.22rem;
}

.tech-rows span,
.timeline p {
  display: block;
  color: var(--muted);
  font-weight: 700;
  line-height: 1.6;
  text-wrap: pretty;
}

.operations {
  display: grid;
  grid-template-columns: minmax(300px, 0.92fr) minmax(320px, 1.08fr);
  gap: 18px;
  background:
    linear-gradient(rgba(6, 17, 31, 0.78), rgba(6, 17, 31, 0.92)),
    url("assets/login-command-center.png") center / cover fixed no-repeat;
}

.operations-panel {
  padding: clamp(28px, 4vw, 42px);
  text-align: left;
}

.timeline {
  display: grid;
  gap: 12px;
}

.timeline article {
  padding: 24px;
  text-align: left;
}

.timeline article:nth-child(1) {
  border-left: 4px solid var(--green);
}

.timeline article:nth-child(2) {
  border-left: 4px solid var(--blue);
}

.timeline article:nth-child(3) {
  border-left: 4px solid var(--amber);
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(54px, 8vw, 88px) clamp(20px, 7vw, 92px);
  background: linear-gradient(135deg, #0d2035, #06111f);
  border-top: 1px solid rgba(31, 162, 255, 0.18);
  border-bottom: 1px solid rgba(31, 162, 255, 0.18);
}

.cta div {
  max-width: 760px;
  text-align: left;
}

.cta h2 {
  margin-bottom: 10px;
  font-family: "Exo 2", Inter, sans-serif;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.05;
}

.site-footer {
  position: fixed;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  grid-template-columns: minmax(210px, 0.8fr) minmax(160px, 0.55fr) minmax(320px, 1.2fr) minmax(180px, 0.7fr);
  align-items: center;
  gap: 22px;
  min-height: 76px;
  padding: 18px clamp(20px, 7vw, 92px);
  border-top: 1px solid rgba(31, 162, 255, 0.18);
  background: rgba(6, 17, 31, 0.92);
  color: var(--soft);
  font-weight: 800;
  backdrop-filter: blur(16px);
}

.site-footer span,
.site-footer address {
  margin: 0;
  max-width: 100%;
  font-style: normal;
  line-height: 1.35;
}

.footer-social {
  display: flex;
  justify-content: flex-start;
  gap: 16px;
}

.footer-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 2px;
  border-bottom: 1px solid rgba(31, 162, 255, 0.38);
  color: #dbe6f4;
  background: transparent;
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-social span {
  display: inline;
  max-width: none;
}

.footer-social a:hover {
  border-color: var(--green);
  color: var(--ink);
}

.footer-stats {
  display: flex;
  justify-content: flex-end;
  gap: 18px;
  white-space: nowrap;
}

.footer-stats span {
  display: inline-flex;
  flex-direction: column;
  gap: 2px;
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.15;
  text-transform: uppercase;
}

.footer-stats strong {
  color: var(--ink);
  font-family: "Exo 2", Inter, sans-serif;
  font-size: 1.18rem;
  line-height: 1;
}

.reveal-ready [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 520ms ease, transform 520ms ease;
}

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

@keyframes signalSweep {
  0% {
    transform: translateX(-18%);
  }
  100% {
    transform: translateX(18%);
  }
}

@media (max-width: 980px) {
  .site-header {
    position: static;
    flex-wrap: wrap;
  }

  .site-header nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
  }

  .header-action {
    margin-left: auto;
  }

  .hero {
    min-height: 780px;
    padding-top: 86px;
  }

  .metrics,
  .tech-rows,
  .signal-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .section-heading,
  .operations,
  .about-company,
  .founders-section {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding: 14px 16px;
  }

  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 1.28rem;
  }

  .brand small {
    max-width: 150px;
  }

  .header-action {
    width: 100%;
  }

  .hero {
    min-height: 720px;
    align-items: end;
    padding: 52px 18px 46px;
  }

  .hero-actions a,
  .cta .primary-link {
    width: 100%;
  }

  .metrics,
  .feature-grid,
  .tech-rows,
  .founders-grid,
  .signal-strip {
    grid-template-columns: 1fr;
  }

  .metrics article {
    min-height: 124px;
    padding: 24px 20px;
  }

  .signal-strip article {
    min-height: 102px;
    padding: 22px 20px;
  }

  .section {
    padding: 58px 18px;
  }

  .carousel-viewport {
    height: 380px;
    min-height: 0;
  }

  .carousel-slide figcaption {
    padding-bottom: 92px;
  }

  .carousel-controls {
    right: 18px;
    left: 18px;
    justify-content: space-between;
  }

  .cta {
    flex-direction: column;
    align-items: stretch;
    padding-left: 18px;
    padding-right: 18px;
  }

  .site-footer {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .footer-social {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .footer-stats {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 1ms !important;
  }

  .reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
