.home-main {
  overflow-x: hidden;
}

.home-main .hero {
  position: relative;
  background: #000;
  width: 100vw;
  height: 100vh;
  color: var(--white);
  padding: 0;
}
.hero-bg {
  position: absolute;
  inset: 0;
  /* background: */
  /* radial-gradient(
    1000px 280px at 50% 0%,
    rgba(16, 196, 208, 0.35),
    rgba(0, 0, 0, 0) 70%
  ), */
  /* url("../images/banner.png") center/cover no-repeat; */
  /* opacity: 0.55; */
}
.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.55;
}
.hero-content .banner-btm {
  width: auto;
  height: 48px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  animation: ping 1.5s linear infinite;
}
.hero-content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
}
.hero .badge {
  display: inline-flex;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  font-size: 12px;
  color: #cdeff2;
  margin-bottom: 18px;
  backdrop-filter: blur(6px);
}
.hero h1 {
  font-weight: 800;
  font-style: 95 ExtraBold;
  font-size: 48px;
  /* line-height: 100%; */
  letter-spacing: 0px;
  text-align: center;
  color: var(--white);
  margin-bottom: 20px;
}
.hero p {
  max-width: 960px;
  font-weight: 400;
  font-style: 55 Regular;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--white);
  margin-bottom: 60px;
}
.hero .actions {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.home-main > section {
  padding: 120px 0;
}

.home-main .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-main h2 {
  font-weight: 800;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: 0px;
}

.home-main p.desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--text);
  max-width: 960px;
}

.home-main .logo-content {
  position: relative;
  width: 100%;
  /* max-width: 1600px; */
  height: 120px;
  padding: 0;
  margin: 0;
  display: flex;
  align-content: center;
  align-items: center;
  overflow: hidden;
  /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%); */
}

.home-main .logo-content ul {
  list-style: none;
  width: 10000px;
  position: absolute;
  display: flex;
  align-items: center;
  padding-left: 0;
  padding-top: 0;
  margin: 0;
  /* max-width: 100vw; */
  overflow: hidden;
}

.home-main .logo-content ul li {
  float: left;
  margin-right: 88px;
}

.home-main .logo-content img {
  float: left;
  /* max-height: 28px; */
  width: auto;
  object-fit: contain;
}
.home-main .logo-content .logo-mask {
  width: 18.75%;
  max-width: 360px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  background: linear-gradient(
          270deg,
          rgba(248, 248, 248, 0.0001) 0%,
          #f8f8f8 58.2%
  );
}

.home-main .logo-content .logo-mask-l {
  left: 0;
}
.home-main .logo-content .logo-mask-r {
  right: 0;
  rotate: -180deg;
}

.home-main .journey {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  padding: 120px 0;
}
.home-main .journey .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.home-main .journey .cards {
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  align-items: stretch;
  justify-content: center;
  gap: 0;
}
.home-main .journey .card {
  max-width: 300px;
  padding: 80px 40px;
  display: flex;
  flex-direction: column;
  border-radius: 0;
  border: 0;
}

.home-main .journey .card:not(:last-child) {
  border-right: 1px solid #e8e8e8;
}

.home-main .journey .card:hover {
  box-shadow: 0px 2px 24px 0px #0000001a;
  transition: all 0.3s ease-in-out;
}

.home-main .journey .card img {
  width: 32px;
  height: 32px;
  margin-bottom: 40px;
}

.home-main .journey .card h3 {
  font-weight: 800;
  font-style: 95 ExtraBold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  color: var(--black);
  margin-bottom: 10px;
}

.home-main .journey .card p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  color: var(--text);
}

.home-main .features {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-main .features .tabs-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 1200px;
  overflow: hidden;
}

.home-main .featureTabs {
  border: 1px solid var(--black);
  border-radius: 4px;
  background-color: var(--white);
  flex-wrap: nowrap;
  overflow: hidden;
}

.features .tabs-container .featureTabs .nav-item {
  flex: 1;
  display: flex;
  /* align-items: center; */
  justify-content: center;
  width: 100%;
  height: auto;
}


