.white-label-hero {
  padding: 100px 0 60px;
  background: linear-gradient(135deg, #eef4ff, #fff);
}

.white-label-hero__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  align-items: center;
}

.white-label-eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #2c6ca0;
  margin-bottom: 10px;
}

.white-label-lead {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4a5768;
}

.white-label-hero__list {
  margin: 24px 0;
  padding-left: 20px;
  color: #3a4455;
  line-height: 1.7;
}

.white-label-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.white-label-hero__media {
  text-align: center;
}

.white-label-hero__mockup {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.1);
}

.white-label-section {
  padding: 70px 0;
  background: #fff;
}



.white-label-section__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}
.white-label-intro {
  padding: 60px 0;
  background: #fff;
}

.white-label-intro__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
}

.white-label-intro-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #e3eaf6;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.white-label-intro-features {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 16px;
}

.white-label-intro-features div {
  background: #f6f8ff;
  padding: 16px;
  border-radius: 16px;
  text-align: left;
}

.white-label-intro-icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  background: #e8f0ff;
  border-radius: 50%;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.white-label-intro-features strong {
  display: block;
  margin-bottom: 4px;
  color: #1f2d3d;
}

.white-label-intro__stack {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.white-label-feature-card {
  background: #fff;
  border-radius: 24px;
  padding: 32px;
  border: 1px solid #e3eaf6;
  box-shadow: 0 15px 40px rgba(15,23,42,0.07);
}

.white-label-feature-card h3 {
  margin-top: 0;
}

.white-label-timeline {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.white-label-timeline__card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #e3eaf6;
  box-shadow: 0 12px 30px rgba(15,23,42,0.07);
  display: flex;
  align-items: center;
  gap: 20px;
}

.white-label-timeline__badge {
  min-width: 110px;
  padding: 10px 18px;
  border-radius: 999px;
  background: #1f4c78;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.white-label-timeline__badge.badge-green {
  background: #2f9b4f;
}

.white-label-results__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}

.white-label-results__card {
  background: #fff;
  border-radius: 18px;
  padding: 24px;
  border: 1px solid #e3eaf6;
  box-shadow: 0 12px 30px rgba(15,23,42,0.07);
  text-align: center;
}

.white-label-results__card .checkmark, .white-label-results__card strong {
  display: block;
  font-size: 2rem;
  color: #1f4c78;
  margin-bottom: 4px;
}
.white-label-trusted .white-label-results__card strong{
  display: block;
  font-size: 18px;
  color: #1f4c78;
  margin-bottom: 4px;
}
.white-label-hero__list{
  list-style: none;
  padding-left: 0;
}
.white-label-results__card--wide {
  grid-column: 1 / -1;
  text-align: left;
}

.white-label-trusted__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.white-label-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 20px;
}

.white-label-grid--three {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.white-label-card {
  background: #fff;
  border: 1px solid #e3eaf6;
  border-radius: 24px;
  padding: 24px;
  min-height: 220px;
  box-shadow: 0 15px 40px rgba(15,23,42,0.06);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.white-label-card ul {
  padding-left: 18px;
  margin: 0;
  line-height: 1.6;
}

.white-label-two-column {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  align-items: center;
}

.white-label-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.white-label-list li::before {
  content: "•";
  color: #2c6ca0;
  margin-right: 8px;
}

.white-label-highlight {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px rgba(15,23,42,0.05);
}

.white-label-checklist {
  list-style: decimal;
  padding-left: 20px;
  line-height: 1.8;
}

.white-label-section--cta {
  background: linear-gradient(135deg, #1f3b6d, #0f284a);
  color: #fff;
}

.white-label-section--cta h2 {
  color: #fff;
}

.white-label-cta {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.white-label-cta-stack {
  text-align: center;
  max-width: 720px;
  margin: 0 auto;
}

.white-label-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-top: 24px;
}

.white-label-cta-buttons .btn-link {
  text-decoration: underline;
  font-weight: 600;
}
/* ==========================
   CSS Variables
   ========================== */
:root {
  --primary-blue: #2c6ca0;
  --primary-blue-light: #2c6ca0cc;
  --text-primary: #222b45;
  --text-secondary: rgba(34, 43, 69, 0.75);
  --text-tertiary: rgba(34, 43, 69, 0.4);
  --background-primary: #fbfafe;
  --background-secondary: #fff;
  --background-tertiary: #eee8ff;
  --border-light: #E0E0E0;
  --border-light-blue: rgba(163, 174, 208, 0.36);
  --success-green: #05be43;
  --shadow-light: rgba(44, 108, 160, 0.06);
  --shadow-dark: rgba(34, 43, 69, 0.05);
}

/* ==========================
   Reset & Base Styles
   ========================== */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--text-primary);
  background-color: var(--background-primary);
  line-height: 1.6;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--primary-blue);
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: var(--primary-blue-light);
}

/* ==========================
   Container
   ========================== */
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  width: 100%;
}

.custom-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 32px;
  gap: 32px;
  width: 100%;
}

@media (max-width: 768px) {
  .container,
  .custom-container {
    padding: 0 16px;
  }
}

/* ==========================
   Utility Classes
   ========================== */
.d-flex { display: flex !important; }
.d-grid { display: grid !important; }
.d-block { display: block !important; }
.d-none { display: none !important; }
.flex-column { flex-direction: column !important; }
.flex-row { flex-direction: row !important; }
.flex-wrap { flex-wrap: wrap !important; }
.justify-center { justify-content: center !important; }
.justify-between { justify-content: space-between !important; }
.items-center { align-items: center !important; }
.items-start { align-items: flex-start !important; }
.gap-16 { gap: 16px !important; }
.gap-24 { gap: 24px !important; }
.gap-32 { gap: 32px !important; }
.text-center { text-align: center !important; }
.text-left { text-align: left !important; }
.width-100 { width: 100% !important; }

/* ==========================
   Buttons
   ========================== */
.btn,
button.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  text-decoration: none;
  font-family: inherit;
  line-height: 1.5;
}

.btn-primary {
  background-color: var(--primary-blue);
  color: white;
  border: 2px solid var(--primary-blue);
}

.btn-primary:hover {
  background-color: #244e7a;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(44, 108, 160, 0.3);
}

.btn-secondary {
  background-color: transparent;
  color: var(--primary-blue);
  border: 2px solid var(--primary-blue);
}

.btn-secondary:hover {
  background-color: var(--primary-blue);
  color: white;
}

/* Hero section button variants */
.btn-secondary-outline {
  background-color: transparent;
  border: 2px solid #2c6ca0;
  color: #2c6ca0;
  margin-top: 12px;
}

.btn-secondary-outline:hover {
  background-color: #2c6ca0;
  color: white;
}

.btn-secondary-green {
  background-color: transparent;
  border: 2px solid #28a745;
  color: #28a745;
  margin-top: 12px;
  font-weight: 500;
}

.btn-secondary-green:hover {
  background-color: #28a745;
  color: white;
}

/* Video play button section */
.video-play-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  position: relative;
}

.video-play-button-content {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(70px);
}

.video-play-button-text {
  color: white;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
  padding: 8px 16px;
  border-radius: 20px;
  backdrop-filter: blur(10px);
}

.btn-large {
  padding: 16px 32px;
  font-size: 18px;
}

.btn-small {
  padding: 8px 16px;
  font-size: 14px;
}

/* ==========================
   Header
   ========================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1100;
  padding: 0;
  background: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease, backdrop-filter 0.3s ease;
}

.site-header.is-sticky {
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 10px 30px rgba(12, 44, 78, 0.12);
  padding: 0;
  backdrop-filter: blur(10px);
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}

.logo-img {
  height: 52px;
  width: auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 32px;
}

.nav-buttons {
  display: flex;
  gap: 8px;
  align-items: center;
}

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 9999;
  position: relative;
}

.nav-toggle span {
  width: 24px;
  height: 3px;
  background-color: var(--text-primary);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

@media (max-width: 1024px) {
  .nav-toggle {
    display: flex;
  }
  
  .nav-buttons {
    display: none;
  }
}

/* ==========================
   Navigation
   ========================== */
.main-nav {
  display: flex;
  align-items: center;
}

.nav-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 32px;
  align-items: center;
}

.nav-item {
  position: relative;
}

.nav-link {
  color: var(--text-primary);
  font-weight: 500;
  font-size: 16px;
  padding: 8px 0;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: var(--primary-blue);
}

.nav-link-wrapper {
  display: flex;
  align-items: center;
  gap: 0;
}

.nav-dropdown-toggle {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex; /* Show on both desktop and mobile */
  align-items: center;
  justify-content: center;
  color: var(--text-primary);
  transition: transform 0.2s ease, color 0.2s ease;
  margin-left: 4px;
}

.nav-dropdown-toggle:hover {
  color: var(--primary-blue);
}

.nav-item.has-dropdown.active .nav-dropdown-toggle {
  transform: rotate(180deg);
}

.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 250px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 8px 0;
  margin-top: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  list-style: none;
  z-index: 1000;
}

.nav-item:hover .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-dropdown li {
  padding: 0;
}

.nav-dropdown a {
  display: block;
  padding: 12px 20px;
  color: var(--text-primary);
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.nav-dropdown a:hover {
  background-color: var(--background-primary);
  color: var(--primary-blue);
}

@media (max-width: 1024px) {
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    height: 100vh;
    overflow: hidden;
  }

  .main-nav.active {
    opacity: 1;
    visibility: visible;
  }

  .nav-menu {
    flex-direction: column;
    gap: 0;
    background: white;
    width: 100%;
    max-width: 400px;
    padding: 24px 0;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    max-height: 100vh;
    overflow-y: auto;
    align-items: stretch;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  
  .main-nav.active .nav-menu {
    transform: translateX(0);
  }

  .nav-item {
    border-bottom: 1px solid #e5e7eb;
  }

  .nav-item:last-child {
    border-bottom: none;
  }

  .nav-link {
    display: block;
    padding: 16px 24px;
    font-size: 16px;
    color: var(--text-primary);
  }

  .nav-link-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }

  .nav-dropdown-toggle {
    display: flex; /* Show on mobile */
    margin-left: auto;
    padding: 8px;
    flex-shrink: 0;
  }

  .nav-item.has-dropdown.active .nav-dropdown-toggle {
    transform: rotate(180deg);
  }

  .nav-dropdown {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    background: #f9fafb;
    margin-top: 0;
    padding: 0;
    display: none;
  }

  .nav-item.has-dropdown.active .nav-dropdown {
    display: block;
  }

  .nav-dropdown a {
    padding: 12px 24px 12px 40px;
    font-size: 14px;
  }
}

@media (min-width: 1025px) {
  .main-nav {
    position: static;
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent;
    align-items: center;
    justify-content: flex-start;
  }

  .nav-menu {
    display: flex !important;
    transform: none !important;
    position: static;
    background: transparent;
    box-shadow: none;
    max-width: none;
    width: auto;
    padding: 0;
    max-height: none;
    overflow: visible;
  }
}

/* ==========================
   Hero Section
   ========================== */
