/* ArcCalendar — ArcCRM base + 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 .booking-section { background: var(--crm-surface); }
.crm-product .crm-section { background: var(--crm-surface); }
.crm-product .team-section { background: var(--crm-surface); }
.crm-product .availability-section { background: var(--crm-surface); }
.crm-product .reminders-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 .booking-section { background:transparent; padding-top:56px; padding-bottom:56px; }
.crm-product .crm-network-band .crm-section { background:transparent; padding-top:56px; padding-bottom:56px; }
.crm-product .crm-network-band .team-section { background:transparent; padding-top:56px; padding-bottom:56px; }
.crm-product .crm-network-band .availability-section { background:transparent; padding-top:56px; padding-bottom:56px; }
.crm-product .crm-network-band .reminders-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 .acal-industry-boxes { grid-template-columns:repeat(3,1fr); }
@media (max-width:900px){ .crm-product .acal-industry-boxes { grid-template-columns:1fr; } }
.crm-product .acal-frame-body { padding:22px; }
.crm-product .acal-visual-panel { position:relative; border-radius:10px; min-height:280px; display:flex; align-items:center; justify-content:center; overflow:hidden; padding:24px; }
.crm-product .acal-panel-cream { background:linear-gradient(145deg,#f8f4ea 0%,#f0ebdd 100%); border:1px solid #e2e8f0; }
.crm-product .acal-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 .acal-hv-card-head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; margin-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.12); }
.crm-product .acal-hv-card-label { font-family: inherit; font-size: 10px; font-weight: 800; color: #fdd84e; letter-spacing: 1px; text-transform: uppercase; }
.crm-product .acal-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 .acal-hv-slots { display: flex; flex-direction: column; gap: 7px; margin-bottom: 12px; }
.crm-product .acal-hv-slot { border: 1px solid rgba(255,255,255,0.18); border-radius: 8px; padding: 9px 12px; font-family: inherit; font-size: 11.5px; font-weight: 700; color: rgba(255,255,255,0.85); text-align: center; transition: all 0.3s; }
.crm-product .acal-hv-slot.selected { background: #fbbc04; color: #0e0d59; border-color: #fbbc04; }
.crm-product .acal-hv-card-confirm { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: 10px; color: #7dcea0; font-family: inherit; font-weight: 700; }
.crm-product .acal-hv-card-confirm-dot { width: 6px; height: 6px; border-radius: 50%; background: #2a9e52; }
.crm-product .acal-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 .acal-hv-float-1 { top: 8%; left: 0; }
.crm-product .acal-hv-float-2 { bottom: 12%; right: 0; }
.crm-product .acal-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 .acal-hv-float-value { font-family: inherit; font-size: 12px; font-weight: 800; color: #fff; }
.crm-product .acal-hv-float-chip { display: inline-flex; align-items: center; gap: 5px; margin-top: 5px; font-size: 9px; font-weight: 700; color: #7dcea0; }
.crm-product .acal-hv-float-chip-dot { width: 5px; height: 5px; border-radius: 50%; background: #2a9e52; }
.crm-product .acal-book { position: relative; z-index: 2; width: 250px; background: #fff; border: 1px solid #e2e8f0; border-radius: 14px; padding: 18px; box-shadow: 0 8px 24px rgba(15,23,42,0.08); }
.crm-product .acal-book-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.crm-product .acal-book-title { font-family: inherit; font-size: 12px; font-weight: 800; color: #0e0d59; }
.crm-product .acal-book-dur { font-family: inherit; font-size: 9px; font-weight: 700; color: #b8860b; background: rgba(245,184,0,0.12); padding: 3px 8px; border-radius: 100px; }
.crm-product .acal-book-slots { display: flex; flex-direction: column; gap: 7px; margin-bottom: 12px; }
.crm-product .acal-book-slot { border: 1px solid #e2e8f0; border-radius: 8px; padding: 9px; text-align: center; font-family: inherit; font-size: 11px; font-weight: 700; color: #64748b; transition: all 0.3s; }
.crm-product .acal-book-slot.selected { background: #fbbc04; color: #0e0d59; border-color: #fbbc04; }
.crm-product .acal-book-confirm { display: flex; align-items: center; justify-content: center; gap: 6px; padding: 9px; background: linear-gradient(135deg, rgba(42,158,82,0.1) 0%, #fff 100%); border: 1px solid rgba(42,158,82,0.3); border-radius: 8px; font-family: inherit; font-size: 10.5px; font-weight: 800; color: #2a9e52; }
.crm-product .acal-book-confirm-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; }
.crm-product .acal-record { 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 .acal-record-head { display: flex; align-items: center; gap: 11px; padding-bottom: 13px; margin-bottom: 13px; border-bottom: 1px solid #e2e8f0; }
.crm-product .acal-record-avatar { width: 38px; height: 38px; border-radius: 10px; background: linear-gradient(135deg, #0e0d59 0%, #1e3a7a 100%); color: #fbbc04; display: inline-flex; align-items: center; justify-content: center; font-family: inherit; font-size: 13px; font-weight: 800; }
.crm-product .acal-record-name { font-family: inherit; font-size: 13px; font-weight: 800; color: #0e0d59; }
.crm-product .acal-record-meta { font-size: 10px; color: #94a3b8; margin-top: 1px; }
.crm-product .acal-record-label { font-family: inherit; font-size: 9px; font-weight: 800; color: #94a3b8; letter-spacing: 0.7px; text-transform: uppercase; margin-bottom: 11px; }
.crm-product .acal-record-timeline { display: flex; flex-direction: column; gap: 0; }
.crm-product .acal-record-event { display: flex; gap: 11px; position: relative; padding-bottom: 14px; }
.crm-product .acal-record-event:last-child { padding-bottom: 0; }
.crm-product .acal-record-event::before { content: ''; position: absolute; left: 6px; top: 16px; bottom: 0; width: 2px; background: #e2e8f0; }
.crm-product .acal-record-event:last-child::before { display: none; }
.crm-product .acal-record-dot { width: 14px; height: 14px; border-radius: 50%; flex-shrink: 0; display: inline-flex; align-items: center; justify-content: center; font-size: 7px; font-weight: 800; color: #fff; z-index: 1; }
.crm-product .acal-record-dot.done { background: #2a9e52; }
.crm-product .acal-record-dot.change { background: #f59e0b; }
.crm-product .acal-record-dot.next { background: #028dc1; }
.crm-product .acal-record-event-title { font-family: inherit; font-size: 11px; font-weight: 700; color: #0e0d59; }
.crm-product .acal-record-event-time { font-size: 9.5px; color: #94a3b8; margin-top: 1px; }
.crm-product .acal-team { position: relative; z-index: 2; width: 280px; }
.crm-product .acal-team-incoming { background: linear-gradient(135deg, rgba(245,184,0,0.1) 0%, #fff 100%); border: 1.5px solid #fbbc04; border-radius: 11px; padding: 11px 14px; text-align: center; margin-bottom: 10px; box-shadow: 0 0 0 4px rgba(245,184,0,0.07); }
.crm-product .acal-team-incoming-label { font-family: inherit; font-size: 9px; font-weight: 800; color: #b8860b; letter-spacing: 0.6px; text-transform: uppercase; margin-bottom: 2px; }
.crm-product .acal-team-incoming-name { font-family: inherit; font-size: 13px; font-weight: 800; color: #0e0d59; }
.crm-product .acal-team-fan { display: flex; justify-content: center; gap: 6px; height: 14px; align-items: flex-start; margin-bottom: 4px; }
.crm-product .acal-team-fan span { width: 2px; background: #fbbc04; opacity: 0.5; height: 14px; }
.crm-product .acal-team-members { display: flex; flex-direction: column; gap: 7px; }
.crm-product .acal-team-member { background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; padding: 9px 12px; display: flex; align-items: center; gap: 10px; box-shadow: 0 2px 8px rgba(15,23,42,0.06); }
.crm-product .acal-team-member.assigned { border-color: #2a9e52; box-shadow: 0 0 0 2px rgba(42,158,82,0.12), 0 2px 8px rgba(15,23,42,0.06); }
.crm-product .acal-team-avatar { width: 26px; height: 26px; 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: 9px; font-weight: 800; flex-shrink: 0; }
.crm-product .acal-team-name { font-family: inherit; font-size: 11px; font-weight: 800; color: #0e0d59; }
.crm-product .acal-team-avail { font-size: 9px; color: #94a3b8; margin-top: 1px; }
.crm-product .acal-team-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 .acal-team-status.assigned { background: rgba(42,158,82,0.12); color: #2a9e52; }
.crm-product .acal-team-status.free { background: #f8f4ea; color: #94a3b8; }
.crm-product .acal-avail { position: relative; z-index: 2; 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 .acal-avail-label { font-family: inherit; font-size: 9px; font-weight: 800; color: #94a3b8; letter-spacing: 0.7px; text-transform: uppercase; margin-bottom: 12px; }
.crm-product .acal-avail-days { display: flex; gap: 5px; margin-bottom: 14px; }
.crm-product .acal-avail-day { flex: 1; text-align: center; padding: 7px 0; border-radius: 7px; font-family: inherit; font-size: 9.5px; font-weight: 800; }
.crm-product .acal-avail-day.on { background: #0e0d59; color: #fff; }
.crm-product .acal-avail-day.off { background: #f8f4ea; color: #94a3b8; }
.crm-product .acal-avail-row { display: flex; align-items: center; justify-content: space-between; padding: 8px 0; border-bottom: 1px dashed #e2e8f0; }
.crm-product .acal-avail-row:last-child { border-bottom: none; }
.crm-product .acal-avail-row-label { font-size: 10.5px; color: #64748b; }
.crm-product .acal-avail-row-val { font-family: inherit; font-size: 11px; font-weight: 700; color: #0e0d59; }
.crm-product .acal-rem { position: relative; z-index: 2; width: 280px; display: flex; flex-direction: column; gap: 8px; }
.crm-product .acal-rem-item { 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 .acal-rem-icon { width: 28px; height: 28px; border-radius: 8px; display: inline-flex; align-items: center; justify-content: center; font-size: 12px; flex-shrink: 0; }
.crm-product .acal-rem-icon.confirm { background: rgba(42,158,82,0.12); }
.crm-product .acal-rem-icon.remind { background: rgba(43,126,212,0.12); }
.crm-product .acal-rem-icon.reopen { background: rgba(245,184,0,0.14); }
.crm-product .acal-rem-name { font-family: inherit; font-size: 11px; font-weight: 800; color: #0e0d59; }
.crm-product .acal-rem-meta { font-size: 9.5px; color: #94a3b8; margin-top: 1px; }
.crm-product .acal-rem-status { margin-left: auto; font-family: inherit; font-size: 8.5px; font-weight: 800; letter-spacing: 0.3px; text-transform: uppercase; padding: 3px 8px; border-radius: 100px; }
.crm-product .acal-rem-status.done { background: rgba(42,158,82,0.12); color: #2a9e52; }
.crm-product .acal-rem-status.sched { background: rgba(43,126,212,0.12); color: #028dc1; }
.crm-product .acal-rem-status.auto { background: rgba(245,184,0,0.15); color: #b8860b; }

/* Hero layout (CRM theme from arc-crm-product.css) */
@keyframes acal-float-soft {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-12px);
  }
}

