<!DOCTYPE html>
<html lang="th">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SavePulse - จับจังหวะเรทเงิน</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Prompt:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<!-- MailerLite Universal -->
<script>
(function(w,d,e,u,f,l,n){w[f]=w[f]||function(){(w[f].q=w[f].q||[])
.push(arguments);},l=d.createElement(e),l.async=1,l.src=u,
n=d.getElementsByTagName(e)[0],n.parentNode.insertBefore(l,n);})
(window,document,'script','https://assets.mailerlite.com/js/universal.js','ml');
ml('account', '2312574');
</script>
<!-- End MailerLite Universal -->
<style>
body {
font-family: 'Prompt', sans-serif;
background-color: #f3f4f6;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
margin: 0;
}
.mobile-mockup {
width: 100%;
max-width: 414px;
height: 896px;
max-height: 100vh;
background-color: #FAFAFA;
position: relative;
overflow-y: auto;
overflow-x: hidden;
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
scroll-behavior: smooth;
}
.mobile-mockup::-webkit-scrollbar {
width: 0px;
}
.aura-teal {
position: absolute;
top: -50px;
right: -50px;
width: 250px;
height: 250px;
background: radial-gradient(circle, rgba(20,184,166,0.15) 0%, rgba(255,255,255,0) 70%);
border-radius: 50%;
z-index: 0;
}
.aura-gold {
position: absolute;
top: 250px;
left: -100px;
width: 300px;
height: 300px;
background: radial-gradient(circle, rgba(245,158,11,0.08) 0%, rgba(255,255,255,0) 70%);
border-radius: 50%;
z-index: 0;
}
.content-layer {
position: relative;
z-index: 10;
}
input[type=range] {
-webkit-appearance: none;
width: 100%;
background: transparent;
}
input[type=range]::-webkit-slider-thumb {
-webkit-appearance: none;
height: 24px;
width: 24px;
border-radius: 50%;
background: #0f766e;
cursor: pointer;
margin-top: -10px;
box-shadow: 0 2px 6px rgba(15, 118, 110, 0.4);
border: 4px solid #fff;
}
input[type=range]::-webkit-slider-runnable-track {
width: 100%;
height: 6px;
cursor: pointer;
background: #ccfbf1;
border-radius: 99px;
}
.hide-scroll::-webkit-scrollbar {
display: none;
}
.hide-scroll {
-ms-overflow-style: none;
scrollbar-width: none;
}
</style>
</head>
<body>
<div class="mobile-mockup bg-white">
<!-- เอฟเฟกต์แสงพื้นหลัง -->
<div class="aura-teal"></div>
<div class="aura-gold"></div>
<div class="content-layer p-6 flex flex-col">
<!-- SECTION 1: HERO -->
<div class="min-h-[800px] flex flex-col relative">
<!-- Navbar -->
<div class="flex justify-between items-center mb-8 pt-4">
<div class="flex items-center gap-1.5">
<div class="w-8 h-8 bg-teal-600 rounded-lg flex items-center justify-center shadow-lg shadow-teal-600/30">
<!-- Icon เปลี่ยนเป็นรูปคลื่นชีพจร -->
<svg xmlns="http://www.w3.org/2000/svg" class="h-5 w-5 text-white" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<path d="M22 12h-4l-3 9L9 3l-3 9H2"></path>
</svg>
</div>
<div class="text-2xl font-bold text-slate-800 tracking-tighter">
Save<span class="text-teal-600">Pulse</span>
</div>
</div>
</div>
<!-- ข้อความพาดหัว -->
<div class="mb-6">
<div class="inline-block bg-teal-50 text-teal-700 text-[10px] font-bold px-3 py-1 rounded-full mb-4 tracking-wider uppercase">
Data Analytics Platform
</div>
<h1 class="text-[32px] leading-[1.2] font-bold text-slate-900 mb-4">
ปกป้องเงินของคุณให้ได้ <span class="text-teal-600">มูลค่าสูงสุด</span><br>จบปัญหาแลกเงินผิดจังหวะ
</h1>
<p class="text-slate-500 text-[13px] leading-relaxed pr-4">
เช็ค 'สัญญาณสถิติ' ระดับสถาบันการเงิน ก่อนตัดสินใจแลกเงินไปเที่ยว สั่งของ หรือซื้อทองคำ
</p>
</div>
<!-- การ์ดแสดงผลแนวนอน (ย่อเพื่อความกระชับของโค้ด) -->
<div class="flex overflow-x-auto hide-scroll gap-4 pb-6 -mx-6 px-6 mb-4 snap-x">
<!-- 1. การ์ดญี่ปุ่น (ไฟเขียว) -->
<div class="min-w-[280px] snap-center bg-white/80 backdrop-blur-xl rounded-3xl p-5 shadow-[0_8px_25px_rgb(0,0,0,0.04)] border border-slate-100 relative overflow-hidden">
<div class="absolute top-0 left-0 w-1 h-full bg-teal-500"></div>
<div class="flex justify-between items-start mb-3">
<div class="flex items-center gap-3">
<div class="w-12 h-12 rounded-2xl bg-slate-50 border border-slate-100 flex items-center justify-center text-xl shadow-sm">🇯🇵</div>
<div>
<h3 class="font-bold text-slate-800 text-sm">เตรียมบินญี่ปุ่น</h3>
<p class="text-[10px] text-slate-400 font-medium">ถือเงินบาท → แลกเงินเยน</p>
</div>
</div>
<div class="flex items-center gap-1.5 bg-teal-50/80 px-2 py-1 rounded-full border border-teal-100">
<div class="w-2 h-2 rounded-full bg-teal-500 animate-pulse shadow-[0_0_8px_rgba(20,184,166,0.8)]"></div>
<span class="text-[9px] font-bold text-teal-700 tracking-wide">ได้เปรียบสุดๆ</span>
</div>
</div>
<div class="bg-slate-50 rounded-xl p-3 mt-4">
<p class="text-[12px] text-slate-700 font-medium flex items-center gap-2">
จังหวะคุ้มค่ามาก สถิติแนะนำให้แลกเก็บไว้เลย
</p>
</div>
</div>
<!-- 2. การ์ดทองคำ (ไฟแดง) -->
<div class="min-w-[280px] snap-center bg-white/80 backdrop-blur-xl rounded-3xl p-5 shadow-[0_8px_25px_rgb(0,0,0,0.04)] border border-slate-100 relative overflow-hidden">
<div class="absolute top-0 left-0 w-1 h-full bg-rose-400"></div>
<div class="flex justify-between items-start mb-3">
<div class="flex items-center gap-3">
<div class="w-12 h-12 rounded-2xl bg-amber-50 border border-amber-100 flex items-center justify-center text-xl shadow-sm">🥇</div>
<div>
<h3 class="font-bold text-slate-800 text-sm">ซื้อทองคำแท่งสะสม</h3>
<p class="text-[10px] text-slate-400 font-medium">เปลี่ยนเงินสด → ออมทอง</p>
</div>
</div>
<div class="flex items-center gap-1.5 bg-rose-50/80 px-2 py-1 rounded-full border border-rose-100">
<div class="w-2 h-2 rounded-full bg-rose-500 shadow-[0_0_8px_rgba(244,63,94,0.6)]"></div>
<span class="text-[9px] font-bold text-rose-700 tracking-wide">ราคากำลังดุเดือด</span>
</div>
</div>
<div class="bg-slate-50 rounded-xl p-3 mt-4">
<p class="text-[12px] text-slate-700 font-medium flex items-center gap-2">
ความเสี่ยงสูง สถิติชี้ว่าควรรอให้ราคาพักตัวก่อน
</p>
</div>
</div>
</div>
<!-- กล่อง Call to Action (แทรก MailerLite Form ตรงนี้) -->
<div class="mt-auto bg-slate-50 border border-slate-200 rounded-[2rem] p-6 shadow-xl relative overflow-hidden z-20 text-center">
<h3 class="text-slate-900 font-bold mb-1 text-lg">ให้เราช่วยเฝ้าเรทเงินให้คุณ</h3>
<p class="text-slate-500 text-xs mb-4">ลงทะเบียนรับสิทธิ์ใช้งานระบบแจ้งเตือนฟรี 1 เดือน</p>
<!-- โค้ดฟอร์มของ MailerLite -->
<div class="ml-embedded w-full" data-form="dndYkq"></div>
</div>
</div>
</div>
</div>
</body>
</html>