.navbar-nav .nav-link {
  font-size: 1.15rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding-left: 1rem;
  padding-right: 1rem;
  transition: color 0.2s, border-bottom 0.2s;
  border-bottom: 2px solid transparent;
}
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus {
  color: #00c6ff;
  border-bottom: 2px solid #00c6ff;
}
.pricing-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2rem 0;
}
.pricing-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
  padding: 2rem;
  margin-bottom: 2rem;
}
.pricing-amount {
  font-size: 2.2rem;
  font-weight: 700;
  color: #007bff;
  margin: 1rem 0;
}
.pricing-per-user {
  font-size: 1.1rem;
  font-weight: 400;
  color: #333;
}
.pricing-features {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
.appexchange-badge {
  height: 40px;
  margin-bottom: 10px;
}
.pricing-trial-info {
  font-size: 0.95rem;
  color: #888;
  margin-top: 0.5rem;
}
body {
  font-family: "Montserrat", "Segoe UI", sans-serif;
}
.navbar {
  background: #04384c;
}
.navbar-brand img {
  height: 80px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
  font-size: 2.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.navbar {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  background: #04384c;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.07);
}
.masthead {
  position: relative;
  overflow: hidden;
}
.masthead::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: url('data:image/svg+xml;utf8,<svg width="100%" height="100%" xmlns="http://www.w3.org/2000/svg"><ellipse cx="80%" cy="90%" rx="180" ry="60" fill="%2300c6ff33"/></svg>');
  pointer-events: none;
  z-index: 0;
}
.masthead > .container {
  position: relative;
  z-index: 1;
}
.masthead {
  background: linear-gradient(135deg, #007bff 0%, #00c6ff 100%);
  color: #fff;
  padding: 150px 0 80px;
  text-align: center;
}
.masthead h1 {
  font-size: 3.5rem;
  font-weight: 800;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.masthead .lead {
  font-size: 1.7rem;
  margin-bottom: 2rem;
  color: #f8f9fa;
}
.section-title {
  font-weight: 700;
  margin-bottom: 2rem;
}
.features-section {
  background: #fff;
}
.feature-icon {
  font-size: 2.5rem;
  color: #007bff;
  margin-bottom: 1rem;
}
.pricing-section {
  background: #fff;
  background: #f8f9fa;
}
.pricing-card {
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 40px 30px;
}
.badges-section img {
  max-height: 60px;
  margin: 0 10px;
}
.video-section {
  background: #fff;
}
.testimonial {
  font-style: italic;
  margin-bottom: 2rem;
}
.testimonials-section {
  background: #f1f3f5;
}
.review-rating {
  color: #ffc107;
  font-size: 1.2rem;
}
.faq-section {
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
}
.faq-section .section-title {
  font-size: 2.1rem;
  font-weight: 800;
  margin-bottom: 2.2rem;
  position: relative;
  z-index: 1;
}
.faq-section details {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.07);
  padding: 1.2rem 2rem;
  font-size: 1.15rem;
  color: #007bff;
  margin-bottom: 1.2rem;
  border: 1px solid #e3eaf3;
  transition: box-shadow 0.2s, transform 0.2s;
}
.faq-section details[open] {
  box-shadow: 0 4px 16px rgba(0, 123, 255, 0.1);
  transform: scale(1.02);
}
.faq-section summary {
  font-weight: 700;
  font-size: 1.18rem;
  color: #1b97f3;
  cursor: pointer;
  outline: none;
  margin-bottom: 0.5rem;
}
.faq-section p {
  color: #333;
  margin-top: 0.7rem;
  margin-bottom: 0;
}
.footer {
  background: #04384c;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
.btn-primary {
  background-color: #007bff;
  border: none;
  padding: 12px 32px;
  font-size: 18px;
  border-radius: 30px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-primary:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(0, 123, 255, 0.15);
}
.btn-light {
  border-radius: 30px;
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-light:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(0, 123, 255, 0.15);
}
.about-section {
  background: linear-gradient(135deg, #f8f9fa 60%, #e3f0ff 100%);
  border-radius: 18px;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  padding: 3rem 2rem;
  /* margin-bottom: 2rem; */
  position: relative;
  overflow: hidden;
}
.about-section .section-title {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 2.2rem;
  position: relative;
  z-index: 1;
}
.about-section .section-title::after {
  display: none;
}
.about-section ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
  margin-top: 2rem;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
  justify-items: center;
}
.about-section ul li {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.07);
  padding: 1rem 2rem;
  font-size: 1.18rem;
  font-weight: 500;
  color: #007bff;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  transition: box-shadow 0.2s, transform 0.2s;
  min-height: 72px;
  justify-content: flex-start;
}
.about-section ul li:hover {
  box-shadow: 0 4px 16px rgba(0, 123, 255, 0.1);
  transform: scale(1.04);
}
.about-section ul li::before {
  content: none;
}
.about-section ul li:nth-child(-n + 7)::before {
  content: "\2714";
  color: #00c6ff;
  font-size: 1.3rem;
  font-weight: bold;
  margin-right: 0.5rem;
}
.about-section .mb-3 {
  font-size: 1.15rem;
  color: #333;
  margin-bottom: 1.5rem;
}
.cta-section {
  background: linear-gradient(135deg, #007bff 0%, #00c6ff 100%);
  color: #fff;
  padding: 60px 0;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
  position: relative;
  overflow: hidden;
}
.cta-section h2 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 2rem;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}
.cta-section .btn {
  font-size: 1.15rem;
  padding: 14px 36px;
  border-radius: 30px;
  font-weight: 700;
  box-shadow: 0 2px 12px rgba(0, 123, 255, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}
.cta-section .btn:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(0, 123, 255, 0.15);
}
.masthead .btn-primary {
  background-color: #fff;
  color: #007bff;
  border: none;
  padding: 14px 36px;
  font-size: 1.15rem;
  border-radius: 30px;
  font-weight: 700;
  box-shadow: 0 2px 12px rgba(0, 123, 255, 0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}
.masthead .btn-primary:hover {
  color: #fff;
  background-color: #007bff;
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(0, 123, 255, 0.15);
}
@media (max-width: 768px) {
  .navbar-brand {
    font-size: 1.3rem;
  }
  .navbar-brand img {
    height: 48px;
  }
  .masthead h1 {
    font-size: 2.1rem;
  }
  .masthead .lead {
    font-size: 1.1rem;
  }
  .navbar-nav .nav-link {
    font-size: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .about-section {
    padding: 2rem 0.5rem;
  }
  .about-section ul {
    grid-template-columns: 1fr;
    gap: 0.7rem;
  }
  .about-section .section-title {
    font-size: 1.3rem;
  }
  .faq-section {
    padding: 2rem 0.5rem;
  }
  .faq-section .section-title {
    font-size: 1.3rem;
  }
  .faq-section details {
    padding: 1rem 0.7rem;
    font-size: 1rem;
  }
  .faq-section summary {
    font-size: 1rem;
  }
  .cta-section {
    padding: 2rem 0.5rem;
  }
  .cta-section h2 {
    font-size: 1.3rem;
  }
  .cta-section .btn {
    font-size: 1rem;
    padding: 10px 20px;
  }
}
