/* ===================================
   MARUWATA RETURN & EXCHANGE POLICY
=================================== */


.maruwata-return{

font-family:'Poppins',Arial,sans-serif;

background:#f7f9fc;

color:#444;

}




.return-container{

width:90%;

max-width:1200px;

margin:auto;

}




/* HERO */


.return-hero{


background:linear-gradient(135deg,#08a8e8,#0066cc);

padding:90px 20px;

text-align:center;

color:white;


}



.return-hero h1{


font-size:45px;

font-weight:700;

margin-bottom:15px;


}



.return-hero p{


font-size:18px;


}





/* CONTENT */


.return-section{


padding:70px 0;


}




.return-card{


background:white;

padding:50px;

border-radius:20px;


box-shadow:

0 10px 35px rgba(0,0,0,.08);


}





.effective-date{


background:#eef8ff;

border-left:5px solid #08a8e8;

padding:15px 20px;

border-radius:8px;

margin-bottom:30px;


}







.return-card p{


font-size:16px;

line-height:1.8;

margin-bottom:20px;


}




.return-card h2{


font-size:28px;

color:#222;

margin-top:45px;

margin-bottom:20px;


padding-bottom:12px;

border-bottom:1px solid #eee;


}





.return-card h2 i{


color:#08a8e8;

margin-right:10px;


}




.return-card ul{


padding-left:25px;

margin-bottom:25px;


}



.return-card li{


margin-bottom:12px;

line-height:1.7;


}





.return-contact{


background:#f8f9fc;

padding:25px;

border-radius:15px;

border:1px solid #eee;


}




.return-contact h3{


color:#08a8e8;

font-size:22px;


}







@media(max-width:768px){



.return-card{

padding:25px;

}



.return-hero h1{

font-size:34px;

}



.return-card h2{

font-size:22px;

}


}