Contact information
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1.0"/>
<title>Contact — VerdoCo</title>
<link rel="preconnect" href="https://fonts.googleapis.com"/><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin/>
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;1,400&family=DM+Sans:wght@300;400;500;600&family=DM+Mono:wght@400;500&display=swap" rel="stylesheet"/>
<style>
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{--teal:#1A9E8C;--teal-light:#22C4AE;--teal-dim:#0E6B5E;--teal-bg:#F0FAF8;--white:#FFFFFF;--off-white:#F7F8FA;--gray-100:#ECEEF2;--gray-300:#C4C9D4;--gray-500:#7A8399;--gray-700:#3D4459;--text:#1A1F2E}
html{scroll-behavior:smooth}body{font-family:'DM Sans',sans-serif;color:var(--text);background:var(--white);line-height:1.6;-webkit-font-smoothing:antialiased}
.vco-nav{background:var(--white);border-bottom:1px solid var(--gray-100);position:sticky;top:0;z-index:100;box-shadow:0 1px 8px rgba(0,0,0,0.06)}
.vco-nav-inner{max-width:1400px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px}
.vco-logo{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:600;color:var(--text);text-decoration:none}.vco-logo span{color:var(--teal)}
.vco-nav-links{display:flex;align-items:center;gap:0}
.vco-nav-links a{font-size:11.5px;font-weight:500;color:var(--gray-700);text-decoration:none;padding:5px 8px;border-radius:4px;white-space:nowrap;transition:color 0.15s,background 0.15s}
.vco-nav-links a:hover{color:var(--teal);background:var(--teal-bg)}.vco-nav-links a.active{color:var(--teal);font-weight:600}
.vco-nav-cta{background:var(--teal);color:var(--white)!important;padding:6px 12px!important;border-radius:4px!important;font-weight:600!important;font-size:11.5px!important;white-space:nowrap}
.vco-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}
.vco-hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px}
.vco-mobile-menu{display:none;position:absolute;top:64px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-100);padding:16px 24px;flex-direction:column;gap:4px;box-shadow:0 4px 16px rgba(0,0,0,0.08);z-index:99}
.vco-mobile-menu.open{display:flex}.vco-mobile-menu a{font-size:14px;font-weight:500;color:var(--gray-700);text-decoration:none;padding:10px 12px;border-radius:4px}
.hero{background:var(--white);padding:80px 32px 64px;text-align:center;border-bottom:1px solid var(--gray-100);position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 60% 70% at 50% 0%,rgba(26,158,140,0.06) 0%,transparent 70%);pointer-events:none}
.hero-label{display:inline-block;font-family:'DM Mono',monospace;font-size:11px;letter-spacing:0.2em;text-transform:uppercase;color:var(--teal);border:1px solid rgba(26,158,140,0.3);padding:5px 14px;margin-bottom:24px;border-radius:2px;position:relative}
.hero h1{font-family:'Cormorant Garamond',serif;font-size:clamp(36px,5vw,62px);font-weight:600;color:var(--text);line-height:1.1;max-width:760px;margin:0 auto 20px;position:relative}
.hero h1 em{font-style:italic;color:var(--teal)}.hero-sub{font-size:16px;color:var(--gray-500);max-width:560px;margin:0 auto;font-weight:300;line-height:1.75;position:relative}
/* CONTACT LAYOUT */
.contact-layout{max-width:1080px;margin:0 auto;padding:80px 32px;display:grid;grid-template-columns:1fr 1.6fr;gap:64px;align-items:start}
.contact-info{}
.contact-info h2{font-family:'Cormorant Garamond',serif;font-size:32px;font-weight:600;color:var(--text);margin-bottom:14px;line-height:1.2}
.contact-info p{font-size:14px;color:var(--gray-500);line-height:1.75;margin-bottom:28px}
.contact-channels{display:flex;flex-direction:column;gap:16px;margin-bottom:36px}
.contact-channel{display:flex;align-items:flex-start;gap:14px;padding:18px;background:var(--off-white);border:1px solid var(--gray-100);border-left:3px solid var(--teal);border-radius:2px}
.channel-icon{font-size:20px;flex-shrink:0}
.channel-label{font-family:'DM Mono',monospace;font-size:10px;letter-spacing:0.12em;text-transform:uppercase;color:var(--teal);margin-bottom:4px;display:block}
.channel-value{font-weight:600;font-size:14px;color:var(--text)}
.channel-note{font-size:12px;color:var(--gray-500);margin-top:2px}
.response-notice{background:var(--teal-bg);border:1px solid rgba(26,158,140,0.2);padding:16px;border-radius:3px}
.response-notice p{font-size:13px;color:var(--teal-dim);line-height:1.6}
.response-notice strong{font-weight:600}
/* FORM */
.contact-form{background:var(--off-white);border:1px solid var(--gray-100);padding:36px 32px;border-radius:4px}
.contact-form h3{font-family:'Cormorant Garamond',serif;font-size:24px;font-weight:600;color:var(--text);margin-bottom:24px}
.form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}
.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}
.form-group label{font-size:12px;font-weight:600;color:var(--text);letter-spacing:0.04em;text-transform:uppercase;font-family:'DM Mono',monospace}
.form-group input,.form-group select,.form-group textarea{padding:12px 14px;border:1px solid var(--gray-300);border-radius:3px;font-family:'DM Sans',sans-serif;font-size:14px;color:var(--text);background:var(--white);transition:border-color 0.15s,box-shadow 0.15s;outline:none;width:100%}
.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(26,158,140,0.1)}
.form-group textarea{resize:vertical;min-height:120px}
.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%237A8399' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:36px}
.required{color:var(--teal)}
.form-submit{width:100%;background:var(--teal);color:var(--white);font-family:'DM Sans',sans-serif;font-size:14px;font-weight:700;letter-spacing:0.08em;text-transform:uppercase;padding:16px;border:none;border-radius:3px;cursor:pointer;transition:background 0.2s,transform 0.15s;margin-top:8px}
.form-submit:hover{background:var(--teal-light);transform:translateY(-1px)}
.form-note{font-size:12px;color:var(--gray-500);text-align:center;margin-top:12px;line-height:1.6}
/* INQUIRY TYPES */
.inquiry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;max-width:1080px;margin:0 auto;padding:0 32px 80px}
.inquiry-card{border:1px solid var(--gray-100);border-top:3px solid var(--teal);padding:22px 18px;background:var(--white);border-radius:2px}
.inquiry-card h4{font-weight:600;font-size:14px;color:var(--text);margin-bottom:6px}
.inquiry-card p{font-size:13px;color:var(--gray-500);line-height:1.6;margin-bottom:10px}
.inquiry-email{font-family:'DM Mono',monospace;font-size:12px;color:var(--teal)}
.disclaimer{background:var(--off-white);border-top:1px solid var(--gray-100);padding:24px 32px;text-align:center}
.disclaimer p{font-size:11px;color:var(--gray-500);max-width:860px;margin:0 auto;line-height:1.65;font-family:'DM Mono',monospace}
.vco-footer{background:var(--text);padding:40px 32px;text-align:center}
.vco-footer-links{display:flex;justify-content:center;gap:24px;flex-wrap:wrap;margin-bottom:14px}
.vco-footer-links a{font-size:12px;color:var(--gray-300);text-decoration:none;transition:color 0.15s}
.vco-footer-links a:hover{color:var(--teal-light)}.vco-footer-copy{font-size:11px;color:var(--gray-500)}
.contact-layout{grid-template-columns:1fr;padding:48px 20px;gap:36px}}
@media(max-width:600px){.form-row{grid-template-columns:1fr}.hero{padding:60px 20px 48px}.inquiry-grid{padding:0 20px 60px}}
/* ── NAV RESPONSIVE ── */
.skip-link{position:absolute;top:-40px;left:0;background:var(--teal);color:var(--white);padding:8px 16px;z-index:200;font-size:13px;font-weight:600;text-decoration:none;border-radius:0 0 4px 0}.skip-link:focus{top:0}
.vco-nav{background:var(--white);border-bottom:1px solid var(--gray-100);position:sticky;top:0;z-index:100;box-shadow:0 1px 8px rgba(0,0,0,0.06);width:100%}
.vco-nav-inner{max-width:1400px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%}
.vco-logo{font-family:'Cormorant Garamond',serif;font-size:20px;font-weight:600;color:var(--text);text-decoration:none;white-space:nowrap;flex-shrink:0}
.vco-logo span{color:var(--teal)}
.vco-nav-links{display:flex;align-items:center;gap:0;flex-wrap:nowrap;overflow:visible}
.vco-nav-links a{font-size:11px;font-weight:500;color:var(--gray-700);text-decoration:none;padding:5px 7px;border-radius:4px;white-space:nowrap;transition:color .15s,background .15s;flex-shrink:0}
.vco-nav-links a:hover,.vco-nav-links a:focus{color:var(--teal);background:var(--teal-bg);outline:none}
.vco-nav-links a[aria-current="page"]{color:var(--teal);font-weight:600}
.vco-nav-cta{background:var(--teal);color:var(--white)!important;padding:6px 12px!important;border-radius:4px!important;font-weight:600!important;font-size:11px!important;white-space:nowrap;flex-shrink:0}
.vco-nav-cta:hover,.vco-nav-cta:focus{background:var(--teal-light)!important;outline:none}
.vco-hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none;flex-shrink:0}
.vco-hamburger:focus{outline:2px solid var(--teal)}
.vco-hamburger span{display:block;width:22px;height:2px;background:var(--text);border-radius:2px}
.vco-mobile-menu{display:none;position:absolute;top:64px;left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-100);padding:16px 24px;flex-direction:column;gap:4px;box-shadow:0 4px 16px rgba(0,0,0,0.08);z-index:99}
.vco-mobile-menu.open{display:flex}
.vco-mobile-menu a{font-size:14px;font-weight:500;color:var(--gray-700);text-decoration:none;padding:10px 12px;border-radius:4px}
.vco-mobile-menu a:hover,.vco-mobile-menu a:focus{color:var(--teal);background:var(--teal-bg)}
@media(max-width:1020px){.vco-nav-links{display:none!important}.vco-hamburger{display:flex!important}}
@media(min-width:1021px){.vco-hamburger{display:none!important}.vco-mobile-menu{display:none!important}}
</style>
</head>
<body>
<a class="skip-link" href="#main-content">Skip to main content</a>
<nav class="vco-nav" role="navigation" aria-label="Main navigation">
<div class="vco-nav-inner">
<a href="/" class="vco-logo">Verd<span>o</span>Co</a>
<div class="vco-nav-links">
<a href="/pages/who-uses-verdoco">Who Uses VerdoCo</a>
<a href="/pages/mandates">Mandates</a>
<a href="/pages/resources">Resources</a>
<a href="/pages/how-it-works">How It Works</a>
<a href="/pages/why-verdoco">Why VerdoCo</a>
<a href="/pages/faq">FAQ</a>
<a href="/pages/contact" aria-current="page">Contact</a>
<a href="/collections/all" class="vco-nav-cta">Shop Now</a>
</div>
<button class="vco-hamburger" onclick="var m=document.querySelector('.vco-mobile-menu');var o=m.classList.toggle('open');this.setAttribute('aria-expanded',o)" aria-label="Open navigation menu" aria-expanded="false">
<span></span><span></span><span></span>
</button>
</div>
<div class="vco-mobile-menu">
<a href="/pages/who-uses-verdoco">Who Uses VerdoCo</a>
<a href="/pages/mandates">Mandates</a>
<a href="/pages/resources">Resources</a>
<a href="/pages/how-it-works">How It Works</a>
<a href="/pages/why-verdoco">Why VerdoCo</a>
<a href="/pages/faq">FAQ</a>
<a href="/pages/contact">Contact</a>
<a href="/collections/all" style="color:var(--teal);font-weight:600">Shop Now</a>
</div>
</nav>
<section class="hero">
<span class="hero-label">Get in Touch</span>
<h1>Contact <em>VerdoCo</em></h1>
<p class="hero-sub">For general inquiries, multi-entity licensing, technical support, or press and media — reach us through the form below or directly at hello@verdoco.com.</p>
</section>
<div class="contact-layout">
<div class="contact-info">
<h2>We Respond Within One Business Day</h2>
<p>VerdoCo is a product line of Nexosprop Logistics Corp. Our team handles all licensing, support, and institutional inquiries directly. Select the right inquiry type below to ensure your message reaches the right person.</p>
<div class="contact-channels">
<div class="contact-channel">
<div class="channel-icon"></div>
<div>
<span class="channel-label">General & Licensing</span>
<div class="channel-value">hello@verdoco.com</div>
<div class="channel-note">Licensing questions, multi-entity inquiries, general information</div>
</div>
</div>
<div class="contact-channel">
<div class="channel-icon"></div>
<div>
<span class="channel-label">Technical Support</span>
<div class="channel-value">hello@verdoco.com</div>
<div class="channel-note">Download issues, file access problems, order status</div>
</div>
</div>
<div class="contact-channel">
<div class="channel-icon"></div>
<div>
<span class="channel-label">Press & Media</span>
<div class="channel-value">hello@verdoco.com</div>
<div class="channel-note">Media inquiries, interview requests, partnership proposals</div>
</div>
</div>
</div>
<div class="response-notice">
<p><strong>Response time:</strong> All inquiries are responded to within one business day (Monday–Friday, Eastern Time). Inquiries submitted after 5 PM ET or on weekends will receive a response the following business day.</p>
</div>
</div>
<div class="contact-form">
<h3>Send Us a Message</h3>
<div class="form-row">
<div class="form-group"><label>First Name <span class="required">*</span></label><input type="text" name="first_name" placeholder="First name" required/></div>
<div class="form-group"><label>Last Name <span class="required">*</span></label><input type="text" name="last_name" placeholder="Last name" required/></div>
</div>
<div class="form-group"><label>Organization <span class="required">*</span></label><input type="text" name="organization" placeholder="Your organization's legal name" required/></div>
<div class="form-group"><label>Email Address <span class="required">*</span></label><input type="email" name="email" placeholder="your@organization.com" required/></div>
<div class="form-group"><label>Phone (Optional)</label><input type="tel" name="phone" placeholder="+1 (000) 000-0000"/></div>
<div class="form-group">
<label>Inquiry Type <span class="required">*</span></label>
<select name="inquiry_type" required>
<option value="" disabled selected>Select inquiry type</option>
<option value="general">General Information</option>
<option value="licensing">Multi-Entity / Institutional Licensing</option>
<option value="series">Questions About a Specific Series</option>
<option value="technical">Technical Support / Download Issue</option>
<option value="legal">Legal / EULA Question</option>
<option value="press">Press & Media</option>
<option value="partnership">Partnership or Affiliate Inquiry</option>
<option value="other">Other</option>
</select>
</div>
<div class="form-group"><label>Message <span class="required">*</span></label><textarea name="message" placeholder="Describe your inquiry in detail. If you're asking about a specific series or order, please include that information." required></textarea></div>
<button type="submit" class="form-submit">Send Message</button>
<p class="form-note">By submitting this form you agree to our <a href="/policies/privacy-policy" style="color:var(--teal)">Privacy Policy</a>. We will not sell or share your information with third parties.</p>
</div>
</div>
<div style="background:var(--off-white);border-top:1px solid var(--gray-100);padding:40px 32px 24px">
<div style="max-width:1080px;margin:0 auto">
<p style="font-family:'DM Mono',monospace;font-size:11px;letter-spacing:0.18em;text-transform:uppercase;color:var(--gray-500);margin-bottom:20px">Inquiry Routing Guide</p>
</div>
</div>
<div class="inquiry-grid">
<div class="inquiry-card"><h4>I need a license for multiple clients</h4><p>Use the multi-entity licensing inquiry type. Describe the number of clients and the series needed. We'll provide a custom proposal.</p><div class="inquiry-email">hello@verdoco.com</div></div>
<div class="inquiry-card"><h4>I didn't receive my download link</h4><p>Use the technical support inquiry type and include your order number and the email address used at checkout. We respond within hours.</p><div class="inquiry-email">hello@verdoco.com</div></div>
<div class="inquiry-card"><h4>I want to write about VerdoCo</h4><p>Use the press & media inquiry type. Include your publication, the nature of the piece, and your deadline. We accommodate reasonable timelines.</p><div class="inquiry-email">hello@verdoco.com</div></div>
<div class="inquiry-card"><h4>I'm not sure which series I need</h4><p>Use the general information type and describe your industry, size, and regulatory situation. We'll point you to the right series.</p><div class="inquiry-email">hello@verdoco.com</div></div>
</div>
<div class="disclaimer">
<p>VerdoCo is a structured compliance documentation platform. Contacting VerdoCo does not create a legal, advisory, or professional-client relationship of any kind. VerdoCo · A Product Line of Nexosprop Logistics Corp · All Rights Reserved.</p>
</div>
<footer class="vco-footer">
<div class="vco-footer-links">
<a href="/">Home</a><a href="/collections/all">Shop Now</a><a href="/pages/who-uses-verdoco">Solutions For</a><a href="/pages/mandates">Mandates</a><a href="/pages/resources">Resources</a><a href="/pages/who-uses-verdoco">Who Uses VerdoCo</a><a href="/pages/how-it-works">How It Works</a><a href="/pages/why-verdoco">Why VerdoCo</a><a href="/pages/faq">FAQ</a><a href="/pages/contact">Contact</a><a href="/policies/privacy-policy">Privacy Policy</a>
</div>
<p class="vco-footer-copy">© 2026 VerdoCo · A Product Line of Nexosprop Logistics Corp</p>
</footer>
</body></html>