body {
  background: radial-gradient(ellipse at 60% 0%, #23283a 0%, #181c24 100%);
  min-height: 100vh;
  margin: 0;
  font-family: 'Inter', Arial, sans-serif;
  color: #eaf6ff;
  overflow-x: hidden;
}
header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.2rem 3vw 1.2rem 3vw;
  background: none;
}
.brand {
  display: flex;
  align-items: center;
  gap: 1.1rem;
}
.logo {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background: #181c24;
  box-shadow: 0 2px 16px #00e6ff33;
}
.brand-name {
  font-family: 'Orbitron', Arial, sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  color: #00e6ff;
  letter-spacing: 1.5px;
  text-shadow: 0 0 18px #00e6ff, 0 2px 24px #00e6ff33, 0 1px 0 #fff;
}
.login-btn {
  background: linear-gradient(90deg,#00e6ff 0%,#00e676 100%);
  color: #23283a;
  font-weight: 700;
  border: none;
  border-radius: 22px;
  padding: 0.6em 1.7em;
  font-size: 1.08rem;
  box-shadow: 0 2px 16px #00e6ff44;
  cursor: pointer;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
}
.login-btn:hover {
  background: linear-gradient(90deg,#00e676 0%,#00e6ff 100%);
  color: #fff;
}
.hero-section {
  max-width: 900px;
  margin: 4.5rem auto 2.5rem auto;
  text-align: center;
  padding: 2.5rem 2vw 2.5rem 2vw;
  border-radius: 32px;
  background: rgba(30,40,60,0.85);
  box-shadow: 0 4px 32px #00e6ff22, 0 1.5px 0 #fff1;
  backdrop-filter: blur(8px);
}
.hero-title {
  font-family: 'Orbitron', Arial, sans-serif;
  font-size: 2.7rem;
  font-weight: 900;
  color: #00e6ff;
  letter-spacing: 1.5px;
  margin-bottom: 1.1rem;
  text-shadow: 0 0 18px #00e6ff, 0 2px 24px #00e6ff33, 0 1px 0 #fff;
}
.hero-sub {
  font-size: 1.25rem;
  color: #eaf6ff;
  opacity: 0.92;
  margin-bottom: 2.2rem;
}
.cta-row {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  margin: 1.2em 0 1.7em 0;
  flex-wrap: wrap;
}
.cta-btn {
  background: linear-gradient(90deg,#00e6ff 0%,#00e676 100%);
  color: #23283a;
  font-weight: 700;
  border: none;
  border-radius: 22px;
  padding: 0.9em 2.2em;
  font-size: 1.18rem;
  box-shadow: 0 2px 16px #00e6ff44;
  cursor: pointer;
  margin: 0.7em 0;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s, transform 0.12s;
}
.cta-btn:hover {
  background: linear-gradient(90deg,#00e676 0%,#00e6ff 100%);
  color: #fff;
  transform: scale(1.06);
}
.cta-btn.alt {
  background: linear-gradient(90deg,#00e676 0%,#00e6ff 100%);
  color: #fff;
  border: none;
}
.cta-btn.alt:hover {
  background: linear-gradient(90deg,#00e6ff 0%,#00e676 100%);
  color: #23283a;
}
.features-block {
  max-width: 900px;
  margin: 2.5rem auto 2.5rem auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  justify-content: center;
}
.feature-card {
  background: rgba(30,40,60,0.85);
  border-radius: 18px;
  box-shadow: 0 2px 16px #00e6ff22;
  padding: 2.1rem 2.2rem;
  min-width: 220px;
  max-width: 320px;
  flex: 1 1 220px;
  text-align: left;
  color: #eaf6ff;
  font-size: 1.13rem;
  font-weight: 500;
  backdrop-filter: blur(8px);
}
.feature-title {
  font-family: 'Orbitron', Arial, sans-serif;
  font-size: 1.25rem;
  color: #00e6ff;
  font-weight: 700;
  margin-bottom: 0.7em;
}
.pricing-block {
  max-width: 700px;
  margin: 3.5rem auto 2.5rem auto;
  background: rgba(30,40,60,0.92);
  border-radius: 24px;
  box-shadow: 0 2px 24px #00e6ff33;
  padding: 2.5rem 2vw 2.5rem 2vw;
  text-align: center;
  backdrop-filter: blur(8px);
}
.pricing-title {
  font-family: 'Orbitron', Arial, sans-serif;
  font-size: 2.1rem;
  color: #00e6ff;
  font-weight: 800;
  margin-bottom: 1.2rem;
}
.pricing-amount {
  font-size: 2.7rem;
  font-weight: 900;
  color: #00e676;
  margin-bottom: 0.7rem;
  text-shadow: 0 0 18px #00e676, 0 2px 24px #00e67633;
}
.pricing-desc {
  font-size: 1.18rem;
  color: #eaf6ff;
  margin-bottom: 1.5rem;
}
.pricing-compare {
  font-size: 1.08rem;
  color: #b0eaff;
  margin-bottom: 0.7rem;
}
.footer {
  text-align: center;
  color: #b0eaff;
  opacity: 0.7;
  font-size: 1.05rem;
  margin-top: 4rem;
  margin-bottom: 1.5rem;
}
.footer a {
  color: #00e6ff;
  text-decoration: none;
  margin: 0 0.7em;
  font-size: 1.05em;
}
@media (max-width: 900px) {
  .features-block { flex-direction: column; align-items: center; }
  .feature-card { max-width: 100%; }
  .hero-section { padding: 1.2rem 1vw; }
  .pricing-block { padding: 1.2rem 1vw; }
  .dashboard-preview { padding: 0 1vw; }
  .preview-container { padding: 1.5rem 1vw; }
  .preview-title { font-size: 1.8rem; }
  .preview-subtitle { font-size: 1.1rem; }
}
.dashboard-preview {
  max-width: 1000px;
  margin: 3rem auto 3rem auto;
  padding: 0 2vw;
}
.preview-container {
  text-align: center;
  background: rgba(30,40,60,0.85);
  border-radius: 24px;
  box-shadow: 0 4px 32px #00e6ff22, 0 1.5px 0 #fff1;
  backdrop-filter: blur(8px);
  padding: 2.5rem 2vw;
}
.preview-title {
  font-family: 'Orbitron', Arial, sans-serif;
  font-size: 2.1rem;
  color: #00e6ff;
  font-weight: 700;
  margin-bottom: 0.7rem;
  text-shadow: 0 0 18px #00e6ff, 0 2px 24px #00e6ff33;
}
.preview-subtitle {
  font-size: 1.18rem;
  color: #eaf6ff;
  opacity: 0.9;
  margin-bottom: 2rem;
}
.screenshot-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px #00e6ff33, 0 4px 16px #00000066;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.screenshot-wrapper:hover {
  transform: scale(1.02);
  box-shadow: 0 12px 48px #00e6ff44, 0 6px 24px #00000088;
}
.dashboard-screenshot {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 16px;
}
.screenshot-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0,230,255,0.1) 0%, rgba(0,230,118,0.1) 100%);
  pointer-events: none;
  border-radius: 16px;
}
.md-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2.2rem 0 2.2rem 0;
  background: rgba(30,40,60,0.85);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 24px #00e6ff22;
}
.md-table th, .md-table td {
  border: 1px solid #00e6ff44;
  padding: 0.9em 1.2em;
  text-align: left;
  font-size: 1.08em;
}
.md-table th {
  background: rgba(0,230,255,0.12);
  color: #00e6ff;
  font-family: 'Orbitron', Arial, sans-serif;
  font-weight: 700;
  text-shadow: 0 0 8px #00e6ff99;
}
.md-table td {
  color: #eaf6ff;
  background: rgba(30,40,60,0.92);
}
@media (max-width: 700px) {
  .md-table th, .md-table td { padding: 0.6em 0.5em; font-size: 0.98em; }
  .md-table { font-size: 0.98em; }
} 