body{
    margin:0;
    font-family:Arial, sans-serif;
    background:#faf8f4;
    color:#333;
}

/* MENÜ */

nav{
    display:flex;
    justify-content:center;
    gap:30px;
    padding:20px;
    background:#ffffff;
    border-bottom:1px solid #e5e5e5;
    position:sticky;
    top:0;
    z-index:1000;
}

nav a{
    text-decoration:none;
    color:#666;
    font-weight:600;
    transition:0.3s;
}

nav a:hover{
    color:#8b7355;
}

/* FEJLÉC */

header{
    text-align:center;
    max-width:1000px;
    margin:auto;
    padding:60px 20px;
}

header img{
    max-width:420px;
    width:100%;
    height:auto;
    margin-bottom:20px;
}

header h1{
    font-size:48px;
    margin:20px 0 10px;
    color:#3b342d;
}

header h2{
    font-size:24px;
    color:#8b7355;
    margin-bottom:20px;
}

header p{
    max-width:800px;
    margin:auto;
    color:#666;
    line-height:1.8;
    font-size:18px;
}

/* GOMBOK */

.btn{
    display:inline-block;
    padding:14px 30px;
    border-radius:40px;
    background:#cbbba0;
    color:white;
    text-decoration:none;
    margin-top:25px;
    transition:0.3s;
}

.btn:hover{
    transform:translateY(-2px);
    opacity:0.95;
}

/* SZOLGÁLTATÁSOK */

.services{
    max-width:1200px;
    margin:70px auto;
    padding:0 20px;
}

.grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.card{
    background:white;
    padding:40px 25px;
    border-radius:20px;
    text-align:center;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    transition:all .3s ease;
}

.card:hover{
    transform:translateY(-8px);
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

.card h3{
    margin-top:15px;
    margin-bottom:0;
    color:#3b342d;
    font-size:22px;
}

/* RÓLUNK OLDAL */

.container{
    max-width:1100px;
    margin:auto;
    padding:60px 20px;
}

.container h1{
    text-align:center;
    font-size:42px;
    color:#3b342d;
    margin-bottom:30px;
}

.container h2{
    color:#8b7355;
    margin-top:40px;
    margin-bottom:15px;
}

.container p{
    line-height:1.9;
    color:#555;
    font-size:18px;
}

.container ul{
    padding-left:25px;
}

.container li{
    margin-bottom:12px;
    font-size:18px;
    color:#555;
}

/* REFERENCIÁK */

.reference-preview{
    max-width:1200px;
    margin:90px auto;
    padding:0 20px;
    text-align:center;
}

.reference-preview h2{
    font-size:36px;
    color:#3b342d;
    margin-bottom:30px;
}

.reference-preview img{
    width:100%;
    border-radius:20px;
    box-shadow:0 15px 35px rgba(0,0,0,0.12);
}

/* FOOTER */

footer{
    text-align:center;
    padding:40px 20px;
    background:#f2eee7;
    margin-top:80px;
    color:#555;
    line-height:1.8;
}

/* HÍVÁS GOMB */

.call{
    position:fixed;
    bottom:20px;
    right:20px;
    background:#8b7355;
    color:white;
    text-decoration:none;
    padding:15px 25px;
    border-radius:50px;
    box-shadow:0 5px 15px rgba(0,0,0,0.2);
    transition:0.3s;
}

.call:hover{
    transform:translateY(-3px);
}

/* GÖRGETÉS */

html{
    scroll-behavior:smooth;
}

/* MOBIL */

@media(max-width:900px){

    .grid{
        grid-template-columns:repeat(2,1fr);
    }

    header h1{
        font-size:38px;
    }

    header img{
        max-width:320px;
    }
}

@media(max-width:600px){

    nav{
        flex-wrap:wrap;
        gap:15px;
    }

    .grid{
        grid-template-columns:1fr;
    }

    header h1{
        font-size:30px;
    }

    header h2{
        font-size:20px;
    }

    header img{
        max-width:260px;
    }

    .container h1{
        font-size:32px;
    }
}
.container{
    max-width:1000px;
    margin:60px auto;
    padding:0 20px;
    line-height:1.8;
}

.container h1{
    text-align:center;
    color:#3b342d;
    margin-bottom:40px;
}

.container h2{
    color:#8b7355;
    margin-top:40px;
}

.container p{
    color:#555;
}
css
.container{
    max-width:900px;
    margin:60px auto;
    padding:40px;
    background:#ffffff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

form{
    margin-top:30px;
}

form input,
form select,
form textarea{
    width:100%;
    padding:15px;
    border:1px solid #ddd;
    border-radius:12px;
    font-size:16px;
    box-sizing:border-box;
}

form textarea{
    resize:vertical;
}
.container{
    max-width:1000px;
    margin:60px auto;
    padding:50px;
    background:#fff;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.container h1{
    text-align:center;
    margin-bottom:40px;
    color:#3b342d;
}

.container h2{
    color:#8b7355;
    margin-top:40px;
}

