/* NIS — Landing / Promote page
 * Uses the shared NIS theme tokens as-is (nis-theme.css / nis-background.css
 * / meetmap-layout.css) — same palette, gradients and tokens as index.html
 * and login.html. Only layout/spacing/components are page-specific. */

* { box-sizing: border-box; }

body.promote-page {
  /* Match the typography tokens used throughout the main NIS system. */
  --font-display: 'Nunito', 'Outfit', sans-serif;
  --font-thai: 'Sarabun', sans-serif;
  --font-ui: 'Nunito', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-nav: 'Kanit', 'IBM Plex Sans Thai', 'Sarabun', sans-serif;
  font-family: var(--font-ui);
  color: var(--text-primary, var(--text));
  overflow-x: hidden;
}

/* Promote-only palette — mirrors the app's current "cozy paper" light theme
   exactly (soft paper cream surfaces, sage-green accent). */
body.promote-page.light-theme:not(.theme-forest-dark) {
  --bg-primary: #fbf7ed;
  --bg-secondary: #f3ede0;
  --bg-tertiary: #ede4d2;
  --body-bg: #fbf7ed;

  --card-bg: #ffffff;
  --card-border: rgba(31, 26, 20, 0.12);

  --text-primary: #1f1a14;
  --text-secondary: #4a4338;
  --text-tertiary: #8a8378;

  --accent: #6B9071;
  --accent-gradient: linear-gradient(135deg, #6B9071 0%, #375534 100%);
  --accent-hover: #375534;
  --accent-glow: rgba(107, 144, 113, 0.16);
  --accent-soft: rgba(107, 144, 113, 0.12);
  --accent-rgb: 107, 144, 113;

  --input-bg: #fbf7ed;
  --input-border: #e5dcc7;
  --input-focus-border: #1f1a14;

  --shadow-main: 0 8px 22px -14px rgba(31, 26, 20, 0.2);
  --shadow-premium: 0 18px 38px -20px rgba(31, 26, 20, 0.38), 0 0 36px -18px rgba(107, 144, 113, 0.22);
  --scrollbar-thumb: #ede4d2;
  --scrollbar-track: #fbf7ed;
}

.promote-page a:not(.pz-btn):not(.pz-nav-login-pill):not(.pz-showcase-head-primary):not(.pz-nav-link) { color: inherit; }

/* The landing page uses the new standalone N mark instead of the shared masked icon. */
.promote-page .nis-brand-logo {
  content: normal !important;
  background: transparent;
  -webkit-mask: none;
  mask: none;
  object-fit: contain;
  transform: scale(1.45);
}

.pz-logo-lockup {
  display: block;
  width: 156px;
  height: 48px;
  object-fit: contain;
  object-position: center;
}

.pz-logo-lockup--footer {
  width: 150px;
  height: 48px;
}

.pz-logo-cat {
  display: block;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border: none;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: none;
}

.pz-logo-wordmark {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.pz-logo-wordmark strong {
  color: var(--text-primary);
  font-family: var(--font-display, 'Nunito', sans-serif);
  font-size: 1.1rem;
  font-weight: 900;
  letter-spacing: -0.02em;
}

.pz-logo-wordmark small {
  margin-top: 3px;
  color: var(--text-tertiary);
  font-family: var(--font-ui, 'Nunito', sans-serif);
  font-size: 0.52rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.pz-logo-cat--footer { width: 52px; height: 52px; flex-basis: 52px; }

.pz-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.pz-section {
  position: relative;
  z-index: 1;
  padding: 88px 0;
}

.pz-section--tight { padding: 64px 0; }

.pz-section-alt {
  background: var(--bg-secondary);
  border-top: 1px solid var(--card-border);
  border-bottom: 1px solid var(--card-border);
}

.pz-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid var(--card-border);
  background: var(--bg-tertiary);
  color: var(--text-secondary);
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pz-section-head {
  max-width: 640px;
  margin: 0 auto 44px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.pz-section-head h2 {
  font-family: var(--font-nav);
  font-size: clamp(1.6rem, 3.4vw, 2.35rem);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

#pricing .pz-section-head {
  gap: 14px;
}

#pricing .pz-section-head h2 {
  margin-bottom: -8px;
}

.pz-section-head p {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.98rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.pz-accent { color: var(--accent); }

/* ── Navbar ── */
.pz-nav {
  position: sticky;
  top: 0;
  z-index: 100;
}

.pz-nav > .pz-container.pz-nav-inner {
  position: relative;
}

.pz-nav-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 64px;
}

/* Header rail matches the Tipjai reference: centered 1152px container, 20px side padding. */
.pz-nav > .pz-container {
  max-width: 1152px;
  padding-right: 20px;
  padding-left: 20px;
}

.pz-nav-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-right: auto;
  text-decoration: none;
  flex-shrink: 0;
}

.pz-nav-brand-text h1 {
  font-family: var(--font-display, 'Nunito', sans-serif);
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.pz-nav-brand-text h1 span { color: var(--accent); }

.pz-nav-brand-text p {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.66rem;
  color: var(--text-tertiary);
  font-weight: 600;
}

.pz-nav-links {
  display: none;
  align-items: center;
  gap: 4px;
  margin: 0;
}

.pz-nav-link {
  padding: 8px 10px;
  border-radius: 8px;
  font-family: var(--font-nav);
  font-size: 0.875rem;
  font-weight: 500;
  color: #736a5e;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.16s ease;
}

.pz-nav-link:hover {
  color: var(--accent);
  background: rgba(var(--accent-rgb), 0.08);
}

.pz-nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.pz-nav-toggle {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  color: var(--text-primary);
  cursor: pointer;
}

.pz-nav-login-pill {
  display: inline-flex;
  align-items: center;
  height: 36px;
  padding: 0 18px;
  border-radius: 999px;
  border: none;
  background: #232b24;
  color: #f7f3ec;
  font-family: 'Plus Jakarta Sans', 'IBM Plex Sans Thai', var(--font-thai, 'Sarabun'), sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: opacity 0.15s ease;
}

.pz-nav-login-pill:hover { opacity: 0.85; }

.pz-nav-language {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  border: 1px solid var(--card-border);
  border-radius: 999px;
  background: transparent;
  color: #736a5e;
  font-family: 'Plus Jakarta Sans', 'IBM Plex Sans Thai', var(--font-thai, 'Sarabun'), sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  white-space: nowrap;
}

.pz-nav-language i,
.pz-nav-language svg { width: 15px; height: 15px; }

.pz-nav-theme {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--card-border);
  border-radius: 999px;
  background: transparent;
  color: #736a5e;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.15s ease, color 0.15s ease;
}
.pz-nav-theme:hover { background: rgba(var(--accent-rgb), 0.08); color: var(--accent); }
.pz-nav-theme i, .pz-nav-theme svg { width: 16px; height: 16px; }

.pz-nav-mobile {
  display: none;
  flex-direction: column;
  gap: 2px;
  padding: 10px 24px 18px;
  border-top: 1px solid var(--card-border);
  background: var(--card-bg);
}

.pz-nav-mobile.is-open { display: flex; }

.pz-nav-mobile .pz-nav-link { width: 100%; padding: 11px 13px; }
.pz-nav-mobile button.pz-nav-link { border: 0; background: transparent; text-align: left; cursor: pointer; }

.pz-announcement {
  background: #232b24;
  color: rgba(255, 255, 255, 0.72);
}

.pz-announcement-inner {
  max-width: 1600px;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
}

.pz-announcement-label {
  flex-shrink: 0;
  padding: 5px 14px;
  border-radius: 999px;
  background: #6B9071;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.pz-announcement p {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 500;
}

.pz-announcement a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  flex-shrink: 0;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pz-announcement a i,
.pz-announcement a svg { width: 17px; height: 17px; }

@media (min-width: 1080px) {
  .pz-nav-links { display: flex; }
  .pz-nav-toggle { display: none; }
  .pz-nav-mobile { display: none !important; }
}

@media (max-width: 680px) {
  .pz-nav > .pz-container { padding-right: 24px; padding-left: 24px; }
  .pz-nav-inner { height: 68px; gap: 12px; }
  .pz-nav-brand { gap: 8px; }
  .pz-logo-lockup { width: 142px; height: 46px; }
  .pz-logo-cat { width: 44px; height: 44px; flex-basis: 44px; border-radius: 13px; }
  .pz-logo-wordmark strong { font-size: 1.18rem; }
  .pz-logo-wordmark small { display: none; }
  .pz-nav-brand-text p { display: none; }
  .pz-nav-language { display: none; }
  .pz-nav-login-pill { padding: 10px 15px; font-size: 0.86rem; }
  .pz-announcement-inner.pz-container { min-height: 0; flex-direction: column; align-items: center; text-align: center; gap: 9px; padding: 24px 28px 26px; }
  .pz-announcement-label { font-size: 0.74rem; padding: 6px 16px; }
  .pz-announcement p { width: 100%; max-width: 320px; font-size: 0.86rem; line-height: 1.6; color: rgba(255, 255, 255, 0.82); }
  .pz-announcement a { font-size: 0.88rem; font-weight: 800; color: #a3c15c; text-decoration: underline; text-underline-offset: 4px; }
}

/* Buttons — mirrors .meetmap-cta look but with variants */
.pz-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 24px;
  border-radius: 8px;
  border: 1px solid transparent;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.15s ease, opacity 0.15s ease;
}

.pz-btn i, .pz-btn svg { width: 16px; height: 16px; }

.pz-btn-primary {
  background: var(--accent);
  color: var(--bg-primary);
}

.pz-btn-primary:hover {
  opacity: 0.82;
}

.pz-btn-sm { padding: 8px 16px; font-size: 0.8rem; border-radius: 6px; }

.pz-btn-ghost {
  background: var(--card-bg);
  color: var(--text-primary);
  border-color: var(--card-border);
}

.pz-btn-ghost:hover {
  border-color: var(--text-primary);
}

.pz-btn-block { width: 100%; }

/* ── Hero (tipjai layout: left-aligned two-column, big bold headline, pill CTA) ── */
.pz-hero {
  padding: clamp(88px, 9vw, 150px) 0 clamp(82px, 8vw, 128px);
}

.pz-hero-copy {
  display: flex;
  flex-direction: column;
  gap: 0;
  text-align: left;
  align-items: flex-start;
}

.pz-eyebrow-plain {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  margin: 0 0 26px;
  font-size: 0.98rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--text-secondary);
}

.pz-hero-title {
  /* Single display typeface, sized closer to kineticv.ai's hero heading. */
  font-family: 'Kanit', 'Sarabun', sans-serif;
  max-width: 760px;
  margin: 0 0 30px;
  font-size: clamp(1.8rem, 2.6vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.22;
}

.pz-hero-title .pz-brand-a { color: var(--text-primary); }
.pz-hero-title .pz-brand-b { color: var(--accent); }

.pz-hero-tagline {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-secondary);
}

.pz-hero-desc {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  max-width: 39rem;
  margin: 0;
  font-size: 1.18rem;
  line-height: 1.72;
  color: var(--text-secondary);
}

.pz-hero-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 26px;
  margin-top: 42px;
  justify-content: flex-start;
}

.pz-btn-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent-gradient);
  color: #ffffff;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-weight: 700;
  font-size: 1.08rem;
  padding: 18px 30px;
  border-radius: 999px;
  text-decoration: none;
  box-shadow: var(--shadow-premium);
  transition: transform 0.18s ease;
}

.pz-btn-pill:hover { transform: translateY(-2px); }
.pz-btn-pill i, .pz-btn-pill svg { width: 17px; height: 17px; }

.pz-link-arrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--text-primary);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: var(--card-border);
}

.pz-link-arrow:hover { color: var(--accent); text-decoration-color: var(--accent); }
.pz-link-arrow i, .pz-link-arrow svg { width: 15px; height: 15px; }

.pz-trust-note {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  margin: 28px 0 0;
  font-size: 0.98rem;
  color: var(--text-tertiary);
}

.pz-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 38px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--text-primary);
}

.pz-badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  box-shadow: 0 0 0 3px var(--accent-soft);
}


/* Tipjai-style: a distinct bordered stat card sitting below the hero copy,
   not inline text within it. */
.pz-stats-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  border: 1px solid var(--card-border);
  border-radius: 16px;
  background: var(--card-bg);
  box-shadow: var(--shadow-main);
  overflow: hidden;
}

.pz-stats-strip .pz-stat {
  flex: 1 1 0;
  min-width: 140px;
  padding: 22px 16px;
  border-right: 1px solid var(--card-border);
}

