.container[data-v-ea96d3d3],
.header-container[data-v-ea96d3d3] {
  max-width: 1280px !important;
  width: 100%;
  margin: 0 auto;
  padding-left: 2rem !important;
  padding-right: 2rem !important
}

.hero-row[data-v-ea96d3d3] {
  --bs-gutter-x: 4rem
}

.page-status-container[data-v-ea96d3d3] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  text-align: center;
  padding: 2rem
}

.page-status-container p[data-v-ea96d3d3] {
  font-size: 1.2rem;
  color: #666;
  margin-top: 1rem
}

.page-status-container.error h2[data-v-ea96d3d3] {
  color: #d9534f
}

.page-status-container.error p[data-v-ea96d3d3] {
  color: #555;
  margin-bottom: 2rem
}

.spinner[data-v-ea96d3d3] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 8px solid #f3f3f3;
  border-top-color: #0061ff;
  animation: spin-ea96d3d3 1s linear infinite
}

@keyframes spin-ea96d3d3 {
  to {
    transform: rotate(360deg)
  }
}

body[data-v-ea96d3d3] {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  color: #333;
  background-color: #f8f9fa
}

.page-wrapper[data-v-ea96d3d3] {
  padding-top: 70px
}

#hero[data-v-ea96d3d3],
#new-features[data-v-ea96d3d3],
#scenarios[data-v-ea96d3d3],
#customer-reviews[data-v-ea96d3d3] {
  scroll-margin-top: 70px
}

.page-header[data-v-ea96d3d3] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 2px 8px #00000014;
  z-index: 1000;
  height: 70px
}

.safety-download[data-v-ea96d3d3] {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all .3s ease;
  z-index: 10
}

.safety-download[data-v-ea96d3d3]:hover {
  transform: translateY(-50%) scale(1.05)
}

.safety-icon[data-v-ea96d3d3] {
  width: 20px;
  height: 20px;
  margin-bottom: 4px
}

.safety-text[data-v-ea96d3d3] {
  font-size: 10px;
  color: #666;
  font-weight: 500;
  white-space: nowrap
}

.header-container[data-v-ea96d3d3] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.header-logo[data-v-ea96d3d3] {
  display: flex;
  align-items: center;
  gap: 12px
}

.header-logo img[data-v-ea96d3d3] {
  width: 45px;
  height: 45px;
  border-radius: 8px
}

.logo-text[data-v-ea96d3d3] {
  display: flex;
  flex-direction: column
}

.logo-name[data-v-ea96d3d3] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1.2
}

.logo-subtitle[data-v-ea96d3d3] {
  font-size: 12px;
  color: #666;
  line-height: 1.2
}

.header-nav[data-v-ea96d3d3] {
  display: flex;
  align-items: center;
  gap: 35px
}

.nav-link[data-v-ea96d3d3] {
  color: #666;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color .3s ease;
  position: relative
}

.nav-link[data-v-ea96d3d3]:hover {
  color: #0061ff
}

.nav-link[data-v-ea96d3d3]:after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0061ff;
  transition: width .3s ease
}

.nav-link[data-v-ea96d3d3]:hover:after {
  width: 100%
}

.header-actions[data-v-ea96d3d3] {
  display: flex;
  align-items: center;
  gap: 12px
}

.btn-install-desktop[data-v-ea96d3d3] {
  background-color: transparent;
  color: #0061ff;
  border: 1px solid #0061ff;
  border-radius: 20px;
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 500;
  transition: all .3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center
}

.btn-install-desktop[data-v-ea96d3d3]:hover {
  background-color: #0061ff;
  color: #fff
}

.btn-download[data-v-ea96d3d3] {
  background: linear-gradient(135deg, #0061ff, #60efff);
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  box-shadow: 0 4px 12px #0061ff40
}

.btn-download[data-v-ea96d3d3]:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px #0061ff59
}

#hero.hero-section-new[data-v-ea96d3d3] {
  position: relative;
  padding: 96px 0 64px;
  overflow: hidden;
  background: transparent;
  color: inherit
}

@media (min-width: 992px) {
  #hero.hero-section-new[data-v-ea96d3d3] {
    padding: 128px 0 80px
  }
}

