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
This commit is contained in:
parent
e537bbcba9
commit
ec6cf8704f
1 changed files with 412 additions and 286 deletions
|
|
@ -5,19 +5,43 @@
|
|||
<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.2">
|
||||
<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;
|
||||
}
|
||||
.hover-lift { transition: transform 0.2s; }
|
||||
.hover-lift:hover { transform: translateY(-4px); }
|
||||
.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; }
|
||||
|
||||
/* Focus indicators (WCAG 2.4.7) */
|
||||
a:focus, button:focus {
|
||||
outline: 3px solid #f59e0b;
|
||||
outline-offset: 2px;
|
||||
|
|
@ -26,151 +50,255 @@
|
|||
a:focus-visible { outline: 3px solid #f59e0b; outline-offset: 2px; }
|
||||
</style>
|
||||
</head>
|
||||
<body class="bg-gray-50">
|
||||
<body class="bg-white">
|
||||
|
||||
<!-- Skip Link for Keyboard Navigation -->
|
||||
<a href="#main-content" class="skip-link">Skip to main content</a>
|
||||
|
||||
<!-- Navigation (injected by navbar.js) -->
|
||||
<script src="/js/components/navbar.js?v=1.0.2"></script>
|
||||
<!-- Navigation -->
|
||||
<script src="/js/components/navbar.js?v=1.0.4"></script>
|
||||
|
||||
<!-- Hero Section -->
|
||||
<div class="bg-gradient-to-br from-amber-50 via-orange-50 to-amber-100 py-20">
|
||||
<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">
|
||||
<h1 class="text-5xl font-bold text-gray-900 mb-6">
|
||||
AI Safety as<br><span class="gradient-text">Strategic Advantage</span>
|
||||
<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-700 max-w-3xl mx-auto mb-8">
|
||||
Navigate EU AI Act compliance, mitigate organizational risks, and build market differentiation with structural AI safety guarantees.
|
||||
The only framework that delivers architectural certainty—not aspirational promises.
|
||||
|
||||
<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 space-x-4 flex-wrap gap-2">
|
||||
<a href="#business-case" class="bg-amber-600 text-white px-6 py-3 rounded-lg font-semibold hover:bg-amber-700 transition">
|
||||
View Business Case
|
||||
|
||||
<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="/docs.html" class="bg-white text-amber-700 px-6 py-3 rounded-lg font-semibold border-2 border-amber-600 hover:bg-amber-50 transition">
|
||||
Explore Documentation
|
||||
<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>
|
||||
|
||||
<!-- Why Leaders Choose Tractatus -->
|
||||
<div id="main-content" class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
|
||||
<h2 class="text-3xl font-bold text-gray-900 mb-4 text-center">Why AI Leaders Choose Tractatus</h2>
|
||||
<p class="text-gray-600 text-center max-w-2xl mx-auto mb-12">
|
||||
Organizations face €35M EU AI Act fines, 42% AI project failure rates, and 30% wasted AI spend. Tractatus delivers structural guarantees that scale with AI capability growth.
|
||||
<!-- 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 mb-16">
|
||||
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
|
||||
<!-- Risk Mitigation -->
|
||||
<div class="bg-white rounded-lg shadow-lg p-8 hover-lift">
|
||||
<div class="w-12 h-12 bg-red-100 rounded-lg flex items-center justify-center mb-4">
|
||||
<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 9v2m0 4h.01m-6.938 4h13.856c1.54 0 2.502-1.667 1.732-3L13.732 4c-.77-1.333-2.694-1.333-3.464 0L3.34 16c-.77 1.333.192 3 1.732 3z"/>
|
||||
<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-xl font-bold text-gray-900 mb-3">Risk Mitigation</h3>
|
||||
<p class="text-gray-600 mb-4">
|
||||
<strong>$3.77M annual avoided costs</strong> through 80% reduction in AI incidents, structural EU AI Act compliance, and 90% reduction in violation risk.
|
||||
</p>
|
||||
<ul class="text-sm text-gray-600 space-y-2">
|
||||
<li>• EU AI Act: €35M max fine avoidance</li>
|
||||
<li>• 40% fewer ethical incidents (Gartner)</li>
|
||||
<li>• 81% faster incident response</li>
|
||||
<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-lg shadow-lg p-8 hover-lift">
|
||||
<div class="w-12 h-12 bg-green-100 rounded-lg flex items-center justify-center mb-4">
|
||||
<svg class="w-6 h-6 text-green-600" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<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-xl font-bold text-gray-900 mb-3">ROI & Efficiency</h3>
|
||||
<p class="text-gray-600 mb-4">
|
||||
<strong>1,315% ROI over 5 years</strong> with 14-month payback. Faster deployment, higher success rates, reduced compliance overhead.
|
||||
</p>
|
||||
<ul class="text-sm text-gray-600 space-y-2">
|
||||
<li>• 41% higher AI project success rate</li>
|
||||
<li>• 33% faster time to production</li>
|
||||
<li>• 75% reduction in audit prep time</li>
|
||||
<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>
|
||||
|
||||
<!-- Competitive Advantage -->
|
||||
<div class="bg-white rounded-lg shadow-lg p-8 hover-lift">
|
||||
<div class="w-12 h-12 bg-blue-100 rounded-lg flex items-center justify-center mb-4">
|
||||
<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 12l2 2 4-4M7.835 4.697a3.42 3.42 0 001.946-.806 3.42 3.42 0 014.438 0 3.42 3.42 0 001.946.806 3.42 3.42 0 013.138 3.138 3.42 3.42 0 00.806 1.946 3.42 3.42 0 010 4.438 3.42 3.42 0 00-.806 1.946 3.42 3.42 0 01-3.138 3.138 3.42 3.42 0 00-1.946.806 3.42 3.42 0 01-4.438 0 3.42 3.42 0 00-1.946-.806 3.42 3.42 0 01-3.138-3.138 3.42 3.42 0 00-.806-1.946 3.42 3.42 0 010-4.438 3.42 3.42 0 00.806-1.946 3.42 3.42 0 013.138-3.138z"/>
|
||||
<!-- 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-xl font-bold text-gray-900 mb-3">Market Differentiation</h3>
|
||||
<p class="text-gray-600 mb-4">
|
||||
<strong>15-25% trust premium</strong> in B2B markets. First-mover positioning in structural AI safety creates 18-24 month competitive lead.
|
||||
</p>
|
||||
<ul class="text-sm text-gray-600 space-y-2">
|
||||
<li>• 60% faster sales cycles</li>
|
||||
<li>• "Structural safety" as key differentiator</li>
|
||||
<li>• 68% of ML talent prefer governed AI</li>
|
||||
<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 Download -->
|
||||
<div id="business-case" class="bg-gradient-to-r from-amber-600 to-orange-600 py-16">
|
||||
<!-- 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-xl shadow-2xl p-8 md:p-12">
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 gap-8 items-center">
|
||||
<div>
|
||||
<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">
|
||||
Comprehensive Business Case
|
||||
Complete Business Case
|
||||
</h2>
|
||||
<p class="text-gray-700 mb-6">
|
||||
Executive briefing covering ROI analysis, risk mitigation, competitive positioning, implementation strategy, and 5-year financial projections.
|
||||
<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>
|
||||
<ul class="space-y-3 mb-8">
|
||||
<li class="flex items-start">
|
||||
<svg class="w-5 h-5 text-amber-600 mr-3 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 class="text-gray-700"><strong>Financial Analysis:</strong> $3.77M annual risk mitigation, 1,315% 5-year ROI</span>
|
||||
</li>
|
||||
<li class="flex items-start">
|
||||
<svg class="w-5 h-5 text-amber-600 mr-3 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 class="text-gray-700"><strong>Regulatory Compliance:</strong> EU AI Act, NIST AI RMF alignment</span>
|
||||
</li>
|
||||
<li class="flex items-start">
|
||||
<svg class="w-5 h-5 text-amber-600 mr-3 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 class="text-gray-700"><strong>Implementation Roadmap:</strong> 12-month phased deployment strategy</span>
|
||||
</li>
|
||||
</ul>
|
||||
<div class="flex gap-4">
|
||||
|
||||
<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="bg-amber-600 text-white px-6 py-3 rounded-lg font-semibold hover:bg-amber-700 transition inline-flex items-center">
|
||||
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 PDF (391 KB)
|
||||
</a>
|
||||
<a href="/docs.html"
|
||||
class="bg-white text-amber-700 px-6 py-3 rounded-lg font-semibold border-2 border-amber-600 hover:bg-amber-50 transition inline-flex items-center">
|
||||
View in Docs
|
||||
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="hidden md:block">
|
||||
<img src="/images/business-case-preview.svg" alt="Business Case Document" class="rounded-lg shadow-lg" onerror="this.style.display='none'">
|
||||
<div class="bg-amber-50 border-l-4 border-amber-500 p-6 rounded-r-lg mt-4">
|
||||
<p class="text-amber-900 font-semibold mb-2">Key Findings</p>
|
||||
<ul class="text-sm text-amber-800 space-y-1">
|
||||
<li>• 14-month payback period</li>
|
||||
<li>• $11.8M 5-year NPV (mid-size enterprise)</li>
|
||||
<li>• 42% AI project failure rate → 82% success rate</li>
|
||||
</ul>
|
||||
<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>
|
||||
|
|
@ -178,230 +306,228 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Leadership Resources -->
|
||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16">
|
||||
<h2 class="text-3xl font-bold text-gray-900 mb-12 text-center">Leadership Resources</h2>
|
||||
<!-- 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 gap-8">
|
||||
|
||||
<!-- Executive Documentation -->
|
||||
<div class="bg-white rounded-lg shadow-lg p-8">
|
||||
<div class="flex items-start mb-4">
|
||||
<div class="w-12 h-12 bg-amber-100 rounded-lg flex items-center justify-center mr-4 flex-shrink-0">
|
||||
<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="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"/>
|
||||
<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>
|
||||
<div>
|
||||
<h3 class="text-xl font-bold text-gray-900 mb-3">Strategic Documentation</h3>
|
||||
<p class="text-gray-600 mb-4">
|
||||
Executive briefs, implementation guides, and policy frameworks designed for C-suite decision makers.
|
||||
</p>
|
||||
<h3 class="text-lg font-bold text-gray-900">CEO</h3>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="space-y-3">
|
||||
<li>
|
||||
<a href="/docs.html" class="text-amber-700 hover:text-amber-800 font-medium flex items-center">
|
||||
<svg class="w-4 h-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
|
||||
</svg>
|
||||
Framework Documentation Portal
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/downloads/business-case-tractatus-framework.pdf" target="_blank" class="text-amber-700 hover:text-amber-800 font-medium flex items-center">
|
||||
<svg class="w-4 h-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
|
||||
</svg>
|
||||
Business Case for Implementation (PDF)
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/docs.html" class="text-amber-700 hover:text-amber-800 font-medium flex items-center">
|
||||
<svg class="w-4 h-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
|
||||
</svg>
|
||||
Implementation Roadmap & Best Practices
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/docs.html" class="text-amber-700 hover:text-amber-800 font-medium flex items-center">
|
||||
<svg class="w-4 h-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
|
||||
</svg>
|
||||
Case Studies & Failure Mode Analysis
|
||||
</a>
|
||||
</li>
|
||||
<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>
|
||||
|
||||
<!-- Framework Architecture -->
|
||||
<div class="bg-white rounded-lg shadow-lg p-8">
|
||||
<div class="flex items-start mb-4">
|
||||
<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="M19 11H5m14 0a2 2 0 012 2v6a2 2 0 01-2 2H5a2 2 0 01-2-2v-6a2 2 0 012-2m14 0V9a2 2 0 00-2-2M5 11V9a2 2 0 012-2m0 0V5a2 2 0 012-2h6a2 2 0 012 2v2M7 7h10"/>
|
||||
<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>
|
||||
<div>
|
||||
<h3 class="text-xl font-bold text-gray-900 mb-3">Technical Foundation</h3>
|
||||
<p class="text-gray-600 mb-4">
|
||||
Understand the five-component architecture that delivers structural AI safety guarantees.
|
||||
</p>
|
||||
<h3 class="text-lg font-bold text-gray-900">CFO</h3>
|
||||
</div>
|
||||
</div>
|
||||
<ul class="space-y-3">
|
||||
<li>
|
||||
<a href="/docs.html" class="text-blue-700 hover:text-blue-800 font-medium flex items-center">
|
||||
<svg class="w-4 h-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
|
||||
</svg>
|
||||
Core Concepts & Architecture
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/docs.html" class="text-blue-700 hover:text-blue-800 font-medium flex items-center">
|
||||
<svg class="w-4 h-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
|
||||
</svg>
|
||||
Organizational Theory Foundations
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/demos/tractatus-demo.html" class="text-blue-700 hover:text-blue-800 font-medium flex items-center">
|
||||
<svg class="w-4 h-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
|
||||
</svg>
|
||||
Interactive Framework Demo
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="/docs.html" class="text-blue-700 hover:text-blue-800 font-medium flex items-center">
|
||||
<svg class="w-4 h-4 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9 5l7 7-7 7"/>
|
||||
</svg>
|
||||
Technical Glossary
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Stakeholder Impact -->
|
||||
<div class="bg-gray-100 py-16">
|
||||
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
|
||||
<h2 class="text-3xl font-bold text-gray-900 mb-12 text-center">Stakeholder Impact</h2>
|
||||
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
|
||||
|
||||
<!-- CEO -->
|
||||
<div class="bg-white rounded-lg p-6 shadow">
|
||||
<h3 class="text-lg font-bold text-gray-900 mb-2">CEO</h3>
|
||||
<ul class="text-sm text-gray-600 space-y-2">
|
||||
<li>• 80% reduction in AI-related reputational risk</li>
|
||||
<li>• First-mover advantage in trustworthy AI</li>
|
||||
<li>• Demonstrable AI governance for board confidence</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- CFO -->
|
||||
<div class="bg-white rounded-lg p-6 shadow">
|
||||
<h3 class="text-lg font-bold text-gray-900 mb-2">CFO</h3>
|
||||
<ul class="text-sm text-gray-600 space-y-2">
|
||||
<ul class="text-sm text-gray-700 space-y-2">
|
||||
<li>• $3.77M annual risk mitigation</li>
|
||||
<li>• 1,315% ROI over 5 years</li>
|
||||
<li>• 20-30% reduction in AI liability premiums</li>
|
||||
<li>• 1,315% ROI, 14-month payback</li>
|
||||
<li>• 20-30% lower AI liability premiums</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- CTO -->
|
||||
<div class="bg-white rounded-lg p-6 shadow">
|
||||
<h3 class="text-lg font-bold text-gray-900 mb-2">CTO</h3>
|
||||
<ul class="text-sm text-gray-600 space-y-2">
|
||||
<li>• World-class AI safety architecture</li>
|
||||
<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 design</li>
|
||||
<li>• Model-agnostic, future-proof</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- CISO -->
|
||||
<div class="bg-white rounded-lg p-6 shadow">
|
||||
<h3 class="text-lg font-bold text-gray-900 mb-2">CISO</h3>
|
||||
<ul class="text-sm text-gray-600 space-y-2">
|
||||
<li>• EU AI Act compliance built-in</li>
|
||||
<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 just policies</li>
|
||||
<li>• Structural controls, not policies</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Chief Legal Officer -->
|
||||
<div class="bg-white rounded-lg p-6 shadow">
|
||||
<h3 class="text-lg font-bold text-gray-900 mb-2">Chief Legal Officer</h3>
|
||||
<ul class="text-sm text-gray-600 space-y-2">
|
||||
<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 guarantees demonstrate due diligence</li>
|
||||
<li>• Structural due diligence proof</li>
|
||||
<li>• Automatic audit trail generation</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<!-- Product Leadership -->
|
||||
<div class="bg-white rounded-lg p-6 shadow">
|
||||
<h3 class="text-lg font-bold text-gray-900 mb-2">Product Leadership</h3>
|
||||
<ul class="text-sm text-gray-600 space-y-2">
|
||||
<li>• "Structural AI safety" as market differentiator</li>
|
||||
<li>• 60% faster sales cycles</li>
|
||||
<li>• Customer trust through demonstrable safety</li>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<!-- CTA Section -->
|
||||
<div class="bg-gradient-to-r from-amber-600 to-orange-600 py-16">
|
||||
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
|
||||
<h2 class="text-3xl font-bold text-white mb-4">
|
||||
Ready to Implement Structural AI Safety?
|
||||
</h2>
|
||||
<p class="text-xl text-amber-100 mb-8">
|
||||
Download the complete business case or explore the framework documentation to understand how Tractatus delivers measurable risk mitigation and competitive advantage.
|
||||
</p>
|
||||
<div class="flex justify-center space-x-4 flex-wrap gap-2">
|
||||
<a href="/downloads/business-case-tractatus-framework.pdf"
|
||||
target="_blank"
|
||||
class="bg-white text-amber-700 px-8 py-4 rounded-lg font-semibold hover:bg-amber-50 transition inline-flex items-center">
|
||||
<svg class="w-5 h-5 mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
<!-- 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>
|
||||
Download Business Case
|
||||
</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-amber-800 text-white px-8 py-4 rounded-lg font-semibold hover:bg-amber-900 transition">
|
||||
View Documentation
|
||||
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="bg-transparent text-white px-8 py-4 rounded-lg font-semibold border-2 border-white hover:bg-white hover:text-amber-700 transition">
|
||||
Try Interactive Demo
|
||||
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-300 py-12">
|
||||
<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">© 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> |
|
||||
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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue