body{
font-family:'Poppins',sans-serif;
margin:0;
background:#f4f6f8;
color:#333;
}

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

.header{
background:#b71c1c;
color:white;
}

.logo{
margin:0;
}

.menu{
margin-top:10px;
}

.menu a{
color:white;
margin-right:15px;
text-decoration:none;
font-weight:500;
}

.hero{
background:linear-gradient(rgba(0,0,0,0.45),rgba(0,0,0,0.45)), url("img/resegone.jpeg");
background-size:cover;
background-position:center;
color:white;
padding:160px 20px;
text-align:center;
}

.hero h2{
font-size:48px;
margin-bottom:20px;
}

.hero p{
font-size:18px;
max-width:700px;
margin:auto;
}

.section{
background:white;
padding:60px 20px;
text-align:center;
}

.cards{
padding:60px 20px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.card{
background:white;
padding:30px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.1);
}

.btn{
display:inline-block;
background:white;
color:#b71c1c;
padding:12px 25px;
border-radius:6px;
text-decoration:none;
font-weight:600;
margin-top:20px;
}

.btn-small{
display:inline-block;
background:#b71c1c;
color:white;
padding:10px 20px;
border-radius:6px;
text-decoration:none;
margin-top:10px;
}

.cta{
background:#222;
color:white;
text-align:center;
padding:70px 20px;
}

footer{
background:#111;
color:white;
text-align:center;
padding:25px;
}

/* PAGINE INTERNE */

.page{
max-width:1000px;
margin:40px auto;
padding:40px 20px;
background:white;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.page h2{
text-align:center;
margin-bottom:30px;
}

.page p{
line-height:1.6;
margin-bottom:15px;
}

/* BOTTONI */

.btn{
display:inline-block;
background:white;
color:#b71c1c;
padding:12px 25px;
border-radius:6px;
text-decoration:none;
font-weight:600;
margin-top:20px;
}

.btn:hover{
opacity:0.9;
}

.paypal{
display:inline-block;
background:#0070ba;
color:white;
padding:15px 25px;
border-radius:8px;
text-decoration:none;
font-weight:bold;
margin-top:20px;
}

/* MAPPA */

iframe{
border-radius:12px;
margin-top:20px;
}


/* EVENTI - PAGINA DETTAGLIO */

.section{
padding:80px 20px;
}

.section .container{
max-width:800px;
margin:auto;
background:white;
padding:40px;
border-radius:12px;
box-shadow:0 10px 30px rgba(0,0,0,0.1);
}

.section h2{
font-size:34px;
margin-bottom:20px;
text-align:center;
}

.section p{
font-size:18px;
line-height:1.7;
margin-bottom:18px;
color:#444;
}

/* DATA EVENTO */
.section p b{
color:#b71c1c;
font-size:18px;
}

/* SPAZIO TRA PARAGRAFI */
.section p + p{
margin-top:10px;
}

.section h2::after{
content:"";
display:block;
width:60px;
height:3px;
background:#b71c1c;
margin:15px auto;
border-radius:2px;
}


.section{
animation:fadeIn 0.6s ease;
}

@keyframes fadeIn{
from{
opacity:0;
transform:translateY(20px);
}
to{
opacity:1;
transform:translateY(0);
}
}
.social{
color:white;
text-decoration:none;
font-weight:500;
}

.social:visited{
color:white;
}

.social:hover{
opacity:0.8;
}
