*{

margin:0;

padding:0;

box-sizing:border-box;

}

body{

font-family:'Poppins',sans-serif;

background:#f4f6f9;

color:#222;

line-height:1.6;

}

header{

background:#1f2937;

padding:50px 20px;

text-align:center;

color:#fff;

}

header h1{

font-size:45px;

font-weight:700;

}

header span{

color:#22c55e;

}

header p{

margin-top:15px;

font-size:18px;

}

.butoane{

margin-top:25px;

}

.telefon,

.whatsapp{

display:inline-block;

padding:14px 28px;

margin:8px;

border-radius:10px;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.telefon{

background:#2563eb;

color:#fff;

}

.telefon:hover{

background:#1d4ed8;

}

.whatsapp{

background:#22c55e;

color:#fff;

}

.whatsapp:hover{

background:#16a34a;

}

.hero{

background:#fff;

padding:60px 20px;

text-align:center;

}

.hero h2{

font-size:42px;

margin-bottom:15px;

}

.hero p{

font-size:18px;

margin-bottom:20px;

}

.hero h3{

font-size:34px;

color:#16a34a;

}

section{

max-width:1200px;

margin:30px auto;

background:#fff;

padding:35px;

border-radius:15px;

box-shadow:0 8px 25px rgba(0,0,0,.08);

}

section h2{

font-size:32px;

margin-bottom:25px;

text-align:center;

}

.avantaje{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(250px,1fr));

gap:20px;

}

.avantaje div{

background:#f8fafc;

padding:18px;

border-radius:10px;

font-weight:600;

text-align:center;

}

.galerie{

display:grid;

grid-template-columns:repeat(auto-fit,minmax(280px,1fr));

gap:20px;

}

.galerie img{

width:100%;

border-radius:12px;

transition:.35s;

cursor:pointer;

box-shadow:0 5px 15px rgba(0,0,0,.15);

}

.galerie img:hover{

transform:scale(1.05);

}

input,

select,

textarea{

width:100%;

padding:14px;

margin:12px 0;

border:1px solid #d1d5db;

border-radius:10px;

font-size:16px;

outline:none;

}

input:focus,

select:focus,

textarea:focus{

border-color:#16a34a;

}

label{

display:block;

margin:12px 0;

font-weight:500;

}

button{

width:100%;

padding:16px;

background:#16a34a;

color:#fff;

font-size:18px;

font-weight:700;

border:none;

border-radius:12px;

cursor:pointer;

transition:.3s;

margin-top:20px;

}

button:hover{

background:#15803d;

}

#pretFinal{

background:#dcfce7;

padding:20px;

border-radius:12px;

font-size:30px;

font-weight:bold;

color:#15803d;

text-align:center;

margin:25px 0;

}

.recenzie{

background:#f8fafc;

padding:20px;

margin:20px 0;

border-left:5px solid #22c55e;

border-radius:10px;

}

.recenzie strong{

display:block;

margin-top:10px;

}

#contact p{

margin:10px 0;

font-size:18px;

}

footer{

background:#111827;

color:#fff;

text-align:center;

padding:30px;

margin-top:40px;

}

footer p{

font-size:15px;

}

@media(max-width:768px){

header h1{

font-size:32px;

}

.hero h2{

font-size:28px;

}

.hero h3{

font-size:24px;

}

section{

margin:15px;

padding:20px;

}

section h2{

font-size:26px;

}

.galerie{

grid-template-columns:1fr;

}

.telefon,

.whatsapp{

display:block;

width:100%;

max-width:260px;

margin:10px auto;

text-align:center;

}

button{

font-size:17px;

}

#pretFinal{

font-size:24px;

}

}
