@import url('https://fonts.googleapis.com/css2?family=Chonburi&family=Sarabun:wght@400;500;600;700&family=IBM+Plex+Mono:wght@500;600&display=swap');
:root {
  --bg: #eff3ec;
  --bg-alt: #e4ecdf;
  --card: #fbfdf9;
  --ink: #1f2e22;
  --ink-soft: #4b5a4e;
  --accent: #f2a65a;
  --accent-dark: #d98a3d;
  --blush: #e8aeb0;
  --line: #c9d6c4;
  --radius: 22px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: 'Sarabun', sans-serif;
  line-height: 1.6;
}
img, svg { max-width: 100%; display: block; }
.wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 24px;
}
.eyebrow {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-dark);
  margin: 0 0 10px;
}
h1, h2, h3, .display {
  font-family: 'Chonburi', 'Sarabun', sans-serif;
  font-weight: 400;
  line-height: 1.25;
  margin: 0;
  color: var(--ink);
}
/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(239, 243, 236, 0.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  padding-bottom: 14px;
}
.brand {
  font-family: 'Chonburi', sans-serif;
  font-size: 22px;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand .paw { color: var(--accent); }
.header-cta {
  display: flex;
  align-items: center;
  gap: 14px;
}
.tel-link {
  font-size: 14px;
  color: var(--ink-soft);
  display: none;
}
@media (min-width: 640px) { .tel-link { display: inline; } }
/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--accent);
  color: #2a1a08;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease;
}
.btn:hover { background: var(--accent-dark); transform: translateY(-2px); }
.btn.small { padding: 9px 18px; font-size: 14px; }
.btn.outline {
  background: transparent;
  border: 1.5px solid var(--ink);
  color: var(--ink);
}
.btn.outline:hover { background: var(--ink); color: var(--bg); }
/* ---------- Fur divider (signature element) ---------- */
.fur-divider { line-height: 0; margin: 0; }
.fur-divider svg { width: 100%; height: 34px; }
.fur-divider path { stroke: var(--line); stroke-width: 2; fill: none; }
/* ---------- Welcome Panel (ดำ-ทอง) ---------- */
/* แสดงเฉพาะบนมือถือเท่านั้น ซ่อนบนคอม/iPad (จอกว้างตั้งแต่ 768px ขึ้นไป)
   ส่วนเงื่อนไข "เฉพาะประเทศไทย" ควบคุมฝั่งเซิร์ฟเวอร์ (landing.js) ไม่ใช่ CSS เพราะ CSS เช็ค IP ไม่ได้ */
