/* NEWLETSVPN - replicate letsvpn trial landing (keep our pelican theme architecture) */

/* =====================
   Page-level overrides
===================== */
.product-newletsvpn.layout-letsvpn body,
body.product-newletsvpn.layout-letsvpn{
  background: #0b0d14;
}

.product-newletsvpn.layout-letsvpn .site-header{
  background: transparent;
  border-bottom: 0;
}

.product-newletsvpn.layout-letsvpn .site-header .site-title,
.product-newletsvpn.layout-letsvpn .main-navigation a{
  color: rgba(255,255,255,0.88);
}

.product-newletsvpn.layout-letsvpn .main-navigation a{ opacity: .9; }
.product-newletsvpn.layout-letsvpn .main-navigation a:hover{ opacity: 1; }

/* Make the home container full-bleed like the target page */
.product-newletsvpn.layout-letsvpn .site-main > .container{
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.product-newletsvpn.layout-letsvpn .site-main .row{ margin-left: 0; margin-right: 0; }
.product-newletsvpn.layout-letsvpn #primary.content-area{ padding: 0; }

/* =====================
   Hero (PC wrapper)
===================== */
.product-newletsvpn .hero-letsvpn{
  position: relative;
  min-height: 760px;
  padding: 56px 0 28px;
  color: #fff;
  overflow: hidden;
}

/* 关键：使用正确的、左深右浅的背景图，不再需要任何遮罩 */
.product-newletsvpn .hero-letsvpn::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../images/newletsvpn/letsvpn-trial/assets/8aedd067-bg_gnew.Bjp_hbdR.png") center/cover no-repeat;
  transform: scale(1.02);
  filter: saturate(1.05);
  z-index: 0;
}

/* 关键：移除所有画蛇添足的遮罩 */
.product-newletsvpn .hero-letsvpn::after {
  content: none;
}

.product-newletsvpn .hero-letsvpn .hero-inner{
  position: relative;
  z-index: 2;
  width: min(1240px, 92vw);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 40px;
  align-items: start;
}

.product-newletsvpn .hero-letsvpn .hero-left{ padding-top: 16px; }

.product-newletsvpn .hero-letsvpn .hero-brand{
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
}

.product-newletsvpn .hero-letsvpn .hero-logo{ width: 160px; height: auto; }

.product-newletsvpn .hero-letsvpn h1{
  font-size: clamp(34px, 3.2vw, 46px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0 0 18px;
}

/* Feature list with icon circles */
.product-newletsvpn .feature-list{
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
  max-width: 560px;
}

.product-newletsvpn .feature-item{
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  align-items: center;
}

.product-newletsvpn .feature-icon{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.20);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.product-newletsvpn .feature-icon img{
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.product-newletsvpn .feature-item p{ margin: 0; color: rgba(255,255,255,0.90); }

/* Primary download button */
.product-newletsvpn .primary-download{ margin-top: 22px; }

.product-newletsvpn .primary-download .btn-android{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 12px;
  background: rgba(0,0,0,0.45);
  border: 1px solid rgba(255,255,255,0.22);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 45px rgba(0,0,0,0.28);
}

.product-newletsvpn .primary-download .btn-android:hover{ opacity: 1; filter: brightness(1.04); }

.product-newletsvpn .primary-download .btn-android img{ width: 22px; height: 22px; }

/* device icons row */
.product-newletsvpn .device-strip{
  margin-top: 24px;
  background: rgba(255,255,255,0.86);
  border-radius: 16px;
  padding: 16px 18px;
  width: fit-content;
}

.product-newletsvpn .device-strip ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.product-newletsvpn .device-strip li:first-child{ color: #6b7280; font-weight: 700; }

.product-newletsvpn .device-strip a{
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #111827;
  font-weight: 650;
}

.product-newletsvpn .device-strip img{ width: 22px; height: 22px; }

/* =====================
   Right mock/animation like target
===================== */
.product-newletsvpn .hero-right{
  position: relative;
  height: 640px;
  overflow: visible;
  z-index: 3;
}

.product-newletsvpn .right-bg{
  position: absolute;
  right: 0;
  top: 26px;
  width: min(560px, 44vw);
  max-width: 560px;
  aspect-ratio: 560 / 640;
  z-index: 3;
}

.product-newletsvpn .right-bg .bg-img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.product-newletsvpn .right-bg .anim{
  position: absolute;
  left: 50%;
  top: 52%;
  width: 72%;
  transform: translate(-50%, -50%);
}

.product-newletsvpn .right-bg .img-cy{
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.product-newletsvpn .right-bg .img-gif{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  mix-blend-mode: screen;
}

/* =====================
   Other download strip (Google Play / App Store)
===================== */
.product-newletsvpn .other-download{
  position: relative;
  z-index: 2;
  width: min(1240px, 92vw);
  margin: -10px auto 0;
  padding: 18px 0 26px;
  color: rgba(255,255,255,0.86);
  text-align: center;
}

.product-newletsvpn .other-download .tip{ margin-bottom: 12px; }

.product-newletsvpn .store-buttons{
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.product-newletsvpn .store-buttons a img{ height: 44px; width: auto; display: block; }

/* =====================
   Social strip (联系我们)
===================== */
.product-newletsvpn .social-strip{
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: rgba(255,255,255,0.86);
}

.product-newletsvpn .social-strip .label{ margin: 0; font-weight: 700; }

.product-newletsvpn .social-icons{ display: flex; gap: 10px; align-items: center; }

.product-newletsvpn .social-icons a{
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.25);
  background: rgba(0,0,0,0.15);
}

.product-newletsvpn .social-icons a:hover{ filter: brightness(1.06); }

.product-newletsvpn .social-icons img{ width: 18px; height: 18px; }

/* =====================
   Responsive
===================== */
@media (max-width: 992px){
  .product-newletsvpn .hero-letsvpn{ min-height: unset; padding: 34px 0 18px; }
  .product-newletsvpn .hero-letsvpn .hero-inner{ grid-template-columns: 1fr; gap: 22px; }
  .product-newletsvpn .hero-right{ height: 380px; }
  .product-newletsvpn .right-bg{ position: relative; width: min(560px, 92vw); margin: 0 auto; top: 0; }
  .product-newletsvpn .device-strip{ width: 100%; }
}
