:root {
  --bg: #ffffff;
  --soft: #f6f4f5;
  --soft-2: #ece8ea;
  --ink: #171416;
  --muted: #6f666b;
  --line: #ded7da;
  --brand: #a50034;
  --brand-dark: #6f0023;
  --brand-pale: #f8e8ee;
  --line-green: #06c755;
  --line-green-dark: #04a947;
  --dark: #121012;
  --dark-2: #221c20;
  --white: #ffffff;
  --shadow-sm: 0 8px 24px rgba(22, 14, 18, .08);
  --shadow-lg: 0 24px 60px rgba(22, 14, 18, .16);
  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Sarabun", "Noto Sans Thai", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.72;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 9999;
  padding: 12px 18px;
  background: var(--white);
  color: var(--ink);
  border-radius: 10px;
  box-shadow: var(--shadow-sm);
  transition: top .2s ease;
}
.skip-link:focus { top: 16px; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 880px); }
.section { padding: 104px 0; }
.section-soft { background: var(--soft); }
.section-dark { background: var(--dark); color: var(--white); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.94);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(222,215,218,.8);
}
.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  min-width: max-content;
}
.brand-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--brand);
  color: var(--white);
  font-weight: 800;
  letter-spacing: -.04em;
}
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font-size: 1rem; letter-spacing: .01em; }
.brand-copy small { margin-top: 4px; color: var(--muted); font-size: .72rem; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.desktop-nav a { text-decoration: none; color: #3d363a; font-size: .95rem; font-weight: 600; }
.desktop-nav a:hover { color: var(--brand); }

.btn {
  min-height: 52px;
  padding: 13px 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  cursor: pointer;
}
.btn:hover { transform: translateY(-2px); }
.btn:focus-visible, a:focus-visible, summary:focus-visible { outline: 3px solid rgba(6,199,85,.35); outline-offset: 3px; }
.btn-small { min-height: 44px; padding: 9px 17px; font-size: .9rem; }
.btn-large { min-height: 58px; padding: 16px 26px; font-size: 1.04rem; }
.btn-xl { min-height: 64px; padding: 17px 30px; font-size: 1.08rem; }
.btn-line { background: var(--line-green); color: #071f10; box-shadow: 0 14px 28px rgba(6,199,85,.22); }
.btn-line:hover { background: #0bd15d; box-shadow: 0 18px 36px rgba(6,199,85,.3); }
.line-dot { width: 22px; height: 22px; border-radius: 50%; background: #fff; position: relative; flex: 0 0 auto; }
.line-dot::after { content: ""; position: absolute; width: 6px; height: 6px; right: 1px; bottom: 1px; background: #fff; transform: rotate(35deg); border-radius: 1px; }
.btn-outline-light { border-color: rgba(255,255,255,.35); color: var(--white); background: rgba(255,255,255,.04); }
.btn-outline-light:hover { background: var(--white); color: var(--ink); }
.btn-phone { background: transparent; border-color: var(--line); color: var(--ink); }
.btn-phone:hover { border-color: var(--ink); }
.text-link { color: #ddd5d9; text-underline-offset: 5px; }

.hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 92px;
  background:
    radial-gradient(circle at 76% 25%, rgba(165,0,52,.42), transparent 32%),
    radial-gradient(circle at 10% 90%, rgba(95,20,45,.32), transparent 28%),
    linear-gradient(145deg, #0f0d0e 0%, #1a1417 65%, #100c0e 100%);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 86%);
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.04fr .96fr; gap: 62px; align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 15px; color: var(--brand); font-size: .84rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.section-kicker.light { color: #ff8db1; }
.hero h1 { margin: 0; font-size: clamp(2.55rem, 5vw, 4.75rem); font-weight: 700; line-height: 1.22; letter-spacing: 0; max-width: 760px; text-wrap: balance; }
.hero h1 span { color: #f4b0c6; }
.hero h1 br { display: block; content: ""; margin-bottom: .06em; }
.hero-lead { max-width: 680px; margin: 26px 0 0; color: #d8d0d4; font-size: clamp(1.06rem, 1.5vw, 1.23rem); }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 34px; }
.hero-trust { list-style: none; margin: 36px 0 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.hero-trust li { padding: 16px 15px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-sm); background: rgba(255,255,255,.045); }
.hero-trust strong { display: block; color: #fff; font-size: 1rem; }
.hero-trust span { display: block; margin-top: 5px; color: #bfb5ba; font-size: .78rem; line-height: 1.45; }
.advisor-mini-card { margin-top: 24px; display: inline-flex; gap: 13px; align-items: center; padding: 10px 18px 10px 10px; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.12); }
.advisor-mini-card img { width: 54px; height: 54px; border-radius: 50%; object-fit: cover; object-position: center 24%; background: #ddd; }
.advisor-mini-card div { display: grid; line-height: 1.25; }
.advisor-mini-card span { color: #bfb5ba; font-size: .72rem; }
.advisor-mini-card strong { margin-top: 2px; font-size: .98rem; }
.advisor-mini-card small { color: #d8d0d4; margin-top: 2px; }
.hero-visual { position: relative; min-height: 580px; display: grid; place-items: center; }
.hero-visual > img { width: min(100%, 670px); filter: drop-shadow(0 32px 44px rgba(0,0,0,.36)); }
.floating-card { position: absolute; display: grid; padding: 15px 18px; border: 1px solid rgba(255,255,255,.18); border-radius: 16px; background: rgba(255,255,255,.1); backdrop-filter: blur(16px); box-shadow: 0 20px 42px rgba(0,0,0,.2); }
.floating-card span { color: #cfc6ca; font-size: .76rem; }
.floating-card strong { margin-top: 2px; font-size: .96rem; }
.card-payment { top: 12%; right: -2%; }
.card-care { left: 0; bottom: 13%; }
.hero-fade { position: absolute; bottom: 0; left: 0; right: 0; height: 50px; background: linear-gradient(to bottom, transparent, rgba(0,0,0,.15)); }

.trust-strip { background: var(--brand); color: var(--white); }
.trust-strip-inner { min-height: 72px; display: flex; align-items: center; justify-content: center; text-align: center; }
.trust-strip p { margin: 0; font-size: .92rem; }

.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .story h2, .compare-copy h2, .advisor-copy h2, .faq-heading h2, .final-cta h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.35rem);
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: 0;
}
.section-heading > p:last-child, .faq-heading > p { color: var(--muted); margin: 18px auto 0; max-width: 700px; }
.story { overflow: hidden; }
.story h2 { max-width: 850px; }
.story-body { margin-top: 38px; font-size: 1.12rem; color: #453d41; }
.story-body p { margin: 0 0 22px; }
.story-highlight { border-left: 4px solid var(--brand); padding: 20px 24px; background: var(--brand-pale); color: #3b1825; font-weight: 600; border-radius: 0 var(--radius-sm) var(--radius-sm) 0; }
.story-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 32px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #000;
  box-shadow: var(--shadow);
}
.story-video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.benefit-card { padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; }
.icon-box { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; color: var(--white); background: linear-gradient(145deg, var(--brand), var(--brand-dark)); font-size: 1.4rem; font-weight: 800; }
.benefit-card h3 { margin: 25px 0 10px; font-size: 1.34rem; line-height: 1.35; }
.benefit-card p { margin: 0; color: var(--muted); }
.center-cta { margin-top: 34px; display: flex; align-items: center; justify-content: center; gap: 22px; flex-wrap: wrap; }
.center-cta p { margin: 0; font-weight: 600; }

.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-md); transition: transform .2s ease, box-shadow .2s ease, border .2s ease; display: flex; flex-direction: column; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-sm); border-color: #c9bdc2; }
.product-card h3 { margin: 20px 0 8px; font-size: 1.28rem; }
.product-card p { margin: 0 0 18px; color: var(--muted); min-height: 55px; }
.card-link { color: var(--brand); font-weight: 700; text-decoration: none; margin-top: auto; }
.card-link span { display: inline-block; transition: transform .2s ease; }
.card-link:hover span { transform: translateX(4px); }
.product-media { width: 100%; height: 168px; border-radius: 18px; display: flex; align-items: center; justify-content: center; background: linear-gradient(145deg, #f7f1f3, #eee5e9); overflow: hidden; padding: 16px; }
.product-media img { width: 100%; height: 100%; display: block; object-fit: contain; object-position: center; filter: drop-shadow(0 10px 18px rgba(18, 12, 16, .1)); }
.product-icon { width: 100%; height: 168px; border-radius: 18px; display: grid; place-items: center; background: linear-gradient(145deg, #f6edef, #ebe3e6); position: relative; overflow: hidden; }
.product-icon::before, .product-icon::after, .product-icon span::before, .product-icon span::after { content: ""; position: absolute; }
.clean-icon::before { width: 48px; height: 78px; border: 3px solid #6f6066; border-radius: 16px 16px 8px 8px; background: #fff; transform: rotate(-8deg); }
.clean-icon::after { width: 28px; height: 28px; border: 4px solid #a99ba1; border-radius: 50%; top: 76px; }

.compare-section { background: linear-gradient(145deg, #120f11, #271a20); }
.compare-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 64px; align-items: center; }
.compare-copy p:not(.section-kicker) { color: #cfc5ca; margin: 22px 0 30px; }
.compare-table-wrap { background: var(--white); color: var(--ink); border-radius: var(--radius-md); overflow: hidden; box-shadow: var(--shadow-lg); }
.compare-table { width: 100%; border-collapse: collapse; }
.compare-table th, .compare-table td { padding: 17px 18px; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare-table thead th { background: #f2edef; font-size: .88rem; }
.compare-table tbody th { width: 25%; font-size: .92rem; }
.compare-table td { color: #5b5156; font-size: .9rem; }
.compare-table tr:last-child th, .compare-table tr:last-child td { border-bottom: 0; }
.table-note { margin: 0; padding: 15px 18px 18px; color: var(--muted); font-size: .76rem; background: #fbfafb; }

.steps-grid { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.step-card { padding: 29px 24px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); position: relative; }
.step-number { font-size: 1.85rem; font-weight: 800; color: #d4c6cc; }
.step-card h3 { margin: 30px 0 8px; font-size: 1.2rem; }
.step-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.step-card:not(:last-child)::after { content: "→"; position: absolute; top: 50%; right: -14px; z-index: 2; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: var(--brand); background: var(--white); border: 1px solid var(--line); transform: translateY(-50%); }

.advisor-section { background: #fff; }
.advisor-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: center; padding: 38px; border-radius: var(--radius-lg); background: linear-gradient(145deg, #f7f2f4, #efe8eb); }
.advisor-photo { min-height: 520px; border-radius: 26px; overflow: hidden; background: #dcd4d7; position: relative; }
.advisor-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; min-height: 520px; }
.advisor-intro { margin: 22px 0 24px; color: var(--muted); font-size: 1.05rem; }
.advisor-name-card { padding: 20px 24px; border-radius: 18px; border: 1px solid #d9cbd1; background: rgba(255,255,255,.72); }
.advisor-name-card span { color: var(--muted); font-size: .78rem; }
.advisor-name-card h3 { margin: 2px 0 0; font-size: 1.8rem; line-height: 1.2; }
.advisor-name-card p { margin: 5px 0 0; color: #574a50; }
.contact-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 25px; }
.advisor-phone { margin: 14px 0 0; color: #554a4f; font-size: .9rem; }
.advisor-disclaimer { color: var(--muted); font-size: .78rem; margin: 16px 0 0; }

.fit-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.fit-item { display: flex; gap: 16px; align-items: flex-start; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-sm); }
.fit-item span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--brand-pale); color: var(--brand); font-weight: 800; }
.fit-item p { margin: 0; }

.faq-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 64px; align-items: start; }
.faq-heading { position: sticky; top: 120px; }
.faq-heading .btn { margin-top: 26px; }
.accordion { display: grid; gap: 12px; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: clip; }
.faq-item summary { list-style: none; cursor: pointer; padding: 20px 54px 20px 22px; font-weight: 700; position: relative; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--brand); }
.faq-item[open] summary::after { content: "−"; }
.faq-item div { padding: 0 22px 21px; color: var(--muted); }
.faq-item p { margin: 0; }

.final-cta { padding: 90px 0; background: radial-gradient(circle at 85% 20%, rgba(165,0,52,.45), transparent 34%), #151113; }
.final-cta-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; }
.final-cta p { color: #cfc5ca; max-width: 720px; }
.final-actions { display: grid; justify-items: start; gap: 18px; }
.final-actions p { margin: 0; font-size: .88rem; }
.final-actions p a { color: var(--white); }

.site-footer { background: #f2edef; padding: 64px 0 110px; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .75fr .75fr; gap: 50px; }
.footer-brand { margin-bottom: 18px; }
.footer-grid > div > p { color: var(--muted); font-size: .88rem; max-width: 580px; }
.footer-grid h2 { margin: 3px 0 14px; font-size: 1rem; }
.footer-links { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.footer-links a { color: #4a4145; font-size: .88rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid #d6cbd0; margin-top: 46px; padding-top: 22px; }
.footer-bottom p { margin: 0; color: var(--muted); font-size: .76rem; }

.mobile-cta { display: none; }

.reveal { opacity: 1; transform: none; }
.js-ready .reveal { opacity: 1; transform: none; transition: transform .35s ease; }
.js-ready .reveal.is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .js-ready .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1020px) {
  .desktop-nav { display: none; }
  .hero-grid, .compare-grid, .advisor-grid, .faq-grid, .final-cta-inner { grid-template-columns: 1fr; }
  .hero { padding-top: 70px; }
  .hero-visual { min-height: 480px; }
  .benefit-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .step-card:nth-child(2)::after { display: none; }
  .advisor-photo { max-height: 620px; }
  .faq-heading { position: static; }
  .footer-grid { grid-template-columns: 1.2fr .8fr .8fr; }
}

@media (max-width: 700px) {
  body { padding-bottom: 74px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .header-inner { min-height: 66px; }
  .header-inner > .btn { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { padding: 62px 0 72px; }
  .hero-grid { gap: 24px; }
  .hero h1 { font-size: clamp(2rem, 10vw, 3rem); line-height: 1.18; }
  .hero-lead { font-size: 1.02rem; }
  .hero-actions { align-items: stretch; gap: 14px; }
  .hero-actions .btn, .hero-actions .text-link { width: 100%; text-align: center; }
  .hero-trust { grid-template-columns: 1fr; }
  .hero-visual { min-height: 350px; }
  .floating-card { display: none; }
  .trust-strip-inner { padding: 16px 0; }
  .benefit-grid, .product-grid, .steps-grid, .fit-grid { grid-template-columns: 1fr; }
  .benefit-card, .product-card { padding: 26px; }
  .product-media, .product-icon { height: 156px; }
  .product-card p { min-height: auto; }
  .step-card::after { display: none !important; }
  .compare-table-wrap { overflow-x: auto; }
  .compare-table { min-width: 650px; }
  .advisor-grid { padding: 20px; gap: 34px; border-radius: 24px; }
  .advisor-photo, .advisor-photo img { min-height: 390px; }
  .contact-actions .btn { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; }
  .site-footer { padding-bottom: 40px; }
  .mobile-cta {
    position: fixed;
    z-index: 1100;
    left: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr;
    padding: 9px 10px calc(9px + env(safe-area-inset-bottom));
    background: rgba(255,255,255,.96);
    backdrop-filter: blur(16px);
    border-top: 1px solid var(--line);
    box-shadow: 0 -10px 24px rgba(20,12,16,.1);
  }
  .mobile-cta a { min-height: 50px; display: flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 800; border-radius: 999px; }
  .mobile-line { background: var(--line-green); color: #071f10; gap: 8px; }
}

.legal-page { padding: 88px 0 110px; }
.legal-page h1 { margin: 0; font-size: clamp(2.3rem, 5vw, 4rem); font-weight: 700; line-height: 1.22; letter-spacing: 0; }
.legal-updated { color: var(--muted); margin: 12px 0 44px; }
.legal-page section { padding: 26px 0; border-top: 1px solid var(--line); }
.legal-page section h2 { margin: 0 0 10px; font-size: 1.25rem; }
.legal-page section p { margin: 0; color: #4f464a; }
