.bbe-videos-grid{display:grid;gap:32px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px;padding:0 24px 48px}.bbe-video-card{background:#fff;border-radius:12px;box-shadow:0 1px 3px rgba(0,0,0,.08);cursor:pointer;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.bbe-video-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-4px)}.bbe-video-thumb{aspect-ratio:9/16;background:#1a1a1a;overflow:hidden;position:relative;width:100%}.bbe-video-thumb img{height:100%;object-fit:cover;width:100%}.bbe-video-play{align-items:center;background:rgba(0,0,0,.55);border-radius:50%;display:flex;height:56px;justify-content:center;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:background .2s;width:56px}.bbe-video-card:hover .bbe-video-play{background:rgba(6,95,70,.85)}.bbe-video-play svg{fill:#fff;height:24px;margin-left:3px;width:24px}.bbe-video-info{padding:16px}.bbe-video-info h3{color:#1a1a1a;font-size:.9rem;font-weight:600;line-height:1.4;margin:0 0 6px}.bbe-video-views{color:#767676;font-size:.75rem;margin:0}.bbe-videos-cta{background:var(--bbe-primary,#065f46);border-radius:8px;color:#fff;display:inline-block;font-size:1rem;font-weight:600;padding:16px 40px;text-decoration:none;transition:background .2s}.bbe-videos-cta:hover{background:var(--bbe-secondary,#059669);color:#fff}.bbe-video-modal{align-items:center;background:rgba(0,0,0,.8);bottom:0;display:none;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:99999}.bbe-video-modal.active{display:flex}.bbe-video-modal__inner{aspect-ratio:9/16;background:#000;border-radius:12px;max-height:90vh;max-width:90vw;overflow:hidden;position:relative;width:380px}.bbe-video-modal__inner iframe{border:none;height:100%;width:100%}.bbe-video-modal__close{background:none;border:none;color:#fff;cursor:pointer;font-size:2rem;line-height:1;padding:4px 8px;position:absolute;right:0;top:-40px}@media (max-width:900px){.bbe-videos-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:560px){.bbe-videos-grid{grid-template-columns:1fr;max-width:320px}}@media (prefers-reduced-motion:reduce){.bbe-video-card:hover{transform:none}}