<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: en }}">
	{%- include head.html -%}
	<body>
		{%- include header.html -%}
		<div class="container">
			<main>
						<div class="video-background-container" style="top: 350px">
							<video autoplay muted loop playsinline class="video-background">
								<source src="assets/videos/swirly-lines.mp4" type='video/mp4; codecs="avc1.42E01E, mp4a.40.2"' />
								<source src="assets/videos/swirly-lines.webm" type='video/webm; codecs="vp8, vorbis"' />
							</video>
							<div class="gradient-overlay"></div>
						</div>
				<section class="flex-container capsule-header video-content">

					<div class="flex-container-inner">
						<div class="text-well center">
							<div class="text-well" style="text-align: center; margin: auto">
								<div class="capsule">services</div>
							</div>
							<br>
							<h1 class="hero-title gradient-text hero-header">
								hire Distrust to solve your hardest security challenges
							</h1>
							<br>
							<p class="hero-p center">Built by engineers behind BitGo, Unit410, and Turnkey, we apply hard-earned lessons from securing critical infrastructure to build transparent, resilient, and universally applicable security solutions.</p>
							<div class="button-container">
								<a href="/contact.html" class="mega button">Work with us</a>
							</div>
						</div>
					</div>
				</section>

				<section class="flex-container mid-tall-section">
					<div class="flex-container-inner">
						<div class="text-well">
							<h3>security assessments</h3>
							<p style="max-width: 540px">Our assessments go beyond identifying vulnerabilities—we strategically eliminate risks at their source. Using a first-principles methodology, we pinpoint single points of failure and deliver clear, actionable recommendations to secure your systems against sophisticated threats.</p>
							<ul>
								<li>Secure architecture review</li>
								<li>Threat modeling</li>
								<li>Penetration testing</li>
								<li>Secure code review</li>
							</ul>
							<br>
							<a href="/contact.html" class="arrow-link">
								Schedule an assessment
								<span class="arrow">&#x2192;</span>
							</a>
						</div>
					</div>
					<div class="flex-container-inner">
						<div class="text-well">
							<h3>retainer or fractional CISO</h3>
							<p style="max-width: 540px">Gain continuous, high-level security leadership tailored precisely to your organization's needs. We work closely with your teams, providing strategic security direction, eliminating blind trust, and protecting critical infrastructure from sophisticated threats.</p>
							<ul>
								<li>Security program development</li>
								<li>Incident response</li>
								<li>Due diligence</li>
								<li>Vetting security talent</li>
							</ul>
							<br>
							<a href="/contact.html" class="arrow-link">
								Work with us
								<span class="arrow">&#x2192;</span>
							</a>
						</div>
				</section>


				<section class="flex-container">
					<div class="flex-container-inner"></div>
					<div class="flex-container-inner">
						<h2 class="gradient-text" style="text-align: left; height: 95px">why Distrust?</h2>
						<p>
						Why choose Distrust? Because security shouldn't be based on blind trust, it should be based on <b>dis</b>trust, and verifiability. Most organizations treat cybersecurity like people once treated hygiene—poorly.
						</p>
						<p>At Distrust, we've identified fundamental methods to eliminate entire categories of risk at their source. Similarly to how handwashing revolutionized public health by preventing unseen threats like bacteria, our first-principles security methodology brings new levels of security to our clients by eliminating single points of failure, and providing verifiable, resilient protection for critical systems.
						</p>
						<ul class="narrow-list">
							<li><b>First-principles security</b> 
								<p>Attack surface area reduction through eliminating root causes.</p>
							</li>
							<li><b>Proven methodology</b>
								<p>Methodology tested in high-stakes, mission-critical environments.</p>
							</li>
							<li><b>Seamless collaboration</b>
								<p>Clear, actionable engagement steps—start immediately.</p>
							</li>
						</ul>
					</div>
				</section>

				<section class="">
					<div class="logo-section">
						<div class="logo-slider" id="logoSlider">
							<img src="assets/base/companies/coinbase-white.svg" alt="Coinbase">
							<img src="assets/base/companies/bitgo-logo-white.svg" alt="BitGo">
							<img style="filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);"
									 src="assets/base/companies/bishop-fox-dark.png" alt="Bishop Fox">
							<img style="filter: invert(100)" src="assets/base/companies/turnkey-black.svg" alt="Turnkey">
							<img style="height: 40px" src="assets/base/companies/falconx-white.svg" alt="FalconX">
							<img src="assets/base/companies/exodus-white.svg" alt="Exodus">
							<img src="assets/base/companies/sidero-labs-white.png" alt="Sidero Labs">
							<img src="assets/base/companies/zoom-white.png" alt="Zoom">
							<img src="assets/base/companies/mysten-labs-white.svg" alt="Mysten Labs">
							<img style="height: 60px; filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(200%) contrast(102%);"
									 src="assets/base/companies/ankr.png" alt="Ankr">
							<img style="height: 60px" src="assets/base/companies/hashicorp-white.png" alt="HashiCorp">
							<img style="filter: invert(100)" src="assets/base/companies/block-one-dark.svg" alt="Block One">
							<img src="assets/base/companies/ledn-white.svg" alt="Ledn">
							<img src="assets/base/companies/fitbit-white.png" alt="Fitbit">
							<img src="assets/base/companies/dfns-color.png" alt="Dfns">
						</div>
					</div>
				</section>

				<section>
					<h4 class="gradient-text center" style="line-height: 50px; max-width: 600px; margin: auto;">ready to take your security to the next level?</h4>
					<p class="hero-p center" style="max-width: 600px; margin-top: 10px">We help organizations that can't afford to fail. If security is mission-critical for your company, let's talk.</p>
					<div class="button-container center">
						<a href="/contact.html" class="mega button">Work with us</a>
					</div>
				</section>

			</main>
			{%- include footer.html -%}
	</body>
</html>