.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: #222B4599;
  --text-tertiary: rgba(34, 43, 69, 0.4);
  --color-white: #fff;
  --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);
  --red-color: #FF0000;
  --border-Color: #C8CEE3;
}

/* ==========================
   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;
  border-radius: 30px;
}

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

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

.btn-secondary {
  background-color: #FFF;
  color: var(--primary-blue);
  border: 2px solid var(--primary-blue);
  border-radius: 30px;
}

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

/* Hero section button variants */
.btn-secondary-outline {
  background-color: transparent;
  border: 2px solid #2c6ca0;
  color: var(--primary-blue);
  margin-top: 12px;
  border-radius: 30px;
}

.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;
  border-radius: 30px;
}

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

/* White outline – transparent bg, white border & text (e.g. on dark/hero backgrounds) */
.btn-outline-white {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
}

.btn-outline-white:hover {
  background-color: #fff;
  color: var(--primary-blue, #2c6ca0);
  border-color: #fff;
}

/* 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 {
  flex-shrink: 0;
}

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

/* Center section: nav sits in the middle between logo and buttons */
.header-nav-center {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
}

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

.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;
    align-items: center;
    justify-content: center;
    margin-right: 0;
  }

  .nav-buttons {
    display: none;
  }

  /* Center nav takes no space on mobile; main-nav overlay is position:fixed */
  .header-nav-center {
    flex: 0;
    width: 0;
    overflow: visible;
  }

  .header-actions {
    margin-left: auto;
    gap: 0;
  }
}

@media (max-width: 768px) {
  .site-header .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .header-content {
    gap: 12px;
  }

  .logo-img {
    height: 46px;
  }

  .nav-toggle {
    padding: 6px;
  }
}

/* ==========================
   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: 15px;
  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 0 0;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
    max-height: calc(100vh - env(safe-area-inset-bottom, 0px));
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    align-items: stretch;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    display: flex;
    justify-content: flex-start;
  }

  .main-nav.active .nav-menu {
    transform: translateX(0);
  }

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

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

  /* Mobile menu buttons */
  .nav-buttons-mobile {
    border-bottom: none;
    padding: 16px 24px;
    padding-bottom: calc(125px + env(safe-area-inset-bottom, 20px));
    margin-top: auto;
    position: sticky;
    bottom: 0;
    background: white;
    z-index: 10;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.05);
  }

  .nav-buttons-mobile-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .mobile-menu-btn {
    width: 100%;
    text-align: center;
    padding: 12px 24px;
    display: block;
    text-decoration: 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;
  }

  /* Hide mobile buttons on desktop - desktop uses header.njk buttons */
  .nav-buttons-mobile {
    display: none !important;
  }
}

/* ==========================
   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-primary);
}

.enterprise-resources-section {
  padding: 40px 0;
  text-align: center;
  background: #fff;
}

.section-header {
  margin-bottom: 30px;
}

#solutions .section-header p.lead-text {
  max-width: 760px;
}

.section-header p.lead-text {
  color: #222B45;
  font-size: 18px;
  font-weight: 500;
  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; */
  margin-bottom: 10px;
}

.feature-card {
  background: var(--background-secondary);
  border-radius: 16px;
  box-shadow: 0 3px 10px var(--shadow-light);
  padding: 16px;
  display: flex;
  gap: 12px;
  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: 600;
  color: var(--text-primary);
  line-height: 1.2;
  margin-bottom: 12px;
}

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

@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: 40px 0;
  background: var(--background-secondary);
}

.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 #C8CEE3;
  border-radius: 12px;
  background: white;
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  padding: 20px 36px;
  text-align: center;
  box-shadow: 0px 3px 10px 0px #222B450D;
}

.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: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solution-icon img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.solution-card h3 {
  color: #222b45;
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
}

.solution-card p {
  color: #222B4599;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
  flex: 1;
  min-height: 0;
}

.solution-link {
  margin-top: auto;
  padding-top: 20px;
  color: #2c6ca0;
  font-weight: 500;
  font-size: 15px;
  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: var(--background-primary);
  padding: 40px 0;
  position: relative;
}

.workflow-steps {
  display: flex;
  flex-direction: column;
  min-width: 1px;
  width: 50%;
  padding-left: 30px;
}

.workflow-step {
  display: flex;
  align-items: flex-start;
  gap: 42px;
  position: relative;
  padding-bottom: 32px;
}

/* Connector line - vertical line between steps with equal spacing */
.workflow-step:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 32px;
  /* Half of circle width (64px) to center the line */
  top: calc(64px + 8px);
  /* Start after circle with 8px gap */
  width: 4px;
  height: calc(100% - 64px - 16px);
  /* Full height minus circle height and equal gaps (8px top + 8px bottom) */
  background: rgba(163, 174, 208, 0.36);
  border-radius: 2px;
  z-index: 0;
}

/* Remove connector for last step */
.workflow-step:last-child {
  padding-bottom: 0;
}

/* Remove connector for step with disabled-before class */
.workflow-step.disabled-before::after {
  content: none;
}

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

