/* Teams & Buurthuizen – premium WebRTC showcase. Separate stylesheet on purpose:
   it gets its own cache key and cannot be hidden by an older cached app.css. */
.community-meeting-showcase{
  width:100%;
  padding:22px 24px 76px;
  overflow:hidden;
}
.community-meeting-showcase-shell{
  width:min(1320px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(330px,.78fr) minmax(0,1.42fr);
  gap:28px;
  align-items:center;
  padding:30px;
  border:1px solid #d7e6f3;
  border-radius:32px;
  background:
    radial-gradient(circle at 0 0,rgba(49,87,213,.08),transparent 32%),
    radial-gradient(circle at 100% 100%,rgba(29,185,170,.09),transparent 34%),
    linear-gradient(145deg,#ffffff 0%,#f7fbff 55%,#f1fbf9 100%);
  box-shadow:0 26px 70px rgba(20,65,110,.10);
}
.community-meeting-showcase-copy{min-width:0;padding:4px 4px 4px 2px}
.community-meeting-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:7px;
  padding:7px 10px;
  border-radius:999px;
  background:#eaf1ff;
  color:#2452bc;
  font-size:.72rem;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.community-meeting-showcase-copy h2{
  margin:16px 0 14px;
  max-width:560px;
  color:#082f59;
  font-size:clamp(2rem,3.2vw,3.05rem);
  line-height:1.02;
  letter-spacing:-.045em;
}
.community-meeting-showcase-copy>p{
  margin:0;
  max-width:600px;
  color:#617e99;
  font-size:.96rem;
  line-height:1.7;
}
.community-meeting-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:23px 0;
}
.community-meeting-feature-grid article{
  min-width:0;
  display:grid;
  grid-template-columns:38px minmax(0,1fr);
  gap:10px;
  align-items:start;
  padding:12px;
  border:1px solid #dce8f3;
  border-radius:16px;
  background:rgba(255,255,255,.82);
  box-shadow:0 8px 22px rgba(24,72,117,.045);
}
.community-meeting-feature-grid article>span{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:12px;
  background:#eef4fb;
  font-size:1rem;
}
.community-meeting-feature-grid strong,
.community-meeting-feature-grid small{display:block}
.community-meeting-feature-grid strong{color:#163f69;font-size:.78rem;line-height:1.25}
.community-meeting-feature-grid small{margin-top:3px;color:#7890a6;font-size:.66rem;line-height:1.38}
.community-meeting-showcase-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}

.community-meeting-showcase-preview{
  min-width:0;
  margin:0;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.08);
  border-radius:25px;
  background:#08111e;
  box-shadow:0 24px 60px rgba(7,28,54,.25);
}
.community-meeting-preview-bar{
  min-height:48px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:11px 15px;
  color:#dce8f4;
  background:linear-gradient(180deg,#111e2e,#0c1724);
  border-bottom:1px solid rgba(255,255,255,.07);
  font-size:.72rem;
}
.community-meeting-preview-bar>div{display:flex;align-items:center;gap:8px}
.community-meeting-preview-bar>span{padding:5px 8px;border-radius:999px;background:#18283a;color:#9fb4c9;font-weight:850}
.community-meeting-live-dot{width:8px;height:8px;border-radius:50%;background:#32d18c;box-shadow:0 0 0 5px rgba(50,209,140,.10)}
.community-meeting-image-link{
  display:block;
  width:100%;
  overflow:hidden;
  background:#07101b;
}
.community-meeting-image-link img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  aspect-ratio:3/2;
  object-fit:contain;
  object-position:center;
  background:#07101b;
}
.community-meeting-showcase-preview figcaption{
  display:flex;
  align-items:flex-start;
  gap:9px;
  padding:12px 15px 14px;
  color:#91a8bd;
  font-size:.68rem;
  line-height:1.45;
  background:#0b1623;
}
.community-meeting-showcase-preview figcaption span{flex:0 0 auto;color:#55d7a4;font-weight:900}

@media(max-width:1100px){
  .community-meeting-showcase-shell{grid-template-columns:1fr;gap:22px}
  .community-meeting-showcase-copy{padding:2px}
  .community-meeting-showcase-copy h2,.community-meeting-showcase-copy>p{max-width:850px}
  .community-meeting-feature-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
  .community-meeting-feature-grid article{grid-template-columns:1fr;gap:8px}
}
@media(max-width:760px){
  .community-meeting-showcase{padding:12px 14px 54px}
  .community-meeting-showcase-shell{padding:18px;border-radius:24px;gap:18px}
  .community-meeting-showcase-copy h2{font-size:clamp(1.9rem,9vw,2.45rem)}
  .community-meeting-feature-grid{grid-template-columns:1fr 1fr}
  .community-meeting-showcase-preview{border-radius:19px}
  .community-meeting-preview-bar{min-height:44px;padding:9px 11px}
  .community-meeting-showcase-preview figcaption{display:block;padding:10px 12px 12px}
  .community-meeting-showcase-preview figcaption span{display:block;margin-bottom:3px}
}
@media(max-width:500px){
  .community-meeting-showcase{padding-left:10px;padding-right:10px}
  .community-meeting-showcase-shell{padding:14px;border-radius:20px}
  .community-meeting-feature-grid{grid-template-columns:1fr}
  .community-meeting-showcase-actions{display:grid;grid-template-columns:1fr}
  .community-meeting-showcase-actions .button{width:100%;justify-content:center}
  .community-meeting-preview-bar>span{display:none}
}
