
.ppc-wrapper{
overflow:hidden;
padding:20px 0;
}

.ppc-track{
display:flex;
gap:24px;
overflow-x:auto;
padding:10px 5vw 30px;
scroll-snap-type:x mandatory;
}

.ppc-track::-webkit-scrollbar{
height:8px;
}

.ppc-card{
min-width:340px;
max-width:340px;
background:#fff;
border-radius:24px;
overflow:hidden;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
flex-shrink:0;
scroll-snap-align:start;
}

.ppc-image{
height:220px;
position:relative;
}

.ppc-image img{
width:100%;
height:100%;
object-fit:cover;
}

.ppc-badge{
position:absolute;
top:14px;
right:14px;
background:#111;
color:#fff;
padding:8px 12px;
border-radius:999px;
font-size:12px;
font-weight:700;
}

.ppc-content{
padding:24px;
}

.ppc-brand{
display:flex;
align-items:center;
gap:12px;
margin-bottom:18px;
}

.ppc-brand img{
width:28px;
height:28px;
object-fit:contain;
}

.ppc-brand span{
font-size:14px;
font-weight:700;
}

.ppc-content h3{
font-size:24px;
margin:0 0 14px;
}

.ppc-content p{
line-height:1.7;
color:#666;
margin-bottom:20px;
}

.ppc-btn{
display:inline-block;
padding:12px 18px;
background:#111;
color:#fff;
text-decoration:none;
border-radius:12px;
font-weight:700;
}

@media(max-width:768px){
.ppc-card{
min-width:82%;
max-width:82%;
}
}
