@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
  font-family: Interdisplay;
  src: url("../images/InterDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding-top: 72px;
  padding-bottom: 72px;
  background: radial-gradient(circle at 18% 20%, rgba(82, 53, 239, 0.12) 0, rgba(82, 53, 239, 0) 300px), linear-gradient(180deg, #ffffff 0%, #f7f5ff 100%);
  text-align: center;
}

.page-hero::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -130px;
  width: 560px;
  height: 190px;
  border-radius: 680px;
  background-color: rgba(135, 113, 255, 0.16);
  filter: blur(50px);
  transform: translateX(-50%);
}

.page-hero .container {
  position: relative;
  z-index: 2;
}

.page-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: 52px;
  line-height: 60px;
  letter-spacing: -1.5px;
}

.legal-section,
.blog-list-section,
.single-blog-body {
  padding-top: 100px;
  padding-bottom: 110px;
  background-color: #ffffff;
}

.legal-shell {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 48px;
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
}

.legal-sidebar {
  position: sticky;
  top: 120px;
  border: 1px solid #f0f2f6;
  border-radius: 24px;
  background: linear-gradient(180deg, #ffffff 0%, #f8f7ff 100%);
  padding: 28px;
  box-shadow: 0 20px 55px rgba(16, 16, 17, 0.06);
}

.legal-sidebar span {
  display: block;
  color: #606266;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}

.legal-sidebar strong {
  display: block;
  color: #101011;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 16px;
}

.legal-sidebar p {
  color: #606266;
  line-height: 25px;
}

.legal-content {
  border: 1px solid #f0f2f6;
  border-radius: 28px;
  background-color: #ffffff;
  padding: 46px;
  box-shadow: 0 20px 70px rgba(16, 16, 17, 0.05);
}

.legal-content h2 {
  margin-top: 42px;
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 38px;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p {
  color: #606266;
  font-size: 17px;
  line-height: 30px;
  margin-bottom: 16px;
}

.featured-post {
  display: grid;
  grid-template-columns: 0.92fr 1fr;
  gap: 34px;
  align-items: center;
  border: 1px solid #f0f2f6;
  border-radius: 32px;
  background-color: #ffffff;
  padding: 10px;
  box-shadow: 0 24px 80px rgba(16, 16, 17, 0.08);
  margin-bottom: 42px;
}

.blog-image-placeholder {
  position: relative;
  min-height: 260px;
  border-radius: 24px;
  overflow: hidden;
  background-color: #f0f2f6;
}

.blog-image-placeholder::before {
  content: "";
  position: absolute;
  inset: 24px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 20px;
}

.blog-image-placeholder::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: 42px 42px;
}

.blog-image-placeholder span {
  position: absolute;
  left: 28px;
  bottom: 26px;
  z-index: 2;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.88);
  color: #101011;
  padding: 8px 14px;
  font-size: 14px;
}

.featured-gradient {
  min-height: 420px;
  background: radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.55) 0, rgba(255, 255, 255, 0) 140px), linear-gradient(135deg, #101011 0%, #5235ef 56%, #8771ff 100%);
}

.featured-post-content {
  padding: 24px 24px 24px 0;
}

.category-tag {
  display: inline-flex;
  width: max-content;
  border-radius: 30px;
  background-color: rgba(82, 53, 239, 0.1);
  color: #5235ef;
  padding: 7px 13px;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 16px;
}

.featured-post h2 {
  font-size: 42px;
  line-height: 50px;
  letter-spacing: -1px;
  margin-bottom: 18px;
}

.featured-post p,
.blog-card p {
  color: #606266;
  line-height: 26px;
  margin-bottom: 20px;
}

.post-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: #606266;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 22px;
}

.read-more-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 30px;
  background-color: #101011;
  color: #ffffff;
  padding: 12px 18px;
  transition: transform 250ms ease, background-color 250ms ease;
}

.read-more-btn:hover {
  color: #ffffff;
  background-color: #5235ef;
  transform: translateY(-2px);
}