.workflow-step-number {
  min-width: 64px;
  height: 64px;
  background: #2c6ca0;
  color: var(--background-secondary);
  border-radius: 50%;
  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: 2;
  /* Above connector line */
  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;
    padding-bottom: 24px;
  }

  /* Adjust connector line position for mobile with equal spacing */
  .workflow-step:not(:last-child)::after {
    left: 24px;
    /* Half of circle width (48px) to center the line */
    top: calc(48px + 6px);
    /* Start after circle with 6px gap */
    height: calc(100% - 48px - 12px);
    /* Full height minus circle height and equal gaps (6px top + 6px bottom) */
  }

  .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: 40px 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: 40px 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 {
  font-size: 20px;
  color: white;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 600;
}

.footer-section p {
  font-weight: 500;
  font-size: 14px;
  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 {
  font-weight: 500;
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #2f6f9f;
  transition: all 0.3s ease;
}

.social-icons a:hover {
  background-color: #2f6f9f;
  color: #ffffff;
}


.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 22px;
  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 {
  font-weight: 500;
  font-size: 14px;
  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: 16px 0px 16px 16px;
  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;
  padding-right: 16px;
}

.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 4px;
  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;
  padding-right: 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;
  position: relative;
}

.chat-support__messages {
  max-height: 280px;
  overflow-y: auto;
  padding-right: 16px;
}

.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: #E8F5E8;
  color: #4CAF50;
  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: transparent;
  color: #2c6ca0;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  cursor: pointer;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  z-index: 9;
}

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

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

.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: 1px;
}

.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;
  background: linear-gradient(90deg, #1C2C58 0%, #143BAB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  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: 140px 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: 160px;
  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;
}

/* Hero v2 (main-content-hero-v2) – two-line title, new typography */
.main-content-hero-v2 .hero-v2-title {
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 0;
  margin-bottom: 24px;
  display: block;
}

.main-content-hero-v2 .hero-v2-title-line1 {
  background: linear-gradient(90deg, #1C2C58 0%, #143BAB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.main-content-hero-v2 .hero-v2-title-line2 {
  color: #F59F0A;
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 0;
}

.main-content-hero-v2 .hero-v2-subtitle {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
  color: #2C6CA0;
  margin: 0 0 12px 0;
  max-width: 512px;
}

.main-content-hero-v2 .hero-v2-description {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0;
  color: #222b45;
  opacity: 0.8;
  margin: 0 0 28px 0;
  max-width: 512px;
}

.main-content-hero-v2 .hero-v2-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

/* Right column (visual content) */


.main-content-hero-v2 .main-right-sub-content {
  width: min(100%, 700px);
  height: 429px;
  min-height: 429px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  position: relative;
  border: 4px solid #2c6ca0;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
  background: #000;
}

.hero-video-frame {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url('/assets/images/video_image.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-inline-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-video-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border: none;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 20;
}

.hero-video-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-video-icon-pause {
  display: none;
}

.hero-video-frame.is-playing .hero-video-toggle {
  opacity: 0;
  pointer-events: none;
}

.hero-video-frame.is-playing .hero-video-icon-play {
  display: none;
}

.hero-video-frame.is-playing .hero-video-icon-pause {
  display: block;
}

.hero-video-frame.is-playing.is-hovered .hero-video-toggle {
  opacity: 1;
  pointer-events: auto;
}

.main-content-hero-v2 .main-right-sub-content:hover {
  transform: none;
}

.solution-hero-right {
  width: 60%;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
  background-image: none;
}

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

/* 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: 40px 0px;
  text-align: center;
  position: relative;
  background: var(--background-primary);
  margin: 0;
}

/* Importance Section - own class, same type as features-section */
.importance-section {
  padding: 40px 0;
  text-align: center;
  position: relative;
  background: var(--background-secondary);
  margin: 0;
}

/* Free trial section – white background */
.freetrial-section {
  padding: 0px 0px 40px 0px;
  background-color: #fff;
  margin: 0;
}

.freetrial-section__header {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
  background: linear-gradient(90deg, #1C2C58 0%, #143BAB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.freetrial-section__box {
  display: grid;
  grid-template-columns: 1fr 354px;
  gap: 24px;
  width: 100%;
  max-width: 960px;
  margin: 24px auto 0;
  padding: 24px;
  box-sizing: border-box;
  border: 1px solid var(--border-Color, #C8CEE3);
  background-color: var(--background-primary);
  border-radius: 16px;
  overflow: hidden;
}

.freetrial-section__left {
  min-width: 0;
  max-width: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-start;
}

.freetrial-section__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0;
  color: #2C6CA0;
  margin: 0 0 6px 0;
}

.freetrial-section__subhead {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #222b45;
  margin: 0 0 12px 0;
}

.freetrial-section__steps {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
  margin-top: 0;
}

.freetrial-section__step {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.freetrial-section__step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #222B45;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.freetrial-section__step-body {
  flex: 1;
  min-width: 0;
}

.freetrial-section__step-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #222b45;
  margin: 0 0 2px 0;
}

.freetrial-section__step-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0;
  color: #222B4599;
  margin: 0;
}

.freetrial-section__shift-intro {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.35;
  letter-spacing: 0;
  color: #222B4599;
  margin: 0 0 20px 0;
}

.freetrial-section__scan-options {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  align-items: center;
}

.freetrial-section__scan-option {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
  color: #2C6CA0;
}

.freetrial-section__check-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

.freetrial-section__right {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--background-primary);
}

