@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

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

.btn {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.3s ease;
  color: #1F1D1D;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  outline: none !important;
  border: none !important;
}
.btn:focus {
  outline: none !important;
}
.btn:hover {
  transform: translateY(-2px);
  color: #1F1D1D;
}
.btn.btn-lg {
  padding: 10px 20px;
}
@media (max-width: 767.98px) {
  .btn.btn-lg {
    padding: 10px 15px;
  }
}
.btn.btn-light {
  background: #FFF;
}
.btn.btn-light:hover {
  transform: translateY(-2px);
}
.btn.btn-primary {
  background: #1434FF;
  color: #fff;
}
.btn.btn-primary:hover {
  transform: translateY(-2px);
}
.btn.btn-outline-light {
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}
.btn.btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767.98px) {
  .hero-buttons .btn {
    display: block;
    margin: 0.5rem 0;
    width: 100%;
  }
  .hero-buttons .btn.me-3 {
    margin-right: 0 !important;
  }
}

.cta-content .btn {
  padding: 10px 30px;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .cta-content .btn {
    padding: 10px 20px;
  }
}

.navbar {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 0;
}
@media (max-width: 991.98px) {
  .navbar {
    padding: 0.5rem 0;
  }
}
@media (max-width: 991.98px) {
  .navbar .container {
    max-width: none;
  }
}
.navbar .navbar-brand {
  font-size: 1.5rem;
  font-weight: 800;
}
.navbar .navbar-brand .text-primary {
  color: #0d6efd !important;
}
.navbar .navbar-nav {
  margin-left: auto;
}
.navbar .navbar-nav .nav-link {
  color: #000;
  font-size: 12px;
  font-weight: 700;
  line-height: 100%;
  padding: 10px 24px;
  outline: none !important;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 12px;
  }
}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    font-size: 18px;
    justify-content: space-between;
  }
}
.navbar .navbar-nav .nav-link:hover {
  color: #0d6efd;
}
.navbar .navbar-nav .nav-link.dropdown-toggle::after {
  margin-left: 0.5rem;
  content: "+";
  border: none;
  font-size: 14px;
  font-weight: 700;
}
.navbar .navbar-nav .dropdown-menu {
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  font-size: 11px;
  font-weight: 600;
  color: #333;
  padding: 0.5rem 1rem;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: rgba(13, 110, 253, 0.1);
  color: #0d6efd;
}
@media (max-width: 991.98px) {
  .navbar .navbar-toggler {
    border: none;
    padding: 0.25rem 0.5rem;
  }
  .navbar .navbar-toggler:focus {
    box-shadow: none;
  }
}

@media (min-width: 992px) {
  .navbar-collapse {
    display: flex !important;
    position: static;
    width: auto;
    height: auto;
    visibility: visible;
    background: transparent;
    border: none;
    transform: none;
    justify-content: flex-end;
  }
  .navbar-collapse .offcanvas-header {
    display: none;
  }
  .navbar-collapse .offcanvas-body {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    width: 100%;
  }
  .navbar-collapse .offcanvas-body .navbar-nav {
    margin-left: auto;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse.offcanvas-end {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 576px) {
  .navbar-collapse.offcanvas-end {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse .offcanvas-header {
    border-bottom: 1px solid #eee;
    padding: 1rem 2rem 1rem 1.5rem;
    width: 100%;
  }
  .navbar-collapse .offcanvas-header .offcanvas-title img {
    height: 30px;
    object-fit: contain;
  }
  .navbar-collapse .offcanvas-body {
    padding: 1.5rem;
    width: 100%;
  }
  .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .navbar-collapse .navbar-nav .nav-link {
    padding: 0.75rem 0;
    border-bottom: 1px solid #f8f9fa;
    text-align: left;
  }
  .navbar-collapse .navbar-nav .nav-link:hover {
    background: none;
  }
  .navbar-collapse .navbar-nav .dropdown .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding: 0.5rem 0 0.5rem 1rem;
    font-size: 16px;
    font-weight: 600;
    color: #666;
    background: transparent;
  }
  .navbar-collapse .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    background: transparent;
    color: #0d6efd;
  }
}

h1, .h1 {
  font-size: 54px;
}
@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 44px;
  }
}
@media (max-width: 374.98px) {
  h1, .h1 {
    font-size: 32px;
  }
}

h2, .h2 {
  font-size: 60px;
}
h2-dop, .h2-dop {
  font-size: 50px;
}
@media (max-width: 991.98px) {
  h2, .h2 {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 38px;
  }
}
@media (max-width: 375px) {
  h2, .h2 {
    font-size: 32px;
  }
}

