/* Show dropdown menu on hover for nav dropdowns */
@media (min-width: 992px) {
  .dropdown-hover:hover > .dropdown-menu,
  .dropdown-hover:focus-within > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .dropdown-hover > .dropdown-menu {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.18s;
  }
}
.dropdown-mega-header {
  display: block;
  font-size: 13px;
  font-weight: 300;
  color: #d1d2d4;
  margin-bottom: 0.1em;
  letter-spacing: 0.01em;
}
/* Vertical divider for mega dropdown columns */
.dropdown-mega-col-divider {
  border-right: 1px solid #2d2e32;
}
.dropdown-mega-innerbox .col-md-4:last-child {
  border-right: none;
}
/* Inner box for mega dropdown */
.dropdown-mega-innerbox {
  background: #232428;
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.10);
  padding: 2rem 2.5rem;
  margin: 0 auto;
  max-width: 98%;
}

/* Mega dropdown item links */
/* Mega dropdown item links */
.dropdown-mega-link {
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1.0rem;
  padding-left: 0.1rem;
  padding-right: 2.5rem;
  margin-bottom: 0.5rem;
  border-radius: 8px;
  background: transparent;
  color: #fff;
  font-size: 13px; /* Match button font size */
  font-weight: 500;
  text-decoration: none;
  transition: background 0.18s, color 0.18s;
  line-height: 1.2;
  align-items: flex-start;
}

