/* Sira Le Seriw — Growth 14.3.3.6.3.1.1
   Homepage Founding Boost visibility + Digital Suq card/value polish.
   Homepage-only selectors: no Creator Studio, payment, Meta or product logic changes. */

/* The offer should read as a valuable creator opportunity, not as a giant homepage ad. */
.suq-home .founding-boost-home-v1433631{
  margin:12px 0 16px;
  padding:11px 13px;
  display:grid;
  grid-template-columns:auto minmax(0,1fr) auto auto;
  align-items:center;
  gap:10px 12px;
  border:1px solid rgba(239,197,95,.38);
  border-radius:14px;
  background:linear-gradient(90deg,rgba(239,197,95,.10),rgba(255,255,255,.045));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.suq-home .founding-boost-home-v1433631[hidden]{display:none!important}
.suq-home .fb-home-gift{
  width:30px;height:30px;border-radius:10px;display:grid;place-items:center;
  background:rgba(239,197,95,.13);border:1px solid rgba(239,197,95,.24);
  color:#efc55f;font-size:15px;line-height:1;
}
.suq-home .fb-home-copy{min-width:0}
.suq-home .fb-home-title{
  display:block;margin:0;color:#efc55f;font-size:10px;line-height:1.2;
  font-weight:900;letter-spacing:.1em;text-transform:uppercase;
}
.suq-home .fb-home-detail{
  display:block;margin-top:3px;color:#e8eee9;font-size:12px;line-height:1.4;
}
.suq-home .fb-home-cta{
  display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;
  padding:8px 10px;border-radius:9px;background:#efc55f;color:#173122!important;
  font-size:10px;font-weight:900;text-decoration:none!important;
}
.suq-home .founding-boost-home-v1433631 .spots{
  margin-left:0;padding:5px 8px;border-radius:999px;white-space:nowrap;
  border:1px solid rgba(255,255,255,.10);background:rgba(255,255,255,.055);
  color:#cfd9d3;font-size:9px;font-weight:800;
}

/* Product-card correction: the seller + price footer must always remain inside the card. */
.suq-home.home-section{padding-bottom:34px!important}
.suq-home .suq-grid{
  align-items:stretch;
  padding-top:2px;
  padding-bottom:4px;
}
.suq-home .suq-card,
.suq-home .suq-browse-card{
  height:294px;
}
.suq-home .suq-card{
  display:flex;
  flex-direction:column;
}
.suq-home .suq-card-media{
  flex:0 0 128px;
  height:128px!important;
}
.suq-home .suq-card-body{
  flex:1 1 auto;
  min-height:0;
  display:flex;
  flex-direction:column;
  padding:11px 13px 12px;
}
.suq-home .suq-card h4,
.suq-home .suq-card:first-child h4{
  min-height:38px;
  margin:0;
  font-size:16px;
  line-height:1.18;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
.suq-home .suq-card p{
  margin-top:4px;
  line-height:1.4;
  -webkit-line-clamp:2;
}
.suq-home .suq-card-tags{
  margin-top:6px;
  min-height:20px;
}
.suq-home .suq-card-foot{
  flex:0 0 auto;
  min-height:43px;
  margin-top:auto;
  padding-top:8px;
  align-items:flex-end;
}
.suq-home .suq-card-foot>div{min-width:0}
.suq-home .suq-card-foot small{
  max-width:190px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.suq-home .suq-card-foot strong{
  display:block;
  margin-top:2px;
  color:#efc55f;
  font-size:15px;
  line-height:1.05;
}
.suq-home .suq-arrow{flex:0 0 auto;line-height:1}

@media(max-width:760px){
  .suq-home.home-section{padding-bottom:30px!important}
  .suq-home .founding-boost-home-v1433631{
    grid-template-columns:auto minmax(0,1fr);
  }
  .suq-home .fb-home-cta{grid-column:1/-1;width:100%}
  .suq-home .founding-boost-home-v1433631 .spots{grid-column:1/-1;justify-self:start}
  .suq-home .suq-card,.suq-home .suq-browse-card{height:300px}
}

/* 14.3.3.6.3.1.2 FINAL VISIBILITY LOCK
   Never allow runtime JS, stale markup, or a leftover hidden/final-hide marker to
   erase the Founding Creator Boost from the Digital Suq homepage section. The JS
   now changes wording for paused/closed/full states instead of removing the node. */
.suq-home #foundingBoostHome,
.suq-home #foundingBoostHome[hidden],
.suq-home #foundingBoostHome[data-fb-final-hide="1"]{
  display:grid!important;
  visibility:visible!important;
  opacity:1!important;
}
.suq-home #foundingBoostHome:empty::before{
  content:"✦  FOUNDING CREATOR BOOST";
  grid-column:1/-1;
  display:block;
  color:#efc55f;
  font-size:10px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.10em;
  text-transform:uppercase;
}
.suq-home #foundingBoostHome:empty::after{
  content:"Selling a digital product? Sira may fund a free 5-day Facebook & Instagram promotion for qualifying early Digital Suq creators. Open Digital Suq to check current eligibility.";
  grid-column:1/-1;
  display:block;
  margin-top:2px;
  color:#e8eee9;
  font-size:12px;
  line-height:1.45;
}
