/* Services page redesign — session reel, package hub, industry playbooks */

/* Hero session reel */
.hero-session-reel {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 420px;
  margin-left: auto;
}

.hsr-main {
  margin: 0;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.35);
  position: relative;
}

.hsr-main img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hsr-main figcaption,
.hsr-thumb figcaption {
  font-size: 12px;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
  background: rgba(20, 10, 14, 0.85);
  color: rgba(255, 255, 255, 0.9);
}

.hsr-main::after {
  content: "Session Reel";
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(12, 6, 9, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.9);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.hsr-tag {
  display: inline-block;
  margin-right: 0.35rem;
  padding: 0.1rem 0.45rem;
  border-radius: 4px;
  background: var(--accent-mid, #c9a86c);
  color: #1a0a10;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.hsr-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.hsr-thumb {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hsr-thumb img {
  display: block;
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.hsr-thumb figcaption {
  font-size: 11px;
  padding: 0.4rem 0.6rem;
}

.hsr-proof {
  font-size: 12px;
  line-height: 1.5;
  color: var(--text-on-dark-muted, rgba(255, 255, 255, 0.65));
  margin: 0;
}

.procurement-snapshot {
  margin: 1.5rem 0;
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(50, 14, 25, 0.1);
  background: linear-gradient(135deg, #fdf9f5 0%, #f5efe8 100%);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 2rem;
}

.psnap-ey {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
  margin: 0;
  width: 100%;
}

.procurement-snapshot ul {
  margin: 0;
  padding-left: 1.1rem;
  font-size: 13px;
  flex: 1;
  min-width: 200px;
}

/* Industry playbooks */
.industry-playbook {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin: 1rem 0 0;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ip-block {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.75);
}

.ip-label {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--accent-mid, #d4a574);
  margin: 0 0 0.4rem;
}

.ip-block ul {
  margin: 0;
  padding-left: 1rem;
}

.ip-block--kpi p {
  margin: 0;
  font-weight: 500;
}

/* Ops workload static */
.ops-workload-static {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 1.5rem 0;
}

.ows-col {
  padding: 1.25rem 1.5rem;
  border-radius: 12px;
  border: 1px solid rgba(50, 14, 25, 0.08);
}

.ows-col--before {
  background: #f8f4f2;
}

.ows-col--after {
  background: linear-gradient(135deg, #fdf8f4 0%, #f0ebe3 100%);
  border-color: var(--accent, #8b2942);
}

.ows-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--muted);
  margin: 0 0 0.5rem;
}

.ows-col strong {
  display: block;
  font-size: 14px;
  margin-bottom: 0.35rem;
}

.ows-col p {
  font-size: 13px;
  margin: 0;
  color: var(--muted);
}

/* Comparison always on */
.compare-table-static {
  margin-top: 1rem;
  padding: 1rem 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(50, 14, 25, 0.08);
  background: var(--bg2, #faf8f6);
}

.compare-table-static .ey {
  color: #7a5c3f;
}

.compare-table-static .sh {
  color: #2f1822;
}

.compare-table-static .compare-table th,
.compare-table-static .compare-table td {
  color: #3b2731;
}

.compare-table-static .compare-table th {
  font-weight: 700;
}

.compare-table-static .compare-table tbody tr {
  cursor: pointer;
  transition: background-color .2s ease;
}

.compare-table-static .compare-table tbody tr:hover,
.compare-table-static .compare-table tbody tr.is-active {
  background: rgba(139, 41, 66, 0.08);
}

.compare-table-static .compare-table .col-cwp {
  background: rgba(139, 41, 66, 0.08);
  color: #4e1f2f;
  font-weight: 700;
}

.compare-insight {
  margin: 0.75rem 0 0;
  font-size: 12px;
  color: #5f4852;
  border-top: 1px dashed rgba(50, 14, 25, 0.18);
  padding-top: 0.6rem;
}

.luxury-surface {
  background-image: linear-gradient(145deg, rgba(255,255,255,.78), rgba(247,239,243,.92));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7), 0 14px 28px rgba(25, 9, 16, 0.12);
}

body.cwp-production .compare-table-static {
  display: block;
}

body.cwp-production .cwp-tool-wrap[data-tool="comparison"] {
  display: none;
}

body.cwp-production .ops-workload-static {
  display: grid;
}

body.cwp-production .cwp-tool-wrap.ops-slider-wrap .cwp-tool-fallback {
  display: none !important;
}

/* Terminal CTA merge */
.discovery-call--terminal .dc-contact-merge {
  margin-top: 3rem;
  padding-top: 2.5rem;
  border-top: 1px solid rgba(50, 14, 25, 0.08);
  text-align: center;
}

.discovery-call--terminal .dc-contact-merge .contact-cards {
  margin-top: 1rem;
}

.discovery-call--terminal .contact-cards {
  justify-content: center;
}

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

.bs-prog-chip {
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.bs-prog-chip.is-hot {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
  background-color: #fff;
}

@media (max-width: 900px) {
  .industry-playbook,
  .ops-workload-static {
    grid-template-columns: 1fr;
  }

  .hero-session-reel {
    max-width: 100%;
    margin-top: 1.5rem;
  }

}

@media (max-width: 640px) {
  .pain-grid--two {
    grid-template-columns: 1fr;
  }
}