.hero-bg-decorations[data-v-ea96d3d3] {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none
}

.hero-bg-blob[data-v-ea96d3d3] {
  position: absolute;
  border-radius: 50%;
  mix-blend-mode: multiply;
  filter: blur(80px);
  opacity: .4;
  animation: blob-float-ea96d3d3 7s ease-in-out infinite
}

.hero-bg-blob-1[data-v-ea96d3d3] {
  top: -10%;
  right: -5%;
  width: 600px;
  height: 600px;
  background-color: #bfdbfe
}

.hero-bg-blob-2[data-v-ea96d3d3] {
  top: 30%;
  left: -10%;
  width: 500px;
  height: 500px;
  background-color: #c7d2fe;
  animation-delay: 2s
}

.hero-bg-pattern[data-v-ea96d3d3] {
  position: absolute;
  inset: 0;
  background-image: url('data:image/svg+xml,%3Csvg width="40" height="40" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="%23cbd5e1" fill-opacity="0.04"%3E%3Cpath d="M0 0h40v40H0z" fill="none"/%3E%3Cpath d="M0 20h40M20 0v40" stroke="%23cbd5e1" stroke-width="1" stroke-opacity="0.1"/%3E%3C/g%3E%3C/svg%3E');
  opacity: .04
}

.hero-floating-particle[data-v-ea96d3d3] {
  position: absolute;
  border-radius: 50%;
  opacity: .2;
  animation: particle-float-ea96d3d3 6s ease-in-out infinite
}

.hero-particle-1[data-v-ea96d3d3] {
  top: 80px;
  left: 80px;
  width: 12px;
  height: 12px;
  background-color: #60a5fa
}

.hero-particle-2[data-v-ea96d3d3] {
  bottom: 160px;
  right: 40px;
  width: 16px;
  height: 16px;
  background-color: #c084fc;
  animation-delay: 3s
}

@keyframes blob-float-ea96d3d3 {

  0%,
  to {
    transform: translate(0) scale(1)
  }

  33% {
    transform: translate(30px, -50px) scale(1.1)
  }

  66% {
    transform: translate(-20px, 20px) scale(.9)
  }
}

@keyframes particle-float-ea96d3d3 {

  0%,
  to {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-20px)
  }
}

.hero-container[data-v-ea96d3d3] {
  position: relative;
  z-index: 10
}

.hero-left-content[data-v-ea96d3d3] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 20px
}

.hero-version-badge[data-v-ea96d3d3] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 9999px;
  background-color: #fff;
  border: 1px solid #dbeafe;
  color: #2563eb;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  margin-bottom: 16px;
  box-shadow: 0 1px 2px #0000000d;
  animation: float-badge-ea96d3d3 3s ease-in-out infinite;
  align-self: center
}

@keyframes float-badge-ea96d3d3 {

  0%,
  to {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-5px)
  }
}

.hero-pulse-dot[data-v-ea96d3d3] {
  position: relative;
  display: flex;
  height: 8px;
  width: 8px
}

.hero-pulse-ring[data-v-ea96d3d3] {
  position: absolute;
  display: inline-flex;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: #60a5fa;
  opacity: .75;
  animation: ping-ea96d3d3 1s cubic-bezier(0, 0, .2, 1) infinite
}

.hero-pulse-core[data-v-ea96d3d3] {
  position: relative;
  display: inline-flex;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background-color: #2563eb
}

@keyframes ping-ea96d3d3 {

  75%,
  to {
    transform: scale(2);
    opacity: 0
  }
}

.hero-main-title-new[data-v-ea96d3d3] {
  font-size: 3rem;
  font-weight: 800;
  color: #0f172a;
  line-height: 1.1;
  margin-bottom: 8px;
  letter-spacing: -.025em
}

