
#custom-landing-page{
  width:100%;
  margin:0;
  padding:0 0 48px;
  background:#e8f4ff;
  color:#111;
  font-family:Arial,Helvetica,sans-serif;
  overflow:hidden;
}
#custom-landing-page *,
#custom-landing-page *::before,
#custom-landing-page *::after{box-sizing:border-box}
#custom-landing-page img{display:block;width:100%;height:auto}
#custom-landing-page a{color:inherit;text-decoration:none}
#custom-landing-page .landing-container{
  width:min(1200px,calc(100% - 32px));
  margin:0 auto;
}
#custom-landing-page .hero{
  position:relative;
  width:100%;
  margin:0 0 42px;
  overflow:hidden;
}
#custom-landing-page .hero>a{
  display:block;
  position:relative;
}
#custom-landing-page .hero-content{
  position:absolute;
  top:5.5%;
  left:50%;
  width:90%;
  transform:translateX(-50%);
  text-align:center;
}
#custom-landing-page .hero-date{
  margin:0 0 8px;
  font-size:clamp(12px,1vw,14px);
  line-height:1.2;
  font-weight:400;
}
#custom-landing-page .hero-title{
  margin:0 0 12px;
  font-size:clamp(20px,3.2vw,52px);
  line-height:1.08;
  font-weight:800;
  text-transform:uppercase;
}
#custom-landing-page .hero-badge{
  display:inline-flex;
  min-width:220px;
  min-height:42px;
  align-items:center;
  justify-content:center;
  padding:8px 24px;
  border-radius:999px;
  background:#7ecb28;
  color:#fff;
  font-size:clamp(13px,1.5vw,28px);
  line-height:1;
  font-weight:800;
}
#custom-landing-page .hero-subtitle{
  margin:9px 0 0;
  color:#263238;
  font-size:clamp(12px,1vw,15px);
  line-height:1.25;
  font-weight:400;
}
#custom-landing-page .section{margin:0 auto 46px}
#custom-landing-page .section-title{
  margin:0 0 7px;
  text-align:center;
  font-size:clamp(22px,2vw,34px);
  line-height:1.2;
  font-weight:700;
}
#custom-landing-page .section-subtitle{
  margin:0 0 20px;
  color:#555;
  text-align:center;
  font-size:clamp(12px,1vw,15px);
  line-height:1.4;
  font-weight:400;
}
#custom-landing-page .green-text{color:#65bd39}
#custom-landing-page .bonus-title{
  font-size:clamp(24px,2.5vw,38px);
  font-weight:700;
}
#custom-landing-page .bonus-subtitle{
  max-width:900px;
  margin:0 auto 20px;
  font-size:clamp(14px,1.3vw,20px);
  line-height:1.35;
}
#custom-landing-page .promo-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}
#custom-landing-page .promo-side{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
#custom-landing-page .promo-card{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:8px;
}
#custom-landing-page .promo-card img{width:100%;height:auto}
#custom-landing-page .promo-label{
  position:absolute;
  top:7%;
  left:7%;
  z-index:2;
  color:#fff;
  font-size:clamp(13px,1.3vw,22px);
  line-height:1.08;
  font-weight:800;
}
#custom-landing-page .promo-main-label{
  max-width:58%;
  font-size:clamp(16px,1.8vw,30px);
}
#custom-landing-page .promo-button{
  position:absolute;
  top:38%;
  left:7%;
  z-index:2;
  display:inline-flex;
  min-height:30px;
  align-items:center;
  padding:6px 18px;
  border-radius:999px;
  background:#80cf2a;
  color:#fff;
  font-size:clamp(12px,1.3vw,18px);
  line-height:1;
  font-weight:700;
}
#custom-landing-page .flash-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}
#custom-landing-page .product-card{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:8px;
  background:#fff;
}
#custom-landing-page .flash-product-image{
  display:block;
  width:100%;
  height:auto;
}
#custom-landing-page .product-content{
  position:absolute;
  right:0;
  bottom:20px;
  left:0;
  display:flex;
  min-height:42%;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  padding:0 10px;
  text-align:center;
}
#custom-landing-page .product-name{
  margin:0;
  color:#111;
  font-size:clamp(20px,2vw,28px);
  line-height:1.05;
  font-weight:700;
}
#custom-landing-page .product-desc{
  margin:6px 0 12px;
  color:#777;
  font-size:clamp(13px,1.1vw,16px);
  line-height:1.12;
  font-weight:400;
}
#custom-landing-page .product-price{
  margin:0 0 10px;
  color:#65bd39;
  font-size:clamp(18px,2vw,26px);
  line-height:1;
  font-weight:700;
}
#custom-landing-page .product-price strong{
  font-size:1.05em;
  font-weight:700;
}
#custom-landing-page .buy-button{
  display:inline-flex;
  min-width:112px;
  min-height:30px;
  align-items:center;
  justify-content:center;
  padding:5px 17px;
  border-radius:999px;
  background:#087bf4;
  color:#fff;
  font-size:clamp(12px,1.2vw,15px);
  line-height:1;
  font-weight:700;
}
#custom-landing-page .three-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
#custom-landing-page .image-card{
  display:block;
  overflow:hidden;
  border-radius:8px;
  background:#d4eaff;
}
#custom-landing-page .image-card img{width:100%;height:auto}
#custom-landing-page .rewards-grid{
  display:grid;
  grid-template-columns:repeat(6,minmax(0,1fr));
  gap:12px;
}
#custom-landing-page .rewards-grid .image-card:nth-child(-n+3){grid-column:span 2}
#custom-landing-page .rewards-grid .image-card:nth-child(n+4){grid-column:span 3}
#custom-landing-page .sale-grid,
#custom-landing-page .fan-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
#custom-landing-page .sale-card{
  position:relative;
  display:block;
  overflow:hidden;
  border-radius:8px;
}
#custom-landing-page .sale-card img{display:block;width:100%;height:auto}
#custom-landing-page .sale-card-title{
  position:absolute;
  top:8%;
  left:7%;
  max-width:86%;
  color:#222;
  font-size:clamp(14px,1.3vw,22px);
  line-height:1.15;
  font-weight:700;
}
#custom-landing-page .sale-card-desc{
  position:absolute;
  top:23%;
  left:7%;
  max-width:52%;
  color:#555;
  font-size:clamp(12px,0.9vw,14px);
  line-height:1.25;
  font-weight:400;
}
#custom-landing-page .sale-card-button{
  position:absolute;
  top:39%;
  left:7%;
  display:inline-flex;
  min-width:76px;
  min-height:23px;
  align-items:center;
  justify-content:center;
  padding:4px 12px;
  border-radius:999px;
  background:#087bf4;
  color:#fff;
  font-size:clamp(12px,0.9vw,14px);
  line-height:1;
  font-weight:700;
}
#custom-landing-page .video-wrap{
  width:100%;
  aspect-ratio:16/9;
  overflow:hidden;
  border-radius:8px;
  background:#cfe7ff;
}
#custom-landing-page .video-wrap iframe{
  display:block;
  width:100%;
  height:100%;
  border:0;
}

