:root {
  --bg: #0a0e1a;
  --card-bg: #1c2333;
  --cyan: #00d4ff;
  --cyan-light: #a8e8ff;
  --orange: #ff9500;
  --text-light: #e8edf5;
  --text-muted: #e8edf599;

  --container: 1440px;
  --pad-h: 80px;
  --section-v: 96px;

  --font-display: "Oxanium", sans-serif;
  --font-body: "Inter", sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  max-width: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
button {
  cursor: pointer;
  border: none;
  background: none;
  font: inherit;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text-light);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.container-0a2f05 {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--pad-h);
  width: 100%;
}

.logo-4cf5aa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.logo__mark-cell--cyan-bc62c4 {
  background: var(--cyan);
}
.logo__mark-cell--dark-d5efed {
  background: #14192a;
}
.logo__mark-cell--orange-f23254 {
  background: var(--orange);
}

.logo__text-2ccf55 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 24px;
  line-height: 28px;
  color: var(--cyan);
}

.section-badge-bc588b {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border: 1px solid var(--cyan-light);
  font-family: var(--font-display);
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--cyan);
  margin-bottom: 48px;
}

.section-badge__dot-e977bd {
  width: 8px;
  height: 8px;
  background: var(--orange);
  flex-shrink: 0;
}

.section-badge--left-6663d6 {
  display: flex;
  width: fit-content;
}

.section-badge--center-b099db {
  display: flex;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.header-6bb6e9 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: var(--bg);
  border-bottom: 1px solid var(--cyan);
  padding: 16px 0;
}

.header__inner-a13deb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-83583a {
  display: flex;
  align-items: center;
  gap: 40px;
}

.nav-83583a a {
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: var(--text-light);
  transition: color 0.2s ease;
}
.nav-83583a a:hover {
  color: var(--cyan);
}

.burger-0a8685 {
  display: none;
}

.mobile-menu-c310e7 {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bg);
  z-index: 9999;
  flex-direction: column;
  padding: 16px 20px;
}
.mobile-menu-c310e7.active-f015b9 {
  display: flex;
}
.mobile-menu__head-bd155e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--cyan);
  margin-bottom: 40px;
}
.mobile-menu__nav-ec8a99 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
.mobile-menu__nav-ec8a99 a {
  font-family: var(--font-body);
  font-size: 16px;
  color: var(--text-light);
}

.hero__bg-4e2b34 {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 160px;
  padding-bottom: 80px;
  background-image: url("img/herobg.png");
}

.hero__grid-2720e2 {
  width: 408px;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 auto 48px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(6, 1fr);
  gap: 4px;
}
.hero__grid-2720e2 .cell-ebe2bb {
  background: #1c2333;
  border-radius: 2px;
}
.hero__grid-2720e2 .cell-ebe2bb.cyan-9d3fb7 {
  background: var(--cyan);
  box-shadow: 0 0 12px rgba(0, 212, 255, 0.6);
}
.hero__grid-2720e2 .cell-ebe2bb.orange-dc2324 {
  background: var(--orange);
  box-shadow: 0 0 12px rgba(255, 149, 0, 0.6);
}

.hero__title-055c8e {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 80px;
  line-height: 88px;
  text-align: center;
  color: var(--text-light);
  margin-bottom: 24px;
}

.hero__desc-12c46b {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: var(--text-muted);
  max-width: 800px;
  margin: 0 auto;
}

.hiw-e6d100 {
  background: var(--bg);
  padding: var(--section-v) 0;
}