.hero-gradient-subtitle[data-v-ea96d3d3] {
  background: linear-gradient(to right, #2563eb, #4f46e5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.875rem;
  display: block;
  margin-top: 8px
}

.hero-user-count[data-v-ea96d3d3] {
  font-size: 14px;
  font-weight: 600;
  color: #94a3b8;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 16px
}

.hero-description[data-v-ea96d3d3] {
  font-size: 18px;
  color: #475569;
  line-height: 1.75;
  margin-bottom: 24px;
  font-weight: 500
}

.hero-download-buttons[data-v-ea96d3d3] {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  align-items: stretch
}

.hero-btn[data-v-ea96d3d3] {
  background-color: #2563eb;
  color: #fff;
  padding: 14px 24px;
  border-radius: 12px;
  box-shadow: 0 10px 15px -3px #2563eb4d;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  text-decoration: none;
  transition: all .3s ease;
  min-width: 180px;
  align-self: center
}

.hero-btn[data-v-ea96d3d3]:hover {
  background-color: #1d4ed8;
  transform: translateY(-4px);
  color: #fff
}

.hero-btn-icon[data-v-ea96d3d3] {
  font-size: 24px;
  transition: transform .3s ease
}

.hero-btn:hover .hero-btn-icon[data-v-ea96d3d3] {
  transform: scale(1.1)
}

.hero-btn-text[data-v-ea96d3d3] {
  display: flex;
  flex-direction: column;
  align-items: flex-start
}

.hero-btn-label[data-v-ea96d3d3] {
  font-size: 10px;
  opacity: .8;
  font-weight: 500;
  line-height: 1
}

.hero-btn-action[data-v-ea96d3d3] {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-top: 2px
}

.hero-btn-secondary[data-v-ea96d3d3] {
  background-color: #fff;
  border: 1px solid #e2e8f0;
  color: #1e293b;
  box-shadow: 0 1px 2px #0000000d
}

.hero-btn-secondary[data-v-ea96d3d3]:hover {
  background-color: #f8fafc;
  border-color: #cbd5e1;
  color: #1e293b
}

.hero-right-content[data-v-ea96d3d3] {
  display: flex;
  align-items: center;
  justify-content: center
}

.hero-right-html-content[data-v-ea96d3d3] {
  width: 100%;
  display: flex;
  transition: opacity .5s ease-in-out;
  justify-content: center;
  align-items: center
}

.hero-right-html-content.content-ready[data-v-ea96d3d3] {
  opacity: 1
}

[data-v-ea96d3d3] .hero-stats-glass {
  animation: float-card-ea96d3d3 3s ease-in-out infinite
}

@keyframes float-card-ea96d3d3 {

  0%,
  to {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-10px)
  }
}

@media (max-width: 991px) {
  .hero-right-html-content[data-v-ea96d3d3] {
    margin-top: 40px
  }
}

@media (min-width: 640px) {
  .hero-download-buttons[data-v-ea96d3d3] {
    flex-direction: row
  }
}

@media (min-width: 768px) {
  .hero-main-title-new[data-v-ea96d3d3] {
    font-size: 3.75rem
  }

  .hero-gradient-subtitle[data-v-ea96d3d3] {
    font-size: 3rem
  }
}

@media (min-width: 992px) {
  .hero-left-content[data-v-ea96d3d3] {
    text-align: left;
    padding-left: 0
  }

  .hero-version-badge[data-v-ea96d3d3] {
    align-self: flex-start
  }

  .hero-download-buttons[data-v-ea96d3d3] {
    justify-content: flex-start
  }

  .hero-btn[data-v-ea96d3d3] {
    align-self: flex-start
  }
}

@media (min-width: 1024px) {
  .hero-main-title-new[data-v-ea96d3d3] {
    font-size: 4.5rem
  }

  .hero-gradient-subtitle[data-v-ea96d3d3] {
    font-size: 3.125rem
  }
}

.hero-main-content[data-v-ea96d3d3] {
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px
}

.hero-logo-main[data-v-ea96d3d3] {
  width: 90px;
  height: 90px;
  margin-bottom: 1.5rem;
  box-shadow: 0 8px 20px #00000026
}

.hero-main-title[data-v-ea96d3d3] {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: .5rem
}

.hero-subtitle[data-v-ea96d3d3] {
  font-size: 1.2rem;
  color: #ffffffe6;
  margin-bottom: 1.5rem
}

