
/* High Flyfe v85 — Rolki i social media */
.v85-proof-intro{
  max-width:700px;
  margin:14px 0 0;
  color:var(--muted,#999);
  line-height:1.65;
}

.v85-reels-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:clamp(16px,2vw,24px);
  margin-top:38px;
  align-items:start;
}

.v85-reel-card{
  min-width:0;
}

.v85-player-shell{
  border-color:rgba(255,255,255,.12);
}

.v85-reel-copy{
  padding-top:14px;
}

.v85-reel-copy h3{
  margin:0 0 5px;
  color:inherit;
  font-size:1.05rem;
  line-height:1.25;
}

.v85-reel-copy p{
  margin:0;
  color:var(--muted,#999);
  font-size:.84rem;
  line-height:1.5;
}

@media(max-width:920px){
  .v85-reels-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px 20px;
  }
}

@media(max-width:560px){
  .v85-reels-grid{
    display:flex;
    overflow-x:auto;
    gap:14px;
    margin-right:-14px;
    padding-right:14px;
    padding-bottom:10px;
    scroll-snap-type:x mandatory;
    scrollbar-width:none;
  }

  .v85-reels-grid::-webkit-scrollbar{display:none}

  .v85-reel-card{
    flex:0 0 min(78vw,300px);
    scroll-snap-align:start;
  }
}
