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

:root {
  --bg: #05070b;
  --panel: #0e1420;
  --text: #f7f9fd;
  --muted: #98a3b3;
  --line: rgba(255, 255, 255, .09);
  --blue: #1688ff;
  --blue2: #57adff;
  --radius: 22px;
  --shadow: 0 30px 90px rgba(0, 0, 0, .35)
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 85px
}

body {
  background: var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.65;
  overflow-x: hidden
}

a {
  color: inherit
}

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

.background {
  position: fixed;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  background: radial-gradient(circle at 50% -15%, rgba(31, 116, 255, .13), transparent 38%), linear-gradient(#030509, #070b12)
}

.background span {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  filter: blur(110px);
  background: #006dff;
  opacity: .22;
  animation: drift 12s ease-in-out infinite alternate
}

.background span:first-child {
  right: -160px;
  top: 12%
}

.background span:last-child {
  left: -180px;
  bottom: 5%;
  animation-delay: -4s
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin: auto
}

.section {
  padding: 105px 0
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(5, 7, 11, .75);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line)
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-family: Manrope, sans-serif;
  font-size: 20px
}

.brand img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 12px
}

.brand i {
  font-style: normal;
  color: var(--blue2)
}

nav {
  display: flex;
  align-items: center;
  gap: 28px
}

nav a {
  text-decoration: none;
  color: #c6ceda;
  font-size: 14px;
  font-weight: 600
}

nav a:hover {
  color: #fff
}

.nav-button {
  padding: 9px 15px;
  border: 1px solid rgba(87, 173, 255, .35);
  background: rgba(22, 136, 255, .1);
  border-radius: 999px
}

.menu {
  display: none;
  background: none;
  border: 1px solid var(--line);
  color: #fff;
  border-radius: 10px;
  padding: 8px 11px;
  font-size: 20px
}

.hero {
  min-height: calc(100vh - 76px);
  display: flex;
  align-items: center
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 65px;
  align-items: center
}

.eyebrow {
  margin-bottom: 17px;
  color: var(--blue2);
  text-transform: uppercase;
  letter-spacing: .15em;
  font-size: 12px;
  font-weight: 800
}

h1,
h2,
h3 {
  font-family: Manrope, sans-serif;
  line-height: 1.08
}

h1 {
  font-size: clamp(48px, 7vw, 80px);
  letter-spacing: -.055em;
  margin-bottom: 24px
}

h2 {
  font-size: clamp(34px, 5vw, 54px);
  letter-spacing: -.045em;
  margin-bottom: 18px
}

h3 {
  font-size: 20px;
  margin-bottom: 12px
}

.lead {
  max-width: 700px;
  color: var(--muted);
  font-size: 18px;
  margin-bottom: 32px
}

.actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap
}

.button {
  min-height: 50px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 800;
  cursor: pointer;
  transition: .2s
}

.button:hover {
  transform: translateY(-2px)
}

.button:disabled {
  opacity: .65
}

.primary {
  background: linear-gradient(135deg, var(--blue), #005bd8);
  box-shadow: 0 16px 38px rgba(22, 136, 255, .25)
}

.secondary {
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, .03)
}

.full {
  width: 100%
}

.quick-points {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 27px;
  color: #c5ccd6;
  font-size: 13px
}

.quick-points span:before {
  content: '•';
  color: var(--blue2);
  margin-right: 8px
}

.hero-panel,
.metric,
.form {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(18, 24, 36, .95), rgba(8, 12, 19, .95));
  border-radius: 30px;
  box-shadow: var(--shadow)
}

.hero-panel {
  padding: 25px;
  animation: float 6s ease-in-out infinite
}

.panel-top,
.panel-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between
}

.panel-top span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #b3bdcb;
  font-size: 13px
}

.panel-top span i {
  width: 8px;
  height: 8px;
  background: #35dd91;
  border-radius: 50%;
  box-shadow: 0 0 13px #35dd91
}

.panel-top b {
  font-size: 10px;
  color: #67e8ab;
  background: rgba(53, 221, 145, .11);
  padding: 6px 10px;
  border-radius: 99px
}

.hero-panel>p {
  margin: 32px 0 17px;
  font-weight: 700
}

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

