@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800;900&family=Space+Mono:wght@400;700&display=swap');
@import url('/css/mmpav-cohesive.css');
@import url('/css/service-template.css');

/* ===== Hybrid Events page-specific layout ===== */
.he-diffs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  max-width: 1040px;
  margin: 2.5rem auto 0;
}
.he-diff {
  background: #111111;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 1.6rem;
}
.he-diff__icon {
  color: #3de0e0;
  margin-bottom: 0.85rem;
}
.he-diff__title {
  font-family: 'DM Sans', sans-serif;
  font-weight: 700;
  font-size: 1.05rem;
  color: #fff;
  margin: 0 0 0.45rem;
}
.he-diff__desc {
  font-family: 'Space Mono', monospace;
  font-size: 0.8rem;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.55);
  margin: 0;
}

.he-bridge {
  padding: 2.5rem 0;
  background: #0a0a0a;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.he-bridge__inner {
  max-width: 820px;
  margin: 0 auto;
  padding: 0 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
.he-bridge__text { color: rgba(255, 255, 255, 0.8); font-family: 'Space Mono', monospace; font-size: 0.85rem; line-height: 1.6; max-width: 520px; }

@media (max-width: 880px) {
  .he-diffs { grid-template-columns: 1fr; }
}
