tractatus/public/leader.html
TheFlow ec6cf8704f feat(ui): world-class executive UX redesign for leader.html
- Hero with gradient headline and key metrics strip (1,315% ROI, 14mo, 80%)
- Three value proposition cards with color-coded themes
- Enhanced two-column business case CTA section
- C-Suite impact grid covering 6 executive roles
- Sticky CTA bar with scroll detection
- Modern design: rounded-2xl, hover-lift, gradient stats
- Optimized for executive scannability and actionability
- Updated cache-busting to v1.0.4
2025-10-09 10:01:26 +13:00

533 lines
28 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>For AI Leaders | Tractatus AI Safety Framework</title>
<meta name="description" content="Strategic AI safety for executives, research directors, and founders. Navigate compliance, mitigate risks, and gain competitive advantage with structural AI safety guarantees.">
<link rel="stylesheet" href="/css/tailwind.css?v=1.0.4">
<style>
.gradient-text {
background: linear-gradient(120deg, #d97706 0%, #f59e0b 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.stat-number {
font-size: 3rem;
font-weight: 800;
line-height: 1;
background: linear-gradient(135deg, #d97706 0%, #ea580c 100%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hover-lift { transition: all 0.3s ease; }
.hover-lift:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,0,0,0.15); }
/* Sticky CTA */
.sticky-cta {
position: fixed;
bottom: 0;
left: 0;
right: 0;
background: linear-gradient(90deg, #d97706 0%, #ea580c 100%);
transform: translateY(100%);
transition: transform 0.3s ease;
z-index: 50;
box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
}
.sticky-cta.visible {
transform: translateY(0);
}
/* Skip link & focus */
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 0; z-index: 100; background: white; padding: 1rem; }
a:focus, button:focus {
outline: 3px solid #f59e0b;
outline-offset: 2px;
}
a:focus:not(:focus-visible) { outline: none; }
a:focus-visible { outline: 3px solid #f59e0b; outline-offset: 2px; }
</style>
</head>
<body class="bg-white">
<!-- Skip Link for Keyboard Navigation -->
<a href="#main-content" class="skip-link">Skip to main content</a>
<!-- Navigation -->
<script src="/js/components/navbar.js?v=1.0.4"></script>
<!-- Hero Section -->
<div class="bg-gradient-to-br from-gray-50 to-amber-50 pt-20 pb-24">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center max-w-4xl mx-auto">
<div class="inline-flex items-center bg-amber-100 text-amber-800 px-4 py-2 rounded-full text-sm font-semibold mb-6">
<svg class="w-4 h-4 mr-2" fill="currentColor" viewBox="0 0 20 20">
<path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"/>
</svg>
World's First Production-Ready AI Safety Framework
</div>
<h1 class="text-5xl md:text-6xl font-extrabold text-gray-900 mb-6 leading-tight">
Turn AI Risk into<br><span class="gradient-text">Competitive Advantage</span>
</h1>
<p class="text-xl text-gray-600 mb-8 leading-relaxed">
Structural AI safety that delivers <strong>$3.77M annual savings</strong>, EU AI Act compliance,<br class="hidden md:inline">
and 18-24 month market lead. No aspirational promises—architectural guarantees.
</p>
<div class="flex justify-center gap-4 mb-12">
<a href="#business-case" class="bg-amber-600 text-white px-8 py-4 rounded-lg font-semibold hover:bg-amber-700 transition shadow-lg inline-flex items-center">
<svg class="w-5 h-5 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 10v6m0 0l-3-3m3 3l3-3m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/>
</svg>
Get Business Case
</a>
<a href="/demos/tractatus-demo.html" class="bg-white text-gray-800 px-8 py-4 rounded-lg font-semibold border-2 border-gray-300 hover:border-amber-600 hover:text-amber-700 transition">
Try Interactive Demo
</a>
</div>
<!-- Key Metrics Strip -->
<div class="grid grid-cols-3 gap-8 max-w-3xl mx-auto">
<div class="text-center">
<div class="stat-number">1,315%</div>
<div class="text-sm text-gray-600 font-medium mt-2">5-Year ROI</div>
</div>
<div class="text-center">
<div class="stat-number">14mo</div>
<div class="text-sm text-gray-600 font-medium mt-2">Payback Period</div>
</div>
<div class="text-center">
<div class="stat-number">80%</div>
<div class="text-sm text-gray-600 font-medium mt-2">Risk Reduction</div>
</div>
</div>
</div>
</div>
</div>
<!-- Value Proposition Cards -->
<div id="main-content" class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-gray-900 mb-4">Three Critical Outcomes for AI Leaders</h2>
<p class="text-gray-600 text-lg max-w-2xl mx-auto">
Organizations face €35M EU AI Act fines and 42% AI project failure rates. Tractatus delivers measurable protection.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Risk Mitigation -->
<div class="bg-white rounded-2xl border-2 border-gray-200 p-8 hover-lift">
<div class="w-16 h-16 bg-red-100 rounded-xl flex items-center justify-center mb-6">
<svg class="w-8 h-8 text-red-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"/>
</svg>
</div>
<h3 class="text-2xl font-bold text-gray-900 mb-4">Eliminate Regulatory Risk</h3>
<div class="bg-red-50 rounded-lg p-4 mb-4">
<div class="text-3xl font-bold text-red-700">$3.77M</div>
<div class="text-sm text-red-600">Annual Risk Avoided</div>
</div>
<ul class="space-y-3 text-gray-700">
<li class="flex items-start">
<svg class="w-5 h-5 text-red-600 mr-2 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"/></svg>
<span><strong>€35M fine avoidance</strong> (EU AI Act max penalty)</span>
</li>
<li class="flex items-start">
<svg class="w-5 h-5 text-red-600 mr-2 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"/></svg>
<span><strong>90% reduction</strong> in AI incident probability</span>
</li>
<li class="flex items-start">
<svg class="w-5 h-5 text-red-600 mr-2 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"/></svg>
<span><strong>81% faster</strong> incident response time</span>
</li>
</ul>
</div>
<!-- ROI & Efficiency -->
<div class="bg-white rounded-2xl border-2 border-amber-500 p-8 hover-lift relative">
<div class="absolute top-0 right-0 bg-amber-500 text-white px-3 py-1 rounded-bl-lg rounded-tr-xl text-xs font-bold">
BEST VALUE
</div>
<div class="w-16 h-16 bg-green-100 rounded-xl flex items-center justify-center mb-6">
<svg class="w-8 h-8 text-green-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"/>
</svg>
</div>
<h3 class="text-2xl font-bold text-gray-900 mb-4">Maximize ROI</h3>
<div class="bg-green-50 rounded-lg p-4 mb-4">
<div class="text-3xl font-bold text-green-700">1,315%</div>
<div class="text-sm text-green-600">5-Year Return</div>
</div>
<ul class="space-y-3 text-gray-700">
<li class="flex items-start">
<svg class="w-5 h-5 text-green-600 mr-2 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"/></svg>
<span><strong>14-month payback</strong> on implementation cost</span>
</li>
<li class="flex items-start">
<svg class="w-5 h-5 text-green-600 mr-2 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"/></svg>
<span><strong>42% → 82%</strong> AI project success rate</span>
</li>
<li class="flex items-start">
<svg class="w-5 h-5 text-green-600 mr-2 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"/></svg>
<span><strong>33% faster</strong> deployment to production</span>
</li>
</ul>
</div>
<!-- Market Leadership -->
<div class="bg-white rounded-2xl border-2 border-gray-200 p-8 hover-lift">
<div class="w-16 h-16 bg-blue-100 rounded-xl flex items-center justify-center mb-6">
<svg class="w-8 h-8 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/>
</svg>
</div>
<h3 class="text-2xl font-bold text-gray-900 mb-4">Lead Your Market</h3>
<div class="bg-blue-50 rounded-lg p-4 mb-4">
<div class="text-3xl font-bold text-blue-700">18-24mo</div>
<div class="text-sm text-blue-600">First-Mover Lead</div>
</div>
<ul class="space-y-3 text-gray-700">
<li class="flex items-start">
<svg class="w-5 h-5 text-blue-600 mr-2 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"/></svg>
<span><strong>15-25% trust premium</strong> in B2B markets</span>
</li>
<li class="flex items-start">
<svg class="w-5 h-5 text-blue-600 mr-2 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"/></svg>
<span><strong>60% faster</strong> enterprise sales cycles</span>
</li>
<li class="flex items-start">
<svg class="w-5 h-5 text-blue-600 mr-2 mt-0.5 flex-shrink-0" fill="currentColor" viewBox="0 0 20 20"><path fill-rule="evenodd" d="M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z"/></svg>
<span><strong>First structural safety</strong> certification globally</span>
</li>
</ul>
</div>
</div>
</div>
<!-- Business Case CTA -->
<div id="business-case" class="bg-gradient-to-br from-amber-600 to-orange-600 py-20">
<div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="bg-white rounded-2xl shadow-2xl overflow-hidden">
<div class="grid grid-cols-1 lg:grid-cols-2">
<!-- Left: Content -->
<div class="p-10 lg:p-12">
<div class="inline-flex items-center bg-amber-100 text-amber-800 px-3 py-1 rounded-full text-xs font-bold mb-4">
EXECUTIVE BRIEF
</div>
<h2 class="text-3xl font-bold text-gray-900 mb-4">
Complete Business Case
</h2>
<p class="text-gray-600 mb-6 leading-relaxed">
Comprehensive financial analysis, risk assessment, implementation roadmap, and competitive positioning for C-suite decision making.
</p>
<div class="space-y-4 mb-8">
<div class="flex items-start">
<div class="flex-shrink-0 w-10 h-10 bg-amber-100 rounded-lg flex items-center justify-center mr-3">
<svg class="w-5 h-5 text-amber-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 19v-6a2 2 0 00-2-2H5a2 2 0 00-2 2v6a2 2 0 002 2h2a2 2 0 002-2zm0 0V9a2 2 0 012-2h2a2 2 0 012 2v10m-6 0a2 2 0 002 2h2a2 2 0 002-2m0 0V5a2 2 0 012-2h2a2 2 0 012 2v14a2 2 0 01-2 2h-2a2 2 0 01-2-2z"/>
</svg>
</div>
<div>
<div class="font-semibold text-gray-900">Financial Projections</div>
<div class="text-sm text-gray-600">$3.77M annual savings, 1,315% 5-year ROI, 14-month payback</div>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 w-10 h-10 bg-blue-100 rounded-lg flex items-center justify-center mr-3">
<svg class="w-5 h-5 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 0-1.042-.133-2.052-.382-3.016z"/>
</svg>
</div>
<div>
<div class="font-semibold text-gray-900">Regulatory Alignment</div>
<div class="text-sm text-gray-600">EU AI Act compliance, NIST AI RMF, ISO/IEC standards</div>
</div>
</div>
<div class="flex items-start">
<div class="flex-shrink-0 w-10 h-10 bg-green-100 rounded-lg flex items-center justify-center mr-3">
<svg class="w-5 h-5 text-green-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/>
</svg>
</div>
<div>
<div class="font-semibold text-gray-900">Implementation Roadmap</div>
<div class="text-sm text-gray-600">12-month phased deployment with quarterly milestones</div>
</div>
</div>
</div>
<a href="/downloads/business-case-tractatus-framework.pdf"
target="_blank"
class="inline-flex items-center bg-amber-600 text-white px-8 py-4 rounded-lg font-semibold hover:bg-amber-700 transition shadow-lg">
<svg class="w-5 h-5 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 10v6m0 0l-3-3m3 3l3-3m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/>
</svg>
Download Full Report (391 KB)
</a>
</div>
<!-- Right: Key Metrics -->
<div class="bg-gradient-to-br from-gray-50 to-amber-50 p-10 lg:p-12">
<h3 class="text-lg font-bold text-gray-900 mb-6">Key Findings At-A-Glance</h3>
<div class="space-y-6">
<div class="bg-white rounded-lg p-4 shadow-sm">
<div class="text-2xl font-bold text-amber-700">$11.8M</div>
<div class="text-sm text-gray-600">5-Year NPV (Mid-Size Enterprise)</div>
</div>
<div class="bg-white rounded-lg p-4 shadow-sm">
<div class="text-2xl font-bold text-green-700">14 months</div>
<div class="text-sm text-gray-600">Payback Period</div>
</div>
<div class="bg-white rounded-lg p-4 shadow-sm">
<div class="text-2xl font-bold text-blue-700">42% → 82%</div>
<div class="text-sm text-gray-600">AI Project Success Rate</div>
</div>
<div class="bg-white rounded-lg p-4 shadow-sm">
<div class="text-2xl font-bold text-red-700">€35M</div>
<div class="text-sm text-gray-600">Max EU AI Act Fine Avoided</div>
</div>
</div>
<div class="mt-8 pt-6 border-t border-gray-200">
<p class="text-sm text-gray-600">
<strong>Based on:</strong> Mid-size enterprise (500-5000 employees), 10+ AI projects/year, EU operations
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- C-Suite Impact -->
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20">
<div class="text-center mb-16">
<h2 class="text-4xl font-bold text-gray-900 mb-4">Impact Across the C-Suite</h2>
<p class="text-gray-600 text-lg">Measurable outcomes for every executive stakeholder</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-6">
<div class="bg-white rounded-xl border-2 border-gray-200 p-6 hover-lift">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-amber-100 rounded-lg flex items-center justify-center mr-3">
<svg class="w-6 h-6 text-amber-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z"/>
</svg>
</div>
<h3 class="text-lg font-bold text-gray-900">CEO</h3>
</div>
<ul class="text-sm text-gray-700 space-y-2">
<li>• 80% reduction in AI reputational risk</li>
<li>• First-mover trustworthy AI positioning</li>
<li>• Board-ready governance framework</li>
</ul>
</div>
<div class="bg-white rounded-xl border-2 border-gray-200 p-6 hover-lift">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center mr-3">
<svg class="w-6 h-6 text-green-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z"/>
</svg>
</div>
<h3 class="text-lg font-bold text-gray-900">CFO</h3>
</div>
<ul class="text-sm text-gray-700 space-y-2">
<li>• $3.77M annual risk mitigation</li>
<li>• 1,315% ROI, 14-month payback</li>
<li>• 20-30% lower AI liability premiums</li>
</ul>
</div>
<div class="bg-white rounded-xl border-2 border-gray-200 p-6 hover-lift">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-blue-100 rounded-lg flex items-center justify-center mr-3">
<svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 20l4-16m4 4l4 4-4 4M6 16l-4-4 4-4"/>
</svg>
</div>
<h3 class="text-lg font-bold text-gray-900">CTO</h3>
</div>
<ul class="text-sm text-gray-700 space-y-2">
<li>• Production-ready architecture</li>
<li>• 33% faster deployment cycles</li>
<li>• Model-agnostic, future-proof</li>
</ul>
</div>
<div class="bg-white rounded-xl border-2 border-gray-200 p-6 hover-lift">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-red-100 rounded-lg flex items-center justify-center mr-3">
<svg class="w-6 h-6 text-red-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 15v2m-6 4h12a2 2 0 002-2v-6a2 2 0 00-2-2H6a2 2 0 00-2 2v6a2 2 0 002 2zm10-10V7a4 4 0 00-8 0v4h8z"/>
</svg>
</div>
<h3 class="text-lg font-bold text-gray-900">CISO</h3>
</div>
<ul class="text-sm text-gray-700 space-y-2">
<li>• Built-in EU AI Act compliance</li>
<li>• 81% faster incident response</li>
<li>• Structural controls, not policies</li>
</ul>
</div>
<div class="bg-white rounded-xl border-2 border-gray-200 p-6 hover-lift">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-purple-100 rounded-lg flex items-center justify-center mr-3">
<svg class="w-6 h-6 text-purple-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 6l3 1m0 0l-3 9a5.002 5.002 0 006.001 0M6 7l3 9M6 7l6-2m6 2l3-1m-3 1l-3 9a5.002 5.002 0 006.001 0M18 7l3 9m-3-9l-6-2m0-2v2m0 16V5m0 16H9m3 0h3"/>
</svg>
</div>
<h3 class="text-lg font-bold text-gray-900">Legal</h3>
</div>
<ul class="text-sm text-gray-700 space-y-2">
<li>• €35M fine avoidance (EU AI Act)</li>
<li>• Structural due diligence proof</li>
<li>• Automatic audit trail generation</li>
</ul>
</div>
<div class="bg-white rounded-xl border-2 border-gray-200 p-6 hover-lift">
<div class="flex items-center mb-4">
<div class="w-12 h-12 bg-indigo-100 rounded-lg flex items-center justify-center mr-3">
<svg class="w-6 h-6 text-indigo-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 7h8m0 0v8m0-8l-8 8-4-4-6 6"/>
</svg>
</div>
<h3 class="text-lg font-bold text-gray-900">Product</h3>
</div>
<ul class="text-sm text-gray-700 space-y-2">
<li>• "Structural safety" differentiator</li>
<li>• 60% faster enterprise sales</li>
<li>• Demonstrable customer trust</li>
</ul>
</div>
</div>
</div>
<!-- Resources -->
<div class="bg-gray-50 py-20">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Leadership Resources</h2>
<p class="text-gray-600">Technical documentation and strategic guides</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 max-w-4xl mx-auto">
<a href="/downloads/business-case-tractatus-framework.pdf" target="_blank"
class="bg-white rounded-xl p-8 shadow-lg hover-lift border-2 border-transparent hover:border-amber-500 transition">
<div class="flex items-start">
<div class="w-12 h-12 bg-amber-100 rounded-lg flex items-center justify-center mr-4 flex-shrink-0">
<svg class="w-6 h-6 text-amber-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 10v6m0 0l-3-3m3 3l3-3m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/>
</svg>
</div>
<div>
<h3 class="text-lg font-bold text-gray-900 mb-2">Business Case PDF</h3>
<p class="text-sm text-gray-600">Complete financial analysis, risk assessment, and implementation roadmap</p>
</div>
</div>
</a>
<a href="/docs.html"
class="bg-white rounded-xl p-8 shadow-lg hover-lift border-2 border-transparent hover:border-blue-500 transition">
<div class="flex items-start">
<div class="w-12 h-12 bg-blue-100 rounded-lg flex items-center justify-center mr-4 flex-shrink-0">
<svg class="w-6 h-6 text-blue-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/>
</svg>
</div>
<div>
<h3 class="text-lg font-bold text-gray-900 mb-2">Documentation Portal</h3>
<p class="text-sm text-gray-600">Framework specifications, case studies, and implementation guides</p>
</div>
</div>
</a>
</div>
</div>
</div>
<!-- Final CTA -->
<div class="bg-gradient-to-r from-amber-600 to-orange-600 py-20">
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-4xl font-bold text-white mb-6">
Ready to De-Risk Your AI Strategy?
</h2>
<p class="text-xl text-amber-100 mb-10 leading-relaxed">
Join forward-thinking organizations implementing structural AI safety. Download the business case to understand your ROI, or explore the interactive demo to see the framework in action.
</p>
<div class="flex justify-center gap-4 flex-wrap">
<a href="/downloads/business-case-tractatus-framework.pdf"
target="_blank"
class="inline-flex items-center bg-white text-amber-700 px-8 py-4 rounded-lg font-bold hover:bg-amber-50 transition shadow-lg text-lg">
<svg class="w-6 h-6 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M12 10v6m0 0l-3-3m3 3l3-3m2 8H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"/>
</svg>
Get Business Case
</a>
<a href="/demos/tractatus-demo.html"
class="inline-flex items-center bg-transparent text-white px-8 py-4 rounded-lg font-bold border-2 border-white hover:bg-white hover:text-amber-700 transition text-lg">
Try Live Demo
</a>
</div>
</div>
</div>
<!-- Sticky CTA (appears on scroll) -->
<div class="sticky-cta" id="stickyCta">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4">
<div class="flex items-center justify-between">
<div class="text-white">
<div class="font-bold text-lg">Tractatus AI Safety Framework</div>
<div class="text-sm text-amber-100">$3.77M annual savings • 1,315% ROI • 14-month payback</div>
</div>
<div class="flex gap-3">
<a href="/downloads/business-case-tractatus-framework.pdf" target="_blank"
class="bg-white text-amber-700 px-6 py-2 rounded-lg font-semibold hover:bg-amber-50 transition text-sm">
Download Business Case
</a>
<button onclick="document.getElementById('stickyCta').classList.remove('visible')"
class="text-white hover:text-amber-100 px-2">
<svg class="w-6 h-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/>
</svg>
</button>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-900 text-gray-400 py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<p class="text-sm">© 2025 SyDigital Ltd. Licensed under Apache License 2.0.</p>
<p class="text-sm mt-2">
Tractatus AI Safety Framework |
<a href="/about.html" class="text-amber-400 hover:text-amber-300">About</a> |
<a href="/docs.html" class="text-amber-400 hover:text-amber-300">Documentation</a>
</p>
</div>
</footer>
<!-- Sticky CTA trigger script -->
<script>
window.addEventListener('scroll', function() {
const stickyCta = document.getElementById('stickyCta');
if (window.scrollY > 800) {
stickyCta.classList.add('visible');
} else {
stickyCta.classList.remove('visible');
}
});
</script>
</body>
</html>