/* ==========================================================
   PRODUCT PAGE — Professional Design System
   ========================================================== */

/* ===== COMMON ===== */
.zp-main { overflow: hidden; }
.dib { display: inline-block; }

@keyframes zp-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes zp-pulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(5,108,184,0.25); }
  50% { box-shadow: 0 0 0 18px rgba(5,108,184,0); }
}

/* Scroll animations */
.zp-ban-cnt, .zp-stats-bar, .zp-trust, .zp-tabs,
.zp-modules, .zp-lifecycle, .zp-testi-card, .zp-comply,
.zp-platform, .zp-payroll-deep, .zp-grow-item, .zp-mobile, .zp-tour, .zp-faq {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1), transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}
.zp-visible {
  opacity: 1 !important;
  transform: translateY(0) !important;
}
.zp-testi-card:nth-child(2) { transition-delay: 0.1s; }
.zp-testi-card:nth-child(3) { transition-delay: 0.2s; }
.zp-testi-card:nth-child(4) { transition-delay: 0.3s; }
.zp-grow-item:nth-child(2) { transition-delay: 0.15s; }
.zp-grow-item:nth-child(3) { transition-delay: 0.3s; }

/* ===== 1. HERO BANNER ===== */
.zp-ban {
  padding: 110px 0 130px;
  background: #f8f9fb;
  position: relative;
  overflow: hidden;
}
.zp-ban-cnt {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.zp-ban-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--highlight-color, #056cb8);
  background: #eef4ff;
  padding: 8px 20px;
  border-radius: 24px;
  margin-bottom: 22px;
}
.zp-ban-hdr {
  font-family: var(--font-primary, 'Inter', sans-serif);
  font-size: 54px;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -2.5px;
  color: var(--primary-color, #1a1a2e);
  margin-bottom: 22px;
}
.zp-ban-pra {
  font-size: 17px;
  line-height: 1.75;
  color: #555;
  margin-bottom: 34px;
}
.zp-ban-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.zp-ban-cta {
  display: inline-block;
  background: #ee0014;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1.2px;
  padding: 16px 40px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(238,0,20,0.25), 0 1px 3px rgba(0,0,0,0.08);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.zp-ban-cta:hover {
  background: #cc000f;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(238,0,20,0.3), 0 2px 6px rgba(0,0,0,0.1);
}
.zp-ban-sec {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--highlight-color, #056cb8);
  text-decoration: none;
  transition: all 0.25s ease;
}
.zp-ban-sec:hover { text-decoration: underline; }
.zp-ban-sec i { font-size: 20px; }
.zp-ban-meta {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.zp-meta-item {
  font-size: 13px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(255,255,255,0.7);
  padding: 6px 14px;
  border-radius: 20px;
  border: 1px solid rgba(45,159,79,0.15);
}
.zp-meta-item i {
  color: var(--brand-green, #2D9F4F);
  font-size: 14px;
}
.zp-ban-modules {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 44px;
}
.zp-ban-mod {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border-radius: 40px;
  background: #fff;
  border: 1px solid #e5e7eb;
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}
.zp-ban-mod:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(5,108,184,0.12);
  border-color: rgba(5,108,184,0.3);
  color: var(--highlight-color, #056cb8);
}
.zp-ban-mod i {
  font-size: 16px;
  color: var(--highlight-color, #056cb8);
}
.zp-ban-mod:hover i {
  color: var(--highlight-color, #056cb8);
}
.zp-ban-mod-more {
  background: #056cb8;
  color: #fff;
  border-color: transparent;
  font-weight: 700;
}
.zp-ban-mod-more:hover {
  background: #0460a5;
  color: #fff;
  border-color: transparent;
}
.zp-ban-img {
  margin-top: 50px;
  width: 140%;
  margin-left: -20%;
}
.zp-ban-img img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.12);
}

/* ===== 2. STATS BAR ===== */
.zp-stats-bar {
  background: #0B1F4A;
  padding: 0;
}
.zp-stats-cnt {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 36px 40px;
}
.zp-stat-item {
  flex: 1;
  text-align: center;
  padding: 10px 0;
}
.zp-stat-num {
  display: block;
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -1.5px;
  color: #fff;
  line-height: 1;
  margin-bottom: 6px;
}
.zp-stat-label {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.zp-stat-div {
  width: 1px;
  height: 50px;
  background: rgba(255,255,255,0.12);
  flex-shrink: 0;
}

/* ===== 3. TRUST SECTION ===== */
.zp-trust {
  padding: 50px 0;
  background: #fff;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.zp-trust-hdr {
  font-size: 13px;
  font-weight: 700;
  color: #b0b0b0;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
.zp-trust-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.zp-trust-item {
  font-size: 14px;
  font-weight: 500;
  color: #888;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease;
}
.zp-trust-item:hover { color: #555; }
.zp-trust-item i {
  font-size: 18px;
  color: #ccc;
  transition: color 0.3s ease;
}
.zp-trust-item:hover i { color: var(--highlight-color, #056cb8); }

/* ===== 4. TABBED MODULES (horizontal tabs) ===== */
.zp-tabs {
  padding: 100px 40px;
  background: #fff;
}
.zp-tabs-info {
  max-width: 1200px;
  margin: 0 auto 50px;
  text-align: center;
}
.zp-tabs-info-left { max-width: 700px; margin: 0 auto; }
.zp-tabs-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--highlight-color, #056cb8);
  background: #eef4ff;
  padding: 8px 20px;
  border-radius: 24px;
  margin-bottom: 18px;
}
.zp-tabs-hdr {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.2;
  color: var(--primary-color, #1a1a2e);
  margin-bottom: 18px;
}
/* Accent helper (used in other sections) */
.zp-hdr-accent {
  color: var(--highlight-color, #056cb8);
  position: relative;
}
.zp-hdr-accent::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 3px;
  background: var(--highlight-color, #056cb8);
  border-radius: 2px;
  opacity: 0.3;
}
.zp-tabs-pra {
  font-size: 17px;
  color: #666;
  line-height: 1.75;
  margin-bottom: 18px;
}
.zp-tabs-lnk {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  color: var(--highlight-color, #056cb8);
  text-decoration: none;
}
.zp-tabs-lnk:hover { text-decoration: underline; }
.zp-tabs-cnt {
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}
.zp-tabs-nav {
  display: flex;
  background: #f8f9fb;
  border-bottom: 1px solid #e5e7eb;
}
.zp-tab {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 18px 12px;
  font-size: 14px;
  font-weight: 600;
  color: #666;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
}
.zp-tab i { font-size: 16px; }
.zp-tab:hover { color: #1a1a2e; background: #f0f2f5; }
.zp-tab.active {
  color: var(--highlight-color, #056cb8);
  border-bottom-color: var(--highlight-color, #056cb8);
  background: #fff;
}
.zp-tabs-panels { background: #fff; }
.zp-panel { display: none; padding: 50px; }
.zp-panel.active {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 50px;
  align-items: center;
}
.zp-panel-title {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary-color, #1a1a2e);
  line-height: 1.25;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
.zp-panel-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.75;
  margin-bottom: 24px;
}
.zp-panel-tags {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 0;
  margin: 0;
}
.zp-panel-tags li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #1a1a2e;
  background: #f8f9fb;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
}
.zp-panel-tags li i {
  color: var(--highlight-color, #056cb8);
  font-size: 14px;
}
.zp-panel-img {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}

/* ===== 5. ALL MODULES — VERTICAL SIDEBAR ===== */
.zp-modules {
  padding: 120px 40px;
  background: #f8f9fb;
}
.zp-modules-cnt {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.zp-modules-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--brand-orange, #F77F00);
  background: #fff5eb;
  padding: 8px 20px;
  border-radius: 24px;
  margin-bottom: 18px;
}
.zp-modules-hdr {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.12;
  color: var(--primary-color, #1a1a2e);
  margin-bottom: 18px;
}
.zp-modules-pra {
  font-size: 17px;
  color: #666;
  line-height: 1.75;
  max-width: 650px;
  margin: 0 auto 60px;
}
.zp-mod-layout {
  display: flex;
  gap: 0;
  align-items: stretch;
  text-align: left;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
  border: 1px solid #e5e7eb;
  min-height: 600px;
}

/* Left sidebar — scrollable for 26 modules */
.zp-mod-sidebar {
  width: 260px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e5e7eb;
  background: #fafbfc;
  max-height: 700px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc #fafbfc;
}
.zp-mod-sidebar::-webkit-scrollbar { width: 5px; }
.zp-mod-sidebar::-webkit-scrollbar-track { background: #fafbfc; }
.zp-mod-sidebar::-webkit-scrollbar-thumb { background: #d0d0d0; border-radius: 4px; }
.zp-mtab {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  font-size: 13px;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  text-decoration: none;
  border-left: 3px solid transparent;
  transition: all 0.25s ease;
  white-space: nowrap;
}
.zp-mtab i {
  font-size: 14px;
  width: 18px;
  text-align: center;
  color: #999;
  transition: color 0.25s ease;
}
.zp-mtab:hover {
  color: #1a1a2e;
  background: #f0f2f5;
}
.zp-mtab:hover i { color: #555; }
.zp-mtab.active {
  color: var(--highlight-color, #056cb8);
  font-weight: 600;
  border-left-color: var(--highlight-color, #056cb8);
  background: #fff;
}
.zp-mtab.active i { color: var(--highlight-color, #056cb8); }

/* Right body */
.zp-mod-body {
  flex: 1;
  padding: 44px 50px;
  min-width: 0;
  max-height: 700px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #ccc #fff;
}
.zp-mod-body::-webkit-scrollbar { width: 5px; }
.zp-mod-body::-webkit-scrollbar-track { background: #fff; }
.zp-mod-body::-webkit-scrollbar-thumb { background: #d0d0d0; border-radius: 4px; }
.zp-mpanel { display: none; }
.zp-mpanel.active { display: block; }
.zp-mpanel-hdr {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a2e;
  letter-spacing: -0.8px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 14px;
}
.zp-mpanel-hdr i {
  font-size: 24px;
  color: var(--highlight-color, #056cb8);
}
.zp-mpanel-desc {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 30px;
}
.zp-mpanel-screen {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  border: 1px solid #e5e7eb;
  margin-bottom: 30px;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.zp-mpanel-screen:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 45px rgba(0,0,0,0.12);
}
.zp-mpanel-screen img {
  width: 100%;
  display: block;
}
.zp-mpanel-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.zp-mpanel-tags li {
  font-size: 12px;
  font-weight: 600;
  color: var(--highlight-color, #056cb8);
  background: #eef4fb;
  padding: 7px 16px;
  border-radius: 20px;
  white-space: nowrap;
}

/* ===== 6. 360° ORBITAL RING ===== */
@keyframes zp-spin {
  0% { transform: translate(-50%,-50%) rotate(0deg); }
  100% { transform: translate(-50%,-50%) rotate(360deg); }
}
@keyframes zp-glow-ring {
  0%, 100% { opacity: 0.4; }
  50% { opacity: 1; }
}
@keyframes zp-node-bob {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.zp-orbit {
  padding: 120px 40px;
  background: #0d1b3e;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.zp-orbit::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: transparent;
  pointer-events: none;
}
.zp-orbit-cnt {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.zp-orbit-hdr {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 14px;
}
.zp-orbit-pra {
  font-size: 17px;
  color: rgba(255,255,255,0.55);
  line-height: 1.75;
  max-width: 500px;
  margin: 0 auto 70px;
}
.zp-orbit-ring {
  position: relative;
  width: 580px;
  height: 580px;
  margin: 0 auto;
}
.zp-orbit-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: #056cb8;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  box-shadow: 0 0 40px rgba(5,108,184,0.5), 0 0 80px rgba(5,108,184,0.2);
  z-index: 3;
  animation: zp-pulse 3s ease-in-out infinite;
}
.zp-orbit-center i { font-size: 28px; }
.zp-orbit-center span { font-size: 11px; font-weight: 700; letter-spacing: 0.5px; }
.zp-orbit-track {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
}
.zp-orbit-track-1 {
  width: 300px;
  height: 300px;
  transform: translate(-50%, -50%);
  border: 1.5px solid rgba(5,108,184,0.25);
  box-shadow: 0 0 20px rgba(5,108,184,0.08);
  animation: zp-spin 80s linear infinite, zp-glow-ring 4s ease-in-out infinite;
}
.zp-orbit-track-2 {
  width: 480px;
  height: 480px;
  transform: translate(-50%, -50%);
  border: 1.5px solid rgba(45,159,79,0.2);
  box-shadow: 0 0 20px rgba(45,159,79,0.06);
  animation: zp-spin 120s linear infinite reverse, zp-glow-ring 6s ease-in-out infinite 1s;
}
.zp-orbit-node {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  z-index: 2;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
.zp-orbit-node i {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #7eb8e6;
  box-shadow: 0 4px 20px rgba(0,0,0,0.2);
  transition: all 0.35s ease;
}
.zp-orbit-node span {
  font-size: 11px;
  font-weight: 600;
  color: rgba(255,255,255,0.6);
  white-space: nowrap;
  letter-spacing: 0.3px;
}
.zp-orbit-node:hover {
  animation: zp-node-bob 0.6s ease;
}
.zp-orbit-node:hover i {
  background: #056cb8;
  color: #fff;
  border-color: rgba(5,108,184,0.6);
  box-shadow: 0 0 30px rgba(5,108,184,0.4), 0 8px 25px rgba(0,0,0,0.3);
  transform: scale(1.15);
}
.zp-orbit-node:hover span { color: #fff; }

/* Node positions — evenly spaced around the circle */
.on1  { top: 0%;   left: 50%;  transform: translateX(-50%); }
.on2  { top: 7%;   right: 7%; }
.on3  { top: 32%;  right: -3%; }
.on4  { top: 62%;  right: -1%; }
.on5  { bottom: 3%; right: 12%; }
.on6  { bottom: 0%; left: 50%;  transform: translateX(-50%); }
.on7  { bottom: 3%; left: 12%; }
.on8  { top: 62%;  left: -1%; }
.on9  { top: 32%;  left: -3%; }
.on10 { top: 7%;   left: 7%; }

/* ===== 7. BEFORE vs AFTER ===== */
.zp-versus {
  padding: 120px 40px;
  background: #f8fafc;
  position: relative;
}
.zp-versus-cnt {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.zp-versus-hdr {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.2;
  color: var(--primary-color, #1a1a2e);
  margin-bottom: 50px;
}
.zp-vs-divider {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #056cb8;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  vertical-align: middle;
  margin: 0 10px;
  box-shadow: 0 6px 20px rgba(5,108,184,0.3);
  animation: zp-pulse 3s ease-in-out infinite;
}
.zp-versus-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  text-align: left;
}
.zp-vs-card {
  border-radius: 20px;
  padding: 40px 34px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.zp-vs-card:hover { transform: translateY(-4px); }
.zp-vs-before {
  background: #fff5f5;
  border: 1px solid rgba(238,0,20,0.1);
  box-shadow: 0 4px 24px rgba(238,0,20,0.06);
}
.zp-vs-before:hover { box-shadow: 0 12px 40px rgba(238,0,20,0.1); }
.zp-vs-after {
  background: #f0fdf4;
  border: 1px solid rgba(45,159,79,0.12);
  box-shadow: 0 4px 24px rgba(45,159,79,0.06);
}
.zp-vs-after:hover { box-shadow: 0 12px 40px rgba(45,159,79,0.1); }
.zp-vs-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 28px;
  padding: 8px 18px;
  border-radius: 24px;
}
.zp-vs-before .zp-vs-label {
  color: #dc2626;
  background: rgba(238,0,20,0.08);
}
.zp-vs-after .zp-vs-label {
  color: #16a34a;
  background: rgba(45,159,79,0.1);
}
.zp-vs-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zp-vs-card li {
  font-size: 15px;
  color: #555;
  padding: 14px 0;
  border-bottom: 1px solid rgba(0,0,0,0.04);
  display: flex;
  align-items: flex-start;
  gap: 12px;
  line-height: 1.55;
  transition: transform 0.2s ease;
}
.zp-vs-card li:hover { transform: translateX(4px); }
.zp-vs-card li:last-child { border-bottom: none; }
.zp-vs-before li::before {
  content: '\f00d';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 11px;
  color: #dc2626;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(238,0,20,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}
.zp-vs-after li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 11px;
  color: #16a34a;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: rgba(45,159,79,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

/* ===== 9. EMPLOYEE LIFECYCLE ===== */
.zp-lifecycle {
  padding: 120px 40px;
  background: #fff;
}
.zp-life-cnt {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.zp-life-hdr {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.12;
  color: var(--primary-color, #1a1a2e);
  margin-bottom: 18px;
}
.zp-life-pra {
  font-size: 17px;
  color: #666;
  line-height: 1.75;
  max-width: 600px;
  margin: 0 auto 60px;
}
.zp-life-flow {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  flex-wrap: wrap;
}
.zp-life-step {
  flex: 0 0 150px;
  text-align: center;
  padding: 0 10px;
}
.zp-life-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #eef4ff;
  color: var(--highlight-color, #056cb8);
  font-size: 26px;
  margin-bottom: 18px;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 16px rgba(5,108,184,0.1);
}
.zp-life-step:hover .zp-life-icon {
  background: #056cb8;
  color: #fff;
  transform: scale(1.1);
  box-shadow: 0 8px 25px rgba(5,108,184,0.25);
}
.zp-life-step h3 {
  font-size: 16px;
  font-weight: 700;
  color: var(--primary-color, #1a1a2e);
  margin-bottom: 8px;
}
.zp-life-step p {
  font-size: 12px;
  color: #888;
  line-height: 1.55;
}
.zp-life-arrow {
  display: flex;
  align-items: center;
  padding-top: 28px;
  color: #d0d5dd;
  font-size: 18px;
  flex-shrink: 0;
}

/* ===== 7. TESTIMONIALS ===== */
.zp-testi {
  padding: 120px 40px;
  background: #f8f9fb;
  position: relative;
}
.zp-testi-hdr {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.12;
  text-align: center;
  color: var(--primary-color, #1a1a2e);
  margin-bottom: 60px;
}
.zp-testi-cnt {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}
.zp-testi-card {
  background: #fff;
  border-radius: 16px;
  padding: 32px 28px;
  border: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.zp-testi-card::before {
  content: '\201C';
  position: absolute;
  top: 22px;
  right: 24px;
  font-size: 56px;
  font-family: Georgia, 'Times New Roman', serif;
  color: rgba(5,108,184,0.08);
  line-height: 1;
  pointer-events: none;
}
.zp-testi-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  border-color: rgba(5,108,184,0.15);
}
.zp-testi-stars {
  display: flex;
  gap: 3px;
  margin-bottom: 14px;
}
.zp-testi-stars i {
  color: #f5a623;
  font-size: 13px;
}
.zp-testi-body p {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  margin-bottom: 24px;
  font-style: italic;
}
.zp-testi-author {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 16px;
  border-top: 1px solid #f0f0f0;
}
.zp-testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--highlight-color, #056cb8);
  font-size: 16px;
  flex-shrink: 0;
}
.zp-testi-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color, #1a1a2e);
}
.zp-testi-role {
  display: block;
  font-size: 12px;
  color: #999;
}

/* ===== 8. COMPLIANCE ===== */
.zp-comply {
  padding: 120px 40px;
  background: #0B1F4A;
  position: relative;
  overflow: hidden;
}
.zp-comply::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
}
.zp-comply-cnt {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  position: relative;
  z-index: 1;
}
.zp-comply-lft {
  max-width: 400px;
  flex-shrink: 0;
}
.zp-comply-hdr {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.12;
  color: #fff;
  margin-bottom: 18px;
}
.zp-comply-pra {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  margin-bottom: 18px;
}
.zp-comply-lnk {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin-bottom: 30px;
  transition: all 0.25s ease;
}
.zp-comply-lnk::after {
  content: '\2192';
  transition: transform 0.25s ease;
}
.zp-comply-lnk:hover { text-decoration: underline; }
.zp-comply-lnk:hover::after { transform: translateX(4px); }
.zp-comply-badges {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.zp-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  border-radius: 10px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  font-weight: 600;
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}
.zp-badge:hover {
  background: rgba(255,255,255,0.12);
  border-color: rgba(255,255,255,0.25);
  transform: translateY(-2px);
}
.zp-badge i { font-size: 14px; color: var(--brand-orange, #F77F00); }
.zp-comply-rgt { flex: 1; }
.zp-comply-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 24px;
}
.zp-comply-item {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  padding: 28px 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  backdrop-filter: blur(8px);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.zp-comply-item:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.18);
  transform: translateY(-3px);
}
.zp-comply-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: rgba(247,127,0,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--brand-orange, #F77F00);
  font-size: 18px;
  flex-shrink: 0;
}
.zp-comply-item p {
  font-size: 14px;
  color: rgba(255,255,255,0.85);
  line-height: 1.55;
}
.zp-intl-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.zp-intl-tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 8px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.75);
  font-size: 13px;
  font-weight: 600;
  transition: all 0.3s ease;
}
.zp-intl-tag:hover {
  background: rgba(255,255,255,0.14);
  border-color: rgba(255,255,255,0.25);
  color: #fff;
  transform: translateY(-2px);
}

/* ===== 9. PLATFORM (ESS, Dashboards, Integration) ===== */
.zp-platform {
  padding: 120px 40px;
  background: #fff;
}
.zp-platform-cnt {
  max-width: 1200px;
  margin: 0 auto;
}
.zp-platform-hdr {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.12;
  color: var(--primary-color, #1a1a2e);
  text-align: center;
  margin-bottom: 60px;
}
.zp-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.zp-pf-card {
  background: #fff;
  border-radius: 16px;
  padding: 40px 32px;
  border: 1px solid #e5e7eb;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
}
.zp-pf-card::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--highlight-color, #056cb8);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.zp-pf-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
  border-color: rgba(5,108,184,0.15);
}
.zp-pf-card:hover::after { opacity: 1; }
.zp-pf-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #eef4ff;
  color: var(--highlight-color, #056cb8);
  font-size: 24px;
  margin-bottom: 20px;
}
.zp-pf-card:hover .zp-pf-icon {
  background: #056cb8;
  color: #fff;
}
.zp-pf-card h3 {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color, #1a1a2e);
  margin-bottom: 12px;
}
.zp-pf-card > p {
  font-size: 14px;
  color: #666;
  line-height: 1.7;
  margin-bottom: 20px;
}
.zp-pf-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.zp-pf-list li {
  font-size: 14px;
  color: #555;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.zp-pf-list li:last-child { border-bottom: none; }
.zp-pf-list li::before {
  content: '\f00c';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 11px;
  color: var(--brand-green, #2D9F4F);
  flex-shrink: 0;
}

/* ===== 10. PAYROLL DEEP-DIVE ===== */
.zp-payroll-deep {
  padding: 120px 40px;
  background: #f8f9fb;
}
.zp-pd-cnt {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}
.zp-pd-text { flex: 1; }
.zp-pd-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--brand-green, #2D9F4F);
  background: #e8f5e9;
  padding: 8px 20px;
  border-radius: 24px;
  margin-bottom: 18px;
}
.zp-pd-hdr {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.12;
  color: var(--primary-color, #1a1a2e);
  margin-bottom: 16px;
}
.zp-pd-pra {
  font-size: 16px;
  color: #666;
  line-height: 1.75;
  margin-bottom: 30px;
}
.zp-pd-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 24px;
  margin-bottom: 8px;
}
.zp-pd-feat {
  font-size: 14px;
  color: #555;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.zp-pd-feat i {
  color: var(--brand-green, #2D9F4F);
  font-size: 13px;
  margin-top: 3px;
  flex-shrink: 0;
}
.zp-pd-visual {
  flex: 0 0 480px;
  max-width: 480px;
}
.zp-pd-img {
  width: 100%;
  height: auto;
  border-radius: 14px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1), 0 4px 12px rgba(0,0,0,0.04);
  border: 1px solid #e0e4ea;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.zp-pd-img:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 70px rgba(0,0,0,0.12), 0 6px 16px rgba(0,0,0,0.06);
}

/* ===== 11. GROWTH STATS ===== */
.zp-grow {
  padding: 120px 40px;
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
}
.zp-grow-hdr {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -2px;
  text-align: center;
  color: var(--primary-color, #1a1a2e);
  margin-bottom: 60px;
}
.zp-grow-cnt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.zp-grow-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 35px;
  border-radius: 16px;
  border: 1px solid #e5e7eb;
  background: #fff;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.zp-grow-item:hover {
  box-shadow: 0 12px 35px rgba(5,108,184,0.08);
  border-color: rgba(5,108,184,0.15);
  transform: translateY(-4px);
}
.zp-grow-num {
  font-size: 52px;
  font-weight: 800;
  letter-spacing: -2px;
  background: #056cb8;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 8px;
}
.zp-grow-info {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color, #1a1a2e);
  margin-bottom: 4px;
}
.zp-grow-sub {
  display: block;
  font-size: 13px;
  color: #999;
}
.zp-grow-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: #eef4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--highlight-color, #056cb8);
  font-size: 22px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.zp-grow-item:hover .zp-grow-icon { transform: scale(1.08); }
.zp-grow-disc {
  text-align: center;
  font-size: 12px;
  color: #bbb;
  margin-top: 30px;
}

/* ===== IMAGE LIGHTBOX ===== */
.zp-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0,0,0,0.85);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  padding: 40px;
}
.zp-lightbox.active {
  opacity: 1;
  visibility: visible;
}
.zp-lb-close {
  position: absolute;
  top: 20px;
  right: 28px;
  background: none;
  border: none;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  line-height: 1;
  opacity: 0.7;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 1;
}
.zp-lb-close:hover { opacity: 1; transform: scale(1.15); }
.zp-lb-img {
  max-width: 90vw;
  max-height: 80vh;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.5);
  object-fit: contain;
  transform: scale(0.92);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.zp-lightbox.active .zp-lb-img { transform: scale(1); }
.zp-lb-caption {
  color: rgba(255,255,255,0.7);
  font-size: 14px;
  margin-top: 16px;
  text-align: center;
}

/* ===== MOBILE APPS ===== */
.zp-mobile {
  padding: 120px 40px;
  background: #0B1F4A;
  overflow: hidden;
}
.zp-mobile-cnt {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 80px;
}
.zp-mobile-info {
  flex: 1;
  min-width: 0;
}
.zp-mobile-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--brand-orange, #F77F00);
  background: rgba(247, 127, 0, 0.15);
  padding: 8px 20px;
  border-radius: 24px;
  margin-bottom: 18px;
}
.zp-mobile-hdr {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.15;
  color: #fff;
  margin-bottom: 18px;
}
.zp-mobile-hdr .zp-hdr-accent {
  color: #4db8ff;
}
.zp-mobile-pra {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  line-height: 1.75;
  margin-bottom: 36px;
}
.zp-mobile-features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-bottom: 36px;
}
.zp-mobile-col h3 {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.zp-mobile-col h3 i {
  color: var(--brand-orange, #F77F00);
  font-size: 18px;
}
.zp-mobile-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.zp-mobile-col li {
  font-size: 14px;
  color: rgba(255,255,255,0.75);
  display: flex;
  align-items: center;
  gap: 10px;
}
.zp-mobile-col li i {
  color: #2D9F4F;
  font-size: 12px;
  flex-shrink: 0;
}
.zp-mobile-stores {
  display: flex;
  gap: 14px;
}
.zp-store-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-radius: 12px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}
.zp-store-btn:hover {
  background: rgba(255,255,255,0.2);
  border-color: rgba(255,255,255,0.4);
  transform: translateY(-2px);
}
.zp-store-btn i { font-size: 20px; }

/* Phone mockups */
.zp-mobile-visual {
  flex-shrink: 0;
  display: flex;
  gap: 24px;
  position: relative;
}
.zp-mobile-phone {
  width: 220px;
  border-radius: 28px;
  background: #1a1a2e;
  padding: 8px;
  box-shadow: 0 30px 60px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.1);
}
.zp-mobile-phone-2 {
  margin-top: 40px;
}
.zp-phone-screen {
  background: #fff;
  border-radius: 22px;
  padding: 0;
  overflow: hidden;
}
.zp-phone-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 600;
  color: #1a1a2e;
  background: #f0f2f5;
}
.zp-phone-topbar i { font-size: 10px; margin-left: 4px; }
.zp-phone-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  background: #056cb8;
  color: #fff;
}
.zp-phone-header i { font-size: 28px; opacity: 0.9; }
.zp-phone-header strong { font-size: 14px; display: block; }
.zp-phone-header small { font-size: 11px; opacity: 0.8; }
.zp-phone-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 16px 12px;
}
.zp-phone-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 4px;
  border-radius: 12px;
  background: #f8f9fb;
  border: 1px solid #e5e7eb;
  transition: all 0.2s ease;
}
.zp-phone-tile i {
  font-size: 18px;
  color: var(--highlight-color, #056cb8);
}
.zp-phone-tile span {
  font-size: 10px;
  font-weight: 600;
  color: #1a1a2e;
  text-align: center;
}
.zp-phone-card {
  margin: 0 12px 14px;
  padding: 12px 14px;
  border-radius: 10px;
  background: #f8f9fb;
  border: 1px solid #e5e7eb;
}
.zp-phone-card small {
  font-size: 10px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  display: block;
  margin-bottom: 6px;
}
.zp-phone-card strong {
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.zp-phone-approval {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 11px;
  color: #555;
}
.zp-phone-approval:last-child { border-bottom: none; }
.zp-phone-approval strong { font-size: 11px; }

/* ===== 12. TOUR / CTA ===== */
.zp-tour {
  padding: 120px 40px;
  background: #f8f9fb;
  position: relative;
  overflow: hidden;
}
.zp-tour::before {
  content: '';
  position: absolute;
  bottom: -100px;
  right: -100px;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: transparent;
  pointer-events: none;
}
.zp-tour-cnt {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.zp-tour-hdr {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -2px;
  color: var(--primary-color, #1a1a2e);
  margin-bottom: 18px;
}
.zp-tour-sub {
  font-size: 17px;
  color: #666;
  line-height: 1.75;
  margin-bottom: 36px;
}
.zp-tour-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.zp-tour-watch {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary-color, #1a1a2e);
  text-decoration: none;
  cursor: pointer;
  transition: all 0.25s ease;
}
.zp-tour-watch i {
  font-size: 22px;
  color: var(--highlight-color, #056cb8);
  transition: transform 0.3s ease;
}
.zp-tour-watch:hover i { transform: scale(1.15); }
.zp-tour-watch:hover span { text-decoration: underline; }
.zp-tour-img {
  margin-top: 50px;
  width: 100%;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.1), 0 4px 12px rgba(0,0,0,0.04);
  border: 1px solid #e0e4ea;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.zp-tour-img:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 70px rgba(0,0,0,0.12), 0 6px 16px rgba(0,0,0,0.06);
}

/* ===== 13. FAQ ===== */
.zp-faq {
  padding: 120px 40px;
  background: #fff;
}
.zp-faq-cnt {
  max-width: 800px;
  margin: 0 auto;
}
.zp-faq-hdr {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -2px;
  text-align: center;
  color: var(--primary-color, #1a1a2e);
  margin-bottom: 60px;
}
.zp-faq-item {
  border-bottom: 1px solid #e5e7eb;
  transition: border-color 0.3s ease;
}
.zp-faq-item:hover { border-color: #ccc; }
.zp-faq-q {
  font-size: 17px;
  font-weight: 600;
  color: var(--primary-color, #1a1a2e);
  padding: 26px 44px 26px 0;
  cursor: pointer;
  position: relative;
  margin: 0;
  transition: color 0.3s ease;
}
.zp-faq-q:hover { color: var(--highlight-color, #056cb8); }
.zp-faq-q::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: 400;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f5f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #888;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}
.zp-faq-item:hover .zp-faq-q::after { background: #eef4ff; color: var(--highlight-color, #056cb8); }
.zp-faq-item.open .zp-faq-q::after {
  content: '\2212';
  background: var(--highlight-color, #056cb8);
  color: #fff;
  transform: translateY(-50%) rotate(180deg);
}
.zp-faq-a {
  font-size: 15px;
  color: #666;
  line-height: 1.75;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), padding 0.4s ease;
  padding: 0;
}
.zp-faq-item.open .zp-faq-a {
  max-height: 300px;
  padding: 0 0 26px 0;
}

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media only screen and (max-width: 1280px) {
  .zp-ban-hdr { font-size: 46px; }
  .zp-tabs-hdr, .zp-testi-hdr, .zp-modules-hdr, .zp-life-hdr,
  .zp-platform-hdr, .zp-grow-hdr, .zp-tour-hdr, .zp-faq-hdr { font-size: 34px; }
  .zp-pd-hdr { font-size: 30px; }
  .zp-ban-modules { gap: 10px; }
  .zp-ban-mod { padding: 10px 18px; font-size: 13px; }
}

@media only screen and (max-width: 1024px) {
  .zp-ban-hdr { font-size: 40px; }

  .zp-panel.active { grid-template-columns: 1fr 1.2fr; gap: 30px; }
  .zp-panel-title { font-size: 24px; }
  .zp-mod-sidebar { width: 220px; }
  .zp-mod-body { padding: 36px; }
  .zp-mpanel-hdr { font-size: 24px; }

  .zp-testi-cnt { grid-template-columns: repeat(2, 1fr); }

  .zp-comply-cnt { flex-direction: column; }
  .zp-comply-lft { max-width: none; }

  .zp-platform-grid { grid-template-columns: 1fr; max-width: 500px; margin: 0 auto; }

  .zp-pd-cnt { flex-direction: column; gap: 40px; }
  .zp-pd-visual { flex: none; max-width: 100%; }
  .zp-pd-features { grid-template-columns: 1fr; }

  .zp-grow-cnt { grid-template-columns: 1fr; max-width: 450px; margin: 0 auto; }

  .zp-mod-layout { flex-direction: column; }
  .zp-mod-sidebar {
    width: 100%; max-height: none; flex-direction: row; overflow-x: auto; overflow-y: hidden;
    border-right: none; border-bottom: 1px solid #e5e7eb; -webkit-overflow-scrolling: touch;
  }
  .zp-mod-body { max-height: none; }
  .zp-mtab { white-space: nowrap; padding: 12px 16px; font-size: 12px; border-left: none; border-bottom: 3px solid transparent; }
  .zp-mtab.active { border-left-color: transparent; border-bottom-color: var(--highlight-color, #056cb8); }

  .zp-mobile-cnt { flex-direction: column; gap: 50px; text-align: center; }
  .zp-mobile-features { text-align: left; }
  .zp-mobile-stores { justify-content: center; }
  .zp-mobile-visual { justify-content: center; }
  .zp-mobile-phone { width: 200px; }

  .zp-life-arrow { display: none; }
  .zp-life-flow { gap: 20px; justify-content: center; }
  .zp-life-step { flex: 0 0 130px; }
}

@media only screen and (max-width: 767px) {
  .zp-ban { padding: 70px 0 90px; }
  .zp-ban-hdr { font-size: 34px; letter-spacing: -1.5px; }
  .zp-ban-pra { font-size: 16px; }
  .zp-ban-meta { flex-direction: column; align-items: center; gap: 10px; }
  .zp-ban-mod { padding: 8px 14px; font-size: 12px; }
  .zp-ban-mod i { font-size: 14px; }
  .zp-ban-modules { gap: 8px; margin-top: 30px; }
  .zp-ban-img { margin-top: 35px; }

  .zp-stats-cnt { flex-direction: column; gap: 20px; padding: 30px 20px; }
  .zp-stat-div { width: 60px; height: 1px; }
  .zp-stat-num { font-size: 34px; }

  .zp-tabs, .zp-modules, .zp-lifecycle, .zp-testi,
  .zp-comply, .zp-platform, .zp-payroll-deep,
  .zp-grow, .zp-tour, .zp-faq { padding: 80px 24px; }

  .zp-tabs-hdr, .zp-testi-hdr, .zp-modules-hdr, .zp-life-hdr,
  .zp-platform-hdr, .zp-grow-hdr, .zp-tour-hdr, .zp-faq-hdr { font-size: 30px; letter-spacing: -1px; }

  .zp-comply-hdr { font-size: 28px; }
  .zp-pd-hdr { font-size: 28px; }

  .zp-tabs-nav { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .zp-tab { white-space: nowrap; padding: 14px 10px; font-size: 12px; }
  .zp-panel.active { grid-template-columns: 1fr; gap: 30px; }
  .zp-panel-title { font-size: 22px; }
  .zp-panel-tags { grid-template-columns: 1fr; }

  .zp-mod-body { padding: 28px 20px; }
  .zp-mpanel-hdr { font-size: 22px; margin-bottom: 18px; }
  .zp-mpanel-desc { font-size: 14px; }
  .zp-mpanel-tags li { font-size: 11px; padding: 6px 12px; }

  .zp-life-flow { flex-wrap: wrap; }
  .zp-life-step { flex: 0 0 100px; }
  .zp-life-icon { width: 56px; height: 56px; font-size: 20px; }
  .zp-life-step h3 { font-size: 14px; }

  .zp-testi-cnt { grid-template-columns: 1fr; max-width: 450px; margin: 0 auto; }

  .zp-comply-grid { grid-template-columns: 1fr; }
  .zp-comply-badges { flex-wrap: wrap; }
  .zp-intl-row { gap: 8px; }
  .zp-intl-tag { padding: 6px 12px; font-size: 12px; }

  .zp-mobile { padding: 80px 24px; }
  .zp-mobile-hdr { font-size: 30px; }
  .zp-mobile-features { grid-template-columns: 1fr; gap: 24px; }
  .zp-mobile-phone { width: 170px; }
  .zp-mobile-phone-2 { margin-top: 30px; }
  .zp-mobile-stores { flex-direction: column; align-items: center; }

  .zp-tour-img { margin-top: 30px; }
  .zp-tour-btns { flex-direction: column; }

  .zp-grow-num { font-size: 42px; }

  /* Orbital ring → compact on mobile */
  .zp-orbit { padding: 80px 24px; }
  .zp-orbit-hdr { font-size: 30px; }
  .zp-orbit-ring { width: 340px; height: 340px; }
  .zp-orbit-center { width: 70px; height: 70px; }
  .zp-orbit-center i { font-size: 20px; }
  .zp-orbit-center span { font-size: 9px; }
  .zp-orbit-track-1 { width: 180px; height: 180px; }
  .zp-orbit-track-2 { width: 290px; height: 290px; }
  .zp-orbit-node i { width: 38px; height: 38px; font-size: 14px; }
  .zp-orbit-node span { font-size: 9px; }

  /* Versus */
  .zp-versus { padding: 80px 24px; }
  .zp-versus-hdr { font-size: 28px; }
  .zp-versus-grid { grid-template-columns: 1fr; }
  .zp-vs-card li { font-size: 14px; }
}

@media only screen and (max-width: 480px) {
  .zp-ban-hdr { font-size: 28px; }
  .zp-tabs-hdr, .zp-testi-hdr, .zp-modules-hdr, .zp-life-hdr,
  .zp-platform-hdr, .zp-grow-hdr, .zp-tour-hdr, .zp-faq-hdr { font-size: 26px; }
  .zp-comply-hdr, .zp-pd-hdr { font-size: 24px; }
  .zp-faq-q { font-size: 15px; }

  .zp-trust-cnt { gap: 20px; }
  .zp-trust-item { font-size: 12px; }

  .zp-mod-grid { grid-template-columns: 1fr; }

  .zp-life-step { flex: 0 0 90px; }

  .zp-grow-num { font-size: 36px; }
  .zp-grow-item { padding: 30px 24px; }
}
