:root {
  --primary: #2563eb;
  --primary-light: #e0e7ff;
  --secondary: #10b981;
  --background: #f9fafb;
  --text: #1e293b;
  --accent: #fbbf24;
  --shadow: 0 25.6px 57.6px 0 rgb(0 0 0 / 22%), 0 4.8px 14.4px 0 rgb(0 0 0 / 18%);
}

.interactive_demo {
  width: 100%;
  max-width: 325px;
  height: auto;
  max-height: 600px;
  aspect-ratio: 195/422;
  border-radius: 20px;
  border: none;
  box-shadow: var(--shadow);
  background: var(--background);
}

.feature_and_benefits_content {
  transition: scale .5s;
}

.complimentary_image {
  max-width: 300px;
}

.pricing_range_input::-webkit-slider-thumb {
  background: var(--primary);
}

.pricing_range_input::-moz-range-thumb {
  background: var(--primary);
}

.pricing_range_input::-ms-thumb {
  background: var(--primary);
}

.pricing_range_input::-webkit-slider-runnable-track,
.pricing_range_input::-moz-range-track,
.pricing_range_input::-ms-fill-lower,
.pricing_range_input::-ms-fill-upper {
  background: var(--primary-light);
}

body {
  background: var(--background);
  color: var(--text);
}

body.no-scroll {
  overflow: hidden;
}

.standard_button {
  background: var(--primary);
  color: #fff;
  border-radius: 8px;
  border: none;
  padding: 0.75em 2em;
  font-size: 1rem;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: background 0.2s;
}

.standard_button:hover {
  background: var(--secondary);
}

.main-navbar {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  background: rgba(37, 99, 235, 0.85); /* Blue 600 with transparency */
  box-shadow: 0 4px 24px 0 rgba(37, 99, 235, 0.10), 0 1.5px 6px 0 rgba(16, 185, 129, 0.08);
  padding: 0.75em 0.5em;
  z-index: 9999;
  border-bottom: 1.5px solid var(--primary);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition: background 0.3s, box-shadow 0.3s;
}

.navbar-list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  gap: 2em;
}

.navbar-list li a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 1.08rem;
  padding: 0.5em 1.3em;
  border-radius: 8px;
  letter-spacing: 0.02em;
  background: transparent;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  box-shadow: none;
  position: relative;
}

.navbar-list li a:hover, .navbar-list li a:focus {
  background: #fff2e6;
  color: var(--primary);
  box-shadow: 0 2px 8px 0 rgba(229, 124, 35, 0.10);
  outline: none;
}

.navbar-list li a.active {
  background: #fff2e6;
  color: var(--primary);
  box-shadow: 0 2px 8px 0 rgba(229, 124, 35, 0.10);
}

.navbar-spacer {
  height: 48px;
}

.navbar-login {
  position: absolute;
  right: 3rem;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
}

.login-nav-btn {
  margin-left: 2em;
  font-size: 1.05rem;
  padding: 0.5em 1.5em;
  font-weight: 600;
}

.navbar-login .login-nav-btn {
  background: transparent;
  border: none;
  color: #fff;
  box-shadow: none;
  transition: background 0.18s, color 0.18s, box-shadow 0.18s;
  text-decoration: none;
}

.navbar-login .login-nav-btn:hover, .navbar-login .login-nav-btn:focus {
  background: #fff2e6;
  color: var(--primary);
  box-shadow: 0 2px 8px 0 rgba(229, 124, 35, 0.10);
  outline: none;
}

.animated-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  margin: 0;
  padding: 0;
}

.animated-bg li {
  position: absolute;
  display: block;
  list-style: none;
  border-radius: 50%;
  opacity: 0.15;
  animation: float-bg 28s linear infinite;
  background: var(--primary-light);
}