.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.blog-card {
  border: 1px solid #f0f2f6;
  border-radius: 28px;
  background-color: #ffffff;
  padding: 8px;
  box-shadow: 0 18px 60px rgba(16, 16, 17, 0.06);
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.blog-card:hover {
  transform: translateY(-7px);
  box-shadow: 0 28px 76px rgba(82, 53, 239, 0.12);
}

.blog-card .blog-image-placeholder {
  min-height: 220px;
}

.blog-card-body {
  padding: 22px 18px 18px;
}

.blog-card h2 {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 16px;
}

.gradient-one {
  background: linear-gradient(135deg, #5235ef 0%, #8b7bff 100%);
}

.gradient-two {
  background: linear-gradient(135deg, #101011 0%, #606266 100%);
}

.gradient-three {
  background: linear-gradient(135deg, #1f8fff 0%, #8771ff 100%);
}

.gradient-four {
  background: linear-gradient(135deg, #2b2b2c 0%, #5235ef 100%);
}

.gradient-five {
  background: linear-gradient(135deg, #111827 0%, #25c26e 100%);
}

.gradient-six {
  background: linear-gradient(135deg, #5235ef 0%, #ff8a34 100%);
}

.blog-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 50px;
}

.pagination-link,
.pagination-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 46px;
  height: 46px;
  border: 1px solid #f0f2f6;
  border-radius: 30px;
  background-color: #ffffff;
  color: #2b2b2c;
  padding: 0 16px;
  transition: background-color 250ms ease, color 250ms ease;
}

.pagination-link.active,
.pagination-link:hover,
.pagination-next:hover {
  background-color: #5235ef;
  color: #ffffff;
}

.single-blog-hero {
  padding-top: 62px;
  padding-bottom: 62px;
  background: radial-gradient(circle at 70% 20%, rgba(82, 53, 239, 0.12) 0, rgba(82, 53, 239, 0) 320px), linear-gradient(180deg, #ffffff 0%, #f7f5ff 100%);
  text-align: center;
}

.single-blog-hero h1 {
  max-width: 980px;
  margin: 0 auto;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -1.5px;
}

.single-meta {
  justify-content: center;
  margin-bottom: 0;
}

.single-featured-image {
  min-height: 520px;
  margin-bottom: 56px;
}

.article-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 760px);
  gap: 56px;
  justify-content: center;
  align-items: start;
}

.article-sidebar {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 12px;
  border: 1px solid #f0f2f6;
  border-radius: 22px;
  background-color: #ffffff;
  padding: 24px;
  box-shadow: 0 18px 55px rgba(16, 16, 17, 0.05);
}

.article-sidebar span {
  color: #606266;
  font-size: 13px;
  line-height: 18px;
}

.article-sidebar a {
  color: #2b2b2c;
}

.article-content {
  color: #606266;
}

.article-lead {
  color: #2b2b2c;
  font-size: 22px;
  line-height: 34px;
}

.article-content h2 {
  margin-top: 44px;
  margin-bottom: 16px;
  font-size: 34px;
  line-height: 42px;
}

.article-content h3 {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 31px;
}

.article-content p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 18px;
}

.article-content blockquote {
  border-left: 5px solid #5235ef;
  border-radius: 22px;
  background-color: #f7f5ff;
  color: #101011;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 26px;
  line-height: 38px;
  margin: 38px 0;
  padding: 30px;
}

.article-image-row {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  gap: 28px;
  align-items: center;
  border: 1px solid #f0f2f6;
  border-radius: 28px;
  padding: 10px 28px 10px 10px;
  margin: 34px 0;
}

.article-image-row .blog-image-placeholder {
  min-height: 260px;
}

.post-navigation {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 980px;
  margin: 70px auto 90px;
}

.post-navigation a {
  border: 1px solid #f0f2f6;
  border-radius: 24px;
  background-color: #ffffff;
  padding: 24px;
  box-shadow: 0 18px 55px rgba(16, 16, 17, 0.05);
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.post-navigation a:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 75px rgba(82, 53, 239, 0.1);
}

.post-navigation span {
  display: block;
  color: #606266;
  font-size: 14px;
  margin-bottom: 8px;
}

.post-navigation strong {
  color: #101011;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.related-section {
  padding-top: 10px;
}

@media (max-width: 991px) {

  .page-hero h1,
  .single-blog-hero h1 {
    font-size: 46px;
    line-height: 56px;
  }

  .legal-shell,
  .featured-post,
  .article-layout,
  .article-image-row {
    grid-template-columns: 1fr;
  }

  .legal-sidebar,
  .article-sidebar {
    position: static;
  }

  .blog-grid {
    grid-template-columns: 1fr 1fr;
  }

  .featured-post-content {
    padding: 10px 20px 24px;
  }
}

@media (max-width: 767px) {

  .page-hero,
  .single-blog-hero {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .page-hero h1,
  .single-blog-hero h1 {
    font-size: 34px;
    line-height: 42px;
    letter-spacing: -1px;
  }

  .legal-section,
  .blog-list-section,
  .single-blog-body {
    padding-top: 64px;
    padding-bottom: 74px;
  }

  .legal-content,
  .legal-sidebar {
    padding: 24px;
    border-radius: 20px;
  }

  .featured-post h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .blog-grid,
  .post-navigation {
    grid-template-columns: 1fr;
  }

  .single-featured-image,
  .featured-gradient {
    min-height: 300px;
  }

  .article-content h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .article-content blockquote {
    font-size: 21px;
    line-height: 31px;
    padding: 24px;
  }
}

@media (max-width: 575px) {
  .single-blog-hero {
    padding-top: 46px;
    padding-bottom: 46px;
  }

  .single-blog-hero h1 {
    font-size: 29px;
    line-height: 37px;
  }

  .blog-pagination {
    flex-wrap: wrap;
  }

  .article-image-row {
    padding: 8px;
  }
}

@font-face {
  font-family: Interdisplay;
  src: url("../images/InterDisplay-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url("../images/Switzer-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #ffffff;
  color: #606266;
  font-family: Switzer, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  overflow-x: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #101011;
  font-family: Interdisplay, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin: 0;
}

.container {
  max-width: 1350px;
  padding-left: 30px;
  padding-right: 30px;
}

.container>.row {
  margin-left: 0;
  margin-right: 0;
}

.section-spacing {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-heading {
  max-width: 680px;
  margin: 0 auto 50px;
}

.section-heading h2 {
  margin-bottom: 20px;
  font-size: 48px;
  letter-spacing: -1px;
}

.section-heading p {
  font-size: 20px;
  line-height: 30px;
}

.btn {
  border: 0;
  box-shadow: none;
  font-weight: 500;
}

.btn-dark-pill,
.btn-primary-pill,
.btn-primary-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  border-radius: 30px;
  overflow: hidden;
  transition: transform 300ms ease, box-shadow 300ms ease;
}

.btn-dark-pill:hover,
.btn-primary-pill:hover,
.btn-primary-arrow:hover {
  transform: translateY(-2px);
  color: #fff;
}

.btn-dark-pill {
  border: 1px solid #a7a7a7;
  background-image: linear-gradient(180deg, #101011, #2b2b2c);
  color: #ffffff;
  padding: 13px 30px;
}

.btn-primary-pill {
  border: 1px solid #5235ef;
  background-image: linear-gradient(180deg, #5235ef, #8771ff);
  color: #ffffff;
  padding: 13px 30px;
}

.btn-small {
  min-height: 42px;
  padding: 10px 24px;
  font-size: 14px;
}

.btn-primary-arrow {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 10px 10px 10px 28px;
  background-image: linear-gradient(180deg, #5235ef 0%, #8069fd 100%);
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  overflow: hidden;
  transition: all .4s ease;
  box-shadow: 0 15px 35px rgba(82, 53, 239, .25);
}

.btn-primary-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, .15);
  transform: skewX(-25deg);
  transition: .6s;
}

.btn-primary-arrow:hover::before {
  left: 120%;
}

.btn-primary-arrow:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(82, 53, 239, .35);
  color: #fff;
}


.arrow-circle {
  width: 52px;
  height: 52px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all .4s ease;
}

.arrow-circle i {
  transition: all .4s ease;
  color: #000;
}


.arrow-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #ffffff;
}

.arrow-circle img {
  width: 15px;
  height: 10px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #ffffff;
  transition: box-shadow 250ms ease, padding 250ms ease;
}

.site-header.scrolled {
  box-shadow: 0 10px 35px rgba(16, 16, 17, 0.08);
}

.site-header .navbar {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-logo {
  width: 120px;
  height: 40px;
}

.nav-container {
  display: flex;
  align-items: center;
}

.nav-links {
  gap: 4px;
  align-items: center;
}

.nav-links .nav-link {
  color: #606266;
  margin: 0 10px;
  padding: 8px 0;
  font-size: 16px;
  transition: color 250ms ease;
}

.nav-links .nav-link:hover,
.nav-links .nav-link:focus {
  color: #101011;
}

.navbar-brand .bv-logo-accent {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  /* line-height: 32px; */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: -6px;
}

.navbar-brand img.header_logo {
      max-height: 50px;
}

.dropdown-menu {
  border: 1px solid #f0f2f6;
  border-radius: 20px;
  box-shadow: 0 16px 45px rgba(16, 16, 17, 0.1);
  padding: 12px;
}

.nav-links .nav-link {
  border-radius: 12px;
  padding: 9px 14px;
  color: #606266;
}

.nav-links .nav-link:hover {
  background-color: #f0f2f6;
  color: #101011;
}


.nav-links .nav-link:active {
  background-color: #f0f2f6;
  color: #101011;
}

.menu-toggle {
  border: 1px solid #f0f2f6;
  border-radius: 12px;
  width: 44px;
  height: 42px;
  padding: 9px;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 4px auto;
  background-color: #101011;
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding-top: 80px;
  padding-bottom: 140px;
  background-image: linear-gradient(180deg, #ffffff 0%, rgba(135, 113, 255, 0.3) 30%, rgba(202, 192, 255, 0.69) 69%, #ffffff 100%);
}

.hero-content {
  margin: 0 auto 100px;
  text-align: center;
}

.hero-tagline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  padding: 4px 16px 4px 4px;
  border: 1px solid #a7a7a7;
  border-radius: 30px;
  background-color: #ffffff;
  color: #2b2b2c;
  font-size: 14px;
}

.badge-pill {
  display: inline-flex;
  align-items: center;
  height: 27px;
  border-radius: 30px;
  background-color: #101011;
  color: #ffffff;
  padding: 4px 10px;
}

.hero-content h1 {
    margin-bottom: 30px;
    font-size: 79px;
    line-height: 100px;
    letter-spacing: -3.6px;
}

.hero-content p {
  max-width: 840px;
  margin: 0 auto 30px;
  color: #606266;
  font-size: 20px;
  line-height: 30px;
}

.hero-content p span {
  color: #2b2b2c;
}

.hero-visual-grid {
  display: grid;
  grid-template-columns: 1fr 0.45fr;
  gap: 40px;
  align-items: start;
}

.hero-panel {
  position: relative;
  border-radius: 30px;
  box-shadow: 0 10px 50px rgba(82, 53, 239, 0.1);
}

.hero-image {
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.floating-shape {
  position: absolute;
  z-index: 2;
  filter: drop-shadow(0 12px 24px rgba(16, 16, 17, 0.1));
  animation: floatY 4s ease-in-out infinite;
}

.shape-one {
  top: -25px;
  left: 12%;
  width: 60px;
}

.shape-two {
  right: 12%;
  top: 60px;
  width: 112px;
  animation-delay: 800ms;
}

.client-section {
  padding-top: 20px;
  padding-bottom: 70px;
}

.logo-marquee {
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000000 12%, #000000 88%, transparent);
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 56px;
  width: max-content;
  animation: marquee 28s linear infinite;
}

.logo-track img {
  width: 120px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}

.feature-card {
  height: 100%;
  border-radius: 30px;
  background-color: #ffffff;
  padding: 6px;
  box-shadow: 0 4px 30px rgba(45, 30, 133, 0.1);
  overflow: hidden;
}

.feature-img {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
}

.feature-card-body {
  padding: 20px 20px 8px;
}

.feature-card h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.feature-card p {
  line-height: 24px;
}


.workflow-section h2 {
  margin-bottom: 46px;
  font-size: 48px;
  letter-spacing: -1px;
}

.workflow-list {
  display: grid;
  gap: 28px;
}

.workflow-item {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.workflow-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 5px;
  background-color: #f0f2f6;
  color: #2b2b2c;
}

.workflow-item h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.workflow-item p {
  max-width: 420px;
}

.workflow-visual {
  position: relative;
  min-height: 450px;
  border-radius: 30px;
  background-color: #f0f2f6;
  padding: 30px;
}

.workflow-img {
  width: 100%;
  border-radius: 30px;
}

.workflow-shape {
  position: absolute;
  top: 50%;
  right: 18%;
  width: 50px;
  animation: floatY 4.5s ease-in-out infinite;
}

.sync-card {
  position: absolute;
  right: 46px;
  bottom: 46px;
  display: flex;
  align-items: center;
  gap: 14px;
  border-radius: 30px;
  background-color: #ffffff;
  padding: 14px 18px;
  box-shadow: 0 15px 40px rgba(16, 16, 17, 0.12);
}

.sync-card p {
  color: #2b2b2c;
  font-size: 14px;
}

.sync-card div {
  display: flex;
  gap: 6px;
}

.sync-card img {
  width: 30px;
  height: 30px;
}

.integrations-section {
  background-color: #ffffff;
}

.integrations-section .section-heading {
  margin-bottom: 40px;
}

.integrations-section h2 {
  margin-bottom: 30px;
}

.integration-visual {
  position: relative;
  min-height: 560px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 50% 50%, rgba(82, 53, 239, 0.16) 0, rgba(82, 53, 239, 0.08) 170px, rgba(82, 53, 239, 0) 360px),
    linear-gradient(180deg, #ffffff 0%, #f8f7ff 100%);
  overflow: hidden;
}

.integration-visual::before {
  content: "";
  position: absolute;
  inset: 42px;
  border: 1px solid rgba(82, 53, 239, 0.14);
  border-radius: 30px;
}

.integration-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(82, 53, 239, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(82, 53, 239, 0.08) 1px, transparent 1px);
  background-size: 48px 48px;
  opacity: 0.55;
}

.integration-hub {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 4;
  display: flex;
  width: 210px;
  height: 210px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(82, 53, 239, 0.16);
  border-radius: 210px;
  background-color: #ffffff;
  box-shadow: 0 24px 70px rgba(82, 53, 239, 0.18);
  transform: translate(-50%, -50%);
}

.hub-logo {
  display: flex;
  width: 70px;
  height: 70px;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background-image: linear-gradient(180deg, #5235ef 0%, #8771ff 100%);
  color: #ffffff;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 34px;
  line-height: 34px;
  box-shadow: 0 16px 35px rgba(82, 53, 239, 0.28);
}

.integration-hub h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  /* line-height: 32px; */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: -6px;
}

.integration-hub p {
  color: #606266;
  font-size: 14px;
}

.hub-orbit {
  position: absolute;
  border: 1px dashed rgba(82, 53, 239, 0.28);
  border-radius: 100%;
  pointer-events: none;
}

.orbit-one {
  width: 280px;
  height: 280px;
  animation: rotateOrbit 20s linear infinite;
}

.orbit-two {
  width: 380px;
  height: 380px;
  animation: rotateOrbit 32s linear infinite reverse;
}

.integration-node {
  position: absolute;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 148px;
  border: 1px solid #f0f2f6;
  border-radius: 18px;
  background-color: #ffffff;
  padding: 12px 16px 12px 12px;
  color: #2b2b2c;
  box-shadow: 0 18px 45px rgba(16, 16, 17, 0.1);
  animation: floatY 4.6s ease-in-out infinite;
}

.node-icon {
  display: flex;
  width: 44px;
  height: 44px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #ffffff;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.node-purple {
  background-color: #1877F2;
}

.node-dark {
  background: linear-gradient(135deg,
      #F58529 0%,
      #DD2A7B 45%,
      #8134AF 75%,
      #515BD4 100%);
  color: #fff;
}

.node-blue {
  background: #000;
  color: #fff;
}

.node-black {
  background: #EA4335;
  /* Gmail Red */
  color: #fff;
}

.node-gray {
  background: #0A66C2;
  color: #fff;
}

.node-orange {
  background: #25D366;
  color: #fff;
}

.node-facebook {
  top: 82px;
  left: 12%;
}

.node-instagram {
  top: 86px;
  right: 14%;
  animation-delay: 200ms;
}

.node-twitter {
  top: 285px;
  left: 7%;
  animation-delay: 400ms;
}

.node-email {
  top: 285px;
  right: 7%;
  animation-delay: 600ms;
}

.node-linkedin {
  bottom: 62px;
  left: 20%;
  animation-delay: 800ms;
}

.node-whatsapp {
  bottom: 62px;
  right: 20%;
  animation-delay: 1000ms;
}

.integration-line {
  position: absolute;
  z-index: 2;
  height: 2px;
  background-image: linear-gradient(90deg, rgba(82, 53, 239, 0), rgba(82, 53, 239, 0.35), rgba(82, 53, 239, 0));
  transform-origin: center;
}

.line-one {
  top: 170px;
  left: 25%;
  width: 260px;
  transform: rotate(20deg);
}

.line-two {
  top: 170px;
  right: 26%;
  width: 245px;
  transform: rotate(-20deg);
}

.line-three {
  top: 306px;
  left: 20%;
  width: 290px;
  transform: rotate(-6deg);
}

.line-four {
  top: 318px;
  right: 20%;
  width: 290px;
  transform: rotate(6deg);
}

.line-five {
  bottom: 165px;
  left: 30%;
  width: 245px;
  transform: rotate(-24deg);
}

.line-six {
  bottom: 165px;
  right: 30%;
  width: 245px;
  transform: rotate(24deg);
}

.integration-note {
  position: absolute;
  z-index: 4;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(82, 53, 239, 0.14);
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.84);
  padding: 14px 18px;
  box-shadow: 0 18px 45px rgba(16, 16, 17, 0.08);
  backdrop-filter: blur(10px);
}

.integration-note strong {
  color: #101011;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.integration-note span {
  color: #606266;
  font-size: 13px;
  line-height: 18px;
}

.note-left {
  left: 27%;
  bottom: 160px;
}

.note-right {
  right: 27%;
  top: 178px;
}

@media (max-width: 767px) {
  .integrations-section.section-spacing {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .integrations-section .section-heading {
    margin-bottom: 26px;
  }

  .integrations-section h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .integrations-section .btn-dark-pill {
    width: 100%;
    max-width: 280px;
    min-height: 50px;
  }

  .integration-visual {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    min-height: auto;
    border-radius: 22px;
    padding: 22px;
    background:
      radial-gradient(circle at 50% 18%, rgba(82, 53, 239, 0.14) 0, rgba(82, 53, 239, 0) 260px),
      linear-gradient(180deg, #ffffff 0%, #f8f7ff 100%);
  }

  .integration-visual::before {
    inset: 12px;
    border-radius: 18px;
  }

  .integration-visual::after {
    background-size: 36px 36px;
    opacity: 0.42;
  }

  .integration-line {
    display: none;
  }

  .integration-hub {
    position: relative;
    left: auto;
    top: auto;
    order: 1;
    grid-column: 1 / -1;
    justify-self: center;
    width: 142px;
    height: 142px;
    margin-bottom: 4px;
    transform: none;
  }

  .integration-hub h3 {
    font-size: 30px;
    margin-bottom: -4px;
  }

  .orbit-one {
    width: 188px;
    height: 188px;
  }

  .orbit-two {
    width: 238px;
    height: 238px;
  }

  .integration-node {
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    order: 2;
    min-width: 0;
    width: 100%;
    min-height: 62px;
    justify-content: flex-start;
    gap: 9px;
    border-radius: 16px;
    padding: 10px;
    animation: none;
    box-shadow: 0 12px 32px rgba(16, 16, 17, 0.08);
  }

  .node-icon {
    width: 38px;
    height: 38px;
    border-radius: 13px;
    flex-basis: 38px;
    font-size: 16px;
  }

  .integration-node>span:last-child {
    min-width: 0;
    font-size: 14px;
    line-height: 19px;
    overflow-wrap: anywhere;
  }

  .integration-note {
    display: none;
  }
}

@media (max-width: 480px) {
  .integrations-section.section-spacing {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .integrations-section h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .integration-visual {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 18px;
  }

  .integration-visual::before {
    inset: 10px;
  }

  .integration-hub {
    width: 128px;
    height: 128px;
  }

  .integration-hub h3 {
    font-size: 28px;
  }

  .orbit-one {
    width: 166px;
    height: 166px;
  }

  .orbit-two {
    width: 206px;
    height: 206px;
  }

  .integration-node {
    min-height: 58px;
  }
}

.benefits-section .section-heading h2 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  line-height: 52px;
}

.benefit-top-row {
  margin-bottom: 32px;
}

.benefit-showcase {
  position: relative;
  display: flex;
  min-height: 322px;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 25px;
  overflow: hidden;
  padding: 42px 30px;
  text-align: center;
}

.benefit-map {
  background: #f0f2f6 url("../images/benefit-bg-1.png") center / cover no-repeat;
}

.benefit-speed {
  background: #f0f2f6 url("../images/benefit-bg-2.png") center / cover no-repeat;
}

.benefit-top-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 22px;
}

.benefit-map-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
}

.benefit-showcase h3,
.benefit-showcase p,
.benefit-top-icon,
.speed-line {
  position: relative;
  z-index: 2;
}

.benefit-showcase h3 {
  margin-bottom: 12px;
  font-size: 24px;
}

.benefit-showcase p {
  max-width: 440px;
}

.speed-line {
  display: flex;
  gap: 10px;
  margin-top: 30px;
}

.speed-line span {
  display: block;
  width: 54px;
  height: 6px;
  border-radius: 10px;
  background-color: #5235ef;
  animation: pulseBar 1.8s ease-in-out infinite;
}

.speed-line span:nth-child(2) {
  animation-delay: 150ms;
}

.speed-line span:nth-child(3) {
  animation-delay: 300ms;
}

.speed-line span:nth-child(4) {
  animation-delay: 450ms;
}

.mini-benefit {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  height: 100%;
  border-radius: 10px;
  background-color: #2b2b2c;
  color: #a7a7a7;
  padding: 26px;
}

.mini-benefit img {
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
}

.mini-benefit h3 {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 20px;
}

.mini-benefit p {
  color: #a7a7a7;
  line-height: 23px;
}

.testimonials-section {
  padding-top: 140px;
}

.testimonial-wrap {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.testimonial-wrap h2 {
  margin-bottom: 28px;
  font-size: 43px;
}

.avatar-tabs {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 24px;
}

.avatar-tab {
  border: 0;
  background-color: transparent;
  padding: 0;
  transition: transform 250ms ease, box-shadow 250ms ease;
}

.avatar-tab img {
  width: 52px;
  height: 52px;
  border-radius: 5px;
  object-fit: cover;
}

.avatar-tab.active {
  border: 2px solid #5235ef;
  border-radius: 5px;
  transform: translateY(-4px);
}

.rotate-right {
  transform: rotate(8deg);
}

.rotate-left {
  transform: rotate(-8deg);
}

.testimonial-copy {
  min-height: 150px;
}

.testimonial-copy p {
  margin-bottom: 20px;
  color: #2b2b2c;
  font-size: 20px;
  line-height: 26px;
}

.testimonial-copy strong {
  color: #101011;
  font-size: 14px;
  font-weight: 500;
}

.pricing-section {
  padding-right: 50px;
  padding-left: 50px;
}

.pricing-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: center;
}

.pricing-col {
  flex: 0 0 calc(20% - 16px);
  max-width: calc(20% - 16px);
}

.pricing-switch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
  color: #2b2b2c;
}

.pricing-switch strong {
  color: #5235ef;
  font-weight: 500;
}

.toggle-switch {
  position: relative;
  width: 60px;
  height: 30px;
  border: 0;
  border-radius: 30px;
  background-color: #f0f2f6;
  padding: 4px;
}

.toggle-switch span {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 30px;
  background-color: #5235ef;
  transition: transform 250ms ease;
}

.toggle-switch.active span {
  transform: translateX(30px);
}

.pricing-card {
  height: 100%;
  border-radius: 30px;
  background-color: #f0f2f6;
  padding: 6px 6px 3px;
}

.pricing-card-top {
  display: flex;
  min-height: 270px;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 25px;
  background-color: #ffffff;
  padding: 30px;
}

.pricing-card h3 {
  margin-bottom: 8px;
  font-size: 24px;
}

.price {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  color: #2b2b2c;
}

.price-value {
  color: #101011;
  font-family: Interdisplay, Arial, sans-serif;
font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

.price small {
  margin-bottom: 8px;
  font-size: 16px;
}

.pricing-features {
  padding: 26px 24px 22px;
}

.pricing-features p {
  margin-bottom: 14px;
  color: #2b2b2c;
}

.pricing-features ul {
  display: grid;
  gap: 11px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing-features li {
  position: relative;
  padding-left: 26px;
  color: #2b2b2c;
}

.pricing-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background-color: #5235ef;
}

.pricing-features .muted {
  color: rgba(43, 43, 44, 0.7);
  text-decoration: line-through;
}

.pricing-features .muted::before {
  background-color: #a7a7a7;
}

@media (min-width: 992px) and (max-width: 1024px) {
  .pricing-section {
    padding-right: 24px;
    padding-left: 24px;
  }

  .pricing-col {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
  }

  .pricing-card-top {
    min-height: 260px;
    padding: 24px;
  }

  .pricing-card h3 {
    font-size: 22px;
    line-height: 28px;
  }

  .price-value {
    font-size: 40px;
    line-height: 46px;
  }

  .pricing-features {
    padding: 24px 20px 22px;
  }
}

.app-section {
  position: relative;
}

.app-visual {
  position: relative;
  border-radius: 30px;
  background-color: #f0f2f6;
  padding: 30px 34px 0;
  overflow: hidden;
}

.app-main-img {
  width: 100%;
  margin-bottom: -48px;
}

.app-floating-img {
  position: absolute;
  right: 24px;
  bottom: 18px;
  width: 130px;
  animation: floatY 4s ease-in-out infinite;
}

.app-content {
  display: grid;
  gap: 30px;
}

.app-content h2 {
  max-width: 620px;
  font-size: 48px;
  letter-spacing: -1px;
}

.app-content p {
  max-width: 620px;
  font-size: 18px;
  line-height: 27px;
}

.use-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #2b2b2c;
}

.use-item img {
  width: 16px;
  height: 16px;
}

.faq-section {
  background-color: #ffffff;
}

.faq-accordion {
  display: grid;
  gap: 14px;
}

.faq-accordion .accordion-item {
  border: 1px solid #f0f2f6;
  border-radius: 18px;
  background-color: #f0f2f6;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  border: 0;
  background-color: #f0f2f6;
  color: #101011;
  padding: 22px 24px;
  box-shadow: none;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background-color: #ffffff;
}

.faq-accordion .accordion-body {
  background-color: #ffffff;
  color: #606266;
  padding: 0 24px 24px;
  line-height: 25px;
}

.cta-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 20%, rgb(82 53 239 / 8%) 0, rgb(94 67 239 / 6%) 340px), radial-gradient(circle at 85% 80%, rgba(135, 113, 255, 0.22) 0, rgba(135, 113, 255, 0) 360px), linear-gradient(180deg, #ffffff 0%, #f6f4ff 100%);
}

.cta-panel {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(16, 16, 17, 0.96) 0%, rgba(29, 25, 58, 0.98) 52%, rgba(82, 53, 239, 0.92) 100%);
  padding: 64px;
  color: #ffffff;
  box-shadow: 0 34px 90px rgba(82, 53, 239, 0.24);
  width: 100%;
}

.cta-panel::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 33px;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(90deg, #000000, transparent 80%);
  pointer-events: none;
}

.cta-panel::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -160px;
  width: 360px;
  height: 360px;
  border-radius: 360px;
  background-color: rgba(255, 255, 255, 0.12);
  filter: blur(8px);
  pointer-events: none;
}

.cta-content {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 100%;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin: 0;
  text-align: left;
}

.cta-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 8px 14px;
  font-size: 14px;
  line-height: 18px;
  margin: 0 auto;
}

