
        <!DOCTYPE html>
        <html lang='ro'>
        <head>
            <meta charset='UTF-8'>
            <style>
                body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background: #f8f9fa; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0; }
                .container { background: white; padding: 40px; border-radius: 12px; box-shadow: 0 10px 25px rgba(0,0,0,0.05); text-align: center; max-width: 450px; border-top: 5px solid #3fa34d; }
                
                /* Logo și Header */
                .logo { max-width: 180px; margin-bottom: 20px; }
                h1 { color: #3fa34d; font-size: 26px; margin-bottom: 10px; }
                
                .domain { background: #f1f3f5; padding: 12px; border-radius: 6px; font-family: 'Courier New', monospace; font-weight: bold; color: #495057; margin: 20px 0; border: 1px solid #dee2e6; }
                .message { font-size: 16px; color: #212529; line-height: 1.5; }
                .footer { margin-top: 30px; font-size: 11px; color: #adb5bd; text-transform: uppercase; letter-spacing: 1px; }
            </style>
        </head>
        <body>
            <div class='container'>
                <img src='https://officemax.ro/images/logo.png' alt='Office Max' class='logo'>
                
                <h1>Acces Restricționat</h1>
                <p class='message'>Ați încercat să accesați:</p>
                <div class='domain'>mail.officemax.ro</div>
                <p class='message'><strong>Domeniul solicitat nu este configurat pe acest server.</strong></p>
                <p class='message' style='margin-top:20px; font-size: 14px;'>Dacă utilizați o conexiune externă, vă rugăm să activați <strong>VPN-ul</strong> companiei.</p>
                
                <div class='footer'>Sistem Monitorizare Edge</div>
            </div>
        </body>
        </html>