body{
font-size:18px;
line-height:1.8;
margin:0;
font-family:system-ui,-apple-system,sans-serif;
line-height:1.7;
background:#f8fafc;
color:#1e293b;
}


h1{
font-size:44px;
}

h2{
font-size:28px;
}

.price{
font-size:30px;
font-weight:bold;
margin:12px 0;
}

.container p{
max-width:680px;
}


header{
background:white;
border-bottom:1px solid #e2e8f0;
}



.header-inner{
max-width:1000px;
margin:auto;
display:flex;
justify-content:space-between;
align-items:center;
padding:14px;
}



nav a{
margin-left:16px;
text-decoration:none;
color:#0f172a;
}



.hero{
background:#ecfeff;
padding:60px 20px;
text-align:center;
}



.hero h1{
margin:0;
font-size:40px;
}



.lead{
font-size:18px;
margin-top:10px;
}



.slideshow{
max-width:1000px;
margin:auto;
padding:20px;
}



.slideshow img{
width:100%;
height:420px;
object-fit:cover;
border-radius:14px;
transition:opacity .6s;
}



.container{
max-width:900px;
margin:auto;
padding:30px 20px;
}



.cards{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:16px;
margin-top:20px;
}



.card{
background:white;
padding:18px;
border-radius:12px;
box-shadow:0 5px 20px rgba(0,0,0,.08);
}



.price{
font-size:22px;
font-weight:bold;
}



.note{
margin-top:20px;
}



.map iframe{
width:100%;
height:360px;
border:0;
border-radius:12px;
}



.btn{
display:inline-block;
padding:10px 18px;
background:#16a34a;
color:white;
border-radius:8px;
text-decoration:none;
}



footer{
text-align:center;
padding:40px;
color:#64748b;
}



@media(max-width:700px){

.hero h1{
font-size:32px;
}

.slideshow img{
height:260px;
}

}