.cta-eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background-color: #9ff7c3;
  box-shadow: 0 0 18px rgba(159, 247, 195, 0.9);
}

.cta-content h2 {
  max-width: 100%;
  margin: 0 auto;
  color: #ffffff;
  font-size: 56px;
  line-height: 62px;
  letter-spacing: 0.5px;
  text-align: center;
}

.cta-content p {
  max-width: 610px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 29px;
  margin: 0 auto;
  text-align: center;
}

.cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  width: 100%;
}

.btn-cta-primary,
.btn-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border-radius: 30px;
  padding: 14px 24px;
  transition: transform 250ms ease, box-shadow 250ms ease, background-color 250ms ease;
}

.btn-cta-primary {
  background-color: #ffffff;
  color: #101011;
  gap: 12px;
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.16);
  position: relative;
}

.btn-cta-secondary {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}


.btn-cta-primary:hover,
.btn-cta-secondary:hover {
  transform: translateY(-3px);
}

.btn-cta-secondary:hover {
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
}

.btn-cta-primary:hover {
  box-shadow: 0 22px 42px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #000;
}

.cta-btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background-color: #5235ef;
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
}

.cta-btn-icon i {
  font-size: 14px;
}


.cta-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  width: 100%;
  max-width: 600px;
  margin-top: 8px;
}

