
:root{
  --yk-launch-pink:#ff3f8f;
  --yk-launch-pink-2:#ff5ca2;
  --yk-deep-panel:rgba(10,12,20,.84);
  --yk-gold-line:rgba(255,220,180,.22);
  --yk-soft-text:#f2eef6;
  --yk-muted-text:#bdb3c7;
  --font-title:"Oswald", "Inter", system-ui, sans-serif;
}

body{
  color:var(--yk-soft-text);
}

.yk-launch-topbar{
  position:sticky;
  top:0;
  z-index:70;
  background:linear-gradient(90deg, rgba(255,63,143,.16), rgba(255,63,143,.05));
  border-bottom:1px solid rgba(255,255,255,.08);
  backdrop-filter:blur(10px);
}
.yk-launch-topbar a{
  display:block;
  text-align:center;
  padding:11px 16px;
  font-size:.82rem;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.site-header{
  position:sticky;
  top:44px;
  z-index:60;
  backdrop-filter:blur(14px);
  background:rgba(8,9,15,.82);
  border-bottom:1px solid rgba(255,255,255,.05);
}
.header-inner{
  min-height:84px;
  gap:18px;
}
.yk-header-actions{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:12px;
}
.yk-header-link,
.yk-header-cta,
.product-card-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  font-weight:800;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.yk-header-link{
  border:1px solid rgba(255,255,255,.12);
  color:#f2eef6;
  background:rgba(255,255,255,.03);
}
.yk-header-cta{
  background:linear-gradient(135deg,var(--yk-launch-pink),var(--yk-launch-pink-2));
  color:#090a0f;
  box-shadow:0 16px 36px rgba(255,63,143,.22);
}
.yk-mobile-launch-card{
  display:grid;
  gap:8px;
  padding:16px;
  margin:8px 0 18px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,63,143,.16), rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.1);
}
.yk-mobile-launch-card strong{ font-size:1rem; line-height:1.3; }
.yk-mobile-launch-card small{ color:var(--yk-muted-text); }

.yk-pro-hero-copy h1{
  font-family:var(--font-title);
  font-size:clamp(3.5rem, 7vw, 6.4rem);
  line-height:.92;
  text-transform:uppercase;
  letter-spacing:.02em;
  max-width:9ch;
}
.yk-pro-hero-copy p{
  max-width:58ch;
  color:var(--yk-muted-text);
  font-size:1.02rem;
}
.yk-launch-offer--full{
  display:grid;
  gap:10px;
  padding:18px 20px;
  margin-top:10px;
  background:linear-gradient(180deg, rgba(255,63,143,.14), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.11);
  border-radius:24px;
}
.yk-launch-offer--full strong{ font-size:1.08rem; line-height:1.35; }
.yk-launch-offer-list{
  list-style:none;
  display:grid;
  gap:7px;
  margin:2px 0 0;
  padding:0;
}
.yk-launch-offer-list li{
  position:relative;
  padding-left:16px;
  color:#f4edf6;
}
.yk-launch-offer-list li::before{
  content:"•";
  position:absolute;
  left:0;
  color:var(--yk-launch-pink);
  font-weight:900;
}
.yk-pro-strip{
  display:grid;
  grid-template-columns:repeat(5, minmax(0,1fr));
  gap:10px;
}
.yk-pro-strip span{
  justify-content:center;
  text-align:center;
  padding:12px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  font-size:.82rem;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.yk-launch-flow-grid{
  display:grid;
  gap:20px;
  grid-template-columns:repeat(3, minmax(0,1fr));
}
.yk-launch-step{
  padding:24px;
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
}
.yk-launch-step small{
  display:inline-flex;
  margin-bottom:14px;
  color:var(--yk-launch-pink);
  font-size:1rem;
  font-weight:900;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.yk-launch-step h3{
  font-family:var(--font-title);
  font-size:2rem;
  text-transform:uppercase;
  margin-bottom:8px;
}
.yk-launch-step p{ color:var(--yk-muted-text); }

.yk-fit-guide{
  display:grid;
  gap:28px;
  grid-template-columns:minmax(0, .92fr) minmax(0, 1.08fr);
  align-items:center;
  padding:28px;
  border-radius:34px;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02));
}
.yk-fit-guide-media img{
  width:100%;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.08);
}
.yk-fit-guide-copy h2{
  font-size:clamp(2rem,4vw,3.4rem);
  line-height:.98;
  text-transform:uppercase;
}
.yk-fit-guide-list{
  margin:18px 0 0;
  padding-left:18px;
  display:grid;
  gap:8px;
  color:var(--yk-soft-text);
}
.yk-fit-guide-list li::marker{ color:var(--yk-launch-pink); }

