/* 首页样式 */

.card-3 {
}
.color-bg {
  width: 100%;
  height: 10px;
  background-color: red;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
}
.banner-title {
  font-size: 6rem;
  line-height: 6rem;
  text-align: center;
  margin-top: 2.5rem;
  font-weight: 400;
}
.banner-min-title {
  font-size: 1.3rem;
  line-height: 1.5rem;
  text-align: center;
  font-weight: 500;
}
/* Hero Section 样式 */
.hero-section {
  min-height: calc(100vh - 1.9rem);
  display: flex;
  align-items: center;
  background: #004c3d;
}

.hero-image-placeholder {
  min-height: 31.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-person-placeholder {
  background: linear-gradient(135deg, #f0f0f0 0%, #d0d0d0 100%);
}

/* Hero按钮样式 */
.hero-btn {
  background-color: #fff;
  color: var(--primary-color);
  border: none;
  font-size: 1rem;
  font-weight: 00;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  width: 12.5rem;
  height: 3.1rem;
  border-radius: 1.6rem;
  position: relative;
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.2);
}
.hero-btn .icon-googleplay {
  height: 1.8rem;
  padding-right: 2rem;
}
.hero-btn:hover {
  background-color: #fff;
  transform: translateY(-0.1rem);
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.4);
}

.icon-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.floating-card {
  position: absolute;
  z-index: 10;
}

.social-proof {
  position: absolute;
  left: 50%;
  bottom: -1.8rem;
  padding: 1rem 3rem !important;
  width: max-content;
  transform: translate(-50%, 0);
  backdrop-filter: blur(30px);
  background-color: #a36f1c6d;
  border: 1px solid #ffffff4a;
  z-index: 20;
}
.social-proof .me-2 {
  font-family: "Anton", sans-serif;
  font-size: 1.8rem;
}
.banner-text-muted {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 1rem;
  margin-left: 0.5rem;
  font-size: 1rem;
}
.avatar {
  border: 0.1rem solid var(--primary-color);
}

.avatar-group {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.avatar-group img {
  border-radius: 50%;
  object-fit: cover;
  transition: opacity 0.5s ease-in-out;
  margin-left: -0.8rem;
}
.banner-people {
  position: absolute;
  bottom: 0;
  max-width: 800px;
}
.banner-people img {
  position: relative;
  z-index: 10;
}
.banner-card-1 {
  left: 2rem;
  top: 38%;
  transform: translateY(-50%) scale(1);
  z-index: 2;
  background-color: var(--light-green);
  border-radius: 0.8rem;
  padding: 1rem;
  font-size: 1rem;
  color: var(--primary-color);
  font-weight: 400;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  transform-origin: center center;
}
.banner-card-num {
  font-family: "Anton", sans-serif;
  font-size: 2rem;
}

.card-1 {
  top: 5%;
  right: 5%;
  background-color: #3b43fe;
  color: white;
  padding: 1rem 2rem;
  border-radius: 60px;
  z-index: 10;
  font-size: 1rem;
  color: var(--light-green);
  font-weight: 400;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  transform: scale(1);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  transform-origin: center center;
}
.card-2 {
  bottom: 40%;
  right: 5%;
  background-color: #a3701c36;
  color: white;
  padding: 1rem;
  border-radius: 12px;
  z-index: 10;
  font-size: 1rem;
  color: var(--light-green);
  font-weight: 400;
  backdrop-filter: blur(30px);
  border: 1px solid #ffffff4a;
  transform: scale(1);
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    transform 0.3s ease-in-out;
  transform-origin: center center;
}
/* 优势卡片样式 */
.benefits-section {
  display: flex;
  align-items: center;
  margin-top: 9.4rem;
  margin-bottom: 10rem;
}
.benefits-icon {
  width: 5rem;
}
.benefit-card {
  max-width: 26.9rem;
  margin: auto;
  transition: transform 0.3s ease;
  color: var(--primary-color);
  font-size: 1.5rem;
  line-height: 1.9rem;
  font-weight: 600;
}
.text-muted-benefit {
  color: var(--primary-color);
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.4rem;
}

/* 申请流程样式 */
.application-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.application-text-muted {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: var(--primary-color);
}
.step-card {
  transition: transform 0.3s ease;
}

.step-card:hover {
  transform: translateY(-0.3rem);
}

/* 产品卡片样式 */
.product-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.pro-content-h {
  height: 18.8rem;
}
.product-card:hover {
  transform: translateY(-0.3rem);
  box-shadow: 0 0.3rem 0.8rem rgba(0, 0, 0, 0.15);
}

/* 产品展示区域样式 */
.products-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  margin-bottom: 10rem;
}
.pro-min-title {
  font-size: 1.8rem;
  line-height: 2.5rem;
  font-weight: 600;
}
.pro-mxn {
  font-size: 2rem;
  line-height: 3.1rem;
  font-weight: 600;
  margin-top: 0.6rem;
}
.pro-mxn-title {
  font-size: 1.1rem;
  font-weight: 500;
}
.border-top-mxn {
  border-top: 0.1rem solid rgba(185, 255, 122, 0.2);
  padding-top: 1.3rem;
}
.pro-content {
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
}