.cta-trust-row div {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.07);
  padding: 16px;
}

.cta-trust-row strong {
  display: block;
  color: #ffffff;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.cta-trust-row span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  line-height: 18px;
}

.cta-visual {
  position: relative;
  z-index: 2;
  min-height: 390px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 180px),
    rgba(255, 255, 255, 0.08);
  padding: 18px;
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.cta-visual-header {
  display: flex;
  gap: 8px;
  margin-bottom: 18px;
}

.cta-visual-header span {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.34);
}

.cta-dashboard-card {
  border-radius: 24px;
  background-color: #ffffff;
  color: #606266;
  padding: 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.cta-dashboard-top,
.cta-progress-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.cta-dashboard-top span,
.cta-progress-label span {
  color: #606266;
  font-size: 13px;
  line-height: 18px;
}

.cta-dashboard-top strong,
.cta-progress-label strong {
  display: block;
  margin-top: 4px;
  color: #101011;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.cta-status {
  border-radius: 20px;
  background-color: #eafbf1;
  color: #1d9a55 !important;
  padding: 7px 12px;
}

.cta-progress-wrap {
  margin-top: 34px;
  margin-bottom: 28px;
}

.cta-progress-bar {
  height: 10px;
  border-radius: 20px;
  background-color: #f0f2f6;
  overflow: hidden;
  margin-top: 12px;
}

.cta-progress-bar span {
  display: block;
  width: 86%;
  height: 100%;
  border-radius: 20px;
  background-image: linear-gradient(90deg, #5235ef 0%, #8771ff 100%);
}

.cta-task-list {
  display: grid;
  gap: 12px;
}

.cta-task-list div {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 14px;
  background-color: #f7f7fb;
  padding: 12px;
  color: #2b2b2c;
  font-size: 14px;
}

.task-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #a7a7a7;
}

.task-dot.done {
  background-color: #25c26e;
}

.task-dot.active {
  background-color: #5235ef;
  box-shadow: 0 0 0 5px rgba(82, 53, 239, 0.12);
}

.cta-floating-note {
  position: absolute;
  right: 10px;
  bottom: 22px;
  display: grid;
  gap: 2px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px;
  background-color: rgba(16, 16, 17, 0.72);
  color: #ffffff;
  padding: 14px 18px;
  backdrop-filter: blur(12px);
  animation: floatY 4.2s ease-in-out infinite;
}

.cta-floating-note strong {
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.cta-floating-note span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 18px;
}

.footer-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 0%, rgba(82, 53, 239, 0.24) 0, rgba(82, 53, 239, 0) 360px),
    linear-gradient(180deg, #101011 0%, #08080a 100%);
  padding-top: 88px;
  padding-bottom: 15px;
  color: #a7a7a7;
}