.software-intro[data-v-ea96d3d3] {
  font-size: 1rem;
  color: #ffffffd9;
  line-height: 1.8;
  margin-bottom: 2rem;
  max-width: 1100px
}

.hero-primary-download-btn[data-v-ea96d3d3] {
  background-color: #fff;
  color: #0061ff;
  border: none;
  padding: .9rem 2.2rem;
  font-size: 1.15rem;
  font-weight: 700;
  border-radius: 50px;
  transition: all .3s ease;
  box-shadow: 0 4px 15px #0000001a
}

.hero-primary-download-btn[data-v-ea96d3d3]:hover {
  background-color: #f0f0f0;
  color: #0050d1;
  transform: translateY(-3px);
  box-shadow: 0 7px 20px #0003
}

.version-info[data-v-ea96d3d3] {
  font-size: .9rem;
  color: #ffffffb3
}

.hero-download-btn[data-v-ea96d3d3] {
  background-color: #ffc107;
  color: #333;
  border: none;
  padding: 1rem 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 12px;
  transition: all .3s ease;
  box-shadow: 0 4px 15px #0000001a
}

.hero-download-btn[data-v-ea96d3d3]:hover {
  background-color: #fff;
  color: #0061ff;
  transform: translateY(-3px);
  box-shadow: 0 7px 20px #0003
}

#new-features.features-section[data-v-ea96d3d3] {
  padding: 80px 0
}

.section-title[data-v-ea96d3d3] {
  font-size: 36px;
  color: #333;
  margin-bottom: 50px;
  font-weight: 700
}

#new-features.features-section .section-title[data-v-ea96d3d3] {
  color: #1f87e8
}

.feature-card-new[data-v-ea96d3d3] {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-radius: 16px;
  padding: 32px;
  transition: all .3s ease;
  box-shadow: 0 15px 35px -5px #0000001a;
  border: 1px solid #e2e8f0;
  border-bottom: 4px solid #3b82f6;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%
}

.feature-card-new.color-purple[data-v-ea96d3d3] {
  border-bottom-color: #a855f7
}

.feature-card-new.color-blue[data-v-ea96d3d3] {
  border-bottom-color: #3b82f6
}

.feature-card-new.color-red[data-v-ea96d3d3] {
  border-bottom-color: #ef4444
}

.feature-card-new.color-emerald[data-v-ea96d3d3] {
  border-bottom-color: #10b981
}

.feature-card-new.color-amber[data-v-ea96d3d3] {
  border-bottom-color: #f59e0b
}

.feature-card-new.color-cyan[data-v-ea96d3d3] {
  border-bottom-color: #06b6d4
}

.feature-card-new[data-v-ea96d3d3]:hover {
  transform: translateY(-8px);
  box-shadow: 0 25px 50px -12px #2563eb26
}

.feature-card-gradient[data-v-ea96d3d3] {
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 96px;
  background: linear-gradient(to left, rgba(239, 246, 255, 1), transparent);
  border-bottom-left-radius: 50%;
  margin-right: -16px;
  margin-top: -16px;
  transition: transform .3s ease
}

.gradient-purple[data-v-ea96d3d3] {
  background: linear-gradient(to left, rgba(250, 245, 255, 1), transparent)
}

.gradient-blue[data-v-ea96d3d3] {
  background: linear-gradient(to left, rgba(239, 246, 255, 1), transparent)
}

.gradient-red[data-v-ea96d3d3] {
  background: linear-gradient(to left, rgba(254, 242, 242, 1), transparent)
}

.gradient-emerald[data-v-ea96d3d3] {
  background: linear-gradient(to left, rgba(236, 253, 245, 1), transparent)
}

.gradient-amber[data-v-ea96d3d3] {
  background: linear-gradient(to left, rgba(255, 251, 235, 1), transparent)
}

.gradient-cyan[data-v-ea96d3d3] {
  background: linear-gradient(to left, rgba(236, 254, 255, 1), transparent)
}

.feature-card-new:hover .feature-card-gradient[data-v-ea96d3d3] {
  transform: scale(1.1)
}

