*{
margin:0;
padding:0;
box-sizing:border-box;
font-family:Arial,sans-serif;
}

html{
scroll-behavior:smooth;
}

body{
background:#f5f5f5;
color:#222;
line-height:1.6;
}

header{
background:#111;
color:#fff;
padding:25px 20px;
text-align:center;
}

header h1{
font-size:34px;
margin-bottom:10px;
}

header p{
font-size:20px;
color:#e53935;
font-weight:bold;
}

.container{
width:90%;
max-width:1200px;
margin:auto;
}

section{
    padding:35px 20px;
}

h2{
font-size:34px;
margin-bottom:20px;
text-align:center;
color:#c62828;
}

.btn{
display:inline-block;
padding:16px 30px;
background:#d32f2f;
color:#fff;
text-decoration:none;
border-radius:8px;
font-size:20px;
font-weight:bold;
transition:.3s;
}

.btn:hover{
background:#b71c1c;
}
section img{
  width:100%;
  max-width:900px;
  display:block;
  margin:25px auto;
  border-radius:16px;
  box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

section{
  padding:70px 20px;
}

h2{
  text-align:center;
  font-size:42px;
  color:#c62828;
  margin-bottom:30px;
}

.container{
  max-width:1200px;
  margin:auto;
}
.whatsapp{
    position:fixed;
    bottom:90px;
    right:20px;
    width:65px;
    height:65px;
    background:#25D366;
    color:#fff;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:34px;
    box-shadow:0 8px 20px rgba(0,0,0,.3);
    z-index:9999;
    transition:.3s;
}

.whatsapp:hover{
    transform:scale(1.1);
}
form{
max-width:600px;
margin:auto;
}

input,
textarea{
width:100%;
padding:15px;
margin:10px 0;
border:1px solid #ddd;
border-radius:10px;
font-size:16px;
}

textarea{
height:140px;
resize:none;
}

button{
border:none;
cursor:pointer;
width:100%;
}
form{
display:flex;
flex-direction:column;
gap:15px;
}

form input,
form textarea,
form button{
width:100%;
display:block;
box-sizing:border-box;
}

form button{
margin-top:10px;
}

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

.gallery img{
width:100%;
border-radius:12px;
cursor:pointer;
transition:.3s;
box-shadow:0 5px 15px rgba(0,0,0,.15);
}

.gallery img:hover{
transform:scale(1.03);
}
.gallery{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:20px;
margin-top:30px;
}

.gallery img{
width:100%;
height:260px;
object-fit:cover;
border-radius:12px;
cursor:pointer;
transition:0.3s;
box-shadow:0 5px 15px rgba(0,0,0,0.15);
}

.gallery img:hover{
transform:scale(1.03);
}
.logo{
    display:block;
    width:520px;
    max-width:100%;
    margin:0 auto;
}
}
