<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="robots" content="index, follow"> <meta name="description" content="Elite Private Consulting Agency offering bespoke solutions for distinguished clients."> <title>Valent & Co. | Elite Private Consulting Agency</title> <link rel="stylesheet" href="style.css"> <link rel="icon" href="logo.svg" type="image/svg+xml"> <style> body { margin: 0; padding: 0; font-family: 'Helvetica Neue', Arial, sans-serif; background-color: #f7f7f7; color: #333333; } .container { max-width: 800px; margin: 0 auto; padding: 40px 20px; background-color: #ffffff; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); border-radius: 12px; margin-top: 60px; text-align: center; } header { margin-bottom: 30px; } .logo { width: 80px; height: auto; margin-bottom: 10px; } h1 { font-size: 32px; margin: 0; color: #222222; } h2 { font-size: 18px; font-weight: normal; color: #777777; margin-top: 8px; } .intro p { font-size: 18px; line-height: 1.6; margin-bottom: 20px; } .button { display: inline-block; padding: 12px 24px; background-color: #004aad; color: #ffffff; text-decoration: none; border-radius: 8px; font-weight: bold; transition: background-color 0.3s; } .button:hover { background-color: #00337a; } footer { font-size: 14px; margin-top: 40px; color: #999999; } footer a { color: #004aad; text-decoration: none; } footer a:hover { text-decoration: underline; } </style></head><body> <div class="container"> <header> <img src="logo.svg" alt="Valent & Co. Logo" class="logo"> <h1>Valent & Co.</h1> <h2>Elite Private Consulting Agency</h2> </header> <main> <section class="intro"> <p>At Valent & Co., we specialize in creating bespoke solutions for discerning clients. Our services are available exclusively by private referral.</p> <a href="privacy.html" class="button">Privacy Policy</a> </section> </main> <footer> <p>Contact us: <a href="mailto:info@">info@</a></p> <p>© 2025 Valent & Co. All rights reserved.</p> </footer> </div></body></html>