.footer-section::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background-image: linear-gradient(90deg, rgba(82, 53, 239, 0), rgba(135, 113, 255, 0.8), rgba(82, 53, 239, 0));
}

.footer-top {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 40px;
  align-items: stretch;
  margin-bottom: 58px;
}

.footer-brand-block {
  border-radius: 28px;
}

.footer-logo img {
  max-height: 50px;
}

.footer-text-logo {
  color: #ffffff;
  font-family: "Bebas Neue", sans-serif;
  font-size: 40px;
  /* line-height: 32px; */
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: -6px;
}

.footer-text-logo:hover {
  color: #ffffff;
}

.footer-brand-block p {
  max-width: 560px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 17px;
  line-height: 27px;
}

.footer-certifications {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.footer-certifications span {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.06);
  color: #ffffff;
  padding: 8px 13px;
  font-size: 13px;
  line-height: 18px;
}

.footer-contact-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 28px;
  background-image: linear-gradient(135deg, #5235ef 0%, #8771ff 100%);
  padding: 34px;
  color: #ffffff;
  box-shadow: 0 26px 60px rgba(82, 53, 239, 0.28);
}

.footer-contact-card span {
  margin-bottom: 18px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
  line-height: 18px;
}

.footer-contact-card a {
  color: #ffffff;
  font-family: Interdisplay, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
  transition: opacity 250ms ease;
}