.hero {
  background-color: var(--background-primary);
  padding: 120px 0 48px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-content {
  display: flex;
  gap: 48px;
  align-items: center;
}

.hero-left {
  flex: 1;
  max-width: 600px;
}

.hero-title {
  font-size: 48px;
  font-weight: 700;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 24px;
}

.hero-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: #047857;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

.hero-description {
  font-size: 18px;
  line-height: 28px;
  color: var(--text-primary);
  margin: 16px 0 28px 0;
}

.hero-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-right {
  flex: 1;
  max-width: 600px;
}

.video-placeholder {
  position: relative;
  width: 100%;
  aspect-ratio: 5/3;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.video-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-play-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.video-placeholder:hover .video-play-overlay {
  opacity: 1;
}

.video-play-button {
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* Make the entire video section clickable */
.main-right-sub-content:has(.video-play-button) {
  cursor: pointer;
}

@media (max-width: 900px) {
  .hero {
    padding: 80px 0 0;
  }
  
  .hero-content {
    flex-direction: column;
  }
  
  .hero-left,
  .hero-right {
    width: 100%;
    max-width: 100%;
  }
  
  .hero-title {
    font-size: 36px;
  }
}

/* ==========================
   Features Section
   ========================== */
.features-section {
  padding: 60px 0;
  text-align: center;
  background: var(--background-secondary);
} 
.section-header {
  margin-bottom: 40px;
}
#solutions .section-header p.lead-text{
  max-width: 600px;
}
.section-header p.lead-text {
  color: rgb(102, 102, 102);
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
  max-width: 740px;
  margin: 12px auto 0;
}
.features-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  /* margin-top: 32px; */
  /* max-width: 1200px; */
  margin-left: auto;
  margin-right: auto;
  /* padding: 0 20px; */
}

.feature-card {
  background: var(--background-secondary);
  border-radius: 16px;
  box-shadow: 0 3px 10px var(--shadow-light);
  padding: 24px 20px;
  display: flex;
  gap: 20px;
  text-align: left;
  border: 1px solid var(--border-light-blue);
  transition: all 0.2s ease;
  min-height: 180px;
}

.feature-card:hover {
  background: #F8F6FF;
  border-color: rgba(44, 108, 160, 0.4);
  transform: scale(1.02);
}

.feature-card img {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  object-fit: contain;
}

.feature-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.feature-card p {
  font-size: 16px;
  color: var(--text-secondary);
  margin: 0;
  line-height: 1.5;
}

@media (max-width: 900px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}

@media (max-width: 768px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .feature-card {
    padding: 20px 16px;
  }
}

/* ==========================
   Solutions Section
   ========================== */
.solutions-section {
  padding: 60px 0;
  background: var(--background-primary);
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 16px;
}

.solution-card {
  height: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  background: white;
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 30px;
  text-align: center;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.solution-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  text-decoration: none;
  color: inherit;
}

.solution-icon {
  font-size: 3rem;
  margin-bottom: 20px;
  display: block;
}

.solution-card h3 {
  font-weight: bold;
  color: #2c6ca0;
  margin-bottom: 12px;
  font-size: 1.3rem;
}

.solution-card p {
  color: #666;
  line-height: 1.6;
  font-size: 1rem;
  margin-bottom: 0;
}

.solution-link {
  margin-top: 20px;
  color: #2c6ca0;
  font-weight: bold;
  font-size: 0.9rem;
  display: block;
}

@media (max-width: 900px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .solutions-section {
    padding: 48px 0;
  }
  
  .solutions-section h2 {
    font-size: 2rem;
  }
  
  .solutions-section p {
    font-size: 1rem;
  }
  
  .solutions-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .solution-card {
    padding: 24px 20px;
  }
}

/* ==========================
   Workflow Section
   ========================== */
.workflow-section {
  background: rgba(249, 248, 255, 0.8);
  padding: 60px 0;
} 

.workflow-section {
  background: rgba(249, 248, 255, 0.8);
  padding: 60px 0;
  position: relative;
}

.workflow-steps {
  gap: 0;
  min-width: 1px;
  width: 50%;
  padding-left: 30px;
}

.workflow-step {
  gap: 42px;
  position: relative;
  padding: 12px 0;
}

.workflow-step::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  background: rgba(163, 174, 208, 0.36);
  left: 30px;
  top: 24px;
}

.workflow-steps .workflow-step:last-child::before {
  content: none;
}

.workflow-step.disabled-before::before {
  display: none;
}

.workflow-step-content {
  max-width: 480px;
}

.workflow-step-number {
  min-width: 64px;
  height: 64px;
  background:#2c6ca0;
  color: var(--background-secondary);
  border-radius: 52%;
  font-size: 30px;
  font-weight: 500;
  margin-top: 2px;
  box-shadow: 0 3px 10px rgba(44, 108, 160, 0.06);
  border: 5px solid var(--background-secondary);
  position: relative;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.workflow-step-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.2;
}

.workflow-step-desc {
  font-size: 18px;
  color: var(--text-secondary);
  line-height: 22px;
}

.workflow-image-placeholder,
.integration-image-placeholder {
  width: 50%;
  height: auto;
}

.workflow-image-placeholder img {
  width: 100%;
  max-width: 100%;
  border: 5px solid var(--background-secondary);
  border-radius: 16px;
  box-shadow: 0px 3px 10px rgba(34, 43, 69, 0.05);
}

@media (max-width: 768px) {
  .workflow-steps {
    padding-left: 0;
        width: 100%;
  }
  .workflow-step {
    gap: 20px; 
}
  .workflow-step::before {
    left: 20px;
  }
  .features-grid.testimonials-grid {
    flex-wrap: wrap;
}
.pricing-tiers-container {
  flex-wrap: wrap;
  padding: 0px 15px;
}
.faq-section .custom-container {
  flex-wrap: wrap;
}
.pricing-tier{
  width: 100% !important;
}
  .workflow-step-number {
    min-width: 48px;
    height: 48px;
    font-size: 24px;
  }
  
  .workflow-step-title {
    font-size: 18px;
  }
  
  .workflow-step-desc {
    font-size: 15px;
  }
  
  .workflow-image-placeholder,
  .integration-image-placeholder {
    width: 100%;
    margin-top: 32px;
  }
}

/* ==========================
   Why Choose Section
   ========================== */
.why-choose-section {
  padding: 60px 0;
  background: var(--background-secondary);
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 32px;
}

.reason-card {
  background: var(--background-secondary);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid var(--border-light-blue);
  transition: transform 0.3s ease;
}

.reason-card:hover {
  transform: translateY(-4px);
}

.reason-card img {
  width: 64px;
  height: 64px;
  margin: 0 auto 16px;
}

.reason-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.reason-card p {
  color: var(--text-secondary);
  line-height: 1.6;
}

/* ==========================
   Pricing Section
   ========================== */
.pricing-section {
  padding: 60px 0;
  background: var(--background-primary);
  text-align: center;
}

.pricing-intro {
  font-size: 18px;
  color: var(--text-secondary);
  margin-bottom: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 48px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.plan-card {
  background: var(--background-secondary);
  border-radius: 16px;
  padding: 40px 30px;
  border: 2px solid var(--border-light-blue);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.plan-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.plan-price {
  font-size: 48px;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 24px;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px 0;
  text-align: left;
}

.plan-features li {
  padding: 12px 0;
  color: var(--text-secondary);
  border-bottom: 1px solid var(--border-light);
}

.plan-features li:last-child {
  border-bottom: none;
}

/* ==========================
   CTA Section
   ========================== */
.cta-section {
  padding: 60px 0;
  background: var(--background-secondary);
  text-align: center;
}

.cta-section h2 {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.cta-section p {
  font-size: 18px;
  color: var(--text-secondary);
  margin-bottom: 32px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================
   FAQ Section
   ========================== */
.faq-section {
  padding: 60px 0;
  background: var(--background-primary);
} 

/* .faq-list {
  max-width: 800px;
  margin: 0 auto;
} */

.faq-item {
  background: var(--background-secondary);
  border-radius: 8px;
  margin-bottom: 0;
  border: 1px solid var(--border-light-blue);
  overflow: hidden;
}

.faq-item summary {
  padding: 20px 24px;
  font-size: 18px;
  font-weight: 600;
  color: var(--text-primary);
  cursor: pointer;
  list-style: none;
  transition: background-color 0.2s ease;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  float: right;
  font-size: 24px;
  font-weight: 300;
  color: var(--primary-blue);
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item summary:hover {
  background-color: var(--background-primary);
}

.faq-item p {
  padding: 0 0px 16px;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}

/* ==========================
   Footer
   ========================== */
.site-footer {
  background: url(/assets/images/footer-bg.jpg) no-repeat center bottom #0058A2; 
  background-size: cover;
  color: white;
  padding: 48px 0 24px;
  margin-top: 0;
}

.footer-content {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr 1.2fr;
  gap: 32px;
  margin-bottom: 32px;
}

.footer-section h3,
.footer-section h4 {
  color: white;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.footer-section p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
  margin-bottom: 24px;
  margin-top: 16px;
  max-width: 326px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 12px;
}

.footer-section ul a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
  font-size: 14px;
}

.footer-section ul a:hover {
  color: white;
  text-decoration: underline;
}

.footer-brand .footer-social {
  margin-top: 24px;
}

.footer-contact-list {
  margin-top: 8px;
}

.footer-contact-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.contact-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
  opacity: 0.9;
  transition: opacity 0.2s ease;
}

.footer-contact-list li:hover .contact-icon {
  opacity: 1;
}

.footer-legal {
  margin-top: 16px;
}

.footer-legal li {
  margin-bottom: 8px;
}

.footer-social h4 {
  margin-top: 24px;
  margin-bottom: 16px;
}

.social-icons {
  display: flex;
  gap: 16px;
}

.social-icons a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s ease;
}

.social-icons a:hover {
  color: white;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.footer-copy {
  margin: 0;
}

.footer-legal {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
}

.footer-legal a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-legal a:hover {
  color: white;
}

/* ==========================
   Chat Support Widget
   ========================== */
.chat-support {
  position: fixed;
  right: 16px;
  bottom: 40px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}

.chat-support__toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, #2c6ca0, #0f3c64);
  color: #fff;
  /* padding: 12px 20px; */
  cursor: pointer;
  box-shadow: 0 15px 35px rgba(15, 60, 100, 0.35);
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
}

.chat-support__toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(15, 60, 100, 0.4);
}

.chat-support__toggle[hidden] {
  display: none !important;
}

.chat-support__toggle-label {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  text-align: left;
  gap: 2px;
}

.chat-support__toggle-label strong {
  font-size: 15px;
}

.chat-support__toggle-label span {
  font-size: 12px;
  opacity: 0.8;
  font-weight: 500;
}

.chat-support__toggle-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}

.chat-support__toggle-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.chat-support__badge {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ff5c5c;
  color: #fff;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  padding: 2px 6px;
  min-width: 22px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(255, 92, 92, 0.4);
}

.chat-support__window {
  width: 360px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 35px 55px rgba(7, 25, 44, 0.25);
  overflow: hidden;
  border: 1px solid rgba(44, 108, 160, 0.1);
  display: flex;
  flex-direction: column;
  z-index: 9;
}

.chat-support__header {
  background: linear-gradient(135deg, #123861, #1d5c95);
  color: #fff;
  padding: 20px 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.chat-support__brand {
  display: flex;
  gap: 16px;
  align-items: center;
}

.chat-support__avatar {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #fff;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.chat-support__avatar img {
  width: 42px;
  height: auto;
}

.chat-support__subtitle {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.chat-support__title {
  font-size: 20px;
  margin: 2px 0;
}

.chat-support__status {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.chat-support__status-indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.15);
}

.chat-support__status-indicator--online {
  background: #6fff9f;
  border-color: rgba(111, 255, 159, 0.8);
  box-shadow: 0 0 0 4px rgba(111, 255, 159, 0.2);
}

.chat-support__status-indicator--connecting {
  background: #ffcf5c;
  border-color: rgba(255, 207, 92, 0.8);
  box-shadow: 0 0 0 4px rgba(255, 207, 92, 0.2);
}

.chat-support__status-indicator--offline {
  background: #d1d4db;
}

.chat-support__status-indicator--error {
  background: #ff6f6f;
  border-color: rgba(255, 111, 111, 0.8);
  box-shadow: 0 0 0 4px rgba(255, 111, 111, 0.2);
}

.chat-support__header-actions {
  display: flex;
  gap: 8px;
}

.chat-support__icon-button {
  border: none;
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  padding: 4px;
  transition: color 0.2s ease;
}

.chat-support__icon-button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.chat-support__body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.chat-support__loading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #2c6ca0;
}

.chat-support__loading-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2c6ca0;
  animation: chat-support-pulse 1.2s infinite ease-in-out;
}