.freetrial-section__cta-box {
  width: 340px;
  min-width: 340px;
  min-height: 295px;
  padding: 24px;
  box-sizing: border-box;
  border: 1px solid #F59F0A29;
  background: #F59F0A0D;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.freetrial-section__cta-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 16px 0;
}

.freetrial-section__cta-title-text {
  color: #222B45;
}

.freetrial-section__cta-title-accent {
  color: #F59F0A;
}

.freetrial-section__cta-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #222B45CC;
  margin: 0 0 28px 0;
}

.freetrial-section__cta-btn {
  margin-bottom: 32px;
}

.freetrial-section__cta-benefits {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.freetrial-section__cta-benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  color: #222B4599;
}

.freetrial-section__cta-check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

@media (max-width: 900px) {
  .freetrial-section__box {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 100%;
    min-height: 280px;
  }

  .freetrial-section__right {
    justify-content: center;
  }

  .freetrial-section__cta-box {
    width: 306px;
    min-width: 280px;
    max-width: 100%;
    min-height: 260px;
  }
}

@media (max-width: 768px) {
  .freetrial-section__box {
    margin-top: 20px;
    padding: 20px;
    min-height: 240px;
    border-radius: 12px;
  }

  .freetrial-section__left {
    justify-content: flex-start;
  }

  .freetrial-section__title {
    font-size: 22px;
    line-height: 28px;
  }

  .freetrial-section__subhead {
    font-size: 15px;
  }

  .freetrial-section__step-title {
    font-size: 14px;
    line-height: 20px;
  }

  .freetrial-section__step-desc,
  .freetrial-section__shift-intro {
    font-size: 12px;
  }

  .freetrial-section__step-num {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }

  .freetrial-section__scan-option {
    font-size: 13px;
  }

  .freetrial-section__cta-box {
    width: 100%;
    min-width: 0;
    max-width: 320px;
    margin: 0 auto;
    min-height: 220px;
    padding: 20px;
  }

  .freetrial-section__cta-title {
    font-size: 24px;
  }

  .freetrial-section__cta-subtitle {
    font-size: 13px;
    margin-bottom: 14px;
  }

  .freetrial-section__cta-benefit {
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .freetrial-section__box {
    margin-top: 16px;
    padding: 16px;
    min-height: 200px;
    border-radius: 10px;
  }

  .freetrial-section__title {
    font-size: 22px;
    line-height: 28px;
  }

  .freetrial-section__subhead {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .freetrial-section__steps {
    margin-bottom: 12px;
    gap: 10px;
  }

  .freetrial-section__step-num {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }

  .freetrial-section__step-title {
    font-size: 14px;
    line-height: 20px;
  }

  .freetrial-section__scan-options {
    gap: 8px 16px;
  }

  .freetrial-section__scan-option {
    font-size: 13px;
  }

  .freetrial-section__cta-box {
    min-height: 180px;
    border-radius: 6px;
    padding: 16px;
  }

  .freetrial-section__cta-title {
    font-size: 22px;
  }

  .freetrial-section__cta-subtitle {
    font-size: 12px;
    margin-bottom: 12px;
  }

  .freetrial-section__cta-btn {
    margin-bottom: 12px;
  }

  .freetrial-section__cta-benefit {
    font-size: 12px;
  }

  .freetrial-section__cta-check {
    width: 18px;
    height: 18px;
  }
}

/* Importance section – two tiles container; stretch so left and right tiles match height */
.importance-tiles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  box-sizing: border-box;
}

/* Common tile styles – responsive width, min-height so content drives height */
.importance-tile {
  width: 100%;
  max-width: 100%;
  min-height: 400px;
  height: auto;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 16px;
  border-width: 1px;
  opacity: 1;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.importance-tile--left {
  border: 1px solid #FF00001F;
  background: #FFF8F8;
}

.importance-tile--right {
  border: 1px solid var(--border-Color, #C8CEE3);
  background: #F8FAFC;
}

.importance-tile-inner {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 0;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.importance-tile--right .importance-tile-inner {
  overflow-y: visible;
}

/* Both headers – Heebo 700, 28px, line-height 36px, gradient */
.importance-tile-header {
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: 0;
  color: #1C2C58;
  background: linear-gradient(90deg, #1C2C58 0%, #143BAB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin: 0 0 4px 0;
}

/* Both subheaders – Heebo 500, 16px, line-height 26px, #222B45 */
.importance-tile-subheader {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #222B45;
  opacity: 0.8;
  margin: 0 0 8px 0;
}

.importance-tile-cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}

.importance-tile--right .importance-tile-cards {
  flex: 1;
  min-height: 0;
  margin-top: 12px;
}

/* Inner card – common: background #fff, height auto */
.importance-card {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border-radius: 12px;
  background-color: #fff;
  box-sizing: border-box;
  height: auto;
  flex-shrink: 0;
}

.importance-card--left {
  border: 1px solid #FF000029;
}

.importance-card--right {
  border: 1px solid var(--border-Color, #C8CEE3);
  flex: 1;
  padding: 12px 16px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.importance-card--right .importance-card-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}

.importance-card--right .importance-card-content {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

.importance-card--right .importance-card-title {
  font-size: 18px;
  margin-bottom: 4px;
}

.importance-card--right .importance-card-desc {
  font-size: 15px;
  line-height: 20px;
}

.importance-card-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
}

.importance-card-content {
  flex: 1;
  min-width: 0;
}

/* Inside box header – Heebo 600, 18px, line-height 100%, #222b45 */
.importance-card-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  color: #222b45;
  margin: 0 0 6px 0;
}

/* Inside box subcontent – Heebo 400, 15px, line-height 20px, #222B4599 */
.importance-card-desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0;
  color: #222B4599;
  margin: 0;
}

/* Importance section – responsive for all screen sizes */
@media (max-width: 1350px) {
  .importance-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-left: 0;
    padding-right: 0;
    gap: 24px;
  }

  .importance-tile {
    width: 100%;
    max-width: 100%;
    min-height: 360px;
  }
}

@media (max-width: 900px) {
  .importance-tiles {
    grid-template-columns: 1fr;
    padding-top: 0;
    gap: 24px;
  }

  .importance-tile {
    width: 100%;
    max-width: 100%;
    min-height: 340px;
    padding: 20px;
  }
}

@media (max-width: 768px) {
  .importance-section {
    padding: 40px 0;
  }

  .importance-tiles {
    padding-top: 0;
    gap: 20px;
  }

  .importance-tile {
    max-width: 100%;
    min-height: 280px;
    padding: 16px;
    border-radius: 12px;
  }

  .importance-tile-inner {
    overflow-y: visible;
  }

  .importance-tile-header {
    font-size: 22px;
    line-height: 30px;
  }

  .importance-tile-subheader {
    font-size: 14px;
    line-height: 22px;
  }

  .importance-tile-cards {
    gap: 10px;
    margin-top: 10px;
  }

  .importance-card {
    padding: 12px;
    border-radius: 10px;
    gap: 12px;
  }

  .importance-card-icon {
    width: 40px;
    height: 40px;
  }

  .importance-card--right .importance-card-icon {
    width: 40px;
    height: 40px;
  }

  .importance-card-title {
    font-size: 16px;
  }

  .importance-card-desc {
    font-size: 14px;
    line-height: 18px;
  }

  .importance-card--right .importance-card-title {
    font-size: 16px;
  }

  .importance-card--right .importance-card-desc {
    font-size: 14px;
    line-height: 18px;
  }

  .importance-tile--right .importance-tile-cards {
    flex: none;
  }

  .importance-card--right {
    flex: none;
    min-height: 0;
    overflow: visible;
    padding: 12px;
  }

  .importance-card--right .importance-card-content {
    overflow-y: visible;
  }
}

@media (max-width: 480px) {
  .importance-section {
    padding: 32px 0;
  }

  .importance-tiles {
    padding-top: 0;
    gap: 16px;
  }

  .importance-tile {
    min-height: 240px;
    padding: 14px;
    border-radius: 10px;
  }

  .importance-tile-header {
    font-size: 20px;
    line-height: 28px;
  }

  .importance-tile-subheader {
    font-size: 13px;
    line-height: 20px;
  }

  .importance-tile-cards {
    gap: 8px;
    margin-top: 8px;
  }

  .importance-card {
    padding: 10px;
    gap: 10px;
    border-radius: 8px;
  }

  .importance-card-icon {
    width: 36px;
    height: 36px;
  }

  .importance-card--right .importance-card-icon {
    width: 36px;
    height: 36px;
  }

  .importance-card-title {
    font-size: 15px;
  }

  .importance-card-desc {
    font-size: 13px;
    line-height: 17px;
  }

  .importance-card--right .importance-card-title {
    font-size: 15px;
  }

  .importance-card--right .importance-card-desc {
    font-size: 13px;
    line-height: 17px;
  }
}

@media (max-width: 360px) {
  .importance-section {
    padding: 24px 0;
  }

  .importance-tiles {
    padding-top: 0;
    gap: 12px;
  }

  .importance-tile {
    min-height: 220px;
    padding: 12px;
  }

  .importance-tile-header {
    font-size: 18px;
    line-height: 24px;
  }

  .importance-tile-subheader {
    font-size: 12px;
    line-height: 18px;
  }

  .importance-card {
    padding: 8px;
    gap: 8px;
  }

  .importance-card-icon,
  .importance-card--right .importance-card-icon {
    width: 32px;
    height: 32px;
  }

  .importance-card-title,
  .importance-card--right .importance-card-title {
    font-size: 14px;
  }

  .importance-card-desc,
  .importance-card--right .importance-card-desc {
    font-size: 12px;
    line-height: 16px;
  }
}

.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: 16px;
  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;
  }

  .main-content-hero-v2 .hero-v2-title,
  .main-content-hero-v2 .hero-v2-title-line1,
  .main-content-hero-v2 .hero-v2-title-line2 {
    font-size: 40px;
    line-height: 48px;
  }

  .main-content-hero-v2 .hero-v2-subtitle {
    font-size: 18px;
    line-height: 26px;
  }

  .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-content-hero-v2 .hero-v2-title,
  .main-content-hero-v2 .hero-v2-title-line1,
  .main-content-hero-v2 .hero-v2-title-line2 {
    font-size: 24px;
    line-height: 32px;
  }

  .main-content-hero-v2 .hero-v2-title-line2 {
    margin-top: 0 !important;
  }

  .main-content-hero-v2 .hero-v2-subtitle {
    font-size: 16px;
    line-height: 24px;
  }

  .main-content-hero-v2 .hero-v2-description {
    font-size: 14px;
  }

  .main-content-hero-v2 .main-right-sub-content {
    width: 100%;
    height: auto;
    min-height: 250px;
    aspect-ratio: 647 / 429;
  }

  .hero-video-toggle {
    width: 56px;
    height: 56px;
  }

  .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: 40px 0;
  text-align: center;
  position: relative;
  background: var(--background-primary);
}