.footer-contact-card a:hover {
  opacity: 0.72;
}

.footer-main {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.8fr 0.8fr;
  gap: 38px;
}

.social-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 22px;
}

.social-row a {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background-color: rgba(255, 255, 255, 0.06);
  transition: transform 250ms ease, background-color 250ms ease, border-color 250ms ease;
}

.social-row a:hover {
  transform: translateY(-3px);
  border-color: rgba(135, 113, 255, 0.8);
  background-color: rgba(82, 53, 239, 0.32);
}

.social-row img {
  width: 16px;
  height: 16px;
}

.footer-section h2 {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 18px;
  line-height: 24px;
}

.footer-column {
  display: grid;
  align-content: start;
  gap: 11px;
}

.footer-column a,
.footer-bottom a {
  color: rgba(255, 255, 255, 0.62);
  transition: color 250ms ease, transform 250ms ease;
}

.footer-column a:hover,
.footer-bottom a:hover {
  color: #ffffff;
  transform: translateX(3px);
}

.footer-newsletter {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0.04);
  padding: 26px;
}

.footer-newsletter p {
  color: rgba(255, 255, 255, 0.62);
  line-height: 24px;
}

.footer-form {
  display: flex;
  gap: 8px;
  margin-top: 22px;
}

.footer-form input {
  min-width: 0;
  flex: 1;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  height: 48px;
  padding: 0 18px;
  outline: 0;
}

