:root {
  --bg: #030712;
  --cyan: #00e5ff;
  --blue: #1681ff;
  --purple: #9b5cff;
  --green: #41ff87;
  --white: #ffffff;
  --muted: rgba(225, 241, 255, .72);
  --faint: rgba(225, 241, 255, .48);
  --panel: rgba(5, 14, 34, .78);
  --border: rgba(91, 214, 255, .28);
  --glow: 0 0 38px rgba(0, 229, 255, .25);
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Inter, sans-serif;
  background: var(--bg);
  color: var(--white);
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background: #030712;
  z-index: -4;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 229, 255, .04) 1px, transparent 1px),
    linear-gradient(rgba(0, 229, 255, .035) 1px, transparent 1px),
    radial-gradient(circle at 65% 30%, rgba(0, 229, 255, .13), transparent 28%),
    radial-gradient(circle at 84% 24%, rgba(155, 92, 255, .18), transparent 30%);
  background-size: 78px 78px, 78px 78px, auto, auto;
  pointer-events: none;
  z-index: -3;
}

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

.containerx {
  width: min(1480px, calc(100% - 70px));
  margin: auto;
}

.topbar {
  position: fixed;
  inset: 0 0 auto 0;
  height: 74px;
  z-index: 100;
  background: rgba(2, 8, 23, .9);
  border-bottom: 1px solid rgba(91, 214, 255, .18);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--cyan), var(--blue), var(--purple));
  box-shadow: 0 0 28px rgba(0, 229, 255, .35);
  font-size: 23px;
}

.brand-name {
  font-size: 26px;
  font-weight: 900;
  line-height: .95;
  letter-spacing: -.055em;
}

.brand-sub {
  margin-top: 4px;
  font-size: 10.5px;
  color: var(--muted);
  font-weight: 700;
}

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

.nav a {
  color: rgba(255, 255, 255, .7);
  font-weight: 850;
  font-size: 14px;
}

.nav a.active,
.nav a:hover {
  color: var(--cyan);
}

.nav-actions {
  display: flex;
  gap: 14px;
}

.btn {
  height: 50px;
  padding: 0 26px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 900;
  border: 1px solid var(--border);
  transition: .25s ease;
  white-space: nowrap;
}

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

.btn-primary {
  background: linear-gradient(135deg, var(--purple), var(--blue), var(--cyan));
  box-shadow: 0 0 34px rgba(0, 229, 255, .34);
}

.btn-dark {
  background: rgba(5, 14, 34, .76);
  backdrop-filter: blur(12px);
}
.btn-primary {
  transform: scale(1.05);
}

.btn-dark {
  opacity: 0.85;
}
/* HERO */

.hero {
  height: clamp(680px, 88vh, 820px);
  padding-top: 74px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(
      90deg,
      rgba(3,7,18, .96) 0%,
      rgba(3,7,18, .65) 38%,
      rgba(3,7,18, .25) 60%,
      rgba(3,7,18, .08) 75%,
      rgba(3,7,18, 0) 90%
    ),
    url("../img/marketminds/hero-bg.png") center / cover no-repeat;
}
.hero::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, transparent, #030712);
}
.hero {
  background-size: min(1200px, 95%);
}
.hero-inner {
  display: grid;
  grid-template-columns: 38% 62%;
  height: 100%;
  min-height: 0;
  align-items: center;
  position: relative;
}