.feature-icon-box[data-v-ea96d3d3] {
  width: 56px;
  height: 56px;
  background-color: #fff;
  box-shadow: 0 4px 6px -1px #0000001a;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3b82f6;
  font-size: 24px;
  margin-bottom: 24px;
  transition: transform .3s ease;
  position: relative;
  z-index: 10
}

.icon-purple[data-v-ea96d3d3] {
  color: #a855f7
}

.icon-blue[data-v-ea96d3d3] {
  color: #3b82f6
}

.icon-red[data-v-ea96d3d3] {
  color: #ef4444
}

.icon-emerald[data-v-ea96d3d3] {
  color: #10b981
}

.icon-amber[data-v-ea96d3d3] {
  color: #f59e0b
}

.icon-cyan[data-v-ea96d3d3] {
  color: #06b6d4
}

.feature-card-new:hover .feature-icon-box[data-v-ea96d3d3] {
  transform: rotate(12deg)
}

.feature-title[data-v-ea96d3d3] {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 12px;
  transition: color .3s ease
}

.feature-card-new.color-purple:hover .feature-title[data-v-ea96d3d3] {
  color: #a855f7
}

.feature-card-new.color-blue:hover .feature-title[data-v-ea96d3d3] {
  color: #3b82f6
}

.feature-card-new.color-red:hover .feature-title[data-v-ea96d3d3] {
  color: #ef4444
}

.feature-card-new.color-emerald:hover .feature-title[data-v-ea96d3d3] {
  color: #10b981
}

.feature-card-new.color-amber:hover .feature-title[data-v-ea96d3d3] {
  color: #f59e0b
}

.feature-card-new.color-cyan:hover .feature-title[data-v-ea96d3d3] {
  color: #06b6d4
}

.feature-description[data-v-ea96d3d3] {
  color: #64748b;
  line-height: 1.6;
  font-size: 14px;
  margin-bottom: 16px;
  flex-grow: 1
}

.feature-link[data-v-ea96d3d3] {
  color: #3b82f6;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  opacity: 0;
  transition: opacity .3s ease;
  margin-top: auto
}

.link-purple[data-v-ea96d3d3] {
  color: #a855f7
}

.link-blue[data-v-ea96d3d3] {
  color: #3b82f6
}

.link-red[data-v-ea96d3d3] {
  color: #ef4444
}

.link-emerald[data-v-ea96d3d3] {
  color: #10b981
}

.link-amber[data-v-ea96d3d3] {
  color: #f59e0b
}

.link-cyan[data-v-ea96d3d3] {
  color: #06b6d4
}

.feature-card-new:hover .feature-link[data-v-ea96d3d3] {
  opacity: 1
}

.feature-link[data-v-ea96d3d3]:hover {
  opacity: .8 !important
}

.feature-link i[data-v-ea96d3d3] {
  font-size: 12px
}

.scenarios-section-new[data-v-ea96d3d3] {
  padding: 80px 0;
  background-color: #f8fafc;
  border-top: 1px solid #e2e8f0
}

.scenarios-section-new .section-subtitle[data-v-ea96d3d3] {
  font-size: 16px;
  color: #64748b;
  margin-bottom: 0
}

.scenario-container[data-v-ea96d3d3] {
  display: flex;
  flex-direction: row;
  background-color: #fff;
  border-radius: 24px;
  box-shadow: 0 20px 25px -5px #0000001a;
  overflow: hidden;
  border: 1px solid #f1f5f9;
  min-height: 500px
}

.scenario-nav[data-v-ea96d3d3] {
  width: 33.333%;
  background-color: #f8fafc;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-right: 1px solid #f1f5f9
}

.scenario-nav-btn[data-v-ea96d3d3] {
  width: 100%;
  text-align: left;
  padding: 16px 24px;
  border-radius: 12px;
  background: transparent;
  border: 1px solid transparent;
  color: #64748b;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all .3s ease;
  cursor: pointer
}

.scenario-nav-btn[data-v-ea96d3d3]:hover {
  background-color: #fff;
  box-shadow: 0 1px 3px #0000001a
}

.scenario-nav-btn.active[data-v-ea96d3d3] {
  background-color: #fff;
  border-color: #3b82f6;
  box-shadow: 0 1px 3px #0000001a;
  color: #3b82f6;
  font-weight: 700;
  transform: scale(1.02)
}

