html, body {
  width: 100vw;
  min-width: 100vw;
  max-width: 100vw;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000 !important;
  overflow-x: hidden;
}
/* Ã©Å¡ÂÃ¨â€”ÂÃ¦â€°â‚¬Ã¦Å“â€°Ã¦Â»Å¡Ã¥Å Â¨Ã¦ÂÂ¡ */
::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  background: transparent !important;
}
html {
  scrollbar-width: none !important; /* Firefox */
  -ms-overflow-style: none !important; /* IE and Edge */
}
body {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}
.container {
  min-height: 100vh;
  width: 100%;
  background: #000000;
  color: white;
  font-family: system-ui, -apple-system, sans-serif;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  scroll-behavior: smooth;
}
@media (min-width: 1024px) {
  .container {
    /* scroll-snap-type: y proximity; */
    height: 100vh;
    overflow-y: auto;
    padding-top: 0;
  }
  .main-content, .features {
    /* scroll-snap-align: start; */
    min-height: 100vh;
    box-sizing: border-box;
  }
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.nav-left {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.logo {
  height: 32px;
}
.nav-menu {
  display: flex;
  gap: 1.5rem;
}
.nav-item {
  color: white;
  text-decoration: none;
  font-size: 0.9rem;
}
.nav-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.language-select {
  background: transparent;
  color: white;
  border: 2px solid #642ec1c7;
  padding: 0.5rem;
  border-radius: 8px;
}
.login-btn {
  background: transparent;
  color: white;
  border: none;
  padding: 0.5rem 1rem;
  cursor: pointer;
}
.register-btn, .upload-btn {
  background: #8b3dff;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: background-color 0.3s;
}
.register-btn:hover, .upload-btn:hover {
  background: #9d5fff;
}
.main-content {
  display: flex;
  padding: 5rem 0rem 5rem 0rem;
  gap: 1rem;
  margin: 0 auto;
  align-items: center;
  justify-content: space-evenly;
  min-height: 100vh;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .navbar {
    position: relative;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .main-content {
    gap: 0rem;
  }
  .video-preview {
    width: calc(100vw - 2rem);
    min-width: 300px;
    height: auto;
    aspect-ratio: 9/16;
  }
  .video-bg-image {
    position: relative;
    display: block !important;
    background-image: url('http://cdn-mediawork.lingdong5.com/static/other/mobile_yjm.png');
  }
  .video-player {
    width: 100%;
    height: auto !important;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .video-player source {
    src: "https://cdn-proxy.56tool.com/static/other/yijianmei_demo.mp4";
  }
  .main-content {
    flex-direction: column;
    padding: 1rem 0rem 0 0;
    /* gap: 2rem; */
    width: 100vw;
    overflow-x: hidden;
  }
  .input-group{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .left-section  {
    width: 90% !important;
    /* margin-left: 0 !important; */
    max-width: 100%;
    min-width: 0;
    padding: 0;
    box-sizing: border-box;
    /* margin-right: -1rem !important; */
  }
  
  .left-section::before {
    display: none;
  }
  .title {
    font-size: 1.4rem !important;
    white-space: nowrap;
    margin-bottom: 0 !important;
  }
  .title[lang="en"] {
    font-size: 2rem;
    white-space: nowrap;
  }
  .video-preview {
    width: calc(100vw - 2rem);
    min-width: 300px;
    height: auto;
    aspect-ratio: 16/9;
  }
  .video-bg-image {
    display: none;
  }
  .video-player {
    width: 100%;
    height: auto;
  }
  .media-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .content-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
  }
  .carousel-indicators {
    display: none !important;
  }
  .main-content {
    flex-direction: column;
  }
  .right-section {
    order: -1;
    margin-bottom: 0rem;
  }
  .left-section {
    order: 0;
    padding-top: 0 !important;
  }
}
.left-section {
  width: 40vw;
  max-width: 600px;
  position: relative;
  z-index: 1;
  /* padding: 1rem; */
  /* margin-right: 5rem; */
}
.left-section::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1200px;
  height: 1200px;
  transform: translate(-50%, -50%);
  background-image: url(first_model_background.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  z-index: 0;
  pointer-events: none;
}
.title, .subtitle, .new-feature, .input-group {
  position: relative;
  z-index: 1;
}
.new-feature {
  display: inline-flex;
  width: auto;
  padding: 5px 8px 5px 5px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid hsla(0, 0%, 100%, .08);
  background: rgba(100, 46, 193, .4);
  color: #fff;
  font-family: DMSans-Bold !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.title {
  font-size: 2.6rem;
  white-space: nowrap;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.title[lang="en"] {
  font-size: 3.5rem;
}
.subtitle {
  color: #cccccc;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .new-feature {
    display: none;
  }
  .subtitle {
    font-size: 0.9rem;
    color: #cccccc;
    margin-bottom: 1rem;
  }
}
.input-group {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 768px) {
  .input-group {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 90%;
    margin: 0 auto;
  }
  .download-btn,
  .mobile-download-container,
  a.download-btn.mobile-download {
    width: 100%;
    min-width: 0;
    margin: 0;
    box-sizing: border-box;
    justify-content: center;
    height: 48px;
    border-radius: 4px;
  }
  .mobile-download-container {
    padding: 0;
  }
  .badge-container {
    width: 100%;
    justify-content: center;
    display: flex;
    position: relative;
  }
  .badge {
    /* left: 16px;
    right: auto;
    top: -20px; */
  }
  .qr-code {
    left: 50%;
    transform: translateX(-50%);
  }
}
.url-input {
  flex: 1;
  height: 48px;
  padding: 0 1rem;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-size: 1rem;
}
.right-section {
  width: 58vw;
  /* max-width: 800px; */
  position: relative;
  z-index: 1;
  flex: 0 0 45%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  background: transparent;
  /* Ã¤Â»Â¥Ã¤Â¸â€¹Ã¤Â¸ÂºÃ¥Å½Å¸.video-previewÃ¥â€ â€¦Ã¥Â®Â¹ */
  /* max-width: 800px; */
  aspect-ratio: 16/9;
  transform: scale(1.1);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  height: 100%;
  /* margin-left: 2rem; */
}
.video-bg-image {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  background: #000;
}
.video-player {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.upload-btn {
  height: 48px;
  padding: 0 2rem;
  font-size: 1rem;
  background: #8b3dff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}
:global(body) {
  margin: 0;
  padding: 0;
}
.new-feature-text {
  display: flex;
  padding: 2px 6px;
  align-items: center;
  border-radius: 4px;
  border: 1px solid hsla(0, 0%, 100%, .08);
  background: #642ec1;
  color: #fff;
  text-align: center;
  font-family: Robin-Semibold !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.download-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  height: 48px;
  padding: 0 2rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  white-space: nowrap;
}
.pc-download {
  background: #8b3dff;
  color: white;
  border: none;
}
.mobile-download {
  background: #8b3dff1c;
  color: #8b3dff;
  border: 1px solid #8b3dff;
}
.icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
.typing-text {
  position: relative;
}
.cursor-dot {
  display: inline-block;
  width: 6px;
  height: 38px;
  background-color: #9dfcff;
  margin-left: 5px;
  margin-bottom: 10px;
  vertical-align: middle;
  animation: blink 0.8s infinite;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.footer {
  width: 100%;
  padding: 1rem 0;
  background: #000000;
  position: relative;
  z-index: 1;
  margin-top: 125vh;
}
.footer-content {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
}
.icp-link {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  margin-left: 0.5rem;
}
.icp-link:hover {
  color: rgba(255, 255, 255, 0.8);
}
.mobile-download-container {
  position: relative;
  display: flex; /* 改为flex布局 */
  gap: 1rem; /* 增加按钮间距 */
}
.qr-code {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 999;
}
@media (min-width: 768px) {
  .mobile-download-container:hover .qr-code,
  .mobile-download:focus + .qr-code {
    display: block;
  }
}
.badge-container {
  position: relative;
  display: flex;
  align-items: center;
}
.badge {
  position: absolute;
  top: -20px;
  right: -44px;
  background: red;
  color: white;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 8px;
  font-weight: 400;
  white-space: nowrap;
}
.orange-badge {
  background: #ff6b00;
}
.purple-badge {
  background: #8b3dff;
}
.update-log {
  margin-top: 1rem;
  color: #c096ff;
  font-size: 0.9rem;
  z-index: 1;
  position: relative;
  margin-bottom: 30px;
}
.update-item {
  margin-bottom: 0.5rem;
  line-height: 1.4;
  font-size: 14px;
}
@media (max-width: 768px) {
  .right-section {
    width: 100%;
    max-width: 100%;
    padding: 0 0rem !important;
    width: 100% !important;
    /* margin-left: 0 !important; */
    max-width: 100%;
    min-width: 0;

    box-sizing: border-box;
    margin-right: 0rem !important;
  }
  .video-preview {
    width: 100%;
    transform: scale(1);
  }
}
.replay-btn {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 8px 16px;
  background: rgba(139, 61, 255, 0.2);
  color: #6507f3;
  border: 1px solid rgba(139, 61, 255, 0.4);
  border-radius: 20px;
  cursor: pointer;
  backdrop-filter: blur(8px);
  transition: all 0.3s;
  z-index: 2;
  box-shadow: 0px 0px 7px 3px #6507f361;
}
.replay-btn:hover {
  background: rgba(139, 61, 255, 0.3);
  color: #6507f3;
  box-shadow: 0 2px 8px rgba(139, 61, 255, 0.2);
}
@media (max-width: 768px) {
  .replay-btn {
    bottom: 10px;
    left: 10px;
    padding: 6px 12px;
    font-size: 14px;
    backdrop-filter: blur(4px);
  }
}
.features {
  /* padding: 60px 0; */
  background-color: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .features {
    padding: 40px 0;
    min-height: auto;
  }
}
.container-medium {
  margin: 140px auto 0 auto;
}
.features-grid-container {
  width: 100%;
  overflow-x: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding: 0 24px;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (max-width: 768px) {
  .features-grid-container {
    padding: 0 16px;
    justify-content: flex-start;
  }
}
.features-grid {
    scroll-padding-left: 16px;
    display: flex;
    gap: 32px;
    justify-content: flex-start;
    align-items: center;
    width: -moz-max-content;
    width: 80vw;
    margin-top: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0 16px;
    overflow-x: scroll;
    /* max-width: 96vw; */
}
.features-grid::-webkit-scrollbar {
  display: none;
}
.features-grid {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .features-grid {
    gap: 8px;
    margin-top: 30px;
    padding: 0 2px;
    max-width: 94vw;
    overflow-x: scroll;
    width: 94vw;
    justify-content: flex-start;
  }
}
.feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  padding: 0 32px;
  height: 56px;
  border-radius: 32px;
  background: rgba(139, 61, 255, 0.15);
  border: 2px solid rgba(139, 61, 255, 0.2);
  transition: all 0.3s;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  position: relative;
  overflow: visible;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.feature-item.active {
  background: rgba(139, 61, 255, 0.3);
  border-color: rgba(139, 61, 255, 0.6);
  box-shadow: 0 0 20px rgba(139, 61, 255, 0.3);
}
@media (max-width: 768px) {
  .feature-item {
    min-width: 120px;
    padding: 0 20px;
    height: 44px;
    font-size: 14px;
    touch-action: manipulation;
  }
  .feature-item.active {
    /* transform: scale(1.02); */
  }
  .feature-icon {
    margin-right: 8px;
    font-size: 18px;
  }
}
.subtitle-info {
  text-align: center;
  color: #cccccc;
  margin-top: 40px;
  padding: 0 24px;
  font-size: 16px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .subtitle-info {
    margin-top: 24px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 1.5;
  }
}
.feature-showcase {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 768px) {
  .feature-showcase {
    padding: 0 16px;
  }
}
.feature-showcase-main {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  max-width: 1000px;
  background: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .feature-showcase-main {
    margin-top: 16px;
    margin-bottom: 20px;
    border-radius: 12px;
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
    box-sizing: border-box;
  }
}
.feature-showcase-image {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #000;
  position: relative;
}
.feature-showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
  box-sizing: border-box;
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}
.feature-showcase-image img.active {
  opacity: 1;
  transform: scale(1);
}
.feature-showcase-image img.prev {
  opacity: 0;
  transform: scale(0.95);
}
@media (max-width: 768px) {
  .feature-showcase-image {
    aspect-ratio: 16/9;
  }
  .feature-showcase-image img {
    padding: 10px;
  }
}
.feature-showcase-title {
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.feature-showcase-thumbnails {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
  padding: 0 20px;
}
.feature-thumbnail {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.2);
  aspect-ratio: 16/9;
}
.feature-thumbnail:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(139, 61, 255, 0.2);
}
.feature-thumbnail.active {
  border-color: #8b3dff;
  box-shadow: 0 0 15px rgba(139, 61, 255, 0.3);
  transform: translateY(-3px);
}
.feature-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 10px;
  box-sizing: border-box;
  transition: transform 0.3s ease;
}
.feature-thumbnail-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transform: translateY(100%);
  transition: transform 0.3s ease;
}
.feature-thumbnail:hover .feature-thumbnail-title {
  transform: translateY(0);
}
.feature-thumbnail.active .feature-thumbnail-title {
  transform: translateY(0);
  background: rgba(139, 61, 255, 0.3);
}
@media (max-width: 1024px) {
  .feature-showcase-thumbnails {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .feature-showcase {
    padding: 20px 0;
  }
  .feature-showcase-main {
    /* margin: 0 15px 20px; */
  }
  .feature-showcase-image img {
    width: 93%;
  }
  .feature-showcase-title {
    font-size: 1.2rem;
    padding: 15px;
  }
  .feature-showcase-thumbnails {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    padding: 0 15px;
  }
  .feature-thumbnail-title {
    font-size: 0.8rem;
    padding: 6px;
  }
}
@media (max-width: 480px) {
  .feature-showcase-thumbnails {
    grid-template-columns: 1fr;
  }
  .feature-thumbnail {
    max-width: 300px;
    margin: 0 auto;
  }
}
.feature-desc, .feature-show-img { display: none; }
.feature-desc.active, .feature-show-img.active { display: block; }
.typing-group { display: none; vertical-align: middle; }
.typing-group.active { display: inline-block; }
.feature-descs { margin-top: 40px; }
.feature-descs .feature-desc { text-align: center; }
.feature-show-img { max-width: 100%; max-height: 90vh; display: none; margin: 0 auto; }
.feature-show-img.active { display: block; }
.footer {z-index: 10;/* position: relative; */}
@media (max-width: 768px) {
  .feature-descs {
    width: 96%;
    margin-right: 2%;
    box-sizing: border-box;
  }
}
.carousel-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  opacity: 0;
  transform: translateX(100%);
  transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 20px;
  box-sizing: border-box;
}
.carousel-image.active {
  opacity: 1;
  transform: translateX(0);
}
.carousel-image.prev {
  transform: translateX(-100%);
  opacity: 0;
}
.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 12px;
  z-index: 3;
  padding: 12px 24px;
  background: rgba(139, 61, 255, 0.15);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
.indicator-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.indicator-dot:hover {
  background: rgba(255, 255, 255, 0.6);
  transform: scale(1.1);
}
.indicator-dot.active {
  background: #8b3dff;
  transform: scale(1.3);
  box-shadow: 0 0 15px rgba(139, 61, 255, 0.6);
  border: 1px solid rgba(139, 61, 255, 0.4);
}
/* é¦–é¡µç¬¬äºŒå±åŠŸèƒ½å¡ç‰‡æ ·å¼ */
.feature-cards-grid {
  display: flex;
  gap: 20px;
  width: 84%;
  padding: 0 10px;
  /* box-sizing: border-box; */
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: 8%;
  justify-content: center;
}
@media (max-width: 1200px) {
  .feature-cards-grid {
    grid-template-columns: repeat(3, 1fr);
    max-width: 900px;
    padding: 0 6px;
  }
}
@media (max-width: 900px) {
  .feature-cards-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 600px;
    padding: 0 2px;
  }
}
@media (max-width: 600px) {
  .feature-cards-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 12px;
    max-width: 100%;
    padding: 0 2px;
    width: 100%;
    margin-left: 0;
  }
}
.feature-card {
  background: rgba(139, 61, 255, 0.10);
  border: 1.5px solid rgba(139, 61, 255, 0.18);
  border-radius: 18px;
  box-shadow: 0 4px 24px rgba(139, 61, 255, 0.10);
  padding: 14px;
  color: #fff;
  position: relative;
  transition: transform 0.2s, box-shadow 0.2s;
  overflow: hidden;
  margin-bottom: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 380px;
  /* min-width: 330px; */
  width: 353px;
}
.feature-card:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 8px 32px rgba(139, 61, 255, 0.18);
}
.feature-card-title {
  font-size: 1.08rem;
  font-weight: 600;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.feature-card-badge {
  display: inline-block;
  background: #ff6b00;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 500;
  border-radius: 8px;
  padding: 2px 8px;
  margin-left: 6px;
}
.feature-card-badge.purple {
  background: #8b3dff;
}
.feature-card-badge.green {
  background: #00c48f;
}
.feature-card-labels {
  margin-bottom: 10px;
}
.feature-card-label {
  display: inline-block;
  background: rgba(157,252,255,0.12);
  color: #9dfcff;
  font-size: 0.78rem;
  border-radius: 6px;
  padding: 2px 8px;
  margin-right: 6px;
  margin-bottom: 2px;
  font-weight: 500;
}
.feature-card-label.orange {
  background: rgba(255,107,0,0.12);
  color: #ffb380;
}
.feature-card-label.purple {
  background: rgba(139,61,255,0.12);
  color: #c096ff;
}
.feature-card-label.red {
  background: rgba(255,0,0,0.12);
  color: #ff6b6b;
}
.feature-card-label.green {
  background: rgba(0,196,143,0.12);
  color: #00c48f;
}
.feature-card-label.yellow {
  background: rgba(255, 204, 0, 0.12);
  color: #ffcc00;
}
.feature-card-label.blue {
  background: rgba(74, 144, 226, 0.12);
  color: #4A90E2;
}
.feature-card-desc {
  font-size: 0.92rem;
  color: #e0e0e0;
  margin-top: 4px;
  line-height: 1.5;
}
.feature-card-action {
  position: absolute;
  top: 16px;
  right: 18px;
  background: none;
  color: #8b3dff;
  font-size: 1rem;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  padding: 0;
  cursor: pointer;
  box-shadow: none;
  transition: color 0.18s, transform 0.18s;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  z-index: 3;
}
.feature-card-action span {
  color: #8b3dff;
  font-size: 1rem;
  font-weight: 600;
}
.feature-card-action svg {
  margin-left: 4px;
  stroke: #8b3dff;
  transition: stroke 0.18s;
}
.feature-card-action:hover,
.feature-card-action:focus {
  color: #9dfcff;
  outline: none;
}
.feature-card-action:hover span,
.feature-card-action:focus span {
  color: #9dfcff;
}
.feature-card-action:hover svg,
.feature-card-action:focus svg {
  stroke: #9dfcff;
}
.feature-list-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 24px;
  letter-spacing: 1px;
} 
.software-preview {
  padding: 60px 0;
  text-align: center;
}
.software-preview-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 24px;
}
.software-preview-image {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .software-preview {
    padding: 40px 0;
  }
  .software-preview-container {
    padding: 0 16px;
  }
} 