/* Catalog service pages — unique hero mockup visuals (AI + Security & Support) */

.catalog-hero-mockup-wrap {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.catalog-hero-mockup {
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(145deg, #1a1a24, #2a2a38);
  border: 2px solid rgba(255, 138, 0, 0.25);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(255, 138, 0, 0.08);
}

.chm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.75rem 1rem;
  background: rgba(0, 0, 0, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.chm-dots {
  display: flex;
  gap: 6px;
}

.chm-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.chm-dots span:nth-child(1) { background: #ff5f57; }
.chm-dots span:nth-child(2) { background: #febc2e; }
.chm-dots span:nth-child(3) { background: #28c840; }

.chm-title {
  font-size: 0.72rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.chm-body {
  padding: 1rem 1.1rem 1.15rem;
  min-height: 268px;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* ─── Shared helpers ─── */
.hv-log { display: flex; flex-direction: column; gap: 0.35rem; margin-top: auto; }
.hv-log-line {
  font-size: 0.66rem;
  color: var(--text-secondary);
  padding: 0.4rem 0.55rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.2);
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}
.hv-log-line i { margin-right: 0.3rem; opacity: 0.75; }
.hv-log-line.ok { border-left-color: var(--primary-color); color: rgba(255, 138, 0, 0.9); }

.hv-pills { display: flex; flex-wrap: wrap; gap: 0.4rem; margin-top: auto; }
.hv-pills span {
  font-size: 0.62rem;
  padding: 0.28rem 0.55rem;
  border-radius: 999px;
  background: rgba(40, 200, 64, 0.1);
  border: 1px solid rgba(40, 200, 64, 0.25);
  color: #28c840;
  font-weight: 600;
}
.hv-pills span i { margin-right: 0.25rem; }

/* ─── AI Business Automation ─── */
.hv-flow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}
.hv-flow-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.6rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.62rem;
  color: var(--text-secondary);
  min-width: 64px;
}
.hv-flow-node i { color: var(--text-tertiary); font-size: 0.9rem; }
.hv-flow-node.done i { color: #28c840; }
.hv-flow-node.active {
  border-color: rgba(255, 138, 0, 0.45);
  background: rgba(255, 138, 0, 0.1);
  color: var(--primary-color);
}
.hv-flow-node.active i { color: var(--primary-color); }
.hv-flow-arrow { color: var(--text-tertiary); font-size: 0.55rem; }

.hv-mini-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
}
.hv-stat {
  text-align: center;
  padding: 0.45rem 0.3rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.hv-stat .n { display: block; font-size: 0.95rem; font-weight: 800; color: #fff; }
.hv-stat .l { font-size: 0.58rem; color: var(--text-tertiary); text-transform: uppercase; }
.hv-stat.ok .n { color: var(--primary-color); }

/* ─── Custom AI Solutions ─── */
.hv-ai-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.45rem;
}
.hv-ai-tile {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0.55rem;
  border-radius: 10px;
  background: rgba(255, 138, 0, 0.08);
  border: 1px solid rgba(255, 138, 0, 0.2);
  font-size: 0.65rem;
  color: var(--text-primary);
  position: relative;
}
.hv-ai-tile i { font-size: 1rem; color: var(--primary-color); }
.hv-ai-tile em {
  font-size: 0.55rem;
  font-style: normal;
  color: #28c840;
  font-weight: 700;
}
.hv-ai-tile.dim { opacity: 0.55; border-style: dashed; }
.hv-ai-tile.dim em { color: var(--text-tertiary); }

.hv-prompt-box {
  padding: 0.65rem 0.75rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
}
.hv-prompt-label {
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-tertiary);
  font-weight: 700;
}
.hv-prompt-box p {
  font-size: 0.72rem;
  color: var(--text-secondary);
  margin: 0.35rem 0;
  line-height: 1.4;
}
.hv-prompt-result {
  font-size: 0.66rem;
  color: var(--primary-color);
  font-weight: 600;
}
.hv-prompt-result i { margin-right: 0.25rem; }

/* ─── AI Chatbot ─── */
.hv-chat { display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.hv-chat-msg {
  display: flex;
  font-size: 0.7rem;
  line-height: 1.45;
}
.hv-chat-msg.bot .bubble {
  background: rgba(255, 138, 0, 0.12);
  border: 1px solid rgba(255, 138, 0, 0.22);
  border-radius: 12px 12px 12px 4px;
  padding: 0.5rem 0.7rem;
  max-width: 88%;
  color: var(--text-primary);
}
.hv-chat-msg.user { justify-content: flex-end; }
.hv-chat-msg.user .bubble {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px 12px 4px 12px;
  padding: 0.5rem 0.7rem;
  max-width: 75%;
  color: var(--text-secondary);
}
.hv-chat-typing {
  display: flex;
  gap: 4px;
  padding: 0.4rem 0.65rem;
  width: fit-content;
  background: rgba(255, 138, 0, 0.08);
  border-radius: 12px;
}
.hv-chat-typing span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary-color);
  animation: hvTyping 1.2s ease infinite;
}
.hv-chat-typing span:nth-child(2) { animation-delay: 0.15s; }
.hv-chat-typing span:nth-child(3) { animation-delay: 0.3s; }
@keyframes hvTyping {
  0%, 60%, 100% { opacity: 0.3; transform: translateY(0); }
  30% { opacity: 1; transform: translateY(-3px); }
}

/* ─── AI Voice Agent ─── */
.hv-call-ui {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.hv-call-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 138, 0, 0.15);
  border: 2px solid rgba(255, 138, 0, 0.35);
  color: var(--primary-color);
  font-size: 1.1rem;
  animation: hvPulse 2s ease infinite;
}
@keyframes hvPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 138, 0, 0.3); }
  50% { box-shadow: 0 0 0 8px rgba(255, 138, 0, 0); }
}
.hv-call-info strong { display: block; font-size: 0.85rem; color: #fff; }
.hv-call-status {
  font-size: 0.68rem;
  color: #28c840;
  font-weight: 600;
}
.hv-call-status i { font-size: 0.45rem; margin-right: 0.25rem; }

.hv-waveform {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 3px;
  height: 48px;
  padding: 0.25rem 0;
}
.hv-waveform span {
  width: 4px;
  height: var(--h, 40%);
  border-radius: 2px;
  background: linear-gradient(180deg, var(--primary-color), rgba(255, 138, 0, 0.35));
  animation: hvWave 0.8s ease-in-out infinite alternate;
}
.hv-waveform span:nth-child(odd) { animation-delay: 0.1s; }
.hv-waveform span:nth-child(3n) { animation-delay: 0.25s; }
@keyframes hvWave {
  from { transform: scaleY(0.5); }
  to { transform: scaleY(1); }
}

.hv-transcript {
  font-size: 0.68rem;
  line-height: 1.5;
  color: var(--text-secondary);
  padding: 0.55rem 0.65rem;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.2);
  margin-top: auto;
}
.hv-transcript em { font-style: normal; color: var(--text-tertiary); font-weight: 700; }
.hv-transcript .ai em { color: var(--primary-color); }