.scenario-nav-btn .bi-chevron-right[data-v-ea96d3d3] {
  opacity: 0;
  transition: opacity .3s ease
}

.scenario-nav-btn.active .bi-chevron-right[data-v-ea96d3d3] {
  opacity: 1
}

.scenario-nav-footer[data-v-ea96d3d3] {
  margin-top: auto;
  padding-top: 32px
}

.scenario-nav-footer small[data-v-ea96d3d3] {
  font-size: 12px;
  color: #94a3b8;
  line-height: 1.6
}

.scenario-content[data-v-ea96d3d3] {
  width: 66.667%;
  position: relative;
  background-color: #f1f5f9;
  overflow: hidden
}

.scenario-content-item[data-v-ea96d3d3] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity .3s ease, transform .3s ease;
  pointer-events: none
}

.scenario-content-item.active[data-v-ea96d3d3] {
  opacity: 1;
  transform: translateY(0);
  position: relative;
  pointer-events: auto
}

.scenario-bg-image[data-v-ea96d3d3] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover
}

.scenario-overlay[data-v-ea96d3d3] {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, .9) 0%, rgba(15, 23, 42, .4) 40%, transparent 100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px
}

.scenario-title[data-v-ea96d3d3] {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px
}

.scenario-description[data-v-ea96d3d3] {
  color: #e2e8f0;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 32px;
  max-width: 600px
}

.scenario-actions[data-v-ea96d3d3] {
  display: flex;
  align-items: center;
  gap: 16px
}

.scenario-download-btn[data-v-ea96d3d3] {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  background-color: #3b82f6;
  color: #fff;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: all .3s ease;
  box-shadow: 0 4px 6px #0000001a
}

.scenario-download-btn[data-v-ea96d3d3]:hover {
  background-color: #2563eb;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 10px #00000026
}

.scenario-feature[data-v-ea96d3d3] {
  color: #fffc;
  font-size: 14px;
  display: flex;
  align-items: center
}

@media (max-width: 992px) {
  .scenario-container[data-v-ea96d3d3] {
    flex-direction: column
  }

  .scenario-nav[data-v-ea96d3d3] {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #f1f5f9
  }

  .scenario-content[data-v-ea96d3d3] {
    width: 100%;
    min-height: 400px
  }

  .scenario-overlay[data-v-ea96d3d3] {
    padding: 24px
  }

  .scenario-title[data-v-ea96d3d3] {
    font-size: 24px
  }

  .scenario-description[data-v-ea96d3d3] {
    font-size: 16px
  }
}

.testimonials-section[data-v-ea96d3d3] {
  padding: 80px 0
}

.testimonial-card[data-v-ea96d3d3] {
  background-color: #fff;
  border-radius: 12px;
  padding: 2.5rem 2rem;
  border: 1px solid #e9ecef;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  box-shadow: 0 5px 25px #00000012;
  transition: transform .3s ease, box-shadow .3s ease
}

.testimonial-card[data-v-ea96d3d3]:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px #0000001a
}

.testimonial-card .quote-icon[data-v-ea96d3d3] {
  position: absolute;
  top: 1.5rem;
  left: 50%;
  transform: translate(-50%);
  font-size: 4rem;
  font-weight: 700;
  color: #0d6efd;
  opacity: .08;
  z-index: 0
}

.testimonial-author-img[data-v-ea96d3d3] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 1rem;
  border: 4px solid #fff;
  box-shadow: 0 4px 10px #0000001a;
  position: relative;
  z-index: 1
}

.star-rating[data-v-ea96d3d3] {
  margin-bottom: 1.5rem;
  z-index: 1
}

.star-rating .bi-star-fill[data-v-ea96d3d3]:before {
  color: gold;
  font-size: 20px
}

.testimonial-card p[data-v-ea96d3d3] {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  flex-grow: 1;
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 1
}

.author-name[data-v-ea96d3d3] {
  font-size: 1.1rem;
  font-weight: 700;
  color: #333;
  margin-top: auto;
  z-index: 1
}