.welcome-panel {
  position: relative;
  overflow: hidden;
  background: #0b0b0d;
  padding: 56px 24px;
}
@media (min-width: 768px) {
  .welcome-panel { display: none; }
}
.welcome-panel .arc {
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
  pointer-events: none;
}
.welcome-panel .arc-top {
  width: 420px; height: 420px;
  top: -260px; left: -220px;
  border-top: 2px solid #caa14a;
  border-left: 2px solid #caa14a;
  opacity: 0.7;
}
.welcome-panel .arc-bottom {
  width: 420px; height: 420px;
  bottom: -260px; right: -220px;
  border-bottom: 2px solid #caa14a;
  border-right: 2px solid #caa14a;
  opacity: 0.7;
}
.welcome-content {
  position: relative;
  z-index: 1;
  max-width: 380px;
  margin: 0 auto;
  text-align: center;
}
.avatar-circle {
  width: 108px; height: 108px;
  margin: 0 auto 24px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, #f4d888, #caa14a, #8a6a22);
  box-shadow: 0 0 24px rgba(202, 161, 74, 0.25);
}
.avatar-circle-inner {
  width: 100%; height: 100%;
  border-radius: 50%;
  background: #17171a;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.avatar-circle svg { width: 56px; height: 56px; }
.avatar-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.welcome-content h2 {
  font-family: 'Chonburi', sans-serif;
  font-size: 30px;
  background: linear-gradient(135deg, #f4d888, #caa14a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: 8px;
}
.welcome-content p.welcome-sub {
  color: #d8d3c6;
  font-size: 15px;
  margin: 0 0 8px;
}
.welcome-content p.welcome-detail {
  color: #ffffff;
  font-size: 15px;
  margin: 4px 0 28px;
}
.btn-red, .btn-dark-outline {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 14px;
  border: 1.5px solid;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.btn-red::after, .btn-dark-outline::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 45%;
  height: 100%;
  background: linear-gradient(115deg, transparent, rgba(255, 255, 255, 0.55), transparent);
  transform: skewX(-20deg);
  pointer-events: none;
  animation: btn-shine-sweep 3.2s ease-in-out infinite;
}
.btn-dark-outline::after {
  background: linear-gradient(115deg, transparent, rgba(242, 166, 90, 0.5), transparent);
}
@keyframes btn-shine-sweep {
  0%   { left: -75%; }
  35%  { left: 125%; }
  100% { left: 125%; }
}
.btn-red {
  background: linear-gradient(180deg, #a11616, #6b0d0d);
  border-color: #caa14a;
  color: #f8ece0;
}
.btn-red:hover { filter: brightness(1.1); }
.btn-dark-outline {
  background: #17171a;
  border-color: #caa14a;
  color: #f0ece0;
}
.btn-dark-outline:hover { background: #201f22; }
.hero {
  padding: 56px 0 72px;
  overflow: hidden;
}
.hero .wrap {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 48px;
  align-items: center;
}
@media (max-width: 860px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-art { order: -1; }
}
.hero h1 { font-size: clamp(32px, 5vw, 52px); margin-bottom: 18px; }
.hero h1 .accent-text { color: var(--accent-dark); }
.hero p.lead { font-size: 18px; color: var(--ink-soft); max-width: 46ch; margin-bottom: 28px; }
.hero-cta-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 28px; }
.trust-row { display: flex; gap: 22px; flex-wrap: wrap; }
.trust-item { font-size: 14px; color: var(--ink-soft); }
.trust-item strong { display: block; font-family: 'Chonburi', sans-serif; font-size: 22px; color: var(--ink); }
.hero-art { position: relative; }
.cat-badge {
  position: absolute;
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 10px 14px;
  font-size: 13px;
  box-shadow: 0 8px 24px rgba(31, 46, 34, 0.08);
}
/* ---------- Value props ---------- */
.section { padding: 64px 0; }
.section-head { max-width: 640px; margin-bottom: 40px; }
.section-head h2 { font-size: clamp(26px, 3.4vw, 36px); }
.section-head p { color: var(--ink-soft); margin-top: 10px; }
.cards-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .cards-3 { grid-template-columns: 1fr; } }
.value-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
}
.value-card .icon-circle {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: var(--bg-alt);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
  font-size: 22px;
}
.value-card h3 { font-size: 19px; margin-bottom: 8px; }
.value-card p { color: var(--ink-soft); font-size: 15px; margin: 0; }
/* ---------- Process ---------- */
.section-alt { background: var(--bg-alt); }
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  position: relative;
}
@media (max-width: 860px) { .process-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .process-grid { grid-template-columns: 1fr; } }
.process-step .step-no {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent-dark);
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.process-step h3 { font-size: 18px; margin-bottom: 6px; }
.process-step p { color: var(--ink-soft); font-size: 14px; margin: 0; }
/* ---------- Pricing ---------- */
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .pricing-grid { grid-template-columns: 1fr; } }
.price-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  display: flex;
  flex-direction: column;
}
.price-card.featured { border-color: var(--accent); box-shadow: 0 12px 30px rgba(242, 166, 90, 0.18); }
.price-card .tag {
  align-self: flex-start;
  background: var(--blush);
  color: #5b2226;
  font-size: 12px;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 999px;
  margin-bottom: 14px;
}
.price-card h3 { font-size: 20px; margin-bottom: 6px; }
.price-card .price { font-family: 'Chonburi', sans-serif; font-size: 30px; color: var(--accent-dark); margin: 10px 0 16px; }
.price-card .price span { font-family: 'Sarabun', sans-serif; font-size: 14px; color: var(--ink-soft); }
.price-card ul { list-style: none; margin: 0 0 22px; padding: 0; flex: 1; }
.price-card li { font-size: 14px; color: var(--ink-soft); padding: 6px 0; border-bottom: 1px dashed var(--line); }
.price-card li:last-child { border-bottom: none; }
/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 860px) { .testi-grid { grid-template-columns: 1fr; } }
.testi-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
}
.testi-card .stars { color: var(--accent-dark); margin-bottom: 10px; font-size: 14px; }
.testi-card p { font-size: 15px; color: var(--ink); margin: 0 0 14px; }
.testi-card .who { font-size: 13px; color: var(--ink-soft); }
/* ---------- FAQ ---------- */
.faq-list { max-width: 780px; }
.faq-item {
  border-bottom: 1px solid var(--line);
  padding: 18px 0;
}
.faq-item summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: '+'; font-size: 20px; color: var(--accent-dark); }
.faq-item[open] summary::after { content: '−'; }
.faq-item p { color: var(--ink-soft); margin: 12px 0 0; font-size: 15px; }
/* ---------- Final CTA ---------- */
.final-cta {
  background: var(--ink);
  color: #eef3ea;
  border-radius: 28px;
  padding: 56px 40px;
  text-align: center;
  margin: 0 24px;
}
.final-cta h2 { color: #f8f5ee; font-size: clamp(26px, 4vw, 38px); margin-bottom: 14px; }
.final-cta p { color: #c8d3c4; margin-bottom: 28px; }
/* ---------- Footer ---------- */
footer { padding: 40px 0 100px; color: var(--ink-soft); font-size: 14px; }
footer .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 16px; }
/* ---------- Sticky mobile CTA ---------- */
.mobile-cta-bar {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  background: var(--card);
  border-top: 1px solid var(--line);
  padding: 12px 16px;
  display: flex;
  z-index: 50;
}
.mobile-cta-bar .btn { flex: 1; justify-content: center; }
@media (min-width: 860px) { .mobile-cta-bar { display: none; } }
@media (prefers-reduced-motion: reduce) {
  * { transition: none !important; scroll-behavior: auto !important; animation: none !important; }
}