/* ─── AI CRM Automation ─── */
.hv-pipeline {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
}
.hv-pipe-col .lbl {
  display: block;
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-tertiary);
  margin-bottom: 0.35rem;
  font-weight: 700;
}
.hv-lead {
  font-size: 0.68rem;
  padding: 0.4rem 0.5rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--text-secondary);
  margin-bottom: 0.3rem;
}
.hv-lead.hot { border-color: rgba(255, 138, 0, 0.35); color: var(--primary-color); }
.hv-lead.won { border-color: rgba(40, 200, 64, 0.35); color: #28c840; }

.hv-score-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-top: auto;
}
.hv-score {
  text-align: center;
  padding: 0.4rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.hv-score span { display: block; font-size: 0.58rem; color: var(--text-tertiary); }
.hv-score strong { font-size: 0.82rem; color: #fff; }
.hv-score.ok strong { color: var(--primary-color); }

/* ─── AI Integration ─── */
.hv-hub {
  position: relative;
  height: 140px;
  margin: 0.25rem 0;
}
.hv-hub-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 138, 0, 0.15);
  border: 2px solid rgba(255, 138, 0, 0.4);
  font-size: 0.58rem;
  color: var(--primary-color);
  font-weight: 700;
  z-index: 2;
}
.hv-hub-center i { font-size: 1.1rem; margin-bottom: 0.1rem; }
.hv-hub-node {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  font-size: 0.58rem;
  color: var(--text-secondary);
  padding: 0.35rem 0.5rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.hv-hub-node i { color: var(--primary-color); font-size: 0.85rem; }
.hv-hub-node.t { top: 0; left: 50%; transform: translateX(-50%); }
.hv-hub-node.r { right: 0; top: 50%; transform: translateY(-50%); }
.hv-hub-node.b { bottom: 0; left: 50%; transform: translateX(-50%); }
.hv-hub-node.l { left: 0; top: 50%; transform: translateY(-50%); }

.hv-api-status {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: auto;
  font-size: 0.66rem;
  color: var(--text-secondary);
}
.hv-api-status span.ok { color: #28c840; }
.hv-api-status i { margin-right: 0.25rem; }

/* ─── Cyber Security ─── */
.hv-shield-center {
  text-align: center;
  margin-bottom: 0.25rem;
}
.hv-shield-center i {
  font-size: 2.2rem;
  color: var(--primary-color);
  filter: drop-shadow(0 0 14px rgba(255, 138, 0, 0.35));
}
.hv-sec-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.4rem;
}
.hv-sec-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.68rem;
  color: var(--text-secondary);
}
.hv-sec-item i { color: var(--text-tertiary); width: 14px; }
.hv-sec-item em { margin-left: auto; font-style: normal; font-weight: 700; font-size: 0.62rem; }
.hv-sec-item.ok em { color: var(--primary-color); }
.hv-sec-item.warn em { color: #febc2e; }

/* ─── Website Maintenance ─── */
.hv-checklist { display: flex; flex-direction: column; gap: 0.4rem; flex: 1; }
.hv-check {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.7rem;
  color: var(--text-secondary);
}
.hv-check i { width: 16px; color: var(--text-tertiary); }
.hv-check.done i { color: #28c840; }
.hv-check.active { border-color: rgba(255, 138, 0, 0.3); color: var(--primary-color); }
.hv-check.active i { color: var(--primary-color); }
.hv-check em { margin-left: auto; font-style: normal; font-size: 0.62rem; color: var(--text-tertiary); font-weight: 700; }

.hv-uptime {
  font-size: 0.68rem;
  color: var(--text-secondary);
  text-align: center;
  padding: 0.5rem;
  border-radius: 8px;
  background: rgba(40, 200, 64, 0.08);
  border: 1px solid rgba(40, 200, 64, 0.2);
  margin-top: auto;
}
.hv-uptime i { color: #28c840; margin-right: 0.3rem; }
.hv-uptime strong { color: #28c840; }

/* ─── Website Performance ─── */
.hv-vitals {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem;
}
.hv-vital {
  text-align: center;
  padding: 0.4rem 0.25rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.hv-vital .lbl { display: block; font-size: 0.55rem; color: var(--text-tertiary); text-transform: uppercase; font-weight: 700; }
.hv-vital .val { font-size: 0.78rem; font-weight: 800; color: #fff; }
.hv-vital.good .val { color: #28c840; }
.hv-vital.warn .val { color: #febc2e; }

.hv-speed-gauge {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: auto;
  padding-top: 0.5rem;
}
.hv-gauge-ring {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: conic-gradient(var(--primary-color) 0deg 338deg, rgba(255, 255, 255, 0.08) 338deg);
  flex-shrink: 0;
}
.hv-gauge-ring span {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #1e1e28;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--primary-color);
}
.hv-gauge-meta strong { display: block; font-size: 0.82rem; color: #fff; }
.hv-gauge-meta span { font-size: 0.68rem; color: var(--text-secondary); }

/* ─── Technical Support ─── */
.hv-tickets { display: flex; flex-direction: column; gap: 0.4rem; flex: 1; }
.hv-ticket {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.5rem;
  align-items: center;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.68rem;
}
.hv-ticket .id { color: var(--primary-color); font-weight: 700; }
.hv-ticket .subj { color: var(--text-secondary); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.hv-ticket em { font-style: normal; font-size: 0.58rem; font-weight: 700; color: var(--text-tertiary); }
.hv-ticket.urgent { border-color: rgba(255, 95, 87, 0.4); }
.hv-ticket.urgent em { color: #ff5f57; }
.hv-ticket.resolved em { color: #28c840; }

.hv-support-meta {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.66rem;
  color: var(--text-secondary);
  margin-top: auto;
}
.hv-support-meta strong { color: #fff; }
.hv-support-meta .ok { color: #28c840; }
.hv-support-meta i { margin-right: 0.25rem; }

/* ─── Server Management ─── */
.hv-servers { display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.hv-server {
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.hv-srv-head {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  color: var(--text-primary);
  margin-bottom: 0.45rem;
}
.hv-srv-head i { color: var(--primary-color); }
.hv-srv-head em { margin-left: auto; font-style: normal; font-size: 0.6rem; color: #28c840; font-weight: 700; }

.hv-bar-row {
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.3rem;
  font-size: 0.58rem;
}
.hv-bar-row .lbl { color: var(--text-tertiary); font-weight: 700; }
.hv-bar-row .pct { color: var(--text-secondary); text-align: right; font-weight: 600; }
.hv-bar-track {
  height: 5px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
}
.hv-bar-track span {
  display: block;
  height: 100%;
  width: var(--w, 50%);
  border-radius: 3px;
  background: linear-gradient(90deg, var(--primary-color), rgba(255, 138, 0, 0.5));
}
.hv-bar-row.mem .hv-bar-track span {
  background: linear-gradient(90deg, #6366f1, rgba(99, 102, 241, 0.5));
}

/* ─── Cloud Infrastructure ─── */
.hv-cloud-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
}
.hv-cloud-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0.55rem 0.35rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.65rem;
  color: var(--text-secondary);
  text-align: center;
}
.hv-cloud-node i { font-size: 1.15rem; }
.hv-cloud-node.aws i { color: #ff9900; }
.hv-cloud-node.azure i { color: #0078d4; }
.hv-cloud-node.gcp i { color: #4285f4; }
.hv-cloud-node em { font-style: normal; font-size: 0.55rem; color: var(--text-tertiary); }

.hv-cloud-stats {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.66rem;
  color: var(--text-secondary);
  margin-top: auto;
}
.hv-cloud-stats strong { color: #fff; }
.hv-cloud-stats .ok strong { color: #28c840; }
.hv-cloud-stats i { margin-right: 0.25rem; color: var(--primary-color); }

/* ─── Managed IT ─── */
.hv-it-desk {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.hv-it-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 0.35rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}
.hv-it-card i { font-size: 1rem; color: var(--primary-color); }
.hv-it-card strong { font-size: 1rem; color: #fff; }
.hv-it-card span { font-size: 0.58rem; color: var(--text-tertiary); }
.hv-it-card.ok { border-color: rgba(255, 138, 0, 0.3); }

.hv-it-queue { display: flex; flex-direction: column; gap: 0.35rem; margin-top: auto; }
.hv-it-item {
  font-size: 0.66rem;
  color: var(--text-secondary);
  padding: 0.4rem 0.55rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.2);
  border-left: 2px solid rgba(255, 138, 0, 0.35);
}
.hv-it-item i { margin-right: 0.3rem; color: var(--primary-color); }

/* ─── Backup & DR ─── */
.hv-backup-timeline { display: flex; flex-direction: column; gap: 0.5rem; flex: 1; }
.hv-bk-point {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  font-size: 0.68rem;
}
.hv-bk-point .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  margin-top: 0.2rem;
  flex-shrink: 0;
  position: relative;
}
.hv-bk-point.done .dot { background: #28c840; }
.hv-bk-point.active .dot {
  background: var(--primary-color);
  box-shadow: 0 0 8px rgba(255, 138, 0, 0.5);
}
.hv-bk-point strong { display: block; color: #fff; font-size: 0.72rem; }
.hv-bk-point span { color: var(--text-tertiary); font-size: 0.62rem; }

.hv-dr-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.66rem;
  color: var(--text-secondary);
  margin-top: auto;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.hv-dr-meta strong { color: #fff; }
.hv-dr-meta .ok strong { color: #28c840; }
.hv-dr-meta i { margin-right: 0.2rem; color: var(--primary-color); }

/* ═══════════════════════════════════════════════════════════
   HV2 — Premium hero visuals (9 upgraded services)
   ═══════════════════════════════════════════════════════════ */

.chm-body:has([class*="hv2-"]) {
  gap: 0.65rem;
  padding: 0.9rem 1rem 1.1rem;
}

/* Shared ring SVG */
.hv2-speed-ring,
.hv2-mini-ring {
  position: relative;
}
.hv2-speed-ring svg,
.hv2-mini-ring svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.hv2-speed-ring circle,
.hv2-mini-ring circle {
  fill: none;
  stroke-width: 6;
}
.hv2-speed-ring circle.bg,
.hv2-mini-ring circle.bg {
  stroke: rgba(255, 255, 255, 0.08);
}
.hv2-speed-ring circle.fg,
.hv2-mini-ring circle.fg {
  stroke: var(--primary-color);
  stroke-linecap: round;
  stroke-dasharray: 264;
  stroke-dashoffset: calc(264 - (264 * var(--pct, 90) / 100));
  transition: stroke-dashoffset 1s ease;
}
.hv2-mini-ring circle { stroke-width: 5; stroke-dasharray: 151; stroke-dashoffset: calc(151 - (151 * var(--pct, 90) / 100)); }
.hv2-mini-ring.ok circle.fg { stroke: #28c840; }
.hv2-mini-ring.warn circle.fg { stroke: #febc2e; }

/* ─── AI Voice Agent v2 ─── */
.hv-ai-voice-agent .catalog-hero-mockup,
.hv2-voice-shell { width: 100%; }

.hv2-voice-top {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.65rem;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.hv2-voice-ring {
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.2), rgba(229, 46, 113, 0.15));
  border: 2px solid rgba(255, 138, 0, 0.4);
  color: var(--primary-color);
  flex-shrink: 0;
}
.hv2-ring-pulse {
  position: absolute;
  inset: -4px;
  border-radius: 50%;
  border: 2px solid rgba(255, 138, 0, 0.35);
  animation: hv2RingPulse 2s ease infinite;
}
@keyframes hv2RingPulse {
  0%, 100% { transform: scale(1); opacity: 0.8; }
  50% { transform: scale(1.12); opacity: 0; }
}
.hv2-voice-meta { flex: 1; min-width: 0; }
.hv2-voice-meta strong { display: block; font-size: 0.78rem; color: #fff; }
.hv2-live { font-size: 0.64rem; color: #28c840; font-weight: 600; }
.hv2-live i { font-size: 0.4rem; margin-right: 0.2rem; }
.hv2-sentiment { display: block; font-size: 0.6rem; color: var(--text-tertiary); margin-top: 0.1rem; }
.hv2-voice-actions { display: flex; gap: 0.35rem; }
.hv2-act {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.65rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--text-secondary);
}
.hv2-act.end { color: #ff5f57; border-color: rgba(255, 95, 87, 0.35); }

.hv2-dual-wave {
  padding: 0.5rem 0.65rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.hv2-wave-label {
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-tertiary);
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.hv2-wave-label.ai { color: var(--primary-color); margin-top: 0.45rem; }
.hv2-wave-bars {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 32px;
}
.hv2-wave-bars span {
  flex: 1;
  max-width: 6px;
  height: var(--h, 40%);
  border-radius: 2px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.15));
  animation: hv2WaveBar 0.9s ease-in-out infinite alternate;
  animation-delay: var(--d, 0s);
}
.hv2-wave-bars.ai span {
  background: linear-gradient(180deg, var(--primary-color), rgba(255, 138, 0, 0.3));
}
@keyframes hv2WaveBar {
  from { transform: scaleY(0.55); }
  to { transform: scaleY(1); }
}

.hv2-caption-card {
  margin-top: auto;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  background: rgba(255, 138, 0, 0.06);
  border: 1px solid rgba(255, 138, 0, 0.15);
}
.hv2-cap-line {
  font-size: 0.66rem;
  color: var(--text-secondary);
  line-height: 1.45;
  margin-bottom: 0.3rem;
}
.hv2-cap-line:last-child { margin-bottom: 0; }
.hv2-cap-line em { font-style: normal; font-weight: 700; color: var(--text-tertiary); margin-right: 0.25rem; }
.hv2-cap-line.ai em { color: var(--primary-color); }

/* ─── AI CRM v2 ─── */
.hv2-crm-board {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
  width: 100%;
}
.hv2-crm-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.72rem;
  color: var(--text-secondary);
  font-weight: 600;
}
.hv2-crm-head i { color: var(--primary-color); margin-right: 0.25rem; }
.hv2-ai-badge {
  font-size: 0.58rem;
  padding: 0.2rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 138, 0, 0.12);
  border: 1px solid rgba(255, 138, 0, 0.25);
  color: var(--primary-color);
  font-weight: 700;
}

.hv2-crm-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.hv2-crm-col .col-title {
  display: block;
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-tertiary);
  margin-bottom: 0.35rem;
  font-weight: 700;
}
.hv2-crm-col .col-title b {
  color: var(--text-secondary);
  font-weight: 800;
}
.hv2-crm-col.won .col-title b { color: #28c840; }

.hv2-deal {
  padding: 0.45rem 0.5rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  margin-bottom: 0.3rem;
  font-size: 0.62rem;
  color: var(--text-tertiary);
}
.hv2-deal strong { display: block; font-size: 0.72rem; color: #fff; margin: 0.15rem 0; }
.hv2-deal.hot { border-color: rgba(255, 138, 0, 0.35); box-shadow: 0 0 12px rgba(255, 138, 0, 0.08); }
.hv2-deal.won { border-color: rgba(40, 200, 64, 0.35); }
.hv2-deal.won strong { color: #28c840; }
.deal-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 0.15rem; }
.deal-top .av {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: rgba(255, 138, 0, 0.2);
  color: var(--primary-color);
  font-size: 0.55rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.deal-top .score {
  font-size: 0.58rem;
  font-weight: 800;
  color: var(--primary-color);
  background: rgba(255, 138, 0, 0.12);
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
}
.hv2-deal.won .deal-top .score { color: #28c840; background: rgba(40, 200, 64, 0.12); }

.hv2-crm-footer {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.64rem;
  color: var(--text-secondary);
  margin-top: auto;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.hv2-crm-footer i { margin-right: 0.2rem; color: var(--primary-color); }
.hv2-crm-footer .ok { color: #28c840; }
.hv2-crm-footer .ok i { color: #28c840; }

/* ─── AI Integration v2 ─── */
.hv2-integ-shell {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.hv2-integ-core {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.7rem;
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.14), rgba(229, 46, 113, 0.08));
  border: 1px solid rgba(255, 138, 0, 0.3);
}
.hv2-core-badge {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 138, 0, 0.2);
  border: 1px solid rgba(255, 138, 0, 0.4);
  color: var(--primary-color);
  font-size: 1.05rem;
  flex-shrink: 0;
}
.hv2-core-text strong { display: block; font-size: 0.82rem; color: #fff; }
.hv2-core-text span {
  display: flex;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.64rem;
  color: var(--text-tertiary);
  margin-top: 0.1rem;
}
.hv2-core-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #28c840;
  box-shadow: 0 0 6px rgba(40, 200, 64, 0.6);
  animation: hv2DotPulse 1.8s ease infinite;
}

.hv2-integ-providers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
}
.hv2-provider {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.2rem;
  padding: 0.5rem 0.3rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.58rem;
  color: var(--text-secondary);
  text-align: center;
  position: relative;
  transition: border-color 0.25s ease;
}
.hv2-provider:hover { border-color: rgba(255, 138, 0, 0.3); }
.hv2-provider i { font-size: 0.95rem; color: var(--primary-color); }
.hv2-provider span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.hv2-provider .dot {
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}
.hv2-provider .dot.on { background: #28c840; box-shadow: 0 0 6px rgba(40, 200, 64, 0.6); }
.hv2-provider .dot.pulse { background: var(--primary-color); animation: hv2DotPulse 1.5s ease infinite; }
@keyframes hv2DotPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

.hv2-integ-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
}
.hv2-metric {
  text-align: center;
  padding: 0.4rem 0.25rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.hv2-metric .k { display: block; font-size: 0.55rem; color: var(--text-tertiary); text-transform: uppercase; }
.hv2-metric strong { font-size: 0.78rem; color: #fff; }
.hv2-metric.ok strong { color: #28c840; }

.hv2-integ-log {
  font-size: 0.64rem;
  color: var(--text-secondary);
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  background: rgba(255, 138, 0, 0.06);
  border-left: 2px solid var(--primary-color);
  margin-top: auto;
}
.hv2-integ-log i { margin-right: 0.3rem; color: var(--primary-color); }

/* ─── Website Performance v2 ─── */
.hv2-perf-shell { width: 100%; }
.hv2-perf-score {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  margin-bottom: 0.5rem;
}
.hv2-speed-ring {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.hv2-speed-inner {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.hv2-speed-inner strong { font-size: 1.35rem; font-weight: 800; color: var(--primary-color); line-height: 1; }
.hv2-speed-inner span { font-size: 0.55rem; color: var(--text-tertiary); text-transform: uppercase; font-weight: 700; }
.hv2-perf-boost strong { display: block; font-size: 0.82rem; color: #fff; }
.hv2-perf-boost p { font-size: 0.65rem; color: var(--text-tertiary); margin: 0.2rem 0 0; line-height: 1.4; }
.hv2-tag.up {
  display: inline-flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.58rem;
  font-weight: 700;
  color: #28c840;
  background: rgba(40, 200, 64, 0.1);
  padding: 0.15rem 0.45rem;
  border-radius: 999px;
  margin-bottom: 0.35rem;
}

.hv2-vitals-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.35rem;
  margin-bottom: 0.5rem;
}
.hv2-vital-chip {
  text-align: center;
  padding: 0.4rem 0.2rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
}
.hv2-vital-chip span { display: block; font-size: 0.52rem; color: var(--text-tertiary); font-weight: 700; text-transform: uppercase; }
.hv2-vital-chip strong { font-size: 0.75rem; color: #fff; }
.hv2-vital-chip.good strong { color: #28c840; }
.hv2-vital-chip.warn strong { color: #febc2e; }

.hv2-perf-chart {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  height: 44px;
  padding: 0.45rem 0.55rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin-top: auto;
}
.hv2-perf-chart .bar {
  flex: 1;
  height: var(--h, 50%);
  border-radius: 3px 3px 0 0;
  background: rgba(255, 255, 255, 0.12);
  transition: height 0.5s ease;
}
.hv2-perf-chart .bar.up {
  background: linear-gradient(180deg, var(--primary-color), rgba(255, 138, 0, 0.35));
}

/* ─── Technical Support v2 ─── */
.hv2-support-shell { width: 100%; display: flex; flex-direction: column; gap: 0.5rem; }
.hv2-support-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.35rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.hv2-agent { display: flex; align-items: center; gap: 0.5rem; }
.hv2-agent-av {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 138, 0, 0.15);
  border: 1px solid rgba(255, 138, 0, 0.3);
  color: var(--primary-color);
}
.hv2-agent strong { display: block; font-size: 0.78rem; color: #fff; }
.hv2-agent span { font-size: 0.62rem; color: var(--text-tertiary); }
.hv2-sla {
  font-size: 0.62rem;
  font-weight: 700;
  color: #28c840;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: rgba(40, 200, 64, 0.1);
  border: 1px solid rgba(40, 200, 64, 0.25);
}
.hv2-sla i { margin-right: 0.2rem; }

.hv2-ticket-stack { display: flex; flex-direction: column; gap: 0.35rem; flex: 1; }
.hv2-ticket-card {
  padding: 0.5rem 0.6rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid rgba(255, 255, 255, 0.15);
}
.hv2-ticket-card.urgent { border-left-color: #ff5f57; background: rgba(255, 95, 87, 0.05); }
.hv2-ticket-card.done { border-left-color: #28c840; opacity: 0.85; }
.tk-top { display: flex; align-items: center; gap: 0.4rem; margin-bottom: 0.25rem; font-size: 0.6rem; }
.tk-top .pri {
  font-weight: 800;
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
  background: rgba(255, 95, 87, 0.2);
  color: #ff5f57;
}
.tk-top .pri.med { background: rgba(254, 188, 46, 0.15); color: #febc2e; }
.tk-top .pri.low { background: rgba(255, 255, 255, 0.08); color: var(--text-tertiary); }
.tk-top .id { color: var(--primary-color); font-weight: 700; }
.tk-top em { margin-left: auto; color: var(--text-tertiary); font-style: normal; }
.hv2-ticket-card strong { display: block; font-size: 0.72rem; color: #fff; margin-bottom: 0.3rem; }
.tk-foot { display: flex; justify-content: space-between; font-size: 0.6rem; color: var(--text-tertiary); }
.tk-foot .st {
  font-weight: 700;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.06);
}
.tk-foot .st.open { color: #ff5f57; background: rgba(255, 95, 87, 0.12); }
.tk-foot .st.prog { color: var(--primary-color); background: rgba(255, 138, 0, 0.12); }
.tk-foot .st.resolved { color: #28c840; background: rgba(40, 200, 64, 0.12); }

/* ─── Server Management v2 ─── */
.hv2-srv-shell { width: 100%; }
.hv2-srv-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.7rem;
  color: var(--text-secondary);
  font-weight: 600;
  margin-bottom: 0.45rem;
}
.hv2-srv-head i { color: var(--primary-color); margin-right: 0.25rem; }
.hv2-all-ok { font-size: 0.62rem; color: #28c840; font-weight: 700; }
.hv2-all-ok i { font-size: 0.45rem; margin-right: 0.2rem; }

.hv2-srv-cards { display: flex; flex-direction: column; gap: 0.45rem; }
.hv2-srv-card {
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.sc-top {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-bottom: 0.4rem;
  font-size: 0.68rem;
}
.sc-top > i { font-size: 1rem; color: var(--primary-color); width: 20px; }
.sc-top strong { display: block; font-size: 0.75rem; color: #fff; }
.sc-top span { font-size: 0.58rem; color: var(--text-tertiary); }
.sc-top em.on {
  margin-left: auto;
  font-style: normal;
  font-size: 0.58rem;
  font-weight: 700;
  color: #28c840;
  padding: 0.1rem 0.4rem;
  border-radius: 4px;
  background: rgba(40, 200, 64, 0.12);
}
.sc-graph {
  display: flex;
  align-items: flex-end;
  gap: 2px;
  height: 28px;
  margin-bottom: 0.4rem;
  padding: 0.25rem 0.35rem;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.2);
}
.sc-graph span {
  flex: 1;
  height: var(--h, 40%);
  border-radius: 2px 2px 0 0;
  background: linear-gradient(180deg, var(--primary-color), rgba(255, 138, 0, 0.3));
  opacity: 0.85;
}
.sc-graph.db span { background: linear-gradient(180deg, #6366f1, rgba(99, 102, 241, 0.35)); }
.sc-bars { display: flex; flex-direction: column; gap: 0.25rem; }
.sc-bars > div {
  display: grid;
  grid-template-columns: 28px 1fr 28px;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.58rem;
  color: var(--text-tertiary);
}
.sc-bars .tr {
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.08);
  overflow: hidden;
  position: relative;
}
.sc-bars .tr i {
  display: block;
  height: 100%;
  width: var(--w, 50%);
  border-radius: 2px;
  background: linear-gradient(90deg, var(--primary-color), rgba(255, 138, 0, 0.5));
}
.sc-bars .tr.mem i { background: linear-gradient(90deg, #6366f1, rgba(99, 102, 241, 0.5)); }
.sc-bars b { text-align: right; color: var(--text-secondary); font-weight: 700; }

/* ─── Cloud Infrastructure v2 ─── */
.hv2-cloud-shell { width: 100%; }
.hv2-cloud-topo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.35rem;
  padding: 0.5rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin-bottom: 0.45rem;
}
.hv2-cloud-lb,
.hv2-cloud-storage {
  font-size: 0.68rem;
  color: var(--text-secondary);
  padding: 0.35rem 0.65rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-weight: 600;
}
.hv2-cloud-lb i,
.hv2-cloud-storage i { color: var(--primary-color); margin-right: 0.3rem; }
.hv2-cloud-line.v {
  width: 2px;
  height: 14px;
  background: linear-gradient(180deg, var(--primary-color), rgba(255, 138, 0, 0.2));
  border-radius: 1px;
}
.hv2-cloud-line.v.short { height: 10px; }
.hv2-cloud-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.35rem;
  width: 100%;
}
.hv2-cloud-node {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.15rem;
  padding: 0.5rem 0.3rem;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.62rem;
  color: var(--text-secondary);
  text-align: center;
  transition: border-color 0.25s ease;
}
.hv2-cloud-node:hover { border-color: rgba(255, 138, 0, 0.3); }
.hv2-cloud-node i { font-size: 1.1rem; margin-bottom: 0.1rem; }
.hv2-cloud-node.aws i { color: #ff9900; }
.hv2-cloud-node.azure i { color: #0078d4; }
.hv2-cloud-node.gcp i { color: #4285f4; }
.hv2-cloud-node em { font-size: 0.55rem; color: var(--text-tertiary); font-style: normal; }
.hv2-cloud-node .st {
  font-size: 0.52rem;
  font-weight: 700;
  color: #28c840;
  padding: 0.1rem 0.35rem;
  border-radius: 4px;
  background: rgba(40, 200, 64, 0.1);
  margin-top: 0.1rem;
}

.hv2-cloud-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  font-size: 0.62rem;
  color: var(--text-secondary);
  margin-top: auto;
}
.hv2-cloud-pills span {
  padding: 0.3rem 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.hv2-cloud-pills b { color: #fff; }
.hv2-cloud-pills .ok b { color: #28c840; }
.hv2-cloud-pills i { margin-right: 0.2rem; color: var(--primary-color); }

/* ─── Managed IT v2 ─── */
.hv2-it-shell { width: 100%; }
.hv2-it-rings {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}
.hv2-ring-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.58rem;
  color: var(--text-tertiary);
  font-weight: 600;
}
.hv2-mini-ring {
  width: 52px;
  height: 52px;
}
.hv2-mini-ring strong {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: #fff;
}

.hv2-it-feed { display: flex; flex-direction: column; gap: 0.35rem; margin-top: auto; }
.hv2-feed-item {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 0.64rem;
}
.hv2-feed-item.new { border-left: 2px solid var(--primary-color); }
.hv2-feed-item > i {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 138, 0, 0.12);
  color: var(--primary-color);
  font-size: 0.65rem;
  flex-shrink: 0;
}
.hv2-feed-item strong { display: block; color: #fff; font-size: 0.68rem; }
.hv2-feed-item span { color: var(--text-tertiary); font-size: 0.6rem; }
.hv2-feed-item em { margin-left: auto; font-style: normal; font-size: 0.58rem; color: var(--text-tertiary); flex-shrink: 0; }

/* ─── Backup & DR v2 ─── */
.hv2-bk-shell { width: 100%; }
.hv2-bk-vault {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(255, 138, 0, 0.08), rgba(99, 102, 241, 0.06));
  border: 1px solid rgba(255, 138, 0, 0.2);
  margin-bottom: 0.45rem;
}
.hv2-vault-icon {
  position: relative;
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 138, 0, 0.15);
  border: 1px solid rgba(255, 138, 0, 0.3);
  color: var(--primary-color);
  font-size: 1.2rem;
  flex-shrink: 0;
}
.hv2-sync {
  position: absolute;
  bottom: -4px;
  right: -4px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #28c840;
  color: #fff;
  font-size: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: hv2Spin 3s linear infinite;
}
@keyframes hv2Spin { to { transform: rotate(360deg); } }
.hv2-vault-info strong { display: block; font-size: 0.78rem; color: #fff; }
.hv2-vault-info > span { font-size: 0.62rem; color: var(--text-tertiary); }
.hv2-bk-progress {
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.08);
  margin-top: 0.35rem;
  overflow: hidden;
}
.hv2-bk-progress i {
  display: block;
  height: 100%;
  width: var(--w, 100%);
  border-radius: 2px;
  background: linear-gradient(90deg, #28c840, var(--primary-color));
}

.hv2-bk-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.35rem;
  margin-bottom: 0.45rem;
}
.hv2-bk-item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.4rem 0.5rem;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.07);
  font-size: 0.64rem;
  color: var(--text-secondary);
}
.hv2-bk-item i { color: var(--text-tertiary); width: 14px; }
.hv2-bk-item em { margin-left: auto; font-style: normal; font-size: 0.58rem; font-weight: 700; color: var(--text-tertiary); }
.hv2-bk-item.done em { color: #28c840; }
.hv2-bk-item.active {
  border-color: rgba(255, 138, 0, 0.35);
  background: rgba(255, 138, 0, 0.06);
}
.hv2-bk-item.active i { color: var(--primary-color); }
.hv2-bk-item.active em { color: var(--primary-color); }

.hv2-dr-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  font-size: 0.64rem;
  color: var(--text-secondary);
  margin-top: auto;
  padding-top: 0.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.hv2-dr-bar b { color: #fff; }
.hv2-dr-bar .ok b { color: #28c840; }
.hv2-dr-bar i { margin-right: 0.2rem; color: var(--primary-color); }

@media (max-width: 768px) {
  .catalog-hero-mockup-wrap {
    max-width: min(360px, 100%);
  }

  .chm-body {
    min-height: auto;
  }

  .hv-vitals {
    grid-template-columns: repeat(2, 1fr);
  }

  .hv-hub {
    height: 120px;
  }

  .hv2-crm-columns {
    gap: 0.3rem;
  }

  .hv2-deal strong {
    font-size: 0.68rem;
  }

  .hv2-integ-providers {
    grid-template-columns: repeat(2, 1fr);
  }

  .hv2-provider {
    flex-direction: row;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.5rem 0.4rem;
  }

  .hv2-provider .dot {
    position: static;
  }

  .hv2-vitals-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .hv2-cloud-row {
    gap: 0.25rem;
  }

  .hv2-bk-grid {
    grid-template-columns: 1fr;
  }
}
