.header-container {
  width: 100%;
  background-size: auto 640px;
  background-position: center;
  background-repeat: no-repeat;
}

.page-chemical .header-container {
  position: relative;
  z-index: 1;
  background-image: url("../images/14th_anniversary/top-banner-chemical.png");
}

.page-food .header-container {
  background-image: url("../images/14th_anniversary/top-banner-food.png");
}

.page-cosmetic .header-container {
  background-image: url("../images/14th_anniversary/top-banner-cosmetic.png");
}

.header-center {
  width: 1200px;
  margin: 0 auto;
  height: 640px;
  padding-top: 0px;
}
.header-center .header-container-left-bottom p {
  width: 636px;
  white-space: wrap;
  font-size: 68px;
  color: #212121;
  line-height: 84px;
  font-weight: bold;
  margin: 76px 0 32px 0;
}

.header-container-left-bottom p span {
  color: #ff3a5c;
}

.logo-container {
  width: 160px;
  height: auto;
  display: block;
  margin-top: 20px;
  margin-left: 10px;
}

.logo-container img {
  width: 100%;
  height: auto;
  display: block;
}

.header-text {
  font-size: 22px;
  line-height: 32px;
  margin-top: 390px;
  margin-left: 10px;
}

.header-btn {
  margin-left: 10px;
  width: 240px;
  height: 48px;
  display: flex;
  font-size: 22px;
  background-color: #1c806d;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-top: 40px;
}

.header-btn:hover {
  background-color: #029357;
}

.a11-container01 {
  background-color: #f7f7f7;
  width: 100%;
}

.box-center {
  width: 1200px;
  margin: 0 auto;
  padding: 60px;
  background: #fff;
  border-radius: 16px;
  background: linear-gradient(#fff1f8 0%, #ffffff 100%);
  box-shadow: 0px 2px 20px 0px rgba(255, 58, 92, 0.4),
    inset 0px 4px 10px 0px #ffffff;
}

.page-chemical .box-center,
.page-chemical .a11-container03-img {
  width: 1180px;
}

.a11-container01-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a11-container01-left {
  width: 600px;
  font-size: 22px;
  line-height: 32px;
  margin-left: 10px;
}

.a11-container01-right {
  width: 570px;
  height: auto;
}

.a11-container01-left span {
  color: #1c806d;
}

.box-content-btn {
  width: 300px;
  height: 48px;
  display: flex;
  font-size: 16px;
  background-color: #1c806d;
  color: #fff;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-top: 40px;
}

.box-content-btn:hover {
  background-color: #029357;
}

.a11-container02 {
  background-image: url("../images/11th_anniversary/bg02.png");
  background-size: 1920px auto;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
}

.a11-container02-tit {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  color: #fff;
  text-align: center;
}

.a11-container02-left {
  width: 560px;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}

.a11-container02-left-text {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
  margin-top: 60px;
  font-weight: bold;
  position: relative;
}

.a11-container02-left-text:after {
  content: "";
  display: block;
  width: 196px;
  height: 196px;
  background-image: url("../images/11th_anniversary/img02.png");
  background-size: 196px 196px;
  position: absolute;
  top: -75px;
  left: 130px;
}

.a11-container02-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 140px;
}

.a11-container02-right {
  width: 400px;
  padding-top: 80px;
}

.a11-container02-right-img {
  width: 100%;
  cursor: pointer;
  position: relative;
}

.a11-container02-right-img:before {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
  position: absolute;
  content: "";
  z-index: 100;
}

.a11-container02-right-img:after {
  width: 32px;
  height: 32px;
  background-image: url("../images/11th_anniversary/icon01.png");
  display: none;
  position: absolute;
  right: 20px;
  bottom: 20px;
  content: "";
  z-index: 100;
}

.a11-container02-right-img:hover:before,
.a11-container02-right-img:hover:after {
  display: block;
}

.a11-container02-right-img img {
  width: 100%;
  height: auto;
  display: block;
}

.a11-container02-right-txt {
  line-height: 28px;
  font-size: 16px;
  display: block;
  margin-top: 15px;
  color: #fff;
}

.a11-container02-right-img img:first-child {
  position: absolute;
  z-index: 101;
  opacity: 0;
}

.a11-container03 {
  width: 100%;
}

.a11-container03-tab-box {
  width: 100%;
  border-radius: 16px;
  padding: 60px;
  box-sizing: border-box;
  position: relative;
}

.a11-container03-img {
  width: 1180px;
  position: relative;
  top: 0px;
  display: block;
  margin: 0 auto;
}