/* App Installation Section */
.app-section {
  margin-bottom: 10rem;
}

.app-section-header {
  text-align: center;
  margin-bottom: 3.8rem;
}

.section-subtitle {
  font-size: 1.5rem;
  color: #8c92ac;
  text-align: center;
  margin-bottom: 0;
}
.app-cards-grid {
  margin: 0 auto;
  display: flex;
  gap: 1.3rem;
  justify-content: center;
  transition: 0.5s all;
}

.app-card {
  border-radius: 1.8rem;
  padding: 2.5rem 1.9rem;
  position: relative;
  overflow: hidden;
  min-height: 27.6rem;
  transition: all 0.3s ease;
  transition: 0.5s all;
  width: 30%;
}
.app-card p {
  display: none;
}
.app-card-active {
  flex-direction: row;
  align-items: flex-start;
  padding: 2.5rem 3rem;
  width: 60%;
}
.app-card .app-card-image {
  width: 16.9rem;
  margin-top: 0.8rem;
  margin-left: auto;
  flex-shrink: 0;
}
.app-card .app-card-image img {
  width: 100%;
}
.app-card-active p {
  display: block;
}
.app-card-2 {
}

.app-card:hover {
  transform: translateY(-0.4rem);
  box-shadow: 0 0.8rem 2.5rem rgba(0, 0, 0, 0.15);
}

.app-card-1,
.app-card-step1 {
  background: #515f4c;
  color: white;
}

.app-card-2,
.app-card-step2 {
  background: #3b43fe;
  color: white;
}

.app-card-3,
.app-card-step3 {
  background: #015f4d;
  color: white;
}

.app-card-content {
  margin-bottom: auto;
  min-height: 12.5rem;
}

.app-card-2 .app-card-content {
  flex: 1;
  margin-bottom: 0;
  max-width: 31.3rem;
}

.app-step {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1.3rem;
  line-height: 2rem;
  color: var(--light-green);
}

.app-card-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1.8rem;
  color: var(--light-green);
  line-height: 2.5rem;
}

.app-card-3 .app-card-title {
}

.app-card-description {
  font-size: 1rem;
  color: var(--light-green);
  line-height: 1.4rem;
  font-weight: 400;
  max-width: 22.5rem;
}

.app-card-image {
  flex-shrink: 0;
  margin-top: auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  /* overflow: hidden;     */
}

/* .app-card-1 .app-card-image {
    height: 257px;
    margin-left: -20px;
} */

/* .app-card-2 .app-card-image {
    height: 388px;
    width: 388px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: -40px;
    flex-shrink: 0;
} */

/* .app-card-3 .app-card-image {
    height: 242px;
    margin-left: -10px;
} */

.app-card-image img {
  max-width: none;
  object-fit: contain;
}

/* 产品卡片分割线 - 与内容齐高（留出上下间距） */
@media (min-width: 992px) {
  .color-bg {
    background-color: yellow;
  }
  .col-lg-3 {
    position: relative;
  }

  .col-lg-3:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 10%;
    bottom: 10%;
    width: 0.1rem;
    background-color: rgba(185, 255, 122, 0.5);
  }
}

/* 深色背景产品卡片样式 */
.product-card-dark {
  background-color: transparent;
}