.footer-download-section-new[data-v-ea96d3d3] {
  position: relative;
  padding-top: 96px;
  background-color: #0f172a;
  overflow: hidden
}

.download-bg-overlay[data-v-ea96d3d3] {
  position: absolute;
  inset: 0;
  background-color: #2563eb0d;
  pointer-events: none;
}

.download-bg-blur[data-v-ea96d3d3] {
  position: absolute;
  width: 384px;
  height: 384px;
  border-radius: 50%;
  filter: blur(120px);
  animation: pulse-glow-ea96d3d3 3s ease-in-out infinite
}

.download-bg-blur-left[data-v-ea96d3d3] {
  left: -80px;
  bottom: -80px;
  background-color: #3b82f633
}

.download-bg-blur-right[data-v-ea96d3d3] {
  right: -80px;
  top: -80px;
  background-color: #a855f733;
  animation-delay: 1.5s
}

@keyframes pulse-glow-ea96d3d3 {

  0%,
  to {
    opacity: .5;
    transform: scale(1)
  }

  50% {
    opacity: .8;
    transform: scale(1.05)
  }
}

.download-container[data-v-ea96d3d3] {
  position: relative;
  z-index: 10
}

.download-header[data-v-ea96d3d3] {
  margin-bottom: 64px
}

.download-main-title[data-v-ea96d3d3] {
  font-size: 3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 24px
}

.download-subtitle[data-v-ea96d3d3] {
  font-size: 18px;
  color: #94a3b8;
  max-width: 800px;
  margin: 0 auto
}

.download-cards-wrapper[data-v-ea96d3d3] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto
}

.download-cards-wrapper.single-card[data-v-ea96d3d3] {
  justify-content: center
}

.download-cards-wrapper.single-card .download-card[data-v-ea96d3d3] {
  max-width: 500px
}

.download-card[data-v-ea96d3d3] {
  flex: 1;
  max-width: 500px;
  background-color: #ffffff0d;
  border: 1px solid rgba(255, 255, 255, .1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 16px;
  padding: 32px;
  transition: all .3s ease;
  position: relative;
  overflow: hidden;
  cursor: pointer
}

.download-card[data-v-ea96d3d3]:hover {
  background-color: #ffffff1a;
  transform: translateY(-4px)
}

.download-card-badge[data-v-ea96d3d3] {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #3b82f6;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 12px;
  border-bottom-left-radius: 8px
}

.download-card-header[data-v-ea96d3d3] {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 32px
}

.download-icon[data-v-ea96d3d3] {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  box-shadow: 0 4px 6px #0000001a
}

.download-icon-windows[data-v-ea96d3d3] {
  background-color: #0078d6
}

.download-icon-mac[data-v-ea96d3d3] {
  background-color: #e2e8f0;
  color: #1e293b
}

.download-card-title-group[data-v-ea96d3d3] {
  flex: 1
}

.download-card-title[data-v-ea96d3d3] {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 4px
}

.download-card-desc[data-v-ea96d3d3] {
  font-size: 14px;
  color: #94a3b8;
  margin: 0
}

.download-features[data-v-ea96d3d3] {
  list-style: none;
  padding: 0;
  margin: 0 0 32px
}

.download-features li[data-v-ea96d3d3] {
  font-size: 14px;
  color: #cbd5e1;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0
}

.download-features li i[data-v-ea96d3d3] {
  color: #10b981;
  font-size: 16px
}

.download-card-btn[data-v-ea96d3d3] {
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  border: none;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all .3s ease;
  cursor: pointer;
  box-shadow: 0 4px 6px #0000001a
}

.download-btn-primary[data-v-ea96d3d3] {
  background-color: #0078d6;
  color: #fff
}

.download-btn-primary[data-v-ea96d3d3]:hover {
  background-color: #006cbd;
  transform: scale(1.02);
  box-shadow: 0 6px 10px #0078d680
}

.download-btn-secondary[data-v-ea96d3d3] {
  background-color: #fff;
  color: #1e293b
}

.download-btn-secondary[data-v-ea96d3d3]:hover {
  background-color: #f1f5f9;
  transform: scale(1.02);
  box-shadow: 0 6px 10px #ffffff4d
}

.download-card-meta[data-v-ea96d3d3] {
  text-align: center;
  margin-top: 16px
}

.download-card-meta small[data-v-ea96d3d3] {
  font-size: 12px;
  color: #64748b
}

@media (max-width: 768px) {
  .download-main-title[data-v-ea96d3d3] {
    font-size: 2rem
  }

  .download-subtitle[data-v-ea96d3d3] {
    font-size: 16px
  }

  .download-cards-wrapper[data-v-ea96d3d3] {
    flex-direction: column;
    gap: 24px
  }

  .download-card[data-v-ea96d3d3] {
    max-width: 100%
  }
}

.download-modal-container[data-v-ea96d3d3] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0006;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2000;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s ease, visibility 0s .3s
}