.home-main .featureTabs.nav-tabs .nav-link {
  width: 100%;
  border: none;
  background-color: #F5F5F5;
  padding: 12px 20px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0px;
  text-align: center;
  color: var(--black);
}

.home-main .featureTabs.nav-tabs .nav-link.active {
  background-color: var(--black);
  color: var(--white);
}

.feature-tab-content .content {
  position: relative;
  width: 1200px;
  max-width: 100%;
  height: 600px;
  border-radius: 8px;
  overflow: hidden;
}
.feature-tab-content .content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.0001) 0%, #000000 100%);

}
.feature-tab-content .content-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* background: var(--black); */
  /* z-index: -1; */
}

.feature-tab-content .content-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}
.feature-tab-content .content-text {
  position: relative;
  z-index: 2;
  color: var(--white);
  width: 100%;
  height: 100%;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: start;
}
.feature-tab-content .content-text h3 {
  font-weight: 800;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: 0px;
}
.feature-tab-content .content-text .feature-subtitle {
  font-weight: 800;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  margin-bottom: 40px;
}

.feature-tab-content .content-text .feature-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
}

.home-main .faq-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.home-main .faq-content .container {
  max-width: 1200px;
  width: 100%;
  display: flex;
  align-items: center;
}

.faq-content .faq-list {
  width: 100%;
  max-width: 1200px;
  display: flex;
  align-items: center;
}

.faq-content .potentialAccordion {
  flex: 1;
}

.faq-content .potential-img {
  width: 560px;
  height: 560px;
}

.faq-content .accordion-button {
  background-color: transparent;
  box-shadow: none;
  border-top: 1px solid var(--black);
  padding: 20px 0 10px;
}

.faq-content .faqAccordion .accordion-button {
  padding: 20px 0 10px;
}

.faq-content .accordion-button.collapsed {
  padding: 20px 0;
}

.faq-content .accordion-button.last {
  border-bottom: 0;
  /* border-bottom: 1px solid var(--black); */
}
.faq-content .accordion-flush>.accordion-item:last-child {
  border-bottom: 1px solid var(--black);
}

.faq-content .accordion-body {
  padding: 0 0 20px 0;
}

.faq-content .accordion-body .flex-item {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 6px;
}

.faq-content .accordion-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: var(--text);
}

.faq-content .accordion-body .flex-item .flex-item-number {
  font-weight: 800;
  font-size: 36px;
  line-height: 34px;
  height: 34px;
  letter-spacing: 0px;
  color: var(--black);
}

.faq-content .accordion-body .flex-item .flex-item-number span {
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0px;
  color: var(--black);
}

.faq-content .accordion-body .solutions-item {
  flex-basis: 50%;
  display: flex;
  align-items: start;
  gap: 8px;
}
.faq-content .accordion-body .solutions-item img {
  width: 24px;
  height: 24px;
}

.faq-content .accordion-body .solutions-item p {
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  min-height: 24px;
  letter-spacing: 0px;
  color: var(--black);
  word-break: break-word;
  display: flex;
  align-items: center;
}

.faq-content .potential-img img {
  width: 560px;
  height: 560px;
  object-fit: cover;
}

