
/*
Theme Name: WinDreams Luxury
Theme URI: https://windreams.ch
Author: WinDreams
Description: Luxury light style theme inspired by Rolex / Ferrari aesthetics
Version: 1.0
License: GPLv2
Text Domain: windreams-luxury
*/

body{
margin:0;
font-family: Inter, Arial, sans-serif;
background:#ffffff;
color:#111111;
}

.header{
position:absolute;
top:0;
left:0;
width:100%;
display:flex;
justify-content:space-between;
align-items:center;
padding:30px 80px;
z-index:10;
}

.logo{
font-size:30px;
font-weight:700;
color:#C6A55C;
}

.nav a{
margin-left:30px;
text-decoration:none;
color:#111111;
font-weight:600;
}

.hero{
height:90vh;
background:url('hero.jpg') center/cover no-repeat;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
position:relative;
}

.overlay{
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(255,255,255,0.65);
}

.hero-content{
position:relative;
z-index:2;
max-width:900px;
}

.hero h1{
font-family: "Playfair Display", serif;
font-size:64px;
margin-bottom:20px;
}

.hero p{
font-size:22px;
margin-bottom:30px;
}

.cta{
background:#C6A55C;
padding:18px 45px;
border-radius:40px;
font-size:20px;
font-weight:600;
text-decoration:none;
color:white;
}

.section{
padding:100px 40px;
max-width:1200px;
margin:auto;
text-align:center;
}

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

.card{
background:#ffffff;
border:1px solid #eee;
padding:40px;
border-radius:16px;
box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.stats{
display:flex;
justify-content:center;
gap:60px;
margin-top:40px;
font-weight:700;
font-size:22px;
color:#C6A55C;
}

footer{
background:#111;
color:white;
text-align:center;
padding:40px;
margin-top:80px;
}