.download-modal-container.visible[data-v-ea96d3d3] {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s ease, visibility 0s
}

.download-modal-content[data-v-ea96d3d3] {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 8px 30px #00000026;
  width: 420px;
  max-width: 90%;
  transform: scale(.95);
  opacity: 0;
  transition: transform .3s ease, opacity .3s ease
}

.download-modal-container.visible .download-modal-content[data-v-ea96d3d3] {
  transform: scale(1);
  opacity: 1
}

.download-modal-header[data-v-ea96d3d3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #e9ecef;
  font-size: 1rem;
  color: #495057
}

.download-modal-header .btn-close[data-v-ea96d3d3] {
  background-size: .8em
}

.download-modal-body[data-v-ea96d3d3] {
  padding: 24px
}

.file-info[data-v-ea96d3d3] {
  display: flex;
  align-items: center;
  margin-bottom: 16px
}

.file-icon[data-v-ea96d3d3] {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  margin-right: 16px;
  filter: drop-shadow(2px 3px 4px rgba(0, 0, 0, .2))
}

.file-details[data-v-ea96d3d3] {
  display: flex;
  flex-direction: column
}

.file-name[data-v-ea96d3d3] {
  font-weight: 500;
  color: #212529
}

.progress-bar-container[data-v-ea96d3d3] {
  background-color: #e9ecef;
  border-radius: 50px;
  height: 12px;
  overflow: hidden;
  width: 100%;
  margin-bottom: 8px
}

.progress-bar-inner[data-v-ea96d3d3] {
  background: linear-gradient(45deg, #0d6efd, #0dcaf0);
  height: 100%;
  border-radius: 50px;
  transition: width .1s linear
}

.download-status-container[data-v-ea96d3d3] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .875rem
}

.percentage-text[data-v-ea96d3d3] {
  color: #6c757d
}

.status-text[data-v-ea96d3d3] {
  color: #0d6efd
}

.download-modal-footer[data-v-ea96d3d3] {
  padding: 12px 16px;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  display: flex;
  justify-content: flex-end
}

#download-main-btn[data-v-ea96d3d3] {
  min-width: 100px;
  transition: background-color .3s ease, border-color .3s ease
}

#download-main-btn[data-v-ea96d3d3]:disabled {
  cursor: not-allowed
}

.loading-spinner[data-v-ea96d3d3] {
  animation: spin-ea96d3d3 1s linear infinite
}

.loading-dots[data-v-ea96d3d3] {
  display: inline-block;
  width: 1.2em;
  text-align: left;
  vertical-align: bottom
}

.loading-dots[data-v-ea96d3d3]:after {
  content: "...";
  display: inline-block;
  animation: loading-dots-ea96d3d3 1.4s infinite
}

@keyframes loading-dots-ea96d3d3 {
  0% {
    content: "."
  }

  33% {
    content: ".."
  }

  66% {
    content: "..."
  }
}

.footer[data-v-ea96d3d3] {
  background-color: #0f172a;
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, .05);
  width: 100%;
  position: relative;
  z-index: 10
}

.footer p[data-v-ea96d3d3] {
  margin-bottom: 8px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.6
}

.footer p[data-v-ea96d3d3]:last-child {
  margin-bottom: 0
}

.icp-divider[data-v-ea96d3d3] {
  margin: 0 10px;
  color: #334155
}