 body{
font-family:Arial, sans-serif;
margin:0;
padding:0;
background:#f4f4f4;
color:#333;
}

.wrapper{
max-width:1000px;
margin:auto;
background:#fff;
padding:20px;
}

h1{
text-align:center;
margin-bottom:20px;
}

h2{
text-align:center;
margin:30px 0 20px 0;
}

.present{
text-align:center;
margin-bottom:40px;
}

.product img{
max-width:260px;
display:block;
margin:auto;
}


/* BENEFITS */

.benefit-grid{
display:flex;
gap:20px;
margin-top:20px;
}

.benefit-item{
flex:1;
text-align:center;
}

.benefit-item img{
width:70px;
margin-bottom:10px;
}


/* RESULTS (LAS 3 IMÁGENES GRANDES) */

.results{
display:flex;
gap:20px;
margin:30px 0;
}

.results img{
flex:1;
width:100%;
max-width:100%;
height:auto;
border-radius:8px;
object-fit:cover;
}


/* DOCTOR SECTION */

.doctor{
display:flex;
gap:20px;
align-items:center;
margin:40px 0;
}

.doctor img{
width:120px;
border-radius:8px;
}


/* CHECK LIST */

.doctor ul{
list-style:none;
padding:0;
}

.doctor li{
display:flex;
align-items:center;
gap:12px;
margin-bottom:14px;
font-weight:500;
}

/* REVIEWS */

.reviews{
display:flex;
gap:20px;
margin-top:20px;
}

.review{
flex:1;
text-align:center;
}

.review img{
width:70px;
height:70px;
border-radius:50%;
object-fit:cover;
margin-bottom:10px;
}


/* ORDER FORM */

.order{
background:#fafafa;
padding:20px;
border:1px solid #ddd;
margin-top:40px;
}

.order input{
display:block;
width:100%;
padding:12px;
margin-bottom:10px;
border:1px solid #ccc;
border-radius:4px;
}

.order button{
background:#27ae60;
color:#fff;
border:none;
padding:14px;
width:100%;
font-size:18px;
cursor:pointer;
border-radius:4px;
}

.order button:hover{
background:#219150;
}


/* FOOTER */

footer{
margin-top:40px;
font-size:12px;
text-align:center;
color:#666;
}


/* MOBILE */

@media (max-width:768px){

.benefit-grid{
flex-direction:column;
}

.results{
flex-direction:column;
}

.results img{
width:100%;
}

.reviews{
flex-direction:column;
}

.doctor{
flex-direction:column;
text-align:center;
}

}
.doctor ul{
list-style:none;
padding:0;
margin-top:15px;
}

.doctor li{
display:flex;
align-items:center;
gap:10px;
margin-bottom:10px;
font-size:16px;
}

.doctor li img{
width:18px;
height:18px;
}
.doctor li{
display:flex;
align-items:center;
gap:10px;
margin-bottom:14px;
font-weight:500;
}

.doctor li::before{
content:"✔";
color:#2ecc71;
font-size:22px;
font-weight:bold;
margin-right:8px;
}