.channel-grid article {
  min-height: 135px;
  padding: 17px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255, 255, 255, .025);
  transition: .25s
}

.channel-grid article:hover {
  transform: translateY(-4px);
  border-color: rgba(87, 173, 255, .35)
}

.channel-grid strong {
  color: var(--blue2);
  font-size: 24px;
  margin-bottom: auto
}

.channel-grid small {
  color: var(--muted)
}

.panel-bottom {
  border-top: 1px solid var(--line);
  margin-top: 20px;
  padding-top: 18px;
  color: var(--muted);
  font-size: 12px
}

.bars {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 25px
}

.bars i {
  width: 4px;
  background: var(--blue);
  border-radius: 9px;
  animation: pulse 1s infinite alternate
}

.bars i:nth-child(1) {
  height: 8px
}

.bars i:nth-child(2) {
  height: 20px;
  animation-delay: .2s
}

.bars i:nth-child(3) {
  height: 14px;
  animation-delay: .4s
}

.bars i:nth-child(4) {
  height: 23px;
  animation-delay: .6s
}

.bars i:nth-child(5) {
  height: 11px;
  animation-delay: .8s
}

.strip {
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, .015)
}

.strip .container {
  min-height: 82px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 15px
}

.strip span {
  text-align: center;
  color: #7f8998;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em
}

.heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 55px;
  align-items: end;
  margin-bottom: 42px
}

.heading>p {
  color: var(--muted)
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px
}

.card,
.industry,
.steps article {
  min-height: 260px;
  padding: 25px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(255, 255, 255, .035), rgba(255, 255, 255, .015));
  transition: .25s
}

.card:hover,
.industry:hover,
.steps article:hover {
  transform: translateY(-6px);
  border-color: rgba(87, 173, 255, .3);
  background: linear-gradient(180deg, rgba(22, 136, 255, .075), rgba(255, 255, 255, .015))
}

.card span {
  display: block;
  color: var(--blue2);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 45px
}

.card p,
.industry p,
.steps p,
.muted {
  color: var(--muted);
  font-size: 14px
}

.alt {
  background: rgba(255, 255, 255, .015);
  border-block: 1px solid var(--line)
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px
}

.industry {
  min-height: 235px
}

.industry b {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 38px;
  border: 1px solid rgba(87, 173, 255, .25);
  border-radius: 12px;
  color: var(--blue2);
  background: rgba(22, 136, 255, .08);
  font-size: 11px
}

.split {
  display: grid;
  grid-template-columns: 1fr .9fr;
  gap: 70px;
  align-items: center
}

.checks {
  display: grid;
  gap: 20px;
  margin-top: 32px
}

.checks>div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 14px
}

.checks span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #7ebfff;
  background: rgba(22, 136, 255, .12);
  font-weight: 900
}

.checks p {
  color: var(--muted);
  font-size: 14px
}

.checks b {
  color: #fff
}

.metric {
  padding: 25px
}

.metric>small {
  color: var(--blue2);
  font-weight: 800;
  letter-spacing: .12em
}

.metric>strong {
  display: block;
  font: 800 72px/1 Manrope;
  margin: 35px 0 12px
}

.metric>p {
  color: var(--muted);
  max-width: 360px
}

.metric>div {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 35px
}

.metric>div span {
  padding: 15px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--muted);
  font-size: 11px
}

.metric>div b {
  display: block;
  color: #fff;
  font-size: 13px
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 17px
}

.steps article {
  min-height: 230px
}

.steps span {
  display: block;
  color: var(--blue2);
  font-weight: 800;
  margin-bottom: 50px
}

.cta {
  padding: 0 0 105px
}

.cta .container {
  min-height: 270px;
  padding: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  border: 1px solid rgba(87, 173, 255, .23);
  border-radius: 30px;
  background: radial-gradient(circle at 90% 10%, rgba(87, 173, 255, .2), transparent 35%), linear-gradient(135deg, #0c1421, #081019)
}

.cta h2 {
  margin: 0;
  max-width: 700px
}

.contact {
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, .012)
}

.contact-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 65px
}

.contact-links {
  display: grid;
  gap: 12px;
  margin-top: 30px
}

.contact-links a {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 15px;
  text-decoration: none;
  background: rgba(255, 255, 255, .025)
}

