
body{
font-family:Georgia, serif;
margin:0;
background:#f7f5f2;
color:#1f2937;
line-height:1.7;
}

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

.header{
background:white;
border-bottom:1px solid #ddd;
position:sticky;
top:0;
}

.nav{
display:flex;
justify-content:space-between;
align-items:center;
padding:20px 24px;
}

.brand{
display:flex;
align-items:center;
gap:16px;
}

.logo{
width:44px;
height:44px;
border-radius:50%;
background:#1f2937;
color:white;
display:flex;
align-items:center;
justify-content:center;
font-weight:bold;
}

.name{
font-size:1.2rem;
font-weight:600;
}

.subtitle{
font-size:11px;
letter-spacing:2px;
color:#777;
}

nav a{
margin-left:24px;
text-decoration:none;
color:#555;
}

.hero{
padding:70px 0;
background:linear-gradient(to bottom right,#fff,#f3f4f6);
}

.hero-grid,.about-grid,.expert-grid{
display:grid;
grid-template-columns:1fr 0.85fr;
gap:48px;
align-items:center;
}

h1{
font-size:4rem;
line-height:1.1;
margin-bottom:24px;
}

.lead{
font-size:1.2rem;
max-width:700px;
}

.buttons{
display:flex;
gap:12px;
flex-wrap:wrap;
margin-top:30px;
}

.button{
padding:14px 22px;
border-radius:16px;
text-decoration:none;
display:inline-block;
font-size:15px;
}

.outline{
border:1px solid #bbb;
background:white;
color:#111;
}

.dark{
background:#111827;
color:white;
}

.image-card{
background:white;
padding:16px;
border-radius:28px;
box-shadow:0 8px 22px rgba(0,0,0,0.12);
text-align:center;
}

.image-card img{
width:82%;
max-width:430px;
border-radius:24px;
display:block;
margin:auto;
}

.cards{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
padding:70px 24px;
}

.card{
background:white;
padding:32px;
border-radius:24px;
}

.about{
background:white;
padding:70px 0;
}

.philosophy{
background:#f1f1f1;
padding:32px;
border-radius:24px;
}

.expert{
background:#ece8e1;
padding:70px 0;
}

.contact{
padding:70px 24px;
}

.contact-lines div{
margin-bottom:16px;
}

footer{
background:white;
border-top:1px solid #ddd;
}

.footer{
display:flex;
justify-content:space-between;
padding:24px;
font-size:14px;
color:#666;
}

@media(max-width:900px){
.hero-grid,.about-grid,.expert-grid,.cards{
grid-template-columns:1fr;
}

nav{
display:none;
}

h1{
font-size:42px;
}

.image-card img{
width:100%;
}
}
