
:root {
  --bg: #080c10;
  --surface: #0e141a;
  --surface-2: #121a21;
  --border: #202c35;
  --text: #f4f7f8;
  --muted: #93a2ad;
  --green: #69e17f;
  --green-2: #43bd5c;
  --max: 1220px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: Inter, sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

.navbar {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 100;
  background: rgba(8,12,16,.82);
  border-bottom: 1px solid rgba(255,255,255,.06);
  backdrop-filter: blur(18px);
}

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

.brand {
  font-family: Manrope;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: -1px;
}

.brand strong {
  color: var(--green);
}

.nav-links {
  display: flex;
  gap: 30px;
}

.nav-links a,
.text-link {
  color: #c3ccd2;
  font-size: 13px;
  transition: .2s;
}

.nav-links a:hover,
.text-link:hover {
  color: white;
}

.nav-actions {
  display: flex;
  gap: 18px;
  align-items: center;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--green);
  color: #051008;
  min-height: 48px;
  padding: 0 23px;
  border-radius: 9px;
  font-weight: 700;
  font-size: 13px;
  transition: .25s;
}

.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(74,205,99,.22);
}

.btn-small {
  min-height: 40px;
  padding: 0 17px;
}

.btn-secondary {
  background: transparent;
  border: 1px solid #34424c;
  color: #e8edef;
}

.mobile-menu {
  display: none;
  background: transparent;
  border: 0;
  color: white;
  font-size: 24px;
}

.hero {
  position: relative;
  overflow: hidden;
  padding: 165px 0 110px;
  min-height: 780px;
}

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

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(130px);
  pointer-events: none;
}

.hero-glow-one {
  width: 450px;
  height: 450px;
  background: rgba(75,216,99,.09);
  top: 40px;
  left: -150px;
}

.hero-glow-two {
  width: 500px;
  height: 500px;
  background: rgba(45,112,255,.06);
  right: -160px;
  bottom: 20px;
}

.eyebrow {
  color: var(--green);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  font-size: 11px;
  display: flex;
  align-items: center;
  gap: 9px;
}

.pulse {
  width: 8px;
  height: 8px;
  background: var(--green);
  border-radius: 50%;
  box-shadow: 0 0 15px var(--green);
}

h1,
h2,
h3 {
  font-family: Manrope;
}

h1 {
  font-size: clamp(54px, 6vw, 82px);
  line-height: .99;
  letter-spacing: -4px;
  margin: 22px 0 25px;
}

h1 span,
h2 span {
  color: #71808a;
}

.hero-text {
  color: #a9b5bd;
  max-width: 610px;
  font-size: 17px;
  line-height: 1.75;
}

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

.hero-proof {
  display: flex;
  gap: 38px;
  margin-top: 50px;
}

.hero-proof div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hero-proof strong {
  font-size: 13px;
}

.hero-proof span {
  color: var(--muted);
  font-size: 11px;
}

.visual-frame {
  border: 1px solid #2a3741;
  border-radius: 18px;
  overflow: hidden;
  background: #0e151b;
  box-shadow:
    0 40px 100px rgba(0,0,0,.45),
    0 0 70px rgba(59,210,88,.04);
  transform: perspective(1200px) rotateY(-3deg) rotateX(1deg);
}

.visual-topbar {
  height: 56px;
  border-bottom: 1px solid #243039;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
}

.visual-logo {
  font-weight: 800;
}

.visual-logo span {
  color: var(--green);
}

.online-status {
  color: #9eabb4;
  font-size: 10px;
  display: flex;
  gap: 7px;
  align-items: center;
}

.online-status span {
  width: 7px;
  height: 7px;
  background: var(--green);
  border-radius: 50%;
}

.visual-body {
  display: grid;
  grid-template-columns: 120px 1fr;
  min-height: 450px;
}

.mini-sidebar {
  padding: 22px 10px;
  border-right: 1px solid #222e37;
  font-size: 10px;
  color: #82909a;
}

