<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gokul - The AI Co-Pilot for Functional Safety</title>
<script src="https://cdn.tailwindcss.com"></script>
<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=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
body {
font-family: 'Inter', sans-serif;
}
.gradient-bg {
background-color: #f8fafc;
background-image:
radial-gradient(at 0% 0%, hsla(212,80%,98%,1) 0px, transparent 50%),
radial-gradient(at 98% 99%, hsla(213,80%,97%,1) 0px, transparent 50%);
}
.cta-button {
transition: all 0.3s ease;
}
.cta-button:hover {
transform: translateY(-2px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
</style>
</head>
<body class="bg-white text-gray-800">
<header class="bg-white/80 backdrop-blur-md sticky top-0 z-50 border-b border-gray-200">
<div class="container mx-auto px-6 py-4">
<div class="flex items-center justify-between">
<div class="text-2xl font-bold text-gray-900">
Gokul
</div>
<nav class="hidden md:flex items-center space-x-8">
<a href="#features" class="text-gray-600 hover:text-indigo-600">Features</a>
<a href="#pricing" class="text-gray-600 hover:text-indigo-600">Pricing</a>
<a href="#about" class="text-gray-600 hover:text-indigo-600">About</a>
<a href="#contact" class="text-gray-600 hover:text-indigo-600">Contact</a>
</nav>
<div>
<a href="#contact" class="hidden md:inline-block cta-button bg-indigo-600 text-white font-semibold px-5 py-2.5 rounded-lg shadow-md hover:bg-indigo-700">
Request a Demo
</a>
<button id="mobile-menu-button" class="md:hidden p-2 rounded-md text-gray-600 hover:bg-gray-100">
<svg xmlns="http://www.w3.org/2000/svg" class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16m-7 6h7" />
</svg>
</button>
</div>
</div>
<div id="mobile-menu" class="hidden md:hidden mt-4">
<a href="#features" class="block py-2 px-4 text-sm text-gray-600 hover:bg-gray-100 rounded-md">Features</a>
<a href="#pricing" class="block py-2 px-4 text-sm text-gray-600 hover:bg-gray-100 rounded-md">Pricing</a>
<a href="#about" class="block py-2 px-4 text-sm text-gray-600 hover:bg-gray-100 rounded-md">About</a>
<a href="#contact" class="block py-2 px-4 text-sm text-gray-600 hover:bg-gray-100 rounded-md">Contact</a>
<a href="#contact" class="block mt-2 w-full text-center cta-button bg-indigo-600 text-white font-semibold px-5 py-2.5 rounded-lg shadow-md hover:bg-indigo-700">
Request a Demo
</a>
</div>
</div>
</header>
<main>
<section class="gradient-bg py-20 md:py-32">
<div class="container mx-auto px-6 text-center">
<h1 class="text-4xl md:text-6xl font-extrabold text-gray-900 leading-tight">
The AI Co-Pilot for Functional Safety & Cybersecurity
</h1>
<p class="mt-6 text-lg md:text-xl text-gray-600 max-w-3xl mx-auto">
Gokul analyzes your engineering documents against standards like ISO 26262 and ISO/SAE 21434, identifying compliance gaps and generating reports in minutes—not weeks.
</p>
<div class="mt-10 flex justify-center items-center gap-4">
<a href="#contact" class="cta-button bg-indigo-600 text-white font-semibold px-8 py-4 rounded-lg shadow-lg hover:bg-indigo-700 text-lg">
Request a Demo
</a>
</div>
</div>
</section>
<section class="bg-gray-50 py-8">
<div class="container mx-auto px-6">
<div class="flex flex-wrap justify-center items-center gap-x-8 gap-y-4 text-center">
<p class="text-sm font-semibold text-gray-500 tracking-wider w-full sm:w-auto">SUPPORTING COMPLIANCE FOR</p>
<span class="font-bold text-gray-600">ISO 26262</span>
<span class="font-bold text-gray-600">ISO/SAE 21434</span>
<span class="font-bold text-gray-600">ISO 21448 (SOTIF)</span>
</div>
</div>
</section>
<section id="features" class="py-20 md:py-28">
<div class="container mx-auto px-6">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold text-gray-900">Stop Drowning in Compliance Paperwork</h2>
<p class="mt-4 text-lg text-gray-600 max-w-2xl mx-auto">The safety compliance process is a bottleneck. Gokul automates the manual work so you can focus on engineering.</p>
</div>
<div class="grid md:grid-cols-3 gap-8 md:gap-12 text-center">
<div>
<div class="flex items-center justify-center h-16 w-16 bg-indigo-100 text-indigo-600 rounded-full mx-auto mb-4">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 16a4 4 0 01-.88-7.903A5 5 0 1115.9 6L16 6a5 5 0 011 9.9M15 13l-3-3m0 0l-3 3m3-3v12" /></svg>
</div>
<h3 class="text-xl font-semibold text-gray-900 mb-2">1. Upload Your Artifacts</h3>
<p class="text-gray-600">Securely upload your requirements specs, HARA spreadsheets, and design documents into our encrypted cloud environment.</p>
</div>
<div>
<div class="flex items-center justify-center h-16 w-16 bg-indigo-100 text-indigo-600 rounded-full mx-auto mb-4">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M9.663 17h4.673M12 3v1m6.364 1.636l-.707.707M21 12h-1M4 12H3m3.343-5.657l-.707-.707m2.828 9.9a5 5 0 117.072 0l-.548.547A3.374 3.374 0 0014 18.469V19a2 2 0 11-4 0v-.531c0-.895-.356-1.754-.988-2.386l-.548-.547z" /></svg>
</div>
<h3 class="text-xl font-semibold text-gray-900 mb-2">2. Run AI-Powered Analysis</h3>
<p class="text-gray-600">Select the standard and let Gokul’s AI engine analyze your content, identify gaps, and flag inconsistencies.</p>
</div>
<div>
<div class="flex items-center justify-center h-16 w-16 bg-indigo-100 text-indigo-600 rounded-full mx-auto mb-4">
<svg xmlns="http://www.w3.org/2000/svg" class="h-8 w-8