.hero-left {
  z-index: 5;
  padding-top: 0;
  max-width: 520px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 18px;
  border-radius: 999px;
  border: 1px solid rgba(0, 229, 255, .35);
  background: rgba(0, 229, 255, .075);
  color: #72f7ff;
  font-size: 11.5px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.hero-title {
  margin-top: 24px;
  font-size: clamp(38px, 4.25vw, 66px);
  font-weight: 950;
  letter-spacing: -.055em;
  line-height: .91;
}

.hero-title .future {
  display: block;
  color: #fff;
  font-size: .66em;
  line-height: 1.05;
  letter-spacing: -.045em;
  margin-bottom: 8px;
}

.hero-title .auto,
.hero-title .analyze,
.hero-title .predict {
  display: block;
  font-size: 1em;
  line-height: .92;
}

.hero-title .auto {
  background: linear-gradient(90deg, #bfffff, #00e5ff);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-title .analyze {
  background: linear-gradient(90deg, #42e8ff, #1681ff);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-title .predict {
  background: linear-gradient(90deg, #3c82ff, #b35cff);
  -webkit-background-clip: text;
  color: transparent;
}

.hero-copy {
  max-width: 470px;
  margin-top: 20px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
  font-weight: 650;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 25px;
}

.trust {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-top: 25px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.trust span {
  display: flex;
  align-items: center;
  gap: 8px;
}

.trust i {
  color: var(--cyan);
}

.hero-right {
  position: relative;
  height: 100%;
  min-height: 0;
  background: none !important;
  overflow: visible;
  filter: contrast(1.08) brightness(1.05) saturate(1.1);
  animation: float 6s ease-in-out infinite;
}
.hero-right::before {
  content: "";
  position: absolute;
  right: 18%;
  top: 20%;
  width: 420px;
  height: 420px;

  background: radial-gradient(
    circle,
    rgba(0,229,255,.25) 0%,
    rgba(0,229,255,.12) 30%,
    transparent 70%
  );

  filter: blur(40px);
  z-index: 0;
}
@keyframes float {
  0%,100% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
}
.robot-scene,
.hero-robot,
.robot-scene::before,
.robot-scene::after {
  display: none !important;
}

.floating-card {
  position: absolute;
  z-index: 6;
  width: 220px;
  padding: 15px 16px;
  border-radius: 18px;
  background: rgba(5, 14, 34, .88);
  color: #fff;
  border: 1px solid rgba(91, 214, 255, .30);
  backdrop-filter: blur(16px);
  box-shadow:
    0 0 30px rgba(0,229,255,.15),
    0 0 60px rgba(0,229,255,.08);
}

.floating-card .card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}

.floating-card small {
  color: var(--faint);
  font-size: 11px;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.floating-card .value {
  font-size: 23px;
  font-weight: 950;
  letter-spacing: -.04em;
}

.floating-card .green {
  color: var(--green);
  font-size: 13px;
  font-weight: 900;
}

.card-health {
  right: 3%;
  top: 10%;
}

.card-revenue {
  right: 3%;
  top: 36%;
}

.card-payroll {
  right: 3%;
  top: 68%;
}

.mini-line svg,
.mini-bars svg {
  width: 100%;
  height: 42px;
  margin-top: 10px;
}

/* SECTIONS */

.section {
  padding: 44px 0;
}

.glass {
  border: 1px solid var(--border);
  background: rgba(3, 12, 30, .72);
  backdrop-filter: blur(18px);
  border-radius: 30px;
  padding: 34px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .32);
  position: relative;
  overflow: hidden;
  color: #fff;
}

.glass::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(0, 229, 255, .07), transparent);
  pointer-events: none;
}

.section-title {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 35px;
}

.section-title h2 {
  font-size: clamp(32px, 4vw, 50px);
  font-weight: 950;
  letter-spacing: -.055em;
}

.section-title p {
  color: var(--muted);
  margin-top: 8px;
  font-weight: 650;
}

.accent {
  color: var(--cyan);
}

.features {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 17px;
}

.feature {
  min-height: 245px;
  padding: 23px;
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(6, 17, 39, .86), rgba(11, 33, 72, .38));
  border: 1px solid rgba(91, 214, 255, .25);
  transition: .25s ease;
  color: #fff;
}

.feature:nth-child(2),
.feature:nth-child(5) {
  border-color: rgba(155, 92, 255, .46);
}

.feature:hover {
  transform: translateY(-7px);
  border-color: rgba(0, 229, 255, .75);
  box-shadow: 0 0 34px rgba(0, 229, 255, .18);
}

.feature img,
.feature-icon {
  width: 68px;
  height: 68px;
  margin-bottom: 18px;
  object-fit: contain;
}

.feature-icon {
  display: grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(0, 229, 255, .08);
  border: 1px solid rgba(0, 229, 255, .28);
  color: var(--cyan);
  font-size: 32px;
}

.feature h3 {
  font-size: 18px;
  font-weight: 950;
  margin-bottom: 10px;
}

.feature p {
  color: var(--muted);
  font-size: 13px;
  line-height: 1.75;
  font-weight: 600;
}

.feature a {
  display: inline-flex;
  margin-top: 14px;
  gap: 7px;
  color: var(--cyan);
  font-size: 13px;
  font-weight: 900;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border-radius: 27px;
  border: 1px solid var(--border);
  background: rgba(91, 214, 255, .16);
  margin-top: 35px;
}

.metric {
  background: rgba(3, 12, 30, .86);
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 18px;
  color: #fff;
}

.metric i {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(0, 229, 255, .08);
  border: 1px solid rgba(0, 229, 255, .25);
  color: var(--cyan);
  font-size: 27px;
}

.metric strong {
  display: block;
  font-size: 31px;
  font-weight: 950;
}

.metric span {
  color: var(--muted);
  font-size: 13px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  position: relative;
  z-index: 2;
}

.step {
  padding: 30px;
  border-radius: 24px;
  background: rgba(5, 14, 34, .74);
  border: 1px solid rgba(91, 214, 255, .22);
  color: #fff;
}

.step-num {
  color: var(--cyan);
  font-size: 30px;
  font-weight: 950;
  margin-bottom: 10px;
}

.step h3 {
  font-size: 20px;
  margin-bottom: 8px;
}

.step p {
  color: var(--muted);
  line-height: 1.7;
}

.ai-grid {
  display: grid;
  grid-template-columns: .95fr 1.1fr .85fr;
  gap: 26px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.ai-grid img {
  width: 100%;
  border-radius: 24px;
  border: 1px solid var(--border);
  box-shadow: var(--glow);
}

.ai-copy h2 {
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 950;
  letter-spacing: -.055em;
  margin: 20px 0;
}

.ai-copy p {
  color: var(--muted);
  line-height: 1.8;
  font-weight: 650;
}

.ai-list {
  margin-top: 18px;
  display: grid;
  gap: 13px;
  color: var(--muted);
  font-weight: 700;
}

.ai-list div {
  display: flex;
  gap: 10px;
  align-items: center;
}

.ai-list i {
  color: var(--cyan);
}

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

.price-card {
  padding: 30px;
  border-radius: 24px;
  background: rgba(6, 17, 39, .78);
  border: 1px solid rgba(91, 214, 255, .25);
  color: #fff;
}

.price-card.featured {
  border-color: rgba(0, 229, 255, .75);
  box-shadow: 0 0 36px rgba(0, 229, 255, .22);
}

.price-card h3 {
  font-size: 22px;
  font-weight: 950;
}

.price-card h4 {
  font-size: 42px;
  color: var(--cyan);
  margin: 18px 0;
  font-weight: 950;
}

.price-card h4 sup,
.price-card h4 span {
  font-size: 14px;
  color: var(--muted);
}

.price-card ul {
  list-style: none;
  display: grid;
  gap: 10px;
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 14px;
}

.price-card li i {
  color: var(--cyan);
  margin-right: 7px;
}

.price-card .buy {
  display: flex;
  justify-content: center;
  padding: 14px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--purple), var(--blue), var(--cyan));
  font-weight: 950;
}

.cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.cta h2 {
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 950;
  letter-spacing: -.055em;
}

.cta p {
  color: var(--muted);
  margin-top: 8px;
}

footer {
  margin-top: 60px;
  padding: 48px 0 24px;
  background: rgba(2, 8, 23, .82);
  border-top: 1px solid rgba(91, 214, 255, .15);
  color: var(--muted);
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.3fr;
  gap: 30px;
}

footer h4 {
  color: #fff;
  margin-bottom: 15px;
}

footer a {
  display: block;
  color: var(--muted);
  margin-bottom: 8px;
  font-size: 14px;
}

.copyright {
  border-top: 1px solid rgba(91, 214, 255, .13);
  margin-top: 30px;
  padding-top: 18px;
  text-align: center;
  font-size: 13px;
}

/* TABLET */

@media (max-width: 1200px) {
  .hero {
    height: auto;
    min-height: 100vh;
  }

  .hero-inner,
  .ai-grid {
    grid-template-columns: 1fr;
  }

  .hero-right {
    height: 700px;
  }

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

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

/* MOBILE */

@media (max-width: 768px) {
  .containerx {
    width: calc(100% - 28px);
  }

  .topbar {
    height: 70px;
  }

  .topbar-inner {
    height: 70px;
  }

  .nav {
    display: none;
  }

  .nav-actions .btn-dark {
    display: none;
  }

  .brand-name {
    font-size: 22px;
  }

  .brand-sub {
    display: none;
  }

  .hero {
    height: auto;
    padding-top: 90px;
    background-position: 60% center;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    height: auto;
  }

  .hero-title {
    font-size: 52px;
  }

  .hero-right {
    height: 590px;
  }

  .floating-card {
    width: 175px;
    padding: 14px;
  }

  .card-health {
    right: 0;
    top: 4%;
  }

  .card-revenue {
    left: 0;
    right: auto;
    top: 36%;
  }

  .card-payroll {
    right: 0;
    top: 70%;
  }

  .features,
  .metrics,
  .steps,
  .pricing,
  .footer-grid {
    grid-template-columns: 1fr;
  }

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