.mini-sidebar div {
  padding: 10px;
  margin-bottom: 3px;
}

.mini-active {
  color: var(--green);
  background: #18231c;
  border-left: 2px solid var(--green);
}

.dashboard-content {
  padding: 22px;
}

.dashboard-heading {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}

.mini-cards {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 10px;
}

.mini-card {
  border: 1px solid #26333d;
  border-radius: 8px;
  background: #131b22;
  padding: 13px;
}

.mini-card span {
  color: #8f9ca6;
  display: block;
  font-size: 8px;
}

.mini-card strong {
  display: block;
  margin-top: 8px;
  font-size: 20px;
}

.dashboard-map {
  height: 230px;
  position: relative;
  margin-top: 12px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 30%,#1b2a22,#111820 65%);
  border: 1px solid #27343e;
  border-radius: 9px;
}

.map-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size: 30px 30px;
}

.route {
  position: absolute;
  height: 2px;
  background: var(--green);
  opacity: .8;
  transform-origin: left center;
}

.route-one {
  width: 210px;
  left: 80px;
  top: 140px;
  transform: rotate(-18deg);
}

.route-two {
  width: 160px;
  left: 250px;
  top: 75px;
  transform: rotate(27deg);
}

.map-pin {
  position: absolute;
  width: 10px;
  height: 10px;
  background: var(--green);
  border: 2px solid #dcffe2;
  border-radius: 50%;
  box-shadow: 0 0 18px var(--green);
}

.pin-one {
  left: 75px;
  top: 136px;
}

.pin-two {
  left: 275px;
  top: 72px;
}

.pin-three {
  right: 55px;
  bottom: 55px;
}

.map-label {
  position: absolute;
  left: 17px;
  bottom: 15px;
  color: #95a3ac;
  font-size: 9px;
}

.dashboard-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 13px;
}

.dashboard-bottom div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.dashboard-bottom span {
  color: #7f8d97;
  font-size: 8px;
}

.dashboard-bottom strong {
  font-size: 11px;
}

.green {
  color: var(--green);
}

.trust-strip {
  border-top: 1px solid #182129;
  border-bottom: 1px solid #182129;
  padding: 28px 0;
  background: #0a0f13;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(6,auto);
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.trust-grid span {
  color: #697781;
  font-size: 11px;
}

.trust-grid strong {
  color: #9eabb4;
  font-size: 11px;
  font-weight: 600;
}

.section {
  padding: 120px 0;
}

.section-dark {
  background: #0b1015;
  border-top: 1px solid #182129;
  border-bottom: 1px solid #182129;
}

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

.section-heading h2,
.platform-copy h2,
.about-grid h2,
.cta-panel h2 {
  font-size: clamp(38px,4vw,58px);
  line-height: 1.06;
  letter-spacing: -2.5px;
  margin: 17px 0;
}

.section-heading p,
.platform-copy p,
.about-copy p,
.cta-panel p {
  color: #96a3ad;
  line-height: 1.8;
  font-size: 15px;
}

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

.solution-card {
  padding: 30px;
  background: linear-gradient(160deg,#111920,#0d1318);
  border: 1px solid #202c35;
  border-radius: 14px;
  transition: .3s;
}

.solution-card:hover {
  transform: translateY(-5px);
  border-color: #395047;
}

.solution-icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  background: #17241a;
  color: var(--green);
  border: 1px solid #2d4733;
  border-radius: 10px;
  font-size: 18px;
}

.solution-card h3 {
  font-size: 20px;
  margin: 25px 0 12px;
}

.solution-card p {
  color: #8f9da6;
  line-height: 1.75;
  font-size: 13px;
  min-height: 95px;
}

.solution-card span {
  color: #cdd5da;
  font-size: 11px;
}

.platform-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 80px;
}

.feature-list {
  margin-top: 35px;
}

.feature-list div {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid #202a32;
  padding: 17px 0;
}

.feature-list strong {
  color: var(--green);
  font-size: 10px;
}