.animated-bg li:nth-child(1) { width: 120px; height: 120px; left: 10%; top: 60%; background: #E57C23; animation-delay: 0s; animation-duration: 16s;}
.animated-bg li:nth-child(2) { width: 80px; height: 80px; left: 80%; top: 70%; background: #F8F1F1; animation-delay: 5s; animation-duration: 18s;}
.animated-bg li:nth-child(3) { width: 100px; height: 100px; left: 50%; top: 80%; background: #50555C; animation-delay: 2s; animation-duration: 14s;}
.animated-bg li:nth-child(4) { width: 60px; height: 60px; left: 30%; top: 20%; background: #E57C23; animation-delay: 8s; animation-duration: 20s;}
.animated-bg li:nth-child(5) { width: 140px; height: 140px; left: 70%; top: 10%; background: #F8F1F1; animation-delay: 3s; animation-duration: 22s;}
.animated-bg li:nth-child(6) { width: 90px; height: 90px; left: 20%; top: 10%; background: #50555C; animation-delay: 12s; animation-duration: 19s;}
.animated-bg li:nth-child(7) { width: 50px; height: 50px; left: 60%; top: 50%; background: #E57C23; animation-delay: 6s; animation-duration: 15s;}
.animated-bg li:nth-child(8) { width: 110px; height: 110px; left: 40%; top: 40%; background: #F8F1F1; animation-delay: 10s; animation-duration: 17s;}
.animated-bg li:nth-child(9) { width: 70px; height: 70px; left: 15%; top: 30%; background: #E57C23; animation-delay: 4s; animation-duration: 13s;}
.animated-bg li:nth-child(10) { width: 60px; height: 60px; left: 85%; top: 20%; background: #50555C; animation-delay: 7s; animation-duration: 16s;}
.animated-bg li:nth-child(11) { width: 90px; height: 90px; left: 25%; top: 75%; background: #F8F1F1; animation-delay: 1s; animation-duration: 18s;}
.animated-bg li:nth-child(12) { width: 55px; height: 55px; left: 55%; top: 15%; background: #E57C23; animation-delay: 9s; animation-duration: 14s;}
.animated-bg li:nth-child(13) { width: 100px; height: 100px; left: 75%; top: 55%; background: #50555C; animation-delay: 11s; animation-duration: 20s;}
.animated-bg li:nth-child(14) { width: 80px; height: 80px; left: 35%; top: 65%; background: #F8F1F1; animation-delay: 13s; animation-duration: 15s;}

@keyframes float-bg {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.25;
  }
  50% {
    transform: translateY(-60px) scale(1.1);
    opacity: 0.35;
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.25;
  }
}

@font-face {
  font-family: 'Montserrat';
  src: url('../resources/fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../resources/fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

body, button, input, select, textarea {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
  color: #111;
}

/* Add more component styles as needed, using the same variable-based approach */

.testimonials-section {
  max-width: 1100px;
  margin: 3.5em auto 2.5em auto;
  padding: 2em 1em 2.5em 1em;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 rgba(229, 124, 35, 0.08), 0 1.5px 6px 0 rgba(80, 85, 92, 0.06);
  text-align: center;
}

.testimonials-section h2 {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 1.5em;
  font-weight: 700;
}

.testimonials-row {
  display: flex;
  gap: 2em;
  justify-content: center;
  flex-wrap: wrap;
}

.testimonial-card {
  background: var(--primary-light);
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(229, 124, 35, 0.07);
  padding: 2em 1.5em 1.5em 1.5em;
  max-width: 320px;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
}

.testimonial-text {
  font-size: 1.08rem;
  color: var(--text);
  margin-bottom: 1.2em;
  font-style: italic;
  line-height: 1.5;
}

.testimonial-author {
  font-weight: 700;
  color: var(--primary);
  font-size: 1rem;
}

@media (max-width: 900px) {
  .testimonials-row {
    flex-direction: column;
    gap: 1.5em;
    align-items: center;
  }
  .main-navbar {
    flex-direction: column;
    align-items: stretch;
    position: static;
  }
  .navbar-list {
    justify-content: center;
    gap: 1.2em;
    margin: 0;
  }
  .navbar-login {
    position: static;
    right: 0;
    top: auto;
    transform: none;
    margin-left: 0;
    justify-content: center;
    margin-top: 0.5em;
  }
  .login-nav-btn {
    margin-left: 0;
    width: 100%;
  }
}

.how-it-works-section {
  max-width: 1100px;
  margin: 3.5em auto 2.5em auto;
  padding: 2em 1em 2.5em 1em;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 rgba(229, 124, 35, 0.08), 0 1.5px 6px 0 rgba(80, 85, 92, 0.06);
  text-align: center;
}
.how-it-works-section h2 {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 1.5em;
  font-weight: 700;
}
.how-steps-row {
  display: flex;
  gap: 2em;
  justify-content: center;
  flex-wrap: wrap;
}
.how-step {
  background: var(--primary-light);
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(229, 124, 35, 0.07);
  padding: 1.5em 1em 1.2em 1em;
  max-width: 220px;
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
}
.how-step-icon {
  font-size: 2.2rem;
  margin-bottom: 0.7em;
  color: var(--primary);
}
.how-step h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--secondary);
}
.how-step p {
  font-size: 1rem;
  color: var(--text);
}

.benefits-section {
  max-width: 1100px;
  margin: 3.5em auto 2.5em auto;
  padding: 2em 1em 2.5em 1em;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 rgba(229, 124, 35, 0.08), 0 1.5px 6px 0 rgba(80, 85, 92, 0.06);
  text-align: center;
}
.benefits-section h2 {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 1.5em;
  font-weight: 700;
}
.benefits-row {
  display: flex;
  gap: 2em;
  justify-content: center;
  flex-wrap: wrap;
}
.benefit-card {
  background: var(--primary-light);
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(229, 124, 35, 0.07);
  padding: 1.5em 1em 1.2em 1em;
  max-width: 220px;
  flex: 1 1 180px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
}
.benefit-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--secondary);
}
.benefit-card p {
  font-size: 1rem;
  color: var(--text);
}

.integrations-section {
  max-width: 900px;
  margin: 3.5em auto 2.5em auto;
  padding: 2em 1em 2.5em 1em;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 rgba(229, 124, 35, 0.08), 0 1.5px 6px 0 rgba(80, 85, 92, 0.06);
  text-align: center;
}
.integrations-section h2 {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 1.2em;
  font-weight: 700;
}
.integrations-row {
  display: flex;
  gap: 2em;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
  flex-wrap: wrap;
}
.integration-logo {
  font-size: 2.2rem;
  background: var(--primary-light);
  border-radius: 50%;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px 0 rgba(229, 124, 35, 0.07);
}
.integrations-desc {
  color: var(--text);
  font-size: 1.08rem;
}

.cta-section {
  max-width: 700px;
  margin: 3.5em auto 2.5em auto;
  padding: 2.5em 1em 2.5em 1em;
  background: var(--primary);
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 rgba(229, 124, 35, 0.10), 0 1.5px 6px 0 rgba(80, 85, 92, 0.08);
  text-align: center;
}
.cta-section h2 {
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1.5em;
  font-weight: 700;
}
.cta-section .cta-button.large {
  font-size: 1.2rem;
  padding: 1em 2.5em;
  margin-bottom: 1em;
  border-radius: 10px;
  background: #fff;
  color: var(--primary);
  font-weight: 700;
  box-shadow: 0 2px 12px 0 rgba(229, 124, 35, 0.10);
  transition: background 0.2s, color 0.2s;
}
.cta-section .cta-button.large:hover {
  background: var(--secondary);
  color: #fff;
}
.cta-section .cta-subtext {
  color: #fff;
  font-size: 1rem;
  margin-top: 0.5em;
}

.faq-section {
  max-width: 900px;
  margin: 3.5em auto 2.5em auto;
  padding: 2em 1em 2.5em 1em;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 rgba(229, 124, 35, 0.08), 0 1.5px 6px 0 rgba(80, 85, 92, 0.06);
  text-align: center;
}
.faq-section h2 {
  font-size: 2rem;
  color: var(--primary);
  margin-bottom: 1.2em;
  font-weight: 700;
}
.faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
  justify-content: center;
}
.faq-item {
  background: var(--primary-light);
  border-radius: 14px;
  box-shadow: 0 2px 12px 0 rgba(229, 124, 35, 0.07);
  padding: 1.5em 1em 1.2em 1em;
  max-width: 320px;
  flex: 1 1 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
}
.faq-item h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--secondary);
}
.faq-item p {
  font-size: 1rem;
  color: var(--text);
}

.trust-section {
  max-width: 700px;
  margin: 3.5em auto 2.5em auto;
  padding: 2em 1em 2.5em 1em;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 4px 32px 0 rgba(229, 124, 35, 0.08), 0 1.5px 6px 0 rgba(80, 85, 92, 0.06);
  text-align: center;
}
.trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5em;
}
.trust-badge {
  font-size: 2.5rem;
  color: var(--primary);
  background: var(--primary-light);
  border-radius: 50%;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px 0 rgba(229, 124, 35, 0.07);
}
.trust-text h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  color: var(--secondary);
}
.trust-text p {
  font-size: 1rem;
  color: var(--text);
}

@media (max-width: 900px) {
  .how-steps-row, .benefits-row, .faq-list {
    flex-direction: column;
    gap: 1.5em;
    align-items: center;
  }
  .integrations-row, .trust-row {
    flex-direction: column;
    gap: 1.2em;
    align-items: center;
  }
}

.hero-section h1 {
  /* Keep the title color as is or use brand color if set elsewhere */
}

.hero-description,
.testimonial-text,
.benefit-card p,
.how-step p,
.integrations-desc,
.faq-item p,
.trust-text p {
  color: #111 !important;
}

.hero-section h2,
.hero-section p {
  color: #111;
}

.contact-intro,
.contact-form-section h2,
.contact-info-section h2,
.contact-info p,
.navigation a {
  color: #111 !important;
}

.about-container p,
.feature-card p,
.navigation a {
  color: #111 !important;
}

.login-signup-link {
  margin-top: 2.5em;
  text-align: center;
}

.brand-title {
  text-align: center;
  color: var(--primary);
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 2.5em;
  margin-bottom: 0.5em;
  letter-spacing: 0.02em;
}

.login-content-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(-8vh);
}

.signup-content-wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translateY(-8vh);
}

.signup-login-link {
  margin-top: 2.5em;
  text-align: center;
} 