.pz-stats-strip .pz-stat:last-child { border-right: none; }

@media (max-width: 560px) {
  .pz-stats-strip .pz-stat { flex: 1 1 50%; border-right: none; border-bottom: 1px solid var(--card-border); }
  .pz-stats-strip .pz-stat:nth-child(2n) { border-right: none; }
}

.pz-hero-stats {
  display: flex;
  gap: 28px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 6px;
}

.pz-stat { text-align: center; }

.pz-stat strong {
  display: block;
  font-family: var(--font-display, 'Nunito', sans-serif);
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--accent);
}

.pz-stat span {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.72rem;
  color: var(--text-tertiary);
  font-weight: 600;
}

/* Hero mock dashboard */
.pz-hero-visual { display: flex; justify-content: center; }

.pz-mock-window {
  position: relative;
  width: 100%;
  max-width: 520px;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,0.08);
  background: #1a211c;
  box-shadow: var(--shadow-premium);
  overflow: visible;
  animation: pzFloat 6s ease-in-out infinite;
}

@keyframes pzFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.pz-mock-titlebar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  padding: 16px 20px;
}

.pz-mock-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.8rem;
  font-weight: 700;
  color: #fbf7ed;
}

.pz-mock-status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.25);
}

.pz-mock-status-label {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.74rem;
  color: #a89d86;
}

.pz-mock-float-card {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: -34px;
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--bg-secondary, #fff);
  border-radius: 16px;
  padding: 16px 18px;
  box-shadow: 0 20px 40px -14px rgba(0,0,0,0.35);
  z-index: 2;
}

.pz-mock-float-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--accent-soft);
  color: var(--accent);
}

.pz-mock-float-icon i, .pz-mock-float-icon svg { width: 19px; height: 19px; }

.pz-mock-float-body strong {
  display: block;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.88rem;
  color: var(--text-primary);
}

.pz-mock-float-body span {
  display: block;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.78rem;
  color: var(--text-tertiary);
  margin-top: 2px;
}

.pz-mock-dot { width: 9px; height: 9px; border-radius: 50%; background: rgba(120,120,120,0.35); }
.pz-mock-dot:nth-child(1) { background: #f0605a; }
.pz-mock-dot:nth-child(2) { background: #f2b02e; }
.pz-mock-dot:nth-child(3) { background: #3ac25b; }

.pz-mock-body { padding: 4px 20px 54px; display: flex; flex-direction: column; gap: 14px; }

.pz-mock-row { display: flex; align-items: center; gap: 12px; }

.pz-mock-icon {
  width: 38px; height: 38px; border-radius: 10px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: rgba(var(--accent-rgb), 0.14); color: #9fc0a3;
}

.pz-mock-icon i, .pz-mock-icon svg { width: 18px; height: 18px; }

.pz-mock-lines { flex: 1; display: flex; flex-direction: column; gap: 6px; }

.pz-mock-line { height: 8px; border-radius: 5px; background: rgba(255,255,255,0.08); }
.pz-mock-line.w60 { width: 60%; }
.pz-mock-line.w40 { width: 40%; }
.pz-mock-line.w80 { width: 80%; }

.pz-mock-card {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.06);
  background: rgba(255,255,255,0.03);
  padding: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.pz-mock-badge {
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  background: rgba(var(--accent-rgb), 0.14);
  color: #9fc0a3;
  margin-left: auto;
  flex-shrink: 0;
}

.pz-mock-badge--progress {
  font-family: var(--font-display, 'Nunito', sans-serif);
  font-variant-numeric: tabular-nums;
  min-width: 34px;
  text-align: right;
  background: none;
  color: #c6dbc8;
}

.pz-mock-label {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.82rem;
  font-weight: 600;
  color: #fbf7ed;
  display: block;
}

.pz-mock-sublabel {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.72rem;
  color: #a89d86;
  display: block;
  margin-top: 3px;
}

.pz-mock-card--progress .pz-mock-lines { gap: 8px; }

.pz-mock-progress-track {
  width: 100%;
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  overflow: hidden;
}

.pz-mock-progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: var(--accent-gradient);
  transition: width 0.1s linear;
}

.pz-mock-spin {
  animation: pzSpin 1.1s linear infinite;
}

@keyframes pzSpin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.pz-mock-glow {
  position: absolute;
  inset: -30% -30% auto auto;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.28), transparent 70%);
  z-index: -1;
  border-radius: 50%;
}

/* Mobile-first base: stacked single column. Widened to a left-copy/right-visual
   grid at desktop widths below. */
.pz-hero-grid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}

.pz-hero-copy { width: 100%; }
.pz-hero-visual { width: 100%; max-width: 480px; margin: 0 auto; }

@media (min-width: 960px) {
  .pz-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
    gap: clamp(48px, 6vw, 90px);
    align-items: center;
  }
  .pz-hero-visual { margin: 0; max-width: none; }
}

@media (max-width: 680px) {
  .pz-hero { padding: 64px 0 76px; }
  .pz-eyebrow-plain { margin-bottom: 18px; font-size: 0.86rem; }
  .pz-hero-title { margin-bottom: 24px; font-size: clamp(1.7rem, 7.5vw, 2.1rem); line-height: 1.24; }
  .pz-hero-desc { font-size: 1rem; line-height: 1.75; }
  .pz-hero-cta { gap: 18px; margin-top: 30px; }
  .pz-btn-pill { padding: 15px 23px; font-size: 1rem; }
  .pz-link-arrow { font-size: 1rem; }
  .pz-trust-note { margin-top: 22px; font-size: 0.88rem; }
  .pz-hero-badge { margin-top: 28px; font-size: 0.84rem; }
}

/* ── Generic card grid ── */
.pz-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 640px) { .pz-grid-2 { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 860px) {
  .pz-grid-3 { grid-template-columns: repeat(3, 1fr); }
  .pz-grid-4 { grid-template-columns: repeat(4, 1fr); }
  .pz-grid-5 { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 1080px) {
  .pz-grid-5 { grid-template-columns: repeat(5, 1fr); }
}

.pz-card {
  border-radius: 12px;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  box-shadow: none;
  padding: 24px 22px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.pz-card:hover {
  transform: translateY(-2px);
  border-color: var(--text-tertiary);
  box-shadow: var(--shadow-main);
}

.pz-card-icon {
  width: 46px; height: 46px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  background: rgba(var(--accent-rgb), 0.1);
  color: var(--accent);
  margin-bottom: 14px;
  transition: transform 0.22s cubic-bezier(0.16,1,0.3,1);
}

.pz-card:hover .pz-card-icon { transform: scale(1.08) rotate(-3deg); }

.pz-card-icon i, .pz-card-icon svg { width: 22px; height: 22px; }

.pz-card h3 {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 1.02rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.pz-card p {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.84rem;
  line-height: 1.65;
  color: var(--text-secondary);
}

/* ── NIS showcase: information-led feature presentation ── */
.pz-showcase-section {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.pz-showcase-section.pz-section {
  padding-top: clamp(32px, 4vw, 56px);
}

.pz-showcase-section .pz-container { position: relative; z-index: 1; }

/* Playful corner accents frame the product preview without competing with it. */
.pz-showcase-decor {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.pz-showcase-sticker,
.pz-showcase-spark {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.pz-showcase-sticker {
  width: 58px;
  height: 58px;
  border: 3px solid rgba(35, 43, 36, 0.9);
  border-radius: 19px 21px 18px 22px;
  box-shadow: 0 12px 22px -15px rgba(25, 38, 29, 0.55);
  transform: rotate(-9deg);
}

.pz-showcase-sticker i,
.pz-showcase-sticker svg { width: 27px; height: 27px; stroke-width: 2.35; }

.pz-showcase-spark { color: #2b3c30; }
.pz-showcase-spark i,
.pz-showcase-spark svg { width: 24px; height: 24px; stroke-width: 2.8; }

.pz-showcase-sticker--tl { top: 24px; left: 24px; background: #f8c85b; }
.pz-showcase-spark--tl { top: 76px; left: 78px; transform: rotate(-18deg); }
.pz-showcase-sticker--tr { top: 24px; right: 24px; background: #b17bea; transform: rotate(9deg); }
.pz-showcase-spark--tr { top: 76px; right: 78px; transform: rotate(16deg); }
.pz-showcase-sticker--bl { bottom: 24px; left: 24px; background: #76c9e2; transform: rotate(8deg); }
.pz-showcase-spark--bl { bottom: 76px; left: 78px; transform: rotate(17deg); }
.pz-showcase-sticker--br { right: 24px; bottom: 24px; background: #f28ea9; transform: rotate(-8deg); }
.pz-showcase-spark--br { right: 78px; bottom: 76px; transform: rotate(-16deg); }

.pz-showcase-head {
  position: relative;
  max-width: 900px;
  margin: 0 auto 54px;
  text-align: center;
}

.pz-hero-blob {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(60px);
  opacity: 0.5;
  pointer-events: none;
}
.pz-hero-blob--a {
  top: -120px;
  right: -80px;
  width: 340px;
  height: 340px;
  background: radial-gradient(circle, rgba(47, 105, 73, 0.32), rgba(47, 105, 73, 0) 70%);
}
.pz-hero-blob--b {
  top: -60px;
  left: -100px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(163, 193, 92, 0.28), rgba(163, 193, 92, 0) 70%);
}

.pz-hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 30px;
}

.pz-hero-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
}
.pz-hero-stat strong {
  font-family: var(--font-display, sans-serif);
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent);
}
.pz-hero-stat span {
  font-family: var(--font-thai, sans-serif);
  font-size: 0.78rem;
  color: var(--text-secondary);
}

.pz-hero-stat-sep {
  width: 1px;
  height: 30px;
  background: var(--card-border);
}

.pz-hero-trust {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 18px auto 0;
  font-family: var(--font-thai, sans-serif);
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text-secondary);
}
.pz-hero-trust i, .pz-hero-trust svg { width: 15px; height: 15px; color: var(--accent); }

.pz-hero-development {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 1100;
  width: min(390px, calc(100vw - 32px));
  margin: 0;
  padding: 10px 13px 11px;
  border: 1px solid rgba(107,144,113,.32);
  border-radius: 16px;
  background: rgba(255,253,248,.93);
  box-shadow: 0 14px 34px -22px rgba(24,48,27,.46);
  backdrop-filter: blur(14px);
  transform: translateX(-50%);
  transition: bottom .28s ease, box-shadow .2s ease;
}
body.has-cookie-consent .pz-hero-development { bottom: calc(var(--cookie-banner-height, 112px) + 20px); }
.pz-hero-development-head { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--text-secondary); font-family: var(--font-thai, sans-serif); font-size: .76rem; font-weight: 700; }
.pz-hero-development-head > span { display: inline-flex; align-items: center; gap: 6px; }
.pz-hero-development-head i, .pz-hero-development-head svg { width: 14px; height: 14px; color: var(--accent); animation: pzDevelopmentSpin 1.8s linear infinite; }
.pz-hero-development-head strong { color: var(--accent); font-family: var(--font-ui, sans-serif); font-size: .75rem; }
.pz-hero-development-track { height: 7px; margin-top: 8px; overflow: hidden; border-radius: 999px; background: var(--bg-tertiary); }
.pz-hero-development-track span { display: block; width: 86%; height: 100%; border-radius: inherit; background: var(--accent-gradient); transform-origin: left; animation: pzDevelopmentProgress 1.7s cubic-bezier(.2,.8,.2,1) both; }
@keyframes pzDevelopmentProgress { from { transform: scaleX(.01); } to { transform: scaleX(1); } }
@keyframes pzDevelopmentSpin { to { transform: rotate(360deg); } }

@media (max-width: 680px) {
  .pz-hero-development { bottom: 14px; width: min(390px, calc(100vw - 24px)); border-radius: 15px; }
  body.has-cookie-consent .pz-hero-development { bottom: calc(var(--cookie-banner-height, 160px) + 14px); }
}

.pz-hero-download {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px dashed var(--card-border);
}

.pz-hero-download-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-thai, sans-serif);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-tertiary);
}
.pz-hero-download-label i, .pz-hero-download-label svg { width: 14px; height: 14px; }

.pz-hero-download-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.pz-hero-download-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid var(--card-border);
  border-radius: 999px;
  background: var(--card-bg);
  color: var(--text-primary);
  font-family: var(--font-thai, sans-serif);
  font-size: 0.84rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, border-color 0.15s ease;
}
.pz-hero-download-btn:hover { transform: translateY(-2px); border-color: rgba(var(--accent-rgb), 0.4); }
.pz-hero-download-btn svg { width: 17px; height: 17px; flex-shrink: 0; }

.pz-download-band {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(32px, 4vw, 44px);
  border: 1px solid var(--card-border);
  border-radius: 24px;
  background: linear-gradient(145deg, var(--card-bg), var(--bg-secondary));
  box-shadow: var(--shadow-premium);
}

.pz-download-section-head { margin-bottom: 30px; }
.pz-download-section-head h2 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.pz-purchase-modal { position: fixed; inset: 0; z-index: 1000; display: none; align-items: center; justify-content: center; padding: 20px; }
.pz-purchase-modal.is-open { display: flex; }
.pz-purchase-backdrop { position: absolute; inset: 0; background: rgba(25, 33, 27, .56); backdrop-filter: blur(4px); }
.pz-purchase-dialog { position: relative; z-index: 1; width: min(680px, 100%); max-height: calc(100vh - 40px); overflow: auto; padding: clamp(26px, 4vw, 38px); border: 1px solid var(--card-border); border-radius: 24px; background: var(--card-bg); box-shadow: var(--shadow-premium); }
.pz-purchase-dialog h2 { margin: 14px 0 8px; font-family: var(--font-nav); font-size: clamp(1.55rem, 3vw, 2.1rem); }
.pz-purchase-dialog > p { margin: 0; color: var(--text-secondary); font-family: var(--font-thai); line-height: 1.65; }
.pz-purchase-close { position: absolute; top: 16px; right: 16px; display: inline-grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--card-border); border-radius: 50%; background: var(--bg-primary); color: var(--text-secondary); cursor: pointer; }
.pz-purchase-close svg { width: 17px; height: 17px; }
.pz-purchase-form { margin-top: 24px; }
.pz-purchase-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; margin-bottom: 20px; }
.pz-purchase-grid label { display: grid; gap: 6px; color: var(--text-secondary); font-family: var(--font-thai); font-size: .82rem; font-weight: 700; }
.pz-purchase-grid input, .pz-purchase-grid select { width: 100%; padding: 10px 12px; border: 1px solid var(--card-border); border-radius: 9px; outline: none; background: var(--bg-primary); color: var(--text-primary); font: inherit; }
.pz-purchase-grid input:focus, .pz-purchase-grid select:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(var(--accent-rgb), .15); }
.pz-purchase-form .pz-btn { width: 100%; justify-content: center; }
.pz-purchase-status { min-height: 1.5em; margin: 12px 0 0; text-align: center; color: var(--accent); font-family: var(--font-thai); font-size: .88rem; }
.pz-purchase-status a { display: inline-flex; margin-top: 8px; color: var(--accent); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
@media (max-width: 560px) { .pz-purchase-grid { grid-template-columns: 1fr; } }

.pz-download-band-icon {
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: var(--accent-gradient);
  color: #fff;
  box-shadow: 0 12px 22px -14px rgba(var(--accent-rgb), 0.9);
}

.pz-download-band-icon i,
.pz-download-band-icon svg { width: 28px; height: 28px; }

.pz-price-amount strong em { font-size: .42em; font-style: normal; letter-spacing: 0; }

.pz-download-band .pz-hero-download-buttons { flex-shrink: 0; }

.pz-download-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  margin-top: 16px;
}

