  .px { font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif; background: #FFFFFF; color: #0F172A; border-radius: 16px; overflow: hidden; letter-spacing: -0.022em; font-feature-settings: 'cv11','ss01','ss03'; }
  .px * { box-sizing: border-box; }
  .px-grad { background: linear-gradient(105deg, #6366F1 0%, #8B5CF6 50%, #EC4899 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
  .px-indigo { color: #4F46E5; }
  .px-mute { color: #64748B; }
  .px svg.ic { width: 100%; height: 100%; stroke-width: 1.5; }

  /* === SINGLE NAV (no P mark) === */
  .px-nav { display: flex; align-items: center; justify-content: space-between; height: 64px; padding: 0 32px; background: rgba(255,255,255,0.85); backdrop-filter: saturate(180%) blur(20px); border-bottom: 0.5px solid rgba(15,23,42,0.08); position: sticky; top: 0; z-index: 100; }
  .px-logo { font-size: 19px; font-weight: 700; letter-spacing: -0.025em; color: #0F172A; cursor: pointer; }
  .px-logo .dot { color: #94A3B8; font-weight: 600; }
  .px-logo .ai { background: linear-gradient(105deg, #6366F1 0%, #8B5CF6 50%, #EC4899 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; font-weight: 700; }
  .px-nav-links { display: flex; gap: 32px; font-size: 14px; color: #0F172A; font-weight: 500; }
  .px-nav-links span { cursor: pointer; opacity: 0.78; transition: opacity 0.2s; }
  .px-nav-links span:hover { opacity: 1; color: #4F46E5; }
  .px-nav-cta { display: flex; align-items: center; gap: 14px; font-size: 14px; }
  .px-nav-cta .signin { color: #0F172A; opacity: 0.78; cursor: pointer; font-weight: 500; }
  .px-nav-cta .signin:hover { opacity: 1; }
  .px-nav-buy { background: #0F172A; color: white; padding: 9px 18px; border-radius: 999px; font-weight: 500; cursor: pointer; font-size: 13px; transition: all 0.2s; border: none; }
  .px-nav-buy:hover { background: #1E293B; transform: translateY(-1px); }
  .px-hamburger { display: none; width: 36px; height: 36px; border-radius: 8px; border: 1px solid rgba(15,23,42,0.12); background: white; cursor: pointer; align-items: center; justify-content: center; padding: 8px; color: #0F172A; }
  .px-mobile-menu { display: none; position: absolute; top: 64px; left: 0; right: 0; background: white; border-bottom: 0.5px solid rgba(15,23,42,0.08); padding: 16px 24px; box-shadow: 0 8px 32px rgba(15,23,42,0.08); z-index: 99; }
  .px-mobile-menu.open { display: flex; flex-direction: column; gap: 4px; }
  .px-mobile-menu span { padding: 12px 0; font-size: 16px; font-weight: 500; color: #0F172A; border-bottom: 0.5px solid rgba(15,23,42,0.06); cursor: pointer; }
  .px-mobile-menu span:last-child { border-bottom: none; }

  /* === HERO === */
  .px-hero { text-align: center; padding: 88px 24px 0; background: #FFFFFF; position: relative; overflow: hidden; }
  .px-hero::before { content: ''; position: absolute; top: -200px; left: 50%; transform: translateX(-50%); width: 1000px; height: 500px; background: radial-gradient(ellipse at center, rgba(139,92,246,0.12) 0%, rgba(99,102,241,0.06) 30%, transparent 70%); pointer-events: none; z-index: 0; }
  .px-hero-inner { position: relative; z-index: 2; }
  .px-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 500; color: #4F46E5; margin-bottom: 22px; padding: 6px 14px; border: 1px solid rgba(79,70,229,0.2); background: rgba(99,102,241,0.06); border-radius: 999px; }
  .px-eyebrow-dot { width: 6px; height: 6px; border-radius: 50%; background: #4F46E5; box-shadow: 0 0 8px rgba(79,70,229,0.5); }
  .px-h1 { font-size: 84px; font-weight: 700; line-height: 1.02; letter-spacing: -0.06em; margin: 0 0 24px; max-width: 920px; margin-left: auto; margin-right: auto; }
  .px-hero-sub { font-size: 22px; line-height: 1.34; color: #334155; font-weight: 400; letter-spacing: -0.015em; max-width: 620px; margin: 0 auto 36px; }
  .px-cta-row { display: flex; gap: 14px; justify-content: center; align-items: center; margin-bottom: 14px; flex-wrap: wrap; }
  .px-cta-primary { background: #4F46E5; color: white; padding: 14px 28px; border-radius: 999px; font-size: 15px; font-weight: 500; cursor: pointer; transition: all 0.2s; display: inline-flex; align-items: center; gap: 8px; border: none; box-shadow: 0 4px 14px rgba(79,70,229,0.3); font-family: inherit; }
  .px-cta-primary:hover { background: #4338CA; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(79,70,229,0.35); }
  .px-cta-secondary { background: white; color: #0F172A; padding: 14px 28px; border-radius: 999px; font-size: 15px; font-weight: 500; cursor: pointer; border: 1px solid rgba(15,23,42,0.12); transition: all 0.2s; display: inline-flex; align-items: center; gap: 10px; font-family: inherit; }
  .px-cta-secondary:hover { background: #F8FAFC; transform: translateY(-1px); border-color: rgba(15,23,42,0.18); }
  .px-play-icon { width: 22px; height: 22px; border-radius: 50%; background: #4F46E5; color: white; display: inline-flex; align-items: center; justify-content: center; }
  .px-cta-microcopy { font-size: 13px; color: #64748B; margin-bottom: 64px; }
  .px-cta-microcopy strong { color: #0F172A; font-weight: 500; }
  .px-cta-microcopy .sep { color: #CBD5E1; margin: 0 8px; }

  /* === HERO PRODUCT === */
  .px-hero-product { position: relative; max-width: 1080px; margin: 0 auto; padding: 0 24px 100px; }
  .px-device { background: linear-gradient(180deg, #ffffff 0%, #F8FAFC 100%); border-radius: 28px; padding: 32px 28px; box-shadow: 0 0 0 0.5px rgba(15,23,42,0.08), 0 4px 12px rgba(15,23,42,0.04), 0 24px 60px rgba(15,23,42,0.08), 0 80px 140px rgba(139,92,246,0.12); position: relative; overflow: hidden; }
  .px-device-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 16px; }
  .px-tile { background: white; border-radius: 18px; padding: 22px 20px; box-shadow: 0 0 0 0.5px rgba(15,23,42,0.06), 0 1px 2px rgba(15,23,42,0.04), 0 8px 24px rgba(15,23,42,0.05); min-height: 290px; display: flex; flex-direction: column; transition: transform 0.5s cubic-bezier(0.32, 0.72, 0, 1); }
  .px-tile:hover { transform: translateY(-6px); }
  .px-tile-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; color: #4F46E5; margin-bottom: 8px; }
  .px-tile-title { font-size: 18px; font-weight: 600; letter-spacing: -0.022em; margin-bottom: 14px; }
  .px-tile-body { flex: 1; display: flex; flex-direction: column; gap: 8px; }
  .px-chat-msg { padding: 9px 12px; border-radius: 14px; font-size: 12.5px; line-height: 1.42; max-width: 82%; }
  .px-chat-msg.bot { background: #F1F5F9; color: #0F172A; border-bottom-left-radius: 4px; align-self: flex-start; }
  .px-chat-msg.user { background: #4F46E5; color: white; border-bottom-right-radius: 4px; align-self: flex-end; }
  .px-chat-status { display: flex; align-items: center; gap: 5px; margin-top: auto; padding-top: 8px; font-size: 11px; color: #4F46E5; font-weight: 500; }
  .px-chat-status .dot { width: 6px; height: 6px; border-radius: 50%; background: #6366F1; box-shadow: 0 0 6px #6366F1; }
  .px-stat-mini { font-size: 44px; font-weight: 700; color: white; letter-spacing: -0.04em; line-height: 1; }
  .px-stat-mini .u { font-size: 22px; color: #C4B5FD; font-weight: 600; }
  .px-stat-mini-l { font-size: 12px; color: rgba(255,255,255,0.7); margin-top: 4px; }
  .px-channels-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; margin-top: 6px; }
  .px-channel { display: flex; align-items: center; gap: 8px; padding: 9px 11px; background: #F1F5F9; border-radius: 10px; font-size: 11.5px; font-weight: 500; }
  .px-channel-dot { width: 8px; height: 8px; border-radius: 50%; flex-shrink: 0; }

  /* === TRUST STRIP === */
  .px-trust { background: #FAFAFA; padding: 44px 24px; text-align: center; border-top: 0.5px solid rgba(15,23,42,0.06); border-bottom: 0.5px solid rgba(15,23,42,0.06); }
  .px-trust-label { font-size: 12px; font-weight: 600; color: #64748B; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 28px; }
  .px-trust-row { display: flex; justify-content: center; align-items: center; gap: 56px; flex-wrap: wrap; }
  .px-trust-item { display: flex; align-items: center; gap: 10px; color: #64748B; transition: color 0.2s; cursor: default; }
  .px-trust-item:hover { color: #0F172A; }
  .px-trust-ico { width: 22px; height: 22px; color: #94A3B8; transition: color 0.2s; }
  .px-trust-item:hover .px-trust-ico { color: #4F46E5; }
  .px-trust-name { font-weight: 600; font-size: 15px; letter-spacing: -0.015em; }

  /* === BIG STAT === */
  .px-bigstat { text-align: center; padding: 110px 24px 100px; background: #FFFFFF; }
  .px-eyebrow-text { font-size: 12px; font-weight: 600; color: #4F46E5; margin-bottom: 18px; letter-spacing: 0.08em; text-transform: uppercase; }
  .px-bigstat-h { font-size: 64px; font-weight: 700; letter-spacing: -0.045em; line-height: 1.04; max-width: 820px; margin: 0 auto 22px; }
  .px-bigstat-sub { font-size: 19px; line-height: 1.45; max-width: 580px; margin: 0 auto 56px; color: #475569; }
  .px-bigstat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; max-width: 920px; margin: 0 auto; padding-top: 44px; border-top: 0.5px solid rgba(15,23,42,0.1); }
  .px-bigstat-cell { text-align: center; border-right: 0.5px solid rgba(15,23,42,0.1); padding: 0 20px; }
  .px-bigstat-cell:last-child { border-right: none; }
  .px-bigstat-num { font-size: 60px; font-weight: 700; letter-spacing: -0.05em; line-height: 1; margin-bottom: 8px; }
  .px-bigstat-num .acc { color: #4F46E5; }
  .px-bigstat-cap { font-size: 13px; color: #64748B; font-weight: 500; }
  .px-bigstat-foot { margin-top: 40px; font-size: 12px; color: #94A3B8; }

  /* === HOW IT WORKS === */
  .px-how { background: #FAFAFA; padding: 110px 24px; text-align: center; }
  .px-how-h { font-size: 56px; font-weight: 700; letter-spacing: -0.04em; line-height: 1.05; max-width: 760px; margin: 0 auto 22px; }
  .px-how-sub { font-size: 19px; line-height: 1.45; max-width: 560px; margin: 0 auto 64px; color: #475569; }
  .px-how-grid { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr; gap: 16px; max-width: 1080px; margin: 0 auto; align-items: stretch; }
  .px-how-step { background: white; border-radius: 22px; padding: 36px 28px; text-align: left; transition: all 0.3s; border: 0.5px solid rgba(15,23,42,0.06); }
  .px-how-step:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15,23,42,0.08); }
  .px-how-num { font-size: 11px; font-weight: 600; color: #4F46E5; letter-spacing: 0.08em; margin-bottom: 18px; text-transform: uppercase; }
  .px-how-icon { width: 48px; height: 48px; border-radius: 12px; background: linear-gradient(135deg, #EEF2FF 0%, #E0E7FF 100%); display: flex; align-items: center; justify-content: center; margin-bottom: 22px; color: #4F46E5; padding: 12px; }
  .px-how-h3 { font-size: 22px; font-weight: 600; letter-spacing: -0.025em; margin: 0 0 8px; }
  .px-how-p { font-size: 14.5px; line-height: 1.55; color: #475569; margin: 0; }
  .px-how-arrow { color: #CBD5E1; align-self: center; display: flex; }

  /* === FEATURE CARDS === */
  .px-feat { padding: 14px 14px; background: #FFFFFF; }
  .px-feat-card { border-radius: 32px; overflow: hidden; position: relative; min-height: 620px; display: flex; flex-direction: column; justify-content: space-between; }
  .px-feat-card.dark { background: linear-gradient(160deg, #1E1B4B 0%, #0F0A2E 70%, #050313 100%); color: white; }
  .px-feat-card.dark::before { content: ''; position: absolute; top: -100px; right: -100px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(236,72,153,0.15) 0%, transparent 60%); pointer-events: none; }
  .px-feat-card.dark::after { content: ''; position: absolute; bottom: -100px; left: -100px; width: 600px; height: 600px; background: radial-gradient(circle, rgba(99,102,241,0.18) 0%, transparent 60%); pointer-events: none; }
  .px-feat-top { padding: 72px 56px 0; text-align: center; position: relative; z-index: 2; }
  .px-feat-eyebrow { font-size: 12px; font-weight: 600; margin-bottom: 16px; letter-spacing: 0.08em; text-transform: uppercase; }
  .px-feat-card.dark .px-feat-eyebrow { color: #C4B5FD; }
  .px-feat-h { font-size: 56px; font-weight: 700; letter-spacing: -0.04em; line-height: 1.05; margin: 0 auto 18px; max-width: 780px; }
  .px-feat-sub { font-size: 19px; line-height: 1.45; max-width: 600px; margin: 0 auto 16px; opacity: 0.82; }
  .px-feat-link { display: inline-flex; align-items: center; gap: 6px; color: #C4B5FD; font-size: 15px; font-weight: 500; margin-top: 10px; cursor: pointer; }
  .px-feat-visual { padding: 52px 56px 0; flex: 1; display: flex; align-items: flex-end; justify-content: center; position: relative; z-index: 2; }

  .px-inbox-frame { background: rgba(255,255,255,0.04); border: 0.5px solid rgba(255,255,255,0.1); border-radius: 18px 18px 0 0; width: 100%; max-width: 760px; backdrop-filter: blur(20px); overflow: hidden; }
  .px-inbox-bar { display: flex; align-items: center; gap: 8px; padding: 11px 14px; border-bottom: 0.5px solid rgba(255,255,255,0.08); font-size: 11.5px; color: rgba(255,255,255,0.6); }
  .px-dots { display: flex; gap: 5px; }
  .px-dots span { width: 9px; height: 9px; border-radius: 50%; background: rgba(255,255,255,0.15); }
  .px-inbox-grid { display: grid; grid-template-columns: 220px 1fr; min-height: 280px; }
  .px-inbox-list { border-right: 0.5px solid rgba(255,255,255,0.08); padding: 6px; }
  .px-inbox-item { padding: 11px 12px; border-radius: 8px; font-size: 12px; cursor: pointer; }
  .px-inbox-item.on { background: rgba(139,92,246,0.18); }
  .px-inbox-name { font-weight: 600; margin-bottom: 3px; color: white; }
  .px-inbox-snip { font-size: 10.5px; color: rgba(255,255,255,0.55); }
  .px-inbox-meta { display: flex; align-items: center; gap: 6px; margin-top: 5px; font-size: 9.5px; color: rgba(255,255,255,0.5); }
  .px-pill { padding: 1px 6px; border-radius: 4px; background: rgba(255,255,255,0.08); font-size: 9.5px; font-weight: 600; letter-spacing: 0.02em; }
  .px-pill.wa { background: rgba(37,211,102,0.18); color: #5EEAD4; }
  .px-pill.ig { background: rgba(236,72,153,0.2); color: #F9A8D4; }
  .px-inbox-thread { padding: 18px; }
  .px-thread-head { padding-bottom: 12px; border-bottom: 0.5px solid rgba(255,255,255,0.08); margin-bottom: 14px; display: flex; justify-content: space-between; align-items: flex-start; gap: 10px; }
  .px-thread-name { font-size: 13px; font-weight: 600; color: white; }
  .px-thread-meta { font-size: 11px; color: rgba(255,255,255,0.55); margin-top: 3px; }
  .px-thread-msg { padding: 10px 12px; border-radius: 12px; font-size: 12px; background: rgba(255,255,255,0.06); max-width: 84%; margin-bottom: 9px; line-height: 1.45; color: white; }
  .px-thread-copilot { padding: 12px 14px; border-radius: 12px; background: linear-gradient(135deg, rgba(139,92,246,0.15) 0%, rgba(236,72,153,0.1) 100%); border: 0.5px solid rgba(139,92,246,0.3); margin-top: 12px; }
  .px-copilot-label { font-size: 9.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: #C4B5FD; margin-bottom: 6px; display: flex; align-items: center; gap: 6px; }
  .px-copilot-text { font-size: 12px; line-height: 1.45; color: white; }

  /* === DUAL GRID === */
  .px-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; padding: 0 14px 14px; background: #FFFFFF; }
  .px-grid-card { border-radius: 28px; padding: 56px 48px 48px; min-height: 480px; position: relative; overflow: hidden; display: flex; flex-direction: column; transition: transform 0.4s cubic-bezier(0.32,0.72,0,1); }
  .px-grid-card:hover { transform: translateY(-4px); }
  .px-grid-card.lav { background: linear-gradient(160deg, #EEF2FF 0%, #C7D2FE 100%); }
  .px-grid-card.pink { background: linear-gradient(160deg, #FDF2F8 0%, #FBCFE8 100%); }
  .px-grid-card.peach { background: linear-gradient(160deg, #FFF7ED 0%, #FED7AA 100%); }
  .px-grid-card.sky { background: linear-gradient(160deg, #EFF6FF 0%, #BFDBFE 100%); }
  .px-grid-eyebrow { display: inline-flex; align-items: center; gap: 7px; font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 16px; }
  .px-grid-card.lav .px-grid-eyebrow { color: #4F46E5; }
  .px-grid-card.pink .px-grid-eyebrow { color: #BE185D; }
  .px-grid-card.peach .px-grid-eyebrow { color: #C2410C; }
  .px-grid-card.sky .px-grid-eyebrow { color: #1D4ED8; }
  .px-grid-icon { width: 18px; height: 18px; }
  .px-grid-h { font-size: 40px; font-weight: 700; letter-spacing: -0.038em; line-height: 1.05; margin: 0 0 14px; max-width: 360px; }
  .px-grid-sub { font-size: 16px; line-height: 1.45; max-width: 400px; opacity: 0.78; margin-bottom: 28px; }
  .px-grid-visual { margin-top: auto; width: 100%; }

  .px-lead-flow { display: flex; align-items: center; gap: 6px; background: white; border-radius: 14px; padding: 12px 14px; box-shadow: 0 4px 20px rgba(15,23,42,0.06); }
  .px-lead-node { flex: 1; text-align: center; font-size: 11.5px; font-weight: 600; padding: 9px 4px; background: #F1F5F9; border-radius: 8px; }
  .px-lead-node.hot { background: linear-gradient(135deg, #FBCFE8 0%, #F9A8D4 100%); color: #BE185D; }
  .px-lead-arrow { color: #CBD5E1; display: flex; align-items: center; }

  .px-camp-stack { background: white; border-radius: 14px; padding: 6px; box-shadow: 0 4px 20px rgba(15,23,42,0.06); }
  .px-camp-row { display: flex; align-items: center; gap: 10px; padding: 9px 12px; font-size: 11.5px; border-bottom: 0.5px solid rgba(15,23,42,0.05); }
  .px-camp-row:last-child { border-bottom: none; }
  .px-camp-row .step { color: #4F46E5; font-weight: 700; font-size: 10.5px; letter-spacing: 0.02em; }
  .px-camp-row .what { flex: 1; color: #0F172A; font-weight: 500; }
  .px-camp-row .when { color: #64748B; font-size: 10.5px; }

  .px-lang-stack { display: grid; grid-template-columns: repeat(4, 1fr); gap: 6px; }
  .px-lang-pill { background: white; border-radius: 10px; padding: 0 8px; height: 44px; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 13px; font-weight: 500; line-height: 1; box-shadow: 0 2px 10px rgba(15,23,42,0.06); }
  .px-lang-pill.dev { font-family: 'Noto Sans Devanagari', 'Inter', sans-serif; font-size: 14px; }
  .px-lang-pill.ar { font-family: 'Noto Sans Arabic', 'Inter', sans-serif; font-size: 14px; direction: rtl; }
  .px-lang-pill.cn { font-family: 'Noto Sans SC', 'Inter', sans-serif; font-size: 14px; }
  .px-lang-pill.jp { font-family: 'Noto Sans JP', 'Inter', sans-serif; font-size: 14px; }
  .px-lang-pill.ta { font-family: 'Noto Sans Tamil', 'Inter', sans-serif; font-size: 14px; }

  .px-int-cloud { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .px-int-chip { background: white; border-radius: 12px; padding: 12px 10px; display: flex; align-items: center; gap: 9px; box-shadow: 0 2px 10px rgba(15,23,42,0.06); transition: all 0.2s; cursor: default; }
  .px-int-chip:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(15,23,42,0.1); }
  .px-int-logo { width: 22px; height: 22px; border-radius: 5px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; overflow: hidden; }
  .px-int-name { font-size: 13px; font-weight: 600; color: #0F172A; letter-spacing: -0.015em; }

  /* === CHATBOT FEATURE === */
  .px-feat-card.light { background: linear-gradient(165deg, #F8FAFC 0%, #E2E8F0 100%); color: #0F172A; }
  .px-feat-card.light .px-feat-eyebrow { color: #4F46E5; }
  .px-feat-card.light .px-feat-sub { color: #475569; opacity: 1; }
  .px-feat-card.light .px-feat-link { color: #4F46E5; }
  .px-cap-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 48px 56px 56px; }
  .px-cap { background: white; border-radius: 18px; padding: 28px 24px; transition: all 0.3s; }
  .px-cap:hover { transform: translateY(-3px); box-shadow: 0 12px 32px rgba(15,23,42,0.08); }
  .px-cap-ico { width: 44px; height: 44px; border-radius: 11px; background: linear-gradient(135deg, #EEF2FF 0%, #E0E7FF 100%); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; color: #4F46E5; padding: 10px; }
  .px-cap-h { font-size: 17px; font-weight: 600; letter-spacing: -0.018em; margin: 0 0 6px; }
  .px-cap-p { font-size: 13.5px; line-height: 1.5; color: #64748B; margin: 0; }

  /* === INDUSTRIES === */
  .px-ind { background: #FFFFFF; padding: 110px 24px; }
  .px-ind-head { text-align: center; max-width: 800px; margin: 0 auto 64px; }
  .px-ind-h { font-size: 52px; font-weight: 700; letter-spacing: -0.04em; line-height: 1.05; margin: 0 auto 22px; }
  .px-ind-sub { font-size: 19px; line-height: 1.45; color: #475569; }
  .px-ind-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1200px; margin: 0 auto; }
  .px-ind-card { background: white; border-radius: 20px; padding: 32px 28px; border: 0.5px solid rgba(15,23,42,0.08); transition: all 0.3s; cursor: pointer; }
  .px-ind-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(15,23,42,0.08); border-color: rgba(79,70,229,0.2); }
  .px-ind-ico { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; padding: 12px; }
  .px-ind-ico.c1 { background: linear-gradient(135deg, #FEF3C7 0%, #FDE68A 100%); color: #B45309; }
  .px-ind-ico.c2 { background: linear-gradient(135deg, #FCE7F3 0%, #FBCFE8 100%); color: #BE185D; }
  .px-ind-ico.c3 { background: linear-gradient(135deg, #DBEAFE 0%, #BFDBFE 100%); color: #1D4ED8; }
  .px-ind-ico.c4 { background: linear-gradient(135deg, #D1FAE5 0%, #A7F3D0 100%); color: #047857; }
  .px-ind-ico.c5 { background: linear-gradient(135deg, #E0E7FF 0%, #C7D2FE 100%); color: #4F46E5; }
  .px-ind-ico.c6 { background: linear-gradient(135deg, #FED7AA 0%, #FDBA74 100%); color: #C2410C; }
  .px-ind-name { font-size: 20px; font-weight: 600; letter-spacing: -0.025em; margin: 0 0 8px; }
  .px-ind-uses { font-size: 14px; line-height: 1.55; color: #475569; margin: 0; }

  /* === WHY PROXENTA === */
  .px-why { background: #FAFAFA; padding: 110px 24px; }
  .px-why-head { text-align: center; max-width: 800px; margin: 0 auto 64px; }
  .px-why-h { font-size: 52px; font-weight: 700; letter-spacing: -0.04em; line-height: 1.05; margin: 0 auto 22px; }
  .px-why-sub { font-size: 19px; line-height: 1.45; color: #475569; }
  .px-why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1200px; margin: 0 auto; }
  .px-why-card { background: white; border-radius: 20px; padding: 32px 28px; transition: all 0.3s; border: 0.5px solid rgba(15,23,42,0.06); }
  .px-why-card:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(15,23,42,0.08); }
  .px-why-ico { width: 44px; height: 44px; border-radius: 11px; background: linear-gradient(135deg, #EEF2FF 0%, #E0E7FF 100%); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; color: #4F46E5; padding: 11px; }
  .px-why-name { font-size: 19px; font-weight: 600; letter-spacing: -0.022em; margin: 0 0 8px; }
  .px-why-p { font-size: 14px; line-height: 1.55; color: #475569; margin: 0; }

  /* === SECURITY === */
  .px-sec { background: #FFFFFF; padding: 110px 24px; text-align: center; }
  .px-sec-h { font-size: 52px; font-weight: 700; letter-spacing: -0.04em; line-height: 1.05; max-width: 760px; margin: 0 auto 22px; }
  .px-sec-sub { font-size: 19px; line-height: 1.45; max-width: 580px; margin: 0 auto 56px; color: #475569; }
  .px-sec-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; max-width: 1100px; margin: 0 auto; }
  .px-sec-card { background: #FAFAFA; border-radius: 18px; padding: 36px 24px; text-align: center; transition: all 0.3s; border: 0.5px solid rgba(15,23,42,0.06); }
  .px-sec-card:hover { transform: translateY(-4px); box-shadow: 0 16px 40px rgba(15,23,42,0.08); border-color: rgba(79,70,229,0.2); }
  .px-sec-ico { width: 56px; height: 56px; border-radius: 14px; background: linear-gradient(135deg, #EEF2FF 0%, #E0E7FF 100%); display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; padding: 14px; color: #4F46E5; }
  .px-sec-name { font-size: 17px; font-weight: 700; letter-spacing: -0.018em; margin-bottom: 5px; }
  .px-sec-tag { font-size: 12.5px; color: #64748B; }

  /* === COMPARE === */
  .px-compare { padding: 110px 24px; background: #FAFAFA; text-align: center; }
  .px-compare-h { font-size: 56px; font-weight: 700; letter-spacing: -0.04em; line-height: 1.05; max-width: 800px; margin: 0 auto 22px; }
  .px-compare-sub { font-size: 19px; max-width: 580px; margin: 0 auto 64px; color: #475569; }
  .px-compare-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; max-width: 1100px; margin: 0 auto; }
  .px-compare-col { background: white; border-radius: 22px; padding: 40px 28px; text-align: left; border: 0.5px solid rgba(15,23,42,0.08); position: relative; }
  .px-compare-col.featured { background: linear-gradient(165deg, #1E1B4B 0%, #0F0A2E 100%); color: white; box-shadow: 0 24px 60px rgba(79,70,229,0.25); border: none; transform: scale(1.03); z-index: 2; }
  .px-compare-best { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: linear-gradient(105deg, #6366F1 0%, #8B5CF6 50%, #EC4899 100%); color: white; font-size: 11px; font-weight: 700; padding: 7px 14px; border-radius: 999px; letter-spacing: 0.06em; text-transform: uppercase; box-shadow: 0 4px 14px rgba(139,92,246,0.3); white-space: nowrap; }
  .px-compare-label { font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.06em; margin-bottom: 6px; }
  .px-compare-col .px-compare-label { color: #94A3B8; }
  .px-compare-col.featured .px-compare-label { color: #C4B5FD; }
  .px-compare-name { font-size: 26px; font-weight: 700; letter-spacing: -0.028em; margin-bottom: 10px; }
  .px-compare-tagline { font-size: 14px; opacity: 0.7; line-height: 1.45; margin-bottom: 26px; }
  .px-compare-col.featured .px-compare-tagline { opacity: 0.8; }
  .px-compare-feat { display: flex; gap: 10px; align-items: flex-start; padding: 12px 0; border-top: 0.5px solid rgba(15,23,42,0.08); font-size: 13.5px; line-height: 1.45; }
  .px-compare-col.featured .px-compare-feat { border-top: 0.5px solid rgba(255,255,255,0.1); }
  .px-compare-feat .ico { width: 16px; height: 16px; flex-shrink: 0; margin-top: 1px; }
  .px-compare-col .px-compare-feat .ico { color: #CBD5E1; }
  .px-compare-col.featured .px-compare-feat .ico { color: #6366F1; }

  /* === FAQ (FIXED ICON SIZE) === */
  .px-faq-wrap { background: #FFFFFF; padding: 110px 24px; }
  .px-faq-h { font-size: 52px; font-weight: 700; letter-spacing: -0.04em; line-height: 1.05; text-align: center; max-width: 760px; margin: 0 auto 64px; }
  .px-faq-list { max-width: 820px; margin: 0 auto; }
  .px-faq-item { border-bottom: 0.5px solid rgba(15,23,42,0.1); }
  .px-faq-item:first-child { border-top: 0.5px solid rgba(15,23,42,0.1); }
  .px-faq-q { display: flex; justify-content: space-between; align-items: center; padding: 24px 0; font-size: 19px; font-weight: 500; letter-spacing: -0.022em; cursor: pointer; gap: 24px; }
  .px-faq-q svg { width: 24px !important; height: 24px !important; flex-shrink: 0; color: #4F46E5; transition: transform 0.3s; }
  .px-faq-item.open .px-faq-q svg { transform: rotate(45deg); }
  .px-faq-a { font-size: 16px; color: #475569; line-height: 1.6; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, padding 0.4s ease; padding: 0 0; }
  .px-faq-item.open .px-faq-a { max-height: 320px; padding: 0 0 28px; }

  /* === FINAL CTA === */
  .px-final { padding: 130px 24px; text-align: center; background: linear-gradient(180deg, #FAFAFA 0%, #EEF2FF 100%); position: relative; overflow: hidden; }
  .px-final::before { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 800px; height: 400px; background: radial-gradient(ellipse, rgba(139,92,246,0.12) 0%, transparent 60%); pointer-events: none; }
  .px-final-inner { position: relative; z-index: 2; }
  .px-final-h { font-size: 76px; font-weight: 700; letter-spacing: -0.05em; line-height: 1; margin: 0 0 22px; max-width: 880px; margin-left: auto; margin-right: auto; }
  .px-final-sub { font-size: 21px; max-width: 560px; margin: 0 auto 40px; line-height: 1.4; color: #334155; }
  .px-final-row { display: flex; gap: 14px; justify-content: center; align-items: center; flex-wrap: wrap; }
  .px-final-microcopy { margin-top: 20px; font-size: 13px; color: #64748B; }
  .px-final-microcopy strong { color: #0F172A; font-weight: 500; }
  .px-final-microcopy .sep { color: #CBD5E1; margin: 0 8px; }

  /* === FOOTER === */
  .px-footer { background: #0F172A; color: #94A3B8; padding: 64px 24px 28px; font-size: 12px; }
  .px-foot-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr; gap: 36px; max-width: 1200px; margin: 0 auto; padding-bottom: 36px; border-bottom: 0.5px solid rgba(255,255,255,0.1); }
  .px-foot-col h5 { font-size: 12px; font-weight: 600; color: white; margin: 0 0 16px; letter-spacing: 0.04em; text-transform: uppercase; }
  .px-foot-col span { display: block; font-size: 13px; color: #94A3B8; margin-bottom: 10px; cursor: pointer; transition: color 0.2s; }
  .px-foot-col span:hover { color: white; }
  .px-foot-brand { font-size: 19px; font-weight: 700; letter-spacing: -0.025em; color: white; margin-bottom: 16px; display: block; }
  .px-foot-brand .ai { background: linear-gradient(105deg, #6366F1 0%, #8B5CF6 50%, #EC4899 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; }
  .px-foot-tag { font-size: 13px; color: #94A3B8; line-height: 1.55; max-width: 300px; }
  .px-foot-bottom { max-width: 1200px; margin: 0 auto; padding-top: 24px; display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #64748B; flex-wrap: wrap; gap: 8px; }
  .px-foot-bottom-right { display: flex; gap: 18px; align-items: center; }
  .px-foot-sep { color: #475569; }

  /* === RESPONSIVE: TABLET === */
  @media (max-width: 1024px) {
    .px-nav { padding: 0 24px; }
    .px-nav-links { gap: 22px; font-size: 13px; }
    .px-h1 { font-size: 64px; }
    .px-hero-sub { font-size: 19px; max-width: 540px; }
    .px-device-grid { grid-template-columns: 1fr 1fr; }
    .px-tile:nth-child(3) { grid-column: 1 / -1; min-height: 0; }
    .px-bigstat-h { font-size: 48px; }
    .px-bigstat-num { font-size: 48px; }
    .px-how-h { font-size: 44px; }
    .px-how-grid { grid-template-columns: 1fr; gap: 16px; }
    .px-how-arrow { display: none; }
    .px-feat-h { font-size: 40px; }
    .px-feat-sub { font-size: 17px; }
    .px-feat-top { padding: 56px 32px 0; }
    .px-feat-visual { padding: 40px 32px 0; }
    .px-cap-grid { grid-template-columns: 1fr 1fr; padding: 36px 32px 40px; }
    .px-grid-2 { grid-template-columns: 1fr; }
    .px-grid-h { font-size: 36px; }
    .px-ind-h, .px-why-h, .px-sec-h, .px-compare-h, .px-faq-h { font-size: 40px; }
    .px-ind-grid, .px-why-grid { grid-template-columns: 1fr 1fr; }
    .px-sec-grid { grid-template-columns: 1fr 1fr; }
    .px-compare-grid { grid-template-columns: 1fr; gap: 32px; }
    .px-compare-col.featured { transform: none; order: -1; }
    .px-final-h { font-size: 56px; }
    .px-foot-top { grid-template-columns: 1fr 1fr 1fr; }
    .px-foot-col:first-child { grid-column: 1 / -1; max-width: 480px; }
  }

  /* === RESPONSIVE: MOBILE === */
  @media (max-width: 768px) {
    /* Nav */
    .px-nav { padding: 0 20px; height: 56px; }
    .px-logo { font-size: 17px; }
    .px-nav-links { display: none; }
    .px-nav-cta .signin { display: none; }
    .px-hamburger { display: flex; }
    .px-mobile-menu { top: 56px; }
    .px-nav-buy { padding: 8px 14px; font-size: 12px; }

    /* Hero */
    .px-hero { padding: 56px 20px 0; }
    .px-eyebrow { font-size: 12px; padding: 5px 12px; margin-bottom: 20px; }
    .px-h1 { font-size: 42px; line-height: 1.06; letter-spacing: -0.045em; margin-bottom: 18px; }
    .px-hero-sub { font-size: 16px; line-height: 1.45; margin-bottom: 28px; }
    .px-cta-row { flex-direction: column; gap: 10px; width: 100%; max-width: 320px; margin-left: auto; margin-right: auto; margin-bottom: 14px; }
    .px-cta-primary, .px-cta-secondary { width: 100%; justify-content: center; padding: 13px 22px; font-size: 14px; }
    .px-cta-microcopy { margin-bottom: 48px; line-height: 1.8; }
    .px-cta-microcopy .sep { display: none; }
    .px-cta-microcopy strong { display: inline-block; margin: 0 6px; }

    /* Hero product */
    .px-hero-product { padding: 0 16px 56px; }
    .px-device { padding: 14px; border-radius: 22px; }
    .px-device-grid { grid-template-columns: 1fr; gap: 10px; }
    .px-tile, .px-tile:nth-child(3) { min-height: 0; padding: 18px 16px; }

    /* Trust */
    .px-trust { padding: 32px 20px; }
    .px-trust-label { font-size: 11px; margin-bottom: 22px; }
    .px-trust-row { gap: 18px 24px; }
    .px-trust-name { font-size: 13px; }
    .px-trust-ico { width: 18px; height: 18px; }

    /* Big stat */
    .px-bigstat { padding: 72px 20px 64px; }
    .px-bigstat-h { font-size: 36px; line-height: 1.08; }
    .px-bigstat-sub { font-size: 16px; margin-bottom: 36px; }
    .px-bigstat-row { grid-template-columns: 1fr 1fr; gap: 0; padding-top: 28px; }
    .px-bigstat-cell { padding: 20px 8px; border-right: none; border-bottom: 0.5px solid rgba(15,23,42,0.1); }
    .px-bigstat-cell:nth-child(odd) { border-right: 0.5px solid rgba(15,23,42,0.1); }
    .px-bigstat-cell:nth-last-child(-n+2) { border-bottom: none; }
    .px-bigstat-num { font-size: 40px; }
    .px-bigstat-foot { font-size: 11px; margin-top: 28px; }

    /* How it works */
    .px-how { padding: 72px 20px; }
    .px-how-h { font-size: 34px; line-height: 1.08; }
    .px-how-sub { font-size: 16px; margin-bottom: 40px; }
    .px-how-grid { gap: 12px; }
    .px-how-step { padding: 28px 24px; }
    .px-how-h3 { font-size: 20px; }
    .px-how-p { font-size: 14px; }

    /* Feature cards */
    .px-feat { padding: 8px; }
    .px-feat-card { border-radius: 22px; min-height: 0; }
    .px-feat-top { padding: 48px 24px 0; }
    .px-feat-h { font-size: 30px; line-height: 1.08; }
    .px-feat-sub { font-size: 15px; }
    .px-feat-visual { padding: 32px 12px 0; }

    /* Inbox */
    .px-inbox-grid { grid-template-columns: 1fr; min-height: 0; }
    .px-inbox-list { display: none; }
    .px-thread-meta { font-size: 10px; }

    /* Capabilities */
    .px-cap-grid { grid-template-columns: 1fr; padding: 28px 20px 32px; gap: 10px; }
    .px-cap { padding: 22px 20px; }

    /* Dual grid */
    .px-grid-2 { padding: 0 8px 8px; }
    .px-grid-card { padding: 36px 28px 32px; border-radius: 22px; min-height: 0; }
    .px-grid-h { font-size: 28px; line-height: 1.1; }
    .px-grid-sub { font-size: 15px; margin-bottom: 24px; }
    .px-lang-stack { grid-template-columns: repeat(3, 1fr); }

    /* Industries, Why */
    .px-ind, .px-why { padding: 72px 20px; }
    .px-ind-h, .px-why-h { font-size: 32px; line-height: 1.08; }
    .px-ind-sub, .px-why-sub { font-size: 16px; }
    .px-ind-head, .px-why-head { margin-bottom: 40px; }
    .px-ind-grid, .px-why-grid { grid-template-columns: 1fr; gap: 12px; }
    .px-ind-card, .px-why-card { padding: 24px 22px; }
    .px-ind-name { font-size: 18px; }
    .px-why-name { font-size: 17px; }

    /* Security */
    .px-sec { padding: 72px 20px; }
    .px-sec-h { font-size: 32px; line-height: 1.08; }
    .px-sec-sub { font-size: 16px; margin-bottom: 36px; }
    .px-sec-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
    .px-sec-card { padding: 24px 16px; }
    .px-sec-ico { width: 48px; height: 48px; padding: 12px; }
    .px-sec-name { font-size: 15px; }

    /* Compare */
    .px-compare { padding: 72px 20px; }
    .px-compare-h { font-size: 32px; line-height: 1.08; }
    .px-compare-sub { font-size: 16px; margin-bottom: 48px; }
    .px-compare-col { padding: 32px 24px; }
    .px-compare-name { font-size: 22px; }

    /* FAQ */
    .px-faq-wrap { padding: 72px 20px; }
    .px-faq-h { font-size: 32px; margin-bottom: 40px; }
    .px-faq-q { font-size: 16px; padding: 20px 0; gap: 16px; }
    .px-faq-q svg { width: 22px !important; height: 22px !important; }
    .px-faq-a { font-size: 14.5px; }

    /* Final CTA */
    .px-final { padding: 80px 20px; }
    .px-final-h { font-size: 40px; line-height: 1.05; }
    .px-final-sub { font-size: 16px; margin-bottom: 32px; }
    .px-final-row { flex-direction: column; gap: 10px; width: 100%; max-width: 320px; margin-left: auto; margin-right: auto; }
    .px-final-row .px-cta-primary, .px-final-row .px-cta-secondary { width: 100%; justify-content: center; }
    .px-final-microcopy .sep { display: none; }
    .px-final-microcopy strong { display: inline-block; margin: 0 6px; }

    /* Footer */
    .px-footer { padding: 48px 20px 24px; }
    .px-foot-top { grid-template-columns: 1fr 1fr; gap: 28px; padding-bottom: 28px; }
    .px-foot-col:first-child { grid-column: 1 / -1; }
    .px-foot-bottom { flex-direction: column; align-items: flex-start; gap: 12px; padding-top: 20px; }
    .px-foot-bottom-right { flex-wrap: wrap; gap: 12px; }
  }

  /* ===================================================================
     MULTI-PAGE ADDITIONS - same visual language (indigo/violet/pink)
     =================================================================== */

  /* Nav dropdowns */
  .px-nav-item { position: relative; }
  .px-nav-item > .px-nav-trigger { display: inline-flex; align-items: center; gap: 5px; cursor: pointer; opacity: 0.78; transition: opacity 0.2s, color 0.2s; }
  .px-nav-item > .px-nav-trigger:hover { opacity: 1; color: #4F46E5; }
  .px-nav-item .px-caret { width: 11px; height: 11px; transition: transform 0.25s cubic-bezier(0.32,0.72,0,1); }
  .px-nav-item:hover .px-caret { transform: rotate(180deg); }
  .px-dropdown { position: absolute; top: calc(100% + 10px); left: 50%; transform: translateX(-50%) translateY(6px); background: white; border: 0.5px solid rgba(15,23,42,0.1); border-radius: 16px; box-shadow: 0 20px 50px rgba(15,23,42,0.12); padding: 10px; min-width: 280px; opacity: 0; visibility: hidden; transition: opacity 0.22s cubic-bezier(0.32,0.72,0,1), transform 0.22s cubic-bezier(0.32,0.72,0,1), visibility 0.22s; z-index: 120; }
  .px-nav-item:hover .px-dropdown { opacity: 1; visibility: visible; transform: translateX(-50%) translateY(0); }
  .px-dropdown a { display: block; padding: 10px 13px; border-radius: 11px; transition: background 0.16s; text-decoration: none; }
  .px-dropdown a:hover { background: #F5F3FF; }
  .px-dd-t { font-size: 13.5px; font-weight: 600; color: #0F172A; letter-spacing: -0.018em; display: block; }
  .px-dd-d { font-size: 11.5px; color: #94A3B8; margin-top: 1px; display: block; line-height: 1.4; }
  .px-nav-links a { text-decoration: none; color: inherit; cursor: pointer; opacity: 0.78; transition: opacity 0.2s, color 0.2s; }
  .px-nav-links a:hover { opacity: 1; color: #4F46E5; }

  /* Sub-page hero (smaller than home hero) */
  .px-sub-hero { text-align: center; padding: 80px 24px 56px; background: #FFFFFF; position: relative; overflow: hidden; }
  .px-sub-hero::before { content: ''; position: absolute; top: -240px; left: 50%; transform: translateX(-50%); width: 900px; height: 460px; background: radial-gradient(ellipse at center, rgba(139,92,246,0.10) 0%, rgba(99,102,241,0.05) 30%, transparent 70%); pointer-events: none; z-index: 0; }
  .px-sub-hero-inner { position: relative; z-index: 2; max-width: 820px; margin: 0 auto; }
  .px-crumb { font-size: 13px; color: #94A3B8; margin-bottom: 20px; }
  .px-crumb a { color: #64748B; text-decoration: none; transition: color 0.2s; }
  .px-crumb a:hover { color: #4F46E5; }
  .px-crumb .sep { margin: 0 8px; color: #CBD5E1; }
  .px-sub-h1 { font-size: 60px; font-weight: 700; line-height: 1.04; letter-spacing: -0.05em; margin: 0 0 20px; }
  .px-sub-sub { font-size: 20px; line-height: 1.4; color: #475569; max-width: 600px; margin: 0 auto 32px; letter-spacing: -0.012em; }

  /* Generic section + content blocks (reuse home tokens) */
  .px-sec-pad { padding: 88px 24px; }
  .px-sec-pad.alt { background: #FAFAFA; }
  .px-container { max-width: 1200px; margin: 0 auto; }
  .px-container.narrow { max-width: 860px; }
  .px-sec-head { text-align: center; max-width: 760px; margin: 0 auto 56px; }
  .px-sec-eyebrow { font-size: 12px; font-weight: 600; color: #4F46E5; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 14px; }
  .px-sec-title { font-size: 46px; font-weight: 700; letter-spacing: -0.04em; line-height: 1.06; margin: 0 0 18px; }
  .px-sec-lead { font-size: 19px; line-height: 1.45; color: #475569; }

  /* Two-column problem/solution */
  .px-twocol { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
  .px-block { border-radius: 24px; padding: 40px 36px; border: 0.5px solid rgba(15,23,42,0.06); }
  .px-block.lav { background: linear-gradient(160deg, #EEF2FF 0%, #E0E7FF 100%); }
  .px-block.pink { background: linear-gradient(160deg, #FDF2F8 0%, #FCE7F3 100%); }
  .px-block.peach { background: linear-gradient(160deg, #FFF7ED 0%, #FFEDD5 100%); }
  .px-block.sky { background: linear-gradient(160deg, #EFF6FF 0%, #DBEAFE 100%); }
  .px-block.plain { background: white; }
  .px-block-eyebrow { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 12px; color: #4F46E5; }
  .px-block.pink .px-block-eyebrow { color: #BE185D; }
  .px-block.peach .px-block-eyebrow { color: #C2410C; }
  .px-block-h { font-size: 24px; font-weight: 700; letter-spacing: -0.028em; margin: 0 0 10px; }
  .px-block-p { font-size: 15.5px; line-height: 1.6; color: #475569; margin: 0; }

  /* Feature list rows (icon + text) */
  .px-frow-list { display: grid; gap: 14px; max-width: 900px; margin: 0 auto; }
  .px-frow { display: flex; gap: 18px; background: white; border: 0.5px solid rgba(15,23,42,0.06); border-radius: 18px; padding: 24px 26px; transition: all 0.3s; }
  .px-frow:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(15,23,42,0.07); }
  .px-frow-ico { width: 46px; height: 46px; flex-shrink: 0; border-radius: 12px; background: linear-gradient(135deg, #EEF2FF 0%, #E0E7FF 100%); display: flex; align-items: center; justify-content: center; color: #4F46E5; padding: 11px; }
  .px-frow-h { font-size: 17px; font-weight: 600; letter-spacing: -0.02em; margin: 0 0 4px; }
  .px-frow-p { font-size: 14px; line-height: 1.55; color: #64748B; margin: 0; }

  /* Pills */
  .px-pillrow { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
  .px-pill-lg { background: white; border: 0.5px solid rgba(15,23,42,0.1); border-radius: 999px; padding: 9px 18px; font-size: 14px; font-weight: 500; color: #334155; }
  .px-pill-lg.on-dark { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.16); color: #E2E8F0; }

  /* Stat band (reuse home dark feel) */
  .px-statband { background: linear-gradient(160deg, #1E1B4B 0%, #0F0A2E 100%); border-radius: 28px; padding: 48px; display: grid; grid-template-columns: repeat(3,1fr); gap: 28px; text-align: center; }
  .px-statband .n { font-size: 46px; font-weight: 700; letter-spacing: -0.04em; color: white; line-height: 1; }
  .px-statband .n .u { font-size: 24px; color: #C4B5FD; }
  .px-statband .l { font-size: 13px; color: rgba(255,255,255,0.65); margin-top: 8px; }

  /* Placeholder badge */
  .px-ph { display: inline-block; background: #FEF9C3; color: #854D0E; border: 1px dashed #FACC15; border-radius: 8px; padding: 3px 11px; font-size: 12.5px; font-weight: 600; }

  /* Cards grid reuse for industries/use-cases (uses .px-ind-* and .px-why-* already) */
  .px-3grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: 1200px; margin: 0 auto; }
  .px-card-link { text-decoration: none; color: inherit; display: block; }

  /* Pricing */
  .px-price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; max-width: 1100px; margin: 0 auto; }
  .px-price-card { background: white; border-radius: 24px; padding: 40px 32px; border: 0.5px solid rgba(15,23,42,0.08); display: flex; flex-direction: column; }
  .px-price-card.featured { background: linear-gradient(165deg, #1E1B4B 0%, #0F0A2E 100%); color: white; box-shadow: 0 24px 60px rgba(79,70,229,0.22); border: none; }
  .px-price-name { font-size: 24px; font-weight: 700; letter-spacing: -0.028em; margin: 0 0 6px; }
  .px-price-tag { font-size: 14px; color: #64748B; margin: 0 0 18px; line-height: 1.45; }
  .px-price-card.featured .px-price-tag { color: rgba(255,255,255,0.7); }
  .px-price-feat { font-size: 14px; padding: 10px 0; border-top: 0.5px solid rgba(15,23,42,0.08); color: #475569; }
  .px-price-card.featured .px-price-feat { border-top-color: rgba(255,255,255,0.12); color: rgba(255,255,255,0.82); }
  .px-price-btn { margin-top: 24px; width: 100%; justify-content: center; }

  /* Contact form */
  .px-form { display: grid; gap: 12px; }
  .px-input { padding: 13px 16px; border: 1px solid rgba(15,23,42,0.14); border-radius: 12px; font-family: inherit; font-size: 15px; color: #0F172A; transition: border-color 0.2s; background: white; }
  .px-input:focus { outline: none; border-color: #4F46E5; }
  textarea.px-input { resize: vertical; min-height: 90px; }

  /* Careers role rows */
  .px-role { display: flex; justify-content: space-between; align-items: center; gap: 20px; background: white; border: 0.5px solid rgba(15,23,42,0.08); border-radius: 18px; padding: 26px 30px; transition: all 0.3s; }
  .px-role:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(15,23,42,0.07); border-color: rgba(79,70,229,0.2); }
  .px-role-meta { display: flex; gap: 8px; margin-top: 8px; }
  .px-role-tag { font-size: 11.5px; font-weight: 600; color: #4F46E5; background: #EEF2FF; border-radius: 999px; padding: 4px 11px; }

  /* FAQ group label */
  .px-faq-group-label { font-size: 12px; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: #4F46E5; margin: 40px 0 8px; max-width: 820px; margin-left: auto; margin-right: auto; }
  .px-faq-group-label:first-child { margin-top: 0; }

  @media (max-width: 1024px) {
    .px-sub-h1 { font-size: 46px; }
    .px-twocol { grid-template-columns: 1fr; }
    .px-statband, .px-price-grid, .px-3grid { grid-template-columns: 1fr; }
    .px-sec-title { font-size: 38px; }
  }
  @media (max-width: 768px) {
    .px-nav-links { display: none; }
    .px-sub-hero { padding: 52px 20px 40px; }
    .px-sub-h1 { font-size: 34px; letter-spacing: -0.04em; }
    .px-sub-sub { font-size: 16px; }
    .px-sec-pad { padding: 60px 20px; }
    .px-sec-title { font-size: 30px; }
    .px-block { padding: 30px 26px; }
    .px-statband { padding: 36px 24px; }
    .px-role { flex-direction: column; align-items: flex-start; }
    .px-3grid { grid-template-columns: 1fr; }
  }

  /* ===================================================================
     INNER-PAGE INTERACTIVE COMPONENTS (mockups, photo slots, tabs)
     =================================================================== */

  /* Split feature row: text one side, visual the other */
  .px-split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; max-width: 1100px; margin: 0 auto; }
  .px-split.rev .px-split-text { order: 2; }
  .px-split-text h3 { font-size: 30px; font-weight: 700; letter-spacing: -0.03em; line-height: 1.1; margin: 0 0 14px; }
  .px-split-text p { font-size: 16px; line-height: 1.6; color: #475569; margin: 0 0 18px; }
  .px-split-visual { position: relative; }

  /* Generic mockup frame (browser/app chrome) */
  .px-mock { background: linear-gradient(180deg,#fff 0%,#F8FAFC 100%); border-radius: 20px; padding: 0; box-shadow: 0 0 0 0.5px rgba(15,23,42,0.08), 0 24px 60px rgba(15,23,42,0.10), 0 60px 120px rgba(99,102,241,0.10); overflow: hidden; }
  .px-mock-bar { display: flex; align-items: center; gap: 7px; padding: 12px 16px; border-bottom: 0.5px solid rgba(15,23,42,0.07); background: #fff; }
  .px-mock-bar i { width: 11px; height: 11px; border-radius: 50%; display: inline-block; }
  .px-mock-bar i:nth-child(1){background:#FF5F57} .px-mock-bar i:nth-child(2){background:#FEBC2E} .px-mock-bar i:nth-child(3){background:#28C840}
  .px-mock-bar span { font-size: 11.5px; color: #94A3B8; margin-left: 8px; }
  .px-mock-body { padding: 20px; }

  /* Chat mockup */
  .px-mc-msg { padding: 10px 13px; border-radius: 14px; font-size: 13px; line-height: 1.45; max-width: 78%; margin-bottom: 9px; }
  .px-mc-msg.bot { background: #F1F5F9; color: #0F172A; border-bottom-left-radius: 4px; }
  .px-mc-msg.user { background: #4F46E5; color: #fff; border-bottom-right-radius: 4px; margin-left: auto; }
  .px-mc-typing { display: inline-flex; gap: 4px; padding: 11px 14px; background: #F1F5F9; border-radius: 14px; }
  .px-mc-typing i { width: 7px; height: 7px; border-radius: 50%; background: #94A3B8; animation: pxblink 1.2s infinite; }
  .px-mc-typing i:nth-child(2){animation-delay:.2s} .px-mc-typing i:nth-child(3){animation-delay:.4s}
  @keyframes pxblink { 0%,60%,100%{opacity:.3;transform:translateY(0)} 30%{opacity:1;transform:translateY(-2px)} }

  /* Stat/metric mockup tiles */
  .px-mc-metrics { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
  .px-mc-metric { background: #fff; border: 0.5px solid rgba(15,23,42,0.07); border-radius: 12px; padding: 14px; }
  .px-mc-metric .v { font-size: 24px; font-weight: 700; letter-spacing: -0.03em; color: #4F46E5; }
  .px-mc-metric .k { font-size: 11.5px; color: #64748B; margin-top: 2px; }

  /* Bar chart mockup */
  .px-mc-bars { display: flex; align-items: flex-end; gap: 8px; height: 120px; padding-top: 10px; }
  .px-mc-bars .bar { flex: 1; background: linear-gradient(180deg,#8B5CF6,#6366F1); border-radius: 6px 6px 0 0; transition: height 0.8s cubic-bezier(0.32,0.72,0,1); }

  /* Pipeline / kanban mockup */
  .px-mc-pipe { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
  .px-mc-col { background: #F8FAFC; border-radius: 10px; padding: 8px; }
  .px-mc-col h6 { font-size: 10.5px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.04em; color: #64748B; margin: 0 0 8px; padding: 0 2px; }
  .px-mc-deal { background: #fff; border: 0.5px solid rgba(15,23,42,0.08); border-radius: 8px; padding: 9px 10px; margin-bottom: 6px; font-size: 11px; }
  .px-mc-deal b { display: block; color: #0F172A; font-weight: 600; margin-bottom: 3px; }
  .px-mc-deal span { color: #4F46E5; font-weight: 600; }

  /* Channel grid mockup */
  .px-mc-chan { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
  .px-mc-chan div { display: flex; align-items: center; gap: 8px; padding: 10px 12px; background: #F8FAFC; border-radius: 10px; font-size: 12px; font-weight: 500; }
  .px-mc-chan i { width: 9px; height: 9px; border-radius: 50%; }

  /* Workflow node mockup */
  .px-mc-flow { display: flex; flex-direction: column; gap: 8px; }
  .px-mc-node { display: flex; align-items: center; gap: 10px; background: #fff; border: 0.5px solid rgba(15,23,42,0.08); border-radius: 10px; padding: 10px 12px; font-size: 12px; }
  .px-mc-node .dot { width: 24px; height: 24px; border-radius: 7px; background: linear-gradient(135deg,#EEF2FF,#E0E7FF); color: #4F46E5; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
  .px-mc-node .dot svg { width: 13px; height: 13px; }
  .px-mc-conn { width: 2px; height: 12px; background: #E0E7FF; margin-left: 23px; }

  /* Photo placeholder (industry pages) */
  .px-photo { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4/3; background: linear-gradient(135deg,#EEF2FF,#E0E7FF); display: flex; align-items: center; justify-content: center; box-shadow: 0 20px 50px rgba(15,23,42,0.10); }
  .px-photo.c2 { background: linear-gradient(135deg,#FCE7F3,#FBCFE8); }
  .px-photo.c3 { background: linear-gradient(135deg,#DBEAFE,#BFDBFE); }
  .px-photo.c4 { background: linear-gradient(135deg,#D1FAE5,#A7F3D0); }
  .px-photo.c6 { background: linear-gradient(135deg,#FED7AA,#FDBA74); }
  .px-photo-inner { text-align: center; color: rgba(15,23,42,0.4); padding: 24px; }
  .px-photo-inner svg { width: 48px; height: 48px; margin-bottom: 12px; opacity: 0.5; }
  .px-photo-inner .ph-l { font-size: 12px; font-weight: 600; letter-spacing: 0.03em; }
  .px-photo-tag { position: absolute; bottom: 12px; left: 12px; background: rgba(255,255,255,0.9); backdrop-filter: blur(8px); border-radius: 8px; padding: 5px 11px; font-size: 11px; font-weight: 600; color: #4F46E5; }

  /* Interactive tabs */
  .px-tabs { max-width: 1000px; margin: 0 auto; }
  .px-tab-btns { display: flex; gap: 8px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
  .px-tab-btn { padding: 10px 20px; border-radius: 999px; border: 0.5px solid rgba(15,23,42,0.12); background: #fff; font-family: inherit; font-size: 14px; font-weight: 500; color: #475569; cursor: pointer; transition: all 0.2s; }
  .px-tab-btn:hover { border-color: rgba(79,70,229,0.3); color: #4F46E5; }
  .px-tab-btn.on { background: #4F46E5; color: #fff; border-color: #4F46E5; box-shadow: 0 4px 14px rgba(79,70,229,0.3); }
  .px-tab-panel { display: none; }
  .px-tab-panel.on { display: block; animation: pxfade 0.4s ease; }
  @keyframes pxfade { from{opacity:0;transform:translateY(8px)} to{opacity:1;transform:none} }

  /* Stat counters big row */
  .px-counters { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; max-width: 1000px; margin: 0 auto; }
  .px-counter { text-align: center; padding: 28px 16px; background: #fff; border: 0.5px solid rgba(15,23,42,0.06); border-radius: 18px; transition: all 0.3s; }
  .px-counter:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(15,23,42,0.08); }
  .px-counter .v { font-size: 38px; font-weight: 700; letter-spacing: -0.04em; background: linear-gradient(105deg,#6366F1,#8B5CF6,#EC4899); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; line-height: 1; }
  .px-counter .k { font-size: 13px; color: #64748B; margin-top: 8px; }

  @media (max-width: 1024px) {
    .px-split { grid-template-columns: 1fr; gap: 28px; }
    .px-split.rev .px-split-text { order: 0; }
    .px-counters { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 768px) {
    .px-counters { grid-template-columns: 1fr 1fr; gap: 10px; }
    .px-counter .v { font-size: 30px; }
    .px-mc-metrics, .px-mc-chan { grid-template-columns: 1fr; }
    .px-mc-pipe { grid-template-columns: 1fr; }
  }

  /* Real photo in industry pages */
  .px-photo-real { position: relative; border-radius: 20px; overflow: hidden; aspect-ratio: 4/3; box-shadow: 0 20px 50px rgba(15,23,42,0.12); }
  .px-photo-real img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .px-photo-real .px-photo-tag { position: absolute; bottom: 14px; left: 14px; background: rgba(255,255,255,0.92); backdrop-filter: blur(8px); border-radius: 999px; padding: 6px 14px; font-size: 12px; font-weight: 600; color: #4F46E5; box-shadow: 0 4px 14px rgba(15,23,42,0.12); }
