body { margin: 0; padding: 0; background-color: #0d0d0d; color: #e0e0e0; font-family: 'Lora', serif; line-height: 1.6; }
h1, h2, h3 { font-family: 'Cinzel', serif; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: #ffffff; }
header { text-align: center; padding: 100px 20px; background: linear-gradient(to bottom, #1a1a1a, #0d0d0d); border-bottom: 1px solid #333; }
header h1 { font-size: 3rem; margin-bottom: 10px; }
.tagline { font-size: 1.2rem; color: #999; font-style: italic; }
main { max-width: 1000px; margin: 0 auto; padding: 40px 20px; }
section { margin-bottom: 60px; text-align: center; }
.intro p { font-size: 1.1rem; max-width: 700px; margin: 0 auto; }
.tier-container { display: flex; flex-wrap: wrap; gap: 20px; justify-content: center; margin-top: 40px; }
.tier { background-color: #141414; border: 1px solid #2a2a2a; padding: 30px; border-radius: 4px; width: 280px; transition: transform 0.3s ease, border-color 0.3s ease; }
.tier:hover { transform: translateY(-5px); border-color: #555; }
.tier h3 { font-size: 1.5rem; margin-top: 0; }
.price { font-size: 1.2rem; color: #bfbfbf; font-weight: bold; margin-bottom: 15px; }
.button { display: inline-block; padding: 12px 30px; background-color: transparent; color: #ffffff; border: 2px solid #555; text-decoration: none; font-family: 'Cinzel', serif; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; transition: background-color 0.3s ease, color 0.3s ease; margin-top: 20px; }
.button:hover { background-color: #ffffff; color: #000000; }
footer { text-align: center; padding: 20px; font-size: 0.9rem; color: #666; border-top: 1px solid #222; }