/* ArcDialer Product Page — ArcCRM base + ArcDialer 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 .crm-native-section,
.crm-product .queue-section,
.crm-product .power-dial-section,
.crm-product .connect-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 .crm-native-section,
.crm-product .crm-network-band .queue-section,
.crm-product .crm-network-band .power-dial-section,
.crm-product .crm-network-band .connect-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 .ad-industry-boxes {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1100px) {
  .crm-product .ad-industry-boxes {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .crm-product .ad-industry-boxes {
    grid-template-columns: 1fr;
  }
}

.crm-product .ad-frame-body {
  padding: 22px;
}

/* Hero mock — floats on hero gradient */
.crm-product .ad-hero-visual {
  position: relative;
  min-height: 400px;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
}

.crm-product .ad-hv-main-card {
  position: relative;
  z-index: 3;
  width: 270px;
  max-width: 100%;
  margin: 24px auto 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  padding: 20px 18px;
  backdrop-filter: blur(20px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35);
  animation: ad-float-soft 6s ease-in-out infinite;
}

.crm-product .ad-hv-call-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.crm-product .ad-hv-call-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #fbbc04 0%, #e5a800 100%);
  color: #0e0d59;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 800;
  flex-shrink: 0;
}

.crm-product .ad-hv-call-name {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
}

.crm-product .ad-hv-call-company {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 1px;
}

.crm-product .ad-hv-call-timer {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  font-weight: 700;
  color: #7dcea0;
  white-space: nowrap;
}

.crm-product .ad-timer-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2a9e52;
  animation: ad-pulse 1.4s infinite;
}

.crm-product .ad-hv-call-controls {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.crm-product .ad-hv-control {
  flex: 1;
  height: 34px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  font-weight: 600;
}

.crm-product .ad-hv-control.end {
  background: rgba(214, 59, 46, 0.25);
  border-color: rgba(214, 59, 46, 0.4);
  color: #ff9b91;
}

.crm-product .ad-hv-call-context {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  padding: 9px 11px;
}

.crm-product .ad-hv-context-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 10px;
  padding: 3px 0;
}

.crm-product .ad-hv-context-label {
  color: rgba(255, 255, 255, 0.5);
}

.crm-product .ad-hv-context-value {
  color: #fff;
  font-weight: 700;
}

.crm-product .ad-hv-float {
  position: absolute;
  z-index: 2;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.04) 100%);
  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 .ad-hv-float-1 {
  top: 6%;
  left: 0;
  animation: ad-float-soft 7s ease-in-out infinite 0.5s;
}

.crm-product .ad-hv-float-2 {
  bottom: 10%;
  right: 0;
  animation: ad-float-soft 8s ease-in-out infinite 1s;
}

.crm-product .ad-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 .ad-hv-float-value {
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}

.crm-product .ad-hv-float-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 5px;
  font-size: 9px;
  font-weight: 700;
  color: #7dcea0;
}

.crm-product .ad-hv-float-chip-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2a9e52;
}

@keyframes ad-float-soft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

@keyframes ad-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.45;
  }
}

/* Feature panel shells */
.crm-product .ad-visual-panel {
  position: relative;
  border-radius: 10px;
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
}

