:root {
  --green-main: #96F292;
  --green-dark: #5B725A;
  --text-main: #111611;
  --text-sub: #8B98A6;
  --bg-main: #FBFBF3;
  --bg-sub: #F6F7F8;
  --orange: #FF7B29;
  --gray: #F2F8F9;
  --card-radius: 22px;
  --card-radius-lg: 24px;
  --shadow-card: 0 4px 24px 0 rgba(150,242,146,0.08);
  --shadow-card-hover: 0 8px 32px 0 rgba(150,242,146,0.12);
  --font-main: 'Poppins', Arial, sans-serif;
  --font-cn: 'Poppins', Arial, sans-serif;
}
html, body {
  margin: 0;
  padding: 0;
  font-family: var(--font-main);
  background: #fff;
  color: var(--text-main);
  box-sizing: border-box;
  min-width: 0;
  min-height: 100vh;
}
body {
  display: flex;
  flex-direction: column;
  /* min-height: 100vh; */
}
.header-bg,.footer-bg {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #E1E7E0;
  position: relative;
  z-index: 10;
}
.footer-bg {
  border-top: 1px solid #E1E7E0;
  border-bottom: none;
}
.header-content {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding:0px;
  height: 124px;
  box-sizing: border-box;
  background: transparent;
}


.footer-content {
  width: 100%;
  padding: 24px 32px 16px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  gap: 0;
}

.footer-copyright {
  color: #B0B8C1;
  font-size: 13px;
  flex: 1; /* 修改点：允许扩展 */
  text-align: right;
}



.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
}
.logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo svg {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: block;
}


.logo-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #0C110C;
  letter-spacing: 0.5px;
}



.header-right {
  display: flex;
  align-items: center;
  gap: 24px;
  height: 44px;
}
.header-socials {
  display: flex;
  align-items: center;
  gap: 16px;
  height: 100%;
}


.header-socials svg {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid #E1E7E0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: border 0.2s;
}


.main-content, .hero {
  max-width: 1080px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.cards-section {
  max-width: 1080px !important;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0px;
}




.main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-top: 0;
  background: #fff;
}


.hero {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 0;
  position: relative;
  min-height: 250px;
  padding: 60px 0 0 0;
}
.hero-slogan {
  text-align: center;
}
.hero-img {
  max-width: 100%;
  height: auto;
}



.cards-section {
  width: 100%;
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  align-items: stretch;

}

.cards-icon {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cards-icon img {
  width: 56px;
  height: 56px;
  border-radius: 14px;
}

.card-left {
  background: #F2F8F9 url('img/Relaxo_Deatail.webp') no-repeat center bottom;
}

.card-right {
  background: #EFF7FF url('img/hydeClock_Detail.webp') no-repeat center bottom;
}

.card-right, .card-left {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  min-height: 720px;
  max-width: 520px;
  position: relative;
  transition: box-shadow 0.2s;
  overflow: hidden;
  padding: 32px 30px;
}

.card-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: var(--text-main);
  position: relative;
}
.card-desc {
  font-family: var(--font-cn);
  font-size: 15px;
  color: #5B725A;
  line-height: 1.7em;
  font-weight: 400;
}
.card-tags {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;

  flex-wrap: wrap;
  width: 100%;
}


.space {
  height: 450px;
}

.card-tag {
  background: #ffffff;
  border-radius: 999px;
  padding: 3px 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #5B725A;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-weight: 500;
}


.card-appstore {
  width: 120px;
  height: 40px;
  position: absolute;
  z-index: 2;
  bottom: 30px;
  left: 30px;
}
.Download {
  width: 140px;
  height: 44px;
  margin-top: 0;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.footer-link {
  color: #B0B8C1;
  text-decoration: none;
  font-family: 'Urbanist', sans-serif;
  font-size: 12px;
  text-align: center;

}

.card-content  {
  display: flex;
  flex-direction: column; /* 垂直排列 */
  gap: 10px; /* 元素间距 */
}




/*响应式设计*/

@media (max-width: 1080px) {
  
  .header-bg, .footer-bg {
    height: auto; /* 让高度自适应内容 */
    align-items: flex-start;
  }



}


@media (max-width: 768px) {
  html, body {
    width: 100%;
    overflow-x: hidden;
  }
  .main-content, .cards-section, .card, .card-left, .card-right, .hero {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  img, .Download {
    max-width: 100%;
    height: auto;
  }
  .header-bg, .footer-bg {
    height: auto; /* 让高度自适应内容 */
    padding: 0;
  }


  .header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px;
    height: 68px;
    box-sizing: border-box;
    background: transparent;
  }

  .hero-img {
    content: url('img/heroMobile.webp'); 
  }


  /* 卡片区域垂直排列 */
  .cards-section {
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
    padding-bottom: 60px !important;
  }

  .card-left , .card-right {
    min-width: 0;
    max-width: 520px;
    /* max-height: 720px; */
    padding: 24px;
  }

  .header-socials svg {
    width: 32px;
    height: 32px;
  }

  .logo svg {
    width: 32px;
    height: 32px;
  }

  .logo-title {
    font-size: 18px;
  }
}




@media (max-width: 480px) { 
  
  .cards-icon img {
    width: 40px;
    height: 40px;
    border-radius: 8px;
  }


  .card-title {
    font-size: 20px;
  }

  .card-desc {
    font-size: 14px;
  }

  .card-tag {
    padding: 3px 8px;
    font-size: 12px;
  }
  .logo-link svg {
    width: 30px;
    height: 30px;
  }



  
  .card-left, .card-right {
    width: 100%;
    max-width: 375px;
    min-height: auto;
    aspect-ratio: 13/22;
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 0;
  }

  
  
}



a {
  text-decoration: none;
}