.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-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #222B4599;
  margin-bottom: 26px;
}

.feature-card-retailer h3 {
  font-size: 18px;
  font-weight: 700;
  color: #222B45;
}

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

}

.quote-icon {
  position: absolute;
  bottom: 0;
  right: 16px;
  line-height: 0;
}

.quote-icon img {
  display: block;
  object-fit: contain;
  margin-bottom: 12px;
}

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

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

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

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

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

.pricing-stat-value {
  font-size: 36px;
  font-weight: 700;
  color: var(--color-white);
}

.pricing-stat-label {
  font-size: 18px;
  color: var(--color-white);
  opacity: 0.8;
  text-align: center;
  font-weight: 500;
  margin-bottom: 4px;
}

.pricing-stat-description {
  font-size: 12px;
  color: #FBFAFECC;
  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: 40px 0;
  position: relative;
}

.call-to-action .cta-banner__title {
  margin-top: 0;
}

.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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 42%;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.pricing-tier:hover {
  transform: translateY(-5px);
}

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

/* Tier tab - button-like header connected to content */
.tier-tab {
  width: 176px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  flex-shrink: 0;
  opacity: 1;
}

.tier-tab h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}

.tier-tab-standard {
  background: #222B45;
}

.tier-tab-standard h3 {
  color: #FFF;
}

