TRUSTED BY 500+ COMPANIES
Transform Any Team with
Custom AI Training
Tailored AI bootcamp programs for
any department
—from Engineering & Data Science to Marketing, Finance, and Operations.
Boost productivity by 3x
and
reduce operational costs by 40%
across your organization.
Trusted across industries:
Tech, Finance, Healthcare, Retail & Manufacturing
🏢 Any Industry
🎯 Custom Training
� 3x Productivity
🌟 500+ Teams Trained
CUSTOM FOR YOUR INDUSTRY
AI Training Tailored to Any Department
Click on different departments to see how AI transforms their workflows
ENG
Engineering Teams
ML Pipeline Automation:
Reduce deployment time by 75%
Code Generation:
AI-assisted development workflows
Predictive Analytics:
Proactive system monitoring
✓ Model Training: Completed in 2.3s
Auto Deployment: Docker + K8s
CI/CD Pipeline: Auto-triggered
Performance: +285% efficiency
AI
Which department would benefit most in your organization?
Why Choose Our Program
Transform Your Organization with AI
Deliver measurable business impact across all departments with comprehensive AI training
Boost Team Productivity
Increase productivity across all departments by 4x through AI-powered automation, intelligent workflows, and process optimization.
Automated workflows and processes
AI-powered decision making
Cross-department AI integration
Drive Innovation
Enable your teams to build cutting-edge AI solutions that differentiate your products and services across any industry sector.
Custom AI solutions for any sector
Industry-specific use cases
Competitive advantage through AI
Measurable ROI
Our corporate partners see an average 40% increase in operational efficiency and 60% reduction in manual tasks across all departments.
Faster implementation timelines
Reduced operational costs
Improved employee satisfaction
Training Curriculum
Progressive Learning Path
Structured curriculum that adapts to any industry and builds expertise from foundations to advanced implementation
1
AI Fundamentals & Tools
Essential AI literacy for all team members
AI-powered productivity tools
Business prompt engineering
2
Implementation & Integration
Department-specific AI applications
Workflow automation design
3
Advanced AI & Strategy
Strategic implementation & governance
Strategic roadmap planning
Delivery Options
Choose Your Learning Format
Flexible training options designed to fit your team's schedule and learning preferences
Online Training
Live interactive sessions with dedicated instructors, perfect for distributed teams and flexible scheduling.
Live interactive sessions
Recorded sessions for review
On-Site Training
Expert instructors come to your office for immersive, hands-on training sessions tailored to your environment.
Custom setup in your office
Direct hands-on collaboration
Hybrid Approach
Combine online and on-site sessions for maximum flexibility, engagement, and cost-effectiveness.
Flexible scheduling options
Success Stories
TRANSFORMING ORGANIZATIONS
"
REA Academy's program at Pahoa School has been transformational. Their hands-on approach to AI education is preparing our students for the future while creating real impact in our
community.
PS
PAHOA SCHOOL
Educational Partner
Ready to Transform Your Organization?
Schedule a consultation with our enterprise training specialists to design a custom AI bootcamp tailored to your team's needs and industry.
500+
Professionals Trained
Konsultasi Sekarang
<!doctype html>
<html lang="id">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Corporate AI Engineering Bootcamp - REA Academy</title>
<meta name="author" content="Ruangguru Tech Team" />
<meta name="publisher" content="PT Ruang Raya Indonesia" />
<meta
name="description"
content="Transform your team with Corporate AI Engineering Bootcamp. Custom training programs designed for companies to upskill engineers in AI, automation, and modern software practices."
/>
<link rel="icon" type="image/jpg" href="https://cdn-web.ruangguru.com/file-uploader/d2d58a11-1905-4ae2-ab6a-809190e7cd48.jpg" />
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != 'dataLayer' ? '&l=' + l : '';
j.async = true;
j.src = 'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, 'script', 'dataLayer', 'GTM-PVNLZFT');
</script>
<!-- End Google Tag Manager -->
<!-- Tracker -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://unpkg.com/analytics@0.8.1/dist/analytics.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/analytics-plugin-trackable/dist/analytics-plugin-trackable.min.js"></script>
<script type="text/javascript" defer>
$(document).on('click', '[data-tracking-event-type]', function (event) {
const eventType = $(this).data('tracking-event-type');
const context = $(this).data('tracking-context');
Analytics.track(eventType, context);
});
/* Initialize analytics */
var Analytics = _analytics.init({
app: 'REA',
debug: false,
plugins: [analyticsTrackable()],
});
Analytics.ready(function () {
Analytics.page();
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.2/gsap.min.js"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Quicksand:wght@300..700&display=swap');
:root {
--color-primary: #0f6ff2;
--color-secondary: #0dc7f1;
--color-accent-light: #ecf7ff;
--color-text-dark: #21272a;
--color-text-medium: #2c313a;
--color-text-light: #697077;
--color-white: #ffffff;
--color-background-light: #f9fcff;
--color-background-dark: #000000;
--color-border: #dde1e6;
}
html {
overflow-x: hidden;
scroll-behavior: smooth;
}
body {
margin: 0;
font-family: 'Inter', sans-serif;
background-color: var(--color-white);
color: var(--color-text-dark);
overflow-x: hidden;
padding-top: 46px;
}
/* Promo Banner */
.promo-banner {
background: linear-gradient(90deg, var(--color-primary) 0%, var(--color-secondary) 100%);
color: white;
padding: 12px 0;
text-align: center;
font-size: 14px;
font-weight: 500;
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 1001;
cursor: pointer;
transition: all 0.3s ease;
}
.promo-banner:hover {
background: linear-gradient(90deg, #0d5fd6 0%, #0bb8d9 100%);
}
.promo-text {
display: flex;
justify-content: center;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
.promo-highlight-blue {
background: rgba(255, 255, 255, 0.2);
padding: 2px 8px;
border-radius: 12px;
font-weight: 600;
}
.promo-highlight-bold {
font-weight: 700;
}
.promo-button-text {
background: white;
color: var(--color-primary);
padding: 4px 12px;
border-radius: 16px;
font-weight: 600;
font-size: 13px;
}
/* Header */
.header {
position: fixed;
top: 46px;
left: 0;
right: 0;
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(12px);
z-index: 1000;
border-bottom: 1px solid var(--color-border);
transition: all 0.3s ease;
}
.header-container {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
height: 80px;
display: flex;
justify-content: space-between;
align-items: center;
}
.header-logo img {
height: 40px;
width: auto;
}
.header-nav {
display: flex;
list-style: none;
margin: 0;
padding: 0;
gap: 32px;
}
.header-nav a {
text-decoration: none;
color: var(--color-text-dark);
font-weight: 500;
font-size: 16px;
transition: color 0.3s ease;
position: relative;
}
.header-nav a:hover {
color: var(--color-primary);
}
.header-nav a::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -8px;
left: 50%;
background-color: var(--color-primary);
transition: all 0.3s ease;
transform: translateX(-50%);
}
.header-nav a:hover::after {
width: 100%;
}
/* Mobile Navigation */
.hamburger-menu {
display: none;
flex-direction: column;
cursor: pointer;
gap: 4px;
padding: 8px;
}
.hamburger-line {
width: 24px;
height: 2px;
background: var(--color-text-dark);
border-radius: 1px;
transition: all 0.3s ease;
}
.hamburger-menu.active .hamburger-line:first-child {
transform: rotate(45deg) translate(6px, 6px);
}
.hamburger-menu.active .hamburger-line:nth-child(2) {
opacity: 0;
}
.hamburger-menu.active .hamburger-line:last-child {
transform: rotate(-45deg) translate(6px, -6px);
}
.mobile-nav {
position: fixed;
top: 126px;
left: 0;
right: 0;
background: white;
box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
transform: translateY(-100%);
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
z-index: 999;
padding: 24px;
}
.mobile-nav.active {
transform: translateY(0);
opacity: 1;
visibility: visible;
}
.mobile-nav a {
display: block;
padding: 12px 0;
text-decoration: none;
color: var(--color-text-dark);
font-weight: 500;
font-size: 18px;
border-bottom: 1px solid var(--color-border);
}
/* Page container */
.page-container {
max-width: 1440px;
margin-left: auto;
margin-right: auto;
position: relative;
}
.section-container {
padding: 100px 60px;
max-width: 1200px;
margin: 0 auto;
}
/* Button styles */
.btn {
display: inline-flex;
justify-content: center;
align-items: center;
padding: 16px 32px;
border-radius: 100px;
text-decoration: none;
font-family: 'Inter', sans-serif;
font-weight: 600;
font-size: 16px;
line-height: 1;
border: none;
cursor: pointer;
transition: all 0.3s ease;
box-sizing: border-box;
position: relative;
overflow: hidden;
}
.btn-primary {
background: linear-gradient(135deg, var(--color-primary) 0%, var(--color-secondary) 100%);
color: white;
box-shadow: 0 8px 32px rgba(15, 111, 242, 0.2);
}
.btn-primary:hover {
transform: translateY(-2px);
box-shadow: 0 12px 40px rgba(15, 111, 242, 0.3);
}
.btn-secondary {
background: transparent;
color: var(--color-text-medium);
border: 2px solid var(--color-text-medium);
}
.btn-secondary:hover {
background: var(--color-text-medium);
color: white;
}
.btn-white {
background: white;
color: var(--color-primary);
font-weight: 700;
font-size: 18px;
padding: 16px 32px;
}
.btn-white:hover {
transform: translateY(-2px);
box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
}
/* Clean spacing and typography */
h1,
h2 {
letter-spacing: -0.02em;
}
/* Improved section spacing */
.section {
margin-bottom: 0;
}
/* Better card styling */
.card {
border-radius: 16px;
padding: 32px;
transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.card:hover {
transform: translateY(-4px);
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}
/* Responsive Design */
@media (max-width: 1024px) {
.section-container {
padding: 80px 40px;
}
}
@media (max-width: 768px) {
.header-nav {
display: none;
}
.hamburger-menu {
display: flex;
}
.section-container {
padding: 60px 24px;
}
.promo-text {
font-size: 13px;
padding: 0 16px;
}
.promo-banner {
padding: 8px 0;
}
}
</style>
<script type="module" crossorigin src="https://cdn-web-2.ruangguru.com/landing-page-web/public/staticpages/www.ruangguru.com/rea/ai-for-corporate/assets/index-DF83_TG5.js"></script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-PVNLZFT" height="0" width="0" style="display: none; visibility: hidden"></iframe>
</noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Promo Banner -->
<div class="promo-banner" id="promo-banner">
<div class="promo-text">
Transform Your Team with Corporate AI Training •
<span class="promo-highlight-blue">Custom Programs</span>
•
<span class="promo-highlight-bold">Available Now</span>
<span class="promo-button-text">Request Proposal</span>
</div>
</div>
<!-- Header -->
<header class="header">
<div class="header-container">
<div class="header-logo">
<img src="https://cdn-web.ruangguru.com/file-uploader/dd4a94a6-93fd-41d7-9cd8-8c5ce6e857f1.png" alt="REA Academy" />
</div>
<nav>
<ul class="header-nav">
<li><a href="#features">Why Corporate AI</a></li>
<li><a href="#curriculum">Curriculum</a></li>
<li><a href="#delivery">Delivery</a></li>
<li><a href="#case-studies">Case Studies</a></li>
</ul>
</nav>
<div class="hamburger-menu" id="hamburger-menu">
<div class="hamburger-line"></div>
<div class="hamburger-line"></div>
<div class="hamburger-line"></div>
</div>
</div>
</header>
<!-- Mobile Navigation -->
<div class="mobile-nav" id="mobile-nav">
<a href="#features">Why Corporate AI</a>
<a href="#curriculum">Curriculum</a>
<a href="#delivery">Delivery</a>
<a href="#case-studies">Case Studies</a>
<a href="#cta">Request Proposal</a>
</div>
<div class="page-container">
<!-- Hero Section -->
<section
style="
background: radial-gradient(1200px 700px at 50% -10%, #bcd6ff, transparent 60%), radial-gradient(1200px 700px at 50% 110%, #bcd6ff, transparent 60%),
linear-gradient(180deg, #f7faff 0%, #edf3ff 60%, #eaf1ff 100%);
overflow-x: hidden;
min-height: 100vh;
padding: 0;
"
>
<div
class="hero-frame"
style="
position: relative;
border-radius: 0;
padding: 48px 28px 74px;
background: linear-gradient(180deg, #fbfdffcc, #ffffffcc);
box-shadow: none;
border: none;
overflow: hidden;
width: 100%;
margin: 0;
min-height: 100vh;
display: flex;
flex-direction: column;
justify-content: center;
"
>
<!-- Grid Pattern -->
<div
style="
position: absolute;
inset: 0;
background:
linear-gradient(transparent 30%, #e9eef7 31%, transparent 32%) 0 0/100% 120px,
linear-gradient(90deg, transparent 30%, #e9eef7 31%, transparent 32%) 0 0/120px 100%;
opacity: 0.65;
mix-blend-mode: multiply;
pointer-events: none;
"
></div>
<!-- Border Gradient -->
<div
style="
content: '';
position: absolute;
inset: 0;
border-radius: 0;
padding: 1px;
background: linear-gradient(180deg, #ffffff, #e9eefc);
-webkit-mask:
linear-gradient(#000 0 0) content-box,
linear-gradient(#000 0 0);
-webkit-mask-composite: xor;
mask-composite: exclude;
pointer-events: none;
"
></div>
<!-- Hero Content -->
<div class="hero" style="display: flex; flex-direction: column; align-items: center; text-align: center">
<!-- Trust Badge -->
<div
style="
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(16, 185, 129, 0.1);
color: #059669;
padding: 8px 16px;
border-radius: 50px;
font-size: 12px;
font-weight: 600;
margin-bottom: 24px;
"
>
<div style="width: 6px; height: 6px; background: #10b981; border-radius: 50%; animation: pulse 2s infinite"></div>
TRUSTED BY 500+ COMPANIES
</div>
<h1 style="font-size: 54px; line-height: 1.05; margin: 0 0 24px; letter-spacing: -0.02em; color: #0b1220; max-width: 900px">
Transform Any Team with
<span style="background: linear-gradient(135deg, #3578ff, #1e55e6); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; font-weight: 800">
Custom AI Training
</span>
</h1>
<p class="sub" style="max-width: 720px; color: #4b5563; font-size: 18px; line-height: 1.6; margin-bottom: 32px; font-weight: 400">
Tailored AI bootcamp programs for
<strong style="color: #1f2937">any department</strong>
—from Engineering & Data Science to Marketing, Finance, and Operations.
<strong style="color: #1f2937">Boost productivity by 3x</strong>
and
<strong style="color: #1f2937">reduce operational costs by 40%</strong>
across your organization.
</p>
<!-- Value Props -->
<div style="display: flex; gap: 32px; margin-bottom: 40px; flex-wrap: wrap; justify-content: center; max-width: 800px">
<div style="display: flex; align-items: center; gap: 8px; color: #374151">
<div style="width: 20px; height: 20px; background: #10b981; border-radius: 50%; display: flex; align-items: center; justify-content: center">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none">
<path d="M10 3L4.5 8.5L2 6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
<span style="font-weight: 500">Any Department</span>
</div>
<div style="display: flex; align-items: center; gap: 8px; color: #374151">
<div style="width: 20px; height: 20px; background: #10b981; border-radius: 50%; display: flex; align-items: center; justify-content: center">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none">
<path d="M10 3L4.5 8.5L2 6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
<span style="font-weight: 500">Custom Curriculum</span>
</div>
<div style="display: flex; align-items: center; gap: 8px; color: #374151">
<div style="width: 20px; height: 20px; background: #10b981; border-radius: 50%; display: flex; align-items: center; justify-content: center">
<svg width="12" height="12" viewBox="0 0 12 12" fill="none">
<path d="M10 3L4.5 8.5L2 6" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" />
</svg>
</div>
<span style="font-weight: 500">Proven Results</span>
</div>
</div>
<div class="cta" style="display: flex; gap: 16px; align-items: center; justify-content: center; margin-bottom: 32px; flex-wrap: wrap">
<button
class="primary"
style="
background: linear-gradient(180deg, #3578ff, #1e55e6);
border: none;
color: #fff;
padding: 16px 32px;
border-radius: 12px;
font-weight: 700;
font-size: 16px;
letter-spacing: 0.01em;
box-shadow:
0 8px 24px rgba(30, 86, 230, 0.25),
inset 0 1px 0 #ffffff80;
cursor: pointer;
transition: all 0.3s ease;
"
onclick="document.getElementById('cta').scrollIntoView()"
>
Start Free Consultation
</button>
<button
style="
background: transparent;
border: 2px solid #d1d5db;
color: #374151;
padding: 14px 28px;
border-radius: 12px;
font-weight: 600;
font-size: 16px;
cursor: pointer;
transition: all 0.3s ease;
"
onclick="window.open('https://calendly.com/rea-academy', '_blank')"
>
View Success Stories
</button>
</div>
<!-- Social Proof -->
<div style="color: #6b7280; font-size: 14px; margin-bottom: 24px">
Trusted across industries:
<strong style="color: #374151">Tech, Finance, Healthcare, Retail & Manufacturing</strong>
</div>
</div>
<!-- Feature Badges -->
<div
class="badge"
style="
position: absolute;
font-size: 11px;
font-weight: 600;
padding: 8px 12px;
border-radius: 999px;
border: 1px solid rgba(16, 185, 129, 0.2);
background: rgba(255, 255, 255, 0.95);
color: #059669;
box-shadow:
0 12px 35px rgba(16, 185, 129, 0.15),
0 3px 10px rgba(16, 185, 129, 0.08);
left: 38px;
top: 56%;
animation: floaty 5s ease-in-out infinite;
backdrop-filter: blur(12px);
"
>
🏢 Any Industry
</div>
<div
class="badge"
style="
position: absolute;
font-size: 11px;
font-weight: 600;
padding: 8px 12px;
border-radius: 999px;
border: 1px solid rgba(59, 130, 246, 0.2);
background: rgba(255, 255, 255, 0.95);
color: #1d4ed8;
box-shadow:
0 12px 35px rgba(59, 130, 246, 0.15),
0 3px 10px rgba(59, 130, 246, 0.08);
right: 48px;
top: 44%;
animation: floaty 5s ease-in-out infinite;
animation-delay: 0.8s;
backdrop-filter: blur(12px);
"
>
🎯 Custom Training
</div>
<div
class="badge"
style="
position: absolute;
font-size: 11px;
font-weight: 600;
padding: 8px 12px;
border-radius: 999px;
border: 1px solid rgba(245, 158, 11, 0.2);
background: rgba(255, 255, 255, 0.95);
color: #d97706;
box-shadow:
0 12px 35px rgba(245, 158, 11, 0.15),
0 3px 10px rgba(245, 158, 11, 0.08);
left: 78px;
bottom: 92px;
animation: floaty 5s ease-in-out infinite;
animation-delay: 1.6s;
backdrop-filter: blur(12px);
"
>
� 3x Productivity
</div>
<div
class="badge"
style="
position: absolute;
font-size: 11px;
font-weight: 600;
padding: 8px 12px;
border-radius: 999px;
border: 1px solid rgba(139, 92, 246, 0.2);
background: rgba(255, 255, 255, 0.95);
color: #7c3aed;
box-shadow:
0 12px 35px rgba(139, 92, 246, 0.15),
0 3px 10px rgba(139, 92, 246, 0.08);
right: 90px;
bottom: 110px;
animation: floaty 5s ease-in-out infinite;
animation-delay: 2.4s;
backdrop-filter: blur(12px);
"
>
🌟 500+ Teams Trained
</div>
</div>
<!-- CSS Animations -->
<style>
@keyframes blink {
50% {
opacity: 0;
}
}
@keyframes floaty {
0% {
transform: translateY(0);
}
50% {
transform: translateY(-8px);
}
100% {
transform: translateY(0);
}
}
@keyframes pulse {
0%,
100% {
opacity: 1;
transform: scale(1);
}
50% {
opacity: 0.7;
transform: scale(1.1);
}
}
@keyframes progressLoad {
0% {
width: 0%;
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes barGrowUp {
0% {
height: 0%;
}
100% {
}
}
.primary:hover {
transform: translateY(-1px);
box-shadow:
0 12px 32px rgba(30, 86, 230, 0.35),
inset 0 1px 0 #ffffff80;
}
.em {
transition:
box-shadow 0.25s ease,
transform 0.25s ease;
}
.em:hover {
box-shadow: 0 4px 18px rgba(59, 130, 246, 0.18);
}
@media (max-width: 1024px) {
.hero h1 {
font-size: 48px;
}
.hero .sub {
font-size: 16px;
}
.badge:nth-child(1),
.badge:nth-child(3) {
left: 22px;
}
.badge:nth-child(2),
.badge:nth-child(4) {
right: 22px;
}
}
@media (max-width: 768px) {
.hero h1 {
font-size: 42px;
}
.hero .sub {
font-size: 16px;
padding: 0 16px;
}
.hero .cta {
flex-direction: column;
gap: 12px;
}
.hero .cta button {
width: 100%;
max-width: 280px;
}
.badge {
font-size: 10px !important;
padding: 6px 10px !important;
}
}
@media (max-width: 640px) {
.hero h1 {
font-size: 36px;
line-height: 1.1;
}
.hero .sub {
font-size: 15px;
line-height: 1.5;
}
.hero-frame {
padding: 32px 18px 56px;
min-height: 100vh;
}
.badge {
display: none;
} /* Hide badges on very small screens */
}
@media (max-width: 480px) {
.hero h1 {
font-size: 32px;
}
.hero .sub {
font-size: 14px;
}
}
</style>
</section>
<!-- Multi-Sector AI Showcase Section -->
<section id="multi-sector-showcase" style="padding: 100px 0; background: linear-gradient(135deg, #fefefe, #f8fafc); position: relative; overflow: hidden">
<div class="section-container" style="max-width: 1200px; margin: 0 auto; padding: 0 28px">
<!-- Section Header -->
<div style="text-align: center; margin-bottom: 60px">
<div
style="
display: inline-flex;
align-items: center;
gap: 8px;
background: rgba(59, 130, 246, 0.1);
color: #1d4ed8;
padding: 12px 24px;
border-radius: 50px;
font-size: 14px;
font-weight: 600;
margin-bottom: 24px;
"
>
CUSTOM FOR YOUR INDUSTRY
</div>
<h2 style="font-size: 48px; font-weight: 800; color: #1f2937; margin: 0 0 16px; letter-spacing: -0.02em; line-height: 1.1">AI Training Tailored to Any Department</h2>
<p style="color: #6b7280; font-size: 20px; margin: 0; max-width: 600px; margin: 0 auto">Click on different departments to see how AI transforms their workflows</p>
</div>
<!-- Interactive Department Showcase -->
<div
style="
background: rgba(255, 255, 255, 0.95);
border: 1px solid rgba(229, 231, 235, 0.4);
border-radius: 24px;
box-shadow:
0 24px 70px rgba(22, 39, 97, 0.1),
0 10px 30px rgba(22, 39, 97, 0.05);
padding: 48px;
backdrop-filter: blur(20px);
max-width: 900px;
margin: 0 auto;
"
>
<!-- Department Tabs -->
<div style="display: flex; justify-content: center; gap: 12px; margin-bottom: 40px; flex-wrap: wrap" id="department-tabs">
<button
class="dept-tab active"
data-dept="engineering"
style="
padding: 14px 24px;
border: 2px solid #3b82f6;
background: #3b82f6;
color: white;
border-radius: 25px;
font-weight: 600;
font-size: 15px;
cursor: pointer;
transition: all 0.3s ease;
outline: none;
"
>
Engineering
</button>
<button
class="dept-tab"
data-dept="marketing"
style="
padding: 14px 24px;
border: 2px solid #e5e7eb;
background: transparent;
color: #6b7280;
border-radius: 25px;
font-weight: 600;
font-size: 15px;
cursor: pointer;
transition: all 0.3s ease;
outline: none;
"
>
Marketing
</button>
<button
class="dept-tab"
data-dept="finance"
style="
padding: 14px 24px;
border: 2px solid #e5e7eb;
background: transparent;
color: #6b7280;
border-radius: 25px;
font-weight: 600;
font-size: 15px;
cursor: pointer;
transition: all 0.3s ease;
outline: none;
"
>
Finance
</button>
<button
class="dept-tab"
data-dept="operations"
style="
padding: 14px 24px;
border: 2px solid #e5e7eb;
background: transparent;
color: #6b7280;
border-radius: 25px;
font-weight: 600;
font-size: 15px;
cursor: pointer;
transition: all 0.3s ease;
outline: none;
"
>
Operations
</button>
<button
class="dept-tab"
data-dept="hr"
style="
padding: 14px 24px;
border: 2px solid #e5e7eb;
background: transparent;
color: #6b7280;
border-radius: 25px;
font-weight: 600;
font-size: 15px;
cursor: pointer;
transition: all 0.3s ease;
outline: none;
"
>
HR
</button>
</div>
<!-- Department Content -->
<div id="department-content" style="min-height: 320px">
<!-- Engineering Content (Default) -->
<div class="dept-content active" data-dept="engineering" style="display: block">
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center">
<!-- Left: Info -->
<div>
<h3 style="font-size: 22px; font-weight: 700; color: #1f2937; margin: 0 0 20px; display: flex; align-items: center; gap: 10px">
<span
style="
width: 44px;
height: 44px;
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: 600;
font-size: 14px;
"
>
ENG
</span>
Engineering Teams
</h3>
<div style="margin-bottom: 20px">
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 14px">
<div style="width: 8px; height: 8px; background: #3b82f6; border-radius: 50%"></div>
<span style="color: #374151; font-size: 15px">
<strong>ML Pipeline Automation:</strong>
Reduce deployment time by 75%
</span>
</div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 14px">
<div style="width: 8px; height: 8px; background: #3b82f6; border-radius: 50%"></div>
<span style="color: #374151; font-size: 15px">
<strong>Code Generation:</strong>
AI-assisted development workflows
</span>
</div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 14px">
<div style="width: 8px; height: 8px; background: #3b82f6; border-radius: 50%"></div>
<span style="color: #374151; font-size: 15px">
<strong>Predictive Analytics:</strong>
Proactive system monitoring
</span>
</div>
</div>
<div style="margin-top: 20px; padding: 20px; background: rgba(59, 130, 246, 0.05); border-radius: 16px; border-left: 4px solid #3b82f6">
<div style="font-size: 28px; font-weight: 800; color: #1d4ed8">3.5x</div>
<div style="font-size: 13px; color: #6b7280; text-transform: uppercase; letter-spacing: 0.5px">Faster Development</div>
</div>
</div>
<!-- Right: Visual -->
<div style="position: relative">
<div style="background: linear-gradient(135deg, #f8fafc, #f1f5f9); border: 2px solid #e2e8f0; border-radius: 20px; padding: 24px; position: relative; overflow: hidden">
<div style="display: flex; align-items: center; gap: 10px; margin-bottom: 20px">
<div style="width: 12px; height: 12px; background: #ef4444; border-radius: 50%"></div>
<div style="width: 12px; height: 12px; background: #f59e0b; border-radius: 50%"></div>
<div style="width: 12px; height: 12px; background: #10b981; border-radius: 50%"></div>
<span style="font-size: 13px; color: #6b7280; margin-left: 10px">AI Development Pipeline</span>
</div>
<div style="font-family: 'Courier New', monospace; font-size: 13px; color: #1f2937; line-height: 1.5">
<div style="color: #1d4ed8">✓ Model Training: Completed in 2.3s</div>
<div style="color: #1d4ed8; margin-top: 6px">Auto Deployment: Docker + K8s</div>
<div style="color: #1d4ed8; margin-top: 6px">CI/CD Pipeline: Auto-triggered</div>
<div style="color: #1d4ed8; margin-top: 10px">Performance: +285% efficiency</div>
</div>
<div
style="
position: absolute;
top: -12px;
right: -12px;
width: 32px;
height: 32px;
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
animation: pulse 2s infinite;
"
>
<span style="font-size: 16px; color: white">AI</span>
</div>
</div>
</div>
</div>
</div>
<!-- Marketing Content -->
<div class="dept-content" data-dept="marketing" style="display: none">
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center">
<div>
<h3 style="font-size: 22px; font-weight: 700; color: #1f2937; margin: 0 0 20px; display: flex; align-items: center; gap: 10px">
<span
style="
width: 44px;
height: 44px;
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: 600;
font-size: 14px;
"
>
MKT
</span>
Marketing Teams
</h3>
<div style="margin-bottom: 20px">
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 14px">
<div style="width: 8px; height: 8px; background: #3b82f6; border-radius: 50%"></div>
<span style="color: #374151; font-size: 15px">
<strong>Content Generation:</strong>
AI-powered copywriting & visuals
</span>
</div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 14px">
<div style="width: 8px; height: 8px; background: #3b82f6; border-radius: 50%"></div>
<span style="color: #374151; font-size: 15px">
<strong>Customer Segmentation:</strong>
Intelligent targeting
</span>
</div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 14px">
<div style="width: 8px; height: 8px; background: #3b82f6; border-radius: 50%"></div>
<span style="color: #374151; font-size: 15px">
<strong>Campaign Optimization:</strong>
Real-time performance tuning
</span>
</div>
</div>
<div style="margin-top: 20px; padding: 20px; background: rgba(59, 130, 246, 0.05); border-radius: 16px; border-left: 4px solid #3b82f6">
<div style="font-size: 28px; font-weight: 800; color: #1d4ed8">+420%</div>
<div style="font-size: 13px; color: #6b7280; text-transform: uppercase; letter-spacing: 0.5px">Campaign ROI</div>
</div>
</div>
<div style="position: relative">
<div style="background: linear-gradient(135deg, #f8fafc, #f1f5f9); border: 2px solid #e2e8f0; border-radius: 20px; padding: 24px">
<div style="text-align: center; margin-bottom: 20px">
<div style="font-size: 18px; font-weight: 700; color: #be185d">AI Marketing Dashboard</div>
</div>
<div style="display: flex; justify-content: space-between; margin-bottom: 16px">
<span style="font-size: 13px; color: #6b7280">Content Generated</span>
<span style="font-size: 13px; font-weight: 600; color: #be185d">1,247 pieces</span>
</div>
<div style="height: 6px; background: #f3f4f6; border-radius: 3px; margin-bottom: 16px">
<div style="width: 89%; height: 100%; background: linear-gradient(90deg, #ec4899, #be185d); border-radius: 3px; animation: progressLoad 2s ease-out"></div>
</div>
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 10px">
<div style="text-align: center; padding: 10px; background: rgba(236, 72, 153, 0.1); border-radius: 10px">
<div style="font-size: 16px; font-weight: 700; color: #be185d">45%</div>
<div style="font-size: 11px; color: #6b7280">CTR Boost</div>
</div>
<div style="text-align: center; padding: 10px; background: rgba(236, 72, 153, 0.1); border-radius: 10px">
<div style="font-size: 16px; font-weight: 700; color: #be185d">-62%</div>
<div style="font-size: 11px; color: #6b7280">Ad Spend</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Finance Content -->
<div class="dept-content" data-dept="finance" style="display: none">
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center">
<div>
<h3 style="font-size: 22px; font-weight: 700; color: #1f2937; margin: 0 0 20px; display: flex; align-items: center; gap: 10px">
<span
style="
width: 44px;
height: 44px;
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: 600;
font-size: 14px;
"
>
FIN
</span>
Finance Teams
</h3>
<div style="margin-bottom: 20px">
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 14px">
<div style="width: 8px; height: 8px; background: #3b82f6; border-radius: 50%"></div>
<span style="color: #374151; font-size: 15px">
<strong>Fraud Detection:</strong>
Real-time transaction monitoring
</span>
</div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 14px">
<div style="width: 8px; height: 8px; background: #3b82f6; border-radius: 50%"></div>
<span style="color: #374151; font-size: 15px">
<strong>Financial Forecasting:</strong>
Predictive cash flow models
</span>
</div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 14px">
<div style="width: 8px; height: 8px; background: #3b82f6; border-radius: 50%"></div>
<span style="color: #374151; font-size: 15px">
<strong>Automated Reporting:</strong>
Instant financial dashboards
</span>
</div>
</div>
<div style="margin-top: 20px; padding: 20px; background: rgba(59, 130, 246, 0.05); border-radius: 16px; border-left: 4px solid #3b82f6">
<div style="font-size: 28px; font-weight: 800; color: #1d4ed8">95%</div>
<div style="font-size: 13px; color: #6b7280; text-transform: uppercase; letter-spacing: 0.5px">Fraud Prevention</div>
</div>
</div>
<div style="position: relative">
<div style="background: linear-gradient(135deg, #f8fafc, #f1f5f9); border: 2px solid #e2e8f0; border-radius: 20px; padding: 24px">
<div style="display: flex; justify-content: between; align-items: center; margin-bottom: 20px">
<span style="font-size: 16px; font-weight: 600; color: #059669">Risk Assessment AI</span>
<span style="background: #10b981; color: white; padding: 6px 10px; border-radius: 12px; font-size: 11px; font-weight: 600">LIVE</span>
</div>
<div style="margin-bottom: 16px">
<div style="display: flex; justify-content: space-between; margin-bottom: 6px">
<span style="font-size: 13px; color: #6b7280">Transactions Analyzed</span>
<span style="font-size: 13px; color: #059669; font-weight: 600">124,891</span>
</div>
<div style="display: flex; justify-content: space-between; margin-bottom: 6px">
<span style="font-size: 13px; color: #6b7280">Fraud Detected</span>
<span style="font-size: 13px; color: #dc2626; font-weight: 600">0.2%</span>
</div>
<div style="display: flex; justify-content: space-between">
<span style="font-size: 13px; color: #6b7280">Saved This Month</span>
<span style="font-size: 13px; color: #059669; font-weight: 600">$2.4M</span>
</div>
</div>
<div style="background: rgba(59, 130, 246, 0.1); padding: 10px; border-radius: 10px; text-align: center">
<span style="font-size: 12px; color: #1d4ed8; font-weight: 600">AI Processing: 0.003s per transaction</span>
</div>
</div>
</div>
</div>
</div>
<!-- Operations Content -->
<div class="dept-content" data-dept="operations" style="display: none">
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center">
<div>
<h3 style="font-size: 22px; font-weight: 700; color: #1f2937; margin: 0 0 20px; display: flex; align-items: center; gap: 10px">
<span
style="
width: 44px;
height: 44px;
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: 600;
font-size: 14px;
"
>
OPS
</span>
Operations Teams
</h3>
<div style="margin-bottom: 20px">
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 14px">
<div style="width: 8px; height: 8px; background: #3b82f6; border-radius: 50%"></div>
<span style="color: #374151; font-size: 15px">
<strong>Supply Chain Optimization:</strong>
AI-driven inventory management
</span>
</div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 14px">
<div style="width: 8px; height: 8px; background: #3b82f6; border-radius: 50%"></div>
<span style="color: #374151; font-size: 15px">
<strong>Predictive Maintenance:</strong>
Equipment failure prevention
</span>
</div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 14px">
<div style="width: 8px; height: 8px; background: #3b82f6; border-radius: 50%"></div>
<span style="color: #374151; font-size: 15px">
<strong>Process Automation:</strong>
Workflow optimization
</span>
</div>
</div>
<div style="margin-top: 20px; padding: 20px; background: rgba(59, 130, 246, 0.05); border-radius: 16px; border-left: 4px solid #3b82f6">
<div style="font-size: 28px; font-weight: 800; color: #1d4ed8">-38%</div>
<div style="font-size: 13px; color: #6b7280; text-transform: uppercase; letter-spacing: 0.5px">Operational Costs</div>
</div>
</div>
<div style="position: relative">
<div style="background: linear-gradient(135deg, #f8fafc, #f1f5f9); border: 2px solid #e2e8f0; border-radius: 20px; padding: 24px">
<div style="text-align: center; margin-bottom: 20px">
<span style="font-size: 16px; font-weight: 600; color: #d97706">Smart Operations Center</span>
</div>
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 20px">
<div style="text-align: center; padding: 14px; background: rgba(245, 158, 11, 0.1); border-radius: 10px">
<div style="font-size: 18px; font-weight: 700; color: #d97706">98.7%</div>
<div style="font-size: 12px; color: #6b7280">Uptime</div>
</div>
<div style="text-align: center; padding: 14px; background: rgba(245, 158, 11, 0.1); border-radius: 10px">
<div style="font-size: 18px; font-weight: 700; color: #d97706">4.2h</div>
<div style="font-size: 12px; color: #6b7280">Avg Response</div>
</div>
</div>
<div style="background: rgba(59, 130, 246, 0.1); padding: 10px 14px; border-radius: 10px; border-left: 3px solid #3b82f6">
<div style="font-size: 12px; color: #1d4ed8; font-weight: 600">Auto-scaling: 23 processes optimized</div>
<div style="font-size: 11px; color: #6b7280; margin-top: 3px">Next maintenance: Predicted in 72 hours</div>
</div>
</div>
</div>
</div>
</div>
<!-- HR Content -->
<div class="dept-content" data-dept="hr" style="display: none">
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 32px; align-items: center">
<div>
<h3 style="font-size: 22px; font-weight: 700; color: #1f2937; margin: 0 0 20px; display: flex; align-items: center; gap: 10px">
<span
style="
width: 44px;
height: 44px;
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: 600;
font-size: 16px;
"
>
HR
</span>
HR Teams
</h3>
<div style="margin-bottom: 20px">
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 14px">
<div style="width: 8px; height: 8px; background: #3b82f6; border-radius: 50%"></div>
<span style="color: #374151; font-size: 15px">
<strong>Resume Screening:</strong>
AI-powered candidate matching
</span>
</div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 14px">
<div style="width: 8px; height: 8px; background: #3b82f6; border-radius: 50%"></div>
<span style="color: #374151; font-size: 15px">
<strong>Employee Analytics:</strong>
Performance prediction & retention
</span>
</div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 14px">
<div style="width: 8px; height: 8px; background: #3b82f6; border-radius: 50%"></div>
<span style="color: #374151; font-size: 15px">
<strong>Learning Personalization:</strong>
Custom training paths
</span>
</div>
</div>
<div style="margin-top: 20px; padding: 20px; background: rgba(59, 130, 246, 0.05); border-radius: 16px; border-left: 4px solid #3b82f6">
<div style="font-size: 28px; font-weight: 800; color: #1d4ed8">76%</div>
<div style="font-size: 13px; color: #6b7280; text-transform: uppercase; letter-spacing: 0.5px">Retention Rate</div>
</div>
</div>
<div style="position: relative">
<div style="background: linear-gradient(135deg, #f8fafc, #f1f5f9); border: 2px solid #e2e8f0; border-radius: 20px; padding: 24px">
<div style="display: flex; justify-content: between; align-items: center; margin-bottom: 20px">
<span style="font-size: 16px; font-weight: 600; color: #7c3aed">AI Talent Insights</span>
</div>
<div style="margin-bottom: 20px">
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px">
<span style="font-size: 13px; color: #6b7280">Candidates Screened</span>
<span style="font-size: 13px; color: #7c3aed; font-weight: 600">2,847</span>
</div>
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 10px">
<span style="font-size: 13px; color: #6b7280">Perfect Matches</span>
<span style="font-size: 13px; color: #10b981; font-weight: 600">47</span>
</div>
<div style="display: flex; justify-content: space-between; align-items: center">
<span style="font-size: 13px; color: #6b7280">Time Saved</span>
<span style="font-size: 13px; color: #7c3aed; font-weight: 600">85%</span>
</div>
</div>
<div style="background: rgba(59, 130, 246, 0.1); padding: 10px; border-radius: 10px; text-align: center">
<span style="font-size: 12px; color: #1d4ed8; font-weight: 600">Next: Interview scheduling in progress</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Bottom CTA -->
<div style="text-align: center; margin-top: 48px; padding-top: 40px; border-top: 1px solid rgba(229, 231, 235, 0.5)">
<p style="font-size: 16px; color: #6b7280; margin: 0 0 20px">Which department would benefit most in your organization?</p>
<button
style="
background: linear-gradient(135deg, #8b5cf6, #7c3aed);
border: none;
color: white;
padding: 16px 32px;
border-radius: 16px;
font-weight: 600;
font-size: 16px;
cursor: pointer;
box-shadow: 0 6px 20px rgba(139, 92, 246, 0.25);
transition: all 0.3s ease;
"
onclick="window.open('https://calendly.com/rea-academy', '_blank')"
onmouseover="this.style.transform='translateY(-2px)'; this.style.boxShadow='0 8px 25px rgba(139, 92, 246, 0.35)'"
onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 6px 20px rgba(139, 92, 246, 0.25)'"
>
Discuss Custom Training for Your Team
</button>
</div>
</div>
</div>
<!-- Background decoration -->
<div style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(ellipse at top, rgba(139, 92, 246, 0.1) 0%, transparent 70%); pointer-events: none"></div>
<!-- Department Tab Switching Script -->
<script>
// Department Tab Switching
document.addEventListener('DOMContentLoaded', function () {
const tabs = document.querySelectorAll('.dept-tab');
const contents = document.querySelectorAll('.dept-content');
tabs.forEach(tab => {
tab.addEventListener('click', function () {
const targetDept = this.getAttribute('data-dept');
// Remove active class from all tabs and contents
tabs.forEach(t => {
t.classList.remove('active');
t.style.background = 'transparent';
t.style.color = '#6b7280';
t.style.borderColor = '#e5e7eb';
});
contents.forEach(c => {
c.classList.remove('active');
c.style.display = 'none';
});
// Add active class to clicked tab and corresponding content
this.classList.add('active');
const targetContent = document.querySelector(`.dept-content[data-dept="${targetDept}"]`);
if (targetContent) {
targetContent.classList.add('active');
targetContent.style.display = 'block';
}
// Update active tab styles - consistent blue for all departments
const color = '#3b82f6';
this.style.background = color;
this.style.color = 'white';
this.style.borderColor = color;
});
});
});
</script>
</section>
<!-- Features Section -->
<section id="features" style="padding: 100px 0 120px; background: linear-gradient(135deg, #fafbff 0%, #f0f4ff 100%); position: relative">
<!-- Background pattern -->
<div
style="
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(99, 102, 241, 0.05) 0%, transparent 50%);
pointer-events: none;
"
></div>
<div class="section-container" style="position: relative; z-index: 2">
<!-- Section Header -->
<div style="text-align: center; margin-bottom: 80px">
<div
style="
display: inline-block;
background: rgba(59, 130, 246, 0.1);
color: #1d4ed8;
padding: 8px 20px;
border-radius: 50px;
font-size: 14px;
font-weight: 600;
margin-bottom: 24px;
text-transform: uppercase;
letter-spacing: 0.5px;
"
>
Why Choose Our Program
</div>
<h2 style="font-size: 48px; font-weight: 800; color: #0f172a; margin: 0 0 20px; letter-spacing: -0.02em; line-height: 1.1">Transform Your Organization with AI</h2>
<p style="font-size: 20px; color: #64748b; max-width: 600px; margin: 0 auto; line-height: 1.6">Deliver measurable business impact across all departments with comprehensive AI training</p>
</div>
<!-- Features Grid -->
<div class="features-grid" style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; max-width: 1200px; margin: 0 auto">
<!-- Responsive Grid for smaller screens -->
<style>
@media (max-width: 1024px) {
.features-grid {
grid-template-columns: repeat(2, 1fr) !important;
gap: 32px !important;
}
}
@media (max-width: 768px) {
.features-grid {
grid-template-columns: 1fr !important;
gap: 24px !important;
}
}
</style>
<!-- Feature 1 -->
<div
style="
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
padding: 36px 28px;
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.2);
position: relative;
overflow: hidden;
transition: all 0.3s ease;
"
>
<div
style="
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(99, 102, 241, 0.1));
border-radius: 20px;
z-index: -1;
"
></div>
<div
style="
width: 56px;
height: 56px;
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
"
>
<div style="width: 24px; height: 24px; background: white; border-radius: 4px; position: relative">
<div style="position: absolute; top: 4px; left: 4px; right: 4px; height: 2px; background: #3b82f6; border-radius: 1px"></div>
<div style="position: absolute; top: 8px; left: 4px; right: 8px; height: 2px; background: #3b82f6; border-radius: 1px"></div>
<div style="position: absolute; top: 12px; left: 4px; right: 4px; height: 2px; background: #3b82f6; border-radius: 1px"></div>
</div>
</div>
<h3 style="font-size: 24px; font-weight: 700; color: #0f172a; margin: 0 0 16px; line-height: 1.2">Boost Team Productivity</h3>
<p style="font-size: 16px; color: #64748b; line-height: 1.6; margin: 0 0 28px">
Increase productivity across all departments by 4x through AI-powered automation, intelligent workflows, and process optimization.
</p>
<div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 12px">
<div style="width: 20px; height: 20px; background: rgba(59, 130, 246, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Automated workflows and processes</span>
</div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 12px">
<div style="width: 20px; height: 20px; background: rgba(59, 130, 246, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">AI-powered decision making</span>
</div>
<div style="display: flex; align-items: center; gap: 12px">
<div style="width: 20px; height: 20px; background: rgba(59, 130, 246, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Cross-department AI integration</span>
</div>
</div>
</div>
<!-- Feature 2 -->
<div
style="
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
padding: 36px 28px;
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.2);
position: relative;
overflow: hidden;
transition: all 0.3s ease;
"
>
<div
style="
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(99, 102, 241, 0.1));
border-radius: 20px;
z-index: -1;
"
></div>
<div
style="
width: 56px;
height: 56px;
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
"
>
<div style="width: 24px; height: 24px; background: white; border-radius: 50%; position: relative">
<div style="position: absolute; top: 6px; left: 6px; width: 4px; height: 4px; background: #3b82f6; border-radius: 50%"></div>
<div style="position: absolute; top: 4px; right: 4px; width: 6px; height: 6px; background: #3b82f6; border-radius: 50%"></div>
<div style="position: absolute; bottom: 4px; left: 4px; width: 8px; height: 2px; background: #3b82f6; border-radius: 1px"></div>
</div>
</div>
<h3 style="font-size: 24px; font-weight: 700; color: #0f172a; margin: 0 0 16px; line-height: 1.2">Drive Innovation</h3>
<p style="font-size: 16px; color: #64748b; line-height: 1.6; margin: 0 0 28px">
Enable your teams to build cutting-edge AI solutions that differentiate your products and services across any industry sector.
</p>
<div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 12px">
<div style="width: 20px; height: 20px; background: rgba(59, 130, 246, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Custom AI solutions for any sector</span>
</div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 12px">
<div style="width: 20px; height: 20px; background: rgba(59, 130, 246, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Industry-specific use cases</span>
</div>
<div style="display: flex; align-items: center; gap: 12px">
<div style="width: 20px; height: 20px; background: rgba(59, 130, 246, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Competitive advantage through AI</span>
</div>
</div>
</div>
<!-- Feature 3 -->
<div
style="
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
padding: 36px 28px;
border-radius: 20px;
border: 1px solid rgba(255, 255, 255, 0.2);
position: relative;
overflow: hidden;
transition: all 0.3s ease;
"
>
<div
style="
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(99, 102, 241, 0.1));
border-radius: 20px;
z-index: -1;
"
></div>
<div
style="
width: 56px;
height: 56px;
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
border-radius: 16px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 24px;
"
>
<div style="width: 24px; height: 24px; background: white; border-radius: 8px; position: relative">
<div style="position: absolute; top: 4px; left: 4px; right: 4px; height: 3px; background: #3b82f6; border-radius: 2px"></div>
<div style="position: absolute; top: 10px; left: 4px; width: 8px; height: 2px; background: #3b82f6; border-radius: 1px"></div>
<div style="position: absolute; bottom: 4px; right: 4px; width: 6px; height: 6px; background: #10b981; border-radius: 50%"></div>
</div>
</div>
<h3 style="font-size: 24px; font-weight: 700; color: #0f172a; margin: 0 0 16px; line-height: 1.2">Measurable ROI</h3>
<p style="font-size: 16px; color: #64748b; line-height: 1.6; margin: 0 0 28px">
Our corporate partners see an average 40% increase in operational efficiency and 60% reduction in manual tasks across all departments.
</p>
<div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 12px">
<div style="width: 20px; height: 20px; background: rgba(59, 130, 246, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Faster implementation timelines</span>
</div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 12px">
<div style="width: 20px; height: 20px; background: rgba(59, 130, 246, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Reduced operational costs</span>
</div>
<div style="display: flex; align-items: center; gap: 12px">
<div style="width: 20px; height: 20px; background: rgba(59, 130, 246, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Improved employee satisfaction</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Curriculum Section -->
<section id="curriculum" style="padding: 100px 0 120px; background: white; position: relative">
<!-- Subtle background pattern -->
<div style="position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-image: linear-gradient(45deg, rgba(59, 130, 246, 0.02) 0%, transparent 100%); pointer-events: none"></div>
<div class="section-container" style="position: relative; z-index: 2">
<!-- Section Header -->
<div style="text-align: center; margin-bottom: 80px">
<div
style="
display: inline-block;
background: rgba(59, 130, 246, 0.1);
color: #1d4ed8;
padding: 8px 20px;
border-radius: 50px;
font-size: 14px;
font-weight: 600;
margin-bottom: 24px;
text-transform: uppercase;
letter-spacing: 0.5px;
"
>
Training Curriculum
</div>
<h2 style="font-size: 48px; font-weight: 800; color: #0f172a; margin: 0 0 20px; letter-spacing: -0.02em; line-height: 1.1">Progressive Learning Path</h2>
<p style="font-size: 20px; color: #64748b; max-width: 600px; margin: 0 auto; line-height: 1.6">
Structured curriculum that adapts to any industry and builds expertise from foundations to advanced implementation
</p>
</div>
<!-- Curriculum Timeline -->
<div style="position: relative; max-width: 1000px; margin: 0 auto">
<!-- Progress Line - Behind the circles -->
<div style="display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px">
<!-- Module 1 -->
<div
style="
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(10px);
padding: 40px 28px 36px;
border-radius: 20px;
text-align: center;
position: relative;
border: 1px solid rgba(59, 130, 246, 0.1);
transition: all 0.3s ease;
"
>
<!-- Step Number -->
<div
style="
width: 64px;
height: 64px;
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
font-weight: 800;
margin: 0 auto 28px;
box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3);
position: relative;
z-index: 10;
"
>
1
</div>
<h3 style="font-size: 20px; font-weight: 700; color: #0f172a; margin: 0 0 16px; line-height: 1.3">AI Fundamentals & Tools</h3>
<p style="font-size: 14px; color: #64748b; line-height: 1.5; margin: 0 0 24px">Essential AI literacy for all team members</p>
<div style="text-align: left">
<div style="display: flex; align-items: flex-start; gap: 10px; margin-bottom: 8px">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%; margin-top: 6px; flex-shrink: 0"></div>
<span style="color: #475569; font-size: 13px; line-height: 1.4">AI-powered productivity tools</span>
</div>
<div style="display: flex; align-items: flex-start; gap: 10px; margin-bottom: 8px">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%; margin-top: 6px; flex-shrink: 0"></div>
<span style="color: #475569; font-size: 13px; line-height: 1.4">Modern LLMs & interfaces</span>
</div>
<div style="display: flex; align-items: flex-start; gap: 10px">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%; margin-top: 6px; flex-shrink: 0"></div>
<span style="color: #475569; font-size: 13px; line-height: 1.4">Business prompt engineering</span>
</div>
</div>
</div>
<!-- Module 2 -->
<div
style="
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(10px);
padding: 40px 28px 36px;
border-radius: 20px;
text-align: center;
position: relative;
border: 1px solid rgba(59, 130, 246, 0.1);
transition: all 0.3s ease;
"
>
<!-- Step Number -->
<div
style="
width: 64px;
height: 64px;
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
font-weight: 800;
margin: 0 auto 28px;
box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3);
position: relative;
z-index: 10;
"
>
2
</div>
<h3 style="font-size: 20px; font-weight: 700; color: #0f172a; margin: 0 0 16px; line-height: 1.3">Implementation & Integration</h3>
<p style="font-size: 14px; color: #64748b; line-height: 1.5; margin: 0 0 24px">Department-specific AI applications</p>
<div style="text-align: left">
<div style="display: flex; align-items: flex-start; gap: 10px; margin-bottom: 8px">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%; margin-top: 6px; flex-shrink: 0"></div>
<span style="color: #475569; font-size: 13px; line-height: 1.4">Workflow automation design</span>
</div>
<div style="display: flex; align-items: flex-start; gap: 10px; margin-bottom: 8px">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%; margin-top: 6px; flex-shrink: 0"></div>
<span style="color: #475569; font-size: 13px; line-height: 1.4">Data analysis & insights</span>
</div>
<div style="display: flex; align-items: flex-start; gap: 10px">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%; margin-top: 6px; flex-shrink: 0"></div>
<span style="color: #475569; font-size: 13px; line-height: 1.4">Process optimization</span>
</div>
</div>
</div>
<!-- Module 3 -->
<div
style="
background: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(10px);
padding: 40px 28px 36px;
border-radius: 20px;
text-align: center;
position: relative;
border: 1px solid rgba(59, 130, 246, 0.1);
transition: all 0.3s ease;
"
>
<!-- Step Number -->
<div
style="
width: 64px;
height: 64px;
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
color: white;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
font-weight: 800;
margin: 0 auto 28px;
box-shadow: 0 8px 24px rgba(59, 130, 246, 0.3);
position: relative;
z-index: 10;
"
>
3
</div>
<h3 style="font-size: 20px; font-weight: 700; color: #0f172a; margin: 0 0 16px; line-height: 1.3">Advanced AI & Strategy</h3>
<p style="font-size: 14px; color: #64748b; line-height: 1.5; margin: 0 0 24px">Strategic implementation & governance</p>
<div style="text-align: left">
<div style="display: flex; align-items: flex-start; gap: 10px; margin-bottom: 8px">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%; margin-top: 6px; flex-shrink: 0"></div>
<span style="color: #475569; font-size: 13px; line-height: 1.4">Custom AI solutions</span>
</div>
<div style="display: flex; align-items: flex-start; gap: 10px; margin-bottom: 8px">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%; margin-top: 6px; flex-shrink: 0"></div>
<span style="color: #475569; font-size: 13px; line-height: 1.4">Ethics & governance</span>
</div>
<div style="display: flex; align-items: flex-start; gap: 10px">
<div style="width: 6px; height: 6px; background: #3b82f6; border-radius: 50%; margin-top: 6px; flex-shrink: 0"></div>
<span style="color: #475569; font-size: 13px; line-height: 1.4">Strategic roadmap planning</span>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Delivery Section -->
<section id="delivery" style="padding: 100px 0 120px; background: linear-gradient(135deg, #fafbff 0%, #f0f4ff 100%); position: relative">
<!-- Background pattern -->
<div
style="
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.05) 0%, transparent 50%), radial-gradient(circle at 20% 80%, rgba(99, 102, 241, 0.05) 0%, transparent 50%);
pointer-events: none;
"
></div>
<div class="section-container" style="position: relative; z-index: 2">
<!-- Section Header -->
<div style="text-align: center; margin-bottom: 80px">
<div
style="
display: inline-block;
background: rgba(59, 130, 246, 0.1);
color: #1d4ed8;
padding: 8px 20px;
border-radius: 50px;
font-size: 14px;
font-weight: 600;
margin-bottom: 24px;
text-transform: uppercase;
letter-spacing: 0.5px;
"
>
Delivery Options
</div>
<h2 style="font-size: 48px; font-weight: 800; color: #0f172a; margin: 0 0 20px; letter-spacing: -0.02em; line-height: 1.1">Choose Your Learning Format</h2>
<p style="font-size: 20px; color: #64748b; max-width: 600px; margin: 0 auto; line-height: 1.6">Flexible training options designed to fit your team's schedule and learning preferences</p>
</div>
<!-- Delivery Options Grid -->
<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 40px; max-width: 1100px; margin: 0 auto">
<!-- Online Training -->
<div
style="
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
padding: 44px 36px;
border-radius: 20px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.2);
position: relative;
overflow: hidden;
transition: all 0.3s ease;
"
>
<div
style="
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(99, 102, 241, 0.1));
border-radius: 20px;
z-index: -1;
"
></div>
<!-- Icon -->
<div
style="
width: 80px;
height: 80px;
margin: 0 auto 32px;
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 12px 32px rgba(59, 130, 246, 0.25);
"
>
<div style="width: 36px; height: 36px; position: relative">
<div style="width: 100%; height: 100%; border: 3px solid white; border-radius: 8px; position: relative">
<div style="position: absolute; top: 6px; left: 6px; right: 6px; height: 2px; background: white; border-radius: 1px"></div>
<div style="position: absolute; top: 12px; left: 6px; width: 12px; height: 2px; background: white; border-radius: 1px"></div>
<div style="position: absolute; bottom: 6px; right: 6px; width: 8px; height: 8px; background: white; border-radius: 50%"></div>
</div>
</div>
</div>
<h3 style="font-size: 26px; font-weight: 700; color: #0f172a; margin: 0 0 16px; line-height: 1.2">Online Training</h3>
<p style="font-size: 16px; color: #64748b; line-height: 1.6; margin: 0 0 32px">
Live interactive sessions with dedicated instructors, perfect for distributed teams and flexible scheduling.
</p>
<div style="text-align: left">
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 12px">
<div style="width: 20px; height: 20px; background: rgba(34, 197, 94, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #22c55e; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Live interactive sessions</span>
</div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 12px">
<div style="width: 20px; height: 20px; background: rgba(34, 197, 94, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #22c55e; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Real-time Q&A support</span>
</div>
<div style="display: flex; align-items: center; gap: 12px">
<div style="width: 20px; height: 20px; background: rgba(34, 197, 94, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #22c55e; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Recorded sessions for review</span>
</div>
</div>
</div>
<!-- On-Site Training -->
<div
style="
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
padding: 44px 36px;
border-radius: 20px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.2);
position: relative;
overflow: hidden;
transition: all 0.3s ease;
"
>
<div
style="
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(99, 102, 241, 0.1));
border-radius: 20px;
z-index: -1;
"
></div>
<!-- Icon -->
<div
style="
width: 80px;
height: 80px;
margin: 0 auto 32px;
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 12px 32px rgba(59, 130, 246, 0.25);
"
>
<div style="width: 36px; height: 36px; position: relative">
<div style="width: 24px; height: 20px; background: white; border-radius: 4px 4px 0 0; position: absolute; top: 4px; left: 6px"></div>
<div style="width: 32px; height: 8px; background: white; border-radius: 0 0 6px 6px; position: absolute; bottom: 4px; left: 2px"></div>
<div style="position: absolute; top: 8px; left: 10px; width: 4px; height: 4px; background: #3b82f6; border-radius: 50%"></div>
<div style="position: absolute; top: 8px; right: 10px; width: 4px; height: 4px; background: #3b82f6; border-radius: 50%"></div>
</div>
</div>
<h3 style="font-size: 26px; font-weight: 700; color: #0f172a; margin: 0 0 16px; line-height: 1.2">On-Site Training</h3>
<p style="font-size: 16px; color: #64748b; line-height: 1.6; margin: 0 0 32px">
Expert instructors come to your office for immersive, hands-on training sessions tailored to your environment.
</p>
<div style="text-align: left">
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 12px">
<div style="width: 20px; height: 20px; background: rgba(34, 197, 94, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #22c55e; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Custom setup in your office</span>
</div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 12px">
<div style="width: 20px; height: 20px; background: rgba(34, 197, 94, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #22c55e; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Direct hands-on collaboration</span>
</div>
<div style="display: flex; align-items: center; gap: 12px">
<div style="width: 20px; height: 20px; background: rgba(34, 197, 94, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #22c55e; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Team building activities</span>
</div>
</div>
</div>
<!-- Hybrid Approach -->
<div
style="
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
padding: 44px 36px;
border-radius: 20px;
text-align: center;
border: 1px solid rgba(255, 255, 255, 0.2);
position: relative;
overflow: hidden;
transition: all 0.3s ease;
"
>
<div
style="
position: absolute;
top: -2px;
left: -2px;
right: -2px;
bottom: -2px;
background: linear-gradient(135deg, rgba(59, 130, 246, 0.1), rgba(99, 102, 241, 0.1));
border-radius: 20px;
z-index: -1;
"
></div>
<!-- Icon -->
<div
style="
width: 80px;
height: 80px;
margin: 0 auto 32px;
background: linear-gradient(135deg, #3b82f6, #1d4ed8);
border-radius: 20px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 12px 32px rgba(59, 130, 246, 0.25);
"
>
<div style="width: 36px; height: 36px; position: relative">
<div style="position: absolute; top: 2px; left: 2px; width: 14px; height: 14px; border: 2px solid white; border-radius: 50%"></div>
<div style="position: absolute; top: 2px; right: 2px; width: 14px; height: 14px; background: white; border-radius: 4px"></div>
<div style="position: absolute; bottom: 2px; left: 2px; right: 2px; height: 14px; background: white; border-radius: 4px; opacity: 0.8"></div>
</div>
</div>
<h3 style="font-size: 26px; font-weight: 700; color: #0f172a; margin: 0 0 16px; line-height: 1.2">Hybrid Approach</h3>
<p style="font-size: 16px; color: #64748b; line-height: 1.6; margin: 0 0 32px">Combine online and on-site sessions for maximum flexibility, engagement, and cost-effectiveness.</p>
<div style="text-align: left">
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 12px">
<div style="width: 20px; height: 20px; background: rgba(34, 197, 94, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #22c55e; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Flexible scheduling options</span>
</div>
<div style="display: flex; align-items: center; gap: 12px; margin-bottom: 12px">
<div style="width: 20px; height: 20px; background: rgba(34, 197, 94, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #22c55e; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Cost-effective solution</span>
</div>
<div style="display: flex; align-items: center; gap: 12px">
<div style="width: 20px; height: 20px; background: rgba(34, 197, 94, 0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center">
<div style="width: 6px; height: 6px; background: #22c55e; border-radius: 50%"></div>
</div>
<span style="color: #475569; font-size: 15px; line-height: 1.5">Personalized experience</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Case Studies Section -->
<section id="case-studies" style="padding: 100px 0; background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%); position: relative; overflow: hidden">
<!-- Section Header -->
<div style="text-align: center; margin-bottom: 80px">
<div
style="
display: inline-block;
background: rgba(59, 130, 246, 0.1);
color: #3b82f6;
padding: 10px 24px;
border-radius: 50px;
font-size: 14px;
font-weight: 600;
margin-bottom: 20px;
text-transform: uppercase;
letter-spacing: 0.5px;
border: 1px solid rgba(59, 130, 246, 0.2);
"
>
Success Stories
</div>
<h2 style="font-size: 48px; font-weight: 900; color: #1e293b; margin: 0; letter-spacing: -0.02em; line-height: 1.1">TRANSFORMING ORGANIZATIONS</h2>
</div>
<!-- Main Content Container -->
<div style="max-width: 1000px; margin: 0 auto; padding: 0 40px; display: flex; align-items: center; justify-content: center; gap: 40px">
<!-- Left Side - Testimonial Content -->
<div style="flex: 1; max-width: 700px">
<!-- Quote -->
<div style="margin-bottom: 40px; position: relative">
<div style="position: absolute; top: -20px; left: -20px; font-size: 80px; color: rgba(59, 130, 246, 0.1); font-weight: 800; line-height: 1; font-family: serif">"</div>
<p style="font-size: 24px; line-height: 1.5; color: #1e293b; margin: 0; font-weight: 600; padding-left: 40px; position: relative; z-index: 2">
REA Academy's program at Pahoa School has been transformational. Their hands-on approach to AI education is preparing our students for the future while creating real impact in our
community.
</p>
</div>
<!-- Profile -->
<div style="display: flex; align-items: center; gap: 20px; margin-bottom: 50px; padding-left: 40px">
<div
style="
width: 60px;
height: 60px;
background: linear-gradient(135deg, #3b82f6, #1e40af);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-weight: 700;
font-size: 20px;
"
>
PS
</div>
<div>
<h4 style="margin: 0 0 4px; font-size: 18px; font-weight: 700; color: #0f172a">PAHOA SCHOOL</h4>
<p style="margin: 0; font-size: 15px; color: #64748b; font-weight: 500">Educational Partner</p>
</div>
</div>
<!-- CTA Button -->
<div style="padding-left: 40px">
<a
href="#cta"
style="
display: inline-block;
background: linear-gradient(135deg, #3b82f6, #1e40af);
color: white;
padding: 20px 40px;
border-radius: 16px;
font-size: 16px;
font-weight: 700;
text-decoration: none;
transition: all 0.3s ease;
text-transform: uppercase;
letter-spacing: 0.5px;
box-shadow: 0 10px 30px rgba(59, 130, 246, 0.3);
"
>
Start Your Transformation
</a>
</div>
</div>
<!-- Right Side - Portrait Video -->
<div style="flex: 1; display: flex; justify-content: center; max-width: 320px">
<div style="position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 30px 80px rgba(0, 0, 0, 0.25); background: #000; aspect-ratio: 9/16; width: 100%; max-width: 300px">
<iframe
width="100%"
height="100%"
src="https://www.youtube.com/embed/KcU1Ey9m2tw?si=vu7mS2nQXIuC7Nk0&autoplay=1&mute=1&loop=1&playlist=KcU1Ey9m2tw"
title="REA at Pahoa School"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
referrerpolicy="strict-origin-when-cross-origin"
allowfullscreen
style="border-radius: 24px"
></iframe>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section id="cta" style="padding: 120px 0; background: linear-gradient(135deg, #3b82f6 0%, #1d4ed8 100%); color: white; text-align: center; position: relative; overflow: hidden">
<!-- Background elements -->
<div
style="
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: radial-gradient(circle at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
pointer-events: none;
"
></div>
<div style="position: absolute; top: 20px; left: 20px; width: 100px; height: 100px; background: rgba(255, 255, 255, 0.05); border-radius: 50%; pointer-events: none"></div>
<div style="position: absolute; bottom: 20px; right: 20px; width: 150px; height: 150px; background: rgba(255, 255, 255, 0.03); border-radius: 50%; pointer-events: none"></div>
<div class="section-container" style="position: relative; z-index: 2">
<!-- Main CTA Content -->
<div style="max-width: 800px; margin: 0 auto">
<h2 style="font-size: 52px; font-weight: 800; margin: 0 0 24px; color: white; letter-spacing: -0.02em; line-height: 1.1">Ready to Transform Your Organization?</h2>
<p style="font-size: 22px; line-height: 1.6; margin: 0 0 48px; color: rgba(255, 255, 255, 0.9); max-width: 600px; margin-left: auto; margin-right: auto; margin-bottom: 48px">
Schedule a consultation with our enterprise training specialists to design a custom AI bootcamp tailored to your team's needs and industry.
</p>
<!-- CTA Buttons -->
<div style="display: flex; gap: 20px; justify-content: center; align-items: center; margin-bottom: 56px; flex-wrap: wrap">
<a
href="mailto:corporate@ruangguru.com?subject=Corporate AI Engineering Bootcamp Inquiry"
style="
display: inline-block;
background: white;
color: #3b82f6;
padding: 18px 36px;
border-radius: 12px;
font-size: 17px;
font-weight: 700;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
"
>
Talk to Our Team
</a>
<a
href="#curriculum"
style="
display: inline-block;
background: rgba(255, 255, 255, 0.1);
color: white;
padding: 18px 36px;
border-radius: 12px;
font-size: 17px;
font-weight: 600;
text-decoration: none;
transition: all 0.3s ease;
border: 2px solid rgba(255, 255, 255, 0.2);
"
>
View Curriculum
</a>
</div>
<!-- Trust Indicators -->
<div style="display: flex; gap: 48px; justify-content: center; align-items: center; opacity: 0.8; flex-wrap: wrap">
<div style="text-align: center">
<div style="font-size: 28px; font-weight: 800; margin-bottom: 4px">500+</div>
<div style="font-size: 14px; color: rgba(255, 255, 255, 0.8)">Professionals Trained</div>
</div>
<div style="text-align: center">
<div style="font-size: 28px; font-weight: 800; margin-bottom: 4px">50+</div>
<div style="font-size: 14px; color: rgba(255, 255, 255, 0.8)">Organizations</div>
</div>
<div style="text-align: center">
<div style="font-size: 28px; font-weight: 800; margin-bottom: 4px">98%</div>
<div style="font-size: 14px; color: rgba(255, 255, 255, 0.8)">Satisfaction Rate</div>
</div>
</div>
</div>
</div>
</section>
<!-- Add CSS animations and effects -->
<style>
@keyframes float {
0%,
100% {
transform: translateY(0px) rotate(0deg);
}
50% {
transform: translateY(-20px) rotate(2deg);
}
}
.feature-item:hover {
transform: translateY(-8px);
border-color: var(--color-primary);
box-shadow: 0 20px 50px rgba(15, 111, 242, 0.15);
}
.delivery-card:hover {
transform: translateY(-4px);
border-color: var(--color-primary);
}
/* Responsive styles */
@media (max-width: 1024px) {
.curriculum-section div[style*='flex'] {
flex-direction: column !important;
gap: 40px !important;
}
}
@media (max-width: 768px) {
.hero-section h1 {
font-size: 36px !important;
}
.hero-section p {
font-size: 18px !important;
}
.hero-section div[style*='flex'] {
flex-direction: column !important;
}
.features-section div[style*='grid-template-columns'] {
grid-template-columns: 1fr !important;
}
.delivery-section div[style*='grid-template-columns'] {
grid-template-columns: 1fr !important;
}
.case-studies-section div[style*='grid-template-columns'] {
grid-template-columns: 1fr !important;
}
footer div[style*='grid-template-columns'] {
grid-template-columns: 1fr !important;
text-align: center !important;
}
/* Multi-Sector Showcase responsive */
#multi-sector-showcase .dept-tab {
font-size: 14px !important;
padding: 12px 20px !important;
}
}
@media (max-width: 768px) {
/* Multi-Sector Showcase mobile */
#multi-sector-showcase {
padding: 80px 0 !important;
}
#multi-sector-showcase h2 {
font-size: 36px !important;
}
#multi-sector-showcase p {
font-size: 18px !important;
}
#multi-sector-showcase #department-tabs {
justify-content: flex-start !important;
overflow-x: auto;
padding-bottom: 8px;
}
#multi-sector-showcase .dept-tab {
flex-shrink: 0;
font-size: 13px !important;
padding: 10px 16px !important;
}
#multi-sector-showcase #department-content {
min-height: 250px !important;
}
}
@media (max-width: 640px) {
/* Multi-Sector Showcase very small screens */
#multi-sector-showcase h2 {
font-size: 32px !important;
}
#multi-sector-showcase p {
font-size: 16px !important;
}
#multi-sector-showcase .dept-tab {
font-size: 12px !important;
padding: 8px 12px !important;
}
}
/* CSS from section:footer */
.site-footer {
background-color: #1f2937;
color: white;
padding: 48px 80px;
}
.footer-container {
max-width: 1280px;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 48px;
}
.footer-top {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 32px;
}
.footer-logo img {
width: 200px;
height: 36px;
}
.footer-nav ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
gap: 16px;
}
.footer-nav a {
color: white;
text-decoration: none;
font-family: 'Inter', sans-serif;
font-size: 16px;
}
.social-icons {
display: flex;
gap: 16px;
}
.footer-bottom {
text-align: center;
font-family: 'Inter', sans-serif;
font-size: 14px;
padding-top: 48px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer-bottom p {
margin: 0;
}
/* Pulse animation keyframes */
@keyframes pulse {
0% {
box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
}
70% {
box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
}
100% {
box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
}
}
/* WhatsApp Consultation Container */
.whatsapp-consult {
position: fixed;
bottom: 20px;
right: 20px;
background: #25d366;
border-radius: 30px;
display: flex;
align-items: center;
gap: 12px;
padding: 16px 20px;
box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
z-index: 1001;
text-decoration: none;
transition: all 0.3s ease;
cursor: pointer;
animation: pulse 2s infinite;
}
.whatsapp-consult:hover {
transform: translateY(-3px) scale(1.05);
box-shadow: 0 8px 25px rgba(37, 211, 102, 0.5);
animation: none;
}
.whatsapp-consult svg {
width: 24px;
height: 24px;
fill: white;
flex-shrink: 0;
}
.whatsapp-consult-text {
color: white;
font-size: 14px;
font-weight: 600;
font-family: 'Inter', sans-serif;
}
</style>
<!-- Footer -->
<footer id="footer" class="site-footer">
<div class="footer-container">
<div class="footer-top">
<a href="#" class="footer-logo">
<img src="https://cdn-web.ruangguru.com/file-uploader/2e4e9a95-6215-4b18-993d-b15ba7669189.png" alt="REA Academy" style="height: 32px; width: auto" />
</a>
<nav class="footer-nav">
<ul>
<li><a href="#curriculum">Program</a></li>
<li><a href="#delivery">Silabus</a></li>
<li><a href="#case-studies">Case Studies</a></li>
<li><a href="#cta">Konsultasi</a></li>
</ul>
</nav>
<div class="social-icons">
<a
href="https://www.youtube.com/@ruangguruengineeringacademy"
style="color: #9ca3af; text-decoration: none; transition: color 0.3s ease"
onmouseover="this.style.color='#ffffff'"
onmouseout="this.style.color='#9ca3af'"
title="YouTube"
>
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
<path
d="M23.498 6.186a3.016 3.016 0 0 0-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 0 0 .502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 0 0 2.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 0 0 2.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z"
/>
</svg>
</a>
<a
href="https://www.instagram.com/belajarcodingai/"
style="color: #9ca3af; text-decoration: none; transition: color 0.3s ease; margin-left: 16px"
onmouseover="this.style.color='#ffffff'"
onmouseout="this.style.color='#9ca3af'"
title="Instagram"
>
<svg width="24" height="24" viewBox="0 0 24 24" fill="currentColor">
<path
d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zm0-2.163c-3.259 0-3.667.014-4.947.072-4.358.2-6.78 2.618-6.98 6.98-.059 1.281-.073 1.689-.073 4.948 0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98 1.281.058 1.689.072 4.948.072 3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98-1.281-.059-1.69-.073-4.949-.073zm0 5.838c-3.403 0-6.162 2.759-6.162 6.162s2.759 6.163 6.162 6.163 6.162-2.759 6.162-6.163c0-3.403-2.759-6.162-6.162-6.162zm0 10.162c-2.209 0-4-1.79-4-4 0-2.209 1.791-4 4-4s4 1.791 4 4c0 2.21-1.791 4-4 4zm6.406-11.845c-.796 0-1.441.645-1.441 1.44s.645 1.44 1.441 1.44c.795 0 1.439-.645 1.439-1.44s-.644-1.44-1.439-1.44z"
/>
</svg>
</a>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Ruangguru Engineering Academy. All rights reserved.</p>
</div>
</div>
</footer>
<!-- WhatsApp Consultation Container -->
<a href="https://cta.ruangguru.com/sa-rea-ai-corporate" target="_blank" rel="noopener noreferrer" class="whatsapp-consult" aria-label="Chat via WhatsApp">
<svg viewBox="0 0 24 24">
<path
d="M17.472 14.382c-.297-.149-1.758-.867-2.03-.967-.273-.099-.471-.148-.67.15-.197.297-.767.966-.94 1.164-.173.199-.347.223-.644.075-.297-.15-1.255-.463-2.39-1.475-.883-.788-1.48-1.761-1.653-2.059-.173-.297-.018-.458.13-.606.134-.133.298-.347.446-.52.149-.174.198-.298.298-.497.099-.198.05-.371-.025-.52-.075-.149-.669-1.612-.916-2.207-.242-.579-.487-.5-.669-.51-.173-.008-.371-.01-.57-.01-.198 0-.52.074-.792.372-.272.297-1.04 1.016-1.04 2.479 0 1.462 1.065 2.875 1.213 3.074.149.198 2.096 3.2 5.077 4.487.709.306 1.262.489 1.694.625.712.227 1.36.195 1.871.118.571-.085 1.758-.719 2.006-1.413.248-.694.248-1.289.173-1.413-.074-.124-.272-.198-.57-.347m-5.421 7.403h-.004a9.87 9.87 0 01-5.031-1.378l-.361-.214-3.741.982.998-3.648-.235-.374a9.86 9.86 0 01-1.51-5.26c.001-5.45 4.436-9.884 9.888-9.884 2.64 0 5.122 1.03 6.988 2.898a9.825 9.825 0 012.893 6.994c-.003 5.45-4.437 9.884-9.885 9.884m8.413-18.297A11.815 11.815 0 0012.05 0C5.495 0 .16 5.335.157 11.892c0 2.096.547 4.142 1.588 5.945L.057 24l6.305-1.654a11.882 11.882 0 005.683 1.448h.005c6.554 0 11.89-5.335 11.893-11.893A11.821 11.821 0 0020.89 3.488"
/>
</svg>
<span class="whatsapp-consult-text">Konsultasi Sekarang</span>
</a>
<!-- JavaScript -->
</div>
</body>
</html>