/* ArcClose — ArcCRM base + mocks */
@import url("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 .continuous-section { background: var(--crm-surface); }
.crm-product .reconcile-section { background: var(--crm-surface); }
.crm-product .validation-section { background: var(--crm-surface); }
.crm-product .exceptions-section { background: var(--crm-surface); }
.crm-product .readiness-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 .continuous-section { background:transparent; padding-top:56px; padding-bottom:56px; }
.crm-product .crm-network-band .reconcile-section { background:transparent; padding-top:56px; padding-bottom:56px; }
.crm-product .crm-network-band .validation-section { background:transparent; padding-top:56px; padding-bottom:56px; }
.crm-product .crm-network-band .exceptions-section { background:transparent; padding-top:56px; padding-bottom:56px; }
.crm-product .crm-network-band .readiness-section { background:transparent; padding-top:56px; padding-bottom:56px; }
.crm-product .industry-section { background-color:var(--crm-surface); background-image:url("../img/arc-crm-industries-bg-2.png"); background-position:center; background-size:cover; background-repeat:no-repeat; }

/* Section + hero spacing — arc-pay parity */
.crm-product > section {
  padding: 80px 0;
}

.crm-product .hero,
.crm-product .hero.aclo-hero {
  padding: 65px 0;
  display: flex;
  align-items: center;
}

.crm-product .crm-network-band {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Final CTA + footer — arc-pay parity */
.crm-product .final-cta {
  position: relative;
  margin: 0;
  padding: 0;
  background: transparent;
  text-align: center;
  overflow: visible;
}

.crm-product > section.final-cta {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.crm-product .final-cta::before {
  content: none;
}

.crm-product .final-cta-inner {
  background-image:
    linear-gradient(180deg, rgba(6, 35, 65, 0.28) 0%, rgba(6, 35, 65, 0.28) 100%),
    url("../img/arc-crm-final-cta-bg.png");
}

.crm-product footer {
  padding: 60px 0;
  margin-top: 0;
}

.crm-product footer,
.crm-product footer .aboutus-company {
  background-color: #000000;
}

.crm-product footer .aboutus-company h5 {
  font-size: 16px;
  font-weight: 700;
}

.crm-product footer .aboutus-company p,
.crm-product footer .aboutus-company a {
  font-size: 16px;
  line-height: 1.65;
}

.crm-product footer .aboutus-company .abt-us p,
.crm-product footer .aboutus-company .footer-section .company-footer ul li a,
.crm-product footer .aboutus-company .footer-section .support-footer ul li a {
  font-size: 16px;
}

.crm-product footer .aboutus-company .footer-section .follow-footer ul li a {
  font-size: 26px;
}
.crm-product .aclo-industry-boxes { grid-template-columns:repeat(3,1fr); }
@media (max-width:900px){ .crm-product .aclo-industry-boxes { grid-template-columns:1fr; } }
.crm-product .aclo-frame-body { padding:22px; }
.crm-product .aclo-visual-panel { position:relative; border-radius:10px; min-height:280px; display:flex; align-items:center; justify-content:center; overflow:hidden; padding:24px; }
.crm-product .aclo-panel-cream { background:linear-gradient(145deg,#f8f4ea 0%,#f0ebdd 100%); border:1px solid #e2e8f0; }
.crm-product .aclo-panel-navy { background:linear-gradient(150deg,#0e0d59 0%,#162b5b 100%); }

/* Hero close readiness card */
.crm-product .aclo-hv-main-card { position:relative; z-index:3; width:280px; max-width:100%; 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); }
.crm-product .aclo-hv-card-head { display:flex; align-items:center; justify-content:space-between; padding-bottom:13px; margin-bottom:14px; border-bottom:1px solid rgba(255,255,255,0.12); }
.crm-product .aclo-hv-card-label { font-family:inherit; font-size:10px; font-weight:800; color:#fdd84e; letter-spacing:1px; text-transform:uppercase; }
.crm-product .aclo-hv-card-day { font-family:inherit; font-size:9px; font-weight:700; color:rgba(255,255,255,0.5); letter-spacing:0.5px; }
.crm-product .aclo-hv-ring-wrap { display:flex; flex-direction:column; align-items:center; margin-bottom:14px; }
.crm-product .aclo-hv-ring { position:relative; width:124px; height:124px; }
.crm-product .aclo-hv-ring svg { transform:rotate(-90deg); }
.crm-product .aclo-hv-ring-center { position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.crm-product .aclo-hv-ring-pct { font-family:inherit; font-size:26px; font-weight:800; color:#fff; line-height:1; }
.crm-product .aclo-hv-ring-label { font-size:8.5px; color:rgba(255,255,255,0.6); letter-spacing:0.5px; text-transform:uppercase; font-weight:700; margin-top:3px; }
.crm-product .aclo-hv-card-status { display:flex; align-items:center; justify-content:center; gap:7px; font-size:11px; color:#7dcea0; font-family:inherit; font-weight:700; }
.crm-product .aclo-hv-card-status-dot { width:7px; height:7px; border-radius:50%; background:#2a9e52; box-shadow:0 0 8px rgba(42,158,82,0.6); }
.crm-product .aclo-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 .aclo-hv-float-1 { top:6%; left:0; }
.crm-product .aclo-hv-float-2 { bottom:10%; right:0; }
.crm-product .aclo-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 .aclo-hv-float-value { font-family:inherit; font-size:12px; font-weight:800; color:#fff; }
.crm-product .aclo-hv-float-chip { display:inline-flex; align-items:center; gap:5px; margin-top:5px; font-size:9px; font-weight:700; color:#7dcea0; }
.crm-product .aclo-hv-float-chip-dot { width:5px; height:5px; border-radius:50%; background:#2a9e52; }

/* Continuous close timeline */
.crm-product .aclo-cont { position:relative; z-index:2; width:290px; }
.crm-product .aclo-cont-row { background:#fff; border:1px solid #e2e8f0; border-radius:12px; padding:14px 15px; margin-bottom:10px; box-shadow:0 2px 12px rgba(15,23,42,0.07); }
.crm-product .aclo-cont-row.bad { opacity:0.85; }
.crm-product .aclo-cont-label { font-family:inherit; font-size:9.5px; font-weight:800; letter-spacing:0.4px; text-transform:uppercase; margin-bottom:9px; color:#94a3b8; }
.crm-product .aclo-cont-label.good { color:#b8860b; }
.crm-product .aclo-cont-bars { display:flex; align-items:flex-end; gap:4px; height:44px; }
.crm-product .aclo-cont-bar { flex:1; border-radius:3px 3px 0 0; }
.crm-product .aclo-cont-bar.even { background:linear-gradient(180deg,#fbbc04 0%,#b8860b 100%); }
.crm-product .aclo-cont-bar.flat { background:#ede9e0; }
.crm-product .aclo-cont-bar.spike { background:#ff393c; }
.crm-product .aclo-cont-out { background:linear-gradient(135deg,rgba(42,158,82,0.1) 0%,#fff 100%); border:1px solid rgba(42,158,82,0.3); border-radius:10px; padding:11px 14px; display:flex; align-items:center; gap:9px; font-family:inherit; font-size:11px; font-weight:800; color:#2a9e52; }
.crm-product .aclo-cont-out-dot { width:8px; height:8px; border-radius:50%; background:#2a9e52; }

/* Reconciliation matching */
.crm-product .aclo-match { position:relative; z-index:2; width:290px; }
.crm-product .aclo-match-pair { display:flex; align-items:center; gap:8px; margin-bottom:9px; }
.crm-product .aclo-match-box { flex:1; background:#fff; border:1px solid #e2e8f0; border-radius:9px; padding:10px 11px; box-shadow:0 2px 8px rgba(15,23,42,0.06); }
.crm-product .aclo-match-box-label { font-size:8.5px; color:#94a3b8; font-weight:700; text-transform:uppercase; letter-spacing:0.3px; margin-bottom:3px; }
.crm-product .aclo-match-box-val { font-family:inherit; font-size:12px; font-weight:800; color:#0e0d59; }
.crm-product .aclo-match-link { width:22px; height:22px; border-radius:50%; flex-shrink:0; display:inline-flex; align-items:center; justify-content:center; font-size:10px; font-weight:800; color:#fff; }
.crm-product .aclo-match-link.ok { background:#2a9e52; }
.crm-product .aclo-match-link.flag { background:#f59e0b; }
.crm-product .aclo-match-box.flagged { border-color:rgba(245,158,11,0.4); border-left:3px solid #f59e0b; }
.crm-product .aclo-match-note { margin-top:4px; text-align:center; font-family:inherit; font-size:10px; font-weight:700; color:#94a3b8; }

/* Validation checks */
.crm-product .aclo-val { position:relative; z-index:2; width:280px; }
.crm-product .aclo-val-tx { background:linear-gradient(135deg,#0e0d59 0%,#162b5b 100%); color:#fff; border-radius:11px; padding:13px 16px; text-align:center; margin-bottom:10px; }
.crm-product .aclo-val-tx-label { font-family:inherit; font-size:9px; font-weight:800; color:#fdd84e; letter-spacing:0.6px; text-transform:uppercase; margin-bottom:3px; }
.crm-product .aclo-val-tx-name { font-family:inherit; font-size:13px; font-weight:800; color:#fff; }
.crm-product .aclo-val-list { display:flex; flex-direction:column; gap:6px; }
.crm-product .aclo-val-item { background:#fff; border:1px solid #e2e8f0; border-radius:8px; padding:9px 12px; display:flex; align-items:center; gap:10px; box-shadow:0 2px 8px rgba(15,23,42,0.06); }
.crm-product .aclo-val-check { width:18px; height:18px; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; font-size:9px; font-weight:800; flex-shrink:0; color:#fff; }
.crm-product .aclo-val-check.ok { background:#2a9e52; }
.crm-product .aclo-val-check.flag { background:#f59e0b; }
.crm-product .aclo-val-name { font-family:inherit; font-size:11px; font-weight:700; color:#0e0d59; }
.crm-product .aclo-val-status { margin-left:auto; font-size:9px; font-weight:700; color:#94a3b8; }

/* Exception list */
.crm-product .aclo-exc { position:relative; z-index:2; width:290px; background:#fff; border:1px solid #e2e8f0; border-radius:14px; padding:18px; box-shadow:0 8px 24px rgba(15,23,42,0.08); }
.crm-product .aclo-exc-head { display:flex; align-items:center; justify-content:space-between; padding-bottom:12px; margin-bottom:12px; border-bottom:1px solid #e2e8f0; }
.crm-product .aclo-exc-title { font-family:inherit; font-size:11.5px; font-weight:800; color:#0e0d59; }
.crm-product .aclo-exc-count { font-family:inherit; font-size:9px; font-weight:800; color:#b8860b; background:rgba(245,184,0,0.12); padding:3px 9px; border-radius:100px; }
.crm-product .aclo-exc-item { display:flex; align-items:center; gap:11px; padding:9px 0; border-bottom:1px dashed #e2e8f0; }
.crm-product .aclo-exc-item:last-child { border-bottom:none; }
.crm-product .aclo-exc-avatar { width:24px; height:24px; border-radius:50%; background:linear-gradient(135deg,#0e0d59 0%,#1e3a7a 100%); color:#fbbc04; display:inline-flex; align-items:center; justify-content:center; font-family:inherit; font-size:8.5px; font-weight:800; flex-shrink:0; }
.crm-product .aclo-exc-name { font-family:inherit; font-size:11px; font-weight:700; color:#0e0d59; }
.crm-product .aclo-exc-meta { font-size:9px; color:#94a3b8; margin-top:1px; }
.crm-product .aclo-exc-status { margin-left:auto; font-family:inherit; font-size:8px; font-weight:800; letter-spacing:0.3px; text-transform:uppercase; padding:3px 8px; border-radius:100px; }
.crm-product .aclo-exc-status.open { background:rgba(245,158,11,0.16); color:#f59e0b; }
.crm-product .aclo-exc-status.fix { background:rgba(43,126,212,0.12); color:#028dc1; }

/* Close readiness */
.crm-product .aclo-ready { position:relative; z-index:2; width:280px; background:#fff; border:1px solid #e2e8f0; border-radius:14px; padding:20px 18px; box-shadow:0 8px 24px rgba(15,23,42,0.08); text-align:center; }
.crm-product .aclo-ready-label { font-family:inherit; font-size:9px; font-weight:800; color:#94a3b8; letter-spacing:0.7px; text-transform:uppercase; margin-bottom:14px; }
.crm-product .aclo-ready-ring { position:relative; width:130px; height:130px; margin:0 auto 16px; }
.crm-product .aclo-ready-ring svg { transform:rotate(-90deg); }
.crm-product .aclo-ready-center { position:absolute; inset:0; display:flex; flex-direction:column; align-items:center; justify-content:center; }
.crm-product .aclo-ready-pct { font-family:inherit; font-size:30px; font-weight:800; color:#0e0d59; line-height:1; }
.crm-product .aclo-ready-pct-label { font-size:8.5px; color:#94a3b8; letter-spacing:0.5px; text-transform:uppercase; font-weight:700; margin-top:3px; }
.crm-product .aclo-ready-rows { display:flex; flex-direction:column; gap:7px; }
.crm-product .aclo-ready-row { display:flex; align-items:center; gap:9px; }
.crm-product .aclo-ready-row-dot { width:8px; height:8px; border-radius:50%; flex-shrink:0; }
.crm-product .aclo-ready-row-dot.done { background:#2a9e52; }
.crm-product .aclo-ready-row-dot.open { background:#f59e0b; }
.crm-product .aclo-ready-row-label { font-size:10.5px; color:#64748b; }
.crm-product .aclo-ready-row-val { margin-left:auto; font-family:inherit; font-size:10.5px; font-weight:800; color:#0e0d59; }

/* Hero layout */
@keyframes aclo-float-soft {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

.crm-product .hero.aclo-hero .hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: rgba(245, 184, 0, 0.12);
  border: 1px solid rgba(245, 184, 0, 0.3);
  border-radius: 100px;
  padding: 6px 14px;
  font-family: 'Inter', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.6px;
  margin-bottom: 24px;
}

.crm-product .hero.aclo-hero .hero-eyebrow-dot {
  width: 7px;
  height: 7px;
  background: #f5b800;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(245, 184, 0, 0.7);
  animation: aclo-hero-pulse 1.6s infinite;
}

@keyframes aclo-hero-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.4; transform: scale(1); }
}

.crm-product .hero.aclo-hero .hero-ctas .btn-gold {
  gap: 9px;
  padding: 15px 28px;
  background: #f5b800;
  border-radius: 12px;
  font-weight: 700;
  font-size: 14.5px;
  color: #0d1f42;
  box-shadow: none;
  transition: all 0.25s;
}

.crm-product .hero.aclo-hero .hero-ctas .btn-gold:hover {
  background: #ffca2c;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(245, 184, 0, 0.35);
  color: #0d1f42;
}

.crm-product .hero.aclo-hero { overflow: visible; }

.crm-product .hero.aclo-hero .hero-grid {
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-left: 0;
  padding-right: 0;
}

/* Hero mock — floats on hero gradient (arc-dialer pattern) */
.crm-product .aclo-hero-visual {
  position: relative;
  min-height: 400px;
  overflow: visible;
  background: transparent;
  border: none;
  box-shadow: none;
  animation: none;
}

.crm-product .hero.aclo-hero .aclo-hv-main-card {
  width: 270px;
  margin: 24px auto 0;
  animation: aclo-float-soft 6s ease-in-out infinite;
}

.crm-product .hero.aclo-hero .aclo-hv-float-1 {
  animation: aclo-float-soft 7s ease-in-out infinite 0.5s;
}

.crm-product .hero.aclo-hero .aclo-hv-float-2 {
  animation: aclo-float-soft 8s ease-in-out infinite 1s;
}

/* ============ ARCCLOSE RESPONSIVE (hero + network band, arc-pay pattern) ============ */
.crm-product .hero-grid > *,
.crm-product .split-grid > *,
.crm-product .product-frame,
.crm-product .crm-network-band {
  min-width: 0;
}

@media (max-width: 1199px) {
  .crm-product .split-grid,
  .crm-product .split-grid.reverse {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .crm-product .split-grid .split-text {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .crm-product > section {
    padding: 56px 0;
  }

  .crm-product .hero,
  .crm-product .hero.aclo-hero {
    padding: 48px 0 56px;
    min-height: auto;
  }

  .crm-product .hero.aclo-hero .hero-grid {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .crm-product .hero.aclo-hero .hero-left {
    order: 1;
    max-width: none;
  }

  .crm-product .hero.aclo-hero .aclo-hero-visual {
    order: 2;
    width: 100%;
    min-height: 300px;
  }

  .crm-product .hero.aclo-hero h1 {
    font-size: clamp(28px, 6.5vw, 36px);
    margin-bottom: 20px;
  }

  .crm-product .hero.aclo-hero .hero-sub {
    font-size: 16px;
    margin-bottom: 28px;
    max-width: none;
  }

  .crm-product .hero.aclo-hero .hero-ctas .btn-gold {
    width: 100%;
    justify-content: center;
  }

  .crm-product .crm-network-band {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .crm-product .crm-network-band .continuous-section,
  .crm-product .crm-network-band .reconcile-section,
  .crm-product .crm-network-band .validation-section,
  .crm-product .crm-network-band .exceptions-section,
  .crm-product .crm-network-band .readiness-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .crm-product .split-grid,
  .crm-product .split-grid.reverse {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .crm-product .split-grid .split-text {
    order: 1;
    max-width: 100%;
  }

  .crm-product .split-grid .product-frame {
    order: 2;
    width: 100%;
  }

  .crm-product .section-header {
    margin-bottom: 40px;
  }

  .crm-product .section-title {
    font-size: clamp(26px, 5.5vw, 34px);
  }

  .crm-product .section-sub {
    font-size: 16px;
    max-width: none;
  }

  .crm-product .industry-section {
    padding: 56px 0;
  }

  .crm-product > section.final-cta {
    padding-top: 56px !important;
    padding-bottom: 56px !important;
  }

  .crm-product .final-cta {
    margin: 0;
  }

  .crm-product .final-cta-inner {
    padding: 48px 24px;
    border-radius: 12px;
  }

  .crm-product .final-cta p {
    font-size: clamp(18px, 4.5vw, 24px);
    margin-bottom: 28px;
  }

  .crm-product .final-cta-btns {
    width: 100%;
  }

  .crm-product .final-cta .btn-gold {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .crm-product .hero.aclo-hero {
    padding: 40px 0 48px;
  }

  .crm-product .aclo-hero-visual {
    min-height: 280px;
  }

  .crm-product .hero.aclo-hero .aclo-hv-main-card {
    width: min(100%, 270px);
  }

  .crm-product .hero.aclo-hero .aclo-hv-float-1 {
    left: 0;
    right: auto;
    max-width: calc(100% - 12px);
  }

  .crm-product .hero.aclo-hero .aclo-hv-float-2 {
    right: 0;
    left: auto;
    max-width: calc(100% - 12px);
  }

  .crm-product .aclo-frame-body {
    padding: 16px;
  }

  .crm-product .aclo-visual-panel {
    min-height: 240px;
    padding: 16px;
  }
}

@media (max-width: 575px) {
  .crm-product .hero.aclo-hero h1 br {
    display: none;
  }

  .crm-product .section-title br {
    display: none;
  }

  .crm-product .aclo-hero-visual {
    min-height: 260px;
  }

  .crm-product .final-cta-inner {
    padding: 36px 18px;
  }

  .crm-product .final-cta .btn-gold {
    padding: 14px 20px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .crm-product .hero.aclo-hero .aclo-hv-main-card,
  .crm-product .hero.aclo-hero .aclo-hv-float-1,
  .crm-product .hero.aclo-hero .aclo-hv-float-2 {
    animation: none;
  }
}