.tier-tab-enterprise {
  background: var(--background-primary);
  border: 2px solid #2c6ca0;
  border-bottom: 2px solid #2c6ca0;
  box-sizing: border-box;
}

.tier-tab-enterprise h3 {
  color: #222B45;
}

/* Content area: full border, tab sits below top border */
.tier-content-wrap {
  width: 100%;
  border-radius: 16px;
  border: 2px solid #2c6ca0;
  padding: 0 30px 30px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}

/* Tab is first child inside – below the top border */
.tier-content-wrap .tier-tab {
  margin: 0 auto 24px;
}

.standard-tier .tier-content-wrap {
  background: #fff;
}

.enterprise-tier .tier-content-wrap {
  background: #2c6ca0;
  border: 2px solid #A3AED05C;
}

.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: 8px;
  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,
.pricing-tier .feature-check-icon {
  flex-shrink: 0;
}

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

.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 .tier-header .price .currency {
  color: white;
}

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

/* Call to Action Section */
.call-to-action {
  padding: 45px 0;
  width: 100%;
  background-image: url(/assets/images/lotterco-backgroundImage.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: 40px 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;
  background: linear-gradient(90deg, #1C2C58 0%, #143BAB 100%);
  line-height: 1.3;
  font-size: 36px;

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.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: 369px;
  height: 265px;
  background-image: url('/assets/images/faq-graphic-background.svg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: auto;
  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: 16px;
  color: var(--text-primary);
  padding: 2px 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: #222B4599;

  color: var(--text-secondary);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  padding: 0px 60px 16px 0;
}

/* Enterprise CTA Section */
.enterprise-cta-section {
  margin-top: 40px;
  text-align: center;
  padding: 40px 15px;
  background-image: url('/assets/images/lotterco-backgroundImage.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.enterprise-cta-section .cta-banner__title {
  margin-top: 0;
}

.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;
}

.ent-resource-links a {

  color: #2c6ca0;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  font-size: 15px;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #C8CEE3;
}

.ent-resource-links {
  margin-top: 20px;
}

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

/* LottoReco in Action CTA Section – image only in top strip; cards half on image, half on white */
.lottoreco-in-action-cta-section {
  position: relative;
  margin-top: 40px;
  text-align: center;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lottoreco-in-action-cta-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 232px;
  background-image: url('/assets/images/lotterco-backgroundImage.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
  pointer-events: none;
}

.lottoreco-in-action-cta-section__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  pointer-events: none;
  z-index: 0;
}

.lottoreco-in-action-cta-section__content {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
}

.lottoreco-in-action-cta-section__header {
  margin-bottom: 28px;
}

/* Shared CTA banner title & lead – used in enterprise-cta-section and lottoreco-in-action-cta-section */
.cta-banner__header {
  margin-bottom: 36px;
}

.cta-banner__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-white);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  margin: 40px 0 12px 0;
}

.cta-banner__lead {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0;
  text-align: center;
  color: var(--color-white);
  opacity: 0.8;
}

.lottoreco-in-action-cta-section__body {
  margin-bottom: 24px;
  color: rgba(255, 255, 255, 0.9);
}

/* LottoReco in Action – four tiles */
.lottoreco-in-action-cta-section__tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
}

.lottoreco-in-action-tile {
  width: 258px;
  min-height: 142px;
  height: 142px;
  background: var(--color-white);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  flex-shrink: 0;
}

.lottoreco-in-action-tile__header {
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: #222b45;
  background: #2563EB14;
  padding: 10px 12px;
  flex-shrink: 0;
}

.lottoreco-in-action-tile__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 10px 12px;
  min-height: 0;
}