.feature-list span {
  color: #d2d9dd;
  font-size: 13px;
}

.tech-photo {
  height: 570px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  border: 1px solid #26333d;
}

.tech-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photo-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg,rgba(6,10,13,.1),rgba(6,10,13,.7));
}

.floating-card {
  position: absolute;
  background: rgba(11,17,22,.9);
  border: 1px solid #33413b;
  backdrop-filter: blur(15px);
  padding: 16px 18px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}

.floating-card span {
  color: #84919a;
  font-size: 9px;
}

.floating-card strong {
  margin-top: 5px;
  font-size: 13px;
}

.top-card {
  top: 30px;
  right: 30px;
}

.bottom-card {
  bottom: 30px;
  left: 30px;
}

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

.industry-card {
  min-height: 440px;
  background-size: cover;
  background-position: center;
  border: 1px solid #26323a;
  border-radius: 14px;
  display: flex;
  align-items: end;
  padding: 30px;
}

.industry-card span {
  color: var(--green);
  font-size: 10px;
}

.industry-card h3 {
  font-size: 23px;
  margin: 10px 0;
}

.industry-card p {
  color: #a2afb8;
  font-size: 12px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px;
}

.about-copy {
  padding-top: 35px;
}

.stats-grid {
  margin-top: 65px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  border-top: 1px solid #222d35;
  border-bottom: 1px solid #222d35;
}

.stats-grid div {
  padding: 35px 25px;
  border-right: 1px solid #222d35;
}

.stats-grid div:last-child {
  border: 0;
}

.stats-grid strong {
  display: block;
  font-family: Manrope;
  font-size: 24px;
}

.stats-grid span {
  display: block;
  margin-top: 7px;
  color: #87959e;
  font-size: 10px;
}

.cta-section {
  padding: 90px 0;
}

.cta-panel {
  background:
    radial-gradient(circle at 85% 25%,rgba(67,195,91,.17),transparent 35%),
    #10171d;
  border: 1px solid #26333c;
  padding: 60px;
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 50px;
}

.cta-panel h2 {
  max-width: 600px;
}

.cta-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

footer {
  border-top: 1px solid #1c252d;
  padding: 70px 0 30px;
  background: #06090c;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3,1fr);
  gap: 50px;
}

.footer-brand {
  margin-bottom: 15px;
}

.footer-grid p {
  color: #76848d;
  max-width: 300px;
  line-height: 1.7;
  font-size: 12px;
}

.footer-grid h4 {
  font-size: 12px;
  margin-bottom: 18px;
}

.footer-grid a {
  color: #7f8c95;
  display: block;
  margin: 11px 0;
  font-size: 11px;
}

.footer-bottom {
  border-top: 1px solid #171f25;
  margin-top: 55px;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  color: #59666e;
  font-size: 10px;
}

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

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

.delay {
  transition-delay: .15s;
}


@media (max-width: 950px) {

  .nav-links,
  .nav-actions {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .hero-grid,
  .platform-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }

  .solution-grid,
  .industry-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trust-grid {
    grid-template-columns: repeat(3,1fr);
  }

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

  .hero {
    padding-top: 135px;
  }

  .visual-frame {
    transform: none;
  }

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

}


@media (max-width: 620px) {

  .container {
    width: min(100% - 26px, var(--max));
  }

  h1 {
    font-size: 48px;
    letter-spacing: -2.5px;
  }

  .hero-proof {
    flex-wrap: wrap;
  }

  .visual-body {
    grid-template-columns: 1fr;
  }

  .mini-sidebar {
    display: none;
  }

  .mini-cards {
    grid-template-columns: 1fr;
  }

  .solution-grid,
  .industry-grid,
  .trust-grid,
  .stats-grid {
    grid-template-columns: 1fr;
  }

  .industry-card {
    min-height: 360px;
  }

  .tech-photo {
    height: 430px;
  }

  .cta-panel {
    padding: 35px 24px;
  }

  .cta-actions {
    width: 100%;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

}

