body{
margin:0;
font-family:Inter, sans-serif;
background:#0a0a0a;
color:white;
}

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

.call-btn{
display:inline-flex;
align-items:center;
justify-content:center;
background:#c9a227;
color:black;
padding:10px 18px;
border-radius:20px;
text-decoration:none;
font-weight:bold;
}

.cta{
display:inline-flex;
align-items:center;
justify-content:center;
background:#c9a227;
color:black;
padding:14px 28px;
border-radius:25px;
text-decoration:none;
font-weight:bold;
transition:all .3s ease;
}

.cta:hover{
transform:translateY(-2px);
}

.whatsapp-float{
position:fixed;
right:25px;
bottom:25px;
display:inline-flex;
align-items:center;
justify-content:center;
background:#25D366;
color:white;
padding:14px 20px;
border-radius:30px;
text-decoration:none;
font-weight:bold;
box-shadow:0 5px 20px rgba(0,0,0,0.3);
z-index:1001;
}

.cookie-banner{
position:fixed;
left:24px;
right:24px;
bottom:24px;
display:flex;
justify-content:space-between;
align-items:flex-end;
gap:24px;
padding:22px 24px;
background:rgba(12,12,12,0.96);
border:1px solid rgba(201,162,39,0.28);
border-radius:18px;
box-shadow:0 20px 50px rgba(0,0,0,0.45);
z-index:2000;
backdrop-filter:blur(10px);
}

.cookie-banner__content{
max-width:760px;
}

.cookie-banner__title{
margin:0 0 8px;
font-family:'Playfair Display', serif;
font-size:28px;
color:white;
}

.cookie-banner__text{
margin:0;
color:#c9c9c9;
line-height:1.7;
}

.cookie-banner__text--small{
margin-top:10px;
font-size:14px;
}

.cookie-banner__text--small a{
color:#e0e0e0;
}

.cookie-banner__text--small a:hover{
color:#c9a227;
}

.cookie-banner__actions{
display:flex;
gap:12px;
flex-wrap:wrap;
justify-content:flex-end;
}

.cookie-banner__btn{
border:none;
border-radius:999px;
padding:12px 18px;
font-weight:700;
font-size:14px;
cursor:pointer;
}

.cookie-banner__btn--ghost{
background:#1b1b1b;
color:#f0f0f0;
border:1px solid #303030;
}

.cookie-banner__btn--primary{
background:#c9a227;
color:#0b0b0b;
}

.consent-embed{
position:relative;
max-width:1100px;
margin:0 auto;
}

.consent-placeholder{
display:none;
min-height:400px;
padding:32px;
background:#121212;
border:1px solid #272727;
border-radius:18px;
align-items:center;
justify-content:center;
flex-direction:column;
text-align:center;
}

.consent-placeholder h3{
margin:0 0 12px;
font-family:'Playfair Display', serif;
font-size:32px;
color:white;
}

.consent-placeholder p{
max-width:620px;
margin:0 0 18px;
color:#c9c9c9;
line-height:1.7;
}

.consent-placeholder a{
display:inline-flex;
align-items:center;
justify-content:center;
padding:12px 18px;
border-radius:999px;
background:#c9a227;
color:#0a0a0a;
text-decoration:none;
font-weight:700;
}

@media (max-width: 768px){
.cookie-banner{
left:16px;
right:16px;
bottom:16px;
padding:18px;
flex-direction:column;
align-items:flex-start;
}

.cookie-banner__title{
font-size:24px;
}

.cookie-banner__actions{
width:100%;
justify-content:flex-start;
}
}
