.aaab-card{
display:flex;
gap:24px;
border:1px solid #eee;
padding:24px;
border-radius:18px;
align-items:center;
margin:30px 0;
background:#fff;
box-shadow:0 4px 18px rgba(0,0,0,.05);
}

.aaab-left img{
width:220px;
max-width:100%;
}

.aaab-right{
flex:1;
}

.aaab-right h3{
font-size:28px;
margin-bottom:16px;
line-height:1.4;
}

.aaab-price{
font-size:34px;
color:#008000;
font-weight:700;
margin-bottom:20px;
}

.aaab-btn{
display:inline-block;
background:#111;
color:#fff;
text-decoration:none;
padding:14px 24px;
border-radius:12px;
font-weight:600;
}

@media(max-width:768px){
.aaab-card{
flex-direction:column;
text-align:center;
}
}
