/*
Theme Name: Helpora Core
Theme URI: https://helpora.click
Author: Helpora
Author URI: https://helpora.click
Description: قالب اختصاصی، سریع و راست‌چین Helpora برای خدمات IT، پشتیبانی هوشمند و اتصال به Chatwoot.
Version: 3.0.0
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: helpora-core
Tags: rtl-language-support, custom-logo, custom-menu, featured-images, accessibility-ready
*/

/* ==========================================================================
   1) TOKENS
   ========================================================================== */
:root {
  --hp-ink: #061210;
  --hp-ink-2: #0c211a;
  --hp-text: #061210;
  --hp-paper: #f5faf7;
  --hp-surface: #ffffff;
  --hp-surface-rgb: 255,255,255;
  --hp-green: #0ea975;
  --hp-green-l: #2dd4a0;
  --hp-teal: #06b6d4;
  --hp-amber: #f5b942;
  --hp-green-soft: #e3f6ee;
  --hp-green-text: #057a54;
  --hp-border: #e1e8e4;
  --hp-muted: #5b665f;
  --hp-muted-2: #8b968f;
  --hp-radius: 20px;
  --hp-radius-sm: 12px;
  --hp-shadow: 0 24px 60px rgba(6, 20, 14, .12);
  --hp-shadow-lg: 0 30px 80px -20px rgba(6, 20, 14, .35);
  --hp-container: 1180px;
  --hp-mono: 'JetBrains Mono', 'Courier New', monospace;
  --hp-sans: Vazirmatn, "Noto Sans Arabic", Tahoma, Arial, sans-serif;
}

[data-theme="dark"] {
  --hp-paper: #0a1512;
  --hp-surface: #101d18;
  --hp-surface-rgb: 16,29,24;
  --hp-text: #eef4f1;
  --hp-border: #223129;
  --hp-muted: #9db2a6;
  --hp-muted-2: #6f8377;
  --hp-green-soft: rgba(14,169,117,.16);
  --hp-green-text: #4fe0ab;
  --hp-shadow: 0 24px 60px rgba(0,0,0,.4);
  --hp-shadow-lg: 0 30px 80px -20px rgba(0,0,0,.55);
}
[data-theme="dark"] body { color-scheme: dark; }
[data-theme="dark"] .hp-content__inner img { opacity: .92; }

/* ==========================================================================
   2) RESET & BASE
   ========================================================================== */
* { box-sizing: border-box; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { position: fixed !important; top: 10px; right: 10px; z-index: 99999; width: auto; height: auto; padding: 12px 16px; clip: auto; background: var(--hp-surface); color: var(--hp-text); border-radius: 10px; box-shadow: var(--hp-shadow); }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  direction: rtl;
  background: var(--hp-paper);
  color: var(--hp-text);
  font-family: var(--hp-sans);
  font-size: 16px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  transition: background-color .35s ease, color .35s ease;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4 { font-weight: 800; letter-spacing: -.02em; line-height: 1.3; margin: 0 0 .5em; }
p { margin: 0 0 1em; }
button { font-family: inherit; }
::selection { background: var(--hp-green); color: #fff; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 2px solid var(--hp-green); outline-offset: 2px; border-radius: 6px; }

.hp-container { max-width: var(--hp-container); margin: 0 auto; padding: 0 24px; }
.mono { font-family: var(--hp-mono); letter-spacing: .01em; direction: ltr; unicode-bidi: isolate; display: inline-block; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; scroll-behavior: auto !important; }
}

/* ==========================================================================
   3) SCROLL REVEAL
   ========================================================================== */
.hp-reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.hp-reveal.is-visible { opacity: 1; transform: translateY(0); }
.hp-reveal-d1 { transition-delay: .08s; } .hp-reveal-d2 { transition-delay: .16s; } .hp-reveal-d3 { transition-delay: .24s; }
.hp-reveal-d4 { transition-delay: .32s; } .hp-reveal-d5 { transition-delay: .4s; } .hp-reveal-d6 { transition-delay: .48s; }
.no-js .hp-reveal { opacity: 1; transform: none; }

/* ==========================================================================
   4) KEYFRAMES
   ========================================================================== */
@keyframes hpFloat { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-16px) rotate(1.2deg); } }
@keyframes hpBlobA { 0%, 100% { transform: translate(0,0) scale(1); } 33% { transform: translate(40px,-30px) scale(1.12); } 66% { transform: translate(-25px,20px) scale(.92); } }
@keyframes hpBlobB { 0%, 100% { transform: translate(0,0) scale(1); } 50% { transform: translate(-35px,25px) scale(1.15); } }
@keyframes hpPulseGreen { 0%, 100% { box-shadow: 0 0 0 0 rgba(14,169,117,.55); } 50% { box-shadow: 0 0 0 9px rgba(14,169,117,0); } }
@keyframes hpPulseAmber { 0%, 100% { box-shadow: 0 0 0 0 rgba(245,185,66,.55); } 50% { box-shadow: 0 0 0 9px rgba(245,185,66,0); } }
@keyframes hpBlink { 0%, 49% { opacity: 1; } 50%, 100% { opacity: 0; } }
@keyframes hpMarquee { from { transform: translateX(0); } to { transform: translateX(50%); } }
@keyframes hpGradFlow { 0% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } 100% { background-position: 0% 50%; } }
@keyframes hpBarFill { from { width: 0; } to { width: 64%; } }
@keyframes hpParticleUp { 0% { transform: translateY(0); opacity: 0; } 12% { opacity: .9; } 88% { opacity: .5; } 100% { transform: translateY(-140px); opacity: 0; } }
@keyframes hpTypeIn { to { opacity: 1; } }
@keyframes hpFadeUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes hpEkgScroll { from { background-position-x: 0; } to { background-position-x: -300px; } }

/* ==========================================================================
   5) TYPE UTILITIES
   ========================================================================== */
.hp-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .76rem; font-weight: 700; color: var(--hp-green-text); margin-bottom: 16px; }
.hp-eyebrow .mono { background: var(--hp-green-soft); padding: 3px 10px; border-radius: 999px; font-size: .66rem; }
.hp-lead { color: var(--hp-muted); font-size: 1rem; line-height: 1.9; }
.hp-section-heading { max-width: 600px; margin: 0 auto 52px; text-align: center; }
.hp-section-heading h2 { font-size: clamp(1.65rem, 3vw, 2.3rem); }

/* ==========================================================================
   6) BUTTONS
   ========================================================================== */
