.llp-top-benefits{.llp-hero{.llp-categories{
  max-width:1200px;
  margin:0 auto 28px;
}

.llp-categories h2{
  font-size:28px;
  margin:0 0 18px;
  color:#111827;
}

.llp-cards{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.llp-card{
  display:block;
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:22px 18px;
  text-decoration:none;
  transition:.2s ease;
}

.llp-card strong{
  display:block;
  color:#111827;
  font-size:18px;
  margin-bottom:8px;
}

.llp-card span{
  color:#6b7280;
  font-size:14px;
  line-height:1.5;
}

.llp-card:hover{
  transform:translateY(-2px);
  box-shadow:0 8px 24px rgba(0,0,0,.08);
}

@media (max-width: 900px){
  .llp-cards{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width: 520px){
  .llp-cards{
    grid-template-columns:1fr;
  }
}
  max-width:1200px;
  margin:0 auto 24px;
  padding:42px 24px;
  border-radius:16px;
  background:linear-gradient(135deg,#1f2937,#111827);
  color:#fff;
}

.llp-hero-content{
  max-width:760px;
}

.llp-badge{
  display:inline-block;
  background:#f59e0b;
  color:#111;
  font-weight:700;
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  margin-bottom:14px;
}

.llp-hero h1{
  font-size:34px;
  line-height:1.15;
  margin:0 0 14px;
  color:#fff;
}

.llp-hero p{
  font-size:16px;
  line-height:1.6;
  margin:0 0 22px;
  color:#e5e7eb;
}

.llp-hero-buttons{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.llp-btn{
  text-decoration:none;
  padding:12px 18px;
  border-radius:10px;
  font-weight:700;
  display:inline-block;
}

.llp-btn-primary{
  background:#f59e0b;
  color:#111;
}

.llp-btn-secondary{
  background:transparent;
  color:#fff;
  border:1px solid rgba(255,255,255,.35);
}

@media (max-width:768px){
  .llp-hero{
    padding:28px 18px;
  }

  .llp-hero h1{
    font-size:26px;
  }

  .llp-hero p{
    font-size:15px;
  }
}
  display:flex;
  justify-content:center;
  gap:18px;
  flex-wrap:wrap;
  background:#111;
  color:#fff;
  padding:10px 14px;
  font-size:14px;
  font-weight:600;
  border-radius:8px;
  margin:12px auto 18px;
  max-width:1200px;
}

.llp-benefit{
  white-space:nowrap;
}

@media (max-width: 768px){
  .llp-top-benefits{
    font-size:13px;
    gap:10px;
    padding:10px;
  }
}
.llp-brands{
  max-width:1200px;
  margin:0 auto 28px;
  text-align:center;
}

.llp-brands h2{
  font-size:28px;
  margin:0 0 18px;
  color:#111827;
}

.llp-brand-list{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
}

.llp-brand-list span{
  background:#f3f4f6;
  color:#111827;
  padding:10px 14px;
  border-radius:999px;
  font-weight:700;
  font-size:14px;
}
.llp-why-buy{
  max-width:1200px;
  margin:0 auto 28px;
}

.llp-why-buy h2{
  font-size:28px;
  margin:0 0 18px;
  color:#111827;
}

.llp-why-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}

.llp-why-item{
  background:#fff;
  border:1px solid #e5e7eb;
  border-radius:14px;
  padding:22px 18px;
}

.llp-why-item strong{
  display:block;
  margin-bottom:8px;
  font-size:17px;
  color:#111827;
}

.llp-why-item p{
  margin:0;
  color:#6b7280;
  line-height:1.6;
  font-size:14px;
}

@media (max-width:900px){
  .llp-why-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:520px){
  .llp-why-grid{
    grid-template-columns:1fr;
  }
}