.lottoreco-in-action-tile__top {
  flex: 1;
  min-height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.lottoreco-in-action-tile__badge {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-block;
  width: fit-content;
}

.lottoreco-in-action-tile__badge--deficit {
  background: var(--red-color, #FF0000);
  color: var(--color-white);
}

.lottoreco-in-action-tile__badge--matched {
  background: #6CFF91;
  color: #222b45;
}

.lottoreco-in-action-tile__badge--surplus {
  background: rgba(0, 0, 255, 0.12);
  color: #0000FF;
}

.lottoreco-in-action-tile__value {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}

.lottoreco-in-action-tile__value--red {
  color: #ff0000;
}

.lottoreco-in-action-tile__value--blue {
  color: #0000FF;
}

.lottoreco-in-action-tile__value--large {
  font-weight: 700;
  font-size: 24px;
}

.lottoreco-in-action-tile__detail {
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: #919EAB;
}

.lottoreco-in-action-tile__checkmarks {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  object-fit: contain;
}

.lottoreco-in-action-tile__divider {
  width: 100%;
  height: 0;
  border-top: 1px solid var(--border-Color, #C8CEE3);
  margin: 0;
  flex-shrink: 0;
}

.lottoreco-in-action-tile__total-row,
.lottoreco-in-action-tile__total-label--center {
  flex-shrink: 0;
  padding-top: 6px;
}

.lottoreco-in-action-tile__total-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}

.lottoreco-in-action-tile__total-label {
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0;
  color: #222b45;
}

.lottoreco-in-action-tile__total-label--center {
  text-align: center;
  width: 100%;
}

.lottoreco-in-action-tile__total-meta {
  font-weight: 400;
  font-style: italic;
  font-size: 14px;
  line-height: 100%;
  color: #919EAB;
  flex-shrink: 0;
}

.lottoreco-in-action-tile--overall .lottoreco-in-action-tile__body {
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.lottoreco-in-action-tile--overall .lottoreco-in-action-tile__badge {
  width: fit-content;
}

.lottoreco-in-action-tile--overall .lottoreco-in-action-tile__divider {
  display: none;
}

@media (max-width: 768px) {
  .lottoreco-in-action-cta-section {
    padding: 40px 15px 72px;
  }

  .lottoreco-in-action-cta-section__bg,
  .lottoreco-in-action-cta-section__overlay {
    height: 260px;
  }

  .lottoreco-in-action-cta-section__title {
    font-size: 28px;
    line-height: 36px;
  }

  .lottoreco-in-action-cta-section__lead {
    font-size: 16px;
    line-height: 24px;
  }

  .lottoreco-in-action-cta-section__tiles {
    gap: 16px;
    margin-top: 24px;
  }

  .lottoreco-in-action-tile {
    width: 100%;
    max-width: 280px;
    min-height: 142px;
    height: auto;
  }

  .lottoreco-in-action-tile__body {
    padding: 12px;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .lottoreco-in-action-cta-section__tiles {
    gap: 16px;
  }

  .lottoreco-in-action-tile {
    width: calc(50% - 8px);
    max-width: 258px;
  }
}

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

.workflow-step-integration-card {
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #C8CEE3;
  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: #222b45;
  margin-bottom: 6px;
}

.workflow-step-desc {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #222B4599;

}

.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: min(100%, 369px);
    height: auto;
    aspect-ratio: 369 / 265;
    margin-top: 24px;
    margin-left: 0;
    margin-right: 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--primary:hover {
  color: #fff;
}

.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: 15px 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;
  }
}

/* Book a Demo Page Styles */
.book-demo-hero {
  padding: 120px 0 0;
  background: var(--background-primary);
  color: #0e3a7b;
  text-align: center;
}

.book-demo-hero__content {
  max-width: 800px;
  margin: 0 auto;
}

.book-demo-hero h1 {
  font-size: 42px;
  font-weight: 700;
  margin: 0 0 32px 0;
  line-height: 1.2;
  color: #0e3a7b;
}

/* Book Demo CTA Profile in Left Column */
.book-demo-scheduler__content {
  margin-top: 0;
  padding-top: 0;
}

.book-demo-scheduler__content .book-demo-cta__profile {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 0;
  margin-bottom: 32px;
  padding-top: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
}

.book-demo-cta__photo {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #e2e8f0;
  box-shadow: 0 4px 12px rgba(14, 58, 123, 0.1);
  flex-shrink: 0;
}

.book-demo-cta__info {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.book-demo-cta__name {
  font-size: 17px;
  font-weight: 600;
  color: #0e3a7b;
  line-height: 1.4;
}

.book-demo-cta__duration {
  font-size: 15px;
  color: #4a5768;
  line-height: 1.4;
}

.book-demo-benefits {
  padding: 80px 0;
  background: #fff;
}

.book-demo-benefits__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  margin-top: 48px;
}

/* Benefits grid within scheduler section */
.book-demo-scheduler__content .book-demo-benefits__grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 32px;
  margin-bottom: 40px;
}

.book-demo-benefit-card {
  padding: 32px;
  background: #f8fafc;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.book-demo-benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(14, 58, 123, 0.1);
}

.book-demo-benefit-icon {
  font-size: 48px;
  margin-bottom: 16px;
  line-height: 1;
}

.book-demo-benefit-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #0e3a7b;
}