.pz-download-benefits span,
.pz-download-actions-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-thai, sans-serif);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-secondary);
}

.pz-download-benefits i,
.pz-download-benefits svg {
  width: 15px;
  height: 15px;
  color: var(--accent);
}

.pz-download-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.pz-download-actions-label { color: var(--text-tertiary); font-size: 0.74rem; }

#download.pz-section { padding: clamp(36px, 4vw, 56px) 0 clamp(20px, 2.5vw, 32px); }

#faq.pz-section { padding-top: clamp(24px, 3vw, 40px); }

@media (max-width: 700px) {
  .pz-download-band { flex-direction: column; align-items: stretch; text-align: center; }
  .pz-download-band-text { max-width: none; }
  .pz-download-band .pz-hero-download-buttons { justify-content: center; }
  .pz-download-actions { align-items: center; }
}

.pz-hero-cta-glow { position: relative; }
.pz-hero-cta-glow::after {
  content: "";
  position: absolute;
  inset: -6px;
  z-index: -1;
  border-radius: 16px;
  background: rgba(47, 105, 73, 0.35);
  filter: blur(14px);
  opacity: 0;
  transition: opacity 0.25s ease;
}
.pz-hero-cta-glow:hover::after { opacity: 1; }
.pz-hero-cta-arrow { transition: transform 0.2s ease; }
.pz-hero-cta-glow:hover .pz-hero-cta-arrow { transform: translateX(3px); }

@media (max-width: 640px) {
  .pz-hero-blob { display: none; }
  .pz-hero-stats { gap: 12px; }
  .pz-hero-stat-sep { height: 24px; }
}

@media (max-width: 480px) {
  .pz-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: start;
    gap: 10px 4px;
  }
  .pz-hero-stat { gap: 3px; }
  .pz-hero-stat strong { font-size: 1.08rem; }
  .pz-hero-stat span { font-size: 0.64rem; line-height: 1.3; }
  .pz-hero-stat-sep { display: none; }
}

.pz-investigation-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}

.pz-investigation-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  margin-left: -8px;
  border: 4px solid #171a18;
  border-radius: 50%;
  box-shadow: 0 12px 0 -7px rgba(23, 26, 24, 0.36), 0 18px 28px -19px rgba(31, 39, 32, 0.78);
  color: #171b18;
}

