/* ArcSign Product Page — ArcCRM base + ArcSign mocks */
@import url("/assets/css/arc-crm-product.css");

.crm-product .product-frame-head {
  padding: 0;
  margin: 0;
  overflow: hidden;
  line-height: 0;
  background: #12344d;
}

.crm-product .product-frame-head > svg {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.crm-product .templates-section,
.crm-product .transactions-section,
.crm-product .workflows-section,
.crm-product .tracking-section {
  background: var(--crm-surface);
}

.crm-product .crm-network-band > .network-bg {
  z-index: 0;
  opacity: 1;
}

.crm-product .crm-network-band > *:not(.network-bg) {
  z-index: 1;
}

.crm-product .crm-network-band .templates-section,
.crm-product .crm-network-band .transactions-section,
.crm-product .crm-network-band .workflows-section,
.crm-product .crm-network-band .tracking-section {
  background: transparent;
  padding-top: 56px;
  padding-bottom: 56px;
}

.crm-product .industry-section {
  background-color: var(--crm-surface);
  background-image: url("/assets/img/arc-crm-industries-bg-2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.crm-product .as-industry-boxes {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1100px) {
  .crm-product .as-industry-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .crm-product .as-industry-boxes {
    grid-template-columns: 1fr;
  }
}

.crm-product .as-frame-body {
  padding: 22px;
}

/* Hero mock — floats directly on hero gradient (no product-frame shell) */
.crm-product .as-hero-visual {
  position: relative;
  min-height: 360px;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
}

.crm-product .as-hv-main-card {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 18px;
  max-width: 260px;
  margin: 24px auto 0;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
}

.crm-product .as-hv-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

.crm-product .as-hv-card-doc {
  font-size: 12px;
  font-weight: 800;
  color: #0e0d59;
}

.crm-product .as-hv-card-id {
  font-size: 10px;
  font-weight: 700;
  color: #64748b;
}

.crm-product .as-hv-sign-field {
  border: 1.5px dashed #cbd5e1;
  border-radius: 8px;
  padding: 12px;
  margin-bottom: 12px;
  background: #f8fafc;
}

.crm-product .as-hv-sign-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #94a3b8;
  margin-bottom: 4px;
}

.crm-product .as-hv-sign-script {
  font-size: 22px;
  font-weight: 700;
  color: #0e0d59;
  font-style: italic;
}

.crm-product .as-hv-card-status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  color: #64748b;
}

.crm-product .as-hv-status-pill {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 10px;
  border-radius: 100px;
  background: rgba(42, 158, 82, 0.12);
  color: #2a9e52;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.crm-product .as-hv-status-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2a9e52;
}

.crm-product .as-hv-float {
  position: absolute;
  z-index: 3;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  padding: 11px 13px;
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.crm-product .as-hv-float-1 {
  top: 8%;
  left: 6%;
  animation: as-float-soft 7s ease-in-out infinite;
}

.crm-product .as-hv-float-2 {
  bottom: 12%;
  right: 6%;
  animation: as-float-soft 8s ease-in-out infinite 1s;
}

@keyframes as-float-soft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.crm-product .as-hv-float-label {
  font-size: 8.5px;
  color: rgba(255, 255, 255, 0.55);
  letter-spacing: 0.4px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 3px;
}

.crm-product .as-hv-float-value {
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}

.crm-product .as-hv-float-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  font-size: 9px;
  font-weight: 700;
  color: #fbbc04;
}

.crm-product .as-hv-float-chip-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fbbc04;
  animation: as-pulse 1.5s infinite;
}

@keyframes as-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.4;
  }
}

.crm-product .as-hv-progress {
  margin-top: 6px;
  height: 4px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 100px;
  overflow: hidden;
  width: 90px;
}

.crm-product .as-hv-progress-fill {
  height: 100%;
  width: 66%;
  background: #fbbc04;
  border-radius: 100px;
}

/* Feature panel shells */
.crm-product .as-visual-panel {
  position: relative;
  border-radius: 10px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
}

