
/*
Theme Name: Emerald Style Luxury
Theme URI: https://emeraldstyle.com.co
Author: Emerald Style
Description: Luxury boutique theme for Emerald Style with boutique, emerald jewelry and ABBA bar sections.
Version: 1.0
License: GPL2
*/

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

a{
color:#00ffa6;
text-decoration:none;
}

header{
background:#000;
padding:20px 40px;
display:flex;
justify-content:space-between;
align-items:center;
border-bottom:1px solid #222;
}

.logo{
font-size:22px;
letter-spacing:3px;
color:#00ffa6;
font-weight:600;
}

nav a{
margin-left:20px;
color:white;
}

.hero{
height:90vh;
display:flex;
align-items:center;
justify-content:center;
text-align:center;
background-size:cover;
background-position:center;
position:relative;
}

.hero-overlay{
position:absolute;
width:100%;
height:100%;
background:rgba(0,0,0,0.7);
}

.hero-content{
position:relative;
max-width:800px;
}

.hero h1{
font-size:64px;
color:#00ffa6;
letter-spacing:4px;
}

.btn{
display:inline-block;
padding:14px 30px;
margin:10px;
border:1px solid #00ffa6;
border-radius:30px;
color:#00ffa6;
}

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

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

.card{
background:#111;
padding:30px;
border:1px solid #222;
border-radius:10px;
text-align:center;
}

footer{
padding:40px;
text-align:center;
background:#000;
border-top:1px solid #222;
margin-top:80px;
}