.pz-investigation-icon:first-child { margin-left: 0; }
.pz-investigation-icon:nth-child(1) { transform: translateY(3px) rotate(-5deg); }
.pz-investigation-icon:nth-child(2) { transform: translateY(-4px) rotate(4deg); }
.pz-investigation-icon:nth-child(3) { transform: translateY(2px) rotate(-3deg); }
.pz-investigation-icon:nth-child(4) { transform: translateY(-5px) rotate(3deg); }
.pz-investigation-icon:nth-child(5) { transform: translateY(3px) rotate(-4deg); }
.pz-investigation-icon:nth-child(6) { transform: translateY(-4px) rotate(4deg); }
.pz-investigation-icon:nth-child(7) { transform: translateY(2px) rotate(-3deg); }
.pz-investigation-icon i,
.pz-investigation-icon svg { width: 31px; height: 31px; stroke-width: 2.55; }
.pz-investigation-icon--blue { background: #1688f3 !important; }
.pz-investigation-icon--amber { background: #ffc21a !important; }
.pz-investigation-icon--coral { background: #ff513f !important; }
.pz-investigation-icon--green { background: #70cf5b !important; }
.pz-investigation-icon--violet { background: #a161f5 !important; }
.pz-investigation-icon--sky { background: #1cc8d6 !important; }
.pz-investigation-icon--rose { background: #fb5f9b !important; }

/* Each investigation mark gets its own silhouette, like a small set of
   collectible case-file stickers rather than seven identical round buttons. */
.pz-investigation-icon:nth-child(1) {
  background: rgba(22, 136, 243, 0.16) !important;
  border-color: #1688f3;
  box-shadow: 0 0 0 6px #fffdf7, 0 12px 0 -7px rgba(23, 26, 24, 0.36), 0 18px 28px -19px rgba(31, 39, 32, 0.78);
}
.pz-investigation-icon:nth-child(2) {
  background: #fffdf7 !important;
  border-color: #171a18;
}
.pz-investigation-icon:nth-child(3) {
  width: 66px;
  height: 58px;
  border-radius: 23px;
  background: #ff513f !important;
  transform: translateY(1px) rotate(-4deg);
}
.pz-investigation-icon:nth-child(4) {
  background: #fffdf7 !important;
  border-color: #ffc21a;
  box-shadow: 0 0 0 4px #fffdf7, 0 12px 0 -7px rgba(23, 26, 24, 0.28), 0 18px 28px -19px rgba(31, 39, 32, 0.66);
}
.pz-investigation-icon:nth-child(5) {
  background: rgba(161, 97, 245, 0.13) !important;
  border-color: #a161f5;
}
.pz-investigation-icon:nth-child(6) {
  width: 66px;
  height: 58px;
  border-radius: 25px 19px 25px 19px;
  background: rgba(22, 136, 243, 0.18) !important;
  border-color: #1688f3;
  transform: translateY(-3px) rotate(3deg);
}
.pz-investigation-icon:nth-child(7) {
  background: rgba(251, 95, 155, 0.12) !important;
  border-color: #ff513f;
  box-shadow: 0 0 0 4px #fffdf7, 0 12px 0 -7px rgba(23, 26, 24, 0.28), 0 18px 28px -19px rgba(31, 39, 32, 0.66);
}

.pz-showcase-head .pz-eyebrow { margin-bottom: 14px; }

.pz-showcase-head h2 {
  font-family: var(--font-nav);
  font-size: clamp(2rem, 4.2vw, 3.25rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  line-height: 1.18;
}

.pz-showcase-head p {
  max-width: 680px;
  margin: 14px auto 0;
  font-family: var(--font-thai, sans-serif);
  font-size: 1rem;
  line-height: 1.7;
  color: var(--text-secondary);
}

.pz-showcase-head-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 23px;
  font-family: var(--font-thai, sans-serif);
  font-size: 0.88rem;
  font-weight: 800;
}

.pz-showcase-head-primary,
.pz-showcase-head-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pz-showcase-head-primary {
  gap: 7px;
  background: var(--accent);
  box-shadow: 0 0 0 3px rgba(var(--accent-rgb), 0.16), 0 12px 22px -15px rgba(var(--accent-rgb), 0.8);
  color: #fff;
}
.pz-showcase-head-primary:hover { transform: translateY(-2px); box-shadow: 0 0 0 4px rgba(var(--accent-rgb), 0.22), 0 15px 25px -15px rgba(var(--accent-rgb), 0.85); }
.pz-showcase-head-primary i, .pz-showcase-head-primary svg { width: 15px; height: 15px; color: #fff; stroke: #fff; }

.pz-showcase-head-secondary {
  border: 1px solid rgba(48, 79, 58, 0.14);
  background: rgba(255, 255, 255, 0.65);
  color: #375534;
}
.pz-showcase-head-secondary:hover { transform: translateY(-2px); box-shadow: 0 10px 18px -15px rgba(31, 39, 32, 0.5); }

@media (max-width: 1220px) {
  .pz-showcase-sticker--tl, .pz-showcase-sticker--bl { left: 18px; }
  .pz-showcase-sticker--tr, .pz-showcase-sticker--br { right: 18px; }
  .pz-showcase-spark--tl, .pz-showcase-spark--bl { left: 68px; }
  .pz-showcase-spark--tr, .pz-showcase-spark--br { right: 68px; }
}

@media (max-width: 760px) {
  .pz-showcase-decor { display: none; }
  .pz-investigation-icons { margin-bottom: 18px; }
  .pz-investigation-icon { width: 48px; height: 48px; margin-left: -6px; border-width: 2px; }
  .pz-investigation-icon i, .pz-investigation-icon svg { width: 23px; height: 23px; }
  .pz-investigation-icon:nth-child(3), .pz-investigation-icon:nth-child(6) { width: 47px; height: 42px; border-radius: 12px; }
}

.pz-showcase-card {
  position: relative;
  overflow: hidden;
  max-width: 1040px;
  margin: 0 auto;
  padding: clamp(32px, 5vw, 66px) clamp(24px, 5vw, 72px) 36px;
  border: 1px solid var(--card-border);
  border-radius: 30px;
  background: var(--card-bg);
  box-shadow: var(--shadow-premium);
}

.pz-showcase-glow {
  position: absolute;
  top: -140px;
  right: -80px;
  width: 480px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(var(--accent-rgb), 0.16), transparent 68%);
  pointer-events: none;
}

.pz-showcase-note {
  position: relative;
  z-index: 1;
  display: table;
  margin: 0 auto clamp(32px, 4vw, 54px);
  padding: 8px 15px;
  border: 1px solid rgba(var(--accent-rgb), 0.2);
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-family: var(--font-thai, sans-serif);
  font-size: 0.82rem;
  font-weight: 800;
}

.pz-showcase-note i,
.pz-showcase-note svg { width: 15px; height: 15px; vertical-align: -3px; margin-right: 5px; }

.pz-showcase-live {
  position: relative;
  z-index: 1;
  max-width: 920px;
  margin: 0 auto clamp(36px, 4vw, 56px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: #232b24;
  box-shadow: 0 20px 40px -22px rgba(31, 39, 43, 0.55);
}

.pz-showcase-live-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.56);
  font-family: var(--font-thai, sans-serif);
  font-size: 0.72rem;
  font-weight: 700;
}

.pz-showcase-live-top span:first-child { color: #fbf7ed; }

/* Faithful (but fabricated-data) recreation of the dossier-builder screen —
   built from real DOM/CSS, not an image, so it stays crisp at any zoom level. */
.pz-app-shot {
  background: #fffdf7;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  -webkit-font-smoothing: antialiased;
}

.pz-as-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(31, 26, 20, 0.08);
  background: #fffdf7;
}

.pz-as-brand { display: flex; align-items: center; gap: 9px; }

.pz-as-logo {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  overflow: hidden;
  flex-shrink: 0;
  display: block;
}
.pz-as-logo img { width: 100%; height: 100%; object-fit: cover; display: block; }

.pz-as-brand strong { display: block; font-size: 0.86rem; font-weight: 800; color: #1f1a14; line-height: 1.25; }
.pz-as-brand small { display: block; font-size: 0.6rem; font-weight: 600; color: #8a8378; }

.pz-as-nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }

.pz-as-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 11px;
  border-radius: 999px;
  background: #f3ede0;
  color: #4a4338;
  font-size: 0.68rem;
  font-weight: 700;
  white-space: nowrap;
}
.pz-as-pill i, .pz-as-pill svg { width: 12px; height: 12px; }

.pz-as-pill--active { background: #6B9071; color: #fff; }

.pz-as-syncbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding: 8px 16px;
  background: #eef1e9;
  border-bottom: 1px solid rgba(31, 26, 20, 0.06);
  font-size: 0.64rem;
  font-weight: 700;
  color: #56604f;
}
.pz-as-syncbar > span:first-child { display: inline-flex; align-items: center; gap: 6px; }
.pz-as-syncbar i, .pz-as-syncbar svg { width: 12px; height: 12px; flex-shrink: 0; }

.pz-as-syncbtn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 10px;
  border-radius: 7px;
  border: 1px solid rgba(31, 26, 20, 0.14);
  background: #fffdf7;
  color: #4a4338;
  font-weight: 700;
  white-space: nowrap;
}

.pz-as-body {
  display: flex;
  min-height: 100%;
  box-sizing: border-box;
}

.pz-as-side {
  flex: 0 0 34%;
  max-width: 190px;
  padding: 14px 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: #fbf7ed;
  border-right: 1px solid rgba(31, 26, 20, 0.07);
}

.pz-as-editing {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 9px;
  border-radius: 9px;
  background: #fffdf7;
  border: 1px solid rgba(31, 26, 20, 0.1);
  font-size: 0.64rem;
  font-weight: 700;
  color: #635a48;
}
.pz-as-editing i, .pz-as-editing svg { width: 13px; height: 13px; flex-shrink: 0; }
.pz-as-editing strong { display: block; font-size: 0.76rem; color: #1f1a14; }

.pz-as-hint {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  padding: 8px 9px;
  border-radius: 9px;
  background: rgba(107, 144, 113, 0.12);
  border: 1px solid rgba(107, 144, 113, 0.22);
  color: #375534;
  font-size: 0.6rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 4px;
}
.pz-as-hint i, .pz-as-hint svg { width: 13px; height: 13px; flex-shrink: 0; margin-top: 1px; }

.pz-as-navitem {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  border-radius: 8px;
  font-size: 0.68rem;
  font-weight: 600;
  color: #4a4338;
  white-space: nowrap;
}
.pz-as-navitem i, .pz-as-navitem svg { width: 13px; height: 13px; flex-shrink: 0; }

.pz-as-navitem--active { background: rgba(107, 144, 113, 0.16); color: #375534; font-weight: 700; }

.pz-as-main {
  flex: 1;
  min-width: 0;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pz-as-heading { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 2px; }

.pz-as-heading-icon {
  width: 30px;
  height: 30px;
  border-radius: 9px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(107, 144, 113, 0.16);
  color: #375534;
}
.pz-as-heading-icon i, .pz-as-heading-icon svg { width: 15px; height: 15px; }

.pz-as-heading strong { display: block; font-size: 0.86rem; font-weight: 800; color: #1f1a14; }
.pz-as-heading span { display: block; margin-top: 2px; font-size: 0.66rem; color: #8a8378; line-height: 1.5; }

.pz-as-search {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 11px;
  border-radius: 9px;
  border: 1px solid rgba(31, 26, 20, 0.12);
  background: #fbf7ed;
  color: #8a8378;
  font-size: 0.7rem;
}
.pz-as-search i, .pz-as-search svg { width: 13px; height: 13px; flex-shrink: 0; }

.pz-as-case {
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid rgba(31, 26, 20, 0.09);
  background: #ffffff;
}

.pz-as-case-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.pz-as-case-head strong { font-size: 0.76rem; font-weight: 800; color: #1f1a14; }
.pz-as-case p { margin: 4px 0 0; font-size: 0.68rem; color: #635a48; line-height: 1.5; }

.pz-as-tag {
  flex-shrink: 0;
  padding: 3px 9px;
  border-radius: 999px;
  font-size: 0.6rem;
  font-weight: 700;
  white-space: nowrap;
}
.pz-as-tag--done { background: rgba(107, 144, 113, 0.16); color: #375534; }
.pz-as-tag--wait { background: rgba(232, 168, 74, 0.2); color: #8a5a14; }

.pz-as-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  padding: 10px 16px;
  border-top: 1px solid rgba(31, 26, 20, 0.08);
  background: #f7f2e6;
}

.pz-as-footer-note {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.6rem;
  color: #8a8378;
  font-weight: 600;
}
.pz-as-footer-note i, .pz-as-footer-note svg { width: 12px; height: 12px; flex-shrink: 0; }

.pz-as-footer-actions { display: flex; align-items: center; gap: 8px; }

.pz-as-btn {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 7px 12px;
  border-radius: 8px;
  border: 1px solid rgba(31, 26, 20, 0.14);
  background: #fffdf7;
  color: #4a4338;
  font-size: 0.66rem;
  font-weight: 700;
  white-space: nowrap;
}
.pz-as-btn i, .pz-as-btn svg { width: 12px; height: 12px; }

.pz-as-btn--primary { background: #6B9071; border-color: #6B9071; color: #fff; }

@media (max-width: 560px) {
  .pz-as-side { display: none; }
  .pz-as-nav span:not(.pz-as-pill--active) { display: none; }
}

/* ── Auto-advancing showcase carousel (Tipjai-style "product in N seconds") ── */
.pz-carousel-stage {
  position: relative;
  height: 360px;
  overflow: hidden;
}

.pz-carousel-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(18px);
  transition: opacity 0.5s ease, transform 0.55s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  overflow: auto;
}

.pz-carousel-slide.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
  z-index: 1;
}

.pz-as-body--full {
  min-height: 100%;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
}
.pz-as-body--center { align-items: center; text-align: center; }

.pz-as-subtabs { display: flex; flex-wrap: wrap; gap: 6px; }
.pz-as-subtab {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f3ede0;
  color: #4a4338;
  font-size: 0.64rem;
  font-weight: 700;
  white-space: nowrap;
}
.pz-as-subtab i, .pz-as-subtab svg { width: 11px; height: 11px; }
.pz-as-subtab--active { background: #6B9071; color: #fff; }

.pz-as-tablewrap { border: 1px solid rgba(31, 26, 20, 0.09); border-radius: 10px; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch; }

.pz-as-table { width: 100%; min-width: 480px; border-collapse: collapse; font-size: 0.66rem; }
.pz-as-table th {
  text-align: left;
  padding: 8px 10px;
  background: #f3ede0;
  color: #635a48;
  font-weight: 700;
  white-space: nowrap;
}
.pz-as-table td {
  padding: 8px 10px;
  border-top: 1px solid rgba(31, 26, 20, 0.07);
  color: #1f1a14;
  white-space: nowrap;
}
.pz-as-table tr:nth-child(even) td { background: rgba(31, 26, 20, 0.015); }

.pz-as-tag--progress { background: rgba(90, 130, 180, 0.16); color: #2d5a8a; }

.pz-as-formrow { display: flex; flex-wrap: wrap; gap: 10px; }
.pz-as-field {
  flex: 1 1 140px;
  padding: 8px 11px;
  border-radius: 9px;
  border: 1px solid rgba(31, 26, 20, 0.12);
  background: #fbf7ed;
}
.pz-as-field label { display: block; font-size: 0.58rem; font-weight: 700; color: #8a8378; margin-bottom: 2px; }
.pz-as-field span { display: block; font-size: 0.72rem; font-weight: 700; color: #1f1a14; }

.pz-as-accent-cell { color: #375534; font-weight: 700; }
.pz-as-accent-cell em { display: block; font-style: normal; font-size: 0.58rem; color: #a06b1c; }

.pz-as-minibtn {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 5px 9px;
  border-radius: 7px;
  background: #6B9071;
  color: #fff;
  font-size: 0.6rem;
  font-weight: 700;
  white-space: nowrap;
}
.pz-as-minibtn i, .pz-as-minibtn svg { width: 10px; height: 10px; }

.pz-as-search--lg { max-width: 320px; padding: 10px 14px; font-size: 0.78rem; }

.pz-as-filterrow { display: flex; flex-wrap: wrap; justify-content: center; gap: 6px; }
.pz-as-filter {
  padding: 5px 12px;
  border-radius: 999px;
  border: 1px solid rgba(31, 26, 20, 0.12);
  background: #fffdf7;
  color: #4a4338;
  font-size: 0.62rem;
  font-weight: 700;
}
.pz-as-filter--active { background: #6B9071; border-color: #6B9071; color: #fff; }

.pz-as-resultcard {
  width: 100%;
  max-width: 420px;
  padding: 10px 13px;
  border-radius: 10px;
  border: 1px solid rgba(31, 26, 20, 0.09);
  background: #ffffff;
  text-align: left;
}
.pz-as-resultcard-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; }
.pz-as-resultcard-head strong { font-size: 0.76rem; color: #1f1a14; }
.pz-as-resultcard > span { display: block; margin-top: 3px; font-size: 0.66rem; color: #635a48; }

/* The example views deliberately use the full canvas, as a real working
   screen would, instead of ending with an empty lower area. */
.pz-as-body--full .pz-as-tablewrap { flex: 1; }
.pz-as-body--center { justify-content: center; }

/* Tab strip below the shot — click to jump, auto-fills while a slide is active */
.pz-carousel-tabs {
  display: flex;
  gap: 8px;
  margin-top: 14px;
  overflow-x: auto;
  scrollbar-width: none;
}
.pz-carousel-tabs::-webkit-scrollbar { display: none; }

.pz-carousel-tab {
  flex: 1 1 0;
  min-width: 118px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  padding: 9px 11px;
  border-radius: 11px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  cursor: pointer;
  text-align: left;
  font-family: var(--font-thai, sans-serif);
  transition: background 0.2s ease, border-color 0.2s ease;
}
.pz-carousel-tab:hover { background: rgba(255, 255, 255, 0.07); }
.pz-carousel-tab.is-active { background: rgba(255, 255, 255, 0.08); border-color: rgba(163, 193, 92, 0.3); }

.pz-carousel-tab-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.68rem;
  font-weight: 700;
  color: rgba(251, 247, 237, 0.55);
  white-space: nowrap;
}
.pz-carousel-tab.is-active .pz-carousel-tab-label { color: #fbf7ed; }
.pz-carousel-tab-label i, .pz-carousel-tab-label svg { width: 12px; height: 12px; color: #9fc0a3; flex-shrink: 0; }

.pz-carousel-tab-bar { height: 3px; border-radius: 999px; background: rgba(255, 255, 255, 0.12); overflow: hidden; }
.pz-carousel-tab-fill { display: block; height: 100%; width: 0%; background: #9fc0a3; border-radius: inherit; }
.pz-carousel-tab.is-active .pz-carousel-tab-fill.is-filling { animation: pzCarouselFill 4.6s linear forwards; }

@keyframes pzCarouselFill {
  from { width: 0%; }
  to { width: 100%; }
}

@media (max-width: 720px) {
  .pz-carousel-tabs { gap: 6px; }
  .pz-carousel-tab { flex: 0 0 auto; min-width: 108px; padding: 8px 10px; align-items: center; }
  .pz-carousel-tab-label { font-size: 0.64rem; }
}

@media (max-width: 560px) {
  .pz-carousel-stage { height: 320px; }
  .pz-as-table { font-size: 0.6rem; }
  .pz-as-footer-actions { overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; max-width: 100%; }
  .pz-as-footer-actions .pz-as-btn { flex: 0 0 auto; }
  .pz-as-nav { overflow-x: auto; flex-wrap: nowrap; -webkit-overflow-scrolling: touch; }
  .pz-as-nav .pz-as-pill { flex: 0 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
  .pz-carousel-slide { transition: opacity 0.3s ease; transform: none; }
  .pz-carousel-tab-fill.is-filling { animation: none; width: 100%; }
}

.pz-dashboard-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  margin: 0;
  padding: 10px 14px;
  background: #1a211c;
  color: rgba(251, 247, 237, 0.66);
  font-family: var(--font-thai, sans-serif);
  font-size: 0.75rem;
}

.pz-dashboard-caption i,
.pz-dashboard-caption svg { width: 15px; height: 15px; color: #9fc0a3; }

.pz-live-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: #9fc0a3;
  box-shadow: 0 0 0 4px rgba(163, 193, 92, 0.16);
  animation: pzLiveDot 1.2s ease-in-out infinite;
}

.pz-showcase-live-body {
  position: relative;
  height: 84px;
  overflow: hidden;
}

.pz-live-message {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 18px;
  color: #fbf7ed;
  font-family: var(--font-thai, sans-serif);
  font-size: clamp(0.9rem, 2vw, 1.05rem);
  font-weight: 700;
  opacity: 0;
  transform: translateY(12px);
  animation: pzLiveMessage 12.5s infinite;
}

.pz-live-message i,
.pz-live-message svg { width: 21px; height: 21px; color: #9fc0a3; }
.pz-live-message--1 { animation-delay: 0s; }
.pz-live-message--2 { animation-delay: 2.5s; }
.pz-live-message--3 { animation-delay: 5s; }
.pz-live-message--4 { animation-delay: 7.5s; }
.pz-live-message--5 { animation-delay: 10s; }

.pz-live-progress { height: 4px; overflow: hidden; background: rgba(255, 255, 255, 0.08); }
.pz-live-progress span { display: block; width: 30%; height: 100%; border-radius: 999px; background: linear-gradient(90deg, #6B9071, #9fc0a3); animation: pzLiveProgress 12.5s linear infinite; }

@keyframes pzLiveDot { 50% { opacity: 0.38; transform: scale(0.82); } }
@keyframes pzLiveMessage {
  0%, 3% { opacity: 0; transform: translateY(12px); }
  6%, 17% { opacity: 1; transform: translateY(0); }
  20%, 100% { opacity: 0; transform: translateY(-12px); }
}
@keyframes pzLiveProgress {
  0% { width: 7%; }
  20% { width: 24%; }
  40% { width: 42%; }
  60% { width: 60%; }
  80% { width: 79%; }
  100% { width: 100%; }
}

.pz-showcase-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  align-items: center;
}

.pz-showcase-number { text-align: center; }

.pz-showcase-number strong {
  display: block;
  font-family: var(--font-display, sans-serif);
  font-size: clamp(6rem, 15vw, 10rem);
  font-weight: 900;
  line-height: 0.82;
  letter-spacing: -0.07em;
  color: var(--accent);
}

.pz-showcase-number span {
  display: block;
  margin-top: 20px;
  font-family: var(--font-thai, sans-serif);
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.45;
  color: var(--text-primary);
}

.pz-showcase-flow { display: flex; flex-direction: column; gap: 12px; }

.pz-showcase-flow-row {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr) 1.2fr;
  align-items: center;
  gap: 10px;
  color: var(--text-secondary);
  font-family: var(--font-thai, sans-serif);
  font-size: 0.94rem;
  border-radius: 10px;
  transition: color 0.25s ease, background 0.25s ease;
  animation: pzFlowHighlight 12.5s infinite;
}

.pz-showcase-flow-row b { font-weight: 700; }

.pz-showcase-flow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: var(--bg-tertiary);
  color: var(--text-secondary);
}

.pz-showcase-flow-icon i,
.pz-showcase-flow-icon svg { width: 16px; height: 16px; }

.pz-showcase-flow-line {
  height: 12px;
  border: 1px solid var(--card-border);
  border-radius: 999px;
  background: var(--bg-tertiary);
}

.pz-showcase-flow-row:nth-child(1) { animation-delay: 0s; }
.pz-showcase-flow-row:nth-child(2) { animation-delay: 2.5s; }
.pz-showcase-flow-row:nth-child(3) { animation-delay: 5s; }
.pz-showcase-flow-row:nth-child(4) { animation-delay: 7.5s; }
.pz-showcase-flow-row:nth-child(5) { animation-delay: 10s; }

.pz-showcase-flow-row:nth-child(1) .pz-showcase-flow-icon,
.pz-showcase-flow-row:nth-child(1) .pz-showcase-flow-line { animation-delay: 0s; }
.pz-showcase-flow-row:nth-child(2) .pz-showcase-flow-icon,
.pz-showcase-flow-row:nth-child(2) .pz-showcase-flow-line { animation-delay: 2.5s; }
.pz-showcase-flow-row:nth-child(3) .pz-showcase-flow-icon,
.pz-showcase-flow-row:nth-child(3) .pz-showcase-flow-line { animation-delay: 5s; }
.pz-showcase-flow-row:nth-child(4) .pz-showcase-flow-icon,
.pz-showcase-flow-row:nth-child(4) .pz-showcase-flow-line { animation-delay: 7.5s; }
.pz-showcase-flow-row:nth-child(5) .pz-showcase-flow-icon,
.pz-showcase-flow-row:nth-child(5) .pz-showcase-flow-line { animation-delay: 10s; }

.pz-showcase-flow-icon,
.pz-showcase-flow-line { animation: pzFlowAccent 12.5s infinite; }

@keyframes pzFlowHighlight {
  0%, 17% { color: var(--accent); background: rgba(var(--accent-rgb), 0.08); }
  20%, 100% { color: var(--text-secondary); background: transparent; }
}

@keyframes pzFlowAccent {
  0%, 17% { color: #fff; border-color: rgba(var(--accent-rgb), 0.3); background: var(--accent); }
  20%, 100% { color: var(--text-secondary); border-color: var(--card-border); background: var(--bg-tertiary); }
}

@media (prefers-reduced-motion: reduce) {
  .pz-live-dot, .pz-live-message, .pz-live-progress span, .pz-showcase-flow-row, .pz-showcase-flow-icon, .pz-showcase-flow-line { animation: none; }
  .pz-live-message--1 { opacity: 1; transform: none; }
}

.pz-showcase-footer {
  position: relative;
  z-index: 1;
  margin-top: clamp(38px, 5vw, 60px);
  text-align: center;
}

.pz-showcase-footer strong {
  display: block;
  font-family: var(--font-thai, sans-serif);
  font-size: clamp(1.05rem, 2.2vw, 1.35rem);
  font-weight: 800;
  color: var(--text-primary);
}

.pz-showcase-footer span {
  display: block;
  margin-top: 5px;
  font-family: var(--font-thai, sans-serif);
  font-size: 0.88rem;
  color: var(--text-tertiary);
}

.pz-showcase-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 28px;
}

.pz-showcase-pills span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid var(--card-border);
  border-radius: 999px;
  background: var(--card-bg);
  box-shadow: var(--shadow-main);
  color: var(--text-secondary);
  font-family: var(--font-thai, sans-serif);
  font-size: 0.82rem;
  font-weight: 700;
}

.pz-showcase-pills i,
.pz-showcase-pills svg { width: 16px; height: 16px; color: var(--accent); }

@media (min-width: 700px) {
  .pz-showcase-grid { grid-template-columns: minmax(200px, 0.8fr) minmax(0, 1.2fr); gap: clamp(42px, 7vw, 90px); }
  .pz-showcase-number { text-align: left; }
}

/* Detailed product map in the NIS showcase. */
.pz-showcase-grid { gap: 28px; }
.pz-showcase-summary { position: relative; overflow: hidden; min-height: 100%; padding: clamp(24px, 4vw, 38px); border: 1px solid rgba(var(--accent-rgb), .2); border-radius: 22px; background: linear-gradient(145deg, var(--accent), #557a5b); }
.pz-showcase-summary::after { content: ''; position: absolute; width: 180px; height: 180px; right: -70px; bottom: -90px; border-radius: 50%; background: rgba(255, 255, 255, .08); }
.pz-showcase-summary-kicker { display: inline-flex; align-items: center; gap: 6px; color: #fff; font-family: var(--font-thai, sans-serif); font-size: .78rem; font-weight: 800; }
.pz-showcase-summary-kicker i, .pz-showcase-summary-kicker svg { width: 15px; height: 15px; }
.pz-showcase-summary > strong { display: block; font-family: var(--font-display, sans-serif); font-size: clamp(5rem, 10vw, 7.7rem); font-weight: 900; line-height: .9; letter-spacing: -.07em; color: #fff; }
.pz-showcase-summary-title { display: block; font-family: var(--font-thai, sans-serif); font-size: 1.12rem; font-weight: 800; line-height: 1.45; color: #fff; }
.pz-showcase-summary p { max-width: 285px; margin: 12px 0 20px; color: rgba(255, 255, 255, .82); font-family: var(--font-thai, sans-serif); font-size: .88rem; line-height: 1.65; }
.pz-showcase-summary-stat { position: relative; z-index: 1; display: inline-flex; align-items: center; gap: 9px; padding: 9px 12px; border: 1px solid rgba(255, 255, 255, .22); border-radius: 12px; background: rgba(255, 255, 255, .12); color: rgba(255, 255, 255, .88); font-family: var(--font-thai, sans-serif); font-size: .74rem; line-height: 1.3; }
.pz-showcase-summary-stat i, .pz-showcase-summary-stat svg { width: 19px; height: 19px; color: #fff; }
.pz-showcase-summary-stat b { color: #fff; font-size: .8rem; }
.pz-showcase-more { position: relative; z-index: 1; margin-top: 22px; padding-top: 16px; border-top: 1px solid rgba(255, 255, 255, .2); }
.pz-showcase-more-title { display: block; margin-bottom: 9px; color: #fff; font-family: var(--font-thai, sans-serif); font-size: .8rem; font-weight: 800; }
.pz-showcase-more-list { display: grid; grid-template-columns: 1fr; gap: 7px; }
.pz-showcase-more-list span { display: flex; align-items: center; gap: 7px; color: rgba(255, 255, 255, .82); font-family: var(--font-thai, sans-serif); font-size: .73rem; line-height: 1.3; }
.pz-showcase-more-list i, .pz-showcase-more-list svg { flex: 0 0 auto; width: 14px; height: 14px; color: #fff; }
.pz-showcase-features { display: grid; grid-template-columns: 1fr; gap: 10px; }
.pz-showcase-feature { display: grid; grid-template-columns: 42px minmax(0,1fr); gap: 13px; align-items: center; padding: 14px 15px; border: 1px solid var(--card-border); border-radius: 15px; background: var(--card-bg); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.pz-showcase-feature:hover { transform: translateY(-2px); border-color: rgba(var(--accent-rgb), .34); box-shadow: 0 12px 22px -20px rgba(31,39,32,.75); }
.pz-showcase-feature--featured { border-color: rgba(var(--accent-rgb), .35); background: linear-gradient(90deg, rgba(var(--accent-rgb), .12), var(--card-bg)); }
.pz-showcase-feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 42px; height: 42px; border-radius: 12px; background: var(--accent-soft); color: var(--accent); }
.pz-showcase-feature-icon i, .pz-showcase-feature-icon svg { width: 20px; height: 20px; }
.pz-showcase-feature-no { display: block; margin-bottom: 1px; color: var(--accent); font-family: var(--font-ui, sans-serif); font-size: .62rem; font-weight: 800; letter-spacing: .06em; }
.pz-showcase-feature h3 { margin: 0; color: var(--text-primary); font-family: var(--font-thai, sans-serif); font-size: .98rem; line-height: 1.25; }
.pz-showcase-feature p { margin: 3px 0 0; color: var(--text-secondary); font-family: var(--font-thai, sans-serif); font-size: .76rem; line-height: 1.45; }
@media (min-width: 700px) { .pz-showcase-grid { grid-template-columns: minmax(230px, .7fr) minmax(0, 1.3fr); gap: clamp(28px, 4vw, 55px); } .pz-showcase-features { grid-template-columns: repeat(2, minmax(0, 1fr)); } .pz-showcase-more-list { grid-template-columns: repeat(2, minmax(0, 1fr)); } }

/* Benefits strip — Tipjai-style single card split into equal columns */
.pz-bs-card {
  display: flex;
  flex-direction: column;
  max-width: 1040px;
  margin: 0 auto;
  border-radius: 26px;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  box-shadow: var(--shadow-main);
  overflow: hidden;
}

.pz-bs-col {
  flex: 1 1 0;
  padding: clamp(24px, 3vw, 34px) clamp(20px, 3vw, 30px);
  border-bottom: 1px solid var(--card-border);
}

.pz-bs-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: var(--accent-soft);
  color: var(--accent);
}
.pz-bs-icon i, .pz-bs-icon svg { width: 21px; height: 21px; }

.pz-bs-col h3 {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 1.02rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.pz-bs-col p {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.84rem;
  line-height: 1.65;
  color: var(--text-secondary);
}

.pz-bs-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 30px;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
}

.pz-bs-links a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--accent);
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.pz-bs-links a i, .pz-bs-links a svg { width: 14px; height: 14px; }

.pz-bs-links-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
}

@media (min-width: 800px) {
  .pz-bs-card { flex-direction: row; }
  .pz-bs-col { border-bottom: none; border-right: 1px solid var(--card-border); }
  .pz-bs-col:last-child { border-right: none; }
}

/* ── Timeline ── */
.pz-timeline {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
  max-width: 720px;
  margin: 0 auto;
}

.pz-timeline::before {
  content: '';
  position: absolute;
  left: 21px; top: 6px; bottom: 6px;
  width: 2px;
  background: linear-gradient(var(--divider), var(--divider));
  opacity: 0.7;
}

@media (min-width: 640px) { .pz-timeline::before { left: 23px; } }

.pz-tl-item { display: flex; gap: 18px; align-items: flex-start; position: relative; }

.pz-tl-num {
  width: 44px; height: 44px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-gradient); color: #fff;
  font-family: var(--font-display, 'Nunito', sans-serif); font-weight: 900; font-size: 1rem;
  box-shadow: 0 6px 16px rgba(var(--accent-rgb), 0.35);
  z-index: 1;
}

.pz-tl-body {
  flex: 1;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: var(--shadow-main);
}

.pz-tl-body h4 {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.94rem; font-weight: 700; margin-bottom: 3px;
}

.pz-tl-body p {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.8rem; color: var(--text-secondary); line-height: 1.6;
}

/* ── Steps row (tipjai-style horizontal "01 02 03") ── */
.pz-steps-dark {
  background: #232b24;
  color: #f5f2eb;
  padding: clamp(78px, 9vw, 124px) 0;
}

.pz-steps-dark .pz-section-head { max-width: 760px; margin-bottom: 58px; }
.pz-steps-dark .pz-eyebrow { background: rgba(163, 193, 92, 0.14); border-color: rgba(163, 193, 92, 0.3); color: #c6dbc8; }
.pz-steps-dark .pz-section-head h2 { color: #f5f2eb; }
.pz-steps-dark .pz-section-head p { color: rgba(245, 242, 235, 0.68); }
.pz-steps-dark .pz-accent { color: #9fc0a3; }

.pz-steps-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  max-width: 1120px;
  margin: 0 auto;
}

@media (min-width: 780px) {
  .pz-steps-row { grid-template-columns: repeat(3, 1fr); }
}

.pz-step {
  text-align: left;
}

.pz-steps-dark .pz-step { padding: 0 26px; }
.pz-steps-dark .pz-step + .pz-step { border-left: 1px solid rgba(255, 255, 255, 0.13); }

.pz-step-num {
  font-family: var(--font-display, 'Nunito', sans-serif);
  font-size: 2.4rem;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--accent);
  line-height: 1;
  margin-bottom: 14px;
}

.pz-steps-dark .pz-step-num {
  color: #9fc0a3;
  -webkit-text-stroke: 0;
  opacity: 0.96;
}

.pz-step h4 {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text-primary);
}

.pz-step p {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.86rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.pz-steps-dark .pz-step h4 { color: #f5f2eb; }
.pz-steps-dark .pz-step p { color: rgba(245, 242, 235, 0.67); }

@media (max-width: 779px) {
  .pz-steps-dark .pz-step { padding: 24px 0; }
  .pz-steps-dark .pz-step + .pz-step { border-top: 1px solid rgba(255, 255, 255, 0.13); border-left: none; }
}

.pz-steps-demo {
  max-width: 980px;
  margin: 64px auto 0;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,0.07), rgba(255,255,255,0.025));
}

.pz-steps-demo h3 { margin-bottom: 22px; text-align: center; font-family: var(--font-thai, sans-serif); font-size: 1.2rem; color: #f5f2eb; }
.pz-steps-demo-tabs { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; margin-bottom: 28px; }
.pz-steps-demo-tabs button { border: 1px solid rgba(255,255,255,0.13); border-radius: 999px; padding: 10px 16px; background: rgba(255,255,255,0.08); color: rgba(245,242,235,0.65); font-family: var(--font-thai, sans-serif); font-size: 0.88rem; font-weight: 700; cursor: pointer; }
.pz-steps-demo-tabs button.is-active { border-color: #9fc0a3; background: #6B9071; color: #fff; }
.pz-steps-demo-panel { display: none; }
.pz-steps-demo-panel.is-active { display: block; }
.pz-demo-panel-title { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: #f5f2eb; font-family: var(--font-thai, sans-serif); font-size: 1.05rem; font-weight: 800; }
.pz-demo-panel-title i, .pz-demo-panel-title svg { width: 21px; height: 21px; color: #9fc0a3; }
.pz-demo-panel-title b { margin-left: auto; border-radius: 999px; padding: 5px 10px; background: rgba(163,193,92,0.16); color: #c6dbc8; font-size: 0.72rem; }
.pz-demo-work { display: grid; grid-template-columns: minmax(150px, 0.7fr) minmax(180px, 1.3fr); align-items: center; gap: 18px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,0.1); color: rgba(245,242,235,0.72); font-family: var(--font-thai, sans-serif); font-size: 0.9rem; }
.pz-demo-work > div { height: 13px; overflow: hidden; border-radius: 999px; background: rgba(255,255,255,0.1); }
.pz-demo-work i { display: block; height: 100%; border-radius: inherit; background: linear-gradient(90deg, #6B9071, #9fc0a3); }

@media (max-width: 600px) {
  .pz-steps-demo { margin-top: 42px; padding: 22px; }
  .pz-steps-demo-tabs button { flex: 1 1 100%; }
  .pz-demo-work { grid-template-columns: 1fr; gap: 8px; }
}

/* ── Download ── */
.pz-download-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  max-width: 760px;
  margin: 0 auto 28px;
}

@media (min-width: 700px) { .pz-download-grid { grid-template-columns: 1fr 1fr; } }

.pz-download-card {
  text-align: center;
  padding: 32px 24px;
}

.pz-download-card .pz-card-icon { margin: 0 auto 14px; width: 56px; height: 56px; }
.pz-download-card .pz-card-icon i, .pz-download-card .pz-card-icon svg { width: 26px; height: 26px; }

.pz-download-card h3 { font-size: 1.1rem; margin-bottom: 4px; }

.pz-download-card .pz-trial-tag {
  display: inline-block;
  margin-bottom: 16px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(var(--accent-rgb), 0.1);
  color: var(--accent);
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.72rem;
  font-weight: 700;
}

.pz-download-perks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.82rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.pz-download-perks span { display: inline-flex; align-items: center; gap: 6px; }
.pz-download-perks i { width: 15px; height: 15px; color: var(--accent); }

/* ── Compare table ── */
.pz-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius-lg, 16px);
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  box-shadow: var(--shadow-main);
}

.pz-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 620px;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.84rem;
}

.pz-table th, .pz-table td {
  padding: 13px 16px;
  text-align: center;
  border-bottom: 1px solid var(--card-border);
}

.pz-table th:first-child, .pz-table td:first-child { text-align: left; }

.pz-table thead th {
  font-weight: 800;
  color: var(--text-primary);
  background: var(--bg-tertiary);
}

.pz-table thead th.pz-col-highlight { color: var(--accent); }

.pz-table tbody tr:last-child td { border-bottom: none; }

.pz-table td i.pz-yes { color: var(--accent); width: 17px; height: 17px; }
.pz-table td i.pz-no { color: var(--text-tertiary); opacity: 0.5; width: 17px; height: 17px; }

/* Comparison as a before/after workflow board rather than a plain table. */
.pz-compare-board { overflow: hidden; max-width: 1100px; margin: 0 auto; border: 1px solid var(--card-border); border-radius: 22px; background: rgba(255,255,255,.72); box-shadow: var(--shadow-main); }
.pz-compare-board-head, .pz-compare-item { display: grid; grid-template-columns: minmax(170px,.8fr) minmax(170px,1fr) 34px minmax(190px,1.12fr); align-items: center; gap: 16px; }
.pz-compare-board-head { padding: 14px 22px; background: var(--bg-tertiary); color: var(--text-secondary); font-family: var(--font-thai, sans-serif); font-size: .77rem; font-weight: 800; }
.pz-compare-board-head > span:first-child { grid-column: 1 / 2; }
.pz-compare-head-old, .pz-compare-head-nis { display: inline-flex; align-items: center; gap: 6px; }
.pz-compare-head-old { grid-column: 2 / 3; }
.pz-compare-head-nis { grid-column: 4 / 5; color: var(--accent); }
.pz-compare-board-head i, .pz-compare-board-head svg { width: 15px; height: 15px; }
.pz-compare-item { position: relative; padding: 17px 22px 17px 74px; border-top: 1px solid var(--card-border); transition: background .2s ease; }
.pz-compare-item:hover { background: rgba(var(--accent-rgb), .035); }
.pz-compare-icon { position: absolute; left: 22px; display: inline-flex; align-items: center; justify-content: center; width: 37px; height: 37px; border-radius: 11px; background: var(--accent-soft); color: var(--accent); }
.pz-compare-icon i, .pz-compare-icon svg { width: 18px; height: 18px; }
.pz-compare-item h3 { grid-column: 1 / 2; margin: 0; color: var(--text-primary); font-family: var(--font-thai, sans-serif); font-size: .89rem; line-height: 1.38; }
.pz-compare-item p { margin: 0; font-family: var(--font-thai, sans-serif); font-size: .82rem; line-height: 1.45; }
.pz-compare-old { grid-column: 2 / 3; color: var(--text-secondary); }
.pz-compare-arrow { grid-column: 3 / 4; display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background: var(--bg-tertiary); color: var(--text-tertiary); }
.pz-compare-arrow i, .pz-compare-arrow svg { width: 15px; height: 15px; }
.pz-compare-nis { grid-column: 4 / 5; display: flex; align-items: flex-start; gap: 7px; color: var(--text-primary); font-weight: 700; }
.pz-compare-nis i, .pz-compare-nis svg { flex: 0 0 auto; width: 17px; height: 17px; margin-top: 2px; color: var(--accent); }
@media (max-width: 860px) {
  .pz-compare-board { border-radius: 17px; }
  .pz-compare-board-head { display: none; }
  .pz-compare-item { display: grid; grid-template-columns: 1fr; gap: 8px; padding: 18px 17px 18px 68px; }
  .pz-compare-icon { left: 17px; top: 18px; width: 36px; height: 36px; }
  .pz-compare-item h3, .pz-compare-old, .pz-compare-nis { grid-column: 1; }
  .pz-compare-item h3 { font-size: .92rem; }
  .pz-compare-old { padding: 8px 10px; border-radius: 9px; background: rgba(73, 66, 57, .055); font-size: .78rem; }
  .pz-compare-arrow { grid-column: 1; justify-self: center; width: 25px; height: 25px; transform: rotate(90deg); }
  .pz-compare-nis { padding: 9px 10px; border: 1px solid rgba(var(--accent-rgb), .18); border-radius: 9px; background: rgba(var(--accent-rgb), .08); font-size: .79rem; }
}

/* ── Pricing ── */
.pz-price-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}

.pz-price-card.is-featured {
  border-color: rgba(var(--accent-rgb), 0.4);
  box-shadow: 0 20px 44px -18px rgba(var(--accent-rgb), 0.32), var(--shadow-main);
  transform: scale(1.02);
}

.pz-price-featured-tag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  background: var(--accent-gradient); color: #fff;
  padding: 4px 14px; border-radius: 999px;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.68rem; font-weight: 800;
  box-shadow: 0 6px 14px rgba(var(--accent-rgb), 0.4);
}

.pz-price-name {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 1.05rem; font-weight: 800;
}

.pz-price-desc {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.8rem; color: var(--text-secondary);
}

.pz-price-amount {
  display: flex; align-items: baseline; gap: 6px;
  font-family: var(--font-display, 'Nunito', sans-serif);
}

.pz-price-amount strong { font-size: 2.1rem; font-weight: 900; }
.pz-price-amount span { font-size: 0.8rem; color: var(--text-tertiary); font-weight: 600; }

.pz-price-list {
  display: flex; flex-direction: column; gap: 9px;
  list-style: none; padding: 0; margin: 0;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.82rem; color: var(--text-secondary);
}

.pz-price-list li { display: flex; align-items: center; gap: 9px; }
.pz-price-list i { width: 15px; height: 15px; color: var(--accent); flex-shrink: 0; }

/* ── Single pricing card ── */
.pz-price-single {
  max-width: 860px;
  margin: 0 auto;
}

.pz-price-card--solo {
  padding: 36px 32px 32px;
  gap: 26px;
  transform: none !important;
}

.pz-price-solo-head {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--card-border);
}

.pz-price-solo-head .pz-price-name { font-size: 1.35rem; }
.pz-price-solo-head .pz-price-desc { font-size: 0.88rem; margin-top: 4px; }

.pz-price-solo-head .pz-price-amount strong { font-size: 2.6rem; }
.pz-price-solo-head .pz-price-amount span { line-height: 1.5; }

.pz-price-solo-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
}

.pz-price-solo-col h4 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.86rem;
  font-weight: 800;
  color: var(--text-primary);
  margin-bottom: 12px;
}

.pz-price-solo-col h4 i { width: 17px; height: 17px; color: var(--accent); }

.pz-price-os-support {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}

.pz-price-os-label {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--text-tertiary);
}

.pz-price-os-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pz-os-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 10px;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  color: var(--text-primary);
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.82rem;
  font-weight: 700;
}

.pz-os-badge svg { width: 17px; height: 17px; flex-shrink: 0; }

.pz-price-solo-perks {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 16px 18px;
  border-radius: 12px;
  background: var(--bg-tertiary);
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--text-secondary);
}

.pz-price-solo-perks span { display: inline-flex; align-items: center; gap: 7px; }
.pz-price-solo-perks i { width: 15px; height: 15px; color: var(--accent); }

.pz-price-solo-cta { padding: 15px 26px; font-size: 0.96rem; }

@media (min-width: 700px) {
  .pz-price-solo-head { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .pz-price-solo-head .pz-price-amount { text-align: right; flex-shrink: 0; }
  .pz-price-solo-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
}

/* ── Reviews ── */
.pz-review-card { display: flex; flex-direction: column; gap: 14px; }

.pz-review-stars { display: flex; gap: 2px; color: #f2b02e; }
.pz-review-stars i, .pz-review-stars svg { width: 15px; height: 15px; }

.pz-review-quote {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.88rem; line-height: 1.75; color: var(--text-secondary);
}

.pz-review-person { display: flex; align-items: center; gap: 12px; margin-top: auto; }

.pz-review-avatar {
  width: 42px; height: 42px; border-radius: 50%; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  background: var(--accent-gradient); color: #fff;
  font-family: var(--font-display, 'Nunito', sans-serif); font-weight: 800; font-size: 0.95rem;
}

.pz-review-person h4 {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.86rem; font-weight: 700;
}

.pz-review-person p {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.72rem; color: var(--text-tertiary);
}

/* ── FAQ ── */
.pz-faq { max-width: 760px; margin: 0 auto; display: flex; flex-direction: column; gap: 12px; }

.pz-faq-item {
  border-radius: 12px;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  box-shadow: var(--shadow-main);
  overflow: hidden;
}

.pz-faq-q {
  width: 100%;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  padding: 16px 20px;
  background: none; border: none; cursor: pointer; text-align: left;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.92rem; font-weight: 700; color: var(--text-primary);
}

.pz-faq-q i { flex-shrink: 0; color: var(--accent); transition: transform 0.22s ease; width: 18px; height: 18px; }

.pz-faq-item.is-open .pz-faq-q i { transform: rotate(180deg); }

.pz-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.28s cubic-bezier(0.4,0,0.2,1);
}

.pz-faq-item.is-open .pz-faq-a { max-height: 240px; }

.pz-faq-a p {
  padding: 0 20px 18px;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.84rem; line-height: 1.7; color: var(--text-secondary);
}

/* ── Contact ── */
.pz-contact-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 860px) { .pz-contact-grid { grid-template-columns: 1fr 1fr; } }

.pz-contact-info {
  display: flex; flex-direction: column; gap: 14px;
}

.pz-contact-row {
  display: flex; align-items: center; gap: 14px;
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid var(--card-border);
  background: var(--card-bg);
  box-shadow: var(--shadow-main);
}

.pz-contact-row .pz-card-icon { margin: 0; width: 38px; height: 38px; flex-shrink: 0; }
.pz-contact-row .pz-card-icon i { width: 17px; height: 17px; }

.pz-contact-row h4 {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.86rem; font-weight: 700;
}

.pz-contact-row p, .pz-contact-row a {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.8rem; color: var(--text-secondary); text-decoration: none;
}

.pz-contact-row a:hover { color: var(--accent); }

.pz-contact-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 4px; }

.pz-contact-card {
  display: flex; flex-direction: column; gap: 14px;
}

.pz-form-field { display: flex; flex-direction: column; gap: 6px; }

.pz-form-field label {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.78rem; font-weight: 700; color: var(--text-secondary);
}

.pz-form-field input, .pz-form-field textarea {
  border: 1px solid var(--input-border);
  border-radius: 10px;
  padding: 11px 14px;
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.86rem;
  background: var(--input-bg);
  color: var(--text-primary);
  outline: none;
  transition: border-color 0.16s ease;
}

.pz-form-field input:focus, .pz-form-field textarea:focus { border-color: var(--input-focus-border); }

/* ── Final CTA band ── */
.pz-cta-band {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: 16px;
  padding: 56px 32px;
  text-align: center;
  background: var(--accent);
  color: var(--bg-primary);
  display: flex; flex-direction: column; align-items: center; gap: 18px;
}

/* A quiet investigation-workspace motif: case-file lines, evidence markers and a
   search lens sit behind the CTA without competing with its copy. */
.pz-cta-band::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 1;
  background:
    radial-gradient(circle at 50% 46%, rgba(133,176,137,.18), transparent 33%),
    linear-gradient(120deg, rgba(16,38,25,.25), transparent 42%),
    linear-gradient(135deg, #284b31 0%, #375d3d 52%, #23462d 100%);
}
.pz-cta-band::after {
  content: 'NIS · CASEBOARD · EVIDENCE';
  position: absolute;
  right: -20px;
  bottom: 25px;
  z-index: -1;
  color: rgba(232,241,226,.10);
  font-family: var(--font-nav);
  font-size: clamp(.78rem, 2vw, 1rem);
  font-weight: 800;
  letter-spacing: .2em;
  transform: rotate(-90deg);
  transform-origin: right bottom;
  white-space: nowrap;
}
.pz-cta-investigation-decor { position: absolute; inset: 0; z-index: -1; overflow: hidden; pointer-events: none; }
.pz-cta-investigation-decor::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: .32;
  background-image: linear-gradient(rgba(231,245,226,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(231,245,226,.12) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(90deg, #000, transparent 42%, transparent 58%, #000);
}
.pz-clue {
  position: absolute;
  display: grid;
  place-items: center;
  width: 76px;
  height: 76px;
  border: 1px solid rgba(232,244,229,.2);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.035));
  box-shadow: 0 18px 30px rgba(11,31,16,.14);
  color: rgba(239,248,235,.7);
  transform: rotate(-7deg);
}
.pz-clue svg { width: 31px; height: 31px; }
.pz-clue--file { top: 30px; left: 7%; }
.pz-clue--print { right: 8%; bottom: 28px; transform: rotate(8deg); }
.pz-clue--pin { top: 32%; right: 19%; width: 48px; height: 48px; border-radius: 50%; color: #b7d9a9; transform: rotate(0); }
.pz-clue--pin svg { width: 21px; height: 21px; }
.pz-clue-line { position: absolute; height: 1px; transform-origin: left; background: linear-gradient(90deg, rgba(196,224,185,.12), rgba(196,224,185,.54), rgba(196,224,185,.08)); }
.pz-clue-line--one { top: 31%; left: 11%; width: 34%; transform: rotate(15deg); }
.pz-clue-line--two { right: 12%; bottom: 27%; width: 29%; transform: rotate(-24deg); }
.pz-cta-case-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(235,244,230,.3);
  border-radius: 18px;
  background: rgba(255,255,255,.1);
  box-shadow: 0 14px 30px rgba(14,33,18,.17);
}
.pz-cta-case-mark svg { width: 28px; height: 28px; }

.pz-cta-band h2 {
  font-family: var(--font-nav);
  font-size: clamp(1.5rem, 3.4vw, 2.1rem);
  font-weight: 900;
}

.pz-cta-band p {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.94rem; opacity: 0.92; max-width: 34rem;
}

.pz-cta-band .pz-btn-ghost {
  background: transparent;
  border-color: currentColor;
  color: inherit;
  box-shadow: none;
}

.pz-cta-band .pz-btn-ghost:hover { opacity: 0.8; }

@media (max-width: 680px) {
  .pz-cta-band { padding: 52px 26px 48px; gap: 19px; }
  .pz-cta-case-mark { width: 64px; height: 64px; border-radius: 20px; margin-bottom: 2px; }
  .pz-cta-case-mark svg { width: 31px; height: 31px; }
  .pz-cta-band .pz-hero-cta { width: 100%; flex-direction: column; align-items: stretch; gap: 14px; margin-top: 25px; }
  .pz-cta-band .pz-hero-cta .pz-btn { width: 100%; min-height: 64px; justify-content: center; }
  .pz-cta-band .pz-hero-cta .pz-btn i,
  .pz-cta-band .pz-hero-cta .pz-btn svg { flex: 0 0 20px; width: 20px; height: 20px; }
  .pz-clue { width: 54px; height: 54px; border-radius: 13px; opacity: .75; }
  .pz-clue svg { width: 23px; height: 23px; }
  .pz-clue--file { top: 17px; left: -8px; }
  .pz-clue--print { right: -8px; bottom: 17px; }
  .pz-clue--pin { display: none; }
  .pz-clue-line--one { left: 3%; width: 31%; }
  .pz-clue-line--two { right: 1%; width: 25%; }
}

/* ── Footer ── */
.pz-footer {
  border-top: 1px solid var(--card-border);
  padding: 40px 0 26px;
}

.pz-footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  margin-bottom: 28px;
}

@media (min-width: 780px) { .pz-footer-grid { grid-template-columns: 1.4fr 1fr 1fr 1fr; } }

.pz-footer-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }

.pz-footer-brand h3 {
  font-family: var(--font-display, 'Nunito', sans-serif);
  font-size: 1.1rem; font-weight: 900;
}

.pz-footer-brand h3 span { color: var(--accent); }

.pz-footer p, .pz-footer a {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.8rem; color: var(--text-tertiary); line-height: 1.7; text-decoration: none;
}

.pz-footer a:hover { color: var(--accent); }

.pz-footer h5 {
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.78rem; font-weight: 800; letter-spacing: 0.04em;
  text-transform: uppercase; color: var(--text-secondary); margin-bottom: 12px;
}

.pz-footer-col { display: flex; flex-direction: column; gap: 9px; }

.pz-footer-bottom {
  display: flex; flex-wrap: wrap; gap: 10px;
  align-items: center; justify-content: space-between;
  padding-top: 20px; border-top: 1px solid var(--card-border);
  font-family: var(--font-thai, 'Sarabun', sans-serif);
  font-size: 0.74rem; color: var(--text-tertiary);
}

@media (max-width: 779px) {
  .pz-footer {
    padding: 48px 0 24px;
    background: linear-gradient(180deg, rgba(107,144,113,.07), transparent 48%);
  }
  .pz-footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 18px;
    margin-bottom: 30px;
  }
  .pz-footer-grid > :first-child {
    grid-column: 1 / -1;
    padding: 0 10px 25px;
    border-bottom: 1px solid var(--card-border);
    text-align: center;
  }
  .pz-footer-brand { justify-content: center; margin-bottom: 12px; }
  .pz-footer-grid > :last-child { grid-column: 1 / -1; }
  .pz-footer-col { gap: 5px; }
  .pz-footer h5 { margin-bottom: 7px; color: var(--accent); }
  .pz-footer a {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    font-size: .88rem;
  }
  .pz-footer-bottom {
    justify-content: center;
    gap: 5px 14px;
    padding-top: 18px;
    text-align: center;
  }
}

/* Reveal-on-scroll (lightweight, no external lib dependency) */
[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.6s cubic-bezier(0.16,1,0.3,1), transform 0.6s cubic-bezier(0.16,1,0.3,1);
}

[data-reveal].is-visible { opacity: 1; transform: translateY(0); }

/* ── Premium landing-page refresh — matches current cozy-paper theme ── */
body.promote-page.light-theme.theme-forest-dark {
  --bg-primary: #fbf7ed;
  --bg-secondary: #fffdf7;
  --bg-tertiary: #f3ede0;
  --body-bg: #fbf7ed;
  --card-bg: #fffdf7;
  --card-border: rgba(31, 26, 20, 0.12);
  --text-primary: #1f1a14;
  --text-secondary: #4a4338;
  --text-tertiary: #8a8378;
  --accent: #6B9071;
  --accent-gradient: linear-gradient(135deg, #6B9071 0%, #375534 100%);
  --accent-hover: #375534;
  --accent-rgb: 107, 144, 113;
  --accent-soft: rgba(107, 144, 113, 0.12);
  --shadow-main: 0 12px 32px -24px rgba(31, 26, 20, 0.28);
  --shadow-premium: 0 28px 60px -34px rgba(31, 26, 20, 0.34);
}

/* ── Dark mode — same structure, dark cozy-paper palette ── */
body.promote-page.dark-theme {
  --bg-primary: #171a18;
  --bg-secondary: #1c211d;
  --bg-tertiary: #232b24;
  --body-bg: #171a18;
  --card-bg: #232a25;
  --card-border: rgba(251, 247, 237, 0.16);
  --text-primary: #f5f2eb;
  --text-secondary: rgba(245, 242, 235, 0.72);
  --text-tertiary: rgba(245, 242, 235, 0.5);
  --accent: #8fb894;
  --accent-gradient: linear-gradient(135deg, #8fb894 0%, #6B9071 100%);
  --accent-hover: #a3c15c;
  --accent-rgb: 143, 184, 148;
  --accent-soft: rgba(143, 184, 148, 0.16);
  --shadow-main: 0 12px 32px -24px rgba(0, 0, 0, 0.55);
  --shadow-premium: 0 28px 60px -34px rgba(0, 0, 0, 0.6);
}

body.promote-page.dark-theme .pz-nav { background: rgba(23, 26, 24, 0.86); border-bottom-color: rgba(251, 247, 237, 0.1); }
body.promote-page.dark-theme .pz-compare-board { background: rgba(255, 255, 255, 0.03); }
body.promote-page.dark-theme .pz-nav-language { color: var(--text-secondary); }
body.promote-page.dark-theme .pz-showcase-head-secondary { background: rgba(255, 255, 255, 0.06); color: var(--text-primary); }
body.promote-page.dark-theme .pz-hero-blob { opacity: 0.28; }
body.promote-page.dark-theme .pz-showcase-feature { border-color: rgba(251, 247, 237, 0.14); box-shadow: 0 4px 14px -10px rgba(0, 0, 0, 0.5); }
body.promote-page.dark-theme .pz-showcase-feature-no { color: #a3c15c; }
body.promote-page.dark-theme .pz-showcase-feature--featured { background: linear-gradient(90deg, rgba(var(--accent-rgb), .22), var(--card-bg)); border-color: rgba(var(--accent-rgb), .5); }

.pz-section { padding: clamp(78px, 9vw, 126px) 0; }
.pz-section--tight { padding: clamp(64px, 7vw, 96px) 0; }
/* Keep the FAQ answer list visually connected to the final invitation. */
#faq { padding-bottom: clamp(42px, 4vw, 58px); }
#faq + .pz-section--tight { padding-top: clamp(38px, 4vw, 56px); }
.pz-container { max-width: 1200px; padding: 0 28px; }

.pz-nav { background: rgba(251, 249, 246, 0.92); backdrop-filter: blur(14px); }
.pz-nav-inner { height: 64px; }
.pz-nav-link { font-size: 0.875rem; padding: 8px 10px; }
.pz-nav-login-pill { background: #232b24; height: 36px; padding: 0 18px; }
.pz-announcement { background: #232b24; }
.pz-announcement-inner { min-height: 52px; }

.pz-hero { padding: clamp(90px, 10vw, 148px) 0 clamp(86px, 9vw, 134px); }
.pz-hero-grid { gap: clamp(42px, 7vw, 92px); }
.pz-eyebrow-plain { color: var(--accent); font-size: 0.9rem; }
.pz-hero-title { max-width: 680px; font-size: clamp(2rem, 3vw, 3rem); letter-spacing: -0.02em; line-height: 1.2; }
.pz-hero-desc { max-width: 35rem; font-size: 1.04rem; line-height: 1.82; }
.pz-btn-pill { padding: 16px 24px; font-size: 1rem; box-shadow: 0 14px 28px -18px rgba(43, 87, 72, 0.65); }
.pz-hero-badge { border-radius: 999px; box-shadow: var(--shadow-main); }
.pz-mock-window { border-radius: 26px; box-shadow: 0 26px 55px -28px rgba(23, 36, 31, 0.62); }

.pz-steps-dark { background: #232b24; }
.pz-steps-dark .pz-section-head { margin-bottom: 48px; }
.pz-steps-demo { max-width: 1080px; border-radius: 28px; }

.pz-benefits { background: #ffffff; }
.pz-benefits-head { max-width: 720px; margin: 0 auto 46px; text-align: center; }
.pz-benefits-head .pz-eyebrow { margin-bottom: 14px; }
.pz-benefits-head h2 { font-family: var(--font-display, sans-serif); font-size: clamp(1.9rem, 3.7vw, 2.75rem); font-weight: 800; letter-spacing: -0.03em; line-height: 1.2; }
.pz-benefits-head p { margin-top: 16px; color: var(--text-secondary); font-family: var(--font-thai, sans-serif); font-size: 1rem; line-height: 1.75; }
.pz-bento-grid { display: grid; grid-template-columns: 1fr; gap: 16px; }
.pz-bento-card { min-height: 235px; padding: 28px; border: 1px solid var(--card-border); border-radius: 20px; background: var(--bg-primary); box-shadow: none; }
.pz-bento-card--wide { background: linear-gradient(135deg, #f3ede0, #fffdf7); }
.pz-bento-icon { width: 44px; height: 44px; display: inline-flex; align-items: center; justify-content: center; margin-bottom: 22px; border-radius: 13px; background: var(--accent-soft); color: var(--accent); }
.pz-bento-icon i, .pz-bento-icon svg { width: 21px; height: 21px; }
.pz-bento-kicker { display: block; margin-bottom: 9px; color: var(--accent); font-family: var(--font-ui); font-size: 0.68rem; font-weight: 800; letter-spacing: 0.1em; }
.pz-bento-card h3 { font-family: var(--font-thai, sans-serif); font-size: 1.12rem; font-weight: 800; color: var(--text-primary); }
.pz-bento-card p { margin-top: 8px; color: var(--text-secondary); font-family: var(--font-thai, sans-serif); font-size: 0.88rem; line-height: 1.7; }
.pz-bento-mini-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.pz-bento-mini-list span { display: inline-flex; align-items: center; gap: 5px; padding: 6px 9px; border-radius: 999px; background: #fff; color: var(--text-secondary); font-family: var(--font-thai, sans-serif); font-size: 0.72rem; font-weight: 700; }
.pz-bento-mini-list i, .pz-bento-mini-list svg { width: 13px; height: 13px; color: var(--accent); }
.pz-bento-card--dark { background: #2c3b33; border-color: #2c3b33; }
.pz-bento-card--dark h3, .pz-bento-card--dark p { color: #f4f7f2; }
.pz-bento-card--dark p { color: rgba(244,247,242,.7); }
.pz-bento-card--dark .pz-bento-icon { background: rgba(163,193,92,.18); color: #c6dbc8; }
.pz-bento-dark-note { display: inline-block; margin-top: 22px; color: #c6dbc8; font-family: var(--font-ui); font-size: .7rem; font-weight: 800; letter-spacing: .08em; }

.pz-showcase-section { background: var(--bg-primary); }
.pz-showcase-card { border-radius: 26px; box-shadow: var(--shadow-premium); }
.pz-table-wrap { border-radius: 18px; box-shadow: var(--shadow-main); }
.pz-price-card--solo { border-radius: 22px; box-shadow: var(--shadow-premium); }
.pz-faq-item { border-radius: 15px; box-shadow: none; }
.pz-cta-band { border-radius: 26px; background: #375534; }

@media (min-width: 720px) {
  .pz-bento-grid { grid-template-columns: repeat(2, 1fr); }
  .pz-bento-card--wide { grid-row: span 2; min-height: 486px; display: flex; flex-direction: column; justify-content: center; }
}

@media (min-width: 1000px) {
  .pz-bento-grid { grid-template-columns: 1.15fr .85fr .85fr; }
  .pz-bento-card--dark { grid-column: span 2; }
}

@media (max-width: 680px) {
  .pz-container { padding: 0 22px; }
  .pz-nav-inner { height: 66px; }
  .pz-hero { padding-top: 70px; }
  .pz-hero-title { font-size: clamp(1.7rem, 7.5vw, 2.1rem); }
  .pz-logo-lockup { width: 134px; height: 44px; }
  .pz-dashboard-sync { display: none; }
  .pz-dashboard-cat { bottom: 26px; }
  #faq { padding-bottom: 30px; }
  #faq + .pz-section--tight { padding-top: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  .pz-dashboard-scan, .pz-dashboard-sync, .pz-dashboard-sync i, .pz-dashboard-sync svg, .pz-dashboard-cat { animation: none; }
}

/* ── Cookie consent ── */
.pz-cookie-consent { position: fixed; left: 50%; bottom: clamp(16px, 3vw, 30px); z-index: 1200; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 16px; width: min(680px, calc(100vw - 32px)); padding: 18px 20px; border: 1px solid var(--card-border); border-radius: 22px; background: rgba(255,253,248,.96); box-shadow: 0 22px 54px -28px rgba(31,26,20,.48); backdrop-filter: blur(16px); opacity: 0; pointer-events: none; transform: translate(-50%, 18px) scale(.98); transition: opacity .22s ease, transform .22s ease; }
.pz-cookie-consent.is-visible { opacity: 1; pointer-events: auto; transform: translate(-50%, 0) scale(1); }
.pz-cookie-consent[hidden] { display: none; }
.pz-cookie-icon { position: relative; display: grid; place-items: center; width: 52px; height: 52px; border-radius: 17px; background: var(--accent-soft); color: var(--accent); }
.pz-cookie-icon svg { width: 29px; height: 29px; }
.pz-cookie-icon span { position: absolute; top: -6px; right: -4px; color: #e6a63b; font-size: 17px; }
.pz-cookie-copy h2 { margin: 0 0 3px; font-family: var(--font-nav); font-size: 1rem; color: var(--text-primary); }
.pz-cookie-copy p { margin: 0; font-family: var(--font-thai); font-size: .82rem; line-height: 1.55; color: var(--text-secondary); }
.pz-cookie-actions { display: flex; align-items: center; gap: 8px; }
.pz-cookie-actions .pz-btn { min-height: 38px; padding: 0 14px; font-size: .82rem; white-space: nowrap; }
.pz-cookie-actions .pz-btn svg { width: 15px; height: 15px; }
.pz-cookie-decline { border: 0; background: transparent; color: var(--text-secondary); font: 700 .8rem var(--font-thai); white-space: nowrap; cursor: pointer; }
.pz-cookie-decline:hover { color: var(--accent); }
@media (max-width: 680px) { .pz-cookie-consent { grid-template-columns: auto minmax(0,1fr); gap: 13px; padding: 16px; } .pz-cookie-actions { grid-column: 1 / -1; justify-content: flex-end; } }
@media (max-width: 390px) { .pz-cookie-consent { bottom: 12px; width: calc(100vw - 24px); } .pz-cookie-icon { width: 45px; height: 45px; border-radius: 14px; } .pz-cookie-copy h2 { font-size: .92rem; } .pz-cookie-actions { justify-content: space-between; } .pz-cookie-actions .pz-btn { padding: 0 11px; } }
