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

body {
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #020617;
  color: #ffffff;
  line-height: 1.6;
}

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

.navbar {
  width: 100%;
  padding: 24px 8%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(2, 6, 23, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: sticky;
  top: 0;
  z-index: 10;
}

.logo {
  font-weight: 700;
  letter-spacing: -0.02em;
}

nav {
  display: flex;
  gap: 28px;
  color: #cbd5e1;
  font-size: 14px;
}

nav a:hover {
  color: #ffffff;
}

.hero {
  min-height: 100vh;
  padding: 140px 8% 120px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 60px;
  background:
    radial-gradient(circle at top right, rgba(59, 130, 246, 0.28), transparent 35%),
    radial-gradient(circle at top left, rgba(168, 85, 247, 0.22), transparent 35%);
}

.hero-content {
  max-width: 700px;
}

.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dashboard-wrap {
  position: relative;
  width: 100%;
  max-width: 520px;
}

.dashboard-card {
  width: 100%;
  max-width: 520px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  padding: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px);
}


.dashboard-top {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
}

.dashboard-body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.metric-box,
.chart-box,
.list-box {
  background: rgba(2, 6, 23, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 18px;
}

.metric-label {
  color: #94a3b8;
  font-size: 13px;
  margin-bottom: 10px;
}

.metric-box h3 {
  font-size: 28px;
  color: white;
}

.bars {
  height: 140px;
  display: flex;
  align-items: end;
  gap: 12px;
  margin-top: 10px;
}

.bars span {
  display: block;
  width: 18%;
  background: linear-gradient(180deg, #4f8cff, #7c3aed);
  border-radius: 10px 10px 4px 4px;
}

.list-item {
  height: 14px;
  background: rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  margin-bottom: 12px;
}

.list-item.short {
  width: 70%;
}

.floating-tag {
  position: absolute;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  color: white;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}

.tag-one {
  top: 13%;
  right: -55px;
  background: #2563eb;
}

.tag-two {
  left: -55px;
  top: 48%;
  background: #14b8a6;
}

.tag-three {
  bottom: 8%;
  right: -65px;
  background: #7c3aed;
}

.eyebrow {
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 18px;
}

h1 {
  max-width: 900px;
  font-size: clamp(44px, 7vw, 82px);
  line-height: 1.02;
  letter-spacing: -0.06em;
  margin-bottom: 28px;
}

.subtitle {
  max-width: 760px;
  color: #cbd5e1;
  font-size: 20px;
  margin-bottom: 38px;
}

.buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 24px;
  border-radius: 999px;
  font-weight: 700;
  transition: 0.2s ease;
}

.primary {
  background: #ffffff;
  color: #020617;
}

.primary:hover {
  background: #e2e8f0;
}

.secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.06);
}

.secondary:hover {
  background: rgba(255, 255, 255, 0.12);
}

.section {
  padding: 100px 8%;
  max-width: 1100px;
  margin: 0 auto;
}

.section h2 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.08;
  letter-spacing: -0.04em;
  margin-bottom: 24px;
}

.section p {
  color: #cbd5e1;
  font-size: 18px;
  max-width: 850px;
}

.cards {
  padding: 40px 8% 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.card {
  padding: 34px;
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.card h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.card p {
  color: #cbd5e1;
}

.product {
  background: rgba(255, 255, 255, 0.04);
  border-radius: 36px;
  margin-bottom: 40px;
}

.founder {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.contact {
  text-align: center;
}

.contact p {
  margin: 0 auto 30px;
}


@media (max-width: 800px) {
  .navbar {
    flex-direction: column;
    gap: 16px;
  }

  nav {
    gap: 18px;
  }

  .hero {
    padding: 90px 6%;
  }

  .section {
    padding: 80px 6%;
  }

  .cards {
    grid-template-columns: 1fr;
    padding: 30px 6% 80px;
  }

  .hero {
  grid-template-columns: 1fr;
  gap: 40px;
}

.hero-visual {
  order: 2;
}

.hero-content {
  order: 1;
}

.floating-tag {
  font-size: 12px;
  padding: 8px 12px;
}
}

.site-footer {
  background: #f1f0ff;
  color: #0f1b3d;
  margin-top: 80px;
  border-top: 1px solid rgba(15, 27, 61, 0.1);
}

.footer-main {
  padding: 80px 8%;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 60px;
  align-items: start;
}

.footer-brand h2 {
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1;
  letter-spacing: -0.06em;
  max-width: 520px;
}

.footer-brand p {
  margin-top: 20px;
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
  color: #7c6df2;
}

.footer-contact h3,
.footer-menu h3 {
  font-size: 15px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 28px;
}

.footer-contact-row {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #56627a;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.footer-icon {
  width: 22px;
  min-width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #7c6df2;
  font-size: 17px;
  line-height: 1;
}

.mail-icon {
  font-size: 26px;
}

.footer-contact a {
  color: #0f1b3d;
  font-weight: 700;
}


.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 60px;
}

.footer-links a {
  color: #56627a;
  font-size: 20px;
  transition: 0.2s ease;
}

.footer-links a:hover {
  color: #0f1b3d;
}

.footer-bottom {
  border-top: 1px solid rgba(15, 27, 61, 0.1);
  padding: 28px 8%;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  color: #98a0b3;
  font-size: 16px;
}

@media (max-width: 900px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 60px 6%;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    padding: 24px 6%;
  }
}