.home-main .security {
  background-color: var(--black);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.home-main .security-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.home-main .security-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-main .security h2 {
  color: var(--white);
  margin-bottom: 20px;
}

.home-main .security-content {
  display: flex;
  justify-content: center;
}
.home-main .security-content .security-card {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 400px;
}

.home-main .security-content .center-bg {
  width: 400px;
  height: 400px;
}

.home-main .security-content .card-item {
  display: flex;
  flex-direction: column;
}

.security-content .card-item-img {
  width: 48px;
  height: 48px;
  margin-bottom: 20px;
}

.security-content .card-item-img img {
  width: 100%;
  height: 100%;
}

.home-main .security-content .card-item h4 {
  font-weight: 800;
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0px;
  color: var(--white);
}

.security-content .card-item p {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  color: #bbbbbb;
}

.home-main .voices {
  position: relative;
}

.home-main .voices .voices-mask-l {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 58.97%);
  width: 120px;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.home-main .voices .voices-mask-r {
  background: linear-gradient(270deg, rgba(255, 255, 255, 0.0001) 0%, #FFFFFF 58.97%);
  width: 120px;
  height: 90%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  rotate: 180deg;
}

.home-main .voices .voices-card {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

.home-main .voices .card-item {
  width: 360px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
  flex-shrink: 0;
}

.home-main .voices .card-item .card-item-top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home-main .voices .card-item .card-item-top img {
  width: 32px;
  height: 20px;
}

.home-main .voices .card-item .card-item-top p {
  font-weight: 400;
  font-style: 55 Regular;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  color: var(--text);
}

.home-main .voices .card-item .card-item-bottom {
  display: flex;
  align-items: center;
  gap: 12px;
}

.home-main .voices .card-item .card-item-bottom .avatar {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
}

.home-main .voices .card-item .card-item-bottom .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-main .voices .card-item .card-item-bottom .info {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.home-main .voices .card-item .card-item-bottom .info .name {
  font-weight: 800;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  color: var(--black);
}

.home-main .voices .card-item .card-item-bottom .info .company {
  font-weight: 400;
  font-size: 12px;
  color: var(--text);
}

.home-main .voices .card-item .card-item-bottom .info .info-img {
  width: 30px;
  height: 20px;
  rotate: -180deg;
  opacity: 0.1;
  position: absolute;
  bottom: 0;
  right: 0;
}

.home-main .simpler {
  background: #F8F8F8;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-main .simpler-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 1200px;
}

.home-main .simpler-content-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 560px;
}
.home-main .simpler-content-left h2 {
  line-height: 56px;
  text-align: left;
  margin-bottom: 20px;
}

.home-main .simpler-content-left .desc {
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0px;
  color: var(--text);
  margin-bottom: 80px;
}

.home-main .simpler-content-left .actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.home-main .simpler-content-right {
  width: 600px;
  height: 600px;
  display: flex;
  align-items: center;
}

.home-main .simpler-content-right img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.home-main .simpler-bg {
  position: absolute;
  width: 300px;
  height: 300px;
  object-fit: cover;
  z-index: 1;
  pointer-events: none;
}

.home-main .simpler-bg-l {
  bottom: 0;
  left: 0;
}

.home-main .simpler-bg-r {
  top: 0;
  right: 0;
}

.home-main .global-map {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.home-main .global-map .map-img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  object-fit: cover;
}

.home-main .blog {
  background: #F8F8F8;
}

.home-main .blog-container {
  max-width: 1240px;
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 20px;
}

.home-main .blog-container .row>.col {
  --bs-gutter-x: 40px;
}

.home-main .blog-container .card {
  border: 1px solid #D8D8D8;
  border-radius: 8px;
}

.home-main .blog-container .card-img-top {
  width: 100%;
  height: 210px;
  object-fit: cover;
}

.home-main .blog-container .card-body {
  padding: 16px 16px 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 24px;
}

.home-main .blog-container .card-body .card-title {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: var(--black);
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.home-main .blog-container .card-body .card-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-main .blog-container .card-body .card-author .avatar {
  width: 24px;
  height: 24px;
  border-radius: 100%;
  overflow: hidden;
}

.home-main .blog-container .card-body .card-author span {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0%;
  color: var(--text);
}

.home-main .blog  .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;

}
.hero-tabs {
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(
          to bottom,
          rgba(7, 12, 15, 0.9),
          rgba(7, 12, 15, 0.5)
  );
}
.tabs {
  display: flex;
  gap: 12px;
  overflow: auto;
}
.tab {
  color: #cfe4e6;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.tab.active {
  background: rgba(255, 255, 255, 0.06);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
/* .card {
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 22px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.04);
} */
.card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}
.card p {
  margin: 0;
  color: var(--muted);
}

.dark-showcase {
  background: linear-gradient(180deg, #071019, #0b1621);
  color: #d9f7fb;
  padding: 80px 0;
}
.showcase-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
}
.pills {
  display: inline-flex;
  gap: 8px;
}
.pills span {
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 12px;
}
.showcase-media {
  height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  background:
          linear-gradient(180deg, rgba(10, 17, 24, 0.5), rgba(10, 17, 24, 0.9)),
          url("https://images.unsplash.com/photo-1518770660439-4636190af475?q=80&w=1600&auto=format&fit=crop")
          center/cover no-repeat;
}

.flow {
  background: #fff;
  padding: 72px 0;
}
.flow-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.step {
  text-align: center;
  padding: 18px;
  border: 1px dashed var(--border);
  border-radius: 12px;
}

.trust {
  background: #f8fbfc;
  padding: 72px 0;
}
.trust-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.tcard {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 14px;
  padding: 20px;
  text-align: center;
}

.global {
  background:
          radial-gradient(
                  600px 160px at 50% 0%,
                  rgba(16, 196, 208, 0.2),
                  rgba(255, 255, 255, 0) 70%
          ),
          #fff;
  padding: 72px 0;
}
.map {
  height: 320px;
  border: 1px solid var(--border);
  border-radius: 18px;
  background: url("https://images.unsplash.com/photo-1518684079-3c830dcef090?q=80&w=1600&auto=format&fit=crop")
  center/cover no-repeat;
}

.cta-banner {
  background: linear-gradient(120deg, #03151a, #07232b);
  color: #cdeff2;
  padding: 36px 0;
}
.cta-banner .container {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
}

.blog {
  background: #fff;
  padding: 72px 0;
}
.posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.post-card {
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
}
.post-card h3 {
  padding: 12px 14px;
  margin: 0;
}
.post-card p {
  padding: 0 14px 18px;
  margin: 0;
  color: var(--muted);
}
.post-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.site-footer {
  background: #0b1116;
  color: #b9d9dc;
  padding: 40px 0;
}
.footer-columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.footer-menu {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 12px;
}
.footer-menu a {
  color: #b9d9dc;
  padding: 8px 10px;
  border-radius: 8px;
}
.footer-menu a:hover {
  background: rgba(255, 255, 255, 0.06);
}
.social {
  display: inline-flex;
  gap: 10px;
}
.social .icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: 18px;
  padding-top: 18px;
  text-align: center;
  font-size: 13px;
}


@media screen and (max-width: 1280px) {
  .home-main .features .tabs-container {
    max-width: 100%;
    padding: 0 20px;
  }
  .home-main .features .tabs-container .featureTabs {
    display: flex;
  }
  .home-main .features .tabs-container .featureTabs .nav-item {
    flex: 1;
    display: flex;
    /* align-items: center; */
    justify-content: center;
  }
  .home-main .featureTabs.nav-tabs .nav-link {
    width: 100%;
    flex: 1;
    /* white-space: nowrap; */
  }
  .home-main .faq-content .faq-list {
    gap: 40px;
    padding: 0 20px;
  }
  .faq-content .potential-img {
    width: 480px;
    height: 480px;
  }
  .faq-content .potential-img img{
    width: 100%;
    height: auto;
  }
  .home-main .security-content {
    max-width: 1200px;
    align-items: center;
  }
  .home-main .security-content .center-bg {
    width: 300px;
    height: 300px;
  }
  .home-main .security-content .security-card {
    width: 300px;
  }
  .voices-scroll-wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
  .home-main .simpler-content {
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  .home-main .faq-content .faq-list {
    flex-direction: column-reverse;
  }
  .faq-content .potential-img {
    width: 560px;
    height: 560px;
  }
  .home-main .blog-container {
    gap: 20px;
  }
}

@media screen and (max-width: 960px) {
  .home-main .featureTabs {
    display: flex;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
  }
  .home-main .featureTabs.nav-tabs .nav-link {
    flex: 0 0 auto;
    padding: 12px;
    font-size: 14px;
  }
  .feature-tab-content .content-text {
    padding: 60px 40px;
  }
  .home-main .security-content {
    row-gap: 60px;
    column-gap: 20px;
    padding: 0 20px;
  }
  .home-main .security-content .center-bg {
    display: none;
  }
  .home-main .security-content .security-card {
    width: calc(50% - 20px);
  }
  .home-main .voices .voices-mask-l,
  .home-main .voices .voices-mask-r {
    width: 80px;
  }
  .home-main .simpler-content {
    flex-direction: column-reverse;
  }
}


@media screen and (max-width: 768px) {
  .home-main .featureTabs {
    border: none;
    background-color: transparent;
    overflow-x: auto;
    gap: 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    width: 100%;
    justify-content: flex-start;
    scroll-behavior: smooth; /* 添加平滑滚动 */
  }

  .home-main .featureTabs::-webkit-scrollbar {
    display: none;
  }

  .home-main .featureTabs.nav-tabs .nav-link {
    flex: 0 0 auto;
    width: 100%;
    min-width: 160px;
    scroll-snap-align: center;
    background-color: transparent;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
  }

  .home-main .featureTabs.nav-tabs .nav-link.active {
    background-color: var(--black);
    border-color: var(--black);
    color: var(--white);
  }
  .feature-tab-content .content-text {
    padding: 60px 20px;
  }
  .home-main .simpler-content-left {
    justify-content: center;
    align-items: center;
  }
  .home-main .simpler-content-left h2 {
    text-align: center;
  }
  .home-main .simpler-content-left .desc {
    text-align: center;
  }
  .home-main .simpler-content-right {
    display: none;
  }
}


@media screen and (max-width: 640px) {
  .container {
    width: calc(100vw - 24px);
  }
  .hero-content {
    padding: 88px 0 48px;
  }
  .home-main .features .tabs-container {
    padding: 0 16px;
  }
  .feature-tab-content .content {
    height: auto;
  }
  .feature-tab-content .content-bg {
    position: relative;
  }
  .home-main .faq-content .container {
    margin-bottom: 0;
  }
  .faq-content .potential-img {
    max-width: 100%;
    height: 100%;
  }
  .feature-tab-content .content-text {
    color: var(--black);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .home-main .simpler-content {
    padding: 0 16px;
  }
  .home-main .simpler-content-left {
    max-width: 100%;
  }

  .home-main .blog-container {
    overflow-x: auto !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    display: flex;
    gap: 20px;
  }
}

@media screen and (max-width: 640px) {
  .home-main .blog-container {
    overflow-x: auto !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
    display: flex;
    gap: 20px;
    padding: 0 20px;
  }
  .home-main .blog-container::-webkit-scrollbar {
    display: none;
  }
  .home-main .blog-container .blog-item {
    flex: 0 0 100%;
    max-width: 100%;
    scroll-snap-align: center;
  }
}

@media screen and (max-width: 560px) {
  .home-main .voices .voices-scroll-wrapper {
    overflow-x: auto !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-snap-type: x mandatory;
  }
  .home-main .voices .voices-scroll-wrapper::-webkit-scrollbar {
    display: none;
  }
  .home-main .voices .voices-card {
    gap: 15px;
  }
  .home-main .voices .card-item {
    width: 100% !important;
    scroll-snap-align: center;
    /* border: none; */
    border-radius: 0;
  }
  .home-main .voices .voices-mask-l,
  .home-main .voices .voices-mask-r {
    display: none;
  }
  .home-main .global-map {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 100px;
    gap: 20px;
  }
}


@media screen and (max-width: 560px) {
  .accordion-body .d-flex {
    flex-direction: column;
    gap: 20px;
  }
  .home-main .security-content {
    flex-direction: column;
    gap: 40px;
  }
  .home-main .security-content .security-card {
    width: 100%;
  }
  .home-main .voices .voices-mask-l,
  .home-main .voices .voices-mask-r {
    display: none;
  }
}


@media screen and (max-width: 1200px) {
  .home-main .journey .cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .home-main .journey .card {
    width: 100%;
    max-width: 360px;
  }
  .home-main .journey .card:nth-child(2n) {
    border-right: 0;
  }
}


@media (max-width: 768px) {
  .home-main .hero h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .home-main .hero p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }
}


@media screen and (max-width: 680px) {
  .home-main .journey .cards {
    width: 100%;
    grid-template-columns: 1fr;
  }
  .home-main .journey .card {
    width: 100%;
    max-width: 100%;
    border-right: 0;
    border-bottom: 1px solid #e8e8e8;
  }
}