/* NOVVA - Modern Refresh (cache-buster stylesheet) */

:root {
  --container-max-width: 1120px;
}

body {
  font-size: 15px;
  line-height: 1.58;
}

.container {
  max-width: 1120px !important;
}

section {
  padding: clamp(2.2rem, 4vw, 3.9rem) 0 !important;
}

.navbar {
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.nav-link {
  font-size: 0.9rem !important;
}

.btn {
  font-size: 0.9rem !important;
  padding: 0.72rem 1.1rem !important;
  border-radius: 10px !important;
}

.hero {
  min-height: 76vh !important;
}

.hero-background {
  background: linear-gradient(135deg, rgba(8, 28, 51, 0.62) 0%, rgba(8, 28, 51, 0.42) 100%) !important;
}

.hero-title {
  font-size: clamp(1.95rem, 4vw, 3.1rem) !important;
  line-height: 1.08 !important;
  max-width: 15ch !important;
}

.hero-subtitle {
  font-size: clamp(0.98rem, 1.7vw, 1.14rem) !important;
  color: #dce8f7 !important;
  max-width: 60ch !important;
}

.section-title {
  font-size: clamp(1.5rem, 2.7vw, 2.15rem) !important;
  letter-spacing: 0 !important;
  color: var(--text-primary) !important;
}

.section-title-center {
  background: none !important;
  color: var(--text-primary) !important;
  -webkit-text-fill-color: currentColor !important;
  background-clip: border-box !important;
  -webkit-background-clip: border-box !important;
}

.benefits .section-title,
.benefits .section-title-center,
.cta-final .section-title,
.cta-final-title {
  color: #f8fbff !important;
  -webkit-text-fill-color: #f8fbff !important;
}

.problem-box,
.solution-box,
.benefit-card,
.crm-feature-card,
.pricing-card,
.demo-card,
.review-card,
.testimonial-card,
.additional-landings-card {
  border-radius: 12px !important;
}

.benefit-card,
.pricing-card,
.demo-card {
  padding: 1.15rem !important;
}

@media (max-width: 767px) {
  body {
    font-size: 14.8px;
  }

  .hero {
    min-height: auto !important;
  }

  .hero-title {
    font-size: clamp(1.7rem, 7vw, 2.25rem) !important;
  }

  .section-title {
    font-size: clamp(1.35rem, 6vw, 1.75rem) !important;
  }
}