h3, .h3 {
  font-size: 36px;
}
@media (max-width: 991.98px) {
  h3, .h3 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media (max-width: 375px) {
  h3, .h3 {
    font-size: 24px;
  }
}

.lead-custom-text {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 991.98px) {
  .lead-custom-text {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .lead-custom-text {
    font-size: 18px;
  }
}
@media (max-width: 374.98px) {
  .lead-custom-text {
    font-size: 16px;
  }
}

a:focus, a:active {
  outline: none !important;
  border: none !important;
}

@media (min-width: 1200px) {
  .container-min {
    max-width: 1100px;
  }
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #0d6efd;
  border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
  background: #0257d5;
}

.loading {
  opacity: 0.7;
  pointer-events: none;
}
.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  border: 2px solid #f3f3f3;
  border-top: 2px solid #0d6efd;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-lift:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.hover-scale {
  transition: transform 0.3s ease;
}
.hover-scale:hover {
  transform: scale(1.05);
}

.glass {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
}

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}
.text-shadow {
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.text-shadow-strong {
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767.98px) {
  .mb-mobile-0 {
    margin-bottom: 0 !important;
  }
  .mb-mobile-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-mobile-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-mobile-3 {
    margin-bottom: 1rem !important;
  }
  .mb-mobile-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-mobile-5 {
    margin-bottom: 3rem !important;
  }
  .mt-mobile-0 {
    margin-top: 0 !important;
  }
  .mt-mobile-1 {
    margin-top: 0.25rem !important;
  }
  .mt-mobile-2 {
    margin-top: 0.5rem !important;
  }
  .mt-mobile-3 {
    margin-top: 1rem !important;
  }
  .mt-mobile-4 {
    margin-top: 1.5rem !important;
  }
  .mt-mobile-5 {
    margin-top: 3rem !important;
  }
  .px-mobile-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .px-mobile-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .px-mobile-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}
.nav-link:focus,
a:focus {
  outline: 2px solid #0d6efd;
  outline-offset: 2px;
}

@media (prefers-color-scheme: dark) {
  .auto-dark {
    background: #1a1a1a;
    color: white;
  }
}
.text-primary {
  color: #1434FF;
}

.hero-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 115px;
  padding-bottom: 140px;
  margin-top: 96px;
}
@media (max-width: 991.98px) {
  .hero-section {
    margin-top: 64px;
  }
}
.hero-section .container {
  position: relative;
  z-index: 2;
}
.hero-section .hero-content h1 {
  font-weight: 800;
  line-height: 1.2;
}
.hero-section .hero-content p,
.hero-section .hero-content .lead {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #FFF;
}
@media (max-width: 767.98px) {
  .hero-section {
    text-align: center;
    padding-top: 100px;
  }
  .hero-section .hero-content h1 {
    font-size: 2.5rem;
  }
  .hero-section .hero-content .lead {
    font-size: 1.1rem;
  }
}

