.ldntophero{
    margin-top:50px;
    margin-bottom:50px;
        animation: fadeUp 0.6s 0s ease both;

}
@media only screen and (min-width: 992px) {
.ldntophero{
     margin-top:80px;
display:flex;
align-items:center;
}
.ldntophero .herocnt{
width: 54%;
flex-shrink:0;
flex-grow:0;
margin-right:1%
}
.ldntophero .imgbogr{
width: 45%;
flex-shrink:0;
flex-grow:0;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
    animation: fadeUp 0.6s 0.5s ease both;
}
.ldntophero .imgbogr figure{
width: calc(50% - 5px);
height: 200px;
margin-bottom:10px
}
.ldntophero .imgbogr figure img{
width: 100%;
height: 100%;
object-fit:cover;
border-radius:8px
}
}
@media only screen and (max-width: 991px) {
.ldntophero .herocnt{
margin-bottom:40px
}
.ldntophero .imgbogr{
display:flex;
justify-content:space-between;
}
.ldntophero .imgbogr figure{
width: calc(25% - 5px);
height: 140px;
margin-bottom:10px
}
.ldntophero .imgbogr figure img{
width: 100%;
height: 100%;
object-fit:cover;
border-radius:8px
}
}

.lddsect{
margin-bottom:300px

}
 
.ldnfaq{
margin-bottom:300px
}
.ldnfaq .intro{
text-align:center;
margin-bottom:60px
}

 
 

.lngsbbsj .frontpagesignup,
body.dark .lngsbbsj .frontpagesignup{
background:none;
padding: 0;


}
.lngsbbsj .frontpagesignup .singform{
background:#f0f4ff
}
body.dark .lngsbbsj .frontpagesignup .singform{

background:#0b2052
}



  .hero-rewards {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 36px;
    padding: 16px 22px;
    background: rgba(255,204,0,0.12);
    border: 1px solid rgba(255,204,0,0.5);
    border-radius: 12px;
    width: fit-content;
    animation: fadeUp 0.2s 0.3s ease both;
  }
  body.dark  .hero-rewards {
    background: rgba(255,204,0,0.25);
    border: 1px solid rgba(255,204,0,0.5);
  }

  .reward-pill {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
   /* color: rgba(240,237,232,0.85);*/
    font-weight: 300;
  }

  .reward-pill strong {  font-weight: 600; }
  .reward-emoji { font-size: 1.1rem; }

  .reward-divider {
    width: 1px;
    height: 20px;
    background: rgba(255,204,0,0.25);
  }

  .reward-note {
    font-size: 0.75rem;
 
    font-style: italic;
    padding-left: 4px;
  }

    @keyframes fadeUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }
 

      /* SECTIONS */
 
 

  h2 {
 
    font-weight: 700;
    font-size: clamp(2rem, 4vw, 3.2rem);
    letter-spacing: -0.025em;
    line-height: 1.1;
    margin-bottom: 20px;
  }

  .section-text {
    font-size: 1.05rem;
    
    max-width: 600px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 1.8;
  }

  /* WHY BREAQS */
  .why-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    
 
    border-radius: 12px;
    overflow: hidden;
    margin-top: 60px;
  }

  .why-card {
    background: #f6f6f9;
    padding: 44px 40px;
  
  }
body.dark .why-card {
    background: #0b2052;
}

  .whyinto{
    padding-left:40px
  }
  @media only screen and (max-width: 991px) {
      .whyinto{
    padding:0 20px
  }
}
   .why-card i {
    
    font-size: 2.4rem;
    margin-bottom: 18px;
    display: block;
    opacity: .3; 
  }

  .why-card h3 {
   
    
    font-size: 1.4rem;
    margin-bottom: 12px;
 
  }

  .why-card p {
    font-size: 0.95rem;
 
 
    line-height: 1.7;
  }


   /* SPLIT SECTIONS (seller/buyer) */
  .split-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
 
 
    margin: 0 auto 4px;
    max-width: 1200px;
  }

  .split-panel {
 
    padding: 64px 56px;
    position: relative;
   
  }

 
 
 

  .split-panel h2 {
    font-size: clamp(1.6rem, 3vw, 2.4rem);
    margin-bottom: 18px;
  }

  .split-panel p { margin-bottom: 36px; 

 
    font-size: 1.05rem;
    
    max-width: 600px;
    font-weight: 300;
    margin-bottom: 40px;
    line-height: 1.8;
 

}

 
   
.shortbbx{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
box-sizing:border-box;
padding: 0 0 0 0;
 
 background:#f0f4ff
}
body.dark  .shortbbx{

background:#0b2052
}
@media only screen and (max-width: 991px) {
.shortbbx{
 
  padding:30px 0

}

}
.shortbbx .itmmx{
padding:20px 50px 20px 20px;

line-height:1;
 
}
body.dark  .shortbbx .itmmx{

 
}

.shortbbx .itmmx:last-child{

}
.shortbbx .itmmx .itmnintr{
font-size:1.6rem;
font-weight:600;
margin-bottom:15px
}
.shortbbx .itmmx .timsho{
font-size:.925rem;
opacity:.6
}
@media only screen and (max-width: 991px) {
.shortbbx .itmmx{
padding:10px 10px 10px 10px;

}
.shortbbx .itmmx .itmnintr{
font-size:1.2rem;
font-weight:600;
margin-bottom:15px
}
.shortbbx .itmmx .timsho{
font-size:.825rem; 
}
}

 

    /* RESPONSIVE */
  @media (max-width: 900px) {
   
    section { padding: 70px 24px; }
    .why-grid { grid-template-columns: 1fr; }
    .split-section { grid-template-columns: 1fr; }
    .split-panel { padding: 44px 28px; }
 
 
    
  }
 