.book-demo-benefit-card p {
  color: #4a5768;
  line-height: 1.6;
  margin: 0;
}

.book-demo-scheduler {
  padding: 0 0 80px;
  margin-top: 0;
  background: #f8fafc;
}

.book-demo-scheduler__wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: start;
  max-width: 1200px;
  margin: 0 auto;
}

.book-demo-bullets {
  padding: 0;
}

.book-demo-bullets h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #0e3a7b;
  line-height: 1.3;
}

.book-demo-bullets__intro {
  font-size: 18px;
  color: #4a5768;
  margin-bottom: 16px;
  line-height: 1.6;
}

.book-demo-bullets__demo {
  font-size: 16px;
  color: #4a5768;
  margin-bottom: 16px;
  line-height: 1.6;
}

.book-demo-bullets__trial {
  font-size: 16px;
  color: #2c6ca0;
  font-weight: 500;
  margin-bottom: 32px;
  line-height: 1.6;
}

.book-demo-bullets__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.book-demo-bullets__list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 0;
  color: #2c3e50;
  line-height: 1.6;
}

.book-demo-bullets__list li svg {
  flex-shrink: 0;
  margin-top: 4px;
  color: #2c6ca0;
}

.book-demo-bullets__list li span {
  font-size: 16px;
  color: #4a5768;
}

.book-demo-bullets__list li strong {
  color: #0e3a7b;
  font-weight: 600;
}

.book-demo-scheduler__features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.book-demo-scheduler__feature {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2c6ca0;
  font-weight: 500;
}

.book-demo-scheduler__feature svg {
  flex-shrink: 0;
  color: #2c6ca0;
}