.hp-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hp-btn { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border-radius: 12px; font-size: .9rem; font-weight: 700; text-decoration: none; border: 1px solid transparent; cursor: pointer; font-family: inherit; transition: transform .2s, box-shadow .2s, background .2s, border-color .2s, color .2s; white-space: nowrap; }
.hp-btn svg, .hp-btn .hp-icon { width: 17px; height: 17px; }
.hp-btn--primary, .hp-btn--secondary.hp-btn--primary { background: linear-gradient(135deg, var(--hp-green), var(--hp-green-l)); color: #04231a; box-shadow: 0 10px 24px -8px rgba(14,169,117,.55); }
.hp-btn--primary:hover { transform: translateY(-2px); box-shadow: 0 14px 30px -8px rgba(14,169,117,.7); }
.hp-btn--secondary { background: var(--hp-surface); border-color: var(--hp-border); color: var(--hp-text); }
.hp-btn--secondary:hover { background: var(--hp-green-soft); border-color: var(--hp-green); }
.hp-btn--ghost { background: transparent; border-color: rgba(255,255,255,.22); color: #fff; }
.hp-btn--ghost:hover { background: rgba(255,255,255,.1); }
.hp-btn--block { width: 100%; justify-content: center; }

/* ==========================================================================
   7) HEADER
   ========================================================================== */
.site-header { position: sticky; top: 0; z-index: 200; background: rgba(var(--hp-surface-rgb), .86); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--hp-border); transition: background-color .35s ease, border-color .35s ease; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; height: 66px; }
.site-brand { display: flex; align-items: center; gap: 9px; font-weight: 800; font-size: 1.02rem; text-decoration: none; color: var(--hp-text); flex-shrink: 0; order: 1; }
.site-brand__mark { width: 30px; height: 30px; background: var(--hp-ink); border-radius: 9px; display: flex; align-items: center; justify-content: center; position: relative; flex-shrink: 0; }
.site-brand__mark svg { width: 16px; height: 16px; stroke: var(--hp-green-l); }
.site-brand__mark::after { content: ''; position: absolute; top: -2px; left: -2px; width: 7px; height: 7px; background: var(--hp-green-l); border-radius: 50%; animation: hpPulseGreen 2.4s ease-out infinite; }

.site-nav { order: 2; flex: 1; display: flex; justify-content: center; }
ul.primary-menu { list-style: none; display: flex; gap: 2px; margin: 0; padding: 0; }
ul.primary-menu a { display: block; padding: 8px 14px; border-radius: 9px; color: var(--hp-muted); font-size: .87rem; font-weight: 600; text-decoration: none; transition: .15s; }
ul.primary-menu a:hover { color: var(--hp-text); background: var(--hp-green-soft); }
ul.primary-menu .current_page_item > a, ul.primary-menu .current-menu-item > a { color: var(--hp-text); background: var(--hp-green-soft); }

.site-header__cta { order: 4; flex-shrink: 0; }
.hp-theme-toggle { order: 3; width: 38px; height: 38px; border-radius: 10px; border: 1px solid var(--hp-border); background: var(--hp-surface); display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; position: relative; transition: background-color .3s ease, border-color .3s ease; }
.hp-theme-toggle:hover { border-color: var(--hp-green); }
.hp-theme-toggle__sun, .hp-theme-toggle__moon { position: absolute; width: 18px; height: 18px; stroke: var(--hp-text); transition: opacity .25s ease, transform .35s ease; }
.hp-theme-toggle__moon { opacity: 0; transform: scale(.4) rotate(-40deg); }
[data-theme="dark"] .hp-theme-toggle__sun { opacity: 0; transform: scale(.4) rotate(40deg); }
[data-theme="dark"] .hp-theme-toggle__moon { opacity: 1; transform: scale(1) rotate(0deg); }
.menu-toggle { order: 5; display: none; flex-direction: column; justify-content: center; gap: 4px; width: 40px; height: 40px; background: none; border: 1px solid var(--hp-border); border-radius: 10px; cursor: pointer; padding: 0; }
.menu-toggle span { display: block; width: 18px; height: 2px; background: var(--hp-text); border-radius: 2px; margin: 0 auto; transition: .3s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* ==========================================================================
   8) HERO
   ========================================================================== */
.hp-hero { position: relative; background: var(--hp-ink); padding: 76px 0 0; overflow: hidden; }
.hp-blob-field { position: absolute; inset: 0; pointer-events: none; transition: transform .2s ease-out; will-change: transform; }
.hp-blob { position: absolute; border-radius: 50%; filter: blur(70px); pointer-events: none; opacity: .55; }
.hp-blob--1 { width: 420px; height: 420px; background: radial-gradient(circle, var(--hp-green) 0%, transparent 70%); top: -140px; right: -80px; animation: hpBlobA 14s ease-in-out infinite; }
.hp-blob--2 { width: 380px; height: 380px; background: radial-gradient(circle, var(--hp-teal) 0%, transparent 70%); bottom: -160px; left: -100px; animation: hpBlobB 17s ease-in-out infinite; }
.hp-blob--3 { width: 260px; height: 260px; background: radial-gradient(circle, var(--hp-amber) 0%, transparent 70%); top: 30%; left: 20%; animation: hpBlobA 20s ease-in-out infinite reverse; opacity: .3; }
.hp-grain { position: absolute; inset: 0; background-image: radial-gradient(rgba(255,255,255,.05) 1px, transparent 1px); background-size: 22px 22px; pointer-events: none; }
.hp-particle { position: absolute; width: 3px; height: 3px; background: var(--hp-green-l); border-radius: 50%; bottom: 0; animation: hpParticleUp linear infinite; pointer-events: none; }

.hp-hero__in { position: relative; max-width: 700px; margin: 0 auto; text-align: center; z-index: 2; padding: 0 24px; }
.hp-badge { display: inline-flex; align-items: center; gap: 9px; padding: 6px 8px 6px 14px; border: 1px solid rgba(255,255,255,.14); border-radius: 999px; font-size: .78rem; font-weight: 700; color: #bfe9d8; margin-bottom: 26px; background: rgba(255,255,255,.04); }
.hp-badge .mono { background: rgba(14,169,117,.22); color: var(--hp-green-l); padding: 3px 9px; border-radius: 999px; font-size: .68rem; }
.hp-hero__title { font-size: clamp(2.1rem, 4.4vw, 3.4rem); margin-bottom: 18px; color: #fff; }
.hp-hero__title b, .hp-hero__title span { font-weight: 800; background: linear-gradient(90deg, var(--hp-green-l), var(--hp-teal), var(--hp-green-l)); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: hpGradFlow 5s ease infinite; }
.hp-hero .hp-lead { color: rgba(255,255,255,.62); font-size: 1.05rem; max-width: 540px; margin: 0 auto 32px; }
.hp-hero .hp-actions { justify-content: center; margin-bottom: 56px; }
.hp-hero .hp-btn--secondary { background: transparent; border-color: rgba(255,255,255,.18); color: #fff; }
.hp-hero .hp-btn--secondary:hover { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.3); }

/* ==========================================================================
   9) CONSOLE (signature hero visual)
   ========================================================================== */
.hp-console-wrap { position: relative; max-width: 880px; margin: 0 auto; z-index: 2; padding: 0 24px; transition: transform .2s ease-out; will-change: transform; }
.hp-console { position: relative; background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); border: 1px solid rgba(255,255,255,.12); border-radius: 18px; overflow: hidden; text-align: right; backdrop-filter: blur(6px); }
.hp-console__top { display: flex; align-items: center; gap: 10px; padding: 13px 18px; border-bottom: 1px solid rgba(255,255,255,.08); }
.hp-console__top .mono { color: rgba(255,255,255,.42); font-size: .76rem; }
.hp-console__live { margin-right: auto; display: flex; align-items: center; gap: 7px; }
.hp-console__live i { width: 6px; height: 6px; background: var(--hp-amber); border-radius: 50%; animation: hpPulseAmber 1.6s ease-out infinite; font-style: normal; }
.hp-console__live span { color: var(--hp-amber); font-size: .72rem; font-weight: 700; font-family: var(--hp-mono); }
.hp-console__body { padding: 26px 24px 24px; }

.hp-try__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 14px; }
.hp-chip { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.75); font-size: .78rem; font-weight: 600; padding: 7px 14px; border-radius: 999px; cursor: pointer; transition: .2s; font-family: inherit; }
.hp-chip:hover { background: rgba(14,169,117,.18); border-color: var(--hp-green); color: #fff; }
.hp-chip:active { transform: scale(.96); }
.hp-try__row { display: flex; gap: 8px; margin-bottom: 16px; }
.hp-try__input { flex: 1; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); border-radius: 12px; padding: 12px 16px; color: #fff; font-size: .87rem; font-family: inherit; outline: none; transition: border-color .2s, background .2s; min-width: 0; }
.hp-try__input::placeholder { color: rgba(255,255,255,.35); }
.hp-try__input:focus { border-color: var(--hp-green); background: rgba(255,255,255,.08); }
.hp-try__btn { width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, var(--hp-green), var(--hp-green-l)); border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; transition: transform .15s ease; }
.hp-try__btn:hover { transform: scale(1.06); }
.hp-try__btn svg { width: 18px; height: 18px; stroke: #04231a; }
.hp-try__result { min-height: 64px; }
.hp-try__empty { display: flex; align-items: center; gap: 10px; color: rgba(255,255,255,.4); font-size: .82rem; padding: 10px 2px; }
.hp-try__empty svg { width: 18px; height: 18px; stroke: var(--hp-green-l); flex-shrink: 0; }
.hp-try__card { display: flex; gap: 12px; background: rgba(255,255,255,.05); border: 1px solid rgba(14,169,117,.3); border-radius: 14px; padding: 16px; animation: hpFadeUp .4s cubic-bezier(.16,1,.3,1); }
.hp-try__card-icon { width: 38px; height: 38px; border-radius: 10px; background: rgba(14,169,117,.18); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hp-try__card-icon svg { width: 19px; height: 19px; stroke: var(--hp-green-l); }
.hp-try__card-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 8px; }
.hp-try__card-badge { display: inline-block; font-family: var(--hp-mono); font-size: .66rem; font-weight: 700; color: var(--hp-green-l); background: rgba(14,169,117,.15); padding: 2px 8px; border-radius: 5px; margin-bottom: 0; }
.hp-try__card-diag { color: #fff; font-size: .85rem; margin-bottom: 6px; line-height: 1.7; }
.hp-try__card-next { color: rgba(255,255,255,.5); font-size: .78rem; margin-bottom: 10px; }
.hp-try__card-next b { color: rgba(255,255,255,.75); font-weight: 700; }
.hp-try__card-cta { display: inline-flex; align-items: center; gap: 6px; font-size: .78rem; font-weight: 700; color: var(--hp-green-l); background: none; border: none; cursor: pointer; padding: 0; font-family: inherit; }
.hp-try__card-cta svg { width: 13px; height: 13px; transition: transform .15s; }
.hp-try__card-cta:hover svg { transform: translateX(-3px); }

.hp-log { display: flex; gap: 10px; align-items: baseline; margin-bottom: 9px; font-size: .85rem; }
.hp-log .mono { color: var(--hp-muted-2); font-size: .72rem; flex-shrink: 0; min-width: 48px; }
.hp-log__txt { color: rgba(255,255,255,.85); }
.hp-log--dim .hp-log__txt { color: rgba(255,255,255,.42); }
.hp-log__tag { font-family: var(--hp-mono); font-size: .66rem; font-weight: 700; padding: 1px 7px; border-radius: 5px; background: rgba(14,169,117,.2); color: var(--hp-green-l); margin-right: 4px; }
.hp-cursor { display: inline-block; width: 6px; height: 13px; background: var(--hp-green-l); margin-right: 4px; animation: hpBlink 1s step-end infinite; vertical-align: -2px; }

.hp-progress { margin-top: 6px; height: 5px; background: rgba(255,255,255,.08); border-radius: 99px; overflow: hidden; position: relative; }
.hp-progress__fill { position: absolute; inset: 0 auto 0 0; background: linear-gradient(90deg, var(--hp-green), var(--hp-teal)); border-radius: 99px; animation: hpBarFill 2.4s cubic-bezier(.16,1,.3,1) forwards; animation-delay: .5s; width: 0; }

.hp-timeline { margin-top: 22px; display: grid; grid-template-columns: repeat(4,1fr); position: relative; }
.hp-timeline::before { content: ''; position: absolute; top: 6px; right: 12.5%; left: 12.5%; height: 1px; background: rgba(255,255,255,.1); }
.hp-timeline::after { content: ''; position: absolute; top: 6px; right: 12.5%; width: 41.5%; height: 1px; background: linear-gradient(90deg, var(--hp-green), var(--hp-teal)); }
.hp-timeline__step { text-align: center; position: relative; }
.hp-timeline__dot { width: 13px; height: 13px; border-radius: 50%; background: var(--hp-ink); border: 2px solid rgba(255,255,255,.2); margin: 0 auto 10px; position: relative; z-index: 2; }
.hp-timeline__step.is-done .hp-timeline__dot { border-color: var(--hp-green-l); background: var(--hp-green-l); }
.hp-timeline__step.is-active .hp-timeline__dot { border-color: var(--hp-amber); background: var(--hp-ink); }
.hp-timeline__step.is-active .hp-timeline__dot::after { content: ''; position: absolute; inset: -5px; border: 1px solid var(--hp-amber); border-radius: 50%; animation: hpPulseAmber 1.8s ease-out infinite; }
.hp-timeline__step strong { display: block; font-size: .78rem; font-weight: 700; color: #fff; margin-bottom: 3px; }
.hp-timeline__step .mono { font-size: .64rem; color: var(--hp-muted-2); }

.hp-float-chip { position: absolute; background: var(--hp-surface); border-radius: 12px; padding: 10px 14px; box-shadow: var(--hp-shadow-lg); display: flex; align-items: center; gap: 9px; font-size: .78rem; font-weight: 700; color: var(--hp-text); z-index: 3; animation: hpFloat 5s ease-in-out infinite; }
.hp-float-chip svg { width: 15px; height: 15px; stroke: var(--hp-green); flex-shrink: 0; }
.hp-float-chip--1 { top: -18px; left: -16px; animation-delay: .3s; }
.hp-float-chip--2 { bottom: -16px; right: -14px; animation-delay: 1.1s; }

/* ==========================================================================
   10) MARQUEE / TRUST STRIP
   ========================================================================== */
.hp-marquee { margin-top: 60px; border-top: 1px solid rgba(255,255,255,.08); overflow: hidden; padding: 18px 0; position: relative; }
.hp-marquee__track { display: flex; width: max-content; animation: hpMarquee 26s linear infinite; }
.hp-marquee__track span { padding: 0 28px; color: rgba(255,255,255,.4); font-size: .82rem; font-weight: 700; white-space: nowrap; display: flex; align-items: center; gap: 8px; }
.hp-marquee__track span svg { width: 15px; height: 15px; stroke: var(--hp-green-l); }

/* ==========================================================================
   11) SECTIONS
   ========================================================================== */
.hp-section { padding: 96px 0; }
.hp-section--white { background: var(--hp-surface); }
.hp-section--tight { padding-top: 0; }

/* ==========================================================================
   12) PROBLEM CHIPS
   ========================================================================== */
.hp-problems { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.hp-problem { display: flex; align-items: center; gap: 12px; background: var(--hp-surface); border: 1px solid var(--hp-border); border-radius: 14px; padding: 16px 18px; transition: transform .2s ease, border-color .35s ease, background-color .35s ease; cursor: default; }
.hp-problem:hover { border-color: var(--hp-green); box-shadow: 0 14px 30px -14px rgba(6,20,14,.18); transform: translateY(-2px); }
.hp-problem__icon { width: 36px; height: 36px; border-radius: 10px; background: var(--hp-green-soft); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: .25s; }
.hp-problem:hover .hp-problem__icon { background: var(--hp-green); }
.hp-problem:hover .hp-problem__icon svg { stroke: #fff; }
.hp-problem__icon svg { width: 18px; height: 18px; stroke: var(--hp-green-text); transition: .25s; }
.hp-problem__text { display: flex; flex-direction: column; min-width: 0; }
.hp-problem__q { font-size: .87rem; font-weight: 600; }
.hp-problem__hint { display: flex; align-items: center; gap: 5px; font-size: 0; max-height: 0; opacity: 0; color: var(--hp-green-text); font-weight: 700; transition: .25s ease; overflow: hidden; }
.hp-problem__hint svg { width: 12px; height: 12px; flex-shrink: 0; }
.hp-problem:hover .hp-problem__hint { font-size: .76rem; max-height: 20px; opacity: 1; margin-top: 4px; }

/* ==========================================================================
   13) STEPS
   ========================================================================== */
.hp-steps { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.hp-steps::before { content: ''; position: absolute; top: 23px; right: 16.5%; left: 16.5%; height: 1px; background: var(--hp-border); }
.hp-step { position: relative; text-align: center; padding: 0 20px; }
.hp-step__number { width: 46px; height: 46px; border-radius: 50%; background: var(--hp-surface); border: 1px solid var(--hp-border); display: flex; align-items: center; justify-content: center; font-weight: 800; margin: 0 auto 20px; position: relative; z-index: 2; font-family: var(--hp-mono); font-size: .9rem; transition: .3s; }
.hp-step:hover .hp-step__number { transform: scale(1.1); border-color: var(--hp-green); box-shadow: 0 0 0 6px var(--hp-green-soft); }
.hp-step:nth-child(2) .hp-step__number { background: var(--hp-ink); border-color: var(--hp-ink); color: var(--hp-green-l); }
.hp-step h3 { font-size: 1.02rem; margin-bottom: 8px; }
.hp-step p { color: var(--hp-muted); font-size: .89rem; margin: 0; }

/* ==========================================================================
   14) SERVICE CARDS
   ========================================================================== */
.hp-services { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hp-service-card { background: var(--hp-surface); border: 1px solid var(--hp-border); border-radius: 16px; padding: 28px 24px; position: relative; transition: transform .25s cubic-bezier(.16,1,.3,1), box-shadow .25s, border-color .35s ease, background-color .35s ease; overflow: hidden; }
.hp-service-card::before { content: ''; position: absolute; inset: 0; background: linear-gradient(135deg, var(--hp-green-soft), transparent 60%); opacity: 0; transition: .3s; }
.hp-service-card:hover { box-shadow: 0 24px 50px -18px rgba(6,20,14,.22); border-color: transparent; transform: translateY(-4px); }
.hp-service-card:hover::before { opacity: 1; }
.hp-service-card__icon { width: 44px; height: 44px; border-radius: 12px; background: var(--hp-green-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; position: relative; z-index: 1; transition: .3s; }
.hp-service-card:hover .hp-service-card__icon { transform: rotate(-8deg) scale(1.08); background: var(--hp-green); }
.hp-service-card:hover .hp-service-card__icon svg { stroke: #fff; }
.hp-service-card__icon svg { width: 21px; height: 21px; stroke: var(--hp-green-text); transition: .3s; }
.hp-service-card h3 { font-size: 1rem; margin-bottom: 8px; position: relative; z-index: 1; }
.hp-service-card p { color: var(--hp-muted); font-size: .87rem; position: relative; z-index: 1; margin-bottom: 14px; }
.hp-link { font-size: .84rem; font-weight: 800; color: var(--hp-green-text); display: inline-flex; align-items: center; gap: 5px; text-decoration: none; position: relative; z-index: 1; }
.hp-link svg { width: 15px; height: 15px; transition: transform .15s; }
.hp-service-card:hover .hp-link svg, .hp-post-card:hover .hp-link svg { transform: translateX(-3px); }

/* ==========================================================================
   15) DARK PANEL (AI / mission blocks) + TERMINAL VARIANT
   ========================================================================== */
.hp-dark-panel { background: var(--hp-ink); border-radius: 22px; overflow: hidden; position: relative; }
.hp-dark-panel__grid { display: grid; grid-template-columns: 1fr 1fr; position: relative; z-index: 1; }
.hp-dark-panel .hp-eyebrow { color: var(--hp-green-l); }
.hp-dark-panel .hp-eyebrow .mono { background: rgba(14,169,117,.18); color: var(--hp-green-l); }
.hp-dark-panel > div, .hp-dark-panel__grid > div:first-child { padding: 56px 50px; }
.hp-dark-panel h2 { color: #fff; }
.hp-dark-panel .hp-lead { color: rgba(255,255,255,.55); margin-bottom: 26px; }

.hp-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: rgba(255,255,255,.08); padding: 50px 40px; align-content: center; }
.hp-feature { display: flex; align-items: flex-start; gap: 10px; padding: 14px; background: var(--hp-ink); }
.hp-feature__check { width: 26px; height: 26px; background: rgba(14,169,117,.18); border-radius: 8px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.hp-feature__check svg { width: 14px; height: 14px; stroke: var(--hp-green-l); }
.hp-feature strong { display: block; color: #fff; font-size: .87rem; margin-bottom: 3px; }
.hp-feature small { color: rgba(255,255,255,.5); font-size: .8rem; line-height: 1.7; }

.hp-terminal { background: rgba(255,255,255,.03); border-right: 1px solid rgba(255,255,255,.08); padding: 40px 34px; display: flex; flex-direction: column; justify-content: center; gap: 3px; }
.hp-terminal .hp-log { font-size: .82rem; opacity: 0; animation: hpTypeIn .5s ease forwards; }
.hp-terminal .hp-log:nth-child(1) { animation-delay: .2s; } .hp-terminal .hp-log:nth-child(2) { animation-delay: .7s; }
.hp-terminal .hp-log:nth-child(3) { animation-delay: 1.2s; } .hp-terminal .hp-log:nth-child(4) { animation-delay: 1.7s; }
.hp-terminal .hp-log:nth-child(5) { animation-delay: 2.2s; } .hp-terminal .hp-log:nth-child(6) { animation-delay: 2.7s; }

/* ==========================================================================
   16) OUTCOMES
   ========================================================================== */
.hp-outcomes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hp-outcome { background: var(--hp-surface); border: 1px solid var(--hp-border); border-radius: 16px; padding: 28px 24px; text-align: right; transition: transform .25s ease, box-shadow .25s ease, border-color .35s ease, background-color .35s ease; }
.hp-outcome:hover { transform: translateY(-4px); box-shadow: 0 20px 44px -18px rgba(6,20,14,.18); border-color: var(--hp-green); }
.hp-outcome > span { width: 42px; height: 42px; border-radius: 11px; background: var(--hp-green-soft); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.hp-outcome > span svg { width: 21px; height: 21px; stroke: var(--hp-green-text); }
.hp-outcome h3 { font-size: .98rem; margin-bottom: 8px; }
.hp-outcome p { color: var(--hp-muted); font-size: .87rem; margin: 0; }

/* ==========================================================================
   17) QUICK FACTS
   ========================================================================== */
.hp-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.hp-fact { background: var(--hp-surface); border: 1px solid var(--hp-border); border-radius: 16px; padding: 26px 18px; text-align: center; transition: transform .25s ease, border-color .35s ease, background-color .35s ease; }
.hp-fact:hover { border-color: var(--hp-green); transform: translateY(-4px); }
.hp-fact b { display: block; font-size: 1.7rem; color: var(--hp-text); margin-bottom: 6px; font-family: var(--hp-mono); }
.hp-fact span { color: var(--hp-muted); font-size: .8rem; font-weight: 600; }

/* ==========================================================================
   18) STATS (qualitative — used on inner pages)
   ========================================================================== */
.hp-stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.hp-stat { background: var(--hp-surface); border: 1px solid var(--hp-border); border-radius: 16px; padding: 24px 18px; text-align: center; transition: .25s; }
.hp-stat:hover { border-color: var(--hp-green); transform: translateY(-4px); }
.hp-stat strong { display: block; font-size: 1.15rem; color: var(--hp-text); margin-bottom: 6px; }
.hp-stat span { color: var(--hp-muted); font-size: .82rem; }

/* ==========================================================================
   19) FAQ
   ========================================================================== */
.hp-faq { max-width: 740px; margin: 0 auto; }
.hp-faq-item { border-bottom: 1px solid var(--hp-border); }
.hp-faq-question { width: 100%; padding: 20px 4px; display: flex; justify-content: space-between; align-items: center; gap: 14px; font-weight: 700; font-size: .95rem; border: none; background: none; text-align: right; cursor: pointer; font-family: inherit; color: var(--hp-text); }
.hp-faq-question svg { width: 22px; height: 22px; padding: 5px; border-radius: 50%; background: var(--hp-green-soft); stroke: var(--hp-green-text); flex-shrink: 0; transition: .3s; }
.hp-faq-item.is-open .hp-faq-question svg { background: var(--hp-ink); stroke: var(--hp-green-l); transform: rotate(135deg); }
.hp-faq-item.is-open .hp-faq-question { color: var(--hp-green-text); }
.hp-faq-answer { max-height: 0; overflow: hidden; opacity: 0; transition: max-height .35s cubic-bezier(.16,1,.3,1), opacity .3s ease; }
.hp-faq-item.is-open .hp-faq-answer { max-height: 400px; opacity: 1; }
.hp-faq-answer p { padding: 0 4px 20px; color: var(--hp-muted); font-size: .89rem; margin: 0; }

/* ==========================================================================
   20) CTA BANNER + FOOTER
   ========================================================================== */
.hp-cta { padding: 96px 0; }
.hp-cta__box { background: var(--hp-ink); border-radius: 22px; padding: 54px; display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap; position: relative; overflow: hidden; }
.hp-cta__box::before { content: ''; position: absolute; width: 280px; height: 280px; border-radius: 50%; background: radial-gradient(circle, var(--hp-teal) 0%, transparent 70%); filter: blur(70px); opacity: .4; bottom: -120px; left: -60px; animation: hpBlobB 16s ease-in-out infinite; }
.hp-cta__box > div:first-child { position: relative; z-index: 1; }
.hp-cta__box h2 { color: #fff; margin-bottom: 6px; font-size: 1.5rem; }
.hp-cta__box p { color: rgba(255,255,255,.55); font-size: .92rem; margin: 0; }
.hp-cta__box .hp-actions { position: relative; z-index: 1; }

.site-footer { border-top: 1px solid var(--hp-border); padding: 48px 0 22px; background: var(--hp-surface); transition: background-color .35s ease, border-color .35s ease; }
.site-footer .site-brand { margin-bottom: 14px; }
.site-footer__grid { display: grid; grid-template-columns: 1.4fr .8fr .8fr 1fr; gap: 40px; padding-bottom: 28px; }
.site-footer__about { max-width: 300px; font-size: .86rem; color: var(--hp-muted); margin: 0; }
.site-footer h4 { font-size: .82rem; margin-bottom: 14px; color: var(--hp-muted-2); font-weight: 800; }
.site-footer ul { list-style: none; display: flex; flex-direction: column; gap: 10px; margin: 0; padding: 0; }
.site-footer ul a { color: var(--hp-muted); text-decoration: none; font-size: .87rem; transition: .15s; }
.site-footer ul a:hover { color: var(--hp-green); }
.site-footer__contact li { display: flex; align-items: flex-start; gap: 9px; color: var(--hp-muted); font-size: .87rem; }
.site-footer__contact svg { width: 16px; height: 16px; stroke: var(--hp-green); flex-shrink: 0; margin-top: 2px; }
.site-footer__bottom { border-top: 1px solid var(--hp-border); padding-top: 18px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; font-size: .78rem; color: var(--hp-muted-2); }
.site-footer__bottom span:last-child { display: flex; align-items: center; gap: 7px; }
.site-footer__bottom span:last-child::before { content: ''; width: 6px; height: 6px; background: var(--hp-green); border-radius: 50%; animation: hpPulseGreen 2.4s ease-out infinite; flex-shrink: 0; }
.site-footer__status { display: flex; align-items: center; gap: 7px; text-decoration: none; color: var(--hp-muted-2); font-weight: 600; transition: color .15s; }
.site-footer__status:hover { color: var(--hp-green); }
.site-footer__status i { width: 6px; height: 6px; background: var(--hp-green); border-radius: 50%; animation: hpPulseGreen 2.4s ease-out infinite; flex-shrink: 0; }

.hp-mobile-chat { display: none; position: fixed; left: 16px; right: 16px; bottom: 16px; z-index: 150; }
.hp-mobile-chat .hp-btn { width: 100%; justify-content: center; box-shadow: var(--hp-shadow-lg); }

/* ==========================================================================
   21) INNER PAGE HERO
   ========================================================================== */
.hp-page-hero { position: relative; background: var(--hp-ink); padding: 70px 0; overflow: hidden; }
.hp-page-hero__inner { position: relative; max-width: 700px; z-index: 1; }
.hp-page-hero .hp-eyebrow { color: var(--hp-green-l); }
.hp-page-hero .hp-eyebrow .mono { background: rgba(14,169,117,.18); color: var(--hp-green-l); }
.hp-page-hero h1 { color: #fff; font-size: clamp(1.8rem, 3.6vw, 2.6rem); margin-bottom: 14px; }
.hp-page-hero p { color: rgba(255,255,255,.6); font-size: 1rem; margin: 0; max-width: 620px; }

/* ==========================================================================
   22) CONTACT PAGE
   ========================================================================== */
.hp-contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hp-contact-card { background: var(--hp-surface); border: 1px solid var(--hp-border); border-radius: 16px; padding: 26px; text-align: center; transition: transform .25s ease, box-shadow .25s ease, border-color .35s ease, background-color .35s ease; }
.hp-contact-card:hover { border-color: var(--hp-green); transform: translateY(-4px); box-shadow: 0 20px 44px -18px rgba(6,20,14,.18); }
.hp-contact-card__icon { width: 46px; height: 46px; border-radius: 12px; background: var(--hp-green-soft); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.hp-contact-card__icon svg { width: 22px; height: 22px; stroke: var(--hp-green-text); }
.hp-contact-card h3 { font-size: .95rem; margin-bottom: 6px; }
.hp-contact-card p { color: var(--hp-muted); font-size: .9rem; margin: 0; direction: ltr; unicode-bidi: isolate; }

.hp-contact-main { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hp-contact-panel, .hp-contact-chat { background: var(--hp-paper); border: 1px solid var(--hp-border); border-radius: var(--hp-radius); padding: 40px; }
.hp-contact-chat { background: var(--hp-ink); border-color: transparent; }
.hp-contact-chat .hp-eyebrow { color: var(--hp-green-l); }
.hp-contact-chat h2 { color: #fff; }
.hp-contact-chat p { color: rgba(255,255,255,.6); margin-bottom: 24px; }

/* ==========================================================================
   23) POSTS / KNOWLEDGE BASE
   ========================================================================== */
.hp-post-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.hp-post-card { background: var(--hp-surface); border: 1px solid var(--hp-border); border-radius: 16px; overflow: hidden; transition: transform .25s ease, box-shadow .25s ease, border-color .35s ease, background-color .35s ease; }
.hp-post-card:hover { transform: translateY(-4px); box-shadow: 0 20px 44px -18px rgba(6,20,14,.18); border-color: var(--hp-green); }
.hp-post-card__body { padding: 24px; }
.hp-post-card__meta { font-family: var(--hp-mono); font-size: .72rem; color: var(--hp-muted-2); display: inline-block; margin-bottom: 10px; direction: ltr; }
.hp-post-card h3 { font-size: 1rem; margin-bottom: 8px; }
.hp-post-card h3 a { text-decoration: none; color: var(--hp-text); }
.hp-post-card h3 a:hover { color: var(--hp-green-text); }
.hp-post-card p { color: var(--hp-muted); font-size: .87rem; margin-bottom: 14px; }

/* ==========================================================================
   24) WYSIWYG CONTENT
   ========================================================================== */
.hp-content__inner { max-width: 800px; }
.hp-content__inner h2 { font-size: 1.5rem; margin-top: 1.4em; }
.hp-content__inner h3 { font-size: 1.2rem; margin-top: 1.2em; }
.hp-content__inner p { color: var(--hp-text); line-height: 1.9; }
.hp-content__inner a { color: var(--hp-green-text); text-decoration-color: var(--hp-green); }
.hp-content__inner img { border-radius: var(--hp-radius-sm); margin: 1.4em 0; }
.hp-content__inner ul, .hp-content__inner ol { padding-right: 1.4em; color: var(--hp-text); line-height: 1.9; }
.hp-content__inner blockquote { border-right: 3px solid var(--hp-green); margin: 1.6em 0; padding: .4em 1.4em; color: var(--hp-muted); background: var(--hp-green-soft); border-radius: 0 var(--hp-radius-sm) var(--hp-radius-sm) 0; }
.hp-content__inner code { background: var(--hp-green-soft); padding: .15em .45em; border-radius: 5px; font-family: var(--hp-mono); font-size: .9em; direction: ltr; display: inline-block; }

/* ==========================================================================
   25) EMPTY STATE
   ========================================================================== */
.hp-empty { text-align: center; padding: 60px 20px; max-width: 480px; margin: 0 auto; }
.hp-empty h1 { font-size: 3rem; color: var(--hp-green); margin-bottom: 6px; font-family: var(--hp-mono); }
.hp-empty h2 { font-size: 1.3rem; margin-bottom: 10px; }
.hp-empty p { color: var(--hp-muted); margin-bottom: 24px; }

/* ==========================================================================
   26) LIVE ENHANCEMENTS (scroll bar, rotating word, signal fx, tilt/spotlight)
   ========================================================================== */
.hp-scrollbar { position: fixed; top: 0; right: 0; left: 0; height: 3px; z-index: 300; background: transparent; }
.hp-scrollbar__fill { height: 100%; width: 0%; background: linear-gradient(90deg, var(--hp-green), var(--hp-teal)); transition: width .1s linear; }

.hp-rotate { display: inline-block; white-space: nowrap; vertical-align: bottom; position: relative; }
.hp-rotate b { font-weight: 800; background: linear-gradient(90deg, var(--hp-green-l), var(--hp-teal), var(--hp-green-l)); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: hpGradFlow 5s ease infinite; display: inline-block; transition: opacity .25s ease, transform .25s ease; opacity: 1; transform: translateY(0); }
.hp-rotate b.hp-rotate--out { opacity: 0; transform: translateY(6px); }
.hp-rotate b.hp-rotate--in { opacity: 0; transform: translateY(-6px); }

.hp-signal { position: absolute; inset: -50px 0; width: 100%; height: calc(100% + 100px); z-index: 1; pointer-events: none; opacity: .9; }
.hp-console { position: relative; z-index: 2; }

.hp-boot { position: absolute; inset: 0; z-index: 5; background: var(--hp-ink); display: flex; align-items: center; padding: 26px 24px; opacity: 1; transition: opacity .5s ease; }
.hp-boot.is-hidden { opacity: 0; pointer-events: none; }
.hp-boot__lines { width: 100%; }
.hp-boot__line { font-family: var(--hp-mono); font-size: .8rem; color: var(--hp-green-l); margin-bottom: 8px; opacity: 0; direction: ltr; text-align: left; white-space: nowrap; overflow: hidden; }
.hp-boot__line.is-shown { opacity: 1; }
.hp-boot__line .hp-boot__ok { color: var(--hp-green-l); font-weight: 700; }
.hp-boot__bar { height: 4px; background: rgba(255,255,255,.08); border-radius: 99px; overflow: hidden; margin-top: 6px; }
.hp-boot__bar-fill { height: 100%; width: 0%; background: linear-gradient(90deg, var(--hp-green), var(--hp-teal)); transition: width .35s ease; }

.hp-try__ring-wrap { position: relative; width: 44px; height: 44px; flex-shrink: 0; }
.hp-try__ring-wrap svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.hp-try__ring-bg { fill: none; stroke: rgba(255,255,255,.1); stroke-width: 3; }
.hp-try__ring-bar { fill: none; stroke: var(--hp-green-l); stroke-width: 3; stroke-linecap: round; stroke-dasharray: 113; stroke-dashoffset: 113; transition: stroke-dashoffset 1s cubic-bezier(.16,1,.3,1); }
.hp-try__ring-pct { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; font-family: var(--hp-mono); font-size: .62rem; font-weight: 700; color: #fff; }

.hp-spark { position: absolute; width: 5px; height: 5px; border-radius: 50%; background: var(--hp-green-l); pointer-events: none; animation: hpSparkOut .6s ease-out forwards; }
@keyframes hpSparkOut { to { transform: translate(var(--sx), var(--sy)) scale(0); opacity: 0; } }

.hp-marquee--icons { margin-top: 0; padding: 10px 0 22px; border-top: none; }
.hp-marquee__track--rev { animation-direction: reverse; animation-duration: 32s; opacity: .5; }
.hp-marquee__track span.hp-marquee__dot { width: 34px; height: 34px; padding: 0; margin: 0 14px; border-radius: 10px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; }
.hp-marquee__dot svg { width: 16px; height: 16px; stroke: var(--hp-teal); }

.hp-tilt { position: relative; transition: transform .25s ease, box-shadow .25s ease; transform: perspective(800px) rotateX(var(--hp-ry, 0deg)) rotateY(var(--hp-rx, 0deg)) translateZ(0); }
.hp-tilt > * { position: relative; z-index: 1; }
.hp-tilt::after { content: ''; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(220px circle at var(--hp-mx, 50%) var(--hp-my, 50%), rgba(14,169,117,.14), transparent 65%); opacity: 0; transition: opacity .3s ease; pointer-events: none; z-index: 0; }
.hp-tilt:hover::after { opacity: 1; }

@media (pointer: coarse) {
  .hp-tilt { transform: none !important; }
}

.hp-ekg-strip { position: relative; height: 54px; border-top: 1px solid rgba(255,255,255,.08); overflow: hidden; display: flex; align-items: center; }
.hp-ekg-wave { position: absolute; inset: 0; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 54'%3E%3Cpath d='M0,29 L68,29 L86,29 L96,7 L106,49 L116,14 L126,29 L145,29 L300,29' fill='none' stroke='%232dd4a0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); background-repeat: repeat-x; background-size: 300px 54px; opacity: .5; animation: hpEkgScroll 4.5s linear infinite; }
.hp-ekg-label { position: relative; margin: 0 auto; display: flex; align-items: center; gap: 8px; background: var(--hp-ink); padding: 6px 16px; border-radius: 999px; border: 1px solid rgba(255,255,255,.1); font-size: .76rem; font-weight: 700; color: rgba(255,255,255,.65); }
.hp-ekg-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--hp-green-l); animation: hpPulseGreen 1.8s ease-out infinite; flex-shrink: 0; }

.hp-mini-tracker { position: fixed; bottom: 22px; left: 22px; z-index: 150; display: flex; align-items: center; gap: 10px; background: var(--hp-ink); color: #fff; border-radius: 999px; padding: 7px 8px 7px 16px; box-shadow: var(--hp-shadow-lg); opacity: 0; transform: translateY(16px) scale(.96); pointer-events: none; transition: opacity .35s ease, transform .35s ease; }
.hp-mini-tracker.is-visible { opacity: 1; transform: translateY(0) scale(1); pointer-events: auto; }
.hp-mini-tracker__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--hp-amber); animation: hpPulseAmber 1.6s ease-out infinite; flex-shrink: 0; }
.hp-mini-tracker__text { display: flex; flex-direction: column; line-height: 1.3; }
.hp-mini-tracker__text strong { font-size: .78rem; }
.hp-mini-tracker__text span { font-size: .7rem; color: rgba(255,255,255,.55); }
.hp-mini-tracker__cta { width: 30px; height: 30px; border-radius: 50%; background: var(--hp-green); border: none; display: flex; align-items: center; justify-content: center; cursor: pointer; flex-shrink: 0; transition: transform .15s ease; }
.hp-mini-tracker__cta:hover { transform: scale(1.08); }
.hp-mini-tracker__cta svg { width: 14px; height: 14px; stroke: #04231a; }
@media (max-width: 860px) {
  .hp-mini-tracker { display: none; }
}

/* ==========================================================================
   28) COMPARISON (traditional support vs Helpora)
   ========================================================================== */
.hp-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--hp-border); border: 1px solid var(--hp-border); border-radius: var(--hp-radius); overflow: hidden; }
.hp-compare__col { background: var(--hp-surface); padding: 28px 26px; transition: background-color .35s ease; }
.hp-compare__col--old { background: var(--hp-surface); }
.hp-compare__col--new { background: var(--hp-ink); }
.hp-compare__head { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--hp-border); }
.hp-compare__col--new .hp-compare__head { border-bottom-color: rgba(255,255,255,.1); }
.hp-compare__head span { font-weight: 800; font-size: .95rem; color: var(--hp-muted); }
.hp-compare__col--new .hp-compare__head span { color: #fff; }
.hp-compare__badge { width: 30px; height: 30px; border-radius: 9px; display: flex; align-items: center; justify-content: center; background: var(--hp-border); flex-shrink: 0; }
.hp-compare__col--new .hp-compare__badge { background: var(--hp-green); }
.hp-compare__badge svg { width: 15px; height: 15px; stroke: #8b968f; }
.hp-compare__col--new .hp-compare__badge svg { stroke: #04231a; }
.hp-compare__row { display: flex; align-items: flex-start; gap: 10px; padding: 12px 0; font-size: .87rem; color: var(--hp-muted); border-bottom: 1px dashed var(--hp-border); }
.hp-compare__row:last-child { border-bottom: none; }
.hp-compare__col--new .hp-compare__row { color: rgba(255,255,255,.8); border-bottom-color: rgba(255,255,255,.08); }
.hp-compare__row svg { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; stroke: #b8bfba; }
.hp-compare__col--new .hp-compare__row svg { stroke: var(--hp-green-l); }

/* ==========================================================================
   29) TRY-IT MICRO-INTERACTIONS (typing dots, try-again, shortcut hint)
   ========================================================================== */
.hp-typing { display: inline-flex; gap: 3px; align-items: center; }
.hp-typing span { width: 4px; height: 4px; border-radius: 50%; background: var(--hp-amber); animation: hpTypingBounce 1s ease-in-out infinite; }
.hp-typing span:nth-child(2) { animation-delay: .15s; }
.hp-typing span:nth-child(3) { animation-delay: .3s; }
@keyframes hpTypingBounce { 0%, 60%, 100% { transform: translateY(0); opacity: .5; } 30% { transform: translateY(-3px); opacity: 1; } }

.hp-try__again { display: inline-flex; align-items: center; gap: 5px; font-size: .76rem; font-weight: 700; color: rgba(255,255,255,.4); background: none; border: none; cursor: pointer; padding: 0; margin-top: 10px; font-family: inherit; transition: color .15s; }
.hp-try__again:hover { color: rgba(255,255,255,.75); }
.hp-try__again svg { width: 12px; height: 12px; }

.hp-try__hint { text-align: center; font-size: .72rem; color: rgba(255,255,255,.3); margin-top: 12px; }
.hp-try__hint kbd { font-family: var(--hp-mono); background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 4px; padding: 1px 6px; color: rgba(255,255,255,.6); }

/* ==========================================================================
   31) STATUS PAGE
   ========================================================================== */
.hp-status-banner { display: flex; align-items: center; gap: 20px; background: var(--hp-surface); border: 1px solid var(--hp-border); border-radius: var(--hp-radius); padding: 32px; margin-bottom: 40px; transition: background-color .35s ease, border-color .35s ease; }
.hp-status-banner__icon { width: 56px; height: 56px; border-radius: 16px; background: var(--hp-green-soft); display: flex; align-items: center; justify-content: center; flex-shrink: 0; position: relative; }
.hp-status-banner__icon svg { width: 28px; height: 28px; stroke: var(--hp-green); }
.hp-status-banner__icon::after { content: ''; position: absolute; inset: -5px; border: 2px solid var(--hp-green); border-radius: 20px; opacity: .4; animation: hpPulseGreen 2.2s ease-out infinite; }
.hp-status-banner h2 { font-size: 1.2rem; margin-bottom: 4px; }
.hp-status-banner p { color: var(--hp-muted); font-size: .88rem; margin: 0; }

.hp-status-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin-bottom: 48px; }
.hp-status-item { display: flex; align-items: center; gap: 14px; background: var(--hp-surface); border: 1px solid var(--hp-border); border-radius: 14px; padding: 18px 20px; transition: background-color .35s ease, border-color .35s ease; }
.hp-status-item__icon { width: 38px; height: 38px; border-radius: 10px; background: var(--hp-green-soft); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hp-status-item__icon svg { width: 19px; height: 19px; stroke: var(--hp-green-text); }
.hp-status-item__name { font-weight: 700; font-size: .9rem; margin-bottom: 3px; }
.hp-status-item__badge { display: inline-flex; align-items: center; gap: 6px; font-size: .76rem; font-weight: 700; color: var(--hp-green-text); }
.hp-status-item__badge i { width: 6px; height: 6px; background: var(--hp-green); border-radius: 50%; animation: hpPulseGreen 2.2s ease-out infinite; }

.hp-status-history { background: var(--hp-surface); border: 1px solid var(--hp-border); border-radius: var(--hp-radius); padding: 32px; text-align: center; transition: background-color .35s ease, border-color .35s ease; }
.hp-status-history svg { width: 34px; height: 34px; stroke: var(--hp-muted-2); margin: 0 auto 14px; }
.hp-status-history strong { display: block; font-size: 1rem; margin-bottom: 6px; }
.hp-status-history p { color: var(--hp-muted); font-size: .87rem; margin: 0; }

/* ==========================================================================
   32) RESPONSIVE
   ========================================================================== */
@media (max-width: 1024px) {
  .hp-services, .hp-post-list { grid-template-columns: repeat(2, 1fr); }
  .hp-dark-panel__grid { grid-template-columns: 1fr; }
  .hp-terminal { border-right: none; border-top: 1px solid rgba(255,255,255,.08); }
  .hp-contact-main { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  ul.primary-menu, .site-header__cta { display: none; }
  .menu-toggle { display: flex; }
  .site-nav { position: fixed; inset: 65px 0 0 0; background: var(--hp-surface); display: flex; z-index: 199; padding: 10px 24px 24px; transform: translateY(-10px); opacity: 0; pointer-events: none; transition: .25s; overflow-y: auto; }
  .site-nav.is-open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  ul.primary-menu { flex-direction: column; width: 100%; gap: 0; }
  ul.primary-menu a { padding: 15px 6px; border-bottom: 1px solid var(--hp-border); border-radius: 0; font-size: 1rem; }
  .hp-mobile-chat { display: block; }
  .hp-steps, .hp-problems, .hp-outcomes, .hp-contact-grid { grid-template-columns: 1fr; }
  .hp-compare { grid-template-columns: 1fr; }
  .hp-status-grid { grid-template-columns: 1fr; }
  .hp-steps::before { display: none; }
  .hp-facts, .hp-stats { grid-template-columns: 1fr 1fr; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .hp-feature-list { grid-template-columns: 1fr; padding: 34px 30px; }
}
@media (max-width: 640px) {
  .hp-hero { padding: 56px 0 0; }
  .hp-section, .hp-cta { padding: 64px 0; }
  .hp-hero .hp-actions { flex-direction: column; align-items: stretch; }
  .hp-hero .hp-actions .hp-btn { justify-content: center; }
  .hp-timeline { grid-template-columns: 1fr 1fr; gap: 18px 0; }
  .hp-timeline::before, .hp-timeline::after { display: none; }
  .hp-float-chip { display: none; }
  .hp-signal { display: none; }
  .hp-marquee--icons { padding: 4px 0 16px; }
  .hp-services, .hp-post-list { grid-template-columns: 1fr; }
  .hp-facts { grid-template-columns: 1fr; }
  .hp-stats { grid-template-columns: 1fr 1fr; }
  .site-footer__grid { grid-template-columns: 1fr; }
  .hp-cta__box { padding: 34px 24px; flex-direction: column; align-items: stretch; text-align: center; }
  .hp-cta__box .hp-actions { flex-direction: column; }
  .hp-console__body { padding: 20px 16px; }
  .hp-dark-panel > div, .hp-dark-panel__grid > div:first-child { padding: 40px 26px; }
  .hp-contact-panel, .hp-contact-chat { padding: 28px 22px; }
  .site-footer__bottom { flex-direction: column; align-items: flex-start; }
}