.hiw-cards-a7f0af {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.hiw-card-9779a7 {
  flex: 1;
  background: var(--card-bg);
  border-radius: 8px;
  padding: 32px;
  height: 304px;
}

.hiw-connector-69ea24 {
  width: 40px;
  height: 2px;
  background: var(--cyan-light);
  margin-top: 150px;
  flex-shrink: 0;
}

.hiw-card__head-d62a6d {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.hiw-card__icon-09776e {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hiw-card__number-b598b2 {
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 64px;
  line-height: 100%;
  color: transparent;
  -webkit-text-stroke: 1px var(--cyan-light);
  background: transparent;
  border: none;
  padding: 0;
}

.hiw-card__title-26b698 {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--cyan);
  margin-bottom: 12px;
}

.hiw-card__desc-4c988c {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: var(--text-muted);
}

.features-7416c7 {
  background: var(--card-bg);
  padding: var(--section-v) 0;
}

.features-grid-8aeaef {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.feature-item-c6279f {
  border-left: 4px solid var(--cyan);
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.feature-item__icon-315e4f {
  width: 40px;
  height: 40px;
}

.feature-item__title-163f3a {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--text-light);
}

.feature-item__desc-aebfe0 {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: var(--text-muted);
}

.tactics-0746e6 {
  background: var(--bg);
  padding: var(--section-v) 0;
}

.tactics-grid-8df0c4 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.tactic-card-6fa82a {
  background: var(--card-bg);
  border-left: 4px solid var(--orange);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.tactic-card__title-d6af9d {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: var(--orange);
}
.tactic-card__desc-4ef118 {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: var(--text-muted);
}

.tactic-badge__dot-9e71e7 {
  width: 16px;
  height: 16px;
  background: var(--orange);
  flex-shrink: 0;
}

.testimonials-56e046 {
  background: var(--bg);
  padding: var(--section-v) 0;
}

.testimonials-grid-624915 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.testimonial-card-d3f4e7 {
  background: var(--card-bg);
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.rating-stars-930245 {
  display: inline-flex;
  gap: 0px;
}

.star-d63089 {
  width: 14px;
  height: 14px;
  stroke: #ff9500;
  stroke-width: 1.5px;
  stroke-linejoin: round;
  position: relative;
  top: 1.17px;
  left: 1.17px;
  opacity: 1;
}
.star--filled-5e59ee {
  fill: #ff9500;
}
.star--outline-79550d {
  fill: transparent;
}

.testimonial-card__text-2f6975 {
  font-family: var(--font-body);
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 28px;
  color: var(--text-light);
}

.testimonial-card__author-7b1172 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: var(--text-light);
}

.testimonial-card__author-line-8e9f94 {
  width: 24px;
  height: 2px;
  background: var(--cyan);
  flex-shrink: 0;
}

.footer-126ebf {
  border-top: 1px solid var(--cyan);
  padding: 64px 0;
  background: var(--bg);
}

.footer__inner-90f132 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer__links-6b6053 {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer__links-6b6053 a {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: var(--text-muted);
  transition: color 0.2s ease;
}
.footer__links-6b6053 a:hover {
  color: var(--text-light);
}

.footer__copy-d420d0 {
  font-family: var(--font-body);
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  color: var(--text-muted);
}

@media (max-width: 1200px) {
  :root {
    --pad-h: 48px;
  }
  .hero__title-055c8e {
    font-size: 64px;
    line-height: 72px;
  }
}

@media (max-width: 1024px) {
  :root {
    --pad-h: 32px;
    --section-v: 72px;
  }

  .nav-83583a {
    display: none;
  }
  .burger-0a8685 {
    display: block;
  }

  .hiw-cards-a7f0af {
    flex-direction: column;
  }
  .hiw-connector-69ea24 {
    display: none;
  }

  .features-grid-8aeaef,
  .tactics-grid-8df0c4,
  .testimonials-grid-624915 {
    grid-template-columns: 1fr;
  }

  .footer__inner-90f132 {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}

@media (max-width: 768px) {
  :root {
    --pad-h: 20px;
  }

  .hero__bg-4e2b34 {
    padding-top: 110px;
  }
  .hero__grid-2720e2 {
    width: 260px;
    margin-bottom: 32px;
  }
  .hero__title-055c8e {
    font-size: 52px;
    line-height: 60px;
  }
  .hero__desc-12c46b {
    font-size: 20px;
    line-height: 30px;
  }

  .feature-item-c6279f,
  .tactic-card-6fa82a,
  .testimonial-card-d3f4e7,
  .hiw-card-9779a7 {
    padding: 24px;
  }
  .footer__links-6b6053 {
    padding-top: 40px;
  }
}
.legal-body-bc902a {
  background-color: #f8f9fa;
}
.legal-wrap-919f94 {
  padding-top: 140px;
  padding-bottom: 100px;
}

.legal-title-b2327a {
  font-family: var(--font-body);
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: left;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 56px;
}

.legal-section-3e8ce2 {
  margin-bottom: 32px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.legal-section-3e8ce2:last-child {
  margin-bottom: 0;
}

.legal-section-title-c45995 {
  font-family: var(--font-body);
  font-weight: 600;
  font-size: 22px;
  line-height: 150%;
  text-transform: uppercase;
  color: #1a1a1a;
  margin-bottom: 8px;
}

.legal-text-b99fe9 {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #2d2d2d;
  margin-bottom: 12px;
}
.legal-text-b99fe9:last-child {
  margin-bottom: 0;
}
.legal-list-0ad295 {
  font-family: var(--font-body);
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #2d2d2d;
  padding-left: 17px;
}

@media (max-width: 768px) {
  .legal-wrap-919f94 {
    padding-bottom: 60px;
  }
}