.a11-container03-tab-tag {
  width: 88px;
  height: 40px;
  background: linear-gradient(270deg, #ffed21 0%, #dbffa5 38%, #b4fdf0 100%);
  border-radius: 16px 0px 16px 0px;
  font-size: 16px;
  font-weight: 900;
  color: #212121;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
}

.a11-container03-tab-tit {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
  text-align: center;
}

.a11-container03-tab-tit span {
  color: #ff3a5c;
}

.a11-container03-tab-thead-tag {
  background: #ffebee;
  border-radius: 2px;
  padding: 15px 20px 10px 20px;
  width: 300px;
  box-sizing: border-box;
  font-size: 16px;
  color: #ff3a5c;
  line-height: 24px;
}

.a11-container03-tab-thead-tag:before {
  width: 16px;
  height: 16px;
  background-image: url("../images/12th_anniversary/tips@2x.png");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-top: 3px;
  margin-right: 2px;
}

.a11-container03-tab-thead-title {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.a11-container03-tab {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin-top: 60px;
}

.a11-container03-tab td {
  border-bottom: #ffcad0 1px solid;
  border-right: #ffcad0 1px solid;
  height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  color: #212121;
  line-height: 24px;
}

.a11-container03-tab td p {
  text-align: center;
  margin-bottom: 0;
}

.a11-container03-tab td img {
  margin: 0 auto;
  width: 16px;
  height: 16px;
  display: block;
}

.a11-container03-tab td span {
  margin-left: 10px;
}

.a11-container03-tab tr:first-child td:first-child {
  padding-right: 20px;
  padding-bottom: 20px;
}

.a11-container03-tab td:last-child {
  border-right: none;
}

.a11-container03-tab tr:last-child td {
  border-bottom: none;
  border-right: none;
}

.a11-container03-tab-thead-tit1 {
  font-size: 16px;
  font-weight: bold;
  color: #212121;
  line-height: 24px;
  text-transform: uppercase;
}

.a11-container03-tab-thead-tit2 {
  font-size: 24px;
  font-weight: bold;
  color: #ff3a5c;
  line-height: 30px;
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.a11-container03-tab-thead-tit2 span {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
  text-decoration: line-through;
  margin-left: 10px;
  font-weight: normal;
}

.a11-container03-tab-thead-tit3 {
  font-size: 14px;
  margin-top: 10px;
  color: #999999;
  line-height: 20px;
}

.join-btn {
  width: 140px;
  height: 40px;
  background: linear-gradient(315deg, #ff40b0 0%, #ff667a 100%);
  box-shadow: inset 0px 2px 2px 0px #ffafd5, inset 0px -2px 3px 0px #c71e6a;
  border-radius: 20px; /* 移除重复的 border-radius: 4px */
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  margin: 30px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transform: translateY(0);
  transition: transform 0.3s ease; /* 优化过渡时间和缓动效果 */
}

.join-btn:hover {
  transform: translateY(-2px); /* 添加缺失的单位 */
}

.a11-container03-bottom {
  /*height: 96px;*/
  padding: 20px;
  box-sizing: border-box;
  background: #fff8ed;
  border-radius: 16px;
  margin-top: 1px;
  text-align: center;
}

.a11-container03-bottom a:hover {
  text-decoration: underline;
}

.a11-container04 {
  width: 100%;
  padding-top: 30px;
}

.a11-container04-tit {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
  width: 100%;
  text-align: center;
}
.a11-container04-tit span {
  color: #ff3a5c;
}

.a11-container04-txt {
  font-size: 18px;
  text-align: center;
  color: #000000;
  line-height: 28px;
  width: 1000px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.a11-container04-slide {
  width: 100%;
  margin-top: 60px;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}
.a11-container04-col {
  width: calc(50% - 8px);
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 24px;
  box-sizing: border-box;
  gap: 24px;
}
.a11-container04-col img {
  width: 132px;
  height: 132px;
}

.a11-container04-col a {
  font-size: 16px;
  color: #212121;
  line-height: 24px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
}
.a11-container04-col a:hover {
  text-decoration: underline !important;
  color: #ff3a5c !important;
}
.a11-container04-price .current-price {
  font-size: 18px;
  color: #ff3a5c;
  line-height: 24px;
  text-align: left;
  font-weight: bold;
}

.a11-container04-price .over-price {
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  text-decoration: line-through;
}

.a11-container04-bottom p {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
  text-align: center;
  margin-top: 30px;
}

.a11-container05 {
  width: 100%;
  padding: 30px 0 60px;
}

.a11-container05-tit {
  font-size: 28px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  color: #000000;
  line-height: 32px;
}

.a11-container05-txt {
  margin-top: 30px;
  font-size: 18px;
  padding: 0 10px;
  color: #000000;
  line-height: 28px;
  box-sizing: border-box;
}

.a11-container05-txt a {
  color: #ff3a5c;
  text-decoration: none;
}
.a11-container05-txt a:hover {
  text-decoration: underline;
}

.a11-container03-tab-text {
  width: 100%;
  display: block;
  margin-left: 0px !important;
  text-align: center;
}

.a11-container06 {
  background-image: url("../images/12th_anniversary/bg-transletion@2x.png");
  background-size: auto 800px;
  background-position: center;
  background-repeat: no-repeat;
}

.a11-container06-container {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.form-right-title {
  font-size: 28px;
  color: #ff3a5c;
  line-height: 32px;
  text-align: left;
  font-weight: bold;
}

.translate-form {
  margin-top: 24px !important;
}

.a11-container06-container-right {
  /* width: 570px; */
  /* height: 547px; */
  /* background: #ffffff; */
  /* box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1); */
  padding: 36px;
  border-left: 1px solid #ffcad0;
}
.a11-container06-container-left img {
  width: 454px;
  height: 454px;
  margin: 70px 0 0 60px;
}

.a11-container07 {
  background: #ffb3b6;
  padding-top: 30px;
}

.a11-container06-container-right .row > * {
  margin-top: 20px;
  position: relative;
}

.a11-container06-container-right .form-info {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}

.a11-container06-container-right .join-btn {
  margin: 0;
}

.a11-container06-container-right .col-md-12:first-child {
  margin-top: 0;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #ff3a5c;
  outline: 0;
  /* box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25); */
}

.form-textarea {
  resize: none;
  height: 100px;
}

.carousel-indicators .active {
  background: #ff3a5c;
}

.carousel-item img {
  /* width: 304px !important;
  height: 274px; */
}
.a11-container07-main {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}
.a11-container07-main-left {
  width: 364px;
}
.a11-container07-main-left .carousel-item {
  width: 364px;
  height: 402px;
  /* background: #ffffff; */
  /* box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1); */
  border-radius: 8px;
  padding: 36px;
}

.carousel-item-title {
  font-size: 20px;
  color: #212121;
  line-height: 28px;
  text-align: left;
  font-weight: bold;
  margin-top: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 控制显示行数，这里设置为2行 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 36px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 36%;
  bottom: 0;
  z-index: 1;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border-radius: 50%;
  opacity: 0.5;
  transition: opacity 0.15s ease;
  width: 48px;
  height: 48px;
  background: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
  display: block;
}
.carousel-control-next {
  right: -24px;
}
.carousel-control-prev {
  left: -24px;
}

.iconbanner_arrowl,
.iconbanner_arrowr {
  font-size: 18px !important;
  color: #212121;
}
.a11-container07-main-right {
  /* height: 511px; */
  /* width: 570px; */
  padding: 0 0 0 60px;
}
.report-form {
  margin-top: 24px !important;
}
.report-form .col-12:last-child,
.translate-form .col-12:last-child {
  margin-top: 32px;
}

.a11-container08 {
  background: #ffb3b6;
  padding-top: 30px;
}
.a11-container08-main {
  width: 1200px;
  height: 364px;
  background: #ffb3b6;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  /* background-image: url("../images/12th_anniversary/img-bonus@2x.png");
  background-size: 420px 364px;
  background-repeat: no-repeat;
  background-position: right top; */
  padding: 36px;
}

.a11-container08-main h1 {
  font-size: 20px;
  color: #212121;
  line-height: 23px;
  text-align: left;
  font-weight: bold;
}

.a11-container08-main ul {
  width: 750px;
  padding: 0;
}

.a11-container08-main li {
  font-size: 18px;
  color: #212121;
  line-height: 24px;
  margin-top: 20px;
}

.a11-container08-main li span {
  display: inline-block;
  width: calc(100% - 40px);
}

.a11-container08-main li img {
  width: 16px;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 8px;
}
.a11-container08-tit2 {
  width: 1000px;
  margin: 30px auto 60px auto;
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  text-align: center;
}

.a11-container08-bottom-text {
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin: 30px auto 0 auto;
  width: 1000px;
  text-align: center;
}
.a11-container05-txt li {
  font-size: 18px;
  color: #000000;
  line-height: 28px;
  text-align: left;
  margin-bottom: 10px;
}
.a11-container05-txt li:last-child {
  margin-bottom: 0;
}

.form-select:focus {
  border-color: #ff3a5c;
}

.a11-container08-main-card {
  width: 1180px;
  height: 256px;
  margin-top: 20px;
  padding: 32px 36px;
}
.a11-container08-main-card:first-child {
  margin-top: 0;
}
.a11-container08-main-card .a11-container08-main-card-title {
  font-size: 28px;
  color: #ff3a5c;
  line-height: 32px;
  text-align: left;
  text-decoration: none;
  font-weight: bold;
}
/* .a11-container08-main-card-title:hover {
  text-decoration: underline;
} */
.a11-container08-main-card ul li {
  font-size: 18px;
  color: #666666;
  line-height: 24px;
  text-align: left;
}
.a11-container08-main-card ul li a {
  color: #ff3a5c !important;
  display: inline;
  text-decoration: none;
}
.a11-container08-main-card ul li a:hover {
  text-decoration: underline !important;
}

.a11-container08-main-card-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 330px;
  margin-top: 30px;
}

.a11-container08-main-card-bottom img {
  height: 30px;
  width: 140px;
}
.a11-container04-slide .database-card {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 4px;
}
.a11-container04-slide .list-card {
  background-image: url("../images/13th_anniversary/img-database.png");
  background-size: 295px 256px;
}
.a11-container03-tab tr .td-text-img div {
  margin-left: calc(50% - 8px);
}
.a11-container03-tab tr .td-text-img img {
  margin: 0;
  display: inline-block;
  vertical-align: super;
  margin-bottom: 3px;
}
.a11-container03-tab tr .td-text-img span {
  display: inline-block;
  width: 141px;
}
.spinner-border {
  color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.icon-wrong {
  width: 12px;
  height: 12px;
  background-image: url("../images/10th_anniversary/img_wrong_01.png");
  background-size: 12px 12px;
  margin-left: auto;
  margin-right: auto;
}
.a11-container08-centext {
  display: flex;
  margin-top: 60px;
  height: 533px;
}
.a11-container08-left {
  width: 580px;
  box-sizing: border-box;
  padding-right: 60px;
  overflow: hidden;
  border-right: 1px solid #ffcad0;
}
.a11-container08-left h1 {
  font-weight: 500;
  font-size: 20px;
  color: #212121;
  line-height: 23px;
}
.a11-container08-left ul li {
  padding-top: 24px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.a11-container08-left ul li span {
  font-size: 18px;
  color: #212121;
  line-height: 24px;
  text-align: left;
}
.a11-container08-left ul li span:first-child {
  font-weight: bold;
  font-size: 24px;
  color: #ff3a5c;
  line-height: 28px;
}
.a11-container08-left .a11-container08-bottom-box {
  width: 100%;
  margin-top: 24px;
  padding: 24px;
  background: #f7f7f7;
}
.a11-container08-bottom-box ol {
  padding-left: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.a11-container08-bottom-box ol,
.a11-container08-bottom-box ol li {
  list-style: disc;
  color: #666;
}

.a11-container08-bottom-box ol li::marker {
  color: #999;
}
.a11-container08-right {
  padding-left: 60px;
  flex: 1;
}

.a11-container08-right {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  position: relative;
}

.spin-bottom {
  position: absolute;
  bottom: 62px;
  left: 57%;
  transform: translateX(-50%);
}

.spin-bottom img {
  /* width: 100px; */
  height: 96px;
}

/* 轮盘容器 */
.wheel-container {
  position: relative;
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 指针样式 - 替换为图片 */
.pointer {
  position: absolute;
  width: 70px;
  /* height: 60px; */
  top: 16px;
  left: 49%;
  z-index: 10;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}

.pointer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* 轮盘主体 - 替换为图片背景 */
.wheel {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /* 核心动画：旋转效果，时长4秒，使用 ease-out 缓动函数（开始快，结束慢） */
  transition: transform 4s ease-out;
}

.page-chemical .wheel {
  background-image: url("../images/13th_anniversary/wheel-chemical.png");
}

.page-food .wheel {
  background-image: url("../images/13th_anniversary/wheel-food.png");
}

.page-cosmetic .wheel {
  background-image: url("../images/13th_anniversary/wheel-cosmetic.png");
}

/* 奖品扇区样式 - 扇形 */
.segment {
  position: absolute;
  width: 180px; /* 半径 */
  height: 180px; /* 半径 */
  top: 0;
  left: 50%;
  transform-origin: 0% 100%; /* 设置旋转中心为轮盘圆心 */
  clip-path: polygon(0% 100%, 50% 0%, 100% 100%); /* 创建60度扇形 */
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  /* background: rgba(255, 255, 255, 0.05); 调试用的半透明背景 */
}

/* 奖品文字，需要反向旋转以保持正立 */
.segment span {
  display: block;
  transform: rotate(-30deg); /* 调整文字角度使其在扇形中正立 */
  padding: 0 6px;
  text-align: center;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 4px;
  margin-top: 40px; /* 调整文字位置 */
  font-size: 10px;
  line-height: 14px;
}

/* Spin按钮 */
#spin-btn {
  width: 100px;
  height: 100px;
  position: absolute;
  background: url(../images/13th_anniversary/wheel-spin.png) no-repeat center
    center;
  background-size: 96px 96px;
  border: none;
  color: #ff4425;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  z-index: 5;
  top: 160px;
  left: 50%;
  transform: translateX(-20px);
  transition: background-color 0.2s;
}

#spin-btn:hover {
  /* background: #d35400; */
}

#spin-btn:disabled {
  /* background: #95a5a6; */
  cursor: not-allowed;
  /* border-radius: 50%; */
}

/* ===========================================
   获奖弹窗样式
   =========================================== */

.winning-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999999; /* 设置更高的层级，确保在所有元素之上 */
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.winning-modal.show {
  opacity: 1;
  visibility: visible;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  z-index: 0;
}

.modal-content {
  position: relative;
  background: url(../images/13th_anniversary/img-won-01.png) no-repeat;
  background-size: 498px 590px;
  padding: 60px 60px 40px 60px;
  width: 498px;
  box-sizing: border-box;
  height: 590px;
  text-align: center;
  /* transform: scale(0.8) translateY(50px); */
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.winning-modal.show .modal-content {
  transform: scale(1) translateY(0);
}

/* 装饰元素 */
.decoration-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  border-radius: 24px;
}

.decoration {
  position: absolute;
  border-radius: 50%;
  animation: float 3s ease-in-out infinite;
}

.decoration-1 {
  width: 8px;
  height: 8px;
  background: #ff6b9d;
  top: 20%;
  left: 10%;
  animation-delay: 0s;
}

.decoration-2 {
  width: 6px;
  height: 6px;
  background: #4ecdc4;
  top: 30%;
  right: 15%;
  animation-delay: 0.5s;
}

.decoration-3 {
  width: 10px;
  height: 10px;
  background: #ffe66d;
  top: 70%;
  left: 20%;
  animation-delay: 1s;
}

.decoration-4 {
  width: 4px;
  height: 4px;
  background: #ff6b9d;
  top: 60%;
  right: 10%;
  animation-delay: 1.5s;
}

.decoration-5 {
  width: 6px;
  height: 6px;
  background: #a8e6cf;
  top: 15%;
  right: 30%;
  animation-delay: 2s;
}

.decoration-6 {
  width: 8px;
  height: 8px;
  background: #ffd93d;
  top: 80%;
  right: 40%;
  animation-delay: 2.5s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
    opacity: 0.8;
  }
}

/* 礼品盒 */
.gift-box {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 60px;
  animation: bounce 2s ease-in-out infinite;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.2));
}

@keyframes bounce {
  0%,
  100% {
    transform: translateX(-50%) translateY(0px);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}

/* 弹窗内容 */
.modal-body {
  margin-top: 240px;
  display: flex;
  flex-direction: column;
}

.congratulations-text {
  font-weight: 500;
  font-size: 18px;
  color: #ff3a5c;
  line-height: 24px;
  margin-bottom: 20px;
}

.prize-badge {
  background: linear-gradient(270deg, #ffed21 0%, #dbffa5 38%, #b4fdf0 100%);
  border-radius: 16px;
  padding: 15px 20px;
  /* box-shadow: 0 8px 20px rgba(78, 205, 196, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3); */
  margin-bottom: 20px;
}

.prize-badge span {
  font-weight: bold;
  font-size: 28px;
  color: #212121;
  line-height: 32px;
}

.prize-description {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  display: none;
}

.got-it-btn {
  background: linear-gradient(135deg, #ff6b9d 0%, #ff8a80 100%);
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(255, 107, 157, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.got-it-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 107, 157, 0.4),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

.got-it-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(255, 107, 157, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.3);
}

/* 响应式设计 */
@media (max-width: 480px) {
  .modal-content {
    width: 320px;
    padding: 50px 30px 30px;
  }

  .congratulations-text {
    font-size: 20px;
  }

  .prize-badge span {
    font-size: 16px;
  }

  .gift-box {
    font-size: 50px;
  }
}
.wheel-box {
  margin: 32px 0 18px 0;
}

.prize-box {
  margin-top: -56px;
  background: url(../images/13th_anniversary/img-won-02.png) no-repeat;
  background-size: 398px 572px;
  padding: 0px 30px;
  width: 398px;
  box-sizing: border-box;
  height: 572px;
  text-align: center;
  /* transform: scale(0.8) translateY(50px); */
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.prize-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.prize-info p {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}

/* ===========================================
   14th Anniversary - Chemical Content Area
   =========================================== */

.page-chemical .cl-page-main {
  position: relative;
  width: 100%;
}

.page-chemical .cl-content-bg {
  position: absolute;
  top: 549px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  height: 391px;
  background: url("../images/14th_anniversary/content-bg.png") center top / 1920px 391px no-repeat;
  pointer-events: none;
  z-index: 0;
}

.page-chemical .cl-content {
  position: relative;
  z-index: 1;
  width: 1180px;
  margin: 0 auto;
  padding: 0 0 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Great Offers Banner */
.cl-offer-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 80px;
  padding: 21px 20px;
  border: 2px solid #fbfb78;
  border-radius: 32px;
  box-shadow: 0 -4px 0 #fff;
  background: linear-gradient(94deg, #fffede 0.76%, #fff 100%);
  box-sizing: border-box;
}

.cl-offer-banner__icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

.cl-offer-banner__text {
  font-size: 28px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  background: linear-gradient(114deg, #ff8611 26.2%, #ff5b10 52.6%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Section Container */
.cl-section {
  position: relative;
  border: 2px solid #fbfb78;
  border-radius: 32px;
  box-shadow: 0 -4px 0 #fff;
  padding: 0 52px 52px;
  box-sizing: border-box;
  overflow: visible;
}

.cl-section__bg {
  position: absolute;
  inset: 0;
  border-radius: 32px;
  background: linear-gradient(180deg, #dffbff 0%, #fff 21.5%);
  pointer-events: none;
  overflow: hidden;
}

.cl-section__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/14th_anniversary/bg-membership.png") center / cover no-repeat;
  border-radius: 32px;
}

.cl-section__bg--yellow {
  background: linear-gradient(180deg, #fffee7 0%, #fff 21.5%);
}

.cl-section__bg--yellow::after {
  background-image: url("../images/14th_anniversary/bg-section.png");
}

.cl-section__header {
  position: relative;
  z-index: 1;
  width: 884px;
  height: 60px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url("../images/14th_anniversary/banner-bg-outer.png") center / 100% 100% no-repeat;
}

.cl-section__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10px;
  width: calc(100% - 10px);
  height: 100%;
  background: url("../images/14th_anniversary/banner-bg-inner.png") center / 100% 100% no-repeat;
  z-index: -1;
}

.cl-section__header-text {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0;
  line-height: normal;
}

.cl-highlight {
  color: #fefb74;
}

/* Section Badges */
.cl-section__badge {
  position: absolute;
  top: 0;
  left: -12px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 16px 16px 16px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}

.cl-section__badge::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 13px;
  height: 15px;
  border-radius: 0 0 0 16px;
}

.cl-section__badge--chemical {
  color: #212121;
  background: linear-gradient(169deg, #e9f7e0 14%, #d8f28d 41.4%, #87dd5f 66.3%, #5fc745 86%);
}

.cl-section__badge--chemical::after {
  background: linear-gradient(143deg, #308a19 4.6%, #8ade62 100%);
}

.cl-section__badge--food {
  color: #212121;
  background: linear-gradient(164deg, #e9f7e0 14%, #d8f28d 41.4%, #87dd5f 66.3%, #5fc745 86%);
}

.cl-section__badge--food::after {
  background: linear-gradient(143deg, #308a19 4.6%, #8ade62 100%);
}

.cl-section__badge--blue {
  color: #fff;
  background: linear-gradient(93deg, #7a7aff 0%, #4c68ff 100%);
  box-shadow: inset 0 2px 8px rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}

.cl-section__badge--blue span {
  color: #fff;
}

.cl-section__badge--blue::after {
  background: linear-gradient(143deg, #3226ff 4.6%, #8788f6 100%);
}

.cl-section__badge--blue img {
  width: 4px;
  height: 4px;
}

/* Membership Table */
.cl-membership-table {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 52px;
}

.cl-membership-table__head,
.cl-membership-table__row {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.cl-membership-table__head-feature {
  width: 320px;
  flex-shrink: 0;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 0 20px 20px 0;
  box-sizing: border-box;
}

.cl-info-box {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  padding: 12px 20px;
  background: #fff;
  border-radius: 16px;
  backdrop-filter: blur(2px);
}

.cl-info-box__icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-top: 2px;
}

.cl-info-box p {
  margin: 0;
  font-size: 16px;
  color: #ff5b10;
  line-height: normal;
}

.cl-membership-table__head-plan {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 0 20px 20px;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
}

.cl-membership-table__head-plan:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.cl-membership-table__plan-name {
  font-size: 16px;
  font-weight: bold;
  color: #212121;
  margin: 0;
}

.cl-membership-table__price {
  display: flex;
  align-items: center;
  gap: 8px;
}

.cl-membership-table__price-current {
  font-size: 24px;
  font-weight: bold;
  color: #ff5b10;
}

.cl-membership-table__price-original {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}

.cl-membership-table__plan-desc {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.cl-membership-table__feature {
  width: 320px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 20px 15px 0;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  font-size: 16px;
  font-weight: bold;
  color: #212121;
  box-sizing: border-box;
}

.cl-membership-table__cell {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
}

.cl-membership-table__cell:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}

.cl-membership-table__cell img {
  width: 10px;
  height: 10px;
}

.cl-membership-table__cell--text {
  font-size: 16px;
  color: #666;
  font-weight: normal;
}

.cl-membership-table__cell--accent {
  font-size: 16px;
  font-weight: bold;
  color: #ff5b10;
  text-align: center;
}

.cl-badge-new {
  width: 31.5px;
  height: 14px;
  object-fit: contain;
}

.cl-membership-table__row--actions .cl-membership-table__feature {
  border-bottom: none;
}

.cl-membership-table__row--actions .cl-membership-table__cell {
  border-bottom: none;
}

/* 新增Qme区域 */
.cl-qme-banner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding: 8px;
  box-sizing: border-box;
  border-radius: 16px;
  background: linear-gradient(180deg, #cdf0df 0%, #e3f7e0 100%);
}

.cl-qme-banner__icon-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  padding: 12px 16px;
}

.cl-qme-banner__icon {
  display: block;
  width: 64px;
  height: 64px;
  object-fit: cover;
}

.cl-qme-banner__card {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 16px 20px;
  border-radius: 12px;
  background: linear-gradient(94deg, #fff 0%, #fcfffb 100%);
  box-sizing: border-box;
}

.cl-qme-banner__text {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #212121;
  line-height: 26px;
}

.cl-qme-banner__accent {
  font-weight: bold;
  color: #1aad5e;
}

/* Buttons */
.cl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 34px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: normal;
  transition: transform 0.3s ease;
}

.cl-btn:hover {
  transform: translateY(-2px);
  color: #fff;
  text-decoration: none;
}

.cl-btn--orange {
  background: linear-gradient(95deg, #ff8611 8.83%, #ff5b10 92.67%);
}

.cl-btn--blue {
  background: linear-gradient(98deg, #7272ff 2.96%, #4789ff 47.32%, #00d4fa 96.17%);
}

.cl-btn--green {
  background: linear-gradient(95deg, #74d873 8.83%, #3fc775 92.67%);
  flex-shrink: 0;
}

.cl-btn--center {
  margin: 0 auto;
  display: flex;
  width: fit-content;
}

/* Tools Section */
.cl-tools-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 52px;
  width: 100%;
  min-width: 0;
}

.cl-database-card {
  display: flex;
  align-items: center;
  gap: 64px;
  padding: 40px;
  background: rgba(255, 245, 236, 0.6);
  border: 1px solid #fff;
  border-radius: 16px;
  backdrop-filter: blur(2px);
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
}

.cl-database-card__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

.cl-database-card__title {
  font-size: 24px;
  font-weight: bold;
  color: #ff5b10;
  margin: 0;
  line-height: normal;
}

.cl-database-card__desc {
  font-size: 18px;
  color: #666;
  margin: 0;
  line-height: normal;
}

.cl-database-card__desc a {
  color: #ff5b10;
}

.cl-database-card__desc a:hover {
  text-decoration: underline;
}

.cl-database-card__bottom {
  display: flex;
  align-items: center;
  gap: 16px;
}

.cl-price-tag {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f7f7f7;
  border-radius: 16px 16px 16px 0;
  padding-right: 16px;
}

.cl-price-tag__current {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding: 2px 16px;
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  border-radius: 16px 0 16px 0;
  background: linear-gradient(163deg, #e9f7e0 14%, #d8f28d 41.4%, #87dd5f 66.3%, #5fc745 86%);
  box-shadow: inset 0 0.5px 0 #fff;
}

.cl-price-tag__original {
  font-size: 16px;
  color: #999;
  text-decoration: line-through;
}

.cl-database-card__img {
  width: 148px;
  height: 148px;
  object-fit: contain;
  flex-shrink: 0;
}

/* Translations Card */
.cl-translations-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 40px;
  background: rgba(255, 245, 236, 0.6);
  border: 1px solid #fff;
  border-radius: 16px;
  backdrop-filter: blur(2px);
  box-sizing: border-box;
  max-width: 100%;
}

.cl-translations-card__title {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
  margin: 0;
  width: 100%;
  line-height: normal;
}

.cl-translations-card__title-accent {
  color: #ff5b10;
}

.cl-translations-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}

.cl-translations-grid__row {
  display: flex;
  gap: 20px;
  width: 100%;
  min-width: 0;
}

.cl-translation-item {
  flex: 1;
  display: flex;
  gap: 24px;
  padding: 24px;
  background: #fff;
  border-radius: 12px;
  min-width: 0;
  box-sizing: border-box;
}

.cl-translation-item__thumb {
  width: 132px;
  height: 132px;
  object-fit: cover;
  flex-shrink: 0;
  border-radius: 4px;
}

.cl-translation-item__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

.cl-translation-item__info a {
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  line-height: normal;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.cl-translation-item__info a:hover {
  color: #ff5b10;
  text-decoration: underline;
}

.cl-translation-item__price {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.cl-translation-item__price-current {
  font-size: 18px;
  font-weight: bold;
  color: #ff3a5c;
}

.cl-translation-item__price-original {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

/* ChemCheck Section */
.cl-section--chemcheck {
  padding: 0 60px 60px;
}

.cl-chemcheck-content {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 64px;
  align-items: flex-start;
  margin-top: 60px;
}

.cl-chemcheck-main {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cl-chemcheck-content__intro {
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  margin: 0;
}

.cl-chemcheck-content__intro-accent {
  color: #ff5f10;
}

.cl-chemcheck-content__intro-body {
  color: #212121;
}

.cl-chemcheck-preview {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: rgba(255, 245, 236, 0.6);
  border: 1px solid #fff;
  border-radius: 19px;
  backdrop-filter: blur(2px);
  box-sizing: border-box;
}

.cl-chemcheck-preview__img {
  display: block;
  width: 100%;
  max-width: 593px;
  height: auto;
  border-radius: 8px;
}

.cl-chemcheck-features {
  flex-shrink: 0;
  width: 384px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.cl-chemcheck-feature {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cl-chemcheck-feature__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cl-chemcheck-feature__icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.cl-chemcheck-feature__title {
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  line-height: normal;
  margin: 0;
}

.cl-chemcheck-feature__desc {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
  margin: 0;
}

/* Sign Up Section */
.cl-section--signup {
  border: 1px solid #eff0fc;
  border-radius: 32px;
  padding: 12px;
  background: linear-gradient(180deg, #f9fafd 0%, rgba(255, 255, 255, 0.5) 100%);
  box-shadow: none;
}

.cl-signup-card {
  position: relative;
  border-radius: 28px;
  overflow: hidden;
}

.cl-signup-card__bg {
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 28px;
}

.cl-signup-card__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../images/14th_anniversary/bg-signup.png") center / cover no-repeat;
  border-radius: 28px;
}

.cl-signup-card__content {
  position: relative;
  z-index: 1;
  padding: 60px 0 40px 40px;
  max-width: 820px;
}

.cl-signup-card__title {
  font-size: 24px;
  font-weight: bold;
  color: #212121;
  margin: 0 0 30px;
  line-height: normal;
}

.cl-signup-card__title-accent {
  background: linear-gradient(112deg, #7272ff 2.96%, #4789ff 47.32%, #00d4fa 96.17%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cl-signup-card__benefits {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 30px;
}

.cl-signup-card__benefits-title {
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  margin: 0;
}

.cl-signup-card__benefit {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.cl-signup-card__benefit img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

.cl-signup-card__benefit p {
  margin: 0;
  font-size: 18px;
  color: #212121;
  line-height: normal;
}

.cl-text-blue {
  color: #7272ff;
  text-decoration: none;
}

a.cl-text-blue:hover {
  text-decoration: underline;
}

/* Terms Section */
.cl-section--terms {
  padding: 52px;
}

.cl-terms-title {
  position: relative;
  z-index: 1;
  font-size: 28px;
  font-weight: bold;
  color: #212121;
  text-align: center;
  margin: 0 0 30px;
}

.cl-terms-list {
  position: relative;
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cl-terms-list li {
  font-size: 18px;
  color: #2a2a2a;
  line-height: normal;
}

.cl-terms-list a {
  color: #ff5b10;
  text-decoration: none;
}

.cl-terms-list a:hover {
  text-decoration: underline;
}

/* ===========================================
   14th Anniversary - Cosmetic Page
   =========================================== */

.page-cosmetic .header-container {
  position: relative;
  z-index: 1;
}

.page-cosmetic .cl-page-main {
  position: relative;
  width: 100%;
}

.page-cosmetic .cl-content-bg {
  position: absolute;
  top: 549px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  height: 391px;
  background: url("../images/14th_anniversary/content-bg.png") center top / 1920px 391px no-repeat;
  pointer-events: none;
  z-index: 0;
}

.page-cosmetic .cl-content {
  position: relative;
  z-index: 1;
  width: 1180px;
  margin: 0 auto;
  padding: 0 0 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cl-membership-table__feature--sub {
  font-weight: bold;
}

.cl-membership-table__cell--empty {
  min-height: 46px;
}

.cl-membership-table__cell img[src*="icon-close"] {
  width: 16px;
  height: 16px;
}

.cl-tools-content--stack {
  gap: 20px;
  min-width: 0;
}

.cl-tools-content--stack .cl-database-card {
  width: 100%;
}

/* Webinars Section */
.cl-section--webinars .cl-webinars {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.cl-webinars__track {
  display: flex;
  gap: 20px;
  width: 100%;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cl-webinars__track::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.cl-webinar-card {
  flex-shrink: 0;
  width: 288px;
  min-height: 324px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffebc7 0%, #fffaef 100%);
  box-shadow: 0 -2px 0 #fff;
  scroll-snap-align: start;
  box-sizing: border-box;
}

.cl-webinar-card__title {
  font-size: 18px;
  font-weight: bold;
  color: #212121;
  line-height: normal;
  margin: 0;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

a.cl-webinar-card__title:hover {
  color: #ff5b10;
  text-decoration: underline;
}

.cl-webinar-card__cover {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  padding: 8px;
}

.cl-webinar-card__cover img {
  width: 240px;
  height: 136px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

.cl-webinars__dots {
  display: flex;
  gap: 6px;
  align-items: center;
  justify-content: center;
  height: 8px;
}

.cl-webinars__dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e5e5e5;
  flex-shrink: 0;
  cursor: pointer;
}

.cl-webinars__dot--active {
  width: 20px;
  height: 8px;
  border-radius: 4px;
  background: #ff5b10;
}

/* Webinar cards - Cosmetic & Food */
.page-cosmetic .cl-webinar-card,
.page-food .cl-webinar-card {
  justify-content: flex-start;
}

.page-cosmetic .cl-webinar-card__title,
.page-food .cl-webinar-card__title {
  -webkit-line-clamp: 3;
  line-clamp: 3;
  line-height: 1.35;
  text-overflow: ellipsis;
}

/* ===========================================
   14th Anniversary - Food Page
   =========================================== */

.page-food .header-container {
  position: relative;
  z-index: 1;
}

.page-food .cl-page-main {
  position: relative;
  width: 100%;
}

.page-food .cl-content-bg {
  position: absolute;
  top: 549px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1920px;
  height: 391px;
  background: url("../images/14th_anniversary/content-bg.png") center top / 1920px 391px no-repeat;
  pointer-events: none;
  z-index: 0;
}

.page-food .cl-content {
  position: relative;
  z-index: 1;
  width: 1180px;
  margin: 0 auto;
  padding: 0 0 60px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.cl-tools-content--translations {
  width: 100%;
  min-width: 0;
}

.cl-tools-content--translations .cl-translations-card {
  width: 100%;
  gap: 20px;
}

.cl-translations-card__note {
  font-size: 14px;
  color: #666;
  text-align: center;
  margin: 0;
  line-height: normal;
}