.product-icon-light {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 响应式调整 */
@media (max-width: 991.98px) {
  .color-bg {
    background-color: pink;
  }
  .benefits-section,
  .application-section,
  .products-section {
    min-height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .social-proof {
    width: calc(100% - 20px) !important  ;
  }
  .banner-text-muted {
    margin: 0 !important;
    font-size: 0.8rem !important;
  }
  .social-proof {
    padding: 1rem 0 !important;
  }
  .hero-section {
    padding-top: 6.3rem;
    padding-bottom: 0;
  }
  .banner-people {
    position: relative;
  }
}

@media (max-width: 768px) {
  .color-bg {
    background-color: blue;
  }
  .banner-text-muted {
    padding: 0 !important;
    border-width: 0 !important;
  }
  .social-proof .me-2 {
    margin-right: 0 !important;
  }
  .banner-title {
    font-size: 3rem;
    line-height: 3rem;
    margin-top: 1.5rem;
  }

  .banner-min-title {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .hero-section {
    padding-top: 6.3rem;
    padding-bottom: 3.8rem;
  }

  .benefits-section {
    margin-top: 3.8rem;
  }

  .benefits-icon {
    width: 4rem;
  }

  .benefit-card {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .text-muted-benefit {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }

  .application-text-muted {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }

  .pro-min-title {
    font-size: 1.5rem;
    line-height: 1.9rem;
  }

  .pro-mxn {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .pro-mxn-title {
    font-size: 1.1rem;
  }

  .pro-content {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }

  .benefits-section,
  .application-section,
  .products-section {
    padding-top: 3.8rem;
    padding-bottom: 3.8rem;
  }

  .hero-image-placeholder {
    min-height: 18.8rem;
    margin-top: 2rem;
  }

  .hero-person-placeholder {
    width: 12.5rem !important;
    height: 12.5rem !important;
  }

  .floating-card {
    position: relative !important;
    margin: 0.6rem 0;
    display: inline-block;
  }

  .floating-card.card-1,
  .floating-card.card-2 {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    transform: none !important;
  }

  h1.display-3 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }

  .social-proof .d-flex {
    flex-direction: column;
    text-align: center;
  }

  .app-section-header {
    margin-bottom: 2.5rem;
  }

  .section-subtitle {
    font-size: 1.3rem;
  }

  .app-step {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    line-height: 1.6rem;
  }

  .app-card-title {
    font-size: 1.5rem;
    margin-bottom: 1.3rem;
    line-height: 1.9rem;
  }

  .app-card-description {
    font-size: 0.9rem;
    line-height: 1.3rem;
  }
  .pro-content-h {
    height: auto;
  }
  .border-top-mxn {
    margin-top: 2rem;
  }
  .app-section,
  .benefits-section,
  .products-section {
    margin-bottom: 0 !important;
  }
  .hero-section .container {
    padding: 0 !important;
  }
}

@media (max-width: 576px) {
  .color-bg {
    background-color: purple;
  }

  .banner-title {
    font-size: 2.5rem;
    line-height: 2.5rem;
    margin-top: 1.3rem;
  }

  .banner-min-title {
    font-size: 0.9rem;
    line-height: 1.1rem;
  }

  .hero-section {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .hero-section,
  .benefits-section,
  .application-section,
  .products-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .benefits-section {
    margin-top: 2.5rem;
  }

  .benefits-icon {
    width: 3.5rem;
  }

  .benefit-card {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }

  .text-muted-benefit {
    font-size: 0.85rem;
    line-height: 1.2rem;
  }

  .application-text-muted {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .pro-min-title {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }

  .pro-mxn {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }

  .pro-mxn-title {
    font-size: 1rem;
  }

  .pro-content {
    font-size: 0.85rem;
    line-height: 1.2rem;
  }

  h1.display-3 {
    font-size: 1.75rem !important;
  }

  .app-step {
    font-size: 2rem;
    margin-bottom: 0.8rem;
    line-height: 1.3rem;
  }

  .app-card-title {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    line-height: 1.6rem;
  }

  .app-card-description {
    font-size: 0.85rem;
    line-height: 1.2rem;
  }
}

/* Responsive Design */
@media (max-width: 768px) {
    .hero-section .row,.hero-section .row>*{
padding: 0 !important;
margin: 0 !important;
  }
  .color-bg {
    background-color: orange;
  }

  .features-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .feature-card {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.5rem;
  }

  .feature-card:not(:last-child)::after {
    width: 100%;
  }

  .app-cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.3rem;
  }

  .app-card {
    min-height: auto;
    padding: 1.5rem;
    width: 100%;
  }
  .banner-people {
    text-align: center;
  }
  .banner-people img {
    width: 70%;
  }


  .card-1,
  .card-2 {
    font-size: 1rem;
    padding: 1rem;
  }
  .banner-card-num {
    font-size: 2rem;
  }
  .banner-card-1 {
    top: 34%;
    left: 8%;
    padding: 1rem;
    font-size: 1rem;
  }



  .app-card-active {
    padding: 1.5rem;
  }

  .app-card .app-card-image {
    width: 12.5rem;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .product-card {
    grid-template-columns: 1fr;
    text-align: center;
    border-radius: 1.5rem;
    padding: 1.5rem;
    gap: 1.5rem;
  }

  .product-rate {
    align-items: center;
  }

  .product-icon-img {
    width: 6.3rem;
    height: 6.3rem;
  }
}
@media (max-width: 480px) {
  .color-bg {
    background-color: yellowgreen;
  }
  .hero-section {
    min-height: auto;
    padding-top: 6rem;
    padding-bottom: 2rem;
  }
  .banner-people img {
    width: 90%;
  }

  .card-1,
  .card-2 {
    font-size: .7rem;
    padding: 0.4rem;
  }
  .banner-card-num {
    font-size: 1rem;
  }
  .banner-card-1 {
    top: 36%;
    left: 1%;
    padding: 0.5rem;
    font-size: .7rem;
  }
  .card-1{
    right: 0;
  }



  .features-section,
  .app-section,
  .products-section {
    padding: 3.8rem 1rem;
  }

  .feature-card,
  .app-card,
  .product-card {
    padding: 1.5rem;
  }

  .app-card-active {
    padding: 1.3rem;
  }

  .section-title {
    font-size: 1.5rem;
  }
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(1.9rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.feature-card,
.app-card,
.product-card {
  animation: fadeInUp 0.6s ease-out;
}

.hero-title,
.hero-subtitle {
  animation: fadeInUp 0.8s ease-out;
}

.cta-button {
  animation: fadeInUp 1s ease-out;
}

