
        :root { --primary-gold: #d4af37; --secondary-red: #8a1c1c; --bg-dark: #121212; --bg-card: #1e1e1e; --text-light: #e0e0e0; }
        body { font-family: 'Segoe UI', sans-serif; margin: 0; background-color: var(--bg-dark); color: var(--text-light); line-height: 1.6; }
        nav { background-color: rgba(0, 0, 0, 0.9); padding: 15px 0; position: fixed; width: 100%; top: 0; z-index: 1000; border-bottom: 2px solid var(--primary-gold); }
        .container { width: 85%; margin: auto; max-width: 900px; padding-top: 100px; padding-bottom: 50px; }
        .nav-content { display: flex; justify-content: space-between; align-items: center; }
        .logo { font-size: 24px; font-weight: bold; color: var(--primary-gold); text-transform: uppercase; }
        .nav-links a { color: #fff; text-decoration: none; margin-left: 20px; font-weight: 500; }
        
        .user-panel { margin-left: 20px; border-left: 1px solid #555; padding-left: 20px; display: inline-flex; align-items: center; }
        .user-name { color: var(--primary-gold); font-weight: bold; margin-right: 15px; }

        h1 { color: var(--primary-gold); text-align: center; text-transform: uppercase; border-bottom: 1px solid #333; padding-bottom: 20px; }
        h2 { color: #fff; margin-top: 30px; border-left: 4px solid var(--secondary-red); padding-left: 15px; }
        
        .info-box { background: var(--bg-card); padding: 30px; border-radius: 5px; border: 1px solid #333; margin-top: 20px; }
        .alert { background-color: rgba(212, 175, 55, 0.1); border: 1px solid var(--primary-gold); padding: 15px; color: #fff; margin: 20px 0; border-radius: 4px; }
        .alert-danger { background-color: rgba(138, 28, 28, 0.2); border: 1px solid var(--secondary-red); }
        
        .step { display: flex; margin-bottom: 20px; align-items: flex-start; }
        .step-number { background: var(--primary-gold); color: #000; font-weight: bold; width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-right: 15px; flex-shrink: 0; }
        
        .payment-guide-img { max-width: 100%; height: auto; border: 1px solid var(--primary-gold); margin: 20px 0; border-radius: 5px; }

        .terms-box { background: #111; padding: 20px; font-size: 0.85rem; color: #888; border: 1px solid #333; height: 150px; overflow-y: scroll; margin-top: 30px; }
        
        .action-area { text-align: center; margin-top: 30px; padding: 20px; background: #252525; border: 1px solid var(--primary-gold); }
        .checkbox-container { display: block; margin-bottom: 20px; cursor: pointer; font-size: 1.1rem; }
        
        .btn-revolut { background: linear-gradient(45deg, #0075eb, #0099ff); color: white; padding: 15px 40px; font-size: 1.2rem; font-weight: bold; text-transform: uppercase; border: none; border-radius: 5px; cursor: pointer; text-decoration: none; display: inline-block; transition: opacity 0.3s; }
        .btn-revolut:hover { opacity: 0.9; box-shadow: 0 0 15px rgba(0, 117, 235, 0.5); }
        .btn-disabled { background: #444; cursor: not-allowed; pointer-events: none; opacity: 0.5; box-shadow: none; }
        .gm-contact { color: var(--primary-gold); font-weight: bold; }
    </style>
</head>
<body>