body {
margin: 0;
background: #0F0F10;
color: #EDEDED;
font-family: ‘Montserrat’, sans-serif;
}

.container {
width: 80%;
max-width: 900px;
margin: auto;
padding: 80px 0;
}

.hero {
text-align: center;
margin-bottom: 80px;
}

.hero h1 {
font-family: ‘Playfair Display’, serif;
font-size: 60px;
color: #C6A75E;
letter-spacing: 3px;
margin-bottom: 10px;
}

.hero h2 {
font-weight: 400;
font-size: 24px;
margin-bottom: 20px;
}

.subheadline {
font-size: 18px;
margin: 20px 0;
color: #C6A75E;
}

.description {
font-size: 15px;
line-height: 1.6;
max-width: 600px;
margin: auto;
}

.divider {
width: 120px;
height: 1px;
background: #C6A75E;
margin: 20px auto;
}

.grid {
display: flex;
justify-content: space-between;
gap: 40px;
margin-bottom: 80px;
}

.column {
width: 48%;
}

.column h3 {
font-family: ‘Playfair Display’, serif;
font-weight: 400;
margin-bottom: 20px;
color: #C6A75E;
}

ul {
list-style: none;
padding: 0;
}

ul li {
margin-bottom: 12px;
font-size: 15px;
}

.access {
text-align: center;
margin-bottom: 80px;
}

.access h3 {
font-family: ‘Playfair Display’, serif;
color: #C6A75E;
margin: 20px 0;
}

ol {
padding-left: 0;
list-style-position: inside;
}

ol li {
margin: 10px 0;
}

.cta {
text-align: center;
margin-bottom: 80px;
}

.cta h2 {
font-family: ‘Playfair Display’, serif;
font-weight: 400;
margin-bottom: 30px;
}

.btn {
display: inline-block;
padding: 15px 40px;
border: 1px solid #C6A75E;
color: #C6A75E;
text-decoration: none;
letter-spacing: 1px;
transition: all 0.3s ease;
}

.btn:hover {
background: #C6A75E;
color: #0F0F10;
}

.link {
margin-top: 15px;
font-size: 14px;
color: #999;
}

footer {
text-align: center;
font-size: 12px;
color: #777;
line-height: 1.6;
}