body{
font-family: 'Inter', sans-serif;
margin:0;
background:#f7f7f7;
color:#333;
line-height:1.6;
}

.hero{
background:linear-gradient(135deg,#333,#555);
color:white;
text-align:center;
padding:80px 20px;
}

.hero h1{
font-size:48px;
margin-bottom:10px;
}

.subtitle{
font-size:20px;
opacity:0.9;
}

section{
max-width:900px;
margin:30px auto;
padding:40px;
background:white;
border-radius:10px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

h2{
margin-top:0;
}

.details{
display:flex;
gap:30px;
flex-wrap:wrap;
}

.detail-box{
flex:1;
background:#fafafa;
padding:20px;
border-radius:8px;
}

.button{
display:inline-block;
background:#0077cc;
color:white;
padding:12px 20px;
border-radius:6px;
text-decoration:none;
margin-top:10px;
}

.button:hover{
background:#005fa3;
}

.calendar-buttons{
display:flex;
gap:15px;
flex-wrap:wrap;
margin-top:10px;
}

.big{
font-size:18px;
padding:15px 30px;
}

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

.gallery img{
width:100%;
border-radius:8px;
}

.map iframe{
width:100%;
height:350px;
border:0;
border-radius:8px;
}

.qr{
margin-top:30px;
text-align:center;
}

.qr img{
width:150px;
margin-top:10px;
}

.url{
font-weight:600;
margin-top:10px;
}

.signature{
font-size:20px;
font-weight:600;
}

footer{
text-align:center;
padding:30px;
color:#666;
}

.countdown{
text-align:center;
}

#countdown{
display:flex;
justify-content:center;
gap:25px;
margin-top:20px;
flex-wrap:wrap;
}

#countdown div{
background:#fafafa;
padding:20px;
border-radius:8px;
min-width:80px;
}

#countdown span{
font-size:32px;
font-weight:600;
display:block;
}

#countdown small{
color:#666;
}