.chat-support__intro {
  text-align: left;
}

.chat-support__eyebrow {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.08em;
  color: var(--accent-blue);
  margin-bottom: 4px;
}

.chat-support__intro h4 {
  margin: 0 0 8px;
  font-size: 20px;
  color: var(--text-primary);
}

.chat-support__intro p {
  margin: 0;
  color: var(--text-secondary);
  font-size: 14px;
}

.chat-support__user-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.chat-support__user-form[hidden],
.chat-support__intro[hidden] {
  display: none !important;
}

.chat-support__field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.chat-support__field label {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-primary);
}

.chat-support__field input,
.chat-support__message-form textarea {
  border: 1px solid #e1e6ec;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  font-family: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.chat-support__field input:focus,
.chat-support__message-form textarea:focus {
  border-color: #2c6ca0;
  box-shadow: 0 0 0 3px rgba(44, 108, 160, 0.15);
  outline: none;
}

.chat-support__primary-btn {
  border: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(135deg, #ffb347, #ff7e1f);
  color: #0f2238;
  box-shadow: 0 12px 28px rgba(255, 126, 31, 0.35);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.chat-support__primary-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 32px rgba(255, 126, 31, 0.45);
}

.chat-support__privacy-note {
  font-size: 12px;
  color: var(--text-secondary);
  margin: -8px 0 0;
}

.chat-support__privacy-note a {
  color: #2c6ca0;
  text-decoration: none;
}

.chat-support__conversation {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chat-support__messages {
  max-height: 280px;
  overflow-y: auto;
  padding: 12px;
  border-radius: 16px;
  background: #f9fbff;
  border: 1px solid rgba(15, 60, 100, 0.05);
}

.chat-support__typing {
  font-size: 12px;
  color: var(--text-secondary);
  display: flex;
  align-items: center;
  gap: 6px;
}

.chat-support__message {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}

.chat-support__message-bubble {
  padding: 10px 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(15, 60, 100, 0.08);
  font-size: 14px;
  color: var(--text-primary);
  max-width: 85%;
  word-wrap: break-word;
}

/* User messages (outgoing) - Right aligned, blue background */
.chat-support__message--outgoing {
  align-items: flex-end;
}

.chat-support__message--outgoing .chat-support__message-bubble {
  background: linear-gradient(135deg, #2c6ca0, #1d5c95);
  color: #fff;
  border: none;
  border-radius: 14px 14px 4px 14px;
  box-shadow: 0 2px 8px rgba(44, 108, 160, 0.2);
}

.chat-support__message--outgoing .chat-support__timestamp {
  text-align: right;
  color: var(--text-secondary);
  padding-right: 4px;
}

/* Support/System messages (incoming) - Left aligned, light background */
.chat-support__message--incoming {
  align-items: flex-start;
}

.chat-support__message--incoming .chat-support__message-bubble {
  background: #f0f4f8;
  color: var(--text-primary);
  border: 1px solid rgba(15, 60, 100, 0.12);
  border-radius: 14px 14px 14px 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.chat-support__message--incoming .chat-support__timestamp {
  text-align: left;
  color: var(--text-secondary);
  padding-left: 4px;
}

/* System messages - Centered, subtle background */
.chat-support__message--system {
  align-items: center;
}

.chat-support__message--system .chat-support__message-bubble {
  background: rgba(44, 108, 160, 0.08);
  color: #123861;
  border: 1px solid rgba(44, 108, 160, 0.15);
  border-radius: 12px;
  max-width: 90%;
  text-align: center;
  font-style: italic;
}

.chat-support__timestamp {
  font-size: 11px;
  color: var(--text-secondary);
}

.chat-support__scroll-button {
  border: none;
  background: rgba(44, 108, 160, 0.1);
  color: #2c6ca0;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
}

.chat-support__footer {
  padding: 16px 24px 24px;
  border-top: 1px solid rgba(15, 60, 100, 0.08);
}

.chat-support__message-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.chat-support__message-input-wrapper {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.chat-support__message-form textarea {
  resize: none;
  flex: 1;
  min-height: 42px;
}

.chat-support__send-button {
  border-radius: 12px;
  background: #2c6ca0;
  padding: 10px;
  color: #fff;
  transition: opacity 0.2s ease;
}

.chat-support__send-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.chat-support__error {
  color: #d64545;
  font-size: 12px;
  min-height: 16px;
}

.chat-support__window--minimized {
  max-height: 72px;
  overflow: hidden;
}

.chat-support__window--minimized .chat-support__body,
.chat-support__window--minimized .chat-support__footer {
  display: none;
}

.chat-support__noscript {
  margin-top: 12px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px 14px;
  border-radius: 12px;
}

.chat-support__noscript a {
  color: #fff;
  text-decoration: underline;
}

.chat-support__window[hidden] {
  display: none;
}

.chat-support[data-chat-support] .chat-support__conversation[hidden],
.chat-support[data-chat-support] .chat-support__message-form[hidden] {
  display: none !important;
}

@media (max-width: 600px) {
  .chat-support {
    right: 16px;
    bottom: 16px;
  }

  .chat-support__window {
    width: calc(100vw - 32px);
    max-height: calc(100vh - 120px);
  }
 
  .chat-support__body {
    padding: 20px;
  }
}

@keyframes chat-support-pulse {
  0% {
    transform: scale(0.9);
    opacity: 0.5;
  }
  50% {
    transform: scale(1.1);
    opacity: 1;
  }
  100% {
    transform: scale(0.9);
    opacity: 0.5;
  }
}

@media (max-width: 1100px) {
  .footer-content {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 600px) {
  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .footer-legal {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

/* ==========================
   Section Titles
   ========================== */
.section-title {
  font-size: 36px;
  font-weight: 700;
  color: var(--text-primary); 
  text-align: center;
  line-height: 1.3;
}

.section-intro {
  font-size: 18px;
  color: var(--text-secondary);
  text-align: center;
  margin-bottom: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* ==========================
   Main Content
   ========================== */
main {
  min-height: calc(100vh - 200px);
}

/* ==========================
   Responsive Utilities
   ========================== */
@media (max-width: 768px) {
  .d-mobile-none { display: none !important; }
  .d-mobile-block { display: block !important; }
  .d-mobile-flex { display: flex !important; }
}

/* ==========================
   Scroll Element (for anchor links)
   ========================== */
.features-scroll-element,
.workflow-scroll-element,
.whyChoose-scroll-element,
.pricing-scroll-element,
.faq-section__scroll-element, 
.solutions-scroll-element {
  scroll-margin-top: 130px;
}

/* ==========================
   Blog Post Styles
   ========================== */
.blog-post {
  background: #f8fafc;
  min-height: 100vh;
  margin-top: 0;
  padding-top: 100px;
}
aside.blog-sidebar .internal-links {
  display: none;
}
.blog-post .post-hero {
  background: #f8fafc;
  color: #1a1a1a;
  padding: 30px 0 20px 0;
  border-bottom: 1px solid #e2e8f0;
  margin-top: 0;
}

.blog-post .post-hero h1 {
  text-align: left;
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #0f172a;
}

.blog-post .post-hero__meta {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 24px;
  margin-bottom: 0;
  flex-wrap: wrap;
  padding-bottom: 5px;
}

.blog-post .post-hero__meta span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.9rem;
  color: #64748b;
  font-weight: 500;
}

.blog-post .post-hero__category {
  background: #f1f5f9;
  color: #2c6ca0;
  padding: 4px 12px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.blog-main-content {
  display: flex;
  gap: 40px;
  padding: 40px 0;
}

.blog-sidebar {
  width: 300px;
  flex-shrink: 0;
}

.blog-main {
  flex: 1;
}

.post-content {
  max-width: 100%;
  padding: 40px 20px 60px 20px;
}

.post-content h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f172a;
  margin: 40px 0 20px 0;
  line-height: 1.3;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 8px;
}

.post-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e293b;
  margin: 32px 0 16px 0;
}

.post-content h4 {
  font-size: 1.25rem;
  font-weight: 600;
  color: #334155;
  margin: 24px 0 12px 0;
}

.post-content p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 28px;
  text-align: justify;
}

.post-content ul,
.post-content ol {
  margin: 28px 0;
  padding-left: 28px;
}

.post-content li {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #475569;
  margin-bottom: 16px;
  position: relative;
}

.post-content li::marker {
  color: #2c6ca0;
  font-weight: 600;
}

.post-content blockquote {
  border-left: 4px solid #2c6ca0;
  padding: 28px 36px;
  margin: 36px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
  font-style: italic;
  font-size: 1.125rem;
  color: #475569;
  border-radius: 0 12px 12px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
}

.post-content blockquote::before {
  content: '"';
  position: absolute;
  top: -8px;
  left: 20px;
  font-size: 4rem;
  color: #2c6ca0;
  opacity: 0.3;
  font-family: serif;
}

.post-content .example-box,
.post-content .tip-box {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 1px solid #bae6fd;
  border-radius: 12px;
  padding: 24px 28px;
  margin: 32px 0;
  box-shadow: 0 2px 8px rgba(59, 130, 246, 0.1);
}

.post-content .example-box h4,
.post-content .tip-box h4 {
  color: #0369a1;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.post-content .example-box h4::before,
.post-content .tip-box h4::before {
  content: '💡';
  font-size: 1.25rem;
}

.post-content .example-box p,
.post-content .tip-box p {
  color: #0c4a6e;
  margin-bottom: 12px;
  font-size: 1rem;
  line-height: 1.6;
}

.post-content code {
  background: #f0f0f0;
  padding: 2px 6px;
  border-radius: 4px;
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
  color: #d63384;
}

.post-content pre {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  overflow-x: auto;
  margin: 20px 0;
}

.post-content pre code {
  background: none;
  padding: 0;
  color: #333;
}

.post-content img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.post-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.post-content table th,
.post-content table td {
  padding: 15px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.post-content table th {
  background: #f8f9fa;
  font-weight: 600;
  color: #222B45;
}

.post-content table tr:hover {
  background: #f8f9fa;
}

.post-content .tip-box,
.post-content .warning-box,
.post-content .example-box {
  padding: 20px;
  border-radius: 8px;
  margin: 30px 0;
  border-left: 4px solid;
}

.post-content .tip-box {
  background: #e8f5e8;
  border-left-color: #28a745;
}

.post-content .tip-box h4 {
  color: #28a745;
  margin-top: 0;
}

.post-content .warning-box {
  background: #fff3cd;
  border-left-color: #ffc107;
}

.post-content .warning-box h4 {
  color: #856404;
  margin-top: 0;
}

.post-content .example-box {
  background: #e3f2fd;
  border-left-color: #2196f3;
}

.post-content .example-box h4 {
  color: #1976d2;
  margin-top: 0;
}

.post-cta {
  padding: 0;
    margin: 0;
    text-align: center;
}

.blog-cta {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
}

.blog-cta--demo {
  border-left: 4px solid #28a745;
}

.blog-cta--trial {
  border-left: 4px solid #007bff;
}

.blog-cta--download {
  border-left: 4px solid #6f42c1;
}

.blog-cta--contact {
  border-left: 4px solid #fd7e14;
}

.blog-cta__icon {
  font-size: 2rem;
}

.blog-cta__content {
  flex: 1;
  text-align: left;
}

.blog-cta__title {
  font-size: 1.3rem;
  font-weight: 700;
  color: #222B45;
  margin-bottom: 10px;
}

.blog-cta__description {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.5;
}

.blog-cta__button {
  background: #2c6ca0;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.blog-cta__button:hover {
  background: #1e4a6b;
}

.author-bio {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 12px;
  margin: 40px 0;
}

.blog-author-bio {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.blog-author-bio__avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #ddd;
}

.blog-author-bio__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-author-bio__name {
  font-size: 1.3rem;
  font-weight: 700;
  color: #222B45;
  margin-bottom: 10px;
}

.blog-author-bio__bio {
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
}

.blog-author-bio__social {
  display: flex;
  gap: 15px;
}

.blog-author-bio__social-link {
  display: inline-block;
  font-size: 1.5rem;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.blog-author-bio__social-link:hover {
  transform: scale(1.2);
}

.share-buttons {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  margin: 40px 0;
  text-align: center;
}

.blog-share__title {
  font-size: 1.2rem;
  font-weight: 600;
  color: #222B45;
  margin-bottom: 20px;
}

.blog-share__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.blog-share__button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 2px solid #e0e0e0;
  background: white;
  border-radius: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
}

.blog-share__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.blog-share__button--twitter:hover {
  border-color: #1da1f2;
  color: #1da1f2;
}

.blog-share__button--linkedin:hover {
  border-color: #0077b5;
  color: #0077b5;
}

.blog-share__button--facebook:hover {
  border-color: #4267b2;
  color: #4267b2;
}

.blog-share__button--email:hover {
  border-color: #ea4335;
  color: #ea4335;
}

.blog-share__button--copy:hover {
  border-color: #2c6ca0;
  color: #2c6ca0;
}

.related-posts {
  margin: 60px 0;
  padding: 40px 0;
  background: #f8fafc;
  border-radius: 12px;
}

.related-posts h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 30px;
  text-align: left;
  padding: 0 20px;
}

.related-posts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 24px;
  padding: 0 20px;
}

.related-posts__grid .blog-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  cursor: pointer;
  border: 1px solid #e2e8f0;
}

.related-posts__grid .blog-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-color: #cbd5e1;
}

.related-posts__grid .blog-card__content {
  padding: 18px;
}

.related-posts__grid .blog-card__title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 8px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.related-posts__grid .blog-card__title a {
  color: #1e293b;
  text-decoration: none;
}

.related-posts__grid .blog-card__title a:hover {
  color: #2c6ca0;
}

.related-posts__grid .blog-card__excerpt {
  color: #64748b;
  line-height: 1.5;
  margin-bottom: 12px;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ==========================
   Blog Listing Page Styles
   ========================== */
.blog-listing-hero {
  background: rgba(249, 248, 255, 1);
  padding: 140px 0 60px;
  text-align: center;
} 
.blog-listing-hero h1 {
  font-size: 2.5rem;
  font-weight: 700; 
  margin-bottom: 12px;
  line-height: 1.2;
}

.blog-listing-hero__description {
  font-size: 1.25rem;
  color: #475569;
  line-height: 1.6;
  margin: 0;
}

/* Featured Articles Section */
.blog-featured {
  padding: 80px 0;
  background: #fff;
}

.blog-section-title {
  font-size: 2rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 40px;
  text-align: center;
}

.blog-featured__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 32px;
  margin-top: 40px;
}

.blog-featured-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
}

.blog-featured-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  border-color: #2c6ca0;
}

.blog-featured-card__image {
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #f1f5f9;
}

.blog-featured-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-featured-card:hover .blog-featured-card__image img {
  transform: scale(1.05);
}

.blog-featured-card__content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-featured-card__category {
  display: inline-block;
  background: #e8f0ff;
  color: #2c6ca0;
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  width: fit-content;
}

.blog-featured-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
  line-height: 1.3;
}

.blog-featured-card h3 a {
  color: #0f172a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-featured-card h3 a:hover {
  color: #2c6ca0;
}

.blog-featured-card__excerpt {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
  font-size: 0.95rem;
}

.blog-featured-card__meta {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 0.875rem;
  color: #94a3b8;
}

.blog-meta-date,
.blog-meta-read-time {
  display: flex;
  align-items: center;
  gap: 4px;
}

.blog-featured-card__link {
  color: #2c6ca0;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  transition: gap 0.2s ease;
}

.blog-featured-card__link:hover {
  gap: 8px;
}

/* Blog Listing Content */
.blog-listing-content {
  padding: 60px 0;
    background: #fff;
}

.blog-listing-header {
  margin-bottom: 40px;
}

.blog-listing-header .blog-section-title {
  text-align: left;
  margin-bottom: 24px;
}

.blog-category-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.blog-filter-btn {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 0.9rem;
  font-weight: 500;
  color: #475569;
  cursor: pointer;
  transition: all 0.2s ease;
}

.blog-filter-btn:hover {
  background: #f1f5f9;
  border-color: #cbd5e1;
  color: #2c6ca0;
}

.blog-filter-btn--active {
  background: #2c6ca0;
  color: #fff;
  border-color: #2c6ca0;
}

.blog-filter-btn--active:hover {
  background: #2563a5;
  border-color: #2563a5;
  color: #fff;
}

.blog-listing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 32px;
}

.blog-listing-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform: translateY(0);
}