.yk-pro-confidence-card{
  border-radius:28px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
}
.yk-pro-confidence-card strong{
  font-family:var(--font-title);
  font-size:1.35rem;
  text-transform:uppercase;
  line-height:1;
}
.yk-pro-confidence-card span:last-child{ color:var(--yk-muted-text); }

.product-card{
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(180deg, rgba(12,13,22,.96), rgba(8,8,14,.96));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 16px 36px rgba(0,0,0,.22);
}
.product-body{
  display:grid;
  gap:12px;
}
.product-kicker{
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--yk-launch-pink);
  font-size:.76rem;
  font-weight:800;
}
.product-title{
  font-family:var(--font-title);
  font-size:2rem;
  line-height:.95;
  text-transform:uppercase;
}
.product-meta-chips{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.product-meta-chips span{
  display:inline-flex;
  align-items:center;
  min-height:30px;
  padding:0 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(255,255,255,.03);
  font-size:.72rem;
  font-weight:700;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:#f7f2f8;
}
.product-price-extra{
  color:var(--yk-muted-text);
  font-size:.9rem;
  font-weight:600;
}
.product-card-cta{
  width:100%;
  margin-top:4px;
  border:1px solid rgba(255,255,255,.1);
  background:rgba(255,255,255,.03);
  color:#fff;
}
.product-card-cta:hover,
.yk-header-link:hover{
  border-color:rgba(255,255,255,.22);
  background:rgba(255,255,255,.06);
}
.yk-home-featured,
.yk-brand-story,
.yk-whatsapp-cta{
  border-radius:34px;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
}
.yk-featured-meta span{
  border-radius:999px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.08);
}

.yk-product-launch-note{
  display:grid;
  gap:8px;
  padding:18px 18px 16px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,63,143,.16), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.1);
}
.yk-product-launch-note span{
  font-size:.82rem;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.08em;
  color:var(--yk-launch-pink);
}
.yk-product-launch-note strong{ font-size:1.05rem; line-height:1.35; }
.yk-product-launch-note small{ color:var(--yk-muted-text); }
.yk-product-campaign-box{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:12px;
  margin-bottom:8px;
}
.yk-product-campaign-box span,
.yk-archive-launch-callout{
  display:inline-flex;
  align-items:center;
  gap:8px;
  min-height:38px;
  padding:0 14px;
  border-radius:999px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  font-size:.84rem;
  font-weight:700;
}
.yk-archive-launch-callout{
  margin-top:14px;
  width:fit-content;
  max-width:100%;
  line-height:1.3;
  padding:10px 14px;
  border-radius:18px;
  color:#f6eef7;
}
.yk-footer-launch-card{
  display:grid;
  gap:8px;
  margin-top:18px;
  padding:16px;
  border-radius:22px;
  background:linear-gradient(180deg, rgba(255,63,143,.14), rgba(255,255,255,.03));
  border:1px solid rgba(255,255,255,.08);
}
.yk-footer-launch-card small{
  font-size:.78rem;
  letter-spacing:.1em;
  text-transform:uppercase;
  color:var(--yk-launch-pink);
  font-weight:800;
}
.yk-footer-launch-card strong{ line-height:1.35; }
.yk-footer-launch-card span{ color:var(--yk-muted-text); }

.section-head h2,
.yk-brand-story h2,
.yk-whatsapp-cta h2,
.site-footer h3{
  font-family:var(--font-title);
  text-transform:uppercase;
  letter-spacing:.01em;
}

@media (max-width: 1100px){
  .yk-pro-strip{
    grid-template-columns:repeat(2, minmax(0,1fr));
  }
  .yk-launch-flow-grid,
  .yk-fit-guide{
    grid-template-columns:1fr;
  }
}
@media (max-width: 782px){
  .site-header{
    top:42px;
  }
  .yk-header-actions{
    gap:8px;
  }
  .yk-header-link{
    display:none;
  }
  .yk-header-cta{
    min-height:38px;
    padding:0 12px;
    font-size:.78rem;
  }
  .yk-pro-hero-copy h1{
    max-width:100%;
    font-size:clamp(3rem, 15vw, 4.6rem);
  }
  .yk-pro-strip{
    grid-template-columns:1fr;
  }
  .yk-launch-step h3,
  .product-title{
    font-size:1.6rem;
  }
  .yk-fit-guide{
    padding:20px;
  }
  .yk-launch-topbar a{
    font-size:.72rem;
    line-height:1.35;
  }
}