.dropdown-mega-link:hover, .dropdown-mega-link:focus {
  background: #232428;
  color: #3b82f6;
  text-decoration: none;
}
.dropdown-mega-subtitle {
  display: block;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  margin-top: 0.05em;
  line-height: 1.3;
}
/* Modern SaaS-style Product Mega Dropdown */
.product-mega-dropdown {
  background: #18191c;
  border-radius: 12px;
  border: 1px solid #232428;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.25);
  width: auto;
  padding: 0.5rem 0.25rem 2.5rem 0.25rem;
}
.product-mega-dropdown .row {
  margin-left: 0;
  margin-right: 0;
}
.product-mega-dropdown .dropdown-section {
  margin-bottom: 1.5rem;
}
.product-mega-dropdown .dropdown-section-title {
  font-size: 1.08rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.25rem;
}
.product-mega-dropdown .dropdown-section-desc {
  color: #b0b3b8;
  font-size: 0.97rem;
  line-height: 1.4;
}
.product-mega-dropdown .border-end {
  border-right: 1px solid #232428 !important;
}
.product-mega-dropdown .dropdown-footer {
  background: #101113;
  border-radius: 8px;
  font-size: 0.98rem;
  color: #b0b3b8;
  margin-top: 1rem;
}
.product-mega-dropdown .dropdown-footer-link {
  color: #3b82f6 !important;
  text-decoration: none;
  font-weight: 500;
}
.product-mega-dropdown .dropdown-footer-link:hover {
  text-decoration: underline;
}
.product-mega-dropdown .dropdown-footer-new {
  font-weight: 500;
  color: #fff;
}
/* Product dropdown custom styles */
/* Product dropdown custom styles */
.product-dropdown {
  background: #18191c;
  border-radius: 12px;
  border: 1px solid #232428;
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.25);
}
.dropdown-card {
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-dropdown .dropdown-item.card {
  background: #232428;
  border-radius: 10px;
  border: none;
  transition: box-shadow 0.2s, background 0.2s;
  box-shadow: 0 1px 4px 0 rgba(0,0,0,0.12);
  font-size: 1.08rem;
  font-weight: 500;
  color: #fff;
  min-height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
}
.product-dropdown .dropdown-item.card:hover, .product-dropdown .dropdown-item.card:focus {
  background: #232f3e;
  color: #fff;
  box-shadow: 0 4px 16px 0 rgba(59,130,246,0.15);
}
.product-dropdown .row {
  margin-left: 0;
  margin-right: 0;
}
.product-dropdown .dropdown-divider {
  border-top: 1px solid #33353a;
}
.text-muted {
  color: #636467 !important;
}
.navbar-divider {
  display: inline-block;
  width: 1px;
  height: 1.25em;
  background: #444;
  vertical-align: middle;
  margin: 0 8px;
}
.btn {
  border-radius: 4px !important;
}

.hero-image {
  border-radius: 15px;
  border-color: #3d3d3d;
  border-width: 3px;
  border-style: solid;
}

/* Extra strong horizontal padding for hero-section */
.hero-section-extra-padding {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}

@media (min-width: 576px) {
  .hero-section-extra-padding {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
}

@media (min-width: 992px) {
  .hero-section-extra-padding {
    padding-left: 8rem !important;
    padding-right: 8rem !important;
  }
}

@media (min-width: 1400px) {
  .hero-section-extra-padding {
    padding-left: 17rem !important;
    padding-right: 17rem !important;
  }
}
/* ===== GLOBAL CUSTOM PROPERTIES ===== */
:root {
  --bs-border-radius: 4px;
  --primary-color: #cdcdcd; /* Fallback during theme transitions - overridden by themes */
  --font-sans: "Segoe UI", -apple-system, BlinkMacSystemFont, "Roboto", "Helvetica Neue", Arial, sans-serif;
  --font-size: 13px;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family: var(--font-sans) !important;
  height: 100%;
  background-color: #202020;
}

body {
  color: #f9fafc;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.navbar-nav .nav-link {
  color: #f9fafc !important;
  font-size: 15px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1rem 0;
}

h1 {
  font-size: 4rem;
}


main {
  flex: 1;
  display: block;
}

.hero-section {
  display: block;
  padding-top: 8rem;;
}



.hero-section {
  text-align: left;
  /* Padding handled by Bootstrap utility classes in HTML */
}



.hero-section img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 1.5rem;
  flex: auto;
}

.hero-sub-text {
  padding: 1rem;
}

.footer-centered {
  text-align: center; padding: 1rem 0;
}

.btn {
  padding-left:  0.75rem !important;
  padding-right: 0.75rem !important;
}

.btn-primary {
  background-color: var(--primary-color);
  border: none;
  color: #000000;
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #b3b3b3;
}

.btn-secondary {
  background-color: transparent;
  border: none;
  color: var(--primary-color);
  font-size: 13px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}


.btn-tertiary {
  background-color: transparent;
  border: none;
  color: var(--primary-color);
  font-size: 15px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* ===== LANDING PAGE — FEATURE SECTIONS ===== */

.feature-headline {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #f9fafc;
  margin-bottom: 1.25rem;
}

.feature-header-row {
  gap: 2rem;
}

@media (max-width: 767px) {
  .feature-header-row {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
}

.feature-subtext {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}

/* ===== SCREENSHOT PLACEHOLDER ===== */
/* NOT using filter:blur() on the box itself — that bleeds outside border-radius.
   Instead: radial gradient bg + inset vignette ::after + low-opacity label text */

.feature-screenshot-placeholder {
  background-color: #2c2c2c;
  background-image:
    radial-gradient(ellipse at 30% 40%, rgba(255,255,255,0.03) 0%, transparent 60%),
    radial-gradient(ellipse at 70% 60%, rgba(255,255,255,0.02) 0%, transparent 50%);
  border: 1px solid #3a3a3a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.feature-screenshot-placeholder::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 60px rgba(0, 0, 0, 0.45);
  border-radius: inherit;
  pointer-events: none;
}

.feature-screenshot-label {
  font-size: 0.75rem;
  color: #f9fafc;
  opacity: 0.18;
  letter-spacing: 0.04em;
  user-select: none;
  pointer-events: none;
  position: relative;
  z-index: 1;
}

/* ===== SOCIAL PROOF STRIP ===== */

.stat-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.75rem;
  padding: 2rem 1.5rem;
  border-top: 1px solid #2a2a2a;
  border-bottom: 1px solid #2a2a2a;
}

.stat-strip .stat-pill {
  display: inline-block;
  border: 1px solid #3a3a3a;
  border-radius: 999px;
  padding: 0.4rem 1.1rem;
  font-size: 0.8125rem;
  color: #bbb;
  white-space: nowrap;
}

.stat-strip .stat-pill strong {
  color: #f9fafc;
}

/* ===== TESTIMONIAL SECTION ===== */

.testimonial-section {
  padding: 3rem 1.5rem;
  display: flex;
  justify-content: center;
}

@media (min-width: 576px) {
  .testimonial-section {
    padding: 4rem 3rem;
  }
}

@media (min-width: 992px) {
  .testimonial-section {
    padding: 4rem 8rem;
  }
}

@media (min-width: 1400px) {
  .testimonial-section {
    padding: 4rem 17rem;
  }
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 640px;
  text-align: center;
}

.testimonial-logo-placeholder {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #2c2c2c;
  border: 1px solid #3a3a3a;
  color: #999;
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  user-select: none;
}

.testimonial-quote {
  margin: 0;
}

.testimonial-quote blockquote {
  margin: 0 0 1rem;
}

.testimonial-quote blockquote p {
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.55;
  color: #f9fafc;
  margin: 0;
}

.testimonial-quote figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.testimonial-author {
  font-size: 0.875rem;
  color: #f9fafc;
}

.testimonial-role {
  font-size: 0.75rem;
  color: #999;
}

/* ===== NEWSLETTER SECTION ===== */

.newsletter-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 6rem 1.5rem 5rem;
  max-width: 520px;
  margin: 0 auto;
}

.newsletter-heading {
  font-size: 1.75rem;
  font-weight: 700;
  color: #f9fafc;
  margin-bottom: 0.5rem;
}

.newsletter-subtext {
  font-size: 0.875rem;
  color: #999;
  line-height: 1.6;
  margin-bottom: 1.75rem;
}