
        :root { --primary-gold: #d4af37; --secondary-red: #8a1c1c; --bg-dark: #121212; --bg-card: #1e1e1e; --text-light: #e0e0e0; }
        body { font-family: 'Segoe UI', Roboto, sans-serif; margin: 0; background-color: var(--bg-dark); color: var(--text-light); line-height: 1.6; }
        header nav { background-color: rgba(0, 0, 0, 0.95); padding: 15px 0; position: fixed; width: 100%; top: 0; z-index: 1000; border-bottom: 2px solid var(--primary-gold); }
        .container { width: 90%; margin: auto; max-width: 1000px; }
        .nav-content { display: flex; justify-content: space-between; align-items: center; }
        .logo { font-size: 26px; font-weight: bold; color: var(--primary-gold); text-decoration: none; text-transform: uppercase; }
        .nav-links a { color: #fff; text-decoration: none; margin-left: 20px; font-weight: 500; }
        .nav-links a:hover { color: var(--primary-gold); }
        .content-section { padding: 120px 0 60px; }
        h1 { color: var(--primary-gold); text-align: center; font-size: 2.5rem; margin-bottom: 40px; }
        h2 { color: var(--primary-gold); margin-top: 30px; border-bottom: 1px solid #333; padding-bottom: 10px; }
        p { margin-bottom: 15px; color: #ccc; }
        ul { color: #ccc; margin-bottom: 20px; }
        footer { text-align:center; padding: 40px; color: #777; background: #080808; border-top: 1px solid #222; margin-top: 40px; }
        .footer-links a { color: #aaa; text-decoration: none; margin: 0 10px; font-size: 0.9rem; }
        .footer-links a:hover { color: var(--primary-gold); }
    </style>
</head>
<body>