.crm-product .ad-panel-cream {
  background: linear-gradient(145deg, #f8f4ea 0%, #f0ebdd 100%);
  border: 1px solid #e2e8f0;
}

/* CRM-native call mock */
.crm-product .ad-crm {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 280px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.crm-product .ad-crm-call {
  padding: 14px;
  background: linear-gradient(135deg, #0e0d59 0%, #162b5b 100%);
  display: flex;
  align-items: center;
  gap: 11px;
}

.crm-product .ad-crm-avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #fbbc04;
  color: #0e0d59;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
}

.crm-product .ad-crm-name {
  font-size: 12px;
  font-weight: 800;
  color: #fff;
}

.crm-product .ad-crm-status {
  font-size: 9.5px;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 1px;
}

.crm-product .ad-crm-live {
  margin-left: auto;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 700;
  color: #7dcea0;
  white-space: nowrap;
}

.crm-product .ad-crm-context {
  padding: 13px 14px;
}

.crm-product .ad-crm-ctx-label {
  font-size: 9px;
  font-weight: 800;
  color: #94a3b8;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.crm-product .ad-crm-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 6px 0;
  font-size: 11px;
  color: #64748b;
  border-bottom: 1px dashed #e2e8f0;
}

.crm-product .ad-crm-row:last-child {
  border-bottom: none;
}

.crm-product .ad-crm-row strong {
  color: #0e0d59;
  font-weight: 700;
}

/* Queue mock */
.crm-product .ad-queue {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 260px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.crm-product .ad-queue-label {
  font-size: 9px;
  font-weight: 800;
  color: #64748b;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 3px;
}

.crm-product .ad-queue-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.crm-product .ad-queue-item.now {
  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 .ad-queue-rank {
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #f8f4ea;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
  flex-shrink: 0;
}

.crm-product .ad-queue-item.now .ad-queue-rank {
  background: #fbbc04;
  color: #0e0d59;
}

.crm-product .ad-queue-prio {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  flex-shrink: 0;
}

.crm-product .ad-queue-prio.high {
  background: #ff393c;
}

.crm-product .ad-queue-prio.med {
  background: #f59e0b;
}

.crm-product .ad-queue-name {
  font-size: 11.5px;
  font-weight: 700;
  color: #0e0d59;
}

.crm-product .ad-queue-meta {
  font-size: 9.5px;
  color: #94a3b8;
  margin-top: 1px;
}

.crm-product .ad-queue-tag {
  margin-left: auto;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  padding: 3px 8px;
  border-radius: 100px;
  white-space: nowrap;
}

.crm-product .ad-queue-tag.now {
  background: rgba(251, 188, 4, 0.15);
  color: #b8860b;
}

.crm-product .ad-queue-tag.next {
  background: #f1f5f9;
  color: #94a3b8;
}

/* Power dial mock */
.crm-product .ad-screen {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 280px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.crm-product .ad-screen-dialpad {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 12px;
}

.crm-product .ad-screen-key {
  aspect-ratio: 1.6;
  background: #f8f4ea;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  color: #0e0d59;
}

.crm-product .ad-screen-controls {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}

.crm-product .ad-screen-ctrl {
  flex: 1;
  height: 32px;
  border-radius: 7px;
  background: #f1f5f9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9.5px;
  font-weight: 700;
  color: #64748b;
}

.crm-product .ad-screen-ctrl.call {
  background: #2a9e52;
  color: #fff;
}

.crm-product .ad-screen-disp-label {
  font-size: 9px;
  font-weight: 800;
  color: #94a3b8;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  margin-bottom: 7px;
}

.crm-product .ad-screen-disp {
  display: flex;
  gap: 6px;
}

.crm-product .ad-screen-disp-btn {
  flex: 1;
  padding: 7px 0;
  border-radius: 7px;
  text-align: center;
  font-size: 9px;
  font-weight: 700;
  border: 1px solid #e2e8f0;
  color: #64748b;
  background: #fff;
}

.crm-product .ad-screen-disp-btn.active {
  background: #fbbc04;
  color: #0e0d59;
  border-color: #fbbc04;
}

/* Connect stats mock */
.crm-product .ad-stat {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 280px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.08);
}

.crm-product .ad-stat-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 14px;
}

.crm-product .ad-stat-block {
  background: #f8f4ea;
  border-radius: 10px;
  padding: 13px;
}

.crm-product .ad-stat-block.highlight {
  background: linear-gradient(135deg, rgba(251, 188, 4, 0.12) 0%, #f8f4ea 100%);
  border: 1px solid rgba(251, 188, 4, 0.3);
}

.crm-product .ad-stat-num {
  font-size: 26px;
  font-weight: 800;
  color: #0e0d59;
  line-height: 1;
}

.crm-product .ad-stat-num.gold {
  color: #b8860b;
}

.crm-product .ad-stat-label {
  font-size: 10px;
  color: #94a3b8;
  margin-top: 4px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.crm-product .ad-stat-rate {
  background: linear-gradient(135deg, #0e0d59 0%, #162b5b 100%);
  border-radius: 10px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.crm-product .ad-stat-rate-label {
  font-size: 10.5px;
  color: rgba(255, 255, 255, 0.7);
}

.crm-product .ad-stat-rate-val {
  font-size: 18px;
  font-weight: 800;
  color: #fbbc04;
}

.crm-product .ad-stat-logged {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: #2a9e52;
  font-weight: 700;
}

.crm-product .ad-stat-logged-check {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #2a9e52;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 8px;
  font-weight: 800;
}
