:root {
  --blue: #1261ff;
  --cyan: #42bfff;
  --ink: #050811;
  --panel: #0b1120;
  --text: #f7f9ff;
  --muted: #9ba7ba;
  --line: rgba(255, 255, 255, 0.11);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  background: var(--ink);
  color: var(--text);
  font:
    16px/1.65 Inter,
    Arial,
    sans-serif;
  overflow-x: hidden;
}
body:before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 82% 8%, rgba(18, 97, 255, 0.13), transparent 28%),
    radial-gradient(
      circle at 10% 72%,
      rgba(66, 191, 255, 0.07),
      transparent 24%
    );
  z-index: -1;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  font-family: Manrope, Inter, sans-serif;
  line-height: 1.08;
  letter-spacing: -0.035em;
}
a {
  color: inherit;
  text-decoration: none;
}
.nav {
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1220px;
  padding: 0 28px;
  margin: auto;
  border-bottom: 1px solid var(--line);
}
.brand img {
  width: 185px;
  height: 60px;
  object-fit: contain;
}
.nav nav {
  display: flex;
  align-items: center;
  gap: 26px;
}
.nav nav a {
  font-size: 0.88rem;
  color: #c9d1df;
  transition: 0.2s;
}
.nav nav a:hover {
  color: #fff;
}
.nav-cta {
  padding: 12px 18px;
  border: 1px solid #276cff;
  color: #fff;
  border-radius: 9px;
  font-size: 0.88rem;
  white-space: nowrap;
}
.mobile-nav-cta { display: none; }
.menu {
  display: none;
  background: none;
  border: 0;
  color: white;
  font-size: 1.5rem;
}
.hero {
  min-height: 680px;
  max-width: 1220px;
  margin: auto;
  padding: 88px 28px 72px;
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 60px;
  align-items: center;
}
.eyebrow,
.section-kicker {
  display: block;
  color: #58a0ff;
  font-weight: 800;
  font-size: 0.73rem;
  letter-spacing: 0.19em;
  margin-bottom: 18px;
}
.hero h1 {
  font-size: clamp(3rem, 5.7vw, 5.4rem);
  margin-bottom: 24px;
}
.hero h1 em {
  font-style: normal;
  color: transparent;
  background: linear-gradient(90deg, #fff 0, #4da0ff 58%, #195fff);
  -webkit-background-clip: text;
  background-clip: text;
}
.hero-copy > p {
  color: #abb6c8;
  max-width: 650px;
  font-size: 1.08rem;
}
.actions {
  display: flex;
  gap: 12px;
  margin: 34px 0 26px;
  flex-wrap: wrap;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding: 15px 20px;
  border-radius: 9px;
  font-weight: 700;
  border: 1px solid transparent;
  cursor: pointer;
  font: inherit;
}
.btn.primary {
  color: #fff;
  background: linear-gradient(105deg, #0e4edb, #1977ff);
  box-shadow: 0 14px 38px rgba(18, 97, 255, 0.25);
}
.btn.ghost {
  border-color: var(--line);
  color: #d3daea;
  background: rgba(255, 255, 255, 0.02);
}
.trust {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  color: #8794a8;
  font-size: 0.78rem;
}
.trust span::first-letter {
  color: #4da0ff;
}
.hero-visual {
  height: 520px;
  position: relative;
  display: grid;
  place-items: center;
}
.orb {
  position: absolute;
  width: 330px;
  height: 330px;
  border: 1px solid rgba(68, 141, 255, 0.35);
  border-radius: 50%;
  box-shadow:
    0 0 90px rgba(18, 97, 255, 0.18),
    inset 0 0 80px rgba(18, 97, 255, 0.08);
}
.orb:before,
.orb:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  inset: -55px;
}
.orb:after {
  inset: 55px;
}
.grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(80, 145, 255, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(80, 145, 255, 0.06) 1px, transparent 1px);
  background-size: 44px 44px;
  mask-image: radial-gradient(circle, #000, transparent 72%);
}
.rocket {
  position: relative;
  z-index: 2;
  width: 350px;
  filter: drop-shadow(0 28px 36px rgba(3, 31, 91, 0.8));
}
.metric {
  position: absolute;
  z-index: 3;
  background: rgba(10, 17, 32, 0.82);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(109, 167, 255, 0.22);
  padding: 13px 16px;
  border-radius: 11px;
  min-width: 150px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.3);
}
.metric small,
.metric span {
  display: block;
  color: #76869d;
  font-size: 0.64rem;
}
.metric strong {
  display: block;
  margin: 2px 0;
  color: #eef5ff;
}
.metric-a {
  top: 55px;
  left: 0;
}
.metric-b {
  top: 145px;
  right: -10px;
}
.metric-c {
  bottom: 48px;
  left: 18px;
}
.band {
  padding: 86px max(28px, calc((100vw - 1164px) / 2));
  background: #080d17;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.band > h2 {
  font-size: clamp(2rem, 3.5vw, 3.35rem);
  max-width: 900px;
}
.pain-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 48px;
}
.pain-grid article {
  padding: 27px;
  border-left: 1px solid #2168ed;
  background: linear-gradient(90deg, rgba(18, 97, 255, 0.08), transparent);
}
.pain-grid b,
.solution-grid > article > span {
  color: #3b85ff;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
}
.pain-grid h3 {
  font-size: 1.2rem;
  margin: 18px 0 10px;
}
.pain-grid p {
  color: var(--muted);
  margin: 0;
}
.section {
  max-width: 1220px;
  margin: auto;
  padding: 112px 28px;
}
.section-head {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: end;
  margin-bottom: 52px;
}
.section-head h2,
.process h2,
.cta h2 {
  font-size: clamp(2.2rem, 4vw, 4rem);
  max-width: 780px;
  margin-bottom: 0;
}
.section-head > p {
  max-width: 410px;
  color: var(--muted);
}
.steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border: 1px solid var(--line);
  background: #080d18;
}
.steps article {
  position: relative;
  padding: 28px 22px 32px;
  border-right: 1px solid var(--line);
  min-height: 250px;
}
.steps article:last-child {
  border-right: 0;
}
.steps span {
  color: #526075;
  font-size: 0.72rem;
}
.steps i {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 28px 0 20px;
  font-style: normal;
  font-size: 1.25rem;
  color: #66b3ff;
  background: #0d2247;
  border: 1px solid #1e5dc9;
}
.steps h3 {
  margin-bottom: 10px;
}
.steps p {
  font-size: 0.86rem;
  color: var(--muted);
  margin: 0;
}
.solutions {
  max-width: none;
  padding-left: max(28px, calc((100vw - 1164px) / 2));
  padding-right: max(28px, calc((100vw - 1164px) / 2));
  background: #080d17;
}
.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.solution-grid article {
  position: relative;
  min-height: 320px;
  padding: 32px;
  border: 1px solid var(--line);
  background: linear-gradient(140deg, #0d1423, #080c15);
  overflow: hidden;
}
.solution-grid article.featured {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-between;
}
.solution-grid h3 {
  font-size: 1.7rem;
  margin: 22px 0 12px;
}
.solution-grid p {
  color: var(--muted);
  max-width: 540px;
}
.solution-grid ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.solution-grid li {
  padding: 7px 11px;
  border: 1px solid var(--line);
  border-radius: 99px;
  font-size: 0.73rem;
  color: #b9c4d6;
}
.solution-grid article > img {
  position: absolute;
  right: 22px;
  bottom: -12px;
  width: 210px;
  max-height: 210px;
  object-fit: contain;
  opacity: 0.9;
}
.solution-grid article:not(.featured) > p {
  max-width: 55%;
}
.chart {
  width: 38%;
  display: flex;
  align-items: end;
  gap: 12px;
  border-left: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 20px;
}
.chart span {
  flex: 1;
  background: linear-gradient(#3bb8ff, #135eff);
  border-radius: 5px 5px 0 0;
  box-shadow: 0 0 22px rgba(18, 97, 255, 0.22);
}
.page-mock {
  position: absolute;
  right: 28px;
  bottom: 24px;
  width: 230px;
  padding: 18px;
  background: #f7f9fc;
  border-radius: 8px;
}
.page-mock b,
.page-mock i {
  display: block;
  height: 10px;
  background: #d3d9e4;
  margin-bottom: 10px;
  border-radius: 3px;
}
.page-mock b {
  width: 55%;
  height: 20px;
  background: #18243b;
}
.page-mock i:nth-child(3) {
  width: 80%;
}
.page-mock button {
  border: 0;
  background: #1463ff;
  color: white;
  border-radius: 4px;
  padding: 8px;
  font-weight: 700;
}
.flow {
  position: absolute;
  right: 30px;
  bottom: 52px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.flow b {
  padding: 14px 16px;
  border: 1px solid #236be9;
  border-radius: 7px;
  background: #0c1d3d;
}
.flow em {
  color: #438bff;
  font-style: normal;
}
.process {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 90px;
  align-items: center;
}
.process-copy > p:not(.section-kicker) {
  color: var(--muted);
  max-width: 620px;
}
.text-link {
  color: #60a5ff;
  font-weight: 700;
}
.process ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.process li {
  display: flex;
  gap: 24px;
  padding: 25px 0;
  border-bottom: 1px solid var(--line);
}
.process li > b {
  color: #3d83f5;
}
.process h3 {
  margin: 0 0 5px;
}
.process li p {
  margin: 0;
  color: var(--muted);
}
.cta {
  max-width: none;
  padding-left: max(28px, calc((100vw - 1164px) / 2));
  padding-right: max(28px, calc((100vw - 1164px) / 2));
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 70px;
  background: linear-gradient(140deg, #0c1730, #07101e 60%, #0e2a56);
  border-top: 1px solid rgba(92, 150, 255, 0.2);
}
.cta > div > img {
  width: 72px;
  margin-bottom: 26px;
}
.cta > div > p:not(.section-kicker) {
  color: #aeb9ca;
  max-width: 680px;
}
.cta form {
  display: grid;
  gap: 14px;
  padding: 28px;
  background: rgba(5, 9, 18, 0.58);
  border: 1px solid var(--line);
  border-radius: 14px;
}
.cta label {
  font-size: 0.78rem;
  color: #b6c1d2;
}
.cta input,
.cta select {
  display: block;
  width: 100%;
  margin-top: 7px;
  padding: 13px;
  border: 1px solid var(--line);
  border-radius: 7px;
  background: #0b1322;
  color: #fff;
  font: inherit;
}
.cta small {
  color: #687990;
}
.form-status {
  margin: 0;
  color: #64b5ff;
  font-size: 0.86rem;
}
footer {
  max-width: 1220px;
  margin: auto;
  padding: 38px 28px;
  display: grid;
  grid-template-columns: 1fr 2fr auto auto;
  align-items: center;
  gap: 28px;
  border-top: 1px solid var(--line);
  color: #748299;
  font-size: 0.75rem;
}
footer img {
  width: 155px;
}
footer p {
  margin: 0;
}
.reveal {
  animation: rise 0.8s ease both;
}
@keyframes rise {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.language-switcher {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.035);
}
.language-button {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: #8794a8;
  font: 700 0.68rem Inter, Arial, sans-serif;
  cursor: pointer;
  transition: 0.2s;
}
.language-button img {
  width: 22px;
  height: 15px;
  display: block;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.14);
}
.language-button:hover { color: #fff; background: rgba(255, 255, 255, 0.06); }
.language-button.active { color: #fff; background: #155fe4; box-shadow: 0 5px 15px rgba(18, 97, 255, 0.25); }
@media (max-width: 900px) {
  .language-switcher {
    justify-content: center;
    margin-left: auto;
    padding: 3px;
    flex-shrink: 0;
  }
  .language-button { justify-content: center; padding: 7px 8px; }
  .nav nav { gap: 12px; }
  .nav nav > a { padding: 6px 4px; }
  .nav .mobile-nav-cta {
    display: block;
    text-align: center;
    margin-top: 3px;
    padding: 12px 18px;
  }
  .desktop-nav-cta { display: none; }
  .menu {
    display: block;
    flex-shrink: 0;
    margin-left: 8px;
  }
  .nav nav {
    display: none;
    position: absolute;
    z-index: 10;
    top: 78px;
    left: 18px;
    right: 18px;
    padding: 20px;
    background: #0b1220;
    border: 1px solid var(--line);
    border-radius: 12px;
    flex-direction: column;
    align-items: stretch;
  }
  .nav nav.open {
    display: flex;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-top: 58px;
  }
  .hero-visual {
    height: 430px;
  }
  .pain-grid,
  .steps {
    grid-template-columns: 1fr;
  }
  .steps article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
    min-height: auto;
  }
  .solution-grid,
  .process,
  .cta {
    grid-template-columns: 1fr;
  }
  .solution-grid article.featured {
    display: block;
  }
  .chart {
    width: 100%;
    height: 180px;
    margin-top: 30px;
  }
  .section-head {
    display: block;
  }
  .section-head > p {
    margin-top: 20px;
  }
  .process {
    gap: 45px;
  }
  footer {
    grid-template-columns: 1fr 1fr;
  }
  footer p {
    grid-column: 1/-1;
    order: 3;
  }
}
@media (max-width: 590px) {
  .nav {
    height: 74px;
    padding: 0 18px;
  }
  .brand img {
    width: 126px;
  }
  .language-switcher { gap: 2px; }
  .language-button { padding: 7px; }
  .language-code { display: none; }
  .hero,
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .hero h1 {
    font-size: 2.75rem;
  }
  .hero-visual {
    height: 360px;
  }
  .rocket {
    width: 245px;
  }
  .orb {
    width: 230px;
    height: 230px;
  }
  .metric {
    min-width: 128px;
    padding: 10px;
  }
  .metric-a {
    top: 18px;
  }
  .metric-b {
    top: 92px;
  }
  .metric-c {
    bottom: 20px;
  }
  .trust {
    display: grid;
    gap: 6px;
  }
  .section {
    padding-top: 78px;
    padding-bottom: 78px;
  }
  .solution-grid {
    grid-template-columns: 1fr;
  }
  .solution-grid article {
    min-height: 350px;
    padding: 24px;
  }
  .solution-grid article:not(.featured) > p {
    max-width: 100%;
  }
  .solution-grid article > img {
    opacity: 0.35;
    width: 190px;
  }
  .page-mock,
  .flow {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 28px;
  }
  .flow {
    gap: 6px;
  }
  .flow b {
    padding: 10px;
  }
  .cta {
    padding: 75px 20px;
  }
  .cta form {
    padding: 20px;
  }
  footer {
    grid-template-columns: 1fr;
    align-items: start;
  }
  footer p {
    grid-column: auto;
    order: 0;
  }
}
