/*
Theme Name: DABS Method Theme
Author: DABS
Version: 1.0
*/

body{
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
margin:0;
background:#f6f7f9;
color:#1c1c1c;
line-height:1.6;
}

.container{
max-width:1100px;
margin:auto;
padding:0 20px;
}

section{
padding:60px 0;
}

h1{
font-size:44px;
line-height:1.2;
margin-bottom:20px;
}

h2{
font-size:28px;
margin-bottom:20px;
}

p{
max-width:750px;
}

.hero{
background:white;
}

.cta-button{
display:inline-block;
margin-top:25px;
padding:14px 24px;
background:#163a5f;
color:white;
text-decoration:none;
border-radius:6px;
font-weight:600;
}

.cta-button:hover{
background:#0f2b47;
}

.method-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:20px;
margin-top:25px;
}

.method-card{
background:white;
border:1px solid #e3e3e3;
padding:20px;
border-radius:6px;
}

ul{
padding-left:20px;
}

footer{
background:white;
border-top:1px solid #ddd;
padding:30px 0;
font-size:14px;
}

footer a{
margin-right:15px;
}