body {
  font-family: 'Inter', Arial, sans-serif;
  background: #f7fafd;
  color: #1a2a3a;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

.hero {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(120deg, #1976d2 0%, #67b6f4 100%);
  color: #fff;
  overflow: hidden;
}
.hero-bg-gradient {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 70% 30%, #fff3 0%, #1976d2 80%);
  z-index: 0;
}
.hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 60px 0 40px 0;
}
.plugin-logo {
  width: 90px;
  height: 90px;
  margin-bottom: 18px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(25,118,210,0.10);
}
.hero h1 {
  font-size: 2.8em;
  font-weight: 800;
  margin: 0 0 12px 0;
  letter-spacing: 1px;
}
.tagline {
  font-size: 1.3em;
  font-weight: 500;
  margin-bottom: 32px;
  color: #e3f0fa;
}
.cta-btn {
  display: inline-block;
  background: #fff;
  color: #1976d2;
  font-weight: 700;
  font-size: 1.15em;
  padding: 14px 38px;
  border-radius: 32px;
  text-decoration: none;
  box-shadow: 0 2px 12px rgba(25,118,210,0.10);
  transition: background 0.2s, color 0.2s, box-shadow 0.2s;
}
.cta-btn:hover {
  background: #1976d2;
  color: #fff;
  box-shadow: 0 4px 24px rgba(25,118,210,0.18);
}

.section-title {
  font-size: 2em;
  font-weight: 800;
  color: #1976d2;
  margin: 0 0 32px 0;
  text-align: center;
  letter-spacing: 0.5px;
}

.features {
  background: #fff;
  padding: 64px 0 48px 0;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 32px;
}
.feature-card {
  background: #f7fafd;
  border-radius: 18px;
  box-shadow: 0 2px 12px rgba(25,118,210,0.06);
  padding: 36px 24px 28px 24px;
  text-align: center;
  transition: box-shadow 0.2s, transform 0.2s;
}
.feature-card:hover {
  box-shadow: 0 6px 24px rgba(25,118,210,0.13);
  transform: translateY(-4px) scale(1.03);
}
.feature-card i {
  font-size: 2.2em;
  color: #1976d2;
  margin-bottom: 18px;
}
.feature-card h3 {
  font-size: 1.18em;
  font-weight: 700;
  margin: 0 0 10px 0;
}
.feature-card p {
  color: #3a4a5a;
  font-size: 1.05em;
}

.screenshots {
  background: #f7fafd;
  padding: 64px 0 48px 0;
}
.screenshots-carousel {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.screenshot {
  width: 340px;
  height: 210px;
  object-fit: cover;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(25,118,210,0.10);
  background: #e3f0fa;
  border: 1.5px solid #e0e0e0;
}

.quickstart {
  background: #fff;
  padding: 64px 0 48px 0;
}
.quickstart-steps {
  display: flex;
  gap: 32px;
  justify-content: center;
  flex-wrap: wrap;
}
.step {
  background: #f7fafd;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(25,118,210,0.06);
  padding: 32px 22px 24px 22px;
  text-align: center;
  width: 220px;
  min-width: 180px;
  transition: box-shadow 0.2s, transform 0.2s;
}
.step:hover {
  box-shadow: 0 6px 24px rgba(25,118,210,0.13);
  transform: translateY(-3px) scale(1.03);
}
.step i {
  font-size: 2em;
  color: #1976d2;
  margin-bottom: 14px;
}
.step h4 {
  font-size: 1.08em;
  font-weight: 700;
  margin: 0 0 8px 0;
}
.step p {
  color: #3a4a5a;
  font-size: 1em;
}

.feature-list {
  background: #f7fafd;
  padding: 64px 0 48px 0;
}
.feature-checklist {
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.feature-checklist li {
  font-size: 1.13em;
  color: #1976d2;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border-radius: 10px;
  padding: 12px 18px;
  box-shadow: 0 1px 6px rgba(25,118,210,0.06);
}
.feature-checklist i {
  color: #4caf50;
  font-size: 1.1em;
}

.pricing {
  display: none;
}

.faq {
  background: #f7fafd;
  padding: 64px 0 48px 0;
}
.faq-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.faq-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 6px rgba(25,118,210,0.06);
  padding: 24px 28px 18px 28px;
}
.faq-item h4 {
  font-size: 1.08em;
  font-weight: 700;
  color: #1976d2;
  margin: 0 0 8px 0;
}
.faq-item p {
  color: #3a4a5a;
  font-size: 1em;
}

.footer {
  background: #1976d2;
  color: #fff;
  padding: 32px 0 18px 0;
  text-align: center;
}
.footer-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  font-size: 1.05em;
}
.footer-content a {
  color: #fff;
  text-decoration: underline;
  font-weight: 600;
}
.footer-content a:hover {
  color: #e3f0fa;
}

.hero-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-top: 32px;
}
.cta-btn-secondary {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.cta-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

@media (max-width: 900px) {
  .features-grid, .pricing-table, .quickstart-steps, .screenshots-carousel {
    flex-direction: column;
    display: flex;
    gap: 24px;
    align-items: center;
  }
  .feature-checklist {
    padding: 0 8px;
  }
}
@media (max-width: 600px) {
  .hero-content { padding: 32px 0 24px 0; }
  .section-title { font-size: 1.3em; }
  .feature-card, .step, .pricing-card, .faq-item { padding: 18px 8px 14px 8px; }
  .screenshot { width: 98vw; height: 140px; }
}

/* Lightbox Modal Styles */
.lightbox-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(20, 30, 50, 0.92);
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.lightbox-content {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 14px;
  box-shadow: 0 4px 32px rgba(25,118,210,0.18);
  background: #fff;
  display: block;
}
.lightbox-close {
  position: absolute;
  top: 32px;
  right: 48px;
  color: #fff;
  font-size: 2.5em;
  font-weight: 700;
  cursor: pointer;
  z-index: 10001;
  transition: color 0.2s;
}
.lightbox-close:hover {
  color: #ffb300;
}
.lightbox-caption {
  color: #fff;
  text-align: center;
  font-size: 1.15em;
  margin-top: 18px;
  font-weight: 600;
  text-shadow: 0 2px 8px rgba(20,30,50,0.25);
  max-width: 90vw;
  word-break: break-word;
}
@media (max-width: 600px) {
  .lightbox-content {
    max-width: 98vw;
    max-height: 60vh;
  }
  .lightbox-close {
    top: 12px;
    right: 18px;
    font-size: 2em;
  }
  .lightbox-caption {
    font-size: 1em;
    margin-top: 10px;
    max-width: 98vw;
  }
} 