.blog-listing-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  border-color: #2c6ca0;
}

.blog-listing-card__image {
  width: 100%;
  height: 180px;
  overflow: hidden;
  background: #f1f5f9;
}

.blog-listing-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-listing-card:hover .blog-listing-card__image img {
  transform: scale(1.05);
}

.blog-listing-card__content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-listing-card__category {
  display: inline-block;
  background: #e8f0ff;
  color: #2c6ca0;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  width: fit-content;
}

.blog-listing-card h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 10px;
  line-height: 1.3;
}

.blog-listing-card h3 a {
  color: #0f172a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.blog-listing-card h3 a:hover {
  color: #2c6ca0;
}

.blog-listing-card__excerpt {
  color: #64748b;
  line-height: 1.6;
  margin-bottom: 16px;
  flex: 1;
  font-size: 0.9rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-listing-card__meta {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.8rem;
  color: #94a3b8;
}

.blog-listing-card__link {
  color: #2c6ca0;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 0.9rem;
  transition: gap 0.2s ease;
}

.blog-listing-card__link:hover {
  gap: 8px;
}

/* Pagination */
.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #e2e8f0;
}

.blog-pagination__link {
  padding: 10px 20px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  color: #475569;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

.blog-pagination__link:hover {
  background: #2c6ca0;
  color: #fff;
  border-color: #2c6ca0;
}

.blog-pagination__info {
  color: #64748b;
  font-size: 0.9rem;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .blog-featured__grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
  }
  
  .blog-listing-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 24px;
  }
}

@media (max-width: 768px) {
  
  .blog-listing-hero h1 {
    font-size: 2rem;
  }
  
  .blog-listing-hero__description {
    font-size: 1.1rem;
  }
  
  .blog-featured {
    padding: 60px 0;
  }
  
  .blog-featured__grid {
    grid-template-columns: 1fr;
  }
  
  .blog-listing-content {
    padding: 40px 0 60px;
  }
  
  .blog-listing-grid {
    grid-template-columns: 1fr;
  }
  
  .blog-category-filters {
    gap: 8px;
  }
  
  .blog-filter-btn {
    padding: 8px 16px;
    font-size: 0.85rem;
  }
  
  .blog-pagination {
    flex-direction: column;
    gap: 16px;
  }
}

/* Table of Contents */
.blog-toc {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  position: sticky;
  top: 100px;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  overflow-x: hidden;
}

.blog-toc::-webkit-scrollbar {
  width: 6px;
}

.blog-toc::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}

.blog-toc::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}

.blog-toc::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

.blog-toc {
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 #f1f5f9;
}

.blog-toc.scrollable {
  box-shadow: inset 0 -10px 10px -10px rgba(0, 0, 0, 0.1);
}

.blog-toc__header h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
  padding-bottom: 8px;
}

.blog-toc__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-toc__item {
  margin-bottom: 4px;
}

.blog-toc__item--level-2 {
  padding-left: 0;
}

.blog-toc__item--level-3 {
  padding-left: 16px;
}

.blog-toc__item--level-4 {
  padding-left: 32px;
}

.blog-toc__item--active .blog-toc__link {
  color: #2c6ca0;
  font-weight: 600;
  background: #f0f9ff;
  border-radius: 4px;
}

.blog-toc__link {
  background: none;
  border: none;
  color: #64748b;
  cursor: pointer;
  text-align: left;
  width: 100%;
  padding: 6px 8px;
  font-size: 0.875rem;
  line-height: 1.4;
  transition: all 0.2s ease;
  border-radius: 4px;
  font-weight: 500;
  text-decoration: none;
  display: block;
}

.blog-toc__link:hover {
  color: #2c6ca0;
  background: #f9fafb;
}

/* Internal Links */
.internal-links {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 20px;
  margin: 30px 0;
}