.contact-links small,
.contact-links b {
  display: block
}

.contact-links small {
  color: var(--muted);
  letter-spacing: .12em
}

.form {
  padding: 28px;
  display: grid;
  gap: 17px
}

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

label {
  display: grid;
  gap: 8px;
  color: #dce3ec;
  font-size: 13px;
  font-weight: 700
}

input,
textarea,
select {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, .035);
  color: #fff;
  outline: none;
  font: inherit
}

textarea {
  resize: vertical
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(87, 173, 255, .72);
  box-shadow: 0 0 0 4px rgba(22, 136, 255, .1)
}

.hidden-field {
  display: none
}

.status {
  display: none
}

.status.success,
.status.error {
  display: block;
  padding: 13px;
  border-radius: 12px;
  text-align: center;
  font-size: 13px;
  font-weight: 700
}

.success {
  color: #76e4aa;
  background: rgba(53, 221, 145, .08);
  border: 1px solid rgba(53, 221, 145, .25)
}

.error {
  color: #ff9b9b;
  background: rgba(255, 80, 80, .08);
  border: 1px solid rgba(255, 80, 80, .24)
}

.note {
  text-align: center;
  color: var(--muted);
  font-size: 11px
}

footer {
  border-top: 1px solid var(--line);
  padding: 30px 0
}

footer .container {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 30px;
  color: var(--muted);
  font-size: 12px
}

footer .brand {
  font-size: 16px
}

footer .brand img {
  width: 31px;
  height: 31px
}

footer p:nth-child(2) {
  text-align: center
}

.reveal {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity .7s ease, transform .7s ease
}

.reveal.visible {
  opacity: 1;
  transform: none
}

@keyframes drift {
  to {
    transform: translate(40px, 30px) scale(1.08)
  }
}

@keyframes float {
  50% {
    transform: translateY(-9px)
  }
}

@keyframes pulse {
  to {
    opacity: .35;
    transform: scaleY(.7)
  }
}

@media(max-width:1020px) {

  .hero-grid,
  .split,
  .contact-grid {
    grid-template-columns: 1fr
  }

  .cards {
    grid-template-columns: repeat(2, 1fr)
  }

  .hero {
    padding-top: 75px
  }

  .hero-panel {
    max-width: 650px
  }

  .metric {
    max-width: 700px
  }
}

@media(max-width:800px) {
  .section {
    padding: 78px 0
  }

  .menu {
    display: block
  }

  nav {
    position: fixed;
    left: 20px;
    right: 20px;
    top: 78px;
    display: grid;
    gap: 0;
    padding: 15px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #090d15;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .2s
  }

  nav.open {
    opacity: 1;
    visibility: visible;
    transform: none
  }

  nav a {
    padding: 13px
  }

  .heading {
    grid-template-columns: 1fr;
    gap: 10px
  }

  .industry-grid {
    grid-template-columns: 1fr
  }

  .steps {
    grid-template-columns: repeat(2, 1fr)
  }

  .strip .container {
    grid-template-columns: repeat(2, 1fr);
    padding: 18px 0
  }

  .cta .container {
    align-items: flex-start;
    flex-direction: column
  }

  footer .container {
    grid-template-columns: 1fr;
    text-align: center
  }

  footer .brand {
    justify-self: center
  }
}

@media(max-width:600px) {
  .container {
    width: min(100% - 26px, 1160px)
  }

  .section {
    padding: 65px 0
  }

  h1 {
    font-size: clamp(43px, 14vw, 58px)
  }

  h2 {
    font-size: clamp(32px, 10vw, 43px)
  }

  .cards,
  .steps,
  .form-row,
  .metric>div {
    grid-template-columns: 1fr
  }

  .hero {
    min-height: auto
  }

  .hero-grid {
    gap: 35px
  }

  .hero-panel {
    padding: 17px
  }

  .channel-grid article {
    min-height: 120px;
    padding: 14px
  }

  .card {
    min-height: 225px
  }

  .cta .container {
    padding: 28px 22px
  }

  .form {
    padding: 21px
  }
}

@media(prefers-reduced-motion:reduce) {
  * {
    animation: none !important;
    transition: none !important
  }

  .reveal {
    opacity: 1;
    transform: none
  }
}