/* Edmora marketing landing — uses design tokens from edmora.css */

.landing-page {
  font-family: 'Inter', system-ui, sans-serif;
  color: var(--ed-text, #1a1f2e);
  scroll-behavior: smooth;
}

.landing-nav {
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ed-border, #e8e8ee);
  z-index: 1030;
  height: 56px;
}

.landing-nav .navbar-brand {
  font-weight: 600;
  font-size: 18px;
  color: var(--ed-text) !important;
}

.landing-nav .navbar-brand i {
  color: var(--ed-primary, #6382ff);
}

.landing-nav .nav-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--ed-text-muted);
}

.landing-nav .nav-link:hover {
  color: var(--ed-primary);
}

.landing-hero {
  background: linear-gradient(160deg, var(--ed-primary-light, #eef1ff) 0%, var(--ed-bg, #f4f5f7) 50%, #fff 100%);
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.landing-hero::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(99, 130, 255, 0.15) 0%, transparent 70%);
  pointer-events: none;
}

.landing-hero h1 {
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.15;
  color: var(--ed-text);
}

.landing-hero .lead {
  font-size: 1.125rem;
  color: var(--ed-text-muted);
  max-width: 540px;
}

.landing-hero-mock {
  background: var(--ed-card);
  border: 1px solid var(--ed-border);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(26, 31, 46, 0.1);
}

.landing-hero-mock-header {
  background: var(--ed-sidebar-bg, #1a1f2e);
  color: #fff;
  padding: 14px 20px;
  font-weight: 500;
  font-size: 14px;
}

.landing-hero-mock-stat {
  background: #fff;
  border: 1px solid var(--ed-border);
  border-radius: var(--ed-radius-sm);
  padding: 14px;
  text-align: center;
}

.landing-hero-mock-stat .val {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--ed-primary);
}

.landing-hero-mock-stat .val.green { color: var(--ed-success); }
.landing-hero-mock-stat .val.amber { color: var(--ed-warning); }

.landing-stats {
  background: var(--ed-primary);
  color: #fff;
  padding: 2rem 0;
}

.landing-stats .stat-value {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.landing-stats .stat-label {
  font-size: 14px;
  opacity: 0.9;
}

.landing-section {
  padding: 4.5rem 0;
}

.landing-section-alt {
  background: var(--ed-bg);
}

.landing-section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  letter-spacing: -0.02em;
  color: var(--ed-text);
}

.landing-section-sub {
  color: var(--ed-text-muted);
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
}

.feature-card {
  border: 1px solid var(--ed-border);
  border-radius: var(--ed-radius);
  padding: 1.5rem;
  height: 100%;
  background: var(--ed-card);
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.feature-card:hover {
  box-shadow: 0 12px 32px rgba(99, 130, 255, 0.1);
  transform: translateY(-2px);
}

.feature-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--ed-radius-sm);
  background: var(--ed-primary-light);
  color: var(--ed-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  margin-bottom: 1rem;
}

.step-card {
  text-align: center;
  padding: 1.5rem 1rem;
}

.step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--ed-primary);
  color: #fff;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.pricing-card {
  border: 1px solid var(--ed-border);
  border-radius: var(--ed-radius);
  padding: 2rem 1.75rem;
  height: 100%;
  background: var(--ed-card);
  position: relative;
}

.pricing-card.featured {
  border: 2px solid var(--ed-primary);
  box-shadow: 0 16px 40px rgba(99, 130, 255, 0.15);
}

.pricing-card .plan-name {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--ed-text-muted);
}

.pricing-card .plan-price {
  font-size: 2rem;
  font-weight: 600;
  color: var(--ed-text);
  line-height: 1.2;
}

.pricing-card .plan-price small {
  font-size: 14px;
  font-weight: 500;
  color: var(--ed-text-muted);
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0 1.5rem;
  font-size: 14px;
  color: var(--ed-text-muted);
}

.pricing-card ul li {
  padding: 0.35rem 0 0.35rem 1.35rem;
  position: relative;
}

.pricing-card ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--ed-success);
  font-weight: 700;
}

.pricing-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--ed-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
}

.testimonial-card {
  border: 1px solid var(--ed-border);
  border-radius: var(--ed-radius);
  padding: 1.75rem;
  height: 100%;
  background: var(--ed-card);
}

.testimonial-card .quote {
  font-size: 14px;
  color: var(--ed-text-muted);
  line-height: 1.6;
  margin-bottom: 1.25rem;
}

.testimonial-card .avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ed-primary), var(--ed-primary-dark));
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

.landing-cta {
  background: linear-gradient(135deg, var(--ed-primary) 0%, var(--ed-primary-dark) 100%);
  color: #fff;
  padding: 4rem 0;
}

.landing-cta h2 {
  font-weight: 600;
  letter-spacing: -0.02em;
}

.landing-footer {
  background: var(--ed-sidebar-bg, #1a1f2e);
  color: rgba(255, 255, 255, 0.55);
  padding: 3rem 0 1.5rem;
  font-size: 14px;
}

.landing-footer a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.landing-footer a:hover {
  color: #fff;
}

.landing-footer .footer-brand {
  color: #fff;
  font-weight: 600;
}

.btn-whatsapp {
  background: #25d366;
  border-color: #25d366;
  color: #fff;
}

.btn-whatsapp:hover {
  background: #1fb855;
  border-color: #1fb855;
  color: #fff;
}

@media (max-width: 767.98px) {
  .landing-hero {
    padding: 4rem 0 3rem;
  }

  .landing-section {
    padding: 3rem 0;
  }
}