.crm-product .as-panel-cream {
  background: linear-gradient(145deg, #f8f4ea 0%, #f0ebdd 100%);
  border: 1px solid #e2e8f0;
}

.crm-product .as-panel-navy {
  background: linear-gradient(150deg, #0d1f42 0%, #162b5b 100%);
}

/* Template mock */
.crm-product .as-template-card {
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px;
  width: 100%;
  max-width: 240px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.crm-product .as-template-stacked::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 10px;
  right: 10px;
  height: 20px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px 12px 0 0;
  z-index: -1;
  opacity: 0.6;
}

.crm-product .as-template-stacked::after {
  content: "";
  position: absolute;
  top: -15px;
  left: 20px;
  right: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px 12px 0 0;
  z-index: -2;
  opacity: 0.3;
}

.crm-product .as-template-head {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e2e8f0;
}

.crm-product .as-template-icon {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  background: linear-gradient(135deg, #fbbc04 0%, #e5a800 100%);
  color: #0e0d59;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}

.crm-product .as-template-title {
  font-size: 12.5px;
  font-weight: 800;
  color: #0e0d59;
}

.crm-product .as-template-subtitle {
  font-size: 10px;
  color: #64748b;
  margin-top: 1px;
}

.crm-product .as-template-preset {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  font-size: 11px;
  color: #475569;
}

.crm-product .as-template-check {
  width: 16px;
  height: 16px;
  border-radius: 5px;
  background: #2a9e52;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
  flex-shrink: 0;
}

.crm-product .as-template-preset strong {
  color: #0e0d59;
  font-weight: 700;
}

/* Document stack mock */
.crm-product .as-docstack {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.crm-product .as-doc-chip {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 11px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.crm-product .as-doc-chip.done {
  border-left: 3px solid #2a9e52;
}

.crm-product .as-doc-chip.pending {
  border-left: 3px solid #f59e0b;
}

.crm-product .as-doc-icon {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  background: #f1f5f9;
  color: #0e0d59;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
  flex-shrink: 0;
}

.crm-product .as-doc-name {
  font-size: 11.5px;
  font-weight: 700;
  color: #0e0d59;
}

.crm-product .as-doc-status {
  font-size: 9.5px;
  color: #64748b;
  margin-top: 1px;
}

.crm-product .as-doc-check {
  margin-left: auto;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 800;
  color: #fff;
}

.crm-product .as-doc-check.green {
  background: #2a9e52;
}

.crm-product .as-doc-check.amber {
  background: #f59e0b;
}

.crm-product .as-transaction-bar {
  background: linear-gradient(135deg, #0e0d59 0%, #162b5b 100%);
  border-radius: 10px;
  padding: 12px 14px;
  margin-top: 4px;
  color: #fff;
}

.crm-product .as-transaction-label {
  font-size: 9px;
  font-weight: 800;
  color: #fbbc04;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.crm-product .as-transaction-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.crm-product .as-transaction-text {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
}

.crm-product .as-transaction-prog {
  font-size: 10px;
  font-weight: 700;
  color: #fbbc04;
}

/* Workflow route mock */
.crm-product .as-route {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 250px;
  display: flex;
  flex-direction: column;
}

.crm-product .as-route-step {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 11px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
  position: relative;
  z-index: 2;
}

.crm-product .as-route-step.active {
  border-color: #fbbc04;
  box-shadow: 0 0 0 3px rgba(251, 188, 4, 0.12), 0 2px 8px rgba(15, 23, 42, 0.06);
}

.crm-product .as-route-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
}

.crm-product .as-route-num.done {
  background: #2a9e52;
  color: #fff;
}

.crm-product .as-route-num.active {
  background: #fbbc04;
  color: #0e0d59;
}

.crm-product .as-route-num.pending {
  background: #f1f5f9;
  color: #94a3b8;
}

.crm-product .as-route-info-name {
  font-size: 11.5px;
  font-weight: 800;
  color: #0e0d59;
}

.crm-product .as-route-info-role {
  font-size: 9.5px;
  color: #64748b;
  margin-top: 1px;
}

.crm-product .as-route-status {
  margin-left: auto;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 100px;
  white-space: nowrap;
}

.crm-product .as-route-status.done {
  background: rgba(42, 158, 82, 0.12);
  color: #2a9e52;
}

.crm-product .as-route-status.active {
  background: rgba(251, 188, 4, 0.15);
  color: #b8860b;
}

.crm-product .as-route-status.pending {
  background: #f1f5f9;
  color: #94a3b8;
}

.crm-product .as-route-connector {
  width: 2px;
  height: 14px;
  background: #e2e8f0;
  margin-left: 26px;
}

/* Lifecycle tracking mock */
.crm-product .as-track {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.crm-product .as-track-row {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 11px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.crm-product .as-track-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}

.crm-product .as-track-dot.green {
  background: #2a9e52;
  box-shadow: 0 0 6px rgba(42, 158, 82, 0.5);
}

.crm-product .as-track-dot.amber {
  background: #f59e0b;
  box-shadow: 0 0 6px rgba(245, 158, 11, 0.5);
}

.crm-product .as-track-dot.blue {
  background: #028dc1;
  box-shadow: 0 0 6px rgba(2, 141, 193, 0.5);
}

.crm-product .as-track-name {
  font-size: 11.5px;
  font-weight: 800;
  color: #0e0d59;
}

.crm-product .as-track-status {
  font-size: 10px;
  color: #64748b;
  margin-top: 1px;
}

.crm-product .as-track-time {
  margin-left: auto;
  font-size: 9.5px;
  color: #94a3b8;
  font-weight: 600;
  white-space: nowrap;
}