@media(max-width:768px){
  #custom-landing-page{padding-bottom:28px}
  #custom-landing-page .landing-container{width:calc(100% - 24px)}
  #custom-landing-page .hero{margin-bottom:28px}
  #custom-landing-page .hero-content{top:5%;width:96%}
  #custom-landing-page .hero-date{margin-bottom:4px}
  #custom-landing-page .hero-title{margin-bottom:6px}
  #custom-landing-page .hero-badge{
    min-width:128px;
    min-height:28px;
    padding:5px 14px;
  }
  #custom-landing-page .hero-subtitle{margin-top:5px}
  #custom-landing-page .section{margin-bottom:34px}
  #custom-landing-page .section-subtitle,
  #custom-landing-page .bonus-subtitle{margin-bottom:15px}
  #custom-landing-page .promo-grid,
  #custom-landing-page .promo-side,
  #custom-landing-page .flash-grid,
  #custom-landing-page .three-grid,
  #custom-landing-page .rewards-grid,
  #custom-landing-page .sale-grid,
  #custom-landing-page .fan-grid{
    grid-template-columns:1fr;
    gap:12px;
  }
  #custom-landing-page .rewards-grid .image-card:nth-child(-n+3),
  #custom-landing-page .rewards-grid .image-card:nth-child(n+4){
    grid-column:auto;
  }
  #custom-landing-page .promo-main-label{max-width:60%}
  #custom-landing-page .promo-button{
    top:39%;
    min-height:26px;
    padding:5px 13px;
  }
  #custom-landing-page .product-content{
    min-height:42%;
    padding-bottom:12px;
  }
  #custom-landing-page .product-name{margin:0}
  #custom-landing-page .product-desc{margin:5px 0 8px}
  #custom-landing-page .product-price{margin-bottom:8px}
  #custom-landing-page .buy-button{
    min-width:100px;
    min-height:27px;
  }
}