.line-bottom-section {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  .line-bottom-section {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.line-bottom {
  width: 100%;
  height: 1px;
  background: #707070;
}

.module-section {
  padding: 60px 0;
}
.module-section .module-nav .module-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.module-section .module-nav .module-nav-list li {
  border-bottom: 1px solid #1F1D1D;
}
@media (max-width: 767.98px) {
  .module-section .module-nav .module-nav-list li {
    border-bottom: none;
  }
}
.module-section .module-nav .module-nav-list .module-nav-link {
  text-decoration: none;
  color: #1F1D1D;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: color 0.3s ease;
}
.module-section .module-nav .module-nav-list .module-nav-link:hover {
  color: #333;
  text-decoration: none;
}
.module-section .module-nav .module-nav-list .module-nav-link.active {
  color: #1434FF;
  font-weight: 600;
}
.module-section .module-nav .module-nav-list .module-nav-link .module-nav-link-arrow svg {
  width: 20px;
  height: 20px;
}
.module-section .module-image-wrapper img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .module-section {
    padding: 40px 0;
  }
  .module-section .module-nav {
    margin-bottom: 2rem;
    text-align: center;
  }
  .module-section .module-nav .module-nav-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .module-section .module-nav .module-nav-list {
    gap: 0.5rem;
  }
}
@media (max-width: 767.98px) {
  .module-section .module-nav .module-nav-list li {
    margin-bottom: 0.5rem;
  }
  .module-section .module-nav .module-nav-list .module-nav-link {
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    background: #f8f9fa;
  }
}
@media (max-width: 767.98px) and (max-width: 767.98px) {
  .module-section .module-nav .module-nav-list .module-nav-link {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .module-section .module-nav .module-nav-list .module-nav-link.active {
    background: #007bff;
    color: #fff;
  }
}

.features-grid-section {
  padding: 90px 0 70px;
}
.features-grid-section .feature-card {
  min-height: 420px;
  padding: 40px 40px 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  border-radius: 8px;
}
.features-grid-section .feature-card .feature-number {
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 2rem;
}
.features-grid-section .feature-card .feature-content .feature-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 18px;
}
@media (max-width: 991.98px) {
  .features-grid-section .feature-card .feature-content .feature-title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .features-grid-section .feature-card .feature-content .feature-title {
    font-size: 28px;
  }
}
.features-grid-section .feature-card .feature-content .feature-description {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 0;
}
.features-grid-section .feature-card .feature-decorations {
  position: absolute;
  top: 40px;
  right: 0;
  left: 0;
}
.features-grid-section .feature-card .feature-decorations .decoration-cross {
  position: absolute;
  width: 36px;
  height: 36px;
  opacity: 0.3;
}
.features-grid-section .feature-card .feature-decorations .decoration-cross::before, .features-grid-section .feature-card .feature-decorations .decoration-cross::after {
  content: "";
  position: absolute;
  background: currentColor;
}
.features-grid-section .feature-card .feature-decorations .decoration-cross::before {
  width: 36px;
  height: 2px;
  top: 17px;
  left: 0;
}
.features-grid-section .feature-card .feature-decorations .decoration-cross::after {
  width: 2px;
  height: 36px;
  top: 0;
  left: 17px;
}
.features-grid-section .feature-card .feature-decorations .decoration-cross:first-child {
  left: 50%;
  transform: translateX(-50%);
}
.features-grid-section .feature-card .feature-decorations .decoration-cross:last-child {
  right: 40px;
}
.features-grid-section .feature-card {
  background: #1f1f1f !important;
  color: white !important;
  transition: background 0.3s ease, color 0.3s ease;
}

.features-grid-section .feature-card:hover {
  background: #0016e2 !important;
  color: white !important;
}

@media (max-width: 767.98px) {
  .features-grid-section .feature-card {
    min-height: 300px;
    padding: 40px 30px;
  }
  .features-grid-section .feature-card .feature-number {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
  .features-grid-section .feature-card .feature-content .feature-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .features-grid-section .feature-card .feature-content .feature-description {
    font-size: 0.9rem;
  }
  .features-grid-section .feature-card .feature-decorations {
    top: 30px;
  }
  .features-grid-section .feature-card .feature-decorations .decoration-cross {
    width: 24px;
    height: 24px;
  }
  .features-grid-section .feature-card .feature-decorations .decoration-cross::before {
    width: 24px;
    height: 1px;
    top: 11px;
  }
  .features-grid-section .feature-card .feature-decorations .decoration-cross::after {
    width: 1px;
    height: 24px;
    left: 11px;
  }
  .features-grid-section .feature-card .feature-decorations .decoration-cross:last-child {
    right: 30px;
  }
}

.content-section.bg-light {
  background-color: #f8f9fa !important;
}
.content-section .query-example .search-box input {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 14px;
}
.content-section .query-example .search-box input:focus {
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: none;
}
.content-section .query-example .result-item {
  transition: all 0.3s ease;
}
.content-section .query-example .result-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.content-section .llm-response {
  border-left: 4px solid #007bff;
}
.content-section .llm-response .response-header {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.content-section .insights-panel {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}
.content-section .insights-panel li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.content-section .insights-panel li:last-child {
  border-bottom: none;
}
.content-section .audit-dashboard .metric-item .progress {
  height: 8px;
  border-radius: 4px;
  background-color: #f1f3f4;
}
.content-section .audit-dashboard .metric-item .progress-bar {
  border-radius: 4px;
}
.content-section .recommendations li {
  padding: 6px 0;
}
.content-section .recommendations li:before {
  margin-right: 8px;
}
.content-section .revenue-tracking .stat-card {
  border-right: 1px solid #eee;
}
.content-section .revenue-tracking .stat-card:last-child {
  border-right: none;
}
.content-section .revenue-tracking .stat-card h3 {
  font-weight: 800;
}
.content-section .revenue-tracking .table {
  margin-bottom: 0;
}
.content-section .revenue-tracking .table th {
  border-top: none;
  font-weight: 600;
  font-size: 13px;
  color: #6c757d;
}
.content-section .revenue-tracking .table td {
  font-size: 14px;
  vertical-align: middle;
}
.content-section .integration-panel {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
}
.content-section .integration-panel .integration-item {
  transition: all 0.3s ease;
  border: 1px solid #eee;
}
.content-section .integration-panel .integration-item:hover {
  transform: translateX(4px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.content-section .integration-panel .integration-item img {
  flex-shrink: 0;
}
.content-section .integration-panel .integration-item .badge {
  font-size: 11px;
}

.hero-nav-buttons {
  margin: 30px 0;
}
.hero-nav-buttons .btn {
  margin: 5px;
  border-radius: 25px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.hero-nav-buttons .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 255, 255, 0.3);
}

.hero {
  background: #fff;
  padding: 90px 0 90px;
}
@media (max-width: 991.98px) {
  .hero {
    padding: 50px 0 50px;
  }
}
.hero h1 {
  font-size: 50px;
  line-height: 1.2;
  color: #1F1D1D;
}
@media (max-width: 991.98px) {
  .hero h1 {
    font-size: 44px;
  }
}
.hero .steps-row .step {
  max-width: 240px;
  margin: 0 auto;
}

.steps-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr); 
  gap: 25px;
  text-align: center;
  padding-top: 1.25rem;
}

@media (min-width: 768px) {
  .steps-row {
    grid-template-columns: repeat(5, 1fr); 
  }
}


.hero .step-col {
  display: flex;
  flex-direction: column;
  gap: 25px;
  text-align: center;
  justify-content: space-between;
  padding-top: 1.25rem; 
}

.hero .step-number { 
  font-size: 152px;
  line-height: 1;
  font-weight: 700;
  text-align: center;

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

.hero .step-number.num-1 {
  /* grey → darker grey */
  background-image: linear-gradient(180deg, rgba(31,29,29,0.3), rgba(31,29,29,0.55));
}

.hero .step-number.num-2 {
  /* greyish blue */
  background-image: linear-gradient(180deg, #a6b2d2, #7a8bb5);
}

.hero .step-number.num-3 {
  /* mid blue */
  background-image: linear-gradient(180deg, #7f92e1, #4a63c3);
}

.hero .step-number.num-4 {
  /* stronger blue */
  background-image: linear-gradient(180deg, #5a6ef0, #2e4ce2);
}

.hero .step-number.num-5 {
  /* brand blue */
  background-image: linear-gradient(180deg, #5b78ff, #1434FF);
}



@media (max-width: 991.98px) {
  .hero .step-number {
    font-size: 100px;
    margin-bottom: 0;
    text-align: center;
    margin-left: 0;
  }
}
.hero .step-number.text-primary {
	color: #1434FF !important;
}
.hero .step-title {
  font-size: 22px;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  .hero .step-title {
    font-size: 20px;
  }
}
.hero .step-text {
  font-size: 22px;
  color: #1F1D1D;
}
@media (max-width: 991.98px) {
  .hero .step-text {
    font-size: 16px;
  }
}
.hero .section-divider {
  margin-top: 48px;
}

.statement {
  padding: 80px 0 80px;
}
@media (max-width: 991.98px) {
  .statement {
    padding: 50px 0 50px;
  }
}
.statement .statement-text {
  font-size: 44px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .statement .statement-text {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .statement .statement-text {
    font-size: 26px;
  }
}
.statement .section-divider {
  margin-top: 24px;
}

.intro {
  padding: 160px 0 120px;
}
@media (max-width: 991.98px) {
  .intro {
    padding: 80px 0 80px;
  }
}

.paragraphs {
  padding: 0 ;
}
@media (max-width: 991.98px) {
  .paragraphs {
    padding: 0px 0 40px;
  }
}
.paragraphs .content-block {
  max-width: 850px;
  margin-bottom: 32px;
}
.paragraphs .content-block:last-child {
  margin-bottom: 0;
}
.paragraphs p {
  color: rgba(31, 29, 29, 0.8);
  font-size: 24px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .paragraphs p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .paragraphs p {
    font-size: 16px;
  }
}

.alternating {
  padding: 80px 0 80px;
}
@media (max-width: 991.98px) {
  .alternating {
    padding: 50px 0 50px;
  }
}
.alternating .alt-row {
  padding: 35px 0;
}
.alternating .right-content {
  padding-left: 100px;
}
@media (max-width: 767.98px) {
  .alternating .right-content {
    padding-left: 0;
  }
}
.alternating .left-content {
  padding-right: 100px;
}
@media (max-width: 767.98px) {
  .alternating .left-content {
    padding-right: 0;
  }
}
.alternating p {
  color: #1F1D1D;
  font-size: 24px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .alternating p {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .alternating p {
    font-size: 16px;
  }
}

.bullets {
  padding: 80px 0;
}
@media (max-width: 991.98px) {
  .bullets {
    padding: 50px 0 50px;
  }
}
.bullets .checklist li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 30px;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .bullets .checklist li {
    font-size: 22px;
  }
}
@media (max-width: 767.98px) {
  .bullets .checklist li {
    font-size: 20px;
  }
}
.bullets .checklist li::before {
  content: "";
  background-image: url(../images/svg/circle-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 8px;
}
.bullets .text-or {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991.98px) {
  .bullets .text-or {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.text-or {
  font-size: 24px;
  color: #1F1D1D;
}

.integrations {
  padding: 0 0;
}
@media (max-width: 991.98px) {
  .integrations {
    padding: 50px 0 50px;
  }
}
.integrations .wrapper-logo {
  border-radius: 4px;
  padding: 24px;
  background: #F6F8FF;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-logo img {
	height: 30px;
}
@media (max-width: 767.98px) {
  .integrations .wrapper-logo {
    padding: 16px;
  }
}
@media (max-width: 576.98px) {
  .integrations .wrapper-logo {
    padding: 10px;
  }
}
@media (max-width: 576.98px) {
  .integrations .wrapper-logo svg {
    width: 28px;
    height: 28px;
  }
}
.integrations .logo-item {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 767.98px) {
  .integrations .logo-item {
    margin-bottom: 24px;
    gap: 14px;
  }
}
@media (max-width: 576.98px) {
  .integrations .logo-item {
    margin-bottom: 16px;
  }
}
.integrations .logo-item .h4 {
  color: #1F1D1D;
  font-size: 22px;
  font-weight: 50;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .integrations .logo-item .h4 {
    font-size: 20px;
  }
}
@media (max-width: 576.98px) {
  .integrations .logo-item .h4 {
    font-size: 18px;
  }
}

.pricing {
  padding: 80px;
  /* Primary pricing table (blue header, grid borders) */
}
@media (max-width: 991.98px) {
  .pricing {
    padding: 50px 20px;
  }
}
.pricing .pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.pricing .pricing-table thead th {
  background: #1434FF;
  color: #fff;
  font-weight: 700;
  padding: 24px 24px;
  font-size: 22px;
  text-align: center;
}
@media (max-width: 1200px) {
  .pricing .pricing-table thead th {
    font-size: 18px;
    padding: 24px 14px;
  }
}
@media (max-width: 767.98px) {
  .pricing .pricing-table thead th {
    font-size: 16px;
  }
}
.pricing .pricing-table thead th:first-child {
  border-top-left-radius: 4px;
  text-align: left;
}
.pricing .pricing-table thead th:last-child {
  border-top-right-radius: 4px;
}
.pricing .pricing-table tbody th {
  color: #000;
  font-weight: 600;
  padding: 32px 24px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
  white-space: nowrap;
  width: 260px;
  font-size: 22px;
}
@media (max-width: 1200px) {
  .pricing .pricing-table tbody th {
    font-size: 18px;
    padding: 24px 14px;
  }
}
@media (max-width: 767.98px) {
  .pricing .pricing-table tbody th {
    font-size: 16px;
  }
}
.pricing .pricing-table tbody td {
  background: #f6f7fb;
  padding: 32px 24px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
  vertical-align: top;
  text-align: center;
  font-size: 22px;
  color: #000;
}
@media (max-width: 1200px) {
  .pricing .pricing-table tbody td {
    font-size: 18px;
    padding: 24px 14px;
  }
}
@media (max-width: 767.98px) {
  .pricing .pricing-table tbody td {
    font-size: 16px;
  }
}
.pricing .pricing-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 8px;
}
.pricing .pricing-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}
.pricing .pricing-table tbody tr:last-child td,
.pricing .pricing-table tbody tr:last-child th {
  border: none;
}
.pricing .pricing-table-dop thead th {
  background: transparent;
  color: #000;
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
}
.pricing .pricing-table-dop tbody td {
  background: transparent;
}

.cta {
  padding: 90px 0;
  /* three crosses: left, center, right */
}
@media (max-width: 991.98px) {
  .cta {
    padding: 50px 0 50px;
  }
}
.cta .cta-banner {
  background: linear-gradient(135deg, #2a57ff, #355bff);
  min-height: 350px;
  background-image: url("../images/png/cta-bg.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.cta .cta-actions .btn {
  padding: 12px 20px;
  font-weight: 700;
}
.cta .cta-plus {
  position: absolute;
  width: 36px;
  height: 36px;
  opacity: 0.7;
}
.cta .cta-plus.left {
  left: 6%;
  top: 35px;
}
.cta .cta-plus.center {
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
}
.cta .cta-plus.right {
  right: 6%;
  top: 35px;
}

.faq {
  padding: 80px 0 160px;
}
@media (max-width: 991.98px) {
  .faq {
    padding: 50px 0 80px;
  }
}
.faq .accordion-item {
  border: none;
  border-bottom: 1px solid #1434FF;
  border-radius: 0;
}
.faq .accordion-body {
  padding: 0px 10px 24px;
}
.faq .accordion-button {
  font-size: 22px;
  font-weight: 700;
  color: #1F1D1D;
  background: transparent;
  border-radius: 4px;
  box-shadow: none !important;
  padding: 24px 10px;
}
@media (max-width: 991.98px) {
  .faq .accordion-button {
    font-size: 18px;
    padding: 16px 10px;
  }
}
.faq .accordion-button:after {
  background-image: url("../images/svg/plus-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 32px;
  height: 32px;
}
.faq .accordion-button:not(.collapsed):after {
  background-image: url("../images/svg/minus-icon.svg");
}

.contact {
  padding: 24px 0 90px;
}
@media (max-width: 991.98px) {
  .contact {
    padding: 24px 0 50px;
  }
}
.contact .contact-wrap {
  background: #4166FF;
  padding: 0 0;
  margin-bottom: 50px;
}
.contact .contact-card {
  background: #424B5A;
  color: #fff;
  padding: 24px;
  border-radius: 4px;
  max-width: 270px;
  margin-top: 35%;
}
@media (max-width: 991.98px) {
  .contact .contact-card {
    margin-top: 0;
  }
}

.contact-form-wrap {
	margin-bottom: 50px;
}

.contact .contact-form {
  padding: 32px;
}
@media (max-width: 767.98px) {
  .contact .contact-form {
    padding: 24px;
  }
}
.contact .contact-form .form-label {
  font-size: 16px;
  color: #000;
}
.contact .contact-form .form-control {
  font-size: 16px;
  font-weight: 700;
  color: #1F1D1D;
  border-radius: 4px;
  border: 1px solid rgba(31, 29, 29, 0.2);
  background: #F6F7FF;
  min-height: 46px;
  padding: 12px 16px;
}
.contact .contact-form .form-control:focus {
  border-color: #1434FF;
  box-shadow: none;
}
.contact .contact-form .form-select {
  font-size: 16px;
  color: #000;
  border-radius: 4px;
  min-height: 46px;
  padding: 12px 16px;
  background-color: #F6F7FF;
}
.contact .contact-form .form-select:focus {
  border-color: #1434FF;
  box-shadow: none;
}

html {
  scroll-behavior: smooth;
}

/* hero-section-internal extra crosses */
.hero-section-internal {
  position: relative;
}
.hero-section-internal .hero-plus {
  position: absolute;
  width: 36px;
  height: 36px;
}
.hero-section-internal .left-1 {
  left: 4%;
  top: 50%;
  transform: translateY(-50%);
}
.hero-section-internal .left-2 {
  left: 18%;
  top: 50%;
  transform: translateY(-50%);
}
.hero-section-internal .right-1 {
  right: 18%;
  top: 50%;
  transform: translateY(-50%);
}
.hero-section-internal .right-2 {
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 767.98px) {
  .content-section .stat-card {
    border-right: none !important;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
  }
  .content-section .stat-card:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .content-section .integration-item {
    margin-bottom: 10px;
  }
  .content-section .hero-nav-buttons .btn {
    font-size: 12px;
    padding: 6px 16px;
    margin: 3px;
  }
}
.testimonial-section {
  background: #fff;
  position: relative;
  padding: 100px 50px 80px 50px;
}
@media (max-width: 767.98px) {
  .testimonial-section {
    padding: 50px 0px 40px 0px;
  }
}
.testimonial-section .testimonialSwiper {
  padding-bottom: 80px;
  padding-left: 20px;
}
@media (max-width: 767.98px) {
  .testimonial-section .testimonialSwiper {
    padding-left: 0;
  }
}
.testimonial-section .testimonialSwiper .swiper-slide .row {
  align-items: center;
}
.testimonial-section .testimonialSwiper .testimonial-left {
  position: relative;
}
.testimonial-section .testimonialSwiper .testimonial-left .quote-icon {
  position: absolute;
  top: 40px;
  left: -20px;
  z-index: 2;
}
.testimonial-section .testimonialSwiper .testimonial-left .quote-icon i {
  font-size: 4rem;
  color: #0d6efd;
}
.testimonial-section .testimonialSwiper .testimonial-left .testimonial-image {
  position: relative;
  z-index: 1;
}
.testimonial-section .testimonialSwiper .testimonial-left .testimonial-image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 8px;
  background: rgba(19, 67, 128, 0.4);
  background-blend-mode: screen;
  transition: transform 0.3s ease;
}
.testimonial-section .testimonialSwiper .testimonial-content {
  padding: 2rem 0;
  max-width: 530px;
  color: #1F1D1D;
}
.testimonial-section .testimonialSwiper .testimonial-content .blockquote {
  margin: 0;
}
.testimonial-section .testimonialSwiper .testimonial-content .blockquote .testimonial-text {
  font-size: 50px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 2rem;
}
@media (max-width: 1200px) {
  .testimonial-section .testimonialSwiper .testimonial-content .blockquote .testimonial-text {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  .testimonial-section .testimonialSwiper .testimonial-content .blockquote .testimonial-text {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.testimonial-section .testimonialSwiper .testimonial-content .blockquote .blockquote-footer {
  font-size: 22px;
}
.testimonial-section .testimonialSwiper .testimonial-content .blockquote .blockquote-footer::before {
  content: "";
}
.testimonial-section .testimonialSwiper .testimonial-content .blockquote .blockquote-footer cite {
  font-style: normal;
}
@media (max-width: 767.98px) {
  .testimonial-section .testimonialSwiper .testimonial-content .blockquote .blockquote-footer {
    font-size: 1rem;
  }
}
.testimonial-section .swiper-pagination {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
}
.testimonial-section .swiper-pagination .swiper-pagination-bullet {
  background: #C4C4D0;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 0 8px;
}
.testimonial-section .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #1434FF;
}
@media (max-width: 767.98px) {
  .testimonial-section .testimonialSwiper .swiper-slide .row {
    flex-direction: column;
  }
  .testimonial-section .testimonialSwiper .testimonial-left {
    margin-bottom: 3rem;
    text-align: center;
  }
  .testimonial-section .testimonialSwiper .testimonial-left .quote-icon {
    position: relative;
  }
  .testimonial-section .testimonialSwiper .testimonial-left .testimonial-image img {
    height: 250px;
  }
  .testimonial-section .testimonialSwiper .testimonial-content {
    text-align: center;
    padding: 1rem 0;
  }
}

.features-section {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .features-section {
    padding-left: 0;
    padding-right: 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .features-section h2 {
    text-align: center;
  }
}
.features-section .feature-item {
  padding: 1.5rem;
}
.features-section .feature-item h5 {
  color: #1F1D1D;
  font-size: 22px;
  font-weight: 700;
}
.features-section .feature-item p {
  color: #1F1D1D;
  font-size: 22px;
  margin: 0;
  max-width: 280px;
}
@media (max-width: 767.98px) {
  .features-section .feature-item {
    margin-bottom: 1rem;
  }
}

.personas-section {
  background: #fff;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .personas-section {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .personas-section h2 {
    text-align: center;
  }
}
.personas-section .persona-card {
  display: flex;
  flex-direction: column;
  justify-content: end;
  border-radius: 8px !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
  min-height: 370px;
  padding: 32px 32px 64px 32px;
}
@media screen and (max-width: 767.98px) {
  .personas-section .persona-card {
    min-height: 240px;
  }
}
.personas-section .persona-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}
.personas-section .persona-card .persona-icon {
  position: absolute;
  right: 32px;
  top: 32px;
}
.personas-section .persona-card h4 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .personas-section .persona-card h4 {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .personas-section .persona-card h4 {
    font-size: 24px;
  }
}
.personas-section .persona-card p {
  font-size: 24px;
  margin: 0;
}
@media (max-width: 1200px) {
  .personas-section .persona-card p {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .personas-section .persona-card p {
    font-size: 18px;
  }
}
.personas-section .persona-card.bg-primary {
  background: #1434FF !important;
}
.personas-section .persona-card.bg-dark {
  background: #1F1D1D !important;
}
@media (max-width: 767.98px) {
  .personas-section .persona-card {
    margin-bottom: 1rem;
  }
}

.companies-section {
  padding: 140px 50px;
}
@media (max-width: 767.98px) {
  .companies-section {
    padding: 50px 0;
  }
}
@media (min-width: 1400px) {
  .companies-section .container {
    max-width: 1200px;
  }
}
.companies-section .award-badge {
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .companies-section .award-badge {
    margin-bottom: 3rem;
  }
}
.companies-section .award-badge img {
  max-width: 200px;
  height: auto;
}
@media (max-width: 767.98px) {
  .companies-section .award-badge img {
    max-width: 150px;
  }
}
.companies-section .companies-logos .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  min-height: 80px;
}
.companies-section .companies-logos .logo-item img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.companies-section .companies-logos .logo-item img:hover {
  opacity: 1;
  transform: scale(1.05);
}
@media (max-width: 767.98px) {
  .companies-section .companies-logos .logo-item img {
    max-height: 40px;
  }
}
@media (max-width: 767.98px) {
  .companies-section .companies-logos .row.mb-4 {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767.98px) {
  .companies-section .row {
    text-align: center;
  }
  .companies-section .companies-logos .logo-item {
    padding: 0.5rem;
    min-height: 60px;
  }
}

.cta-section {
  padding: 0px 50px 100px;
}
@media (max-width: 767.98px) {
  .cta-section {
    padding-left: 0;
    padding-right: 0;
  }
}
.cta-section-internal {
  padding-top: 80px;
}
.cta-section .inner-cta-section {
  background-image: url("../images/jpg/cta-bg.jpg");
  background-position: center;
  background-size: cover;
  padding: 160px 0px 150px;
  position: relative;
  border-radius: 8px;
}
.cta-section .container {
  position: relative;
  z-index: 2;
}
.cta-section .cta-content h2 {
  font-weight: 800;
  margin-bottom: 2rem;
}
@media (max-width: 767.98px) {
  .cta-section {
    padding: 60px 0;
  }
  .cta-section .cta-content h2 {
    font-size: 2.5rem;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

.footer-section {
  background: #fff;
  padding: 60px 50px 50px;
}
@media (max-width: 767.98px) {
  .footer-section {
    padding: 60px 0 10px;
  }
}
.footer-section .footer-logo {
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .footer-section .footer-logo {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.footer-section .footer-logo img {
  max-width: 120px;
  height: auto;
}
.footer-section .social-links {
  display: flex;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .footer-section .social-links {
    justify-content: center;
    margin-top: 1.5rem;
  }
}
.footer-section .social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  color: #1F1D1D;
  border-radius: 50%;
  font-size: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-section .social-links a:hover {
  background: #0d6efd;
  color: white;
  transform: translateY(-2px);
}
.footer-section .footer-nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
  justify-content: flex-start;
  margin-top: 80px;
}
@media (max-width: 991.98px) {
  .footer-section .footer-nav-links {
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .footer-section .footer-nav-links {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
}
.footer-section .footer-nav-links a {
  color: #1F1D1D;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: color 0.3s ease;
  white-space: nowrap;
}
.footer-section .footer-nav-links a:hover {
  color: #0d6efd;
}
.footer-section .footer-bottom {
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  .footer-section .footer-bottom {
    text-align: center;
    padding-top: 30px;
  }
  .footer-section .footer-bottom .row {
    flex-direction: column;
    gap: 1rem;
  }
}
.footer-section .footer-copyright {
  color: #1F1D1D;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  margin: 0;
}
@media (max-width: 767.98px) {
  .footer-section .footer-copyright {
    text-align: center;
    margin-top: 1rem;
  }
}
.footer-section .footer-bottom-links {
  display: flex;
  gap: 5rem;
  justify-content: flex-start;
}
@media (max-width: 1200px) {
  .footer-section .footer-bottom-links {
    margin-bottom: 2rem;
    gap: 3rem;
  }
}
@media (max-width: 767.98px) {
  .footer-section .footer-bottom-links {
    justify-content: center;
    margin-bottom: 1rem;
    gap: 2rem;
  }
}
.footer-section .footer-bottom-links a {
  color: #1F1D1D;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.1px;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer-section .footer-bottom-links a:hover {
  color: #0d6efd;
}/*# sourceMappingURL=styles.css.map */

.footer-headline { 
  font-size: 16px; 
  font-weight: 600; 
  color: #1F1D1D;
	white-space: nowrap;
}

.footer-newsletter .form-control {
  min-height: 40px;
}

.footer-newsletter .btn {
  white-space: nowrap; /* keeps "Sign up" on one line */
}

.footer-privacy-link {
  font-size: 14px;
  font-weight: 600;
  color: #1F1D1D;
  text-decoration: none;
}
.footer-privacy-link:hover { 
  color: #0d6efd; 
}