.internal-links h4 {
  font-size: 1.1rem;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 16px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.internal-links h4::before {
  content: '🔗';
  font-size: 1.2em;
}

.internal-links__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.internal-links__item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.internal-links__link {
  color: #2c6ca0;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.internal-links__link:hover {
  color: #1e40af;
  text-decoration: underline;
}

.internal-links__description {
  font-size: 0.85rem;
  color: #64748b;
  line-height: 1.4;
}

.blog-toc .internal-links {
  margin-top: 20px;
  padding: 16px;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
}

.blog-toc .internal-links h4 {
  color: #0369a1;
  font-size: 1rem;
  margin-bottom: 12px;
}

.blog-toc .internal-links__list {
  gap: 8px;
}

.blog-toc .internal-links__link {
  color: #0369a1;
  font-size: 0.9rem;
}

.blog-toc .internal-links__link:hover {
  color: #0284c7;
}

.blog-toc .internal-links__description {
  font-size: 0.8rem;
  color: #0c4a6e;
}

@media (max-width: 768px) {
  .blog-main-content {
    flex-direction: column;
    gap: 20px;
    padding: 40px 15px;
  }

  .blog-sidebar {
    width: 100%;
    order: 2;
  }

  .blog-main {
    order: 1;
  }

  .blog-toc {
    max-height: 300px;
    position: relative;
    top: auto;
    margin: 20px 0;
  }

  .blog-post .post-hero h1 {
    font-size: 2.2rem;
  }

  .blog-post .post-hero__meta {
    gap: 10px;
  }

  .post-content {
    padding: 0px;
    margin-top: 0px;
  }

  .post-content h2 {
    font-size: 1.75rem;
    margin: 40px 0 20px 0; 
  }

  .blog-author-bio {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .blog-share__buttons {
    flex-direction: column;
    align-items: center;
  }

  .blog-share__button {
    width: 200px;
    justify-content: center;
  }

  .related-posts__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .related-posts h3 {
    font-size: 1.5rem;
    margin-bottom: 20px;
    text-align: center;
  }
}

/* ==========================
   Solution Page Styles
   ========================== */
/* Solution Hero Section - standardized for all solution pages */
.main-content,
.solution-hero {
  width: 100%;
  padding: 120px 0 48px;
  margin: 0;
  background: var(--background-primary);
  background-image: url('/assets/images/marketing_background_image.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Hero content container */
.main-content .custom-container,
.solution-hero .container {
  display: flex;
  gap: 48px;
  align-items: center;
}

/* Left column (text content) */
.main-left-sub-content,
.solution-hero-left {
  width: 40%;
}

.main-left-sub-content h1,
.solution-hero-left h1 {
  font-weight: 700;
  font-size: 32px;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 24px;
}

.main-left-sub-content .trust-line,
.solution-hero-left .trust-line {
  font-size: 18px;
  font-weight: 600;
  color: #047857;
  margin: 0 0 20px 0;
  line-height: 1.3;
  max-width: 512px;
}

.main-left-sub-content p,
.solution-hero-left p {
  font-size: 17px;
  line-height: 26px; 
  margin: 16px 0 28px 0;
  color: var(--text-primary);
  max-width: 512px;
}

/* Right column (visual content) */
.main-right-sub-content,
.solution-hero-right {
  width: 60%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  background-image: url('/assets/images/video_image.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.main-right-sub-content:hover,
.solution-hero-right:hover {
  transform: scale(1.1);
}

/* Enterprise hero image - foreground image for enterprise-solutions page */
.enterprise-hero-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.enterprise-hero-image img {
  max-width: 100%;
  height: auto;
}

/* Remove video background when there's a foreground image */
.main-right-sub-content.enterprise-hero-content {
  background-image: none;
}

/* Legacy support - keep for backward compatibility */
.solution-hero-content {
  display: flex;
  gap: 48px;
  align-items: center;
}

.solution-cta {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.solution-visual {
  background: var(--background-secondary);
  padding: 32px;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.solution-visual h4 {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 24px;
}

.time-comparison {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.time-before,
.time-after {
  text-align: center;
}

.time-value {
  font-size: 48px;
  font-weight: 700;
  color: var(--primary-blue);
  margin-bottom: 8px;
}

.time-label {
  font-size: 16px;
  color: var(--text-secondary);
}

.time-arrow {
  font-size: 32px;
  color: var(--primary-blue);
}

/* Features Section - matches original .features-section */
.features-section {
  padding: 60px 0px;
  text-align: center;
  position: relative;
  background: var(--background-secondary);
  margin: 0;
} 

.features-section .section-intro {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 40px;
  color: var(--text-primary);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.solution-content {
  padding: 60px 0;
  background: var(--background-secondary);
}
.solution-content .section-header p.lead-text {
  max-width: 1170px;
}
.comparison-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px; 
  margin: 0 auto;
}

.comparison-item {
  background: var(--background-secondary);
  padding: 32px;
  border-radius: 16px;
  border: 1px solid var(--border-light-blue);
  box-shadow: 0 3px 10px var(--shadow-light);
  transition: all 0.2s ease;  
}
.comparison-item:hover {
  background: #F8F6FF;
  border-color: rgba(44, 108, 160, 0.4);
  transform: scale(1.02);
}
.comparison-item h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.comparison-item ul {
  list-style: none;
  padding: 0;
  margin-bottom: 24px;
}

.comparison-item li {
  padding: 12px 0;
  padding-left: 32px;
  position: relative;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-primary);
}

.comparison-item li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary-blue);
  font-size: 24px;
  line-height: 1;
}

.time-badge {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  background: var(--background-tertiary);
  color: var(--text-primary);
}

.time-badge.success {
  background: #d1fae5;
  color: #047857;
}

.solution-features {
  padding: 60px 0px;
  text-align: center;
  position: relative;
  background: var(--background-secondary);
}
.theft-prevention {
  background: rgba(249, 248, 255, 0.8);
}

.theft-prevention .feature-card{
  display: block;
}
.solution-features.bg-light {
  background: #f8f9fa;
}
 
.solution-cta-section {
  padding: 60px 0;
  background: var(--background-secondary);
  text-align: center;
}  

.solution-cta-section p a {
  color: #2c6ca0;
  text-decoration: underline;
}

.cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Security Dashboard Styles */
.security-dashboard {
  background: #f8f9fa;
  border: 2px dashed var(--primary-blue);
  padding: 32px;
  text-align: center;
}

.dashboard-status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.dashboard-status h4 {
  margin: 0;
  color: var(--primary-blue);
  font-size: 16px;
}

.status-indicator {
  width: 8px;
  height: 8px;
  background-color: #4caf50;
  border-radius: 50%;
  margin-right: 6px;
  display: inline-block;
  animation: pulse 2s infinite;
}

.status-text {
  font-size: 12px;
  color: #4caf50;
  font-weight: bold;
}

.dashboard-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 20px;
}

.stat-item {
  text-align: center;
  padding: 12px;
  background-color: #f8f9fa;
  border-radius: 8px;
}

.stat-value {
  font-size: 20px;
  font-weight: bold;
  color: #4caf50;
  margin-bottom: 4px;
}

.stat-label {
  font-size: 11px;
  color: #666;
}

.dashboard-activity {
  margin-bottom: 16px;
  text-align: left;
}

.activity-item {
  font-size: 11px;
  color: #4caf50;
  margin-bottom: 4px;
}

.dashboard-footer {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #666;
  margin-bottom: 16px;
}

.dashboard-description {
  color: #666;
  font-size: 14px;
  text-align: center;
  margin: 0;
}

/* Stats Grid */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 40px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.stat-card {
  padding: 20px;
  background: var(--background-secondary);
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  text-align: center;
}

.stat-card h3 {
  font-size: 24px;
  font-weight: 700;
  color: #d32f2f;
  margin-bottom: 12px;
}

.stat-card p {
  font-size: 16px;
  color: var(--text-primary);
  margin: 0;
  line-height: 1.5;
}

/* FAQ Grid */
.solution-faqs{
  background: #f8f9fa;
}
.solution-cta-section .section-header p.lead-text {
  max-width: 1170px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 30px;
  margin-top: 40px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.faq-item {
  padding: 30px;
}

.faq-item h3 {
  color: var(--primary-blue);
  margin-bottom: 16px;
  font-size: 20px;
} 
 
@media (max-width: 900px) {
  .main-content .main-left-sub-content,
  .main-content .main-right-sub-content,
  .solution-hero-left,
  .solution-hero-right {
    width: 100%;
  }
  
  .solution-hero-content {
    flex-direction: column;
    gap: 32px;
  }
  
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .solution-hero-left h1 {
    font-size: 36px;
  }
  
  .comparison-grid {
    grid-template-columns: 1fr;
  }
  
  .faq-grid {
    grid-template-columns: 1fr;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Compliance Dashboard Styles */
.compliance-dashboard {
  background: #f8f9fa;
  border: 2px dashed var(--primary-blue);
  padding: 32px;
  text-align: center;
}

.dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.dashboard-header h4 {
  margin: 0;
  color: var(--primary-blue);
  font-size: 16px;
}

.compliance-badge {
  padding: 4px 8px;
  background-color: #4caf50;
  color: white;
  border-radius: 4px;
  font-size: 10px;
  font-weight: bold;
}

.compliance-status {
  margin-bottom: 16px;
  text-align: left;
}

.status-header {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
  font-weight: bold;
}

.status-row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  margin-bottom: 4px;
}

.status-check {
  color: #4caf50;
}

.compliance-alert {
  background-color: #e8f5e8;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 12px;
  text-align: left;
}

.alert-header {
  font-size: 11px;
  color: #2e7d32;
  font-weight: bold;
  margin-bottom: 4px;
}

.alert-text {
  font-size: 10px;
  color: #2e7d32;
}

.compliance-features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
  margin-top: 40px;
}

.compliance-feature h3 {
  color: var(--primary-blue);
  margin-bottom: 20px;
  font-size: 24px;
}

.compliance-feature ul {
  list-style: none;
  padding: 0;
  margin-bottom: 16px;
}

.compliance-feature li {
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-primary);
}

.compliance-feature li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary-blue);
  font-size: 20px;
  line-height: 1;
}

.feature-note {
  margin-top: 16px;
  font-size: 14px;
  color: var(--text-secondary);
  font-style: italic;
}

@media (max-width: 900px) {
  .compliance-features-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* Multi-Store Dashboard Styles */
.multi-store-dashboard {
  background: #f8f9fa;
  border: 2px dashed var(--primary-blue);
  padding: 32px;
  text-align: center;
}

.live-badge {
  padding: 4px 8px;
  background-color: var(--primary-blue);
  color: white;
  border-radius: 4px;
  font-size: 10px;
  font-weight: bold;
}

.dashboard-stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 20px;
}

.store-performance,
.game-performance {
  margin-bottom: 16px;
  text-align: left;
}

.performance-header {
  font-size: 12px;
  color: #666;
  margin-bottom: 8px;
  font-weight: bold;
}

.performance-row {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  margin-bottom: 4px;
}

.performance-positive {
  color: #4caf50;
}

.performance-warning {
  color: #ff9800;
}

.top-game-alert {
  background-color: #e3f2fd;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 12px;
  text-align: left;
}

.top-game-alert .alert-header {
  font-size: 11px;
  color: #1976d2;
  font-weight: bold;
  margin-bottom: 4px;
}

.top-game-alert .alert-text {
  font-size: 10px;
  color: #1976d2;
}

/* Inventory Dashboard Styles */
.inventory-dashboard {
  background: #f8f9fa;
  border: 2px dashed var(--primary-blue);
  padding: 32px;
  text-align: center;
}

.synced-badge {
  padding: 4px 8px;
  background-color: #4caf50;
  color: white;
  border-radius: 4px;
  font-size: 10px;
  font-weight: bold;
}

.low-stock-alert {
  background-color: #fff3e0;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 12px;
  text-align: left;
}

.low-stock-alert .alert-header {
  font-size: 11px;
  color: #f57c00;
  font-weight: bold;
  margin-bottom: 4px;
}

.low-stock-alert .alert-text {
  font-size: 10px;
  color: #f57c00;
}

@media (max-width: 768px) {
  .main-content .custom-container,
  .solution-hero .container {
    flex-direction: column;
    gap: 32px;
  }
  .workflow-section .custom-container {
    flex-wrap: wrap;
}
  .main-left-sub-content,
  .solution-hero-left,
  .main-right-sub-content,
  .solution-hero-right {
    width: 100%;
  }
  
  .main-left-sub-content h1,
  .solution-hero-left h1 {
    font-size: 24px;
  }
  
  .main-left-sub-content .trust-line,
  .solution-hero-left .trust-line {
    font-size: 18px;
  }
  
  .main-left-sub-content p,
  .solution-hero-left p {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
  
  .features-section h2,
  .solution-content h2,
  .solution-features h2,
  .solution-cta-section h2 {
    font-size: 28px;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .feature-card {
    padding: 20px 16px;
    min-height: auto;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 0;
  }
  
  .faq-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0;
  }
  .faq-item {
    padding: 24px 16px; 
}
  .dashboard-stats-grid {
    grid-template-columns: 1fr 1fr;
  }
  
  .comparison-grid {
    grid-template-columns: 1fr;
  }
  
  .pricing-stats-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  .pricing-tiers-container {
    grid-template-columns: 1fr !important;
  }
}

/* ==========================
   Landing Page Section Styles
   ========================== */

/* Features Subtitle */
.features-subtitle {
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-secondary);
  margin-bottom: 40px;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Testimonials Section */
.testimonials {
  padding: 60px 0;
  text-align: center;
  position: relative;
  background: rgba(249, 248, 255, 0.8);
}

.feature-card-retailer {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 3px 10px rgba(34, 43, 69, 0.05);
  transition: all 0.2s ease;
  border: 1px solid rgba(163, 174, 208, 0.36);
  text-align: left;
  position: relative;
  flex: 1;
  min-width: 300px;
  max-width: 450px;
  padding: 24px;
}

.feature-card-retailer:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(34, 43, 69, 0.1);
}

.feature-card-retailer p {
  font-style: italic;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: rgba(34, 43, 69, 0.75);
  margin-bottom: 16px;
}

.feature-card-retailer h3 {
  font-size: 18px;
  font-weight: 600;
  color: #2c6ca0;
  margin-bottom: 4px;
}

.feature-card-retailer span {
  font-size: 14px;
  font-weight: 500;
  color: #505050;
}

.quote-icon {
  position: absolute;
  bottom: 0;
  right: 16px;
  font-size: 84px;
  color: #2c6ca0;
  opacity: 0.2;
  line-height: 1;
}

/* Pricing Stats Section */
.stats-summary {
  background: #fff;
  width: 100%;
}

.pricing-stats-row {
  width: 100%;
  padding: 42px 0;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
}

.pricing-stats-row:last-child {
  border-bottom: none;
}

.pricing-stat {
  flex: 1;
  border-right: 1px solid #e0e0e0;
  padding: 12px;
  text-align: center;
}

.pricing-stat:last-child {
  border-right: none;
}

.pricing-stat-value {
  font-size: 38px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 4px;
}

.pricing-stat-label {
  font-size: 18px;
  color: rgba(34, 43, 69, 0.8);
  text-align: center;
  font-weight: 500;
  margin-bottom: 8px;
}

.pricing-stat-description {
  font-size: 11px;
  color: #6c757d;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 900px) {
  .pricing-stat-value {
    font-size: 24px;
  }

  .pricing-stat-label {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .pricing-stat {
    border-bottom: 1px solid #e0e0e0;
    border-right: none;
  }

  .pricing-stats-row {
    flex-direction: column;
    gap: 8px;
    padding: 12px 0;
  }
}

/* Product Plan Section */
.product-plan-section {
  background: #fff;
  width: 100%;
  padding: 60px 0;
  position: relative;
}

.product-plan-section:after, .product-plan-section:before {
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
}

.product-plan-section:before {
  background-image: url(../images/bg_price_left.png);
  left: 0;
  top: 0;
}

.product-plan-section:after {
  background-image: url(../images/bg_price_right.png);
  background-position: 100%;
  bottom: 0;
  right: 0;
}
.z-index-1 {
  z-index: 9;
}

.pricing-tiers-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin: 32px auto 0;
  max-width: 1000px;
  width: 100%;
}

.pricing-tier {
  background: var(--background-secondary);
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(163, 174, 208, 0.36);
  padding: 30px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 42%;
}

.pricing-tier:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.pricing-tier .tier-header {
  text-align: center;
  margin-bottom: 30px;
}

.pricing-tier .tier-header h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 15px;
}

.pricing-tier .tier-header .price {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-height: 76px;
}

.pricing-tier .tier-header .price .currency {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-blue);
}

.pricing-tier .tier-header .price .amount {
  font-size: 48px;
  font-weight: 700;
  color: var(--primary-blue);
}

.pricing-tier .tier-header .price .period {
  font-size: 18px;
  color: var(--text-secondary);
  font-weight: 400;
}

.pricing-tier .tier-description {
  font-size: 16px;
  color: var(--text-secondary);
  margin: 0;
}

.pricing-tier .features-list {
  gap: 12px;
  margin-bottom: 30px;
}

.pricing-tier .feature-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-tier .check-icon {
  color: #28a745;
  font-size: 20px;
  flex-shrink: 0;
}

.pricing-tier .feature-text {
  font-size: 16px;
  color: var(--text-secondary);
  text-align: left;
  line-height: 26px;
  letter-spacing: 0.2px;
}

.pricing-tier .tier-footer {
  text-align: center;
}

.enterprise-tier {
  border: 2px solid var(--primary-blue);
  background: linear-gradient(135deg, #2c6ca0 0%, #1a4d73 100%);
  color: white;
}

.enterprise-tier .tier-header h3,
.enterprise-tier .tier-header .price .currency {
  color: white;
}

.enterprise-tier .feature-text {
  color: white;
}

.standard-tier {
  border: 2px solid var(--primary-blue);
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
}

.standard-tier .tier-header h3 {
  color: var(--primary-blue);
}

/* Call to Action Section */
.call-to-action { 
  padding: 60px 0;
  width: 100%;
  background-image: url(/assets/images/request_demo_background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
 

.call-to-action-content {
  width: 100%;
  text-align: center; 
}

/* FAQ Section */
.faq-section {
  background: var(--background-primary);
  width: 100%;
  padding: 60px 0;
  box-sizing: border-box;
  gap: 48px;
  position: relative;
}

.faq-section__left {
  flex: 1;
  max-width: 470px;
  gap: 24px;
}

.faq-section__title {
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
  line-height: 1.3;
  font-size: 36px;
}

.faq-section__subtitle {
  color: var(--text-primary);
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
}

.faq-section__contact-btn {
  background: var(--primary-blue);
  color: var(--background-secondary);
  border-radius: 30px;
  padding: 12px 42px;
  font-weight: 600;
  font-size: 18px;
  text-transform: none;
  box-shadow: none;
  margin-bottom: 32px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.faq-section__image-outer {
  width: 250px;
  height: 220px;
  background-image: url('/assets/images/faq-graphic-background.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 32px;
  border-radius: 12px;
}

.faq-section__image-inner {
  width: 60px;
  height: 60px;
}

.faq-section__right {
  flex: 2;
  min-width: 160px;
  max-width: 1080px;
  gap: 16px;
}

/* FAQ Accordion */
.faq-accordion {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 0;
  box-shadow: none;
  transition: box-shadow 0.3s ease;
  overflow: hidden;
}

.faq-accordion--expanded {
  box-shadow: 0px 3px 10px rgba(34, 43, 69, 0.05);
}

.faq-accordion-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  cursor: pointer;
  user-select: none;
  outline: none;
  transition: background-color 0.2s ease;
}
 

.faq-accordion-question {
  font-weight: 500;
  font-size: 18px;
  color: var(--text-primary);
  padding: 4px 0;
  flex: 1;
  transition: font-weight 0.2s ease, color 0.2s ease;
}

.faq-accordion-question--highlight {
  font-weight: 700;
  color: var(--primary-blue);
}

.faq-accordion-icon {
  width: 24px;
  height: 24px;
  color: #222B45;
  transition: transform 0.3s ease, color 0.2s ease;
  flex-shrink: 0;
  margin-left: 16px;
}

.faq-accordion-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 20px;
}

.faq-accordion-answer {
  color: var(--text-secondary);
  font-size: 16px;
  line-height: 1.7;
  padding: 8px 60px 16px 0;
}

/* Enterprise CTA Section */
.enterprise-cta-section {
  margin-top: 60px;
  text-align: center;
  padding: 60px 15px;
  background-image: url('/assets/images/request_demo_background.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.enterprise-cta-section .section-header {
  margin-bottom: 28px;
}
.features-section.enterprise-section {
  padding-bottom: 0;
}
.enterprise-cta-section h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 16px;
}

.enterprise-cta-section p {
  font-size: 18px;
  color: var(--text-secondary);
  margin-bottom: 24px;
}
.ent-resource-links a {
  color: #2c6ca0;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #e9ecef; 
}
.ent-resource-links {
  margin-top: 20px;
}
.enterprise-cta-buttons {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

/* Workflow Integration Steps */
.workflow-steps-integration {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.workflow-step-integration-card {
  padding: 24px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.workflow-step-integration-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.workflow-step-title {
  font-size: 20px;
  font-weight: 600;
  color: #2c6ca0;
  margin-bottom: 12px;
}

.workflow-step-desc {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.integration-image-placeholder {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Responsive adjustments for landing page sections */
@media (max-width: 900px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .pricing-stats-row {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .integration-image-placeholder,
  .workflow-steps-integration {
    width: 100%;
  }
  
  .faq-section > div {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 768px) {
  .testimonials {
    padding: 48px 0;
  }
  
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .feature-card-retailer {
    width: 100%;
    max-width: 100%;
  }
  
  .pricing-stats-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  
  .pricing-tiers-container {
    grid-template-columns: 1fr;
  }
  
  .call-to-action {
    padding: 60px 0;
  }
  
  .call-to-action h2 {
    font-size: 28px;
  }
  
  .call-to-action p {
    font-size: 18px;
  }
  
  .faq-section {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    padding: 32px 0;
  }
  
  .faq-section__left {
    max-width: 100%;
    width: 100%;
    align-items: flex-start;
    gap: 12px;
    flex: auto;
  }
  
  .faq-section__right {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }
  
  .faq-section__image-outer {
    width: 251px;
    height: 220px;
    margin-top: 0;
    margin: auto;
  }
  
  .faq-section__image-inner {
    width: 60px;
    height: 60px;
  }
  
  .faq-section__title {
    font-size: 28px;
  }
  
  .faq-accordion-answer {
    padding: 8px 16px 16px 0;
  }
  
  .product-plan-section {
    padding: 48px 0;
  }
}

/* ==========================
   Terms of Service & Privacy Policy Pages
   ========================== */
.terms-of-service {
  min-height: 100vh;
  background: #fff;
  padding: 24px 0;
}
 

.terms-content {
  padding: 90px 0 80px 0;
  position: relative;
}

.terms-content h1 {
  font-size: 36px;
  margin-bottom: 30px;
  color: var(--text-primary);
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 16px;
}

.terms-content h2 {
  font-size: 24px;
  margin: 20px 0 4px 0;
  color: var(--text-primary);
  font-weight: 700;
  padding-bottom: 4px;
}

.terms-content h3 {
  font-size: 20px;
  margin-bottom: 8px;
  color: var(--text-primary);
  font-weight: 600;
}

.terms-content p {
  color: var(--text-secondary);
  font-size: 17px;
  line-height: 24px;
  margin-bottom: 12px;
}

.terms-content p a {
  color: var(--text-primary);
  text-decoration: underline;
  font-weight: 500;
}

.terms-content p a:hover {
  color: var(--primary-blue);
}

.terms-content p strong {
  color: var(--text-primary);
  font-weight: 600;
}

.terms-content ul {
  list-style: disc;
  padding-left: 24px;
  margin-bottom: 20px;
}

.terms-content ul li {
  color: var(--text-primary);
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 4px;
}

.terms-content ul li strong {
  color: var(--text-primary);
  font-weight: 600;
}

.terms-content ul li a {
  color: var(--text-primary);
  text-decoration: underline;
  font-weight: 500;
}

.terms-content ul li a:hover {
  color: var(--primary-blue);
}

.terms-content a {
  color: var(--primary-blue);
  text-decoration: none;
  font-weight: 500;
}

.terms-content a:hover {
  text-decoration: underline;
}  


@media (max-width: 768px) {
  .terms-of-service .container {
    padding: 0 12px;
  }
   
  
  .terms-content h1 {
    font-size: 28px;
  }   
  
  .privacy-policy .terms-content h1 {
    font-size: 28px;
  }
  
  .privacy-policy .terms-content h2 {
    font-size: 16px;
  }
  
  .terms-content h2 {
    font-size: 20px;
  }
  
  .terms-content h3 {
    font-size: 18px;
  }
}

/* ==========================
   Auth Form Styles
   ========================== */

.auth-modal .modal-content {
  max-width: 486px;
  padding: 0;
  border-radius: 16px;
}

.auth-form-container {
  box-sizing: border-box;
  background: transparent;
  border: none;
  border-radius: 20px;
  background-color: var(--background-secondary);
  padding: 40px;
  position: relative;
}

.auth-form-close-icon {
  position: absolute;
  right: -4px;
  top: -4px;
  cursor: pointer;
  font-size: 24px;
  color: #666;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: background-color 0.2s ease;
}

.auth-form-close-icon:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.textfieldCont {
  margin-bottom: 16px;
}

.auth-form-logo {
  margin: 0 auto 20px auto;
  height: 56px;
  width: auto;
  display: block;
}

.auth-form-title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 4px;
  margin-top: 0;
  color: var(--text-primary);
  text-align: center;
}

.auth-form-text {
  font-weight: 500;
  font-size: 18px;
  color: var(--text-secondary);
  margin: 4px 0 20px 0;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}

.auth-form-text.mb-24 {
  margin-bottom: 24px;
}

.auth-form-text.mb-32 {
  margin-bottom: 32px;
}

.auth-form-button {
  width: 100%;
  height: 56px;
  border-radius: 8px;
  background-color: var(--primary-blue);
  margin-top: 16px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  color: white;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-form-button:hover:not(:disabled) {
  background-color: #1e4d73;
}

.auth-form-button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.divider {
  border-bottom: 1px solid var(--border-light);
  margin: 20px 0;
}

.divider-19 {
  border-bottom: 1px solid var(--border-light);
  margin: 19px 0;
}

.do-not-have-account {
  color: var(--text-secondary);
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
}

.agree-text {
  color: var(--text-tertiary);
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  line-height: 1.5;
}

.signup-text {
  color: var(--primary-blue);
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}

.signup-text:hover {
  color: #1e4d73;
}

.highlight-blue {
  color: var(--primary-blue);
  text-decoration: underline;
  cursor: pointer;
}

.highlight-blue:hover {
  color: #1e4d73;
}

.phone-number {
  color: var(--primary-blue);
}

/* Input Wrapper Styles */
.input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.input-icon {
  position: absolute;
  left: 16px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  z-index: 1;
}

.input-wrapper input {
  width: 100%;
  padding: 16px 16px 16px 44px;
  border: 1px solid var(--border-light);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-primary);
  background-color: var(--background-secondary);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.input-wrapper input:focus {
  outline: none;
  border-color: var(--primary-blue);
  box-shadow: 0 0 0 3px rgba(44, 108, 160, 0.1);
}

.input-wrapper input::placeholder {
  color: rgba(34, 43, 69, 0.4);
}

/* Custom Checkbox Styles */
.custom-checkbox-wrapper {
  display: inline-flex;
  align-items: center;
  margin-right: 8px;
}

.custom-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-light);
  border-radius: 4px;
  background-color: var(--background-secondary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.custom-checkbox:hover {
  border-color: var(--primary-blue);
}

.custom-checkbox.checked {
  background-color: var(--primary-blue);
  border-color: var(--primary-blue);
}

.custom-checkbox.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.custom-checkbox .check-icon {
  width: 16px;
  height: 16px;
  color: white;
  display: none;
}

.custom-checkbox.checked .check-icon {
  display: block;
}

.align-center {
  align-items: center;
}

.mt-16 {
  margin-top: 16px;
}

.mr-8 {
  margin-right: 8px;
}

/* OTP Styles */
.otp-container {
  display: flex;
  gap: 12px;
  justify-content: center;
  position: relative;
  margin: 20px 0;
}

.otp-hidden-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

.otp-box {
  width: 57px;
  height: 67px;
  border: 1.5px solid #d0d0d0;
  border-radius: 12px;
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  font-family: 'Courier New', Courier, monospace;
  background-color: var(--background-secondary);
  padding: 12px 15px;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: text;
}

.otp-box.active {
  border: 1.5px solid var(--primary-blue);
  padding: 10px 15px;
  box-shadow: 0 0 0 2px rgba(44, 108, 160, 0.1);
}

.placeholder {
  color: rgba(34, 43, 69, 0.3);
  font-size: 32px;
  opacity: 0.5;
}

.caret {
  color: rgba(34, 43, 69, 0.5);
  font-weight: 700;
  font-size: 28px;
  animation: blink 1s step-start infinite;
  display: inline-block;
  line-height: 1;
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
.how-lottery-reconciliation .comparison-grid {
  max-width: 1000px;
  grid-template-columns: repeat(2, 1fr);
}
.reconcile-features .features-grid, .compliance-requirement .features-grid { 
  grid-template-columns: repeat(4, 1fr); 
}
.reconcile-features .features-grid .feature-card, .compliance-requirement .feature-card {
  display: block;
}
.solution-features.reconcile-features {
  background: rgba(249, 248, 255, 0.8);
}
.main-left-sub-content p a, .solution-hero-left p a {
  font-weight: 500;
} 
.solution-content.compliance-requirement .section-header p.lead-text {
  max-width: 850px;
}
.solution-tracking-grid-content{
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
  gap: 30px;
}
.solution-tracking-grid{
  padding: 24px; 
  background-color: #fff; 
  border-radius: 8px; 
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.solution-tracking-grid h3{
  color: #2c6ca0; 
  margin-bottom: 16px;
}
.solution-complete-tracking{
  background-color: #f8f9fa;
}
.advanced-scrach-features-content{
  display: grid; 
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 30px;
}
.advanced-scrchers-feat-grid{
  padding: 24px; 
  background-color: #fff; 
  border-radius: 8px; 
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.advanced-scrchers-feat-grid h3{
  color: #2c6ca0; 
  margin-bottom: 12px;
}
.advanced-scrchers-feat-grid p a{
  color: #2c6ca0; 
  text-decoration: underline;
}
.multi-stores-features .feature-card {
  display: block;
}
.multistore-challenges{
  background: #f8f9fa;
}
.multistore-challenges .comparison-grid { 
  grid-template-columns: repeat(2, 1fr); 
  max-width: 1000px;
}
.multistore-challenges .comparison-grid .comparison-item ul {
  text-align: left;
}
.multistore-challenges .comparison-grid  .comparison-item li {
  padding: 8px 0; 
  padding-left: 20px;
}
.compliance-checklist .comparison-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  max-width: 1000px;
}
.compliance-checklist {
  background: #f8f9fa;
}
.complaince-benefits .features-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
} 
.complaince-benefits .feature-card {
  display: block;
}
.solution-features.solution-complaince-features {
  padding-top: 0;
}
.compliance-feature {
  background: var(--background-secondary);
  padding: 32px;
  border-radius: 16px;
  border: 1px solid var(--border-light-blue);
  box-shadow: 0 3px 10px var(--shadow-light);
  transition: all 0.2s ease;
}
.solution-complaince-features .compliance-features-grid ul {
  text-align: left;
}
.why-enterprise-retailors .feature-card p.feature-note, .key-enterprise .feature-card p.feature-note, .use-cases-enterprise .feature-card p.feature-note {
  font-style: italic;
  font-size: 14px;
  margin-top: 10px;
}
.gray-bg-section{
  background-color: #f8f9fa;
}
.key-enterprise .features-grid { 
  grid-template-columns: repeat(2, 1fr); 
}
.process-enterprise .process-enterprise-grid .steps-text{
  background: #2c6ca0;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  min-width: 80px;
  text-align: center;
  display: inline-block;
  margin-bottom: 16px;
}
.process-enterprise-content{
  display: flex; gap: 20px;
}
.process-enterprise-content .process-enterprise-grid{
  padding: 20px; background: white; border-radius: 12px; box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.process-enterprise-grid p{
  font-size: 0.95rem;
  line-height: 1.5;
  color: #6c757d;
  margin-top: 8px;
}
.more-links{
  font-weight: 500;
  margin-top: 16px;
  display: inline-block;
}
.enterprise-consultation h2 {
  margin-bottom: 20px;
}
.enterprise-consultation .features-grid {
  grid-template-columns: repeat(4, 1fr);
}
.enterprise-consultation .features-grid .feature-card {
  min-height: 150px;
}
.enterprise-consultation-section .section-header p.lead-text { 
  max-width: 1200px; 
}
.schedule-enterprise-buttons{
  margin-top: 40px;
}
.solution-comparison-banner{
  padding-top: 130px;
  padding-bottom: 20px;
  background: rgba(249, 248, 255, 1);
}
.solution-comparison-banner .section-header p.lead-text{
  max-width: 1200px;
}
.integrated-pos-software .section-header p.lead-text{
  max-width: 1000px;
}
.solution-cta-buttons{
  margin-top: 30px;
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}


/* Responsive Auth Forms */
@media (max-width: 768px) {
  .auth-form-container {
    padding: 12px;
  }
  .compliance-checklist .comparison-grid { 
    gap: 0;
  }
  .key-enterprise .features-grid {
    grid-template-columns: 1fr;
  }
  .enterprise-consultation .features-grid {
    grid-template-columns: 1fr;
  }
  .enterprise-consultation .features-grid .feature-card {
    min-height: 1px;
  }
  .process-enterprise-content { 
    flex-wrap: wrap;
  }
  .compliance-checklist .comparison-grid  .comparison-item {
    margin: 12px 0px;
  }
  .multistore-challenges .comparison-grid {
    grid-template-columns: repeat(1, 1fr); 
    gap: 0;
  }
  .multistore-challenges .comparison-grid  .comparison-item {
    margin: 12px 0px;
  }
  .main-right-sub-content{
    min-height: 250px;
  }
  .auth-form-title {
    font-size: 22px;
  }

  .auth-form-text {
    font-size: 16px;
  }

  .auth-form-logo {
    height: 42px;
  }

  .otp-box {
    width: 50px;
    height: 60px;
    padding: 10px;
    font-size: 24px;
  }

  .otp-box.active {
    padding: 8px;
  }

  .input-wrapper input {
    font-size: 16px;
    padding: 14px 14px 14px 40px;
  }
  .author-bio { 
    padding: 0; 
  }
  .faq-item p {
    padding: 0 0px 16px; 
  } 
  .how-lottery-reconciliation .comparison-grid { 
    display: block;
  }
  .comparison-item { 
    padding: 24px; 
    width: 100%;
    margin: 24px 0px;
  }
  .reconcile-features .features-grid, .compliance-requirement .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .solution-cta-section h2 { 
    padding: 0;
  }
}

@media (max-width: 480px) {
  .reconcile-features .features-grid, .compliance-requirement .features-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* Manual Page Styles */
.manual-hero-banner {
  background: rgba(249, 248, 255, 1);
  padding: 130px 0 60px;
  text-align: center;
  position: relative;
}

.manual-hero-banner h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 8px; 
}

.manual-hero-banner p {
  font-size: 1.2rem; 
  margin: 0;
}
.manual-page-wrapper .post-content { 
  padding: 0px 20px 60px 20px;
}
.manual-page-wrapper {
  padding: 40px 0 60px;
  background: #fff;
}

.manual-section {
  margin-bottom: 60px;
  scroll-margin-top: 100px;
}
.not-found {
  margin-top: 130px;
}
.manual-section h2 {
  font-size: 1.75rem;
  font-weight: 700;
  color: #0f172a;
  margin: 40px 0 20px 0;
  line-height: 1.3;
  border-bottom: 2px solid #e2e8f0;
  padding-bottom: 8px;
}

.manual-section h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 20px;
   margin-bottom: 0;
}

.manual-section h4 {
  font-size: 1.2rem;
  font-weight: 600;
  color: #495057;
  margin-top: 24px;
  margin-bottom: 12px;
}

.manual-section p {
  line-height: 1.7;
  color: #495057;
  margin-bottom: 16px;
}

.manual-section ol,
.manual-section ul {
  margin: 16px 0;
  padding-left: 24px;
  line-height: 1.8;
  color: #495057;
}

.manual-section li {
  margin-bottom: 8px;
}

.manual-subsection {
  margin: 32px 0;
}

/* Manual Features List */
.manual-features {
  background: #f8f9fa;
  padding: 24px;
  border-radius: 8px;
  margin: 24px 0;
}

.manual-features h3 {
  margin-top: 0;
  color: #2c6ca0;
}

.manual-features ul {
  list-style: none;
  padding-left: 0;
  margin-top: 16px;
}

.manual-features li {
  padding: 4px 0;
    font-size: 1rem;
    margin: 0;
}

/* Report Features */
.report-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 16px;
  margin-top: 24px;
}
#reports-dashboard ol h4 {
  margin-bottom: 0;
}
.report-feature-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.report-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.report-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #eff6ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.report-feature-card h4 {
  margin: 0 0 6px;
  font-size: 1.1rem;
  color: #0f172a;
}

.report-feature-card p {
  margin: 0;
  color: #475569;
}

/* Video Section */
.manual-video-section {
  margin: 32px 0;
}
.manual-video-section .video-container video {
  width: 100%;
  height: auto;
  border-radius: 8px;
  background: #000;
  border: 2px solid #2c6ca0;
}
.manual-video-section h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.manual-video-thumbnail {
  position: relative;
  width: 100%;
  max-width: 800px;
  aspect-ratio: 16 / 9;
  background: linear-gradient(135deg, #2c6ca0 0%, #1e4d73 100%);
  border-radius: 8px;
  margin: 24px 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

.manual-video-thumbnail:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.manual-video-thumbnail:hover .manual-video-play-button {
  transform: scale(1.1);
}

.manual-video-play-button {
  position: relative;
  z-index: 2;
  transition: transform 0.3s ease;
}

.manual-video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  padding: 20px;
  z-index: 1;
}

.manual-video-overlay p {
  color: white;
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 24px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.video-container iframe,
.video-container video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.video-container video {
  background: #000;
}

/* Alert Boxes */
.manual-alert {
  padding: 16px 20px;
  border-radius: 6px;
  margin: 20px 0;
  border-left: 4px solid;
}

.manual-alert-warning {
  background: #fff3cd;
  border-color: #ffc107;
  color: #856404;
}

.manual-alert-error {
  background: #f8d7da;
  border-color: #dc3545;
  color: #721c24;
}

.manual-alert-success {
  background: #d4edda;
  border-color: #28a745;
  color: #155724;
}

.manual-alert-info {
  background: #d1ecf1;
  border-color: #17a2b8;
  color: #0c5460;
} 

/* POS Buttons */
.pos-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 24px 0;
}

.pos-button {
  padding: 12px 24px;
  background: #e9ecef;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  color: #495057;
  cursor: pointer;
  transition: all 0.2s ease;
}

.pos-button:hover {
  background: #dee2e6;
  border-color: #adb5bd;
}

/* Manual Buttons */
.manual-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 24px 0;
}

.manual-button {
  padding: 12px 24px;
  background: #2c6ca0;
  color: white;
  border: none;
  border-radius: 6px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease;
}

.manual-button:hover {
  background: #1e4d73;
  color: white;
  text-decoration: none;
}

.manual-button-primary {
  background: #2c6ca0;
  font-size: 1.1rem;
  padding: 14px 28px;
}

.manual-button-primary:hover {
  background: #1e4d73;
}

.manual-need-help {
  background: #e7f3ff;
  border: 1px solid #cddff8;
  border-radius: 16px;
  padding: 32px;
  text-align: center;
}

.support-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 20px;
}

.support-button {
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid #d4e3fb;
  color: #2c6ca0;
  font-weight: 600;
  background: #fff;
  min-width: 210px;
  text-align: center;
  transition: all 0.2s ease;
}

.support-button:hover {
  background: #eff5ff;
  border-color: #b7cffb;
}

.support-button--primary {
  background: #2c6ca0;
  color: #fff;
  border-color: #2c6ca0;
  box-shadow: 0 8px 16px rgba(29, 78, 216, 0.2);
}

.support-button--primary:hover {
  background: #2c6ca0;
  border-color: #2c6ca0;
  color: #fff;
}
.support-hero p {
  max-width: 860px;
  margin: 0 auto;
}
/* Support Page */
.support-hero {
  width: 100%;
  padding: 120px 0 48px;
  margin: 0;
  background: var(--background-primary);
  background-image: url(/assets/images/marketing_background_image.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.support-hero__eyebrow {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.85rem;
  opacity: 0.8;
  margin-bottom: 16px;
}

.support-hero h1 {
  font-size: 44px;
  margin-bottom: 16px;
  line-height: 1.3;
}
.support-hero__btn svg {
  width: 24px;
  height: 24px;
}
.support-search__wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.support-hero__actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 32px;
  justify-content: center;
}

.support-hero__btn {
  padding: 14px 28px;
  border-radius: 999px;
  border: 2px solid rgba(255,255,255,0.4);
  color: #fff;
  font-weight: 600;
  background: transparent;
  transition: background 0.2s ease, color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.support-hero__btn:hover {
  background: rgba(255,255,255,0.15);
}

.support-hero__btn--primary {
  background: #fff;
  color: #0e3a7b;
  border-color: #fff;
}

.support-hero__btn--primary:hover {
  background: #f0f4ff;
}

.support-search {
  padding: 40px 0 0;
  background: #fff;
}
.support-guide .section-header p.lead-text {
  max-width: 1000px;
}
/* .support-search__wrapper {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(15,23,42,0.08);
} */

.support-search__bar {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-items: center;
}

.support-search__input-wrapper {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.support-search__input-wrapper svg {
  position: absolute;
  left: 14px;
  width: 20px;
  height: 20px;
  color: #7c8ea3;
}

.support-search__bar input {
  flex: 1;
  padding: 14px 16px 14px 44px;
  border-radius: 12px;
  border: 1px solid #dbe2ef;
  font-size: 1rem;
}

.support-search__bar button {
  padding: 14px 24px;
  border: none;
  border-radius: 12px;
  background: #2c6ca0;
  color: #fff;
  font-weight: 600;
}

.support-search__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
  justify-content: center;
}

.support-search__tags button,
.support-filter-button {
  border: 1px solid #dbe2ef;
  background: #f4f7ff;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
  color: #2c3e66;
  cursor: pointer;
}

.support-search__tags .support-filter-button--active {
  background: #2c6ca0;
  color: #fff;
  border-color: #2c6ca0;
  box-shadow: 0 6px 12px rgba(44, 108, 160, 0.25);
}

.support-guide {
  padding: 60px 0;
  text-align: center; 
  background: #fff;
}

.support-guide__content {
  max-width: 900px;
  margin: 0 auto;
}

.support-guide__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 24px;
}

.support-guide__btn {
  padding: 12px 24px;
  border-radius: 999px;
  border: 2px solid #2c6ca0;
  color: #2c6ca0;
  font-weight: 600;
  transition: all 0.2s ease;
}

.support-guide__btn--primary {
  background: #2c6ca0;
  color: #fff;
  box-shadow: 0 8px 16px rgba(44, 108, 160, 0.2);
}

.support-guide__btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.1);
}

.support-faq {
  padding: 60px 0;
  background: #f8faff;
}

.support-faq h2 {
  text-align: center;
  margin-bottom: 32px;
}
.faq-accordion--expanded .faq-accordion-details {
  padding-bottom: 20px !important;
}
.support-faq__list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faq-accordion {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 18px rgba(15,23,42,0.05);
}

.faq-accordion-summary {
  width: 100%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
}

.faq-accordion-tag {
  background: #e2ecff;
  color: #2c6ca0;
  font-weight: 600;
  font-size: 0.85rem;
  padding: 6px 12px;
  border-radius: 999px;
}

.faq-accordion-icon {
  margin-left: auto;
  font-size: 1.5rem;
  transition: transform 0.2s ease;
}

/* .faq-accordion-details {
  padding: 0 24px 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
} */

.faq-accordion--expanded .faq-accordion-details {
  max-height: 200px;
}

.support-contact {
  padding: 60px 0;
  background: #fff;
}

.support-contact h2 {
  text-align: center;
  margin-bottom: 32px;
}

.support-contact__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
}

.support-contact__card {
  background: #fff;
  border-radius: 24px;
  padding: 32px 28px;
  border: 1px solid #e5ecfb;
  box-shadow: 0 20px 40px rgba(15,23,42,0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.support-contact__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px rgba(15,23,42,0.12);
}

.support-contact__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto 12px;
  font-size: 48px;
}

.support-contact__icon img {
  width: 100%;
  height: auto;
}

.support-contact__eyebrow {
  font-size: 0.9rem;
  font-weight: 600;
  color: #64748b;
  text-transform: uppercase;
}

.support-contact__cta {
  margin-top: 8px;
  padding: 12px 24px;
  border-radius: 999px;
  background: #2c6ca0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.support-contact__cta:hover {
  background: #1f4c78;
  box-shadow: 0 10px 20px rgba(31, 76, 120, 0.25);
  transform: translateY(-1px);
  color: #fff;
}

.support-contact__link {
  color: #1d4ed8;
  font-weight: 600;
}

.support-resources {
  padding: 60px 0;
  background: #f8faff;
  text-align: center;
}

.support-resources__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 32px;
}

.support-resource-card {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 20px rgba(15,23,42,0.05);
}

.support-resource-card__link {
  display: inline-block;
  margin-top: 12px;
  color: #2c6ca0;
  font-weight: 600;
}

@media (max-width: 768px) { 
  .support-hero__actions {
    justify-content: flex-start;
  }
  .support-search__bar {
    flex-direction: column;
  }
  .support-contact__grid {
    grid-template-columns: 1fr;
  }
 
}
.manual-subsection.manual-need-help h3{
  margin-top: 0px;
  font-weight: 700;
}
/* FAQ Styles */
.manual-faq {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.faq-item {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #2c6ca0;
}

.faq-item h3 {
  margin-top: 0;
  margin-bottom: 12px;
  color: #2c6ca0;
  font-size: 1.2rem;
}

.faq-item p {
  margin-bottom: 0;
}

/* Troubleshooting Styles */
.troubleshooting-item {
  background: #f8f9fa;
  padding: 24px;
  border-radius: 8px;
  margin: 24px 0;
}

.troubleshooting-item h4 {
  margin-top: 0;
  color: #2c6ca0;
}

.troubleshooting-item p {
  margin-bottom: 8px;
}

.troubleshooting-item ul {
  margin-top: 8px;
}

.white-label-branding-option .white-label-intro-features{
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}
.white-label-trusted {
  margin-top: 40px;
}

/* Responsive Styles */
@media (max-width: 768px) {
   
  .manual-hero-banner h1 {
    font-size: 2rem;
  }
  
  .manual-hero-banner p {
    font-size: 1rem;
  }
  
  .manual-section {
    scroll-margin-top: 20px;
  }
  
  .manual-section h2 {
    font-size: 1.75rem;
  }
  
  .pos-buttons,
  .manual-buttons {
    flex-direction: column;
  }
  
  .pos-button,
  .manual-button {
    width: 100%;
    text-align: center;
  } 
  .support-hero h1 {
    font-size: 32px; 
}
.manual-page-wrapper .post-content {
  padding: 0;
}
.manual-page-wrapper > .container {
  flex-wrap: wrap;
}
}

@media (max-width: 480px) {
  .manual-hero-banner h1 {
    font-size: 1.75rem;
  }
  
  .manual-section h2 {
    font-size: 1.5rem;
  }
  
  .manual-section h3 {
    font-size: 1.3rem;
  }
  .support-hero__btn--primary { 
    width: 100%;
    justify-content: center;
}
}