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