.book-demo-scheduler__widget {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(14, 58, 123, 0.1);
  min-height: 700px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.book-demo-scheduler__widget-title {
  font-size: 24px;
  font-weight: 600;
  color: #0e3a7b;
  margin: 0 0 20px 0;
  padding: 0;
}

.book-demo-scheduler__iframe-wrapper {
  flex: 1;
  min-height: 700px;
  overflow: hidden;
}

.book-demo-scheduler__widget iframe {
  width: 100%;
  min-height: 700px;
  border: none;
  display: block;
}

.book-demo-scheduler__powered-by {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
  text-align: center;
  font-size: 13px;
  color: #6b7280;
}

.book-demo-scheduler__powered-by a {
  color: #2c6ca0;
  text-decoration: none;
  transition: color 0.2s ease;
}

.book-demo-scheduler__powered-by a:hover {
  color: #0e3a7b;
  text-decoration: underline;
}

.book-demo-fallback {
  padding: 48px;
  text-align: center;
}

.book-demo-fallback__content h3 {
  font-size: 24px;
  margin-bottom: 16px;
  color: #0e3a7b;
}

.book-demo-fallback__content p {
  color: #4a5768;
  margin-bottom: 32px;
}

.book-demo-fallback__actions {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.book-demo-trust {
  padding: 80px 0;
  background: #fff;
}

.book-demo-trust__stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 48px;
  margin-top: 48px;
  text-align: center;
}

.book-demo-trust__stat {
  padding: 32px;
}

.book-demo-trust__number {
  font-size: 48px;
  font-weight: 700;
  color: #0e3a7b;
  margin-bottom: 8px;
  line-height: 1;
}

.book-demo-trust__label {
  font-size: 16px;
  color: #4a5768;
  font-weight: 500;
}

/* Responsive Styles for Book a Demo */
@media (max-width: 968px) {
  .book-demo-scheduler__wrapper {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .book-demo-scheduler__widget {
    order: -1;
  }

  .book-demo-scheduler__widget-title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .book-demo-scheduler__iframe-wrapper {
    min-height: 600px;
  }

  .book-demo-scheduler__widget iframe {
    min-height: 600px;
  }
}

@media (max-width: 768px) {
  .book-demo-hero {
    padding: 100px 0 30px;
  }

  .book-demo-hero h1 {
    font-size: 32px;
  }

  .book-demo-scheduler__content .book-demo-cta__profile {
    flex-direction: row;
    gap: 14px;
    margin-bottom: 24px;
    padding-bottom: 20px;
  }

  .book-demo-cta__photo {
    width: 60px;
    height: 60px;
  }

  .book-demo-cta__name {
    font-size: 16px;
  }

  .book-demo-cta__duration {
    font-size: 14px;
  }
}

.book-demo-benefits {
  padding: 60px 0;
}

.book-demo-benefits__grid {
  grid-template-columns: 1fr;
  gap: 24px;
}

.book-demo-scheduler {
  padding: 0 0 60px;
}

.book-demo-bullets h2 {
  font-size: 24px;
}

.book-demo-bullets__intro {
  font-size: 16px;
}

.book-demo-bullets__demo {
  font-size: 15px;
}

.book-demo-bullets__trial {
  font-size: 15px;
}

.book-demo-bullets__list li {
  gap: 12px;
}

.book-demo-bullets__list li span {
  font-size: 15px;
}

.book-demo-trust {
  padding: 60px 0;
}

.book-demo-trust__stats {
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
}

@media (max-width: 480px) {
  .book-demo-hero h1 {
    font-size: 28px;
  }

  .book-demo-trust__stats {
    grid-template-columns: 1fr;
  }

  .book-demo-trust__number {
    font-size: 36px;
  }

  .book-demo-fallback__actions {
    flex-direction: column;
  }

  .book-demo-fallback__actions .btn {
    width: 100%;
  }
}

/* ==========================
   Hero Responsive Overrides (mobile-first)
   ========================== */
.main-content,
.solution-hero {
  width: 100%;
  margin: 0;
  padding: clamp(6rem, 14vw, 8.75rem) 0 clamp(2rem, 6vw, 3rem);
  background: var(--background-primary) url('/assets/images/marketing_background_image.webp') center / cover no-repeat;
  overflow-x: clip;
}

.main-content .custom-container,
.solution-hero .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(1.5rem, 5vw, 2.5rem);
  min-width: 0;
}

.main-left-sub-content,
.solution-hero-left,
.main-content-hero-v2 .main-right-sub-content,
.solution-hero-right {
  width: 100%;
  min-width: 0;
}

.main-left-sub-content h1,
.solution-hero-left h1 {
  margin: 0 0 1rem;
  font-weight: 700;
  font-size: clamp(1.5rem, 5.2vw, 2rem);
  line-height: 1.2;
  color: var(--text-primary);
  overflow-wrap: anywhere;
}

.main-left-sub-content .trust-line,
.solution-hero-left .trust-line {
  margin: 0 0 0.75rem;
  font-size: clamp(1rem, 3.8vw, 1.125rem);
  line-height: 1.35;
  font-weight: 600;
  color: #047857;
  max-inline-size: 32rem;
}

.main-left-sub-content p,
.solution-hero-left p {
  margin: 0 0 1.5rem;
  font-size: clamp(0.95rem, 3.5vw, 1.0625rem);
  line-height: 1.6;
  color: var(--text-primary);
  max-inline-size: 32rem;
  overflow-wrap: anywhere;
}

.main-content-hero-v2 .hero-v2-title {
  margin: 0 0 1rem;
  display: block;
  font-weight: 700;
  font-size: clamp(1.9rem, 8vw, 3.5rem);
  line-height: 1.15;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.main-content-hero-v2 .hero-v2-title-line1 {
  display: block;
  background: linear-gradient(90deg, #1c2c58 0%, #143bab 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.main-content-hero-v2 .hero-v2-title-line2 {
  display: block;
  color: #f59f0a;
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0;
  margin-top: -8px;
}

.main-content-hero-v2 .hero-v2-subtitle {
  margin: 0 0 0.75rem;
  max-inline-size: 32rem;
  font-weight: 600;
  font-size: clamp(1rem, 3.8vw, 1.25rem);
  line-height: 1.4;
  color: #2c6ca0;
}

.main-content-hero-v2 .hero-v2-description {
  margin: 0 0 1.5rem;
  max-inline-size: 36rem;
  font-weight: 400;
  font-size: clamp(0.9rem, 3.4vw, 1rem);
  line-height: 1.6;
  color: rgb(34 43 69 / 80%);
}

.main-content-hero-v2 .hero-v2-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
}

.main-content-hero-v2 .main-right-sub-content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  aspect-ratio: 647 / 429;
  height: auto;
  min-height: 0;
  border: 0.25rem solid #2c6ca0;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #000;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}

.main-content-hero-v2 .main-right-sub-content:hover {
  transform: scale(1.05);
}

.hero-video-frame {
  position: relative;
  width: 100%;
  height: 100%;
  background: url('/assets/images/video_image.png') center / cover no-repeat;
}

.hero-inline-video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-video-toggle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(3rem, 12vw, 4.5rem);
  height: clamp(3rem, 12vw, 4.5rem);
  transform: translate(-50%, -50%);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  z-index: 20;
}

.hero-video-icon {
  width: 100%;
  height: 100%;
  display: block;
}

.hero-video-icon-pause {
  display: none;
}

.hero-video-frame.is-playing .hero-video-toggle {
  opacity: 0;
  pointer-events: none;
}

.hero-video-frame.is-playing .hero-video-icon-play {
  display: none;
}

.hero-video-frame.is-playing .hero-video-icon-pause {
  display: block;
}

.hero-video-frame.is-playing.is-hovered .hero-video-toggle {
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 48rem) {

  .main-content .custom-container,
  .solution-hero .container {
    flex-direction: row;
    gap: clamp(2rem, 6vw, 5rem);
  }

  .main-left-sub-content,
  .solution-hero-left {
    flex: 0 1 45%;
  }

  .main-content-hero-v2 .main-right-sub-content,
  .solution-hero-right {
    flex: 1 1 50%;
  }

  .main-content-hero-v2 .hero-v2-title {
    line-height: 1.12;
  }
}

@media (min-width: 64rem) {

  .main-content .custom-container,
  .solution-hero .container {
    gap: clamp(4rem, 0vw, 10rem);
    align-items: center;
  }

  .main-content-hero-v2 .hero-v2-title {
    font-size: clamp(2.2rem, 4.5vw, 2rem);
    line-height: 1.2;
    overflow: visible;
  }

  .main-content-hero-v2 .hero-v2-title-line1 {
    display: inline-block;
    line-height: 1.2;
    padding-bottom: 0.14em;
    position: relative;
    top: 0;
    overflow: visible;
  }

  .main-content-hero-v2 .hero-v2-subtitle {
    font-size: clamp(1.125rem, 1.5vw, 1.25rem);
  }
}