.footer-form input::placeholder {
  color: rgba(255, 255, 255, 0.48);
}

.footer-form button {
  border: 0;
  border-radius: 30px;
  background-color: #ffffff;
  color: #101011;
  height: 48px;
  padding: 0 18px;
  font-weight: 500;
  transition: transform 250ms ease;
}

.footer-form button:hover {
  transform: translateY(-2px);
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 44px;
  margin-bottom: 15px;
  background-color: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.footer-bottom div {
  display: flex;
  align-items: center;
  gap: 20px;
}

.copyright {
  color: rgba(255, 255, 255, 0.56);
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

.reveal {
  opacity: 0;
  filter: blur(30px);
  transform: translateY(24px);
  transition: opacity 800ms ease, filter 800ms ease, transform 800ms ease;
}

.reveal.visible {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.delay-one {
  transition-delay: 120ms;
}

.delay-two {
  transition-delay: 220ms;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@keyframes floatY {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes pulseBar {

  0%,
  100% {
    opacity: 0.35;
    transform: scaleX(0.8);
  }

  50% {
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes rotateOrbit {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Laptop Devices */
@media screen and (min-width: 1200px) and (max-width: 1599px) {

  .pricing-col {
    flex: 0 0 33.333333% !important;
    max-width: 33.333333% !important;
  }

  .hero-content h1 {
    font-size: 72px !important;
    line-height: 82px !important;
    letter-spacing: -3px;
    margin-bottom: 25px;
  }

  .price-value {
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
  }
}

@media (max-width: 1199px) {
  .hero-content h1 {
    font-size: 72px;
    line-height: 86px;
  }

  .section-heading h2,
  .workflow-section h2,
  .app-content h2,
  .cta-content h2 {
    font-size: 42px;
    line-height: 50px;
  }
}

@media (max-width: 991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .site-header .navbar {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .navbar-collapse {
    margin-top: 16px;
    border: 1px solid #f0f2f6;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 12px;
  }

  .nav-links {
    align-items: stretch;
  }

  .nav-links .nav-link {
    margin: 0;
    padding: 12px;
  }

  .section-spacing,
  .pricing-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }



  .hero-section {
    padding-top: 64px;
    padding-bottom: 100px;
  }

  .hero-content {
    max-width: 100%;
    margin-bottom: 70px;
  }

  .hero-content h1 {
    font-size: 58px;
    line-height: 70px;
  }

  .hero-visual-grid {
    gap: 20px;
  }


  .workflow-visual {
    min-height: 360px;
  }


  .sync-card {
    right: 24px;
    bottom: 24px;
  }

  .cta-panel {
    padding: 42px;
  }

  .cta-content h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .cta-visual {
    min-height: 340px;
    margin-top: 18px;
  }

  .footer-top {
    grid-template-columns: 1fr;
  }

  .footer-main {
    grid-template-columns: 1fr 1fr;
  }

  .footer-newsletter {
    grid-column: span 2;
  }

  .pricing-col {
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }

  .pricing-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .price-value {
    color: #101011;
    font-family: Interdisplay, Arial, sans-serif;
    font-size: 38px;
    font-weight: 700;
    line-height: 42px;
  }
}

@media (max-width: 767px) {
  .section-heading {
    margin-bottom: 36px;
  }

  .section-heading h2,
  .workflow-section h2,
  .app-content h2,
  .cta-content h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .section-heading p,
  .cta-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-content h1 {
    font-size: 42px;
    line-height: 50px;
    letter-spacing: -1px;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-visual-grid {
    grid-template-columns: 1fr;
  }

  .hero-panel-phone {
    max-width: 360px;
    margin: 0 auto;
  }

  .logo-track {
    gap: 34px;
  }

  .workflow-list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .workflow-item {
    flex-direction: column;
  }

  .workflow-item:last-child {
    grid-column: span 2;
  }

  .integration-large {
    display: none;
  }

  .integration-small {
    display: block;
    max-width: 520px;
  }

  .benefits-section .section-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .mini-benefit {
    padding: 20px;
  }

  .testimonial-wrap h2 {
    font-size: 32px;
  }

  .testimonial-copy p {
    font-size: 17px;
    line-height: 24px;
  }

  .pricing-card-top {
    min-height: 250px;
  }

  .footer-section {
    padding-top: 70px;
  }


  .cta-panel {
    border-radius: 24px;
    padding: 28px;
  }

  .cta-trust-row {
    grid-template-columns: 1fr;
  }

  .cta-dashboard-card {
    padding: 20px;
  }

  .footer-top {
    gap: 24px;
    margin-bottom: 42px;
  }

  .footer-brand-block,
  .footer-contact-card,
  .footer-newsletter {
    border-radius: 20px;
  }

  .footer-main {
    grid-template-columns: 1fr;
  }

  .footer-newsletter {
    grid-column: auto;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .pricing-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer-form input {
    padding: 15px 18px;
  }
}

@media (max-width: 575px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-section {
    padding-top: 30px;
    padding-bottom: 80px;
  }

  .hero-tagline {
    font-size: 12px;
  }

  .hero-content {
    margin-bottom: 48px;
  }

  .hero-content h1 {
    font-size: 38px;
    line-height: 46px;
  }

  .hero-image,
  .hero-panel,
  .feature-card,
  .workflow-visual,
  .app-visual {
    border-radius: 10px;
  }

  .feature-img,
  .workflow-img {
    border-radius: 10px;
  }

  .workflow-list {
    grid-template-columns: 1fr;
  }

  .workflow-item:last-child {
    grid-column: auto;
  }

  .sync-card {
    position: static;
    margin-top: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .benefit-showcase {
    min-height: 280px;
    border-radius: 10px;
  }

  .price-value {
    font-size: 42px;
  }

  .app-floating-img {
    width: 86px;
  }

  .faq-accordion .accordion-button {
    padding: 18px;
    font-size: 17px;
  }

  .cta-panel {
    padding: 22px;
  }

  .cta-content h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .cta-actions,
  .footer-form {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .btn-cta-primary,
  .btn-cta-secondary,
  .footer-form button {
    width: 100%;
  }

  .cta-visual {
    min-height: 320px;
    padding: 14px;
  }

  .cta-dashboard-top,
  .cta-progress-label {
    align-items: flex-start;
    flex-direction: column;
  }

  .cta-floating-note {
    position: static;
    width: max-content;
    margin-top: 14px;
  }

  .footer-contact-card a {
    font-size: 20px;
    line-height: 28px;
  }

  .footer-bottom div {
    flex-wrap: wrap;
    gap: 14px;
  }

  .pricing-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}