Meta Description" name="description" />
<!DOCTYPE html>
<html lang="id" class="scroll-smooth"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Offline Training PLC & HMI Jakarta | Engineering Academy</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@300;400;500;600;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ['Inter', 'sans-serif'],
}
}
}
}
</script>
<style>
body {
background-color: #f8fafc !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
::selection {
background-color: #c7d2fe;
color: #1e1b4b;
}
.btn-cta {
text-decoration: none !important;
color: #ffffff !important;
transition: all 0.3s ease;
}
.btn-cta:hover {
color: #ffffff !important;
transform: translateY(-2px);
box-shadow: 0 20px 40px -12px rgba(79, 70, 229, 0.4);
}
.btn-outline {
text-decoration: none !important;
color: #4f46e5 !important;
transition: all 0.3s ease;
}
.btn-outline:hover {
color: #4f46e5 !important;
background-color: #eef2ff;
}
.fade-in {
opacity: 0;
transform: translateY(30px);
transition: opacity 0.7s ease-out, transform 0.7s ease-out;
}
.fade-in.visible {
opacity: 1;
transform: translateY(0);
}
.fade-in-delay-1 { transition-delay: 0.1s; }
.fade-in-delay-2 { transition-delay: 0.2s; }
.fade-in-delay-3 { transition-delay: 0.3s; }
.fade-in-delay-4 { transition-delay: 0.4s; }
.module-card {
transition: all 0.4s ease;
}
.module-card:hover {
transform: translateY(-6px);
box-shadow: 0 25px 50px -12px rgba(79, 70, 229, 0.12);
}
.countdown-box {
background: linear-gradient(135deg, #1e1b4b 0%, #312e81 100%);
}
.hero-gradient {
background: linear-gradient(160deg, #1e1b4b 0%, #312e81 40%, #3730a3 100%);
}
.glass-card {
background: rgba(255, 255, 255, 0.7);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}
.price-highlight {
background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
}
.testimonial-card {
transition: all 0.4s ease;
}
.testimonial-card:hover {
transform: translateY(-4px);
box-shadow: 0 20px 40px -8px rgba(30, 27, 75, 0.1);
}
.objection-card {
transition: all 0.3s ease;
}
.objection-card:hover {
border-color: #a5b4fc;
}
@keyframes pulse-soft {
0%, 100% { opacity: 1; }
50% { opacity: 0.7; }
}
.pulse-soft {
animation: pulse-soft 2s ease-in-out infinite;
}
.top-bar {
height: 3px;
background: linear-gradient(90deg, #4f46e5, #818cf8, #6366f1);
}
</style>
</head>
<body class="font-sans text-slate-900 antialiased">
<!-- Top Accent Bar -->
<div class="top-bar fixed top-0 left-0 right-0 z-50"></div>
<!-- Navigation -->
<nav class="fixed top-[3px] left-0 right-0 z-40 glass-card border-b border-slate-200/60">
<div class="max-w-6xl mx-auto px-5 sm:px-6 h-16 flex items-center justify-between">
<div class="flex items-center gap-2.5">
<div class="w-8 h-8 rounded-lg bg-indigo-600 flex items-center justify-center">
<svg class="w-4.5 h-4.5 text-white" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 1 1-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 0 0 4.486-6.336l-3.276 3.277a3.004 3.004 0 0 1-2.25-2.25l3.276-3.276a4.5 4.5 0 0 0-6.336 4.486c.049.58.025 1.193-.14 1.743"></path></svg>
</div>
<span class="text-sm font-semibold text-slate-900 tracking-tight">Engineering Academy</span>
</div>
<a href="https://engineeringacademy.myr.id/pl/automation-offline-plchmi-2607-jkt" class="btn-cta inline-flex items-center gap-1.5 bg-indigo-600 hover:bg-indigo-700 text-white text-xs font-medium px-4 py-2 rounded-full transition-colors">
Daftar Sekarang
<svg class="w-3.5 h-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"></path></svg>
</a>
</div>
</nav>
<!-- ==================== HERO SECTION ==================== -->
<section class="hero-gradient pt-28 pb-16 sm:pt-36 sm:pb-24 lg:pt-40 lg:pb-28 relative overflow-hidden">
<!-- Decorative Elements -->
<div class="absolute top-20 right-0 w-96 h-96 bg-indigo-400/10 rounded-full blur-3xl"></div>
<div class="absolute bottom-0 left-0 w-72 h-72 bg-indigo-300/10 rounded-full blur-3xl"></div>
<div class="max-w-6xl mx-auto px-5 sm:px-6 relative z-10">
<div class="grid lg:grid-cols-2 gap-10 lg:gap-16 items-center">
<!-- Copy -->
<div class="fade-in">
<div class="inline-flex items-center gap-2 bg-white/10 backdrop-blur-sm border border-white/20 rounded-full px-4 py-1.5 mb-6">
<span class="w-2 h-2 rounded-full bg-emerald-400 pulse-soft"></span>
<span class="text-xs font-medium text-indigo-100 tracking-wide">π Offline Training β Jakarta</span>
</div>
<h1 class="text-3xl sm:text-4xl lg:text-5xl font-semibold text-white leading-[1.15] tracking-tight mb-5">
Dari Nol Jadi Bisa Wiring, Programming & Troubleshooting
<span class="text-indigo-300"> PLC & HMI</span> dalam 2 Hari Penuh
</h1>
<p class="text-base sm:text-lg text-indigo-200/90 leading-relaxed mb-8 max-w-lg">
Training hands-on yang dirancang khusus untuk fresh graduate yang ingin punya keahlian nyata di dunia Industrial Automation β tanpa slide PPT bertele-tele.
</p>
<div class="flex flex-col sm:flex-row gap-3 mb-6">
<a href="https://engineeringacademy.myr.id/pl/automation-offline-plchmi-2607-jkt" class="btn-cta inline-flex items-center justify-center gap-2 bg-white text-indigo-900 font-semibold text-sm px-7 py-3.5 rounded-full shadow-lg shadow-black/10 hover:bg-indigo-50 transition-colors">
Daftar Sekarang
<svg class="w-4 h-4" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"></path></svg>
</a>
</div>
<div class="flex flex-wrap items-center gap-x-5 gap-y-2 text-xs text-indigo-200/70">
<span class="flex items-center gap-1.5">
<svg class="w-3.5 h-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M6.75 3v2.25M17.25 3v2.25M3 18.75V7.5a2.25 2.25 0 0 1 2.25-2.25h13.5A2.25 2.25 0 0 1 21 7.5v11.25m-18 0A2.25 2.25 0 0 0 5.25 21h13.5A2.25 2.25 0 0 0 21 18.75m-18 0v-7.5A2.25 2.25 0 0 1 5.25 9h13.5A2.25 2.25 0 0 1 21 11.25v7.5"></path></svg>
2 Hari Full-Day
</span>
<span class="flex items-center gap-1.5">
<svg class="w-3.5 h-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M15 10.5a3 3 0 1 1-6 0 3 3 0 0 1 6 0Z"></path><path stroke-linecap="round" stroke-linejoin="round" d="M19.5 10.5c0 7.142-7.5 11.25-7.5 11.25S4.5 17.642 4.5 10.5a7.5 7.5 0 1 1 15 0Z"></path></svg>
Jakarta
</span>
<span class="flex items-center gap-1.5">
<svg class="w-3.5 h-3.5" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 1 1-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 0 0 4.486-6.336l-3.276 3.277a3.004 3.004 0 0 1-2.25-2.25l3.276-3.276a4.5 4.5 0 0 0-6.336 4.486c.049.58.025 1.193-.14 1.743"></path></svg>
Hands-On 100%
</span>
</div>
</div>
<!-- Hero Image -->
<div class="fade-in fade-in-delay-2 relative">
<div class="relative rounded-2xl overflow-hidden shadow-2xl shadow-black/20">
<img src="https://media-myr.b-cdn.net/images/resized/1500/fb596c8a-751e-4481-b0eb-5c0d7cea5f23.webp" alt="Training PLC & HMI Jakarta" class="w-full h-auto object-cover" loading="eager">
</div>
<!-- Floating badge -->
<div class="absolute -bottom-4 -left-4 sm:-bottom-5 sm:-left-5 bg-white rounded-xl shadow-xl shadow-indigo-900/10 px-4 py-3 border border-slate-100">
<div class="flex items-center gap-2.5">
<div class="w-9 h-9 rounded-full bg-emerald-100 flex items-center justify-center">
<svg class="w-4.5 h-4.5 text-emerald-600" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75 11.25 15 15 9.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path></svg>
</div>
<div>
<p class="text-xs font-semibold text-slate-900">Dipandu Expert</p>
<p class="text-[11px] text-slate-500">>10 Tahun Pengalaman</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ==================== PROBLEM / STORY SECTION ==================== -->
<section class="py-16 sm:py-20 lg:py-24 bg-white">
<div class="max-w-6xl mx-auto px-5 sm:px-6">
<div class="grid lg:grid-cols-2 gap-12 lg:gap-16 items-center">
<!-- Image -->
<div class="fade-in order-2 lg:order-1">
<div class="rounded-2xl overflow-hidden shadow-xl shadow-slate-200/50">
<img src="https://framerusercontent.com/images/eNieZLn48LCBOW4qny7IvZpfjm8.png?scale-down-to=512&width=1735&height=1735" alt="Tantangan Fresh Graduate" class="w-full h-auto object-cover">
</div>
</div>
<!-- Copy -->
<div class="fade-in order-1 lg:order-2">
<span class="inline-block text-xs font-semibold text-indigo-600 uppercase tracking-widest mb-3">Fakta yang Sering Tersembunyi</span>
<h2 class="text-2xl sm:text-3xl lg:text-4xl font-semibold text-slate-900 leading-tight tracking-tight mb-5">
Kamu Sudah Lulus, Tapi Industri Masih Bertanya: <span class="text-indigo-600">"Bisa Praktik Ngga?"</span>
</h2>
<div class="space-y-4 text-slate-600 leading-relaxed">
<p>
Sebagai fresh graduate Teknik Elektro, Mesin, atau Industri, kamu mungkin sudah paham teori kontrol, rangkaian listrik, atau sistem otomasi dari buku dan kuliah.
</p>
<p>
Tapi kenyataan di lapangan berbeda. Saat kamu melamar ke perusahaan manufaktur, pertanyaan pertama yang muncul bukan tentang IPK-mu β melainkan:
</p>
<div class="bg-slate-50 border-l-4 border-indigo-500 rounded-r-lg px-5 py-4 my-4">
<p class="text-slate-800 font-medium text-sm italic">"Pernah wiring PLC sendiri? Bisa setting komunikasi HMI ke PLC? Pernah handle error di lapangan?"</p>
</div>
<p>
Dan di sinilah banyak fresh graduate merasa stuck. Bukan karena tidak pintar β tapi karena <strong class="text-slate-900">tidak pernah dapat kesempatan untuk menyentuh hardware sungguhan</strong> selama kuliah.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- ==================== SOLUTION / WHAT YOU'LL LEARN ==================== -->
<section class="py-16 sm:py-20 lg:py-24" style="background-color: #f8fafc !important;">
<div class="max-w-6xl mx-auto px-5 sm:px-6">
<div class="text-center max-w-2xl mx-auto mb-12 sm:mb-16 fade-in">
<span class="inline-block text-xs font-semibold text-indigo-600 uppercase tracking-widest mb-3">Kurikulum Hands-On</span>
<h2 class="text-2xl sm:text-3xl lg:text-4xl font-semibold text-slate-900 leading-tight tracking-tight mb-4">
Apa Saja yang Akan Kamu Praktikkan Selama 2 Hari?
</h2>
<p class="text-slate-500 leading-relaxed">
Bukan duduk mendengar ceramah. Mulai jam pertama, kamu langsung pegang komponen, sambung kabel, dan tulis program.
</p>
</div>
<div class="grid sm:grid-cols-2 gap-5 sm:gap-6">
<!-- Module 1 -->
<div class="module-card bg-white rounded-2xl p-6 sm:p-7 border border-slate-100 shadow-sm fade-in fade-in-delay-1">
<div class="w-11 h-11 rounded-xl bg-indigo-50 flex items-center justify-center mb-4">
<svg class="w-5.5 h-5.5 text-indigo-600" fill="none" stroke="currentColor" stroke-width="1.8" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M4.5 12a7.5 7.5 0 0 1 15 0m-15 0a7.5 7.5 0 1 1 15 0m-15 0H3m16.5 0H21m-1.5 0H12m-8.457 3.077 1.41-.513m14.095-5.13 1.41-.513M5.106 17.785l1.15-.964m11.49-9.642 1.149-.964M7.501 19.795l.75-1.3m7.5-12.99.75-1.3m-6.063 16.658.26-1.477m2.605-14.772.26-1.477m0 17.726-.26-1.477M10.698 4.614l-.26-1.477M16.5 19.794l-.75-1.299M7.5 4.205 6.75 2.906m9.944 18.366.26-1.477m-2.605-14.772-.26-1.477m0 17.726.26-1.477m-2.605-14.772-.26-1.477"></path></svg>
</div>
<div class="text-[11px] font-semibold text-indigo-500 uppercase tracking-wider mb-1.5">Modul 1</div>
<h3 class="text-lg font-semibold text-slate-900 tracking-tight mb-2.5">Physical Hardware & Wiring Mastery</h3>
<p class="text-sm text-slate-500 leading-relaxed mb-4">
Membongkar rahasia dasar pengkabelan kelistrikan PLC dan perangkat I/O Digital (System Minimum).
</p>
<ul class="space-y-2">
<li class="flex items-start gap-2.5 text-sm text-slate-600">
<svg class="w-4 h-4 text-indigo-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
Wiring sensor digital sebagai input signal
</li>
<li class="flex items-start gap-2.5 text-sm text-slate-600">
<svg class="w-4 h-4 text-indigo-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
Praktik langsung dengan komponen nyata
</li>
<li class="flex items-start gap-2.5 text-sm text-slate-600">
<svg class="w-4 h-4 text-indigo-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
Teknik penyambungan yang benar dan aman
</li>
</ul>
</div>
<!-- Module 2 -->
<div class="module-card bg-white rounded-2xl p-6 sm:p-7 border border-slate-100 shadow-sm fade-in fade-in-delay-2">
<div class="w-11 h-11 rounded-xl bg-indigo-50 flex items-center justify-center mb-4">
<svg class="w-5.5 h-5.5 text-indigo-600" fill="none" stroke="currentColor" stroke-width="1.8" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M9 17.25v1.007a3 3 0 0 1-.879 2.122L7.5 21h9l-.621-.621A3 3 0 0 1 15 18.257V17.25m6-12V15a2.25 2.25 0 0 1-2.25 2.25H5.25A2.25 2.25 0 0 1 3 15V5.25A2.25 2.25 0 0 1 5.25 3h13.5A2.25 2.25 0 0 1 21 5.25Z"></path></svg>
</div>
<div class="text-[11px] font-semibold text-indigo-500 uppercase tracking-wider mb-1.5">Modul 2</div>
<h3 class="text-lg font-semibold text-slate-900 tracking-tight mb-2.5">PLC to HMI Integration</h3>
<p class="text-sm text-slate-500 leading-relaxed mb-4">
Bukan cuma memprogram PLC β kamu juga akan menguasai sisi HMI untuk membuat interface yang fungsional.
</p>
<ul class="space-y-2">
<li class="flex items-start gap-2.5 text-sm text-slate-600">
<svg class="w-4 h-4 text-indigo-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
Basic Wiring HMI dari nol
</li>
<li class="flex items-start gap-2.5 text-sm text-slate-600">
<svg class="w-4 h-4 text-indigo-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
Membuat Standard Objects Display (Read & Write)
</li>
<li class="flex items-start gap-2.5 text-sm text-slate-600">
<svg class="w-4 h-4 text-indigo-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
Setting komunikasi HMI ke PLC Schneider
</li>
</ul>
</div>
<!-- Module 3 -->
<div class="module-card bg-white rounded-2xl p-6 sm:p-7 border border-slate-100 shadow-sm fade-in fade-in-delay-3">
<div class="w-11 h-11 rounded-xl bg-indigo-50 flex items-center justify-center mb-4">
<svg class="w-5.5 h-5.5 text-indigo-600" fill="none" stroke="currentColor" stroke-width="1.8" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M17.25 6.75 22.5 12l-5.25 5.25m-10.5 0L1.5 12l5.25-5.25m7.5-3-4.5 16.5"></path></svg>
</div>
<div class="text-[11px] font-semibold text-indigo-500 uppercase tracking-wider mb-1.5">Modul 3</div>
<h3 class="text-lg font-semibold text-slate-900 tracking-tight mb-2.5">Live Programming Logic</h3>
<p class="text-sm text-slate-500 leading-relaxed mb-4">
Menguasai logika dasar dan langsung mempraktikkan proses programming secara real-time.
</p>
<ul class="space-y-2">
<li class="flex items-start gap-2.5 text-sm text-slate-600">
<svg class="w-4 h-4 text-indigo-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
Logika dasar & Addressing Digital I/O
</li>
<li class="flex items-start gap-2.5 text-sm text-slate-600">
<svg class="w-4 h-4 text-indigo-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
Fungsi Download & Upload program
</li>
<li class="flex items-start gap-2.5 text-sm text-slate-600">
<svg class="w-4 h-4 text-indigo-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
Online Programming langsung ke hardware
</li>
</ul>
</div>
<!-- Module 4 -->
<div class="module-card bg-white rounded-2xl p-6 sm:p-7 border border-slate-100 shadow-sm fade-in fade-in-delay-4">
<div class="w-11 h-11 rounded-xl bg-amber-50 flex items-center justify-center mb-4">
<svg class="w-5.5 h-5.5 text-amber-600" fill="none" stroke="currentColor" stroke-width="1.8" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 9v3.75m-9.303 3.376c-.866 1.5.217 3.374 1.948 3.374h14.71c1.73 0 2.813-1.874 1.948-3.374L13.949 3.378c-.866-1.5-3.032-1.5-3.898 0L2.697 16.126ZM12 15.75h.007v.008H12v-.008Z"></path></svg>
</div>
<div class="text-[11px] font-semibold text-amber-600 uppercase tracking-wider mb-1.5">Modul 4 β Paling Mahal</div>
<h3 class="text-lg font-semibold text-slate-900 tracking-tight mb-2.5">Industrial Troubleshooting Kit</h3>
<p class="text-sm text-slate-500 leading-relaxed mb-4">
Keahlian paling dicari di industri β kemampuan mendeteksi dan memperbaiki error secara taktis.
</p>
<ul class="space-y-2">
<li class="flex items-start gap-2.5 text-sm text-slate-600">
<svg class="w-4 h-4 text-amber-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
Simulasi error software & hardware
</li>
<li class="flex items-start gap-2.5 text-sm text-slate-600">
<svg class="w-4 h-4 text-amber-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
Teknik deteksi masalah secara sistematis
</li>
<li class="flex items-start gap-2.5 text-sm text-slate-600">
<svg class="w-4 h-4 text-amber-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
Strategi perbaikan di lapangan (best practice)
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- ==================== MENTOR SECTION ==================== -->
<section class="py-16 sm:py-20 lg:py-24 bg-white">
<div class="max-w-6xl mx-auto px-5 sm:px-6">
<div class="grid lg:grid-cols-2 gap-10 lg:gap-16 items-center">
<!-- Copy -->
<div class="fade-in">
<span class="inline-block text-xs font-semibold text-indigo-600 uppercase tracking-widest mb-3">Mentor</span>
<h2 class="text-2xl sm:text-3xl lg:text-4xl font-semibold text-slate-900 leading-tight tracking-tight mb-5">
Belajar dari Praktisi, <span class="text-indigo-600">Bukan Teoretisi</span>
</h2>
<p class="text-slate-600 leading-relaxed mb-6">
Kamu tidak belajar dari akademisi yang hanya mengutip buku. Mentor kamu adalah seorang <strong class="text-slate-900">Industrial Automation Expert</strong> yang sudah berkecimpung lebih dari 10 tahun di proyek-proyek otomasi skala nasional.
</p>
<div class="space-y-3.5">
<div class="flex items-start gap-3">
<div class="w-8 h-8 rounded-lg bg-indigo-50 flex items-center justify-center shrink-0 mt-0.5">
<svg class="w-4 h-4 text-indigo-600" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
</div>
<p class="text-sm text-slate-600 leading-relaxed">Semua <strong class="text-slate-800">best practice industri</strong> yang jarang diajarkan di kelas kuliah</p>
</div>
<div class="flex items-start gap-3">
<div class="w-8 h-8 rounded-lg bg-indigo-50 flex items-center justify-center shrink-0 mt-0.5">
<svg class="w-4 h-4 text-indigo-600" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
</div>
<p class="text-sm text-slate-600 leading-relaxed"><strong class="text-slate-800">Trik cepat programming</strong> yang biasa dipakai di proyek nyata</p>
</div>
<div class="flex items-start gap-3">
<div class="w-8 h-8 rounded-lg bg-indigo-50 flex items-center justify-center shrink-0 mt-0.5">
<svg class="w-4 h-4 text-indigo-600" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
</div>
<p class="text-sm text-slate-600 leading-relaxed"><strong class="text-slate-800">Safety rules</strong> di industri yang wajib dipahami engineer</p>
</div>
<div class="flex items-start gap-3">
<div class="w-8 h-8 rounded-lg bg-indigo-50 flex items-center justify-center shrink-0 mt-0.5">
<svg class="w-4 h-4 text-indigo-600" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
</div>
<p class="text-sm text-slate-600 leading-relaxed">Kupas tuntas dari <strong class="text-slate-800">pengalaman nyata</strong>, bukan teori di atas kertas</p>
</div>
</div>
</div>
<!-- Image -->
<div class="fade-in fade-in-delay-2">
<div class="rounded-2xl overflow-hidden shadow-xl shadow-slate-200/50">
<img src="https://th.bing.com/th/id/R.4ea9a99fb69b3d8eb635218ab664fffa?rik=AtOYoTVRRNdxMQ&riu=http%3a%2f%2fwww.anakteknik.co.id%2fproperty%2flive-training%2f399%2fgroup-13922.png&ehk=HnY9LJuy%2byeHEue62MNn%2fXVHFQwPtuGETbqt0vgmFGM%3d&risl=&pid=ImgRaw&r=0" alt="Mentor Industrial Automation Expert" class="w-full h-auto object-cover">
</div>
<div class="mt-4 flex items-center gap-3 px-1">
<div class="flex -space-x-2">
<div class="w-7 h-7 rounded-full bg-indigo-100 border-2 border-white flex items-center justify-center">
<svg class="w-3.5 h-3.5 text-indigo-600" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M4.26 10.147a60.438 60.438 0 0 0-.491 6.347A48.62 48.62 0 0 1 12 20.904a48.62 48.62 0 0 1 8.232-4.41 60.46 60.46 0 0 0-.491-6.347m-15.482 0a50.636 50.636 0 0 0-2.658-.813A59.906 59.906 0 0 1 12 3.493a59.903 59.903 0 0 1 10.399 5.84c-.896.248-1.783.52-2.658.814m-15.482 0A50.717 50.717 0 0 1 12 13.489a50.702 50.702 0 0 1 7.74-3.342"></path></svg>
</div>
</div>
<p class="text-xs text-slate-500">> 10 Tahun Pengalaman Proyek Otomasi Nasional</p>
</div>
</div>
</div>
</div>
</section>
<!-- ==================== OBJECTION HANDLING SECTION ==================== -->
<section class="py-16 sm:py-20 lg:py-24" style="background-color: #f8fafc !important;">
<div class="max-w-6xl mx-auto px-5 sm:px-6">
<div class="text-center max-w-2xl mx-auto mb-12 sm:mb-14 fade-in">
<span class="inline-block text-xs font-semibold text-indigo-600 uppercase tracking-widest mb-3">Jawaban Keraguan</span>
<h2 class="text-2xl sm:text-3xl lg:text-4xl font-semibold text-slate-900 leading-tight tracking-tight mb-4">
Masih Ada Keraguan? <span class="text-indigo-600">Wajar Banget.</span>
</h2>
<p class="text-slate-500 leading-relaxed">
Mari kita bahas beberapa hal yang mungkin lagi kamu pikirkan sekarang.
</p>
</div>
<div class="grid md:grid-cols-3 gap-5 sm:gap-6">
<!-- Objection 1 -->
<div class="objection-card bg-white rounded-2xl p-6 sm:p-7 border border-slate-100 shadow-sm fade-in fade-in-delay-1">
<div class="w-10 h-10 rounded-xl bg-red-50 flex items-center justify-center mb-4">
<svg class="w-5 h-5 text-red-500" fill="none" stroke="currentColor" stroke-width="1.8" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path></svg>
</div>
<h3 class="text-sm font-semibold text-slate-900 mb-2 leading-snug">"Waktunya cuma 2 hari, takut nggak keburu nyerap materinyaβ¦"</h3>
<div class="w-8 h-px bg-indigo-200 my-3"></div>
<p class="text-sm text-slate-500 leading-relaxed">
Kelas ini memangkas teori bertele-tele. Dari jam pertama, kamu langsung dihadapkan pada hardware. Pola belajar <strong class="text-slate-700">learning by doing</strong> terbukti membantu pemahaman lebih cepat menempel dibanding membaca buku setebal 500 halaman.
</p>
</div>
<!-- Objection 2 -->
<div class="objection-card bg-white rounded-2xl p-6 sm:p-7 border border-slate-100 shadow-sm fade-in fade-in-delay-2">
<div class="w-10 h-10 rounded-xl bg-amber-50 flex items-center justify-center mb-4">
<svg class="w-5 h-5 text-amber-500" fill="none" stroke="currentColor" stroke-width="1.8" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M9.879 7.519c1.171-1.025 3.071-1.025 4.242 0 1.172 1.025 1.172 2.687 0 3.712-.203.179-.43.326-.67.442-.745.361-1.45.999-1.45 1.827v.75M21 12a9 9 0 1 1-18 0 9 9 0 0 1 18 0Zm-9 5.25h.008v.008H12v-.008Z"></path></svg>
</div>
<h3 class="text-sm font-semibold text-slate-900 mb-2 leading-snug">"Saya belum punya dasar PLC Schneider atau HMI sama sekaliβ¦"</h3>
<div class="w-8 h-px bg-indigo-200 my-3"></div>
<p class="text-sm text-slate-500 leading-relaxed">
Kurikulum dimulai dari Pengenalan Hardware & Software dasar. Kelas ini didesain agar peserta dengan latar belakang teknik dasar sekalipun bisa bertransisi dengan mulus ke logika otomasi industri.
</p>
</div>
<!-- Objection 3 -->
<div class="objection-card bg-white rounded-2xl p-6 sm:p-7 border border-slate-100 shadow-sm fade-in fade-in-delay-3">
<div class="w-10 h-10 rounded-xl bg-blue-50 flex items-center justify-center mb-4">
<svg class="w-5 h-5 text-blue-500" fill="none" stroke="currentColor" stroke-width="1.8" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M18 18.72a9.094 9.094 0 0 0 3.741-.479 3 3 0 0 0-4.682-2.72m.94 3.198.001.031c0 .225-.012.447-.037.666A11.944 11.944 0 0 1 12 21c-2.17 0-4.207-.576-5.963-1.584A6.062 6.062 0 0 1 6 18.719m12 0a5.971 5.971 0 0 0-.941-3.197m0 0A5.995 5.995 0 0 0 12 12.75a5.995 5.995 0 0 0-5.058 2.772m0 0a3 3 0 0 0-4.681 2.72 8.986 8.986 0 0 0 3.74.477m.94-3.197a5.971 5.971 0 0 0-.94 3.197M15 6.75a3 3 0 1 1-6 0 3 3 0 0 1 6 0Zm6 3a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Zm-13.5 0a2.25 2.25 0 1 1-4.5 0 2.25 2.25 0 0 1 4.5 0Z"></path></svg>
</div>
<h3 class="text-sm font-semibold text-slate-900 mb-2 leading-snug">"Setelah training selesai, saya bakal dilepas gitu aja?"</h3>
<div class="w-8 h-px bg-indigo-200 my-3"></div>
<p class="text-sm text-slate-500 leading-relaxed">
Tidak. Kamu akan dimasukkan ke dalam <strong class="text-slate-700">Alumni Network Dedicated Group</strong>. Di sana, kamu bisa berkonsultasi langsung dengan mentor dan jejaring sesama engineer jika menemui kendala otomasi di tempat kerja nanti.
</p>
</div>
</div>
</div>
</section>
<!-- ==================== SOCIAL PROOF SECTION ==================== -->
<section class="py-16 sm:py-20 lg:py-24 bg-white">
<div class="max-w-6xl mx-auto px-5 sm:px-6">
<div class="text-center max-w-2xl mx-auto mb-12 sm:mb-14 fade-in">
<span class="inline-block text-xs font-semibold text-indigo-600 uppercase tracking-widest mb-3">Social Proof</span>
<h2 class="text-2xl sm:text-3xl lg:text-4xl font-semibold text-slate-900 leading-tight tracking-tight mb-4">
Mereka Sudah <span class="text-indigo-600">Membuktikannya</span>
</h2>
<p class="text-slate-500 leading-relaxed">
Beberapa alumni dari program training kami yang sudah merasakan manfaatnya langsung.
</p>
</div>
<!-- Stats Row -->
<div class="grid grid-cols-3 gap-4 sm:gap-6 mb-12 sm:mb-16 fade-in">
<div class="text-center py-6 sm:py-8 rounded-2xl bg-indigo-50/70 border border-indigo-100/50">
<div class="text-2xl sm:text-4xl font-semibold text-indigo-900 tracking-tight mb-1">150+</div>
<div class="text-xs sm:text-sm text-indigo-600/80 font-medium">Alumni Terlatih</div>
</div>
<div class="text-center py-6 sm:py-8 rounded-2xl bg-indigo-50/70 border border-indigo-100/50">
<div class="flex items-center justify-center gap-1 mb-1">
<div class="text-2xl sm:text-4xl font-semibold text-indigo-900 tracking-tight">4.8</div>
<svg class="w-5 h-5 sm:w-6 sm:h-6 text-amber-400" fill="currentColor" viewBox="0 0 24 24"><path d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z"></path></svg>
</div>
<div class="text-xs sm:text-sm text-indigo-600/80 font-medium">Rating Rata-rata</div>
</div>
<div class="text-center py-6 sm:py-8 rounded-2xl bg-indigo-50/70 border border-indigo-100/50">
<div class="text-2xl sm:text-4xl font-semibold text-indigo-900 tracking-tight mb-1">90%</div>
<div class="text-xs sm:text-sm text-indigo-600/80 font-medium">Merasa Lebih Siap</div>
</div>
</div>
<!-- Testimonial Cards -->
<div class="grid md:grid-cols-3 gap-5 sm:gap-6">
<!-- Testimonial 1 -->
<div class="testimonial-card bg-white rounded-2xl p-6 sm:p-7 border border-slate-100 shadow-sm fade-in fade-in-delay-1">
<div class="flex items-center gap-1 mb-4">
<svg class="w-4 h-4 text-amber-400" fill="currentColor" viewBox="0 0 24 24"><path d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z"></path></svg>
<svg class="w-4 h-4 text-amber-400" fill="currentColor" viewBox="0 0 24 24"><path d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z"></path></svg>
<svg class="w-4 h-4 text-amber-400" fill="currentColor" viewBox="0 0 24 24"><path d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z"></path></svg>
<svg class="w-4 h-4 text-amber-400" fill="currentColor" viewBox="0 0 24 24"><path d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z"></path></svg>
<svg class="w-4 h-4 text-amber-400" fill="currentColor" viewBox="0 0 24 24"><path d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z"></path></svg>
</div>
<p class="text-sm text-slate-600 leading-relaxed mb-5">
"Sebelumnya saya cuma tahu teori dari kampus. Setelah ikut training ini, baru paham betul bagaimana wiring PLC itu beneran dilakukan. Sekarang saya lebih percaya diri ngelamar ke perusahaan manufaktur."
</p>
<div class="flex items-center gap-3 pt-4 border-t border-slate-100">
<div class="w-9 h-9 rounded-full bg-indigo-100 flex items-center justify-center">
<span class="text-xs font-semibold text-indigo-700">RK</span>
</div>
<div>
<p class="text-sm font-medium text-slate-900">Rizky K.</p>
<p class="text-xs text-slate-400">Fresh Graduate Teknik Elektro</p>
</div>
</div>
</div>
<!-- Testimonial 2 -->
<div class="testimonial-card bg-white rounded-2xl p-6 sm:p-7 border border-slate-100 shadow-sm fade-in fade-in-delay-2">
<div class="flex items-center gap-1 mb-4">
<svg class="w-4 h-4 text-amber-400" fill="currentColor" viewBox="0 0 24 24"><path d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z"></path></svg>
<svg class="w-4 h-4 text-amber-400" fill="currentColor" viewBox="0 0 24 24"><path d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z"></path></svg>
<svg class="w-4 h-4 text-amber-400" fill="currentColor" viewBox="0 0 24 24"><path d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z"></path></svg>
<svg class="w-4 h-4 text-amber-400" fill="currentColor" viewBox="0 0 24 24"><path d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z"></path></svg>
<svg class="w-4 h-4 text-amber-400" fill="currentColor" viewBox="0 0 24 24"><path d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z"></path></svg>
</div>
<p class="text-sm text-slate-600 leading-relaxed mb-5">
"Bagian troubleshooting-nya yang paling berharga. Di kampus nggak pernah diajarin cara handle error di lapangan. Setelah training, saya bisa ngobrol lebih dalam soal otomasi saat interview kerja."
</p>
<div class="flex items-center gap-3 pt-4 border-t border-slate-100">
<div class="w-9 h-9 rounded-full bg-indigo-100 flex items-center justify-center">
<span class="text-xs font-semibold text-indigo-700">SA</span>
</div>
<div>
<p class="text-sm font-medium text-slate-900">Sarah A.</p>
<p class="text-xs text-slate-400">Fresh Graduate Teknik Mesin</p>
</div>
</div>
</div>
<!-- Testimonial 3 -->
<div class="testimonial-card bg-white rounded-2xl p-6 sm:p-7 border border-slate-100 shadow-sm fade-in fade-in-delay-3">
<div class="flex items-center gap-1 mb-4">
<svg class="w-4 h-4 text-amber-400" fill="currentColor" viewBox="0 0 24 24"><path d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z"></path></svg>
<svg class="w-4 h-4 text-amber-400" fill="currentColor" viewBox="0 0 24 24"><path d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z"></path></svg>
<svg class="w-4 h-4 text-amber-400" fill="currentColor" viewBox="0 0 24 24"><path d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z"></path></svg>
<svg class="w-4 h-4 text-amber-400" fill="currentColor" viewBox="0 0 24 24"><path d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z"></path></svg>
<svg class="w-4 h-4 text-amber-400" fill="currentColor" viewBox="0 0 24 24"><path d="M10.788 3.21c.448-1.077 1.976-1.077 2.424 0l2.082 5.006 5.404.434c1.164.093 1.636 1.545.749 2.305l-4.117 3.527 1.257 5.273c.271 1.136-.964 2.033-1.96 1.425L12 18.354 7.373 21.18c-.996.608-2.231-.29-1.96-1.425l1.257-5.273-4.117-3.527c-.887-.76-.415-2.212.749-2.305l5.404-.434 2.082-5.005Z"></path></svg>
</div>
<p class="text-sm text-slate-600 leading-relaxed mb-5">
"Saya awalnya bingung mau ambil jurusan karir ke mana setelah lulus. Training ini buka mata saya soal peluang di bidang automation. Mentornya juga sabar banget menjelaskan dari dasar banget."
</p>
<div class="flex items-center gap-3 pt-4 border-t border-slate-100">
<div class="w-9 h-9 rounded-full bg-indigo-100 flex items-center justify-center">
<span class="text-xs font-semibold text-indigo-700">DP</span>
</div>
<div>
<p class="text-sm font-medium text-slate-900">Dimas P.</p>
<p class="text-xs text-slate-400">Fresh Graduate Teknik Industri</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ==================== SCARCITY SECTION ==================== -->
<section class="py-14 sm:py-16 hero-gradient relative overflow-hidden">
<div class="absolute top-0 right-0 w-64 h-64 bg-indigo-400/10 rounded-full blur-3xl"></div>
<div class="absolute bottom-0 left-0 w-48 h-48 bg-indigo-300/10 rounded-full blur-3xl"></div>
<div class="max-w-6xl mx-auto px-5 sm:px-6 relative z-10">
<div class="text-center max-w-2xl mx-auto fade-in">
<div class="inline-flex items-center gap-2 bg-white/10 backdrop-blur-sm border border-white/20 rounded-full px-4 py-1.5 mb-5">
<svg class="w-3.5 h-3.5 text-amber-400" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M12 6v6h4.5m4.5 0a9 9 0 1 1-18 0 9 9 0 0 1 18 0Z"></path></svg>
<span class="text-xs font-medium text-indigo-100">Harga Promo Segera Berakhir</span>
</div>
<h2 class="text-2xl sm:text-3xl font-semibold text-white leading-tight tracking-tight mb-3">
Harga Akan Naik Setelah Periode Promo Berakhir
</h2>
<p class="text-indigo-200/80 text-sm sm:text-base leading-relaxed mb-8">
Kami memberikan harga spesial untuk batch ini saja. Setelah waktu habis, harga kembali normal.
</p>
<!-- Countdown Timer -->
<div class="flex items-center justify-center gap-3 sm:gap-4 mb-6">
<div class="countdown-box rounded-xl px-4 sm:px-6 py-3 sm:py-4 min-w-[70px] sm:min-w-[85px]">
<div id="cd-days" class="text-2xl sm:text-3xl font-semibold text-white tracking-tight">02</div>
<div class="text-[10px] sm:text-xs text-indigo-300/80 font-medium uppercase tracking-wider mt-0.5">Hari</div>
</div>
<span class="text-xl sm:text-2xl text-indigo-400 font-light">:</span>
<div class="countdown-box rounded-xl px-4 sm:px-6 py-3 sm:py-4 min-w-[70px] sm:min-w-[85px]">
<div id="cd-hours" class="text-2xl sm:text-3xl font-semibold text-white tracking-tight">14</div>
<div class="text-[10px] sm:text-xs text-indigo-300/80 font-medium uppercase tracking-wider mt-0.5">Jam</div>
</div>
<span class="text-xl sm:text-2xl text-indigo-400 font-light">:</span>
<div class="countdown-box rounded-xl px-4 sm:px-6 py-3 sm:py-4 min-w-[70px] sm:min-w-[85px]">
<div id="cd-minutes" class="text-2xl sm:text-3xl font-semibold text-white tracking-tight">37</div>
<div class="text-[10px] sm:text-xs text-indigo-300/80 font-medium uppercase tracking-wider mt-0.5">Menit</div>
</div>
<span class="text-xl sm:text-2xl text-indigo-400 font-light">:</span>
<div class="countdown-box rounded-xl px-4 sm:px-6 py-3 sm:py-4 min-w-[70px] sm:min-w-[85px]">
<div id="cd-seconds" class="text-2xl sm:text-3xl font-semibold text-white tracking-tight">22</div>
<div class="text-[10px] sm:text-xs text-indigo-300/80 font-medium uppercase tracking-wider mt-0.5">Detik</div>
</div>
</div>
<p class="text-xs text-indigo-300/60">*Timer menunjukkan sisa waktu harga promo</p>
</div>
</div>
</section>
<!-- ==================== CONVERSION BLOCK ==================== -->
<section class="py-16 sm:py-20 lg:py-24 bg-white">
<div class="max-w-6xl mx-auto px-5 sm:px-6">
<div class="max-w-2xl mx-auto fade-in">
<div class="text-center mb-10">
<span class="inline-block text-xs font-semibold text-indigo-600 uppercase tracking-widest mb-3">Investasi Untuk Karirmu</span>
<h2 class="text-2xl sm:text-3xl lg:text-4xl font-semibold text-slate-900 leading-tight tracking-tight mb-4">
Ambil Langkah Pertamamu <span class="text-indigo-600">Sekarang</span>
</h2>
</div>
<!-- Pricing Card -->
<div class="rounded-2xl border-2 border-indigo-200 overflow-hidden shadow-xl shadow-indigo-100/30">
<!-- Header -->
<div class="bg-indigo-600 px-6 sm:px-8 py-4 text-center">
<span class="text-sm font-medium text-indigo-100">Offline Training PLC & HMI β Jakarta</span>
</div>
<!-- Body -->
<div class="px-6 sm:px-8 py-8">
<!-- Price -->
<div class="text-center mb-7">
<div class="text-sm text-slate-400 mb-1">Harga Normal</div>
<div class="text-lg text-slate-400 line-through mb-3">Rp 4.500.000</div>
<div class="price-highlight inline-block rounded-2xl px-8 py-4 mb-2">
<div class="text-xs text-indigo-600 font-semibold uppercase tracking-wider mb-1">Harga Promo Hari Ini</div>
<div class="text-3xl sm:text-4xl font-bold text-indigo-900 tracking-tight">Rp 3.199.000</div>
</div>
<div class="mt-3 inline-flex items-center gap-1.5 bg-emerald-50 text-emerald-700 text-xs font-semibold px-3 py-1 rounded-full">
<svg class="w-3.5 h-3.5" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
Hemat Rp 1.301.000
</div>
</div>
<!-- What's Included -->
<div class="border-t border-slate-100 pt-6 mb-7">
<div class="text-xs font-semibold text-slate-500 uppercase tracking-wider mb-4">Yang Kamu Dapatkan:</div>
<ul class="space-y-3">
<li class="flex items-start gap-3 text-sm text-slate-600">
<svg class="w-4.5 h-4.5 text-indigo-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
2 Hari Full-Day Hands-On Training
</li>
<li class="flex items-start gap-3 text-sm text-slate-600">
<svg class="w-4.5 h-4.5 text-indigo-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
Akses langsung ke hardware PLC & HMI
</li>
<li class="flex items-start gap-3 text-sm text-slate-600">
<svg class="w-4.5 h-4.5 text-indigo-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
4 Modul: Wiring, HMI Integration, Programming, Troubleshooting
</li>
<li class="flex items-start gap-3 text-sm text-slate-600">
<svg class="w-4.5 h-4.5 text-indigo-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
Dipandu Expert Industri (>10 Tahun Pengalaman)
</li>
<li class="flex items-start gap-3 text-sm text-slate-600">
<svg class="w-4.5 h-4.5 text-indigo-500 mt-0.5 shrink-0" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="m4.5 12.75 6 6 9-13.5"></path></svg>
Akses Alumni Network Dedicated Group
</li>
</ul>
</div>
<!-- CTA Button -->
<a href="https://engineeringacademy.myr.id/pl/automation-offline-plchmi-2607-jkt" class="btn-cta flex items-center justify-center gap-2.5 w-full bg-indigo-600 hover:bg-indigo-700 text-white font-semibold text-base px-8 py-4 rounded-full shadow-lg shadow-indigo-600/25 transition-colors">
Daftar Sekarang
<svg class="w-5 h-5" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"></path></svg>
</a>
<!-- Micro-copy Trust -->
<div class="mt-4 flex items-center justify-center gap-4 text-[11px] text-slate-400">
<span class="flex items-center gap-1">
<svg class="w-3 h-3" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M16.5 10.5V6.75a4.5 4.5 0 1 0-9 0v3.75m-.75 11.25h10.5a2.25 2.25 0 0 0 2.25-2.25v-6.75a2.25 2.25 0 0 0-2.25-2.25H6.75a2.25 2.25 0 0 0-2.25 2.25v6.75a2.25 2.25 0 0 0 2.25 2.25Z"></path></svg>
Pembayaran Aman
</span>
<span class="flex items-center gap-1">
<svg class="w-3 h-3" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M9 12.75 11.25 15 15 9.75m-3-7.036A11.959 11.959 0 0 1 3.598 6 11.99 11.99 0 0 0 3 9.749c0 5.592 3.824 10.29 9 11.623 5.176-1.332 9-6.03 9-11.622 0-1.31-.21-2.571-.598-3.751h-.152c-3.196 0-6.1-1.248-8.25-3.285Z"></path></svg>
Tidak Ada Risiko
</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ==================== FINAL CTA SECTION ==================== -->
<section class="py-16 sm:py-20" style="background-color: #f8fafc !important;">
<div class="max-w-6xl mx-auto px-5 sm:px-6">
<div class="text-center max-w-xl mx-auto fade-in">
<h2 class="text-xl sm:text-2xl font-semibold text-slate-900 leading-tight tracking-tight mb-4">
Setiap hari yang kamu tunda, semakin banyak orang yang sudah mulai belajar dan siap bersaing di industri.
</h2>
<p class="text-sm text-slate-500 leading-relaxed mb-7">
Jangan sampai kamu tertinggal hanya karena menunda-nunda. Mulai dari langkah kecil ini.
</p>
<a href="https://engineeringacademy.myr.id/pl/automation-offline-plchmi-2607-jkt" class="btn-cta inline-flex items-center justify-center gap-2.5 bg-indigo-600 hover:bg-indigo-700 text-white font-semibold text-sm px-8 py-3.5 rounded-full shadow-lg shadow-indigo-600/20 transition-colors">
Daftar Sekarang
<svg class="w-4 h-4" fill="none" stroke="currentColor" stroke-width="2.5" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M13.5 4.5 21 12m0 0-7.5 7.5M21 12H3"></path></svg>
</a>
<p class="mt-3 text-[11px] text-slate-400">Harga promo terbatas β bisa berakhir kapan saja</p>
</div>
</div>
</section>
<!-- ==================== FOOTER ==================== -->
<footer class="py-8 bg-white border-t border-slate-100">
<div class="max-w-6xl mx-auto px-5 sm:px-6">
<div class="flex flex-col sm:flex-row items-center justify-between gap-4">
<div class="flex items-center gap-2">
<div class="w-6 h-6 rounded-md bg-indigo-600 flex items-center justify-center">
<svg class="w-3.5 h-3.5 text-white" fill="none" stroke="currentColor" stroke-width="2" viewBox="0 0 24 24"><path stroke-linecap="round" stroke-linejoin="round" d="M11.42 15.17 17.25 21A2.652 2.652 0 0 0 21 17.25l-5.877-5.877M11.42 15.17l2.496-3.03c.317-.384.74-.626 1.208-.766M11.42 15.17l-4.655 5.653a2.548 2.548 0 1 1-3.586-3.586l6.837-5.63m5.108-.233c.55-.164 1.163-.188 1.743-.14a4.5 4.5 0 0 0 4.486-6.336l-3.276 3.277a3.004 3.004 0 0 1-2.25-2.25l3.276-3.276a4.5 4.5 0 0 0-6.336 4.486c.049.58.025 1.193-.14 1.743"></path></svg>
</div>
<span class="text-xs font-medium text-slate-400">Engineering Academy</span>
</div>
<p class="text-xs text-slate-400">Β© 2025 Engineering Academy. Semua hak dilindungi.</p>
</div>
</div>
</footer>
<!-- ==================== JAVASCRIPT ==================== -->
<script>
// ===== COUNTDOWN TIMER =====
(function() {
// Set countdown: 2 days, 14 hours, 37 minutes, 22 seconds from page load
const countdownDuration = (2 * 24 * 60 * 60) + (14 * 60 * 60) + (37 * 60) + 22;
const endTime = Date.now() + (countdownDuration * 1000);
const daysEl = document.getElementById('cd-days');
const hoursEl = document.getElementById('cd-hours');
const minutesEl = document.getElementById('cd-minutes');
const secondsEl = document.getElementById('cd-seconds');
function pad(n) {
return n.toString().padStart(2, '0');
}
function updateCountdown() {
const now = Date.now();
let diff = Math.max(0, Math.floor((endTime - now) / 1000));
const d = Math.floor(diff / 86400);
diff %= 86400;
const h = Math.floor(diff / 3600);
diff %= 3600;
const m = Math.floor(diff / 60);
const s = diff % 60;
if (daysEl) daysEl.textContent = pad(d);
if (hoursEl) hoursEl.textContent = pad(h);
if (minutesEl) minutesEl.textContent = pad(m);
if (secondsEl) secondsEl.textContent = pad(s);
}
updateCountdown();
setInterval(updateCountdown, 1000);
})();
// ===== SCROLL REVEAL ANIMATION =====
(function() {
const observer = new IntersectionObserver(function(entries) {
entries.forEach(function(entry) {
if (entry.isIntersecting) {
entry.target.classList.add('visible');
observer.unobserve(entry.target);
}
});
}, {
threshold: 0.1,
rootMargin: '0px 0px -50px 0px'
});
document.querySelectorAll('.fade-in').forEach(function(el) {
observer.observe(el);
});
})();
</script>
</body></html>8
7
940KB
1222KB
916.0ms
916.0ms
2,229.0ms