/* Hero eyebrow + CTA — match arc-ar-automation */
.crm-product .hero.acal-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.acal-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: acal-hero-pulse 1.6s infinite;
}

@keyframes acal-hero-pulse {
  0%,
  100% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.4;
    transform: scale(1);
  }
}

.crm-product .hero.acal-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.acal-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.acal-hero {
  overflow: visible;
}

.crm-product .hero.acal-hero .hero-grid {
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  padding-left: 0;
  padding-right: 0;
}

.crm-product .hero.acal-hero .hero-visual.product-frame {
  height: auto;
  display: block;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.28);
  animation: none;
  width: 100%;
  max-width: none;
  margin: 0;
}

.crm-product .hero.acal-hero .hero-visual.product-frame .hero-visual-body {
  position: relative;
  min-height: 400px;
  height: 440px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  padding: 28px 20px;
  background: linear-gradient(165deg, #0a1e3d 0%, #122a4f 100%);
}

.crm-product .hero.acal-hero .product-frame-head svg {
  display: block;
  width: 100%;
  height: auto;
}

.crm-product .hero.acal-hero .acal-hv-main-card {
  animation: acal-float-soft 6s ease-in-out infinite;
}

.crm-product .hero.acal-hero .acal-hv-float-1 {
  animation: acal-float-soft 7s ease-in-out infinite;
  animation-delay: 0.5s;
}

.crm-product .hero.acal-hero .acal-hv-float-2 {
  animation: acal-float-soft 8s ease-in-out infinite;
  animation-delay: 1s;
}

@media (max-width: 1000px) {
  .crm-product .hero.acal-hero .hero-grid {
    gap: 50px;
  }

  .crm-product .hero.acal-hero .hero-visual.product-frame .hero-visual-body {
    min-height: 300px;
    height: 380px;
    padding: 24px 16px;
  }
}
